diff --git a/dependency/clickhouse/12.2.0/CHANGELOG.md b/dependency/clickhouse/12.2.0/CHANGELOG.md deleted file mode 100644 index 5c3806687a3..00000000000 --- a/dependency/clickhouse/12.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - -## [clickhouse-11.0.0](https://github.com/truecharts/charts/compare/clickhouse-10.2.14...clickhouse-11.0.0) (2024-02-10) - -### Chore - - - -- update container image clickhouse/clickhouse-server to v24.1.3.31[@fa8f259](https://github.com/fa8f259) by renovate ([#17950](https://github.com/truecharts/charts/issues/17950)) - - -## [clickhouse-10.2.14](https://github.com/truecharts/charts/compare/clickhouse-10.2.13...clickhouse-10.2.14) (2024-02-05) - -### Chore - - - -- update container image clickhouse/clickhouse-server to v23.12.3.40[@ad7f046](https://github.com/ad7f046) by renovate ([#17903](https://github.com/truecharts/charts/issues/17903)) - - -## [clickhouse-10.2.13](https://github.com/truecharts/charts/compare/clickhouse-10.2.12...clickhouse-10.2.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [clickhouse-10.2.12](https://github.com/truecharts/charts/compare/clickhouse-10.2.11...clickhouse-10.2.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [clickhouse-10.2.11](https://github.com/truecharts/charts/compare/clickhouse-10.2.10...clickhouse-10.2.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [clickhouse-10.2.10](https://github.com/truecharts/charts/compare/clickhouse-10.2.9...clickhouse-10.2.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [clickhouse-10.2.9](https://github.com/truecharts/charts/compare/clickhouse-10.2.8...clickhouse-10.2.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [clickhouse-10.2.8](https://github.com/truecharts/charts/compare/clickhouse-10.2.7...clickhouse-10.2.8) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - diff --git a/dependency/clickhouse/12.2.0/Chart.yaml b/dependency/clickhouse/12.2.0/Chart.yaml deleted file mode 100644 index 6bc0f1b8b9d..00000000000 --- a/dependency/clickhouse/12.2.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: database - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: dependency -apiVersion: v2 -appVersion: 24.1.5.6 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). -home: https://truecharts.org/charts/dependency/clickhouse -icon: https://truecharts.org/img/hotlink-ok/chart-icons/clickhouse.png -keywords: - - database - - clickhouse - - sql -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: clickhouse -sources: - - https://clickhouse.com/ - - https://github.com/truecharts/charts/tree/master/charts/dependency/clickhouse - - https://hub.docker.com/r/clickhouse/clickhouse-server -type: application -version: 12.2.0 diff --git a/dependency/clickhouse/12.2.0/charts/common-18.1.2.tgz b/dependency/clickhouse/12.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/dependency/clickhouse/12.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/dependency/clickhouse/12.2.0/ix_values.yaml b/dependency/clickhouse/12.2.0/ix_values.yaml deleted file mode 100644 index 8c678d0ee57..00000000000 --- a/dependency/clickhouse/12.2.0/ix_values.yaml +++ /dev/null @@ -1,69 +0,0 @@ -image: - repository: clickhouse/clickhouse-server - pullPolicy: IfNotPresent - tag: 24.1.5.6@sha256:91e234d724b5c7cde219580c1e05cb690b1011383743e72cb2e054e2998420b5 -workload: - main: - replicas: 1 - podSpec: - containers: - main: - env: - CLICKHOUSE_DB: "{{ .Values.clickhouseDatabase }}" - CLICKHOUSE_USER: "{{ .Values.clickhouseUsername }}" - CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT: "{{ .Values.clickhouseDefaultAccessManagement }}" - CLICKHOUSE_PASSWORD: - secretKeyRef: - expandObjectName: "{{ if .Values.clickhousePassword }}true{{ else }}false{{ end }}" - name: '{{ if .Values.clickhousePassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "clickhousecreds" }}{{ end }}' - key: "clickhouse-password" - probes: - liveness: - type: http - path: /ping - readiness: - type: http - path: /ping - startup: - type: http - path: /ping -securityContext: - container: - readOnlyRootFilesystem: false - # Optional capabilities advanced ClickHouse features. See also: - # https://github.com/ClickHouse/ClickHouse/blob/master/docker/server/README.md#linux-capabilities - # https://kb.altinity.com/altinity-kb-setup-and-maintenance/altinity-kb-clickhouse-in-docker/ - # https://github.com/ClickHouse/ClickHouse/blob/b844c36a9d5e76300a88b4f49e6debccf1ad22e4/programs/install/Install.cpp#L793-L804 - # capabilities: - # add: - # - IPC_LOCK - # - NET_ADMIN - # - SYS_NICE -service: - main: - ports: - main: - port: 8123 - protocol: http - targetPort: 8123 -persistence: - data: - enabled: true - mountPath: /var/lib/clickhouse -clickhouseDatabase: "test" -clickhouseUsername: "test" -clickhouseDefaultAccessManagement: 0 -# -- Secret or password -# One of these options is required, unless used as a dependency for another TrueCharts chart. -clickhousePassword: "" -existingSecret: "" -secret: - credentials: - enabled: true - data: - clickhouse-password: '{{ ( .Values.clickhousePassword | default "empty" ) }}' -portal: - open: - enabled: false -manifestManager: - enabled: false diff --git a/dependency/clickhouse/12.2.0/.helmignore b/dependency/clickhouse/12.4.0/.helmignore similarity index 100% rename from dependency/clickhouse/12.2.0/.helmignore rename to dependency/clickhouse/12.4.0/.helmignore diff --git a/dependency/clickhouse/12.4.0/CHANGELOG.md b/dependency/clickhouse/12.4.0/CHANGELOG.md new file mode 100644 index 00000000000..bd14b67cced --- /dev/null +++ b/dependency/clickhouse/12.4.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [clickhouse-12.4.0](https://github.com/truecharts/charts/compare/clickhouse-12.3.3...clickhouse-12.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [clickhouse-12.3.3](https://github.com/truecharts/charts/compare/clickhouse-12.3.2...clickhouse-12.3.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [clickhouse-12.3.2](https://github.com/truecharts/charts/compare/clickhouse-12.3.0...clickhouse-12.3.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + +## [clickhouse-11.0.0](https://github.com/truecharts/charts/compare/clickhouse-10.2.14...clickhouse-11.0.0) (2024-02-10) + +### Chore + + + +- update container image clickhouse/clickhouse-server to v24.1.3.31[@fa8f259](https://github.com/fa8f259) by renovate ([#17950](https://github.com/truecharts/charts/issues/17950)) + + +## [clickhouse-10.2.14](https://github.com/truecharts/charts/compare/clickhouse-10.2.13...clickhouse-10.2.14) (2024-02-05) + +### Chore + + + +- update container image clickhouse/clickhouse-server to v23.12.3.40[@ad7f046](https://github.com/ad7f046) by renovate ([#17903](https://github.com/truecharts/charts/issues/17903)) + + +## [clickhouse-10.2.13](https://github.com/truecharts/charts/compare/clickhouse-10.2.12...clickhouse-10.2.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [clickhouse-10.2.12](https://github.com/truecharts/charts/compare/clickhouse-10.2.11...clickhouse-10.2.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [clickhouse-10.2.11](https://github.com/truecharts/charts/compare/clickhouse-10.2.10...clickhouse-10.2.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) diff --git a/dependency/clickhouse/12.4.0/Chart.yaml b/dependency/clickhouse/12.4.0/Chart.yaml new file mode 100644 index 00000000000..f7bdd5a085f --- /dev/null +++ b/dependency/clickhouse/12.4.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: database + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: dependency +apiVersion: v2 +appVersion: 24.2.1.2248 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). +home: https://truecharts.org/charts/dependency/clickhouse +icon: https://truecharts.org/img/hotlink-ok/chart-icons/clickhouse.png +keywords: + - database + - clickhouse + - sql +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: clickhouse +sources: + - https://clickhouse.com/ + - https://github.com/truecharts/charts/tree/master/charts/dependency/clickhouse + - https://hub.docker.com/r/clickhouse/clickhouse-server +type: application +version: 12.4.0 diff --git a/dependency/clickhouse/12.2.0/README.md b/dependency/clickhouse/12.4.0/README.md similarity index 100% rename from dependency/clickhouse/12.2.0/README.md rename to dependency/clickhouse/12.4.0/README.md diff --git a/dependency/clickhouse/12.4.0/app-changelog.md b/dependency/clickhouse/12.4.0/app-changelog.md new file mode 100644 index 00000000000..55b0541f289 --- /dev/null +++ b/dependency/clickhouse/12.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [clickhouse-12.4.0](https://github.com/truecharts/charts/compare/clickhouse-12.3.3...clickhouse-12.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/dependency/clickhouse/12.2.0/app-readme.md b/dependency/clickhouse/12.4.0/app-readme.md similarity index 100% rename from dependency/clickhouse/12.2.0/app-readme.md rename to dependency/clickhouse/12.4.0/app-readme.md diff --git a/dependency/clickhouse/12.4.0/charts/common-18.2.0.tgz b/dependency/clickhouse/12.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/dependency/clickhouse/12.4.0/charts/common-18.2.0.tgz differ diff --git a/dependency/clickhouse/12.4.0/ix_values.yaml b/dependency/clickhouse/12.4.0/ix_values.yaml new file mode 100644 index 00000000000..87304b5ce7f --- /dev/null +++ b/dependency/clickhouse/12.4.0/ix_values.yaml @@ -0,0 +1,69 @@ +image: + repository: clickhouse/clickhouse-server + pullPolicy: IfNotPresent + tag: 24.2.1.2248@sha256:08071e17c30913bb24a7a999cba624c1cf73e8643d127f32f5b4ec48f1024204 +workload: + main: + replicas: 1 + podSpec: + containers: + main: + env: + CLICKHOUSE_DB: "{{ .Values.clickhouseDatabase }}" + CLICKHOUSE_USER: "{{ .Values.clickhouseUsername }}" + CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT: "{{ .Values.clickhouseDefaultAccessManagement }}" + CLICKHOUSE_PASSWORD: + secretKeyRef: + expandObjectName: "{{ if .Values.clickhousePassword }}true{{ else }}false{{ end }}" + name: '{{ if .Values.clickhousePassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "clickhousecreds" }}{{ end }}' + key: "clickhouse-password" + probes: + liveness: + type: http + path: /ping + readiness: + type: http + path: /ping + startup: + type: http + path: /ping +securityContext: + container: + readOnlyRootFilesystem: false + # Optional capabilities advanced ClickHouse features. See also: + # https://github.com/ClickHouse/ClickHouse/blob/master/docker/server/README.md#linux-capabilities + # https://kb.altinity.com/altinity-kb-setup-and-maintenance/altinity-kb-clickhouse-in-docker/ + # https://github.com/ClickHouse/ClickHouse/blob/b844c36a9d5e76300a88b4f49e6debccf1ad22e4/programs/install/Install.cpp#L793-L804 + # capabilities: + # add: + # - IPC_LOCK + # - NET_ADMIN + # - SYS_NICE +service: + main: + ports: + main: + port: 8123 + protocol: http + targetPort: 8123 +persistence: + data: + enabled: true + mountPath: /var/lib/clickhouse +clickhouseDatabase: "test" +clickhouseUsername: "test" +clickhouseDefaultAccessManagement: 0 +# -- Secret or password +# One of these options is required, unless used as a dependency for another TrueCharts chart. +clickhousePassword: "" +existingSecret: "" +secret: + credentials: + enabled: true + data: + clickhouse-password: '{{ ( .Values.clickhousePassword | default "empty" ) }}' +portal: + open: + enabled: false +manifestManager: + enabled: false diff --git a/dependency/clickhouse/12.2.0/questions.yaml b/dependency/clickhouse/12.4.0/questions.yaml similarity index 100% rename from dependency/clickhouse/12.2.0/questions.yaml rename to dependency/clickhouse/12.4.0/questions.yaml diff --git a/dependency/clickhouse/12.2.0/templates/NOTES.txt b/dependency/clickhouse/12.4.0/templates/NOTES.txt similarity index 100% rename from dependency/clickhouse/12.2.0/templates/NOTES.txt rename to dependency/clickhouse/12.4.0/templates/NOTES.txt diff --git a/dependency/clickhouse/12.2.0/templates/common.yaml b/dependency/clickhouse/12.4.0/templates/common.yaml similarity index 100% rename from dependency/clickhouse/12.2.0/templates/common.yaml rename to dependency/clickhouse/12.4.0/templates/common.yaml diff --git a/dependency/clickhouse/12.2.0/values.yaml b/dependency/clickhouse/12.4.0/values.yaml similarity index 100% rename from dependency/clickhouse/12.2.0/values.yaml rename to dependency/clickhouse/12.4.0/values.yaml diff --git a/dependency/mariadb/13.1.4/CHANGELOG.md b/dependency/mariadb/13.1.4/CHANGELOG.md deleted file mode 100644 index 5c5cae4845f..00000000000 --- a/dependency/mariadb/13.1.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - -## [mariadb-12.1.17](https://github.com/truecharts/charts/compare/mariadb-12.1.16...mariadb-12.1.17) (2024-02-12) - -### Chore - - - -- update container image bitnami/mariadb to 11.2.3[@78249a0](https://github.com/78249a0) by renovate ([#18203](https://github.com/truecharts/charts/issues/18203)) - - -## [mariadb-12.1.16](https://github.com/truecharts/charts/compare/mariadb-12.1.15...mariadb-12.1.16) (2024-02-12) - -### Chore - - - -- update container image bitnami/mariadb to 11.2.3[@9ad5c99](https://github.com/9ad5c99) by renovate ([#18157](https://github.com/truecharts/charts/issues/18157)) - - -## [mariadb-12.1.15](https://github.com/truecharts/charts/compare/mariadb-12.1.14...mariadb-12.1.15) (2024-02-12) - -### Chore - - - -- update container image bitnami/mariadb to v11.2.3[@f0ef0a9](https://github.com/f0ef0a9) by renovate ([#18121](https://github.com/truecharts/charts/issues/18121)) - - -## [mariadb-12.1.14](https://github.com/truecharts/charts/compare/mariadb-12.1.13...mariadb-12.1.14) (2024-02-05) - -### Chore - - - -- update container image bitnami/mariadb to 11.2.2[@ac9f78b](https://github.com/ac9f78b) by renovate ([#17815](https://github.com/truecharts/charts/issues/17815)) - - -## [mariadb-12.1.13](https://github.com/truecharts/charts/compare/mariadb-12.1.12...mariadb-12.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mariadb-12.1.12](https://github.com/truecharts/charts/compare/mariadb-12.1.11...mariadb-12.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [mariadb-12.1.11](https://github.com/truecharts/charts/compare/mariadb-12.1.10...mariadb-12.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [mariadb-12.1.10](https://github.com/truecharts/charts/compare/mariadb-12.1.9...mariadb-12.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [mariadb-12.1.9](https://github.com/truecharts/charts/compare/mariadb-12.1.8...mariadb-12.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/dependency/mariadb/13.1.4/Chart.yaml b/dependency/mariadb/13.1.4/Chart.yaml deleted file mode 100644 index b5855f678d2..00000000000 --- a/dependency/mariadb/13.1.4/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: database - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: dependency -apiVersion: v2 -appVersion: 11.2.3 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Fast, reliable, scalable, and easy to use open-source relational database system. -home: https://truecharts.org/charts/dependency/mariadb -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mariadb.png -keywords: - - mariadb - - mysql - - database - - sql -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mariadb -sources: - - https://github.com/prometheus/mysqld_exporter - - https://mariadb.org - - https://github.com/bitnami/bitnami-docker-mariadb - - https://github.com/truecharts/charts/tree/master/charts/dependency/mariadb - - https://hub.docker.com/r/bitnami/mariadb -type: application -version: 13.1.4 diff --git a/dependency/mariadb/13.1.4/charts/common-18.0.3.tgz b/dependency/mariadb/13.1.4/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/dependency/mariadb/13.1.4/charts/common-18.0.3.tgz and /dev/null differ diff --git a/dependency/mariadb/13.1.4/.helmignore b/dependency/mariadb/13.3.0/.helmignore similarity index 100% rename from dependency/mariadb/13.1.4/.helmignore rename to dependency/mariadb/13.3.0/.helmignore diff --git a/dependency/mariadb/13.3.0/CHANGELOG.md b/dependency/mariadb/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..d6c7d1352d2 --- /dev/null +++ b/dependency/mariadb/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mariadb-13.3.0](https://github.com/truecharts/charts/compare/mariadb-13.2.3...mariadb-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [mariadb-13.2.3](https://github.com/truecharts/charts/compare/mariadb-13.2.2...mariadb-13.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [mariadb-13.2.2](https://github.com/truecharts/charts/compare/mariadb-13.2.0...mariadb-13.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + +## [mariadb-12.1.17](https://github.com/truecharts/charts/compare/mariadb-12.1.16...mariadb-12.1.17) (2024-02-12) + +### Chore + + + +- update container image bitnami/mariadb to 11.2.3[@78249a0](https://github.com/78249a0) by renovate ([#18203](https://github.com/truecharts/charts/issues/18203)) + + +## [mariadb-12.1.16](https://github.com/truecharts/charts/compare/mariadb-12.1.15...mariadb-12.1.16) (2024-02-12) + +### Chore + + + +- update container image bitnami/mariadb to 11.2.3[@9ad5c99](https://github.com/9ad5c99) by renovate ([#18157](https://github.com/truecharts/charts/issues/18157)) + + +## [mariadb-12.1.15](https://github.com/truecharts/charts/compare/mariadb-12.1.14...mariadb-12.1.15) (2024-02-12) + +### Chore + + + +- update container image bitnami/mariadb to v11.2.3[@f0ef0a9](https://github.com/f0ef0a9) by renovate ([#18121](https://github.com/truecharts/charts/issues/18121)) + + +## [mariadb-12.1.14](https://github.com/truecharts/charts/compare/mariadb-12.1.13...mariadb-12.1.14) (2024-02-05) + +### Chore + + + +- update container image bitnami/mariadb to 11.2.2[@ac9f78b](https://github.com/ac9f78b) by renovate ([#17815](https://github.com/truecharts/charts/issues/17815)) + + +## [mariadb-12.1.13](https://github.com/truecharts/charts/compare/mariadb-12.1.12...mariadb-12.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [mariadb-12.1.12](https://github.com/truecharts/charts/compare/mariadb-12.1.11...mariadb-12.1.12) (2024-01-26) + +### Chore + diff --git a/dependency/mariadb/13.3.0/Chart.yaml b/dependency/mariadb/13.3.0/Chart.yaml new file mode 100644 index 00000000000..bdef6ea8ce0 --- /dev/null +++ b/dependency/mariadb/13.3.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: database + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: dependency +apiVersion: v2 +appVersion: 11.2.3 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Fast, reliable, scalable, and easy to use open-source relational database system. +home: https://truecharts.org/charts/dependency/mariadb +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mariadb.png +keywords: + - mariadb + - mysql + - database + - sql +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mariadb +sources: + - https://github.com/prometheus/mysqld_exporter + - https://mariadb.org + - https://github.com/bitnami/bitnami-docker-mariadb + - https://github.com/truecharts/charts/tree/master/charts/dependency/mariadb + - https://hub.docker.com/r/bitnami/mariadb +type: application +version: 13.3.0 diff --git a/dependency/mariadb/13.1.4/README.md b/dependency/mariadb/13.3.0/README.md similarity index 100% rename from dependency/mariadb/13.1.4/README.md rename to dependency/mariadb/13.3.0/README.md diff --git a/dependency/mariadb/13.3.0/app-changelog.md b/dependency/mariadb/13.3.0/app-changelog.md new file mode 100644 index 00000000000..d95860a7e22 --- /dev/null +++ b/dependency/mariadb/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mariadb-13.3.0](https://github.com/truecharts/charts/compare/mariadb-13.2.3...mariadb-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/dependency/mariadb/13.1.4/app-readme.md b/dependency/mariadb/13.3.0/app-readme.md similarity index 100% rename from dependency/mariadb/13.1.4/app-readme.md rename to dependency/mariadb/13.3.0/app-readme.md diff --git a/dependency/mariadb/13.3.0/charts/common-18.2.0.tgz b/dependency/mariadb/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/dependency/mariadb/13.3.0/charts/common-18.2.0.tgz differ diff --git a/dependency/mariadb/13.1.4/ix_values.yaml b/dependency/mariadb/13.3.0/ix_values.yaml similarity index 100% rename from dependency/mariadb/13.1.4/ix_values.yaml rename to dependency/mariadb/13.3.0/ix_values.yaml diff --git a/dependency/mariadb/13.1.4/questions.yaml b/dependency/mariadb/13.3.0/questions.yaml similarity index 100% rename from dependency/mariadb/13.1.4/questions.yaml rename to dependency/mariadb/13.3.0/questions.yaml diff --git a/dependency/mariadb/13.1.4/templates/NOTES.txt b/dependency/mariadb/13.3.0/templates/NOTES.txt similarity index 100% rename from dependency/mariadb/13.1.4/templates/NOTES.txt rename to dependency/mariadb/13.3.0/templates/NOTES.txt diff --git a/dependency/mariadb/13.1.4/templates/common.yaml b/dependency/mariadb/13.3.0/templates/common.yaml similarity index 100% rename from dependency/mariadb/13.1.4/templates/common.yaml rename to dependency/mariadb/13.3.0/templates/common.yaml diff --git a/dependency/mariadb/13.1.4/values.yaml b/dependency/mariadb/13.3.0/values.yaml similarity index 100% rename from dependency/mariadb/13.1.4/values.yaml rename to dependency/mariadb/13.3.0/values.yaml diff --git a/dependency/memcached/12.3.0/CHANGELOG.md b/dependency/memcached/12.3.0/CHANGELOG.md deleted file mode 100644 index 53e8d8d988b..00000000000 --- a/dependency/memcached/12.3.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - -## [memcached-11.1.18](https://github.com/truecharts/charts/compare/memcached-11.1.17...memcached-11.1.18) (2024-02-12) - -### Chore - - - -- update container image bitnami/memcached to 1.6.23[@b36218a](https://github.com/b36218a) by renovate ([#18205](https://github.com/truecharts/charts/issues/18205)) - - -## [memcached-11.1.17](https://github.com/truecharts/charts/compare/memcached-11.1.16...memcached-11.1.17) (2024-02-12) - -### Chore - - - -- update container image bitnami/memcached to 1.6.23[@25f877b](https://github.com/25f877b) by renovate ([#18159](https://github.com/truecharts/charts/issues/18159)) - - -## [memcached-11.1.16](https://github.com/truecharts/charts/compare/memcached-11.1.15...memcached-11.1.16) (2024-02-12) - -### Chore - - - -- update container image bitnami/memcached to 1.6.23[@076d4a3](https://github.com/076d4a3) by renovate ([#18029](https://github.com/truecharts/charts/issues/18029)) - - -## [memcached-11.1.15](https://github.com/truecharts/charts/compare/memcached-11.1.14...memcached-11.1.15) (2024-02-05) - -### Chore - - - -- update container image bitnami/memcached to 1.6.23[@a26b0df](https://github.com/a26b0df) by renovate ([#17817](https://github.com/truecharts/charts/issues/17817)) - - -## [memcached-11.1.14](https://github.com/truecharts/charts/compare/memcached-11.1.13...memcached-11.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [memcached-11.1.13](https://github.com/truecharts/charts/compare/memcached-11.1.12...memcached-11.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [memcached-11.1.12](https://github.com/truecharts/charts/compare/memcached-11.1.11...memcached-11.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [memcached-11.1.11](https://github.com/truecharts/charts/compare/memcached-11.1.10...memcached-11.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [memcached-11.1.10](https://github.com/truecharts/charts/compare/memcached-11.1.9...memcached-11.1.10) (2024-01-21) - -### Chore - diff --git a/dependency/memcached/12.3.0/Chart.yaml b/dependency/memcached/12.3.0/Chart.yaml deleted file mode 100644 index 4cdde3ce297..00000000000 --- a/dependency/memcached/12.3.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: database - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: dependency -apiVersion: v2 -appVersion: 1.6.23 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Memcached is a memory-backed database caching solution -home: https://truecharts.org/charts/dependency/memcached -icon: https://truecharts.org/img/hotlink-ok/chart-icons/memcached.png -keywords: - - memcached - - database - - cache -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: memcached -sources: - - https://github.com/bitnami/bitnami-docker-memcached - - https://github.com/truecharts/charts/tree/master/charts/dependency/memcached - - https://hub.docker.com/r/bitnami/memcached -type: application -version: 12.3.0 diff --git a/dependency/memcached/12.3.0/charts/common-18.1.2.tgz b/dependency/memcached/12.3.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/dependency/memcached/12.3.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/dependency/memcached/12.3.0/ix_values.yaml b/dependency/memcached/12.3.0/ix_values.yaml deleted file mode 100644 index 98bd53c826c..00000000000 --- a/dependency/memcached/12.3.0/ix_values.yaml +++ /dev/null @@ -1,26 +0,0 @@ -image: - repository: bitnami/memcached - pullPolicy: IfNotPresent - tag: 1.6.23@sha256:214eba277eaa9ea9ea4c65a2ecf464955e6a15ba2579272ffb9a51420509716c -service: - main: - ports: - main: - port: 11211 - protocol: tcp - targetPort: 11211 -portal: - open: - enabled: false - -configmap: - dashboard: - enabled: true - labels: - grafana_dashboard: "1" - data: - memcached.json: >- - {{ .Files.Get "dashboard.json" | indent 8 }} - -manifestManager: - enabled: false diff --git a/dependency/memcached/12.3.0/.helmignore b/dependency/memcached/12.4.0/.helmignore similarity index 100% rename from dependency/memcached/12.3.0/.helmignore rename to dependency/memcached/12.4.0/.helmignore diff --git a/dependency/memcached/12.4.0/CHANGELOG.md b/dependency/memcached/12.4.0/CHANGELOG.md new file mode 100644 index 00000000000..cbcc76842ed --- /dev/null +++ b/dependency/memcached/12.4.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [memcached-12.4.0](https://github.com/truecharts/charts/compare/memcached-12.3.4...memcached-12.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [memcached-12.3.4](https://github.com/truecharts/charts/compare/memcached-12.3.3...memcached-12.3.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [memcached-12.3.3](https://github.com/truecharts/charts/compare/memcached-12.3.1...memcached-12.3.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + +## [memcached-11.1.18](https://github.com/truecharts/charts/compare/memcached-11.1.17...memcached-11.1.18) (2024-02-12) + +### Chore + + + +- update container image bitnami/memcached to 1.6.23[@b36218a](https://github.com/b36218a) by renovate ([#18205](https://github.com/truecharts/charts/issues/18205)) + + +## [memcached-11.1.17](https://github.com/truecharts/charts/compare/memcached-11.1.16...memcached-11.1.17) (2024-02-12) + +### Chore + + + +- update container image bitnami/memcached to 1.6.23[@25f877b](https://github.com/25f877b) by renovate ([#18159](https://github.com/truecharts/charts/issues/18159)) + + +## [memcached-11.1.16](https://github.com/truecharts/charts/compare/memcached-11.1.15...memcached-11.1.16) (2024-02-12) + +### Chore + + + +- update container image bitnami/memcached to 1.6.23[@076d4a3](https://github.com/076d4a3) by renovate ([#18029](https://github.com/truecharts/charts/issues/18029)) + + +## [memcached-11.1.15](https://github.com/truecharts/charts/compare/memcached-11.1.14...memcached-11.1.15) (2024-02-05) + +### Chore + + + +- update container image bitnami/memcached to 1.6.23[@a26b0df](https://github.com/a26b0df) by renovate ([#17817](https://github.com/truecharts/charts/issues/17817)) + + +## [memcached-11.1.14](https://github.com/truecharts/charts/compare/memcached-11.1.13...memcached-11.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [memcached-11.1.13](https://github.com/truecharts/charts/compare/memcached-11.1.12...memcached-11.1.13) (2024-01-26) diff --git a/dependency/memcached/12.4.0/Chart.yaml b/dependency/memcached/12.4.0/Chart.yaml new file mode 100644 index 00000000000..813752e1818 --- /dev/null +++ b/dependency/memcached/12.4.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: database + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: dependency +apiVersion: v2 +appVersion: 1.6.24 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Memcached is a memory-backed database caching solution +home: https://truecharts.org/charts/dependency/memcached +icon: https://truecharts.org/img/hotlink-ok/chart-icons/memcached.png +keywords: + - memcached + - database + - cache +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: memcached +sources: + - https://github.com/bitnami/bitnami-docker-memcached + - https://github.com/truecharts/charts/tree/master/charts/dependency/memcached + - https://hub.docker.com/r/bitnami/memcached +type: application +version: 12.4.0 diff --git a/dependency/memcached/12.3.0/README.md b/dependency/memcached/12.4.0/README.md similarity index 100% rename from dependency/memcached/12.3.0/README.md rename to dependency/memcached/12.4.0/README.md diff --git a/dependency/memcached/12.4.0/app-changelog.md b/dependency/memcached/12.4.0/app-changelog.md new file mode 100644 index 00000000000..eeef8c452fd --- /dev/null +++ b/dependency/memcached/12.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [memcached-12.4.0](https://github.com/truecharts/charts/compare/memcached-12.3.4...memcached-12.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/dependency/memcached/12.3.0/app-readme.md b/dependency/memcached/12.4.0/app-readme.md similarity index 100% rename from dependency/memcached/12.3.0/app-readme.md rename to dependency/memcached/12.4.0/app-readme.md diff --git a/dependency/memcached/12.4.0/charts/common-18.2.0.tgz b/dependency/memcached/12.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/dependency/memcached/12.4.0/charts/common-18.2.0.tgz differ diff --git a/dependency/memcached/12.3.0/dashboard.json b/dependency/memcached/12.4.0/dashboard.json similarity index 100% rename from dependency/memcached/12.3.0/dashboard.json rename to dependency/memcached/12.4.0/dashboard.json diff --git a/dependency/memcached/12.4.0/ix_values.yaml b/dependency/memcached/12.4.0/ix_values.yaml new file mode 100644 index 00000000000..003da0df7fe --- /dev/null +++ b/dependency/memcached/12.4.0/ix_values.yaml @@ -0,0 +1,26 @@ +image: + repository: bitnami/memcached + pullPolicy: IfNotPresent + tag: 1.6.24@sha256:2b43c4b3060ef93a364aee7f9632aeb3fb81e64e4e06d71d6dd2fc813abe81a1 +service: + main: + ports: + main: + port: 11211 + protocol: tcp + targetPort: 11211 +portal: + open: + enabled: false + +configmap: + dashboard: + enabled: true + labels: + grafana_dashboard: "1" + data: + memcached.json: >- + {{ .Files.Get "dashboard.json" | indent 8 }} + +manifestManager: + enabled: false diff --git a/dependency/memcached/12.3.0/questions.yaml b/dependency/memcached/12.4.0/questions.yaml similarity index 100% rename from dependency/memcached/12.3.0/questions.yaml rename to dependency/memcached/12.4.0/questions.yaml diff --git a/dependency/memcached/12.3.0/templates/NOTES.txt b/dependency/memcached/12.4.0/templates/NOTES.txt similarity index 100% rename from dependency/memcached/12.3.0/templates/NOTES.txt rename to dependency/memcached/12.4.0/templates/NOTES.txt diff --git a/dependency/memcached/12.3.0/templates/common.yaml b/dependency/memcached/12.4.0/templates/common.yaml similarity index 100% rename from dependency/memcached/12.3.0/templates/common.yaml rename to dependency/memcached/12.4.0/templates/common.yaml diff --git a/dependency/memcached/12.3.0/values.yaml b/dependency/memcached/12.4.0/values.yaml similarity index 100% rename from dependency/memcached/12.3.0/values.yaml rename to dependency/memcached/12.4.0/values.yaml diff --git a/dependency/mongodb/12.2.0/CHANGELOG.md b/dependency/mongodb/12.2.0/CHANGELOG.md deleted file mode 100644 index 30c60728aab..00000000000 --- a/dependency/mongodb/12.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - -## [mongodb-11.1.22](https://github.com/truecharts/charts/compare/mongodb-11.1.21...mongodb-11.1.22) (2024-02-12) - -### Chore - - - -- update container image bitnami/mongodb to 7.0.5[@977d7f9](https://github.com/977d7f9) by renovate ([#18206](https://github.com/truecharts/charts/issues/18206)) - - -## [mongodb-11.1.21](https://github.com/truecharts/charts/compare/mongodb-11.1.20...mongodb-11.1.21) (2024-02-12) - -### Chore - - - -- update container image bitnami/mongodb to 7.0.5[@63954ac](https://github.com/63954ac) by renovate ([#18160](https://github.com/truecharts/charts/issues/18160)) - - -## [mongodb-11.1.20](https://github.com/truecharts/charts/compare/mongodb-11.1.19...mongodb-11.1.20) (2024-02-12) - -### Chore - - - -- update container image bitnami/mongodb to 7.0.5[@32424c6](https://github.com/32424c6) by renovate ([#18030](https://github.com/truecharts/charts/issues/18030)) - - -## [mongodb-11.1.19](https://github.com/truecharts/charts/compare/mongodb-11.1.18...mongodb-11.1.19) (2024-02-05) - -### Chore - - - -- update container image bitnami/mongodb to 7.0.5[@6fe59ed](https://github.com/6fe59ed) by renovate ([#17818](https://github.com/truecharts/charts/issues/17818)) - - -## [mongodb-11.1.18](https://github.com/truecharts/charts/compare/mongodb-11.1.17...mongodb-11.1.18) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mongodb-11.1.17](https://github.com/truecharts/charts/compare/mongodb-11.1.16...mongodb-11.1.17) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [mongodb-11.1.16](https://github.com/truecharts/charts/compare/mongodb-11.1.15...mongodb-11.1.16) (2024-01-22) - -### Chore - - - -- update container image bitnami/mongodb to 7.0.5[@787529a](https://github.com/787529a) by renovate ([#17510](https://github.com/truecharts/charts/issues/17510)) - - -## [mongodb-11.1.15](https://github.com/truecharts/charts/compare/mongodb-11.1.14...mongodb-11.1.15) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [mongodb-11.1.14](https://github.com/truecharts/charts/compare/mongodb-11.1.13...mongodb-11.1.14) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) \ No newline at end of file diff --git a/dependency/mongodb/12.2.0/Chart.yaml b/dependency/mongodb/12.2.0/Chart.yaml deleted file mode 100644 index 86e122f9a3a..00000000000 --- a/dependency/mongodb/12.2.0/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: database - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: dependency -apiVersion: v2 -appVersion: 7.0.5 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Fast, reliable, scalable, and easy to use open-source no-sql database system. -home: https://truecharts.org/charts/dependency/mongodb -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mongodb.png -keywords: - - mongodb - - database - - nosql -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mongodb -sources: - - https://www.mongodb.com - - https://github.com/bitnami/bitnami-docker-mongodb - - https://github.com/truecharts/charts/tree/master/charts/dependency/mongodb - - https://hub.docker.com/r/bitnami/mongodb -type: application -version: 12.2.0 diff --git a/dependency/mongodb/12.2.0/charts/common-18.1.2.tgz b/dependency/mongodb/12.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/dependency/mongodb/12.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/dependency/mongodb/12.2.0/ix_values.yaml b/dependency/mongodb/12.2.0/ix_values.yaml deleted file mode 100644 index 4429af61d1b..00000000000 --- a/dependency/mongodb/12.2.0/ix_values.yaml +++ /dev/null @@ -1,106 +0,0 @@ -image: - repository: bitnami/mongodb - pullPolicy: IfNotPresent - tag: 7.0.5@sha256:6cbe3bd37863b3c67b2f59ac74b2b10c57511c48c5b2befdf84bbcca020c5a7f -workload: - main: - replicas: 1 - podSpec: - containers: - main: - env: - MONGODB_USERNAME: "{{ .Values.mongodbUsername }}" - MONGODB_DATABASE: "{{ .Values.mongodbDatabase }}" - MONGODB_PASSWORD: - secretKeyRef: - expandObjectName: "{{ if .Values.mongodbPassword }}true{{ else }}false{{ end }}" - name: '{{ if .Values.mongodbPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "mongodbcreds" }}{{ end }}' - key: "mongodb-password" - MONGODB_ROOT_PASSWORD: - secretKeyRef: - expandObjectName: "{{ if .Values.mongodbPassword }}true{{ else }}false{{ end }}" - name: '{{ if .Values.mongodbPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "mongodbcreds" }}{{ end }}' - key: "mongodb-root-password" - # -- 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: - # -- Enable the liveness probe - enabled: true - # -- Set this to `true` if you wish to specify your own livenessProbe - custom: true - # -- The spec field contains the values for the default livenessProbe. - # If you selected `custom: true`, this field holds the definition of the livenessProbe. - # @default -- See below - spec: - exec: - command: - - /bin/bash - - -ec - - echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet - # -- Redainess probe configuration - # @default -- See below - readiness: - # -- Enable the readiness probe - enabled: true - # -- Set this to `true` if you wish to specify your own readinessProbe - custom: true - # -- The spec field contains the values for the default readinessProbe. - # If you selected `custom: true`, this field holds the definition of the readinessProbe. - # @default -- See below - spec: - exec: - command: - - /bin/bash - - -ec - - echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet - # -- Startup probe configuration - # @default -- See below - startup: - # -- Enable the startup probe - enabled: true - custom: true - # -- The spec field contains the values for the default livenessProbe. - # If you selected `custom: true`, this field holds the definition of the livenessProbe. - # @default -- See below - spec: - exec: - command: - - /bin/bash - - -ec - - echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet -service: - main: - ports: - main: - port: 27017 - targetPort: 27017 -securityContext: - container: - runAsGroup: 0 - readOnlyRootFilesystem: false -persistence: - data: - enabled: true - mountPath: "/bitnami/mongodb" -mongodbUsername: "test" -mongodbDatabase: "test" -mongodbRootPassword: "testroot" -# -- Secret or password -# One of these options is required, unless used as a dependency for another TrueCharts chart. -mongodbPassword: "" -existingSecret: "" -secret: - credentials: - enabled: true - data: - mongodb-password: '{{ ( .Values.mongodbPassword | default "empty" ) }}' - mongodb-root-password: '{{ ( .Values.mongodbRootPassword | default "empty" ) }}' -portal: - open: - enabled: false -manifestManager: - enabled: false diff --git a/dependency/mongodb/12.2.0/.helmignore b/dependency/mongodb/12.3.0/.helmignore similarity index 100% rename from dependency/mongodb/12.2.0/.helmignore rename to dependency/mongodb/12.3.0/.helmignore diff --git a/dependency/mongodb/12.3.0/CHANGELOG.md b/dependency/mongodb/12.3.0/CHANGELOG.md new file mode 100644 index 00000000000..c325757be3b --- /dev/null +++ b/dependency/mongodb/12.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mongodb-12.3.0](https://github.com/truecharts/charts/compare/mongodb-12.2.4...mongodb-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [mongodb-12.2.4](https://github.com/truecharts/charts/compare/mongodb-12.2.3...mongodb-12.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [mongodb-12.2.3](https://github.com/truecharts/charts/compare/mongodb-12.2.1...mongodb-12.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + +## [mongodb-11.1.22](https://github.com/truecharts/charts/compare/mongodb-11.1.21...mongodb-11.1.22) (2024-02-12) + +### Chore + + + +- update container image bitnami/mongodb to 7.0.5[@977d7f9](https://github.com/977d7f9) by renovate ([#18206](https://github.com/truecharts/charts/issues/18206)) + + +## [mongodb-11.1.21](https://github.com/truecharts/charts/compare/mongodb-11.1.20...mongodb-11.1.21) (2024-02-12) + +### Chore + + + +- update container image bitnami/mongodb to 7.0.5[@63954ac](https://github.com/63954ac) by renovate ([#18160](https://github.com/truecharts/charts/issues/18160)) + + +## [mongodb-11.1.20](https://github.com/truecharts/charts/compare/mongodb-11.1.19...mongodb-11.1.20) (2024-02-12) + +### Chore + + + +- update container image bitnami/mongodb to 7.0.5[@32424c6](https://github.com/32424c6) by renovate ([#18030](https://github.com/truecharts/charts/issues/18030)) + + +## [mongodb-11.1.19](https://github.com/truecharts/charts/compare/mongodb-11.1.18...mongodb-11.1.19) (2024-02-05) + +### Chore + + + +- update container image bitnami/mongodb to 7.0.5[@6fe59ed](https://github.com/6fe59ed) by renovate ([#17818](https://github.com/truecharts/charts/issues/17818)) + + +## [mongodb-11.1.18](https://github.com/truecharts/charts/compare/mongodb-11.1.17...mongodb-11.1.18) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [mongodb-11.1.17](https://github.com/truecharts/charts/compare/mongodb-11.1.16...mongodb-11.1.17) (2024-01-26) + +### Chore diff --git a/dependency/mongodb/12.3.0/Chart.yaml b/dependency/mongodb/12.3.0/Chart.yaml new file mode 100644 index 00000000000..f2069ca65cd --- /dev/null +++ b/dependency/mongodb/12.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: database + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: dependency +apiVersion: v2 +appVersion: 7.0.6 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Fast, reliable, scalable, and easy to use open-source no-sql database system. +home: https://truecharts.org/charts/dependency/mongodb +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mongodb.png +keywords: + - mongodb + - database + - nosql +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mongodb +sources: + - https://www.mongodb.com + - https://github.com/bitnami/bitnami-docker-mongodb + - https://github.com/truecharts/charts/tree/master/charts/dependency/mongodb + - https://hub.docker.com/r/bitnami/mongodb +type: application +version: 12.3.0 diff --git a/dependency/mongodb/12.2.0/README.md b/dependency/mongodb/12.3.0/README.md similarity index 100% rename from dependency/mongodb/12.2.0/README.md rename to dependency/mongodb/12.3.0/README.md diff --git a/dependency/mongodb/12.3.0/app-changelog.md b/dependency/mongodb/12.3.0/app-changelog.md new file mode 100644 index 00000000000..47e5c5f04fa --- /dev/null +++ b/dependency/mongodb/12.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mongodb-12.3.0](https://github.com/truecharts/charts/compare/mongodb-12.2.4...mongodb-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/dependency/mongodb/12.2.0/app-readme.md b/dependency/mongodb/12.3.0/app-readme.md similarity index 100% rename from dependency/mongodb/12.2.0/app-readme.md rename to dependency/mongodb/12.3.0/app-readme.md diff --git a/dependency/mongodb/12.3.0/charts/common-18.2.0.tgz b/dependency/mongodb/12.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/dependency/mongodb/12.3.0/charts/common-18.2.0.tgz differ diff --git a/dependency/mongodb/12.3.0/ix_values.yaml b/dependency/mongodb/12.3.0/ix_values.yaml new file mode 100644 index 00000000000..ad19b48762c --- /dev/null +++ b/dependency/mongodb/12.3.0/ix_values.yaml @@ -0,0 +1,106 @@ +image: + repository: bitnami/mongodb + pullPolicy: IfNotPresent + tag: 7.0.6@sha256:046f45d6fe3889b05907571be5c68af76f2bea8bdee63879ebe0f4bf478e6bee +workload: + main: + replicas: 1 + podSpec: + containers: + main: + env: + MONGODB_USERNAME: "{{ .Values.mongodbUsername }}" + MONGODB_DATABASE: "{{ .Values.mongodbDatabase }}" + MONGODB_PASSWORD: + secretKeyRef: + expandObjectName: "{{ if .Values.mongodbPassword }}true{{ else }}false{{ end }}" + name: '{{ if .Values.mongodbPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "mongodbcreds" }}{{ end }}' + key: "mongodb-password" + MONGODB_ROOT_PASSWORD: + secretKeyRef: + expandObjectName: "{{ if .Values.mongodbPassword }}true{{ else }}false{{ end }}" + name: '{{ if .Values.mongodbPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "mongodbcreds" }}{{ end }}' + key: "mongodb-root-password" + # -- 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: + # -- Enable the liveness probe + enabled: true + # -- Set this to `true` if you wish to specify your own livenessProbe + custom: true + # -- The spec field contains the values for the default livenessProbe. + # If you selected `custom: true`, this field holds the definition of the livenessProbe. + # @default -- See below + spec: + exec: + command: + - /bin/bash + - -ec + - echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet + # -- Redainess probe configuration + # @default -- See below + readiness: + # -- Enable the readiness probe + enabled: true + # -- Set this to `true` if you wish to specify your own readinessProbe + custom: true + # -- The spec field contains the values for the default readinessProbe. + # If you selected `custom: true`, this field holds the definition of the readinessProbe. + # @default -- See below + spec: + exec: + command: + - /bin/bash + - -ec + - echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet + # -- Startup probe configuration + # @default -- See below + startup: + # -- Enable the startup probe + enabled: true + custom: true + # -- The spec field contains the values for the default livenessProbe. + # If you selected `custom: true`, this field holds the definition of the livenessProbe. + # @default -- See below + spec: + exec: + command: + - /bin/bash + - -ec + - echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet +service: + main: + ports: + main: + port: 27017 + targetPort: 27017 +securityContext: + container: + runAsGroup: 0 + readOnlyRootFilesystem: false +persistence: + data: + enabled: true + mountPath: "/bitnami/mongodb" +mongodbUsername: "test" +mongodbDatabase: "test" +mongodbRootPassword: "testroot" +# -- Secret or password +# One of these options is required, unless used as a dependency for another TrueCharts chart. +mongodbPassword: "" +existingSecret: "" +secret: + credentials: + enabled: true + data: + mongodb-password: '{{ ( .Values.mongodbPassword | default "empty" ) }}' + mongodb-root-password: '{{ ( .Values.mongodbRootPassword | default "empty" ) }}' +portal: + open: + enabled: false +manifestManager: + enabled: false diff --git a/dependency/mongodb/12.2.0/questions.yaml b/dependency/mongodb/12.3.0/questions.yaml similarity index 100% rename from dependency/mongodb/12.2.0/questions.yaml rename to dependency/mongodb/12.3.0/questions.yaml diff --git a/dependency/mongodb/12.2.0/templates/NOTES.txt b/dependency/mongodb/12.3.0/templates/NOTES.txt similarity index 100% rename from dependency/mongodb/12.2.0/templates/NOTES.txt rename to dependency/mongodb/12.3.0/templates/NOTES.txt diff --git a/dependency/mongodb/12.2.0/templates/common.yaml b/dependency/mongodb/12.3.0/templates/common.yaml similarity index 100% rename from dependency/mongodb/12.2.0/templates/common.yaml rename to dependency/mongodb/12.3.0/templates/common.yaml diff --git a/dependency/mongodb/12.2.0/values.yaml b/dependency/mongodb/12.3.0/values.yaml similarity index 100% rename from dependency/mongodb/12.2.0/values.yaml rename to dependency/mongodb/12.3.0/values.yaml diff --git a/dependency/redis/12.1.4/CHANGELOG.md b/dependency/redis/12.1.4/CHANGELOG.md deleted file mode 100644 index 556f957d8c0..00000000000 --- a/dependency/redis/12.1.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [redis-11.1.21](https://github.com/truecharts/charts/compare/redis-11.1.20...redis-11.1.21) (2024-02-12) - -### Chore - - - -- update container image bitnami/redis to 7.2.4[@9c03d05](https://github.com/9c03d05) by renovate ([#18224](https://github.com/truecharts/charts/issues/18224)) - - -## [redis-11.1.20](https://github.com/truecharts/charts/compare/redis-11.1.19...redis-11.1.20) (2024-02-12) - -### Chore - - - -- update container image bitnami/redis to 7.2.4[@ebc4ce8](https://github.com/ebc4ce8) by renovate ([#18162](https://github.com/truecharts/charts/issues/18162)) - - -## [redis-11.1.19](https://github.com/truecharts/charts/compare/redis-11.1.18...redis-11.1.19) (2024-02-12) - -### Chore - - - -- update container image bitnami/redis to 7.2.4[@fd603c7](https://github.com/fd603c7) by renovate ([#18033](https://github.com/truecharts/charts/issues/18033)) - - -## [redis-11.1.18](https://github.com/truecharts/charts/compare/redis-11.1.17...redis-11.1.18) (2024-02-05) - -### Chore - - - -- update container image bitnami/redis to 7.2.4[@a29afa0](https://github.com/a29afa0) by renovate ([#17819](https://github.com/truecharts/charts/issues/17819)) - - -## [redis-11.1.17](https://github.com/truecharts/charts/compare/redis-11.1.16...redis-11.1.17) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [redis-11.1.16](https://github.com/truecharts/charts/compare/redis-11.1.15...redis-11.1.16) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [redis-11.1.15](https://github.com/truecharts/charts/compare/redis-11.1.14...redis-11.1.15) (2024-01-22) - -### Chore - - - -- update container image bitnami/redis to 7.2.4[@eff4f46](https://github.com/eff4f46) by renovate ([#17500](https://github.com/truecharts/charts/issues/17500)) - - -## [redis-11.1.14](https://github.com/truecharts/charts/compare/redis-11.1.13...redis-11.1.14) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [redis-11.1.13](https://github.com/truecharts/charts/compare/redis-11.1.12...redis-11.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - diff --git a/dependency/redis/12.1.4/Chart.yaml b/dependency/redis/12.1.4/Chart.yaml deleted file mode 100644 index 0b01e7ff359..00000000000 --- a/dependency/redis/12.1.4/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: database - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: dependency -apiVersion: v2 -appVersion: 7.2.4 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Open source, advanced key-value store. -home: https://truecharts.org/charts/dependency/redis -icon: https://truecharts.org/img/hotlink-ok/chart-icons/redis.png -keywords: - - redis - - keyvalue - - database -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: redis -sources: - - https://github.com/bitnami/bitnami-docker-redis - - https://github.com/truecharts/charts/tree/master/charts/dependency/redis - - https://hub.docker.com/r/bitnami/redis -type: application -version: 12.1.4 diff --git a/dependency/redis/12.1.4/charts/common-18.0.3.tgz b/dependency/redis/12.1.4/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/dependency/redis/12.1.4/charts/common-18.0.3.tgz and /dev/null differ diff --git a/dependency/redis/12.1.4/.helmignore b/dependency/redis/12.3.0/.helmignore similarity index 100% rename from dependency/redis/12.1.4/.helmignore rename to dependency/redis/12.3.0/.helmignore diff --git a/dependency/redis/12.3.0/CHANGELOG.md b/dependency/redis/12.3.0/CHANGELOG.md new file mode 100644 index 00000000000..c54c661856a --- /dev/null +++ b/dependency/redis/12.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [redis-12.3.0](https://github.com/truecharts/charts/compare/redis-12.2.3...redis-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [redis-12.2.3](https://github.com/truecharts/charts/compare/redis-12.2.2...redis-12.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [redis-12.2.2](https://github.com/truecharts/charts/compare/redis-12.2.0...redis-12.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + +## [redis-11.1.21](https://github.com/truecharts/charts/compare/redis-11.1.20...redis-11.1.21) (2024-02-12) + +### Chore + + + +- update container image bitnami/redis to 7.2.4[@9c03d05](https://github.com/9c03d05) by renovate ([#18224](https://github.com/truecharts/charts/issues/18224)) + + +## [redis-11.1.20](https://github.com/truecharts/charts/compare/redis-11.1.19...redis-11.1.20) (2024-02-12) + +### Chore + + + +- update container image bitnami/redis to 7.2.4[@ebc4ce8](https://github.com/ebc4ce8) by renovate ([#18162](https://github.com/truecharts/charts/issues/18162)) + + +## [redis-11.1.19](https://github.com/truecharts/charts/compare/redis-11.1.18...redis-11.1.19) (2024-02-12) + +### Chore + + + +- update container image bitnami/redis to 7.2.4[@fd603c7](https://github.com/fd603c7) by renovate ([#18033](https://github.com/truecharts/charts/issues/18033)) + + +## [redis-11.1.18](https://github.com/truecharts/charts/compare/redis-11.1.17...redis-11.1.18) (2024-02-05) + +### Chore + + + +- update container image bitnami/redis to 7.2.4[@a29afa0](https://github.com/a29afa0) by renovate ([#17819](https://github.com/truecharts/charts/issues/17819)) + + +## [redis-11.1.17](https://github.com/truecharts/charts/compare/redis-11.1.16...redis-11.1.17) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [redis-11.1.16](https://github.com/truecharts/charts/compare/redis-11.1.15...redis-11.1.16) (2024-01-26) + +### Chore + + diff --git a/dependency/redis/12.3.0/Chart.yaml b/dependency/redis/12.3.0/Chart.yaml new file mode 100644 index 00000000000..b6d5973ec89 --- /dev/null +++ b/dependency/redis/12.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: database + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: dependency +apiVersion: v2 +appVersion: 7.2.4 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Open source, advanced key-value store. +home: https://truecharts.org/charts/dependency/redis +icon: https://truecharts.org/img/hotlink-ok/chart-icons/redis.png +keywords: + - redis + - keyvalue + - database +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: redis +sources: + - https://github.com/bitnami/bitnami-docker-redis + - https://github.com/truecharts/charts/tree/master/charts/dependency/redis + - https://hub.docker.com/r/bitnami/redis +type: application +version: 12.3.0 diff --git a/dependency/redis/12.1.4/README.md b/dependency/redis/12.3.0/README.md similarity index 100% rename from dependency/redis/12.1.4/README.md rename to dependency/redis/12.3.0/README.md diff --git a/dependency/redis/12.3.0/app-changelog.md b/dependency/redis/12.3.0/app-changelog.md new file mode 100644 index 00000000000..94df85e355d --- /dev/null +++ b/dependency/redis/12.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [redis-12.3.0](https://github.com/truecharts/charts/compare/redis-12.2.3...redis-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/dependency/redis/12.1.4/app-readme.md b/dependency/redis/12.3.0/app-readme.md similarity index 100% rename from dependency/redis/12.1.4/app-readme.md rename to dependency/redis/12.3.0/app-readme.md diff --git a/dependency/redis/12.3.0/charts/common-18.2.0.tgz b/dependency/redis/12.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/dependency/redis/12.3.0/charts/common-18.2.0.tgz differ diff --git a/dependency/redis/12.1.4/ix_values.yaml b/dependency/redis/12.3.0/ix_values.yaml similarity index 100% rename from dependency/redis/12.1.4/ix_values.yaml rename to dependency/redis/12.3.0/ix_values.yaml diff --git a/dependency/redis/12.1.4/questions.yaml b/dependency/redis/12.3.0/questions.yaml similarity index 100% rename from dependency/redis/12.1.4/questions.yaml rename to dependency/redis/12.3.0/questions.yaml diff --git a/dependency/redis/12.1.4/templates/NOTES.txt b/dependency/redis/12.3.0/templates/NOTES.txt similarity index 100% rename from dependency/redis/12.1.4/templates/NOTES.txt rename to dependency/redis/12.3.0/templates/NOTES.txt diff --git a/dependency/redis/12.1.4/templates/common.yaml b/dependency/redis/12.3.0/templates/common.yaml similarity index 100% rename from dependency/redis/12.1.4/templates/common.yaml rename to dependency/redis/12.3.0/templates/common.yaml diff --git a/dependency/redis/12.1.4/values.yaml b/dependency/redis/12.3.0/values.yaml similarity index 100% rename from dependency/redis/12.1.4/values.yaml rename to dependency/redis/12.3.0/values.yaml diff --git a/dependency/solr/10.1.4/CHANGELOG.md b/dependency/solr/10.1.4/CHANGELOG.md deleted file mode 100644 index f77a64d4c2c..00000000000 --- a/dependency/solr/10.1.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - -## [solr-9.1.20](https://github.com/truecharts/charts/compare/solr-9.1.19...solr-9.1.20) (2024-02-14) - - -## [solr-9.1.19](https://github.com/truecharts/charts/compare/solr-9.1.18...solr-9.1.19) (2024-02-14) - - -## [solr-9.1.18](https://github.com/truecharts/charts/compare/solr-9.1.17...solr-9.1.18) (2024-02-14) - - -## [solr-9.1.17](https://github.com/truecharts/charts/compare/solr-9.1.16...solr-9.1.17) (2024-02-12) - -### Chore - - - -- update container image bitnami/solr to 9.4.1[@116fe37](https://github.com/116fe37) by renovate ([#18225](https://github.com/truecharts/charts/issues/18225)) - - -## [solr-9.1.16](https://github.com/truecharts/charts/compare/solr-9.1.15...solr-9.1.16) (2024-02-12) - -### Chore - - - -- update container image bitnami/solr to 9.4.1[@f05714e](https://github.com/f05714e) by renovate ([#18163](https://github.com/truecharts/charts/issues/18163)) - - -## [solr-9.1.15](https://github.com/truecharts/charts/compare/solr-9.1.14...solr-9.1.15) (2024-02-12) - -### Chore - - - -- update container image bitnami/solr to 9.4.1[@da0d1ef](https://github.com/da0d1ef) by renovate ([#18034](https://github.com/truecharts/charts/issues/18034)) - - -## [solr-9.1.14](https://github.com/truecharts/charts/compare/solr-9.1.13...solr-9.1.14) (2024-02-05) - -### Chore - - - -- update container image bitnami/solr to 9.4.1[@5a50dfd](https://github.com/5a50dfd) by renovate ([#17820](https://github.com/truecharts/charts/issues/17820)) - - -## [solr-9.1.13](https://github.com/truecharts/charts/compare/solr-9.1.12...solr-9.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [solr-9.1.12](https://github.com/truecharts/charts/compare/solr-9.1.11...solr-9.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [solr-9.1.11](https://github.com/truecharts/charts/compare/solr-9.1.10...solr-9.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - diff --git a/dependency/solr/10.1.4/Chart.yaml b/dependency/solr/10.1.4/Chart.yaml deleted file mode 100644 index 619dd7ab4ab..00000000000 --- a/dependency/solr/10.1.4/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: search - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: dependency -apiVersion: v2 -appVersion: 9.5.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Apache Solr -home: https://truecharts.org/charts/dependency/solr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/solr.png -keywords: - - solr - - apache - - search -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: solr -sources: - - https://github.com/apache/solr - - https://github.com/truecharts/charts/tree/master/charts/dependency/solr - - https://hub.docker.com/r/bitnami/solr -type: application -version: 10.1.4 diff --git a/dependency/solr/10.1.4/charts/common-18.0.3.tgz b/dependency/solr/10.1.4/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/dependency/solr/10.1.4/charts/common-18.0.3.tgz and /dev/null differ diff --git a/dependency/solr/10.1.4/.helmignore b/dependency/solr/10.3.0/.helmignore similarity index 100% rename from dependency/solr/10.1.4/.helmignore rename to dependency/solr/10.3.0/.helmignore diff --git a/dependency/solr/10.3.0/CHANGELOG.md b/dependency/solr/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..3f50e095aaf --- /dev/null +++ b/dependency/solr/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [solr-10.3.0](https://github.com/truecharts/charts/compare/solr-10.2.3...solr-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [solr-10.2.3](https://github.com/truecharts/charts/compare/solr-10.2.2...solr-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [solr-10.2.2](https://github.com/truecharts/charts/compare/solr-10.2.0...solr-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + +## [solr-9.1.20](https://github.com/truecharts/charts/compare/solr-9.1.19...solr-9.1.20) (2024-02-14) + + +## [solr-9.1.19](https://github.com/truecharts/charts/compare/solr-9.1.18...solr-9.1.19) (2024-02-14) + + +## [solr-9.1.18](https://github.com/truecharts/charts/compare/solr-9.1.17...solr-9.1.18) (2024-02-14) + + +## [solr-9.1.17](https://github.com/truecharts/charts/compare/solr-9.1.16...solr-9.1.17) (2024-02-12) + +### Chore + + + +- update container image bitnami/solr to 9.4.1[@116fe37](https://github.com/116fe37) by renovate ([#18225](https://github.com/truecharts/charts/issues/18225)) + + +## [solr-9.1.16](https://github.com/truecharts/charts/compare/solr-9.1.15...solr-9.1.16) (2024-02-12) + +### Chore + + + +- update container image bitnami/solr to 9.4.1[@f05714e](https://github.com/f05714e) by renovate ([#18163](https://github.com/truecharts/charts/issues/18163)) + + +## [solr-9.1.15](https://github.com/truecharts/charts/compare/solr-9.1.14...solr-9.1.15) (2024-02-12) + +### Chore + + + +- update container image bitnami/solr to 9.4.1[@da0d1ef](https://github.com/da0d1ef) by renovate ([#18034](https://github.com/truecharts/charts/issues/18034)) + + +## [solr-9.1.14](https://github.com/truecharts/charts/compare/solr-9.1.13...solr-9.1.14) (2024-02-05) + +### Chore + + diff --git a/dependency/solr/10.3.0/Chart.yaml b/dependency/solr/10.3.0/Chart.yaml new file mode 100644 index 00000000000..745b649ad33 --- /dev/null +++ b/dependency/solr/10.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: search + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: dependency +apiVersion: v2 +appVersion: 9.5.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Apache Solr +home: https://truecharts.org/charts/dependency/solr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/solr.png +keywords: + - solr + - apache + - search +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: solr +sources: + - https://github.com/apache/solr + - https://github.com/truecharts/charts/tree/master/charts/dependency/solr + - https://hub.docker.com/r/bitnami/solr +type: application +version: 10.3.0 diff --git a/dependency/solr/10.1.4/README.md b/dependency/solr/10.3.0/README.md similarity index 100% rename from dependency/solr/10.1.4/README.md rename to dependency/solr/10.3.0/README.md diff --git a/dependency/solr/10.3.0/app-changelog.md b/dependency/solr/10.3.0/app-changelog.md new file mode 100644 index 00000000000..b1bdaa21b4d --- /dev/null +++ b/dependency/solr/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [solr-10.3.0](https://github.com/truecharts/charts/compare/solr-10.2.3...solr-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/dependency/solr/10.1.4/app-readme.md b/dependency/solr/10.3.0/app-readme.md similarity index 100% rename from dependency/solr/10.1.4/app-readme.md rename to dependency/solr/10.3.0/app-readme.md diff --git a/dependency/solr/10.3.0/charts/common-18.2.0.tgz b/dependency/solr/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/dependency/solr/10.3.0/charts/common-18.2.0.tgz differ diff --git a/dependency/solr/10.1.4/ix_values.yaml b/dependency/solr/10.3.0/ix_values.yaml similarity index 100% rename from dependency/solr/10.1.4/ix_values.yaml rename to dependency/solr/10.3.0/ix_values.yaml diff --git a/dependency/solr/10.1.4/questions.yaml b/dependency/solr/10.3.0/questions.yaml similarity index 100% rename from dependency/solr/10.1.4/questions.yaml rename to dependency/solr/10.3.0/questions.yaml diff --git a/dependency/solr/10.1.4/templates/NOTES.txt b/dependency/solr/10.3.0/templates/NOTES.txt similarity index 100% rename from dependency/solr/10.1.4/templates/NOTES.txt rename to dependency/solr/10.3.0/templates/NOTES.txt diff --git a/dependency/solr/10.1.4/templates/common.yaml b/dependency/solr/10.3.0/templates/common.yaml similarity index 100% rename from dependency/solr/10.1.4/templates/common.yaml rename to dependency/solr/10.3.0/templates/common.yaml diff --git a/dependency/solr/10.1.4/values.yaml b/dependency/solr/10.3.0/values.yaml similarity index 100% rename from dependency/solr/10.1.4/values.yaml rename to dependency/solr/10.3.0/values.yaml diff --git a/enterprise/authelia/23.2.0/CHANGELOG.md b/enterprise/authelia/23.2.0/CHANGELOG.md deleted file mode 100644 index c24ba1fb901..00000000000 --- a/enterprise/authelia/23.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - -## [authelia-22.2.7](https://github.com/truecharts/charts/compare/authelia-22.2.6...authelia-22.2.7) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - -### Docs - - - -- Update access rules documentation ([#17316](https://github.com/truecharts/charts/issues/17316)) - - -## [authelia-22.2.6](https://github.com/truecharts/charts/compare/authelia-22.2.5...authelia-22.2.6) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [authelia-22.2.5](https://github.com/truecharts/charts/compare/authelia-22.2.4...authelia-22.2.5) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [authelia-22.2.4](https://github.com/truecharts/charts/compare/authelia-22.2.3...authelia-22.2.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [authelia-22.2.3](https://github.com/truecharts/charts/compare/authelia-22.2.2...authelia-22.2.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [authelia-22.2.2](https://github.com/truecharts/charts/compare/authelia-22.2.1...authelia-22.2.2) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [authelia-22.2.1](https://github.com/truecharts/charts/compare/authelia-22.2.0...authelia-22.2.1) (2024-01-12) - -### Authelia - - - -- Add domain_regex configuration option ([#16871](https://github.com/truecharts/charts/issues/16871)) - - -## [authelia-22.2.0](https://github.com/truecharts/charts/compare/authelia-22.1.9...authelia-22.2.0) (2024-01-11) - -### Feat - - - -- Update authelia questions.yaml ([#17082](https://github.com/truecharts/charts/issues/17082)) \ No newline at end of file diff --git a/enterprise/authelia/23.2.0/Chart.yaml b/enterprise/authelia/23.2.0/Chart.yaml deleted file mode 100644 index 4b48655d5c3..00000000000 --- a/enterprise/authelia/23.2.0/Chart.yaml +++ /dev/null @@ -1,54 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: security - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: enterprise -apiVersion: v2 -appVersion: 4.37.5 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 11.2.1 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Authelia is a Single Sign-On Multi-Factor portal for web apps -home: https://truecharts.org/charts/enterprise/authelia -icon: https://truecharts.org/img/hotlink-ok/chart-icons/authelia.png -keywords: - - authelia - - authentication - - login - - SSO - - Authentication - - Security - - Two-Factor - - U2F - - YubiKey - - Push Notifications - - LDAP -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: authelia -sources: - - https://github.com/authelia/chartrepo - - https://github.com/authelia/authelia - - https://github.com/truecharts/charts/tree/master/charts/enterprise/authelia - - https://ghcr.io/authelia/authelia -type: application -version: 23.2.0 diff --git a/enterprise/authelia/23.2.0/charts/common-18.1.2.tgz b/enterprise/authelia/23.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/enterprise/authelia/23.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/enterprise/authelia/23.2.0/questions.yaml b/enterprise/authelia/23.2.0/questions.yaml deleted file mode 100755 index 976add2c336..00000000000 --- a/enterprise/authelia/23.2.0/questions.yaml +++ /dev/null @@ -1,4358 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 2 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: domain - group: "App Configuration" - label: "Domain" - description: "The highest domain level possible, for example: domain.com when using app.domain.com" - schema: - type: string - default: "" - required: true - - variable: default_redirection_url - group: "App Configuration" - label: "Default Redirection URL" - description: "If user tries to authenticate without any referrer, this is used" - schema: - type: string - default: "" - valid_chars: '^https?:\/\/(.*)' - - variable: theme - group: "App Configuration" - label: "Theme" - schema: - type: string - default: "auto" - enum: - - value: "auto" - description: "auto" - - value: "light" - description: "light" - - value: "grey" - description: "grey" - - value: "dark" - description: "dark" - - variable: log - group: "App Configuration" - label: "Log Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: level - label: "Log Level" - schema: - type: string - default: "info" - enum: - - value: "info" - description: "info" - - value: "debug" - description: "debug" - - value: "trace" - description: "trace" - - variable: format - label: "Log Format" - schema: - type: string - default: "text" - enum: - - value: "json" - description: "json" - - value: "text" - description: "text" - - variable: server - group: "App Configuration" - label: "Server Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: write_buffer_size - label: "Write Buffer Size" - description: "Configures the maximum response size. The default of 4096 is generally sufficient for most use cases." - schema: - type: int - default: 4096 - - variable: read_buffer_size - label: "Read Buffer Size" - description: "Configures the maximum request size. The default of 4096 is generally sufficient for most use cases." - schema: - type: int - default: 4096 - - variable: totp - group: "App Configuration" - label: "TOTP Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: issuer - label: "Issuer" - description: "The issuer name displayed in the Authenticator application of your choice" - schema: - type: string - default: "" - - variable: period - label: "Period" - description: "The period in seconds a one-time password is current for" - schema: - type: int - default: 30 - - variable: skew - label: "skew" - description: "Controls number of one-time passwords either side of the current one that are valid." - schema: - type: int - default: 1 - - variable: password_policy - group: "App Configuration" - label: "Password Policy Configuration" - description: "Authelia allows administrators to configure an enforced password policy." - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: standard - label: Standard - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - - variable: min_length - label: "Minimum Password Length" - description: "Minimum Password Length" - schema: - type: int - required: true - show_if: [["enabled", "=", true]] - default: 8 - - variable: max_length - label: "Max Passsword Length" - description: "Max Password Length" - schema: - type: int - required: true - show_if: [["enabled", "=", true]] - default: 0 - - variable: require_uppercase - label: "Require Upppercase" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - required: true - - variable: require_lowercase - label: "Require Lowercase" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - required: true - - variable: require_number - label: "Require Numbers" - description: "Require Numbers in the password" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - required: true - - variable: require_special - label: "Require Special Characters" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: zxcvbn - label: zxcvbn - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - required: true - - variable: min_score - label: "Min Score" - schema: - type: int - required: true - show_if: [["enabled", "=", true]] - default: 3 - - variable: duo_api - group: "App Configuration" - label: "DUO API Configuration" - description: "Parameters used to contact the Duo API." - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostname - label: "Hostname" - schema: - type: string - required: true - default: "" - - variable: integration_key - label: "integration_key" - schema: - type: string - default: "" - required: true - - variable: plain_api_key - label: "plain_api_key" - schema: - type: string - default: "" - required: true - - variable: session - group: "App Configuration" - label: "Session Provider" - description: "The session cookies identify the user once logged in." - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: "Cookie Name" - description: | - The name of the session cookie. By default this is set to authelia_session. - It’s mostly useful to change this if you are doing development or running multiple instances of Authelia. - schema: - type: string - required: true - default: "authelia_session" - - variable: same_site - label: "SameSite Value" - description: | - You can read about the SameSite cookie in detail on the MDN. In short setting SameSite to Lax is generally - the most desirable option for Authelia. None is not recommended unless you absolutely know what you’re doing - and trust all the protected apps. Strict is not going to work in many use cases and we have not tested it in - this state but it’s available as an option anyway. - schema: - type: string - default: "lax" - enum: - - value: "lax" - description: "lax" - - value: "strict" - description: "strict" - - variable: expiration - label: "Expiration Time" - description: | - The period of time before the cookie expires and the session is destroyed. This is overriden by - remember_me_duration when the remember me box is checked. - schema: - type: string - default: "1h" - required: true - - variable: inactivity - label: "Inactivity Time" - description: | - The period of time the user can be inactive for until the session is destroyed when the remember me box is - not checked or is otherwise disabled. Useful if you want long session timers but don’t want unused devices to be vulnerable. - schema: - type: string - default: "5m" - required: true - - variable: remember_me_duration - label: "Remember-Me duration" - description: | - The period of time before the cookie expires and the session is destroyed when the remember me box is checked, a user - selecting this option negates the inactivity timeout. Setting this to -1 disables this feature entirely. - schema: - type: string - default: "5M" - required: true - - variable: regulation - group: "App Configuration" - label: "Regulation Configuration" - description: "This mechanism prevents attackers from brute forcing the first factor." - schema: - additional_attrs: true - type: dict - attrs: - - variable: max_retries - label: "Maximum Retries" - description: "The number of failed login attempts before user is banned. Set it to 0 to disable regulation." - schema: - type: int - default: 3 - - variable: find_time - label: "Find Time" - description: | - The period of time analyzed for failed attempts. For example if you set max_retries to 3 and find_time to - 2m this means the user must have 3 failed logins in 2 minutes. - schema: - type: string - default: "2m" - required: true - - variable: ban_time - label: "Ban Duration" - description: | - The period of time the user is banned for after meeting the max_retries and find_time configuration. - After this duration the account will be able to login again. - schema: - type: string - default: "5m" - required: true - - variable: authentication_backend - group: "App Configuration" - label: "Authentication Backend Provider" - description: | - Used for verifying user passwords and retrieve information such as email - address and groups users belong to. - schema: - additional_attrs: true - type: dict - attrs: - - variable: disable_reset_password - label: "Disable Reset Password" - description: "Disable both the HTML element and the API for reset password functionality" - schema: - type: boolean - default: false - - variable: refresh_interval - label: "Reset Interval" - description: "The amount of time to wait before we refresh data from the authentication backend" - schema: - type: string - default: "5m" - required: true - - variable: ldap - label: "LDAP backend configuration" - description: "Used for verifying user passwords and retrieve information such as email address and groups users belong to" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: implementation - label: "Implementation" - description: "The LDAP implementation, this affects elements like the attribute utilized for resetting a password" - schema: - type: string - default: "custom" - enum: - - value: "activedirectory" - description: "Active Directory" - - value: "custom" - description: "Custom" - - variable: url - label: "URL" - description: "The url to the ldap server. Format: ://
[:]" - schema: - type: string - default: "ldap://openldap.default.svc.cluster.local" - required: true - - variable: timeout - label: "Connection Timeout" - schema: - type: string - default: "5s" - required: true - - variable: start_tls - label: "Start TLS" - description: "Use StartTLS with the LDAP connection" - schema: - type: boolean - default: false - - variable: tls - label: "TLS Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: server_name - label: "Server Name" - description: "Server Name for certificate validation (in case it's not set correctly in the URL)." - schema: - type: string - default: "" - - variable: skip_verify - label: "Skip Certificate Verification" - description: "Skip verifying the server certificate (to allow a self-signed certificate)" - schema: - type: boolean - default: false - - variable: minimum_version - label: "Minimum TLS version" - description: "Minimum TLS version for either Secure LDAP or LDAP StartTLS." - schema: - type: string - default: "TLS1.2" - enum: - - value: "TLS1.0" - description: "TLS1.0" - - value: "TLS1.1" - description: "TLS1.1" - - value: "TLS1.2" - description: "TLS1.2" - - value: "TLS1.3" - description: "TLS1.3" - - variable: base_dn - label: "Base DN" - description: "The base dn for every LDAP query." - schema: - type: string - default: "DC=example,DC=com" - required: true - - variable: username_attribute - label: "Username Attribute" - description: "The attribute holding the username of the user" - schema: - type: string - default: "uid" - required: true - - variable: additional_users_dn - label: "Additional Users DN" - description: "An additional dn to define the scope to all users." - schema: - type: string - default: "OU=people" - required: true - - variable: users_filter - label: "Users Filter" - description: "The groups filter used in search queries to find the groups of the user." - schema: - type: string - default: "" - required: true - - variable: additional_groups_dn - label: "Additional Groups DN" - description: "An additional dn to define the scope of groups." - schema: - type: string - default: "OU=Groups" - required: true - - variable: groups_filter - label: "Groups Filter" - description: "The groups filter used in search queries to find the groups of the user." - schema: - type: string - default: "" - required: true - - variable: group_name_attribute - label: "Group name Attribute" - description: "The attribute holding the name of the group" - schema: - type: string - default: "cn" - required: true - - variable: mail_attribute - label: "Mail Attribute" - description: "The attribute holding the primary mail address of the user" - schema: - type: string - default: "mail" - required: true - - variable: display_name_attribute - label: "Display Name Attribute" - description: "he attribute holding the display name of the user. This will be used to greet an authenticated user." - schema: - type: string - default: "displayName" - - variable: user - label: "Admin User" - description: "The username of the admin user used to connect to LDAP." - schema: - type: string - default: "CN=admin,ou=people,DC=example,DC=com" - required: true - - variable: plain_password - label: "Password" - schema: - type: string - default: "" - required: true - - variable: file - label: "File backend configuration" - description: "With this backend, the users database is stored in a file which is updated when users reset their passwords." - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: path - label: "Path" - schema: - type: string - default: "/config/users_database.yml" - required: true - - variable: password - label: "Password Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: algorithm - label: "Algorithm" - schema: - type: string - default: "argon2id" - enum: - - value: "argon2id" - description: "argon2id" - - value: "sha512" - description: "sha512" - - variable: iterations - label: "Iterations" - schema: - type: int - default: 1 - required: true - - variable: key_length - label: "Key Length" - schema: - type: int - default: 32 - required: true - - variable: salt_length - label: "Salt Length" - schema: - type: int - default: 16 - required: true - - variable: memory - label: "Memory" - schema: - type: int - default: 1024 - required: true - - variable: parallelism - label: "Parallelism" - schema: - type: int - default: 8 - required: true - - variable: notifier - group: "App Configuration" - label: "Notifier Configuration" - description: "Notifications are sent to users when they require a password reset, a u2f registration or a TOTP registration." - schema: - additional_attrs: true - type: dict - attrs: - - variable: disable_startup_check - label: "Disable Startup Check" - schema: - type: boolean - default: false - - variable: filesystem - label: "Filesystem Provider" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: filename - label: "File Path" - schema: - type: string - default: "/config/notification.txt" - required: true - - variable: smtp - label: "SMTP Provider" - description: "Use a SMTP server for sending notifications. Authelia uses the PLAIN or LOGIN methods to authenticate." - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable" - schema: - type: boolean - default: true - show_subquestions_if: true - subquestions: - - variable: host - label: "Host" - schema: - type: string - default: "smtp.mail.svc.cluster.local" - required: true - - variable: port - label: "Port" - schema: - type: int - default: 25 - required: true - - variable: timeout - label: "Timeout" - schema: - type: string - default: "5s" - required: true - - variable: username - label: "Username" - schema: - type: string - default: "" - - variable: plain_password - label: "Password" - schema: - type: string - default: "" - - variable: sender - label: "Sender" - schema: - type: string - default: "" - required: true - - variable: identifier - label: "Identifier" - description: "HELO/EHLO Identifier. Some SMTP Servers may reject the default of localhost." - schema: - type: string - default: "localhost" - required: true - - variable: subject - label: "Subject" - description: "Subject configuration of the emails sent, {title} is replaced by the text from the notifier" - schema: - type: string - default: "[Authelia] {title}" - required: true - - variable: startup_check_address - label: "Startup Check Address" - description: "This address is used during the startup check to verify the email configuration is correct." - schema: - type: string - default: "test@authelia.com" - required: true - - variable: disable_require_tls - label: "Disable Require TLS" - schema: - type: boolean - default: false - - variable: disable_html_emails - label: "Disable HTML emails" - schema: - type: boolean - default: false - - variable: tls - label: "TLS Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: server_name - label: "Server Name" - description: "Server Name for certificate validation (in case it's not set correctly in the URL)." - schema: - type: string - default: "" - - variable: skip_verify - label: "Skip Certificate Verification" - description: "Skip verifying the server certificate (to allow a self-signed certificate)" - schema: - type: boolean - default: false - - variable: minimum_version - label: "Minimum TLS version" - description: "Minimum TLS version for either Secure LDAP or LDAP StartTLS." - schema: - type: string - default: "TLS1.2" - enum: - - value: "TLS1.0" - description: "TLS1.0" - - value: "TLS1.1" - description: "TLS1.1" - - value: "TLS1.2" - description: "TLS1.2" - - value: "TLS1.3" - description: "TLS1.3" - - variable: access_control - group: "App Configuration" - label: "Access Control Configuration" - description: "Access control is a list of rules defining the authorizations applied for one resource to users or group of users." - schema: - additional_attrs: true - type: dict - attrs: - - variable: default_policy - label: "Default Policy" - description: | - The default policy defines the policy applied if no rules section apply to the information known about the request. - It is recommended that this is configured to deny for security reasons. Sites which you do not wish to secure at all - with Authelia should not be configured in your reverse proxy to perform authentication with Authelia at all for performance reasons. - schema: - type: string - default: "deny" - enum: - - value: "bypass" - description: "bypass" - - value: "one_factor" - description: "one_factor" - - value: "two_factor" - description: "two_factor" - - value: "deny" - description: "deny" - - variable: networks_access_control - label: "Networks" - schema: - type: list - default: [] - items: - - variable: networkItem - label: "Network Item" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: "Name" - schema: - type: string - default: "" - required: true - - variable: networks - label: "Networks" - schema: - type: list - default: [] - items: - - variable: network - label: "network" - schema: - type: string - default: "" - required: true - - variable: rules - label: "Rules" - schema: - type: list - default: [] - items: - - variable: rulesItem - label: "Rule" - schema: - additional_attrs: true - type: dict - attrs: - - variable: domain - label: "Domains" - description: "Defines which domain or set of domains the rule applies to." - schema: - type: list - default: [] - items: - - variable: domainEntry - label: "Domain" - schema: - type: string - default: "" - required: true - - variable: domain_regex - label: "Domains RegEx" - description: "defines which domain or set of domains the rule applies to using regular expressions." - schema: - type: list - default: [] - items: - - variable: domainRegexEntry - label: "Domain RegEx" - schema: - type: string - default: "" - required: true - - variable: policy - label: "Policy" - description: | - The specific policy to apply to the selected rule. This is not criteria for a match, this is the - action to take when a match is made. - schema: - type: string - default: "two_factor" - enum: - - value: "bypass" - description: "bypass" - - value: "one_factor" - description: "one_factor" - - value: "two_factor" - description: "two_factor" - - value: "deny" - description: "deny" - - variable: subject - label: "Subject" - description: | - This criteria matches identifying characteristics about the subject. Currently this is either - user or groups the user belongs to. This allows you to effectively control exactly what each user is - authorized to access or to specifically require two-factor authentication to specific users. Subjects - are prefixed with either user: or group: to identify which part of the identity to check. - schema: - type: list - default: [] - items: - - variable: subjectitem - label: "Subject" - schema: - type: string - default: "" - required: true - - variable: networks - label: "Networks" - schema: - type: list - default: [] - items: - - variable: network - label: "Network" - schema: - type: string - default: "" - required: true - - variable: resources - label: "Resources" - description: "is a list of regular expressions that matches a set of resources to apply the policy to" - schema: - type: list - default: [] - items: - - variable: resource - label: "Resource" - schema: - type: string - default: "" - required: true - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 9091 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: identity_providers - group: "Advanced" - label: "Authelia Identity Providers (BETA)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: oidc - label: "OpenID Connect(BETA)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enabled" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: access_token_lifespan - label: "Access Token Lifespan" - schema: - type: string - default: "1h" - required: true - - variable: authorize_code_lifespan - label: "Authorize Code Lifespan" - schema: - type: string - default: "1m" - required: true - - variable: id_token_lifespan - label: "ID Token Lifespan" - schema: - type: string - default: "1h" - required: true - - variable: refresh_token_lifespan - label: "Refresh Token Lifespan" - schema: - type: string - default: "90m" - required: true - - variable: enable_client_debug_messages - label: "Enable Client Debug Messages" - schema: - type: boolean - default: false - - variable: clients - label: "Clients" - schema: - type: list - default: [] - items: - - variable: clientEntry - label: "Client" - schema: - additional_attrs: true - type: dict - attrs: - - variable: id - label: "ID/Name" - description: "The ID is the OpenID Connect ClientID which is used to link an application to a configuration." - schema: - type: string - default: "myapp" - required: true - - variable: description - label: "Description" - description: "The description to show to users when they end up on the consent screen. Defaults to the ID above." - schema: - type: string - default: "My Application" - required: true - - variable: secret - label: "Secret" - description: "The client secret is a shared secret between Authelia and the consumer of this client." - schema: - type: string - default: "" - required: true - - variable: public - label: "public" - description: "Sets the client to public. This should typically not be set, please see the documentation for usage." - schema: - type: boolean - default: false - - variable: authorization_policy - label: "Authorization Policy" - description: "The policy to require for this client; one_factor or two_factor." - schema: - type: string - default: "two_factor" - enum: - - value: "one_factor" - description: "one_factor" - - value: "two_factor" - description: "two_factor" - - variable: consent_mode - label: "Consent Mode" - description: | - Configures the consent mode. This can be set to auto (default), explicit (consent required every time) or - implicit (automatically assumes consent for every authorization, never asking the user if they wish to give consent.) - schema: - type: string - default: "auto" - enum: - - value: "auto" - description: "auto" - - value: "explicit" - description: "explicit" - - value: "implicit" - description: "implicit" - - variable: userinfo_signing_algorithm - label: "Userinfo Signing Algorithm" - description: "The algorithm used to sign userinfo endpoint responses for this client, either none or RS256." - schema: - type: string - default: "none" - enum: - - value: "none" - description: "none" - - value: "RS256" - description: "RS256" - - variable: audience - label: "Audience" - description: "Audience this client is allowed to request." - schema: - type: list - default: [] - items: - - variable: audienceEntry - label: "" - schema: - type: string - default: "" - required: true - - variable: scopes - label: "Scopes" - description: "Scopes this client is allowed to request." - schema: - type: list - default: [] - items: - - variable: ScopeEntry - label: "Scope" - schema: - type: string - default: "openid" - required: true - - variable: redirect_uris - label: "redirect_uris" - description: "Redirect URI's specifies a list of valid case-sensitive callbacks for this client." - schema: - type: list - default: [] - items: - - variable: uriEntry - label: "Url" - schema: - type: string - default: "https://oidc.example.com/oauth2/callback" - required: true - - variable: grant_types - description: "Grant Types configures which grants this client can obtain." - label: "grant_types" - schema: - type: list - default: [] - items: - - variable: grantEntry - label: "Grant" - schema: - type: string - default: "refresh_token" - required: true - - variable: response_types - description: "Response Types configures which responses this client can be sent." - label: "response_types" - schema: - type: list - default: [] - items: - - variable: responseEntry - label: "type" - schema: - type: string - default: "code" - required: true - - variable: response_modes - description: "Response Modes configures which response modes this client supports." - label: "response_modes" - schema: - type: list - default: [] - items: - - variable: modeEntry - label: "Mode" - schema: - type: string - default: "form_post" - required: true - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/enterprise/authelia/23.2.0/.helmignore b/enterprise/authelia/23.3.0/.helmignore similarity index 100% rename from enterprise/authelia/23.2.0/.helmignore rename to enterprise/authelia/23.3.0/.helmignore diff --git a/enterprise/authelia/23.3.0/CHANGELOG.md b/enterprise/authelia/23.3.0/CHANGELOG.md new file mode 100644 index 00000000000..b954d492b13 --- /dev/null +++ b/enterprise/authelia/23.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [authelia-23.3.0](https://github.com/truecharts/charts/compare/authelia-23.2.4...authelia-23.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [authelia-23.2.4](https://github.com/truecharts/charts/compare/authelia-23.2.3...authelia-23.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [authelia-23.2.3](https://github.com/truecharts/charts/compare/authelia-23.2.1...authelia-23.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + +### Docs + + + +- fix trusted headers ([#18740](https://github.com/truecharts/charts/issues/18740)) + + + + + + + + + + + + + + + +## [authelia-22.2.7](https://github.com/truecharts/charts/compare/authelia-22.2.6...authelia-22.2.7) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + +### Docs + + + +- Update access rules documentation ([#17316](https://github.com/truecharts/charts/issues/17316)) + + +## [authelia-22.2.6](https://github.com/truecharts/charts/compare/authelia-22.2.5...authelia-22.2.6) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [authelia-22.2.5](https://github.com/truecharts/charts/compare/authelia-22.2.4...authelia-22.2.5) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [authelia-22.2.4](https://github.com/truecharts/charts/compare/authelia-22.2.3...authelia-22.2.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + diff --git a/enterprise/authelia/23.3.0/Chart.yaml b/enterprise/authelia/23.3.0/Chart.yaml new file mode 100644 index 00000000000..672d6d73205 --- /dev/null +++ b/enterprise/authelia/23.3.0/Chart.yaml @@ -0,0 +1,54 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: security + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: 4.37.5 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Authelia is a Single Sign-On Multi-Factor portal for web apps +home: https://truecharts.org/charts/enterprise/authelia +icon: https://truecharts.org/img/hotlink-ok/chart-icons/authelia.png +keywords: + - authelia + - authentication + - login + - SSO + - Authentication + - Security + - Two-Factor + - U2F + - YubiKey + - Push Notifications + - LDAP +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: authelia +sources: + - https://github.com/authelia/chartrepo + - https://github.com/authelia/authelia + - https://github.com/truecharts/charts/tree/master/charts/enterprise/authelia + - https://ghcr.io/authelia/authelia +type: application +version: 23.3.0 diff --git a/enterprise/authelia/23.2.0/LICENSE b/enterprise/authelia/23.3.0/LICENSE similarity index 100% rename from enterprise/authelia/23.2.0/LICENSE rename to enterprise/authelia/23.3.0/LICENSE diff --git a/enterprise/authelia/23.2.0/README.md b/enterprise/authelia/23.3.0/README.md similarity index 100% rename from enterprise/authelia/23.2.0/README.md rename to enterprise/authelia/23.3.0/README.md diff --git a/enterprise/authelia/23.3.0/app-changelog.md b/enterprise/authelia/23.3.0/app-changelog.md new file mode 100644 index 00000000000..03a97be7299 --- /dev/null +++ b/enterprise/authelia/23.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [authelia-23.3.0](https://github.com/truecharts/charts/compare/authelia-23.2.4...authelia-23.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/enterprise/authelia/23.2.0/app-readme.md b/enterprise/authelia/23.3.0/app-readme.md similarity index 100% rename from enterprise/authelia/23.2.0/app-readme.md rename to enterprise/authelia/23.3.0/app-readme.md diff --git a/enterprise/authelia/23.3.0/charts/common-18.2.0.tgz b/enterprise/authelia/23.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/enterprise/authelia/23.3.0/charts/common-18.2.0.tgz differ diff --git a/enterprise/authelia/23.2.0/charts/redis-11.2.1.tgz b/enterprise/authelia/23.3.0/charts/redis-11.2.1.tgz similarity index 100% rename from enterprise/authelia/23.2.0/charts/redis-11.2.1.tgz rename to enterprise/authelia/23.3.0/charts/redis-11.2.1.tgz diff --git a/enterprise/authelia/23.2.0/ix_values.yaml b/enterprise/authelia/23.3.0/ix_values.yaml similarity index 100% rename from enterprise/authelia/23.2.0/ix_values.yaml rename to enterprise/authelia/23.3.0/ix_values.yaml diff --git a/enterprise/authelia/23.3.0/questions.yaml b/enterprise/authelia/23.3.0/questions.yaml new file mode 100755 index 00000000000..26e23503813 --- /dev/null +++ b/enterprise/authelia/23.3.0/questions.yaml @@ -0,0 +1,4316 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 2 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: domain + group: "App Configuration" + label: "Domain" + description: "The highest domain level possible, for example: domain.com when using app.domain.com" + schema: + type: string + default: "" + required: true + - variable: default_redirection_url + group: "App Configuration" + label: "Default Redirection URL" + description: "If user tries to authenticate without any referrer, this is used" + schema: + type: string + default: "" + valid_chars: '^https?:\/\/(.*)' + - variable: theme + group: "App Configuration" + label: "Theme" + schema: + type: string + default: "auto" + enum: + - value: "auto" + description: "auto" + - value: "light" + description: "light" + - value: "grey" + description: "grey" + - value: "dark" + description: "dark" + - variable: log + group: "App Configuration" + label: "Log Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: level + label: "Log Level" + schema: + type: string + default: "info" + enum: + - value: "info" + description: "info" + - value: "debug" + description: "debug" + - value: "trace" + description: "trace" + - variable: format + label: "Log Format" + schema: + type: string + default: "text" + enum: + - value: "json" + description: "json" + - value: "text" + description: "text" + - variable: server + group: "App Configuration" + label: "Server Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: write_buffer_size + label: "Write Buffer Size" + description: "Configures the maximum response size. The default of 4096 is generally sufficient for most use cases." + schema: + type: int + default: 4096 + - variable: read_buffer_size + label: "Read Buffer Size" + description: "Configures the maximum request size. The default of 4096 is generally sufficient for most use cases." + schema: + type: int + default: 4096 + - variable: totp + group: "App Configuration" + label: "TOTP Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: issuer + label: "Issuer" + description: "The issuer name displayed in the Authenticator application of your choice" + schema: + type: string + default: "" + - variable: period + label: "Period" + description: "The period in seconds a one-time password is current for" + schema: + type: int + default: 30 + - variable: skew + label: "skew" + description: "Controls number of one-time passwords either side of the current one that are valid." + schema: + type: int + default: 1 + - variable: password_policy + group: "App Configuration" + label: "Password Policy Configuration" + description: "Authelia allows administrators to configure an enforced password policy. Choose one of Standard or zxcvbn and not both, refer to upstream docs for more info " + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: standard + label: Standard + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + - variable: min_length + label: "Minimum Password Length" + description: "Minimum Password Length" + schema: + type: int + required: true + show_if: [["enabled", "=", true]] + default: 8 + - variable: max_length + label: "Max Passsword Length" + description: "Max Password Length" + schema: + type: int + required: true + show_if: [["enabled", "=", true]] + default: 0 + - variable: require_uppercase + label: "Require Upppercase" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + required: true + - variable: require_lowercase + label: "Require Lowercase" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + required: true + - variable: require_number + label: "Require Numbers" + description: "Require Numbers in the password" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + required: true + - variable: require_special + label: "Require Special Characters" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: zxcvbn + label: zxcvbn + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + required: true + - variable: min_score + label: "Min Score" + schema: + type: int + required: true + show_if: [["enabled", "=", true]] + default: 3 + - variable: duo_api + group: "App Configuration" + label: "DUO API Configuration" + description: "Parameters used to contact the Duo API." + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostname + label: "Hostname" + schema: + type: string + required: true + default: "" + - variable: integration_key + label: "integration_key" + schema: + type: string + default: "" + required: true + - variable: plain_api_key + label: "plain_api_key" + schema: + type: string + default: "" + required: true + - variable: session + group: "App Configuration" + label: "Session Provider" + description: "The session cookies identify the user once logged in." + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Cookie Name" + description: | + The name of the session cookie. By default this is set to authelia_session. + It’s mostly useful to change this if you are doing development or running multiple instances of Authelia. + schema: + type: string + required: true + default: "authelia_session" + - variable: same_site + label: "SameSite Value" + description: | + You can read about the SameSite cookie in detail on the MDN. In short setting SameSite to Lax is generally + the most desirable option for Authelia. None is not recommended unless you absolutely know what you’re doing + and trust all the protected apps. Strict is not going to work in many use cases and we have not tested it in + this state but it’s available as an option anyway. + schema: + type: string + default: "lax" + enum: + - value: "lax" + description: "lax" + - value: "strict" + description: "strict" + - variable: expiration + label: "Expiration Time" + description: | + The period of time before the cookie expires and the session is destroyed. This is overriden by + remember_me_duration when the remember me box is checked. + schema: + type: string + default: "1h" + required: true + - variable: inactivity + label: "Inactivity Time" + description: | + The period of time the user can be inactive for until the session is destroyed when the remember me box is + not checked or is otherwise disabled. Useful if you want long session timers but don’t want unused devices to be vulnerable. + schema: + type: string + default: "5m" + required: true + - variable: remember_me_duration + label: "Remember-Me duration" + description: | + The period of time before the cookie expires and the session is destroyed when the remember me box is checked, a user + selecting this option negates the inactivity timeout. Setting this to -1 disables this feature entirely. + schema: + type: string + default: "5M" + required: true + - variable: regulation + group: "App Configuration" + label: "Regulation Configuration" + description: "This mechanism prevents attackers from brute forcing the first factor." + schema: + additional_attrs: true + type: dict + attrs: + - variable: max_retries + label: "Maximum Retries" + description: "The number of failed login attempts before user is banned. Set it to 0 to disable regulation." + schema: + type: int + default: 3 + - variable: find_time + label: "Find Time" + description: | + The period of time analyzed for failed attempts. For example if you set max_retries to 3 and find_time to + 2m this means the user must have 3 failed logins in 2 minutes. + schema: + type: string + default: "2m" + required: true + - variable: ban_time + label: "Ban Duration" + description: | + The period of time the user is banned for after meeting the max_retries and find_time configuration. + After this duration the account will be able to login again. + schema: + type: string + default: "5m" + required: true + - variable: authentication_backend + group: "App Configuration" + label: "Authentication Backend Provider" + description: | + Used for verifying user passwords and retrieve information such as email + address and groups users belong to. + schema: + additional_attrs: true + type: dict + attrs: + - variable: disable_reset_password + label: "Disable Reset Password" + description: "Disable both the HTML element and the API for reset password functionality" + schema: + type: boolean + default: false + - variable: refresh_interval + label: "Reset Interval" + description: "The amount of time to wait before we refresh data from the authentication backend" + schema: + type: string + default: "5m" + required: true + - variable: ldap + label: "LDAP backend configuration" + description: "Used for verifying user passwords and retrieve information such as email address and groups users belong to" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: implementation + label: "Implementation" + description: "The LDAP implementation, this affects elements like the attribute utilized for resetting a password" + schema: + type: string + default: "custom" + enum: + - value: "activedirectory" + description: "Active Directory" + - value: "custom" + description: "Custom" + - variable: url + label: "URL" + description: "The url to the ldap server. Format: ://
[:]" + schema: + type: string + default: "ldap://openldap.default.svc.cluster.local" + required: true + - variable: timeout + label: "Connection Timeout" + schema: + type: string + default: "5s" + required: true + - variable: start_tls + label: "Start TLS" + description: "Use StartTLS with the LDAP connection" + schema: + type: boolean + default: false + - variable: tls + label: "TLS Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: server_name + label: "Server Name" + description: "Server Name for certificate validation (in case it's not set correctly in the URL)." + schema: + type: string + default: "" + - variable: skip_verify + label: "Skip Certificate Verification" + description: "Skip verifying the server certificate (to allow a self-signed certificate)" + schema: + type: boolean + default: false + - variable: minimum_version + label: "Minimum TLS version" + description: "Minimum TLS version for either Secure LDAP or LDAP StartTLS." + schema: + type: string + default: "TLS1.2" + enum: + - value: "TLS1.0" + description: "TLS1.0" + - value: "TLS1.1" + description: "TLS1.1" + - value: "TLS1.2" + description: "TLS1.2" + - value: "TLS1.3" + description: "TLS1.3" + - variable: base_dn + label: "Base DN" + description: "The base dn for every LDAP query." + schema: + type: string + default: "DC=example,DC=com" + required: true + - variable: username_attribute + label: "Username Attribute" + description: "The attribute holding the username of the user" + schema: + type: string + default: "uid" + required: true + - variable: additional_users_dn + label: "Additional Users DN" + description: "An additional dn to define the scope to all users." + schema: + type: string + default: "OU=people" + required: true + - variable: users_filter + label: "Users Filter" + description: "The groups filter used in search queries to find the groups of the user." + schema: + type: string + default: "" + required: true + - variable: additional_groups_dn + label: "Additional Groups DN" + description: "An additional dn to define the scope of groups." + schema: + type: string + default: "OU=Groups" + required: true + - variable: groups_filter + label: "Groups Filter" + description: "The groups filter used in search queries to find the groups of the user." + schema: + type: string + default: "" + required: true + - variable: group_name_attribute + label: "Group name Attribute" + description: "The attribute holding the name of the group" + schema: + type: string + default: "cn" + required: true + - variable: mail_attribute + label: "Mail Attribute" + description: "The attribute holding the primary mail address of the user" + schema: + type: string + default: "mail" + required: true + - variable: display_name_attribute + label: "Display Name Attribute" + description: "he attribute holding the display name of the user. This will be used to greet an authenticated user." + schema: + type: string + default: "displayName" + - variable: user + label: "Admin User" + description: "The username of the admin user used to connect to LDAP." + schema: + type: string + default: "CN=admin,ou=people,DC=example,DC=com" + required: true + - variable: plain_password + label: "Password" + schema: + type: string + default: "" + required: true + - variable: file + label: "File backend configuration" + description: "With this backend, the users database is stored in a file which is updated when users reset their passwords." + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: path + label: "Path" + schema: + type: string + default: "/config/users_database.yml" + required: true + - variable: password + label: "Password Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: algorithm + label: "Algorithm" + schema: + type: string + default: "argon2id" + enum: + - value: "argon2id" + description: "argon2id" + - value: "sha512" + description: "sha512" + - variable: iterations + label: "Iterations" + schema: + type: int + default: 1 + required: true + - variable: key_length + label: "Key Length" + schema: + type: int + default: 32 + required: true + - variable: salt_length + label: "Salt Length" + schema: + type: int + default: 16 + required: true + - variable: memory + label: "Memory" + schema: + type: int + default: 1024 + required: true + - variable: parallelism + label: "Parallelism" + schema: + type: int + default: 8 + required: true + - variable: notifier + group: "App Configuration" + label: "Notifier Configuration" + description: "Notifications are sent to users when they require a password reset, a u2f registration or a TOTP registration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: disable_startup_check + label: "Disable Startup Check" + schema: + type: boolean + default: false + - variable: filesystem + label: "Filesystem Provider" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: filename + label: "File Path" + schema: + type: string + default: "/config/notification.txt" + required: true + - variable: smtp + label: "SMTP Provider" + description: "Use a SMTP server for sending notifications. Authelia uses the PLAIN or LOGIN methods to authenticate." + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable" + schema: + type: boolean + default: true + show_subquestions_if: true + subquestions: + - variable: host + label: "Host" + schema: + type: string + default: "smtp.mail.svc.cluster.local" + required: true + - variable: port + label: "Port" + schema: + type: int + default: 25 + required: true + - variable: timeout + label: "Timeout" + schema: + type: string + default: "5s" + required: true + - variable: username + label: "Username" + schema: + type: string + default: "" + - variable: plain_password + label: "Password" + schema: + type: string + default: "" + - variable: sender + label: "Sender" + schema: + type: string + default: "" + required: true + - variable: identifier + label: "Identifier" + description: "HELO/EHLO Identifier. Some SMTP Servers may reject the default of localhost." + schema: + type: string + default: "localhost" + required: true + - variable: subject + label: "Subject" + description: "Subject configuration of the emails sent, {title} is replaced by the text from the notifier" + schema: + type: string + default: "[Authelia] {title}" + required: true + - variable: startup_check_address + label: "Startup Check Address" + description: "This address is used during the startup check to verify the email configuration is correct." + schema: + type: string + default: "test@authelia.com" + required: true + - variable: disable_require_tls + label: "Disable Require TLS" + schema: + type: boolean + default: false + - variable: disable_html_emails + label: "Disable HTML emails" + schema: + type: boolean + default: false + - variable: tls + label: "TLS Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: server_name + label: "Server Name" + description: "Server Name for certificate validation (in case it's not set correctly in the URL)." + schema: + type: string + default: "" + - variable: skip_verify + label: "Skip Certificate Verification" + description: "Skip verifying the server certificate (to allow a self-signed certificate)" + schema: + type: boolean + default: false + - variable: minimum_version + label: "Minimum TLS version" + description: "Minimum TLS version for either Secure LDAP or LDAP StartTLS." + schema: + type: string + default: "TLS1.2" + enum: + - value: "TLS1.0" + description: "TLS1.0" + - value: "TLS1.1" + description: "TLS1.1" + - value: "TLS1.2" + description: "TLS1.2" + - value: "TLS1.3" + description: "TLS1.3" + - variable: access_control + group: "App Configuration" + label: "Access Control Configuration" + description: "Access control is a list of rules defining the authorizations applied for one resource to users or group of users." + schema: + additional_attrs: true + type: dict + attrs: + - variable: default_policy + label: "Default Policy" + description: | + The default policy defines the policy applied if no rules section apply to the information known about the request. + It is recommended that this is configured to deny for security reasons. Sites which you do not wish to secure at all + with Authelia should not be configured in your reverse proxy to perform authentication with Authelia at all for performance reasons. + schema: + type: string + default: "deny" + enum: + - value: "bypass" + description: "bypass" + - value: "one_factor" + description: "one_factor" + - value: "two_factor" + description: "two_factor" + - value: "deny" + description: "deny" + - variable: networks_access_control + label: "Networks" + schema: + type: list + default: [] + items: + - variable: networkItem + label: "Network Item" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + default: "" + required: true + - variable: networks + label: "Networks" + schema: + type: list + default: [] + items: + - variable: network + label: "network" + schema: + type: string + default: "" + required: true + - variable: rules + label: "Rules" + schema: + type: list + default: [] + items: + - variable: rulesItem + label: "Rule" + schema: + additional_attrs: true + type: dict + attrs: + - variable: domain + label: "Domains" + description: "Defines which domain or set of domains the rule applies to." + schema: + type: list + default: [] + items: + - variable: domainEntry + label: "Domain" + schema: + type: string + default: "" + required: true + - variable: domain_regex + label: "Domains RegEx" + description: "defines which domain or set of domains the rule applies to using regular expressions." + schema: + type: list + default: [] + items: + - variable: domainRegexEntry + label: "Domain RegEx" + schema: + type: string + default: "" + required: true + - variable: policy + label: "Policy" + description: | + The specific policy to apply to the selected rule. This is not criteria for a match, this is the + action to take when a match is made. + schema: + type: string + default: "two_factor" + enum: + - value: "bypass" + description: "bypass" + - value: "one_factor" + description: "one_factor" + - value: "two_factor" + description: "two_factor" + - value: "deny" + description: "deny" + - variable: subject + label: "Subject" + description: | + This criteria matches identifying characteristics about the subject. Currently this is either + user or groups the user belongs to. This allows you to effectively control exactly what each user is + authorized to access or to specifically require two-factor authentication to specific users. Subjects + are prefixed with either user: or group: to identify which part of the identity to check. + schema: + type: list + default: [] + items: + - variable: subjectitem + label: "Subject" + schema: + type: string + default: "" + required: true + - variable: networks + label: "Networks" + schema: + type: list + default: [] + items: + - variable: network + label: "Network" + schema: + type: string + default: "" + required: true + - variable: resources + label: "Resources" + description: "is a list of regular expressions that matches a set of resources to apply the policy to" + schema: + type: list + default: [] + items: + - variable: resource + label: "Resource" + schema: + type: string + default: "" + required: true + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 9091 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: identity_providers + group: "Advanced" + label: "Authelia Identity Providers (BETA)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: oidc + label: "OpenID Connect(BETA)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: access_token_lifespan + label: "Access Token Lifespan" + schema: + type: string + default: "1h" + required: true + - variable: authorize_code_lifespan + label: "Authorize Code Lifespan" + schema: + type: string + default: "1m" + required: true + - variable: id_token_lifespan + label: "ID Token Lifespan" + schema: + type: string + default: "1h" + required: true + - variable: refresh_token_lifespan + label: "Refresh Token Lifespan" + schema: + type: string + default: "90m" + required: true + - variable: enable_client_debug_messages + label: "Enable Client Debug Messages" + schema: + type: boolean + default: false + - variable: clients + label: "Clients" + schema: + type: list + default: [] + items: + - variable: clientEntry + label: "Client" + schema: + additional_attrs: true + type: dict + attrs: + - variable: id + label: "ID/Name" + description: "The ID is the OpenID Connect ClientID which is used to link an application to a configuration." + schema: + type: string + default: "myapp" + required: true + - variable: description + label: "Description" + description: "The description to show to users when they end up on the consent screen. Defaults to the ID above." + schema: + type: string + default: "My Application" + required: true + - variable: secret + label: "Secret" + description: "The client secret is a shared secret between Authelia and the consumer of this client." + schema: + type: string + default: "" + required: true + - variable: public + label: "public" + description: "Sets the client to public. This should typically not be set, please see the documentation for usage." + schema: + type: boolean + default: false + - variable: authorization_policy + label: "Authorization Policy" + description: "The policy to require for this client; one_factor or two_factor." + schema: + type: string + default: "two_factor" + enum: + - value: "one_factor" + description: "one_factor" + - value: "two_factor" + description: "two_factor" + - variable: consent_mode + label: "Consent Mode" + description: | + Configures the consent mode. This can be set to auto (default), explicit (consent required every time) or + implicit (automatically assumes consent for every authorization, never asking the user if they wish to give consent.) + schema: + type: string + default: "auto" + enum: + - value: "auto" + description: "auto" + - value: "explicit" + description: "explicit" + - value: "implicit" + description: "implicit" + - variable: userinfo_signing_algorithm + label: "Userinfo Signing Algorithm" + description: "The algorithm used to sign userinfo endpoint responses for this client, either none or RS256." + schema: + type: string + default: "none" + enum: + - value: "none" + description: "none" + - value: "RS256" + description: "RS256" + - variable: audience + label: "Audience" + description: "Audience this client is allowed to request." + schema: + type: list + default: [] + items: + - variable: audienceEntry + label: "" + schema: + type: string + default: "" + required: true + - variable: scopes + label: "Scopes" + description: "Scopes this client is allowed to request." + schema: + type: list + default: [] + items: + - variable: ScopeEntry + label: "Scope" + schema: + type: string + default: "openid" + required: true + - variable: redirect_uris + label: "redirect_uris" + description: "Redirect URI's specifies a list of valid case-sensitive callbacks for this client." + schema: + type: list + default: [] + items: + - variable: uriEntry + label: "Url" + schema: + type: string + default: "https://oidc.example.com/oauth2/callback" + required: true + - variable: grant_types + description: "Grant Types configures which grants this client can obtain." + label: "grant_types" + schema: + type: list + default: [] + items: + - variable: grantEntry + label: "Grant" + schema: + type: string + default: "refresh_token" + required: true + - variable: response_types + description: "Response Types configures which responses this client can be sent." + label: "response_types" + schema: + type: list + default: [] + items: + - variable: responseEntry + label: "type" + schema: + type: string + default: "code" + required: true + - variable: response_modes + description: "Response Modes configures which response modes this client supports." + label: "response_modes" + schema: + type: list + default: [] + items: + - variable: modeEntry + label: "Mode" + schema: + type: string + default: "form_post" + required: true + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/enterprise/authelia/23.2.0/templates/NOTES.txt b/enterprise/authelia/23.3.0/templates/NOTES.txt similarity index 100% rename from enterprise/authelia/23.2.0/templates/NOTES.txt rename to enterprise/authelia/23.3.0/templates/NOTES.txt diff --git a/enterprise/authelia/23.2.0/templates/_configmap.tpl b/enterprise/authelia/23.3.0/templates/_configmap.tpl similarity index 100% rename from enterprise/authelia/23.2.0/templates/_configmap.tpl rename to enterprise/authelia/23.3.0/templates/_configmap.tpl diff --git a/enterprise/authelia/23.2.0/templates/_secrets.tpl b/enterprise/authelia/23.3.0/templates/_secrets.tpl similarity index 100% rename from enterprise/authelia/23.2.0/templates/_secrets.tpl rename to enterprise/authelia/23.3.0/templates/_secrets.tpl diff --git a/enterprise/authelia/23.2.0/templates/common.yaml b/enterprise/authelia/23.3.0/templates/common.yaml similarity index 100% rename from enterprise/authelia/23.2.0/templates/common.yaml rename to enterprise/authelia/23.3.0/templates/common.yaml diff --git a/enterprise/authelia/23.2.0/values.yaml b/enterprise/authelia/23.3.0/values.yaml similarity index 100% rename from enterprise/authelia/23.2.0/values.yaml rename to enterprise/authelia/23.3.0/values.yaml diff --git a/enterprise/blocky/14.0.1/CHANGELOG.md b/enterprise/blocky/14.0.1/CHANGELOG.md deleted file mode 100644 index 264c7efe306..00000000000 --- a/enterprise/blocky/14.0.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [blocky-14.0.1](https://github.com/truecharts/charts/compare/blocky-14.0.0...blocky-14.0.1) (2024-03-05) - -### Fix - - - -- bump common to fix some remaining loadbalancer issues - - -## [blocky-14.0.0](https://github.com/truecharts/charts/compare/blocky-13.6.3...blocky-14.0.0) (2024-03-05) - -### Feat - - - -- merge dns ports into a single service - - -## [blocky-13.6.3](https://github.com/truecharts/charts/compare/blocky-13.6.2...blocky-13.6.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [blocky-13.6.2](https://github.com/truecharts/charts/compare/blocky-13.6.0...blocky-13.6.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -## [blocky-12.2.7](https://github.com/truecharts/charts/compare/blocky-12.2.6...blocky-12.2.7) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [blocky-12.2.6](https://github.com/truecharts/charts/compare/blocky-12.2.5...blocky-12.2.6) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [blocky-12.2.5](https://github.com/truecharts/charts/compare/blocky-12.2.4...blocky-12.2.5) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) \ No newline at end of file diff --git a/enterprise/blocky/14.0.1/Chart.yaml b/enterprise/blocky/14.0.1/Chart.yaml deleted file mode 100644 index c1d938ec988..00000000000 --- a/enterprise/blocky/14.0.1/Chart.yaml +++ /dev/null @@ -1,47 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: network - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: enterprise -apiVersion: v2 -appVersion: 0.23.0 -dependencies: - - name: common - version: 18.1.8 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 11.2.1 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network written in Go -home: https://truecharts.org/charts/enterprise/blocky -icon: https://truecharts.org/img/hotlink-ok/chart-icons/blocky.png -keywords: - - dns - - blocky -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: blocky -sources: - - https://github.com/Mozart409/blocky-frontend - - https://0xerr0r.github.io/blocky/ - - https://github.com/0xERR0R/blocky - - https://github.com/truecharts/charts/tree/master/charts/enterprise/blocky - - https://quay.io/oriedge/k8s_gateway - - https://hub.docker.com/r/spx01/blocky -type: application -version: 14.0.1 diff --git a/enterprise/blocky/14.0.1/charts/common-18.1.8.tgz b/enterprise/blocky/14.0.1/charts/common-18.1.8.tgz deleted file mode 100644 index fb4d86ffe50..00000000000 Binary files a/enterprise/blocky/14.0.1/charts/common-18.1.8.tgz and /dev/null differ diff --git a/enterprise/blocky/14.0.1/ix_values.yaml b/enterprise/blocky/14.0.1/ix_values.yaml deleted file mode 100644 index 4f3cfe95029..00000000000 --- a/enterprise/blocky/14.0.1/ix_values.yaml +++ /dev/null @@ -1,380 +0,0 @@ -image: - repository: spx01/blocky - tag: v0.23@sha256:24855b63986c790093554a1f62b58379a06bc10a90ee073906e7c39bf692adcc - pullPolicy: IfNotPresent -k8sgatewayImage: - repository: quay.io/oriedge/k8s_gateway - pullPolicy: IfNotPresent - tag: v0.4.0@sha256:7bdbd447c0244b8f89de9cd6f4826ed0ac66c9406fac3a4ac80081020c251c6b -manifestManager: - enabled: true -workload: - main: - replicas: 2 - strategy: RollingUpdate - podSpec: - containers: - main: - probes: - liveness: - enabled: false - type: exec - command: - - /app/blocky - - healthcheck - readiness: - enabled: false - type: exec - command: - - /app/blocky - - healthcheck - startup: - enabled: false - type: exec - command: - - /app/blocky - - healthcheck -# -- Blocky Config File content -blockyConfig: {} -# upstream: -# default: -# - 1.1.1.1 - -# -- some general blocky settings -blocky: - # -- Enable prometheus annotations - enablePrometheus: true -service: - main: - enabled: true - ports: - main: - enabled: true - port: 4000 - protocol: http - targetPort: 4000 - dns: - enabled: true - ports: - dnstcp: - enabled: true - port: 53 - targetPort: 53 - dnsudp: - enabled: true - port: 53 - protocol: udp - targetPort: 53 - dot: - enabled: true - ports: - dot: - enabled: true - port: 853 - protocol: tcp - targetPort: 853 - https: - enabled: true - ports: - https: - enabled: true - port: 4443 - protocol: https - targetPort: 4443 - k8sgateway: - enabled: true - ports: - k8sgateway: - enabled: true - port: 5353 - protocol: udp - targetPort: 5353 -## TODO Add support for SCALE certificates and certificates secrets here -certFile: "" -keyFile: "" -logLevel: info -logFormat: text -logTimestamp: true -logPrivacy: false -dohUserAgent: "" -minTlsServeVersion: 1.2 -# -- set the default DNS upstream servers -# Primarily designed for inclusion in the TrueNAS SCALE GUI -defaultUpstreams: - - 1.1.1.1 - - 1.0.0.1 - - 8.8.8.8 - - 8.8.4.4 - - 9.9.9.9 - - 149.112.112.112 - - 208.67.222.222 - - 208.67.220.220 - - 8.26.56.26 - - 8.20.247.20 - - 185.228.168.9 - - 185.228.169.9 - - 76.76.19.19 - - 76.223.122.150 - - 76.76.2.0 - - 76.76.10.0 -# -- set additional upstreams -# Primarily designed for inclusion in the TrueNAS SCALE GUI -upstreams: -# - name: group2 -# dnsservers: -# - 1.1.1.1 - -# -- set bootstrap dns (not needed) -# Ensures bootstrap encryption and ensure it doesn't use k8s dns -bootstrapDns: - # -- Upstream - upstream: "" - # -- IP's linked to upstream DoT/DoH DNS name - ips: [] -# -- set additional bootstrap dns (not needed, only used if bootstrapDns is set) -additionalBootstrapDns: [] -# - upstream: "" -# ips: [] - -# -- Return empty answer for these queries -filtering: - # -- Ensures filtering by query type - queryTypes: [] -# -- Set manual custom DNS resolution -customDNS: - customTTL: 1h - filterUnmappedTypes: true - rewrite: [] - # - in: something.com - # out: somethingelse.com - mapping: [] - # - domain: something.com - # dnsserver: 192.168.178.1 -# -- Setup client-name lookup -clientLookup: - # -- upstream used for client-name lookup - upstream: "" - singleNameOrder: [] - clients: - # - domain: laptop - # ips: [] -# -- Setup caching -caching: - minTime: 5m - maxTime: 30m - maxItemsCount: 0 - prefetching: false - prefetchExpires: 2h - prefetchThreshold: 5 - prefetchMaxItemsCount: 0 - cacheTimeNegative: 30m -# -- set conditional settings -# Primarily designed for inclusion in the TrueNAS SCALE GUI -conditional: - rewrite: [] - # - in: something.com - # out: somethingelse.com - mapping: [] - # - domain: something.com - # dnsserver: 192.168.178.1 -# -- set blocking settings using Lists -# Primarily designed for inclusion in the TrueNAS SCALE GUI -blocking: - # -- Sets the blocktype - blockType: nxDomain - # -- Sets the block ttl - blockTTL: 6h - # -- Sets the block refreshPeriod - refreshPeriod: 4h - # -- Sets the block download timeout - downloadTimeout: 60s - # -- Sets the block download attempt count - downloadAttempts: 3 - # -- Sets the block download cooldown - downloadCooldown: 2s - # -- Set the start strategy (blocking | failOnError | fast) - startStrategy: blocking - # -- Sets how many list-groups can be processed at the same time - processingConcurrency: 4 - # -- Add blocky whitelists - whitelist: [] - # - name: ads - # lists: - # - https://someurl.com/list.txt - # - /somefile.txt - - # -- Blocky blacklists - blacklist: [] - # - name: ads - # lists: - # - https://someurl.com/list.txt - # - /somefile.txt - - # -- Blocky clientGroupsBlock - clientGroupsBlock: [] - # - name: default - # groups: - # - ads -# -- configure using hostsfile for lookups -# Allows for using the hosts configured in kubernetes and such -hostsFile: - enabled: false - filePath: /etc/hosts - hostsTTL: 60m - refreshPeriod: 30m -## TODO: add this with postgresql support as well -# queryLog: -# type: csv -# target: /logs -# logRetentionDays: 0 -# creationAttempts: 3 -# CreationCooldown: 2 -podOptions: - automountServiceAccountToken: true -portal: - open: - enabled: false -serviceAccount: - main: - # -- Specifies whether a service account should be created - enabled: true - primary: true -# -- Create a ClusterRole and ClusterRoleBinding -# @default -- See below -rbac: - main: - # -- Enables or disables the ClusterRole and ClusterRoleBinding - enabled: true - primary: true - clusterWide: true - # -- Set Rules on the ClusterRole - rules: - - apiGroups: - - "" - resources: - - services - - namespaces - verbs: - - list - - watch - - apiGroups: - - extensions - - networking.k8s.io - resources: - - ingresses - verbs: - - list - - watch -k8sgateway: - enabled: true - # -- TTL for non-apex responses (in seconds) - ttl: 300 - # -- Limit what kind of resources to watch, e.g. watchedResources: ["Ingress"] - watchedResources: [] - # -- Service name of a secondary DNS server (should be `serviceName.namespace`) - secondary: "" - # -- Override the default `serviceName.namespace` domain apex - apex: "" - # -- list of processed domains - domains: [] - # -- Delegated domain - # - domain: "example.com" - # # -- Optional configuration option for DNS01 challenge that will redirect all acme - # # challenge requests to external cloud domain (e.g. managed by cert-manager) - # # See: https://cert-manager.io/docs/configuration/acme/dns01/ - # dnsChallenge: - # enabled: false - # domain: dns01.clouddns.com - - forward: - enabled: false - primary: tls://1.1.1.1 - secondary: tls://1.0.0.1 - options: - - name: tls_servername - value: cloudflare-dns.com - -configmap: - dashboard: - enabled: true - labels: - grafana_dashboard: "1" - data: - blocky.json: >- - {{ .Files.Get "dashboard.json" | indent 8 }} - blockypostgres.json: >- - {{ .Files.Get "dashboardpsql.json" | indent 8 }} - datasource: - enabled: true - labels: - grafana_datasources: "1" - data: - datasourceblockypsql.yaml: |- - apiVersion: 1 - datasources: - - name: BlockyPostgres - type: postgres - uid: blockypostgres - url: {{ printf "%s.%s:5432" (.Values.cnpg.main.creds.host | trimAll "\"") .Release.Namespace }} - access: proxy - user: {{ .Values.cnpg.main.user }} - secureJsonData: - password: {{ .Values.cnpg.main.creds.password | default "na" }} - jsonData: - database: {{ .Values.cnpg.main.database }} - sslmode: 'disable' # disable/require/verify-ca/verify-full - maxOpenConns: 100 # Grafana v5.4+ - maxIdleConns: 100 # Grafana v5.4+ - maxIdleConnsAuto: true # Grafana v9.5.1+ - connMaxLifetime: 14400 # Grafana v5.4+ - postgresVersion: 1500 # 903=9.3, 904=9.4, 905=9.5, 906=9.6, 1000=10 - timescaledb: false - -metrics: - main: - # -- Enable and configure a Prometheus serviceMonitor for the chart under this key. - # @default -- See values.yaml - enabled: true - type: "servicemonitor" - endpoints: - - port: main - path: /metrics - # -- Enable and configure Prometheus Rules for the chart under this key. - # @default -- See values.yaml - prometheusRule: - enabled: false - labels: {} - # -- Configure additionial rules for the chart under this key. - # @default -- See prometheusrules.yaml - rules: [] - # - alert: UnifiPollerAbsent - # annotations: - # description: Unifi Poller has disappeared from Prometheus service discovery. - # summary: Unifi Poller is down. - # expr: | - # absent(up{job=~".*unifi-poller.*"} == 1) - # for: 5m - # labels: - # severity: critical - -redis: - enabled: true -# CANNOT be defined in above yaml section -queryLog: - # optional one of: mysql, postgresql, csv, csv-client. If empty, log to console - type: "postgresql" - # directory (should be mounted as volume in docker) for csv, db connection string for mysql, ignored for included postgresql - # target: /var/log/something - # postgresql target: postgres://user:password@db_host_or_ip:5432/db_name - # if > 0, deletes log files which are older than ... days - logRetentionDays: 0 - # optional: Max attempts to create specific query log writer, default: 3 - creationAttempts: 3 - # optional: Time between the creation attempts, default: 2s - creationCooldown: 2s - -cnpg: - main: - enabled: true - user: blocky - database: blocky diff --git a/enterprise/blocky/14.0.1/questions.yaml b/enterprise/blocky/14.0.1/questions.yaml deleted file mode 100755 index 7e75ecdd544..00000000000 --- a/enterprise/blocky/14.0.1/questions.yaml +++ /dev/null @@ -1,3787 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: webUI - group: App Configuration - label: WebUI Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Web UI - description: Enables Web UI - schema: - type: boolean - default: true - - variable: apiURL - label: API URL - description: API URL for webUI, including port. Only used when not using ingress - schema: - type: string - default: "http://127.0.0.1:4000" - - variable: overrideDefaults - group: App Configuration - label: Override Default Upstreams - description: Overrides the predefined DNS server upstream list - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: defaultUpstreams - label: Default Upstreams - schema: - type: list - default: [] - items: - - variable: upstreamEntry - label: Upstream Entry - schema: - type: string - required: true - default: "" - - variable: upstreams - group: App Configuration - label: Upstreams Groups - description: Refer to -
https://0xerr0r.github.io/blocky/configuration/#upstream-configuration - schema: - type: list - default: [] - items: - - variable: upstreamsGroupEntry - label: Upstreams Group Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Group Name - schema: - type: string - required: true - default: "" - - variable: upstreams - label: Upstreams - schema: - type: list - required: true - default: [] - items: - - variable: upstreamEntry - label: upstream Entry - schema: - type: string - required: true - default: "" - - variable: bootstrapDns - group: App Configuration - label: Bootstrap DNS - description: Used to resolve upstream DoH and DoT servers that are specified as hostnames. -
Refer to https://0xerr0r.github.io/blocky/configuration/#bootstrap-dns-configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: upstream - label: Upstream - schema: - type: string - default: "" - - variable: ips - label: IPs - schema: - type: list - default: [] - items: - - variable: ipEntry - label: IP Entry - schema: - type: string - required: true - default: "" - - variable: additionalBootstrapDns - group: App Configuration - label: Additional Bootstrap DNS - schema: - type: list - show_if: [[ "bootstrapDns", "!=", {"upstream": "", "ips": []} ]] - default: [] - items: - - variable: additionalBootstrapDnsEntry - label: Additional Bootstrap DNS Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: upstream - label: Upstream - schema: - type: string - default: "" - - variable: ips - label: IPs - schema: - type: list - default: [] - items: - - variable: ipEntry - label: IP Entry - schema: - type: string - required: true - default: "" - - variable: filtering - group: App Configuration - label: Filtering - description: Define one or more DNS query types; all queries with these types will be dropped -
Refer to https://0xerr0r.github.io/blocky/configuration/#filtering - schema: - additional_attrs: true - type: dict - attrs: - - variable: queryTypes - label: Query Types - schema: - type: list - default: [] - items: - - variable: queryTypeEntry - label: Query Type Entry - schema: - type: string - required: true - default: "" - - variable: customDNS - group: App Configuration - label: Custom DNS - description: Define your own domain name to IP mappings. -
Refer to https://0xerr0r.github.io/blocky/configuration/#custom-dns - schema: - additional_attrs: true - type: dict - attrs: - - variable: customTTL - label: Custom TTL - schema: - type: string - default: 1h - - variable: filterUnmappedTypes - label: Filter Unmapped Types - schema: - type: boolean - default: true - - variable: rewrite - label: Rewrite - schema: - type: list - default: [] - items: - - variable: rewriteEntry - label: Rewrite Entry - schema: - type: dict - additional_attrs: true - attrs: - - variable: in - label: In - schema: - type: string - required: true - default: "" - - variable: out - label: Out - schema: - type: string - required: true - default: "" - - variable: mapping - label: Mapping - schema: - type: list - default: [] - items: - - variable: mappingEntry - label: Mapping Entry - schema: - type: dict - additional_attrs: true - attrs: - - variable: domain - label: Domain - schema: - type: string - required: true - default: "" - - variable: dnsserver - label: DNS Server - schema: - type: string - required: true - default: "" - - variable: clientLookup - group: App Configuration - label: Client Lookup - description: Blocky can try to resolve a user-friendly client name from the IP address or server URL (DoT and DoH) -
Refer to https://0xerr0r.github.io/blocky/configuration/#client-name-lookup - schema: - additional_attrs: true - type: dict - attrs: - - variable: upstream - label: Upstream - schema: - type: string - default: "" - - variable: singleNameOrder - label: Single Name Order - schema: - type: list - default: [] - items: - - variable: singleNameEntry - label: Single Name Entry - schema: - type: string - required: true - default: "" - - variable: clients - label: Clients - schema: - type: list - default: [] - items: - - variable: clientEntry - label: Client Entry - schema: - type: dict - additional_attrs: true - attrs: - - variable: domain - label: Domain - schema: - type: string - required: true - default: "" - - variable: ips - label: IPs - schema: - type: list - default: [] - items: - - variable: ipEntry - label: IP Entry - schema: - type: string - required: true - default: "" - - variable: caching - group: App Configuration - label: Caching - description: Refer to -
https://0xerr0r.github.io/blocky/configuration/#caching - schema: - additional_attrs: true - type: dict - attrs: - - variable: minTime - label: Min Time - schema: - type: string - default: 5m - - variable: maxTime - label: Max Time - schema: - type: string - default: 30m - - variable: maxItemsCount - label: Max Items Count - schema: - type: int - default: 0 - - variable: prefetching - label: Prefetching - schema: - type: boolean - default: false - - variable: prefetchExpires - label: Prefetch Expires - schema: - type: string - default: 2h - - variable: prefetchThreshold - label: Prefetch Threshold - schema: - type: int - default: 5 - - variable: prefetchMaxItemsCount - label: Prefetch Max Items Count - schema: - type: int - default: 0 - - variable: cacheTimeNegative - label: Cache Time Negative - schema: - type: string - default: 30m - - variable: conditional - group: App Configuration - label: Conditional - description: Define which DNS resolver(s) should be used for queries for the particular domain -
Refer to https://0xerr0r.github.io/blocky/configuration/#conditional-dns-resolution - schema: - additional_attrs: true - type: dict - attrs: - - variable: rewrite - label: Rewrite - schema: - type: list - default: [] - items: - - variable: rewriteEntry - label: Rewrite Entry - schema: - type: dict - additional_attrs: true - attrs: - - variable: in - label: In - schema: - type: string - required: true - default: "" - - variable: out - label: Out - schema: - type: string - required: true - default: "" - - variable: mapping - label: Mapping - schema: - type: list - default: [] - items: - - variable: mappingEntry - label: Mapping Entry - schema: - type: dict - additional_attrs: true - attrs: - - variable: domain - label: Domain - schema: - type: string - required: true - default: "" - - variable: dnsserver - label: DNS Server - schema: - type: string - required: true - default: "" - - variable: blocking - group: App Configuration - label: Blocking - description: Each black or whitelist can be either a path to the local file or a URL to download. All Urls must be grouped to a group name. -
Refer to https://0xerr0r.github.io/blocky/configuration/#blocking-and-whitelisting - schema: - additional_attrs: true - type: dict - attrs: - - variable: blockType - label: Block Type - description: Set the response should be sent to the client, if a requested query is blocked - schema: - type: string - default: nxDomain - - variable: blockTTL - label: Block TTL - description: Set the TTL for answers to blocked domains - schema: - type: string - default: 6h - - variable: refreshPeriod - label: Refresh Period - description: Set how often blocky should refresh list cache - schema: - type: string - default: 4h - - variable: downloadTimeout - label: Download Timeout - description: Download attempt timeout - schema: - type: string - default: 60s - - variable: downloadAttempts - label: Download Attempts - description: How many download attempts should be performed - schema: - type: int - default: 3 - - variable: downloadCooldown - label: Download Cooldown - description: Time between the download attempts - schema: - type: string - default: 2s - - variable: startStrategy - label: Start Strategy - description: | - blocking: all blocking lists will be loaded before DNS resolution starts.
- failOnError: like blocking but blocky will shut down if any download fails.
- fast: DNS resolution starts immediately without blocking which will be enabled after list load is completed - schema: - type: string - default: blocking - enum: - - value: blocking - description: Blocking - - value: failOnError - description: Fail On Error - - value: fast - description: Fast - - variable: processingConcurrency - label: Processing Concurrency - description: Sets how many list-groups can be processed at the same time - schema: - type: int - default: 4 - - variable: whitelist - label: Whitelist - description: Define whitelists, either URL or file - schema: - type: list - default: [] - items: - - variable: whitelistEntry - label: Whitelist Group Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Group Name - schema: - type: string - required: true - default: "" - - variable: lists - label: Lists - schema: - type: list - required: true - default: [] - items: - - variable: listEntry - label: List Entry - schema: - type: string - required: true - default: "" - - variable: blacklist - label: Blacklist - description: Define blacklists, either URL or file - schema: - type: list - default: [] - items: - - variable: blacklistEntry - label: Blacklist Group Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Group Name - schema: - type: string - required: true - default: "" - - variable: lists - label: Lists - schema: - type: list - required: true - default: [] - items: - - variable: listEntry - label: List Entry - schema: - type: string - required: true - default: "" - - variable: clientGroupsBlock - label: Client Groups Block - description: Define, which blocking group(s) should be used for which client in your network. - schema: - type: list - default: [] - items: - - variable: clientGroupBlockEntry - label: Client Group Block Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Client Group Name - schema: - type: string - required: true - default: "" - - variable: groups - label: Groups - schema: - type: list - required: true - default: [] - items: - - variable: groupEntry - label: Group Entry - schema: - type: string - required: true - default: "" - - variable: hostsFile - group: App Configuration - label: Hosts File - description: You can enable resolving of entries, located in local hosts file. -
Refer to https://0xerr0r.github.io/blocky/configuration/#hosts-file - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: filePath - label: File Path - schema: - type: string - default: /etc/hosts - - variable: hostsTTL - label: Hosts TTL - schema: - type: string - default: 60m - - variable: refreshPeriod - label: Refresh Period - schema: - type: string - default: 30m - - variable: queryLog - group: App Configuration - label: Query Logging configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: "" - enum: - - value: "" - description: Console - - value: postgresql - description: postgresql - - value: csv - description: csv - - value: csv-client - description: csv-client - - variable: target - label: Target - schema: - type: string - show_if: [["type", "!=", "postgresql"]] - default: "/var/log/something" - - variable: logRetentionDays - label: Log Retention Days - schema: - type: int - default: 0 - - variable: creationAttempts - label: Creation Attempts - schema: - type: int - default: 3 - - variable: creationCooldown - label: Creation Cooldown - schema: - type: string - default: 2s - - variable: k8sgateway - group: App Configuration - label: k8s-Gateway Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable k8s-Gateway - description: Enables k8s-Gateway - schema: - type: boolean - default: true - show_subquestions_if: true - subquestions: - - variable: domains - label: Domains - description: Please refer to CoreDNS docs for options - schema: - type: list - default: [] - items: - - variable: domainEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: domain - label: Domain name - schema: - type: string - required: true - default: example.com - - variable: dnsChallenge - label: Forward dnsChallenge - description: Optional configuration option for DNS01 challenge that will redirect all acme - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: domain - label: Forward to Domain - schema: - type: string - required: true - default: dns01.clouddns.com - - variable: advancedOptions - label: Advanced Options - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - show_subquestions_if: true - subquestions: - - variable: ttl - label: ttl - description: TTL for non-apex responses (in seconds) - schema: - type: int - default: 300 - - variable: watchedResources - label: Watched Resources - description: imit what kind of resources to watch, e.g. Ingress - schema: - type: list - default: [] - items: - - variable: watchedResource - label: Watched Resource - schema: - type: string - default: "" - - variable: secondary - label: Secondary DNS Server Service - description: Service name of a secondary DNS server (should be serviceName.namespace) - schema: - type: string - default: "" - - variable: apex - label: Apex - description: Override the default `serviceName.namespace` domain apex - schema: - type: string - default: "" - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: dns - label: DNS Service - description: The DNS service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: dnstcp - label: DNS TCP Port Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 53 - required: true - - variable: dnsudp - label: DNS UDP Port Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 53 - required: true - - variable: dot - label: DoT Service - description: "DNS-over-TLS service" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: ClusterIP - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: dot - label: DoT Port Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 853 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: serverName - label: "serverName" - schema: - type: string - default: "" - - variable: revision - label: "serverName" - schema: - type: int - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: serverName - label: "serverName" - schema: - type: string - default: "" - - variable: revision - label: "serverName" - schema: - type: int - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - - - variable: metrics - group: Metrics - label: Prometheus Metrics - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: Main Metrics - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Enable Prometheus Metrics - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: prometheusRule - label: PrometheusRule - description: Enable and configure Prometheus Rules for the App. - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Enable Prometheus Metrics - schema: - type: boolean - default: false - # TODO: Rule List section - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/enterprise/blocky/14.0.1/.helmignore b/enterprise/blocky/14.1.0/.helmignore similarity index 100% rename from enterprise/blocky/14.0.1/.helmignore rename to enterprise/blocky/14.1.0/.helmignore diff --git a/enterprise/blocky/14.1.0/CHANGELOG.md b/enterprise/blocky/14.1.0/CHANGELOG.md new file mode 100644 index 00000000000..3680b62a509 --- /dev/null +++ b/enterprise/blocky/14.1.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [blocky-14.1.0](https://github.com/truecharts/charts/compare/blocky-14.0.5...blocky-14.1.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [blocky-14.0.5](https://github.com/truecharts/charts/compare/blocky-14.0.4...blocky-14.0.5) (2024-03-06) + + +## [blocky-14.0.4](https://github.com/truecharts/charts/compare/blocky-14.0.2...blocky-14.0.4) (2024-03-06) + + +## [blocky-14.0.2](https://github.com/truecharts/charts/compare/blocky-14.0.1...blocky-14.0.2) (2024-03-05) + + +## [blocky-14.0.1](https://github.com/truecharts/charts/compare/blocky-14.0.0...blocky-14.0.1) (2024-03-05) + +### Fix + + + +- bump common to fix some remaining loadbalancer issues + + +## [blocky-14.0.0](https://github.com/truecharts/charts/compare/blocky-13.6.3...blocky-14.0.0) (2024-03-05) + +### Feat + + + +- merge dns ports into a single service + + +## [blocky-13.6.3](https://github.com/truecharts/charts/compare/blocky-13.6.2...blocky-13.6.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [blocky-13.6.2](https://github.com/truecharts/charts/compare/blocky-13.6.0...blocky-13.6.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## [blocky-12.2.7](https://github.com/truecharts/charts/compare/blocky-12.2.6...blocky-12.2.7) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) \ No newline at end of file diff --git a/enterprise/blocky/14.1.0/Chart.yaml b/enterprise/blocky/14.1.0/Chart.yaml new file mode 100644 index 00000000000..9be22bfa9f2 --- /dev/null +++ b/enterprise/blocky/14.1.0/Chart.yaml @@ -0,0 +1,47 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: 0.23.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network written in Go +home: https://truecharts.org/charts/enterprise/blocky +icon: https://truecharts.org/img/hotlink-ok/chart-icons/blocky.png +keywords: + - dns + - blocky +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: blocky +sources: + - https://github.com/Mozart409/blocky-frontend + - https://0xerr0r.github.io/blocky/ + - https://github.com/0xERR0R/blocky + - https://github.com/truecharts/charts/tree/master/charts/enterprise/blocky + - https://hub.docker.com/r/spx01/blocky + - https://quay.io/oriedge/k8s_gateway +type: application +version: 14.1.0 diff --git a/enterprise/blocky/14.0.1/LICENSE b/enterprise/blocky/14.1.0/LICENSE similarity index 100% rename from enterprise/blocky/14.0.1/LICENSE rename to enterprise/blocky/14.1.0/LICENSE diff --git a/enterprise/blocky/14.0.1/README.md b/enterprise/blocky/14.1.0/README.md similarity index 100% rename from enterprise/blocky/14.0.1/README.md rename to enterprise/blocky/14.1.0/README.md diff --git a/enterprise/blocky/14.1.0/app-changelog.md b/enterprise/blocky/14.1.0/app-changelog.md new file mode 100644 index 00000000000..d5816a20657 --- /dev/null +++ b/enterprise/blocky/14.1.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [blocky-14.1.0](https://github.com/truecharts/charts/compare/blocky-14.0.5...blocky-14.1.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/enterprise/blocky/14.0.1/app-readme.md b/enterprise/blocky/14.1.0/app-readme.md similarity index 100% rename from enterprise/blocky/14.0.1/app-readme.md rename to enterprise/blocky/14.1.0/app-readme.md diff --git a/enterprise/blocky/14.1.0/charts/common-18.2.0.tgz b/enterprise/blocky/14.1.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/enterprise/blocky/14.1.0/charts/common-18.2.0.tgz differ diff --git a/enterprise/blocky/14.0.1/charts/redis-11.2.1.tgz b/enterprise/blocky/14.1.0/charts/redis-11.2.1.tgz similarity index 100% rename from enterprise/blocky/14.0.1/charts/redis-11.2.1.tgz rename to enterprise/blocky/14.1.0/charts/redis-11.2.1.tgz diff --git a/enterprise/blocky/14.0.1/dashboard.json b/enterprise/blocky/14.1.0/dashboard.json similarity index 100% rename from enterprise/blocky/14.0.1/dashboard.json rename to enterprise/blocky/14.1.0/dashboard.json diff --git a/enterprise/blocky/14.0.1/dashboardpsql.json b/enterprise/blocky/14.1.0/dashboardpsql.json similarity index 100% rename from enterprise/blocky/14.0.1/dashboardpsql.json rename to enterprise/blocky/14.1.0/dashboardpsql.json diff --git a/enterprise/blocky/14.1.0/ix_values.yaml b/enterprise/blocky/14.1.0/ix_values.yaml new file mode 100644 index 00000000000..f48008c79c1 --- /dev/null +++ b/enterprise/blocky/14.1.0/ix_values.yaml @@ -0,0 +1,380 @@ +image: + repository: spx01/blocky + tag: v0.23@sha256:24855b63986c790093554a1f62b58379a06bc10a90ee073906e7c39bf692adcc + pullPolicy: IfNotPresent +k8sgatewayImage: + repository: quay.io/oriedge/k8s_gateway + pullPolicy: IfNotPresent + tag: v0.4.0@sha256:7bdbd447c0244b8f89de9cd6f4826ed0ac66c9406fac3a4ac80081020c251c6b + +workload: + main: + replicas: 2 + strategy: RollingUpdate + podSpec: + containers: + main: + probes: + liveness: + enabled: false + type: exec + command: + - /app/blocky + - healthcheck + readiness: + enabled: false + type: exec + command: + - /app/blocky + - healthcheck + startup: + enabled: false + type: exec + command: + - /app/blocky + - healthcheck +# -- Blocky Config File content +blockyConfig: {} +# upstream: +# default: +# - 1.1.1.1 + +# -- some general blocky settings +blocky: + # -- Enable prometheus annotations + enablePrometheus: true +service: + main: + enabled: true + ports: + main: + enabled: true + port: 4000 + protocol: http + targetPort: 4000 + dns: + enabled: true + ports: + dns: + enabled: true + port: 53 + protocol: udp + targetPort: 53 + dnstcp: + enabled: true + protocol: tcp + port: "{{ .Values.service.dns.ports.dns.port }}" + targetPort: "{{ .Values.service.dns.ports.dns.targetPort }}" + dot: + enabled: true + ports: + dot: + enabled: true + port: 853 + protocol: tcp + targetPort: 853 + https: + enabled: true + ports: + https: + enabled: true + port: 4443 + protocol: https + targetPort: 4443 + k8sgateway: + enabled: true + ports: + k8sgateway: + enabled: true + port: 5353 + protocol: udp + targetPort: 5353 +## TODO Add support for SCALE certificates and certificates secrets here +certFile: "" +keyFile: "" +logLevel: info +logFormat: text +logTimestamp: true +logPrivacy: false +dohUserAgent: "" +minTlsServeVersion: 1.2 +# -- set the default DNS upstream servers +# Primarily designed for inclusion in the TrueNAS SCALE GUI +defaultUpstreams: + - 1.1.1.1 + - 1.0.0.1 + - 8.8.8.8 + - 8.8.4.4 + - 9.9.9.9 + - 149.112.112.112 + - 208.67.222.222 + - 208.67.220.220 + - 8.26.56.26 + - 8.20.247.20 + - 185.228.168.9 + - 185.228.169.9 + - 76.76.19.19 + - 76.223.122.150 + - 76.76.2.0 + - 76.76.10.0 +# -- set additional upstreams +# Primarily designed for inclusion in the TrueNAS SCALE GUI +upstreams: +# - name: group2 +# dnsservers: +# - 1.1.1.1 + +# -- set bootstrap dns (not needed) +# Ensures bootstrap encryption and ensure it doesn't use k8s dns +bootstrapDns: + # -- Upstream + upstream: "" + # -- IP's linked to upstream DoT/DoH DNS name + ips: [] +# -- set additional bootstrap dns (not needed, only used if bootstrapDns is set) +additionalBootstrapDns: [] +# - upstream: "" +# ips: [] + +# -- Return empty answer for these queries +filtering: + # -- Ensures filtering by query type + queryTypes: [] +# -- Set manual custom DNS resolution +customDNS: + customTTL: 1h + filterUnmappedTypes: true + rewrite: [] + # - in: something.com + # out: somethingelse.com + mapping: [] + # - domain: something.com + # dnsserver: 192.168.178.1 +# -- Setup client-name lookup +clientLookup: + # -- upstream used for client-name lookup + upstream: "" + singleNameOrder: [] + clients: + # - domain: laptop + # ips: [] +# -- Setup caching +caching: + minTime: 5m + maxTime: 30m + maxItemsCount: 0 + prefetching: false + prefetchExpires: 2h + prefetchThreshold: 5 + prefetchMaxItemsCount: 0 + cacheTimeNegative: 30m +# -- set conditional settings +# Primarily designed for inclusion in the TrueNAS SCALE GUI +conditional: + rewrite: [] + # - in: something.com + # out: somethingelse.com + mapping: [] + # - domain: something.com + # dnsserver: 192.168.178.1 +# -- set blocking settings using Lists +# Primarily designed for inclusion in the TrueNAS SCALE GUI +blocking: + # -- Sets the blocktype + blockType: nxDomain + # -- Sets the block ttl + blockTTL: 6h + # -- Sets the block refreshPeriod + refreshPeriod: 4h + # -- Sets the block download timeout + downloadTimeout: 60s + # -- Sets the block download attempt count + downloadAttempts: 3 + # -- Sets the block download cooldown + downloadCooldown: 2s + # -- Set the start strategy (blocking | failOnError | fast) + startStrategy: blocking + # -- Sets how many list-groups can be processed at the same time + processingConcurrency: 4 + # -- Add blocky whitelists + whitelist: [] + # - name: ads + # lists: + # - https://someurl.com/list.txt + # - /somefile.txt + + # -- Blocky blacklists + blacklist: [] + # - name: ads + # lists: + # - https://someurl.com/list.txt + # - /somefile.txt + + # -- Blocky clientGroupsBlock + clientGroupsBlock: [] + # - name: default + # groups: + # - ads +# -- configure using hostsfile for lookups +# Allows for using the hosts configured in kubernetes and such +hostsFile: + enabled: false + filePath: /etc/hosts + hostsTTL: 60m + refreshPeriod: 30m +## TODO: add this with postgresql support as well +# queryLog: +# type: csv +# target: /logs +# logRetentionDays: 0 +# creationAttempts: 3 +# CreationCooldown: 2 +podOptions: + automountServiceAccountToken: true +portal: + open: + enabled: false +serviceAccount: + main: + # -- Specifies whether a service account should be created + enabled: true + primary: true +# -- Create a ClusterRole and ClusterRoleBinding +# @default -- See below +rbac: + main: + # -- Enables or disables the ClusterRole and ClusterRoleBinding + enabled: true + primary: true + clusterWide: true + # -- Set Rules on the ClusterRole + rules: + - apiGroups: + - "" + resources: + - services + - namespaces + verbs: + - list + - watch + - apiGroups: + - extensions + - networking.k8s.io + resources: + - ingresses + verbs: + - list + - watch +k8sgateway: + enabled: true + # -- TTL for non-apex responses (in seconds) + ttl: 300 + # -- Limit what kind of resources to watch, e.g. watchedResources: ["Ingress"] + watchedResources: [] + # -- Service name of a secondary DNS server (should be `serviceName.namespace`) + secondary: "" + # -- Override the default `serviceName.namespace` domain apex + apex: "" + # -- list of processed domains + domains: [] + # -- Delegated domain + # - domain: "example.com" + # # -- Optional configuration option for DNS01 challenge that will redirect all acme + # # challenge requests to external cloud domain (e.g. managed by cert-manager) + # # See: https://cert-manager.io/docs/configuration/acme/dns01/ + # dnsChallenge: + # enabled: false + # domain: dns01.clouddns.com + + forward: + enabled: false + primary: tls://1.1.1.1 + secondary: tls://1.0.0.1 + options: + - name: tls_servername + value: cloudflare-dns.com + +configmap: + dashboard: + enabled: true + labels: + grafana_dashboard: "1" + data: + blocky.json: >- + {{ .Files.Get "dashboard.json" | indent 8 }} + blockypostgres.json: >- + {{ .Files.Get "dashboardpsql.json" | indent 8 }} + datasource: + enabled: true + labels: + grafana_datasources: "1" + data: + datasourceblockypsql.yaml: |- + apiVersion: 1 + datasources: + - name: BlockyPostgres + type: postgres + uid: blockypostgres + url: {{ printf "%s.%s:5432" (.Values.cnpg.main.creds.host | trimAll "\"") .Release.Namespace }} + access: proxy + user: {{ .Values.cnpg.main.user }} + secureJsonData: + password: {{ .Values.cnpg.main.creds.password | default "na" }} + jsonData: + database: {{ .Values.cnpg.main.database }} + sslmode: 'disable' # disable/require/verify-ca/verify-full + maxOpenConns: 100 # Grafana v5.4+ + maxIdleConns: 100 # Grafana v5.4+ + maxIdleConnsAuto: true # Grafana v9.5.1+ + connMaxLifetime: 14400 # Grafana v5.4+ + postgresVersion: 1500 # 903=9.3, 904=9.4, 905=9.5, 906=9.6, 1000=10 + timescaledb: false + +metrics: + main: + # -- Enable and configure a Prometheus serviceMonitor for the chart under this key. + # @default -- See values.yaml + enabled: true + type: "servicemonitor" + endpoints: + - port: main + path: /metrics + # -- Enable and configure Prometheus Rules for the chart under this key. + # @default -- See values.yaml + prometheusRule: + enabled: false + labels: {} + # -- Configure additionial rules for the chart under this key. + # @default -- See prometheusrules.yaml + rules: [] + # - alert: UnifiPollerAbsent + # annotations: + # description: Unifi Poller has disappeared from Prometheus service discovery. + # summary: Unifi Poller is down. + # expr: | + # absent(up{job=~".*unifi-poller.*"} == 1) + # for: 5m + # labels: + # severity: critical + +redis: + enabled: true +# CANNOT be defined in above yaml section +queryLog: + # optional one of: mysql, postgresql, csv, csv-client. If empty, log to console + type: "postgresql" + # directory (should be mounted as volume in docker) for csv, db connection string for mysql, ignored for included postgresql + # target: /var/log/something + # postgresql target: postgres://user:password@db_host_or_ip:5432/db_name + # if > 0, deletes log files which are older than ... days + logRetentionDays: 0 + # optional: Max attempts to create specific query log writer, default: 3 + creationAttempts: 3 + # optional: Time between the creation attempts, default: 2s + creationCooldown: 2s + +cnpg: + main: + enabled: true + user: blocky + database: blocky diff --git a/enterprise/blocky/14.1.0/questions.yaml b/enterprise/blocky/14.1.0/questions.yaml new file mode 100755 index 00000000000..99bba534673 --- /dev/null +++ b/enterprise/blocky/14.1.0/questions.yaml @@ -0,0 +1,3773 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: webUI + group: App Configuration + label: WebUI Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Web UI + description: Enables Web UI + schema: + type: boolean + default: true + - variable: apiURL + label: API URL + description: API URL for webUI, including port. Only used when not using ingress + schema: + type: string + default: "http://127.0.0.1:4000" + - variable: overrideDefaults + group: App Configuration + label: Override Default Upstreams + description: Overrides the predefined DNS server upstream list + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: defaultUpstreams + label: Default Upstreams + schema: + type: list + default: [] + items: + - variable: upstreamEntry + label: Upstream Entry + schema: + type: string + required: true + default: "" + - variable: upstreams + group: App Configuration + label: Upstreams Groups + description: Refer to +
https://0xerr0r.github.io/blocky/configuration/#upstream-configuration + schema: + type: list + default: [] + items: + - variable: upstreamsGroupEntry + label: Upstreams Group Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Group Name + schema: + type: string + required: true + default: "" + - variable: upstreams + label: Upstreams + schema: + type: list + required: true + default: [] + items: + - variable: upstreamEntry + label: upstream Entry + schema: + type: string + required: true + default: "" + - variable: bootstrapDns + group: App Configuration + label: Bootstrap DNS + description: Used to resolve upstream DoH and DoT servers that are specified as hostnames. +
Refer to https://0xerr0r.github.io/blocky/configuration/#bootstrap-dns-configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: upstream + label: Upstream + schema: + type: string + default: "" + - variable: ips + label: IPs + schema: + type: list + default: [] + items: + - variable: ipEntry + label: IP Entry + schema: + type: string + required: true + default: "" + - variable: additionalBootstrapDns + group: App Configuration + label: Additional Bootstrap DNS + schema: + type: list + show_if: [[ "bootstrapDns", "!=", {"upstream": "", "ips": []} ]] + default: [] + items: + - variable: additionalBootstrapDnsEntry + label: Additional Bootstrap DNS Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: upstream + label: Upstream + schema: + type: string + default: "" + - variable: ips + label: IPs + schema: + type: list + default: [] + items: + - variable: ipEntry + label: IP Entry + schema: + type: string + required: true + default: "" + - variable: filtering + group: App Configuration + label: Filtering + description: Define one or more DNS query types; all queries with these types will be dropped +
Refer to https://0xerr0r.github.io/blocky/configuration/#filtering + schema: + additional_attrs: true + type: dict + attrs: + - variable: queryTypes + label: Query Types + schema: + type: list + default: [] + items: + - variable: queryTypeEntry + label: Query Type Entry + schema: + type: string + required: true + default: "" + - variable: customDNS + group: App Configuration + label: Custom DNS + description: Define your own domain name to IP mappings. +
Refer to https://0xerr0r.github.io/blocky/configuration/#custom-dns + schema: + additional_attrs: true + type: dict + attrs: + - variable: customTTL + label: Custom TTL + schema: + type: string + default: 1h + - variable: filterUnmappedTypes + label: Filter Unmapped Types + schema: + type: boolean + default: true + - variable: rewrite + label: Rewrite + schema: + type: list + default: [] + items: + - variable: rewriteEntry + label: Rewrite Entry + schema: + type: dict + additional_attrs: true + attrs: + - variable: in + label: In + schema: + type: string + required: true + default: "" + - variable: out + label: Out + schema: + type: string + required: true + default: "" + - variable: mapping + label: Mapping + schema: + type: list + default: [] + items: + - variable: mappingEntry + label: Mapping Entry + schema: + type: dict + additional_attrs: true + attrs: + - variable: domain + label: Domain + schema: + type: string + required: true + default: "" + - variable: dnsserver + label: DNS Server + schema: + type: string + required: true + default: "" + - variable: clientLookup + group: App Configuration + label: Client Lookup + description: Blocky can try to resolve a user-friendly client name from the IP address or server URL (DoT and DoH) +
Refer to https://0xerr0r.github.io/blocky/configuration/#client-name-lookup + schema: + additional_attrs: true + type: dict + attrs: + - variable: upstream + label: Upstream + schema: + type: string + default: "" + - variable: singleNameOrder + label: Single Name Order + schema: + type: list + default: [] + items: + - variable: singleNameEntry + label: Single Name Entry + schema: + type: string + required: true + default: "" + - variable: clients + label: Clients + schema: + type: list + default: [] + items: + - variable: clientEntry + label: Client Entry + schema: + type: dict + additional_attrs: true + attrs: + - variable: domain + label: Domain + schema: + type: string + required: true + default: "" + - variable: ips + label: IPs + schema: + type: list + default: [] + items: + - variable: ipEntry + label: IP Entry + schema: + type: string + required: true + default: "" + - variable: caching + group: App Configuration + label: Caching + description: Refer to +
https://0xerr0r.github.io/blocky/configuration/#caching + schema: + additional_attrs: true + type: dict + attrs: + - variable: minTime + label: Min Time + schema: + type: string + default: 5m + - variable: maxTime + label: Max Time + schema: + type: string + default: 30m + - variable: maxItemsCount + label: Max Items Count + schema: + type: int + default: 0 + - variable: prefetching + label: Prefetching + schema: + type: boolean + default: false + - variable: prefetchExpires + label: Prefetch Expires + schema: + type: string + default: 2h + - variable: prefetchThreshold + label: Prefetch Threshold + schema: + type: int + default: 5 + - variable: prefetchMaxItemsCount + label: Prefetch Max Items Count + schema: + type: int + default: 0 + - variable: cacheTimeNegative + label: Cache Time Negative + schema: + type: string + default: 30m + - variable: conditional + group: App Configuration + label: Conditional + description: Define which DNS resolver(s) should be used for queries for the particular domain +
Refer to https://0xerr0r.github.io/blocky/configuration/#conditional-dns-resolution + schema: + additional_attrs: true + type: dict + attrs: + - variable: rewrite + label: Rewrite + schema: + type: list + default: [] + items: + - variable: rewriteEntry + label: Rewrite Entry + schema: + type: dict + additional_attrs: true + attrs: + - variable: in + label: In + schema: + type: string + required: true + default: "" + - variable: out + label: Out + schema: + type: string + required: true + default: "" + - variable: mapping + label: Mapping + schema: + type: list + default: [] + items: + - variable: mappingEntry + label: Mapping Entry + schema: + type: dict + additional_attrs: true + attrs: + - variable: domain + label: Domain + schema: + type: string + required: true + default: "" + - variable: dnsserver + label: DNS Server + schema: + type: string + required: true + default: "" + - variable: blocking + group: App Configuration + label: Blocking + description: Each black or whitelist can be either a path to the local file or a URL to download. All Urls must be grouped to a group name. +
Refer to https://0xerr0r.github.io/blocky/configuration/#blocking-and-whitelisting + schema: + additional_attrs: true + type: dict + attrs: + - variable: blockType + label: Block Type + description: Set the response should be sent to the client, if a requested query is blocked + schema: + type: string + default: nxDomain + - variable: blockTTL + label: Block TTL + description: Set the TTL for answers to blocked domains + schema: + type: string + default: 6h + - variable: refreshPeriod + label: Refresh Period + description: Set how often blocky should refresh list cache + schema: + type: string + default: 4h + - variable: downloadTimeout + label: Download Timeout + description: Download attempt timeout + schema: + type: string + default: 60s + - variable: downloadAttempts + label: Download Attempts + description: How many download attempts should be performed + schema: + type: int + default: 3 + - variable: downloadCooldown + label: Download Cooldown + description: Time between the download attempts + schema: + type: string + default: 2s + - variable: startStrategy + label: Start Strategy + description: | + blocking: all blocking lists will be loaded before DNS resolution starts.
+ failOnError: like blocking but blocky will shut down if any download fails.
+ fast: DNS resolution starts immediately without blocking which will be enabled after list load is completed + schema: + type: string + default: blocking + enum: + - value: blocking + description: Blocking + - value: failOnError + description: Fail On Error + - value: fast + description: Fast + - variable: processingConcurrency + label: Processing Concurrency + description: Sets how many list-groups can be processed at the same time + schema: + type: int + default: 4 + - variable: whitelist + label: Whitelist + description: Define whitelists, either URL or file + schema: + type: list + default: [] + items: + - variable: whitelistEntry + label: Whitelist Group Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Group Name + schema: + type: string + required: true + default: "" + - variable: lists + label: Lists + schema: + type: list + required: true + default: [] + items: + - variable: listEntry + label: List Entry + schema: + type: string + required: true + default: "" + - variable: blacklist + label: Blacklist + description: Define blacklists, either URL or file + schema: + type: list + default: [] + items: + - variable: blacklistEntry + label: Blacklist Group Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Group Name + schema: + type: string + required: true + default: "" + - variable: lists + label: Lists + schema: + type: list + required: true + default: [] + items: + - variable: listEntry + label: List Entry + schema: + type: string + required: true + default: "" + - variable: clientGroupsBlock + label: Client Groups Block + description: Define, which blocking group(s) should be used for which client in your network. + schema: + type: list + default: [] + items: + - variable: clientGroupBlockEntry + label: Client Group Block Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Client Group Name + schema: + type: string + required: true + default: "" + - variable: groups + label: Groups + schema: + type: list + required: true + default: [] + items: + - variable: groupEntry + label: Group Entry + schema: + type: string + required: true + default: "" + - variable: hostsFile + group: App Configuration + label: Hosts File + description: You can enable resolving of entries, located in local hosts file. +
Refer to https://0xerr0r.github.io/blocky/configuration/#hosts-file + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: filePath + label: File Path + schema: + type: string + default: /etc/hosts + - variable: hostsTTL + label: Hosts TTL + schema: + type: string + default: 60m + - variable: refreshPeriod + label: Refresh Period + schema: + type: string + default: 30m + - variable: queryLog + group: App Configuration + label: Query Logging configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: "" + enum: + - value: "" + description: Console + - value: postgresql + description: postgresql + - value: csv + description: csv + - value: csv-client + description: csv-client + - variable: target + label: Target + schema: + type: string + show_if: [["type", "!=", "postgresql"]] + default: "/var/log/something" + - variable: logRetentionDays + label: Log Retention Days + schema: + type: int + default: 0 + - variable: creationAttempts + label: Creation Attempts + schema: + type: int + default: 3 + - variable: creationCooldown + label: Creation Cooldown + schema: + type: string + default: 2s + - variable: k8sgateway + group: App Configuration + label: k8s-Gateway Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable k8s-Gateway + description: Enables k8s-Gateway + schema: + type: boolean + default: true + show_subquestions_if: true + subquestions: + - variable: domains + label: Domains + description: Please refer to CoreDNS docs for options + schema: + type: list + default: [] + items: + - variable: domainEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: domain + label: Domain name + schema: + type: string + required: true + default: example.com + - variable: dnsChallenge + label: Forward dnsChallenge + description: Optional configuration option for DNS01 challenge that will redirect all acme + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: domain + label: Forward to Domain + schema: + type: string + required: true + default: dns01.clouddns.com + - variable: advancedOptions + label: Advanced Options + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + show_subquestions_if: true + subquestions: + - variable: ttl + label: ttl + description: TTL for non-apex responses (in seconds) + schema: + type: int + default: 300 + - variable: watchedResources + label: Watched Resources + description: imit what kind of resources to watch, e.g. Ingress + schema: + type: list + default: [] + items: + - variable: watchedResource + label: Watched Resource + schema: + type: string + default: "" + - variable: secondary + label: Secondary DNS Server Service + description: Service name of a secondary DNS server (should be serviceName.namespace) + schema: + type: string + default: "" + - variable: apex + label: Apex + description: Override the default `serviceName.namespace` domain apex + schema: + type: string + default: "" + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: dns + label: DNS Service + description: The DNS service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: dns + label: DNS Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 53 + required: true + - variable: dot + label: DoT Service + description: "DNS-over-TLS service" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: ClusterIP + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: dot + label: DoT Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 853 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + + - variable: metrics + group: Metrics + label: Prometheus Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: Main Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable Prometheus Metrics + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: prometheusRule + label: PrometheusRule + description: Enable and configure Prometheus Rules for the App. + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable Prometheus Metrics + schema: + type: boolean + default: false + # TODO: Rule List section + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/enterprise/blocky/14.0.1/templates/NOTES.txt b/enterprise/blocky/14.1.0/templates/NOTES.txt similarity index 100% rename from enterprise/blocky/14.0.1/templates/NOTES.txt rename to enterprise/blocky/14.1.0/templates/NOTES.txt diff --git a/enterprise/blocky/14.0.1/templates/_blockyConfig.tpl b/enterprise/blocky/14.1.0/templates/_blockyConfig.tpl similarity index 98% rename from enterprise/blocky/14.0.1/templates/_blockyConfig.tpl rename to enterprise/blocky/14.1.0/templates/_blockyConfig.tpl index 66f8f78e96d..b35491645ac 100644 --- a/enterprise/blocky/14.0.1/templates/_blockyConfig.tpl +++ b/enterprise/blocky/14.1.0/templates/_blockyConfig.tpl @@ -44,8 +44,8 @@ upstream: {{- end }} ports: - {{- if .Values.service.dnsudp.enabled }} - dns: {{ .Values.service.dnsudp.ports.dnsudp.targetPort }} + {{- if .Values.service.dns.enabled }} + dns: {{ .Values.service.dns.ports.dns.targetPort }} {{- end }} {{- if .Values.service.dot.enabled }} tls: {{ .Values.service.dot.ports.dot.targetPort }} diff --git a/enterprise/blocky/14.0.1/templates/_k8sgateway.tpl b/enterprise/blocky/14.1.0/templates/_k8sgateway.tpl similarity index 100% rename from enterprise/blocky/14.0.1/templates/_k8sgateway.tpl rename to enterprise/blocky/14.1.0/templates/_k8sgateway.tpl diff --git a/enterprise/blocky/14.0.1/templates/common.yaml b/enterprise/blocky/14.1.0/templates/common.yaml similarity index 100% rename from enterprise/blocky/14.0.1/templates/common.yaml rename to enterprise/blocky/14.1.0/templates/common.yaml diff --git a/enterprise/blocky/14.0.1/values.yaml b/enterprise/blocky/14.1.0/values.yaml similarity index 100% rename from enterprise/blocky/14.0.1/values.yaml rename to enterprise/blocky/14.1.0/values.yaml diff --git a/enterprise/clusterissuer/7.1.3/CHANGELOG.md b/enterprise/clusterissuer/7.1.3/CHANGELOG.md deleted file mode 100644 index dd5759a7bf7..00000000000 --- a/enterprise/clusterissuer/7.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - -## [clusterissuer-6.1.13](https://github.com/truecharts/charts/compare/clusterissuer-6.1.12...clusterissuer-6.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [clusterissuer-6.1.12](https://github.com/truecharts/charts/compare/clusterissuer-6.1.11...clusterissuer-6.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [clusterissuer-6.1.11](https://github.com/truecharts/charts/compare/clusterissuer-6.1.10...clusterissuer-6.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [clusterissuer-6.1.10](https://github.com/truecharts/charts/compare/clusterissuer-6.1.9...clusterissuer-6.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [clusterissuer-6.1.9](https://github.com/truecharts/charts/compare/clusterissuer-6.1.8...clusterissuer-6.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [clusterissuer-6.1.8](https://github.com/truecharts/charts/compare/clusterissuer-6.1.7...clusterissuer-6.1.8) (2024-01-14) - -### Chore - - - -- update container image hello-world to latest[@4bd7811](https://github.com/4bd7811) by renovate ([#17158](https://github.com/truecharts/charts/issues/17158)) - -- update container image hello-world to latest[@ac69084](https://github.com/ac69084) by renovate ([#14774](https://github.com/truecharts/charts/issues/14774)) - - - - -## [clusterissuer-6.1.7](https://github.com/truecharts/charts/compare/clusterissuer-6.1.6...clusterissuer-6.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [clusterissuer-6.1.6](https://github.com/truecharts/charts/compare/clusterissuer-6.1.5...clusterissuer-6.1.6) (2024-01-02) - -### Chore - diff --git a/enterprise/clusterissuer/7.1.3/Chart.yaml b/enterprise/clusterissuer/7.1.3/Chart.yaml deleted file mode 100644 index 25df982b74a..00000000000 --- a/enterprise/clusterissuer/7.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: core - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: enterprise -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Certificate management for Kubernetes -home: https://truecharts.org/charts/enterprise/clusterissuer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/clusterissuer.png -keywords: - - cert-manager - - certificates -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: clusterissuer -sources: - - https://cert-manager.io/ - - https://github.com/truecharts/charts/tree/master/charts/enterprise/clusterissuer - - https://hub.docker.com/_/hello-world -type: application -version: 7.1.3 diff --git a/enterprise/clusterissuer/7.1.3/charts/common-18.0.3.tgz b/enterprise/clusterissuer/7.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/enterprise/clusterissuer/7.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/enterprise/clusterissuer/7.1.3/.helmignore b/enterprise/clusterissuer/7.3.0/.helmignore similarity index 100% rename from enterprise/clusterissuer/7.1.3/.helmignore rename to enterprise/clusterissuer/7.3.0/.helmignore diff --git a/enterprise/clusterissuer/7.3.0/CHANGELOG.md b/enterprise/clusterissuer/7.3.0/CHANGELOG.md new file mode 100644 index 00000000000..70a7a1be841 --- /dev/null +++ b/enterprise/clusterissuer/7.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [clusterissuer-7.3.0](https://github.com/truecharts/charts/compare/clusterissuer-7.2.3...clusterissuer-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [clusterissuer-7.2.3](https://github.com/truecharts/charts/compare/clusterissuer-7.2.2...clusterissuer-7.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [clusterissuer-7.2.2](https://github.com/truecharts/charts/compare/clusterissuer-7.2.0...clusterissuer-7.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + +## [clusterissuer-6.1.13](https://github.com/truecharts/charts/compare/clusterissuer-6.1.12...clusterissuer-6.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [clusterissuer-6.1.12](https://github.com/truecharts/charts/compare/clusterissuer-6.1.11...clusterissuer-6.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [clusterissuer-6.1.11](https://github.com/truecharts/charts/compare/clusterissuer-6.1.10...clusterissuer-6.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [clusterissuer-6.1.10](https://github.com/truecharts/charts/compare/clusterissuer-6.1.9...clusterissuer-6.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [clusterissuer-6.1.9](https://github.com/truecharts/charts/compare/clusterissuer-6.1.8...clusterissuer-6.1.9) (2024-01-21) + +### Chore + + diff --git a/enterprise/clusterissuer/7.3.0/Chart.yaml b/enterprise/clusterissuer/7.3.0/Chart.yaml new file mode 100644 index 00000000000..1e986004b55 --- /dev/null +++ b/enterprise/clusterissuer/7.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: core + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Certificate management for Kubernetes +home: https://truecharts.org/charts/enterprise/clusterissuer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/clusterissuer.png +keywords: + - cert-manager + - certificates +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: clusterissuer +sources: + - https://cert-manager.io/ + - https://github.com/truecharts/charts/tree/master/charts/enterprise/clusterissuer + - https://hub.docker.com/_/hello-world +type: application +version: 7.3.0 diff --git a/enterprise/clusterissuer/7.1.3/README.md b/enterprise/clusterissuer/7.3.0/README.md similarity index 100% rename from enterprise/clusterissuer/7.1.3/README.md rename to enterprise/clusterissuer/7.3.0/README.md diff --git a/enterprise/clusterissuer/7.3.0/app-changelog.md b/enterprise/clusterissuer/7.3.0/app-changelog.md new file mode 100644 index 00000000000..610f105c7c6 --- /dev/null +++ b/enterprise/clusterissuer/7.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [clusterissuer-7.3.0](https://github.com/truecharts/charts/compare/clusterissuer-7.2.3...clusterissuer-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/enterprise/clusterissuer/7.1.3/app-readme.md b/enterprise/clusterissuer/7.3.0/app-readme.md similarity index 100% rename from enterprise/clusterissuer/7.1.3/app-readme.md rename to enterprise/clusterissuer/7.3.0/app-readme.md diff --git a/enterprise/clusterissuer/7.3.0/charts/common-18.2.0.tgz b/enterprise/clusterissuer/7.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/enterprise/clusterissuer/7.3.0/charts/common-18.2.0.tgz differ diff --git a/enterprise/clusterissuer/7.1.3/ix_values.yaml b/enterprise/clusterissuer/7.3.0/ix_values.yaml similarity index 100% rename from enterprise/clusterissuer/7.1.3/ix_values.yaml rename to enterprise/clusterissuer/7.3.0/ix_values.yaml diff --git a/enterprise/clusterissuer/7.1.3/questions.yaml b/enterprise/clusterissuer/7.3.0/questions.yaml similarity index 100% rename from enterprise/clusterissuer/7.1.3/questions.yaml rename to enterprise/clusterissuer/7.3.0/questions.yaml diff --git a/enterprise/clusterissuer/7.1.3/templates/NOTES.txt b/enterprise/clusterissuer/7.3.0/templates/NOTES.txt similarity index 100% rename from enterprise/clusterissuer/7.1.3/templates/NOTES.txt rename to enterprise/clusterissuer/7.3.0/templates/NOTES.txt diff --git a/enterprise/clusterissuer/7.1.3/templates/clusterissuer/_ACME.tpl b/enterprise/clusterissuer/7.3.0/templates/clusterissuer/_ACME.tpl similarity index 100% rename from enterprise/clusterissuer/7.1.3/templates/clusterissuer/_ACME.tpl rename to enterprise/clusterissuer/7.3.0/templates/clusterissuer/_ACME.tpl diff --git a/enterprise/clusterissuer/7.1.3/templates/clusterissuer/_CA.tpl b/enterprise/clusterissuer/7.3.0/templates/clusterissuer/_CA.tpl similarity index 100% rename from enterprise/clusterissuer/7.1.3/templates/clusterissuer/_CA.tpl rename to enterprise/clusterissuer/7.3.0/templates/clusterissuer/_CA.tpl diff --git a/enterprise/clusterissuer/7.1.3/templates/clusterissuer/_clusterCertificates.tpl b/enterprise/clusterissuer/7.3.0/templates/clusterissuer/_clusterCertificates.tpl similarity index 100% rename from enterprise/clusterissuer/7.1.3/templates/clusterissuer/_clusterCertificates.tpl rename to enterprise/clusterissuer/7.3.0/templates/clusterissuer/_clusterCertificates.tpl diff --git a/enterprise/clusterissuer/7.1.3/templates/clusterissuer/_selfSigned.tpl b/enterprise/clusterissuer/7.3.0/templates/clusterissuer/_selfSigned.tpl similarity index 100% rename from enterprise/clusterissuer/7.1.3/templates/clusterissuer/_selfSigned.tpl rename to enterprise/clusterissuer/7.3.0/templates/clusterissuer/_selfSigned.tpl diff --git a/enterprise/clusterissuer/7.1.3/templates/common.yaml b/enterprise/clusterissuer/7.3.0/templates/common.yaml similarity index 100% rename from enterprise/clusterissuer/7.1.3/templates/common.yaml rename to enterprise/clusterissuer/7.3.0/templates/common.yaml diff --git a/enterprise/clusterissuer/7.1.3/values.yaml b/enterprise/clusterissuer/7.3.0/values.yaml similarity index 100% rename from enterprise/clusterissuer/7.1.3/values.yaml rename to enterprise/clusterissuer/7.3.0/values.yaml diff --git a/enterprise/grafana/14.1.0/CHANGELOG.md b/enterprise/grafana/14.1.0/CHANGELOG.md deleted file mode 100644 index 07cc5b833c2..00000000000 --- a/enterprise/grafana/14.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - -## [grafana-12.1.2](https://github.com/truecharts/charts/compare/grafana-12.1.1...grafana-12.1.2) (2024-02-12) - -### Chore - - - -- update container image quay.io/kiwigrid/k8s-sidecar to v1.25.4[@cccfe4f](https://github.com/cccfe4f) by renovate ([#18147](https://github.com/truecharts/charts/issues/18147)) - - -## [grafana-12.1.1](https://github.com/truecharts/charts/compare/grafana-12.1.0...grafana-12.1.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [grafana-12.1.0](https://github.com/truecharts/charts/compare/grafana-12.0.9...grafana-12.1.0) (2024-01-27) - -### Chore - - - -- update container image grafana/grafana to v10.3.1[@7567a7c](https://github.com/7567a7c) by renovate ([#17551](https://github.com/truecharts/charts/issues/17551)) - - -## [grafana-12.0.9](https://github.com/truecharts/charts/compare/grafana-12.0.8...grafana-12.0.9) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [grafana-12.0.8](https://github.com/truecharts/charts/compare/grafana-12.0.7...grafana-12.0.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [grafana-12.0.7](https://github.com/truecharts/charts/compare/grafana-12.0.6...grafana-12.0.7) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [grafana-12.0.6](https://github.com/truecharts/charts/compare/grafana-12.0.5...grafana-12.0.6) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [grafana-12.0.5](https://github.com/truecharts/charts/compare/grafana-12.0.4...grafana-12.0.5) (2024-01-07) - -### Chore - - - -- bump diff --git a/enterprise/grafana/14.1.0/Chart.yaml b/enterprise/grafana/14.1.0/Chart.yaml deleted file mode 100644 index 91cc92c9923..00000000000 --- a/enterprise/grafana/14.1.0/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: metrics - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: enterprise -apiVersion: v2 -appVersion: 10.3.3 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB. -home: https://truecharts.org/charts/enterprise/grafana -icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana.png -keywords: - - analytics - - monitoring - - metrics - - logs -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: grafana -sources: - - https://grafana.com/ - - https://github.com/bitnami/bitnami-docker-grafana - - https://github.com/truecharts/charts/tree/master/charts/enterprise/grafana - - https://hub.docker.com/r/grafana/grafana - - https://quay.io/kiwigrid/k8s-sidecar -type: application -version: 14.1.0 diff --git a/enterprise/grafana/14.1.0/charts/common-18.1.2.tgz b/enterprise/grafana/14.1.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/enterprise/grafana/14.1.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/enterprise/grafana/14.1.0/ix_values.yaml b/enterprise/grafana/14.1.0/ix_values.yaml deleted file mode 100644 index cf85a8b3ce2..00000000000 --- a/enterprise/grafana/14.1.0/ix_values.yaml +++ /dev/null @@ -1,346 +0,0 @@ -image: - repository: grafana/grafana - pullPolicy: IfNotPresent - tag: 10.3.3@sha256:8640e5038e83ca4554ed56b9d76375158bcd51580238c6f5d8adaf3f20dd5379 - -sidecarImage: - repository: quay.io/kiwigrid/k8s-sidecar - tag: 1.25.6@sha256:66a11739501444695ecf1e5a20480e91383ab931d179a983ae4558a57f441121 - -securityContext: - container: - readOnlyRootFilesystem: false -service: - main: - ports: - main: - protocol: http - targetPort: 3000 - port: 3000 -workload: - main: - replicas: 2 - strategy: RollingUpdate - podSpec: - containers: - main: - env: - GF_SECURITY_ADMIN_USER: "admin" - GF_SECURITY_ADMIN_PASSWORD: "testpassword" - GF_INSTALL_PLUGINS: "" - GF_AUTH_LDAP_ENABLED: "false" - GF_AUTH_LDAP_ALLOW_SIGN_UP: "false" - GF_SERVER_HTTP_PORT: 3000 - GF_DATABASE_TYPE: postgres - GF_DATABASE_NAME: "{{ .Values.cnpg.main.user }}" - GF_DATABASE_USER: "{{ .Values.cnpg.main.database }}" - GF_DATABASE_SSL_MODE: disable - GF_DATABASE_HOST: - secretKeyRef: - name: cnpg-main-urls - key: host - GF_DATABASE_PASSWORD: - secretKeyRef: - name: cnpg-main-user - key: password - probes: - liveness: - path: "/api/health" - readiness: - path: "/api/health" - startup: - path: "/api/health" - dashboards: - enabled: true - imageSelector: sidecarImage - env: - IGNORE_ALREADY_PROCESSED: false - METHOD: WATCH - LABEL: grafana_dashboard - LABEL_VALUE: "1" - LOG_LEVEL: info - FOLDER: /tmp/dashboards - RESOURCE: both - NAMESPACE: "ALL" - UNIQUE_FILENAMES: false - # NAMESPACE: null - # FOLDER_ANNOTATION: null - # script: null - # WATCH_SERVER_TIMEOUT: 3600 - # WATCH_CLIENT_TIMEOUT: 3600 - SKIP_TLS_VERIFY: false - REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}" - REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}" - REQ_URL: "http://localhost:3000/api/admin/provisioning/dashboards/reload" - REQ_METHOD: POST - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false - datasources: - enabled: true - imageSelector: sidecarImage - env: - IGNORE_ALREADY_PROCESSED: false - METHOD: WATCH - LABEL: grafana_datasources - LABEL_VALUE: "1" - LOG_LEVEL: info - FOLDER: /etc/grafana/provisioning/datasources - RESOURCE: both - NAMESPACE: "ALL" - UNIQUE_FILENAMES: false - # NAMESPACE: null - # FOLDER_ANNOTATION: null - # script: null - # WATCH_SERVER_TIMEOUT: 3600 - # WATCH_CLIENT_TIMEOUT: 3600 - SKIP_TLS_VERIFY: false - REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}" - REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}" - REQ_URL: "http://localhost:3000/api/admin/provisioning/datasources/reload" - REQ_METHOD: POST - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false - alerts: - enabled: true - imageSelector: sidecarImage - env: - IGNORE_ALREADY_PROCESSED: false - METHOD: WATCH - LABEL: grafana_alerts - LABEL_VALUE: "1" - LOG_LEVEL: info - FOLDER: /etc/grafana/provisioning/alerts - RESOURCE: both - NAMESPACE: "ALL" - UNIQUE_FILENAMES: false - # NAMESPACE: null - # FOLDER_ANNOTATION: null - # script: null - # WATCH_SERVER_TIMEOUT: 3600 - # WATCH_CLIENT_TIMEOUT: 3600 - SKIP_TLS_VERIFY: false - REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}" - REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}" - REQ_URL: "http://localhost:3000/api/admin/provisioning/alerts/reload" - REQ_METHOD: POST - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false - plugins: - enabled: true - imageSelector: sidecarImage - env: - IGNORE_ALREADY_PROCESSED: false - METHOD: WATCH - LABEL: grafana_plugins - LABEL_VALUE: "1" - LOG_LEVEL: info - FOLDER: /etc/grafana/provisioning/plugins - RESOURCE: both - NAMESPACE: "ALL" - UNIQUE_FILENAMES: false - # NAMESPACE: null - # FOLDER_ANNOTATION: null - # script: null - # WATCH_SERVER_TIMEOUT: 3600 - # WATCH_CLIENT_TIMEOUT: 3600 - SKIP_TLS_VERIFY: false - REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}" - REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}" - REQ_URL: "http://localhost:3000/api/admin/provisioning/plugins/reload" - REQ_METHOD: POST - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false - notifiers: - enabled: true - imageSelector: sidecarImage - env: - IGNORE_ALREADY_PROCESSED: false - METHOD: WATCH - LABEL: grafana_notifiers - LABEL_VALUE: "1" - LOG_LEVEL: info - FOLDER: /etc/grafana/provisioning/notifiers - RESOURCE: both - NAMESPACE: "ALL" - UNIQUE_FILENAMES: false - # NAMESPACE: null - # FOLDER_ANNOTATION: null - # script: null - # WATCH_SERVER_TIMEOUT: 3600 - # WATCH_CLIENT_TIMEOUT: 3600 - SKIP_TLS_VERIFY: false - REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}" - REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}" - REQ_URL: "http://localhost:3000/api/admin/provisioning/notifiers/reload" - REQ_METHOD: POST - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false - -configmap: - dashboard-provider: - enabled: true - data: - provider.yaml: |- - apiVersion: 1 - providers: - - name: sidecarProvider - orgId: 1 - folder: '' - type: file - disableDeletion: false - allowUiUpdates: false - updateIntervalSeconds: 30 - options: - foldersFromFilesStructure: false - path: /tmp/dashboards - config: - enabled: true - data: - grafana.ini: |- - paths: - data: /var/lib/grafana/ - logs: /var/log/grafana - plugins: /var/lib/grafana/plugins - provisioning: /etc/grafana/provisioning - analytics: - check_for_updates: true - log: - mode: console - grafana_net: - url: https://grafana.net - server: - domain: "{{ if (and .Values.ingress.main.enabled .Values.ingress.main.hosts) }}{{ .Values.ingress.main.hosts | first }}{{ else }}''{{ end }}" - ldap.toml: |- - # nope - -persistence: - config: - enabled: true - type: configmap - objectName: config - mountPath: /etc/grafana/grafana.ini - subPath: grafana.ini - ldap: - enabled: true - type: configmap - objectName: config - mountPath: /etc/grafana/ldap.toml - subPath: ldap.toml - data: - enabled: true - mountPath: "/var/lib/grafana" - grafana-tmp: - enabled: true - type: emptyDir - mountPath: /app/tmp - targetSelectAll: true - sc-dashboard-volume: - enabled: true - type: emptyDir - mountPath: /tmp/dashboards - targetSelectAll: true - sc-dashboard-config: - enabled: true - type: configmap - objectName: dashboard-provider - mountPath: /etc/grafana/provisioning/dashboards/sc-dashboardproviders.yaml - subPath: provider.yaml - sc-datasource-volume: - enabled: true - type: emptyDir - mountPath: /etc/grafana/provisioning/datasources - targetSelectAll: true - sc-alerts-volume: - enabled: true - type: emptyDir - mountPath: /etc/grafana/provisioning/alerts - targetSelectAll: true - sc-plugins-volume: - enabled: true - type: emptyDir - mountPath: /etc/grafana/provisioning/plugins - targetSelectAll: true - sc-notifiers-volume: - enabled: true - type: emptyDir - mountPath: /etc/grafana/provisioning/notifiers - targetSelectAll: true -metrics: - main: - # -- Enable and configure a Prometheus serviceMonitor for the chart under this key. - # @default -- See values.yaml - enabled: true - type: "servicemonitor" - endpoints: - - port: main - path: /metrics - # -- Enable and configure Prometheus Rules for the chart under this key. - # @default -- See values.yaml - prometheusRule: - enabled: false - labels: {} - # -- Configure additionial rules for the chart under this key. - # @default -- See prometheusrules.yaml - rules: [] - # - alert: UnifiPollerAbsent - # annotations: - # description: Unifi Poller has disappeared from Prometheus service discovery. - # summary: Unifi Poller is down. - # expr: | - # absent(up{job=~".*unifi-poller.*"} == 1) - # for: 5m - # labels: - # severity: critical -portal: - open: - enabled: true - -# -- Whether Role Based Access Control objects like roles and rolebindings should be created -rbac: - main: - enabled: true - primary: true - clusterWide: true - rules: - - apiGroups: [""] - resources: ["configmaps", "secrets"] - verbs: ["get", "watch", "list"] - -serviceAccount: - main: - enabled: true - primary: true - -podOptions: - automountServiceAccountToken: true - -cnpg: - main: - enabled: true - user: grafana - database: grafana diff --git a/enterprise/grafana/14.1.0/.helmignore b/enterprise/grafana/14.3.0/.helmignore similarity index 100% rename from enterprise/grafana/14.1.0/.helmignore rename to enterprise/grafana/14.3.0/.helmignore diff --git a/enterprise/grafana/14.3.0/CHANGELOG.md b/enterprise/grafana/14.3.0/CHANGELOG.md new file mode 100644 index 00000000000..1f9d56ac898 --- /dev/null +++ b/enterprise/grafana/14.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [grafana-14.3.0](https://github.com/truecharts/charts/compare/grafana-14.2.3...grafana-14.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [grafana-14.2.3](https://github.com/truecharts/charts/compare/grafana-14.2.2...grafana-14.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [grafana-14.2.2](https://github.com/truecharts/charts/compare/grafana-14.2.0...grafana-14.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + +## [grafana-12.1.2](https://github.com/truecharts/charts/compare/grafana-12.1.1...grafana-12.1.2) (2024-02-12) + +### Chore + + + +- update container image quay.io/kiwigrid/k8s-sidecar to v1.25.4[@cccfe4f](https://github.com/cccfe4f) by renovate ([#18147](https://github.com/truecharts/charts/issues/18147)) + + +## [grafana-12.1.1](https://github.com/truecharts/charts/compare/grafana-12.1.0...grafana-12.1.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [grafana-12.1.0](https://github.com/truecharts/charts/compare/grafana-12.0.9...grafana-12.1.0) (2024-01-27) + +### Chore + + + +- update container image grafana/grafana to v10.3.1[@7567a7c](https://github.com/7567a7c) by renovate ([#17551](https://github.com/truecharts/charts/issues/17551)) + + +## [grafana-12.0.9](https://github.com/truecharts/charts/compare/grafana-12.0.8...grafana-12.0.9) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [grafana-12.0.8](https://github.com/truecharts/charts/compare/grafana-12.0.7...grafana-12.0.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) \ No newline at end of file diff --git a/enterprise/grafana/14.3.0/Chart.yaml b/enterprise/grafana/14.3.0/Chart.yaml new file mode 100644 index 00000000000..ea3daa6c070 --- /dev/null +++ b/enterprise/grafana/14.3.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: metrics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: 10.3.3 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB. +home: https://truecharts.org/charts/enterprise/grafana +icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana.png +keywords: + - analytics + - monitoring + - metrics + - logs +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: grafana +sources: + - https://grafana.com/ + - https://github.com/bitnami/bitnami-docker-grafana + - https://github.com/truecharts/charts/tree/master/charts/enterprise/grafana + - https://hub.docker.com/r/grafana/grafana + - https://quay.io/kiwigrid/k8s-sidecar +type: application +version: 14.3.0 diff --git a/enterprise/grafana/14.1.0/README.md b/enterprise/grafana/14.3.0/README.md similarity index 100% rename from enterprise/grafana/14.1.0/README.md rename to enterprise/grafana/14.3.0/README.md diff --git a/enterprise/grafana/14.3.0/app-changelog.md b/enterprise/grafana/14.3.0/app-changelog.md new file mode 100644 index 00000000000..43d5c355fe5 --- /dev/null +++ b/enterprise/grafana/14.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [grafana-14.3.0](https://github.com/truecharts/charts/compare/grafana-14.2.3...grafana-14.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/enterprise/grafana/14.1.0/app-readme.md b/enterprise/grafana/14.3.0/app-readme.md similarity index 100% rename from enterprise/grafana/14.1.0/app-readme.md rename to enterprise/grafana/14.3.0/app-readme.md diff --git a/enterprise/grafana/14.3.0/charts/common-18.2.0.tgz b/enterprise/grafana/14.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/enterprise/grafana/14.3.0/charts/common-18.2.0.tgz differ diff --git a/enterprise/grafana/14.3.0/ix_values.yaml b/enterprise/grafana/14.3.0/ix_values.yaml new file mode 100644 index 00000000000..f55bb9f5e5f --- /dev/null +++ b/enterprise/grafana/14.3.0/ix_values.yaml @@ -0,0 +1,346 @@ +image: + repository: grafana/grafana + pullPolicy: IfNotPresent + tag: 10.3.3@sha256:8640e5038e83ca4554ed56b9d76375158bcd51580238c6f5d8adaf3f20dd5379 + +sidecarImage: + repository: quay.io/kiwigrid/k8s-sidecar + tag: 1.26.0@sha256:5b85530b0f28d1f407855b653eb4ab2f4ca1c83716257d7ad8dd746edb2dab1d + +securityContext: + container: + readOnlyRootFilesystem: false +service: + main: + ports: + main: + protocol: http + targetPort: 3000 + port: 3000 +workload: + main: + replicas: 2 + strategy: RollingUpdate + podSpec: + containers: + main: + env: + GF_SECURITY_ADMIN_USER: "admin" + GF_SECURITY_ADMIN_PASSWORD: "testpassword" + GF_INSTALL_PLUGINS: "" + GF_AUTH_LDAP_ENABLED: "false" + GF_AUTH_LDAP_ALLOW_SIGN_UP: "false" + GF_SERVER_HTTP_PORT: 3000 + GF_DATABASE_TYPE: postgres + GF_DATABASE_NAME: "{{ .Values.cnpg.main.user }}" + GF_DATABASE_USER: "{{ .Values.cnpg.main.database }}" + GF_DATABASE_SSL_MODE: disable + GF_DATABASE_HOST: + secretKeyRef: + name: cnpg-main-urls + key: host + GF_DATABASE_PASSWORD: + secretKeyRef: + name: cnpg-main-user + key: password + probes: + liveness: + path: "/api/health" + readiness: + path: "/api/health" + startup: + path: "/api/health" + dashboards: + enabled: true + imageSelector: sidecarImage + env: + IGNORE_ALREADY_PROCESSED: false + METHOD: WATCH + LABEL: grafana_dashboard + LABEL_VALUE: "1" + LOG_LEVEL: info + FOLDER: /tmp/dashboards + RESOURCE: both + NAMESPACE: "ALL" + UNIQUE_FILENAMES: false + # NAMESPACE: null + # FOLDER_ANNOTATION: null + # script: null + # WATCH_SERVER_TIMEOUT: 3600 + # WATCH_CLIENT_TIMEOUT: 3600 + SKIP_TLS_VERIFY: false + REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}" + REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}" + REQ_URL: "http://localhost:3000/api/admin/provisioning/dashboards/reload" + REQ_METHOD: POST + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + datasources: + enabled: true + imageSelector: sidecarImage + env: + IGNORE_ALREADY_PROCESSED: false + METHOD: WATCH + LABEL: grafana_datasources + LABEL_VALUE: "1" + LOG_LEVEL: info + FOLDER: /etc/grafana/provisioning/datasources + RESOURCE: both + NAMESPACE: "ALL" + UNIQUE_FILENAMES: false + # NAMESPACE: null + # FOLDER_ANNOTATION: null + # script: null + # WATCH_SERVER_TIMEOUT: 3600 + # WATCH_CLIENT_TIMEOUT: 3600 + SKIP_TLS_VERIFY: false + REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}" + REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}" + REQ_URL: "http://localhost:3000/api/admin/provisioning/datasources/reload" + REQ_METHOD: POST + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + alerts: + enabled: true + imageSelector: sidecarImage + env: + IGNORE_ALREADY_PROCESSED: false + METHOD: WATCH + LABEL: grafana_alerts + LABEL_VALUE: "1" + LOG_LEVEL: info + FOLDER: /etc/grafana/provisioning/alerts + RESOURCE: both + NAMESPACE: "ALL" + UNIQUE_FILENAMES: false + # NAMESPACE: null + # FOLDER_ANNOTATION: null + # script: null + # WATCH_SERVER_TIMEOUT: 3600 + # WATCH_CLIENT_TIMEOUT: 3600 + SKIP_TLS_VERIFY: false + REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}" + REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}" + REQ_URL: "http://localhost:3000/api/admin/provisioning/alerts/reload" + REQ_METHOD: POST + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + plugins: + enabled: true + imageSelector: sidecarImage + env: + IGNORE_ALREADY_PROCESSED: false + METHOD: WATCH + LABEL: grafana_plugins + LABEL_VALUE: "1" + LOG_LEVEL: info + FOLDER: /etc/grafana/provisioning/plugins + RESOURCE: both + NAMESPACE: "ALL" + UNIQUE_FILENAMES: false + # NAMESPACE: null + # FOLDER_ANNOTATION: null + # script: null + # WATCH_SERVER_TIMEOUT: 3600 + # WATCH_CLIENT_TIMEOUT: 3600 + SKIP_TLS_VERIFY: false + REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}" + REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}" + REQ_URL: "http://localhost:3000/api/admin/provisioning/plugins/reload" + REQ_METHOD: POST + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + notifiers: + enabled: true + imageSelector: sidecarImage + env: + IGNORE_ALREADY_PROCESSED: false + METHOD: WATCH + LABEL: grafana_notifiers + LABEL_VALUE: "1" + LOG_LEVEL: info + FOLDER: /etc/grafana/provisioning/notifiers + RESOURCE: both + NAMESPACE: "ALL" + UNIQUE_FILENAMES: false + # NAMESPACE: null + # FOLDER_ANNOTATION: null + # script: null + # WATCH_SERVER_TIMEOUT: 3600 + # WATCH_CLIENT_TIMEOUT: 3600 + SKIP_TLS_VERIFY: false + REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}" + REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}" + REQ_URL: "http://localhost:3000/api/admin/provisioning/notifiers/reload" + REQ_METHOD: POST + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + +configmap: + dashboard-provider: + enabled: true + data: + provider.yaml: |- + apiVersion: 1 + providers: + - name: sidecarProvider + orgId: 1 + folder: '' + type: file + disableDeletion: false + allowUiUpdates: false + updateIntervalSeconds: 30 + options: + foldersFromFilesStructure: false + path: /tmp/dashboards + config: + enabled: true + data: + grafana.ini: |- + paths: + data: /var/lib/grafana/ + logs: /var/log/grafana + plugins: /var/lib/grafana/plugins + provisioning: /etc/grafana/provisioning + analytics: + check_for_updates: true + log: + mode: console + grafana_net: + url: https://grafana.net + server: + domain: "{{ if (and .Values.ingress.main.enabled .Values.ingress.main.hosts) }}{{ .Values.ingress.main.hosts | first }}{{ else }}''{{ end }}" + ldap.toml: |- + # nope + +persistence: + config: + enabled: true + type: configmap + objectName: config + mountPath: /etc/grafana/grafana.ini + subPath: grafana.ini + ldap: + enabled: true + type: configmap + objectName: config + mountPath: /etc/grafana/ldap.toml + subPath: ldap.toml + data: + enabled: true + mountPath: "/var/lib/grafana" + grafana-tmp: + enabled: true + type: emptyDir + mountPath: /app/tmp + targetSelectAll: true + sc-dashboard-volume: + enabled: true + type: emptyDir + mountPath: /tmp/dashboards + targetSelectAll: true + sc-dashboard-config: + enabled: true + type: configmap + objectName: dashboard-provider + mountPath: /etc/grafana/provisioning/dashboards/sc-dashboardproviders.yaml + subPath: provider.yaml + sc-datasource-volume: + enabled: true + type: emptyDir + mountPath: /etc/grafana/provisioning/datasources + targetSelectAll: true + sc-alerts-volume: + enabled: true + type: emptyDir + mountPath: /etc/grafana/provisioning/alerts + targetSelectAll: true + sc-plugins-volume: + enabled: true + type: emptyDir + mountPath: /etc/grafana/provisioning/plugins + targetSelectAll: true + sc-notifiers-volume: + enabled: true + type: emptyDir + mountPath: /etc/grafana/provisioning/notifiers + targetSelectAll: true +metrics: + main: + # -- Enable and configure a Prometheus serviceMonitor for the chart under this key. + # @default -- See values.yaml + enabled: true + type: "servicemonitor" + endpoints: + - port: main + path: /metrics + # -- Enable and configure Prometheus Rules for the chart under this key. + # @default -- See values.yaml + prometheusRule: + enabled: false + labels: {} + # -- Configure additionial rules for the chart under this key. + # @default -- See prometheusrules.yaml + rules: [] + # - alert: UnifiPollerAbsent + # annotations: + # description: Unifi Poller has disappeared from Prometheus service discovery. + # summary: Unifi Poller is down. + # expr: | + # absent(up{job=~".*unifi-poller.*"} == 1) + # for: 5m + # labels: + # severity: critical +portal: + open: + enabled: true + +# -- Whether Role Based Access Control objects like roles and rolebindings should be created +rbac: + main: + enabled: true + primary: true + clusterWide: true + rules: + - apiGroups: [""] + resources: ["configmaps", "secrets"] + verbs: ["get", "watch", "list"] + +serviceAccount: + main: + enabled: true + primary: true + +podOptions: + automountServiceAccountToken: true + +cnpg: + main: + enabled: true + user: grafana + database: grafana diff --git a/enterprise/grafana/14.1.0/questions.yaml b/enterprise/grafana/14.3.0/questions.yaml similarity index 100% rename from enterprise/grafana/14.1.0/questions.yaml rename to enterprise/grafana/14.3.0/questions.yaml diff --git a/enterprise/grafana/14.1.0/templates/NOTES.txt b/enterprise/grafana/14.3.0/templates/NOTES.txt similarity index 100% rename from enterprise/grafana/14.1.0/templates/NOTES.txt rename to enterprise/grafana/14.3.0/templates/NOTES.txt diff --git a/enterprise/grafana/14.1.0/templates/common.yaml b/enterprise/grafana/14.3.0/templates/common.yaml similarity index 100% rename from enterprise/grafana/14.1.0/templates/common.yaml rename to enterprise/grafana/14.3.0/templates/common.yaml diff --git a/enterprise/grafana/14.1.0/values.yaml b/enterprise/grafana/14.3.0/values.yaml similarity index 100% rename from enterprise/grafana/14.1.0/values.yaml rename to enterprise/grafana/14.3.0/values.yaml diff --git a/enterprise/kubeapps/2.2.0/CHANGELOG.md b/enterprise/kubeapps/2.2.0/CHANGELOG.md deleted file mode 100644 index 3f4c07fcf72..00000000000 --- a/enterprise/kubeapps/2.2.0/CHANGELOG.md +++ /dev/null @@ -1,69 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -## [kubeapps-1.0.0](https://github.com/truecharts/charts/compare/kubeapps-0.0.5...kubeapps-1.0.0) (2024-02-14) - - -## [kubeapps-1.0.0](https://github.com/truecharts/charts/compare/kubeapps-0.0.5...kubeapps-1.0.0) (2024-02-14) - - -## [kubeapps-0.0.5](https://github.com/truecharts/charts/compare/kubeapps-0.0.4...kubeapps-0.0.5) (2024-02-14) - - -## [kubeapps-0.0.4](https://github.com/truecharts/charts/compare/kubeapps-0.0.3...kubeapps-0.0.4) (2024-02-13) - -### Feat - - - -- move to enterprise train, finished testing \ No newline at end of file diff --git a/enterprise/kubeapps/2.2.0/Chart.yaml b/enterprise/kubeapps/2.2.0/Chart.yaml deleted file mode 100644 index b70fce7f392..00000000000 --- a/enterprise/kubeapps/2.2.0/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: operators - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: enterprise -apiVersion: v2 -appVersion: 0.0.3 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: kubeapps - version: 14.5.2 - repository: oci://registry-1.docker.io/bitnamicharts - condition: "" - alias: ogkubeapps - tags: [] - import-values: [] -deprecated: false -description: KubeApps is a Kubernetes-as-Apps solution -home: https://truecharts.org/charts/enterprise/kubeapps -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubeapps.png -keywords: - - kubeapps - - catalog -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: kubeapps -sources: - - https://cert-manager.io/ - - https://github.com/cert-manager - - https://github.com/truecharts/charts/tree/master/charts/enterprise/kubeapps - - https://ghcr.io/xstar97/my-proxy-service -type: application -version: 2.2.0 diff --git a/enterprise/kubeapps/2.2.0/charts/common-18.1.2.tgz b/enterprise/kubeapps/2.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/enterprise/kubeapps/2.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/enterprise/kubeapps/2.2.0/charts/kubeapps-14.5.2.tgz b/enterprise/kubeapps/2.2.0/charts/kubeapps-14.5.2.tgz deleted file mode 100644 index 4bb40d5bfce..00000000000 Binary files a/enterprise/kubeapps/2.2.0/charts/kubeapps-14.5.2.tgz and /dev/null differ diff --git a/enterprise/kubeapps/2.2.0/.helmignore b/enterprise/kubeapps/2.4.0/.helmignore similarity index 100% rename from enterprise/kubeapps/2.2.0/.helmignore rename to enterprise/kubeapps/2.4.0/.helmignore diff --git a/enterprise/kubeapps/2.4.0/CHANGELOG.md b/enterprise/kubeapps/2.4.0/CHANGELOG.md new file mode 100644 index 00000000000..c7e6ff8490a --- /dev/null +++ b/enterprise/kubeapps/2.4.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kubeapps-2.4.0](https://github.com/truecharts/charts/compare/kubeapps-2.3.3...kubeapps-2.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [kubeapps-2.3.3](https://github.com/truecharts/charts/compare/kubeapps-2.3.2...kubeapps-2.3.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [kubeapps-2.3.2](https://github.com/truecharts/charts/compare/kubeapps-2.3.0...kubeapps-2.3.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## [kubeapps-1.0.0](https://github.com/truecharts/charts/compare/kubeapps-0.0.5...kubeapps-1.0.0) (2024-02-14) + + +## [kubeapps-1.0.0](https://github.com/truecharts/charts/compare/kubeapps-0.0.5...kubeapps-1.0.0) (2024-02-14) + + +## [kubeapps-0.0.5](https://github.com/truecharts/charts/compare/kubeapps-0.0.4...kubeapps-0.0.5) (2024-02-14) + + +## [kubeapps-0.0.4](https://github.com/truecharts/charts/compare/kubeapps-0.0.3...kubeapps-0.0.4) (2024-02-13) + +### Feat + + + +- move to enterprise train, finished testing \ No newline at end of file diff --git a/enterprise/kubeapps/2.4.0/Chart.yaml b/enterprise/kubeapps/2.4.0/Chart.yaml new file mode 100644 index 00000000000..d93d6f19e17 --- /dev/null +++ b/enterprise/kubeapps/2.4.0/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: operators + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: 0.0.3 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: kubeapps + version: 14.6.0 + repository: oci://registry-1.docker.io/bitnamicharts + condition: "" + alias: ogkubeapps + tags: [] + import-values: [] +deprecated: false +description: KubeApps is a Kubernetes-as-Apps solution +home: https://truecharts.org/charts/enterprise/kubeapps +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubeapps.png +keywords: + - kubeapps + - catalog +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kubeapps +sources: + - https://cert-manager.io/ + - https://github.com/cert-manager + - https://github.com/truecharts/charts/tree/master/charts/enterprise/kubeapps + - https://ghcr.io/xstar97/my-proxy-service +type: application +version: 2.4.0 diff --git a/enterprise/kubeapps/2.2.0/README.md b/enterprise/kubeapps/2.4.0/README.md similarity index 100% rename from enterprise/kubeapps/2.2.0/README.md rename to enterprise/kubeapps/2.4.0/README.md diff --git a/enterprise/kubeapps/2.4.0/app-changelog.md b/enterprise/kubeapps/2.4.0/app-changelog.md new file mode 100644 index 00000000000..d5303244dd5 --- /dev/null +++ b/enterprise/kubeapps/2.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [kubeapps-2.4.0](https://github.com/truecharts/charts/compare/kubeapps-2.3.3...kubeapps-2.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/enterprise/kubeapps/2.2.0/app-readme.md b/enterprise/kubeapps/2.4.0/app-readme.md similarity index 100% rename from enterprise/kubeapps/2.2.0/app-readme.md rename to enterprise/kubeapps/2.4.0/app-readme.md diff --git a/enterprise/kubeapps/2.4.0/charts/common-18.2.0.tgz b/enterprise/kubeapps/2.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/enterprise/kubeapps/2.4.0/charts/common-18.2.0.tgz differ diff --git a/enterprise/kubeapps/2.4.0/charts/kubeapps-14.6.0.tgz b/enterprise/kubeapps/2.4.0/charts/kubeapps-14.6.0.tgz new file mode 100644 index 00000000000..5a3490c365c Binary files /dev/null and b/enterprise/kubeapps/2.4.0/charts/kubeapps-14.6.0.tgz differ diff --git a/enterprise/kubeapps/2.2.0/ix_values.yaml b/enterprise/kubeapps/2.4.0/ix_values.yaml similarity index 100% rename from enterprise/kubeapps/2.2.0/ix_values.yaml rename to enterprise/kubeapps/2.4.0/ix_values.yaml diff --git a/enterprise/kubeapps/2.2.0/questions.yaml b/enterprise/kubeapps/2.4.0/questions.yaml similarity index 100% rename from enterprise/kubeapps/2.2.0/questions.yaml rename to enterprise/kubeapps/2.4.0/questions.yaml diff --git a/enterprise/kubeapps/2.2.0/templates/NOTES.txt b/enterprise/kubeapps/2.4.0/templates/NOTES.txt similarity index 100% rename from enterprise/kubeapps/2.2.0/templates/NOTES.txt rename to enterprise/kubeapps/2.4.0/templates/NOTES.txt diff --git a/enterprise/kubeapps/2.2.0/templates/common.yaml b/enterprise/kubeapps/2.4.0/templates/common.yaml similarity index 100% rename from enterprise/kubeapps/2.2.0/templates/common.yaml rename to enterprise/kubeapps/2.4.0/templates/common.yaml diff --git a/enterprise/kubeapps/2.2.0/values.yaml b/enterprise/kubeapps/2.4.0/values.yaml similarity index 100% rename from enterprise/kubeapps/2.2.0/values.yaml rename to enterprise/kubeapps/2.4.0/values.yaml diff --git a/enterprise/kubernetes-reflector/4.1.3/CHANGELOG.md b/enterprise/kubernetes-reflector/4.1.3/CHANGELOG.md deleted file mode 100644 index 72667d14edb..00000000000 --- a/enterprise/kubernetes-reflector/4.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [kubernetes-reflector-3.1.12](https://github.com/truecharts/charts/compare/kubernetes-reflector-3.1.11...kubernetes-reflector-3.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [kubernetes-reflector-3.1.11](https://github.com/truecharts/charts/compare/kubernetes-reflector-3.1.10...kubernetes-reflector-3.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [kubernetes-reflector-3.1.10](https://github.com/truecharts/charts/compare/kubernetes-reflector-3.1.9...kubernetes-reflector-3.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [kubernetes-reflector-3.1.9](https://github.com/truecharts/charts/compare/kubernetes-reflector-3.1.8...kubernetes-reflector-3.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [kubernetes-reflector-3.1.8](https://github.com/truecharts/charts/compare/kubernetes-reflector-3.1.7...kubernetes-reflector-3.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [kubernetes-reflector-3.1.7](https://github.com/truecharts/charts/compare/kubernetes-reflector-3.1.6...kubernetes-reflector-3.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [kubernetes-reflector-3.1.6](https://github.com/truecharts/charts/compare/kubernetes-reflector-3.1.5...kubernetes-reflector-3.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [kubernetes-reflector-3.1.5](https://github.com/truecharts/charts/compare/kubernetes-reflector-3.1.4...kubernetes-reflector-3.1.5) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - - -## [kubernetes-reflector-3.1.4](https://github.com/truecharts/charts/compare/kubernetes-reflector-3.1.3...kubernetes-reflector-3.1.4) (2024-01-01) - -### Chore - - - -- ensure everything is bumped into oci - diff --git a/enterprise/kubernetes-reflector/4.1.3/Chart.yaml b/enterprise/kubernetes-reflector/4.1.3/Chart.yaml deleted file mode 100644 index 3184313fa45..00000000000 --- a/enterprise/kubernetes-reflector/4.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: operators - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: enterprise -apiVersion: v2 -appVersion: 7.1.217 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Kubernetes-Reflector is a Kubernetes addon designed to monitor and reflect changes to secrets and configmaps across namespaces -home: https://truecharts.org/charts/enterprise/kubernetes-reflector -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubernetes-reflector.png -keywords: - - reflector - - secrets - - configmaps - - cert-manager - - certificates -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: kubernetes-reflector -sources: - - https://github.com/emberstack/kubernetes-reflector - - https://github.com/truecharts/charts/tree/master/charts/enterprise/kubernetes-reflector - - https://hub.docker.com/r/emberstack/kubernetes-reflector -type: application -version: 4.1.3 diff --git a/enterprise/kubernetes-reflector/4.1.3/charts/common-18.0.3.tgz b/enterprise/kubernetes-reflector/4.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/enterprise/kubernetes-reflector/4.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/enterprise/kubernetes-reflector/4.1.3/.helmignore b/enterprise/kubernetes-reflector/4.3.0/.helmignore similarity index 100% rename from enterprise/kubernetes-reflector/4.1.3/.helmignore rename to enterprise/kubernetes-reflector/4.3.0/.helmignore diff --git a/enterprise/kubernetes-reflector/4.3.0/CHANGELOG.md b/enterprise/kubernetes-reflector/4.3.0/CHANGELOG.md new file mode 100644 index 00000000000..046fdb7570b --- /dev/null +++ b/enterprise/kubernetes-reflector/4.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kubernetes-reflector-4.3.0](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.2.3...kubernetes-reflector-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [kubernetes-reflector-4.2.3](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.2.2...kubernetes-reflector-4.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [kubernetes-reflector-4.2.2](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.2.0...kubernetes-reflector-4.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [kubernetes-reflector-3.1.12](https://github.com/truecharts/charts/compare/kubernetes-reflector-3.1.11...kubernetes-reflector-3.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [kubernetes-reflector-3.1.11](https://github.com/truecharts/charts/compare/kubernetes-reflector-3.1.10...kubernetes-reflector-3.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [kubernetes-reflector-3.1.10](https://github.com/truecharts/charts/compare/kubernetes-reflector-3.1.9...kubernetes-reflector-3.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [kubernetes-reflector-3.1.9](https://github.com/truecharts/charts/compare/kubernetes-reflector-3.1.8...kubernetes-reflector-3.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [kubernetes-reflector-3.1.8](https://github.com/truecharts/charts/compare/kubernetes-reflector-3.1.7...kubernetes-reflector-3.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [kubernetes-reflector-3.1.7](https://github.com/truecharts/charts/compare/kubernetes-reflector-3.1.6...kubernetes-reflector-3.1.7) (2024-01-09) + +### Chore + + diff --git a/enterprise/kubernetes-reflector/4.3.0/Chart.yaml b/enterprise/kubernetes-reflector/4.3.0/Chart.yaml new file mode 100644 index 00000000000..5cf02af3dd5 --- /dev/null +++ b/enterprise/kubernetes-reflector/4.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: operators + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: 7.1.217 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Kubernetes-Reflector is a Kubernetes addon designed to monitor and reflect changes to secrets and configmaps across namespaces +home: https://truecharts.org/charts/enterprise/kubernetes-reflector +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubernetes-reflector.png +keywords: + - reflector + - secrets + - configmaps + - cert-manager + - certificates +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kubernetes-reflector +sources: + - https://github.com/emberstack/kubernetes-reflector + - https://github.com/truecharts/charts/tree/master/charts/enterprise/kubernetes-reflector + - https://hub.docker.com/r/emberstack/kubernetes-reflector +type: application +version: 4.3.0 diff --git a/enterprise/kubernetes-reflector/4.1.3/README.md b/enterprise/kubernetes-reflector/4.3.0/README.md similarity index 100% rename from enterprise/kubernetes-reflector/4.1.3/README.md rename to enterprise/kubernetes-reflector/4.3.0/README.md diff --git a/enterprise/kubernetes-reflector/4.3.0/app-changelog.md b/enterprise/kubernetes-reflector/4.3.0/app-changelog.md new file mode 100644 index 00000000000..04246d5d101 --- /dev/null +++ b/enterprise/kubernetes-reflector/4.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [kubernetes-reflector-4.3.0](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.2.3...kubernetes-reflector-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/enterprise/kubernetes-reflector/4.1.3/app-readme.md b/enterprise/kubernetes-reflector/4.3.0/app-readme.md similarity index 100% rename from enterprise/kubernetes-reflector/4.1.3/app-readme.md rename to enterprise/kubernetes-reflector/4.3.0/app-readme.md diff --git a/enterprise/kubernetes-reflector/4.3.0/charts/common-18.2.0.tgz b/enterprise/kubernetes-reflector/4.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/enterprise/kubernetes-reflector/4.3.0/charts/common-18.2.0.tgz differ diff --git a/enterprise/kubernetes-reflector/4.1.3/ix_values.yaml b/enterprise/kubernetes-reflector/4.3.0/ix_values.yaml similarity index 100% rename from enterprise/kubernetes-reflector/4.1.3/ix_values.yaml rename to enterprise/kubernetes-reflector/4.3.0/ix_values.yaml diff --git a/enterprise/kubernetes-reflector/4.1.3/questions.yaml b/enterprise/kubernetes-reflector/4.3.0/questions.yaml similarity index 100% rename from enterprise/kubernetes-reflector/4.1.3/questions.yaml rename to enterprise/kubernetes-reflector/4.3.0/questions.yaml diff --git a/enterprise/kubernetes-reflector/4.1.3/templates/common.yaml b/enterprise/kubernetes-reflector/4.3.0/templates/common.yaml similarity index 100% rename from enterprise/kubernetes-reflector/4.1.3/templates/common.yaml rename to enterprise/kubernetes-reflector/4.3.0/templates/common.yaml diff --git a/enterprise/kubernetes-reflector/4.1.3/values.yaml b/enterprise/kubernetes-reflector/4.3.0/values.yaml similarity index 100% rename from enterprise/kubernetes-reflector/4.1.3/values.yaml rename to enterprise/kubernetes-reflector/4.3.0/values.yaml diff --git a/enterprise/metallb-config/6.1.3/CHANGELOG.md b/enterprise/metallb-config/6.1.3/CHANGELOG.md deleted file mode 100644 index ab5e8b597a8..00000000000 --- a/enterprise/metallb-config/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - -## [metallb-config-5.1.13](https://github.com/truecharts/charts/compare/metallb-config-5.1.12...metallb-config-5.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [metallb-config-5.1.12](https://github.com/truecharts/charts/compare/metallb-config-5.1.11...metallb-config-5.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [metallb-config-5.1.11](https://github.com/truecharts/charts/compare/metallb-config-5.1.10...metallb-config-5.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [metallb-config-5.1.10](https://github.com/truecharts/charts/compare/metallb-config-5.1.9...metallb-config-5.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [metallb-config-5.1.9](https://github.com/truecharts/charts/compare/metallb-config-5.1.8...metallb-config-5.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [metallb-config-5.1.8](https://github.com/truecharts/charts/compare/metallb-config-5.1.7...metallb-config-5.1.8) (2024-01-14) - -### Chore - - - -- update container image hello-world to latest[@4bd7811](https://github.com/4bd7811) by renovate ([#17158](https://github.com/truecharts/charts/issues/17158)) - -- update container image hello-world to latest[@ac69084](https://github.com/ac69084) by renovate ([#14774](https://github.com/truecharts/charts/issues/14774)) - - - - -## [metallb-config-5.1.7](https://github.com/truecharts/charts/compare/metallb-config-5.1.6...metallb-config-5.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [metallb-config-5.1.6](https://github.com/truecharts/charts/compare/metallb-config-5.1.5...metallb-config-5.1.6) (2024-01-02) - -### Chore - - diff --git a/enterprise/metallb-config/6.1.3/Chart.yaml b/enterprise/metallb-config/6.1.3/Chart.yaml deleted file mode 100644 index a43072447eb..00000000000 --- a/enterprise/metallb-config/6.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: core - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: enterprise -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A network load-balancer implementation for Kubernetes using standard routing protocols -home: https://truecharts.org/charts/enterprise/metallb-config -icon: https://truecharts.org/img/hotlink-ok/chart-icons/metallb-config.png -keywords: - - metallb - - loadbalancer -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: metallb-config -sources: - - https://metallb.universe.tf - - https://github.com/metallb/metallb - - https://github.com/truecharts/charts/tree/master/charts/enterprise/metallb-config - - https://hub.docker.com/_/hello-world -type: application -version: 6.1.3 diff --git a/enterprise/metallb-config/6.1.3/charts/common-18.0.3.tgz b/enterprise/metallb-config/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/enterprise/metallb-config/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/enterprise/metallb-config/6.1.3/.helmignore b/enterprise/metallb-config/6.3.0/.helmignore similarity index 100% rename from enterprise/metallb-config/6.1.3/.helmignore rename to enterprise/metallb-config/6.3.0/.helmignore diff --git a/enterprise/metallb-config/6.3.0/CHANGELOG.md b/enterprise/metallb-config/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..b30c297e879 --- /dev/null +++ b/enterprise/metallb-config/6.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [metallb-config-6.3.0](https://github.com/truecharts/charts/compare/metallb-config-6.2.3...metallb-config-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [metallb-config-6.2.3](https://github.com/truecharts/charts/compare/metallb-config-6.2.2...metallb-config-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [metallb-config-6.2.2](https://github.com/truecharts/charts/compare/metallb-config-6.2.0...metallb-config-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + +## [metallb-config-5.1.13](https://github.com/truecharts/charts/compare/metallb-config-5.1.12...metallb-config-5.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [metallb-config-5.1.12](https://github.com/truecharts/charts/compare/metallb-config-5.1.11...metallb-config-5.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [metallb-config-5.1.11](https://github.com/truecharts/charts/compare/metallb-config-5.1.10...metallb-config-5.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [metallb-config-5.1.10](https://github.com/truecharts/charts/compare/metallb-config-5.1.9...metallb-config-5.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [metallb-config-5.1.9](https://github.com/truecharts/charts/compare/metallb-config-5.1.8...metallb-config-5.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) \ No newline at end of file diff --git a/enterprise/metallb-config/6.3.0/Chart.yaml b/enterprise/metallb-config/6.3.0/Chart.yaml new file mode 100644 index 00000000000..cd67832298f --- /dev/null +++ b/enterprise/metallb-config/6.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: core + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A network load-balancer implementation for Kubernetes using standard routing protocols +home: https://truecharts.org/charts/enterprise/metallb-config +icon: https://truecharts.org/img/hotlink-ok/chart-icons/metallb-config.png +keywords: + - metallb + - loadbalancer +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: metallb-config +sources: + - https://metallb.universe.tf + - https://github.com/metallb/metallb + - https://github.com/truecharts/charts/tree/master/charts/enterprise/metallb-config + - https://hub.docker.com/_/hello-world +type: application +version: 6.3.0 diff --git a/enterprise/metallb-config/6.1.3/README.md b/enterprise/metallb-config/6.3.0/README.md similarity index 100% rename from enterprise/metallb-config/6.1.3/README.md rename to enterprise/metallb-config/6.3.0/README.md diff --git a/enterprise/metallb-config/6.3.0/app-changelog.md b/enterprise/metallb-config/6.3.0/app-changelog.md new file mode 100644 index 00000000000..8744e4f6c60 --- /dev/null +++ b/enterprise/metallb-config/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [metallb-config-6.3.0](https://github.com/truecharts/charts/compare/metallb-config-6.2.3...metallb-config-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/enterprise/metallb-config/6.1.3/app-readme.md b/enterprise/metallb-config/6.3.0/app-readme.md similarity index 100% rename from enterprise/metallb-config/6.1.3/app-readme.md rename to enterprise/metallb-config/6.3.0/app-readme.md diff --git a/enterprise/metallb-config/6.3.0/charts/common-18.2.0.tgz b/enterprise/metallb-config/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/enterprise/metallb-config/6.3.0/charts/common-18.2.0.tgz differ diff --git a/enterprise/metallb-config/6.1.3/ix_values.yaml b/enterprise/metallb-config/6.3.0/ix_values.yaml similarity index 100% rename from enterprise/metallb-config/6.1.3/ix_values.yaml rename to enterprise/metallb-config/6.3.0/ix_values.yaml diff --git a/enterprise/metallb-config/6.1.3/questions.yaml b/enterprise/metallb-config/6.3.0/questions.yaml similarity index 100% rename from enterprise/metallb-config/6.1.3/questions.yaml rename to enterprise/metallb-config/6.3.0/questions.yaml diff --git a/enterprise/metallb-config/6.1.3/templates/NOTES.txt b/enterprise/metallb-config/6.3.0/templates/NOTES.txt similarity index 100% rename from enterprise/metallb-config/6.1.3/templates/NOTES.txt rename to enterprise/metallb-config/6.3.0/templates/NOTES.txt diff --git a/enterprise/metallb-config/6.1.3/templates/_bgpadvertisement.tpl b/enterprise/metallb-config/6.3.0/templates/_bgpadvertisement.tpl similarity index 100% rename from enterprise/metallb-config/6.1.3/templates/_bgpadvertisement.tpl rename to enterprise/metallb-config/6.3.0/templates/_bgpadvertisement.tpl diff --git a/enterprise/metallb-config/6.1.3/templates/_community.tpl b/enterprise/metallb-config/6.3.0/templates/_community.tpl similarity index 100% rename from enterprise/metallb-config/6.1.3/templates/_community.tpl rename to enterprise/metallb-config/6.3.0/templates/_community.tpl diff --git a/enterprise/metallb-config/6.1.3/templates/_ipaddresspool.tpl b/enterprise/metallb-config/6.3.0/templates/_ipaddresspool.tpl similarity index 100% rename from enterprise/metallb-config/6.1.3/templates/_ipaddresspool.tpl rename to enterprise/metallb-config/6.3.0/templates/_ipaddresspool.tpl diff --git a/enterprise/metallb-config/6.1.3/templates/_l2advertisement.tpl b/enterprise/metallb-config/6.3.0/templates/_l2advertisement.tpl similarity index 100% rename from enterprise/metallb-config/6.1.3/templates/_l2advertisement.tpl rename to enterprise/metallb-config/6.3.0/templates/_l2advertisement.tpl diff --git a/enterprise/metallb-config/6.1.3/templates/_peers.tpl b/enterprise/metallb-config/6.3.0/templates/_peers.tpl similarity index 100% rename from enterprise/metallb-config/6.1.3/templates/_peers.tpl rename to enterprise/metallb-config/6.3.0/templates/_peers.tpl diff --git a/enterprise/metallb-config/6.1.3/templates/common.yaml b/enterprise/metallb-config/6.3.0/templates/common.yaml similarity index 100% rename from enterprise/metallb-config/6.1.3/templates/common.yaml rename to enterprise/metallb-config/6.3.0/templates/common.yaml diff --git a/enterprise/metallb-config/6.1.3/values.yaml b/enterprise/metallb-config/6.3.0/values.yaml similarity index 100% rename from enterprise/metallb-config/6.1.3/values.yaml rename to enterprise/metallb-config/6.3.0/values.yaml diff --git a/enterprise/nextcloud/29.2.1/Chart.yaml b/enterprise/nextcloud/29.2.1/Chart.yaml deleted file mode 100644 index b78255a06eb..00000000000 --- a/enterprise/nextcloud/29.2.1/Chart.yaml +++ /dev/null @@ -1,53 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: enterprise -apiVersion: v2 -appVersion: 28.0.2 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 11.2.1 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A private cloud server that puts the control and security of your own data back into your hands. -home: https://truecharts.org/charts/enterprise/nextcloud -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextcloud.png -keywords: - - nextcloud - - storage - - http - - web - - php -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: nextcloud -sources: - - https://github.com/nextcloud/docker - - https://github.com/nextcloud/helm - - https://github.com/truecharts/charts/tree/master/charts/enterprise/nextcloud - - https://hub.docker.com/r/nginxinc/nginx-unprivileged - - https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary - - https://hub.docker.com/r/collabora/code - - https://hub.docker.com/r/clamav/clamav - - https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify - - https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm -type: application -version: 29.2.1 diff --git a/enterprise/nextcloud/29.2.1/charts/common-18.1.2.tgz b/enterprise/nextcloud/29.2.1/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/enterprise/nextcloud/29.2.1/charts/common-18.1.2.tgz and /dev/null differ diff --git a/enterprise/nextcloud/29.2.1/ix_values.yaml b/enterprise/nextcloud/29.2.1/ix_values.yaml deleted file mode 100644 index 100d72e197b..00000000000 --- a/enterprise/nextcloud/29.2.1/ix_values.yaml +++ /dev/null @@ -1,516 +0,0 @@ -image: - repository: tccr.io/tccr/nextcloud-fpm - pullPolicy: IfNotPresent - tag: v28.0.2@sha256:6443302f4834cb794b1887a1bc7ca31971e642009a83e51b68538bb5342a9c12 -nginxImage: - repository: nginxinc/nginx-unprivileged - pullPolicy: IfNotPresent - tag: 1.25.4@sha256:da119d2fa3ab66ee78a7ca4f1193fad24338aaef9ddd3bed9bd50cfd3ff99165 -imaginaryImage: - repository: tccr.io/tccr/nextcloud-imaginary - pullPolicy: IfNotPresent - tag: v20230401@sha256:6be7b4432a536d6004b94edea7dd3573f0cc061328b729ed8043236a0784f98c -hpbImage: - repository: tccr.io/tccr/nextcloud-push-notify - pullPolicy: IfNotPresent - tag: v0.6.9@sha256:1950fd07cc1292551b16c7080514c24d8c22ce7947e06cbb12fd968d13970373 -clamavImage: - repository: clamav/clamav - pullPolicy: IfNotPresent - tag: 1.3.0@sha256:0bb5d72ed47458c3333868c2e5835dd38f4268ceeba6e4212b3c57d809526755 -collaboraImage: - repository: collabora/code - pullPolicy: IfNotPresent - tag: 23.05.9.2.1@sha256:eaea438515a0e148f0ae23c67fa7e91414367995857dfc9d893f1c921e8b728b -nextcloud: - # Initial Credentials - credentials: - initialAdminUser: admin - initialAdminPassword: adminpass - # General settings - general: - # Custom Nextcloud Scripts - run_optimize: true - default_phone_region: GR - # IP used for exposing nextcloud, - # often the loadbalancer IP - accessIP: "" - # Allows Nextcloud to connect to unsecure (http) endpoints - force_enable_allow_local_remote_servers: false - # File settings - files: - shared_folder_name: Shared - max_chunk_size: 10485760 - # Expiration settings - expirations: - activity_expire_days: 90 - trash_retention_obligation: auto - versions_retention_obligation: auto - # Previews settings - previews: - enabled: true - # It will also deploy the container - imaginary: true - cron: true - schedule: "*/30 * * * *" - max_x: 2048 - max_y: 2048 - max_memory: 1024 - max_file_size_image: 50 - # Setting for Imaginary - max_allowed_resolution: 18.0 - jpeg_quality: 60 - square_sizes: 32 256 - width_sizes: 256 384 - height_sizes: 256 - # Casings are important - # https://github.com/nextcloud/server/blob/master/config/config.sample.php#L1269 - # Only the last part of the provider is needed - providers: - - PNG - - JPEG - # Logging settings - logging: - log_level: 2 - log_file: /var/www/html/data/logs/nextcloud.log - log_audit_file: /var/www/html/data/logs/audit.log - log_date_format: d/m/Y H:i:s - # ClamAV settings - clamav: - # It will also deploy the container - # Note that this runs as root - enabled: false - stream_max_length: 26214400 - file_max_size: -1 - infected_action: only_log - # Notify Push settings - notify_push: - # It will also deploy the container - enabled: true - # Collabora settings - collabora: - # It will also deploy the container - enabled: false - # default|compact|tabbed - interface_mode: default - username: admin - password: changeme - dictionaries: - - de_DE - - en_GB - - en_US - - el_GR - - es_ES - - fr_FR - - pt_BR - - pt_PT - - it - - nl - - ru - onlyoffice: - # It will not deploy the container - # Only add the OnlyOffice settings - enabled: false - url: "" - internal_url: "" - verify_ssl: true - jwt: "" - jwt_header: Authorization - # PHP settings - php: - memory_limit: 1G - upload_limit: 10G - pm_max_children: 180 - pm_start_servers: 18 - pm_min_spare_servers: 12 - pm_max_spare_servers: 30 - opcache: - interned_strings_buffer: 32 - max_accelerated_files: 10000 - memory_consumption: 128 - revalidate_freq: 60 - jit_buffer_size: 128 -# Do NOT edit below this line -workload: - # Nextcloud php-fpm - main: - type: Deployment - podSpec: - containers: - main: - enabled: true - primary: true - envFrom: - - configMapRef: - name: nextcloud-config - probes: - liveness: - enabled: true - type: exec - command: /healthcheck.sh - readiness: - enabled: true - type: exec - command: /healthcheck.sh - startup: - enabled: true - type: tcp - port: "{{ .Values.service.nextcloud.ports.nextcloud.targetPort }}" - nginx: - enabled: true - type: Deployment - strategy: RollingUpdate - replicas: 1 - podSpec: - containers: - nginx: - enabled: true - primary: true - imageSelector: nginxImage - probes: - readiness: - enabled: true - path: /robots.txt - port: "{{ .Values.service.main.ports.main.port }}" - httpHeaders: - Host: kube.internal.healthcheck - liveness: - enabled: true - path: /robots.txt - port: "{{ .Values.service.main.ports.main.port }}" - httpHeaders: - Host: kube.internal.healthcheck - startup: - enabled: true - type: tcp - port: "{{ .Values.service.main.ports.main.port }}" - notify: - enabled: true - type: Deployment - strategy: RollingUpdate - replicas: 1 - podSpec: - containers: - notify: - primary: true - enabled: true - imageSelector: hpbImage - envFrom: - - configMapRef: - name: hpb-config - probes: - readiness: - enabled: true - path: /push/test/cookie - port: 7867 - httpHeaders: - Host: kube.internal.healthcheck - liveness: - enabled: true - path: /push/test/cookie - port: 7867 - httpHeaders: - Host: kube.internal.healthcheck - startup: - enabled: true - type: tcp - port: 7867 - imaginary: - enabled: true - type: Deployment - strategy: RollingUpdate - replicas: 1 - podSpec: - containers: - imaginary: - primary: true - enabled: true - imageSelector: imaginaryImage - command: imaginary - args: - - -p - - "{{ .Values.service.imaginary.ports.imaginary.port }}" - - -concurrency - - "10" - - -max-allowed-resolution - - "{{ .Values.nextcloud.previews.max_allowed_resolution }}" - - -enable-url-source - - -return-size - probes: - readiness: - enabled: true - path: /health - port: "{{ .Values.service.imaginary.ports.imaginary.port }}" - liveness: - enabled: true - path: /health - port: "{{ .Values.service.imaginary.ports.imaginary.port }}" - startup: - enabled: true - type: tcp - port: "{{ .Values.service.imaginary.ports.imaginary.port }}" - clamav: - enabled: true - type: Deployment - strategy: RollingUpdate - replicas: 1 - podSpec: - containers: - clamav: - primary: true - enabled: true - imageSelector: clamavImage - # FIXME: https://github.com/Cisco-Talos/clamav/issues/478 - securityContext: - runAsUser: 0 - runAsGroup: 0 - runAsNonRoot: false - readOnlyRootFilesystem: false - envFrom: - - configMapRef: - name: clamav-config - probes: - readiness: - enabled: true - type: exec - command: clamdcheck.sh - liveness: - enabled: true - type: exec - command: clamdcheck.sh - startup: - enabled: true - type: tcp - port: "{{ .Values.service.clamav.ports.clamav.targetPort }}" - collabora: - enabled: true - type: Deployment - strategy: RollingUpdate - replicas: 1 - podSpec: - containers: - collabora: - primary: true - enabled: true - imageSelector: collaboraImage - securityContext: - runAsUser: 100 - runAsGroup: 102 - readOnlyRootFilesystem: false - allowPrivilegeEscalation: true - capabilities: - add: - - CHOWN - - FOWNER - - SYS_CHROOT - - MKNOD - envFrom: - - configMapRef: - name: collabora-config - probes: - readiness: - enabled: true - type: http - path: /collabora/ - port: "{{ .Values.service.collabora.ports.collabora.targetPort }}" - liveness: - enabled: true - type: http - path: /collabora/ - port: "{{ .Values.service.collabora.ports.collabora.targetPort }}" - startup: - enabled: true - type: tcp - port: "{{ .Values.service.collabora.ports.collabora.targetPort }}" -cronjobs: - # Don't change names, it's used in the persistence - - name: nextcloud-cron - enabled: true - schedule: "*/5 * * * *" - cmd: - - echo "Running [php -f /var/www/html/cron.php] ..." - - php -f /var/www/html/cron.php - - echo "Finished [php -f /var/www/html/cron.php]" - - name: preview-cron - enabled: "{{ .Values.nextcloud.previews.cron }}" - schedule: "{{ .Values.nextcloud.previews.schedule }}" - cmd: - - echo "Running [occ preview:pre-generate] ..." - - occ preview:pre-generate - - echo "Finished [occ preview:pre-generate]" -service: - # Main service links to ingress easier - # That's why the nginx is swapped with nextcloud - main: - targetSelector: nginx - ports: - main: - targetSelector: nginx - port: 8080 - nextcloud: - enabled: true - targetSelector: main - ports: - nextcloud: - enabled: true - targetSelector: main - port: 9000 - targetPort: 9000 - notify: - enabled: true - targetSelector: notify - ports: - notify: - enabled: true - primary: true - port: 7867 - targetPort: 7867 - targetSelector: notify - metrics: - enabled: true - port: 7868 - targetSelector: notify - imaginary: - enabled: true - targetSelector: imaginary - ports: - imaginary: - enabled: true - port: 9090 - targetSelector: imaginary - clamav: - enabled: true - targetSelector: clamav - ports: - clamav: - enabled: true - port: 3310 - targetPort: 3310 - targetSelector: clamav - collabora: - enabled: true - targetSelector: collabora - ports: - collabora: - enabled: true - port: 9980 - targetPort: 9980 - targetSelector: collabora -persistence: - php-tune: - enabled: true - type: configmap - objectName: php-tune - targetSelector: - main: - main: - mountPath: /usr/local/etc/php-fpm.d/zz-tune.conf - subPath: zz-tune.conf - readOnly: true - redis-session: - enabled: true - type: configmap - objectName: redis-session - targetSelector: - main: - main: - mountPath: /usr/local/etc/php/conf.d/redis-session.ini - subPath: redis-session.ini - readOnly: true - opcache-recommended: - enabled: true - type: configmap - objectName: opcache - targetSelector: - main: - main: - mountPath: /usr/local/etc/php/conf.d/opcache-recommended.ini - subPath: opcache-recommended.ini - readOnly: true - nginx: - enabled: true - type: configmap - objectName: nginx-config - targetSelector: - nginx: - nginx: - mountPath: /etc/nginx/nginx.conf - subPath: nginx.conf - readOnly: true - nginx-temp: - enabled: true - type: emptyDir - targetSelector: - nginx: - nginx: - mountPath: /tmp/nginx - html: - enabled: true - targetSelector: - main: - main: - mountPath: /var/www/html - nextcloud-cron: - nextcloud-cron: - mountPath: /var/www/html - preview-cron: - preview-cron: - mountPath: /var/www/html - nginx: - nginx: - mountPath: /var/www/html - readOnly: true - config: - enabled: true - targetSelector: - main: - main: - mountPath: /var/www/html/config - nextcloud-cron: - nextcloud-cron: - mountPath: /var/www/html/config - preview-cron: - preview-cron: - mountPath: /var/www/html/config - notify: - notify: - mountPath: /var/www/html/config - readOnly: true - nginx: - nginx: - mountPath: /var/www/html/config - readOnly: true - data: - enabled: true - targetSelector: - main: - main: - mountPath: /var/www/html/data - init-perms: - mountPath: /var/www/html/data - nextcloud-cron: - nextcloud-cron: - mountPath: /var/www/html/data - preview-cron: - preview-cron: - mountPath: /var/www/html/data - nginx: - nginx: - mountPath: /var/www/html/data - readOnly: true -cnpg: - main: - enabled: true - user: nextcloud - database: nextcloud -redis: - enabled: true - username: default -portal: - open: - enabled: true -updated: true - -ingress: - main: - required: true diff --git a/enterprise/nextcloud/29.2.1/questions.yaml b/enterprise/nextcloud/29.2.1/questions.yaml deleted file mode 100755 index 5eae993466e..00000000000 --- a/enterprise/nextcloud/29.2.1/questions.yaml +++ /dev/null @@ -1,4179 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: nextcloud - group: App Configuration - label: Nextcloud - schema: - additional_attrs: true - type: dict - attrs: - - variable: credentials - label: Initial Credentials - schema: - additional_attrs: true - type: dict - attrs: - - variable: initialAdminUser - label: Initial Admin User - description: Sets the initial admin username - schema: - type: string - required: true - default: "" - - variable: initialAdminPassword - label: Initial Admin Password - description: Sets the initial admin password - schema: - type: string - required: true - private: true - default: "" - - variable: general - label: General - schema: - additional_attrs: true - type: dict - attrs: - - variable: run_optimize - label: Run Optimize Scripts - description: | - Runs the following commands at startup:
- occ db:add-missing-indices
- occ db:add-missing-columns
- occ db:add-missing-primary-keys
- yes | occ db:convert-filecache-bigint
- occ maintenance:mimetype:update-js
- occ maintenance:mimetype:update-db
- occ maintenance:update:htaccess
- schema: - type: boolean - default: false - - variable: default_phone_region - label: Default Phone Region - description: | - Sets the default phone region in ISO_3166-1 format (e.g. US).
- https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements - schema: - type: string - valid_chars: '^[A-Z]{2}$' - required: true - default: "" - - variable: accessIP - label: Access IP - description: Set to the IP-Address used to reach Nextcloud. - schema: - type: string - required: true - $ref: - - "definitions/nodeIP" - - variable: force_enable_allow_local_remote_servers - label: Force Enable Allow Local Remote Servers - description: - Enables 'allow_local_remote_servers' option - schema: - type: boolean - default: false - - variable: files - label: Files Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: shared_folder_name - label: Shared Folder Name - schema: - type: string - required: true - default: Shared - - variable: max_chunk_size - label: Max Chunk Size - schema: - type: int - required: true - default: 10485760 - - variable: expirations - label: Expirations Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: activity_expire_days - label: Activity Expire Days - schema: - type: int - required: true - default: 90 - - variable: trash_retention_obligation - label: Trash Retention Obligation - schema: - type: string - required: true - default: auto - - variable: versions_retention_obligation - label: Versions Retention Obligation - schema: - type: string - required: true - default: auto - - variable: previews - label: Previews Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Previews - schema: - type: boolean - default: true - show_subquestions_if: true - subquestions: - - variable: imaginary - label: Enable imaginary - description: | - Enable imaginary to generate previews in the background.
- It will also deploy the needed container. - schema: - type: boolean - default: true - - variable: cron - label: Enable cron - description: | - Enable cron to generate previews in the background. - schema: - type: boolean - default: true - - variable: schedule - label: Cron Schedule - schema: - type: string - default: "*/30 * * * *" - - variable: max_x - label: Max X - schema: - type: int - required: true - default: 2048 - - variable: max_y - label: Max Y - schema: - type: int - required: true - default: 2048 - - variable: max_memory - label: Max Memory - schema: - type: int - required: true - default: 1024 - - variable: max_allowed_resolution - label: Max Allowed Resolution - schema: - type: string - valid_chars: '^[0-9]{1,5}(\.[0-9]{1,2})?$' - show_if: [["imaginary", "=", true]] - required: true - default: "18.0" - - variable: max_file_size_image - label: Max File Size Image - schema: - type: int - required: true - default: 50 - - variable: jpeg_quality - label: JPEG Quality - schema: - type: int - required: true - default: 60 - - variable: square_sizes - label: Square Sizes - schema: - type: string - required: true - default: "32 256" - - variable: width_sizes - label: Width Sizes - schema: - type: string - required: true - default: "256 384" - - variable: height_sizes - label: Height Sizes - schema: - type: string - required: true - default: "256" - - variable: providers - label: Providers - schema: - type: list - empty: false - required: true - default: - - BMP - - GIF - - JPEG - - Krita - - MarkDown - - MP3 - - OpenDocument - - PNG - - TXT - - XBitmap - items: - - variable: provider_entry - label: Provider Entry - schema: - type: string - required: true - default: "" - enum: - - value: BMP - description: BMP - - value: Font - description: Font - - value: GIF - description: GIF - - value: HEIC - description: HEIC - - value: Illustrator - description: Illustrator - - value: JPEG - description: JPEG - - value: Krita - description: Krita - - value: MarkDown - description: MarkDown - - value: Movie - description: Movie - - value: MP3 - description: MP3 - - value: MSOffice2003 - description: MSOffice2003 - - value: MSOffice2007 - description: MSOffice2007 - - value: MSOfficeDoc - description: MSOfficeDoc - - value: OpenDocument - description: OpenDocument - - value: PDF - description: PDF - - value: Photoshop - description: Photoshop - - value: PNG - description: PNG - - value: Postscript - description: Postscript - - value: StarOffice - description: StarOffice - - value: SVG - description: SVG - - value: TIFF - description: TIFF - - value: TXT - description: TXT - - value: XBitmap - description: XBitmap - - variable: logging - label: Logging Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: log_level - label: Log Level - schema: - type: int - required: true - default: 2 - enum: - - value: 0 - description: Debug - - value: 1 - description: Info - - value: 2 - description: Warning - - value: 3 - description: Error - - value: 4 - description: Fatal - - variable: log_date_format - label: Log Date Format - schema: - type: string - required: true - default: d/m/Y H:i:s - - variable: notify_push - label: Notify Push Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Notify Push - description: | - Enable and Configure Notify Push.
- It will also deploy the needed container - schema: - type: boolean - default: true - - variable: clamav - label: ClamAV Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable ClamAV - description: | - Enable and configure ClamAV.
- It will also deploy the needed container.
- Keep in mind that this will run as root.
- https://github.com/Cisco-Talos/clamav/issues/478 - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: stream_max_length - label: Stream Max Length - schema: - type: int - required: true - default: 104857600 - - variable: file_max_size - label: File Max Size - schema: - type: int - required: true - default: -1 - - variable: infected_action - label: Infected Action - schema: - type: string - required: true - default: only_log - enum: - - value: delete - description: Delete - - value: only_log - description: Only Log - - variable: collabora - label: Collabora Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Collabora - description: | - Enable and configure Collabora.
- It will also deploy the needed container.
- Keep in mind that this will run as root. - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: interface_mode - label: Interface Mode - schema: - type: string - required: true - default: default - enum: - - value: default - description: Default - - value: compact - description: Compact - - value: tabbed - description: Tabbed - - variable: username - label: Username - schema: - type: string - default: admin - required: true - - variable: password - label: Password - schema: - type: string - default: "" - required: true - - variable: dictionaries - label: Dictionaries - schema: - type: list - empty: false - required: true - default: - - de_DE - - en_GB - - en_US - - el_GR - - es_ES - - fr_FR - - pt_BR - - pt_PT - - it - - nl - - ru - items: - - variable: dictionary - label: Dictionary - schema: - type: string - required: true - default: "" - - variable: onlyoffice - label: Only Office Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable OnlyOffice - description: | - Enable and configure OnlyOffice.
- This will NOT deploy the needed container.
- You need to deploy it yourself. - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: url - label: Public URL - description: | - The public FQDN and port of the OnlyOffice Document Server - schema: - type: string - required: true - default: "" - - variable: internal_url - label: Internal URL - description: | - The internal FQDN and port of the OnlyOffice Document Server - schema: - type: string - required: true - default: "" - - variable: verify_ssl - label: Verify SSL (Advanced) - description: | - Verify SSL when connecting to OnlyOffice Document Server - schema: - type: boolean - default: true - - variable: jwt - label: JWT - schema: - type: string - required: true - default: "" - - variable: jwt_header - label: JWT Header - schema: - type: string - required: true - default: Authorization - - variable: php - label: PHP Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: memory_limit - label: Memory Limit - schema: - type: string - required: true - default: 1G - - variable: upload_limit - label: Upload Limit - schema: - type: string - required: true - default: 10G - - variable: pm_max_children - label: Max Children - schema: - type: int - required: true - default: 180 - - variable: pm_start_servers - label: Start Servers - schema: - type: int - required: true - default: 18 - - variable: pm_min_spare_servers - label: Minimum Spare Servers - schema: - type: int - required: true - default: 12 - - variable: pm_max_spare_servers - label: Maximum Spare Servers - schema: - type: int - required: true - default: 30 - - variable: opcache - label: OPCache Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: interned_strings_buffer - label: Interned Strings Buffer - description: The amount of memory used to store interned strings, in megabytes. - schema: - type: int - required: true - default: 32 - - variable: max_accelerated_files - label: Max Accelerated Files - description: The maximum number of keys (and therefore scripts) in the OPcache hash table. - schema: - type: int - required: true - default: 10000 - - variable: memory_consumption - label: Memory Consumption - description: The size of the shared memory storage used by OPcache, in megabytes. - schema: - type: int - required: true - default: 128 - - variable: revalidate_freq - label: Revalidate Frequency - description: How often to check script timestamps for updates, in seconds. 0 will result in OPcache checking for updates on every request. - schema: - type: int - required: true - default: 60 - - variable: jit_buffer_size - label: JIT Buffer Size - description: The amount of shared memory (in megabytes) to reserve for compiled JIT code. A zero value disables the JIT. - schema: - type: int - required: true - default: 128 - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: html - label: App HTML Storage - description: Stores the Application HTML. - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: config - label: App Config Storage - description: Stores the Application Config. - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: data - label: User Data Storage - description: Stores the User Data. - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: runAsUser - description: The UserID of the user running the application - schema: - type: int - default: 568 - - variable: runAsGroup - label: runAsGroup - description: The groupID of the user running the application - schema: - type: int - default: 568 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: fsGroup - description: The group that should own ALL storage. - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - - variable: metrics - group: Metrics - label: Prometheus Metrics - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: Main Metrics - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Enable Prometheus Metrics - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: prometheusRule - label: PrometheusRule - description: Enable and configure Prometheus Rules for the App. - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Enable Prometheus Metrics - schema: - type: boolean - default: false - # TODO: Rule List section - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/enterprise/nextcloud/29.2.1/.helmignore b/enterprise/nextcloud/29.3.0/.helmignore similarity index 100% rename from enterprise/nextcloud/29.2.1/.helmignore rename to enterprise/nextcloud/29.3.0/.helmignore diff --git a/enterprise/nextcloud/29.3.0/CHANGELOG.md b/enterprise/nextcloud/29.3.0/CHANGELOG.md new file mode 100644 index 00000000000..bf7242a5c2a --- /dev/null +++ b/enterprise/nextcloud/29.3.0/CHANGELOG.md @@ -0,0 +1,37 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nextcloud-29.3.0](https://github.com/truecharts/charts/compare/nextcloud-29.2.5...nextcloud-29.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [nextcloud-29.2.5](https://github.com/truecharts/charts/compare/nextcloud-29.2.4...nextcloud-29.2.5) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [nextcloud-29.2.4](https://github.com/truecharts/charts/compare/nextcloud-29.2.2...nextcloud-29.2.4) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) \ No newline at end of file diff --git a/enterprise/nextcloud/29.3.0/Chart.yaml b/enterprise/nextcloud/29.3.0/Chart.yaml new file mode 100644 index 00000000000..98f31e83f8b --- /dev/null +++ b/enterprise/nextcloud/29.3.0/Chart.yaml @@ -0,0 +1,53 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: 28.0.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A private cloud server that puts the control and security of your own data back into your hands. +home: https://truecharts.org/charts/enterprise/nextcloud +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextcloud.png +keywords: + - nextcloud + - storage + - http + - web + - php +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nextcloud +sources: + - https://github.com/nextcloud/docker + - https://github.com/nextcloud/helm + - https://github.com/truecharts/charts/tree/master/charts/enterprise/nextcloud + - https://hub.docker.com/r/clamav/clamav + - https://hub.docker.com/r/nginxinc/nginx-unprivileged + - https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify + - https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm + - https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary + - https://hub.docker.com/r/collabora/code +type: application +version: 29.3.0 diff --git a/enterprise/nextcloud/29.2.1/LICENSE b/enterprise/nextcloud/29.3.0/LICENSE similarity index 100% rename from enterprise/nextcloud/29.2.1/LICENSE rename to enterprise/nextcloud/29.3.0/LICENSE diff --git a/enterprise/nextcloud/29.2.1/README.md b/enterprise/nextcloud/29.3.0/README.md similarity index 100% rename from enterprise/nextcloud/29.2.1/README.md rename to enterprise/nextcloud/29.3.0/README.md diff --git a/enterprise/nextcloud/29.3.0/app-changelog.md b/enterprise/nextcloud/29.3.0/app-changelog.md new file mode 100644 index 00000000000..1f3c45cc39c --- /dev/null +++ b/enterprise/nextcloud/29.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [nextcloud-29.3.0](https://github.com/truecharts/charts/compare/nextcloud-29.2.5...nextcloud-29.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/enterprise/nextcloud/29.2.1/app-readme.md b/enterprise/nextcloud/29.3.0/app-readme.md similarity index 100% rename from enterprise/nextcloud/29.2.1/app-readme.md rename to enterprise/nextcloud/29.3.0/app-readme.md diff --git a/enterprise/nextcloud/29.3.0/charts/common-18.2.0.tgz b/enterprise/nextcloud/29.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/enterprise/nextcloud/29.3.0/charts/common-18.2.0.tgz differ diff --git a/enterprise/nextcloud/29.2.1/charts/redis-11.2.1.tgz b/enterprise/nextcloud/29.3.0/charts/redis-11.2.1.tgz similarity index 100% rename from enterprise/nextcloud/29.2.1/charts/redis-11.2.1.tgz rename to enterprise/nextcloud/29.3.0/charts/redis-11.2.1.tgz diff --git a/enterprise/nextcloud/29.3.0/ix_values.yaml b/enterprise/nextcloud/29.3.0/ix_values.yaml new file mode 100644 index 00000000000..68ba0629cb3 --- /dev/null +++ b/enterprise/nextcloud/29.3.0/ix_values.yaml @@ -0,0 +1,516 @@ +image: + repository: tccr.io/tccr/nextcloud-fpm + pullPolicy: IfNotPresent + tag: v28.0.2@sha256:6443302f4834cb794b1887a1bc7ca31971e642009a83e51b68538bb5342a9c12 +nginxImage: + repository: nginxinc/nginx-unprivileged + pullPolicy: IfNotPresent + tag: 1.25.4@sha256:41a41f6fde530ed3abc74d54111ffeece1b003d0d9f1c1a741fc9c31b95bc0a8 +imaginaryImage: + repository: tccr.io/tccr/nextcloud-imaginary + pullPolicy: IfNotPresent + tag: v20230401@sha256:6be7b4432a536d6004b94edea7dd3573f0cc061328b729ed8043236a0784f98c +hpbImage: + repository: tccr.io/tccr/nextcloud-push-notify + pullPolicy: IfNotPresent + tag: v0.6.9@sha256:1950fd07cc1292551b16c7080514c24d8c22ce7947e06cbb12fd968d13970373 +clamavImage: + repository: clamav/clamav + pullPolicy: IfNotPresent + tag: 1.3.0@sha256:0bb5d72ed47458c3333868c2e5835dd38f4268ceeba6e4212b3c57d809526755 +collaboraImage: + repository: collabora/code + pullPolicy: IfNotPresent + tag: 23.05.9.2.1@sha256:eaea438515a0e148f0ae23c67fa7e91414367995857dfc9d893f1c921e8b728b +nextcloud: + # Initial Credentials + credentials: + initialAdminUser: admin + initialAdminPassword: adminpass + # General settings + general: + # Custom Nextcloud Scripts + run_optimize: true + default_phone_region: GR + # IP used for exposing nextcloud, + # often the loadbalancer IP + accessIP: "" + # Allows Nextcloud to connect to unsecure (http) endpoints + force_enable_allow_local_remote_servers: false + # File settings + files: + shared_folder_name: Shared + max_chunk_size: 10485760 + # Expiration settings + expirations: + activity_expire_days: 90 + trash_retention_obligation: auto + versions_retention_obligation: auto + # Previews settings + previews: + enabled: true + # It will also deploy the container + imaginary: true + cron: true + schedule: "*/30 * * * *" + max_x: 2048 + max_y: 2048 + max_memory: 1024 + max_file_size_image: 50 + # Setting for Imaginary + max_allowed_resolution: 18.0 + jpeg_quality: 60 + square_sizes: 32 256 + width_sizes: 256 384 + height_sizes: 256 + # Casings are important + # https://github.com/nextcloud/server/blob/master/config/config.sample.php#L1269 + # Only the last part of the provider is needed + providers: + - PNG + - JPEG + # Logging settings + logging: + log_level: 2 + log_file: /var/www/html/data/logs/nextcloud.log + log_audit_file: /var/www/html/data/logs/audit.log + log_date_format: d/m/Y H:i:s + # ClamAV settings + clamav: + # It will also deploy the container + # Note that this runs as root + enabled: false + stream_max_length: 26214400 + file_max_size: -1 + infected_action: only_log + # Notify Push settings + notify_push: + # It will also deploy the container + enabled: true + # Collabora settings + collabora: + # It will also deploy the container + enabled: false + # default|compact|tabbed + interface_mode: default + username: admin + password: changeme + dictionaries: + - de_DE + - en_GB + - en_US + - el_GR + - es_ES + - fr_FR + - pt_BR + - pt_PT + - it + - nl + - ru + onlyoffice: + # It will not deploy the container + # Only add the OnlyOffice settings + enabled: false + url: "" + internal_url: "" + verify_ssl: true + jwt: "" + jwt_header: Authorization + # PHP settings + php: + memory_limit: 1G + upload_limit: 10G + pm_max_children: 180 + pm_start_servers: 18 + pm_min_spare_servers: 12 + pm_max_spare_servers: 30 + opcache: + interned_strings_buffer: 32 + max_accelerated_files: 10000 + memory_consumption: 128 + revalidate_freq: 60 + jit_buffer_size: 128 +# Do NOT edit below this line +workload: + # Nextcloud php-fpm + main: + type: Deployment + podSpec: + containers: + main: + enabled: true + primary: true + envFrom: + - configMapRef: + name: nextcloud-config + probes: + liveness: + enabled: true + type: exec + command: /healthcheck.sh + readiness: + enabled: true + type: exec + command: /healthcheck.sh + startup: + enabled: true + type: tcp + port: "{{ .Values.service.nextcloud.ports.nextcloud.targetPort }}" + nginx: + enabled: true + type: Deployment + strategy: RollingUpdate + replicas: 1 + podSpec: + containers: + nginx: + enabled: true + primary: true + imageSelector: nginxImage + probes: + readiness: + enabled: true + path: /robots.txt + port: "{{ .Values.service.main.ports.main.port }}" + httpHeaders: + Host: kube.internal.healthcheck + liveness: + enabled: true + path: /robots.txt + port: "{{ .Values.service.main.ports.main.port }}" + httpHeaders: + Host: kube.internal.healthcheck + startup: + enabled: true + type: tcp + port: "{{ .Values.service.main.ports.main.port }}" + notify: + enabled: true + type: Deployment + strategy: RollingUpdate + replicas: 1 + podSpec: + containers: + notify: + primary: true + enabled: true + imageSelector: hpbImage + envFrom: + - configMapRef: + name: hpb-config + probes: + readiness: + enabled: true + path: /push/test/cookie + port: 7867 + httpHeaders: + Host: kube.internal.healthcheck + liveness: + enabled: true + path: /push/test/cookie + port: 7867 + httpHeaders: + Host: kube.internal.healthcheck + startup: + enabled: true + type: tcp + port: 7867 + imaginary: + enabled: true + type: Deployment + strategy: RollingUpdate + replicas: 1 + podSpec: + containers: + imaginary: + primary: true + enabled: true + imageSelector: imaginaryImage + command: imaginary + args: + - -p + - "{{ .Values.service.imaginary.ports.imaginary.port }}" + - -concurrency + - "10" + - -max-allowed-resolution + - "{{ .Values.nextcloud.previews.max_allowed_resolution }}" + - -enable-url-source + - -return-size + probes: + readiness: + enabled: true + path: /health + port: "{{ .Values.service.imaginary.ports.imaginary.port }}" + liveness: + enabled: true + path: /health + port: "{{ .Values.service.imaginary.ports.imaginary.port }}" + startup: + enabled: true + type: tcp + port: "{{ .Values.service.imaginary.ports.imaginary.port }}" + clamav: + enabled: true + type: Deployment + strategy: RollingUpdate + replicas: 1 + podSpec: + containers: + clamav: + primary: true + enabled: true + imageSelector: clamavImage + # FIXME: https://github.com/Cisco-Talos/clamav/issues/478 + securityContext: + runAsUser: 0 + runAsGroup: 0 + runAsNonRoot: false + readOnlyRootFilesystem: false + envFrom: + - configMapRef: + name: clamav-config + probes: + readiness: + enabled: true + type: exec + command: clamdcheck.sh + liveness: + enabled: true + type: exec + command: clamdcheck.sh + startup: + enabled: true + type: tcp + port: "{{ .Values.service.clamav.ports.clamav.targetPort }}" + collabora: + enabled: true + type: Deployment + strategy: RollingUpdate + replicas: 1 + podSpec: + containers: + collabora: + primary: true + enabled: true + imageSelector: collaboraImage + securityContext: + runAsUser: 100 + runAsGroup: 102 + readOnlyRootFilesystem: false + allowPrivilegeEscalation: true + capabilities: + add: + - CHOWN + - FOWNER + - SYS_CHROOT + - MKNOD + envFrom: + - configMapRef: + name: collabora-config + probes: + readiness: + enabled: true + type: http + path: /collabora/ + port: "{{ .Values.service.collabora.ports.collabora.targetPort }}" + liveness: + enabled: true + type: http + path: /collabora/ + port: "{{ .Values.service.collabora.ports.collabora.targetPort }}" + startup: + enabled: true + type: tcp + port: "{{ .Values.service.collabora.ports.collabora.targetPort }}" +cronjobs: + # Don't change names, it's used in the persistence + - name: nextcloud-cron + enabled: true + schedule: "*/5 * * * *" + cmd: + - echo "Running [php -f /var/www/html/cron.php] ..." + - php -f /var/www/html/cron.php + - echo "Finished [php -f /var/www/html/cron.php]" + - name: preview-cron + enabled: "{{ .Values.nextcloud.previews.cron }}" + schedule: "{{ .Values.nextcloud.previews.schedule }}" + cmd: + - echo "Running [occ preview:pre-generate] ..." + - occ preview:pre-generate + - echo "Finished [occ preview:pre-generate]" +service: + # Main service links to ingress easier + # That's why the nginx is swapped with nextcloud + main: + targetSelector: nginx + ports: + main: + targetSelector: nginx + port: 8080 + nextcloud: + enabled: true + targetSelector: main + ports: + nextcloud: + enabled: true + targetSelector: main + port: 9000 + targetPort: 9000 + notify: + enabled: true + targetSelector: notify + ports: + notify: + enabled: true + primary: true + port: 7867 + targetPort: 7867 + targetSelector: notify + metrics: + enabled: true + port: 7868 + targetSelector: notify + imaginary: + enabled: true + targetSelector: imaginary + ports: + imaginary: + enabled: true + port: 9090 + targetSelector: imaginary + clamav: + enabled: true + targetSelector: clamav + ports: + clamav: + enabled: true + port: 3310 + targetPort: 3310 + targetSelector: clamav + collabora: + enabled: true + targetSelector: collabora + ports: + collabora: + enabled: true + port: 9980 + targetPort: 9980 + targetSelector: collabora +persistence: + php-tune: + enabled: true + type: configmap + objectName: php-tune + targetSelector: + main: + main: + mountPath: /usr/local/etc/php-fpm.d/zz-tune.conf + subPath: zz-tune.conf + readOnly: true + redis-session: + enabled: true + type: configmap + objectName: redis-session + targetSelector: + main: + main: + mountPath: /usr/local/etc/php/conf.d/redis-session.ini + subPath: redis-session.ini + readOnly: true + opcache-recommended: + enabled: true + type: configmap + objectName: opcache + targetSelector: + main: + main: + mountPath: /usr/local/etc/php/conf.d/opcache-recommended.ini + subPath: opcache-recommended.ini + readOnly: true + nginx: + enabled: true + type: configmap + objectName: nginx-config + targetSelector: + nginx: + nginx: + mountPath: /etc/nginx/nginx.conf + subPath: nginx.conf + readOnly: true + nginx-temp: + enabled: true + type: emptyDir + targetSelector: + nginx: + nginx: + mountPath: /tmp/nginx + html: + enabled: true + targetSelector: + main: + main: + mountPath: /var/www/html + nextcloud-cron: + nextcloud-cron: + mountPath: /var/www/html + preview-cron: + preview-cron: + mountPath: /var/www/html + nginx: + nginx: + mountPath: /var/www/html + readOnly: true + config: + enabled: true + targetSelector: + main: + main: + mountPath: /var/www/html/config + nextcloud-cron: + nextcloud-cron: + mountPath: /var/www/html/config + preview-cron: + preview-cron: + mountPath: /var/www/html/config + notify: + notify: + mountPath: /var/www/html/config + readOnly: true + nginx: + nginx: + mountPath: /var/www/html/config + readOnly: true + data: + enabled: true + targetSelector: + main: + main: + mountPath: /var/www/html/data + init-perms: + mountPath: /var/www/html/data + nextcloud-cron: + nextcloud-cron: + mountPath: /var/www/html/data + preview-cron: + preview-cron: + mountPath: /var/www/html/data + nginx: + nginx: + mountPath: /var/www/html/data + readOnly: true +cnpg: + main: + enabled: true + user: nextcloud + database: nextcloud +redis: + enabled: true + username: default +portal: + open: + enabled: true +updated: true + +ingress: + main: + required: true diff --git a/enterprise/nextcloud/29.3.0/questions.yaml b/enterprise/nextcloud/29.3.0/questions.yaml new file mode 100755 index 00000000000..92e3373a815 --- /dev/null +++ b/enterprise/nextcloud/29.3.0/questions.yaml @@ -0,0 +1,4137 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: nextcloud + group: App Configuration + label: Nextcloud + schema: + additional_attrs: true + type: dict + attrs: + - variable: credentials + label: Initial Credentials + schema: + additional_attrs: true + type: dict + attrs: + - variable: initialAdminUser + label: Initial Admin User + description: Sets the initial admin username + schema: + type: string + required: true + default: "" + - variable: initialAdminPassword + label: Initial Admin Password + description: Sets the initial admin password + schema: + type: string + required: true + private: true + default: "" + - variable: general + label: General + schema: + additional_attrs: true + type: dict + attrs: + - variable: run_optimize + label: Run Optimize Scripts + description: | + Runs the following commands at startup:
+ occ db:add-missing-indices
+ occ db:add-missing-columns
+ occ db:add-missing-primary-keys
+ yes | occ db:convert-filecache-bigint
+ occ maintenance:mimetype:update-js
+ occ maintenance:mimetype:update-db
+ occ maintenance:update:htaccess
+ schema: + type: boolean + default: false + - variable: default_phone_region + label: Default Phone Region + description: | + Sets the default phone region in ISO_3166-1 format (e.g. US).
+ https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements + schema: + type: string + valid_chars: '^[A-Z]{2}$' + required: true + default: "" + - variable: accessIP + label: Access IP + description: Set to the IP-Address used to reach Nextcloud. + schema: + type: string + required: true + $ref: + - "definitions/nodeIP" + - variable: force_enable_allow_local_remote_servers + label: Force Enable Allow Local Remote Servers + description: + Enables 'allow_local_remote_servers' option + schema: + type: boolean + default: false + - variable: files + label: Files Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: shared_folder_name + label: Shared Folder Name + schema: + type: string + required: true + default: Shared + - variable: max_chunk_size + label: Max Chunk Size + schema: + type: int + required: true + default: 10485760 + - variable: expirations + label: Expirations Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: activity_expire_days + label: Activity Expire Days + schema: + type: int + required: true + default: 90 + - variable: trash_retention_obligation + label: Trash Retention Obligation + schema: + type: string + required: true + default: auto + - variable: versions_retention_obligation + label: Versions Retention Obligation + schema: + type: string + required: true + default: auto + - variable: previews + label: Previews Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Previews + schema: + type: boolean + default: true + show_subquestions_if: true + subquestions: + - variable: imaginary + label: Enable imaginary + description: | + Enable imaginary to generate previews in the background.
+ It will also deploy the needed container. + schema: + type: boolean + default: true + - variable: cron + label: Enable cron + description: | + Enable cron to generate previews in the background. + schema: + type: boolean + default: true + - variable: schedule + label: Cron Schedule + schema: + type: string + default: "*/30 * * * *" + - variable: max_x + label: Max X + schema: + type: int + required: true + default: 2048 + - variable: max_y + label: Max Y + schema: + type: int + required: true + default: 2048 + - variable: max_memory + label: Max Memory + schema: + type: int + required: true + default: 1024 + - variable: max_allowed_resolution + label: Max Allowed Resolution + schema: + type: string + valid_chars: '^[0-9]{1,5}(\.[0-9]{1,2})?$' + show_if: [["imaginary", "=", true]] + required: true + default: "18.0" + - variable: max_file_size_image + label: Max File Size Image + schema: + type: int + required: true + default: 50 + - variable: jpeg_quality + label: JPEG Quality + schema: + type: int + required: true + default: 60 + - variable: square_sizes + label: Square Sizes + schema: + type: string + required: true + default: "32 256" + - variable: width_sizes + label: Width Sizes + schema: + type: string + required: true + default: "256 384" + - variable: height_sizes + label: Height Sizes + schema: + type: string + required: true + default: "256" + - variable: providers + label: Providers + schema: + type: list + empty: false + required: true + default: + - BMP + - GIF + - JPEG + - Krita + - MarkDown + - MP3 + - OpenDocument + - PNG + - TXT + - XBitmap + items: + - variable: provider_entry + label: Provider Entry + schema: + type: string + required: true + default: "" + enum: + - value: BMP + description: BMP + - value: Font + description: Font + - value: GIF + description: GIF + - value: HEIC + description: HEIC + - value: Illustrator + description: Illustrator + - value: JPEG + description: JPEG + - value: Krita + description: Krita + - value: MarkDown + description: MarkDown + - value: Movie + description: Movie + - value: MP3 + description: MP3 + - value: MSOffice2003 + description: MSOffice2003 + - value: MSOffice2007 + description: MSOffice2007 + - value: MSOfficeDoc + description: MSOfficeDoc + - value: OpenDocument + description: OpenDocument + - value: PDF + description: PDF + - value: Photoshop + description: Photoshop + - value: PNG + description: PNG + - value: Postscript + description: Postscript + - value: StarOffice + description: StarOffice + - value: SVG + description: SVG + - value: TIFF + description: TIFF + - value: TXT + description: TXT + - value: XBitmap + description: XBitmap + - variable: logging + label: Logging Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: log_level + label: Log Level + schema: + type: int + required: true + default: 2 + enum: + - value: 0 + description: Debug + - value: 1 + description: Info + - value: 2 + description: Warning + - value: 3 + description: Error + - value: 4 + description: Fatal + - variable: log_date_format + label: Log Date Format + schema: + type: string + required: true + default: d/m/Y H:i:s + - variable: notify_push + label: Notify Push Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Notify Push + description: | + Enable and Configure Notify Push.
+ It will also deploy the needed container + schema: + type: boolean + default: true + - variable: clamav + label: ClamAV Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable ClamAV + description: | + Enable and configure ClamAV.
+ It will also deploy the needed container.
+ Keep in mind that this will run as root.
+ https://github.com/Cisco-Talos/clamav/issues/478 + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: stream_max_length + label: Stream Max Length + schema: + type: int + required: true + default: 104857600 + - variable: file_max_size + label: File Max Size + schema: + type: int + required: true + default: -1 + - variable: infected_action + label: Infected Action + schema: + type: string + required: true + default: only_log + enum: + - value: delete + description: Delete + - value: only_log + description: Only Log + - variable: collabora + label: Collabora Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Collabora + description: | + Enable and configure Collabora.
+ It will also deploy the needed container.
+ Keep in mind that this will run as root. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: interface_mode + label: Interface Mode + schema: + type: string + required: true + default: default + enum: + - value: default + description: Default + - value: compact + description: Compact + - value: tabbed + description: Tabbed + - variable: username + label: Username + schema: + type: string + default: admin + required: true + - variable: password + label: Password + schema: + type: string + default: "" + required: true + - variable: dictionaries + label: Dictionaries + schema: + type: list + empty: false + required: true + default: + - de_DE + - en_GB + - en_US + - el_GR + - es_ES + - fr_FR + - pt_BR + - pt_PT + - it + - nl + - ru + items: + - variable: dictionary + label: Dictionary + schema: + type: string + required: true + default: "" + - variable: onlyoffice + label: Only Office Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable OnlyOffice + description: | + Enable and configure OnlyOffice.
+ This will NOT deploy the needed container.
+ You need to deploy it yourself. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: url + label: Public URL + description: | + The public FQDN and port of the OnlyOffice Document Server + schema: + type: string + required: true + default: "" + - variable: internal_url + label: Internal URL + description: | + The internal FQDN and port of the OnlyOffice Document Server + schema: + type: string + required: true + default: "" + - variable: verify_ssl + label: Verify SSL (Advanced) + description: | + Verify SSL when connecting to OnlyOffice Document Server + schema: + type: boolean + default: true + - variable: jwt + label: JWT + schema: + type: string + required: true + default: "" + - variable: jwt_header + label: JWT Header + schema: + type: string + required: true + default: Authorization + - variable: php + label: PHP Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: memory_limit + label: Memory Limit + schema: + type: string + required: true + default: 1G + - variable: upload_limit + label: Upload Limit + schema: + type: string + required: true + default: 10G + - variable: pm_max_children + label: Max Children + schema: + type: int + required: true + default: 180 + - variable: pm_start_servers + label: Start Servers + schema: + type: int + required: true + default: 18 + - variable: pm_min_spare_servers + label: Minimum Spare Servers + schema: + type: int + required: true + default: 12 + - variable: pm_max_spare_servers + label: Maximum Spare Servers + schema: + type: int + required: true + default: 30 + - variable: opcache + label: OPCache Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: interned_strings_buffer + label: Interned Strings Buffer + description: The amount of memory used to store interned strings, in megabytes. + schema: + type: int + required: true + default: 32 + - variable: max_accelerated_files + label: Max Accelerated Files + description: The maximum number of keys (and therefore scripts) in the OPcache hash table. + schema: + type: int + required: true + default: 10000 + - variable: memory_consumption + label: Memory Consumption + description: The size of the shared memory storage used by OPcache, in megabytes. + schema: + type: int + required: true + default: 128 + - variable: revalidate_freq + label: Revalidate Frequency + description: How often to check script timestamps for updates, in seconds. 0 will result in OPcache checking for updates on every request. + schema: + type: int + required: true + default: 60 + - variable: jit_buffer_size + label: JIT Buffer Size + description: The amount of shared memory (in megabytes) to reserve for compiled JIT code. A zero value disables the JIT. + schema: + type: int + required: true + default: 128 + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: html + label: App HTML Storage + description: Stores the Application HTML. + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: config + label: App Config Storage + description: Stores the Application Config. + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: data + label: User Data Storage + description: Stores the User Data. + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: runAsUser + description: The UserID of the user running the application + schema: + type: int + default: 568 + - variable: runAsGroup + label: runAsGroup + description: The groupID of the user running the application + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: fsGroup + description: The group that should own ALL storage. + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + + - variable: metrics + group: Metrics + label: Prometheus Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: Main Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable Prometheus Metrics + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: prometheusRule + label: PrometheusRule + description: Enable and configure Prometheus Rules for the App. + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable Prometheus Metrics + schema: + type: boolean + default: false + # TODO: Rule List section + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/enterprise/nextcloud/29.2.1/templates/NOTES.txt b/enterprise/nextcloud/29.3.0/templates/NOTES.txt similarity index 100% rename from enterprise/nextcloud/29.2.1/templates/NOTES.txt rename to enterprise/nextcloud/29.3.0/templates/NOTES.txt diff --git a/enterprise/nextcloud/29.2.1/templates/_configmap.tpl b/enterprise/nextcloud/29.3.0/templates/_configmap.tpl similarity index 100% rename from enterprise/nextcloud/29.2.1/templates/_configmap.tpl rename to enterprise/nextcloud/29.3.0/templates/_configmap.tpl diff --git a/enterprise/nextcloud/29.2.1/templates/_cronjobs.tpl b/enterprise/nextcloud/29.3.0/templates/_cronjobs.tpl similarity index 100% rename from enterprise/nextcloud/29.2.1/templates/_cronjobs.tpl rename to enterprise/nextcloud/29.3.0/templates/_cronjobs.tpl diff --git a/enterprise/nextcloud/29.2.1/templates/_ingressInjector.tpl b/enterprise/nextcloud/29.3.0/templates/_ingressInjector.tpl similarity index 100% rename from enterprise/nextcloud/29.2.1/templates/_ingressInjector.tpl rename to enterprise/nextcloud/29.3.0/templates/_ingressInjector.tpl diff --git a/enterprise/nextcloud/29.2.1/templates/_initPerms.tpl b/enterprise/nextcloud/29.3.0/templates/_initPerms.tpl similarity index 100% rename from enterprise/nextcloud/29.2.1/templates/_initPerms.tpl rename to enterprise/nextcloud/29.3.0/templates/_initPerms.tpl diff --git a/enterprise/nextcloud/29.2.1/templates/_validation.tpl b/enterprise/nextcloud/29.3.0/templates/_validation.tpl similarity index 100% rename from enterprise/nextcloud/29.2.1/templates/_validation.tpl rename to enterprise/nextcloud/29.3.0/templates/_validation.tpl diff --git a/enterprise/nextcloud/29.2.1/templates/_waitNextcloud.tpl b/enterprise/nextcloud/29.3.0/templates/_waitNextcloud.tpl similarity index 100% rename from enterprise/nextcloud/29.2.1/templates/_waitNextcloud.tpl rename to enterprise/nextcloud/29.3.0/templates/_waitNextcloud.tpl diff --git a/enterprise/nextcloud/29.2.1/templates/common.yaml b/enterprise/nextcloud/29.3.0/templates/common.yaml similarity index 100% rename from enterprise/nextcloud/29.2.1/templates/common.yaml rename to enterprise/nextcloud/29.3.0/templates/common.yaml diff --git a/enterprise/nextcloud/29.2.1/values.yaml b/enterprise/nextcloud/29.3.0/values.yaml similarity index 100% rename from enterprise/nextcloud/29.2.1/values.yaml rename to enterprise/nextcloud/29.3.0/values.yaml diff --git a/enterprise/prometheus/17.5.0/CHANGELOG.md b/enterprise/prometheus/17.5.0/CHANGELOG.md deleted file mode 100644 index bf7c5e43077..00000000000 --- a/enterprise/prometheus/17.5.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -## [prometheus-16.4.9](https://github.com/truecharts/charts/compare/prometheus-16.4.8...prometheus-16.4.9) (2024-02-12) - -### Chore - - - -- update container image bitnami/prometheus to 2.49.1[@bfc292a](https://github.com/bfc292a) by renovate ([#18223](https://github.com/truecharts/charts/issues/18223)) - - -## [prometheus-16.4.8](https://github.com/truecharts/charts/compare/prometheus-16.4.7...prometheus-16.4.8) (2024-02-12) - -### Chore - - - -- update container image bitnami/alertmanager to 0.26.0[@537c5f5](https://github.com/537c5f5) by renovate ([#18200](https://github.com/truecharts/charts/issues/18200)) - -- update container image bitnami/prometheus to 2.49.1[@c382eae](https://github.com/c382eae) by renovate ([#18032](https://github.com/truecharts/charts/issues/18032)) - - -## [prometheus-16.4.7](https://github.com/truecharts/charts/compare/prometheus-16.4.6...prometheus-16.4.7) (2024-02-12) - -### Chore - - - -- update container image bitnami/alertmanager to 0.26.0[@130b6ff](https://github.com/130b6ff) by renovate ([#18154](https://github.com/truecharts/charts/issues/18154)) - - -## [prometheus-16.4.6](https://github.com/truecharts/charts/compare/prometheus-16.4.5...prometheus-16.4.6) (2024-02-12) - -### Chore - - - -- update container image bitnami/alertmanager to 0.26.0[@de8bbbd](https://github.com/de8bbbd) by renovate ([#18026](https://github.com/truecharts/charts/issues/18026)) - - -## [prometheus-16.4.5](https://github.com/truecharts/charts/compare/prometheus-16.4.4...prometheus-16.4.5) (2024-02-05) - -### Chore - - - -- update container image bitnami/alertmanager to 0.26.0[@d58f3c7](https://github.com/d58f3c7) by renovate ([#17812](https://github.com/truecharts/charts/issues/17812)) - - -## [prometheus-16.4.4](https://github.com/truecharts/charts/compare/prometheus-16.4.3...prometheus-16.4.4) (2024-02-04) diff --git a/enterprise/prometheus/17.5.0/Chart.yaml b/enterprise/prometheus/17.5.0/Chart.yaml deleted file mode 100644 index 5c5c0a71416..00000000000 --- a/enterprise/prometheus/17.5.0/Chart.yaml +++ /dev/null @@ -1,46 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: metrics - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: enterprise -apiVersion: v2 -appVersion: 2.50.1 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: kube-prometheus-stack - version: 56.9.0 - repository: oci://ghcr.io/prometheus-community/charts - condition: "" - alias: kps - tags: [] - import-values: [] -deprecated: false -description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. -home: https://truecharts.org/charts/enterprise/prometheus -icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus.png -keywords: - - metrics -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: prometheus -sources: - - https://github.com/prometheus-community/helm-charts - - https://github.com/prometheus-operator/kube-prometheus - - https://github.com/truecharts/charts/tree/master/charts/enterprise/prometheus - - https://hub.docker.com/r/bitnami/alertmanager - - https://quay.io/thanos/thanos - - https://hub.docker.com/r/bitnami/prometheus -type: application -version: 17.5.0 diff --git a/enterprise/prometheus/17.5.0/charts/common-18.1.2.tgz b/enterprise/prometheus/17.5.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/enterprise/prometheus/17.5.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/enterprise/prometheus/17.5.0/charts/kube-prometheus-stack-56.9.0.tgz b/enterprise/prometheus/17.5.0/charts/kube-prometheus-stack-56.9.0.tgz deleted file mode 100644 index 1b0175276f4..00000000000 Binary files a/enterprise/prometheus/17.5.0/charts/kube-prometheus-stack-56.9.0.tgz and /dev/null differ diff --git a/enterprise/prometheus/17.5.0/ix_values.yaml b/enterprise/prometheus/17.5.0/ix_values.yaml deleted file mode 100644 index f7d624f2bb1..00000000000 --- a/enterprise/prometheus/17.5.0/ix_values.yaml +++ /dev/null @@ -1,1260 +0,0 @@ -image: - repository: bitnami/prometheus - tag: 2.50.1@sha256:d4f5af2ea07aaa34cb1335cc0053c03e4e327977afdbdf4261b5afb3ce50febe -thanosImage: - repository: quay.io/thanos/thanos - tag: v0.34.1@sha256:567346c3f6ff2927c2c6c0daad977b2213f62d45eca54d48afd19e6deb902181 -alertmanagerImage: - repository: bitnami/alertmanager - tag: 0.26.0@sha256:9e7e46e5a8fa16d7c67bcae3fc7fcd96e19958459c6dbee487bf538867a0465c -global: - labels: {} -workload: - main: - enabled: false - podSpec: - containers: - main: - enabled: false - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false - -configmap: - grafana-datasource: - enabled: "{{ if .Values.grafana.datasource.enabled }}true{{ else }}false{{ end }}" - labels: - grafana_datasources: "1" - data: - datasource.yaml: |- - apiVersion: 1 - datasources: - - name: Prometheus - type: prometheus - uid: {{ .Values.grafana.datasource.uid | default "prometheus" }} - url: http://{{ include "tc.v1.common.lib.chart.names.fullname" $ }}.{{ include "tc.v1.common.lib.metadata.namespace" (dict "rootCtx" $ "objectData" . "caller" "Configmap") }}:{{ .Values.service.main.ports.main.port }} - access: proxy - isDefault: {{ .Values.grafana.datasource.default | default true }} - jsonData: - httpMethod: {{ .Values.grafana.datasource.httpMethod | default "POST" }} - timeInterval: {{ .Values.grafana.datasource.scrapeInterval | default "30s" }} - {{- if .Values.grafana.datasource.timeout }} - timeout: {{ .Values.grafana.datasource.timeout }} - {{- end }} - -grafana: - datasource: - enabled: true - default: true - httpMethod: "POST" - scrapeInterval: "30s" - uid: "prometheus" - -kps: - ## Install Prometheus Operator CRDs - ## - crds: - enabled: false - - ## Manages Prometheus and Alertmanager components - ## - prometheusOperator: - enabled: false - - ## - global: - rbac: - create: true - - ## Create default rules for monitoring the cluster - ## - defaultRules: - create: true - - windowsMonitoring: - ## Deploys the windows-exporter and Windows-specific dashboards and rules (job name must be 'windows-exporter') - enabled: false - - ## Configuration for prometheus-windows-exporter - ## ref: https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-windows-exporter - ## - prometheus-windows-exporter: - ## Enable ServiceMonitor and set Kubernetes label to use as a job label - ## - prometheus: - monitor: - enabled: false - - ## Configuration for alertmanager - ## ref: https://prometheus.io/docs/alerting/alertmanager/ - ## - alertmanager: - ## Deploy alertmanager - ## - enabled: false - - ## Using default values from https://github.com/grafana/helm-charts/blob/main/charts/grafana/values.yaml - ## - grafana: - enabled: false - forceDeployDashboards: true - defaultDashboardsEnabled: true - - ## Flag to disable all the kubernetes component scrapers - ## - kubernetesServiceMonitors: - enabled: true - - ## Component scraping the kube api server - ## - kubeApiServer: - enabled: true - - ## Component scraping the kubelet and kubelet-hosted cAdvisor - ## - kubelet: - enabled: true - - ## Component scraping the kube controller manager - ## - kubeControllerManager: - enabled: true - - ## Component scraping coreDns. Use either this or kubeDns - ## - coreDns: - enabled: true - - ## Component scraping kubeDns. Use either this or coreDns - ## - kubeDns: - enabled: false - - ## Component scraping etcd - ## - kubeEtcd: - enabled: true - - ## Component scraping kube scheduler - ## - kubeScheduler: - enabled: true - - ## Component scraping kube proxy - ## - kubeProxy: - enabled: false - - ## Component scraping kube state metrics - ## - kubeStateMetrics: - enabled: true - - ## dontDeploy node exporter as a daemonset to all nodes - ## - nodeExporter: - enabled: true - - ## dont Deploy a Prometheus instance - ## - prometheus: - enabled: false - - ## Configuration for thanosRuler - ## ref: https://thanos.io/tip/components/rule.md/ - ## - thanosRuler: - ## Dont Deploy thanosRuler - ## - enabled: false - -service: - main: - selectorLabels: - app.kubernetes.io/name: prometheus - prometheus: '{{ template "kube-prometheus.prometheus.fullname" . }}' - ports: - main: - port: 9090 - targetPort: 9090 - protocol: http - alertmanager: - enabled: true - selectorLabels: - app.kubernetes.io/name: alertmanager - alertmanager: '{{ template "kube-prometheus.alertmanager.fullname" . }}' - ports: - alertmanager: - enabled: true - port: 9093 - targetPort: 9093 - protocol: http - thanos: - enabled: true - selectorLabels: - app.kubernetes.io/name: prometheus - prometheus: '{{ template "kube-prometheus.prometheus.fullname" . }}' - ports: - thanos: - enabled: true - port: 10901 - targetPort: 10901 - protocol: http -ingress: - main: - enabled: false - alertmanager: - enabled: false - thanos: - enabled: false -#### -## Operator Config -#### -env: - PROMETHEUS_CONFIG_RELOADER: - configMapKeyRef: - name: prometheus-operator-config - key: prometheus-config-reloader -podOptions: - automountServiceAccountToken: true -rbac: - main: - enabled: true - primary: true - clusterWide: true - rules: - - apiGroups: - - apiextensions.k8s.io - resources: - - customresourcedefinitions - verbs: - - create - - apiGroups: - - apiextensions.k8s.io - resourceNames: - - alertmanagers.monitoring.coreos.com - - podmonitors.monitoring.coreos.com - - prometheuses.monitoring.coreos.com - - prometheusrules.monitoring.coreos.com - - servicemonitors.monitoring.coreos.com - - thanosrulers.monitoring.coreos.com - - probes.monitoring.coreos.com - resources: - - customresourcedefinitions - verbs: - - get - - update - - apiGroups: - - monitoring.coreos.com - resources: - - alertmanagers - - alertmanagers/finalizers - - alertmanagerconfigs - - prometheuses - - prometheuses/finalizers - - thanosrulers - - thanosrulers/finalizers - - servicemonitors - - podmonitors - - probes - - prometheusrules - verbs: - - "*" - - apiGroups: - - apps - resources: - - statefulsets - verbs: - - "*" - - apiGroups: - - "" - resources: - - configmaps - - secrets - verbs: - - "*" - - apiGroups: - - "" - resources: - - pods - verbs: - - list - - delete - - apiGroups: - - "" - resources: - - services - - services/finalizers - - endpoints - verbs: - - get - - create - - update - - delete - - apiGroups: - - "" - resources: - - nodes - verbs: - - list - - watch - - apiGroups: - - "" - resources: - - namespaces - verbs: - - get - - list - - watch - - apiGroups: - - networking.k8s.io - resources: - - ingresses - verbs: - - get - - list - - watch -# -- The service account the pods will use to interact with the Kubernetes API -serviceAccount: - main: - enabled: true - primary: true - -securityContext: - readOnlyRootFilesystem: false - -probes: - # -- Liveness probe configuration - # @default -- See below - liveness: - custom: true - spec: - httpGet: - path: "/metrics" - port: promop - scheme: HTTP - # -- Redainess probe configuration - # @default -- See below - readiness: - custom: true - spec: - httpGet: - path: "/metrics" - port: promop - scheme: HTTP - # -- Startup probe configuration - # @default -- See below - startup: - custom: true - spec: - httpGet: - path: "/metrics" - port: promop - scheme: HTTP -operator: - ## Create a servicemonitor for the operator - ## - serviceMonitor: - ## @param operator.serviceMonitor.enabled Creates a ServiceMonitor to monitor Prometheus Operator - ## - enabled: false - ## @param operator.serviceMonitor.interval Scrape interval (use by default, falling back to Prometheus' default) - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#endpoint - ## - interval: "" - ## @param operator.serviceMonitor.metricRelabelings Metric relabeling - ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs - ## - metricRelabelings: [] - ## @param operator.serviceMonitor.relabelings Relabel configs - ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config - ## - relabelings: [] - ## Prometheus Configmap-reload image to use for reloading configmaps - ## defaults to Bitnami Prometheus Operator (ref: https://hub.docker.com/r/tccr.io/truecharts/prometheus-operator/tags/) - ## - prometheusConfigReloader: - containerSecurityContext: - enabled: true - readOnlyRootFilesystem: false - allowPrivilegeEscalation: false - runAsNonRoot: true - capabilities: - drop: - - ALL - livenessProbe: - enabled: true - initialDelaySeconds: 10 - periodSeconds: 10 - timeoutSeconds: 5 - failureThreshold: 6 - successThreshold: 1 - readinessProbe: - enabled: true - initialDelaySeconds: 15 - periodSeconds: 20 - timeoutSeconds: 5 - failureThreshold: 6 - successThreshold: 1 -#### -## Prometheus Config (Spawned by Operator) -#### - -## Deploy a Prometheus instance -## -prometheus: - ## @param prometheus.enabled Deploy Prometheus to the cluster - ## - enabled: true - ## Bitnami Prometheus image version - ## ref: https://hub.docker.com/r/tccr.io/truecharts/prometheus/tags/ - ## @param prometheus.image.registry Prometheus image registry - ## @param prometheus.image.repository Prometheus image repository - ## @param prometheus.image.tag Prometheus Image tag (immutable tags are recommended) - ## @param prometheus.image.pullSecrets Specify docker-registry secret names as an array - ## - ## Service account for Prometheus to use. - ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ - ## - serviceAccount: - ## @param prometheus.serviceAccount.create Specify whether to create a ServiceAccount for Prometheus - ## - create: true - ## @param prometheus.serviceAccount.name The name of the ServiceAccount to create - ## If not set and create is true, a name is generated using the kube-prometheus.prometheus.fullname template - name: "" - ## @param prometheus.serviceAccount.annotations Additional annotations for created Prometheus ServiceAccount - ## annotations: - ## eks.amazonaws.com/role-arn: arn:aws:iam::ACCOUNT:role/prometheus - ## - annotations: {} - ## Prometheus pods' Security Context - ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod - ## @param prometheus.podSecurityContext.enabled Enable security context - ## @param prometheus.podSecurityContext.runAsUser User ID for the container - ## @param prometheus.podSecurityContext.fsGroup Group ID for the container filesystem - ## - podSecurityContext: - enabled: true - runAsUser: 1001 - fsGroup: 1001 - ## Prometheus containers' Security Context - ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container - ## @param prometheus.containerSecurityContext.enabled Enable container security context - ## @param prometheus.containerSecurityContext.readOnlyRootFilesystem Mount / (root) as a readonly filesystem - ## @param prometheus.containerSecurityContext.allowPrivilegeEscalation Switch privilegeEscalation possibility on or off - ## @param prometheus.containerSecurityContext.runAsNonRoot Force the container to run as a non root user - ## @param prometheus.containerSecurityContext.capabilities.drop [array] Linux Kernel capabilities which should be dropped - ## - containerSecurityContext: - enabled: true - readOnlyRootFilesystem: false - allowPrivilegeEscalation: false - runAsNonRoot: true - capabilities: - drop: - - ALL - serviceMonitor: - ## @param prometheus.serviceMonitor.enabled Creates a ServiceMonitor to monitor Prometheus itself - ## - enabled: true - ## @param prometheus.serviceMonitor.interval Scrape interval (use by default, falling back to Prometheus' default) - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#endpoint - ## - interval: "" - ## @param prometheus.serviceMonitor.metricRelabelings Metric relabeling - ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs - ## - metricRelabelings: [] - ## @param prometheus.serviceMonitor.relabelings Relabel configs - ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config - ## - relabelings: [] - ## @param prometheus.externalUrl External URL used to access Prometheus - ## If not creating an ingress but still exposing the service some other way (like a proxy) - ## let Prometheus know what its external URL is so that it can properly create links - ## externalUrl: https://prometheus.example.com - ## - externalUrl: "" - ## @param prometheus.resources CPU/Memory resource requests/limits for node - ## ref: http://kubernetes.io/docs/user-guide/compute-resources/ - ## - resources: {} - ## @param prometheus.podAffinityPreset Prometheus Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` - ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity - ## - podAffinityPreset: "" - ## @param prometheus.podAntiAffinityPreset Prometheus Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` - ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity - ## - podAntiAffinityPreset: soft - ## Node affinity preset - ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity - ## - nodeAffinityPreset: - ## @param prometheus.nodeAffinityPreset.type Prometheus Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` - ## - type: "" - ## @param prometheus.nodeAffinityPreset.key Prometheus Node label key to match Ignored if `affinity` is set. - ## E.g. - ## key: "kubernetes.io/e2e-az-name" - ## - key: "" - ## @param prometheus.nodeAffinityPreset.values Prometheus Node label values to match. Ignored if `affinity` is set. - ## E.g. - ## values: - ## - e2e-az1 - ## - e2e-az2 - ## - values: [] - ## @param prometheus.affinity Prometheus Affinity for pod assignment - ## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity - ## Note: prometheus.podAffinityPreset, prometheus.podAntiAffinityPreset, and prometheus.nodeAffinityPreset will be ignored when it's set - ## - affinity: {} - ## @param prometheus.nodeSelector Prometheus Node labels for pod assignment - ## ref: https://kubernetes.io/docs/user-guide/node-selection/ - ## - nodeSelector: {} - ## @param prometheus.tolerations Prometheus Tolerations for pod assignment - ## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ - ## - tolerations: [] - ## @param prometheus.scrapeInterval Interval between consecutive scrapes - ## - scrapeInterval: "15s" - ## @param prometheus.evaluationInterval Interval between consecutive evaluations - ## - evaluationInterval: "30s" - ## @param prometheus.listenLocal ListenLocal makes the Prometheus server listen on loopback - ## - listenLocal: false - ## Configure extra options for liveness probe - ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes - ## @param prometheus.livenessProbe.enabled Turn on and off liveness probe - ## @param prometheus.livenessProbe.path Path of the HTTP service for checking the healthy state - ## @param prometheus.livenessProbe.initialDelaySeconds Delay before liveness probe is initiated - ## @param prometheus.livenessProbe.periodSeconds How often to perform the probe - ## @param prometheus.livenessProbe.timeoutSeconds When the probe times out - ## @param prometheus.livenessProbe.failureThreshold Minimum consecutive failures for the probe - ## @param prometheus.livenessProbe.successThreshold Minimum consecutive successes for the probe - ## - livenessProbe: - enabled: true - path: /-/healthy - initialDelaySeconds: 0 - failureThreshold: 10 - periodSeconds: 10 - successThreshold: 1 - timeoutSeconds: 3 - ## Configure extra options for readiness probe - ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes - ## @param prometheus.readinessProbe.enabled Turn on and off readiness probe - ## @param prometheus.readinessProbe.path Path of the HTTP service for checking the ready state - ## @param prometheus.readinessProbe.initialDelaySeconds Delay before readiness probe is initiated - ## @param prometheus.readinessProbe.periodSeconds How often to perform the probe - ## @param prometheus.readinessProbe.timeoutSeconds When the probe times out - ## @param prometheus.readinessProbe.failureThreshold Minimum consecutive failures for the probe - ## @param prometheus.readinessProbe.successThreshold Minimum consecutive successes for the probe - ## - readinessProbe: - enabled: true - path: /-/ready - initialDelaySeconds: 0 - failureThreshold: 10 - periodSeconds: 10 - successThreshold: 1 - timeoutSeconds: 3 - ## @param prometheus.enableAdminAPI Enable Prometheus adminitrative API - ## ref: https://prometheus.io/docs/prometheus/latest/querying/api/#tsdb-admin-apis - ## - enableAdminAPI: false - ## @param prometheus.enableFeatures Enable access to Prometheus disabled features. - ## ref: https://prometheus.io/docs/prometheus/latest/disabled_features/ - ## - enableFeatures: [] - ## @param prometheus.alertingEndpoints Alertmanagers to which alerts will be sent - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#alertmanagerendpoints - ## - alertingEndpoints: [] - ## @param prometheus.externalLabels External labels to add to any time series or alerts when communicating with external systems - ## - externalLabels: {} - ## @param prometheus.replicaExternalLabelName Name of the external label used to denote replica name - ## - replicaExternalLabelName: "" - ## @param prometheus.replicaExternalLabelNameClear Clear external label used to denote replica name - ## - replicaExternalLabelNameClear: false - ## @param prometheus.routePrefix Prefix used to register routes, overriding externalUrl route - ## Useful for proxies that rewrite URLs. - ## - routePrefix: / - ## @param prometheus.prometheusExternalLabelName Name of the external label used to denote Prometheus instance name - ## - prometheusExternalLabelName: "" - ## @param prometheus.prometheusExternalLabelNameClear Clear external label used to denote Prometheus instance name - ## - prometheusExternalLabelNameClear: false - ## @param prometheus.secrets Secrets that should be mounted into the Prometheus Pods - ## - secrets: [] - ## @param prometheus.configMaps ConfigMaps that should be mounted into the Prometheus Pods - ## - configMaps: [] - ## @param prometheus.querySpec The query command line flags when starting Prometheus - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#queryspec - ## - querySpec: {} - ## @param prometheus.ruleNamespaceSelector Namespaces to be selected for PrometheusRules discovery - ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#namespaceselector for usage - ## - ruleNamespaceSelector: {} - ## @param prometheus.ruleSelector PrometheusRules to be selected for target discovery - ## If {}, select all ServiceMonitors - ## - ruleSelector: {} - ## @param prometheus.serviceMonitorSelector ServiceMonitors to be selected for target discovery - ## If {}, select all ServiceMonitors - ## - serviceMonitorSelector: {} - ## @param prometheus.matchLabels Matchlabels - ## - matchLabels: {} - ## @param prometheus.serviceMonitorNamespaceSelector Namespaces to be selected for ServiceMonitor discovery - ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#namespaceselector for usage - ## - serviceMonitorNamespaceSelector: {} - ## @param prometheus.podMonitorSelector PodMonitors to be selected for target discovery. - ## If {}, select all PodMonitors - ## - podMonitorSelector: {} - ## @param prometheus.podMonitorNamespaceSelector Namespaces to be selected for PodMonitor discovery - ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#namespaceselector for usage - ## - podMonitorNamespaceSelector: {} - ## @param prometheus.probeSelector Probes to be selected for target discovery. - ## If {}, select all Probes - ## - probeSelector: {} - ## @param prometheus.probeNamespaceSelector Namespaces to be selected for Probe discovery - ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#namespaceselector for usage - ## - probeNamespaceSelector: {} - ## @param prometheus.scrapeConfigSelector The scrapeConfigs to be selected for target discovery. - ## If {}, select all scrapeConfigs - ## - scrapeConfigSelector: {} - ## @param prometheus.scrapeConfigNamespaceSelector Namespaces to be selected for scrapeConfig discovery. - ## If {}, select all namespaces. - ## If nil, select own namespace. - scrapeConfigNamespaceSelector: {} - ## @param prometheus.retention Metrics retention days - ## - retention: 31d - ## @param prometheus.retentionSize Maximum size of metrics - ## - retentionSize: "" - ## @param prometheus.disableCompaction Disable the compaction of the Prometheus TSDB - ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#prometheusspec - ## ref: https://prometheus.io/docs/prometheus/latest/storage/#compaction - ## - disableCompaction: false - ## @param prometheus.walCompression Enable compression of the write-ahead log using Snappy - ## - walCompression: false - ## @param prometheus.enableRemoteWriteReceiver Enable Prometheus to be used as a receiver for the Prometheus remote write protocol - ## - enableRemoteWriteReceiver: false - ## @param prometheus.paused If true, the Operator won't process any Prometheus configuration changes - ## - paused: false - ## @param prometheus.replicaCount Number of Prometheus replicas desired - ## - replicaCount: 1 - ## @param prometheus.logLevel Log level for Prometheus - ## - logLevel: info - ## @param prometheus.logFormat Log format for Prometheus - ## - logFormat: logfmt - ## @param prometheus.podMetadata [object] Standard object's metadata - ## ref: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#metadata - ## - podMetadata: - ## labels: - ## app: prometheus - ## k8s-app: prometheus - ## - labels: {} - annotations: {} - ## @param prometheus.remoteRead The remote_read spec configuration for Prometheus - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#remotereadspec - ## remoteRead: - ## - url: http://remote1/read - ## - remoteRead: [] - ## @param prometheus.remoteWrite The remote_write spec configuration for Prometheus - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#remotewritespec - ## remoteWrite: - ## - url: http://remote1/push - ## - remoteWrite: [] - ## @param prometheus.storageSpec Prometheus StorageSpec for persistent data - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/storage.md - ## - storageSpec: {} - ## Prometheus persistence parameters - ## - persistence: - ## @param prometheus.persistence.enabled Use PVCs to persist data. If the storageSpec is provided this will not take effect. - ## - enabled: true - ## @param prometheus.persistence.storageClass Persistent Volume Storage Class - ## If defined, storageClassName: - ## If set to "-", storageClassName: "", which disables dynamic provisioning - ## If undefined (the default) or set to null, no storageClassName spec is - ## set, choosing the default provisioner. - ## - storageClass: "" - ## @param prometheus.persistence.accessModes Persistent Volume Access Modes - ## - accessModes: - - ReadWriteOnce - ## @param prometheus.persistence.size Persistent Volume Size - ## - size: 999Gi - ## @param prometheus.priorityClassName Priority class assigned to the Pods - ## - priorityClassName: "" - ## @param prometheus.containers Containers allows injecting additional containers - ## - containers: [] - ## @param prometheus.volumes Volumes allows configuration of additional volumes - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#prometheusspec - ## - volumes: [] - ## @param prometheus.volumeMounts VolumeMounts allows configuration of additional VolumeMounts. Evaluated as a template - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#prometheusspec - ## - volumeMounts: [] - ## @param prometheus.additionalPrometheusRules PrometheusRule defines recording and alerting rules for a Prometheus instance. - additionalPrometheusRules: [] - ## - name: custom-recording-rules - ## groups: - ## - name: sum_node_by_job - ## rules: - ## - record: job:kube_node_labels:sum - ## expr: sum(kube_node_labels) by (job) - ## - name: sum_prometheus_config_reload_by_pod - ## rules: - ## - record: job:prometheus_config_last_reload_successful:sum - ## expr: sum(prometheus_config_last_reload_successful) by (pod) - ## - name: custom-alerting-rules - ## groups: - ## - name: prometheus-config - ## rules: - ## - alert: PrometheusConfigurationReload - ## expr: prometheus_config_last_reload_successful > 0 - ## for: 1m - ## labels: - ## severity: error - ## annotations: - ## summary: "Prometheus configuration reload (instance {{ $labels.instance }})" - ## description: "Prometheus configuration reload error\n VALUE = {{ $value }}\n LABELS: {{ $labels }}" - ## - name: custom-node-exporter-alerting-rules - ## rules: - ## - alert: PhysicalComponentTooHot - ## expr: node_hwmon_temp_celsius > 75 - ## for: 5m - ## labels: - ## severity: warning - ## annotations: - ## summary: "Physical component too hot (instance {{ $labels.instance }})" - ## description: "Physical hardware component too hot\n VALUE = {{ $value }}\n LABELS: {{ $labels }}" - ## - alert: NodeOvertemperatureAlarm - ## expr: node_hwmon_temp_alarm == 1 - ## for: 5m - ## labels: - ## severity: critical - ## annotations: - ## summary: "Node overtemperature alarm (instance {{ $labels.instance }})" - ## description: "Physical node temperature alarm triggered\n VALUE = {{ $value }}\n LABELS: {{ $labels }}" - ## - ## Note that the prometheus will fail to provision if the correct secret does not exist. - ## @param prometheus.additionalScrapeConfigs.enabled Enable additional scrape configs - ## @param prometheus.additionalScrapeConfigs.type Indicates if the cart should use external additional scrape configs or internal configs - ## @param prometheus.additionalScrapeConfigs.external.name Name of the secret that Prometheus should use for the additional external scrape configuration - ## @param prometheus.additionalScrapeConfigs.external.key Name of the key inside the secret to be used for the additional external scrape configuration - ## @param prometheus.additionalScrapeConfigs.internal.jobList A list of Prometheus scrape jobs - ## - additionalScrapeConfigs: - enabled: false - type: external - external: - ## Name of the secret that Prometheus should use for the additional scrape configuration - ## - name: "" - ## Name of the key inside the secret to be used for the additional scrape configuration. - ## - key: "" - internal: - jobList: [] - ## @param prometheus.additionalScrapeConfigsExternal.enabled Deprecated: Enable additional scrape configs that are managed externally to this chart - ## @param prometheus.additionalScrapeConfigsExternal.name Deprecated: Name of the secret that Prometheus should use for the additional scrape configuration - ## @param prometheus.additionalScrapeConfigsExternal.key Deprecated: Name of the key inside the secret to be used for the additional scrape configuration - ## - additionalScrapeConfigsExternal: - enabled: false - name: "" - key: "" - ## Enable additional Prometheus alert relabel configs that are managed externally to this chart - ## Note that the prometheus will fail to provision if the correct secret does not exist. - ## @param prometheus.additionalAlertRelabelConfigsExternal.enabled Enable additional Prometheus alert relabel configs that are managed externally to this chart - ## @param prometheus.additionalAlertRelabelConfigsExternal.name Name of the secret that Prometheus should use for the additional Prometheus alert relabel configuration - ## @param prometheus.additionalAlertRelabelConfigsExternal.key Name of the key inside the secret to be used for the additional Prometheus alert relabel configuration - ## - additionalAlertRelabelConfigsExternal: - enabled: false - name: "" - key: "" - ## Thanos sidecar container configuration - ## - thanos: - ## @param prometheus.thanos.create Create a Thanos sidecar container - ## - create: false - ## Bitnami Thanos image - ## ref: https://hub.docker.com/r/tccr.io/truecharts/thanos/tags/ - ## @param prometheus.thanos.image.registry Thanos image registry - ## @param prometheus.thanos.image.repository Thanos image name - ## @param prometheus.thanos.image.tag Thanos image tag - ## @param prometheus.thanos.image.pullPolicy Thanos image pull policy - ## @param prometheus.thanos.image.pullSecrets Specify docker-registry secret names as an array - ## - ## Thanos Sidecar container's securityContext - ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container - ## @param prometheus.thanos.containerSecurityContext.enabled Enable container security context - ## @param prometheus.thanos.containerSecurityContext.readOnlyRootFilesystem mount / (root) as a readonly filesystem - ## @param prometheus.thanos.containerSecurityContext.allowPrivilegeEscalation Switch privilegeEscalation possibility on or off - ## @param prometheus.thanos.containerSecurityContext.runAsNonRoot Force the container to run as a non root user - ## @param prometheus.thanos.containerSecurityContext.capabilities.drop [array] Linux Kernel capabilities which should be dropped - ## - containerSecurityContext: - enabled: true - readOnlyRootFilesystem: false - allowPrivilegeEscalation: false - runAsNonRoot: true - capabilities: - drop: - - ALL - ## @param prometheus.thanos.prometheusUrl Override default prometheus url "http://localhost:9090" - ## - prometheusUrl: "" - ## @param prometheus.thanos.extraArgs Additional arguments passed to the thanos sidecar container - ## extraArgs: - ## - --log.level=debug - ## - --tsdb.path=/data/ - ## - extraArgs: [] - ## @param prometheus.thanos.objectStorageConfig Support mounting a Secret for the objectStorageConfig of the sideCar container. - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/thanos.md - ## objectStorageConfig: - ## secretName: thanos-objstore-config - ## secretKey: thanos.yaml - ## - objectStorageConfig: {} - ## ref: https://github.com/thanos-io/thanos/blob/main/docs/components/sidecar.md - ## @param prometheus.thanos.extraVolumeMounts Additional volumeMounts from `prometheus.volumes` for thanos sidecar container - ## extraVolumeMounts: - ## - name: my-secret-volume - ## mountPath: /etc/thanos/secrets/my-secret - ## - extraVolumeMounts: [] - ## Thanos sidecar container resource requests and limits. - ## ref: http://kubernetes.io/docs/user-guide/compute-resources/ - ## We usually recommend not to specify default resources and to leave this as a conscious - ## choice for the user. This also increases chances charts run on environments with little - ## resources, such as Minikube. If you do want to specify resources, uncomment the following - ## lines, adjust them as necessary, and remove the curly braces after 'resources:'. - ## @param prometheus.thanos.resources.limits The resources limits for the Thanos sidecar container - ## @param prometheus.thanos.resources.requests The resources requests for the Thanos sidecar container - ## - resources: - ## Example: - ## limits: - ## cpu: 100m - ## memory: 128Mi - limits: {} - ## Examples: - ## requests: - ## cpu: 100m - ## memory: 128Mi - requests: {} - ## Configure extra options for liveness probe - ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes - ## @param prometheus.thanos.livenessProbe.enabled Turn on and off liveness probe - ## @param prometheus.thanos.livenessProbe.path Path of the HTTP service for checking the healthy state - ## @param prometheus.thanos.livenessProbe.initialDelaySeconds Delay before liveness probe is initiated - ## @param prometheus.thanos.livenessProbe.periodSeconds How often to perform the probe - ## @param prometheus.thanos.livenessProbe.timeoutSeconds When the probe times out - ## @param prometheus.thanos.livenessProbe.failureThreshold Minimum consecutive failures for the probe - ## @param prometheus.thanos.livenessProbe.successThreshold Minimum consecutive successes for the probe - ## - livenessProbe: - enabled: true - path: /-/healthy - initialDelaySeconds: 0 - periodSeconds: 5 - timeoutSeconds: 3 - failureThreshold: 120 - successThreshold: 1 - ## Configure extra options for readiness probe - ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes - ## @param prometheus.thanos.readinessProbe.enabled Turn on and off readiness probe - ## @param prometheus.thanos.readinessProbe.path Path of the HTTP service for checking the ready state - ## @param prometheus.thanos.readinessProbe.initialDelaySeconds Delay before readiness probe is initiated - ## @param prometheus.thanos.readinessProbe.periodSeconds How often to perform the probe - ## @param prometheus.thanos.readinessProbe.timeoutSeconds When the probe times out - ## @param prometheus.thanos.readinessProbe.failureThreshold Minimum consecutive failures for the probe - ## @param prometheus.thanos.readinessProbe.successThreshold Minimum consecutive successes for the probe - ## - readinessProbe: - enabled: true - path: /-/ready - initialDelaySeconds: 0 - periodSeconds: 5 - timeoutSeconds: 3 - failureThreshold: 120 - successThreshold: 1 - ## Thanos Sidecar Service - ## - service: - ## @param prometheus.thanos.service.type Kubernetes service type - ## - type: ClusterIP - ## @param prometheus.thanos.service.port Thanos service port - ## - port: 10901 - ## @param prometheus.thanos.service.clusterIP Specific cluster IP when service type is cluster IP. Use `None` to create headless service by default. - ## Use a "headless" service by default so it returns every pod's IP instead of loadbalancing requests. - ## - clusterIP: None - ## @param prometheus.thanos.service.nodePort Specify the nodePort value for the LoadBalancer and NodePort service types. - ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport - ## e.g: - ## nodePort: 30901 - ## - nodePort: "" - ## @param prometheus.thanos.service.loadBalancerIP `loadBalancerIP` if service type is `LoadBalancer` - ## Set the LoadBalancer service type to internal only - ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#internal-load-balancer - ## - loadBalancerIP: "" - ## @param prometheus.thanos.service.loadBalancerSourceRanges Address that are allowed when svc is `LoadBalancer` - ## https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/#restrict-access-for-loadbalancer-service - ## e.g: - ## loadBalancerSourceRanges: - ## - 10.10.10.0/24 - ## - loadBalancerSourceRanges: [] - ## @param prometheus.thanos.service.annotations Additional annotations for Prometheus service - ## - annotations: {} - ## @param prometheus.thanos.service.extraPorts Additional ports to expose from the Thanos sidecar container - ## extraPorts: - ## - name: http - ## port: 10902 - ## targetPort: http - ## protocol: tcp - ## - extraPorts: [] - ## @param prometheus.portName Port name used for the pods and governing service. This defaults to web - ## - portName: main - -#### -## Alert Manager Config -#### - -## @section Alertmanager Parameters - -## Configuration for alertmanager -## ref: https://prometheus.io/docs/alerting/alertmanager/ -## -alertmanager: - ## @param alertmanager.enabled Deploy Alertmanager to the cluster - ## - enabled: true - ## Service account for Alertmanager to use. - ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ - ## - serviceAccount: - ## @param alertmanager.serviceAccount.create Specify whether to create a ServiceAccount for Alertmanager - ## - create: true - ## @param alertmanager.serviceAccount.name The name of the ServiceAccount to create - ## If not set and create is true, a name is generated using the kube-prometheus.alertmanager.fullname template - name: "" - ## Prometheus Alertmanager pods' Security Context - ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod - ## @param alertmanager.podSecurityContext.enabled Enable security context - ## @param alertmanager.podSecurityContext.runAsUser User ID for the container - ## @param alertmanager.podSecurityContext.fsGroup Group ID for the container filesystem - ## - podSecurityContext: - enabled: true - runAsUser: 1001 - fsGroup: 1001 - ## Prometheus Alertmanager container's securityContext - ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container - ## @param alertmanager.containerSecurityContext.enabled Enable container security context - ## @param alertmanager.containerSecurityContext.readOnlyRootFilesystem mount / (root) as a readonly filesystem - ## @param alertmanager.containerSecurityContext.allowPrivilegeEscalation Switch privilegeEscalation possibility on or off - ## @param alertmanager.containerSecurityContext.runAsNonRoot Force the container to run as a non root user - ## @param alertmanager.containerSecurityContext.capabilities.drop [array] Linux Kernel capabilities which should be dropped - ## - containerSecurityContext: - enabled: true - readOnlyRootFilesystem: false - allowPrivilegeEscalation: false - runAsNonRoot: true - capabilities: - drop: - - ALL - ## Configure pod disruption budgets for Alertmanager - ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb/#specifying-a-poddisruptionbudget - ## @param alertmanager.podDisruptionBudget.enabled Create a pod disruption budget for Alertmanager - ## @param alertmanager.podDisruptionBudget.minAvailable Minimum number / percentage of pods that should remain scheduled - ## @param alertmanager.podDisruptionBudget.maxUnavailable Maximum number / percentage of pods that may be made unavailable - ## - podDisruptionBudget: - enabled: false - minAvailable: 1 - maxUnavailable: "" - ## If true, create a serviceMonitor for alertmanager - ## - serviceMonitor: - ## @param alertmanager.serviceMonitor.enabled Creates a ServiceMonitor to monitor Alertmanager - ## - enabled: true - ## @param alertmanager.serviceMonitor.interval Scrape interval. If not set, the Prometheus default scrape interval is used. - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#endpoint - ## - interval: "" - ## @param alertmanager.serviceMonitor.metricRelabelings Metric relabeling - ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs - ## - metricRelabelings: [] - ## @param alertmanager.serviceMonitor.relabelings Relabel configs - ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config - ## - relabelings: [] - ## @param alertmanager.externalUrl External URL used to access Alertmanager - ## e.g: - ## externalUrl: https://alertmanager.example.com - ## - externalUrl: "" - ## @param alertmanager.resources CPU/Memory resource requests/limits for node - ## ref: http://kubernetes.io/docs/user-guide/compute-resources/ - ## - resources: {} - ## @param alertmanager.podAffinityPreset Alertmanager Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` - ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity - ## - podAffinityPreset: "" - ## @param alertmanager.podAntiAffinityPreset Alertmanager Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` - ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity - ## - podAntiAffinityPreset: soft - ## Node affinity preset - ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity - ## - nodeAffinityPreset: - ## @param alertmanager.nodeAffinityPreset.type Alertmanager Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` - ## - type: "" - ## @param alertmanager.nodeAffinityPreset.key Alertmanager Node label key to match Ignored if `affinity` is set. - ## E.g. - ## key: "kubernetes.io/e2e-az-name" - ## - key: "" - ## @param alertmanager.nodeAffinityPreset.values Alertmanager Node label values to match. Ignored if `affinity` is set. - ## E.g. - ## values: - ## - e2e-az1 - ## - e2e-az2 - ## - values: [] - ## @param alertmanager.affinity Alertmanager Affinity for pod assignment - ## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity - ## Note: alertmanager.podAffinityPreset, alertmanager.podAntiAffinityPreset, and alertmanager.nodeAffinityPreset will be ignored when it's set - ## - affinity: {} - ## @param alertmanager.nodeSelector Alertmanager Node labels for pod assignment - ## ref: https://kubernetes.io/docs/user-guide/node-selection/ - ## - nodeSelector: {} - ## @param alertmanager.tolerations Alertmanager Tolerations for pod assignment - ## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ - ## - tolerations: [] - ## Alertmanager configuration - ## ref: https://prometheus.io/docs/alerting/configuration/#configuration-file - ## @param alertmanager.config [object] Alertmanager configuration directive - ## @skip alertmanager.config.route.group_by - ## @skip alertmanager.config.route.routes - ## @skip alertmanager.config.receivers - ## - config: - global: - resolve_timeout: 5m - route: - group_by: - - job - group_wait: 30s - group_interval: 5m - repeat_interval: 12h - receiver: "null" - routes: - - match: - alertname: Watchdog - receiver: "null" - receivers: - - name: "null" - ## @param alertmanager.externalConfig Alertmanager configuration is created externally. If true, `alertmanager.config` is ignored, and a secret will not be created. - ## Alertmanager requires a secret named `alertmanager-{{ template "kube-prometheus.alertmanager.fullname" . }}` - ## It must contain: - ## alertmanager.yaml: - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/alerting.md#alerting - ## - externalConfig: false - ## @param alertmanager.replicaCount Number of Alertmanager replicas desired - ## - replicaCount: 1 - ## Configure extra options for liveness probe - ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes - ## @param alertmanager.livenessProbe.enabled Turn on and off liveness probe - ## @param alertmanager.livenessProbe.path Path of the HTTP service for checking the healthy state - ## @param alertmanager.livenessProbe.initialDelaySeconds Delay before liveness probe is initiated - ## @param alertmanager.livenessProbe.periodSeconds How often to perform the probe - ## @param alertmanager.livenessProbe.timeoutSeconds When the probe times out - ## @param alertmanager.livenessProbe.failureThreshold Minimum consecutive failures for the probe - ## @param alertmanager.livenessProbe.successThreshold Minimum consecutive successes for the probe - ## - livenessProbe: - enabled: true - path: /-/healthy - initialDelaySeconds: 0 - periodSeconds: 5 - timeoutSeconds: 3 - failureThreshold: 120 - successThreshold: 1 - ## Configure extra options for readiness probe - ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes - ## @param alertmanager.readinessProbe.enabled Turn on and off readiness probe - ## @param alertmanager.readinessProbe.path Path of the HTTP service for checking the ready state - ## @param alertmanager.readinessProbe.initialDelaySeconds Delay before readiness probe is initiated - ## @param alertmanager.readinessProbe.periodSeconds How often to perform the probe - ## @param alertmanager.readinessProbe.timeoutSeconds When the probe times out - ## @param alertmanager.readinessProbe.failureThreshold Minimum consecutive failures for the probe - ## @param alertmanager.readinessProbe.successThreshold Minimum consecutive successes for the probe - ## - readinessProbe: - enabled: true - path: /-/ready - initialDelaySeconds: 0 - periodSeconds: 5 - timeoutSeconds: 3 - failureThreshold: 120 - successThreshold: 1 - ## @param alertmanager.logLevel Log level for Alertmanager - ## - logLevel: info - ## @param alertmanager.logFormat Log format for Alertmanager - ## - logFormat: logfmt - ## @param alertmanager.podMetadata [object] Standard object's metadata. - ## ref: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#metadata - ## - podMetadata: - labels: {} - annotations: {} - ## @param alertmanager.secrets Secrets that should be mounted into the Alertmanager Pods - ## - secrets: [] - ## @param alertmanager.configMaps ConfigMaps that should be mounted into the Alertmanager Pods - ## - configMaps: [] - ## @param alertmanager.retention Metrics retention days - ## - retention: 240h - ## @param alertmanager.storageSpec Alertmanager StorageSpec for persistent data - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/storage.md - ## - storageSpec: {} - ## Alertmanager persistence parameters - ## - persistence: - ## @param alertmanager.persistence.enabled Use PVCs to persist data. If the storageSpec is provided this will not take effect. - ## If you want to use this configuration make sure the storageSpec is not provided. - ## - enabled: true - ## @param alertmanager.persistence.storageClass Persistent Volume Storage Class - ## If defined, storageClassName: - ## If set to "-", storageClassName: "", which disables dynamic provisioning - ## If undefined (the default) or set to null, no storageClassName spec is - ## set, choosing the default provisioner. - ## - storageClass: "" - ## @param alertmanager.persistence.accessModes Persistent Volume Access Modes - ## - accessModes: - - ReadWriteOnce - ## @param alertmanager.persistence.size Persistent Volume Size - ## - size: 999Gi - ## @param alertmanager.paused If true, the Operator won't process any Alertmanager configuration changes - ## - paused: false - ## @param alertmanager.listenLocal ListenLocal makes the Alertmanager server listen on loopback - ## - listenLocal: false - ## @param alertmanager.containers Containers allows injecting additional containers - ## - containers: [] - ## @param alertmanager.volumes Volumes allows configuration of additional volumes. Evaluated as a template - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#alertmanagerspec - ## - volumes: [] - ## @param alertmanager.volumeMounts VolumeMounts allows configuration of additional VolumeMounts. Evaluated as a template - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/pi.md#alertmanagerspec - ## - volumeMounts: [] - ## @param alertmanager.priorityClassName Priority class assigned to the Pods - ## - priorityClassName: "" - ## @param alertmanager.additionalPeers AdditionalPeers allows injecting a set of additional Alertmanagers to peer with to form a highly available cluster - ## - additionalPeers: [] - ## @param alertmanager.routePrefix Prefix used to register routes, overriding externalUrl route - ## Useful for proxies that rewrite URLs. - ## - routePrefix: / - ## @param alertmanager.portName Port name used for the pods and governing service. This defaults to web - ## - portName: alertmanager - ## @param alertmanager.configNamespaceSelector AlertmanagerConfigs to be selected for to merge and configure Alertmanager with. This defaults to {} - ## - configNamespaceSelector: {} - ## @param alertmanager.configSelector Namespaces to be selected for AlertmanagerConfig discovery. If nil, only check own namespace. This defaults to {} - ## - configSelector: {} - -portal: - open: - enabled: true diff --git a/enterprise/prometheus/17.5.0/.helmignore b/enterprise/prometheus/17.7.0/.helmignore similarity index 100% rename from enterprise/prometheus/17.5.0/.helmignore rename to enterprise/prometheus/17.7.0/.helmignore diff --git a/enterprise/prometheus/17.7.0/CHANGELOG.md b/enterprise/prometheus/17.7.0/CHANGELOG.md new file mode 100644 index 00000000000..846a53947c7 --- /dev/null +++ b/enterprise/prometheus/17.7.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [prometheus-17.7.0](https://github.com/truecharts/charts/compare/prometheus-17.6.3...prometheus-17.7.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [prometheus-17.6.3](https://github.com/truecharts/charts/compare/prometheus-17.6.2...prometheus-17.6.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [prometheus-17.6.2](https://github.com/truecharts/charts/compare/prometheus-17.6.0...prometheus-17.6.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + +- update container image kube-prometheus-stack to v56.21.0[@fb857f3](https://github.com/fb857f3) by renovate ([#18875](https://github.com/truecharts/charts/issues/18875)) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## [prometheus-16.4.9](https://github.com/truecharts/charts/compare/prometheus-16.4.8...prometheus-16.4.9) (2024-02-12) + +### Chore + + + +- update container image bitnami/prometheus to 2.49.1[@bfc292a](https://github.com/bfc292a) by renovate ([#18223](https://github.com/truecharts/charts/issues/18223)) + + +## [prometheus-16.4.8](https://github.com/truecharts/charts/compare/prometheus-16.4.7...prometheus-16.4.8) (2024-02-12) + +### Chore + + + +- update container image bitnami/alertmanager to 0.26.0[@537c5f5](https://github.com/537c5f5) by renovate ([#18200](https://github.com/truecharts/charts/issues/18200)) diff --git a/enterprise/prometheus/17.7.0/Chart.yaml b/enterprise/prometheus/17.7.0/Chart.yaml new file mode 100644 index 00000000000..1dadf322cdf --- /dev/null +++ b/enterprise/prometheus/17.7.0/Chart.yaml @@ -0,0 +1,46 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: metrics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: 2.50.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: kube-prometheus-stack + version: 56.21.0 + repository: oci://ghcr.io/prometheus-community/charts + condition: "" + alias: kps + tags: [] + import-values: [] +deprecated: false +description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. +home: https://truecharts.org/charts/enterprise/prometheus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus.png +keywords: + - metrics +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: prometheus +sources: + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/kube-prometheus + - https://github.com/truecharts/charts/tree/master/charts/enterprise/prometheus + - https://quay.io/thanos/thanos + - https://hub.docker.com/r/bitnami/alertmanager + - https://hub.docker.com/r/bitnami/prometheus +type: application +version: 17.7.0 diff --git a/enterprise/prometheus/17.5.0/README.md b/enterprise/prometheus/17.7.0/README.md similarity index 100% rename from enterprise/prometheus/17.5.0/README.md rename to enterprise/prometheus/17.7.0/README.md diff --git a/enterprise/prometheus/17.7.0/app-changelog.md b/enterprise/prometheus/17.7.0/app-changelog.md new file mode 100644 index 00000000000..1a71b761325 --- /dev/null +++ b/enterprise/prometheus/17.7.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [prometheus-17.7.0](https://github.com/truecharts/charts/compare/prometheus-17.6.3...prometheus-17.7.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/enterprise/prometheus/17.5.0/app-readme.md b/enterprise/prometheus/17.7.0/app-readme.md similarity index 100% rename from enterprise/prometheus/17.5.0/app-readme.md rename to enterprise/prometheus/17.7.0/app-readme.md diff --git a/enterprise/prometheus/17.7.0/charts/common-18.2.0.tgz b/enterprise/prometheus/17.7.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/enterprise/prometheus/17.7.0/charts/common-18.2.0.tgz differ diff --git a/enterprise/prometheus/17.7.0/charts/kube-prometheus-stack-56.21.0.tgz b/enterprise/prometheus/17.7.0/charts/kube-prometheus-stack-56.21.0.tgz new file mode 100644 index 00000000000..ece8d5e6823 Binary files /dev/null and b/enterprise/prometheus/17.7.0/charts/kube-prometheus-stack-56.21.0.tgz differ diff --git a/enterprise/prometheus/17.7.0/ix_values.yaml b/enterprise/prometheus/17.7.0/ix_values.yaml new file mode 100644 index 00000000000..ba6fa99d1c4 --- /dev/null +++ b/enterprise/prometheus/17.7.0/ix_values.yaml @@ -0,0 +1,1260 @@ +image: + repository: bitnami/prometheus + tag: 2.50.1@sha256:d4f5af2ea07aaa34cb1335cc0053c03e4e327977afdbdf4261b5afb3ce50febe +thanosImage: + repository: quay.io/thanos/thanos + tag: v0.34.1@sha256:567346c3f6ff2927c2c6c0daad977b2213f62d45eca54d48afd19e6deb902181 +alertmanagerImage: + repository: bitnami/alertmanager + tag: 0.27.0@sha256:f8798a69650f772e507c5dff8c9352e77c4f9c5d9d4ebff04a0a31377da9730b +global: + labels: {} +workload: + main: + enabled: false + podSpec: + containers: + main: + enabled: false + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + +configmap: + grafana-datasource: + enabled: "{{ if .Values.grafana.datasource.enabled }}true{{ else }}false{{ end }}" + labels: + grafana_datasources: "1" + data: + datasource.yaml: |- + apiVersion: 1 + datasources: + - name: Prometheus + type: prometheus + uid: {{ .Values.grafana.datasource.uid | default "prometheus" }} + url: http://{{ include "tc.v1.common.lib.chart.names.fullname" $ }}.{{ include "tc.v1.common.lib.metadata.namespace" (dict "rootCtx" $ "objectData" . "caller" "Configmap") }}:{{ .Values.service.main.ports.main.port }} + access: proxy + isDefault: {{ .Values.grafana.datasource.default | default true }} + jsonData: + httpMethod: {{ .Values.grafana.datasource.httpMethod | default "POST" }} + timeInterval: {{ .Values.grafana.datasource.scrapeInterval | default "30s" }} + {{- if .Values.grafana.datasource.timeout }} + timeout: {{ .Values.grafana.datasource.timeout }} + {{- end }} + +grafana: + datasource: + enabled: true + default: true + httpMethod: "POST" + scrapeInterval: "30s" + uid: "prometheus" + +kps: + ## Install Prometheus Operator CRDs + ## + crds: + enabled: false + + ## Manages Prometheus and Alertmanager components + ## + prometheusOperator: + enabled: false + + ## + global: + rbac: + create: true + + ## Create default rules for monitoring the cluster + ## + defaultRules: + create: true + + windowsMonitoring: + ## Deploys the windows-exporter and Windows-specific dashboards and rules (job name must be 'windows-exporter') + enabled: false + + ## Configuration for prometheus-windows-exporter + ## ref: https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-windows-exporter + ## + prometheus-windows-exporter: + ## Enable ServiceMonitor and set Kubernetes label to use as a job label + ## + prometheus: + monitor: + enabled: false + + ## Configuration for alertmanager + ## ref: https://prometheus.io/docs/alerting/alertmanager/ + ## + alertmanager: + ## Deploy alertmanager + ## + enabled: false + + ## Using default values from https://github.com/grafana/helm-charts/blob/main/charts/grafana/values.yaml + ## + grafana: + enabled: false + forceDeployDashboards: true + defaultDashboardsEnabled: true + + ## Flag to disable all the kubernetes component scrapers + ## + kubernetesServiceMonitors: + enabled: true + + ## Component scraping the kube api server + ## + kubeApiServer: + enabled: true + + ## Component scraping the kubelet and kubelet-hosted cAdvisor + ## + kubelet: + enabled: true + + ## Component scraping the kube controller manager + ## + kubeControllerManager: + enabled: true + + ## Component scraping coreDns. Use either this or kubeDns + ## + coreDns: + enabled: true + + ## Component scraping kubeDns. Use either this or coreDns + ## + kubeDns: + enabled: false + + ## Component scraping etcd + ## + kubeEtcd: + enabled: true + + ## Component scraping kube scheduler + ## + kubeScheduler: + enabled: true + + ## Component scraping kube proxy + ## + kubeProxy: + enabled: false + + ## Component scraping kube state metrics + ## + kubeStateMetrics: + enabled: true + + ## dontDeploy node exporter as a daemonset to all nodes + ## + nodeExporter: + enabled: true + + ## dont Deploy a Prometheus instance + ## + prometheus: + enabled: false + + ## Configuration for thanosRuler + ## ref: https://thanos.io/tip/components/rule.md/ + ## + thanosRuler: + ## Dont Deploy thanosRuler + ## + enabled: false + +service: + main: + selectorLabels: + app.kubernetes.io/name: prometheus + prometheus: '{{ template "kube-prometheus.prometheus.fullname" . }}' + ports: + main: + port: 9090 + targetPort: 9090 + protocol: http + alertmanager: + enabled: true + selectorLabels: + app.kubernetes.io/name: alertmanager + alertmanager: '{{ template "kube-prometheus.alertmanager.fullname" . }}' + ports: + alertmanager: + enabled: true + port: 9093 + targetPort: 9093 + protocol: http + thanos: + enabled: true + selectorLabels: + app.kubernetes.io/name: prometheus + prometheus: '{{ template "kube-prometheus.prometheus.fullname" . }}' + ports: + thanos: + enabled: true + port: 10901 + targetPort: 10901 + protocol: http +ingress: + main: + enabled: false + alertmanager: + enabled: false + thanos: + enabled: false +#### +## Operator Config +#### +env: + PROMETHEUS_CONFIG_RELOADER: + configMapKeyRef: + name: prometheus-operator-config + key: prometheus-config-reloader +podOptions: + automountServiceAccountToken: true +rbac: + main: + enabled: true + primary: true + clusterWide: true + rules: + - apiGroups: + - apiextensions.k8s.io + resources: + - customresourcedefinitions + verbs: + - create + - apiGroups: + - apiextensions.k8s.io + resourceNames: + - alertmanagers.monitoring.coreos.com + - podmonitors.monitoring.coreos.com + - prometheuses.monitoring.coreos.com + - prometheusrules.monitoring.coreos.com + - servicemonitors.monitoring.coreos.com + - thanosrulers.monitoring.coreos.com + - probes.monitoring.coreos.com + resources: + - customresourcedefinitions + verbs: + - get + - update + - apiGroups: + - monitoring.coreos.com + resources: + - alertmanagers + - alertmanagers/finalizers + - alertmanagerconfigs + - prometheuses + - prometheuses/finalizers + - thanosrulers + - thanosrulers/finalizers + - servicemonitors + - podmonitors + - probes + - prometheusrules + verbs: + - "*" + - apiGroups: + - apps + resources: + - statefulsets + verbs: + - "*" + - apiGroups: + - "" + resources: + - configmaps + - secrets + verbs: + - "*" + - apiGroups: + - "" + resources: + - pods + verbs: + - list + - delete + - apiGroups: + - "" + resources: + - services + - services/finalizers + - endpoints + verbs: + - get + - create + - update + - delete + - apiGroups: + - "" + resources: + - nodes + verbs: + - list + - watch + - apiGroups: + - "" + resources: + - namespaces + verbs: + - get + - list + - watch + - apiGroups: + - networking.k8s.io + resources: + - ingresses + verbs: + - get + - list + - watch +# -- The service account the pods will use to interact with the Kubernetes API +serviceAccount: + main: + enabled: true + primary: true + +securityContext: + readOnlyRootFilesystem: false + +probes: + # -- Liveness probe configuration + # @default -- See below + liveness: + custom: true + spec: + httpGet: + path: "/metrics" + port: promop + scheme: HTTP + # -- Redainess probe configuration + # @default -- See below + readiness: + custom: true + spec: + httpGet: + path: "/metrics" + port: promop + scheme: HTTP + # -- Startup probe configuration + # @default -- See below + startup: + custom: true + spec: + httpGet: + path: "/metrics" + port: promop + scheme: HTTP +operator: + ## Create a servicemonitor for the operator + ## + serviceMonitor: + ## @param operator.serviceMonitor.enabled Creates a ServiceMonitor to monitor Prometheus Operator + ## + enabled: false + ## @param operator.serviceMonitor.interval Scrape interval (use by default, falling back to Prometheus' default) + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#endpoint + ## + interval: "" + ## @param operator.serviceMonitor.metricRelabelings Metric relabeling + ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs + ## + metricRelabelings: [] + ## @param operator.serviceMonitor.relabelings Relabel configs + ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config + ## + relabelings: [] + ## Prometheus Configmap-reload image to use for reloading configmaps + ## defaults to Bitnami Prometheus Operator (ref: https://hub.docker.com/r/tccr.io/truecharts/prometheus-operator/tags/) + ## + prometheusConfigReloader: + containerSecurityContext: + enabled: true + readOnlyRootFilesystem: false + allowPrivilegeEscalation: false + runAsNonRoot: true + capabilities: + drop: + - ALL + livenessProbe: + enabled: true + initialDelaySeconds: 10 + periodSeconds: 10 + timeoutSeconds: 5 + failureThreshold: 6 + successThreshold: 1 + readinessProbe: + enabled: true + initialDelaySeconds: 15 + periodSeconds: 20 + timeoutSeconds: 5 + failureThreshold: 6 + successThreshold: 1 +#### +## Prometheus Config (Spawned by Operator) +#### + +## Deploy a Prometheus instance +## +prometheus: + ## @param prometheus.enabled Deploy Prometheus to the cluster + ## + enabled: true + ## Bitnami Prometheus image version + ## ref: https://hub.docker.com/r/tccr.io/truecharts/prometheus/tags/ + ## @param prometheus.image.registry Prometheus image registry + ## @param prometheus.image.repository Prometheus image repository + ## @param prometheus.image.tag Prometheus Image tag (immutable tags are recommended) + ## @param prometheus.image.pullSecrets Specify docker-registry secret names as an array + ## + ## Service account for Prometheus to use. + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ + ## + serviceAccount: + ## @param prometheus.serviceAccount.create Specify whether to create a ServiceAccount for Prometheus + ## + create: true + ## @param prometheus.serviceAccount.name The name of the ServiceAccount to create + ## If not set and create is true, a name is generated using the kube-prometheus.prometheus.fullname template + name: "" + ## @param prometheus.serviceAccount.annotations Additional annotations for created Prometheus ServiceAccount + ## annotations: + ## eks.amazonaws.com/role-arn: arn:aws:iam::ACCOUNT:role/prometheus + ## + annotations: {} + ## Prometheus pods' Security Context + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod + ## @param prometheus.podSecurityContext.enabled Enable security context + ## @param prometheus.podSecurityContext.runAsUser User ID for the container + ## @param prometheus.podSecurityContext.fsGroup Group ID for the container filesystem + ## + podSecurityContext: + enabled: true + runAsUser: 1001 + fsGroup: 1001 + ## Prometheus containers' Security Context + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container + ## @param prometheus.containerSecurityContext.enabled Enable container security context + ## @param prometheus.containerSecurityContext.readOnlyRootFilesystem Mount / (root) as a readonly filesystem + ## @param prometheus.containerSecurityContext.allowPrivilegeEscalation Switch privilegeEscalation possibility on or off + ## @param prometheus.containerSecurityContext.runAsNonRoot Force the container to run as a non root user + ## @param prometheus.containerSecurityContext.capabilities.drop [array] Linux Kernel capabilities which should be dropped + ## + containerSecurityContext: + enabled: true + readOnlyRootFilesystem: false + allowPrivilegeEscalation: false + runAsNonRoot: true + capabilities: + drop: + - ALL + serviceMonitor: + ## @param prometheus.serviceMonitor.enabled Creates a ServiceMonitor to monitor Prometheus itself + ## + enabled: true + ## @param prometheus.serviceMonitor.interval Scrape interval (use by default, falling back to Prometheus' default) + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#endpoint + ## + interval: "" + ## @param prometheus.serviceMonitor.metricRelabelings Metric relabeling + ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs + ## + metricRelabelings: [] + ## @param prometheus.serviceMonitor.relabelings Relabel configs + ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config + ## + relabelings: [] + ## @param prometheus.externalUrl External URL used to access Prometheus + ## If not creating an ingress but still exposing the service some other way (like a proxy) + ## let Prometheus know what its external URL is so that it can properly create links + ## externalUrl: https://prometheus.example.com + ## + externalUrl: "" + ## @param prometheus.resources CPU/Memory resource requests/limits for node + ## ref: http://kubernetes.io/docs/user-guide/compute-resources/ + ## + resources: {} + ## @param prometheus.podAffinityPreset Prometheus Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` + ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity + ## + podAffinityPreset: "" + ## @param prometheus.podAntiAffinityPreset Prometheus Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` + ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity + ## + podAntiAffinityPreset: soft + ## Node affinity preset + ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity + ## + nodeAffinityPreset: + ## @param prometheus.nodeAffinityPreset.type Prometheus Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` + ## + type: "" + ## @param prometheus.nodeAffinityPreset.key Prometheus Node label key to match Ignored if `affinity` is set. + ## E.g. + ## key: "kubernetes.io/e2e-az-name" + ## + key: "" + ## @param prometheus.nodeAffinityPreset.values Prometheus Node label values to match. Ignored if `affinity` is set. + ## E.g. + ## values: + ## - e2e-az1 + ## - e2e-az2 + ## + values: [] + ## @param prometheus.affinity Prometheus Affinity for pod assignment + ## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity + ## Note: prometheus.podAffinityPreset, prometheus.podAntiAffinityPreset, and prometheus.nodeAffinityPreset will be ignored when it's set + ## + affinity: {} + ## @param prometheus.nodeSelector Prometheus Node labels for pod assignment + ## ref: https://kubernetes.io/docs/user-guide/node-selection/ + ## + nodeSelector: {} + ## @param prometheus.tolerations Prometheus Tolerations for pod assignment + ## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ + ## + tolerations: [] + ## @param prometheus.scrapeInterval Interval between consecutive scrapes + ## + scrapeInterval: "15s" + ## @param prometheus.evaluationInterval Interval between consecutive evaluations + ## + evaluationInterval: "30s" + ## @param prometheus.listenLocal ListenLocal makes the Prometheus server listen on loopback + ## + listenLocal: false + ## Configure extra options for liveness probe + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes + ## @param prometheus.livenessProbe.enabled Turn on and off liveness probe + ## @param prometheus.livenessProbe.path Path of the HTTP service for checking the healthy state + ## @param prometheus.livenessProbe.initialDelaySeconds Delay before liveness probe is initiated + ## @param prometheus.livenessProbe.periodSeconds How often to perform the probe + ## @param prometheus.livenessProbe.timeoutSeconds When the probe times out + ## @param prometheus.livenessProbe.failureThreshold Minimum consecutive failures for the probe + ## @param prometheus.livenessProbe.successThreshold Minimum consecutive successes for the probe + ## + livenessProbe: + enabled: true + path: /-/healthy + initialDelaySeconds: 0 + failureThreshold: 10 + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 3 + ## Configure extra options for readiness probe + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes + ## @param prometheus.readinessProbe.enabled Turn on and off readiness probe + ## @param prometheus.readinessProbe.path Path of the HTTP service for checking the ready state + ## @param prometheus.readinessProbe.initialDelaySeconds Delay before readiness probe is initiated + ## @param prometheus.readinessProbe.periodSeconds How often to perform the probe + ## @param prometheus.readinessProbe.timeoutSeconds When the probe times out + ## @param prometheus.readinessProbe.failureThreshold Minimum consecutive failures for the probe + ## @param prometheus.readinessProbe.successThreshold Minimum consecutive successes for the probe + ## + readinessProbe: + enabled: true + path: /-/ready + initialDelaySeconds: 0 + failureThreshold: 10 + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 3 + ## @param prometheus.enableAdminAPI Enable Prometheus adminitrative API + ## ref: https://prometheus.io/docs/prometheus/latest/querying/api/#tsdb-admin-apis + ## + enableAdminAPI: false + ## @param prometheus.enableFeatures Enable access to Prometheus disabled features. + ## ref: https://prometheus.io/docs/prometheus/latest/disabled_features/ + ## + enableFeatures: [] + ## @param prometheus.alertingEndpoints Alertmanagers to which alerts will be sent + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#alertmanagerendpoints + ## + alertingEndpoints: [] + ## @param prometheus.externalLabels External labels to add to any time series or alerts when communicating with external systems + ## + externalLabels: {} + ## @param prometheus.replicaExternalLabelName Name of the external label used to denote replica name + ## + replicaExternalLabelName: "" + ## @param prometheus.replicaExternalLabelNameClear Clear external label used to denote replica name + ## + replicaExternalLabelNameClear: false + ## @param prometheus.routePrefix Prefix used to register routes, overriding externalUrl route + ## Useful for proxies that rewrite URLs. + ## + routePrefix: / + ## @param prometheus.prometheusExternalLabelName Name of the external label used to denote Prometheus instance name + ## + prometheusExternalLabelName: "" + ## @param prometheus.prometheusExternalLabelNameClear Clear external label used to denote Prometheus instance name + ## + prometheusExternalLabelNameClear: false + ## @param prometheus.secrets Secrets that should be mounted into the Prometheus Pods + ## + secrets: [] + ## @param prometheus.configMaps ConfigMaps that should be mounted into the Prometheus Pods + ## + configMaps: [] + ## @param prometheus.querySpec The query command line flags when starting Prometheus + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#queryspec + ## + querySpec: {} + ## @param prometheus.ruleNamespaceSelector Namespaces to be selected for PrometheusRules discovery + ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#namespaceselector for usage + ## + ruleNamespaceSelector: {} + ## @param prometheus.ruleSelector PrometheusRules to be selected for target discovery + ## If {}, select all ServiceMonitors + ## + ruleSelector: {} + ## @param prometheus.serviceMonitorSelector ServiceMonitors to be selected for target discovery + ## If {}, select all ServiceMonitors + ## + serviceMonitorSelector: {} + ## @param prometheus.matchLabels Matchlabels + ## + matchLabels: {} + ## @param prometheus.serviceMonitorNamespaceSelector Namespaces to be selected for ServiceMonitor discovery + ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#namespaceselector for usage + ## + serviceMonitorNamespaceSelector: {} + ## @param prometheus.podMonitorSelector PodMonitors to be selected for target discovery. + ## If {}, select all PodMonitors + ## + podMonitorSelector: {} + ## @param prometheus.podMonitorNamespaceSelector Namespaces to be selected for PodMonitor discovery + ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#namespaceselector for usage + ## + podMonitorNamespaceSelector: {} + ## @param prometheus.probeSelector Probes to be selected for target discovery. + ## If {}, select all Probes + ## + probeSelector: {} + ## @param prometheus.probeNamespaceSelector Namespaces to be selected for Probe discovery + ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#namespaceselector for usage + ## + probeNamespaceSelector: {} + ## @param prometheus.scrapeConfigSelector The scrapeConfigs to be selected for target discovery. + ## If {}, select all scrapeConfigs + ## + scrapeConfigSelector: {} + ## @param prometheus.scrapeConfigNamespaceSelector Namespaces to be selected for scrapeConfig discovery. + ## If {}, select all namespaces. + ## If nil, select own namespace. + scrapeConfigNamespaceSelector: {} + ## @param prometheus.retention Metrics retention days + ## + retention: 31d + ## @param prometheus.retentionSize Maximum size of metrics + ## + retentionSize: "" + ## @param prometheus.disableCompaction Disable the compaction of the Prometheus TSDB + ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#prometheusspec + ## ref: https://prometheus.io/docs/prometheus/latest/storage/#compaction + ## + disableCompaction: false + ## @param prometheus.walCompression Enable compression of the write-ahead log using Snappy + ## + walCompression: false + ## @param prometheus.enableRemoteWriteReceiver Enable Prometheus to be used as a receiver for the Prometheus remote write protocol + ## + enableRemoteWriteReceiver: false + ## @param prometheus.paused If true, the Operator won't process any Prometheus configuration changes + ## + paused: false + ## @param prometheus.replicaCount Number of Prometheus replicas desired + ## + replicaCount: 1 + ## @param prometheus.logLevel Log level for Prometheus + ## + logLevel: info + ## @param prometheus.logFormat Log format for Prometheus + ## + logFormat: logfmt + ## @param prometheus.podMetadata [object] Standard object's metadata + ## ref: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#metadata + ## + podMetadata: + ## labels: + ## app: prometheus + ## k8s-app: prometheus + ## + labels: {} + annotations: {} + ## @param prometheus.remoteRead The remote_read spec configuration for Prometheus + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#remotereadspec + ## remoteRead: + ## - url: http://remote1/read + ## + remoteRead: [] + ## @param prometheus.remoteWrite The remote_write spec configuration for Prometheus + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#remotewritespec + ## remoteWrite: + ## - url: http://remote1/push + ## + remoteWrite: [] + ## @param prometheus.storageSpec Prometheus StorageSpec for persistent data + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/storage.md + ## + storageSpec: {} + ## Prometheus persistence parameters + ## + persistence: + ## @param prometheus.persistence.enabled Use PVCs to persist data. If the storageSpec is provided this will not take effect. + ## + enabled: true + ## @param prometheus.persistence.storageClass Persistent Volume Storage Class + ## If defined, storageClassName: + ## If set to "-", storageClassName: "", which disables dynamic provisioning + ## If undefined (the default) or set to null, no storageClassName spec is + ## set, choosing the default provisioner. + ## + storageClass: "" + ## @param prometheus.persistence.accessModes Persistent Volume Access Modes + ## + accessModes: + - ReadWriteOnce + ## @param prometheus.persistence.size Persistent Volume Size + ## + size: 999Gi + ## @param prometheus.priorityClassName Priority class assigned to the Pods + ## + priorityClassName: "" + ## @param prometheus.containers Containers allows injecting additional containers + ## + containers: [] + ## @param prometheus.volumes Volumes allows configuration of additional volumes + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#prometheusspec + ## + volumes: [] + ## @param prometheus.volumeMounts VolumeMounts allows configuration of additional VolumeMounts. Evaluated as a template + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#prometheusspec + ## + volumeMounts: [] + ## @param prometheus.additionalPrometheusRules PrometheusRule defines recording and alerting rules for a Prometheus instance. + additionalPrometheusRules: [] + ## - name: custom-recording-rules + ## groups: + ## - name: sum_node_by_job + ## rules: + ## - record: job:kube_node_labels:sum + ## expr: sum(kube_node_labels) by (job) + ## - name: sum_prometheus_config_reload_by_pod + ## rules: + ## - record: job:prometheus_config_last_reload_successful:sum + ## expr: sum(prometheus_config_last_reload_successful) by (pod) + ## - name: custom-alerting-rules + ## groups: + ## - name: prometheus-config + ## rules: + ## - alert: PrometheusConfigurationReload + ## expr: prometheus_config_last_reload_successful > 0 + ## for: 1m + ## labels: + ## severity: error + ## annotations: + ## summary: "Prometheus configuration reload (instance {{ $labels.instance }})" + ## description: "Prometheus configuration reload error\n VALUE = {{ $value }}\n LABELS: {{ $labels }}" + ## - name: custom-node-exporter-alerting-rules + ## rules: + ## - alert: PhysicalComponentTooHot + ## expr: node_hwmon_temp_celsius > 75 + ## for: 5m + ## labels: + ## severity: warning + ## annotations: + ## summary: "Physical component too hot (instance {{ $labels.instance }})" + ## description: "Physical hardware component too hot\n VALUE = {{ $value }}\n LABELS: {{ $labels }}" + ## - alert: NodeOvertemperatureAlarm + ## expr: node_hwmon_temp_alarm == 1 + ## for: 5m + ## labels: + ## severity: critical + ## annotations: + ## summary: "Node overtemperature alarm (instance {{ $labels.instance }})" + ## description: "Physical node temperature alarm triggered\n VALUE = {{ $value }}\n LABELS: {{ $labels }}" + ## + ## Note that the prometheus will fail to provision if the correct secret does not exist. + ## @param prometheus.additionalScrapeConfigs.enabled Enable additional scrape configs + ## @param prometheus.additionalScrapeConfigs.type Indicates if the cart should use external additional scrape configs or internal configs + ## @param prometheus.additionalScrapeConfigs.external.name Name of the secret that Prometheus should use for the additional external scrape configuration + ## @param prometheus.additionalScrapeConfigs.external.key Name of the key inside the secret to be used for the additional external scrape configuration + ## @param prometheus.additionalScrapeConfigs.internal.jobList A list of Prometheus scrape jobs + ## + additionalScrapeConfigs: + enabled: false + type: external + external: + ## Name of the secret that Prometheus should use for the additional scrape configuration + ## + name: "" + ## Name of the key inside the secret to be used for the additional scrape configuration. + ## + key: "" + internal: + jobList: [] + ## @param prometheus.additionalScrapeConfigsExternal.enabled Deprecated: Enable additional scrape configs that are managed externally to this chart + ## @param prometheus.additionalScrapeConfigsExternal.name Deprecated: Name of the secret that Prometheus should use for the additional scrape configuration + ## @param prometheus.additionalScrapeConfigsExternal.key Deprecated: Name of the key inside the secret to be used for the additional scrape configuration + ## + additionalScrapeConfigsExternal: + enabled: false + name: "" + key: "" + ## Enable additional Prometheus alert relabel configs that are managed externally to this chart + ## Note that the prometheus will fail to provision if the correct secret does not exist. + ## @param prometheus.additionalAlertRelabelConfigsExternal.enabled Enable additional Prometheus alert relabel configs that are managed externally to this chart + ## @param prometheus.additionalAlertRelabelConfigsExternal.name Name of the secret that Prometheus should use for the additional Prometheus alert relabel configuration + ## @param prometheus.additionalAlertRelabelConfigsExternal.key Name of the key inside the secret to be used for the additional Prometheus alert relabel configuration + ## + additionalAlertRelabelConfigsExternal: + enabled: false + name: "" + key: "" + ## Thanos sidecar container configuration + ## + thanos: + ## @param prometheus.thanos.create Create a Thanos sidecar container + ## + create: false + ## Bitnami Thanos image + ## ref: https://hub.docker.com/r/tccr.io/truecharts/thanos/tags/ + ## @param prometheus.thanos.image.registry Thanos image registry + ## @param prometheus.thanos.image.repository Thanos image name + ## @param prometheus.thanos.image.tag Thanos image tag + ## @param prometheus.thanos.image.pullPolicy Thanos image pull policy + ## @param prometheus.thanos.image.pullSecrets Specify docker-registry secret names as an array + ## + ## Thanos Sidecar container's securityContext + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container + ## @param prometheus.thanos.containerSecurityContext.enabled Enable container security context + ## @param prometheus.thanos.containerSecurityContext.readOnlyRootFilesystem mount / (root) as a readonly filesystem + ## @param prometheus.thanos.containerSecurityContext.allowPrivilegeEscalation Switch privilegeEscalation possibility on or off + ## @param prometheus.thanos.containerSecurityContext.runAsNonRoot Force the container to run as a non root user + ## @param prometheus.thanos.containerSecurityContext.capabilities.drop [array] Linux Kernel capabilities which should be dropped + ## + containerSecurityContext: + enabled: true + readOnlyRootFilesystem: false + allowPrivilegeEscalation: false + runAsNonRoot: true + capabilities: + drop: + - ALL + ## @param prometheus.thanos.prometheusUrl Override default prometheus url "http://localhost:9090" + ## + prometheusUrl: "" + ## @param prometheus.thanos.extraArgs Additional arguments passed to the thanos sidecar container + ## extraArgs: + ## - --log.level=debug + ## - --tsdb.path=/data/ + ## + extraArgs: [] + ## @param prometheus.thanos.objectStorageConfig Support mounting a Secret for the objectStorageConfig of the sideCar container. + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/thanos.md + ## objectStorageConfig: + ## secretName: thanos-objstore-config + ## secretKey: thanos.yaml + ## + objectStorageConfig: {} + ## ref: https://github.com/thanos-io/thanos/blob/main/docs/components/sidecar.md + ## @param prometheus.thanos.extraVolumeMounts Additional volumeMounts from `prometheus.volumes` for thanos sidecar container + ## extraVolumeMounts: + ## - name: my-secret-volume + ## mountPath: /etc/thanos/secrets/my-secret + ## + extraVolumeMounts: [] + ## Thanos sidecar container resource requests and limits. + ## ref: http://kubernetes.io/docs/user-guide/compute-resources/ + ## We usually recommend not to specify default resources and to leave this as a conscious + ## choice for the user. This also increases chances charts run on environments with little + ## resources, such as Minikube. If you do want to specify resources, uncomment the following + ## lines, adjust them as necessary, and remove the curly braces after 'resources:'. + ## @param prometheus.thanos.resources.limits The resources limits for the Thanos sidecar container + ## @param prometheus.thanos.resources.requests The resources requests for the Thanos sidecar container + ## + resources: + ## Example: + ## limits: + ## cpu: 100m + ## memory: 128Mi + limits: {} + ## Examples: + ## requests: + ## cpu: 100m + ## memory: 128Mi + requests: {} + ## Configure extra options for liveness probe + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes + ## @param prometheus.thanos.livenessProbe.enabled Turn on and off liveness probe + ## @param prometheus.thanos.livenessProbe.path Path of the HTTP service for checking the healthy state + ## @param prometheus.thanos.livenessProbe.initialDelaySeconds Delay before liveness probe is initiated + ## @param prometheus.thanos.livenessProbe.periodSeconds How often to perform the probe + ## @param prometheus.thanos.livenessProbe.timeoutSeconds When the probe times out + ## @param prometheus.thanos.livenessProbe.failureThreshold Minimum consecutive failures for the probe + ## @param prometheus.thanos.livenessProbe.successThreshold Minimum consecutive successes for the probe + ## + livenessProbe: + enabled: true + path: /-/healthy + initialDelaySeconds: 0 + periodSeconds: 5 + timeoutSeconds: 3 + failureThreshold: 120 + successThreshold: 1 + ## Configure extra options for readiness probe + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes + ## @param prometheus.thanos.readinessProbe.enabled Turn on and off readiness probe + ## @param prometheus.thanos.readinessProbe.path Path of the HTTP service for checking the ready state + ## @param prometheus.thanos.readinessProbe.initialDelaySeconds Delay before readiness probe is initiated + ## @param prometheus.thanos.readinessProbe.periodSeconds How often to perform the probe + ## @param prometheus.thanos.readinessProbe.timeoutSeconds When the probe times out + ## @param prometheus.thanos.readinessProbe.failureThreshold Minimum consecutive failures for the probe + ## @param prometheus.thanos.readinessProbe.successThreshold Minimum consecutive successes for the probe + ## + readinessProbe: + enabled: true + path: /-/ready + initialDelaySeconds: 0 + periodSeconds: 5 + timeoutSeconds: 3 + failureThreshold: 120 + successThreshold: 1 + ## Thanos Sidecar Service + ## + service: + ## @param prometheus.thanos.service.type Kubernetes service type + ## + type: ClusterIP + ## @param prometheus.thanos.service.port Thanos service port + ## + port: 10901 + ## @param prometheus.thanos.service.clusterIP Specific cluster IP when service type is cluster IP. Use `None` to create headless service by default. + ## Use a "headless" service by default so it returns every pod's IP instead of loadbalancing requests. + ## + clusterIP: None + ## @param prometheus.thanos.service.nodePort Specify the nodePort value for the LoadBalancer and NodePort service types. + ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport + ## e.g: + ## nodePort: 30901 + ## + nodePort: "" + ## @param prometheus.thanos.service.loadBalancerIP `loadBalancerIP` if service type is `LoadBalancer` + ## Set the LoadBalancer service type to internal only + ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#internal-load-balancer + ## + loadBalancerIP: "" + ## @param prometheus.thanos.service.loadBalancerSourceRanges Address that are allowed when svc is `LoadBalancer` + ## https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/#restrict-access-for-loadbalancer-service + ## e.g: + ## loadBalancerSourceRanges: + ## - 10.10.10.0/24 + ## + loadBalancerSourceRanges: [] + ## @param prometheus.thanos.service.annotations Additional annotations for Prometheus service + ## + annotations: {} + ## @param prometheus.thanos.service.extraPorts Additional ports to expose from the Thanos sidecar container + ## extraPorts: + ## - name: http + ## port: 10902 + ## targetPort: http + ## protocol: tcp + ## + extraPorts: [] + ## @param prometheus.portName Port name used for the pods and governing service. This defaults to web + ## + portName: main + +#### +## Alert Manager Config +#### + +## @section Alertmanager Parameters + +## Configuration for alertmanager +## ref: https://prometheus.io/docs/alerting/alertmanager/ +## +alertmanager: + ## @param alertmanager.enabled Deploy Alertmanager to the cluster + ## + enabled: true + ## Service account for Alertmanager to use. + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ + ## + serviceAccount: + ## @param alertmanager.serviceAccount.create Specify whether to create a ServiceAccount for Alertmanager + ## + create: true + ## @param alertmanager.serviceAccount.name The name of the ServiceAccount to create + ## If not set and create is true, a name is generated using the kube-prometheus.alertmanager.fullname template + name: "" + ## Prometheus Alertmanager pods' Security Context + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod + ## @param alertmanager.podSecurityContext.enabled Enable security context + ## @param alertmanager.podSecurityContext.runAsUser User ID for the container + ## @param alertmanager.podSecurityContext.fsGroup Group ID for the container filesystem + ## + podSecurityContext: + enabled: true + runAsUser: 1001 + fsGroup: 1001 + ## Prometheus Alertmanager container's securityContext + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container + ## @param alertmanager.containerSecurityContext.enabled Enable container security context + ## @param alertmanager.containerSecurityContext.readOnlyRootFilesystem mount / (root) as a readonly filesystem + ## @param alertmanager.containerSecurityContext.allowPrivilegeEscalation Switch privilegeEscalation possibility on or off + ## @param alertmanager.containerSecurityContext.runAsNonRoot Force the container to run as a non root user + ## @param alertmanager.containerSecurityContext.capabilities.drop [array] Linux Kernel capabilities which should be dropped + ## + containerSecurityContext: + enabled: true + readOnlyRootFilesystem: false + allowPrivilegeEscalation: false + runAsNonRoot: true + capabilities: + drop: + - ALL + ## Configure pod disruption budgets for Alertmanager + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb/#specifying-a-poddisruptionbudget + ## @param alertmanager.podDisruptionBudget.enabled Create a pod disruption budget for Alertmanager + ## @param alertmanager.podDisruptionBudget.minAvailable Minimum number / percentage of pods that should remain scheduled + ## @param alertmanager.podDisruptionBudget.maxUnavailable Maximum number / percentage of pods that may be made unavailable + ## + podDisruptionBudget: + enabled: false + minAvailable: 1 + maxUnavailable: "" + ## If true, create a serviceMonitor for alertmanager + ## + serviceMonitor: + ## @param alertmanager.serviceMonitor.enabled Creates a ServiceMonitor to monitor Alertmanager + ## + enabled: true + ## @param alertmanager.serviceMonitor.interval Scrape interval. If not set, the Prometheus default scrape interval is used. + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#endpoint + ## + interval: "" + ## @param alertmanager.serviceMonitor.metricRelabelings Metric relabeling + ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs + ## + metricRelabelings: [] + ## @param alertmanager.serviceMonitor.relabelings Relabel configs + ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config + ## + relabelings: [] + ## @param alertmanager.externalUrl External URL used to access Alertmanager + ## e.g: + ## externalUrl: https://alertmanager.example.com + ## + externalUrl: "" + ## @param alertmanager.resources CPU/Memory resource requests/limits for node + ## ref: http://kubernetes.io/docs/user-guide/compute-resources/ + ## + resources: {} + ## @param alertmanager.podAffinityPreset Alertmanager Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` + ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity + ## + podAffinityPreset: "" + ## @param alertmanager.podAntiAffinityPreset Alertmanager Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` + ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity + ## + podAntiAffinityPreset: soft + ## Node affinity preset + ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity + ## + nodeAffinityPreset: + ## @param alertmanager.nodeAffinityPreset.type Alertmanager Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` + ## + type: "" + ## @param alertmanager.nodeAffinityPreset.key Alertmanager Node label key to match Ignored if `affinity` is set. + ## E.g. + ## key: "kubernetes.io/e2e-az-name" + ## + key: "" + ## @param alertmanager.nodeAffinityPreset.values Alertmanager Node label values to match. Ignored if `affinity` is set. + ## E.g. + ## values: + ## - e2e-az1 + ## - e2e-az2 + ## + values: [] + ## @param alertmanager.affinity Alertmanager Affinity for pod assignment + ## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity + ## Note: alertmanager.podAffinityPreset, alertmanager.podAntiAffinityPreset, and alertmanager.nodeAffinityPreset will be ignored when it's set + ## + affinity: {} + ## @param alertmanager.nodeSelector Alertmanager Node labels for pod assignment + ## ref: https://kubernetes.io/docs/user-guide/node-selection/ + ## + nodeSelector: {} + ## @param alertmanager.tolerations Alertmanager Tolerations for pod assignment + ## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ + ## + tolerations: [] + ## Alertmanager configuration + ## ref: https://prometheus.io/docs/alerting/configuration/#configuration-file + ## @param alertmanager.config [object] Alertmanager configuration directive + ## @skip alertmanager.config.route.group_by + ## @skip alertmanager.config.route.routes + ## @skip alertmanager.config.receivers + ## + config: + global: + resolve_timeout: 5m + route: + group_by: + - job + group_wait: 30s + group_interval: 5m + repeat_interval: 12h + receiver: "null" + routes: + - match: + alertname: Watchdog + receiver: "null" + receivers: + - name: "null" + ## @param alertmanager.externalConfig Alertmanager configuration is created externally. If true, `alertmanager.config` is ignored, and a secret will not be created. + ## Alertmanager requires a secret named `alertmanager-{{ template "kube-prometheus.alertmanager.fullname" . }}` + ## It must contain: + ## alertmanager.yaml: + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/alerting.md#alerting + ## + externalConfig: false + ## @param alertmanager.replicaCount Number of Alertmanager replicas desired + ## + replicaCount: 1 + ## Configure extra options for liveness probe + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes + ## @param alertmanager.livenessProbe.enabled Turn on and off liveness probe + ## @param alertmanager.livenessProbe.path Path of the HTTP service for checking the healthy state + ## @param alertmanager.livenessProbe.initialDelaySeconds Delay before liveness probe is initiated + ## @param alertmanager.livenessProbe.periodSeconds How often to perform the probe + ## @param alertmanager.livenessProbe.timeoutSeconds When the probe times out + ## @param alertmanager.livenessProbe.failureThreshold Minimum consecutive failures for the probe + ## @param alertmanager.livenessProbe.successThreshold Minimum consecutive successes for the probe + ## + livenessProbe: + enabled: true + path: /-/healthy + initialDelaySeconds: 0 + periodSeconds: 5 + timeoutSeconds: 3 + failureThreshold: 120 + successThreshold: 1 + ## Configure extra options for readiness probe + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes + ## @param alertmanager.readinessProbe.enabled Turn on and off readiness probe + ## @param alertmanager.readinessProbe.path Path of the HTTP service for checking the ready state + ## @param alertmanager.readinessProbe.initialDelaySeconds Delay before readiness probe is initiated + ## @param alertmanager.readinessProbe.periodSeconds How often to perform the probe + ## @param alertmanager.readinessProbe.timeoutSeconds When the probe times out + ## @param alertmanager.readinessProbe.failureThreshold Minimum consecutive failures for the probe + ## @param alertmanager.readinessProbe.successThreshold Minimum consecutive successes for the probe + ## + readinessProbe: + enabled: true + path: /-/ready + initialDelaySeconds: 0 + periodSeconds: 5 + timeoutSeconds: 3 + failureThreshold: 120 + successThreshold: 1 + ## @param alertmanager.logLevel Log level for Alertmanager + ## + logLevel: info + ## @param alertmanager.logFormat Log format for Alertmanager + ## + logFormat: logfmt + ## @param alertmanager.podMetadata [object] Standard object's metadata. + ## ref: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#metadata + ## + podMetadata: + labels: {} + annotations: {} + ## @param alertmanager.secrets Secrets that should be mounted into the Alertmanager Pods + ## + secrets: [] + ## @param alertmanager.configMaps ConfigMaps that should be mounted into the Alertmanager Pods + ## + configMaps: [] + ## @param alertmanager.retention Metrics retention days + ## + retention: 240h + ## @param alertmanager.storageSpec Alertmanager StorageSpec for persistent data + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/storage.md + ## + storageSpec: {} + ## Alertmanager persistence parameters + ## + persistence: + ## @param alertmanager.persistence.enabled Use PVCs to persist data. If the storageSpec is provided this will not take effect. + ## If you want to use this configuration make sure the storageSpec is not provided. + ## + enabled: true + ## @param alertmanager.persistence.storageClass Persistent Volume Storage Class + ## If defined, storageClassName: + ## If set to "-", storageClassName: "", which disables dynamic provisioning + ## If undefined (the default) or set to null, no storageClassName spec is + ## set, choosing the default provisioner. + ## + storageClass: "" + ## @param alertmanager.persistence.accessModes Persistent Volume Access Modes + ## + accessModes: + - ReadWriteOnce + ## @param alertmanager.persistence.size Persistent Volume Size + ## + size: 999Gi + ## @param alertmanager.paused If true, the Operator won't process any Alertmanager configuration changes + ## + paused: false + ## @param alertmanager.listenLocal ListenLocal makes the Alertmanager server listen on loopback + ## + listenLocal: false + ## @param alertmanager.containers Containers allows injecting additional containers + ## + containers: [] + ## @param alertmanager.volumes Volumes allows configuration of additional volumes. Evaluated as a template + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#alertmanagerspec + ## + volumes: [] + ## @param alertmanager.volumeMounts VolumeMounts allows configuration of additional VolumeMounts. Evaluated as a template + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/pi.md#alertmanagerspec + ## + volumeMounts: [] + ## @param alertmanager.priorityClassName Priority class assigned to the Pods + ## + priorityClassName: "" + ## @param alertmanager.additionalPeers AdditionalPeers allows injecting a set of additional Alertmanagers to peer with to form a highly available cluster + ## + additionalPeers: [] + ## @param alertmanager.routePrefix Prefix used to register routes, overriding externalUrl route + ## Useful for proxies that rewrite URLs. + ## + routePrefix: / + ## @param alertmanager.portName Port name used for the pods and governing service. This defaults to web + ## + portName: alertmanager + ## @param alertmanager.configNamespaceSelector AlertmanagerConfigs to be selected for to merge and configure Alertmanager with. This defaults to {} + ## + configNamespaceSelector: {} + ## @param alertmanager.configSelector Namespaces to be selected for AlertmanagerConfig discovery. If nil, only check own namespace. This defaults to {} + ## + configSelector: {} + +portal: + open: + enabled: true diff --git a/enterprise/prometheus/17.5.0/questions.yaml b/enterprise/prometheus/17.7.0/questions.yaml similarity index 100% rename from enterprise/prometheus/17.5.0/questions.yaml rename to enterprise/prometheus/17.7.0/questions.yaml diff --git a/enterprise/prometheus/17.5.0/templates/NOTES.txt b/enterprise/prometheus/17.7.0/templates/NOTES.txt similarity index 100% rename from enterprise/prometheus/17.5.0/templates/NOTES.txt rename to enterprise/prometheus/17.7.0/templates/NOTES.txt diff --git a/enterprise/prometheus/17.5.0/templates/_helpers.tpl b/enterprise/prometheus/17.7.0/templates/_helpers.tpl similarity index 100% rename from enterprise/prometheus/17.5.0/templates/_helpers.tpl rename to enterprise/prometheus/17.7.0/templates/_helpers.tpl diff --git a/enterprise/prometheus/17.5.0/templates/alertmanager/_alertmanager.tpl b/enterprise/prometheus/17.7.0/templates/alertmanager/_alertmanager.tpl similarity index 100% rename from enterprise/prometheus/17.5.0/templates/alertmanager/_alertmanager.tpl rename to enterprise/prometheus/17.7.0/templates/alertmanager/_alertmanager.tpl diff --git a/enterprise/prometheus/17.5.0/templates/alertmanager/secrets.yaml b/enterprise/prometheus/17.7.0/templates/alertmanager/secrets.yaml similarity index 100% rename from enterprise/prometheus/17.5.0/templates/alertmanager/secrets.yaml rename to enterprise/prometheus/17.7.0/templates/alertmanager/secrets.yaml diff --git a/enterprise/prometheus/17.5.0/templates/alertmanager/serviceaccount.yaml b/enterprise/prometheus/17.7.0/templates/alertmanager/serviceaccount.yaml similarity index 100% rename from enterprise/prometheus/17.5.0/templates/alertmanager/serviceaccount.yaml rename to enterprise/prometheus/17.7.0/templates/alertmanager/serviceaccount.yaml diff --git a/enterprise/prometheus/17.5.0/templates/alertmanager/servicemonitor.yaml b/enterprise/prometheus/17.7.0/templates/alertmanager/servicemonitor.yaml similarity index 100% rename from enterprise/prometheus/17.5.0/templates/alertmanager/servicemonitor.yaml rename to enterprise/prometheus/17.7.0/templates/alertmanager/servicemonitor.yaml diff --git a/enterprise/prometheus/17.5.0/templates/common.yaml b/enterprise/prometheus/17.7.0/templates/common.yaml similarity index 100% rename from enterprise/prometheus/17.5.0/templates/common.yaml rename to enterprise/prometheus/17.7.0/templates/common.yaml diff --git a/enterprise/prometheus/17.5.0/templates/prometheus/_additionalPrometheusRules.tpl b/enterprise/prometheus/17.7.0/templates/prometheus/_additionalPrometheusRules.tpl similarity index 100% rename from enterprise/prometheus/17.5.0/templates/prometheus/_additionalPrometheusRules.tpl rename to enterprise/prometheus/17.7.0/templates/prometheus/_additionalPrometheusRules.tpl diff --git a/enterprise/prometheus/17.5.0/templates/prometheus/_additionalScrapeJobs.tpl b/enterprise/prometheus/17.7.0/templates/prometheus/_additionalScrapeJobs.tpl similarity index 100% rename from enterprise/prometheus/17.5.0/templates/prometheus/_additionalScrapeJobs.tpl rename to enterprise/prometheus/17.7.0/templates/prometheus/_additionalScrapeJobs.tpl diff --git a/enterprise/prometheus/17.5.0/templates/prometheus/_prometheus.tpl b/enterprise/prometheus/17.7.0/templates/prometheus/_prometheus.tpl similarity index 100% rename from enterprise/prometheus/17.5.0/templates/prometheus/_prometheus.tpl rename to enterprise/prometheus/17.7.0/templates/prometheus/_prometheus.tpl diff --git a/enterprise/prometheus/17.5.0/templates/prometheus/_servicemonitor.tpl b/enterprise/prometheus/17.7.0/templates/prometheus/_servicemonitor.tpl similarity index 100% rename from enterprise/prometheus/17.5.0/templates/prometheus/_servicemonitor.tpl rename to enterprise/prometheus/17.7.0/templates/prometheus/_servicemonitor.tpl diff --git a/enterprise/prometheus/17.5.0/templates/prometheus/clusterrole.yaml b/enterprise/prometheus/17.7.0/templates/prometheus/clusterrole.yaml similarity index 100% rename from enterprise/prometheus/17.5.0/templates/prometheus/clusterrole.yaml rename to enterprise/prometheus/17.7.0/templates/prometheus/clusterrole.yaml diff --git a/enterprise/prometheus/17.5.0/templates/prometheus/clusterrolebinding.yaml b/enterprise/prometheus/17.7.0/templates/prometheus/clusterrolebinding.yaml similarity index 100% rename from enterprise/prometheus/17.5.0/templates/prometheus/clusterrolebinding.yaml rename to enterprise/prometheus/17.7.0/templates/prometheus/clusterrolebinding.yaml diff --git a/enterprise/prometheus/17.5.0/templates/prometheus/serviceaccount.yaml b/enterprise/prometheus/17.7.0/templates/prometheus/serviceaccount.yaml similarity index 100% rename from enterprise/prometheus/17.5.0/templates/prometheus/serviceaccount.yaml rename to enterprise/prometheus/17.7.0/templates/prometheus/serviceaccount.yaml diff --git a/enterprise/prometheus/17.5.0/values.yaml b/enterprise/prometheus/17.7.0/values.yaml similarity index 100% rename from enterprise/prometheus/17.5.0/values.yaml rename to enterprise/prometheus/17.7.0/values.yaml diff --git a/enterprise/traefik/26.4.12/CHANGELOG.md b/enterprise/traefik/26.4.12/CHANGELOG.md deleted file mode 100644 index ed8692eb617..00000000000 --- a/enterprise/traefik/26.4.12/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [traefik-26.4.12](https://github.com/truecharts/charts/compare/traefik-26.4.11...traefik-26.4.12) (2024-03-05) - -### Chore - - - -- update container image tccr.io/tccr/traefik to v2.11.0[@bc60726](https://github.com/bc60726) by renovate ([#18928](https://github.com/truecharts/charts/issues/18928)) - - -## [traefik-26.4.11](https://github.com/truecharts/charts/compare/traefik-26.4.9...traefik-26.4.11) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -## [traefik-25.1.17](https://github.com/truecharts/charts/compare/traefik-25.1.16...traefik-25.1.17) (2024-02-12) - -### Chore - - - -- update container image tccr.io/tccr/traefik to v2.10.7[@ec52218](https://github.com/ec52218) by renovate ([#18109](https://github.com/truecharts/charts/issues/18109)) - - -## [traefik-25.1.16](https://github.com/truecharts/charts/compare/traefik-25.1.15...traefik-25.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [traefik-25.1.15](https://github.com/truecharts/charts/compare/traefik-25.1.14...traefik-25.1.15) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [traefik-25.1.14](https://github.com/truecharts/charts/compare/traefik-25.1.13...traefik-25.1.14) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [traefik-25.1.13](https://github.com/truecharts/charts/compare/traefik-25.1.12...traefik-25.1.13) (2024-01-21) diff --git a/enterprise/traefik/26.4.12/Chart.yaml b/enterprise/traefik/26.4.12/Chart.yaml deleted file mode 100644 index ccaaeba209f..00000000000 --- a/enterprise/traefik/26.4.12/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: network - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: enterprise -apiVersion: v2 -appVersion: 2.11.0 -dependencies: - - name: common - version: 18.1.6 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Traefik is a flexible reverse proxy and Ingress Provider. -home: https://truecharts.org/charts/enterprise/traefik -icon: https://truecharts.org/img/hotlink-ok/chart-icons/traefik.png -keywords: - - traefik - - ingress -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: traefik -sources: - - https://github.com/traefik/traefik - - https://github.com/traefik/traefik-helm-chart - - https://traefik.io/ - - https://github.com/truecharts/charts/tree/master/charts/enterprise/traefik - - https://github.com/truecharts/containers/tree/master/apps/traefik -type: application -version: 26.4.12 diff --git a/enterprise/traefik/26.4.12/app-changelog.md b/enterprise/traefik/26.4.12/app-changelog.md deleted file mode 100644 index dc5ff411dcc..00000000000 --- a/enterprise/traefik/26.4.12/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [traefik-26.4.12](https://github.com/truecharts/charts/compare/traefik-26.4.11...traefik-26.4.12) (2024-03-05) - -### Chore - - - -- update container image tccr.io/tccr/traefik to v2.11.0[@bc60726](https://github.com/bc60726) by renovate ([#18928](https://github.com/truecharts/charts/issues/18928)) \ No newline at end of file diff --git a/enterprise/traefik/26.4.12/charts/common-18.1.6.tgz b/enterprise/traefik/26.4.12/charts/common-18.1.6.tgz deleted file mode 100644 index 3ada4bb6e11..00000000000 Binary files a/enterprise/traefik/26.4.12/charts/common-18.1.6.tgz and /dev/null differ diff --git a/enterprise/traefik/26.4.12/ix_values.yaml b/enterprise/traefik/26.4.12/ix_values.yaml deleted file mode 100644 index 23545f0b112..00000000000 --- a/enterprise/traefik/26.4.12/ix_values.yaml +++ /dev/null @@ -1,497 +0,0 @@ -image: - repository: tccr.io/tccr/traefik - tag: v2.11.0@sha256:bc607266aea202d65460dda5621d5dff4f143610ed012f46ab91b3238a601a35 - pullPolicy: IfNotPresent -manifestManager: - enabled: true -workload: - main: - replicas: 2 - strategy: RollingUpdate - podSpec: - containers: - main: - args: [] - probes: - # -- Liveness probe configuration - # @default -- See below - liveness: - # -- sets the probe type when not using a custom probe - # @default -- "TCP" - type: tcp - # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used - # @default -- "/" - # path: "/ping" - # -- Readiness probe configuration - # @default -- See below - readiness: - # -- sets the probe type when not using a custom probe - # @default -- "TCP" - type: tcp - # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used - # @default -- "/" - # path: "/ping" - # -- Startup probe configuration - # @default -- See below - startup: - # -- sets the probe type when not using a custom probe - # @default -- "TCP" - type: tcp - # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used - # @default -- "/" - # path: "/ping" -# -- Options for all pods -# Can be overruled per pod -podOptions: - automountServiceAccountToken: true -operator: - register: true -# -- Use ingressClass. Ignored if Traefik version < 2.3 / kubernetes < 1.18.x -ingressClass: - # true is not unit-testable yet, pending https://github.com/rancher/helm-unittest/pull/12 - enabled: false - isDefaultClass: false - # Use to force a networking.k8s.io API Version for certain CI/CD applications. E.g. "v1beta1" - fallbackApiVersion: "" -# -- Create an IngressRoute for the dashboard -ingressRoute: - dashboard: - enabled: true - # Additional ingressRoute annotations (e.g. for kubernetes.io/ingress.class) - annotations: {} - # Additional ingressRoute labels (e.g. for filtering IngressRoute by custom labels) - labels: {} -# -# -- Configure providers -providers: - kubernetesCRD: - enabled: true - namespaces: [] - # - "default" - kubernetesIngress: - enabled: true - # labelSelector: environment=production,method=traefik - namespaces: [] - # - "default" - # IP used for Kubernetes Ingress endpoints - publishedService: - enabled: true - # Published Kubernetes Service to copy status from. Format: namespace/servicename - # By default this Traefik service - # pathOverride: "" -# -- Logs -# https://docs.traefik.io/observability/logs/ -logs: - # Traefik logs concern everything that happens to Traefik itself (startup, configuration, events, shutdown, and so on). - general: - # By default, the level is set to ERROR. Alternative logging levels are DEBUG, PANIC, FATAL, ERROR, WARN, and INFO. - level: ERROR - # -- Set the format of General Logs to be either Common Log Format or JSON. For more information: https://doc.traefik.io/traefik/observability/logs/#format - format: common - access: - # To enable access logs - enabled: false - # To write the logs in an asynchronous fashion, specify a bufferingSize option. - # This option represents the number of log lines Traefik will keep in memory before writing - # them to the selected output. In some cases, this option can greatly help performances. - # bufferingSize: 100 - # Filtering https://docs.traefik.io/observability/access-logs/#filtering - filters: {} - # statuscodes: "200,300-302" - # retryattempts: true - # minduration: 10ms - # Fields - # https://docs.traefik.io/observability/access-logs/#limiting-the-fieldsincluding-headers - fields: - general: - defaultmode: keep - names: {} - # Examples: - # ClientUsername: drop - headers: - defaultmode: drop - names: {} - # Examples: - # User-Agent: redact - # Authorization: drop - # Content-Type: keep - # -- Set the format of Access Logs to be either Common Log Format or JSON. For more information: https://doc.traefik.io/traefik/observability/access-logs/#format - format: common -metrics: - main: - enabled: true - type: servicemonitor - endpoints: - - port: metrics - path: /metrics - targetSelector: metrics - -globalArguments: - - "--global.checknewversion" - -configmap: - dashboard: - enabled: true - labels: - grafana_dashboard: "1" - data: - traefik.json: >- - {{ .Files.Get "dashboard.json" | indent 8 }} - -## -# -- Additional arguments to be passed at Traefik's binary -# All available options available on https://docs.traefik.io/reference/static-configuration/cli/ -## Use curly braces to pass values: `helm install --set="additionalArguments={--providers.kubernetesingress.ingressclass=traefik-internal,--log.level=DEBUG}"` -additionalArguments: - - "--serverstransport.insecureskipverify=true" - - "--providers.kubernetesingress.allowexternalnameservices=true" - -# -- Default clusterCertificate generated by clusterissuer -defaultCertificate: "" - -# -- Add custom DNSStore objects -tlsStore: {} - -# -- TLS Options to be created as TLSOption CRDs -# https://doc.traefik.io/tccr.io/truecharts/https/tls/#tls-options -# Example: -tlsOptions: - default: - sniStrict: false - minVersion: VersionTLS12 - curvePreferences: - - CurveP521 - - CurveP384 - cipherSuites: - - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 - - TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 - - TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305 - - TLS_AES_128_GCM_SHA256 - - TLS_AES_256_GCM_SHA384 - - TLS_CHACHA20_POLY1305_SHA256 -# -- Options for the main traefik service, where the entrypoints traffic comes from -# from. -service: - main: - type: LoadBalancer - ports: - main: - port: 9000 - targetPort: 9000 - protocol: http - # -- Forwarded Headers should never be enabled on Main entrypoint - forwardedHeaders: - enabled: false - # -- Proxy Protocol should never be enabled on Main entrypoint - proxyProtocol: - enabled: false - tcp: - enabled: true - type: LoadBalancer - externalTrafficPolicy: Local - ports: - web: - enabled: true - port: 80 - protocol: http - redirectTo: websecure - # Options: Empty, 0 (ingore), or positive int - # redirectPort: - # -- Configure (Forwarded Headers)[https://doc.traefik.io/traefik/routing/entrypoints/#forwarded-headers] Support - forwardedHeaders: - enabled: false - # -- List of trusted IP and CIDR references - trustedIPs: [] - # -- Trust all forwarded headers - insecureMode: false - # -- Configure (Proxy Protocol Headers)[https://doc.traefik.io/traefik/routing/entrypoints/#proxyprotocol] Support - proxyProtocol: - enabled: false - # -- Only IPs in trustedIPs will lead to remote client address replacement - trustedIPs: [] - # -- Trust every incoming connection - insecureMode: false - websecure: - enabled: true - port: 443 - protocol: https - # -- Configure (Forwarded Headers)[https://doc.traefik.io/traefik/routing/entrypoints/#forwarded-headers] Support - forwardedHeaders: - enabled: false - # -- List of trusted IP and CIDR references - trustedIPs: [] - # -- Trust all forwarded headers - insecureMode: false - # -- Configure (Proxy Protocol Headers)[https://doc.traefik.io/traefik/routing/entrypoints/#proxyprotocol] Support - proxyProtocol: - enabled: false - # -- Only IPs in trustedIPs will lead to remote client address replacement - trustedIPs: [] - # -- Trust every incoming connection - insecureMode: false - # tcpexample: - # enabled: true - # targetPort: 9443 - # protocol: tcp - # tls: - # enabled: false - # # this is the name of a TLSOption definition - # options: "" - # certResolver: "" - # domains: [] - # # - main: example.com - # # sans: - # # - foo.example.com - # # - bar.example.com - metrics: - enabled: true - type: ClusterIP - ports: - metrics: - enabled: true - port: 9180 - targetPort: 9180 - protocol: http - # -- Forwarded Headers should never be enabled on Metrics entrypoint - forwardedHeaders: - enabled: false - # -- Proxy Protocol should never be enabled on Metrics entrypoint - proxyProtocol: - enabled: false - # udp: - # enabled: false -# -- Whether Role Based Access Control objects like roles and rolebindings should be created -rbac: - main: - enabled: true - primary: true - clusterWide: true - rules: - - apiGroups: - - "" - resources: - - services - - endpoints - - secrets - verbs: - - get - - list - - watch - - apiGroups: - - extensions - - networking.k8s.io - resources: - - ingresses - - ingressclasses - verbs: - - get - - list - - watch - - apiGroups: - - extensions - - networking.k8s.io - resources: - - ingresses/status - verbs: - - update - - apiGroups: - - traefik.containo.us - - traefik.io - resources: - - middlewares - - middlewaretcps - - ingressroutes - - traefikservices - - ingressroutetcps - - ingressrouteudps - - tlsoptions - - tlsstores - - serverstransports - verbs: - - get - - list - - watch -# -- The service account the pods will use to interact with the Kubernetes API -serviceAccount: - main: - enabled: true - primary: true -# -- SCALE Middleware Handlers -middlewares: - basicAuth: [] - # - name: basicauthexample - # users: - # - username: testuser - # password: testpassword - forwardAuth: [] - # - name: forwardAuthexample - # address: https://auth.example.com/ - # authResponseHeaders: - # - X-Secret - # - X-Auth-User - # authRequestHeaders: - # - "Accept" - # - "X-CustomHeader" - # authResponseHeadersRegex: "^X-" - # trustForwardHeader: true - customRequestHeaders: [] - # - name: customRequestHeaderExample - # headers: - # - name: X-Custom-Header - # value: "foobar" - # - name: X-Header-To-Remove - # value: "" - customResponseHeaders: [] - # - name: customResponseHeaderExample - # headers: - # - name: X-Custom-Header - # value: "foobar" - # - name: X-Header-To-Remove - # value: "" - rewriteResponseHeaders: [] - # - name: rewriteResponseHeadersName - # headers: - # - name: "Location" - # regex: "^http://(.+)$" - # replacement: "https://$1" - # - name: "Date" - # regex: "^[^,]+,\\s*(.+)$" - # replacement: "$1" - customFrameOptionsValue: [] - # - name: customFrameOptionsValueExample - # value: "SAMEORIGIN" - buffering: [] - # - name: bufferingExample - # maxRequestBodyBytes: 1000000 - # memRequestBodyBytes: 1000000 - # maxResponseBodyBytes: 1000000 - # memResponseBodyBytes: 1000000 - # retryExpression: "IsNetworkError() && Attempts() < 2" - chain: [] - # - name: chainname - # middlewares: - # - name: compress - redirectScheme: [] - # - name: redirectSchemeName - # scheme: https - # permanent: true - rateLimit: [] - # - name: rateLimitName - # average: 300 - # burst: 200 - redirectRegex: [] - # - name: redirectRegexName - # regex: putregexhere - # replacement: replacementurlhere - # permanent: false - stripPrefixRegex: [] - # - name: stripPrefixRegexName - # regex: [] - ipWhiteList: [] - # - name: ipWhiteListName - # sourceRange: [] - # ipStrategy: - # depth: 2 - # excludedIPs: [] - themePark: [] - # - name: themeParkName - # -- Supported apps, lower case name - # -- https://docs.theme-park.dev/themes - # app: appnamehere - # -- Supported themes, lower case name - # -- https://docs.theme-park.dev/themes/APPNAMEHERE - # -- https://docs.theme-park.dev/community-themes - # theme: themenamehere - # -- https://theme-park.dev or a self hosted url - # baseUrl: https://theme-park.dev - # Sets X-Real-Ip with an IP from the X-Forwarded-For or - # Cf-Connecting-Ip (If from Cloudflare) - # Evaluation of those headers will go from last to first - realIP: [] - # - name: realIPName - # -- The real IP will be the first one that is - # -- not included in any of the CIDRs passed here - # excludedNetworks: - # - 1.1.1.1/24 - addPrefix: [] - # - name: addPrefixName - # prefix: "/foo" - geoBlock: [] - # -- https://github.com/PascalMinder/geoblock - # - name: geoBlockName - # allowLocalRequests: true - # logLocalRequests: false - # logAllowedRequests: false - # logApiRequests: false - # api: https://get.geojs.io/v1/ip/country/{ip} - # apiTimeoutMs: 500 - # cacheSize: 25 - # forceMonthlyUpdate: true - # allowUnknownCountries: false - # unknownCountryApiResponse: nil - # blackListMode: false - # countries: - # - RU - modsecurity: [] - # - name: modsecurityName - # modSecurityUrl: modSecurity container URL - # timeoutMillis: Configurated timeout - # maxBodySize: maxBodySize - bouncer: [] - # - name: bouncer - # enabled: false - # logLevel: DEBUG - # updateIntervalSeconds: 60 - # defaultDecisionSeconds: 60 - # httpTimeoutSeconds: 10 - # crowdsecMode: live - # crowdsecAppsecEnabled: false - # crowdsecAppsecHost: crowdsec:7422 - # crowdsecAppsecFailureBlock: true - # crowdsecLapiKey: privateKey-foo - # crowdsecLapiKeyFile: /etc/traefik/cs-privateKey-foo - # crowdsecLapiHost: crowdsec:8080 - # crowdsecLapiScheme: http - # crowdsecLapiTLSInsecureVerify: false - # crowdsecCapiMachineId: login - # crowdsecCapiPassword: password - # crowdsecCapiScenarios: - # - crowdsecurity/http-path-traversal-probing - # - crowdsecurity/http-xss-probing - # - crowdsecurity/http-generic-bf - # forwardedHeadersTrustedIPs: - # - 10.0.10.23/32 - # - 10.0.20.0/24 - # clientTrustedIPs: - # - 192.168.1.0/24 - # forwardedHeadersCustomName: X-Custom-Header - # redisCacheEnabled: false - # redisCacheHost: "redis:6379" - # redisCachePassword: password - # redisCacheDatabase: "5" - # crowdsecLapiTLSCertificateAuthority: |- - # crowdsecLapiTLSCertificateAuthorityFile: /etc/traefik/crowdsec-certs/ca.pem - # crowdsecLapiTLSCertificateBouncer: |- - # crowdsecLapiTLSCertificateBouncerFile: /etc/traefik/crowdsec-certs/bouncer.pem - # crowdsecLapiTLSCertificateBouncerKey: |- - # crowdsecLapiTLSCertificateBouncerKeyFile: /etc/traefik/crowdsec-certs/bouncer-key.pem - ## Note: body of every request will be buffered in memory while the request is in-flight - ## (i.e.: during the security check and during the request processing by traefik and the backend), - ## so you may want to tune maxBodySize depending on how much RAM you have. -portalhook: - enabled: true -persistence: - plugins: - enabled: true - mountPath: "/plugins-storage" - type: emptyDir - crowdsec-bouncer-tls: - enabled: "{{ if .Values.middlewares.bouncer }}true{{ else }}false{{ end }}" - mountPath: "/etc/traefik/crowdsec-certs" - type: secret - expandObjectName: false - objectName: crowdsec-bouncer-tls -portal: - open: - enabled: true - path: /dashboard/ diff --git a/enterprise/traefik/26.4.12/.helmignore b/enterprise/traefik/26.5.0/.helmignore similarity index 100% rename from enterprise/traefik/26.4.12/.helmignore rename to enterprise/traefik/26.5.0/.helmignore diff --git a/enterprise/traefik/26.5.0/CHANGELOG.md b/enterprise/traefik/26.5.0/CHANGELOG.md new file mode 100644 index 00000000000..a8bd6fd0b59 --- /dev/null +++ b/enterprise/traefik/26.5.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [traefik-26.5.0](https://github.com/truecharts/charts/compare/traefik-26.4.15...traefik-26.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [traefik-26.4.15](https://github.com/truecharts/charts/compare/traefik-26.4.14...traefik-26.4.15) (2024-03-06) + + +## [traefik-26.4.14](https://github.com/truecharts/charts/compare/traefik-26.4.13...traefik-26.4.14) (2024-03-05) + +### Fix + + + +- bump common to fix some loadbalancer issues with metallb + + +## [traefik-26.4.13](https://github.com/truecharts/charts/compare/traefik-26.4.12...traefik-26.4.13) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [traefik-26.4.12](https://github.com/truecharts/charts/compare/traefik-26.4.11...traefik-26.4.12) (2024-03-05) + +### Chore + + + +- update container image tccr.io/tccr/traefik to v2.11.0[@bc60726](https://github.com/bc60726) by renovate ([#18928](https://github.com/truecharts/charts/issues/18928)) + + +## [traefik-26.4.11](https://github.com/truecharts/charts/compare/traefik-26.4.9...traefik-26.4.11) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## [traefik-25.1.17](https://github.com/truecharts/charts/compare/traefik-25.1.16...traefik-25.1.17) (2024-02-12) + +### Chore + + + +- update container image tccr.io/tccr/traefik to v2.10.7[@ec52218](https://github.com/ec52218) by renovate ([#18109](https://github.com/truecharts/charts/issues/18109)) diff --git a/enterprise/traefik/26.5.0/Chart.yaml b/enterprise/traefik/26.5.0/Chart.yaml new file mode 100644 index 00000000000..751a9f03df2 --- /dev/null +++ b/enterprise/traefik/26.5.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: 2.11.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Traefik is a flexible reverse proxy and Ingress Provider. +home: https://truecharts.org/charts/enterprise/traefik +icon: https://truecharts.org/img/hotlink-ok/chart-icons/traefik.png +keywords: + - traefik + - ingress +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: traefik +sources: + - https://github.com/traefik/traefik + - https://github.com/traefik/traefik-helm-chart + - https://traefik.io/ + - https://github.com/truecharts/charts/tree/master/charts/enterprise/traefik + - https://github.com/truecharts/containers/tree/master/apps/traefik +type: application +version: 26.5.0 diff --git a/enterprise/traefik/26.4.12/README.md b/enterprise/traefik/26.5.0/README.md similarity index 100% rename from enterprise/traefik/26.4.12/README.md rename to enterprise/traefik/26.5.0/README.md diff --git a/enterprise/traefik/26.5.0/app-changelog.md b/enterprise/traefik/26.5.0/app-changelog.md new file mode 100644 index 00000000000..c02f6b73c37 --- /dev/null +++ b/enterprise/traefik/26.5.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [traefik-26.5.0](https://github.com/truecharts/charts/compare/traefik-26.4.15...traefik-26.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/enterprise/traefik/26.4.12/app-readme.md b/enterprise/traefik/26.5.0/app-readme.md similarity index 100% rename from enterprise/traefik/26.4.12/app-readme.md rename to enterprise/traefik/26.5.0/app-readme.md diff --git a/enterprise/traefik/26.5.0/charts/common-18.2.0.tgz b/enterprise/traefik/26.5.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/enterprise/traefik/26.5.0/charts/common-18.2.0.tgz differ diff --git a/enterprise/traefik/26.4.12/crds/traefik.containo.us_ingressroutes.yaml b/enterprise/traefik/26.5.0/crds/traefik.containo.us_ingressroutes.yaml similarity index 100% rename from enterprise/traefik/26.4.12/crds/traefik.containo.us_ingressroutes.yaml rename to enterprise/traefik/26.5.0/crds/traefik.containo.us_ingressroutes.yaml diff --git a/enterprise/traefik/26.4.12/crds/traefik.containo.us_ingressroutetcps.yaml b/enterprise/traefik/26.5.0/crds/traefik.containo.us_ingressroutetcps.yaml similarity index 100% rename from enterprise/traefik/26.4.12/crds/traefik.containo.us_ingressroutetcps.yaml rename to enterprise/traefik/26.5.0/crds/traefik.containo.us_ingressroutetcps.yaml diff --git a/enterprise/traefik/26.4.12/crds/traefik.containo.us_ingressrouteudps.yaml b/enterprise/traefik/26.5.0/crds/traefik.containo.us_ingressrouteudps.yaml similarity index 100% rename from enterprise/traefik/26.4.12/crds/traefik.containo.us_ingressrouteudps.yaml rename to enterprise/traefik/26.5.0/crds/traefik.containo.us_ingressrouteudps.yaml diff --git a/enterprise/traefik/26.4.12/crds/traefik.containo.us_middlewares.yaml b/enterprise/traefik/26.5.0/crds/traefik.containo.us_middlewares.yaml similarity index 100% rename from enterprise/traefik/26.4.12/crds/traefik.containo.us_middlewares.yaml rename to enterprise/traefik/26.5.0/crds/traefik.containo.us_middlewares.yaml diff --git a/enterprise/traefik/26.4.12/crds/traefik.containo.us_middlewaretcps.yaml b/enterprise/traefik/26.5.0/crds/traefik.containo.us_middlewaretcps.yaml similarity index 100% rename from enterprise/traefik/26.4.12/crds/traefik.containo.us_middlewaretcps.yaml rename to enterprise/traefik/26.5.0/crds/traefik.containo.us_middlewaretcps.yaml diff --git a/enterprise/traefik/26.4.12/crds/traefik.containo.us_serverstransports.yaml b/enterprise/traefik/26.5.0/crds/traefik.containo.us_serverstransports.yaml similarity index 100% rename from enterprise/traefik/26.4.12/crds/traefik.containo.us_serverstransports.yaml rename to enterprise/traefik/26.5.0/crds/traefik.containo.us_serverstransports.yaml diff --git a/enterprise/traefik/26.4.12/crds/traefik.containo.us_tlsoptions.yaml b/enterprise/traefik/26.5.0/crds/traefik.containo.us_tlsoptions.yaml similarity index 100% rename from enterprise/traefik/26.4.12/crds/traefik.containo.us_tlsoptions.yaml rename to enterprise/traefik/26.5.0/crds/traefik.containo.us_tlsoptions.yaml diff --git a/enterprise/traefik/26.4.12/crds/traefik.containo.us_tlsstores.yaml b/enterprise/traefik/26.5.0/crds/traefik.containo.us_tlsstores.yaml similarity index 100% rename from enterprise/traefik/26.4.12/crds/traefik.containo.us_tlsstores.yaml rename to enterprise/traefik/26.5.0/crds/traefik.containo.us_tlsstores.yaml diff --git a/enterprise/traefik/26.4.12/crds/traefik.containo.us_traefikservices.yaml b/enterprise/traefik/26.5.0/crds/traefik.containo.us_traefikservices.yaml similarity index 100% rename from enterprise/traefik/26.4.12/crds/traefik.containo.us_traefikservices.yaml rename to enterprise/traefik/26.5.0/crds/traefik.containo.us_traefikservices.yaml diff --git a/enterprise/traefik/26.4.12/crds/traefik.io_ingressroutes.yaml b/enterprise/traefik/26.5.0/crds/traefik.io_ingressroutes.yaml similarity index 100% rename from enterprise/traefik/26.4.12/crds/traefik.io_ingressroutes.yaml rename to enterprise/traefik/26.5.0/crds/traefik.io_ingressroutes.yaml diff --git a/enterprise/traefik/26.4.12/crds/traefik.io_ingressroutetcps.yaml b/enterprise/traefik/26.5.0/crds/traefik.io_ingressroutetcps.yaml similarity index 100% rename from enterprise/traefik/26.4.12/crds/traefik.io_ingressroutetcps.yaml rename to enterprise/traefik/26.5.0/crds/traefik.io_ingressroutetcps.yaml diff --git a/enterprise/traefik/26.4.12/crds/traefik.io_ingressrouteudps.yaml b/enterprise/traefik/26.5.0/crds/traefik.io_ingressrouteudps.yaml similarity index 100% rename from enterprise/traefik/26.4.12/crds/traefik.io_ingressrouteudps.yaml rename to enterprise/traefik/26.5.0/crds/traefik.io_ingressrouteudps.yaml diff --git a/enterprise/traefik/26.4.12/crds/traefik.io_middlewares.yaml b/enterprise/traefik/26.5.0/crds/traefik.io_middlewares.yaml similarity index 100% rename from enterprise/traefik/26.4.12/crds/traefik.io_middlewares.yaml rename to enterprise/traefik/26.5.0/crds/traefik.io_middlewares.yaml diff --git a/enterprise/traefik/26.4.12/crds/traefik.io_middlewaretcps.yaml b/enterprise/traefik/26.5.0/crds/traefik.io_middlewaretcps.yaml similarity index 100% rename from enterprise/traefik/26.4.12/crds/traefik.io_middlewaretcps.yaml rename to enterprise/traefik/26.5.0/crds/traefik.io_middlewaretcps.yaml diff --git a/enterprise/traefik/26.4.12/crds/traefik.io_serverstransports.yaml b/enterprise/traefik/26.5.0/crds/traefik.io_serverstransports.yaml similarity index 100% rename from enterprise/traefik/26.4.12/crds/traefik.io_serverstransports.yaml rename to enterprise/traefik/26.5.0/crds/traefik.io_serverstransports.yaml diff --git a/enterprise/traefik/26.4.12/crds/traefik.io_serverstransporttcps.yaml b/enterprise/traefik/26.5.0/crds/traefik.io_serverstransporttcps.yaml similarity index 100% rename from enterprise/traefik/26.4.12/crds/traefik.io_serverstransporttcps.yaml rename to enterprise/traefik/26.5.0/crds/traefik.io_serverstransporttcps.yaml diff --git a/enterprise/traefik/26.4.12/crds/traefik.io_tlsoptions.yaml b/enterprise/traefik/26.5.0/crds/traefik.io_tlsoptions.yaml similarity index 100% rename from enterprise/traefik/26.4.12/crds/traefik.io_tlsoptions.yaml rename to enterprise/traefik/26.5.0/crds/traefik.io_tlsoptions.yaml diff --git a/enterprise/traefik/26.4.12/crds/traefik.io_tlsstores.yaml b/enterprise/traefik/26.5.0/crds/traefik.io_tlsstores.yaml similarity index 100% rename from enterprise/traefik/26.4.12/crds/traefik.io_tlsstores.yaml rename to enterprise/traefik/26.5.0/crds/traefik.io_tlsstores.yaml diff --git a/enterprise/traefik/26.4.12/crds/traefik.io_traefikservices.yaml b/enterprise/traefik/26.5.0/crds/traefik.io_traefikservices.yaml similarity index 100% rename from enterprise/traefik/26.4.12/crds/traefik.io_traefikservices.yaml rename to enterprise/traefik/26.5.0/crds/traefik.io_traefikservices.yaml diff --git a/enterprise/traefik/26.4.12/dashboard.json b/enterprise/traefik/26.5.0/dashboard.json similarity index 100% rename from enterprise/traefik/26.4.12/dashboard.json rename to enterprise/traefik/26.5.0/dashboard.json diff --git a/enterprise/traefik/26.5.0/ix_values.yaml b/enterprise/traefik/26.5.0/ix_values.yaml new file mode 100644 index 00000000000..45600bb66bd --- /dev/null +++ b/enterprise/traefik/26.5.0/ix_values.yaml @@ -0,0 +1,498 @@ +image: + repository: tccr.io/tccr/traefik + tag: v2.11.0@sha256:bc607266aea202d65460dda5621d5dff4f143610ed012f46ab91b3238a601a35 + pullPolicy: IfNotPresent +manifestManager: + enabled: true +workload: + main: + replicas: 2 + strategy: RollingUpdate + podSpec: + containers: + main: + args: [] + probes: + # -- Liveness probe configuration + # @default -- See below + liveness: + # -- sets the probe type when not using a custom probe + # @default -- "TCP" + type: tcp + # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used + # @default -- "/" + # path: "/ping" + # -- Readiness probe configuration + # @default -- See below + readiness: + # -- sets the probe type when not using a custom probe + # @default -- "TCP" + type: tcp + # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used + # @default -- "/" + # path: "/ping" + # -- Startup probe configuration + # @default -- See below + startup: + # -- sets the probe type when not using a custom probe + # @default -- "TCP" + type: tcp + # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used + # @default -- "/" + # path: "/ping" +# -- Options for all pods +# Can be overruled per pod +podOptions: + automountServiceAccountToken: true +operator: + register: true +# -- Use ingressClass. Ignored if Traefik version < 2.3 / kubernetes < 1.18.x +ingressClass: + # true is not unit-testable yet, pending https://github.com/rancher/helm-unittest/pull/12 + enabled: false + isDefaultClass: false + # Use to force a networking.k8s.io API Version for certain CI/CD applications. E.g. "v1beta1" + fallbackApiVersion: "" +# -- Create an IngressRoute for the dashboard +ingressRoute: + dashboard: + enabled: true + # Additional ingressRoute annotations (e.g. for kubernetes.io/ingress.class) + annotations: {} + # Additional ingressRoute labels (e.g. for filtering IngressRoute by custom labels) + labels: {} +# +# -- Configure providers +providers: + kubernetesCRD: + enabled: true + namespaces: [] + # - "default" + kubernetesIngress: + enabled: true + # labelSelector: environment=production,method=traefik + namespaces: [] + # - "default" + # IP used for Kubernetes Ingress endpoints + publishedService: + enabled: true + # Published Kubernetes Service to copy status from. Format: namespace/servicename + # By default this Traefik service + # pathOverride: "" +# -- Logs +# https://docs.traefik.io/observability/logs/ +logs: + # Traefik logs concern everything that happens to Traefik itself (startup, configuration, events, shutdown, and so on). + general: + # By default, the level is set to ERROR. Alternative logging levels are DEBUG, PANIC, FATAL, ERROR, WARN, and INFO. + level: ERROR + # -- Set the format of General Logs to be either Common Log Format or JSON. For more information: https://doc.traefik.io/traefik/observability/logs/#format + format: common + access: + # To enable access logs + enabled: false + # To write the logs in an asynchronous fashion, specify a bufferingSize option. + # This option represents the number of log lines Traefik will keep in memory before writing + # them to the selected output. In some cases, this option can greatly help performances. + # bufferingSize: 100 + # Filtering https://docs.traefik.io/observability/access-logs/#filtering + filters: {} + # statuscodes: "200,300-302" + # retryattempts: true + # minduration: 10ms + # Fields + # https://docs.traefik.io/observability/access-logs/#limiting-the-fieldsincluding-headers + fields: + general: + defaultmode: keep + names: {} + # Examples: + # ClientUsername: drop + headers: + defaultmode: drop + names: {} + # Examples: + # User-Agent: redact + # Authorization: drop + # Content-Type: keep + # -- Set the format of Access Logs to be either Common Log Format or JSON. For more information: https://doc.traefik.io/traefik/observability/access-logs/#format + format: common +metrics: + main: + enabled: true + type: servicemonitor + endpoints: + - port: metrics + path: /metrics + targetSelector: metrics + +globalArguments: + - "--global.checknewversion" + +configmap: + dashboard: + enabled: true + labels: + grafana_dashboard: "1" + data: + traefik.json: >- + {{ .Files.Get "dashboard.json" | indent 8 }} + +## +# -- Additional arguments to be passed at Traefik's binary +# All available options available on https://docs.traefik.io/reference/static-configuration/cli/ +## Use curly braces to pass values: `helm install --set="additionalArguments={--providers.kubernetesingress.ingressclass=traefik-internal,--log.level=DEBUG}"` +additionalArguments: + - "--serverstransport.insecureskipverify=true" + - "--providers.kubernetesingress.allowexternalnameservices=true" + +# -- Default clusterCertificate generated by clusterissuer +defaultCertificate: "" + +# -- Add custom DNSStore objects +tlsStore: {} + +# -- TLS Options to be created as TLSOption CRDs +# https://doc.traefik.io/tccr.io/truecharts/https/tls/#tls-options +# Example: +tlsOptions: + default: + sniStrict: false + minVersion: VersionTLS12 + curvePreferences: + - CurveP521 + - CurveP384 + cipherSuites: + - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 + - TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 + - TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305 + - TLS_AES_128_GCM_SHA256 + - TLS_AES_256_GCM_SHA384 + - TLS_CHACHA20_POLY1305_SHA256 +# -- Options for the main traefik service, where the entrypoints traffic comes from +# from. +service: + main: + type: LoadBalancer + ports: + main: + port: 9000 + targetPort: 9000 + protocol: http + # -- Forwarded Headers should never be enabled on Main entrypoint + forwardedHeaders: + enabled: false + # -- Proxy Protocol should never be enabled on Main entrypoint + proxyProtocol: + enabled: false + tcp: + enabled: true + type: LoadBalancer + ## In most cases, you want this changed to `Local` + externalTrafficPolicy: Cluster + ports: + web: + enabled: true + port: 80 + protocol: http + redirectTo: websecure + # Options: Empty, 0 (ingore), or positive int + # redirectPort: + # -- Configure (Forwarded Headers)[https://doc.traefik.io/traefik/routing/entrypoints/#forwarded-headers] Support + forwardedHeaders: + enabled: false + # -- List of trusted IP and CIDR references + trustedIPs: [] + # -- Trust all forwarded headers + insecureMode: false + # -- Configure (Proxy Protocol Headers)[https://doc.traefik.io/traefik/routing/entrypoints/#proxyprotocol] Support + proxyProtocol: + enabled: false + # -- Only IPs in trustedIPs will lead to remote client address replacement + trustedIPs: [] + # -- Trust every incoming connection + insecureMode: false + websecure: + enabled: true + port: 443 + protocol: https + # -- Configure (Forwarded Headers)[https://doc.traefik.io/traefik/routing/entrypoints/#forwarded-headers] Support + forwardedHeaders: + enabled: false + # -- List of trusted IP and CIDR references + trustedIPs: [] + # -- Trust all forwarded headers + insecureMode: false + # -- Configure (Proxy Protocol Headers)[https://doc.traefik.io/traefik/routing/entrypoints/#proxyprotocol] Support + proxyProtocol: + enabled: false + # -- Only IPs in trustedIPs will lead to remote client address replacement + trustedIPs: [] + # -- Trust every incoming connection + insecureMode: false + # tcpexample: + # enabled: true + # targetPort: 9443 + # protocol: tcp + # tls: + # enabled: false + # # this is the name of a TLSOption definition + # options: "" + # certResolver: "" + # domains: [] + # # - main: example.com + # # sans: + # # - foo.example.com + # # - bar.example.com + metrics: + enabled: true + type: ClusterIP + ports: + metrics: + enabled: true + port: 9180 + targetPort: 9180 + protocol: http + # -- Forwarded Headers should never be enabled on Metrics entrypoint + forwardedHeaders: + enabled: false + # -- Proxy Protocol should never be enabled on Metrics entrypoint + proxyProtocol: + enabled: false + # udp: + # enabled: false +# -- Whether Role Based Access Control objects like roles and rolebindings should be created +rbac: + main: + enabled: true + primary: true + clusterWide: true + rules: + - apiGroups: + - "" + resources: + - services + - endpoints + - secrets + verbs: + - get + - list + - watch + - apiGroups: + - extensions + - networking.k8s.io + resources: + - ingresses + - ingressclasses + verbs: + - get + - list + - watch + - apiGroups: + - extensions + - networking.k8s.io + resources: + - ingresses/status + verbs: + - update + - apiGroups: + - traefik.containo.us + - traefik.io + resources: + - middlewares + - middlewaretcps + - ingressroutes + - traefikservices + - ingressroutetcps + - ingressrouteudps + - tlsoptions + - tlsstores + - serverstransports + verbs: + - get + - list + - watch +# -- The service account the pods will use to interact with the Kubernetes API +serviceAccount: + main: + enabled: true + primary: true +# -- SCALE Middleware Handlers +middlewares: + basicAuth: [] + # - name: basicauthexample + # users: + # - username: testuser + # password: testpassword + forwardAuth: [] + # - name: forwardAuthexample + # address: https://auth.example.com/ + # authResponseHeaders: + # - X-Secret + # - X-Auth-User + # authRequestHeaders: + # - "Accept" + # - "X-CustomHeader" + # authResponseHeadersRegex: "^X-" + # trustForwardHeader: true + customRequestHeaders: [] + # - name: customRequestHeaderExample + # headers: + # - name: X-Custom-Header + # value: "foobar" + # - name: X-Header-To-Remove + # value: "" + customResponseHeaders: [] + # - name: customResponseHeaderExample + # headers: + # - name: X-Custom-Header + # value: "foobar" + # - name: X-Header-To-Remove + # value: "" + rewriteResponseHeaders: [] + # - name: rewriteResponseHeadersName + # headers: + # - name: "Location" + # regex: "^http://(.+)$" + # replacement: "https://$1" + # - name: "Date" + # regex: "^[^,]+,\\s*(.+)$" + # replacement: "$1" + customFrameOptionsValue: [] + # - name: customFrameOptionsValueExample + # value: "SAMEORIGIN" + buffering: [] + # - name: bufferingExample + # maxRequestBodyBytes: 1000000 + # memRequestBodyBytes: 1000000 + # maxResponseBodyBytes: 1000000 + # memResponseBodyBytes: 1000000 + # retryExpression: "IsNetworkError() && Attempts() < 2" + chain: [] + # - name: chainname + # middlewares: + # - name: compress + redirectScheme: [] + # - name: redirectSchemeName + # scheme: https + # permanent: true + rateLimit: [] + # - name: rateLimitName + # average: 300 + # burst: 200 + redirectRegex: [] + # - name: redirectRegexName + # regex: putregexhere + # replacement: replacementurlhere + # permanent: false + stripPrefixRegex: [] + # - name: stripPrefixRegexName + # regex: [] + ipWhiteList: [] + # - name: ipWhiteListName + # sourceRange: [] + # ipStrategy: + # depth: 2 + # excludedIPs: [] + themePark: [] + # - name: themeParkName + # -- Supported apps, lower case name + # -- https://docs.theme-park.dev/themes + # app: appnamehere + # -- Supported themes, lower case name + # -- https://docs.theme-park.dev/themes/APPNAMEHERE + # -- https://docs.theme-park.dev/community-themes + # theme: themenamehere + # -- https://theme-park.dev or a self hosted url + # baseUrl: https://theme-park.dev + # Sets X-Real-Ip with an IP from the X-Forwarded-For or + # Cf-Connecting-Ip (If from Cloudflare) + # Evaluation of those headers will go from last to first + realIP: [] + # - name: realIPName + # -- The real IP will be the first one that is + # -- not included in any of the CIDRs passed here + # excludedNetworks: + # - 1.1.1.1/24 + addPrefix: [] + # - name: addPrefixName + # prefix: "/foo" + geoBlock: [] + # -- https://github.com/PascalMinder/geoblock + # - name: geoBlockName + # allowLocalRequests: true + # logLocalRequests: false + # logAllowedRequests: false + # logApiRequests: false + # api: https://get.geojs.io/v1/ip/country/{ip} + # apiTimeoutMs: 500 + # cacheSize: 25 + # forceMonthlyUpdate: true + # allowUnknownCountries: false + # unknownCountryApiResponse: nil + # blackListMode: false + # countries: + # - RU + modsecurity: [] + # - name: modsecurityName + # modSecurityUrl: modSecurity container URL + # timeoutMillis: Configurated timeout + # maxBodySize: maxBodySize + bouncer: [] + # - name: bouncer + # enabled: false + # logLevel: DEBUG + # updateIntervalSeconds: 60 + # defaultDecisionSeconds: 60 + # httpTimeoutSeconds: 10 + # crowdsecMode: live + # crowdsecAppsecEnabled: false + # crowdsecAppsecHost: crowdsec:7422 + # crowdsecAppsecFailureBlock: true + # crowdsecLapiKey: privateKey-foo + # crowdsecLapiKeyFile: /etc/traefik/cs-privateKey-foo + # crowdsecLapiHost: crowdsec:8080 + # crowdsecLapiScheme: http + # crowdsecLapiTLSInsecureVerify: false + # crowdsecCapiMachineId: login + # crowdsecCapiPassword: password + # crowdsecCapiScenarios: + # - crowdsecurity/http-path-traversal-probing + # - crowdsecurity/http-xss-probing + # - crowdsecurity/http-generic-bf + # forwardedHeadersTrustedIPs: + # - 10.0.10.23/32 + # - 10.0.20.0/24 + # clientTrustedIPs: + # - 192.168.1.0/24 + # forwardedHeadersCustomName: X-Custom-Header + # redisCacheEnabled: false + # redisCacheHost: "redis:6379" + # redisCachePassword: password + # redisCacheDatabase: "5" + # crowdsecLapiTLSCertificateAuthority: |- + # crowdsecLapiTLSCertificateAuthorityFile: /etc/traefik/crowdsec-certs/ca.pem + # crowdsecLapiTLSCertificateBouncer: |- + # crowdsecLapiTLSCertificateBouncerFile: /etc/traefik/crowdsec-certs/bouncer.pem + # crowdsecLapiTLSCertificateBouncerKey: |- + # crowdsecLapiTLSCertificateBouncerKeyFile: /etc/traefik/crowdsec-certs/bouncer-key.pem + ## Note: body of every request will be buffered in memory while the request is in-flight + ## (i.e.: during the security check and during the request processing by traefik and the backend), + ## so you may want to tune maxBodySize depending on how much RAM you have. +portalhook: + enabled: true +persistence: + plugins: + enabled: true + mountPath: "/plugins-storage" + type: emptyDir + crowdsec-bouncer-tls: + enabled: "{{ if .Values.middlewares.bouncer }}true{{ else }}false{{ end }}" + mountPath: "/etc/traefik/crowdsec-certs" + type: secret + expandObjectName: false + objectName: crowdsec-bouncer-tls +portal: + open: + enabled: true + path: /dashboard/ diff --git a/enterprise/traefik/26.4.12/questions.yaml b/enterprise/traefik/26.5.0/questions.yaml similarity index 100% rename from enterprise/traefik/26.4.12/questions.yaml rename to enterprise/traefik/26.5.0/questions.yaml diff --git a/enterprise/traefik/26.4.12/templates/NOTES.txt b/enterprise/traefik/26.5.0/templates/NOTES.txt similarity index 100% rename from enterprise/traefik/26.4.12/templates/NOTES.txt rename to enterprise/traefik/26.5.0/templates/NOTES.txt diff --git a/enterprise/traefik/26.4.12/templates/_args.tpl b/enterprise/traefik/26.5.0/templates/_args.tpl similarity index 100% rename from enterprise/traefik/26.4.12/templates/_args.tpl rename to enterprise/traefik/26.5.0/templates/_args.tpl diff --git a/enterprise/traefik/26.4.12/templates/_helpers.tpl b/enterprise/traefik/26.5.0/templates/_helpers.tpl similarity index 100% rename from enterprise/traefik/26.4.12/templates/_helpers.tpl rename to enterprise/traefik/26.5.0/templates/_helpers.tpl diff --git a/enterprise/traefik/26.4.12/templates/_ingressclass.tpl b/enterprise/traefik/26.5.0/templates/_ingressclass.tpl similarity index 100% rename from enterprise/traefik/26.4.12/templates/_ingressclass.tpl rename to enterprise/traefik/26.5.0/templates/_ingressclass.tpl diff --git a/enterprise/traefik/26.4.12/templates/_ingressroute.tpl b/enterprise/traefik/26.5.0/templates/_ingressroute.tpl similarity index 100% rename from enterprise/traefik/26.4.12/templates/_ingressroute.tpl rename to enterprise/traefik/26.5.0/templates/_ingressroute.tpl diff --git a/enterprise/traefik/26.4.12/templates/_portalhook.tpl b/enterprise/traefik/26.5.0/templates/_portalhook.tpl similarity index 100% rename from enterprise/traefik/26.4.12/templates/_portalhook.tpl rename to enterprise/traefik/26.5.0/templates/_portalhook.tpl diff --git a/enterprise/traefik/26.4.12/templates/_tlsoptions.tpl b/enterprise/traefik/26.5.0/templates/_tlsoptions.tpl similarity index 100% rename from enterprise/traefik/26.4.12/templates/_tlsoptions.tpl rename to enterprise/traefik/26.5.0/templates/_tlsoptions.tpl diff --git a/enterprise/traefik/26.4.12/templates/_tlsstore.tpl b/enterprise/traefik/26.5.0/templates/_tlsstore.tpl similarity index 100% rename from enterprise/traefik/26.4.12/templates/_tlsstore.tpl rename to enterprise/traefik/26.5.0/templates/_tlsstore.tpl diff --git a/enterprise/traefik/26.4.12/templates/common.yaml b/enterprise/traefik/26.5.0/templates/common.yaml similarity index 100% rename from enterprise/traefik/26.4.12/templates/common.yaml rename to enterprise/traefik/26.5.0/templates/common.yaml diff --git a/enterprise/traefik/26.4.12/templates/middlewares/addPrefix.yaml b/enterprise/traefik/26.5.0/templates/middlewares/addPrefix.yaml similarity index 100% rename from enterprise/traefik/26.4.12/templates/middlewares/addPrefix.yaml rename to enterprise/traefik/26.5.0/templates/middlewares/addPrefix.yaml diff --git a/enterprise/traefik/26.4.12/templates/middlewares/basic-middleware.yaml b/enterprise/traefik/26.5.0/templates/middlewares/basic-middleware.yaml similarity index 100% rename from enterprise/traefik/26.4.12/templates/middlewares/basic-middleware.yaml rename to enterprise/traefik/26.5.0/templates/middlewares/basic-middleware.yaml diff --git a/enterprise/traefik/26.4.12/templates/middlewares/basicauth.yaml b/enterprise/traefik/26.5.0/templates/middlewares/basicauth.yaml similarity index 100% rename from enterprise/traefik/26.4.12/templates/middlewares/basicauth.yaml rename to enterprise/traefik/26.5.0/templates/middlewares/basicauth.yaml diff --git a/enterprise/traefik/26.4.12/templates/middlewares/bouncer.yaml b/enterprise/traefik/26.5.0/templates/middlewares/bouncer.yaml similarity index 100% rename from enterprise/traefik/26.4.12/templates/middlewares/bouncer.yaml rename to enterprise/traefik/26.5.0/templates/middlewares/bouncer.yaml diff --git a/enterprise/traefik/26.4.12/templates/middlewares/buffering.yaml b/enterprise/traefik/26.5.0/templates/middlewares/buffering.yaml similarity index 100% rename from enterprise/traefik/26.4.12/templates/middlewares/buffering.yaml rename to enterprise/traefik/26.5.0/templates/middlewares/buffering.yaml diff --git a/enterprise/traefik/26.4.12/templates/middlewares/chain.yaml b/enterprise/traefik/26.5.0/templates/middlewares/chain.yaml similarity index 100% rename from enterprise/traefik/26.4.12/templates/middlewares/chain.yaml rename to enterprise/traefik/26.5.0/templates/middlewares/chain.yaml diff --git a/enterprise/traefik/26.4.12/templates/middlewares/customFrameOptionsValue.yaml b/enterprise/traefik/26.5.0/templates/middlewares/customFrameOptionsValue.yaml similarity index 100% rename from enterprise/traefik/26.4.12/templates/middlewares/customFrameOptionsValue.yaml rename to enterprise/traefik/26.5.0/templates/middlewares/customFrameOptionsValue.yaml diff --git a/enterprise/traefik/26.4.12/templates/middlewares/customRequestHeaders.yaml b/enterprise/traefik/26.5.0/templates/middlewares/customRequestHeaders.yaml similarity index 100% rename from enterprise/traefik/26.4.12/templates/middlewares/customRequestHeaders.yaml rename to enterprise/traefik/26.5.0/templates/middlewares/customRequestHeaders.yaml diff --git a/enterprise/traefik/26.4.12/templates/middlewares/customResponseHeaders.yaml b/enterprise/traefik/26.5.0/templates/middlewares/customResponseHeaders.yaml similarity index 100% rename from enterprise/traefik/26.4.12/templates/middlewares/customResponseHeaders.yaml rename to enterprise/traefik/26.5.0/templates/middlewares/customResponseHeaders.yaml diff --git a/enterprise/traefik/26.4.12/templates/middlewares/forwardauth.yaml b/enterprise/traefik/26.5.0/templates/middlewares/forwardauth.yaml similarity index 100% rename from enterprise/traefik/26.4.12/templates/middlewares/forwardauth.yaml rename to enterprise/traefik/26.5.0/templates/middlewares/forwardauth.yaml diff --git a/enterprise/traefik/26.4.12/templates/middlewares/geoblock.yaml b/enterprise/traefik/26.5.0/templates/middlewares/geoblock.yaml similarity index 100% rename from enterprise/traefik/26.4.12/templates/middlewares/geoblock.yaml rename to enterprise/traefik/26.5.0/templates/middlewares/geoblock.yaml diff --git a/enterprise/traefik/26.4.12/templates/middlewares/ipwhitelist.yaml b/enterprise/traefik/26.5.0/templates/middlewares/ipwhitelist.yaml similarity index 100% rename from enterprise/traefik/26.4.12/templates/middlewares/ipwhitelist.yaml rename to enterprise/traefik/26.5.0/templates/middlewares/ipwhitelist.yaml diff --git a/enterprise/traefik/26.4.12/templates/middlewares/modsecurity.yaml b/enterprise/traefik/26.5.0/templates/middlewares/modsecurity.yaml similarity index 100% rename from enterprise/traefik/26.4.12/templates/middlewares/modsecurity.yaml rename to enterprise/traefik/26.5.0/templates/middlewares/modsecurity.yaml diff --git a/enterprise/traefik/26.4.12/templates/middlewares/ratelimit.yaml b/enterprise/traefik/26.5.0/templates/middlewares/ratelimit.yaml similarity index 100% rename from enterprise/traefik/26.4.12/templates/middlewares/ratelimit.yaml rename to enterprise/traefik/26.5.0/templates/middlewares/ratelimit.yaml diff --git a/enterprise/traefik/26.4.12/templates/middlewares/real-ip.yaml b/enterprise/traefik/26.5.0/templates/middlewares/real-ip.yaml similarity index 100% rename from enterprise/traefik/26.4.12/templates/middlewares/real-ip.yaml rename to enterprise/traefik/26.5.0/templates/middlewares/real-ip.yaml diff --git a/enterprise/traefik/26.4.12/templates/middlewares/redirectScheme.yaml b/enterprise/traefik/26.5.0/templates/middlewares/redirectScheme.yaml similarity index 100% rename from enterprise/traefik/26.4.12/templates/middlewares/redirectScheme.yaml rename to enterprise/traefik/26.5.0/templates/middlewares/redirectScheme.yaml diff --git a/enterprise/traefik/26.4.12/templates/middlewares/redirectregex.yaml b/enterprise/traefik/26.5.0/templates/middlewares/redirectregex.yaml similarity index 100% rename from enterprise/traefik/26.4.12/templates/middlewares/redirectregex.yaml rename to enterprise/traefik/26.5.0/templates/middlewares/redirectregex.yaml diff --git a/enterprise/traefik/26.4.12/templates/middlewares/rewriteResponseHeaders.yaml b/enterprise/traefik/26.5.0/templates/middlewares/rewriteResponseHeaders.yaml similarity index 100% rename from enterprise/traefik/26.4.12/templates/middlewares/rewriteResponseHeaders.yaml rename to enterprise/traefik/26.5.0/templates/middlewares/rewriteResponseHeaders.yaml diff --git a/enterprise/traefik/26.4.12/templates/middlewares/stripPrefixRegex.yaml b/enterprise/traefik/26.5.0/templates/middlewares/stripPrefixRegex.yaml similarity index 100% rename from enterprise/traefik/26.4.12/templates/middlewares/stripPrefixRegex.yaml rename to enterprise/traefik/26.5.0/templates/middlewares/stripPrefixRegex.yaml diff --git a/enterprise/traefik/26.4.12/templates/middlewares/tc-chains.yaml b/enterprise/traefik/26.5.0/templates/middlewares/tc-chains.yaml similarity index 100% rename from enterprise/traefik/26.4.12/templates/middlewares/tc-chains.yaml rename to enterprise/traefik/26.5.0/templates/middlewares/tc-chains.yaml diff --git a/enterprise/traefik/26.4.12/templates/middlewares/tc-headers.yaml b/enterprise/traefik/26.5.0/templates/middlewares/tc-headers.yaml similarity index 100% rename from enterprise/traefik/26.4.12/templates/middlewares/tc-headers.yaml rename to enterprise/traefik/26.5.0/templates/middlewares/tc-headers.yaml diff --git a/enterprise/traefik/26.4.12/templates/middlewares/tc-nextcloud.yaml b/enterprise/traefik/26.5.0/templates/middlewares/tc-nextcloud.yaml similarity index 100% rename from enterprise/traefik/26.4.12/templates/middlewares/tc-nextcloud.yaml rename to enterprise/traefik/26.5.0/templates/middlewares/tc-nextcloud.yaml diff --git a/enterprise/traefik/26.4.12/templates/middlewares/theme-park.yaml b/enterprise/traefik/26.5.0/templates/middlewares/theme-park.yaml similarity index 100% rename from enterprise/traefik/26.4.12/templates/middlewares/theme-park.yaml rename to enterprise/traefik/26.5.0/templates/middlewares/theme-park.yaml diff --git a/enterprise/traefik/26.4.12/values.yaml b/enterprise/traefik/26.5.0/values.yaml similarity index 100% rename from enterprise/traefik/26.4.12/values.yaml rename to enterprise/traefik/26.5.0/values.yaml diff --git a/enterprise/vaultwarden/26.2.0/CHANGELOG.md b/enterprise/vaultwarden/26.2.0/CHANGELOG.md deleted file mode 100644 index 1174a85de81..00000000000 --- a/enterprise/vaultwarden/26.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [vaultwarden-25.1.15](https://github.com/truecharts/charts/compare/vaultwarden-25.1.14...vaultwarden-25.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [vaultwarden-25.1.14](https://github.com/truecharts/charts/compare/vaultwarden-25.1.13...vaultwarden-25.1.14) (2024-02-02) - -### Chore - - - -- update container image docker.io/vaultwarden/server to v1.30.3[@153defd](https://github.com/153defd) by renovate ([#17786](https://github.com/truecharts/charts/issues/17786)) - - -## [vaultwarden-25.1.13](https://github.com/truecharts/charts/compare/vaultwarden-25.1.12...vaultwarden-25.1.13) (2024-01-31) - -### Chore - - - -- update container image docker.io/vaultwarden/server to v1.30.2[@ab34a7b](https://github.com/ab34a7b) by renovate ([#17766](https://github.com/truecharts/charts/issues/17766)) - - -## [vaultwarden-25.1.12](https://github.com/truecharts/charts/compare/vaultwarden-25.1.11...vaultwarden-25.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [vaultwarden-25.1.11](https://github.com/truecharts/charts/compare/vaultwarden-25.1.10...vaultwarden-25.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [vaultwarden-25.1.10](https://github.com/truecharts/charts/compare/vaultwarden-25.1.9...vaultwarden-25.1.10) (2024-01-21) - -### Fix - - - -- Replace old variable name "smtp.ssl" with "smtp.security" ([#17465](https://github.com/truecharts/charts/issues/17465)) - - -## [vaultwarden-25.1.9](https://github.com/truecharts/charts/compare/vaultwarden-25.1.8...vaultwarden-25.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [vaultwarden-25.1.8](https://github.com/truecharts/charts/compare/vaultwarden-25.1.7...vaultwarden-25.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [vaultwarden-25.1.7](https://github.com/truecharts/charts/compare/vaultwarden-25.1.6...vaultwarden-25.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) diff --git a/enterprise/vaultwarden/26.2.0/Chart.yaml b/enterprise/vaultwarden/26.2.0/Chart.yaml deleted file mode 100644 index a7c41846268..00000000000 --- a/enterprise/vaultwarden/26.2.0/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: security - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: enterprise -apiVersion: v2 -appVersion: 1.30.3 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Unofficial Bitwarden compatible server written in Rust -home: https://truecharts.org/charts/enterprise/vaultwarden -icon: https://truecharts.org/img/hotlink-ok/chart-icons/vaultwarden.png -keywords: - - bitwarden - - bitwardenrs - - bitwarden_rs - - vaultwarden - - password - - rust -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: vaultwarden -sources: - - https://github.com/dani-garcia/vaultwarden - - https://github.com/truecharts/charts/tree/master/charts/enterprise/vaultwarden - - https://hub.docker.com/r/vaultwarden/server -type: application -version: 26.2.0 diff --git a/enterprise/vaultwarden/26.2.0/charts/common-18.1.2.tgz b/enterprise/vaultwarden/26.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/enterprise/vaultwarden/26.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/enterprise/vaultwarden/26.2.0/ix_values.yaml b/enterprise/vaultwarden/26.2.0/ix_values.yaml deleted file mode 100644 index 4bf2d490116..00000000000 --- a/enterprise/vaultwarden/26.2.0/ix_values.yaml +++ /dev/null @@ -1,152 +0,0 @@ -image: - repository: docker.io/vaultwarden/server - pullPolicy: IfNotPresent - tag: 1.30.3@sha256:153defd78a3ede850445d64d6fca283701d0c25978e513c61688cf63bd47a14a -manifestManager: - enabled: true -service: - main: - ports: - main: - port: 10102 - targetPort: 8080 -workload: - main: - podSpec: - containers: - main: - env: - DOMAIN: "https://{{ if .Values.ingress }}{{ if .Values.ingress.main.enabled }}{{ ( index .Values.ingress.main.hosts 0 ).host }}{{ else }}placeholder.com{{ end }}{{ else }}placeholder.com{{ end }}" - DATABASE_URL: - secretKeyRef: - name: cnpg-main-urls - key: std - envFrom: - - configMapRef: - name: vaultwardenconfig - - secretRef: - name: vaultwardensecret -database: - # -- Database type, - # must be one of: 'sqlite', 'mysql' or 'postgresql'. - type: postgresql - # -- Enable DB Write-Ahead-Log for SQLite, - # disabled for other databases. https://github.com/dani-garcia/bitwarden_rs/wiki/Running-without-WAL-enabled - wal: true - ## URL for external databases (mysql://user:pass@host:port or postgresql://user:pass@host:port). - # url: "" - ## Set the size of the database connection pool. - # maxConnections: 10 - ## Connection retries during startup, 0 for infinite. 1 second between retries. - # retries: 15 -# Set Bitwarden_rs application variables -vaultwarden: - # -- Allow any user to sign-up - # see: https://github.com/dani-garcia/bitwarden_rs/wiki/Disable-registration-of-new-users - allowSignups: true - ## Whitelist domains allowed to sign-up. 'allowSignups' is ignored if set. - # signupDomains: - # - domain.tld - # -- Verify e-mail before login is enabled. - # SMTP must be enabled. - verifySignup: false - # When a user logs in an email is required to be sent. If sending the email fails the login attempt will fail. SMTP must be enabled. - requireEmail: false - ## Maximum attempts before an email token is reset and a new email will need to be sent. - # emailAttempts: 3 - ## Email token validity in seconds. - # emailTokenExpiration: 600 - # Allow invited users to sign-up even feature is disabled: https://github.com/dani-garcia/bitwarden_rs/wiki/Disable-invitations - allowInvitation: true - # Show password hints: https://github.com/dani-garcia/bitwarden_rs/wiki/Password-hint-display - ## Default organization name in invitation e-mails that are not coming from a specific organization. - # defaultInviteName: "" - showPasswordHint: true - # Enable Web Vault (static content). https://github.com/dani-garcia/bitwarden_rs/wiki/Disabling-or-overriding-the-Vault-interface-hosting - enableWebVault: true - # Restrict creation of orgs. Options are: 'all', 'none' or a comma-separated list of users. - orgCreationUsers: all - ## Limit attachment disk usage per organization. - # attachmentLimitOrg: - ## Limit attachment disk usage per user. - # attachmentLimitUser: - ## HaveIBeenPwned API Key. Can be purchased at https://haveibeenpwned.com/API/Key. - # hibpApiKey: - - admin: - # Enable admin portal. - enabled: false - # Disabling the admin token will make the admin portal accessible to anyone, use carefully: https://github.com/dani-garcia/bitwarden_rs/wiki/Disable-admin-token - disableAdminToken: false - ## Token for admin login, will be generated if not defined. https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-admin-page - # token: - # Enable SMTP. https://github.com/dani-garcia/bitwarden_rs/wiki/SMTP-configuration - smtp: - enabled: false - # SMTP hostname, required if SMTP is enabled. - host: "" - # SMTP sender e-mail address, required if SMTP is enabled. - from: "" - ## SMTP sender name, defaults to 'Bitwarden_RS'. - # fromName: "" - ## Enable SSL connection. - # security: starttls - ## SMTP port. Defaults to 587 with STARTTLS, 465 with FORCE_TLS, and 25 without SSL. - # port: 587 - ## SMTP Authentication Mechanisms. Comma-separated options: 'Plain', 'Login' and 'Xoauth2'. Defaults to 'Plain'. - # authMechanism: Plain - ## Hostname to be sent for SMTP HELO. Defaults to pod name. - # heloName: "" - ## SMTP timeout. - # timeout: 15 - ## Accept SSL session if certificate is valid but hostname doesn't match. DANGEROUS, vulnerable to men-in-the-middle attacks! - # invalidHostname: false - ## Accept invalid certificates. DANGEROUS, vulnerable to men-in-the-middle attacks! - # invalidCertificate: false - ## SMTP username. - # user: "" - ## SMTP password. Required is user is specified, ignored if no user provided. - # password: "" - ## Enable Yubico OTP authentication. https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-Yubikey-OTP-authentication - yubico: - enabled: false - ## Yubico server. Defaults to YubiCloud. - # server: - ## Yubico ID and Secret Key. - # clientId: - # secretKey: - ## Enable Mobile Push Notifications. You must obtain and ID and Key here: https://bitwarden.com/host - push: - enabled: false - # installationId: - # installationKey: - ## Logging options. https://github.com/dani-garcia/bitwarden_rs/wiki/Logging - log: - # Log to file. - file: "" - # Log level. Options are "trace", "debug", "info", "warn", "error" or "off". - level: "trace" - ## Log timestamp format. See https://docs.rs/chrono/0.4.15/chrono/format/strftime/index.html. Defaults to time in milliseconds. - # timeFormat: "" - icons: - # Disables download of external icons. Setting to true will still serve icons from cache (/data/icon_cache). TTL will default to zero. - disableDownload: false - ## Cache time-to-live for icons fetched. 0 means no purging. - # cache: 2592000 - ## Cache time-to-live for icons that were not available. 0 means no purging. - # cacheFailed: 259200 -persistence: - data: - enabled: true - mountPath: "/data" -cnpg: - main: - enabled: true - user: vaultwarden - database: vaultwarden -portal: - open: - enabled: true -ingress: - main: - required: true diff --git a/enterprise/vaultwarden/26.2.0/questions.yaml b/enterprise/vaultwarden/26.2.0/questions.yaml deleted file mode 100755 index 9718f6b4027..00000000000 --- a/enterprise/vaultwarden/26.2.0/questions.yaml +++ /dev/null @@ -1,3634 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - - admin: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - - path: "/admin/" -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: vaultwarden - label: "" - group: "App Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: yubico - label: "Yubico OTP authentication" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable Yubico OTP authentication" - description: "Please refer to the manual at: https://github.com/dani-garcia/vaultwarden/wiki/Enabling-Yubikey-OTP-authentication" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: server - label: "Yubico server" - description: "Defaults to YubiCloud" - schema: - type: string - default: "" - - variable: clientId - label: "Yubico ID" - schema: - type: string - default: "" - - variable: secretKey - label: "Yubico Secret Key" - schema: - type: string - default: "" - - variable: push - label: "Mobile Push Notifications" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable Mobile Push Notifications" - description: "You must obtain and ID and Key here: https://bitwarden.com/host" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: installationId - label: "Installation ID" - schema: - type: string - default: "" - required: true - - variable: installationKey - label: "Installation Key" - schema: - type: string - default: "" - required: true - - variable: admin - label: "Admin Portal" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable Admin Portal" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: disableAdminToken - label: "Make Accessible Without Password/Token" - schema: - type: boolean - default: false - - variable: token - label: "Admin Portal Password/Token" - description: "Will be automatically generated if not defined" - schema: - type: string - default: "" - - variable: icons - label: "Icon Download Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: disableDownload - label: "Disable Icon Download" - description: "Disables download of external icons. Setting to true will still serve icons from cache (/data/icon_cache)" - schema: - type: boolean - default: false - - variable: cache - label: "Cache time-to-live" - description: "Cache time-to-live for icons fetched. 0 means no purging" - schema: - type: int - default: 2592000 - - variable: token - label: "Failed Downloads Cache time-to-live" - description: "Cache time-to-live for icons that were not available. 0 means no purging." - schema: - type: int - default: 2592000 - - variable: log - label: "Logging" - schema: - additional_attrs: true - type: dict - attrs: - - variable: level - label: "Log level" - schema: - type: string - default: "info" - required: true - enum: - - value: "trace" - description: "trace" - - value: "debug" - description: "debug" - - value: "info" - description: "info" - - value: "warn" - description: "warn" - - value: "error" - description: "error" - - value: "off" - description: "off" - - variable: file - label: "Log-File Location" - schema: - type: string - default: "" - - variable: smtp - label: "SMTP Settings (Email)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable SMTP Support" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: host - label: "SMTP hostname" - schema: - type: string - required: true - default: "" - - variable: from - label: "SMTP sender e-mail address" - schema: - type: string - required: true - default: "" - - variable: fromName - label: "SMTP sender name" - schema: - type: string - required: true - default: "" - - variable: user - label: "SMTP username" - schema: - type: string - required: true - default: "" - - variable: password - label: "SMTP password" - description: "Required is user is specified, ignored if no user provided" - schema: - type: string - default: "" - - variable: security - label: "Enable SSL connection" - schema: - type: string - default: "starttls" - enum: - - value: "starttls" - description: "STARTTLS (587)" - - value: "force_tls" - description: "FORCE_TLS (465)" - - value: "off" - description: "OFF (25)" - - variable: port - label: "SMTP port" - description: "Usually: 587 with STARTTLS, 465 with FORCE_TLS, and 25 without SSL" - schema: - type: int - default: 587 - - variable: authMechanism - label: "SMTP Authentication Mechanisms" - description: "Comma-separated options: Plain, Login and Xoauth2" - schema: - type: string - default: "Plain" - - variable: heloName - label: "SMTP HELO - Hostname" - description: "Hostname to be sent for SMTP HELO. Defaults to pod name" - schema: - type: string - default: "" - - variable: timeout - label: "SMTP timeout" - schema: - type: int - default: 15 - - variable: invalidHostname - label: "Accept Invalid Hostname" - description: "Accept SSL session if certificate is valid but hostname doesn't match. DANGEROUS, vulnerable to men-in-the-middle attacks!" - schema: - type: boolean - default: false - - variable: invalidCertificate - label: "Accept Invalid Certificate" - description: "Accept invalid certificates. DANGEROUS, vulnerable to men-in-the-middle attacks!" - schema: - type: boolean - default: false - - variable: allowSignups - label: "Allow Signup" - description: "Allow any user to sign-up: https://github.com/dani-garcia/vaultwarden/wiki/Disable-registration-of-new-users" - schema: - type: boolean - default: true - - variable: allowInvitation - label: "Always allow Invitation" - description: "Allow invited users to sign-up even feature is disabled: https://github.com/dani-garcia/vaultwarden/wiki/Disable-invitations" - schema: - type: boolean - default: true - - variable: defaultInviteName - label: "Default Invite Organisation Name" - description: "Default organization name in invitation e-mails that are not coming from a specific organization." - schema: - type: string - default: "" - - variable: showPasswordHint - label: "Show password hints" - description: "https://github.com/dani-garcia/vaultwarden/wiki/Password-hint-display" - schema: - type: boolean - default: true - - variable: signupwhitelistenable - label: "Enable Signup Whitelist" - description: "allowSignups is ignored if set" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: signupDomains - label: "Signup Whitelist Domains" - schema: - type: list - default: [] - items: - - variable: domain - label: "Domain" - schema: - type: string - default: "" - - variable: verifySignup - label: "Verifiy Signup" - description: "Verify e-mail before login is enabled. SMTP must be enabled" - schema: - type: boolean - default: false - - variable: requireEmail - label: "Block Login if email fails" - description: "When a user logs in an email is required to be sent. If sending the email fails the login attempt will fail. SMTP must be enabled" - schema: - type: boolean - default: false - - variable: emailAttempts - label: "Email token reset attempts" - description: "Maximum attempts before an email token is reset and a new email will need to be sent" - schema: - type: int - default: 3 - - variable: emailTokenExpiration - label: "Email token validity in seconds" - schema: - type: int - default: 600 - - variable: enableWebVault - label: "Enable Webvault" - description: "Enable Web Vault (static content). https://github.com/dani-garcia/vaultwarden/wiki/Disabling-or-overriding-the-Vault-interface-hosting" - schema: - type: boolean - default: true - - variable: orgCreationUsers - label: "Limit Organisation Creation to (users)" - description: "Restrict creation of orgs. Options are: 'all', 'none' or a comma-separated list of users." - schema: - type: string - default: "all" - - variable: attachmentLimitOrg - label: "Limit Attachment Disk Usage per Organisation" - schema: - type: string - default: "" - - variable: attachmentLimitUser - label: "Limit Attachment Disk Usage per User" - schema: - type: string - default: "" - - variable: hibpApiKey - label: "HaveIBeenPwned API Key" - description: "Can be purchased at https://haveibeenpwned.com/API/Key" - schema: - type: string - default: "" - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10102 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: data - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/enterprise/vaultwarden/26.2.0/.helmignore b/enterprise/vaultwarden/26.3.0/.helmignore similarity index 100% rename from enterprise/vaultwarden/26.2.0/.helmignore rename to enterprise/vaultwarden/26.3.0/.helmignore diff --git a/enterprise/vaultwarden/26.3.0/CHANGELOG.md b/enterprise/vaultwarden/26.3.0/CHANGELOG.md new file mode 100644 index 00000000000..878c41dbc77 --- /dev/null +++ b/enterprise/vaultwarden/26.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [vaultwarden-26.3.0](https://github.com/truecharts/charts/compare/vaultwarden-26.2.4...vaultwarden-26.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [vaultwarden-26.2.4](https://github.com/truecharts/charts/compare/vaultwarden-26.2.3...vaultwarden-26.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [vaultwarden-26.2.3](https://github.com/truecharts/charts/compare/vaultwarden-26.2.1...vaultwarden-26.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [vaultwarden-25.1.15](https://github.com/truecharts/charts/compare/vaultwarden-25.1.14...vaultwarden-25.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [vaultwarden-25.1.14](https://github.com/truecharts/charts/compare/vaultwarden-25.1.13...vaultwarden-25.1.14) (2024-02-02) + +### Chore + + + +- update container image docker.io/vaultwarden/server to v1.30.3[@153defd](https://github.com/153defd) by renovate ([#17786](https://github.com/truecharts/charts/issues/17786)) + + +## [vaultwarden-25.1.13](https://github.com/truecharts/charts/compare/vaultwarden-25.1.12...vaultwarden-25.1.13) (2024-01-31) + +### Chore + + + +- update container image docker.io/vaultwarden/server to v1.30.2[@ab34a7b](https://github.com/ab34a7b) by renovate ([#17766](https://github.com/truecharts/charts/issues/17766)) + + +## [vaultwarden-25.1.12](https://github.com/truecharts/charts/compare/vaultwarden-25.1.11...vaultwarden-25.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [vaultwarden-25.1.11](https://github.com/truecharts/charts/compare/vaultwarden-25.1.10...vaultwarden-25.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [vaultwarden-25.1.10](https://github.com/truecharts/charts/compare/vaultwarden-25.1.9...vaultwarden-25.1.10) (2024-01-21) + +### Fix + + + +- Replace old variable name "smtp.ssl" with "smtp.security" ([#17465](https://github.com/truecharts/charts/issues/17465)) \ No newline at end of file diff --git a/enterprise/vaultwarden/26.3.0/Chart.yaml b/enterprise/vaultwarden/26.3.0/Chart.yaml new file mode 100644 index 00000000000..c81bc4ff254 --- /dev/null +++ b/enterprise/vaultwarden/26.3.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: security + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: 1.30.5 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Unofficial Bitwarden compatible server written in Rust +home: https://truecharts.org/charts/enterprise/vaultwarden +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vaultwarden.png +keywords: + - bitwarden + - bitwardenrs + - bitwarden_rs + - vaultwarden + - password + - rust +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: vaultwarden +sources: + - https://github.com/dani-garcia/vaultwarden + - https://github.com/truecharts/charts/tree/master/charts/enterprise/vaultwarden + - https://hub.docker.com/r/vaultwarden/server +type: application +version: 26.3.0 diff --git a/enterprise/vaultwarden/26.2.0/README.md b/enterprise/vaultwarden/26.3.0/README.md similarity index 100% rename from enterprise/vaultwarden/26.2.0/README.md rename to enterprise/vaultwarden/26.3.0/README.md diff --git a/enterprise/vaultwarden/26.3.0/app-changelog.md b/enterprise/vaultwarden/26.3.0/app-changelog.md new file mode 100644 index 00000000000..bd3ceee2f27 --- /dev/null +++ b/enterprise/vaultwarden/26.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [vaultwarden-26.3.0](https://github.com/truecharts/charts/compare/vaultwarden-26.2.4...vaultwarden-26.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/enterprise/vaultwarden/26.2.0/app-readme.md b/enterprise/vaultwarden/26.3.0/app-readme.md similarity index 100% rename from enterprise/vaultwarden/26.2.0/app-readme.md rename to enterprise/vaultwarden/26.3.0/app-readme.md diff --git a/enterprise/vaultwarden/26.3.0/charts/common-18.2.0.tgz b/enterprise/vaultwarden/26.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/enterprise/vaultwarden/26.3.0/charts/common-18.2.0.tgz differ diff --git a/enterprise/vaultwarden/26.3.0/ix_values.yaml b/enterprise/vaultwarden/26.3.0/ix_values.yaml new file mode 100644 index 00000000000..aecc21666d4 --- /dev/null +++ b/enterprise/vaultwarden/26.3.0/ix_values.yaml @@ -0,0 +1,152 @@ +image: + repository: docker.io/vaultwarden/server + pullPolicy: IfNotPresent + tag: 1.30.5@sha256:edb8e2bab9cbca22e555638294db9b3657ffbb6e5d149a29d7ccdb243e3c71e0 +manifestManager: + enabled: true +service: + main: + ports: + main: + port: 10102 + targetPort: 8080 +workload: + main: + podSpec: + containers: + main: + env: + DOMAIN: "https://{{ if .Values.ingress }}{{ if .Values.ingress.main.enabled }}{{ ( index .Values.ingress.main.hosts 0 ).host }}{{ else }}placeholder.com{{ end }}{{ else }}placeholder.com{{ end }}" + DATABASE_URL: + secretKeyRef: + name: cnpg-main-urls + key: std + envFrom: + - configMapRef: + name: vaultwardenconfig + - secretRef: + name: vaultwardensecret +database: + # -- Database type, + # must be one of: 'sqlite', 'mysql' or 'postgresql'. + type: postgresql + # -- Enable DB Write-Ahead-Log for SQLite, + # disabled for other databases. https://github.com/dani-garcia/bitwarden_rs/wiki/Running-without-WAL-enabled + wal: true + ## URL for external databases (mysql://user:pass@host:port or postgresql://user:pass@host:port). + # url: "" + ## Set the size of the database connection pool. + # maxConnections: 10 + ## Connection retries during startup, 0 for infinite. 1 second between retries. + # retries: 15 +# Set Bitwarden_rs application variables +vaultwarden: + # -- Allow any user to sign-up + # see: https://github.com/dani-garcia/bitwarden_rs/wiki/Disable-registration-of-new-users + allowSignups: true + ## Whitelist domains allowed to sign-up. 'allowSignups' is ignored if set. + # signupDomains: + # - domain.tld + # -- Verify e-mail before login is enabled. + # SMTP must be enabled. + verifySignup: false + # When a user logs in an email is required to be sent. If sending the email fails the login attempt will fail. SMTP must be enabled. + requireEmail: false + ## Maximum attempts before an email token is reset and a new email will need to be sent. + # emailAttempts: 3 + ## Email token validity in seconds. + # emailTokenExpiration: 600 + # Allow invited users to sign-up even feature is disabled: https://github.com/dani-garcia/bitwarden_rs/wiki/Disable-invitations + allowInvitation: true + # Show password hints: https://github.com/dani-garcia/bitwarden_rs/wiki/Password-hint-display + ## Default organization name in invitation e-mails that are not coming from a specific organization. + # defaultInviteName: "" + showPasswordHint: true + # Enable Web Vault (static content). https://github.com/dani-garcia/bitwarden_rs/wiki/Disabling-or-overriding-the-Vault-interface-hosting + enableWebVault: true + # Restrict creation of orgs. Options are: 'all', 'none' or a comma-separated list of users. + orgCreationUsers: all + ## Limit attachment disk usage per organization. + # attachmentLimitOrg: + ## Limit attachment disk usage per user. + # attachmentLimitUser: + ## HaveIBeenPwned API Key. Can be purchased at https://haveibeenpwned.com/API/Key. + # hibpApiKey: + + admin: + # Enable admin portal. + enabled: false + # Disabling the admin token will make the admin portal accessible to anyone, use carefully: https://github.com/dani-garcia/bitwarden_rs/wiki/Disable-admin-token + disableAdminToken: false + ## Token for admin login, will be generated if not defined. https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-admin-page + # token: + # Enable SMTP. https://github.com/dani-garcia/bitwarden_rs/wiki/SMTP-configuration + smtp: + enabled: false + # SMTP hostname, required if SMTP is enabled. + host: "" + # SMTP sender e-mail address, required if SMTP is enabled. + from: "" + ## SMTP sender name, defaults to 'Bitwarden_RS'. + # fromName: "" + ## Enable SSL connection. + # security: starttls + ## SMTP port. Defaults to 587 with STARTTLS, 465 with FORCE_TLS, and 25 without SSL. + # port: 587 + ## SMTP Authentication Mechanisms. Comma-separated options: 'Plain', 'Login' and 'Xoauth2'. Defaults to 'Plain'. + # authMechanism: Plain + ## Hostname to be sent for SMTP HELO. Defaults to pod name. + # heloName: "" + ## SMTP timeout. + # timeout: 15 + ## Accept SSL session if certificate is valid but hostname doesn't match. DANGEROUS, vulnerable to men-in-the-middle attacks! + # invalidHostname: false + ## Accept invalid certificates. DANGEROUS, vulnerable to men-in-the-middle attacks! + # invalidCertificate: false + ## SMTP username. + # user: "" + ## SMTP password. Required is user is specified, ignored if no user provided. + # password: "" + ## Enable Yubico OTP authentication. https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-Yubikey-OTP-authentication + yubico: + enabled: false + ## Yubico server. Defaults to YubiCloud. + # server: + ## Yubico ID and Secret Key. + # clientId: + # secretKey: + ## Enable Mobile Push Notifications. You must obtain and ID and Key here: https://bitwarden.com/host + push: + enabled: false + # installationId: + # installationKey: + ## Logging options. https://github.com/dani-garcia/bitwarden_rs/wiki/Logging + log: + # Log to file. + file: "" + # Log level. Options are "trace", "debug", "info", "warn", "error" or "off". + level: "trace" + ## Log timestamp format. See https://docs.rs/chrono/0.4.15/chrono/format/strftime/index.html. Defaults to time in milliseconds. + # timeFormat: "" + icons: + # Disables download of external icons. Setting to true will still serve icons from cache (/data/icon_cache). TTL will default to zero. + disableDownload: false + ## Cache time-to-live for icons fetched. 0 means no purging. + # cache: 2592000 + ## Cache time-to-live for icons that were not available. 0 means no purging. + # cacheFailed: 259200 +persistence: + data: + enabled: true + mountPath: "/data" +cnpg: + main: + enabled: true + user: vaultwarden + database: vaultwarden +portal: + open: + enabled: true +ingress: + main: + required: true diff --git a/enterprise/vaultwarden/26.3.0/questions.yaml b/enterprise/vaultwarden/26.3.0/questions.yaml new file mode 100755 index 00000000000..8bda49e9e31 --- /dev/null +++ b/enterprise/vaultwarden/26.3.0/questions.yaml @@ -0,0 +1,3592 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + + admin: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + + path: "/admin/" +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: vaultwarden + label: "" + group: "App Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: yubico + label: "Yubico OTP authentication" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable Yubico OTP authentication" + description: "Please refer to the manual at: https://github.com/dani-garcia/vaultwarden/wiki/Enabling-Yubikey-OTP-authentication" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: server + label: "Yubico server" + description: "Defaults to YubiCloud" + schema: + type: string + default: "" + - variable: clientId + label: "Yubico ID" + schema: + type: string + default: "" + - variable: secretKey + label: "Yubico Secret Key" + schema: + type: string + default: "" + - variable: push + label: "Mobile Push Notifications" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable Mobile Push Notifications" + description: "You must obtain and ID and Key here: https://bitwarden.com/host" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: installationId + label: "Installation ID" + schema: + type: string + default: "" + required: true + - variable: installationKey + label: "Installation Key" + schema: + type: string + default: "" + required: true + - variable: admin + label: "Admin Portal" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable Admin Portal" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: disableAdminToken + label: "Make Accessible Without Password/Token" + schema: + type: boolean + default: false + - variable: token + label: "Admin Portal Password/Token" + description: "Will be automatically generated if not defined" + schema: + type: string + default: "" + - variable: icons + label: "Icon Download Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: disableDownload + label: "Disable Icon Download" + description: "Disables download of external icons. Setting to true will still serve icons from cache (/data/icon_cache)" + schema: + type: boolean + default: false + - variable: cache + label: "Cache time-to-live" + description: "Cache time-to-live for icons fetched. 0 means no purging" + schema: + type: int + default: 2592000 + - variable: token + label: "Failed Downloads Cache time-to-live" + description: "Cache time-to-live for icons that were not available. 0 means no purging." + schema: + type: int + default: 2592000 + - variable: log + label: "Logging" + schema: + additional_attrs: true + type: dict + attrs: + - variable: level + label: "Log level" + schema: + type: string + default: "info" + required: true + enum: + - value: "trace" + description: "trace" + - value: "debug" + description: "debug" + - value: "info" + description: "info" + - value: "warn" + description: "warn" + - value: "error" + description: "error" + - value: "off" + description: "off" + - variable: file + label: "Log-File Location" + schema: + type: string + default: "" + - variable: smtp + label: "SMTP Settings (Email)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable SMTP Support" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: host + label: "SMTP hostname" + schema: + type: string + required: true + default: "" + - variable: from + label: "SMTP sender e-mail address" + schema: + type: string + required: true + default: "" + - variable: fromName + label: "SMTP sender name" + schema: + type: string + required: true + default: "" + - variable: user + label: "SMTP username" + schema: + type: string + required: true + default: "" + - variable: password + label: "SMTP password" + description: "Required is user is specified, ignored if no user provided" + schema: + type: string + default: "" + - variable: security + label: "Enable SSL connection" + schema: + type: string + default: "starttls" + enum: + - value: "starttls" + description: "STARTTLS (587)" + - value: "force_tls" + description: "FORCE_TLS (465)" + - value: "off" + description: "OFF (25)" + - variable: port + label: "SMTP port" + description: "Usually: 587 with STARTTLS, 465 with FORCE_TLS, and 25 without SSL" + schema: + type: int + default: 587 + - variable: authMechanism + label: "SMTP Authentication Mechanisms" + description: "Comma-separated options: Plain, Login and Xoauth2" + schema: + type: string + default: "Plain" + - variable: heloName + label: "SMTP HELO - Hostname" + description: "Hostname to be sent for SMTP HELO. Defaults to pod name" + schema: + type: string + default: "" + - variable: timeout + label: "SMTP timeout" + schema: + type: int + default: 15 + - variable: invalidHostname + label: "Accept Invalid Hostname" + description: "Accept SSL session if certificate is valid but hostname doesn't match. DANGEROUS, vulnerable to men-in-the-middle attacks!" + schema: + type: boolean + default: false + - variable: invalidCertificate + label: "Accept Invalid Certificate" + description: "Accept invalid certificates. DANGEROUS, vulnerable to men-in-the-middle attacks!" + schema: + type: boolean + default: false + - variable: allowSignups + label: "Allow Signup" + description: "Allow any user to sign-up: https://github.com/dani-garcia/vaultwarden/wiki/Disable-registration-of-new-users" + schema: + type: boolean + default: true + - variable: allowInvitation + label: "Always allow Invitation" + description: "Allow invited users to sign-up even feature is disabled: https://github.com/dani-garcia/vaultwarden/wiki/Disable-invitations" + schema: + type: boolean + default: true + - variable: defaultInviteName + label: "Default Invite Organisation Name" + description: "Default organization name in invitation e-mails that are not coming from a specific organization." + schema: + type: string + default: "" + - variable: showPasswordHint + label: "Show password hints" + description: "https://github.com/dani-garcia/vaultwarden/wiki/Password-hint-display" + schema: + type: boolean + default: true + - variable: signupwhitelistenable + label: "Enable Signup Whitelist" + description: "allowSignups is ignored if set" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: signupDomains + label: "Signup Whitelist Domains" + schema: + type: list + default: [] + items: + - variable: domain + label: "Domain" + schema: + type: string + default: "" + - variable: verifySignup + label: "Verifiy Signup" + description: "Verify e-mail before login is enabled. SMTP must be enabled" + schema: + type: boolean + default: false + - variable: requireEmail + label: "Block Login if email fails" + description: "When a user logs in an email is required to be sent. If sending the email fails the login attempt will fail. SMTP must be enabled" + schema: + type: boolean + default: false + - variable: emailAttempts + label: "Email token reset attempts" + description: "Maximum attempts before an email token is reset and a new email will need to be sent" + schema: + type: int + default: 3 + - variable: emailTokenExpiration + label: "Email token validity in seconds" + schema: + type: int + default: 600 + - variable: enableWebVault + label: "Enable Webvault" + description: "Enable Web Vault (static content). https://github.com/dani-garcia/vaultwarden/wiki/Disabling-or-overriding-the-Vault-interface-hosting" + schema: + type: boolean + default: true + - variable: orgCreationUsers + label: "Limit Organisation Creation to (users)" + description: "Restrict creation of orgs. Options are: 'all', 'none' or a comma-separated list of users." + schema: + type: string + default: "all" + - variable: attachmentLimitOrg + label: "Limit Attachment Disk Usage per Organisation" + schema: + type: string + default: "" + - variable: attachmentLimitUser + label: "Limit Attachment Disk Usage per User" + schema: + type: string + default: "" + - variable: hibpApiKey + label: "HaveIBeenPwned API Key" + description: "Can be purchased at https://haveibeenpwned.com/API/Key" + schema: + type: string + default: "" + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10102 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: data + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/enterprise/vaultwarden/26.2.0/templates/NOTES.txt b/enterprise/vaultwarden/26.3.0/templates/NOTES.txt similarity index 100% rename from enterprise/vaultwarden/26.2.0/templates/NOTES.txt rename to enterprise/vaultwarden/26.3.0/templates/NOTES.txt diff --git a/enterprise/vaultwarden/26.2.0/templates/_configmap.tpl b/enterprise/vaultwarden/26.3.0/templates/_configmap.tpl similarity index 100% rename from enterprise/vaultwarden/26.2.0/templates/_configmap.tpl rename to enterprise/vaultwarden/26.3.0/templates/_configmap.tpl diff --git a/enterprise/vaultwarden/26.2.0/templates/_secrets.tpl b/enterprise/vaultwarden/26.3.0/templates/_secrets.tpl similarity index 100% rename from enterprise/vaultwarden/26.2.0/templates/_secrets.tpl rename to enterprise/vaultwarden/26.3.0/templates/_secrets.tpl diff --git a/enterprise/vaultwarden/26.2.0/templates/_validate.tpl b/enterprise/vaultwarden/26.3.0/templates/_validate.tpl similarity index 100% rename from enterprise/vaultwarden/26.2.0/templates/_validate.tpl rename to enterprise/vaultwarden/26.3.0/templates/_validate.tpl diff --git a/enterprise/vaultwarden/26.2.0/templates/common.yaml b/enterprise/vaultwarden/26.3.0/templates/common.yaml similarity index 100% rename from enterprise/vaultwarden/26.2.0/templates/common.yaml rename to enterprise/vaultwarden/26.3.0/templates/common.yaml diff --git a/enterprise/vaultwarden/26.2.0/values.yaml b/enterprise/vaultwarden/26.3.0/values.yaml similarity index 100% rename from enterprise/vaultwarden/26.2.0/values.yaml rename to enterprise/vaultwarden/26.3.0/values.yaml diff --git a/enterprise/velero/4.1.3/CHANGELOG.md b/enterprise/velero/4.1.3/CHANGELOG.md deleted file mode 100644 index 63246110d95..00000000000 --- a/enterprise/velero/4.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - -## [velero-3.2.9](https://github.com/truecharts/charts/compare/velero-3.2.8...velero-3.2.9) (2024-02-12) - -### Chore - - - -- update container image common to v17.3.9[@db10d55](https://github.com/db10d55) by renovate ([#18125](https://github.com/truecharts/charts/issues/18125)) - - -## [velero-3.2.8](https://github.com/truecharts/charts/compare/velero-3.2.7...velero-3.2.8) (2024-02-12) - -### Chore - - - -- update container image tccr.io/tccr/alpine to latest[@ade0065](https://github.com/ade0065) by renovate ([#18108](https://github.com/truecharts/charts/issues/18108)) - - -## [velero-3.2.7](https://github.com/truecharts/charts/compare/velero-3.2.6...velero-3.2.7) (2024-02-07) - - -## [velero-3.2.6](https://github.com/truecharts/charts/compare/velero-3.2.5...velero-3.2.6) (2024-02-07) - - -## [velero-3.2.5](https://github.com/truecharts/charts/compare/velero-3.2.4...velero-3.2.5) (2024-02-07) - - -## [velero-3.2.4](https://github.com/truecharts/charts/compare/velero-3.2.3...velero-3.2.4) (2024-02-07) - - -## [velero-3.2.3](https://github.com/truecharts/charts/compare/velero-3.2.2...velero-3.2.3) (2024-02-06) - - -## [velero-3.2.2](https://github.com/truecharts/charts/compare/velero-3.2.1...velero-3.2.2) (2024-02-06) - -### Feat - - - -- add velero backup schedule to GUI templates ([#17993](https://github.com/truecharts/charts/issues/17993)) - - -## [velero-3.2.1](https://github.com/truecharts/charts/compare/velero-3.2.0...velero-3.2.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [velero-3.2.0](https://github.com/truecharts/charts/compare/velero-3.1.16...velero-3.2.0) (2024-01-29) - -### Chore - - - -- update container image velero/velero-plugin-for-aws to v1.9.0[@198955f](https://github.com/198955f) by renovate ([#17735](https://github.com/truecharts/charts/issues/17735)) - -- update container image velero/velero-plugin-for-csi to v0.7.0[@3ba6439](https://github.com/3ba6439) by renovate ([#17736](https://github.com/truecharts/charts/issues/17736)) - - -## [velero-3.1.16](https://github.com/truecharts/charts/compare/velero-3.1.15...velero-3.1.16) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [velero-3.1.15](https://github.com/truecharts/charts/compare/velero-3.1.14...velero-3.1.15) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) \ No newline at end of file diff --git a/enterprise/velero/4.1.3/Chart.yaml b/enterprise/velero/4.1.3/Chart.yaml deleted file mode 100644 index 5713b800603..00000000000 --- a/enterprise/velero/4.1.3/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: operators - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: enterprise -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: velero - version: 5.4.1 - repository: oci://ghcr.io/vmware-tanzu/charts - condition: "" - alias: velero - tags: [] - import-values: [] -deprecated: false -description: Velero is a kubernetes-native backup solution -home: https://truecharts.org/charts/enterprise/velero -icon: https://truecharts.org/img/hotlink-ok/chart-icons/velero.png -keywords: - - velero - - backup -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: velero -sources: - - https://cert-manager.io/ - - https://github.com/cert-manager - - https://github.com/truecharts/charts/tree/master/charts/enterprise/velero - - https://github.com/truecharts/containers/tree/master/apps/alpine -type: application -version: 4.1.3 diff --git a/enterprise/velero/4.1.3/charts/common-18.0.3.tgz b/enterprise/velero/4.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/enterprise/velero/4.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/enterprise/velero/4.1.3/.helmignore b/enterprise/velero/4.3.0/.helmignore similarity index 100% rename from enterprise/velero/4.1.3/.helmignore rename to enterprise/velero/4.3.0/.helmignore diff --git a/enterprise/velero/4.3.0/CHANGELOG.md b/enterprise/velero/4.3.0/CHANGELOG.md new file mode 100644 index 00000000000..c98a0d369bc --- /dev/null +++ b/enterprise/velero/4.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [velero-4.3.0](https://github.com/truecharts/charts/compare/velero-4.2.3...velero-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [velero-4.2.3](https://github.com/truecharts/charts/compare/velero-4.2.2...velero-4.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [velero-4.2.2](https://github.com/truecharts/charts/compare/velero-4.2.0...velero-4.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + +## [velero-3.2.9](https://github.com/truecharts/charts/compare/velero-3.2.8...velero-3.2.9) (2024-02-12) + +### Chore + + + +- update container image common to v17.3.9[@db10d55](https://github.com/db10d55) by renovate ([#18125](https://github.com/truecharts/charts/issues/18125)) + + +## [velero-3.2.8](https://github.com/truecharts/charts/compare/velero-3.2.7...velero-3.2.8) (2024-02-12) + +### Chore + + + +- update container image tccr.io/tccr/alpine to latest[@ade0065](https://github.com/ade0065) by renovate ([#18108](https://github.com/truecharts/charts/issues/18108)) + + +## [velero-3.2.7](https://github.com/truecharts/charts/compare/velero-3.2.6...velero-3.2.7) (2024-02-07) + + +## [velero-3.2.6](https://github.com/truecharts/charts/compare/velero-3.2.5...velero-3.2.6) (2024-02-07) + + +## [velero-3.2.5](https://github.com/truecharts/charts/compare/velero-3.2.4...velero-3.2.5) (2024-02-07) + + +## [velero-3.2.4](https://github.com/truecharts/charts/compare/velero-3.2.3...velero-3.2.4) (2024-02-07) + + +## [velero-3.2.3](https://github.com/truecharts/charts/compare/velero-3.2.2...velero-3.2.3) (2024-02-06) + + +## [velero-3.2.2](https://github.com/truecharts/charts/compare/velero-3.2.1...velero-3.2.2) (2024-02-06) + +### Feat + + + +- add velero backup schedule to GUI templates ([#17993](https://github.com/truecharts/charts/issues/17993)) + + +## [velero-3.2.1](https://github.com/truecharts/charts/compare/velero-3.2.0...velero-3.2.1) (2024-02-03) + +### Chore + + diff --git a/enterprise/velero/4.3.0/Chart.yaml b/enterprise/velero/4.3.0/Chart.yaml new file mode 100644 index 00000000000..2f0e63d0b5e --- /dev/null +++ b/enterprise/velero/4.3.0/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: operators + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: velero + version: 5.4.1 + repository: oci://ghcr.io/vmware-tanzu/charts + condition: "" + alias: velero + tags: [] + import-values: [] +deprecated: false +description: Velero is a kubernetes-native backup solution +home: https://truecharts.org/charts/enterprise/velero +icon: https://truecharts.org/img/hotlink-ok/chart-icons/velero.png +keywords: + - velero + - backup +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: velero +sources: + - https://cert-manager.io/ + - https://github.com/cert-manager + - https://github.com/truecharts/charts/tree/master/charts/enterprise/velero + - https://github.com/truecharts/containers/tree/master/apps/alpine +type: application +version: 4.3.0 diff --git a/enterprise/velero/4.1.3/README.md b/enterprise/velero/4.3.0/README.md similarity index 100% rename from enterprise/velero/4.1.3/README.md rename to enterprise/velero/4.3.0/README.md diff --git a/enterprise/velero/4.3.0/app-changelog.md b/enterprise/velero/4.3.0/app-changelog.md new file mode 100644 index 00000000000..ea9a01533cc --- /dev/null +++ b/enterprise/velero/4.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [velero-4.3.0](https://github.com/truecharts/charts/compare/velero-4.2.3...velero-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/enterprise/velero/4.1.3/app-readme.md b/enterprise/velero/4.3.0/app-readme.md similarity index 100% rename from enterprise/velero/4.1.3/app-readme.md rename to enterprise/velero/4.3.0/app-readme.md diff --git a/enterprise/velero/4.3.0/charts/common-18.2.0.tgz b/enterprise/velero/4.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/enterprise/velero/4.3.0/charts/common-18.2.0.tgz differ diff --git a/enterprise/velero/4.1.3/charts/velero-5.4.1.tgz b/enterprise/velero/4.3.0/charts/velero-5.4.1.tgz similarity index 100% rename from enterprise/velero/4.1.3/charts/velero-5.4.1.tgz rename to enterprise/velero/4.3.0/charts/velero-5.4.1.tgz diff --git a/enterprise/velero/4.1.3/ix_values.yaml b/enterprise/velero/4.3.0/ix_values.yaml similarity index 100% rename from enterprise/velero/4.1.3/ix_values.yaml rename to enterprise/velero/4.3.0/ix_values.yaml diff --git a/enterprise/velero/4.1.3/questions.yaml b/enterprise/velero/4.3.0/questions.yaml similarity index 100% rename from enterprise/velero/4.1.3/questions.yaml rename to enterprise/velero/4.3.0/questions.yaml diff --git a/enterprise/velero/4.1.3/templates/NOTES.txt b/enterprise/velero/4.3.0/templates/NOTES.txt similarity index 100% rename from enterprise/velero/4.1.3/templates/NOTES.txt rename to enterprise/velero/4.3.0/templates/NOTES.txt diff --git a/enterprise/velero/4.1.3/templates/common.yaml b/enterprise/velero/4.3.0/templates/common.yaml similarity index 100% rename from enterprise/velero/4.1.3/templates/common.yaml rename to enterprise/velero/4.3.0/templates/common.yaml diff --git a/enterprise/velero/4.1.3/values.yaml b/enterprise/velero/4.3.0/values.yaml similarity index 100% rename from enterprise/velero/4.1.3/values.yaml rename to enterprise/velero/4.3.0/values.yaml diff --git a/operators/cert-manager/4.2.0/CHANGELOG.md b/operators/cert-manager/4.2.0/CHANGELOG.md deleted file mode 100644 index 89cdeb24cdb..00000000000 --- a/operators/cert-manager/4.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - -## [cert-manager-3.1.16](https://github.com/truecharts/charts/compare/cert-manager-3.1.15...cert-manager-3.1.16) (2024-02-12) - -### Chore - - - -- update container image tccr.io/tccr/alpine to latest[@ade0065](https://github.com/ade0065) by renovate ([#18108](https://github.com/truecharts/charts/issues/18108)) - - -## [cert-manager-3.1.15](https://github.com/truecharts/charts/compare/cert-manager-3.1.14...cert-manager-3.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cert-manager-3.1.14](https://github.com/truecharts/charts/compare/cert-manager-3.1.13...cert-manager-3.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [cert-manager-3.1.13](https://github.com/truecharts/charts/compare/cert-manager-3.1.12...cert-manager-3.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [cert-manager-3.1.12](https://github.com/truecharts/charts/compare/cert-manager-3.1.11...cert-manager-3.1.12) (2024-01-21) - -### Chore - - - -- update container image tccr.io/tccr/alpine to latest[@14eaf3f](https://github.com/14eaf3f) by renovate ([#17470](https://github.com/truecharts/charts/issues/17470)) - - -## [cert-manager-3.1.11](https://github.com/truecharts/charts/compare/cert-manager-3.1.10...cert-manager-3.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [cert-manager-3.1.10](https://github.com/truecharts/charts/compare/cert-manager-3.1.9...cert-manager-3.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [cert-manager-3.1.9](https://github.com/truecharts/charts/compare/cert-manager-3.1.8...cert-manager-3.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) \ No newline at end of file diff --git a/operators/cert-manager/4.2.0/Chart.yaml b/operators/cert-manager/4.2.0/Chart.yaml deleted file mode 100644 index e66f8e48c6e..00000000000 --- a/operators/cert-manager/4.2.0/Chart.yaml +++ /dev/null @@ -1,46 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: operators - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: operators -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: cert-manager - version: v1.14.3 - repository: https://charts.jetstack.io - condition: "" - alias: certmanager - tags: [] - import-values: [] -deprecated: false -description: Cert-Manager is a kubernetes-aware certificate manager -home: https://truecharts.org/charts/operators/cert-manager -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cert-manager.png -keywords: - - cert-manager - - certificates - - security -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cert-manager -sources: - - https://github.com/cert-manager - - https://cert-manager.io/ - - https://github.com/truecharts/charts/tree/master/charts/operators/cert-manager - - https://github.com/truecharts/containers/tree/master/apps/scratch -type: application -version: 4.2.0 diff --git a/operators/cert-manager/4.2.0/charts/common-18.1.2.tgz b/operators/cert-manager/4.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/operators/cert-manager/4.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/operators/cert-manager/4.2.0/ix_values.yaml b/operators/cert-manager/4.2.0/ix_values.yaml deleted file mode 100644 index 9eed56064c9..00000000000 --- a/operators/cert-manager/4.2.0/ix_values.yaml +++ /dev/null @@ -1,41 +0,0 @@ -image: - repository: tccr.io/tccr/scratch - pullPolicy: IfNotPresent - tag: latest@sha256:ade0065e19edaa4f6903d464ee70605111a48394536deb94f31b661264704558 - -service: - main: - enabled: false - ports: - main: - enabled: false - -workload: - main: - enabled: false - -portal: - open: - enabled: false - -operator: - register: true - -configmap: - dashboard: - enabled: true - labels: - grafana_dashboard: "1" - data: - cert-manager.json: >- - {{ .Files.Get "dashboard.json" | indent 8 }} - -certmanager: - dns01RecursiveNameservers: "1.1.1.1:53,1.0.0.1:53" - dns01RecursiveNameserversOnly: false - installCRDs: true - enableCertificateOwnerRef: true - prometheus: - enabled: true - servicemonitor: - enabled: true diff --git a/operators/cert-manager/4.2.0/.helmignore b/operators/cert-manager/4.3.0/.helmignore similarity index 100% rename from operators/cert-manager/4.2.0/.helmignore rename to operators/cert-manager/4.3.0/.helmignore diff --git a/operators/cert-manager/4.3.0/CHANGELOG.md b/operators/cert-manager/4.3.0/CHANGELOG.md new file mode 100644 index 00000000000..cc413633ed6 --- /dev/null +++ b/operators/cert-manager/4.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cert-manager-4.3.0](https://github.com/truecharts/charts/compare/cert-manager-4.2.4...cert-manager-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [cert-manager-4.2.4](https://github.com/truecharts/charts/compare/cert-manager-4.2.3...cert-manager-4.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [cert-manager-4.2.3](https://github.com/truecharts/charts/compare/cert-manager-4.2.1...cert-manager-4.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + +## [cert-manager-3.1.16](https://github.com/truecharts/charts/compare/cert-manager-3.1.15...cert-manager-3.1.16) (2024-02-12) + +### Chore + + + +- update container image tccr.io/tccr/alpine to latest[@ade0065](https://github.com/ade0065) by renovate ([#18108](https://github.com/truecharts/charts/issues/18108)) + + +## [cert-manager-3.1.15](https://github.com/truecharts/charts/compare/cert-manager-3.1.14...cert-manager-3.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [cert-manager-3.1.14](https://github.com/truecharts/charts/compare/cert-manager-3.1.13...cert-manager-3.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [cert-manager-3.1.13](https://github.com/truecharts/charts/compare/cert-manager-3.1.12...cert-manager-3.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [cert-manager-3.1.12](https://github.com/truecharts/charts/compare/cert-manager-3.1.11...cert-manager-3.1.12) (2024-01-21) + +### Chore + + diff --git a/operators/cert-manager/4.3.0/Chart.yaml b/operators/cert-manager/4.3.0/Chart.yaml new file mode 100644 index 00000000000..d9af272d179 --- /dev/null +++ b/operators/cert-manager/4.3.0/Chart.yaml @@ -0,0 +1,46 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: operators + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: operators +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: cert-manager + version: v1.14.3 + repository: https://charts.jetstack.io + condition: "" + alias: certmanager + tags: [] + import-values: [] +deprecated: false +description: Cert-Manager is a kubernetes-aware certificate manager +home: https://truecharts.org/charts/operators/cert-manager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cert-manager.png +keywords: + - cert-manager + - certificates + - security +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cert-manager +sources: + - https://github.com/cert-manager + - https://cert-manager.io/ + - https://github.com/truecharts/charts/tree/master/charts/operators/cert-manager + - https://github.com/truecharts/containers/tree/master/apps/scratch +type: application +version: 4.3.0 diff --git a/operators/cert-manager/4.2.0/README.md b/operators/cert-manager/4.3.0/README.md similarity index 100% rename from operators/cert-manager/4.2.0/README.md rename to operators/cert-manager/4.3.0/README.md diff --git a/operators/cert-manager/4.3.0/app-changelog.md b/operators/cert-manager/4.3.0/app-changelog.md new file mode 100644 index 00000000000..f25b839a23e --- /dev/null +++ b/operators/cert-manager/4.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [cert-manager-4.3.0](https://github.com/truecharts/charts/compare/cert-manager-4.2.4...cert-manager-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/operators/cert-manager/4.2.0/app-readme.md b/operators/cert-manager/4.3.0/app-readme.md similarity index 100% rename from operators/cert-manager/4.2.0/app-readme.md rename to operators/cert-manager/4.3.0/app-readme.md diff --git a/operators/cert-manager/4.2.0/charts/cert-manager-v1.14.3.tgz b/operators/cert-manager/4.3.0/charts/cert-manager-v1.14.3.tgz similarity index 100% rename from operators/cert-manager/4.2.0/charts/cert-manager-v1.14.3.tgz rename to operators/cert-manager/4.3.0/charts/cert-manager-v1.14.3.tgz diff --git a/operators/cert-manager/4.3.0/charts/common-18.2.0.tgz b/operators/cert-manager/4.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/operators/cert-manager/4.3.0/charts/common-18.2.0.tgz differ diff --git a/operators/cert-manager/4.2.0/dashboard.json b/operators/cert-manager/4.3.0/dashboard.json similarity index 100% rename from operators/cert-manager/4.2.0/dashboard.json rename to operators/cert-manager/4.3.0/dashboard.json diff --git a/operators/cert-manager/4.3.0/ix_values.yaml b/operators/cert-manager/4.3.0/ix_values.yaml new file mode 100644 index 00000000000..a9f86bea48b --- /dev/null +++ b/operators/cert-manager/4.3.0/ix_values.yaml @@ -0,0 +1,41 @@ +image: + repository: tccr.io/tccr/scratch + pullPolicy: IfNotPresent + tag: latest@sha256:782bbb4ff892784202be7b5e4e94f8434f2598779ba0c61a727929cbe5ce405a + +service: + main: + enabled: false + ports: + main: + enabled: false + +workload: + main: + enabled: false + +portal: + open: + enabled: false + +operator: + register: true + +configmap: + dashboard: + enabled: true + labels: + grafana_dashboard: "1" + data: + cert-manager.json: >- + {{ .Files.Get "dashboard.json" | indent 8 }} + +certmanager: + dns01RecursiveNameservers: "1.1.1.1:53,1.0.0.1:53" + dns01RecursiveNameserversOnly: false + installCRDs: true + enableCertificateOwnerRef: true + prometheus: + enabled: true + servicemonitor: + enabled: true diff --git a/operators/cert-manager/4.2.0/questions.yaml b/operators/cert-manager/4.3.0/questions.yaml similarity index 100% rename from operators/cert-manager/4.2.0/questions.yaml rename to operators/cert-manager/4.3.0/questions.yaml diff --git a/operators/cert-manager/4.2.0/templates/NOTES.txt b/operators/cert-manager/4.3.0/templates/NOTES.txt similarity index 100% rename from operators/cert-manager/4.2.0/templates/NOTES.txt rename to operators/cert-manager/4.3.0/templates/NOTES.txt diff --git a/operators/cert-manager/4.2.0/templates/common.yaml b/operators/cert-manager/4.3.0/templates/common.yaml similarity index 100% rename from operators/cert-manager/4.2.0/templates/common.yaml rename to operators/cert-manager/4.3.0/templates/common.yaml diff --git a/operators/cert-manager/4.2.0/values.yaml b/operators/cert-manager/4.3.0/values.yaml similarity index 100% rename from operators/cert-manager/4.2.0/values.yaml rename to operators/cert-manager/4.3.0/values.yaml diff --git a/operators/cloudnative-pg/6.2.1/CHANGELOG.md b/operators/cloudnative-pg/6.2.1/CHANGELOG.md deleted file mode 100644 index 4e736e4a449..00000000000 --- a/operators/cloudnative-pg/6.2.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - -## [cloudnative-pg-5.2.16](https://github.com/truecharts/charts/compare/cloudnative-pg-5.2.15...cloudnative-pg-5.2.16) (2024-02-12) - -### Chore - - - -- update container image tccr.io/tccr/alpine to latest[@ade0065](https://github.com/ade0065) by renovate ([#18108](https://github.com/truecharts/charts/issues/18108)) - - -## [cloudnative-pg-5.2.15](https://github.com/truecharts/charts/compare/cloudnative-pg-5.2.14...cloudnative-pg-5.2.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cloudnative-pg-5.2.14](https://github.com/truecharts/charts/compare/cloudnative-pg-5.2.13...cloudnative-pg-5.2.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [cloudnative-pg-5.2.13](https://github.com/truecharts/charts/compare/cloudnative-pg-5.2.12...cloudnative-pg-5.2.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [cloudnative-pg-5.2.12](https://github.com/truecharts/charts/compare/cloudnative-pg-5.2.11...cloudnative-pg-5.2.12) (2024-01-21) - -### Chore - - - -- update container image tccr.io/tccr/alpine to latest[@14eaf3f](https://github.com/14eaf3f) by renovate ([#17470](https://github.com/truecharts/charts/issues/17470)) - - -## [cloudnative-pg-5.2.11](https://github.com/truecharts/charts/compare/cloudnative-pg-5.2.10...cloudnative-pg-5.2.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [cloudnative-pg-5.2.10](https://github.com/truecharts/charts/compare/cloudnative-pg-5.2.9...cloudnative-pg-5.2.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [cloudnative-pg-5.2.9](https://github.com/truecharts/charts/compare/cloudnative-pg-5.2.8...cloudnative-pg-5.2.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [cloudnative-pg-5.2.8](https://github.com/truecharts/charts/compare/cloudnative-pg-5.2.7...cloudnative-pg-5.2.8) (2024-01-02) - -### Chore diff --git a/operators/cloudnative-pg/6.2.1/Chart.yaml b/operators/cloudnative-pg/6.2.1/Chart.yaml deleted file mode 100644 index 7e70945f948..00000000000 --- a/operators/cloudnative-pg/6.2.1/Chart.yaml +++ /dev/null @@ -1,46 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: operators - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: operators -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: cloudnative-pg - version: 0.20.1 - repository: https://cloudnative-pg.github.io/charts - condition: "" - alias: cloudnative-pg - tags: [] - import-values: [] -deprecated: false -description: CloudNativePG is a clustered postgresql database operator -home: https://truecharts.org/charts/operators/cloudnative-pg -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudnative-pg.png -keywords: - - database - - cloudnative-pg - - cnpg -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cloudnative-pg -sources: - - https://cloudnative-pg.io/ - - https://github.com/cloudnative-pg - - https://github.com/truecharts/charts/tree/master/charts/operators/cloudnative-pg - - https://github.com/truecharts/containers/tree/master/apps/alpine -type: application -version: 6.2.1 diff --git a/operators/cloudnative-pg/6.2.1/charts/common-18.0.3.tgz b/operators/cloudnative-pg/6.2.1/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/operators/cloudnative-pg/6.2.1/charts/common-18.0.3.tgz and /dev/null differ diff --git a/operators/cloudnative-pg/6.2.1/.helmignore b/operators/cloudnative-pg/6.4.0/.helmignore similarity index 100% rename from operators/cloudnative-pg/6.2.1/.helmignore rename to operators/cloudnative-pg/6.4.0/.helmignore diff --git a/operators/cloudnative-pg/6.4.0/CHANGELOG.md b/operators/cloudnative-pg/6.4.0/CHANGELOG.md new file mode 100644 index 00000000000..953d0973be4 --- /dev/null +++ b/operators/cloudnative-pg/6.4.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cloudnative-pg-6.4.0](https://github.com/truecharts/charts/compare/cloudnative-pg-6.3.3...cloudnative-pg-6.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [cloudnative-pg-6.3.3](https://github.com/truecharts/charts/compare/cloudnative-pg-6.3.2...cloudnative-pg-6.3.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [cloudnative-pg-6.3.2](https://github.com/truecharts/charts/compare/cloudnative-pg-6.3.0...cloudnative-pg-6.3.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + +## [cloudnative-pg-5.2.16](https://github.com/truecharts/charts/compare/cloudnative-pg-5.2.15...cloudnative-pg-5.2.16) (2024-02-12) + +### Chore + + + +- update container image tccr.io/tccr/alpine to latest[@ade0065](https://github.com/ade0065) by renovate ([#18108](https://github.com/truecharts/charts/issues/18108)) + + +## [cloudnative-pg-5.2.15](https://github.com/truecharts/charts/compare/cloudnative-pg-5.2.14...cloudnative-pg-5.2.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [cloudnative-pg-5.2.14](https://github.com/truecharts/charts/compare/cloudnative-pg-5.2.13...cloudnative-pg-5.2.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [cloudnative-pg-5.2.13](https://github.com/truecharts/charts/compare/cloudnative-pg-5.2.12...cloudnative-pg-5.2.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [cloudnative-pg-5.2.12](https://github.com/truecharts/charts/compare/cloudnative-pg-5.2.11...cloudnative-pg-5.2.12) (2024-01-21) + +### Chore + + + +- update container image tccr.io/tccr/alpine to latest[@14eaf3f](https://github.com/14eaf3f) by renovate ([#17470](https://github.com/truecharts/charts/issues/17470)) + + +## [cloudnative-pg-5.2.11](https://github.com/truecharts/charts/compare/cloudnative-pg-5.2.10...cloudnative-pg-5.2.11) (2024-01-21) + +### Chore \ No newline at end of file diff --git a/operators/cloudnative-pg/6.4.0/Chart.yaml b/operators/cloudnative-pg/6.4.0/Chart.yaml new file mode 100644 index 00000000000..a2a77572baa --- /dev/null +++ b/operators/cloudnative-pg/6.4.0/Chart.yaml @@ -0,0 +1,46 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: operators + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: operators +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: cloudnative-pg + version: 0.20.1 + repository: https://cloudnative-pg.github.io/charts + condition: "" + alias: cloudnative-pg + tags: [] + import-values: [] +deprecated: false +description: CloudNativePG is a clustered postgresql database operator +home: https://truecharts.org/charts/operators/cloudnative-pg +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudnative-pg.png +keywords: + - database + - cloudnative-pg + - cnpg +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cloudnative-pg +sources: + - https://cloudnative-pg.io/ + - https://github.com/cloudnative-pg + - https://github.com/truecharts/charts/tree/master/charts/operators/cloudnative-pg + - https://github.com/truecharts/containers/tree/master/apps/alpine +type: application +version: 6.4.0 diff --git a/operators/cloudnative-pg/6.2.1/README.md b/operators/cloudnative-pg/6.4.0/README.md similarity index 100% rename from operators/cloudnative-pg/6.2.1/README.md rename to operators/cloudnative-pg/6.4.0/README.md diff --git a/operators/cloudnative-pg/6.4.0/app-changelog.md b/operators/cloudnative-pg/6.4.0/app-changelog.md new file mode 100644 index 00000000000..98f9868d01f --- /dev/null +++ b/operators/cloudnative-pg/6.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [cloudnative-pg-6.4.0](https://github.com/truecharts/charts/compare/cloudnative-pg-6.3.3...cloudnative-pg-6.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/operators/cloudnative-pg/6.2.1/app-readme.md b/operators/cloudnative-pg/6.4.0/app-readme.md similarity index 100% rename from operators/cloudnative-pg/6.2.1/app-readme.md rename to operators/cloudnative-pg/6.4.0/app-readme.md diff --git a/operators/cloudnative-pg/6.2.1/charts/cloudnative-pg-0.20.1.tgz b/operators/cloudnative-pg/6.4.0/charts/cloudnative-pg-0.20.1.tgz similarity index 100% rename from operators/cloudnative-pg/6.2.1/charts/cloudnative-pg-0.20.1.tgz rename to operators/cloudnative-pg/6.4.0/charts/cloudnative-pg-0.20.1.tgz diff --git a/operators/cloudnative-pg/6.4.0/charts/common-18.2.0.tgz b/operators/cloudnative-pg/6.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/operators/cloudnative-pg/6.4.0/charts/common-18.2.0.tgz differ diff --git a/operators/cloudnative-pg/6.2.1/ix_values.yaml b/operators/cloudnative-pg/6.4.0/ix_values.yaml similarity index 100% rename from operators/cloudnative-pg/6.2.1/ix_values.yaml rename to operators/cloudnative-pg/6.4.0/ix_values.yaml diff --git a/operators/cloudnative-pg/6.2.1/questions.yaml b/operators/cloudnative-pg/6.4.0/questions.yaml similarity index 100% rename from operators/cloudnative-pg/6.2.1/questions.yaml rename to operators/cloudnative-pg/6.4.0/questions.yaml diff --git a/operators/cloudnative-pg/6.2.1/templates/NOTES.txt b/operators/cloudnative-pg/6.4.0/templates/NOTES.txt similarity index 100% rename from operators/cloudnative-pg/6.2.1/templates/NOTES.txt rename to operators/cloudnative-pg/6.4.0/templates/NOTES.txt diff --git a/operators/cloudnative-pg/6.2.1/templates/common.yaml b/operators/cloudnative-pg/6.4.0/templates/common.yaml similarity index 100% rename from operators/cloudnative-pg/6.2.1/templates/common.yaml rename to operators/cloudnative-pg/6.4.0/templates/common.yaml diff --git a/operators/cloudnative-pg/6.2.1/values.yaml b/operators/cloudnative-pg/6.4.0/values.yaml similarity index 100% rename from operators/cloudnative-pg/6.2.1/values.yaml rename to operators/cloudnative-pg/6.4.0/values.yaml diff --git a/operators/grafana-agent-operator/1.1.0/CHANGELOG.md b/operators/grafana-agent-operator/1.1.0/CHANGELOG.md deleted file mode 100644 index 941abb8a218..00000000000 --- a/operators/grafana-agent-operator/1.1.0/CHANGELOG.md +++ /dev/null @@ -1,3 +0,0 @@ -*for the complete changelog, please refer to the website* - -**Important:** \ No newline at end of file diff --git a/operators/grafana-agent-operator/1.1.0/Chart.yaml b/operators/grafana-agent-operator/1.1.0/Chart.yaml deleted file mode 100644 index 86b9b06173e..00000000000 --- a/operators/grafana-agent-operator/1.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: system - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: operators -apiVersion: v2 -appVersion: 0.39.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Grafana Scraping Agent Operator -home: https://truecharts.org/charts/operators/grafana-agent-operator -icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-agent-operator.png -keywords: - - grafana-agent - - shell -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: grafana-agent-operator -sources: - - https://grafana.com - - https://github.com/truecharts/charts/tree/master/charts/operators/grafana-agent-operator - - https://hub.docker.com/r/grafana/agent-operator -type: application -version: 1.1.0 diff --git a/operators/grafana-agent-operator/1.1.0/charts/common-18.0.3.tgz b/operators/grafana-agent-operator/1.1.0/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/operators/grafana-agent-operator/1.1.0/charts/common-18.0.3.tgz and /dev/null differ diff --git a/operators/grafana-agent-operator/1.1.0/.helmignore b/operators/grafana-agent-operator/1.3.0/.helmignore similarity index 100% rename from operators/grafana-agent-operator/1.1.0/.helmignore rename to operators/grafana-agent-operator/1.3.0/.helmignore diff --git a/operators/grafana-agent-operator/1.3.0/CHANGELOG.md b/operators/grafana-agent-operator/1.3.0/CHANGELOG.md new file mode 100644 index 00000000000..04f5b253169 --- /dev/null +++ b/operators/grafana-agent-operator/1.3.0/CHANGELOG.md @@ -0,0 +1,26 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [grafana-agent-operator-1.3.0](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.2.3...grafana-agent-operator-1.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [grafana-agent-operator-1.2.3](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.2.2...grafana-agent-operator-1.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again \ No newline at end of file diff --git a/operators/grafana-agent-operator/1.3.0/Chart.yaml b/operators/grafana-agent-operator/1.3.0/Chart.yaml new file mode 100644 index 00000000000..c6add79998c --- /dev/null +++ b/operators/grafana-agent-operator/1.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: system + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: operators +apiVersion: v2 +appVersion: 0.39.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Grafana Scraping Agent Operator +home: https://truecharts.org/charts/operators/grafana-agent-operator +icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-agent-operator.png +keywords: + - grafana-agent + - shell +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: grafana-agent-operator +sources: + - https://grafana.com + - https://github.com/truecharts/charts/tree/master/charts/operators/grafana-agent-operator + - https://hub.docker.com/r/grafana/agent-operator +type: application +version: 1.3.0 diff --git a/operators/grafana-agent-operator/1.1.0/README.md b/operators/grafana-agent-operator/1.3.0/README.md similarity index 100% rename from operators/grafana-agent-operator/1.1.0/README.md rename to operators/grafana-agent-operator/1.3.0/README.md diff --git a/operators/grafana-agent-operator/1.3.0/app-changelog.md b/operators/grafana-agent-operator/1.3.0/app-changelog.md new file mode 100644 index 00000000000..d4f098f25f4 --- /dev/null +++ b/operators/grafana-agent-operator/1.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [grafana-agent-operator-1.3.0](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.2.3...grafana-agent-operator-1.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/operators/grafana-agent-operator/1.1.0/app-readme.md b/operators/grafana-agent-operator/1.3.0/app-readme.md similarity index 100% rename from operators/grafana-agent-operator/1.1.0/app-readme.md rename to operators/grafana-agent-operator/1.3.0/app-readme.md diff --git a/operators/grafana-agent-operator/1.3.0/charts/common-18.2.0.tgz b/operators/grafana-agent-operator/1.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/operators/grafana-agent-operator/1.3.0/charts/common-18.2.0.tgz differ diff --git a/operators/grafana-agent-operator/1.1.0/ix_values.yaml b/operators/grafana-agent-operator/1.3.0/ix_values.yaml similarity index 100% rename from operators/grafana-agent-operator/1.1.0/ix_values.yaml rename to operators/grafana-agent-operator/1.3.0/ix_values.yaml diff --git a/operators/grafana-agent-operator/1.1.0/questions.yaml b/operators/grafana-agent-operator/1.3.0/questions.yaml similarity index 100% rename from operators/grafana-agent-operator/1.1.0/questions.yaml rename to operators/grafana-agent-operator/1.3.0/questions.yaml diff --git a/operators/grafana-agent-operator/1.1.0/templates/NOTES.txt b/operators/grafana-agent-operator/1.3.0/templates/NOTES.txt similarity index 100% rename from operators/grafana-agent-operator/1.1.0/templates/NOTES.txt rename to operators/grafana-agent-operator/1.3.0/templates/NOTES.txt diff --git a/operators/grafana-agent-operator/1.1.0/templates/common.yaml b/operators/grafana-agent-operator/1.3.0/templates/common.yaml similarity index 100% rename from operators/grafana-agent-operator/1.1.0/templates/common.yaml rename to operators/grafana-agent-operator/1.3.0/templates/common.yaml diff --git a/operators/grafana-agent-operator/1.1.0/templates/monitoring.coreos.com_podmonitors.yaml b/operators/grafana-agent-operator/1.3.0/templates/monitoring.coreos.com_podmonitors.yaml similarity index 100% rename from operators/grafana-agent-operator/1.1.0/templates/monitoring.coreos.com_podmonitors.yaml rename to operators/grafana-agent-operator/1.3.0/templates/monitoring.coreos.com_podmonitors.yaml diff --git a/operators/grafana-agent-operator/1.1.0/templates/monitoring.coreos.com_probes.yaml b/operators/grafana-agent-operator/1.3.0/templates/monitoring.coreos.com_probes.yaml similarity index 100% rename from operators/grafana-agent-operator/1.1.0/templates/monitoring.coreos.com_probes.yaml rename to operators/grafana-agent-operator/1.3.0/templates/monitoring.coreos.com_probes.yaml diff --git a/operators/grafana-agent-operator/1.1.0/templates/monitoring.coreos.com_servicemonitors.yaml b/operators/grafana-agent-operator/1.3.0/templates/monitoring.coreos.com_servicemonitors.yaml similarity index 100% rename from operators/grafana-agent-operator/1.1.0/templates/monitoring.coreos.com_servicemonitors.yaml rename to operators/grafana-agent-operator/1.3.0/templates/monitoring.coreos.com_servicemonitors.yaml diff --git a/operators/grafana-agent-operator/1.1.0/templates/monitoring.grafana.com_grafanaagents.yaml b/operators/grafana-agent-operator/1.3.0/templates/monitoring.grafana.com_grafanaagents.yaml similarity index 100% rename from operators/grafana-agent-operator/1.1.0/templates/monitoring.grafana.com_grafanaagents.yaml rename to operators/grafana-agent-operator/1.3.0/templates/monitoring.grafana.com_grafanaagents.yaml diff --git a/operators/grafana-agent-operator/1.1.0/templates/monitoring.grafana.com_integrations.yaml b/operators/grafana-agent-operator/1.3.0/templates/monitoring.grafana.com_integrations.yaml similarity index 100% rename from operators/grafana-agent-operator/1.1.0/templates/monitoring.grafana.com_integrations.yaml rename to operators/grafana-agent-operator/1.3.0/templates/monitoring.grafana.com_integrations.yaml diff --git a/operators/grafana-agent-operator/1.1.0/templates/monitoring.grafana.com_logsinstances.yaml b/operators/grafana-agent-operator/1.3.0/templates/monitoring.grafana.com_logsinstances.yaml similarity index 100% rename from operators/grafana-agent-operator/1.1.0/templates/monitoring.grafana.com_logsinstances.yaml rename to operators/grafana-agent-operator/1.3.0/templates/monitoring.grafana.com_logsinstances.yaml diff --git a/operators/grafana-agent-operator/1.1.0/templates/monitoring.grafana.com_metricsinstances.yaml b/operators/grafana-agent-operator/1.3.0/templates/monitoring.grafana.com_metricsinstances.yaml similarity index 100% rename from operators/grafana-agent-operator/1.1.0/templates/monitoring.grafana.com_metricsinstances.yaml rename to operators/grafana-agent-operator/1.3.0/templates/monitoring.grafana.com_metricsinstances.yaml diff --git a/operators/grafana-agent-operator/1.1.0/templates/monitoring.grafana.com_podlogs.yaml b/operators/grafana-agent-operator/1.3.0/templates/monitoring.grafana.com_podlogs.yaml similarity index 100% rename from operators/grafana-agent-operator/1.1.0/templates/monitoring.grafana.com_podlogs.yaml rename to operators/grafana-agent-operator/1.3.0/templates/monitoring.grafana.com_podlogs.yaml diff --git a/operators/grafana-agent-operator/1.1.0/values.yaml b/operators/grafana-agent-operator/1.3.0/values.yaml similarity index 100% rename from operators/grafana-agent-operator/1.1.0/values.yaml rename to operators/grafana-agent-operator/1.3.0/values.yaml diff --git a/operators/metallb/14.1.3/CHANGELOG.md b/operators/metallb/14.1.3/CHANGELOG.md deleted file mode 100644 index a26d983f3ed..00000000000 --- a/operators/metallb/14.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - -## [metallb-13.1.16](https://github.com/truecharts/charts/compare/metallb-13.1.15...metallb-13.1.16) (2024-02-12) - -### Chore - - - -- update container image tccr.io/tccr/alpine to latest[@ade0065](https://github.com/ade0065) by renovate ([#18108](https://github.com/truecharts/charts/issues/18108)) - - -## [metallb-13.1.15](https://github.com/truecharts/charts/compare/metallb-13.1.14...metallb-13.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [metallb-13.1.14](https://github.com/truecharts/charts/compare/metallb-13.1.13...metallb-13.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [metallb-13.1.13](https://github.com/truecharts/charts/compare/metallb-13.1.12...metallb-13.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [metallb-13.1.12](https://github.com/truecharts/charts/compare/metallb-13.1.11...metallb-13.1.12) (2024-01-21) - -### Chore - - - -- update container image tccr.io/tccr/alpine to latest[@14eaf3f](https://github.com/14eaf3f) by renovate ([#17470](https://github.com/truecharts/charts/issues/17470)) - - -## [metallb-13.1.11](https://github.com/truecharts/charts/compare/metallb-13.1.10...metallb-13.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [metallb-13.1.10](https://github.com/truecharts/charts/compare/metallb-13.1.9...metallb-13.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [metallb-13.1.9](https://github.com/truecharts/charts/compare/metallb-13.1.8...metallb-13.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [metallb-13.1.8](https://github.com/truecharts/charts/compare/metallb-13.1.7...metallb-13.1.8) (2024-01-02) - -### Chore diff --git a/operators/metallb/14.1.3/Chart.yaml b/operators/metallb/14.1.3/Chart.yaml deleted file mode 100644 index 53957aedcd2..00000000000 --- a/operators/metallb/14.1.3/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: operators - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: operators -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: metallb - version: 0.14.3 - repository: https://metallb.github.io/metallb - condition: "" - alias: metallb - tags: [] - import-values: [] -deprecated: false -description: A network load-balancer implementation for Kubernetes using standard routing protocols -home: https://truecharts.org/charts/operators/metallb -icon: https://truecharts.org/img/hotlink-ok/chart-icons/metallb.png -keywords: - - metallb - - loadbalancer -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: metallb -sources: - - https://github.com/metallb/metallb - - https://metallb.universe.tf - - https://github.com/truecharts/charts/tree/master/charts/operators/metallb - - https://github.com/truecharts/containers/tree/master/apps/alpine -type: application -version: 14.1.3 diff --git a/operators/metallb/14.1.3/charts/common-18.0.3.tgz b/operators/metallb/14.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/operators/metallb/14.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/operators/metallb/14.1.3/.helmignore b/operators/metallb/14.3.0/.helmignore similarity index 100% rename from operators/metallb/14.1.3/.helmignore rename to operators/metallb/14.3.0/.helmignore diff --git a/operators/metallb/14.3.0/CHANGELOG.md b/operators/metallb/14.3.0/CHANGELOG.md new file mode 100644 index 00000000000..6dfe182fe2e --- /dev/null +++ b/operators/metallb/14.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [metallb-14.3.0](https://github.com/truecharts/charts/compare/metallb-14.2.3...metallb-14.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [metallb-14.2.3](https://github.com/truecharts/charts/compare/metallb-14.2.2...metallb-14.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [metallb-14.2.2](https://github.com/truecharts/charts/compare/metallb-14.2.0...metallb-14.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + +## [metallb-13.1.16](https://github.com/truecharts/charts/compare/metallb-13.1.15...metallb-13.1.16) (2024-02-12) + +### Chore + + + +- update container image tccr.io/tccr/alpine to latest[@ade0065](https://github.com/ade0065) by renovate ([#18108](https://github.com/truecharts/charts/issues/18108)) + + +## [metallb-13.1.15](https://github.com/truecharts/charts/compare/metallb-13.1.14...metallb-13.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [metallb-13.1.14](https://github.com/truecharts/charts/compare/metallb-13.1.13...metallb-13.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [metallb-13.1.13](https://github.com/truecharts/charts/compare/metallb-13.1.12...metallb-13.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [metallb-13.1.12](https://github.com/truecharts/charts/compare/metallb-13.1.11...metallb-13.1.12) (2024-01-21) + +### Chore + + + +- update container image tccr.io/tccr/alpine to latest[@14eaf3f](https://github.com/14eaf3f) by renovate ([#17470](https://github.com/truecharts/charts/issues/17470)) + + +## [metallb-13.1.11](https://github.com/truecharts/charts/compare/metallb-13.1.10...metallb-13.1.11) (2024-01-21) + +### Chore \ No newline at end of file diff --git a/operators/metallb/14.3.0/Chart.yaml b/operators/metallb/14.3.0/Chart.yaml new file mode 100644 index 00000000000..dda7e835f61 --- /dev/null +++ b/operators/metallb/14.3.0/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: operators + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: operators +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: metallb + version: 0.14.3 + repository: https://metallb.github.io/metallb + condition: "" + alias: metallb + tags: [] + import-values: [] +deprecated: false +description: A network load-balancer implementation for Kubernetes using standard routing protocols +home: https://truecharts.org/charts/operators/metallb +icon: https://truecharts.org/img/hotlink-ok/chart-icons/metallb.png +keywords: + - metallb + - loadbalancer +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: metallb +sources: + - https://github.com/metallb/metallb + - https://metallb.universe.tf + - https://github.com/truecharts/charts/tree/master/charts/operators/metallb + - https://github.com/truecharts/containers/tree/master/apps/alpine +type: application +version: 14.3.0 diff --git a/operators/metallb/14.1.3/README.md b/operators/metallb/14.3.0/README.md similarity index 100% rename from operators/metallb/14.1.3/README.md rename to operators/metallb/14.3.0/README.md diff --git a/operators/metallb/14.3.0/app-changelog.md b/operators/metallb/14.3.0/app-changelog.md new file mode 100644 index 00000000000..80173d76d17 --- /dev/null +++ b/operators/metallb/14.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [metallb-14.3.0](https://github.com/truecharts/charts/compare/metallb-14.2.3...metallb-14.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/operators/metallb/14.1.3/app-readme.md b/operators/metallb/14.3.0/app-readme.md similarity index 100% rename from operators/metallb/14.1.3/app-readme.md rename to operators/metallb/14.3.0/app-readme.md diff --git a/operators/metallb/14.3.0/charts/common-18.2.0.tgz b/operators/metallb/14.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/operators/metallb/14.3.0/charts/common-18.2.0.tgz differ diff --git a/operators/metallb/14.1.3/charts/metallb-0.14.3.tgz b/operators/metallb/14.3.0/charts/metallb-0.14.3.tgz similarity index 100% rename from operators/metallb/14.1.3/charts/metallb-0.14.3.tgz rename to operators/metallb/14.3.0/charts/metallb-0.14.3.tgz diff --git a/operators/metallb/14.1.3/ix_values.yaml b/operators/metallb/14.3.0/ix_values.yaml similarity index 100% rename from operators/metallb/14.1.3/ix_values.yaml rename to operators/metallb/14.3.0/ix_values.yaml diff --git a/operators/metallb/14.1.3/questions.yaml b/operators/metallb/14.3.0/questions.yaml similarity index 100% rename from operators/metallb/14.1.3/questions.yaml rename to operators/metallb/14.3.0/questions.yaml diff --git a/operators/metallb/14.1.3/templates/NOTES.txt b/operators/metallb/14.3.0/templates/NOTES.txt similarity index 100% rename from operators/metallb/14.1.3/templates/NOTES.txt rename to operators/metallb/14.3.0/templates/NOTES.txt diff --git a/operators/metallb/14.1.3/templates/common.yaml b/operators/metallb/14.3.0/templates/common.yaml similarity index 100% rename from operators/metallb/14.1.3/templates/common.yaml rename to operators/metallb/14.3.0/templates/common.yaml diff --git a/operators/metallb/14.1.3/values.yaml b/operators/metallb/14.3.0/values.yaml similarity index 100% rename from operators/metallb/14.1.3/values.yaml rename to operators/metallb/14.3.0/values.yaml diff --git a/operators/openebs/3.1.3/CHANGELOG.md b/operators/openebs/3.1.3/CHANGELOG.md deleted file mode 100644 index fd391662224..00000000000 --- a/operators/openebs/3.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - -## [openebs-2.1.16](https://github.com/truecharts/charts/compare/openebs-2.1.15...openebs-2.1.16) (2024-02-12) - -### Chore - - - -- update container image tccr.io/tccr/alpine to latest[@ade0065](https://github.com/ade0065) by renovate ([#18108](https://github.com/truecharts/charts/issues/18108)) - - -## [openebs-2.1.15](https://github.com/truecharts/charts/compare/openebs-2.1.14...openebs-2.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [openebs-2.1.14](https://github.com/truecharts/charts/compare/openebs-2.1.13...openebs-2.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [openebs-2.1.13](https://github.com/truecharts/charts/compare/openebs-2.1.12...openebs-2.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [openebs-2.1.12](https://github.com/truecharts/charts/compare/openebs-2.1.11...openebs-2.1.12) (2024-01-21) - -### Chore - - - -- update container image tccr.io/tccr/alpine to latest[@14eaf3f](https://github.com/14eaf3f) by renovate ([#17470](https://github.com/truecharts/charts/issues/17470)) - - -## [openebs-2.1.11](https://github.com/truecharts/charts/compare/openebs-2.1.10...openebs-2.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [openebs-2.1.10](https://github.com/truecharts/charts/compare/openebs-2.1.9...openebs-2.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [openebs-2.1.9](https://github.com/truecharts/charts/compare/openebs-2.1.8...openebs-2.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) \ No newline at end of file diff --git a/operators/openebs/3.1.3/Chart.yaml b/operators/openebs/3.1.3/Chart.yaml deleted file mode 100644 index f4a18f69f0f..00000000000 --- a/operators/openebs/3.1.3/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: CSI - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: operators -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: openebs - version: 3.10.0 - repository: https://openebs.github.io/charts - condition: "" - alias: openebs - tags: [] - import-values: [] -deprecated: false -description: OpenEBS is a umbrella container storage provisioner -home: https://truecharts.org/charts/operators/openebs -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openebs.png -keywords: - - openebs - - backup -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: openebs -sources: - - https://github.com/cert-manager - - https://cert-manager.io/ - - https://github.com/truecharts/charts/tree/master/charts/operators/openebs - - https://github.com/truecharts/containers/tree/master/apps/alpine -type: application -version: 3.1.3 diff --git a/operators/openebs/3.1.3/charts/common-18.0.3.tgz b/operators/openebs/3.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/operators/openebs/3.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/operators/openebs/3.1.3/.helmignore b/operators/openebs/3.3.0/.helmignore similarity index 100% rename from operators/openebs/3.1.3/.helmignore rename to operators/openebs/3.3.0/.helmignore diff --git a/operators/openebs/3.3.0/CHANGELOG.md b/operators/openebs/3.3.0/CHANGELOG.md new file mode 100644 index 00000000000..2bc26ff612d --- /dev/null +++ b/operators/openebs/3.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [openebs-3.3.0](https://github.com/truecharts/charts/compare/openebs-3.2.3...openebs-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [openebs-3.2.3](https://github.com/truecharts/charts/compare/openebs-3.2.2...openebs-3.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [openebs-3.2.2](https://github.com/truecharts/charts/compare/openebs-3.2.0...openebs-3.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + +## [openebs-2.1.16](https://github.com/truecharts/charts/compare/openebs-2.1.15...openebs-2.1.16) (2024-02-12) + +### Chore + + + +- update container image tccr.io/tccr/alpine to latest[@ade0065](https://github.com/ade0065) by renovate ([#18108](https://github.com/truecharts/charts/issues/18108)) + + +## [openebs-2.1.15](https://github.com/truecharts/charts/compare/openebs-2.1.14...openebs-2.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [openebs-2.1.14](https://github.com/truecharts/charts/compare/openebs-2.1.13...openebs-2.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [openebs-2.1.13](https://github.com/truecharts/charts/compare/openebs-2.1.12...openebs-2.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [openebs-2.1.12](https://github.com/truecharts/charts/compare/openebs-2.1.11...openebs-2.1.12) (2024-01-21) + +### Chore + + diff --git a/operators/openebs/3.3.0/Chart.yaml b/operators/openebs/3.3.0/Chart.yaml new file mode 100644 index 00000000000..5805556bf65 --- /dev/null +++ b/operators/openebs/3.3.0/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: CSI + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: operators +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: openebs + version: 3.10.0 + repository: https://openebs.github.io/charts + condition: "" + alias: openebs + tags: [] + import-values: [] +deprecated: false +description: OpenEBS is a umbrella container storage provisioner +home: https://truecharts.org/charts/operators/openebs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openebs.png +keywords: + - openebs + - backup +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: openebs +sources: + - https://github.com/cert-manager + - https://cert-manager.io/ + - https://github.com/truecharts/charts/tree/master/charts/operators/openebs + - https://github.com/truecharts/containers/tree/master/apps/alpine +type: application +version: 3.3.0 diff --git a/operators/openebs/3.1.3/README.md b/operators/openebs/3.3.0/README.md similarity index 100% rename from operators/openebs/3.1.3/README.md rename to operators/openebs/3.3.0/README.md diff --git a/operators/openebs/3.3.0/app-changelog.md b/operators/openebs/3.3.0/app-changelog.md new file mode 100644 index 00000000000..f3e0c3728fd --- /dev/null +++ b/operators/openebs/3.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [openebs-3.3.0](https://github.com/truecharts/charts/compare/openebs-3.2.3...openebs-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/operators/openebs/3.1.3/app-readme.md b/operators/openebs/3.3.0/app-readme.md similarity index 100% rename from operators/openebs/3.1.3/app-readme.md rename to operators/openebs/3.3.0/app-readme.md diff --git a/operators/openebs/3.3.0/charts/common-18.2.0.tgz b/operators/openebs/3.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/operators/openebs/3.3.0/charts/common-18.2.0.tgz differ diff --git a/operators/openebs/3.1.3/charts/openebs-3.10.0.tgz b/operators/openebs/3.3.0/charts/openebs-3.10.0.tgz similarity index 100% rename from operators/openebs/3.1.3/charts/openebs-3.10.0.tgz rename to operators/openebs/3.3.0/charts/openebs-3.10.0.tgz diff --git a/operators/openebs/3.1.3/ix_values.yaml b/operators/openebs/3.3.0/ix_values.yaml similarity index 100% rename from operators/openebs/3.1.3/ix_values.yaml rename to operators/openebs/3.3.0/ix_values.yaml diff --git a/operators/openebs/3.1.3/questions.yaml b/operators/openebs/3.3.0/questions.yaml similarity index 100% rename from operators/openebs/3.1.3/questions.yaml rename to operators/openebs/3.3.0/questions.yaml diff --git a/operators/openebs/3.1.3/templates/NOTES.txt b/operators/openebs/3.3.0/templates/NOTES.txt similarity index 100% rename from operators/openebs/3.1.3/templates/NOTES.txt rename to operators/openebs/3.3.0/templates/NOTES.txt diff --git a/operators/openebs/3.1.3/templates/common.yaml b/operators/openebs/3.3.0/templates/common.yaml similarity index 100% rename from operators/openebs/3.1.3/templates/common.yaml rename to operators/openebs/3.3.0/templates/common.yaml diff --git a/operators/openebs/3.1.3/values.yaml b/operators/openebs/3.3.0/values.yaml similarity index 100% rename from operators/openebs/3.1.3/values.yaml rename to operators/openebs/3.3.0/values.yaml diff --git a/operators/prometheus-operator/6.3.0/CHANGELOG.md b/operators/prometheus-operator/6.3.0/CHANGELOG.md deleted file mode 100644 index b1f3ef81cb7..00000000000 --- a/operators/prometheus-operator/6.3.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - -## [prometheus-operator-4.5.7](https://github.com/truecharts/charts/compare/prometheus-operator-4.5.6...prometheus-operator-4.5.7) (2024-02-12) - -### Chore - - - -- update container image tccr.io/tccr/alpine to latest[@ade0065](https://github.com/ade0065) by renovate ([#18108](https://github.com/truecharts/charts/issues/18108)) - - -## [prometheus-operator-4.5.6](https://github.com/truecharts/charts/compare/prometheus-operator-4.5.5...prometheus-operator-4.5.6) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [prometheus-operator-4.5.5](https://github.com/truecharts/charts/compare/prometheus-operator-4.5.4...prometheus-operator-4.5.5) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [prometheus-operator-4.5.4](https://github.com/truecharts/charts/compare/prometheus-operator-4.5.3...prometheus-operator-4.5.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [prometheus-operator-4.5.3](https://github.com/truecharts/charts/compare/prometheus-operator-4.5.2...prometheus-operator-4.5.3) (2024-01-21) - -### Chore - - - -- update container image tccr.io/tccr/alpine to latest[@14eaf3f](https://github.com/14eaf3f) by renovate ([#17470](https://github.com/truecharts/charts/issues/17470)) - - -## [prometheus-operator-4.5.2](https://github.com/truecharts/charts/compare/prometheus-operator-4.5.1...prometheus-operator-4.5.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [prometheus-operator-4.5.1](https://github.com/truecharts/charts/compare/prometheus-operator-4.5.0...prometheus-operator-4.5.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [prometheus-operator-4.5.0](https://github.com/truecharts/charts/compare/prometheus-operator-4.4.0...prometheus-operator-4.5.0) (2024-01-19) - -### Chore - - - -- update helm general minor by renovate ([#17309](https://github.com/truecharts/charts/issues/17309)) - - - - -## [prometheus-operator-4.4.0](https://github.com/truecharts/charts/compare/prometheus-operator-4.3.1...prometheus-operator-4.4.0) (2024-01-13) \ No newline at end of file diff --git a/operators/prometheus-operator/6.3.0/Chart.yaml b/operators/prometheus-operator/6.3.0/Chart.yaml deleted file mode 100644 index e26bc13876a..00000000000 --- a/operators/prometheus-operator/6.3.0/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: operators - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: operators -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: kube-prometheus-stack - version: 56.9.0 - repository: oci://ghcr.io/prometheus-community/charts - condition: "" - alias: kps - tags: [] - import-values: [] -deprecated: false -description: Prometheus Operator is an operator for prometheus -home: https://truecharts.org/charts/operators/prometheus-operator -icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus-operator.png -keywords: - - operator - - prometheus - - metics -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: prometheus-operator -sources: - - https://github.com/prometheus-operator - - https://github.com/truecharts/charts/tree/master/charts/operators/prometheus-operator - - https://github.com/truecharts/containers/tree/master/apps/alpine -type: application -version: 6.3.0 diff --git a/operators/prometheus-operator/6.3.0/charts/common-18.1.2.tgz b/operators/prometheus-operator/6.3.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/operators/prometheus-operator/6.3.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/operators/prometheus-operator/6.3.0/charts/kube-prometheus-stack-56.9.0.tgz b/operators/prometheus-operator/6.3.0/charts/kube-prometheus-stack-56.9.0.tgz deleted file mode 100644 index 1b0175276f4..00000000000 Binary files a/operators/prometheus-operator/6.3.0/charts/kube-prometheus-stack-56.9.0.tgz and /dev/null differ diff --git a/operators/prometheus-operator/6.3.0/.helmignore b/operators/prometheus-operator/6.5.0/.helmignore similarity index 100% rename from operators/prometheus-operator/6.3.0/.helmignore rename to operators/prometheus-operator/6.5.0/.helmignore diff --git a/operators/prometheus-operator/6.5.0/CHANGELOG.md b/operators/prometheus-operator/6.5.0/CHANGELOG.md new file mode 100644 index 00000000000..3faac503850 --- /dev/null +++ b/operators/prometheus-operator/6.5.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [prometheus-operator-6.5.0](https://github.com/truecharts/charts/compare/prometheus-operator-6.4.3...prometheus-operator-6.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [prometheus-operator-6.4.3](https://github.com/truecharts/charts/compare/prometheus-operator-6.4.2...prometheus-operator-6.4.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [prometheus-operator-6.4.2](https://github.com/truecharts/charts/compare/prometheus-operator-6.4.0...prometheus-operator-6.4.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + +## [prometheus-operator-4.5.7](https://github.com/truecharts/charts/compare/prometheus-operator-4.5.6...prometheus-operator-4.5.7) (2024-02-12) + +### Chore + + + +- update container image tccr.io/tccr/alpine to latest[@ade0065](https://github.com/ade0065) by renovate ([#18108](https://github.com/truecharts/charts/issues/18108)) + + +## [prometheus-operator-4.5.6](https://github.com/truecharts/charts/compare/prometheus-operator-4.5.5...prometheus-operator-4.5.6) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [prometheus-operator-4.5.5](https://github.com/truecharts/charts/compare/prometheus-operator-4.5.4...prometheus-operator-4.5.5) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [prometheus-operator-4.5.4](https://github.com/truecharts/charts/compare/prometheus-operator-4.5.3...prometheus-operator-4.5.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [prometheus-operator-4.5.3](https://github.com/truecharts/charts/compare/prometheus-operator-4.5.2...prometheus-operator-4.5.3) (2024-01-21) + +### Chore + + + +- update container image tccr.io/tccr/alpine to latest[@14eaf3f](https://github.com/14eaf3f) by renovate ([#17470](https://github.com/truecharts/charts/issues/17470)) + diff --git a/operators/prometheus-operator/6.5.0/Chart.yaml b/operators/prometheus-operator/6.5.0/Chart.yaml new file mode 100644 index 00000000000..440ee586d54 --- /dev/null +++ b/operators/prometheus-operator/6.5.0/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: operators + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: operators +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: kube-prometheus-stack + version: 56.21.0 + repository: oci://ghcr.io/prometheus-community/charts + condition: "" + alias: kps + tags: [] + import-values: [] +deprecated: false +description: Prometheus Operator is an operator for prometheus +home: https://truecharts.org/charts/operators/prometheus-operator +icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus-operator.png +keywords: + - operator + - prometheus + - metics +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: prometheus-operator +sources: + - https://github.com/prometheus-operator + - https://github.com/truecharts/charts/tree/master/charts/operators/prometheus-operator + - https://github.com/truecharts/containers/tree/master/apps/alpine +type: application +version: 6.5.0 diff --git a/operators/prometheus-operator/6.3.0/README.md b/operators/prometheus-operator/6.5.0/README.md similarity index 100% rename from operators/prometheus-operator/6.3.0/README.md rename to operators/prometheus-operator/6.5.0/README.md diff --git a/operators/prometheus-operator/6.5.0/app-changelog.md b/operators/prometheus-operator/6.5.0/app-changelog.md new file mode 100644 index 00000000000..5be59f26b97 --- /dev/null +++ b/operators/prometheus-operator/6.5.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [prometheus-operator-6.5.0](https://github.com/truecharts/charts/compare/prometheus-operator-6.4.3...prometheus-operator-6.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/operators/prometheus-operator/6.3.0/app-readme.md b/operators/prometheus-operator/6.5.0/app-readme.md similarity index 100% rename from operators/prometheus-operator/6.3.0/app-readme.md rename to operators/prometheus-operator/6.5.0/app-readme.md diff --git a/operators/prometheus-operator/6.5.0/charts/common-18.2.0.tgz b/operators/prometheus-operator/6.5.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/operators/prometheus-operator/6.5.0/charts/common-18.2.0.tgz differ diff --git a/operators/prometheus-operator/6.5.0/charts/kube-prometheus-stack-56.21.0.tgz b/operators/prometheus-operator/6.5.0/charts/kube-prometheus-stack-56.21.0.tgz new file mode 100644 index 00000000000..ece8d5e6823 Binary files /dev/null and b/operators/prometheus-operator/6.5.0/charts/kube-prometheus-stack-56.21.0.tgz differ diff --git a/operators/prometheus-operator/6.3.0/ix_values.yaml b/operators/prometheus-operator/6.5.0/ix_values.yaml similarity index 100% rename from operators/prometheus-operator/6.3.0/ix_values.yaml rename to operators/prometheus-operator/6.5.0/ix_values.yaml diff --git a/operators/prometheus-operator/6.3.0/questions.yaml b/operators/prometheus-operator/6.5.0/questions.yaml similarity index 100% rename from operators/prometheus-operator/6.3.0/questions.yaml rename to operators/prometheus-operator/6.5.0/questions.yaml diff --git a/operators/prometheus-operator/6.3.0/templates/NOTES.txt b/operators/prometheus-operator/6.5.0/templates/NOTES.txt similarity index 100% rename from operators/prometheus-operator/6.3.0/templates/NOTES.txt rename to operators/prometheus-operator/6.5.0/templates/NOTES.txt diff --git a/operators/prometheus-operator/6.3.0/templates/common.yaml b/operators/prometheus-operator/6.5.0/templates/common.yaml similarity index 100% rename from operators/prometheus-operator/6.3.0/templates/common.yaml rename to operators/prometheus-operator/6.5.0/templates/common.yaml diff --git a/operators/prometheus-operator/6.3.0/values.yaml b/operators/prometheus-operator/6.5.0/values.yaml similarity index 100% rename from operators/prometheus-operator/6.3.0/values.yaml rename to operators/prometheus-operator/6.5.0/values.yaml diff --git a/stable/acestream/6.1.3/CHANGELOG.md b/stable/acestream/6.1.3/CHANGELOG.md deleted file mode 100644 index 06adbb2de0e..00000000000 --- a/stable/acestream/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [acestream-5.1.12](https://github.com/truecharts/charts/compare/acestream-5.1.11...acestream-5.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [acestream-5.1.11](https://github.com/truecharts/charts/compare/acestream-5.1.10...acestream-5.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [acestream-5.1.10](https://github.com/truecharts/charts/compare/acestream-5.1.9...acestream-5.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [acestream-5.1.9](https://github.com/truecharts/charts/compare/acestream-5.1.8...acestream-5.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [acestream-5.1.8](https://github.com/truecharts/charts/compare/acestream-5.1.7...acestream-5.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [acestream-5.1.7](https://github.com/truecharts/charts/compare/acestream-5.1.6...acestream-5.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [acestream-5.1.6](https://github.com/truecharts/charts/compare/acestream-5.1.5...acestream-5.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [acestream-5.1.5](https://github.com/truecharts/charts/compare/acestream-5.1.4...acestream-5.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [acestream-5.1.4](https://github.com/truecharts/charts/compare/acestream-5.1.3...acestream-5.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/acestream/6.1.3/Chart.yaml b/stable/acestream/6.1.3/Chart.yaml deleted file mode 100644 index 80e542735c2..00000000000 --- a/stable/acestream/6.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaServer-Video - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.0.2.8 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: IPTV service providing streaming, playlist, search engine and epg. -home: https://truecharts.org/charts/stable/acestream -icon: https://truecharts.org/img/hotlink-ok/chart-icons/acestream.png -keywords: - - acestream - - MediaServer-Video -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: acestream -sources: - - https://github.com/vstavrinov/acestream-service - - https://github.com/truecharts/charts/tree/master/charts/stable/acestream - - https://hub.docker.com/r/vstavrinov/acestream-service -type: application -version: 6.1.3 diff --git a/stable/acestream/6.1.3/charts/common-18.0.3.tgz b/stable/acestream/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/acestream/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/acestream/6.1.3/.helmignore b/stable/acestream/6.3.0/.helmignore similarity index 100% rename from stable/acestream/6.1.3/.helmignore rename to stable/acestream/6.3.0/.helmignore diff --git a/stable/acestream/6.3.0/CHANGELOG.md b/stable/acestream/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..c584cb16046 --- /dev/null +++ b/stable/acestream/6.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [acestream-6.3.0](https://github.com/truecharts/charts/compare/acestream-6.2.3...acestream-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [acestream-6.2.3](https://github.com/truecharts/charts/compare/acestream-6.2.2...acestream-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [acestream-6.2.2](https://github.com/truecharts/charts/compare/acestream-6.2.0...acestream-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [acestream-5.1.12](https://github.com/truecharts/charts/compare/acestream-5.1.11...acestream-5.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [acestream-5.1.11](https://github.com/truecharts/charts/compare/acestream-5.1.10...acestream-5.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [acestream-5.1.10](https://github.com/truecharts/charts/compare/acestream-5.1.9...acestream-5.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [acestream-5.1.9](https://github.com/truecharts/charts/compare/acestream-5.1.8...acestream-5.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [acestream-5.1.8](https://github.com/truecharts/charts/compare/acestream-5.1.7...acestream-5.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [acestream-5.1.7](https://github.com/truecharts/charts/compare/acestream-5.1.6...acestream-5.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/acestream/6.3.0/Chart.yaml b/stable/acestream/6.3.0/Chart.yaml new file mode 100644 index 00000000000..5dd18eedae9 --- /dev/null +++ b/stable/acestream/6.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaServer-Video + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.2.8 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: IPTV service providing streaming, playlist, search engine and epg. +home: https://truecharts.org/charts/stable/acestream +icon: https://truecharts.org/img/hotlink-ok/chart-icons/acestream.png +keywords: + - acestream + - MediaServer-Video +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: acestream +sources: + - https://github.com/vstavrinov/acestream-service + - https://github.com/truecharts/charts/tree/master/charts/stable/acestream + - https://hub.docker.com/r/vstavrinov/acestream-service +type: application +version: 6.3.0 diff --git a/stable/acestream/6.1.3/README.md b/stable/acestream/6.3.0/README.md similarity index 100% rename from stable/acestream/6.1.3/README.md rename to stable/acestream/6.3.0/README.md diff --git a/stable/acestream/6.3.0/app-changelog.md b/stable/acestream/6.3.0/app-changelog.md new file mode 100644 index 00000000000..fe23a7e059e --- /dev/null +++ b/stable/acestream/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [acestream-6.3.0](https://github.com/truecharts/charts/compare/acestream-6.2.3...acestream-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/acestream/6.1.3/app-readme.md b/stable/acestream/6.3.0/app-readme.md similarity index 100% rename from stable/acestream/6.1.3/app-readme.md rename to stable/acestream/6.3.0/app-readme.md diff --git a/stable/acestream/6.3.0/charts/common-18.2.0.tgz b/stable/acestream/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/acestream/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/acestream/6.1.3/ix_values.yaml b/stable/acestream/6.3.0/ix_values.yaml similarity index 100% rename from stable/acestream/6.1.3/ix_values.yaml rename to stable/acestream/6.3.0/ix_values.yaml diff --git a/stable/acestream/6.1.3/questions.yaml b/stable/acestream/6.3.0/questions.yaml similarity index 100% rename from stable/acestream/6.1.3/questions.yaml rename to stable/acestream/6.3.0/questions.yaml diff --git a/stable/acestream/6.1.3/templates/common.yaml b/stable/acestream/6.3.0/templates/common.yaml similarity index 100% rename from stable/acestream/6.1.3/templates/common.yaml rename to stable/acestream/6.3.0/templates/common.yaml diff --git a/stable/acestream/6.1.3/values.yaml b/stable/acestream/6.3.0/values.yaml similarity index 100% rename from stable/acestream/6.1.3/values.yaml rename to stable/acestream/6.3.0/values.yaml diff --git a/stable/actualserver/10.2.0/CHANGELOG.md b/stable/actualserver/10.2.0/CHANGELOG.md deleted file mode 100644 index f3f59c6a65a..00000000000 --- a/stable/actualserver/10.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [actualserver-9.0.0](https://github.com/truecharts/charts/compare/actualserver-8.1.0...actualserver-9.0.0) (2024-02-14) - -### Fix - - - -- fix actualserver mountPaths **BREAKING CHANGES** ([#18237](https://github.com/truecharts/charts/issues/18237)) - - -## [actualserver-8.1.0](https://github.com/truecharts/charts/compare/actualserver-8.0.5...actualserver-8.1.0) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/actualbudget/actual-server to v24.2.0[@e8c362d](https://github.com/e8c362d) by renovate ([#17935](https://github.com/truecharts/charts/issues/17935)) - - -## [actualserver-8.0.5](https://github.com/truecharts/charts/compare/actualserver-8.0.4...actualserver-8.0.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [actualserver-8.0.4](https://github.com/truecharts/charts/compare/actualserver-8.0.3...actualserver-8.0.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [actualserver-8.0.3](https://github.com/truecharts/charts/compare/actualserver-8.0.2...actualserver-8.0.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [actualserver-8.0.2](https://github.com/truecharts/charts/compare/actualserver-8.0.1...actualserver-8.0.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [actualserver-8.0.1](https://github.com/truecharts/charts/compare/actualserver-8.0.0...actualserver-8.0.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [actualserver-8.0.0](https://github.com/truecharts/charts/compare/actualserver-7.1.7...actualserver-8.0.0) (2024-01-09) - -### Chore - - - -- update container image ghcr.io/actualbudget/actual-server to v24.1.0[@32ecfd1](https://github.com/32ecfd1) by renovate ([#17025](https://github.com/truecharts/charts/issues/17025)) - - -## [actualserver-7.1.7](https://github.com/truecharts/charts/compare/actualserver-7.1.6...actualserver-7.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) diff --git a/stable/actualserver/10.2.0/Chart.yaml b/stable/actualserver/10.2.0/Chart.yaml deleted file mode 100644 index 171396c4997..00000000000 --- a/stable/actualserver/10.2.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: finance - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.2.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Actual is a super fast privacy-focused app for managing your finances. -home: https://truecharts.org/charts/stable/actualserver -icon: https://truecharts.org/img/hotlink-ok/chart-icons/actualserver.png -keywords: - - actualserver - - finance -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: actualserver -sources: - - https://github.com/Kippenhof/docker-templates - - https://github.com/truecharts/charts/tree/master/charts/stable/actualserver - - https://ghcr.io/actualbudget/actual-server -type: application -version: 10.2.0 diff --git a/stable/actualserver/10.2.0/charts/common-18.1.2.tgz b/stable/actualserver/10.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/actualserver/10.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/actualserver/10.2.0/ix_values.yaml b/stable/actualserver/10.2.0/ix_values.yaml deleted file mode 100644 index bd6bb4ea8a1..00000000000 --- a/stable/actualserver/10.2.0/ix_values.yaml +++ /dev/null @@ -1,43 +0,0 @@ -image: - repository: ghcr.io/actualbudget/actual-server - pullPolicy: IfNotPresent - tag: 24.2.0@sha256:e8c362dcc34498a5c44acd3184febe257d8e7f46781964b5705289195cba4d47 -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsGroup: 0 - runAsUser: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - path: / - readiness: - type: http - path: / - startup: - type: http - path: / - env: {} -service: - main: - ports: - main: - port: 10293 - protocol: http - targetPort: 5006 -persistence: - server-files: - enabled: true - mountPath: /data/server-files - user-files: - enabled: true - mountPath: /data/user-files -portal: - open: - enabled: true diff --git a/stable/actualserver/10.2.0/.helmignore b/stable/actualserver/10.4.0/.helmignore similarity index 100% rename from stable/actualserver/10.2.0/.helmignore rename to stable/actualserver/10.4.0/.helmignore diff --git a/stable/actualserver/10.4.0/CHANGELOG.md b/stable/actualserver/10.4.0/CHANGELOG.md new file mode 100644 index 00000000000..a5eb9705b47 --- /dev/null +++ b/stable/actualserver/10.4.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [actualserver-10.4.0](https://github.com/truecharts/charts/compare/actualserver-10.3.3...actualserver-10.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [actualserver-10.3.3](https://github.com/truecharts/charts/compare/actualserver-10.3.2...actualserver-10.3.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [actualserver-10.3.2](https://github.com/truecharts/charts/compare/actualserver-10.3.0...actualserver-10.3.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [actualserver-9.0.0](https://github.com/truecharts/charts/compare/actualserver-8.1.0...actualserver-9.0.0) (2024-02-14) + +### Fix + + + +- fix actualserver mountPaths **BREAKING CHANGES** ([#18237](https://github.com/truecharts/charts/issues/18237)) + + +## [actualserver-8.1.0](https://github.com/truecharts/charts/compare/actualserver-8.0.5...actualserver-8.1.0) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/actualbudget/actual-server to v24.2.0[@e8c362d](https://github.com/e8c362d) by renovate ([#17935](https://github.com/truecharts/charts/issues/17935)) + + +## [actualserver-8.0.5](https://github.com/truecharts/charts/compare/actualserver-8.0.4...actualserver-8.0.5) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [actualserver-8.0.4](https://github.com/truecharts/charts/compare/actualserver-8.0.3...actualserver-8.0.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [actualserver-8.0.3](https://github.com/truecharts/charts/compare/actualserver-8.0.2...actualserver-8.0.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [actualserver-8.0.2](https://github.com/truecharts/charts/compare/actualserver-8.0.1...actualserver-8.0.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) \ No newline at end of file diff --git a/stable/actualserver/10.4.0/Chart.yaml b/stable/actualserver/10.4.0/Chart.yaml new file mode 100644 index 00000000000..4c38f1623a3 --- /dev/null +++ b/stable/actualserver/10.4.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: finance + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.3.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Actual is a super fast privacy-focused app for managing your finances. +home: https://truecharts.org/charts/stable/actualserver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/actualserver.png +keywords: + - actualserver + - finance +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: actualserver +sources: + - https://github.com/Kippenhof/docker-templates + - https://github.com/truecharts/charts/tree/master/charts/stable/actualserver + - https://ghcr.io/actualbudget/actual-server +type: application +version: 10.4.0 diff --git a/stable/actualserver/10.2.0/README.md b/stable/actualserver/10.4.0/README.md similarity index 100% rename from stable/actualserver/10.2.0/README.md rename to stable/actualserver/10.4.0/README.md diff --git a/stable/actualserver/10.4.0/app-changelog.md b/stable/actualserver/10.4.0/app-changelog.md new file mode 100644 index 00000000000..766d55295c3 --- /dev/null +++ b/stable/actualserver/10.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [actualserver-10.4.0](https://github.com/truecharts/charts/compare/actualserver-10.3.3...actualserver-10.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/actualserver/10.2.0/app-readme.md b/stable/actualserver/10.4.0/app-readme.md similarity index 100% rename from stable/actualserver/10.2.0/app-readme.md rename to stable/actualserver/10.4.0/app-readme.md diff --git a/stable/actualserver/10.4.0/charts/common-18.2.0.tgz b/stable/actualserver/10.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/actualserver/10.4.0/charts/common-18.2.0.tgz differ diff --git a/stable/actualserver/10.4.0/ix_values.yaml b/stable/actualserver/10.4.0/ix_values.yaml new file mode 100644 index 00000000000..ca9b6925ad0 --- /dev/null +++ b/stable/actualserver/10.4.0/ix_values.yaml @@ -0,0 +1,43 @@ +image: + repository: ghcr.io/actualbudget/actual-server + pullPolicy: IfNotPresent + tag: 24.3.0@sha256:6d4b850c745013e870d4d032772297293853b9888e783435c6fca5f018bcc7d3 +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsGroup: 0 + runAsUser: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + path: / + readiness: + type: http + path: / + startup: + type: http + path: / + env: {} +service: + main: + ports: + main: + port: 10293 + protocol: http + targetPort: 5006 +persistence: + server-files: + enabled: true + mountPath: /data/server-files + user-files: + enabled: true + mountPath: /data/user-files +portal: + open: + enabled: true diff --git a/stable/actualserver/10.2.0/questions.yaml b/stable/actualserver/10.4.0/questions.yaml similarity index 100% rename from stable/actualserver/10.2.0/questions.yaml rename to stable/actualserver/10.4.0/questions.yaml diff --git a/stable/actualserver/10.2.0/templates/NOTES.txt b/stable/actualserver/10.4.0/templates/NOTES.txt similarity index 100% rename from stable/actualserver/10.2.0/templates/NOTES.txt rename to stable/actualserver/10.4.0/templates/NOTES.txt diff --git a/stable/actualserver/10.2.0/templates/common.yaml b/stable/actualserver/10.4.0/templates/common.yaml similarity index 100% rename from stable/actualserver/10.2.0/templates/common.yaml rename to stable/actualserver/10.4.0/templates/common.yaml diff --git a/stable/actualserver/10.2.0/values.yaml b/stable/actualserver/10.4.0/values.yaml similarity index 100% rename from stable/actualserver/10.2.0/values.yaml rename to stable/actualserver/10.4.0/values.yaml diff --git a/stable/adguard-home/9.1.3/CHANGELOG.md b/stable/adguard-home/9.1.3/CHANGELOG.md deleted file mode 100644 index 0bb7dd3b8cc..00000000000 --- a/stable/adguard-home/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [adguard-home-8.1.13](https://github.com/truecharts/charts/compare/adguard-home-8.1.12...adguard-home-8.1.13) (2024-02-12) - -### Chore - - - -- update container image adguard/adguardhome to v0.107.44[@049ef6c](https://github.com/049ef6c) by renovate ([#18120](https://github.com/truecharts/charts/issues/18120)) - - -## [adguard-home-8.1.12](https://github.com/truecharts/charts/compare/adguard-home-8.1.11...adguard-home-8.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [adguard-home-8.1.11](https://github.com/truecharts/charts/compare/adguard-home-8.1.10...adguard-home-8.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [adguard-home-8.1.10](https://github.com/truecharts/charts/compare/adguard-home-8.1.9...adguard-home-8.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [adguard-home-8.1.9](https://github.com/truecharts/charts/compare/adguard-home-8.1.8...adguard-home-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [adguard-home-8.1.8](https://github.com/truecharts/charts/compare/adguard-home-8.1.7...adguard-home-8.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [adguard-home-8.1.7](https://github.com/truecharts/charts/compare/adguard-home-8.1.6...adguard-home-8.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [adguard-home-8.1.6](https://github.com/truecharts/charts/compare/adguard-home-8.1.5...adguard-home-8.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [adguard-home-8.1.5](https://github.com/truecharts/charts/compare/adguard-home-8.1.4...adguard-home-8.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - diff --git a/stable/adguard-home/9.1.3/Chart.yaml b/stable/adguard-home/9.1.3/Chart.yaml deleted file mode 100644 index b1c73b37c7b..00000000000 --- a/stable/adguard-home/9.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.107.44 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Free and open source, powerful network-wide ads & trackers blocking DNS server. -home: https://truecharts.org/charts/stable/adguard-home -icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguard-home.png -keywords: - - adblock - - adguard -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: adguard-home -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/adguard-home - - https://hub.docker.com/r/adguard/adguardhome -type: application -version: 9.1.3 diff --git a/stable/adguard-home/9.1.3/charts/common-18.0.3.tgz b/stable/adguard-home/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/adguard-home/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/adguard-home/9.1.3/.helmignore b/stable/adguard-home/9.3.0/.helmignore similarity index 100% rename from stable/adguard-home/9.1.3/.helmignore rename to stable/adguard-home/9.3.0/.helmignore diff --git a/stable/adguard-home/9.3.0/CHANGELOG.md b/stable/adguard-home/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..35bcf2edf8b --- /dev/null +++ b/stable/adguard-home/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [adguard-home-9.3.0](https://github.com/truecharts/charts/compare/adguard-home-9.2.3...adguard-home-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [adguard-home-9.2.3](https://github.com/truecharts/charts/compare/adguard-home-9.2.2...adguard-home-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [adguard-home-9.2.2](https://github.com/truecharts/charts/compare/adguard-home-9.2.0...adguard-home-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [adguard-home-8.1.13](https://github.com/truecharts/charts/compare/adguard-home-8.1.12...adguard-home-8.1.13) (2024-02-12) + +### Chore + + + +- update container image adguard/adguardhome to v0.107.44[@049ef6c](https://github.com/049ef6c) by renovate ([#18120](https://github.com/truecharts/charts/issues/18120)) + + +## [adguard-home-8.1.12](https://github.com/truecharts/charts/compare/adguard-home-8.1.11...adguard-home-8.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [adguard-home-8.1.11](https://github.com/truecharts/charts/compare/adguard-home-8.1.10...adguard-home-8.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [adguard-home-8.1.10](https://github.com/truecharts/charts/compare/adguard-home-8.1.9...adguard-home-8.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [adguard-home-8.1.9](https://github.com/truecharts/charts/compare/adguard-home-8.1.8...adguard-home-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [adguard-home-8.1.8](https://github.com/truecharts/charts/compare/adguard-home-8.1.7...adguard-home-8.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/adguard-home/9.3.0/Chart.yaml b/stable/adguard-home/9.3.0/Chart.yaml new file mode 100644 index 00000000000..b78a0881169 --- /dev/null +++ b/stable/adguard-home/9.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.107.44 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Free and open source, powerful network-wide ads & trackers blocking DNS server. +home: https://truecharts.org/charts/stable/adguard-home +icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguard-home.png +keywords: + - adblock + - adguard +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: adguard-home +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/adguard-home + - https://hub.docker.com/r/adguard/adguardhome +type: application +version: 9.3.0 diff --git a/stable/adguard-home/9.1.3/README.md b/stable/adguard-home/9.3.0/README.md similarity index 100% rename from stable/adguard-home/9.1.3/README.md rename to stable/adguard-home/9.3.0/README.md diff --git a/stable/adguard-home/9.3.0/app-changelog.md b/stable/adguard-home/9.3.0/app-changelog.md new file mode 100644 index 00000000000..2a5e78a84d5 --- /dev/null +++ b/stable/adguard-home/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [adguard-home-9.3.0](https://github.com/truecharts/charts/compare/adguard-home-9.2.3...adguard-home-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/adguard-home/9.1.3/app-readme.md b/stable/adguard-home/9.3.0/app-readme.md similarity index 100% rename from stable/adguard-home/9.1.3/app-readme.md rename to stable/adguard-home/9.3.0/app-readme.md diff --git a/stable/adguard-home/9.3.0/charts/common-18.2.0.tgz b/stable/adguard-home/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/adguard-home/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/adguard-home/9.1.3/ix_values.yaml b/stable/adguard-home/9.3.0/ix_values.yaml similarity index 100% rename from stable/adguard-home/9.1.3/ix_values.yaml rename to stable/adguard-home/9.3.0/ix_values.yaml diff --git a/stable/adguard-home/9.1.3/questions.yaml b/stable/adguard-home/9.3.0/questions.yaml similarity index 100% rename from stable/adguard-home/9.1.3/questions.yaml rename to stable/adguard-home/9.3.0/questions.yaml diff --git a/stable/adguard-home/9.1.3/templates/NOTES.txt b/stable/adguard-home/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/adguard-home/9.1.3/templates/NOTES.txt rename to stable/adguard-home/9.3.0/templates/NOTES.txt diff --git a/stable/adguard-home/9.1.3/templates/common.yaml b/stable/adguard-home/9.3.0/templates/common.yaml similarity index 100% rename from stable/adguard-home/9.1.3/templates/common.yaml rename to stable/adguard-home/9.3.0/templates/common.yaml diff --git a/stable/adguard-home/9.1.3/values.yaml b/stable/adguard-home/9.3.0/values.yaml similarity index 100% rename from stable/adguard-home/9.1.3/values.yaml rename to stable/adguard-home/9.3.0/values.yaml diff --git a/stable/adguardhome-sync/6.1.3/CHANGELOG.md b/stable/adguardhome-sync/6.1.3/CHANGELOG.md deleted file mode 100644 index c54fac11dd7..00000000000 --- a/stable/adguardhome-sync/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [adguardhome-sync-5.2.9](https://github.com/truecharts/charts/compare/adguardhome-sync-5.2.8...adguardhome-sync-5.2.9) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/bakito/adguardhome-sync to v0.6.5[@6d68b3c](https://github.com/6d68b3c) by renovate ([#18217](https://github.com/truecharts/charts/issues/18217)) - - -## [adguardhome-sync-5.2.8](https://github.com/truecharts/charts/compare/adguardhome-sync-5.2.7...adguardhome-sync-5.2.8) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/bakito/adguardhome-sync to v0.6.4[@219f3f3](https://github.com/219f3f3) by renovate ([#17909](https://github.com/truecharts/charts/issues/17909)) - - -## [adguardhome-sync-5.2.7](https://github.com/truecharts/charts/compare/adguardhome-sync-5.2.6...adguardhome-sync-5.2.7) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [adguardhome-sync-5.2.6](https://github.com/truecharts/charts/compare/adguardhome-sync-5.2.5...adguardhome-sync-5.2.6) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [adguardhome-sync-5.2.5](https://github.com/truecharts/charts/compare/adguardhome-sync-5.2.4...adguardhome-sync-5.2.5) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [adguardhome-sync-5.2.4](https://github.com/truecharts/charts/compare/adguardhome-sync-5.2.3...adguardhome-sync-5.2.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [adguardhome-sync-5.2.3](https://github.com/truecharts/charts/compare/adguardhome-sync-5.2.2...adguardhome-sync-5.2.3) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [adguardhome-sync-5.2.2](https://github.com/truecharts/charts/compare/adguardhome-sync-5.2.1...adguardhome-sync-5.2.2) (2024-01-21) - -### Chore - - - -- update container image ghcr.io/bakito/adguardhome-sync to v0.6.3[@058c6cd](https://github.com/058c6cd) by renovate ([#17415](https://github.com/truecharts/charts/issues/17415)) - - -## [adguardhome-sync-5.2.1](https://github.com/truecharts/charts/compare/adguardhome-sync-5.2.0...adguardhome-sync-5.2.1) (2024-01-15) - -### Chore - - - -- update container image ghcr.io/bakito/adguardhome-sync to v0.6.2[@5efe641](https://github.com/5efe641) by renovate ([#17245](https://github.com/truecharts/charts/issues/17245)) - - -## [adguardhome-sync-5.2.0](https://github.com/truecharts/charts/compare/adguardhome-sync-5.1.8...adguardhome-sync-5.2.0) (2024-01-14) diff --git a/stable/adguardhome-sync/6.1.3/Chart.yaml b/stable/adguardhome-sync/6.1.3/Chart.yaml deleted file mode 100644 index 15e361b3aad..00000000000 --- a/stable/adguardhome-sync/6.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.6.5 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Synchronize AdGuardHome config to replica instances. -home: https://truecharts.org/charts/stable/adguardhome-sync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguardhome-sync.png -keywords: - - adguardhome-sync - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: adguardhome-sync -sources: - - https://github.com/bakito/adguardhome-sync/ - - https://github.com/truecharts/charts/tree/master/charts/stable/adguardhome-sync - - https://ghcr.io/bakito/adguardhome-sync -type: application -version: 6.1.3 diff --git a/stable/adguardhome-sync/6.1.3/charts/common-18.0.3.tgz b/stable/adguardhome-sync/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/adguardhome-sync/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/adguardhome-sync/6.1.3/.helmignore b/stable/adguardhome-sync/6.3.0/.helmignore similarity index 100% rename from stable/adguardhome-sync/6.1.3/.helmignore rename to stable/adguardhome-sync/6.3.0/.helmignore diff --git a/stable/adguardhome-sync/6.3.0/CHANGELOG.md b/stable/adguardhome-sync/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..8e85520d06d --- /dev/null +++ b/stable/adguardhome-sync/6.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [adguardhome-sync-6.3.0](https://github.com/truecharts/charts/compare/adguardhome-sync-6.2.3...adguardhome-sync-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [adguardhome-sync-6.2.3](https://github.com/truecharts/charts/compare/adguardhome-sync-6.2.2...adguardhome-sync-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [adguardhome-sync-6.2.2](https://github.com/truecharts/charts/compare/adguardhome-sync-6.2.0...adguardhome-sync-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [adguardhome-sync-5.2.9](https://github.com/truecharts/charts/compare/adguardhome-sync-5.2.8...adguardhome-sync-5.2.9) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/bakito/adguardhome-sync to v0.6.5[@6d68b3c](https://github.com/6d68b3c) by renovate ([#18217](https://github.com/truecharts/charts/issues/18217)) + + +## [adguardhome-sync-5.2.8](https://github.com/truecharts/charts/compare/adguardhome-sync-5.2.7...adguardhome-sync-5.2.8) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/bakito/adguardhome-sync to v0.6.4[@219f3f3](https://github.com/219f3f3) by renovate ([#17909](https://github.com/truecharts/charts/issues/17909)) + + +## [adguardhome-sync-5.2.7](https://github.com/truecharts/charts/compare/adguardhome-sync-5.2.6...adguardhome-sync-5.2.7) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [adguardhome-sync-5.2.6](https://github.com/truecharts/charts/compare/adguardhome-sync-5.2.5...adguardhome-sync-5.2.6) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [adguardhome-sync-5.2.5](https://github.com/truecharts/charts/compare/adguardhome-sync-5.2.4...adguardhome-sync-5.2.5) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [adguardhome-sync-5.2.4](https://github.com/truecharts/charts/compare/adguardhome-sync-5.2.3...adguardhome-sync-5.2.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) diff --git a/stable/adguardhome-sync/6.3.0/Chart.yaml b/stable/adguardhome-sync/6.3.0/Chart.yaml new file mode 100644 index 00000000000..9c1f991637b --- /dev/null +++ b/stable/adguardhome-sync/6.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.6.5 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Synchronize AdGuardHome config to replica instances. +home: https://truecharts.org/charts/stable/adguardhome-sync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguardhome-sync.png +keywords: + - adguardhome-sync + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: adguardhome-sync +sources: + - https://github.com/bakito/adguardhome-sync/ + - https://github.com/truecharts/charts/tree/master/charts/stable/adguardhome-sync + - https://ghcr.io/bakito/adguardhome-sync +type: application +version: 6.3.0 diff --git a/stable/adguardhome-sync/6.1.3/README.md b/stable/adguardhome-sync/6.3.0/README.md similarity index 100% rename from stable/adguardhome-sync/6.1.3/README.md rename to stable/adguardhome-sync/6.3.0/README.md diff --git a/stable/adguardhome-sync/6.3.0/app-changelog.md b/stable/adguardhome-sync/6.3.0/app-changelog.md new file mode 100644 index 00000000000..78931b983fa --- /dev/null +++ b/stable/adguardhome-sync/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [adguardhome-sync-6.3.0](https://github.com/truecharts/charts/compare/adguardhome-sync-6.2.3...adguardhome-sync-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/adguardhome-sync/6.1.3/app-readme.md b/stable/adguardhome-sync/6.3.0/app-readme.md similarity index 100% rename from stable/adguardhome-sync/6.1.3/app-readme.md rename to stable/adguardhome-sync/6.3.0/app-readme.md diff --git a/stable/adguardhome-sync/6.3.0/charts/common-18.2.0.tgz b/stable/adguardhome-sync/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/adguardhome-sync/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/adguardhome-sync/6.1.3/ix_values.yaml b/stable/adguardhome-sync/6.3.0/ix_values.yaml similarity index 100% rename from stable/adguardhome-sync/6.1.3/ix_values.yaml rename to stable/adguardhome-sync/6.3.0/ix_values.yaml diff --git a/stable/adguardhome-sync/6.1.3/questions.yaml b/stable/adguardhome-sync/6.3.0/questions.yaml similarity index 100% rename from stable/adguardhome-sync/6.1.3/questions.yaml rename to stable/adguardhome-sync/6.3.0/questions.yaml diff --git a/stable/adguardhome-sync/6.1.3/templates/common.yaml b/stable/adguardhome-sync/6.3.0/templates/common.yaml similarity index 100% rename from stable/adguardhome-sync/6.1.3/templates/common.yaml rename to stable/adguardhome-sync/6.3.0/templates/common.yaml diff --git a/stable/adguardhome-sync/6.1.3/values.yaml b/stable/adguardhome-sync/6.3.0/values.yaml similarity index 100% rename from stable/adguardhome-sync/6.1.3/values.yaml rename to stable/adguardhome-sync/6.3.0/values.yaml diff --git a/stable/adminer/8.1.3/CHANGELOG.md b/stable/adminer/8.1.3/CHANGELOG.md deleted file mode 100644 index 2c370ed73a6..00000000000 --- a/stable/adminer/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - -## [adminer-7.1.14](https://github.com/truecharts/charts/compare/adminer-7.1.13...adminer-7.1.14) (2024-02-05) - -### Chore - - - -- update container image adminer to latest[@e601642](https://github.com/e601642) by renovate ([#17810](https://github.com/truecharts/charts/issues/17810)) - - -## [adminer-7.1.13](https://github.com/truecharts/charts/compare/adminer-7.1.12...adminer-7.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [adminer-7.1.12](https://github.com/truecharts/charts/compare/adminer-7.1.11...adminer-7.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [adminer-7.1.11](https://github.com/truecharts/charts/compare/adminer-7.1.10...adminer-7.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [adminer-7.1.10](https://github.com/truecharts/charts/compare/adminer-7.1.9...adminer-7.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [adminer-7.1.9](https://github.com/truecharts/charts/compare/adminer-7.1.8...adminer-7.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [adminer-7.1.8](https://github.com/truecharts/charts/compare/adminer-7.1.7...adminer-7.1.8) (2024-01-14) - -### Chore - - - -- update container image adminer to latest[@16d5b63](https://github.com/16d5b63) by renovate ([#17114](https://github.com/truecharts/charts/issues/17114)) - - - - -## [adminer-7.1.7](https://github.com/truecharts/charts/compare/adminer-7.1.6...adminer-7.1.7) (2024-01-09) - -### Chore diff --git a/stable/adminer/8.1.3/Chart.yaml b/stable/adminer/8.1.3/Chart.yaml deleted file mode 100644 index 0acfde1b16b..00000000000 --- a/stable/adminer/8.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. -home: https://truecharts.org/charts/stable/adminer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/adminer.png -keywords: - - adminer - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: adminer -sources: - - https://github.com/vrana/adminer - - https://github.com/truecharts/charts/tree/master/charts/stable/adminer - - https://hub.docker.com/_/adminer -type: application -version: 8.1.3 diff --git a/stable/adminer/8.1.3/charts/common-18.0.3.tgz b/stable/adminer/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/adminer/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/adminer/8.1.3/.helmignore b/stable/adminer/8.3.0/.helmignore similarity index 100% rename from stable/adminer/8.1.3/.helmignore rename to stable/adminer/8.3.0/.helmignore diff --git a/stable/adminer/8.3.0/CHANGELOG.md b/stable/adminer/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..6ed44b6d307 --- /dev/null +++ b/stable/adminer/8.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [adminer-8.3.0](https://github.com/truecharts/charts/compare/adminer-8.2.3...adminer-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [adminer-8.2.3](https://github.com/truecharts/charts/compare/adminer-8.2.2...adminer-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [adminer-8.2.2](https://github.com/truecharts/charts/compare/adminer-8.2.0...adminer-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + +## [adminer-7.1.14](https://github.com/truecharts/charts/compare/adminer-7.1.13...adminer-7.1.14) (2024-02-05) + +### Chore + + + +- update container image adminer to latest[@e601642](https://github.com/e601642) by renovate ([#17810](https://github.com/truecharts/charts/issues/17810)) + + +## [adminer-7.1.13](https://github.com/truecharts/charts/compare/adminer-7.1.12...adminer-7.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [adminer-7.1.12](https://github.com/truecharts/charts/compare/adminer-7.1.11...adminer-7.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [adminer-7.1.11](https://github.com/truecharts/charts/compare/adminer-7.1.10...adminer-7.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [adminer-7.1.10](https://github.com/truecharts/charts/compare/adminer-7.1.9...adminer-7.1.10) (2024-01-21) + +### Chore \ No newline at end of file diff --git a/stable/adminer/8.3.0/Chart.yaml b/stable/adminer/8.3.0/Chart.yaml new file mode 100644 index 00000000000..2776aa94928 --- /dev/null +++ b/stable/adminer/8.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. +home: https://truecharts.org/charts/stable/adminer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/adminer.png +keywords: + - adminer + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: adminer +sources: + - https://github.com/vrana/adminer + - https://github.com/truecharts/charts/tree/master/charts/stable/adminer + - https://hub.docker.com/_/adminer +type: application +version: 8.3.0 diff --git a/stable/adminer/8.1.3/README.md b/stable/adminer/8.3.0/README.md similarity index 100% rename from stable/adminer/8.1.3/README.md rename to stable/adminer/8.3.0/README.md diff --git a/stable/adminer/8.3.0/app-changelog.md b/stable/adminer/8.3.0/app-changelog.md new file mode 100644 index 00000000000..17b8216926b --- /dev/null +++ b/stable/adminer/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [adminer-8.3.0](https://github.com/truecharts/charts/compare/adminer-8.2.3...adminer-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/adminer/8.1.3/app-readme.md b/stable/adminer/8.3.0/app-readme.md similarity index 100% rename from stable/adminer/8.1.3/app-readme.md rename to stable/adminer/8.3.0/app-readme.md diff --git a/stable/adminer/8.3.0/charts/common-18.2.0.tgz b/stable/adminer/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/adminer/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/adminer/8.1.3/ix_values.yaml b/stable/adminer/8.3.0/ix_values.yaml similarity index 100% rename from stable/adminer/8.1.3/ix_values.yaml rename to stable/adminer/8.3.0/ix_values.yaml diff --git a/stable/adminer/8.1.3/questions.yaml b/stable/adminer/8.3.0/questions.yaml similarity index 100% rename from stable/adminer/8.1.3/questions.yaml rename to stable/adminer/8.3.0/questions.yaml diff --git a/stable/adminer/8.1.3/templates/NOTES.txt b/stable/adminer/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/adminer/8.1.3/templates/NOTES.txt rename to stable/adminer/8.3.0/templates/NOTES.txt diff --git a/stable/adminer/8.1.3/templates/common.yaml b/stable/adminer/8.3.0/templates/common.yaml similarity index 100% rename from stable/adminer/8.1.3/templates/common.yaml rename to stable/adminer/8.3.0/templates/common.yaml diff --git a/stable/adminer/8.1.3/values.yaml b/stable/adminer/8.3.0/values.yaml similarity index 100% rename from stable/adminer/8.1.3/values.yaml rename to stable/adminer/8.3.0/values.yaml diff --git a/stable/airdcpp-webclient/10.1.3/CHANGELOG.md b/stable/airdcpp-webclient/10.1.3/CHANGELOG.md deleted file mode 100644 index df733b8ba41..00000000000 --- a/stable/airdcpp-webclient/10.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [airdcpp-webclient-9.1.12](https://github.com/truecharts/charts/compare/airdcpp-webclient-9.1.11...airdcpp-webclient-9.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [airdcpp-webclient-9.1.11](https://github.com/truecharts/charts/compare/airdcpp-webclient-9.1.10...airdcpp-webclient-9.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [airdcpp-webclient-9.1.10](https://github.com/truecharts/charts/compare/airdcpp-webclient-9.1.9...airdcpp-webclient-9.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [airdcpp-webclient-9.1.9](https://github.com/truecharts/charts/compare/airdcpp-webclient-9.1.8...airdcpp-webclient-9.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [airdcpp-webclient-9.1.8](https://github.com/truecharts/charts/compare/airdcpp-webclient-9.1.7...airdcpp-webclient-9.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [airdcpp-webclient-9.1.7](https://github.com/truecharts/charts/compare/airdcpp-webclient-9.1.6...airdcpp-webclient-9.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [airdcpp-webclient-9.1.6](https://github.com/truecharts/charts/compare/airdcpp-webclient-9.1.5...airdcpp-webclient-9.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [airdcpp-webclient-9.1.5](https://github.com/truecharts/charts/compare/airdcpp-webclient-9.1.4...airdcpp-webclient-9.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [airdcpp-webclient-9.1.4](https://github.com/truecharts/charts/compare/airdcpp-webclient-9.1.3...airdcpp-webclient-9.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/airdcpp-webclient/10.1.3/Chart.yaml b/stable/airdcpp-webclient/10.1.3/Chart.yaml deleted file mode 100644 index eed4fc2fc1e..00000000000 --- a/stable/airdcpp-webclient/10.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.12.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: AirDC++ Web Client is a locally installed application, which is designed for flexible sharing of files or directories within groups of people in a local network or over internet. -home: https://truecharts.org/charts/stable/airdcpp-webclient -icon: https://truecharts.org/img/hotlink-ok/chart-icons/airdcpp-webclient.png -keywords: - - DC++ - - dcpp - - airdcpp -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: airdcpp-webclient -sources: - - https://github.com/airdcpp-web/airdcpp-webclient - - https://airdcpp-web.github.io/ - - https://github.com/truecharts/charts/tree/master/charts/stable/airdcpp-webclient - - https://hub.docker.com/r/gangefors/airdcpp-webclient -type: application -version: 10.1.3 diff --git a/stable/airdcpp-webclient/10.1.3/charts/common-18.0.3.tgz b/stable/airdcpp-webclient/10.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/airdcpp-webclient/10.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/airdcpp-webclient/10.1.3/.helmignore b/stable/airdcpp-webclient/10.3.0/.helmignore similarity index 100% rename from stable/airdcpp-webclient/10.1.3/.helmignore rename to stable/airdcpp-webclient/10.3.0/.helmignore diff --git a/stable/airdcpp-webclient/10.3.0/CHANGELOG.md b/stable/airdcpp-webclient/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..050103dad79 --- /dev/null +++ b/stable/airdcpp-webclient/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [airdcpp-webclient-10.3.0](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.2.3...airdcpp-webclient-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [airdcpp-webclient-10.2.3](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.2.2...airdcpp-webclient-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [airdcpp-webclient-10.2.2](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.2.0...airdcpp-webclient-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [airdcpp-webclient-9.1.12](https://github.com/truecharts/charts/compare/airdcpp-webclient-9.1.11...airdcpp-webclient-9.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [airdcpp-webclient-9.1.11](https://github.com/truecharts/charts/compare/airdcpp-webclient-9.1.10...airdcpp-webclient-9.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [airdcpp-webclient-9.1.10](https://github.com/truecharts/charts/compare/airdcpp-webclient-9.1.9...airdcpp-webclient-9.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [airdcpp-webclient-9.1.9](https://github.com/truecharts/charts/compare/airdcpp-webclient-9.1.8...airdcpp-webclient-9.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [airdcpp-webclient-9.1.8](https://github.com/truecharts/charts/compare/airdcpp-webclient-9.1.7...airdcpp-webclient-9.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [airdcpp-webclient-9.1.7](https://github.com/truecharts/charts/compare/airdcpp-webclient-9.1.6...airdcpp-webclient-9.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/airdcpp-webclient/10.3.0/Chart.yaml b/stable/airdcpp-webclient/10.3.0/Chart.yaml new file mode 100644 index 00000000000..3491652d960 --- /dev/null +++ b/stable/airdcpp-webclient/10.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.12.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: AirDC++ Web Client is a locally installed application, which is designed for flexible sharing of files or directories within groups of people in a local network or over internet. +home: https://truecharts.org/charts/stable/airdcpp-webclient +icon: https://truecharts.org/img/hotlink-ok/chart-icons/airdcpp-webclient.png +keywords: + - DC++ + - dcpp + - airdcpp +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: airdcpp-webclient +sources: + - https://github.com/airdcpp-web/airdcpp-webclient + - https://airdcpp-web.github.io/ + - https://github.com/truecharts/charts/tree/master/charts/stable/airdcpp-webclient + - https://hub.docker.com/r/gangefors/airdcpp-webclient +type: application +version: 10.3.0 diff --git a/stable/airdcpp-webclient/10.1.3/README.md b/stable/airdcpp-webclient/10.3.0/README.md similarity index 100% rename from stable/airdcpp-webclient/10.1.3/README.md rename to stable/airdcpp-webclient/10.3.0/README.md diff --git a/stable/airdcpp-webclient/10.3.0/app-changelog.md b/stable/airdcpp-webclient/10.3.0/app-changelog.md new file mode 100644 index 00000000000..57b9832bc71 --- /dev/null +++ b/stable/airdcpp-webclient/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [airdcpp-webclient-10.3.0](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.2.3...airdcpp-webclient-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/airdcpp-webclient/10.1.3/app-readme.md b/stable/airdcpp-webclient/10.3.0/app-readme.md similarity index 100% rename from stable/airdcpp-webclient/10.1.3/app-readme.md rename to stable/airdcpp-webclient/10.3.0/app-readme.md diff --git a/stable/airdcpp-webclient/10.3.0/charts/common-18.2.0.tgz b/stable/airdcpp-webclient/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/airdcpp-webclient/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/airdcpp-webclient/10.1.3/ix_values.yaml b/stable/airdcpp-webclient/10.3.0/ix_values.yaml similarity index 100% rename from stable/airdcpp-webclient/10.1.3/ix_values.yaml rename to stable/airdcpp-webclient/10.3.0/ix_values.yaml diff --git a/stable/airdcpp-webclient/10.1.3/questions.yaml b/stable/airdcpp-webclient/10.3.0/questions.yaml similarity index 100% rename from stable/airdcpp-webclient/10.1.3/questions.yaml rename to stable/airdcpp-webclient/10.3.0/questions.yaml diff --git a/stable/airdcpp-webclient/10.1.3/templates/NOTES.txt b/stable/airdcpp-webclient/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/airdcpp-webclient/10.1.3/templates/NOTES.txt rename to stable/airdcpp-webclient/10.3.0/templates/NOTES.txt diff --git a/stable/airdcpp-webclient/10.1.3/templates/common.yaml b/stable/airdcpp-webclient/10.3.0/templates/common.yaml similarity index 100% rename from stable/airdcpp-webclient/10.1.3/templates/common.yaml rename to stable/airdcpp-webclient/10.3.0/templates/common.yaml diff --git a/stable/airdcpp-webclient/10.1.3/values.yaml b/stable/airdcpp-webclient/10.3.0/values.yaml similarity index 100% rename from stable/airdcpp-webclient/10.1.3/values.yaml rename to stable/airdcpp-webclient/10.3.0/values.yaml diff --git a/stable/airsonic-advanced/13.1.3/CHANGELOG.md b/stable/airsonic-advanced/13.1.3/CHANGELOG.md deleted file mode 100644 index fef00bc1021..00000000000 --- a/stable/airsonic-advanced/13.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [airsonic-advanced-12.1.12](https://github.com/truecharts/charts/compare/airsonic-advanced-12.1.11...airsonic-advanced-12.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [airsonic-advanced-12.1.11](https://github.com/truecharts/charts/compare/airsonic-advanced-12.1.10...airsonic-advanced-12.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [airsonic-advanced-12.1.10](https://github.com/truecharts/charts/compare/airsonic-advanced-12.1.9...airsonic-advanced-12.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [airsonic-advanced-12.1.9](https://github.com/truecharts/charts/compare/airsonic-advanced-12.1.8...airsonic-advanced-12.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [airsonic-advanced-12.1.8](https://github.com/truecharts/charts/compare/airsonic-advanced-12.1.7...airsonic-advanced-12.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [airsonic-advanced-12.1.7](https://github.com/truecharts/charts/compare/airsonic-advanced-12.1.6...airsonic-advanced-12.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [airsonic-advanced-12.1.6](https://github.com/truecharts/charts/compare/airsonic-advanced-12.1.5...airsonic-advanced-12.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [airsonic-advanced-12.1.5](https://github.com/truecharts/charts/compare/airsonic-advanced-12.1.4...airsonic-advanced-12.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [airsonic-advanced-12.1.4](https://github.com/truecharts/charts/compare/airsonic-advanced-12.1.3...airsonic-advanced-12.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/airsonic-advanced/13.1.3/Chart.yaml b/stable/airsonic-advanced/13.1.3/Chart.yaml deleted file mode 100644 index b7fb6a70861..00000000000 --- a/stable/airsonic-advanced/13.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: edge-latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Airsonic is a Free and Open Source community driven media server -home: https://truecharts.org/charts/stable/airsonic-advanced -icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic-advanced.png -keywords: - - airsonic -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: airsonic-advanced -sources: - - https://github.com/airsonic/airsonic-advanced - - https://github.com/truecharts/charts/tree/master/charts/stable/airsonic-advanced - - https://hub.docker.com/r/airsonicadvanced/airsonic-advanced -type: application -version: 13.1.3 diff --git a/stable/airsonic-advanced/13.1.3/charts/common-18.0.3.tgz b/stable/airsonic-advanced/13.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/airsonic-advanced/13.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/airsonic-advanced/13.1.3/questions.yaml b/stable/airsonic-advanced/13.1.3/questions.yaml deleted file mode 100755 index 0cc6fef5d14..00000000000 --- a/stable/airsonic-advanced/13.1.3/questions.yaml +++ /dev/null @@ -1,4142 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: JAVA_OPTS - label: "JAVA_OPTS" - description: "JAVA_OPTS" - schema: - type: string - default: "" - - variable: CONTEXT_PATH - label: "CONTEXT_PATH" - description: "CONTEXT_PATH" - schema: - type: string - required: true - default: "/" - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10122 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: music - label: "App Music Storage" - description: "Stores the Application Music." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: podcasts - label: "App Podcasts Storage" - description: "Stores the Application Podcast." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: playlist - label: "App Playlist Storage" - description: "Stores the Application Playlist." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/airsonic-advanced/13.1.3/.helmignore b/stable/airsonic-advanced/13.3.0/.helmignore similarity index 100% rename from stable/airsonic-advanced/13.1.3/.helmignore rename to stable/airsonic-advanced/13.3.0/.helmignore diff --git a/stable/airsonic-advanced/13.3.0/CHANGELOG.md b/stable/airsonic-advanced/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..d6dc1af1239 --- /dev/null +++ b/stable/airsonic-advanced/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [airsonic-advanced-13.3.0](https://github.com/truecharts/charts/compare/airsonic-advanced-13.2.3...airsonic-advanced-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [airsonic-advanced-13.2.3](https://github.com/truecharts/charts/compare/airsonic-advanced-13.2.2...airsonic-advanced-13.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [airsonic-advanced-13.2.2](https://github.com/truecharts/charts/compare/airsonic-advanced-13.2.0...airsonic-advanced-13.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [airsonic-advanced-12.1.12](https://github.com/truecharts/charts/compare/airsonic-advanced-12.1.11...airsonic-advanced-12.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [airsonic-advanced-12.1.11](https://github.com/truecharts/charts/compare/airsonic-advanced-12.1.10...airsonic-advanced-12.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [airsonic-advanced-12.1.10](https://github.com/truecharts/charts/compare/airsonic-advanced-12.1.9...airsonic-advanced-12.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [airsonic-advanced-12.1.9](https://github.com/truecharts/charts/compare/airsonic-advanced-12.1.8...airsonic-advanced-12.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [airsonic-advanced-12.1.8](https://github.com/truecharts/charts/compare/airsonic-advanced-12.1.7...airsonic-advanced-12.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [airsonic-advanced-12.1.7](https://github.com/truecharts/charts/compare/airsonic-advanced-12.1.6...airsonic-advanced-12.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/airsonic-advanced/13.3.0/Chart.yaml b/stable/airsonic-advanced/13.3.0/Chart.yaml new file mode 100644 index 00000000000..34fc4332c55 --- /dev/null +++ b/stable/airsonic-advanced/13.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: edge-latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Airsonic is a Free and Open Source community driven media server +home: https://truecharts.org/charts/stable/airsonic-advanced +icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic-advanced.png +keywords: + - airsonic +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: airsonic-advanced +sources: + - https://github.com/airsonic/airsonic-advanced + - https://github.com/truecharts/charts/tree/master/charts/stable/airsonic-advanced + - https://hub.docker.com/r/airsonicadvanced/airsonic-advanced +type: application +version: 13.3.0 diff --git a/stable/airsonic-advanced/13.1.3/README.md b/stable/airsonic-advanced/13.3.0/README.md similarity index 100% rename from stable/airsonic-advanced/13.1.3/README.md rename to stable/airsonic-advanced/13.3.0/README.md diff --git a/stable/airsonic-advanced/13.3.0/app-changelog.md b/stable/airsonic-advanced/13.3.0/app-changelog.md new file mode 100644 index 00000000000..07ee1325585 --- /dev/null +++ b/stable/airsonic-advanced/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [airsonic-advanced-13.3.0](https://github.com/truecharts/charts/compare/airsonic-advanced-13.2.3...airsonic-advanced-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/airsonic-advanced/13.1.3/app-readme.md b/stable/airsonic-advanced/13.3.0/app-readme.md similarity index 100% rename from stable/airsonic-advanced/13.1.3/app-readme.md rename to stable/airsonic-advanced/13.3.0/app-readme.md diff --git a/stable/airsonic-advanced/13.3.0/charts/common-18.2.0.tgz b/stable/airsonic-advanced/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/airsonic-advanced/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/airsonic-advanced/13.1.3/ix_values.yaml b/stable/airsonic-advanced/13.3.0/ix_values.yaml similarity index 100% rename from stable/airsonic-advanced/13.1.3/ix_values.yaml rename to stable/airsonic-advanced/13.3.0/ix_values.yaml diff --git a/stable/airsonic-advanced/13.3.0/questions.yaml b/stable/airsonic-advanced/13.3.0/questions.yaml new file mode 100755 index 00000000000..1a63414a78c --- /dev/null +++ b/stable/airsonic-advanced/13.3.0/questions.yaml @@ -0,0 +1,4100 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: JAVA_OPTS + label: "JAVA_OPTS" + description: "JAVA_OPTS" + schema: + type: string + default: "" + - variable: CONTEXT_PATH + label: "CONTEXT_PATH" + description: "CONTEXT_PATH" + schema: + type: string + required: true + default: "/" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10122 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: music + label: "App Music Storage" + description: "Stores the Application Music." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: podcasts + label: "App Podcasts Storage" + description: "Stores the Application Podcast." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: playlist + label: "App Playlist Storage" + description: "Stores the Application Playlist." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/airsonic-advanced/13.1.3/templates/NOTES.txt b/stable/airsonic-advanced/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/airsonic-advanced/13.1.3/templates/NOTES.txt rename to stable/airsonic-advanced/13.3.0/templates/NOTES.txt diff --git a/stable/airsonic-advanced/13.1.3/templates/common.yaml b/stable/airsonic-advanced/13.3.0/templates/common.yaml similarity index 100% rename from stable/airsonic-advanced/13.1.3/templates/common.yaml rename to stable/airsonic-advanced/13.3.0/templates/common.yaml diff --git a/stable/airsonic-advanced/13.1.3/values.yaml b/stable/airsonic-advanced/13.3.0/values.yaml similarity index 100% rename from stable/airsonic-advanced/13.1.3/values.yaml rename to stable/airsonic-advanced/13.3.0/values.yaml diff --git a/stable/airsonic/13.1.3/CHANGELOG.md b/stable/airsonic/13.1.3/CHANGELOG.md deleted file mode 100644 index 565ecb0fb1c..00000000000 --- a/stable/airsonic/13.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [airsonic-12.1.12](https://github.com/truecharts/charts/compare/airsonic-12.1.11...airsonic-12.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [airsonic-12.1.11](https://github.com/truecharts/charts/compare/airsonic-12.1.10...airsonic-12.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [airsonic-12.1.10](https://github.com/truecharts/charts/compare/airsonic-12.1.9...airsonic-12.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [airsonic-12.1.9](https://github.com/truecharts/charts/compare/airsonic-12.1.8...airsonic-12.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [airsonic-12.1.8](https://github.com/truecharts/charts/compare/airsonic-12.1.7...airsonic-12.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [airsonic-12.1.7](https://github.com/truecharts/charts/compare/airsonic-12.1.6...airsonic-12.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [airsonic-12.1.6](https://github.com/truecharts/charts/compare/airsonic-12.1.5...airsonic-12.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [airsonic-12.1.5](https://github.com/truecharts/charts/compare/airsonic-12.1.4...airsonic-12.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [airsonic-12.1.4](https://github.com/truecharts/charts/compare/airsonic-12.1.3...airsonic-12.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/airsonic/13.1.3/Chart.yaml b/stable/airsonic/13.1.3/Chart.yaml deleted file mode 100644 index 8fb80aa96f9..00000000000 --- a/stable/airsonic/13.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 10.6.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Airsonic is a Free and Open Source community driven media server -home: https://truecharts.org/charts/stable/airsonic -icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic.png -keywords: - - airsonic -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: airsonic -sources: - - https://github.com/k8s-at-home/charts/tree/master/charts/airsonic - - https://github.com/airsonic/airsonic - - https://github.com/linuxserver/docker-airsonic - - https://github.com/truecharts/charts/tree/master/charts/stable/airsonic - - https://ghcr.io/linuxserver/airsonic -type: application -version: 13.1.3 diff --git a/stable/airsonic/13.1.3/charts/common-18.0.3.tgz b/stable/airsonic/13.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/airsonic/13.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/airsonic/13.1.3/.helmignore b/stable/airsonic/13.3.0/.helmignore similarity index 100% rename from stable/airsonic/13.1.3/.helmignore rename to stable/airsonic/13.3.0/.helmignore diff --git a/stable/airsonic/13.3.0/CHANGELOG.md b/stable/airsonic/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..a77efc05b37 --- /dev/null +++ b/stable/airsonic/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [airsonic-13.3.0](https://github.com/truecharts/charts/compare/airsonic-13.2.3...airsonic-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [airsonic-13.2.3](https://github.com/truecharts/charts/compare/airsonic-13.2.2...airsonic-13.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [airsonic-13.2.2](https://github.com/truecharts/charts/compare/airsonic-13.2.0...airsonic-13.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [airsonic-12.1.12](https://github.com/truecharts/charts/compare/airsonic-12.1.11...airsonic-12.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [airsonic-12.1.11](https://github.com/truecharts/charts/compare/airsonic-12.1.10...airsonic-12.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [airsonic-12.1.10](https://github.com/truecharts/charts/compare/airsonic-12.1.9...airsonic-12.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [airsonic-12.1.9](https://github.com/truecharts/charts/compare/airsonic-12.1.8...airsonic-12.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [airsonic-12.1.8](https://github.com/truecharts/charts/compare/airsonic-12.1.7...airsonic-12.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [airsonic-12.1.7](https://github.com/truecharts/charts/compare/airsonic-12.1.6...airsonic-12.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/airsonic/13.3.0/Chart.yaml b/stable/airsonic/13.3.0/Chart.yaml new file mode 100644 index 00000000000..7ed8769a9d6 --- /dev/null +++ b/stable/airsonic/13.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 10.6.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Airsonic is a Free and Open Source community driven media server +home: https://truecharts.org/charts/stable/airsonic +icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic.png +keywords: + - airsonic +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: airsonic +sources: + - https://github.com/k8s-at-home/charts/tree/master/charts/airsonic + - https://github.com/airsonic/airsonic + - https://github.com/linuxserver/docker-airsonic + - https://github.com/truecharts/charts/tree/master/charts/stable/airsonic + - https://ghcr.io/linuxserver/airsonic +type: application +version: 13.3.0 diff --git a/stable/airsonic/13.1.3/README.md b/stable/airsonic/13.3.0/README.md similarity index 100% rename from stable/airsonic/13.1.3/README.md rename to stable/airsonic/13.3.0/README.md diff --git a/stable/airsonic/13.3.0/app-changelog.md b/stable/airsonic/13.3.0/app-changelog.md new file mode 100644 index 00000000000..e5052ebc2c4 --- /dev/null +++ b/stable/airsonic/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [airsonic-13.3.0](https://github.com/truecharts/charts/compare/airsonic-13.2.3...airsonic-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/airsonic/13.1.3/app-readme.md b/stable/airsonic/13.3.0/app-readme.md similarity index 100% rename from stable/airsonic/13.1.3/app-readme.md rename to stable/airsonic/13.3.0/app-readme.md diff --git a/stable/airsonic/13.3.0/charts/common-18.2.0.tgz b/stable/airsonic/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/airsonic/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/airsonic/13.1.3/ix_values.yaml b/stable/airsonic/13.3.0/ix_values.yaml similarity index 100% rename from stable/airsonic/13.1.3/ix_values.yaml rename to stable/airsonic/13.3.0/ix_values.yaml diff --git a/stable/airsonic/13.1.3/questions.yaml b/stable/airsonic/13.3.0/questions.yaml similarity index 100% rename from stable/airsonic/13.1.3/questions.yaml rename to stable/airsonic/13.3.0/questions.yaml diff --git a/stable/airsonic/13.1.3/templates/NOTES.txt b/stable/airsonic/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/airsonic/13.1.3/templates/NOTES.txt rename to stable/airsonic/13.3.0/templates/NOTES.txt diff --git a/stable/airsonic/13.1.3/templates/common.yaml b/stable/airsonic/13.3.0/templates/common.yaml similarity index 100% rename from stable/airsonic/13.1.3/templates/common.yaml rename to stable/airsonic/13.3.0/templates/common.yaml diff --git a/stable/airsonic/13.1.3/values.yaml b/stable/airsonic/13.3.0/values.yaml similarity index 100% rename from stable/airsonic/13.1.3/values.yaml rename to stable/airsonic/13.3.0/values.yaml diff --git a/stable/alienswarm-reactivedrop/5.1.3/CHANGELOG.md b/stable/alienswarm-reactivedrop/5.1.3/CHANGELOG.md deleted file mode 100644 index 1e5e821ffed..00000000000 --- a/stable/alienswarm-reactivedrop/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [alienswarm-reactivedrop-4.1.12](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-4.1.11...alienswarm-reactivedrop-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [alienswarm-reactivedrop-4.1.11](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-4.1.10...alienswarm-reactivedrop-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [alienswarm-reactivedrop-4.1.10](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-4.1.9...alienswarm-reactivedrop-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [alienswarm-reactivedrop-4.1.9](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-4.1.8...alienswarm-reactivedrop-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [alienswarm-reactivedrop-4.1.8](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-4.1.7...alienswarm-reactivedrop-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [alienswarm-reactivedrop-4.1.7](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-4.1.6...alienswarm-reactivedrop-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [alienswarm-reactivedrop-4.1.6](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-4.1.5...alienswarm-reactivedrop-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [alienswarm-reactivedrop-4.1.5](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-4.1.4...alienswarm-reactivedrop-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [alienswarm-reactivedrop-4.1.4](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-4.1.3...alienswarm-reactivedrop-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/alienswarm-reactivedrop/5.1.3/Chart.yaml b/stable/alienswarm-reactivedrop/5.1.3/Chart.yaml deleted file mode 100644 index 9c82d89e546..00000000000 --- a/stable/alienswarm-reactivedrop/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: alienswarmreactiedrop -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Alien Swarm: Reactive Drop and run it." -home: https://truecharts.org/charts/stable/alienswarm-reactivedrop -icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm-reactivedrop.png -keywords: - - alienswarm-reactivedrop - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: alienswarm-reactivedrop -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/alienswarm-reactivedrop - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/alienswarm-reactivedrop/5.1.3/charts/common-18.0.3.tgz b/stable/alienswarm-reactivedrop/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/alienswarm-reactivedrop/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/alienswarm-reactivedrop/5.1.3/.helmignore b/stable/alienswarm-reactivedrop/5.3.0/.helmignore similarity index 100% rename from stable/alienswarm-reactivedrop/5.1.3/.helmignore rename to stable/alienswarm-reactivedrop/5.3.0/.helmignore diff --git a/stable/alienswarm-reactivedrop/5.3.0/CHANGELOG.md b/stable/alienswarm-reactivedrop/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..57697ec3575 --- /dev/null +++ b/stable/alienswarm-reactivedrop/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [alienswarm-reactivedrop-5.3.0](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.2.3...alienswarm-reactivedrop-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [alienswarm-reactivedrop-5.2.3](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.2.2...alienswarm-reactivedrop-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [alienswarm-reactivedrop-5.2.2](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.2.0...alienswarm-reactivedrop-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [alienswarm-reactivedrop-4.1.12](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-4.1.11...alienswarm-reactivedrop-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [alienswarm-reactivedrop-4.1.11](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-4.1.10...alienswarm-reactivedrop-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [alienswarm-reactivedrop-4.1.10](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-4.1.9...alienswarm-reactivedrop-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [alienswarm-reactivedrop-4.1.9](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-4.1.8...alienswarm-reactivedrop-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [alienswarm-reactivedrop-4.1.8](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-4.1.7...alienswarm-reactivedrop-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [alienswarm-reactivedrop-4.1.7](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-4.1.6...alienswarm-reactivedrop-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/alienswarm-reactivedrop/5.3.0/Chart.yaml b/stable/alienswarm-reactivedrop/5.3.0/Chart.yaml new file mode 100644 index 00000000000..1e71807c6b9 --- /dev/null +++ b/stable/alienswarm-reactivedrop/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: alienswarmreactiedrop +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Alien Swarm: Reactive Drop and run it." +home: https://truecharts.org/charts/stable/alienswarm-reactivedrop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm-reactivedrop.png +keywords: + - alienswarm-reactivedrop + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: alienswarm-reactivedrop +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/alienswarm-reactivedrop + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/alienswarm-reactivedrop/5.1.3/README.md b/stable/alienswarm-reactivedrop/5.3.0/README.md similarity index 100% rename from stable/alienswarm-reactivedrop/5.1.3/README.md rename to stable/alienswarm-reactivedrop/5.3.0/README.md diff --git a/stable/alienswarm-reactivedrop/5.3.0/app-changelog.md b/stable/alienswarm-reactivedrop/5.3.0/app-changelog.md new file mode 100644 index 00000000000..84eca94914e --- /dev/null +++ b/stable/alienswarm-reactivedrop/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [alienswarm-reactivedrop-5.3.0](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.2.3...alienswarm-reactivedrop-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/alienswarm-reactivedrop/5.1.3/app-readme.md b/stable/alienswarm-reactivedrop/5.3.0/app-readme.md similarity index 100% rename from stable/alienswarm-reactivedrop/5.1.3/app-readme.md rename to stable/alienswarm-reactivedrop/5.3.0/app-readme.md diff --git a/stable/alienswarm-reactivedrop/5.3.0/charts/common-18.2.0.tgz b/stable/alienswarm-reactivedrop/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/alienswarm-reactivedrop/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/alienswarm-reactivedrop/5.1.3/ix_values.yaml b/stable/alienswarm-reactivedrop/5.3.0/ix_values.yaml similarity index 100% rename from stable/alienswarm-reactivedrop/5.1.3/ix_values.yaml rename to stable/alienswarm-reactivedrop/5.3.0/ix_values.yaml diff --git a/stable/alienswarm-reactivedrop/5.1.3/questions.yaml b/stable/alienswarm-reactivedrop/5.3.0/questions.yaml similarity index 100% rename from stable/alienswarm-reactivedrop/5.1.3/questions.yaml rename to stable/alienswarm-reactivedrop/5.3.0/questions.yaml diff --git a/stable/alienswarm-reactivedrop/5.1.3/templates/common.yaml b/stable/alienswarm-reactivedrop/5.3.0/templates/common.yaml similarity index 100% rename from stable/alienswarm-reactivedrop/5.1.3/templates/common.yaml rename to stable/alienswarm-reactivedrop/5.3.0/templates/common.yaml diff --git a/stable/alienswarm-reactivedrop/5.1.3/values.yaml b/stable/alienswarm-reactivedrop/5.3.0/values.yaml similarity index 100% rename from stable/alienswarm-reactivedrop/5.1.3/values.yaml rename to stable/alienswarm-reactivedrop/5.3.0/values.yaml diff --git a/stable/alienswarm/5.1.3/CHANGELOG.md b/stable/alienswarm/5.1.3/CHANGELOG.md deleted file mode 100644 index 91bdaa9175f..00000000000 --- a/stable/alienswarm/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [alienswarm-4.1.12](https://github.com/truecharts/charts/compare/alienswarm-4.1.11...alienswarm-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [alienswarm-4.1.11](https://github.com/truecharts/charts/compare/alienswarm-4.1.10...alienswarm-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [alienswarm-4.1.10](https://github.com/truecharts/charts/compare/alienswarm-4.1.9...alienswarm-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [alienswarm-4.1.9](https://github.com/truecharts/charts/compare/alienswarm-4.1.8...alienswarm-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [alienswarm-4.1.8](https://github.com/truecharts/charts/compare/alienswarm-4.1.7...alienswarm-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [alienswarm-4.1.7](https://github.com/truecharts/charts/compare/alienswarm-4.1.6...alienswarm-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [alienswarm-4.1.6](https://github.com/truecharts/charts/compare/alienswarm-4.1.5...alienswarm-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [alienswarm-4.1.5](https://github.com/truecharts/charts/compare/alienswarm-4.1.4...alienswarm-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [alienswarm-4.1.4](https://github.com/truecharts/charts/compare/alienswarm-4.1.3...alienswarm-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/alienswarm/5.1.3/Chart.yaml b/stable/alienswarm/5.1.3/Chart.yaml deleted file mode 100644 index 30ef1603bfa..00000000000 --- a/stable/alienswarm/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: alienswarm -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Alien Swarm and run it. -home: https://truecharts.org/charts/stable/alienswarm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm.png -keywords: - - alienswarm - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: alienswarm -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/alienswarm - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/alienswarm/5.1.3/charts/common-18.0.3.tgz b/stable/alienswarm/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/alienswarm/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/alienswarm/5.1.3/.helmignore b/stable/alienswarm/5.3.0/.helmignore similarity index 100% rename from stable/alienswarm/5.1.3/.helmignore rename to stable/alienswarm/5.3.0/.helmignore diff --git a/stable/alienswarm/5.3.0/CHANGELOG.md b/stable/alienswarm/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..d8be6ec7a17 --- /dev/null +++ b/stable/alienswarm/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [alienswarm-5.3.0](https://github.com/truecharts/charts/compare/alienswarm-5.2.3...alienswarm-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [alienswarm-5.2.3](https://github.com/truecharts/charts/compare/alienswarm-5.2.2...alienswarm-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [alienswarm-5.2.2](https://github.com/truecharts/charts/compare/alienswarm-5.2.0...alienswarm-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [alienswarm-4.1.12](https://github.com/truecharts/charts/compare/alienswarm-4.1.11...alienswarm-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [alienswarm-4.1.11](https://github.com/truecharts/charts/compare/alienswarm-4.1.10...alienswarm-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [alienswarm-4.1.10](https://github.com/truecharts/charts/compare/alienswarm-4.1.9...alienswarm-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [alienswarm-4.1.9](https://github.com/truecharts/charts/compare/alienswarm-4.1.8...alienswarm-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [alienswarm-4.1.8](https://github.com/truecharts/charts/compare/alienswarm-4.1.7...alienswarm-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [alienswarm-4.1.7](https://github.com/truecharts/charts/compare/alienswarm-4.1.6...alienswarm-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/alienswarm/5.3.0/Chart.yaml b/stable/alienswarm/5.3.0/Chart.yaml new file mode 100644 index 00000000000..8e997fd03c1 --- /dev/null +++ b/stable/alienswarm/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: alienswarm +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Alien Swarm and run it. +home: https://truecharts.org/charts/stable/alienswarm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm.png +keywords: + - alienswarm + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: alienswarm +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/alienswarm + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/alienswarm/5.1.3/README.md b/stable/alienswarm/5.3.0/README.md similarity index 100% rename from stable/alienswarm/5.1.3/README.md rename to stable/alienswarm/5.3.0/README.md diff --git a/stable/alienswarm/5.3.0/app-changelog.md b/stable/alienswarm/5.3.0/app-changelog.md new file mode 100644 index 00000000000..2ef07b43748 --- /dev/null +++ b/stable/alienswarm/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [alienswarm-5.3.0](https://github.com/truecharts/charts/compare/alienswarm-5.2.3...alienswarm-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/alienswarm/5.1.3/app-readme.md b/stable/alienswarm/5.3.0/app-readme.md similarity index 100% rename from stable/alienswarm/5.1.3/app-readme.md rename to stable/alienswarm/5.3.0/app-readme.md diff --git a/stable/alienswarm/5.3.0/charts/common-18.2.0.tgz b/stable/alienswarm/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/alienswarm/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/alienswarm/5.1.3/ix_values.yaml b/stable/alienswarm/5.3.0/ix_values.yaml similarity index 100% rename from stable/alienswarm/5.1.3/ix_values.yaml rename to stable/alienswarm/5.3.0/ix_values.yaml diff --git a/stable/alienswarm/5.1.3/questions.yaml b/stable/alienswarm/5.3.0/questions.yaml similarity index 100% rename from stable/alienswarm/5.1.3/questions.yaml rename to stable/alienswarm/5.3.0/questions.yaml diff --git a/stable/alienswarm/5.1.3/templates/common.yaml b/stable/alienswarm/5.3.0/templates/common.yaml similarity index 100% rename from stable/alienswarm/5.1.3/templates/common.yaml rename to stable/alienswarm/5.3.0/templates/common.yaml diff --git a/stable/alienswarm/5.1.3/values.yaml b/stable/alienswarm/5.3.0/values.yaml similarity index 100% rename from stable/alienswarm/5.1.3/values.yaml rename to stable/alienswarm/5.3.0/values.yaml diff --git a/stable/alist/9.3.0/CHANGELOG.md b/stable/alist/9.3.0/CHANGELOG.md deleted file mode 100644 index cee4afbb161..00000000000 --- a/stable/alist/9.3.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [alist-8.3.0](https://github.com/truecharts/charts/compare/alist-8.2.6...alist-8.3.0) (2024-02-10) - -### Feat - - - -- Add aria2 support (image and port) ([#18011](https://github.com/truecharts/charts/issues/18011)) - - -## [alist-8.2.6](https://github.com/truecharts/charts/compare/alist-8.2.5...alist-8.2.6) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [alist-8.2.5](https://github.com/truecharts/charts/compare/alist-8.2.4...alist-8.2.5) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [alist-8.2.4](https://github.com/truecharts/charts/compare/alist-8.2.3...alist-8.2.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [alist-8.2.3](https://github.com/truecharts/charts/compare/alist-8.2.2...alist-8.2.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [alist-8.2.2](https://github.com/truecharts/charts/compare/alist-8.2.1...alist-8.2.2) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [alist-8.2.1](https://github.com/truecharts/charts/compare/alist-8.2.0...alist-8.2.1) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [alist-8.2.0](https://github.com/truecharts/charts/compare/alist-8.1.6...alist-8.2.0) (2024-01-08) - -### Chore - - - -- update container image xhofe/alist to v3.30.0[@084ba82](https://github.com/084ba82) by renovate ([#17024](https://github.com/truecharts/charts/issues/17024)) - - -## [alist-8.1.6](https://github.com/truecharts/charts/compare/alist-8.1.5...alist-8.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs \ No newline at end of file diff --git a/stable/alist/9.3.0/Chart.yaml b/stable/alist/9.3.0/Chart.yaml deleted file mode 100644 index 60568dc66a2..00000000000 --- a/stable/alist/9.3.0/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.31.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Alist program that supports multiple storage, powered by Gin and React -home: https://truecharts.org/charts/stable/alist -icon: https://truecharts.org/img/hotlink-ok/chart-icons/alist.png -keywords: - - alist - - storage - - webdav - - google driver - - aliyun driver - - baiduyun -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: alist -sources: - - https://github.com/Xhofe/alist - - https://github.com/truecharts/charts/tree/master/charts/stable/alist - - https://hub.docker.com/r/xhofe/alist-aria2 -type: application -version: 9.3.0 diff --git a/stable/alist/9.3.0/charts/common-18.1.2.tgz b/stable/alist/9.3.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/alist/9.3.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/alist/9.3.0/ix_values.yaml b/stable/alist/9.3.0/ix_values.yaml deleted file mode 100644 index 0bfde7db00d..00000000000 --- a/stable/alist/9.3.0/ix_values.yaml +++ /dev/null @@ -1,48 +0,0 @@ -image: - repository: xhofe/alist-aria2 - pullPolicy: IfNotPresent - tag: v3.31.0@sha256:df2ddfea47b7a54312b9179d98b974ad5f5ac9d0bf5c6aaa7b4bfd027fb7dec5 -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - targetPort: 5244 - protocol: http - port: 10167 - aria2: - enabled: true - ports: - aria2: - enabled: true - targetPort: 6800 - protocol: http - port: 6800 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - path: / - readiness: - type: http - path: / - startup: - type: http - path: / - env: {} -persistence: - data: - enabled: true - mountPath: /opt/alist/data -portal: - open: - enabled: true diff --git a/stable/alist/9.3.0/.helmignore b/stable/alist/9.5.0/.helmignore similarity index 100% rename from stable/alist/9.3.0/.helmignore rename to stable/alist/9.5.0/.helmignore diff --git a/stable/alist/9.5.0/CHANGELOG.md b/stable/alist/9.5.0/CHANGELOG.md new file mode 100644 index 00000000000..26bb26dd606 --- /dev/null +++ b/stable/alist/9.5.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [alist-9.5.0](https://github.com/truecharts/charts/compare/alist-9.4.3...alist-9.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [alist-9.4.3](https://github.com/truecharts/charts/compare/alist-9.4.2...alist-9.4.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [alist-9.4.2](https://github.com/truecharts/charts/compare/alist-9.4.0...alist-9.4.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + +## [alist-8.3.0](https://github.com/truecharts/charts/compare/alist-8.2.6...alist-8.3.0) (2024-02-10) + +### Feat + + + +- Add aria2 support (image and port) ([#18011](https://github.com/truecharts/charts/issues/18011)) + + +## [alist-8.2.6](https://github.com/truecharts/charts/compare/alist-8.2.5...alist-8.2.6) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [alist-8.2.5](https://github.com/truecharts/charts/compare/alist-8.2.4...alist-8.2.5) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [alist-8.2.4](https://github.com/truecharts/charts/compare/alist-8.2.3...alist-8.2.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [alist-8.2.3](https://github.com/truecharts/charts/compare/alist-8.2.2...alist-8.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [alist-8.2.2](https://github.com/truecharts/charts/compare/alist-8.2.1...alist-8.2.2) (2024-01-21) + +### Chore + + diff --git a/stable/alist/9.5.0/Chart.yaml b/stable/alist/9.5.0/Chart.yaml new file mode 100644 index 00000000000..181cdb0a5c9 --- /dev/null +++ b/stable/alist/9.5.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.32.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Alist program that supports multiple storage, powered by Gin and React +home: https://truecharts.org/charts/stable/alist +icon: https://truecharts.org/img/hotlink-ok/chart-icons/alist.png +keywords: + - alist + - storage + - webdav + - google driver + - aliyun driver + - baiduyun +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: alist +sources: + - https://github.com/Xhofe/alist + - https://github.com/truecharts/charts/tree/master/charts/stable/alist + - https://hub.docker.com/r/xhofe/alist-aria2 +type: application +version: 9.5.0 diff --git a/stable/alist/9.3.0/README.md b/stable/alist/9.5.0/README.md similarity index 100% rename from stable/alist/9.3.0/README.md rename to stable/alist/9.5.0/README.md diff --git a/stable/alist/9.5.0/app-changelog.md b/stable/alist/9.5.0/app-changelog.md new file mode 100644 index 00000000000..4f20d38216e --- /dev/null +++ b/stable/alist/9.5.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [alist-9.5.0](https://github.com/truecharts/charts/compare/alist-9.4.3...alist-9.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/alist/9.3.0/app-readme.md b/stable/alist/9.5.0/app-readme.md similarity index 100% rename from stable/alist/9.3.0/app-readme.md rename to stable/alist/9.5.0/app-readme.md diff --git a/stable/alist/9.5.0/charts/common-18.2.0.tgz b/stable/alist/9.5.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/alist/9.5.0/charts/common-18.2.0.tgz differ diff --git a/stable/alist/9.5.0/ix_values.yaml b/stable/alist/9.5.0/ix_values.yaml new file mode 100644 index 00000000000..af56c28846e --- /dev/null +++ b/stable/alist/9.5.0/ix_values.yaml @@ -0,0 +1,48 @@ +image: + repository: xhofe/alist-aria2 + pullPolicy: IfNotPresent + tag: v3.32.0@sha256:ff2956707403d9c47db1e670e4a72e4b8900c3776eeb3458db1d7922faad6f08 +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + targetPort: 5244 + protocol: http + port: 10167 + aria2: + enabled: true + ports: + aria2: + enabled: true + targetPort: 6800 + protocol: http + port: 6800 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + path: / + readiness: + type: http + path: / + startup: + type: http + path: / + env: {} +persistence: + data: + enabled: true + mountPath: /opt/alist/data +portal: + open: + enabled: true diff --git a/stable/alist/9.3.0/questions.yaml b/stable/alist/9.5.0/questions.yaml similarity index 100% rename from stable/alist/9.3.0/questions.yaml rename to stable/alist/9.5.0/questions.yaml diff --git a/stable/alist/9.3.0/templates/NOTES.txt b/stable/alist/9.5.0/templates/NOTES.txt similarity index 100% rename from stable/alist/9.3.0/templates/NOTES.txt rename to stable/alist/9.5.0/templates/NOTES.txt diff --git a/stable/alist/9.3.0/templates/common.yaml b/stable/alist/9.5.0/templates/common.yaml similarity index 100% rename from stable/alist/9.3.0/templates/common.yaml rename to stable/alist/9.5.0/templates/common.yaml diff --git a/stable/alist/9.3.0/values.yaml b/stable/alist/9.5.0/values.yaml similarity index 100% rename from stable/alist/9.3.0/values.yaml rename to stable/alist/9.5.0/values.yaml diff --git a/stable/amcrest2mqtt/11.1.3/CHANGELOG.md b/stable/amcrest2mqtt/11.1.3/CHANGELOG.md deleted file mode 100644 index 5edc49a0469..00000000000 --- a/stable/amcrest2mqtt/11.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [amcrest2mqtt-10.1.12](https://github.com/truecharts/charts/compare/amcrest2mqtt-10.1.11...amcrest2mqtt-10.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [amcrest2mqtt-10.1.11](https://github.com/truecharts/charts/compare/amcrest2mqtt-10.1.10...amcrest2mqtt-10.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [amcrest2mqtt-10.1.10](https://github.com/truecharts/charts/compare/amcrest2mqtt-10.1.9...amcrest2mqtt-10.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [amcrest2mqtt-10.1.9](https://github.com/truecharts/charts/compare/amcrest2mqtt-10.1.8...amcrest2mqtt-10.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [amcrest2mqtt-10.1.8](https://github.com/truecharts/charts/compare/amcrest2mqtt-10.1.7...amcrest2mqtt-10.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [amcrest2mqtt-10.1.7](https://github.com/truecharts/charts/compare/amcrest2mqtt-10.1.6...amcrest2mqtt-10.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [amcrest2mqtt-10.1.6](https://github.com/truecharts/charts/compare/amcrest2mqtt-10.1.5...amcrest2mqtt-10.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [amcrest2mqtt-10.1.5](https://github.com/truecharts/charts/compare/amcrest2mqtt-10.1.4...amcrest2mqtt-10.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [amcrest2mqtt-10.1.4](https://github.com/truecharts/charts/compare/amcrest2mqtt-10.1.3...amcrest2mqtt-10.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/amcrest2mqtt/11.1.3/Chart.yaml b/stable/amcrest2mqtt/11.1.3/Chart.yaml deleted file mode 100644 index fe413c0bd93..00000000000 --- a/stable/amcrest2mqtt/11.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.0.16 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Expose all events from an Amcrest device to an MQTT broker -home: https://truecharts.org/charts/stable/amcrest2mqtt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/amcrest2mqtt.png -keywords: - - amcrest2mqtt -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: amcrest2mqtt -sources: - - https://github.com/dchesterton/amcrest2mqtt - - https://github.com/truecharts/charts/tree/master/charts/stable/amcrest2mqtt - - https://hub.docker.com/r/dchesterton/amcrest2mqtt -type: application -version: 11.1.3 diff --git a/stable/amcrest2mqtt/11.1.3/charts/common-18.0.3.tgz b/stable/amcrest2mqtt/11.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/amcrest2mqtt/11.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/amcrest2mqtt/11.1.3/.helmignore b/stable/amcrest2mqtt/11.3.0/.helmignore similarity index 100% rename from stable/amcrest2mqtt/11.1.3/.helmignore rename to stable/amcrest2mqtt/11.3.0/.helmignore diff --git a/stable/amcrest2mqtt/11.3.0/CHANGELOG.md b/stable/amcrest2mqtt/11.3.0/CHANGELOG.md new file mode 100644 index 00000000000..78376318369 --- /dev/null +++ b/stable/amcrest2mqtt/11.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [amcrest2mqtt-11.3.0](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.2.3...amcrest2mqtt-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [amcrest2mqtt-11.2.3](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.2.2...amcrest2mqtt-11.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [amcrest2mqtt-11.2.2](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.2.0...amcrest2mqtt-11.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [amcrest2mqtt-10.1.12](https://github.com/truecharts/charts/compare/amcrest2mqtt-10.1.11...amcrest2mqtt-10.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [amcrest2mqtt-10.1.11](https://github.com/truecharts/charts/compare/amcrest2mqtt-10.1.10...amcrest2mqtt-10.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [amcrest2mqtt-10.1.10](https://github.com/truecharts/charts/compare/amcrest2mqtt-10.1.9...amcrest2mqtt-10.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [amcrest2mqtt-10.1.9](https://github.com/truecharts/charts/compare/amcrest2mqtt-10.1.8...amcrest2mqtt-10.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [amcrest2mqtt-10.1.8](https://github.com/truecharts/charts/compare/amcrest2mqtt-10.1.7...amcrest2mqtt-10.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [amcrest2mqtt-10.1.7](https://github.com/truecharts/charts/compare/amcrest2mqtt-10.1.6...amcrest2mqtt-10.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/amcrest2mqtt/11.3.0/Chart.yaml b/stable/amcrest2mqtt/11.3.0/Chart.yaml new file mode 100644 index 00000000000..c66c89d3f7f --- /dev/null +++ b/stable/amcrest2mqtt/11.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.16 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Expose all events from an Amcrest device to an MQTT broker +home: https://truecharts.org/charts/stable/amcrest2mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/amcrest2mqtt.png +keywords: + - amcrest2mqtt +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: amcrest2mqtt +sources: + - https://github.com/dchesterton/amcrest2mqtt + - https://github.com/truecharts/charts/tree/master/charts/stable/amcrest2mqtt + - https://hub.docker.com/r/dchesterton/amcrest2mqtt +type: application +version: 11.3.0 diff --git a/stable/amcrest2mqtt/11.1.3/README.md b/stable/amcrest2mqtt/11.3.0/README.md similarity index 100% rename from stable/amcrest2mqtt/11.1.3/README.md rename to stable/amcrest2mqtt/11.3.0/README.md diff --git a/stable/amcrest2mqtt/11.3.0/app-changelog.md b/stable/amcrest2mqtt/11.3.0/app-changelog.md new file mode 100644 index 00000000000..57a64fee781 --- /dev/null +++ b/stable/amcrest2mqtt/11.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [amcrest2mqtt-11.3.0](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.2.3...amcrest2mqtt-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/amcrest2mqtt/11.1.3/app-readme.md b/stable/amcrest2mqtt/11.3.0/app-readme.md similarity index 100% rename from stable/amcrest2mqtt/11.1.3/app-readme.md rename to stable/amcrest2mqtt/11.3.0/app-readme.md diff --git a/stable/amcrest2mqtt/11.3.0/charts/common-18.2.0.tgz b/stable/amcrest2mqtt/11.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/amcrest2mqtt/11.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/amcrest2mqtt/11.1.3/ix_values.yaml b/stable/amcrest2mqtt/11.3.0/ix_values.yaml similarity index 100% rename from stable/amcrest2mqtt/11.1.3/ix_values.yaml rename to stable/amcrest2mqtt/11.3.0/ix_values.yaml diff --git a/stable/amcrest2mqtt/11.1.3/questions.yaml b/stable/amcrest2mqtt/11.3.0/questions.yaml similarity index 100% rename from stable/amcrest2mqtt/11.1.3/questions.yaml rename to stable/amcrest2mqtt/11.3.0/questions.yaml diff --git a/stable/amcrest2mqtt/11.1.3/templates/NOTES.txt b/stable/amcrest2mqtt/11.3.0/templates/NOTES.txt similarity index 100% rename from stable/amcrest2mqtt/11.1.3/templates/NOTES.txt rename to stable/amcrest2mqtt/11.3.0/templates/NOTES.txt diff --git a/stable/amcrest2mqtt/11.1.3/templates/common.yaml b/stable/amcrest2mqtt/11.3.0/templates/common.yaml similarity index 100% rename from stable/amcrest2mqtt/11.1.3/templates/common.yaml rename to stable/amcrest2mqtt/11.3.0/templates/common.yaml diff --git a/stable/amcrest2mqtt/11.1.3/values.yaml b/stable/amcrest2mqtt/11.3.0/values.yaml similarity index 100% rename from stable/amcrest2mqtt/11.1.3/values.yaml rename to stable/amcrest2mqtt/11.3.0/values.yaml diff --git a/stable/americasarmy-pg/5.1.3/CHANGELOG.md b/stable/americasarmy-pg/5.1.3/CHANGELOG.md deleted file mode 100644 index b47db3110ee..00000000000 --- a/stable/americasarmy-pg/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [americasarmy-pg-4.1.12](https://github.com/truecharts/charts/compare/americasarmy-pg-4.1.11...americasarmy-pg-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [americasarmy-pg-4.1.11](https://github.com/truecharts/charts/compare/americasarmy-pg-4.1.10...americasarmy-pg-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [americasarmy-pg-4.1.10](https://github.com/truecharts/charts/compare/americasarmy-pg-4.1.9...americasarmy-pg-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [americasarmy-pg-4.1.9](https://github.com/truecharts/charts/compare/americasarmy-pg-4.1.8...americasarmy-pg-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [americasarmy-pg-4.1.8](https://github.com/truecharts/charts/compare/americasarmy-pg-4.1.7...americasarmy-pg-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [americasarmy-pg-4.1.7](https://github.com/truecharts/charts/compare/americasarmy-pg-4.1.6...americasarmy-pg-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [americasarmy-pg-4.1.6](https://github.com/truecharts/charts/compare/americasarmy-pg-4.1.5...americasarmy-pg-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [americasarmy-pg-4.1.5](https://github.com/truecharts/charts/compare/americasarmy-pg-4.1.4...americasarmy-pg-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [americasarmy-pg-4.1.4](https://github.com/truecharts/charts/compare/americasarmy-pg-4.1.3...americasarmy-pg-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/americasarmy-pg/5.1.3/Chart.yaml b/stable/americasarmy-pg/5.1.3/Chart.yaml deleted file mode 100644 index bff899bda4d..00000000000 --- a/stable/americasarmy-pg/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: aaproinggrounds -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install America's Army: Proving Grounds and run it." -home: https://truecharts.org/charts/stable/americasarmy-pg -icon: https://truecharts.org/img/hotlink-ok/chart-icons/americasarmy-pg.png -keywords: - - americasarmy-pg - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: americasarmy-pg -sources: - - https://www.americasarmy.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/americasarmy-pg - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/americasarmy-pg/5.1.3/charts/common-18.0.3.tgz b/stable/americasarmy-pg/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/americasarmy-pg/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/americasarmy-pg/5.1.3/.helmignore b/stable/americasarmy-pg/5.3.0/.helmignore similarity index 100% rename from stable/americasarmy-pg/5.1.3/.helmignore rename to stable/americasarmy-pg/5.3.0/.helmignore diff --git a/stable/americasarmy-pg/5.3.0/CHANGELOG.md b/stable/americasarmy-pg/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..2cfabb2f96b --- /dev/null +++ b/stable/americasarmy-pg/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [americasarmy-pg-5.3.0](https://github.com/truecharts/charts/compare/americasarmy-pg-5.2.3...americasarmy-pg-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [americasarmy-pg-5.2.3](https://github.com/truecharts/charts/compare/americasarmy-pg-5.2.2...americasarmy-pg-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [americasarmy-pg-5.2.2](https://github.com/truecharts/charts/compare/americasarmy-pg-5.2.0...americasarmy-pg-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [americasarmy-pg-4.1.12](https://github.com/truecharts/charts/compare/americasarmy-pg-4.1.11...americasarmy-pg-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [americasarmy-pg-4.1.11](https://github.com/truecharts/charts/compare/americasarmy-pg-4.1.10...americasarmy-pg-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [americasarmy-pg-4.1.10](https://github.com/truecharts/charts/compare/americasarmy-pg-4.1.9...americasarmy-pg-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [americasarmy-pg-4.1.9](https://github.com/truecharts/charts/compare/americasarmy-pg-4.1.8...americasarmy-pg-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [americasarmy-pg-4.1.8](https://github.com/truecharts/charts/compare/americasarmy-pg-4.1.7...americasarmy-pg-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [americasarmy-pg-4.1.7](https://github.com/truecharts/charts/compare/americasarmy-pg-4.1.6...americasarmy-pg-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/americasarmy-pg/5.3.0/Chart.yaml b/stable/americasarmy-pg/5.3.0/Chart.yaml new file mode 100644 index 00000000000..cab8c119af6 --- /dev/null +++ b/stable/americasarmy-pg/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: aaproinggrounds +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install America's Army: Proving Grounds and run it." +home: https://truecharts.org/charts/stable/americasarmy-pg +icon: https://truecharts.org/img/hotlink-ok/chart-icons/americasarmy-pg.png +keywords: + - americasarmy-pg + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: americasarmy-pg +sources: + - https://www.americasarmy.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/americasarmy-pg + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/americasarmy-pg/5.1.3/README.md b/stable/americasarmy-pg/5.3.0/README.md similarity index 100% rename from stable/americasarmy-pg/5.1.3/README.md rename to stable/americasarmy-pg/5.3.0/README.md diff --git a/stable/americasarmy-pg/5.3.0/app-changelog.md b/stable/americasarmy-pg/5.3.0/app-changelog.md new file mode 100644 index 00000000000..f54ccf92e62 --- /dev/null +++ b/stable/americasarmy-pg/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [americasarmy-pg-5.3.0](https://github.com/truecharts/charts/compare/americasarmy-pg-5.2.3...americasarmy-pg-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/americasarmy-pg/5.1.3/app-readme.md b/stable/americasarmy-pg/5.3.0/app-readme.md similarity index 100% rename from stable/americasarmy-pg/5.1.3/app-readme.md rename to stable/americasarmy-pg/5.3.0/app-readme.md diff --git a/stable/americasarmy-pg/5.3.0/charts/common-18.2.0.tgz b/stable/americasarmy-pg/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/americasarmy-pg/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/americasarmy-pg/5.1.3/ix_values.yaml b/stable/americasarmy-pg/5.3.0/ix_values.yaml similarity index 100% rename from stable/americasarmy-pg/5.1.3/ix_values.yaml rename to stable/americasarmy-pg/5.3.0/ix_values.yaml diff --git a/stable/americasarmy-pg/5.1.3/questions.yaml b/stable/americasarmy-pg/5.3.0/questions.yaml similarity index 100% rename from stable/americasarmy-pg/5.1.3/questions.yaml rename to stable/americasarmy-pg/5.3.0/questions.yaml diff --git a/stable/americasarmy-pg/5.1.3/templates/common.yaml b/stable/americasarmy-pg/5.3.0/templates/common.yaml similarity index 100% rename from stable/americasarmy-pg/5.1.3/templates/common.yaml rename to stable/americasarmy-pg/5.3.0/templates/common.yaml diff --git a/stable/americasarmy-pg/5.1.3/values.yaml b/stable/americasarmy-pg/5.3.0/values.yaml similarity index 100% rename from stable/americasarmy-pg/5.1.3/values.yaml rename to stable/americasarmy-pg/5.3.0/values.yaml diff --git a/stable/amule/7.1.3/CHANGELOG.md b/stable/amule/7.1.3/CHANGELOG.md deleted file mode 100644 index f7c5990055f..00000000000 --- a/stable/amule/7.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [amule-6.1.12](https://github.com/truecharts/charts/compare/amule-6.1.11...amule-6.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [amule-6.1.11](https://github.com/truecharts/charts/compare/amule-6.1.10...amule-6.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [amule-6.1.10](https://github.com/truecharts/charts/compare/amule-6.1.9...amule-6.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [amule-6.1.9](https://github.com/truecharts/charts/compare/amule-6.1.8...amule-6.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [amule-6.1.8](https://github.com/truecharts/charts/compare/amule-6.1.7...amule-6.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [amule-6.1.7](https://github.com/truecharts/charts/compare/amule-6.1.6...amule-6.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [amule-6.1.6](https://github.com/truecharts/charts/compare/amule-6.1.5...amule-6.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [amule-6.1.5](https://github.com/truecharts/charts/compare/amule-6.1.4...amule-6.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [amule-6.1.4](https://github.com/truecharts/charts/compare/amule-6.1.3...amule-6.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/amule/7.1.3/Chart.yaml b/stable/amule/7.1.3/Chart.yaml deleted file mode 100644 index 08bd26c2bd0..00000000000 --- a/stable/amule/7.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: aMule is an eMule-like client for the eDonkey and Kademlia networks. -home: https://truecharts.org/charts/stable/amule -icon: https://truecharts.org/img/hotlink-ok/chart-icons/amule.png -keywords: - - amule - - Downloaders - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: amule -sources: - - https://github.com/t-chab/dockerfiles - - https://github.com/truecharts/charts/tree/master/charts/stable/amule - - https://hub.docker.com/r/tchabaud/amule -type: application -version: 7.1.3 diff --git a/stable/amule/7.1.3/charts/common-18.0.3.tgz b/stable/amule/7.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/amule/7.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/amule/7.1.3/.helmignore b/stable/amule/7.3.0/.helmignore similarity index 100% rename from stable/amule/7.1.3/.helmignore rename to stable/amule/7.3.0/.helmignore diff --git a/stable/amule/7.3.0/CHANGELOG.md b/stable/amule/7.3.0/CHANGELOG.md new file mode 100644 index 00000000000..7eb8f61c150 --- /dev/null +++ b/stable/amule/7.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [amule-7.3.0](https://github.com/truecharts/charts/compare/amule-7.2.3...amule-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [amule-7.2.3](https://github.com/truecharts/charts/compare/amule-7.2.2...amule-7.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [amule-7.2.2](https://github.com/truecharts/charts/compare/amule-7.2.0...amule-7.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [amule-6.1.12](https://github.com/truecharts/charts/compare/amule-6.1.11...amule-6.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [amule-6.1.11](https://github.com/truecharts/charts/compare/amule-6.1.10...amule-6.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [amule-6.1.10](https://github.com/truecharts/charts/compare/amule-6.1.9...amule-6.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [amule-6.1.9](https://github.com/truecharts/charts/compare/amule-6.1.8...amule-6.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [amule-6.1.8](https://github.com/truecharts/charts/compare/amule-6.1.7...amule-6.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [amule-6.1.7](https://github.com/truecharts/charts/compare/amule-6.1.6...amule-6.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/amule/7.3.0/Chart.yaml b/stable/amule/7.3.0/Chart.yaml new file mode 100644 index 00000000000..b0055cc66ce --- /dev/null +++ b/stable/amule/7.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: aMule is an eMule-like client for the eDonkey and Kademlia networks. +home: https://truecharts.org/charts/stable/amule +icon: https://truecharts.org/img/hotlink-ok/chart-icons/amule.png +keywords: + - amule + - Downloaders + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: amule +sources: + - https://github.com/t-chab/dockerfiles + - https://github.com/truecharts/charts/tree/master/charts/stable/amule + - https://hub.docker.com/r/tchabaud/amule +type: application +version: 7.3.0 diff --git a/stable/amule/7.1.3/README.md b/stable/amule/7.3.0/README.md similarity index 100% rename from stable/amule/7.1.3/README.md rename to stable/amule/7.3.0/README.md diff --git a/stable/amule/7.3.0/app-changelog.md b/stable/amule/7.3.0/app-changelog.md new file mode 100644 index 00000000000..6d7c7858b9f --- /dev/null +++ b/stable/amule/7.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [amule-7.3.0](https://github.com/truecharts/charts/compare/amule-7.2.3...amule-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/amule/7.1.3/app-readme.md b/stable/amule/7.3.0/app-readme.md similarity index 100% rename from stable/amule/7.1.3/app-readme.md rename to stable/amule/7.3.0/app-readme.md diff --git a/stable/amule/7.3.0/charts/common-18.2.0.tgz b/stable/amule/7.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/amule/7.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/amule/7.1.3/ix_values.yaml b/stable/amule/7.3.0/ix_values.yaml similarity index 100% rename from stable/amule/7.1.3/ix_values.yaml rename to stable/amule/7.3.0/ix_values.yaml diff --git a/stable/amule/7.1.3/questions.yaml b/stable/amule/7.3.0/questions.yaml similarity index 100% rename from stable/amule/7.1.3/questions.yaml rename to stable/amule/7.3.0/questions.yaml diff --git a/stable/amule/7.1.3/templates/NOTES.txt b/stable/amule/7.3.0/templates/NOTES.txt similarity index 100% rename from stable/amule/7.1.3/templates/NOTES.txt rename to stable/amule/7.3.0/templates/NOTES.txt diff --git a/stable/amule/7.1.3/templates/common.yaml b/stable/amule/7.3.0/templates/common.yaml similarity index 100% rename from stable/amule/7.1.3/templates/common.yaml rename to stable/amule/7.3.0/templates/common.yaml diff --git a/stable/amule/7.1.3/values.yaml b/stable/amule/7.3.0/values.yaml similarity index 100% rename from stable/amule/7.1.3/values.yaml rename to stable/amule/7.3.0/values.yaml diff --git a/stable/android-8-0/5.1.3/CHANGELOG.md b/stable/android-8-0/5.1.3/CHANGELOG.md deleted file mode 100644 index 89f4fff2a60..00000000000 --- a/stable/android-8-0/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [android-8-0-4.1.12](https://github.com/truecharts/charts/compare/android-8-0-4.1.11...android-8-0-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [android-8-0-4.1.11](https://github.com/truecharts/charts/compare/android-8-0-4.1.10...android-8-0-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [android-8-0-4.1.10](https://github.com/truecharts/charts/compare/android-8-0-4.1.9...android-8-0-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [android-8-0-4.1.9](https://github.com/truecharts/charts/compare/android-8-0-4.1.8...android-8-0-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [android-8-0-4.1.8](https://github.com/truecharts/charts/compare/android-8-0-4.1.7...android-8-0-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [android-8-0-4.1.7](https://github.com/truecharts/charts/compare/android-8-0-4.1.6...android-8-0-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [android-8-0-4.1.6](https://github.com/truecharts/charts/compare/android-8-0-4.1.5...android-8-0-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [android-8-0-4.1.5](https://github.com/truecharts/charts/compare/android-8-0-4.1.4...android-8-0-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [android-8-0-4.1.4](https://github.com/truecharts/charts/compare/android-8-0-4.1.3...android-8-0-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/android-8-0/5.1.3/Chart.yaml b/stable/android-8-0/5.1.3/Chart.yaml deleted file mode 100644 index 7b41212826f..00000000000 --- a/stable/android-8-0/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Android in Chart solution with noVNC supported and video recording. Work way better with Intel CPUs because AMD doesn't an cpu graphics card. So with amd cpus can be unusable. -home: https://truecharts.org/charts/stable/android-8-0 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/android-8-0.png -keywords: - - android-8-0 - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: android-8-0 -sources: - - https://registry.hub.docker.com/r/ulisses1478/docker-android - - https://github.com/truecharts/charts/tree/master/charts/stable/android-8-0 - - https://hub.docker.com/r/ulisses1478/docker-android -type: application -version: 5.1.3 diff --git a/stable/android-8-0/5.1.3/charts/common-18.0.3.tgz b/stable/android-8-0/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/android-8-0/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/android-8-0/5.1.3/.helmignore b/stable/android-8-0/5.3.0/.helmignore similarity index 100% rename from stable/android-8-0/5.1.3/.helmignore rename to stable/android-8-0/5.3.0/.helmignore diff --git a/stable/android-8-0/5.3.0/CHANGELOG.md b/stable/android-8-0/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..b9fc7612f85 --- /dev/null +++ b/stable/android-8-0/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [android-8-0-5.3.0](https://github.com/truecharts/charts/compare/android-8-0-5.2.3...android-8-0-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [android-8-0-5.2.3](https://github.com/truecharts/charts/compare/android-8-0-5.2.2...android-8-0-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [android-8-0-5.2.2](https://github.com/truecharts/charts/compare/android-8-0-5.2.0...android-8-0-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [android-8-0-4.1.12](https://github.com/truecharts/charts/compare/android-8-0-4.1.11...android-8-0-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [android-8-0-4.1.11](https://github.com/truecharts/charts/compare/android-8-0-4.1.10...android-8-0-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [android-8-0-4.1.10](https://github.com/truecharts/charts/compare/android-8-0-4.1.9...android-8-0-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [android-8-0-4.1.9](https://github.com/truecharts/charts/compare/android-8-0-4.1.8...android-8-0-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [android-8-0-4.1.8](https://github.com/truecharts/charts/compare/android-8-0-4.1.7...android-8-0-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [android-8-0-4.1.7](https://github.com/truecharts/charts/compare/android-8-0-4.1.6...android-8-0-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/android-8-0/5.3.0/Chart.yaml b/stable/android-8-0/5.3.0/Chart.yaml new file mode 100644 index 00000000000..a1cbf332dca --- /dev/null +++ b/stable/android-8-0/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Android in Chart solution with noVNC supported and video recording. Work way better with Intel CPUs because AMD doesn't an cpu graphics card. So with amd cpus can be unusable. +home: https://truecharts.org/charts/stable/android-8-0 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/android-8-0.png +keywords: + - android-8-0 + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: android-8-0 +sources: + - https://registry.hub.docker.com/r/ulisses1478/docker-android + - https://github.com/truecharts/charts/tree/master/charts/stable/android-8-0 + - https://hub.docker.com/r/ulisses1478/docker-android +type: application +version: 5.3.0 diff --git a/stable/android-8-0/5.1.3/README.md b/stable/android-8-0/5.3.0/README.md similarity index 100% rename from stable/android-8-0/5.1.3/README.md rename to stable/android-8-0/5.3.0/README.md diff --git a/stable/android-8-0/5.3.0/app-changelog.md b/stable/android-8-0/5.3.0/app-changelog.md new file mode 100644 index 00000000000..fe41aef0552 --- /dev/null +++ b/stable/android-8-0/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [android-8-0-5.3.0](https://github.com/truecharts/charts/compare/android-8-0-5.2.3...android-8-0-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/android-8-0/5.1.3/app-readme.md b/stable/android-8-0/5.3.0/app-readme.md similarity index 100% rename from stable/android-8-0/5.1.3/app-readme.md rename to stable/android-8-0/5.3.0/app-readme.md diff --git a/stable/android-8-0/5.3.0/charts/common-18.2.0.tgz b/stable/android-8-0/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/android-8-0/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/android-8-0/5.1.3/ix_values.yaml b/stable/android-8-0/5.3.0/ix_values.yaml similarity index 100% rename from stable/android-8-0/5.1.3/ix_values.yaml rename to stable/android-8-0/5.3.0/ix_values.yaml diff --git a/stable/android-8-0/5.1.3/questions.yaml b/stable/android-8-0/5.3.0/questions.yaml similarity index 100% rename from stable/android-8-0/5.1.3/questions.yaml rename to stable/android-8-0/5.3.0/questions.yaml diff --git a/stable/android-8-0/5.1.3/templates/common.yaml b/stable/android-8-0/5.3.0/templates/common.yaml similarity index 100% rename from stable/android-8-0/5.1.3/templates/common.yaml rename to stable/android-8-0/5.3.0/templates/common.yaml diff --git a/stable/android-8-0/5.1.3/values.yaml b/stable/android-8-0/5.3.0/values.yaml similarity index 100% rename from stable/android-8-0/5.1.3/values.yaml rename to stable/android-8-0/5.3.0/values.yaml diff --git a/stable/androiddebugbridge/5.1.3/CHANGELOG.md b/stable/androiddebugbridge/5.1.3/CHANGELOG.md deleted file mode 100644 index 3173c83325a..00000000000 --- a/stable/androiddebugbridge/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [androiddebugbridge-4.1.13](https://github.com/truecharts/charts/compare/androiddebugbridge-4.1.12...androiddebugbridge-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [androiddebugbridge-4.1.12](https://github.com/truecharts/charts/compare/androiddebugbridge-4.1.11...androiddebugbridge-4.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [androiddebugbridge-4.1.11](https://github.com/truecharts/charts/compare/androiddebugbridge-4.1.10...androiddebugbridge-4.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [androiddebugbridge-4.1.10](https://github.com/truecharts/charts/compare/androiddebugbridge-4.1.9...androiddebugbridge-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [androiddebugbridge-4.1.9](https://github.com/truecharts/charts/compare/androiddebugbridge-4.1.8...androiddebugbridge-4.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [androiddebugbridge-4.1.8](https://github.com/truecharts/charts/compare/androiddebugbridge-4.1.7...androiddebugbridge-4.1.8) (2024-01-14) - - - - -## [androiddebugbridge-4.1.7](https://github.com/truecharts/charts/compare/androiddebugbridge-4.1.6...androiddebugbridge-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [androiddebugbridge-4.1.6](https://github.com/truecharts/charts/compare/androiddebugbridge-4.1.5...androiddebugbridge-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [androiddebugbridge-4.1.5](https://github.com/truecharts/charts/compare/androiddebugbridge-4.1.4...androiddebugbridge-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [androiddebugbridge-4.1.4](https://github.com/truecharts/charts/compare/androiddebugbridge-4.1.3...androiddebugbridge-4.1.4) (2024-01-01) - -### Chore - - diff --git a/stable/androiddebugbridge/5.1.3/Chart.yaml b/stable/androiddebugbridge/5.1.3/Chart.yaml deleted file mode 100644 index df4967b0559..00000000000 --- a/stable/androiddebugbridge/5.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Control AndroidTV/FireTV devices through ADB from the Home Assistant Core Chart. -home: https://truecharts.org/charts/stable/androiddebugbridge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/androiddebugbridge.png -keywords: - - androiddebugbridge - - home-automation -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: androiddebugbridge -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/androiddebugbridge - - https://hub.docker.com/r/barnybbb/adb-hass-androidtv -type: application -version: 5.1.3 diff --git a/stable/androiddebugbridge/5.1.3/charts/common-18.0.3.tgz b/stable/androiddebugbridge/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/androiddebugbridge/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/androiddebugbridge/5.1.3/.helmignore b/stable/androiddebugbridge/5.3.0/.helmignore similarity index 100% rename from stable/androiddebugbridge/5.1.3/.helmignore rename to stable/androiddebugbridge/5.3.0/.helmignore diff --git a/stable/androiddebugbridge/5.3.0/CHANGELOG.md b/stable/androiddebugbridge/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..70e36716b96 --- /dev/null +++ b/stable/androiddebugbridge/5.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [androiddebugbridge-5.3.0](https://github.com/truecharts/charts/compare/androiddebugbridge-5.2.3...androiddebugbridge-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [androiddebugbridge-5.2.3](https://github.com/truecharts/charts/compare/androiddebugbridge-5.2.2...androiddebugbridge-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [androiddebugbridge-5.2.2](https://github.com/truecharts/charts/compare/androiddebugbridge-5.2.0...androiddebugbridge-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [androiddebugbridge-4.1.13](https://github.com/truecharts/charts/compare/androiddebugbridge-4.1.12...androiddebugbridge-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [androiddebugbridge-4.1.12](https://github.com/truecharts/charts/compare/androiddebugbridge-4.1.11...androiddebugbridge-4.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [androiddebugbridge-4.1.11](https://github.com/truecharts/charts/compare/androiddebugbridge-4.1.10...androiddebugbridge-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [androiddebugbridge-4.1.10](https://github.com/truecharts/charts/compare/androiddebugbridge-4.1.9...androiddebugbridge-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [androiddebugbridge-4.1.9](https://github.com/truecharts/charts/compare/androiddebugbridge-4.1.8...androiddebugbridge-4.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [androiddebugbridge-4.1.8](https://github.com/truecharts/charts/compare/androiddebugbridge-4.1.7...androiddebugbridge-4.1.8) (2024-01-14) + + + + +## [androiddebugbridge-4.1.7](https://github.com/truecharts/charts/compare/androiddebugbridge-4.1.6...androiddebugbridge-4.1.7) (2024-01-09) + +### Chore \ No newline at end of file diff --git a/stable/androiddebugbridge/5.3.0/Chart.yaml b/stable/androiddebugbridge/5.3.0/Chart.yaml new file mode 100644 index 00000000000..932763b5e0f --- /dev/null +++ b/stable/androiddebugbridge/5.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Control AndroidTV/FireTV devices through ADB from the Home Assistant Core Chart. +home: https://truecharts.org/charts/stable/androiddebugbridge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/androiddebugbridge.png +keywords: + - androiddebugbridge + - home-automation +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: androiddebugbridge +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/androiddebugbridge + - https://hub.docker.com/r/barnybbb/adb-hass-androidtv +type: application +version: 5.3.0 diff --git a/stable/androiddebugbridge/5.1.3/README.md b/stable/androiddebugbridge/5.3.0/README.md similarity index 100% rename from stable/androiddebugbridge/5.1.3/README.md rename to stable/androiddebugbridge/5.3.0/README.md diff --git a/stable/androiddebugbridge/5.3.0/app-changelog.md b/stable/androiddebugbridge/5.3.0/app-changelog.md new file mode 100644 index 00000000000..376d20f62ae --- /dev/null +++ b/stable/androiddebugbridge/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [androiddebugbridge-5.3.0](https://github.com/truecharts/charts/compare/androiddebugbridge-5.2.3...androiddebugbridge-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/androiddebugbridge/5.1.3/app-readme.md b/stable/androiddebugbridge/5.3.0/app-readme.md similarity index 100% rename from stable/androiddebugbridge/5.1.3/app-readme.md rename to stable/androiddebugbridge/5.3.0/app-readme.md diff --git a/stable/androiddebugbridge/5.3.0/charts/common-18.2.0.tgz b/stable/androiddebugbridge/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/androiddebugbridge/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/androiddebugbridge/5.1.3/ix_values.yaml b/stable/androiddebugbridge/5.3.0/ix_values.yaml similarity index 100% rename from stable/androiddebugbridge/5.1.3/ix_values.yaml rename to stable/androiddebugbridge/5.3.0/ix_values.yaml diff --git a/stable/androiddebugbridge/5.1.3/questions.yaml b/stable/androiddebugbridge/5.3.0/questions.yaml similarity index 100% rename from stable/androiddebugbridge/5.1.3/questions.yaml rename to stable/androiddebugbridge/5.3.0/questions.yaml diff --git a/stable/androiddebugbridge/5.1.3/templates/common.yaml b/stable/androiddebugbridge/5.3.0/templates/common.yaml similarity index 100% rename from stable/androiddebugbridge/5.1.3/templates/common.yaml rename to stable/androiddebugbridge/5.3.0/templates/common.yaml diff --git a/stable/androiddebugbridge/5.1.3/values.yaml b/stable/androiddebugbridge/5.3.0/values.yaml similarity index 100% rename from stable/androiddebugbridge/5.1.3/values.yaml rename to stable/androiddebugbridge/5.3.0/values.yaml diff --git a/stable/anki-sync-server/6.1.3/CHANGELOG.md b/stable/anki-sync-server/6.1.3/CHANGELOG.md deleted file mode 100644 index c93a4de053c..00000000000 --- a/stable/anki-sync-server/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [anki-sync-server-5.1.14](https://github.com/truecharts/charts/compare/anki-sync-server-5.1.13...anki-sync-server-5.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [anki-sync-server-5.1.13](https://github.com/truecharts/charts/compare/anki-sync-server-5.1.12...anki-sync-server-5.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [anki-sync-server-5.1.12](https://github.com/truecharts/charts/compare/anki-sync-server-5.1.11...anki-sync-server-5.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [anki-sync-server-5.1.11](https://github.com/truecharts/charts/compare/anki-sync-server-5.1.10...anki-sync-server-5.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [anki-sync-server-5.1.10](https://github.com/truecharts/charts/compare/anki-sync-server-5.1.9...anki-sync-server-5.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [anki-sync-server-5.1.9](https://github.com/truecharts/charts/compare/anki-sync-server-5.1.8...anki-sync-server-5.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [anki-sync-server-5.1.8](https://github.com/truecharts/charts/compare/anki-sync-server-5.1.7...anki-sync-server-5.1.8) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [anki-sync-server-5.1.7](https://github.com/truecharts/charts/compare/anki-sync-server-5.1.6...anki-sync-server-5.1.7) (2024-01-02) - -### Chore - - - -- update container image common to v17.2.21[@cf65ff3](https://github.com/cf65ff3) by renovate ([#16752](https://github.com/truecharts/charts/issues/16752)) - - -## [anki-sync-server-5.1.6](https://github.com/truecharts/charts/compare/anki-sync-server-5.1.4...anki-sync-server-5.1.6) (2024-01-02) - -### Chore - - - -- fix some refs ([#16749](https://github.com/truecharts/charts/issues/16749)) - diff --git a/stable/anki-sync-server/6.1.3/Chart.yaml b/stable/anki-sync-server/6.1.3/Chart.yaml deleted file mode 100644 index 6674dc16110..00000000000 --- a/stable/anki-sync-server/6.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.1.14 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A cross-platform Anki sync server. -home: https://truecharts.org/charts/stable/anki-sync-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/anki-sync-server.png -keywords: - - anki-sync-server -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: anki-sync-server -sources: - - https://github.com/ankicommunity/anki-devops-services - - https://github.com/truecharts/charts/tree/master/charts/stable/anki-sync-server - - https://hub.docker.com/r/ankicommunity/anki-sync-server-rs -type: application -version: 6.1.3 diff --git a/stable/anki-sync-server/6.1.3/charts/common-18.0.3.tgz b/stable/anki-sync-server/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/anki-sync-server/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/anki-sync-server/6.1.3/.helmignore b/stable/anki-sync-server/6.3.0/.helmignore similarity index 100% rename from stable/anki-sync-server/6.1.3/.helmignore rename to stable/anki-sync-server/6.3.0/.helmignore diff --git a/stable/anki-sync-server/6.3.0/CHANGELOG.md b/stable/anki-sync-server/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..bb3ec85bf07 --- /dev/null +++ b/stable/anki-sync-server/6.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [anki-sync-server-6.3.0](https://github.com/truecharts/charts/compare/anki-sync-server-6.2.3...anki-sync-server-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [anki-sync-server-6.2.3](https://github.com/truecharts/charts/compare/anki-sync-server-6.2.2...anki-sync-server-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [anki-sync-server-6.2.2](https://github.com/truecharts/charts/compare/anki-sync-server-6.2.0...anki-sync-server-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [anki-sync-server-5.1.14](https://github.com/truecharts/charts/compare/anki-sync-server-5.1.13...anki-sync-server-5.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [anki-sync-server-5.1.13](https://github.com/truecharts/charts/compare/anki-sync-server-5.1.12...anki-sync-server-5.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [anki-sync-server-5.1.12](https://github.com/truecharts/charts/compare/anki-sync-server-5.1.11...anki-sync-server-5.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [anki-sync-server-5.1.11](https://github.com/truecharts/charts/compare/anki-sync-server-5.1.10...anki-sync-server-5.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [anki-sync-server-5.1.10](https://github.com/truecharts/charts/compare/anki-sync-server-5.1.9...anki-sync-server-5.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [anki-sync-server-5.1.9](https://github.com/truecharts/charts/compare/anki-sync-server-5.1.8...anki-sync-server-5.1.9) (2024-01-09) + +### Chore + + diff --git a/stable/anki-sync-server/6.3.0/Chart.yaml b/stable/anki-sync-server/6.3.0/Chart.yaml new file mode 100644 index 00000000000..ba7506f87a0 --- /dev/null +++ b/stable/anki-sync-server/6.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.1.14 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A cross-platform Anki sync server. +home: https://truecharts.org/charts/stable/anki-sync-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/anki-sync-server.png +keywords: + - anki-sync-server +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: anki-sync-server +sources: + - https://github.com/ankicommunity/anki-devops-services + - https://github.com/truecharts/charts/tree/master/charts/stable/anki-sync-server + - https://hub.docker.com/r/ankicommunity/anki-sync-server-rs +type: application +version: 6.3.0 diff --git a/stable/anki-sync-server/6.1.3/README.md b/stable/anki-sync-server/6.3.0/README.md similarity index 100% rename from stable/anki-sync-server/6.1.3/README.md rename to stable/anki-sync-server/6.3.0/README.md diff --git a/stable/anki-sync-server/6.3.0/app-changelog.md b/stable/anki-sync-server/6.3.0/app-changelog.md new file mode 100644 index 00000000000..a5abfb86dbd --- /dev/null +++ b/stable/anki-sync-server/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [anki-sync-server-6.3.0](https://github.com/truecharts/charts/compare/anki-sync-server-6.2.3...anki-sync-server-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/anki-sync-server/6.1.3/app-readme.md b/stable/anki-sync-server/6.3.0/app-readme.md similarity index 100% rename from stable/anki-sync-server/6.1.3/app-readme.md rename to stable/anki-sync-server/6.3.0/app-readme.md diff --git a/stable/anki-sync-server/6.3.0/charts/common-18.2.0.tgz b/stable/anki-sync-server/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/anki-sync-server/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/anki-sync-server/6.1.3/ix_values.yaml b/stable/anki-sync-server/6.3.0/ix_values.yaml similarity index 100% rename from stable/anki-sync-server/6.1.3/ix_values.yaml rename to stable/anki-sync-server/6.3.0/ix_values.yaml diff --git a/stable/anki-sync-server/6.1.3/questions.yaml b/stable/anki-sync-server/6.3.0/questions.yaml similarity index 100% rename from stable/anki-sync-server/6.1.3/questions.yaml rename to stable/anki-sync-server/6.3.0/questions.yaml diff --git a/stable/anki-sync-server/6.1.3/templates/NOTES.txt b/stable/anki-sync-server/6.3.0/templates/NOTES.txt similarity index 100% rename from stable/anki-sync-server/6.1.3/templates/NOTES.txt rename to stable/anki-sync-server/6.3.0/templates/NOTES.txt diff --git a/stable/anki-sync-server/6.1.3/templates/common.yaml b/stable/anki-sync-server/6.3.0/templates/common.yaml similarity index 100% rename from stable/anki-sync-server/6.1.3/templates/common.yaml rename to stable/anki-sync-server/6.3.0/templates/common.yaml diff --git a/stable/anki-sync-server/6.1.3/values.yaml b/stable/anki-sync-server/6.3.0/values.yaml similarity index 100% rename from stable/anki-sync-server/6.1.3/values.yaml rename to stable/anki-sync-server/6.3.0/values.yaml diff --git a/stable/anonaddy/20.6.0/CHANGELOG.md b/stable/anonaddy/20.6.0/CHANGELOG.md deleted file mode 100644 index d1e0d1a39fc..00000000000 --- a/stable/anonaddy/20.6.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - - - -## [anonaddy-19.1.16](https://github.com/truecharts/charts/compare/anonaddy-19.1.15...anonaddy-19.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [anonaddy-19.1.15](https://github.com/truecharts/charts/compare/anonaddy-19.1.14...anonaddy-19.1.15) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [anonaddy-19.1.14](https://github.com/truecharts/charts/compare/anonaddy-19.1.13...anonaddy-19.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [anonaddy-19.1.13](https://github.com/truecharts/charts/compare/anonaddy-19.1.12...anonaddy-19.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [anonaddy-19.1.12](https://github.com/truecharts/charts/compare/anonaddy-19.1.11...anonaddy-19.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [anonaddy-19.1.11](https://github.com/truecharts/charts/compare/anonaddy-19.1.10...anonaddy-19.1.11) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [anonaddy-19.1.10](https://github.com/truecharts/charts/compare/anonaddy-19.1.9...anonaddy-19.1.10) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [anonaddy-19.1.9](https://github.com/truecharts/charts/compare/anonaddy-19.1.8...anonaddy-19.1.9) (2024-01-02) diff --git a/stable/anonaddy/20.6.0/Chart.yaml b/stable/anonaddy/20.6.0/Chart.yaml deleted file mode 100644 index cee8e3685aa..00000000000 --- a/stable/anonaddy/20.6.0/Chart.yaml +++ /dev/null @@ -1,50 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: email - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.0.8 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.2.0 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] - - name: redis - version: 11.3.0 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Protect your email from spam using disposable addresses. -home: https://truecharts.org/charts/stable/anonaddy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/anonaddy.png -keywords: - - anonaddy -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: anonaddy -sources: - - https://github.com/anonaddy/docker - - https://github.com/truecharts/charts/tree/master/charts/stable/anonaddy - - https://hub.docker.com/r/anonaddy/anonaddy -type: application -version: 20.6.0 diff --git a/stable/anonaddy/20.6.0/charts/common-18.1.2.tgz b/stable/anonaddy/20.6.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/anonaddy/20.6.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/anonaddy/20.6.0/charts/mariadb-13.2.0.tgz b/stable/anonaddy/20.6.0/charts/mariadb-13.2.0.tgz deleted file mode 100644 index 7b4dd2c663d..00000000000 Binary files a/stable/anonaddy/20.6.0/charts/mariadb-13.2.0.tgz and /dev/null differ diff --git a/stable/anonaddy/20.6.0/ix_values.yaml b/stable/anonaddy/20.6.0/ix_values.yaml deleted file mode 100644 index e9d8be6b7ad..00000000000 --- a/stable/anonaddy/20.6.0/ix_values.yaml +++ /dev/null @@ -1,94 +0,0 @@ -image: - repository: anonaddy/anonaddy - tag: 1.0.8@sha256:b0bb23f333ee2ed619381512e88bfece3f034927d2523b2d3960df79bdf4d9f2 - pullPolicy: IfNotPresent -strategy: - type: Recreate -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 10110 - targetPort: 8000 - smtp: - enabled: true - ports: - smtp: - enabled: true - port: 25 - targetPort: 25 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: tcp - readiness: - type: tcp - startup: - type: tcp - env: - ANONADDY_DOMAIN: "chart-example.local" - APP_URL: "http://localhost:10110" - # The from name to be used for outgoing email notifications from AnonAddy - MAIL_FROM_NAME: Example - # The from address to be used for outgoing email notifications from AnonAddy - MAIL_FROM_ADDRESS: mailer@example.com - # just smtp is configurable - MAIL_DRIVER: smtp - MAIL_HOST: mail.example.com - MAIL_PORT: 25 - MAIL_ENCRYPTION: tls - MAIL_EHLO_DOMAIN: mail.example.com - MAIL_VERIFY_PEER: false - DB_DATABASE: "{{ .Values.mariadb.mariadbDatabase }}" - DB_USERNAME: "{{ .Values.mariadb.mariadbUsername }}" - DB_HOST: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' - key: plainhost - DB_PASSWORD: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' - key: mariadb-password - REDIS_HOST: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' - key: plainhost - REDIS_PASSWORD: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' - key: redis-password - APP_KEY: - secretKeyRef: - name: anonaddy-secrets - key: APP_KEY - ANONADDY_SECRET: - secretKeyRef: - name: anonaddy-secrets - key: ANONADDY_SECRET -persistence: - config: - enabled: true - mountPath: /config -redis: - enabled: true -mariadb: - enabled: true - mariadbUsername: anonaddy - mariadbDatabase: anonaddy -portal: - open: - enabled: true diff --git a/stable/anonaddy/20.6.0/.helmignore b/stable/anonaddy/20.7.0/.helmignore similarity index 100% rename from stable/anonaddy/20.6.0/.helmignore rename to stable/anonaddy/20.7.0/.helmignore diff --git a/stable/anonaddy/20.7.0/CHANGELOG.md b/stable/anonaddy/20.7.0/CHANGELOG.md new file mode 100644 index 00000000000..1d83603219b --- /dev/null +++ b/stable/anonaddy/20.7.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [anonaddy-20.7.0](https://github.com/truecharts/charts/compare/anonaddy-20.6.4...anonaddy-20.7.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [anonaddy-20.6.4](https://github.com/truecharts/charts/compare/anonaddy-20.6.3...anonaddy-20.6.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [anonaddy-20.6.3](https://github.com/truecharts/charts/compare/anonaddy-20.6.1...anonaddy-20.6.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + + + +## [anonaddy-19.1.16](https://github.com/truecharts/charts/compare/anonaddy-19.1.15...anonaddy-19.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [anonaddy-19.1.15](https://github.com/truecharts/charts/compare/anonaddy-19.1.14...anonaddy-19.1.15) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [anonaddy-19.1.14](https://github.com/truecharts/charts/compare/anonaddy-19.1.13...anonaddy-19.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [anonaddy-19.1.13](https://github.com/truecharts/charts/compare/anonaddy-19.1.12...anonaddy-19.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [anonaddy-19.1.12](https://github.com/truecharts/charts/compare/anonaddy-19.1.11...anonaddy-19.1.12) (2024-01-21) \ No newline at end of file diff --git a/stable/anonaddy/20.7.0/Chart.yaml b/stable/anonaddy/20.7.0/Chart.yaml new file mode 100644 index 00000000000..a40c84a3daf --- /dev/null +++ b/stable/anonaddy/20.7.0/Chart.yaml @@ -0,0 +1,50 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: email + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.9 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.2.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.3.0 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Protect your email from spam using disposable addresses. +home: https://truecharts.org/charts/stable/anonaddy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/anonaddy.png +keywords: + - anonaddy +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: anonaddy +sources: + - https://github.com/anonaddy/docker + - https://github.com/truecharts/charts/tree/master/charts/stable/anonaddy + - https://hub.docker.com/r/anonaddy/anonaddy +type: application +version: 20.7.0 diff --git a/stable/anonaddy/20.6.0/README.md b/stable/anonaddy/20.7.0/README.md similarity index 100% rename from stable/anonaddy/20.6.0/README.md rename to stable/anonaddy/20.7.0/README.md diff --git a/stable/anonaddy/20.7.0/app-changelog.md b/stable/anonaddy/20.7.0/app-changelog.md new file mode 100644 index 00000000000..d6b56dc70f2 --- /dev/null +++ b/stable/anonaddy/20.7.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [anonaddy-20.7.0](https://github.com/truecharts/charts/compare/anonaddy-20.6.4...anonaddy-20.7.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/anonaddy/20.6.0/app-readme.md b/stable/anonaddy/20.7.0/app-readme.md similarity index 100% rename from stable/anonaddy/20.6.0/app-readme.md rename to stable/anonaddy/20.7.0/app-readme.md diff --git a/stable/anonaddy/20.7.0/charts/common-18.2.0.tgz b/stable/anonaddy/20.7.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/anonaddy/20.7.0/charts/common-18.2.0.tgz differ diff --git a/stable/anonaddy/20.7.0/charts/mariadb-13.2.0.tgz b/stable/anonaddy/20.7.0/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/anonaddy/20.7.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/anonaddy/20.6.0/charts/redis-11.3.0.tgz b/stable/anonaddy/20.7.0/charts/redis-11.3.0.tgz similarity index 100% rename from stable/anonaddy/20.6.0/charts/redis-11.3.0.tgz rename to stable/anonaddy/20.7.0/charts/redis-11.3.0.tgz diff --git a/stable/anonaddy/20.7.0/ix_values.yaml b/stable/anonaddy/20.7.0/ix_values.yaml new file mode 100644 index 00000000000..3effc554116 --- /dev/null +++ b/stable/anonaddy/20.7.0/ix_values.yaml @@ -0,0 +1,94 @@ +image: + repository: anonaddy/anonaddy + tag: 1.0.9@sha256:7acf7b3f3165e5eb5c0813d2a717ebc8df24a9e3fcc124b6d4da5b070663c441 + pullPolicy: IfNotPresent +strategy: + type: Recreate +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 10110 + targetPort: 8000 + smtp: + enabled: true + ports: + smtp: + enabled: true + port: 25 + targetPort: 25 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: tcp + readiness: + type: tcp + startup: + type: tcp + env: + ANONADDY_DOMAIN: "chart-example.local" + APP_URL: "http://localhost:10110" + # The from name to be used for outgoing email notifications from AnonAddy + MAIL_FROM_NAME: Example + # The from address to be used for outgoing email notifications from AnonAddy + MAIL_FROM_ADDRESS: mailer@example.com + # just smtp is configurable + MAIL_DRIVER: smtp + MAIL_HOST: mail.example.com + MAIL_PORT: 25 + MAIL_ENCRYPTION: tls + MAIL_EHLO_DOMAIN: mail.example.com + MAIL_VERIFY_PEER: false + DB_DATABASE: "{{ .Values.mariadb.mariadbDatabase }}" + DB_USERNAME: "{{ .Values.mariadb.mariadbUsername }}" + DB_HOST: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' + key: plainhost + DB_PASSWORD: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' + key: mariadb-password + REDIS_HOST: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' + key: plainhost + REDIS_PASSWORD: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' + key: redis-password + APP_KEY: + secretKeyRef: + name: anonaddy-secrets + key: APP_KEY + ANONADDY_SECRET: + secretKeyRef: + name: anonaddy-secrets + key: ANONADDY_SECRET +persistence: + config: + enabled: true + mountPath: /config +redis: + enabled: true +mariadb: + enabled: true + mariadbUsername: anonaddy + mariadbDatabase: anonaddy +portal: + open: + enabled: true diff --git a/stable/anonaddy/20.6.0/questions.yaml b/stable/anonaddy/20.7.0/questions.yaml similarity index 100% rename from stable/anonaddy/20.6.0/questions.yaml rename to stable/anonaddy/20.7.0/questions.yaml diff --git a/stable/anonaddy/20.6.0/templates/NOTES.txt b/stable/anonaddy/20.7.0/templates/NOTES.txt similarity index 100% rename from stable/anonaddy/20.6.0/templates/NOTES.txt rename to stable/anonaddy/20.7.0/templates/NOTES.txt diff --git a/stable/anonaddy/20.6.0/templates/_secrets.tpl b/stable/anonaddy/20.7.0/templates/_secrets.tpl similarity index 100% rename from stable/anonaddy/20.6.0/templates/_secrets.tpl rename to stable/anonaddy/20.7.0/templates/_secrets.tpl diff --git a/stable/anonaddy/20.6.0/templates/common.yaml b/stable/anonaddy/20.7.0/templates/common.yaml similarity index 100% rename from stable/anonaddy/20.6.0/templates/common.yaml rename to stable/anonaddy/20.7.0/templates/common.yaml diff --git a/stable/anonaddy/20.6.0/values.yaml b/stable/anonaddy/20.7.0/values.yaml similarity index 100% rename from stable/anonaddy/20.6.0/values.yaml rename to stable/anonaddy/20.7.0/values.yaml diff --git a/stable/anope/5.1.3/CHANGELOG.md b/stable/anope/5.1.3/CHANGELOG.md deleted file mode 100644 index 9af3d0be4c8..00000000000 --- a/stable/anope/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [anope-4.1.12](https://github.com/truecharts/charts/compare/anope-4.1.11...anope-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [anope-4.1.11](https://github.com/truecharts/charts/compare/anope-4.1.10...anope-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [anope-4.1.10](https://github.com/truecharts/charts/compare/anope-4.1.9...anope-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [anope-4.1.9](https://github.com/truecharts/charts/compare/anope-4.1.8...anope-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [anope-4.1.8](https://github.com/truecharts/charts/compare/anope-4.1.7...anope-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [anope-4.1.7](https://github.com/truecharts/charts/compare/anope-4.1.6...anope-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [anope-4.1.6](https://github.com/truecharts/charts/compare/anope-4.1.5...anope-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [anope-4.1.5](https://github.com/truecharts/charts/compare/anope-4.1.4...anope-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [anope-4.1.4](https://github.com/truecharts/charts/compare/anope-4.1.3...anope-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/anope/5.1.3/Chart.yaml b/stable/anope/5.1.3/Chart.yaml deleted file mode 100644 index e9fd04c575e..00000000000 --- a/stable/anope/5.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Anope is a set of IRC Services designed for flexibility and ease of use. -home: https://truecharts.org/charts/stable/anope -icon: https://truecharts.org/img/hotlink-ok/chart-icons/anope.png -keywords: - - anope - - Network-Other - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: anope -sources: - - https://thelounge.chat/ - - https://github.com/truecharts/charts/tree/master/charts/stable/anope - - https://hub.docker.com/r/ich777/anope -type: application -version: 5.1.3 diff --git a/stable/anope/5.1.3/charts/common-18.0.3.tgz b/stable/anope/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/anope/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/anope/5.1.3/.helmignore b/stable/anope/5.3.0/.helmignore similarity index 100% rename from stable/anope/5.1.3/.helmignore rename to stable/anope/5.3.0/.helmignore diff --git a/stable/anope/5.3.0/CHANGELOG.md b/stable/anope/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..ffc5e901863 --- /dev/null +++ b/stable/anope/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [anope-5.3.0](https://github.com/truecharts/charts/compare/anope-5.2.3...anope-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [anope-5.2.3](https://github.com/truecharts/charts/compare/anope-5.2.2...anope-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [anope-5.2.2](https://github.com/truecharts/charts/compare/anope-5.2.0...anope-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [anope-4.1.12](https://github.com/truecharts/charts/compare/anope-4.1.11...anope-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [anope-4.1.11](https://github.com/truecharts/charts/compare/anope-4.1.10...anope-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [anope-4.1.10](https://github.com/truecharts/charts/compare/anope-4.1.9...anope-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [anope-4.1.9](https://github.com/truecharts/charts/compare/anope-4.1.8...anope-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [anope-4.1.8](https://github.com/truecharts/charts/compare/anope-4.1.7...anope-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [anope-4.1.7](https://github.com/truecharts/charts/compare/anope-4.1.6...anope-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/anope/5.3.0/Chart.yaml b/stable/anope/5.3.0/Chart.yaml new file mode 100644 index 00000000000..08d4ce0668f --- /dev/null +++ b/stable/anope/5.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Anope is a set of IRC Services designed for flexibility and ease of use. +home: https://truecharts.org/charts/stable/anope +icon: https://truecharts.org/img/hotlink-ok/chart-icons/anope.png +keywords: + - anope + - Network-Other + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: anope +sources: + - https://thelounge.chat/ + - https://github.com/truecharts/charts/tree/master/charts/stable/anope + - https://hub.docker.com/r/ich777/anope +type: application +version: 5.3.0 diff --git a/stable/anope/5.1.3/README.md b/stable/anope/5.3.0/README.md similarity index 100% rename from stable/anope/5.1.3/README.md rename to stable/anope/5.3.0/README.md diff --git a/stable/anope/5.3.0/app-changelog.md b/stable/anope/5.3.0/app-changelog.md new file mode 100644 index 00000000000..de55fac75f6 --- /dev/null +++ b/stable/anope/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [anope-5.3.0](https://github.com/truecharts/charts/compare/anope-5.2.3...anope-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/anope/5.1.3/app-readme.md b/stable/anope/5.3.0/app-readme.md similarity index 100% rename from stable/anope/5.1.3/app-readme.md rename to stable/anope/5.3.0/app-readme.md diff --git a/stable/anope/5.3.0/charts/common-18.2.0.tgz b/stable/anope/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/anope/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/anope/5.1.3/ix_values.yaml b/stable/anope/5.3.0/ix_values.yaml similarity index 100% rename from stable/anope/5.1.3/ix_values.yaml rename to stable/anope/5.3.0/ix_values.yaml diff --git a/stable/anope/5.1.3/questions.yaml b/stable/anope/5.3.0/questions.yaml similarity index 100% rename from stable/anope/5.1.3/questions.yaml rename to stable/anope/5.3.0/questions.yaml diff --git a/stable/anope/5.1.3/templates/common.yaml b/stable/anope/5.3.0/templates/common.yaml similarity index 100% rename from stable/anope/5.1.3/templates/common.yaml rename to stable/anope/5.3.0/templates/common.yaml diff --git a/stable/anope/5.1.3/values.yaml b/stable/anope/5.3.0/values.yaml similarity index 100% rename from stable/anope/5.1.3/values.yaml rename to stable/anope/5.3.0/values.yaml diff --git a/stable/answer/3.1.3/CHANGELOG.md b/stable/answer/3.1.3/CHANGELOG.md deleted file mode 100644 index c2a84c7967f..00000000000 --- a/stable/answer/3.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [answer-2.1.14](https://github.com/truecharts/charts/compare/answer-2.1.13...answer-2.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [answer-2.1.13](https://github.com/truecharts/charts/compare/answer-2.1.12...answer-2.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [answer-2.1.12](https://github.com/truecharts/charts/compare/answer-2.1.11...answer-2.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [answer-2.1.11](https://github.com/truecharts/charts/compare/answer-2.1.10...answer-2.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [answer-2.1.10](https://github.com/truecharts/charts/compare/answer-2.1.9...answer-2.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [answer-2.1.9](https://github.com/truecharts/charts/compare/answer-2.1.8...answer-2.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [answer-2.1.8](https://github.com/truecharts/charts/compare/answer-2.1.7...answer-2.1.8) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [answer-2.1.7](https://github.com/truecharts/charts/compare/answer-2.1.6...answer-2.1.7) (2024-01-02) - -### Chore - - - -- update container image common to v17.2.21[@cf65ff3](https://github.com/cf65ff3) by renovate ([#16752](https://github.com/truecharts/charts/issues/16752)) - - -## [answer-2.1.6](https://github.com/truecharts/charts/compare/answer-2.1.4...answer-2.1.6) (2024-01-02) - -### Chore - - - -- fix some refs ([#16749](https://github.com/truecharts/charts/issues/16749)) - diff --git a/stable/answer/3.1.3/Chart.yaml b/stable/answer/3.1.3/Chart.yaml deleted file mode 100644 index d5e1a7435b9..00000000000 --- a/stable/answer/3.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: forum - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.2.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A Q&A platform software for teams at any scales. -home: https://truecharts.org/charts/stable/answer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/answer.png -keywords: - - answer - - forum -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: answer -sources: - - https://github.com/answerdev/answer - - https://github.com/truecharts/charts/tree/master/charts/stable/answer - - https://hub.docker.com/r/answerdev/answer -type: application -version: 3.1.3 diff --git a/stable/answer/3.1.3/charts/common-18.0.3.tgz b/stable/answer/3.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/answer/3.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/answer/3.1.3/questions.yaml b/stable/answer/3.1.3/questions.yaml deleted file mode 100755 index c70e5cd761f..00000000000 --- a/stable/answer/3.1.3/questions.yaml +++ /dev/null @@ -1,3385 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: answer - group: App Configuration - label: Answer - schema: - additional_attrs: true - type: dict - attrs: - - variable: app - label: App Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: language - label: Language - schema: - type: string - required: true - default: "en-US" - - variable: log_level - label: Log Level - schema: - type: string - required: true - default: DEBUG" - enum: - - value: DEBUG - description: Debug - - value: INFO - description: Info - - value: WARN - description: Warn - - value: ERROR - description: Error - - variable: site - label: Site Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "Answer" - - variable: url - label: Url - schema: - type: string - required: true - default: "http://localhost:9080" - - variable: contact_email - label: Contact Email - schema: - type: string - required: true - default: "" - - variable: admin - label: Admin Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Admin Name - schema: - type: string - required: true - default: "" - - variable: password - label: Admin Password - schema: - type: string - required: true - private: true - min_length: 8 - default: "" - - variable: email - label: Admin Email - schema: - type: string - required: true - default: "" - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 9080 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: data - label: App Data Storage - description: Stores the Application Data. - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/answer/3.1.3/.helmignore b/stable/answer/3.3.0/.helmignore similarity index 100% rename from stable/answer/3.1.3/.helmignore rename to stable/answer/3.3.0/.helmignore diff --git a/stable/answer/3.3.0/CHANGELOG.md b/stable/answer/3.3.0/CHANGELOG.md new file mode 100644 index 00000000000..a295564056c --- /dev/null +++ b/stable/answer/3.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [answer-3.3.0](https://github.com/truecharts/charts/compare/answer-3.2.3...answer-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [answer-3.2.3](https://github.com/truecharts/charts/compare/answer-3.2.2...answer-3.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [answer-3.2.2](https://github.com/truecharts/charts/compare/answer-3.2.0...answer-3.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [answer-2.1.14](https://github.com/truecharts/charts/compare/answer-2.1.13...answer-2.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [answer-2.1.13](https://github.com/truecharts/charts/compare/answer-2.1.12...answer-2.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [answer-2.1.12](https://github.com/truecharts/charts/compare/answer-2.1.11...answer-2.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [answer-2.1.11](https://github.com/truecharts/charts/compare/answer-2.1.10...answer-2.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [answer-2.1.10](https://github.com/truecharts/charts/compare/answer-2.1.9...answer-2.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [answer-2.1.9](https://github.com/truecharts/charts/compare/answer-2.1.8...answer-2.1.9) (2024-01-09) + +### Chore + + diff --git a/stable/answer/3.3.0/Chart.yaml b/stable/answer/3.3.0/Chart.yaml new file mode 100644 index 00000000000..96285a8fed8 --- /dev/null +++ b/stable/answer/3.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: forum + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Q&A platform software for teams at any scales. +home: https://truecharts.org/charts/stable/answer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/answer.png +keywords: + - answer + - forum +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: answer +sources: + - https://github.com/answerdev/answer + - https://github.com/truecharts/charts/tree/master/charts/stable/answer + - https://hub.docker.com/r/answerdev/answer +type: application +version: 3.3.0 diff --git a/stable/answer/3.1.3/README.md b/stable/answer/3.3.0/README.md similarity index 100% rename from stable/answer/3.1.3/README.md rename to stable/answer/3.3.0/README.md diff --git a/stable/answer/3.3.0/app-changelog.md b/stable/answer/3.3.0/app-changelog.md new file mode 100644 index 00000000000..827c2de2c6a --- /dev/null +++ b/stable/answer/3.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [answer-3.3.0](https://github.com/truecharts/charts/compare/answer-3.2.3...answer-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/answer/3.1.3/app-readme.md b/stable/answer/3.3.0/app-readme.md similarity index 100% rename from stable/answer/3.1.3/app-readme.md rename to stable/answer/3.3.0/app-readme.md diff --git a/stable/answer/3.3.0/charts/common-18.2.0.tgz b/stable/answer/3.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/answer/3.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/answer/3.1.3/ix_values.yaml b/stable/answer/3.3.0/ix_values.yaml similarity index 100% rename from stable/answer/3.1.3/ix_values.yaml rename to stable/answer/3.3.0/ix_values.yaml diff --git a/stable/answer/3.3.0/questions.yaml b/stable/answer/3.3.0/questions.yaml new file mode 100755 index 00000000000..e631f8d9259 --- /dev/null +++ b/stable/answer/3.3.0/questions.yaml @@ -0,0 +1,3343 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: answer + group: App Configuration + label: Answer + schema: + additional_attrs: true + type: dict + attrs: + - variable: app + label: App Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: language + label: Language + schema: + type: string + required: true + default: "en-US" + - variable: log_level + label: Log Level + schema: + type: string + required: true + default: DEBUG" + enum: + - value: DEBUG + description: Debug + - value: INFO + description: Info + - value: WARN + description: Warn + - value: ERROR + description: Error + - variable: site + label: Site Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "Answer" + - variable: url + label: Url + schema: + type: string + required: true + default: "http://localhost:9080" + - variable: contact_email + label: Contact Email + schema: + type: string + required: true + default: "" + - variable: admin + label: Admin Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Admin Name + schema: + type: string + required: true + default: "" + - variable: password + label: Admin Password + schema: + type: string + required: true + private: true + min_length: 8 + default: "" + - variable: email + label: Admin Email + schema: + type: string + required: true + default: "" + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 9080 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: data + label: App Data Storage + description: Stores the Application Data. + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/answer/3.1.3/templates/NOTES.txt b/stable/answer/3.3.0/templates/NOTES.txt similarity index 100% rename from stable/answer/3.1.3/templates/NOTES.txt rename to stable/answer/3.3.0/templates/NOTES.txt diff --git a/stable/answer/3.1.3/templates/common.yaml b/stable/answer/3.3.0/templates/common.yaml similarity index 100% rename from stable/answer/3.1.3/templates/common.yaml rename to stable/answer/3.3.0/templates/common.yaml diff --git a/stable/answer/3.1.3/values.yaml b/stable/answer/3.3.0/values.yaml similarity index 100% rename from stable/answer/3.1.3/values.yaml rename to stable/answer/3.3.0/values.yaml diff --git a/stable/apache-musicindex/11.1.3/CHANGELOG.md b/stable/apache-musicindex/11.1.3/CHANGELOG.md deleted file mode 100644 index 2a572069c4a..00000000000 --- a/stable/apache-musicindex/11.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [apache-musicindex-10.1.12](https://github.com/truecharts/charts/compare/apache-musicindex-10.1.11...apache-musicindex-10.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [apache-musicindex-10.1.11](https://github.com/truecharts/charts/compare/apache-musicindex-10.1.10...apache-musicindex-10.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [apache-musicindex-10.1.10](https://github.com/truecharts/charts/compare/apache-musicindex-10.1.9...apache-musicindex-10.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [apache-musicindex-10.1.9](https://github.com/truecharts/charts/compare/apache-musicindex-10.1.8...apache-musicindex-10.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [apache-musicindex-10.1.8](https://github.com/truecharts/charts/compare/apache-musicindex-10.1.7...apache-musicindex-10.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [apache-musicindex-10.1.7](https://github.com/truecharts/charts/compare/apache-musicindex-10.1.6...apache-musicindex-10.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [apache-musicindex-10.1.6](https://github.com/truecharts/charts/compare/apache-musicindex-10.1.5...apache-musicindex-10.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [apache-musicindex-10.1.5](https://github.com/truecharts/charts/compare/apache-musicindex-10.1.4...apache-musicindex-10.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [apache-musicindex-10.1.4](https://github.com/truecharts/charts/compare/apache-musicindex-10.1.3...apache-musicindex-10.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/apache-musicindex/11.1.3/Chart.yaml b/stable/apache-musicindex/11.1.3/Chart.yaml deleted file mode 100644 index e4f5787d4ef..00000000000 --- a/stable/apache-musicindex/11.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.4.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Index and stream music using apache-musicindex and m3u playlists -home: https://truecharts.org/charts/stable/apache-musicindex -icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-musicindex.png -keywords: - - apache-musicindex - - streaming - - m3u - - playlist -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: apache-musicindex -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/apache-musicindex - - https://ghcr.io/k8s-at-home/apache-musicindex -type: application -version: 11.1.3 diff --git a/stable/apache-musicindex/11.1.3/charts/common-18.0.3.tgz b/stable/apache-musicindex/11.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/apache-musicindex/11.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/apache-musicindex/11.1.3/.helmignore b/stable/apache-musicindex/11.3.0/.helmignore similarity index 100% rename from stable/apache-musicindex/11.1.3/.helmignore rename to stable/apache-musicindex/11.3.0/.helmignore diff --git a/stable/apache-musicindex/11.3.0/CHANGELOG.md b/stable/apache-musicindex/11.3.0/CHANGELOG.md new file mode 100644 index 00000000000..96eee3f4cb9 --- /dev/null +++ b/stable/apache-musicindex/11.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [apache-musicindex-11.3.0](https://github.com/truecharts/charts/compare/apache-musicindex-11.2.3...apache-musicindex-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [apache-musicindex-11.2.3](https://github.com/truecharts/charts/compare/apache-musicindex-11.2.2...apache-musicindex-11.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [apache-musicindex-11.2.2](https://github.com/truecharts/charts/compare/apache-musicindex-11.2.0...apache-musicindex-11.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [apache-musicindex-10.1.12](https://github.com/truecharts/charts/compare/apache-musicindex-10.1.11...apache-musicindex-10.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [apache-musicindex-10.1.11](https://github.com/truecharts/charts/compare/apache-musicindex-10.1.10...apache-musicindex-10.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [apache-musicindex-10.1.10](https://github.com/truecharts/charts/compare/apache-musicindex-10.1.9...apache-musicindex-10.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [apache-musicindex-10.1.9](https://github.com/truecharts/charts/compare/apache-musicindex-10.1.8...apache-musicindex-10.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [apache-musicindex-10.1.8](https://github.com/truecharts/charts/compare/apache-musicindex-10.1.7...apache-musicindex-10.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [apache-musicindex-10.1.7](https://github.com/truecharts/charts/compare/apache-musicindex-10.1.6...apache-musicindex-10.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/apache-musicindex/11.3.0/Chart.yaml b/stable/apache-musicindex/11.3.0/Chart.yaml new file mode 100644 index 00000000000..6fde957e02e --- /dev/null +++ b/stable/apache-musicindex/11.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.4.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Index and stream music using apache-musicindex and m3u playlists +home: https://truecharts.org/charts/stable/apache-musicindex +icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-musicindex.png +keywords: + - apache-musicindex + - streaming + - m3u + - playlist +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: apache-musicindex +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/apache-musicindex + - https://ghcr.io/k8s-at-home/apache-musicindex +type: application +version: 11.3.0 diff --git a/stable/apache-musicindex/11.1.3/README.md b/stable/apache-musicindex/11.3.0/README.md similarity index 100% rename from stable/apache-musicindex/11.1.3/README.md rename to stable/apache-musicindex/11.3.0/README.md diff --git a/stable/apache-musicindex/11.3.0/app-changelog.md b/stable/apache-musicindex/11.3.0/app-changelog.md new file mode 100644 index 00000000000..c517a1c0ff3 --- /dev/null +++ b/stable/apache-musicindex/11.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [apache-musicindex-11.3.0](https://github.com/truecharts/charts/compare/apache-musicindex-11.2.3...apache-musicindex-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/apache-musicindex/11.1.3/app-readme.md b/stable/apache-musicindex/11.3.0/app-readme.md similarity index 100% rename from stable/apache-musicindex/11.1.3/app-readme.md rename to stable/apache-musicindex/11.3.0/app-readme.md diff --git a/stable/apache-musicindex/11.3.0/charts/common-18.2.0.tgz b/stable/apache-musicindex/11.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/apache-musicindex/11.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/apache-musicindex/11.1.3/ix_values.yaml b/stable/apache-musicindex/11.3.0/ix_values.yaml similarity index 100% rename from stable/apache-musicindex/11.1.3/ix_values.yaml rename to stable/apache-musicindex/11.3.0/ix_values.yaml diff --git a/stable/apache-musicindex/11.1.3/questions.yaml b/stable/apache-musicindex/11.3.0/questions.yaml similarity index 100% rename from stable/apache-musicindex/11.1.3/questions.yaml rename to stable/apache-musicindex/11.3.0/questions.yaml diff --git a/stable/apache-musicindex/11.1.3/templates/NOTES.txt b/stable/apache-musicindex/11.3.0/templates/NOTES.txt similarity index 100% rename from stable/apache-musicindex/11.1.3/templates/NOTES.txt rename to stable/apache-musicindex/11.3.0/templates/NOTES.txt diff --git a/stable/apache-musicindex/11.1.3/templates/common.yaml b/stable/apache-musicindex/11.3.0/templates/common.yaml similarity index 100% rename from stable/apache-musicindex/11.1.3/templates/common.yaml rename to stable/apache-musicindex/11.3.0/templates/common.yaml diff --git a/stable/apache-musicindex/11.1.3/values.yaml b/stable/apache-musicindex/11.3.0/values.yaml similarity index 100% rename from stable/apache-musicindex/11.1.3/values.yaml rename to stable/apache-musicindex/11.3.0/values.yaml diff --git a/stable/apache-webdav/5.1.3/CHANGELOG.md b/stable/apache-webdav/5.1.3/CHANGELOG.md deleted file mode 100644 index f5ff41f9ca5..00000000000 --- a/stable/apache-webdav/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [apache-webdav-4.1.12](https://github.com/truecharts/charts/compare/apache-webdav-4.1.11...apache-webdav-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [apache-webdav-4.1.11](https://github.com/truecharts/charts/compare/apache-webdav-4.1.10...apache-webdav-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [apache-webdav-4.1.10](https://github.com/truecharts/charts/compare/apache-webdav-4.1.9...apache-webdav-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [apache-webdav-4.1.9](https://github.com/truecharts/charts/compare/apache-webdav-4.1.8...apache-webdav-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [apache-webdav-4.1.8](https://github.com/truecharts/charts/compare/apache-webdav-4.1.7...apache-webdav-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [apache-webdav-4.1.7](https://github.com/truecharts/charts/compare/apache-webdav-4.1.6...apache-webdav-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [apache-webdav-4.1.6](https://github.com/truecharts/charts/compare/apache-webdav-4.1.5...apache-webdav-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [apache-webdav-4.1.5](https://github.com/truecharts/charts/compare/apache-webdav-4.1.4...apache-webdav-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [apache-webdav-4.1.4](https://github.com/truecharts/charts/compare/apache-webdav-4.1.3...apache-webdav-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/apache-webdav/5.1.3/Chart.yaml b/stable/apache-webdav/5.1.3/Chart.yaml deleted file mode 100644 index e65c4394b3c..00000000000 --- a/stable/apache-webdav/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Very simple WebDAV server based on Apache. You need a WebDAV client to transfer files. It does not include a WebUI to upload files through your browser. -home: https://truecharts.org/charts/stable/apache-webdav -icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-webdav.png -keywords: - - apache-webdav - - Cloud -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: apache-webdav -sources: - - https://github.com/mgutt/docker-apachewebdav - - https://httpd.apache.org/docs/2.4/mod/mod_dav.html - - https://github.com/truecharts/charts/tree/master/charts/stable/apache-webdav - - https://hub.docker.com/r/apachewebdav/apachewebdav -type: application -version: 5.1.3 diff --git a/stable/apache-webdav/5.1.3/charts/common-18.0.3.tgz b/stable/apache-webdav/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/apache-webdav/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/apache-webdav/5.1.3/.helmignore b/stable/apache-webdav/5.3.0/.helmignore similarity index 100% rename from stable/apache-webdav/5.1.3/.helmignore rename to stable/apache-webdav/5.3.0/.helmignore diff --git a/stable/apache-webdav/5.3.0/CHANGELOG.md b/stable/apache-webdav/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..9196a901450 --- /dev/null +++ b/stable/apache-webdav/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [apache-webdav-5.3.0](https://github.com/truecharts/charts/compare/apache-webdav-5.2.3...apache-webdav-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [apache-webdav-5.2.3](https://github.com/truecharts/charts/compare/apache-webdav-5.2.2...apache-webdav-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [apache-webdav-5.2.2](https://github.com/truecharts/charts/compare/apache-webdav-5.2.0...apache-webdav-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [apache-webdav-4.1.12](https://github.com/truecharts/charts/compare/apache-webdav-4.1.11...apache-webdav-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [apache-webdav-4.1.11](https://github.com/truecharts/charts/compare/apache-webdav-4.1.10...apache-webdav-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [apache-webdav-4.1.10](https://github.com/truecharts/charts/compare/apache-webdav-4.1.9...apache-webdav-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [apache-webdav-4.1.9](https://github.com/truecharts/charts/compare/apache-webdav-4.1.8...apache-webdav-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [apache-webdav-4.1.8](https://github.com/truecharts/charts/compare/apache-webdav-4.1.7...apache-webdav-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [apache-webdav-4.1.7](https://github.com/truecharts/charts/compare/apache-webdav-4.1.6...apache-webdav-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/apache-webdav/5.3.0/Chart.yaml b/stable/apache-webdav/5.3.0/Chart.yaml new file mode 100644 index 00000000000..7c7c16d8a15 --- /dev/null +++ b/stable/apache-webdav/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Very simple WebDAV server based on Apache. You need a WebDAV client to transfer files. It does not include a WebUI to upload files through your browser. +home: https://truecharts.org/charts/stable/apache-webdav +icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-webdav.png +keywords: + - apache-webdav + - Cloud +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: apache-webdav +sources: + - https://github.com/mgutt/docker-apachewebdav + - https://httpd.apache.org/docs/2.4/mod/mod_dav.html + - https://github.com/truecharts/charts/tree/master/charts/stable/apache-webdav + - https://hub.docker.com/r/apachewebdav/apachewebdav +type: application +version: 5.3.0 diff --git a/stable/apache-webdav/5.1.3/README.md b/stable/apache-webdav/5.3.0/README.md similarity index 100% rename from stable/apache-webdav/5.1.3/README.md rename to stable/apache-webdav/5.3.0/README.md diff --git a/stable/apache-webdav/5.3.0/app-changelog.md b/stable/apache-webdav/5.3.0/app-changelog.md new file mode 100644 index 00000000000..1094b9eb414 --- /dev/null +++ b/stable/apache-webdav/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [apache-webdav-5.3.0](https://github.com/truecharts/charts/compare/apache-webdav-5.2.3...apache-webdav-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/apache-webdav/5.1.3/app-readme.md b/stable/apache-webdav/5.3.0/app-readme.md similarity index 100% rename from stable/apache-webdav/5.1.3/app-readme.md rename to stable/apache-webdav/5.3.0/app-readme.md diff --git a/stable/apache-webdav/5.3.0/charts/common-18.2.0.tgz b/stable/apache-webdav/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/apache-webdav/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/apache-webdav/5.1.3/ix_values.yaml b/stable/apache-webdav/5.3.0/ix_values.yaml similarity index 100% rename from stable/apache-webdav/5.1.3/ix_values.yaml rename to stable/apache-webdav/5.3.0/ix_values.yaml diff --git a/stable/apache-webdav/5.1.3/questions.yaml b/stable/apache-webdav/5.3.0/questions.yaml similarity index 100% rename from stable/apache-webdav/5.1.3/questions.yaml rename to stable/apache-webdav/5.3.0/questions.yaml diff --git a/stable/apache-webdav/5.1.3/templates/common.yaml b/stable/apache-webdav/5.3.0/templates/common.yaml similarity index 100% rename from stable/apache-webdav/5.1.3/templates/common.yaml rename to stable/apache-webdav/5.3.0/templates/common.yaml diff --git a/stable/apache-webdav/5.1.3/values.yaml b/stable/apache-webdav/5.3.0/values.yaml similarity index 100% rename from stable/apache-webdav/5.1.3/values.yaml rename to stable/apache-webdav/5.3.0/values.yaml diff --git a/stable/appdaemon/16.1.3/CHANGELOG.md b/stable/appdaemon/16.1.3/CHANGELOG.md deleted file mode 100644 index bca0bb3c94b..00000000000 --- a/stable/appdaemon/16.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [appdaemon-15.1.13](https://github.com/truecharts/charts/compare/appdaemon-15.1.12...appdaemon-15.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [appdaemon-15.1.12](https://github.com/truecharts/charts/compare/appdaemon-15.1.11...appdaemon-15.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [appdaemon-15.1.11](https://github.com/truecharts/charts/compare/appdaemon-15.1.10...appdaemon-15.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [appdaemon-15.1.10](https://github.com/truecharts/charts/compare/appdaemon-15.1.9...appdaemon-15.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [appdaemon-15.1.9](https://github.com/truecharts/charts/compare/appdaemon-15.1.8...appdaemon-15.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [appdaemon-15.1.8](https://github.com/truecharts/charts/compare/appdaemon-15.1.7...appdaemon-15.1.8) (2024-01-14) - - - - -## [appdaemon-15.1.7](https://github.com/truecharts/charts/compare/appdaemon-15.1.6...appdaemon-15.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [appdaemon-15.1.6](https://github.com/truecharts/charts/compare/appdaemon-15.1.5...appdaemon-15.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [appdaemon-15.1.5](https://github.com/truecharts/charts/compare/appdaemon-15.1.4...appdaemon-15.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [appdaemon-15.1.4](https://github.com/truecharts/charts/compare/appdaemon-15.1.3...appdaemon-15.1.4) (2024-01-01) - -### Chore - - diff --git a/stable/appdaemon/16.1.3/Chart.yaml b/stable/appdaemon/16.1.3/Chart.yaml deleted file mode 100644 index 194a55b6fc2..00000000000 --- a/stable/appdaemon/16.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.4.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution environment for writing automation apps. -home: https://truecharts.org/charts/stable/appdaemon -icon: https://truecharts.org/img/hotlink-ok/chart-icons/appdaemon.png -keywords: - - appdaemon - - home-automation -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: appdaemon -sources: - - https://github.com/AppDaemon/appdaemon - - https://github.com/truecharts/charts/tree/master/charts/stable/appdaemon - - https://hub.docker.com/r/acockburn/appdaemon -type: application -version: 16.1.3 diff --git a/stable/appdaemon/16.1.3/charts/common-18.0.3.tgz b/stable/appdaemon/16.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/appdaemon/16.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/appdaemon/16.1.3/.helmignore b/stable/appdaemon/16.3.0/.helmignore similarity index 100% rename from stable/appdaemon/16.1.3/.helmignore rename to stable/appdaemon/16.3.0/.helmignore diff --git a/stable/appdaemon/16.3.0/CHANGELOG.md b/stable/appdaemon/16.3.0/CHANGELOG.md new file mode 100644 index 00000000000..746c38d4051 --- /dev/null +++ b/stable/appdaemon/16.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [appdaemon-16.3.0](https://github.com/truecharts/charts/compare/appdaemon-16.2.3...appdaemon-16.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [appdaemon-16.2.3](https://github.com/truecharts/charts/compare/appdaemon-16.2.2...appdaemon-16.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [appdaemon-16.2.2](https://github.com/truecharts/charts/compare/appdaemon-16.2.0...appdaemon-16.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [appdaemon-15.1.13](https://github.com/truecharts/charts/compare/appdaemon-15.1.12...appdaemon-15.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [appdaemon-15.1.12](https://github.com/truecharts/charts/compare/appdaemon-15.1.11...appdaemon-15.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [appdaemon-15.1.11](https://github.com/truecharts/charts/compare/appdaemon-15.1.10...appdaemon-15.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [appdaemon-15.1.10](https://github.com/truecharts/charts/compare/appdaemon-15.1.9...appdaemon-15.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [appdaemon-15.1.9](https://github.com/truecharts/charts/compare/appdaemon-15.1.8...appdaemon-15.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [appdaemon-15.1.8](https://github.com/truecharts/charts/compare/appdaemon-15.1.7...appdaemon-15.1.8) (2024-01-14) + + + + +## [appdaemon-15.1.7](https://github.com/truecharts/charts/compare/appdaemon-15.1.6...appdaemon-15.1.7) (2024-01-09) + +### Chore \ No newline at end of file diff --git a/stable/appdaemon/16.3.0/Chart.yaml b/stable/appdaemon/16.3.0/Chart.yaml new file mode 100644 index 00000000000..199a13d07fd --- /dev/null +++ b/stable/appdaemon/16.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.4.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution environment for writing automation apps. +home: https://truecharts.org/charts/stable/appdaemon +icon: https://truecharts.org/img/hotlink-ok/chart-icons/appdaemon.png +keywords: + - appdaemon + - home-automation +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: appdaemon +sources: + - https://github.com/AppDaemon/appdaemon + - https://github.com/truecharts/charts/tree/master/charts/stable/appdaemon + - https://hub.docker.com/r/acockburn/appdaemon +type: application +version: 16.3.0 diff --git a/stable/appdaemon/16.1.3/README.md b/stable/appdaemon/16.3.0/README.md similarity index 100% rename from stable/appdaemon/16.1.3/README.md rename to stable/appdaemon/16.3.0/README.md diff --git a/stable/appdaemon/16.3.0/app-changelog.md b/stable/appdaemon/16.3.0/app-changelog.md new file mode 100644 index 00000000000..f1c83cecd53 --- /dev/null +++ b/stable/appdaemon/16.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [appdaemon-16.3.0](https://github.com/truecharts/charts/compare/appdaemon-16.2.3...appdaemon-16.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/appdaemon/16.1.3/app-readme.md b/stable/appdaemon/16.3.0/app-readme.md similarity index 100% rename from stable/appdaemon/16.1.3/app-readme.md rename to stable/appdaemon/16.3.0/app-readme.md diff --git a/stable/appdaemon/16.3.0/charts/common-18.2.0.tgz b/stable/appdaemon/16.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/appdaemon/16.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/appdaemon/16.1.3/ix_values.yaml b/stable/appdaemon/16.3.0/ix_values.yaml similarity index 100% rename from stable/appdaemon/16.1.3/ix_values.yaml rename to stable/appdaemon/16.3.0/ix_values.yaml diff --git a/stable/appdaemon/16.1.3/questions.yaml b/stable/appdaemon/16.3.0/questions.yaml similarity index 100% rename from stable/appdaemon/16.1.3/questions.yaml rename to stable/appdaemon/16.3.0/questions.yaml diff --git a/stable/appdaemon/16.1.3/templates/NOTES.txt b/stable/appdaemon/16.3.0/templates/NOTES.txt similarity index 100% rename from stable/appdaemon/16.1.3/templates/NOTES.txt rename to stable/appdaemon/16.3.0/templates/NOTES.txt diff --git a/stable/appdaemon/16.1.3/templates/common.yaml b/stable/appdaemon/16.3.0/templates/common.yaml similarity index 100% rename from stable/appdaemon/16.1.3/templates/common.yaml rename to stable/appdaemon/16.3.0/templates/common.yaml diff --git a/stable/appdaemon/16.1.3/values.yaml b/stable/appdaemon/16.3.0/values.yaml similarity index 100% rename from stable/appdaemon/16.1.3/values.yaml rename to stable/appdaemon/16.3.0/values.yaml diff --git a/stable/apt-cacher-ng/8.1.3/CHANGELOG.md b/stable/apt-cacher-ng/8.1.3/CHANGELOG.md deleted file mode 100644 index 2048be78912..00000000000 --- a/stable/apt-cacher-ng/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [apt-cacher-ng-7.1.12](https://github.com/truecharts/charts/compare/apt-cacher-ng-7.1.11...apt-cacher-ng-7.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [apt-cacher-ng-7.1.11](https://github.com/truecharts/charts/compare/apt-cacher-ng-7.1.10...apt-cacher-ng-7.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [apt-cacher-ng-7.1.10](https://github.com/truecharts/charts/compare/apt-cacher-ng-7.1.9...apt-cacher-ng-7.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [apt-cacher-ng-7.1.9](https://github.com/truecharts/charts/compare/apt-cacher-ng-7.1.8...apt-cacher-ng-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [apt-cacher-ng-7.1.8](https://github.com/truecharts/charts/compare/apt-cacher-ng-7.1.7...apt-cacher-ng-7.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [apt-cacher-ng-7.1.7](https://github.com/truecharts/charts/compare/apt-cacher-ng-7.1.6...apt-cacher-ng-7.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [apt-cacher-ng-7.1.6](https://github.com/truecharts/charts/compare/apt-cacher-ng-7.1.5...apt-cacher-ng-7.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [apt-cacher-ng-7.1.5](https://github.com/truecharts/charts/compare/apt-cacher-ng-7.1.4...apt-cacher-ng-7.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [apt-cacher-ng-7.1.4](https://github.com/truecharts/charts/compare/apt-cacher-ng-7.1.3...apt-cacher-ng-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/apt-cacher-ng/8.1.3/Chart.yaml b/stable/apt-cacher-ng/8.1.3/Chart.yaml deleted file mode 100644 index c77d40382bf..00000000000 --- a/stable/apt-cacher-ng/8.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Proxy - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.7.4 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Apt-Cacher NG is a caching proxy, specialized for package files from Linux distributors, primarily for Debian (and Debian based) distributions but not limited to those. -home: https://truecharts.org/charts/stable/apt-cacher-ng -icon: https://truecharts.org/img/hotlink-ok/chart-icons/apt-cacher-ng.png -keywords: - - apt-cacher-ng - - Network-Proxy - - Network-Other - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: apt-cacher-ng -sources: - - https://www.unix-ag.uni-kl.de/~bloch/acng/ - - https://github.com/truecharts/charts/tree/master/charts/stable/apt-cacher-ng - - https://hub.docker.com/r/sameersbn/apt-cacher-ng -type: application -version: 8.1.3 diff --git a/stable/apt-cacher-ng/8.1.3/charts/common-18.0.3.tgz b/stable/apt-cacher-ng/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/apt-cacher-ng/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/apt-cacher-ng/8.1.3/.helmignore b/stable/apt-cacher-ng/8.3.0/.helmignore similarity index 100% rename from stable/apt-cacher-ng/8.1.3/.helmignore rename to stable/apt-cacher-ng/8.3.0/.helmignore diff --git a/stable/apt-cacher-ng/8.3.0/CHANGELOG.md b/stable/apt-cacher-ng/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..ea72909c9ea --- /dev/null +++ b/stable/apt-cacher-ng/8.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [apt-cacher-ng-8.3.0](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.2.3...apt-cacher-ng-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [apt-cacher-ng-8.2.3](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.2.2...apt-cacher-ng-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [apt-cacher-ng-8.2.2](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.2.0...apt-cacher-ng-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [apt-cacher-ng-7.1.12](https://github.com/truecharts/charts/compare/apt-cacher-ng-7.1.11...apt-cacher-ng-7.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [apt-cacher-ng-7.1.11](https://github.com/truecharts/charts/compare/apt-cacher-ng-7.1.10...apt-cacher-ng-7.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [apt-cacher-ng-7.1.10](https://github.com/truecharts/charts/compare/apt-cacher-ng-7.1.9...apt-cacher-ng-7.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [apt-cacher-ng-7.1.9](https://github.com/truecharts/charts/compare/apt-cacher-ng-7.1.8...apt-cacher-ng-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [apt-cacher-ng-7.1.8](https://github.com/truecharts/charts/compare/apt-cacher-ng-7.1.7...apt-cacher-ng-7.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [apt-cacher-ng-7.1.7](https://github.com/truecharts/charts/compare/apt-cacher-ng-7.1.6...apt-cacher-ng-7.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/apt-cacher-ng/8.3.0/Chart.yaml b/stable/apt-cacher-ng/8.3.0/Chart.yaml new file mode 100644 index 00000000000..82980054b77 --- /dev/null +++ b/stable/apt-cacher-ng/8.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Proxy + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.7.4 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Apt-Cacher NG is a caching proxy, specialized for package files from Linux distributors, primarily for Debian (and Debian based) distributions but not limited to those. +home: https://truecharts.org/charts/stable/apt-cacher-ng +icon: https://truecharts.org/img/hotlink-ok/chart-icons/apt-cacher-ng.png +keywords: + - apt-cacher-ng + - Network-Proxy + - Network-Other + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: apt-cacher-ng +sources: + - https://www.unix-ag.uni-kl.de/~bloch/acng/ + - https://github.com/truecharts/charts/tree/master/charts/stable/apt-cacher-ng + - https://hub.docker.com/r/sameersbn/apt-cacher-ng +type: application +version: 8.3.0 diff --git a/stable/apt-cacher-ng/8.1.3/README.md b/stable/apt-cacher-ng/8.3.0/README.md similarity index 100% rename from stable/apt-cacher-ng/8.1.3/README.md rename to stable/apt-cacher-ng/8.3.0/README.md diff --git a/stable/apt-cacher-ng/8.3.0/app-changelog.md b/stable/apt-cacher-ng/8.3.0/app-changelog.md new file mode 100644 index 00000000000..a181c1184fe --- /dev/null +++ b/stable/apt-cacher-ng/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [apt-cacher-ng-8.3.0](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.2.3...apt-cacher-ng-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/apt-cacher-ng/8.1.3/app-readme.md b/stable/apt-cacher-ng/8.3.0/app-readme.md similarity index 100% rename from stable/apt-cacher-ng/8.1.3/app-readme.md rename to stable/apt-cacher-ng/8.3.0/app-readme.md diff --git a/stable/apt-cacher-ng/8.3.0/charts/common-18.2.0.tgz b/stable/apt-cacher-ng/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/apt-cacher-ng/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/apt-cacher-ng/8.1.3/ix_values.yaml b/stable/apt-cacher-ng/8.3.0/ix_values.yaml similarity index 100% rename from stable/apt-cacher-ng/8.1.3/ix_values.yaml rename to stable/apt-cacher-ng/8.3.0/ix_values.yaml diff --git a/stable/apt-cacher-ng/8.1.3/questions.yaml b/stable/apt-cacher-ng/8.3.0/questions.yaml similarity index 100% rename from stable/apt-cacher-ng/8.1.3/questions.yaml rename to stable/apt-cacher-ng/8.3.0/questions.yaml diff --git a/stable/apt-cacher-ng/8.1.3/templates/NOTES.txt b/stable/apt-cacher-ng/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/apt-cacher-ng/8.1.3/templates/NOTES.txt rename to stable/apt-cacher-ng/8.3.0/templates/NOTES.txt diff --git a/stable/apt-cacher-ng/8.1.3/templates/common.yaml b/stable/apt-cacher-ng/8.3.0/templates/common.yaml similarity index 100% rename from stable/apt-cacher-ng/8.1.3/templates/common.yaml rename to stable/apt-cacher-ng/8.3.0/templates/common.yaml diff --git a/stable/apt-cacher-ng/8.1.3/values.yaml b/stable/apt-cacher-ng/8.3.0/values.yaml similarity index 100% rename from stable/apt-cacher-ng/8.1.3/values.yaml rename to stable/apt-cacher-ng/8.3.0/values.yaml diff --git a/stable/archiveteam-warrior/5.1.3/CHANGELOG.md b/stable/archiveteam-warrior/5.1.3/CHANGELOG.md deleted file mode 100644 index 38339ed2d05..00000000000 --- a/stable/archiveteam-warrior/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [archiveteam-warrior-4.1.12](https://github.com/truecharts/charts/compare/archiveteam-warrior-4.1.11...archiveteam-warrior-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [archiveteam-warrior-4.1.11](https://github.com/truecharts/charts/compare/archiveteam-warrior-4.1.10...archiveteam-warrior-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [archiveteam-warrior-4.1.10](https://github.com/truecharts/charts/compare/archiveteam-warrior-4.1.9...archiveteam-warrior-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [archiveteam-warrior-4.1.9](https://github.com/truecharts/charts/compare/archiveteam-warrior-4.1.8...archiveteam-warrior-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [archiveteam-warrior-4.1.8](https://github.com/truecharts/charts/compare/archiveteam-warrior-4.1.7...archiveteam-warrior-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [archiveteam-warrior-4.1.7](https://github.com/truecharts/charts/compare/archiveteam-warrior-4.1.6...archiveteam-warrior-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [archiveteam-warrior-4.1.6](https://github.com/truecharts/charts/compare/archiveteam-warrior-4.1.5...archiveteam-warrior-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [archiveteam-warrior-4.1.5](https://github.com/truecharts/charts/compare/archiveteam-warrior-4.1.4...archiveteam-warrior-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [archiveteam-warrior-4.1.4](https://github.com/truecharts/charts/compare/archiveteam-warrior-4.1.3...archiveteam-warrior-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/archiveteam-warrior/5.1.3/Chart.yaml b/stable/archiveteam-warrior/5.1.3/Chart.yaml deleted file mode 100644 index def334ea165..00000000000 --- a/stable/archiveteam-warrior/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Backup - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The Archive Team Warrior is a virtual archiving appliance. You can run it to help with the Archive Team archiving efforts. It will download sites and upload them to our archive—and it’s really easy to do! -home: https://truecharts.org/charts/stable/archiveteam-warrior -icon: https://truecharts.org/img/hotlink-ok/chart-icons/archiveteam-warrior.png -keywords: - - archiveteam-warrior - - Backup - - Cloud - - Downloaders -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: archiveteam-warrior -sources: - - https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior - - https://github.com/truecharts/charts/tree/master/charts/stable/archiveteam-warrior -type: application -version: 5.1.3 diff --git a/stable/archiveteam-warrior/5.1.3/charts/common-18.0.3.tgz b/stable/archiveteam-warrior/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/archiveteam-warrior/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/archiveteam-warrior/5.1.3/.helmignore b/stable/archiveteam-warrior/5.3.0/.helmignore similarity index 100% rename from stable/archiveteam-warrior/5.1.3/.helmignore rename to stable/archiveteam-warrior/5.3.0/.helmignore diff --git a/stable/archiveteam-warrior/5.3.0/CHANGELOG.md b/stable/archiveteam-warrior/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..4e6aa710e19 --- /dev/null +++ b/stable/archiveteam-warrior/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [archiveteam-warrior-5.3.0](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.2.3...archiveteam-warrior-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [archiveteam-warrior-5.2.3](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.2.2...archiveteam-warrior-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [archiveteam-warrior-5.2.2](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.2.0...archiveteam-warrior-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [archiveteam-warrior-4.1.12](https://github.com/truecharts/charts/compare/archiveteam-warrior-4.1.11...archiveteam-warrior-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [archiveteam-warrior-4.1.11](https://github.com/truecharts/charts/compare/archiveteam-warrior-4.1.10...archiveteam-warrior-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [archiveteam-warrior-4.1.10](https://github.com/truecharts/charts/compare/archiveteam-warrior-4.1.9...archiveteam-warrior-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [archiveteam-warrior-4.1.9](https://github.com/truecharts/charts/compare/archiveteam-warrior-4.1.8...archiveteam-warrior-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [archiveteam-warrior-4.1.8](https://github.com/truecharts/charts/compare/archiveteam-warrior-4.1.7...archiveteam-warrior-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [archiveteam-warrior-4.1.7](https://github.com/truecharts/charts/compare/archiveteam-warrior-4.1.6...archiveteam-warrior-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/archiveteam-warrior/5.3.0/Chart.yaml b/stable/archiveteam-warrior/5.3.0/Chart.yaml new file mode 100644 index 00000000000..37f9dfcfbbf --- /dev/null +++ b/stable/archiveteam-warrior/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The Archive Team Warrior is a virtual archiving appliance. You can run it to help with the Archive Team archiving efforts. It will download sites and upload them to our archive—and it’s really easy to do! +home: https://truecharts.org/charts/stable/archiveteam-warrior +icon: https://truecharts.org/img/hotlink-ok/chart-icons/archiveteam-warrior.png +keywords: + - archiveteam-warrior + - Backup + - Cloud + - Downloaders +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: archiveteam-warrior +sources: + - https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior + - https://github.com/truecharts/charts/tree/master/charts/stable/archiveteam-warrior +type: application +version: 5.3.0 diff --git a/stable/archiveteam-warrior/5.1.3/README.md b/stable/archiveteam-warrior/5.3.0/README.md similarity index 100% rename from stable/archiveteam-warrior/5.1.3/README.md rename to stable/archiveteam-warrior/5.3.0/README.md diff --git a/stable/archiveteam-warrior/5.3.0/app-changelog.md b/stable/archiveteam-warrior/5.3.0/app-changelog.md new file mode 100644 index 00000000000..3096d1dd6f9 --- /dev/null +++ b/stable/archiveteam-warrior/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [archiveteam-warrior-5.3.0](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.2.3...archiveteam-warrior-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/archiveteam-warrior/5.1.3/app-readme.md b/stable/archiveteam-warrior/5.3.0/app-readme.md similarity index 100% rename from stable/archiveteam-warrior/5.1.3/app-readme.md rename to stable/archiveteam-warrior/5.3.0/app-readme.md diff --git a/stable/archiveteam-warrior/5.3.0/charts/common-18.2.0.tgz b/stable/archiveteam-warrior/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/archiveteam-warrior/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/archiveteam-warrior/5.1.3/ix_values.yaml b/stable/archiveteam-warrior/5.3.0/ix_values.yaml similarity index 100% rename from stable/archiveteam-warrior/5.1.3/ix_values.yaml rename to stable/archiveteam-warrior/5.3.0/ix_values.yaml diff --git a/stable/archiveteam-warrior/5.1.3/questions.yaml b/stable/archiveteam-warrior/5.3.0/questions.yaml similarity index 100% rename from stable/archiveteam-warrior/5.1.3/questions.yaml rename to stable/archiveteam-warrior/5.3.0/questions.yaml diff --git a/stable/archiveteam-warrior/5.1.3/templates/common.yaml b/stable/archiveteam-warrior/5.3.0/templates/common.yaml similarity index 100% rename from stable/archiveteam-warrior/5.1.3/templates/common.yaml rename to stable/archiveteam-warrior/5.3.0/templates/common.yaml diff --git a/stable/archiveteam-warrior/5.1.3/values.yaml b/stable/archiveteam-warrior/5.3.0/values.yaml similarity index 100% rename from stable/archiveteam-warrior/5.1.3/values.yaml rename to stable/archiveteam-warrior/5.3.0/values.yaml diff --git a/stable/aria2/12.1.3/CHANGELOG.md b/stable/aria2/12.1.3/CHANGELOG.md deleted file mode 100644 index 62053e5a093..00000000000 --- a/stable/aria2/12.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [aria2-11.1.12](https://github.com/truecharts/charts/compare/aria2-11.1.11...aria2-11.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [aria2-11.1.11](https://github.com/truecharts/charts/compare/aria2-11.1.10...aria2-11.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [aria2-11.1.10](https://github.com/truecharts/charts/compare/aria2-11.1.9...aria2-11.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [aria2-11.1.9](https://github.com/truecharts/charts/compare/aria2-11.1.8...aria2-11.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [aria2-11.1.8](https://github.com/truecharts/charts/compare/aria2-11.1.7...aria2-11.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [aria2-11.1.7](https://github.com/truecharts/charts/compare/aria2-11.1.6...aria2-11.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [aria2-11.1.6](https://github.com/truecharts/charts/compare/aria2-11.1.5...aria2-11.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [aria2-11.1.5](https://github.com/truecharts/charts/compare/aria2-11.1.4...aria2-11.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [aria2-11.1.4](https://github.com/truecharts/charts/compare/aria2-11.1.3...aria2-11.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/aria2/12.1.3/Chart.yaml b/stable/aria2/12.1.3/Chart.yaml deleted file mode 100644 index f5197300886..00000000000 --- a/stable/aria2/12.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: aria server for downloading web content -home: https://truecharts.org/charts/stable/aria2 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/aria2.png -keywords: - - aria2 -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: aria2 -sources: - - https://github.com/P3TERX/Aria2-Pro-Docker - - https://github.com/truecharts/charts/tree/master/charts/stable/aria2 - - https://hub.docker.com/r/p3terx/aria2-pro -type: application -version: 12.1.3 diff --git a/stable/aria2/12.1.3/charts/common-18.0.3.tgz b/stable/aria2/12.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/aria2/12.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/aria2/12.1.3/.helmignore b/stable/aria2/12.3.0/.helmignore similarity index 100% rename from stable/aria2/12.1.3/.helmignore rename to stable/aria2/12.3.0/.helmignore diff --git a/stable/aria2/12.3.0/CHANGELOG.md b/stable/aria2/12.3.0/CHANGELOG.md new file mode 100644 index 00000000000..11281c2928c --- /dev/null +++ b/stable/aria2/12.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [aria2-12.3.0](https://github.com/truecharts/charts/compare/aria2-12.2.3...aria2-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [aria2-12.2.3](https://github.com/truecharts/charts/compare/aria2-12.2.2...aria2-12.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [aria2-12.2.2](https://github.com/truecharts/charts/compare/aria2-12.2.0...aria2-12.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [aria2-11.1.12](https://github.com/truecharts/charts/compare/aria2-11.1.11...aria2-11.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [aria2-11.1.11](https://github.com/truecharts/charts/compare/aria2-11.1.10...aria2-11.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [aria2-11.1.10](https://github.com/truecharts/charts/compare/aria2-11.1.9...aria2-11.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [aria2-11.1.9](https://github.com/truecharts/charts/compare/aria2-11.1.8...aria2-11.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [aria2-11.1.8](https://github.com/truecharts/charts/compare/aria2-11.1.7...aria2-11.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [aria2-11.1.7](https://github.com/truecharts/charts/compare/aria2-11.1.6...aria2-11.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/aria2/12.3.0/Chart.yaml b/stable/aria2/12.3.0/Chart.yaml new file mode 100644 index 00000000000..204df3d86df --- /dev/null +++ b/stable/aria2/12.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: aria server for downloading web content +home: https://truecharts.org/charts/stable/aria2 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/aria2.png +keywords: + - aria2 +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: aria2 +sources: + - https://github.com/P3TERX/Aria2-Pro-Docker + - https://github.com/truecharts/charts/tree/master/charts/stable/aria2 + - https://hub.docker.com/r/p3terx/aria2-pro +type: application +version: 12.3.0 diff --git a/stable/aria2/12.1.3/README.md b/stable/aria2/12.3.0/README.md similarity index 100% rename from stable/aria2/12.1.3/README.md rename to stable/aria2/12.3.0/README.md diff --git a/stable/aria2/12.3.0/app-changelog.md b/stable/aria2/12.3.0/app-changelog.md new file mode 100644 index 00000000000..0dba9ee0341 --- /dev/null +++ b/stable/aria2/12.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [aria2-12.3.0](https://github.com/truecharts/charts/compare/aria2-12.2.3...aria2-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/aria2/12.1.3/app-readme.md b/stable/aria2/12.3.0/app-readme.md similarity index 100% rename from stable/aria2/12.1.3/app-readme.md rename to stable/aria2/12.3.0/app-readme.md diff --git a/stable/aria2/12.3.0/charts/common-18.2.0.tgz b/stable/aria2/12.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/aria2/12.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/aria2/12.1.3/ix_values.yaml b/stable/aria2/12.3.0/ix_values.yaml similarity index 100% rename from stable/aria2/12.1.3/ix_values.yaml rename to stable/aria2/12.3.0/ix_values.yaml diff --git a/stable/aria2/12.1.3/questions.yaml b/stable/aria2/12.3.0/questions.yaml similarity index 100% rename from stable/aria2/12.1.3/questions.yaml rename to stable/aria2/12.3.0/questions.yaml diff --git a/stable/aria2/12.1.3/templates/NOTES.txt b/stable/aria2/12.3.0/templates/NOTES.txt similarity index 100% rename from stable/aria2/12.1.3/templates/NOTES.txt rename to stable/aria2/12.3.0/templates/NOTES.txt diff --git a/stable/aria2/12.1.3/templates/common.yaml b/stable/aria2/12.3.0/templates/common.yaml similarity index 100% rename from stable/aria2/12.1.3/templates/common.yaml rename to stable/aria2/12.3.0/templates/common.yaml diff --git a/stable/aria2/12.1.3/values.yaml b/stable/aria2/12.3.0/values.yaml similarity index 100% rename from stable/aria2/12.1.3/values.yaml rename to stable/aria2/12.3.0/values.yaml diff --git a/stable/ariang/8.1.3/CHANGELOG.md b/stable/ariang/8.1.3/CHANGELOG.md deleted file mode 100644 index a32b3b01704..00000000000 --- a/stable/ariang/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [ariang-7.1.12](https://github.com/truecharts/charts/compare/ariang-7.1.11...ariang-7.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ariang-7.1.11](https://github.com/truecharts/charts/compare/ariang-7.1.10...ariang-7.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [ariang-7.1.10](https://github.com/truecharts/charts/compare/ariang-7.1.9...ariang-7.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [ariang-7.1.9](https://github.com/truecharts/charts/compare/ariang-7.1.8...ariang-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [ariang-7.1.8](https://github.com/truecharts/charts/compare/ariang-7.1.7...ariang-7.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [ariang-7.1.7](https://github.com/truecharts/charts/compare/ariang-7.1.6...ariang-7.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [ariang-7.1.6](https://github.com/truecharts/charts/compare/ariang-7.1.5...ariang-7.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [ariang-7.1.5](https://github.com/truecharts/charts/compare/ariang-7.1.4...ariang-7.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [ariang-7.1.4](https://github.com/truecharts/charts/compare/ariang-7.1.3...ariang-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/ariang/8.1.3/Chart.yaml b/stable/ariang/8.1.3/Chart.yaml deleted file mode 100644 index 9932a6b9901..00000000000 --- a/stable/ariang/8.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.3.6 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A modern web frontend making aria2 easier to use | Aria2 WebUI. -home: https://truecharts.org/charts/stable/ariang -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ariang.png -keywords: - - ariang -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ariang -sources: - - https://github.com/leonismoe/docker-images - - https://github.com/truecharts/charts/tree/master/charts/stable/ariang - - https://hub.docker.com/r/leonismoe/ariang -type: application -version: 8.1.3 diff --git a/stable/ariang/8.1.3/charts/common-18.0.3.tgz b/stable/ariang/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/ariang/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/ariang/8.1.3/.helmignore b/stable/ariang/8.3.0/.helmignore similarity index 100% rename from stable/ariang/8.1.3/.helmignore rename to stable/ariang/8.3.0/.helmignore diff --git a/stable/ariang/8.3.0/CHANGELOG.md b/stable/ariang/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..72a08a8fd08 --- /dev/null +++ b/stable/ariang/8.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ariang-8.3.0](https://github.com/truecharts/charts/compare/ariang-8.2.3...ariang-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [ariang-8.2.3](https://github.com/truecharts/charts/compare/ariang-8.2.2...ariang-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [ariang-8.2.2](https://github.com/truecharts/charts/compare/ariang-8.2.0...ariang-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [ariang-7.1.12](https://github.com/truecharts/charts/compare/ariang-7.1.11...ariang-7.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [ariang-7.1.11](https://github.com/truecharts/charts/compare/ariang-7.1.10...ariang-7.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [ariang-7.1.10](https://github.com/truecharts/charts/compare/ariang-7.1.9...ariang-7.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [ariang-7.1.9](https://github.com/truecharts/charts/compare/ariang-7.1.8...ariang-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [ariang-7.1.8](https://github.com/truecharts/charts/compare/ariang-7.1.7...ariang-7.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [ariang-7.1.7](https://github.com/truecharts/charts/compare/ariang-7.1.6...ariang-7.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/ariang/8.3.0/Chart.yaml b/stable/ariang/8.3.0/Chart.yaml new file mode 100644 index 00000000000..075b99b571e --- /dev/null +++ b/stable/ariang/8.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.3.6 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A modern web frontend making aria2 easier to use | Aria2 WebUI. +home: https://truecharts.org/charts/stable/ariang +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ariang.png +keywords: + - ariang +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ariang +sources: + - https://github.com/leonismoe/docker-images + - https://github.com/truecharts/charts/tree/master/charts/stable/ariang + - https://hub.docker.com/r/leonismoe/ariang +type: application +version: 8.3.0 diff --git a/stable/ariang/8.1.3/README.md b/stable/ariang/8.3.0/README.md similarity index 100% rename from stable/ariang/8.1.3/README.md rename to stable/ariang/8.3.0/README.md diff --git a/stable/ariang/8.3.0/app-changelog.md b/stable/ariang/8.3.0/app-changelog.md new file mode 100644 index 00000000000..2b755258355 --- /dev/null +++ b/stable/ariang/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ariang-8.3.0](https://github.com/truecharts/charts/compare/ariang-8.2.3...ariang-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/ariang/8.1.3/app-readme.md b/stable/ariang/8.3.0/app-readme.md similarity index 100% rename from stable/ariang/8.1.3/app-readme.md rename to stable/ariang/8.3.0/app-readme.md diff --git a/stable/ariang/8.3.0/charts/common-18.2.0.tgz b/stable/ariang/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/ariang/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/ariang/8.1.3/ix_values.yaml b/stable/ariang/8.3.0/ix_values.yaml similarity index 100% rename from stable/ariang/8.1.3/ix_values.yaml rename to stable/ariang/8.3.0/ix_values.yaml diff --git a/stable/ariang/8.1.3/questions.yaml b/stable/ariang/8.3.0/questions.yaml similarity index 100% rename from stable/ariang/8.1.3/questions.yaml rename to stable/ariang/8.3.0/questions.yaml diff --git a/stable/ariang/8.1.3/templates/NOTES.txt b/stable/ariang/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/ariang/8.1.3/templates/NOTES.txt rename to stable/ariang/8.3.0/templates/NOTES.txt diff --git a/stable/ariang/8.1.3/templates/common.yaml b/stable/ariang/8.3.0/templates/common.yaml similarity index 100% rename from stable/ariang/8.1.3/templates/common.yaml rename to stable/ariang/8.3.0/templates/common.yaml diff --git a/stable/ariang/8.1.3/values.yaml b/stable/ariang/8.3.0/values.yaml similarity index 100% rename from stable/ariang/8.1.3/values.yaml rename to stable/ariang/8.3.0/values.yaml diff --git a/stable/arksurvivalevolved/7.1.3/CHANGELOG.md b/stable/arksurvivalevolved/7.1.3/CHANGELOG.md deleted file mode 100644 index affbf369e61..00000000000 --- a/stable/arksurvivalevolved/7.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [arksurvivalevolved-6.1.12](https://github.com/truecharts/charts/compare/arksurvivalevolved-6.1.11...arksurvivalevolved-6.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [arksurvivalevolved-6.1.11](https://github.com/truecharts/charts/compare/arksurvivalevolved-6.1.10...arksurvivalevolved-6.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [arksurvivalevolved-6.1.10](https://github.com/truecharts/charts/compare/arksurvivalevolved-6.1.9...arksurvivalevolved-6.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [arksurvivalevolved-6.1.9](https://github.com/truecharts/charts/compare/arksurvivalevolved-6.1.8...arksurvivalevolved-6.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [arksurvivalevolved-6.1.8](https://github.com/truecharts/charts/compare/arksurvivalevolved-6.1.7...arksurvivalevolved-6.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [arksurvivalevolved-6.1.7](https://github.com/truecharts/charts/compare/arksurvivalevolved-6.1.6...arksurvivalevolved-6.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [arksurvivalevolved-6.1.6](https://github.com/truecharts/charts/compare/arksurvivalevolved-6.1.5...arksurvivalevolved-6.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [arksurvivalevolved-6.1.5](https://github.com/truecharts/charts/compare/arksurvivalevolved-6.1.4...arksurvivalevolved-6.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [arksurvivalevolved-6.1.4](https://github.com/truecharts/charts/compare/arksurvivalevolved-6.1.3...arksurvivalevolved-6.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/arksurvivalevolved/7.1.3/Chart.yaml b/stable/arksurvivalevolved/7.1.3/Chart.yaml deleted file mode 100644 index 254c7da37b0..00000000000 --- a/stable/arksurvivalevolved/7.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: arkse -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A custom SteamCMD chart that runs ArkSE. -home: https://truecharts.org/charts/stable/arksurvivalevolved -icon: https://truecharts.org/img/hotlink-ok/chart-icons/arksurvivalevolved.png -keywords: - - arksurvivalevolved - - arkse - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: arksurvivalevolved -sources: - - https://github.com/ich777/docker-steamcmd-server/tree/arkse - - https://github.com/truecharts/charts/tree/master/charts/stable/arksurvivalevolved - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 7.1.3 diff --git a/stable/arksurvivalevolved/7.1.3/charts/common-18.0.3.tgz b/stable/arksurvivalevolved/7.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/arksurvivalevolved/7.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/arksurvivalevolved/7.1.3/.helmignore b/stable/arksurvivalevolved/7.3.0/.helmignore similarity index 100% rename from stable/arksurvivalevolved/7.1.3/.helmignore rename to stable/arksurvivalevolved/7.3.0/.helmignore diff --git a/stable/arksurvivalevolved/7.3.0/CHANGELOG.md b/stable/arksurvivalevolved/7.3.0/CHANGELOG.md new file mode 100644 index 00000000000..de821da3652 --- /dev/null +++ b/stable/arksurvivalevolved/7.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [arksurvivalevolved-7.3.0](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.2.3...arksurvivalevolved-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [arksurvivalevolved-7.2.3](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.2.2...arksurvivalevolved-7.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [arksurvivalevolved-7.2.2](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.2.0...arksurvivalevolved-7.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [arksurvivalevolved-6.1.12](https://github.com/truecharts/charts/compare/arksurvivalevolved-6.1.11...arksurvivalevolved-6.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [arksurvivalevolved-6.1.11](https://github.com/truecharts/charts/compare/arksurvivalevolved-6.1.10...arksurvivalevolved-6.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [arksurvivalevolved-6.1.10](https://github.com/truecharts/charts/compare/arksurvivalevolved-6.1.9...arksurvivalevolved-6.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [arksurvivalevolved-6.1.9](https://github.com/truecharts/charts/compare/arksurvivalevolved-6.1.8...arksurvivalevolved-6.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [arksurvivalevolved-6.1.8](https://github.com/truecharts/charts/compare/arksurvivalevolved-6.1.7...arksurvivalevolved-6.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [arksurvivalevolved-6.1.7](https://github.com/truecharts/charts/compare/arksurvivalevolved-6.1.6...arksurvivalevolved-6.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/arksurvivalevolved/7.3.0/Chart.yaml b/stable/arksurvivalevolved/7.3.0/Chart.yaml new file mode 100644 index 00000000000..d646044ec9b --- /dev/null +++ b/stable/arksurvivalevolved/7.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: arkse +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A custom SteamCMD chart that runs ArkSE. +home: https://truecharts.org/charts/stable/arksurvivalevolved +icon: https://truecharts.org/img/hotlink-ok/chart-icons/arksurvivalevolved.png +keywords: + - arksurvivalevolved + - arkse + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: arksurvivalevolved +sources: + - https://github.com/ich777/docker-steamcmd-server/tree/arkse + - https://github.com/truecharts/charts/tree/master/charts/stable/arksurvivalevolved + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 7.3.0 diff --git a/stable/arksurvivalevolved/7.1.3/README.md b/stable/arksurvivalevolved/7.3.0/README.md similarity index 100% rename from stable/arksurvivalevolved/7.1.3/README.md rename to stable/arksurvivalevolved/7.3.0/README.md diff --git a/stable/arksurvivalevolved/7.3.0/app-changelog.md b/stable/arksurvivalevolved/7.3.0/app-changelog.md new file mode 100644 index 00000000000..69fe8917924 --- /dev/null +++ b/stable/arksurvivalevolved/7.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [arksurvivalevolved-7.3.0](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.2.3...arksurvivalevolved-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/arksurvivalevolved/7.1.3/app-readme.md b/stable/arksurvivalevolved/7.3.0/app-readme.md similarity index 100% rename from stable/arksurvivalevolved/7.1.3/app-readme.md rename to stable/arksurvivalevolved/7.3.0/app-readme.md diff --git a/stable/arksurvivalevolved/7.3.0/charts/common-18.2.0.tgz b/stable/arksurvivalevolved/7.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/arksurvivalevolved/7.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/arksurvivalevolved/7.1.3/ix_values.yaml b/stable/arksurvivalevolved/7.3.0/ix_values.yaml similarity index 100% rename from stable/arksurvivalevolved/7.1.3/ix_values.yaml rename to stable/arksurvivalevolved/7.3.0/ix_values.yaml diff --git a/stable/arksurvivalevolved/7.1.3/questions.yaml b/stable/arksurvivalevolved/7.3.0/questions.yaml similarity index 100% rename from stable/arksurvivalevolved/7.1.3/questions.yaml rename to stable/arksurvivalevolved/7.3.0/questions.yaml diff --git a/stable/arksurvivalevolved/7.1.3/templates/NOTES.txt b/stable/arksurvivalevolved/7.3.0/templates/NOTES.txt similarity index 100% rename from stable/arksurvivalevolved/7.1.3/templates/NOTES.txt rename to stable/arksurvivalevolved/7.3.0/templates/NOTES.txt diff --git a/stable/arksurvivalevolved/7.1.3/templates/_secrets.tpl b/stable/arksurvivalevolved/7.3.0/templates/_secrets.tpl similarity index 100% rename from stable/arksurvivalevolved/7.1.3/templates/_secrets.tpl rename to stable/arksurvivalevolved/7.3.0/templates/_secrets.tpl diff --git a/stable/arksurvivalevolved/7.1.3/templates/common.yaml b/stable/arksurvivalevolved/7.3.0/templates/common.yaml similarity index 100% rename from stable/arksurvivalevolved/7.1.3/templates/common.yaml rename to stable/arksurvivalevolved/7.3.0/templates/common.yaml diff --git a/stable/arksurvivalevolved/7.1.3/values.yaml b/stable/arksurvivalevolved/7.3.0/values.yaml similarity index 100% rename from stable/arksurvivalevolved/7.1.3/values.yaml rename to stable/arksurvivalevolved/7.3.0/values.yaml diff --git a/stable/arma3/5.1.3/CHANGELOG.md b/stable/arma3/5.1.3/CHANGELOG.md deleted file mode 100644 index 3dfbde674b2..00000000000 --- a/stable/arma3/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [arma3-4.1.13](https://github.com/truecharts/charts/compare/arma3-4.1.12...arma3-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [arma3-4.1.12](https://github.com/truecharts/charts/compare/arma3-4.1.11...arma3-4.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [arma3-4.1.11](https://github.com/truecharts/charts/compare/arma3-4.1.10...arma3-4.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [arma3-4.1.10](https://github.com/truecharts/charts/compare/arma3-4.1.9...arma3-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [arma3-4.1.9](https://github.com/truecharts/charts/compare/arma3-4.1.8...arma3-4.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [arma3-4.1.8](https://github.com/truecharts/charts/compare/arma3-4.1.7...arma3-4.1.8) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [arma3-4.1.7](https://github.com/truecharts/charts/compare/arma3-4.1.6...arma3-4.1.7) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [arma3-4.1.6](https://github.com/truecharts/charts/compare/arma3-4.1.5...arma3-4.1.6) (2024-01-02) - -### Chore - - - -- update container image ich777/steamcmd to arma3[@92104ad](https://github.com/92104ad) by renovate ([#16778](https://github.com/truecharts/charts/issues/16778)) - - -## [arma3-4.1.5](https://github.com/truecharts/charts/compare/arma3-4.1.4...arma3-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - diff --git a/stable/arma3/5.1.3/Chart.yaml b/stable/arma3/5.1.3/Chart.yaml deleted file mode 100644 index bd937c4329c..00000000000 --- a/stable/arma3/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: arma3 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install ArmA III and run it. -home: https://truecharts.org/charts/stable/arma3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3.png -keywords: - - arma3 - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: arma3 -sources: - - https://arma3.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/arma3 - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/arma3/5.1.3/charts/common-18.0.3.tgz b/stable/arma3/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/arma3/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/arma3/5.1.3/.helmignore b/stable/arma3/5.3.0/.helmignore similarity index 100% rename from stable/arma3/5.1.3/.helmignore rename to stable/arma3/5.3.0/.helmignore diff --git a/stable/arma3/5.3.0/CHANGELOG.md b/stable/arma3/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..a18dc2e20a5 --- /dev/null +++ b/stable/arma3/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [arma3-5.3.0](https://github.com/truecharts/charts/compare/arma3-5.2.3...arma3-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [arma3-5.2.3](https://github.com/truecharts/charts/compare/arma3-5.2.2...arma3-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [arma3-5.2.2](https://github.com/truecharts/charts/compare/arma3-5.2.0...arma3-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [arma3-4.1.13](https://github.com/truecharts/charts/compare/arma3-4.1.12...arma3-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [arma3-4.1.12](https://github.com/truecharts/charts/compare/arma3-4.1.11...arma3-4.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [arma3-4.1.11](https://github.com/truecharts/charts/compare/arma3-4.1.10...arma3-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [arma3-4.1.10](https://github.com/truecharts/charts/compare/arma3-4.1.9...arma3-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [arma3-4.1.9](https://github.com/truecharts/charts/compare/arma3-4.1.8...arma3-4.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [arma3-4.1.8](https://github.com/truecharts/charts/compare/arma3-4.1.7...arma3-4.1.8) (2024-01-09) + +### Chore + + diff --git a/stable/arma3/5.3.0/Chart.yaml b/stable/arma3/5.3.0/Chart.yaml new file mode 100644 index 00000000000..9952195d1fc --- /dev/null +++ b/stable/arma3/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: arma3 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install ArmA III and run it. +home: https://truecharts.org/charts/stable/arma3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3.png +keywords: + - arma3 + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: arma3 +sources: + - https://arma3.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/arma3 + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/arma3/5.1.3/README.md b/stable/arma3/5.3.0/README.md similarity index 100% rename from stable/arma3/5.1.3/README.md rename to stable/arma3/5.3.0/README.md diff --git a/stable/arma3/5.3.0/app-changelog.md b/stable/arma3/5.3.0/app-changelog.md new file mode 100644 index 00000000000..bd68073b9af --- /dev/null +++ b/stable/arma3/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [arma3-5.3.0](https://github.com/truecharts/charts/compare/arma3-5.2.3...arma3-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/arma3/5.1.3/app-readme.md b/stable/arma3/5.3.0/app-readme.md similarity index 100% rename from stable/arma3/5.1.3/app-readme.md rename to stable/arma3/5.3.0/app-readme.md diff --git a/stable/arma3/5.3.0/charts/common-18.2.0.tgz b/stable/arma3/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/arma3/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/arma3/5.1.3/ix_values.yaml b/stable/arma3/5.3.0/ix_values.yaml similarity index 100% rename from stable/arma3/5.1.3/ix_values.yaml rename to stable/arma3/5.3.0/ix_values.yaml diff --git a/stable/arma3/5.1.3/questions.yaml b/stable/arma3/5.3.0/questions.yaml similarity index 100% rename from stable/arma3/5.1.3/questions.yaml rename to stable/arma3/5.3.0/questions.yaml diff --git a/stable/arma3/5.1.3/templates/common.yaml b/stable/arma3/5.3.0/templates/common.yaml similarity index 100% rename from stable/arma3/5.1.3/templates/common.yaml rename to stable/arma3/5.3.0/templates/common.yaml diff --git a/stable/arma3/5.1.3/values.yaml b/stable/arma3/5.3.0/values.yaml similarity index 100% rename from stable/arma3/5.1.3/values.yaml rename to stable/arma3/5.3.0/values.yaml diff --git a/stable/arma3exilemod/5.1.3/CHANGELOG.md b/stable/arma3exilemod/5.1.3/CHANGELOG.md deleted file mode 100644 index 7ffb87c7ad5..00000000000 --- a/stable/arma3exilemod/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [arma3exilemod-4.1.12](https://github.com/truecharts/charts/compare/arma3exilemod-4.1.11...arma3exilemod-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [arma3exilemod-4.1.11](https://github.com/truecharts/charts/compare/arma3exilemod-4.1.10...arma3exilemod-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [arma3exilemod-4.1.10](https://github.com/truecharts/charts/compare/arma3exilemod-4.1.9...arma3exilemod-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [arma3exilemod-4.1.9](https://github.com/truecharts/charts/compare/arma3exilemod-4.1.8...arma3exilemod-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [arma3exilemod-4.1.8](https://github.com/truecharts/charts/compare/arma3exilemod-4.1.7...arma3exilemod-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [arma3exilemod-4.1.7](https://github.com/truecharts/charts/compare/arma3exilemod-4.1.6...arma3exilemod-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [arma3exilemod-4.1.6](https://github.com/truecharts/charts/compare/arma3exilemod-4.1.5...arma3exilemod-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [arma3exilemod-4.1.5](https://github.com/truecharts/charts/compare/arma3exilemod-4.1.4...arma3exilemod-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [arma3exilemod-4.1.4](https://github.com/truecharts/charts/compare/arma3exilemod-4.1.3...arma3exilemod-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/arma3exilemod/5.1.3/Chart.yaml b/stable/arma3exilemod/5.1.3/Chart.yaml deleted file mode 100644 index 7e503837e42..00000000000 --- a/stable/arma3exilemod/5.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: arma3exilemod -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install ArmA III including ExileMod and run it. -home: https://truecharts.org/charts/stable/arma3exilemod -icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3exilemod.png -keywords: - - arma3exilemod - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: arma3exilemod -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/arma3exilemod - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/arma3exilemod/5.1.3/charts/common-18.0.3.tgz b/stable/arma3exilemod/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/arma3exilemod/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/arma3exilemod/5.1.3/.helmignore b/stable/arma3exilemod/5.3.0/.helmignore similarity index 100% rename from stable/arma3exilemod/5.1.3/.helmignore rename to stable/arma3exilemod/5.3.0/.helmignore diff --git a/stable/arma3exilemod/5.3.0/CHANGELOG.md b/stable/arma3exilemod/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..2250f8bc30f --- /dev/null +++ b/stable/arma3exilemod/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [arma3exilemod-5.3.0](https://github.com/truecharts/charts/compare/arma3exilemod-5.2.3...arma3exilemod-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [arma3exilemod-5.2.3](https://github.com/truecharts/charts/compare/arma3exilemod-5.2.2...arma3exilemod-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [arma3exilemod-5.2.2](https://github.com/truecharts/charts/compare/arma3exilemod-5.2.0...arma3exilemod-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [arma3exilemod-4.1.12](https://github.com/truecharts/charts/compare/arma3exilemod-4.1.11...arma3exilemod-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [arma3exilemod-4.1.11](https://github.com/truecharts/charts/compare/arma3exilemod-4.1.10...arma3exilemod-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [arma3exilemod-4.1.10](https://github.com/truecharts/charts/compare/arma3exilemod-4.1.9...arma3exilemod-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [arma3exilemod-4.1.9](https://github.com/truecharts/charts/compare/arma3exilemod-4.1.8...arma3exilemod-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [arma3exilemod-4.1.8](https://github.com/truecharts/charts/compare/arma3exilemod-4.1.7...arma3exilemod-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [arma3exilemod-4.1.7](https://github.com/truecharts/charts/compare/arma3exilemod-4.1.6...arma3exilemod-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/arma3exilemod/5.3.0/Chart.yaml b/stable/arma3exilemod/5.3.0/Chart.yaml new file mode 100644 index 00000000000..90bdbf62dd8 --- /dev/null +++ b/stable/arma3exilemod/5.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: arma3exilemod +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install ArmA III including ExileMod and run it. +home: https://truecharts.org/charts/stable/arma3exilemod +icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3exilemod.png +keywords: + - arma3exilemod + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: arma3exilemod +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/arma3exilemod + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/arma3exilemod/5.1.3/README.md b/stable/arma3exilemod/5.3.0/README.md similarity index 100% rename from stable/arma3exilemod/5.1.3/README.md rename to stable/arma3exilemod/5.3.0/README.md diff --git a/stable/arma3exilemod/5.3.0/app-changelog.md b/stable/arma3exilemod/5.3.0/app-changelog.md new file mode 100644 index 00000000000..4911c8c1d92 --- /dev/null +++ b/stable/arma3exilemod/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [arma3exilemod-5.3.0](https://github.com/truecharts/charts/compare/arma3exilemod-5.2.3...arma3exilemod-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/arma3exilemod/5.1.3/app-readme.md b/stable/arma3exilemod/5.3.0/app-readme.md similarity index 100% rename from stable/arma3exilemod/5.1.3/app-readme.md rename to stable/arma3exilemod/5.3.0/app-readme.md diff --git a/stable/arma3exilemod/5.3.0/charts/common-18.2.0.tgz b/stable/arma3exilemod/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/arma3exilemod/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/arma3exilemod/5.1.3/ix_values.yaml b/stable/arma3exilemod/5.3.0/ix_values.yaml similarity index 100% rename from stable/arma3exilemod/5.1.3/ix_values.yaml rename to stable/arma3exilemod/5.3.0/ix_values.yaml diff --git a/stable/arma3exilemod/5.1.3/questions.yaml b/stable/arma3exilemod/5.3.0/questions.yaml similarity index 100% rename from stable/arma3exilemod/5.1.3/questions.yaml rename to stable/arma3exilemod/5.3.0/questions.yaml diff --git a/stable/arma3exilemod/5.1.3/templates/common.yaml b/stable/arma3exilemod/5.3.0/templates/common.yaml similarity index 100% rename from stable/arma3exilemod/5.1.3/templates/common.yaml rename to stable/arma3exilemod/5.3.0/templates/common.yaml diff --git a/stable/arma3exilemod/5.1.3/values.yaml b/stable/arma3exilemod/5.3.0/values.yaml similarity index 100% rename from stable/arma3exilemod/5.1.3/values.yaml rename to stable/arma3exilemod/5.3.0/values.yaml diff --git a/stable/assettocorsa/5.1.3/CHANGELOG.md b/stable/assettocorsa/5.1.3/CHANGELOG.md deleted file mode 100644 index 44004727e4e..00000000000 --- a/stable/assettocorsa/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [assettocorsa-4.1.12](https://github.com/truecharts/charts/compare/assettocorsa-4.1.11...assettocorsa-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [assettocorsa-4.1.11](https://github.com/truecharts/charts/compare/assettocorsa-4.1.10...assettocorsa-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [assettocorsa-4.1.10](https://github.com/truecharts/charts/compare/assettocorsa-4.1.9...assettocorsa-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [assettocorsa-4.1.9](https://github.com/truecharts/charts/compare/assettocorsa-4.1.8...assettocorsa-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [assettocorsa-4.1.8](https://github.com/truecharts/charts/compare/assettocorsa-4.1.7...assettocorsa-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [assettocorsa-4.1.7](https://github.com/truecharts/charts/compare/assettocorsa-4.1.6...assettocorsa-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [assettocorsa-4.1.6](https://github.com/truecharts/charts/compare/assettocorsa-4.1.5...assettocorsa-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [assettocorsa-4.1.5](https://github.com/truecharts/charts/compare/assettocorsa-4.1.4...assettocorsa-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [assettocorsa-4.1.4](https://github.com/truecharts/charts/compare/assettocorsa-4.1.3...assettocorsa-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/assettocorsa/5.1.3/Chart.yaml b/stable/assettocorsa/5.1.3/Chart.yaml deleted file mode 100644 index 2ef5ea8f989..00000000000 --- a/stable/assettocorsa/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: assettocorsa -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install AssettoCorsa and run it. -home: https://truecharts.org/charts/stable/assettocorsa -icon: https://truecharts.org/img/hotlink-ok/chart-icons/assettocorsa.png -keywords: - - assettocorsa - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: assettocorsa -sources: - - https://www.assettocorsa.net/ - - https://github.com/truecharts/charts/tree/master/charts/stable/assettocorsa - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/assettocorsa/5.1.3/charts/common-18.0.3.tgz b/stable/assettocorsa/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/assettocorsa/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/assettocorsa/5.1.3/.helmignore b/stable/assettocorsa/5.3.0/.helmignore similarity index 100% rename from stable/assettocorsa/5.1.3/.helmignore rename to stable/assettocorsa/5.3.0/.helmignore diff --git a/stable/assettocorsa/5.3.0/CHANGELOG.md b/stable/assettocorsa/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..4bc01f82b33 --- /dev/null +++ b/stable/assettocorsa/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [assettocorsa-5.3.0](https://github.com/truecharts/charts/compare/assettocorsa-5.2.3...assettocorsa-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [assettocorsa-5.2.3](https://github.com/truecharts/charts/compare/assettocorsa-5.2.2...assettocorsa-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [assettocorsa-5.2.2](https://github.com/truecharts/charts/compare/assettocorsa-5.2.0...assettocorsa-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [assettocorsa-4.1.12](https://github.com/truecharts/charts/compare/assettocorsa-4.1.11...assettocorsa-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [assettocorsa-4.1.11](https://github.com/truecharts/charts/compare/assettocorsa-4.1.10...assettocorsa-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [assettocorsa-4.1.10](https://github.com/truecharts/charts/compare/assettocorsa-4.1.9...assettocorsa-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [assettocorsa-4.1.9](https://github.com/truecharts/charts/compare/assettocorsa-4.1.8...assettocorsa-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [assettocorsa-4.1.8](https://github.com/truecharts/charts/compare/assettocorsa-4.1.7...assettocorsa-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [assettocorsa-4.1.7](https://github.com/truecharts/charts/compare/assettocorsa-4.1.6...assettocorsa-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/assettocorsa/5.3.0/Chart.yaml b/stable/assettocorsa/5.3.0/Chart.yaml new file mode 100644 index 00000000000..dd3b22cae7c --- /dev/null +++ b/stable/assettocorsa/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: assettocorsa +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install AssettoCorsa and run it. +home: https://truecharts.org/charts/stable/assettocorsa +icon: https://truecharts.org/img/hotlink-ok/chart-icons/assettocorsa.png +keywords: + - assettocorsa + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: assettocorsa +sources: + - https://www.assettocorsa.net/ + - https://github.com/truecharts/charts/tree/master/charts/stable/assettocorsa + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/assettocorsa/5.1.3/README.md b/stable/assettocorsa/5.3.0/README.md similarity index 100% rename from stable/assettocorsa/5.1.3/README.md rename to stable/assettocorsa/5.3.0/README.md diff --git a/stable/assettocorsa/5.3.0/app-changelog.md b/stable/assettocorsa/5.3.0/app-changelog.md new file mode 100644 index 00000000000..775349d146c --- /dev/null +++ b/stable/assettocorsa/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [assettocorsa-5.3.0](https://github.com/truecharts/charts/compare/assettocorsa-5.2.3...assettocorsa-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/assettocorsa/5.1.3/app-readme.md b/stable/assettocorsa/5.3.0/app-readme.md similarity index 100% rename from stable/assettocorsa/5.1.3/app-readme.md rename to stable/assettocorsa/5.3.0/app-readme.md diff --git a/stable/assettocorsa/5.3.0/charts/common-18.2.0.tgz b/stable/assettocorsa/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/assettocorsa/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/assettocorsa/5.1.3/ix_values.yaml b/stable/assettocorsa/5.3.0/ix_values.yaml similarity index 100% rename from stable/assettocorsa/5.1.3/ix_values.yaml rename to stable/assettocorsa/5.3.0/ix_values.yaml diff --git a/stable/assettocorsa/5.1.3/questions.yaml b/stable/assettocorsa/5.3.0/questions.yaml similarity index 100% rename from stable/assettocorsa/5.1.3/questions.yaml rename to stable/assettocorsa/5.3.0/questions.yaml diff --git a/stable/assettocorsa/5.1.3/templates/common.yaml b/stable/assettocorsa/5.3.0/templates/common.yaml similarity index 100% rename from stable/assettocorsa/5.1.3/templates/common.yaml rename to stable/assettocorsa/5.3.0/templates/common.yaml diff --git a/stable/assettocorsa/5.1.3/values.yaml b/stable/assettocorsa/5.3.0/values.yaml similarity index 100% rename from stable/assettocorsa/5.1.3/values.yaml rename to stable/assettocorsa/5.3.0/values.yaml diff --git a/stable/audacity/12.1.3/CHANGELOG.md b/stable/audacity/12.1.3/CHANGELOG.md deleted file mode 100644 index e2fb40637cd..00000000000 --- a/stable/audacity/12.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [audacity-11.1.12](https://github.com/truecharts/charts/compare/audacity-11.1.11...audacity-11.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [audacity-11.1.11](https://github.com/truecharts/charts/compare/audacity-11.1.10...audacity-11.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [audacity-11.1.10](https://github.com/truecharts/charts/compare/audacity-11.1.9...audacity-11.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [audacity-11.1.9](https://github.com/truecharts/charts/compare/audacity-11.1.8...audacity-11.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [audacity-11.1.8](https://github.com/truecharts/charts/compare/audacity-11.1.7...audacity-11.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [audacity-11.1.7](https://github.com/truecharts/charts/compare/audacity-11.1.6...audacity-11.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [audacity-11.1.6](https://github.com/truecharts/charts/compare/audacity-11.1.5...audacity-11.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [audacity-11.1.5](https://github.com/truecharts/charts/compare/audacity-11.1.4...audacity-11.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [audacity-11.1.4](https://github.com/truecharts/charts/compare/audacity-11.1.3...audacity-11.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/audacity/12.1.3/Chart.yaml b/stable/audacity/12.1.3/Chart.yaml deleted file mode 100644 index d062d1b2223..00000000000 --- a/stable/audacity/12.1.3/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.0.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: An easy-to-use, multi-track audio editor and recorder -home: https://truecharts.org/charts/stable/audacity -icon: https://truecharts.org/img/hotlink-ok/chart-icons/audacity.png -keywords: - - audacity - - music - - recorder - - editor - - audio -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: audacity -sources: - - https://www.audacityteam.org/ - - https://github.com/linuxserver/docker-audacity - - https://github.com/truecharts/charts/tree/master/charts/stable/audacity - - https://ghcr.io/linuxserver/audacity -type: application -version: 12.1.3 diff --git a/stable/audacity/12.1.3/charts/common-18.0.3.tgz b/stable/audacity/12.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/audacity/12.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/audacity/12.1.3/.helmignore b/stable/audacity/12.3.0/.helmignore similarity index 100% rename from stable/audacity/12.1.3/.helmignore rename to stable/audacity/12.3.0/.helmignore diff --git a/stable/audacity/12.3.0/CHANGELOG.md b/stable/audacity/12.3.0/CHANGELOG.md new file mode 100644 index 00000000000..e7a30206b69 --- /dev/null +++ b/stable/audacity/12.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [audacity-12.3.0](https://github.com/truecharts/charts/compare/audacity-12.2.3...audacity-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [audacity-12.2.3](https://github.com/truecharts/charts/compare/audacity-12.2.2...audacity-12.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [audacity-12.2.2](https://github.com/truecharts/charts/compare/audacity-12.2.0...audacity-12.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [audacity-11.1.12](https://github.com/truecharts/charts/compare/audacity-11.1.11...audacity-11.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [audacity-11.1.11](https://github.com/truecharts/charts/compare/audacity-11.1.10...audacity-11.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [audacity-11.1.10](https://github.com/truecharts/charts/compare/audacity-11.1.9...audacity-11.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [audacity-11.1.9](https://github.com/truecharts/charts/compare/audacity-11.1.8...audacity-11.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [audacity-11.1.8](https://github.com/truecharts/charts/compare/audacity-11.1.7...audacity-11.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [audacity-11.1.7](https://github.com/truecharts/charts/compare/audacity-11.1.6...audacity-11.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/audacity/12.3.0/Chart.yaml b/stable/audacity/12.3.0/Chart.yaml new file mode 100644 index 00000000000..c239b466649 --- /dev/null +++ b/stable/audacity/12.3.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.0.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An easy-to-use, multi-track audio editor and recorder +home: https://truecharts.org/charts/stable/audacity +icon: https://truecharts.org/img/hotlink-ok/chart-icons/audacity.png +keywords: + - audacity + - music + - recorder + - editor + - audio +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: audacity +sources: + - https://www.audacityteam.org/ + - https://github.com/linuxserver/docker-audacity + - https://github.com/truecharts/charts/tree/master/charts/stable/audacity + - https://ghcr.io/linuxserver/audacity +type: application +version: 12.3.0 diff --git a/stable/audacity/12.1.3/README.md b/stable/audacity/12.3.0/README.md similarity index 100% rename from stable/audacity/12.1.3/README.md rename to stable/audacity/12.3.0/README.md diff --git a/stable/audacity/12.3.0/app-changelog.md b/stable/audacity/12.3.0/app-changelog.md new file mode 100644 index 00000000000..9d0eb313d29 --- /dev/null +++ b/stable/audacity/12.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [audacity-12.3.0](https://github.com/truecharts/charts/compare/audacity-12.2.3...audacity-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/audacity/12.1.3/app-readme.md b/stable/audacity/12.3.0/app-readme.md similarity index 100% rename from stable/audacity/12.1.3/app-readme.md rename to stable/audacity/12.3.0/app-readme.md diff --git a/stable/audacity/12.3.0/charts/common-18.2.0.tgz b/stable/audacity/12.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/audacity/12.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/audacity/12.1.3/ix_values.yaml b/stable/audacity/12.3.0/ix_values.yaml similarity index 100% rename from stable/audacity/12.1.3/ix_values.yaml rename to stable/audacity/12.3.0/ix_values.yaml diff --git a/stable/audacity/12.1.3/questions.yaml b/stable/audacity/12.3.0/questions.yaml similarity index 100% rename from stable/audacity/12.1.3/questions.yaml rename to stable/audacity/12.3.0/questions.yaml diff --git a/stable/audacity/12.1.3/templates/NOTES.txt b/stable/audacity/12.3.0/templates/NOTES.txt similarity index 100% rename from stable/audacity/12.1.3/templates/NOTES.txt rename to stable/audacity/12.3.0/templates/NOTES.txt diff --git a/stable/audacity/12.1.3/templates/common.yaml b/stable/audacity/12.3.0/templates/common.yaml similarity index 100% rename from stable/audacity/12.1.3/templates/common.yaml rename to stable/audacity/12.3.0/templates/common.yaml diff --git a/stable/audacity/12.1.3/values.yaml b/stable/audacity/12.3.0/values.yaml similarity index 100% rename from stable/audacity/12.1.3/values.yaml rename to stable/audacity/12.3.0/values.yaml diff --git a/stable/audiobookshelf/9.1.3/CHANGELOG.md b/stable/audiobookshelf/9.1.3/CHANGELOG.md deleted file mode 100644 index f6cd93e0b7c..00000000000 --- a/stable/audiobookshelf/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - -## [audiobookshelf-8.1.14](https://github.com/truecharts/charts/compare/audiobookshelf-8.1.13...audiobookshelf-8.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [audiobookshelf-8.1.13](https://github.com/truecharts/charts/compare/audiobookshelf-8.1.12...audiobookshelf-8.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [audiobookshelf-8.1.12](https://github.com/truecharts/charts/compare/audiobookshelf-8.1.11...audiobookshelf-8.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [audiobookshelf-8.1.11](https://github.com/truecharts/charts/compare/audiobookshelf-8.1.10...audiobookshelf-8.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [audiobookshelf-8.1.10](https://github.com/truecharts/charts/compare/audiobookshelf-8.1.9...audiobookshelf-8.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [audiobookshelf-8.1.9](https://github.com/truecharts/charts/compare/audiobookshelf-8.1.8...audiobookshelf-8.1.9) (2024-01-21) - -### Chore - - - -- update container image advplyr/audiobookshelf to v2.7.2[@0f08de5](https://github.com/0f08de5) by renovate ([#17404](https://github.com/truecharts/charts/issues/17404)) - - - - -## [audiobookshelf-8.1.8](https://github.com/truecharts/charts/compare/audiobookshelf-8.1.7...audiobookshelf-8.1.8) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [audiobookshelf-8.1.7](https://github.com/truecharts/charts/compare/audiobookshelf-8.1.6...audiobookshelf-8.1.7) (2024-01-03) - -### Chore - - - -- update container image advplyr/audiobookshelf to v2.7.1[@78506de](https://github.com/78506de) by renovate ([#16716](https://github.com/truecharts/charts/issues/16716)) - - -## [audiobookshelf-8.1.6](https://github.com/truecharts/charts/compare/audiobookshelf-8.1.5...audiobookshelf-8.1.6) (2024-01-02) diff --git a/stable/audiobookshelf/9.1.3/Chart.yaml b/stable/audiobookshelf/9.1.3/Chart.yaml deleted file mode 100644 index 15549fbf31e..00000000000 --- a/stable/audiobookshelf/9.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.8.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Audiobookshelf is a self-hosted audiobook server for managing and playing your audiobooks. -home: https://truecharts.org/charts/stable/audiobookshelf -icon: https://truecharts.org/img/hotlink-ok/chart-icons/audiobookshelf.png -keywords: - - audiobookshelf -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: audiobookshelf -sources: - - https://github.com/advplyr/audiobookshelf - - https://github.com/truecharts/charts/tree/master/charts/stable/audiobookshelf - - https://hub.docker.com/r/advplyr/audiobookshelf -type: application -version: 9.1.3 diff --git a/stable/audiobookshelf/9.1.3/charts/common-18.0.3.tgz b/stable/audiobookshelf/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/audiobookshelf/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/audiobookshelf/9.1.3/.helmignore b/stable/audiobookshelf/9.3.0/.helmignore similarity index 100% rename from stable/audiobookshelf/9.1.3/.helmignore rename to stable/audiobookshelf/9.3.0/.helmignore diff --git a/stable/audiobookshelf/9.3.0/CHANGELOG.md b/stable/audiobookshelf/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..d7c799661f7 --- /dev/null +++ b/stable/audiobookshelf/9.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [audiobookshelf-9.3.0](https://github.com/truecharts/charts/compare/audiobookshelf-9.2.3...audiobookshelf-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [audiobookshelf-9.2.3](https://github.com/truecharts/charts/compare/audiobookshelf-9.2.2...audiobookshelf-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [audiobookshelf-9.2.2](https://github.com/truecharts/charts/compare/audiobookshelf-9.2.0...audiobookshelf-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + +## [audiobookshelf-8.1.14](https://github.com/truecharts/charts/compare/audiobookshelf-8.1.13...audiobookshelf-8.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [audiobookshelf-8.1.13](https://github.com/truecharts/charts/compare/audiobookshelf-8.1.12...audiobookshelf-8.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [audiobookshelf-8.1.12](https://github.com/truecharts/charts/compare/audiobookshelf-8.1.11...audiobookshelf-8.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [audiobookshelf-8.1.11](https://github.com/truecharts/charts/compare/audiobookshelf-8.1.10...audiobookshelf-8.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [audiobookshelf-8.1.10](https://github.com/truecharts/charts/compare/audiobookshelf-8.1.9...audiobookshelf-8.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [audiobookshelf-8.1.9](https://github.com/truecharts/charts/compare/audiobookshelf-8.1.8...audiobookshelf-8.1.9) (2024-01-21) \ No newline at end of file diff --git a/stable/audiobookshelf/9.3.0/Chart.yaml b/stable/audiobookshelf/9.3.0/Chart.yaml new file mode 100644 index 00000000000..121ffc59e70 --- /dev/null +++ b/stable/audiobookshelf/9.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.8.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Audiobookshelf is a self-hosted audiobook server for managing and playing your audiobooks. +home: https://truecharts.org/charts/stable/audiobookshelf +icon: https://truecharts.org/img/hotlink-ok/chart-icons/audiobookshelf.png +keywords: + - audiobookshelf +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: audiobookshelf +sources: + - https://github.com/advplyr/audiobookshelf + - https://github.com/truecharts/charts/tree/master/charts/stable/audiobookshelf + - https://hub.docker.com/r/advplyr/audiobookshelf +type: application +version: 9.3.0 diff --git a/stable/audiobookshelf/9.1.3/README.md b/stable/audiobookshelf/9.3.0/README.md similarity index 100% rename from stable/audiobookshelf/9.1.3/README.md rename to stable/audiobookshelf/9.3.0/README.md diff --git a/stable/audiobookshelf/9.3.0/app-changelog.md b/stable/audiobookshelf/9.3.0/app-changelog.md new file mode 100644 index 00000000000..74083c2b0eb --- /dev/null +++ b/stable/audiobookshelf/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [audiobookshelf-9.3.0](https://github.com/truecharts/charts/compare/audiobookshelf-9.2.3...audiobookshelf-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/audiobookshelf/9.1.3/app-readme.md b/stable/audiobookshelf/9.3.0/app-readme.md similarity index 100% rename from stable/audiobookshelf/9.1.3/app-readme.md rename to stable/audiobookshelf/9.3.0/app-readme.md diff --git a/stable/audiobookshelf/9.3.0/charts/common-18.2.0.tgz b/stable/audiobookshelf/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/audiobookshelf/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/audiobookshelf/9.1.3/ix_values.yaml b/stable/audiobookshelf/9.3.0/ix_values.yaml similarity index 100% rename from stable/audiobookshelf/9.1.3/ix_values.yaml rename to stable/audiobookshelf/9.3.0/ix_values.yaml diff --git a/stable/audiobookshelf/9.1.3/questions.yaml b/stable/audiobookshelf/9.3.0/questions.yaml similarity index 100% rename from stable/audiobookshelf/9.1.3/questions.yaml rename to stable/audiobookshelf/9.3.0/questions.yaml diff --git a/stable/audiobookshelf/9.1.3/templates/NOTES.txt b/stable/audiobookshelf/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/audiobookshelf/9.1.3/templates/NOTES.txt rename to stable/audiobookshelf/9.3.0/templates/NOTES.txt diff --git a/stable/audiobookshelf/9.1.3/templates/_secrets.tpl b/stable/audiobookshelf/9.3.0/templates/_secrets.tpl similarity index 100% rename from stable/audiobookshelf/9.1.3/templates/_secrets.tpl rename to stable/audiobookshelf/9.3.0/templates/_secrets.tpl diff --git a/stable/audiobookshelf/9.1.3/templates/common.yaml b/stable/audiobookshelf/9.3.0/templates/common.yaml similarity index 100% rename from stable/audiobookshelf/9.1.3/templates/common.yaml rename to stable/audiobookshelf/9.3.0/templates/common.yaml diff --git a/stable/audiobookshelf/9.1.3/values.yaml b/stable/audiobookshelf/9.3.0/values.yaml similarity index 100% rename from stable/audiobookshelf/9.1.3/values.yaml rename to stable/audiobookshelf/9.3.0/values.yaml diff --git a/stable/aurora-files/5.1.3/CHANGELOG.md b/stable/aurora-files/5.1.3/CHANGELOG.md deleted file mode 100644 index cc00ce08cbf..00000000000 --- a/stable/aurora-files/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [aurora-files-4.1.12](https://github.com/truecharts/charts/compare/aurora-files-4.1.11...aurora-files-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [aurora-files-4.1.11](https://github.com/truecharts/charts/compare/aurora-files-4.1.10...aurora-files-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [aurora-files-4.1.10](https://github.com/truecharts/charts/compare/aurora-files-4.1.9...aurora-files-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [aurora-files-4.1.9](https://github.com/truecharts/charts/compare/aurora-files-4.1.8...aurora-files-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [aurora-files-4.1.8](https://github.com/truecharts/charts/compare/aurora-files-4.1.7...aurora-files-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [aurora-files-4.1.7](https://github.com/truecharts/charts/compare/aurora-files-4.1.6...aurora-files-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [aurora-files-4.1.6](https://github.com/truecharts/charts/compare/aurora-files-4.1.5...aurora-files-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [aurora-files-4.1.5](https://github.com/truecharts/charts/compare/aurora-files-4.1.4...aurora-files-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [aurora-files-4.1.4](https://github.com/truecharts/charts/compare/aurora-files-4.1.3...aurora-files-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/aurora-files/5.1.3/Chart.yaml b/stable/aurora-files/5.1.3/Chart.yaml deleted file mode 100644 index af2b3085698..00000000000 --- a/stable/aurora-files/5.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Aurora Files is an open-source file storage platform for small teams and personal users. Afterlogic Aurora Files image for Chart using Nginx, PHP-FPM 8.1, MySQL on Alpine Linux. Loosely based on khromov/alpine-nginx-php8 package. -home: https://truecharts.org/charts/stable/aurora-files -icon: https://truecharts.org/img/hotlink-ok/chart-icons/aurora-files.png -keywords: - - aurora-files - - Cloud - - Tools-Utilities - - Network-FTP -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: aurora-files -sources: - - https://github.com/afterlogic/docker-aurora-files - - https://github.com/truecharts/charts/tree/master/charts/stable/aurora-files - - https://hub.docker.com/r/afterlogic/docker-aurora-files -type: application -version: 5.1.3 diff --git a/stable/aurora-files/5.1.3/charts/common-18.0.3.tgz b/stable/aurora-files/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/aurora-files/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/aurora-files/5.1.3/.helmignore b/stable/aurora-files/5.3.0/.helmignore similarity index 100% rename from stable/aurora-files/5.1.3/.helmignore rename to stable/aurora-files/5.3.0/.helmignore diff --git a/stable/aurora-files/5.3.0/CHANGELOG.md b/stable/aurora-files/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..d214f5dae2c --- /dev/null +++ b/stable/aurora-files/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [aurora-files-5.3.0](https://github.com/truecharts/charts/compare/aurora-files-5.2.3...aurora-files-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [aurora-files-5.2.3](https://github.com/truecharts/charts/compare/aurora-files-5.2.2...aurora-files-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [aurora-files-5.2.2](https://github.com/truecharts/charts/compare/aurora-files-5.2.0...aurora-files-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [aurora-files-4.1.12](https://github.com/truecharts/charts/compare/aurora-files-4.1.11...aurora-files-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [aurora-files-4.1.11](https://github.com/truecharts/charts/compare/aurora-files-4.1.10...aurora-files-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [aurora-files-4.1.10](https://github.com/truecharts/charts/compare/aurora-files-4.1.9...aurora-files-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [aurora-files-4.1.9](https://github.com/truecharts/charts/compare/aurora-files-4.1.8...aurora-files-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [aurora-files-4.1.8](https://github.com/truecharts/charts/compare/aurora-files-4.1.7...aurora-files-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [aurora-files-4.1.7](https://github.com/truecharts/charts/compare/aurora-files-4.1.6...aurora-files-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/aurora-files/5.3.0/Chart.yaml b/stable/aurora-files/5.3.0/Chart.yaml new file mode 100644 index 00000000000..f1da05a7bee --- /dev/null +++ b/stable/aurora-files/5.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Aurora Files is an open-source file storage platform for small teams and personal users. Afterlogic Aurora Files image for Chart using Nginx, PHP-FPM 8.1, MySQL on Alpine Linux. Loosely based on khromov/alpine-nginx-php8 package. +home: https://truecharts.org/charts/stable/aurora-files +icon: https://truecharts.org/img/hotlink-ok/chart-icons/aurora-files.png +keywords: + - aurora-files + - Cloud + - Tools-Utilities + - Network-FTP +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: aurora-files +sources: + - https://github.com/afterlogic/docker-aurora-files + - https://github.com/truecharts/charts/tree/master/charts/stable/aurora-files + - https://hub.docker.com/r/afterlogic/docker-aurora-files +type: application +version: 5.3.0 diff --git a/stable/aurora-files/5.1.3/README.md b/stable/aurora-files/5.3.0/README.md similarity index 100% rename from stable/aurora-files/5.1.3/README.md rename to stable/aurora-files/5.3.0/README.md diff --git a/stable/aurora-files/5.3.0/app-changelog.md b/stable/aurora-files/5.3.0/app-changelog.md new file mode 100644 index 00000000000..71d1e6ab8d9 --- /dev/null +++ b/stable/aurora-files/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [aurora-files-5.3.0](https://github.com/truecharts/charts/compare/aurora-files-5.2.3...aurora-files-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/aurora-files/5.1.3/app-readme.md b/stable/aurora-files/5.3.0/app-readme.md similarity index 100% rename from stable/aurora-files/5.1.3/app-readme.md rename to stable/aurora-files/5.3.0/app-readme.md diff --git a/stable/aurora-files/5.3.0/charts/common-18.2.0.tgz b/stable/aurora-files/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/aurora-files/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/aurora-files/5.1.3/ix_values.yaml b/stable/aurora-files/5.3.0/ix_values.yaml similarity index 100% rename from stable/aurora-files/5.1.3/ix_values.yaml rename to stable/aurora-files/5.3.0/ix_values.yaml diff --git a/stable/aurora-files/5.1.3/questions.yaml b/stable/aurora-files/5.3.0/questions.yaml similarity index 100% rename from stable/aurora-files/5.1.3/questions.yaml rename to stable/aurora-files/5.3.0/questions.yaml diff --git a/stable/aurora-files/5.1.3/templates/common.yaml b/stable/aurora-files/5.3.0/templates/common.yaml similarity index 100% rename from stable/aurora-files/5.1.3/templates/common.yaml rename to stable/aurora-files/5.3.0/templates/common.yaml diff --git a/stable/aurora-files/5.1.3/values.yaml b/stable/aurora-files/5.3.0/values.yaml similarity index 100% rename from stable/aurora-files/5.1.3/values.yaml rename to stable/aurora-files/5.3.0/values.yaml diff --git a/stable/authentik/24.2.0/CHANGELOG.md b/stable/authentik/24.2.0/CHANGELOG.md deleted file mode 100644 index 21ea1457b0d..00000000000 --- a/stable/authentik/24.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - -## [authentik-19.2.10](https://github.com/truecharts/charts/compare/authentik-19.2.9...authentik-19.2.10) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [authentik-19.2.9](https://github.com/truecharts/charts/compare/authentik-19.2.5...authentik-19.2.9) (2024-01-29) - -### Chore - - - -- update authentik to v2023.10.7[@c483b0a](https://github.com/c483b0a) by renovate (patch) ([#17752](https://github.com/truecharts/charts/issues/17752)) - - -## [authentik-19.2.5](https://github.com/truecharts/charts/compare/authentik-19.2.4...authentik-19.2.5) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [authentik-19.2.4](https://github.com/truecharts/charts/compare/authentik-19.2.3...authentik-19.2.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [authentik-19.2.3](https://github.com/truecharts/charts/compare/authentik-19.2.2...authentik-19.2.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [authentik-19.2.2](https://github.com/truecharts/charts/compare/authentik-19.2.1...authentik-19.2.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [authentik-19.2.1](https://github.com/truecharts/charts/compare/authentik-19.2.0...authentik-19.2.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [authentik-19.2.0](https://github.com/truecharts/charts/compare/authentik-19.1.13...authentik-19.2.0) (2024-01-14) - -### Chore - - - -- update container image ghcr.io/maxmind/geoipupdate to v6.1.0[@cdd36d3](https://github.com/cdd36d3) by renovate ([#17203](https://github.com/truecharts/charts/issues/17203)) - - -## [authentik-19.1.13](https://github.com/truecharts/charts/compare/authentik-19.1.9...authentik-19.1.13) (2024-01-13) - -### Chore diff --git a/stable/authentik/24.2.0/Chart.yaml b/stable/authentik/24.2.0/Chart.yaml deleted file mode 100644 index fac41680296..00000000000 --- a/stable/authentik/24.2.0/Chart.yaml +++ /dev/null @@ -1,48 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: authentication - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.2.1 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 11.2.1 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Authentik is an open-source Identity Provider focused on flexibility and versatility. -home: https://truecharts.org/charts/stable/authentik -icon: https://truecharts.org/img/hotlink-ok/chart-icons/authentik.png -keywords: - - authentik -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: authentik -sources: - - https://goauthentik.io/docs/ - - https://github.com/goauthentik/authentik - - https://github.com/truecharts/charts/tree/master/charts/stable/authentik - - https://ghcr.io/goauthentik/ldap - - https://ghcr.io/goauthentik/radius - - https://ghcr.io/goauthentik/server - - https://ghcr.io/goauthentik/proxy - - https://ghcr.io/maxmind/geoipupdate -type: application -version: 24.2.0 diff --git a/stable/authentik/24.2.0/charts/common-18.1.2.tgz b/stable/authentik/24.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/authentik/24.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/authentik/24.2.0/questions.yaml b/stable/authentik/24.2.0/questions.yaml deleted file mode 100755 index 85f56d5630e..00000000000 --- a/stable/authentik/24.2.0/questions.yaml +++ /dev/null @@ -1,5358 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: authentik - group: App Configuration - label: Authentik Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: credentials - label: Credentials - schema: - additional_attrs: true - type: dict - attrs: - - variable: email - label: Email - description: | - Set the default email address for the akadmin user.
- Only read on initial install, changing this will have no effect. - schema: - type: string - required: true - immutable: true - default: "" - - variable: password - label: Password - description: | - Set the default password for the akadmin user.
- Only read on initial install, changing this will have no effect. - schema: - type: string - private: true - required: true - immutable: true - default: "" - - variable: bootstrapToken - label: (Optional) Bootstrap Token - description: | - Set the bootstrap token for the authentik server.
- Only read on initial install, changing this will have no effect.
- Only set this token if you plan to use the API right after installation. - schema: - type: string - private: true - immutable: true - default: "" - - variable: general - label: General - schema: - additional_attrs: true - type: dict - attrs: - - variable: disableUpdateCheck - label: Disable Update Check - description: Disable the inbuilt update-checker - schema: - type: boolean - default: false - - variable: disableStartupAnalytics - label: Disable Startup Analytics - description: Disable startup analytics - schema: - type: boolean - default: true - - variable: allowUserChangeName - label: Allow User Change Name - description: Enable the ability for users to change their Name - schema: - type: boolean - default: true - - variable: allowUserChangeEmail - label: Allow User Change Mail - description: Enable the ability for users to change their Email address - schema: - type: boolean - default: true - - variable: allowUserChangeUsername - label: Allow User Change Username - description: Enable the ability for users to change their Usernames - schema: - type: boolean - default: true - - variable: gdprCompliance - label: GDPR Compliance - description: When enabled, all the events caused by a user will be deleted upon the user's deletion - schema: - type: boolean - default: true - - variable: overwriteDefaultBlueprints - label: Overwrite Default Blueprints - description: | - When enabled, all the default blueprints will be overwritten
- True: mountPath: /blueprints
- False: mountPath: /blueprints/custom - schema: - type: boolean - default: false - - variable: tokenLength - label: Token Length - description: Configure the length of generated tokens - schema: - type: int - min: 60 - default: 128 - - variable: impersonation - label: Impersonation - description: Globally enable / disable impersonation - schema: - type: boolean - default: true - - variable: avatars - label: Avatars - description: Configure how authentik should show avatars for users - schema: - type: list - default: - - gravatar - - initials - items: - - variable: avatar - label: Avatar - description: Avatar type - schema: - type: string - default: "" - required: true - - variable: footerLinks - label: Footer Links - description: This option configures the footer links on the flow executor pages - schema: - type: list - default: - - name: Authentik - href: https://goauthentik.io - items: - - variable: footerLink - label: Footer Link - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: Name of the link - schema: - type: string - default: "" - required: true - - variable: href - label: Href - description: URL of the link - schema: - type: string - default: "" - required: true - - variable: email - label: Email - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: Mail Server Host - description: Sets host of mail server - schema: - type: string - default: "" - - variable: port - label: Mail Server Port - description: Sets port of mail server - schema: - type: int - default: 587 - - variable: username - label: Username - description: Sets username of mail server - schema: - type: string - default: "" - - variable: password - label: Password - description: Sets password of mail server - schema: - type: string - private: true - default: "" - - variable: useTLS - label: Use TLS for authentication - description: Sets TLS for mail server authentication - schema: - type: boolean - default: true - - variable: useSSL - label: Use SSL for authentication - description: Sets SSL for mail server authentication - schema: - type: boolean - default: false - - variable: timeout - label: Timeout of authentication - description: Sets timeout for mail server authentication - schema: - type: int - default: 10 - - variable: from - label: From Address - description: Email address authentik will send from - schema: - type: string - default: "" - - variable: ldap - label: LDAP - schema: - additional_attrs: true - type: dict - attrs: - - variable: tls_ciphers - label: TLS Ciphers - description: | - Allows configuration of TLS Ciphers for LDAP connections used by LDAP sources.
- Setting applies to all sources - schema: - type: string - default: "null" - - variable: taskTimeoutHours - label: Task Timeout Hours - description: Timeout in hours for LDAP synchronization tasks - schema: - type: int - default: 2 - - variable: logging - label: Logging - schema: - additional_attrs: true - type: dict - attrs: - - variable: log_level - label: Log Level - description: Log level for the server and worker containers - schema: - type: string - default: info - enum: - - value: trace - description: trace - - value: debug - description: debug - - value: info - description: info - - value: warning - description: warning - - value: error - description: error - - variable: error_reporting - label: Error Reporting - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Reporting - description: Enables error reporting - schema: - type: boolean - default: false - show_subquestions_if: - subquestions: - - variable: sendPII - label: Send Personal Data - description: Whether or not to send personal data, like usernames - schema: - type: boolean - default: false - - variable: environment - label: Environment - description: The environment tag associated with all data sent to Sentry - schema: - type: string - default: customer - - variable: sentryDSN - label: Sentry DSN - description: Sets the DSN for the Sentry API endpoint. - schema: - type: string - private: true - default: "" - - variable: geoip - label: GeoIP - schema: - additional_attrs: true - type: dict - attrs: - - variable: wipeBuiltInDb - label: Wipe Built-In GeoIP DB - description: | - Wipes the built-in GeoIP database.
- With this set to false, and disabled GeoIP container,
- It will use the built-in database. - schema: - type: boolean - show_if: [["enabled", "=", false]] - default: false - - variable: enabled - label: Enabled - description: | - Enables and configures the GeoIP container.
- This will deploy the GeoIP container. - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: editionID - label: Edition ID - description: | - The edition ID of the database to download.
- Only one seems to be supported by Authentik. - schema: - type: string - default: GeoLite2-City - - variable: frequency - label: Frequency - description: The number of hours between geoipupdate runs. - schema: - type: int - min: 1 - default: 8 - - variable: accountID - label: Account ID - description: Your MaxMind account ID - schema: - type: string - private: true - required: true - default: "" - - variable: licenseKey - label: License Key - description: Your MaxMind license key - schema: - type: string - private: true - required: true - default: "" - - variable: outposts - label: Outposts - schema: - additional_attrs: true - type: dict - attrs: - - variable: proxy - label: Proxy - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: | - Enables and configures the Proxy container.
- This will deploy the Proxy container. - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: token - label: Token - description: | - The token used to authenticate with the authentik server. - schema: - type: string - private: true - required: true - default: "" - - variable: radius - label: Radius - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: | - Enables and configures the Radius container.
- This will deploy the Radius container. - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: token - label: Token - description: | - The token used to authenticate with the authentik server. - schema: - type: string - private: true - required: true - default: "" - - variable: ldap - label: LDAP - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: | - Enables and configures the LDAP container.
- This will deploy the LDAP container. - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: token - label: Token - description: | - The token used to authenticate with the authentik server. - schema: - type: string - private: true - required: true - default: "" - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Service Port Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 10229 - required: true - - variable: proxy - label: Proxy Service - description: The Proxy service. - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: http - label: HTTP Service Port Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 10227 - required: true - - variable: https - label: HTTPS Service Port Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 10228 - required: true - - variable: radius - label: RADIUS Service - description: The RADIUS service. - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: radius - label: RADIUS Service Port Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 1812 - required: true - - variable: ldap - label: LDAP Service - description: The LDAP service. - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: ldap - label: LDAP Service Port Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 389 - required: true - - variable: ldaps - label: LDAPS Service - description: The LDAPS service. - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: ldaps - label: LDAPS Service Port Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 636 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: media - label: App Media Storage - description: Stores the Application Media. - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: templates - label: App Templates Storage - description: Stores the Application Templates. - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: blueprints - label: App Blueprints Storage - description: Stores the Application Blueprints. - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: certs - label: App Certs Storage - description: Stores the Application Certs. - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: geoip - label: App GeoIP Storage - description: Stores the Application GeoIP. - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main (HTTPS) Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: proxy - label: Proxy (HTTPS) Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: runAsUser - description: The UserID of the user running the application - schema: - type: int - default: 1000 - - variable: runAsGroup - label: runAsGroup - description: The groupID of the user running the application - schema: - type: int - default: 1000 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: fsGroup - description: The group that should own ALL storage. - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - - variable: metrics - group: Metrics - label: Prometheus Metrics - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: Main Metrics - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Enable Prometheus Metrics - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: prometheusRule - label: PrometheusRule - description: Enable and configure Prometheus Rules for the App. - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Enable Prometheus Metrics - schema: - type: boolean - default: false - # TODO: Rule List section - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/authentik/24.2.0/.helmignore b/stable/authentik/24.3.0/.helmignore similarity index 100% rename from stable/authentik/24.2.0/.helmignore rename to stable/authentik/24.3.0/.helmignore diff --git a/stable/authentik/24.3.0/CHANGELOG.md b/stable/authentik/24.3.0/CHANGELOG.md new file mode 100644 index 00000000000..a41d9fd6fcc --- /dev/null +++ b/stable/authentik/24.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [authentik-24.3.0](https://github.com/truecharts/charts/compare/authentik-24.2.5...authentik-24.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [authentik-24.2.5](https://github.com/truecharts/charts/compare/authentik-24.2.4...authentik-24.2.5) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [authentik-24.2.4](https://github.com/truecharts/charts/compare/authentik-24.2.2...authentik-24.2.4) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + +## [authentik-19.2.10](https://github.com/truecharts/charts/compare/authentik-19.2.9...authentik-19.2.10) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [authentik-19.2.9](https://github.com/truecharts/charts/compare/authentik-19.2.5...authentik-19.2.9) (2024-01-29) + +### Chore + + + +- update authentik to v2023.10.7[@c483b0a](https://github.com/c483b0a) by renovate (patch) ([#17752](https://github.com/truecharts/charts/issues/17752)) + + +## [authentik-19.2.5](https://github.com/truecharts/charts/compare/authentik-19.2.4...authentik-19.2.5) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [authentik-19.2.4](https://github.com/truecharts/charts/compare/authentik-19.2.3...authentik-19.2.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [authentik-19.2.3](https://github.com/truecharts/charts/compare/authentik-19.2.2...authentik-19.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [authentik-19.2.2](https://github.com/truecharts/charts/compare/authentik-19.2.1...authentik-19.2.2) (2024-01-21) \ No newline at end of file diff --git a/stable/authentik/24.3.0/Chart.yaml b/stable/authentik/24.3.0/Chart.yaml new file mode 100644 index 00000000000..447eef2f9cb --- /dev/null +++ b/stable/authentik/24.3.0/Chart.yaml @@ -0,0 +1,48 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: authentication + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.2.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Authentik is an open-source Identity Provider focused on flexibility and versatility. +home: https://truecharts.org/charts/stable/authentik +icon: https://truecharts.org/img/hotlink-ok/chart-icons/authentik.png +keywords: + - authentik +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: authentik +sources: + - https://goauthentik.io/docs/ + - https://github.com/goauthentik/authentik + - https://github.com/truecharts/charts/tree/master/charts/stable/authentik + - https://ghcr.io/maxmind/geoipupdate + - https://ghcr.io/goauthentik/server + - https://ghcr.io/goauthentik/ldap + - https://ghcr.io/goauthentik/radius + - https://ghcr.io/goauthentik/proxy +type: application +version: 24.3.0 diff --git a/stable/authentik/24.2.0/README.md b/stable/authentik/24.3.0/README.md similarity index 100% rename from stable/authentik/24.2.0/README.md rename to stable/authentik/24.3.0/README.md diff --git a/stable/authentik/24.3.0/app-changelog.md b/stable/authentik/24.3.0/app-changelog.md new file mode 100644 index 00000000000..fe9e6cc8f15 --- /dev/null +++ b/stable/authentik/24.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [authentik-24.3.0](https://github.com/truecharts/charts/compare/authentik-24.2.5...authentik-24.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/authentik/24.2.0/app-readme.md b/stable/authentik/24.3.0/app-readme.md similarity index 100% rename from stable/authentik/24.2.0/app-readme.md rename to stable/authentik/24.3.0/app-readme.md diff --git a/stable/authentik/24.3.0/charts/common-18.2.0.tgz b/stable/authentik/24.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/authentik/24.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/authentik/24.2.0/charts/redis-11.2.1.tgz b/stable/authentik/24.3.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/authentik/24.2.0/charts/redis-11.2.1.tgz rename to stable/authentik/24.3.0/charts/redis-11.2.1.tgz diff --git a/stable/authentik/24.2.0/ix_values.yaml b/stable/authentik/24.3.0/ix_values.yaml similarity index 100% rename from stable/authentik/24.2.0/ix_values.yaml rename to stable/authentik/24.3.0/ix_values.yaml diff --git a/stable/authentik/24.3.0/questions.yaml b/stable/authentik/24.3.0/questions.yaml new file mode 100755 index 00000000000..ec93c2c3e27 --- /dev/null +++ b/stable/authentik/24.3.0/questions.yaml @@ -0,0 +1,5316 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: authentik + group: App Configuration + label: Authentik Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: credentials + label: Credentials + schema: + additional_attrs: true + type: dict + attrs: + - variable: email + label: Email + description: | + Set the default email address for the akadmin user.
+ Only read on initial install, changing this will have no effect. + schema: + type: string + required: true + immutable: true + default: "" + - variable: password + label: Password + description: | + Set the default password for the akadmin user.
+ Only read on initial install, changing this will have no effect. + schema: + type: string + private: true + required: true + immutable: true + default: "" + - variable: bootstrapToken + label: (Optional) Bootstrap Token + description: | + Set the bootstrap token for the authentik server.
+ Only read on initial install, changing this will have no effect.
+ Only set this token if you plan to use the API right after installation. + schema: + type: string + private: true + immutable: true + default: "" + - variable: general + label: General + schema: + additional_attrs: true + type: dict + attrs: + - variable: disableUpdateCheck + label: Disable Update Check + description: Disable the inbuilt update-checker + schema: + type: boolean + default: false + - variable: disableStartupAnalytics + label: Disable Startup Analytics + description: Disable startup analytics + schema: + type: boolean + default: true + - variable: allowUserChangeName + label: Allow User Change Name + description: Enable the ability for users to change their Name + schema: + type: boolean + default: true + - variable: allowUserChangeEmail + label: Allow User Change Mail + description: Enable the ability for users to change their Email address + schema: + type: boolean + default: true + - variable: allowUserChangeUsername + label: Allow User Change Username + description: Enable the ability for users to change their Usernames + schema: + type: boolean + default: true + - variable: gdprCompliance + label: GDPR Compliance + description: When enabled, all the events caused by a user will be deleted upon the user's deletion + schema: + type: boolean + default: true + - variable: overwriteDefaultBlueprints + label: Overwrite Default Blueprints + description: | + When enabled, all the default blueprints will be overwritten
+ True: mountPath: /blueprints
+ False: mountPath: /blueprints/custom + schema: + type: boolean + default: false + - variable: tokenLength + label: Token Length + description: Configure the length of generated tokens + schema: + type: int + min: 60 + default: 128 + - variable: impersonation + label: Impersonation + description: Globally enable / disable impersonation + schema: + type: boolean + default: true + - variable: avatars + label: Avatars + description: Configure how authentik should show avatars for users + schema: + type: list + default: + - gravatar + - initials + items: + - variable: avatar + label: Avatar + description: Avatar type + schema: + type: string + default: "" + required: true + - variable: footerLinks + label: Footer Links + description: This option configures the footer links on the flow executor pages + schema: + type: list + default: + - name: Authentik + href: https://goauthentik.io + items: + - variable: footerLink + label: Footer Link + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: Name of the link + schema: + type: string + default: "" + required: true + - variable: href + label: Href + description: URL of the link + schema: + type: string + default: "" + required: true + - variable: email + label: Email + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: Mail Server Host + description: Sets host of mail server + schema: + type: string + default: "" + - variable: port + label: Mail Server Port + description: Sets port of mail server + schema: + type: int + default: 587 + - variable: username + label: Username + description: Sets username of mail server + schema: + type: string + default: "" + - variable: password + label: Password + description: Sets password of mail server + schema: + type: string + private: true + default: "" + - variable: useTLS + label: Use TLS for authentication + description: Sets TLS for mail server authentication + schema: + type: boolean + default: true + - variable: useSSL + label: Use SSL for authentication + description: Sets SSL for mail server authentication + schema: + type: boolean + default: false + - variable: timeout + label: Timeout of authentication + description: Sets timeout for mail server authentication + schema: + type: int + default: 10 + - variable: from + label: From Address + description: Email address authentik will send from + schema: + type: string + default: "" + - variable: ldap + label: LDAP + schema: + additional_attrs: true + type: dict + attrs: + - variable: tls_ciphers + label: TLS Ciphers + description: | + Allows configuration of TLS Ciphers for LDAP connections used by LDAP sources.
+ Setting applies to all sources + schema: + type: string + default: "null" + - variable: taskTimeoutHours + label: Task Timeout Hours + description: Timeout in hours for LDAP synchronization tasks + schema: + type: int + default: 2 + - variable: logging + label: Logging + schema: + additional_attrs: true + type: dict + attrs: + - variable: log_level + label: Log Level + description: Log level for the server and worker containers + schema: + type: string + default: info + enum: + - value: trace + description: trace + - value: debug + description: debug + - value: info + description: info + - value: warning + description: warning + - value: error + description: error + - variable: error_reporting + label: Error Reporting + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Reporting + description: Enables error reporting + schema: + type: boolean + default: false + show_subquestions_if: + subquestions: + - variable: sendPII + label: Send Personal Data + description: Whether or not to send personal data, like usernames + schema: + type: boolean + default: false + - variable: environment + label: Environment + description: The environment tag associated with all data sent to Sentry + schema: + type: string + default: customer + - variable: sentryDSN + label: Sentry DSN + description: Sets the DSN for the Sentry API endpoint. + schema: + type: string + private: true + default: "" + - variable: geoip + label: GeoIP + schema: + additional_attrs: true + type: dict + attrs: + - variable: wipeBuiltInDb + label: Wipe Built-In GeoIP DB + description: | + Wipes the built-in GeoIP database.
+ With this set to false, and disabled GeoIP container,
+ It will use the built-in database. + schema: + type: boolean + show_if: [["enabled", "=", false]] + default: false + - variable: enabled + label: Enabled + description: | + Enables and configures the GeoIP container.
+ This will deploy the GeoIP container. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: editionID + label: Edition ID + description: | + The edition ID of the database to download.
+ Only one seems to be supported by Authentik. + schema: + type: string + default: GeoLite2-City + - variable: frequency + label: Frequency + description: The number of hours between geoipupdate runs. + schema: + type: int + min: 1 + default: 8 + - variable: accountID + label: Account ID + description: Your MaxMind account ID + schema: + type: string + private: true + required: true + default: "" + - variable: licenseKey + label: License Key + description: Your MaxMind license key + schema: + type: string + private: true + required: true + default: "" + - variable: outposts + label: Outposts + schema: + additional_attrs: true + type: dict + attrs: + - variable: proxy + label: Proxy + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: | + Enables and configures the Proxy container.
+ This will deploy the Proxy container. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: token + label: Token + description: | + The token used to authenticate with the authentik server. + schema: + type: string + private: true + required: true + default: "" + - variable: radius + label: Radius + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: | + Enables and configures the Radius container.
+ This will deploy the Radius container. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: token + label: Token + description: | + The token used to authenticate with the authentik server. + schema: + type: string + private: true + required: true + default: "" + - variable: ldap + label: LDAP + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: | + Enables and configures the LDAP container.
+ This will deploy the LDAP container. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: token + label: Token + description: | + The token used to authenticate with the authentik server. + schema: + type: string + private: true + required: true + default: "" + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Service + description: The Primary service on which the healthcheck runs, often the webUI + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 10229 + required: true + - variable: proxy + label: Proxy Service + description: The Proxy service. + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: http + label: HTTP Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 10227 + required: true + - variable: https + label: HTTPS Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 10228 + required: true + - variable: radius + label: RADIUS Service + description: The RADIUS service. + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: radius + label: RADIUS Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 1812 + required: true + - variable: ldap + label: LDAP Service + description: The LDAP service. + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: ldap + label: LDAP Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 389 + required: true + - variable: ldaps + label: LDAPS Service + description: The LDAPS service. + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: ldaps + label: LDAPS Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 636 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: media + label: App Media Storage + description: Stores the Application Media. + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: templates + label: App Templates Storage + description: Stores the Application Templates. + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: blueprints + label: App Blueprints Storage + description: Stores the Application Blueprints. + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: certs + label: App Certs Storage + description: Stores the Application Certs. + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: geoip + label: App GeoIP Storage + description: Stores the Application GeoIP. + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main (HTTPS) Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: proxy + label: Proxy (HTTPS) Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: runAsUser + description: The UserID of the user running the application + schema: + type: int + default: 1000 + - variable: runAsGroup + label: runAsGroup + description: The groupID of the user running the application + schema: + type: int + default: 1000 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: fsGroup + description: The group that should own ALL storage. + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + + - variable: metrics + group: Metrics + label: Prometheus Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: Main Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable Prometheus Metrics + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: prometheusRule + label: PrometheusRule + description: Enable and configure Prometheus Rules for the App. + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable Prometheus Metrics + schema: + type: boolean + default: false + # TODO: Rule List section + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/authentik/24.2.0/templates/NOTES.txt b/stable/authentik/24.3.0/templates/NOTES.txt similarity index 100% rename from stable/authentik/24.2.0/templates/NOTES.txt rename to stable/authentik/24.3.0/templates/NOTES.txt diff --git a/stable/authentik/24.2.0/templates/_config.tpl b/stable/authentik/24.3.0/templates/_config.tpl similarity index 96% rename from stable/authentik/24.2.0/templates/_config.tpl rename to stable/authentik/24.3.0/templates/_config.tpl index c46407c309c..826ec9d8c56 100644 --- a/stable/authentik/24.2.0/templates/_config.tpl +++ b/stable/authentik/24.3.0/templates/_config.tpl @@ -85,10 +85,10 @@ proxy: AUTHENTIK_LISTEN__HTTP: {{ printf "0.0.0.0:%v" .Values.service.proxy.ports.http.port | quote }} AUTHENTIK_LISTEN__HTTPS: {{ printf "0.0.0.0:%v" .Values.service.proxy.ports.https.port | quote }} AUTHENTIK_LISTEN__METRICS: {{ printf "0.0.0.0:%v" .Values.service.proxymetrics.ports.proxymetrics.port | quote }} - AUTHENTIK_HOST: {{ $serverHost }} + AUTHENTIK_HOST: {{ .Values.authentik.outposts.proxy.host | default $serverHost }} AUTHENTIK_INSECURE: "true" # TODO: node ip or ingress host - AUTHENTIK_HOST_BROWSER: {{ $host }} + AUTHENTIK_HOST_BROWSER: {{ .Values.authentik.outposts.proxy.browserHost | default $host }} {{- end -}} {{- if .Values.authentik.outposts.radius.enabled }} diff --git a/stable/authentik/24.2.0/templates/_secret.tpl b/stable/authentik/24.3.0/templates/_secret.tpl similarity index 100% rename from stable/authentik/24.2.0/templates/_secret.tpl rename to stable/authentik/24.3.0/templates/_secret.tpl diff --git a/stable/authentik/24.2.0/templates/_validation.tpl b/stable/authentik/24.3.0/templates/_validation.tpl similarity index 100% rename from stable/authentik/24.2.0/templates/_validation.tpl rename to stable/authentik/24.3.0/templates/_validation.tpl diff --git a/stable/authentik/24.2.0/templates/_waitAuthentik.tpl b/stable/authentik/24.3.0/templates/_waitAuthentik.tpl similarity index 100% rename from stable/authentik/24.2.0/templates/_waitAuthentik.tpl rename to stable/authentik/24.3.0/templates/_waitAuthentik.tpl diff --git a/stable/authentik/24.2.0/templates/common.yaml b/stable/authentik/24.3.0/templates/common.yaml similarity index 100% rename from stable/authentik/24.2.0/templates/common.yaml rename to stable/authentik/24.3.0/templates/common.yaml diff --git a/stable/authentik/24.2.0/values.yaml b/stable/authentik/24.3.0/values.yaml similarity index 100% rename from stable/authentik/24.2.0/values.yaml rename to stable/authentik/24.3.0/values.yaml diff --git a/stable/auto-yt-dl/5.1.3/CHANGELOG.md b/stable/auto-yt-dl/5.1.3/CHANGELOG.md deleted file mode 100644 index 146728ddec0..00000000000 --- a/stable/auto-yt-dl/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [auto-yt-dl-4.1.13](https://github.com/truecharts/charts/compare/auto-yt-dl-4.1.12...auto-yt-dl-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [auto-yt-dl-4.1.12](https://github.com/truecharts/charts/compare/auto-yt-dl-4.1.11...auto-yt-dl-4.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [auto-yt-dl-4.1.11](https://github.com/truecharts/charts/compare/auto-yt-dl-4.1.10...auto-yt-dl-4.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [auto-yt-dl-4.1.10](https://github.com/truecharts/charts/compare/auto-yt-dl-4.1.9...auto-yt-dl-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [auto-yt-dl-4.1.9](https://github.com/truecharts/charts/compare/auto-yt-dl-4.1.8...auto-yt-dl-4.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [auto-yt-dl-4.1.8](https://github.com/truecharts/charts/compare/auto-yt-dl-4.1.7...auto-yt-dl-4.1.8) (2024-01-14) - -### Chore - - - -- update container image guhu007/auto-yt-dl to latest[@2cbdced](https://github.com/2cbdced) by renovate ([#17157](https://github.com/truecharts/charts/issues/17157)) - - - - -## [auto-yt-dl-4.1.7](https://github.com/truecharts/charts/compare/auto-yt-dl-4.1.6...auto-yt-dl-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [auto-yt-dl-4.1.6](https://github.com/truecharts/charts/compare/auto-yt-dl-4.1.5...auto-yt-dl-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [auto-yt-dl-4.1.5](https://github.com/truecharts/charts/compare/auto-yt-dl-4.1.4...auto-yt-dl-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - diff --git a/stable/auto-yt-dl/5.1.3/Chart.yaml b/stable/auto-yt-dl/5.1.3/Chart.yaml deleted file mode 100644 index 83cb9f2cedb..00000000000 --- a/stable/auto-yt-dl/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: auto-yt-dl is used to automatically download new Videos of specific YouTube Channels. It features a Web Gui to add and remove Channels from your watch list. -home: https://truecharts.org/charts/stable/auto-yt-dl -icon: https://truecharts.org/img/hotlink-ok/chart-icons/auto-yt-dl.png -keywords: - - auto-yt-dl - - Downloaders -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: auto-yt-dl -sources: - - https://github.com/xXGuhuXx/auto-yt-dl - - https://github.com/truecharts/charts/tree/master/charts/stable/auto-yt-dl - - https://hub.docker.com/r/guhu007/auto-yt-dl -type: application -version: 5.1.3 diff --git a/stable/auto-yt-dl/5.1.3/charts/common-18.0.3.tgz b/stable/auto-yt-dl/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/auto-yt-dl/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/auto-yt-dl/5.1.3/.helmignore b/stable/auto-yt-dl/5.3.0/.helmignore similarity index 100% rename from stable/auto-yt-dl/5.1.3/.helmignore rename to stable/auto-yt-dl/5.3.0/.helmignore diff --git a/stable/auto-yt-dl/5.3.0/CHANGELOG.md b/stable/auto-yt-dl/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..9d44d329755 --- /dev/null +++ b/stable/auto-yt-dl/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [auto-yt-dl-5.3.0](https://github.com/truecharts/charts/compare/auto-yt-dl-5.2.3...auto-yt-dl-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [auto-yt-dl-5.2.3](https://github.com/truecharts/charts/compare/auto-yt-dl-5.2.2...auto-yt-dl-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [auto-yt-dl-5.2.2](https://github.com/truecharts/charts/compare/auto-yt-dl-5.2.0...auto-yt-dl-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [auto-yt-dl-4.1.13](https://github.com/truecharts/charts/compare/auto-yt-dl-4.1.12...auto-yt-dl-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [auto-yt-dl-4.1.12](https://github.com/truecharts/charts/compare/auto-yt-dl-4.1.11...auto-yt-dl-4.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [auto-yt-dl-4.1.11](https://github.com/truecharts/charts/compare/auto-yt-dl-4.1.10...auto-yt-dl-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [auto-yt-dl-4.1.10](https://github.com/truecharts/charts/compare/auto-yt-dl-4.1.9...auto-yt-dl-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [auto-yt-dl-4.1.9](https://github.com/truecharts/charts/compare/auto-yt-dl-4.1.8...auto-yt-dl-4.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [auto-yt-dl-4.1.8](https://github.com/truecharts/charts/compare/auto-yt-dl-4.1.7...auto-yt-dl-4.1.8) (2024-01-14) + +### Chore + + + +- update container image guhu007/auto-yt-dl to latest[@2cbdced](https://github.com/2cbdced) by renovate ([#17157](https://github.com/truecharts/charts/issues/17157)) diff --git a/stable/auto-yt-dl/5.3.0/Chart.yaml b/stable/auto-yt-dl/5.3.0/Chart.yaml new file mode 100644 index 00000000000..be8a358c906 --- /dev/null +++ b/stable/auto-yt-dl/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: auto-yt-dl is used to automatically download new Videos of specific YouTube Channels. It features a Web Gui to add and remove Channels from your watch list. +home: https://truecharts.org/charts/stable/auto-yt-dl +icon: https://truecharts.org/img/hotlink-ok/chart-icons/auto-yt-dl.png +keywords: + - auto-yt-dl + - Downloaders +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: auto-yt-dl +sources: + - https://github.com/xXGuhuXx/auto-yt-dl + - https://github.com/truecharts/charts/tree/master/charts/stable/auto-yt-dl + - https://hub.docker.com/r/guhu007/auto-yt-dl +type: application +version: 5.3.0 diff --git a/stable/auto-yt-dl/5.1.3/README.md b/stable/auto-yt-dl/5.3.0/README.md similarity index 100% rename from stable/auto-yt-dl/5.1.3/README.md rename to stable/auto-yt-dl/5.3.0/README.md diff --git a/stable/auto-yt-dl/5.3.0/app-changelog.md b/stable/auto-yt-dl/5.3.0/app-changelog.md new file mode 100644 index 00000000000..e3372d87855 --- /dev/null +++ b/stable/auto-yt-dl/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [auto-yt-dl-5.3.0](https://github.com/truecharts/charts/compare/auto-yt-dl-5.2.3...auto-yt-dl-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/auto-yt-dl/5.1.3/app-readme.md b/stable/auto-yt-dl/5.3.0/app-readme.md similarity index 100% rename from stable/auto-yt-dl/5.1.3/app-readme.md rename to stable/auto-yt-dl/5.3.0/app-readme.md diff --git a/stable/auto-yt-dl/5.3.0/charts/common-18.2.0.tgz b/stable/auto-yt-dl/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/auto-yt-dl/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/auto-yt-dl/5.1.3/ix_values.yaml b/stable/auto-yt-dl/5.3.0/ix_values.yaml similarity index 100% rename from stable/auto-yt-dl/5.1.3/ix_values.yaml rename to stable/auto-yt-dl/5.3.0/ix_values.yaml diff --git a/stable/auto-yt-dl/5.1.3/questions.yaml b/stable/auto-yt-dl/5.3.0/questions.yaml similarity index 100% rename from stable/auto-yt-dl/5.1.3/questions.yaml rename to stable/auto-yt-dl/5.3.0/questions.yaml diff --git a/stable/auto-yt-dl/5.1.3/templates/common.yaml b/stable/auto-yt-dl/5.3.0/templates/common.yaml similarity index 100% rename from stable/auto-yt-dl/5.1.3/templates/common.yaml rename to stable/auto-yt-dl/5.3.0/templates/common.yaml diff --git a/stable/auto-yt-dl/5.1.3/values.yaml b/stable/auto-yt-dl/5.3.0/values.yaml similarity index 100% rename from stable/auto-yt-dl/5.1.3/values.yaml rename to stable/auto-yt-dl/5.3.0/values.yaml diff --git a/stable/autobrr/8.2.0/CHANGELOG.md b/stable/autobrr/8.2.0/CHANGELOG.md deleted file mode 100644 index aca8d8d48c2..00000000000 --- a/stable/autobrr/8.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - -## [autobrr-7.4.0](https://github.com/truecharts/charts/compare/autobrr-7.3.2...autobrr-7.4.0) (2024-02-13) - -### Chore - - - -- update container image ghcr.io/autobrr/autobrr to v1.37.0[@c965a00](https://github.com/c965a00) by renovate ([#18231](https://github.com/truecharts/charts/issues/18231)) - - -## [autobrr-7.3.2](https://github.com/truecharts/charts/compare/autobrr-7.3.1...autobrr-7.3.2) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [autobrr-7.3.1](https://github.com/truecharts/charts/compare/autobrr-7.3.0...autobrr-7.3.1) (2024-02-01) - - -## [autobrr-7.3.0](https://github.com/truecharts/charts/compare/autobrr-7.2.4...autobrr-7.3.0) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/autobrr/autobrr to v1.36.0[@14eaf68](https://github.com/14eaf68) by renovate ([#17691](https://github.com/truecharts/charts/issues/17691)) - - -## [autobrr-7.2.4](https://github.com/truecharts/charts/compare/autobrr-7.2.3...autobrr-7.2.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [autobrr-7.2.3](https://github.com/truecharts/charts/compare/autobrr-7.2.2...autobrr-7.2.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [autobrr-7.2.2](https://github.com/truecharts/charts/compare/autobrr-7.2.1...autobrr-7.2.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [autobrr-7.2.1](https://github.com/truecharts/charts/compare/autobrr-7.2.0...autobrr-7.2.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [autobrr-7.2.0](https://github.com/truecharts/charts/compare/autobrr-7.1.7...autobrr-7.2.0) (2024-01-21) - -### Chore - - - -- update container image ghcr.io/autobrr/autobrr to v1.35.1[@6b259dd](https://github.com/6b259dd) by renovate ([#17443](https://github.com/truecharts/charts/issues/17443)) - - - - -## [autobrr-7.1.7](https://github.com/truecharts/charts/compare/autobrr-7.1.6...autobrr-7.1.7) (2024-01-09) \ No newline at end of file diff --git a/stable/autobrr/8.2.0/Chart.yaml b/stable/autobrr/8.2.0/Chart.yaml deleted file mode 100644 index 1d89e8f9aea..00000000000 --- a/stable/autobrr/8.2.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.38.1 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The modern download automation tool for torrents. -home: https://truecharts.org/charts/stable/autobrr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/autobrr.png -keywords: - - autobrr - - torrent -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: autobrr -sources: - - https://github.com/autobrr/autobrr - - https://github.com/truecharts/charts/tree/master/charts/stable/autobrr - - https://ghcr.io/autobrr/autobrr -type: application -version: 8.2.0 diff --git a/stable/autobrr/8.2.0/charts/common-18.1.2.tgz b/stable/autobrr/8.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/autobrr/8.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/autobrr/8.2.0/ix_values.yaml b/stable/autobrr/8.2.0/ix_values.yaml deleted file mode 100644 index c9346d292e9..00000000000 --- a/stable/autobrr/8.2.0/ix_values.yaml +++ /dev/null @@ -1,44 +0,0 @@ -image: - repository: ghcr.io/autobrr/autobrr - pullPolicy: IfNotPresent - tag: v1.38.1@sha256:4c2d91b3f019401b4e8aeae2ea9a8c5855a00463f54f1367e6c08a7754e5300a - -service: - main: - ports: - main: - protocol: http - port: 7474 - -autobrr: - # ERROR | DEBUG |INFO | WARN | TRACE - log_level: DEBUG - -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - readiness: - type: http - startup: - type: tcp - -persistence: - config: - enabled: true - mountPath: /config - autobrr-config: - enabled: true - type: configmap - objectName: autobrr-config - mountPath: /config/config.toml - subPath: config.toml - readOnly: true - -portal: - open: - enabled: true diff --git a/stable/autobrr/8.2.0/.helmignore b/stable/autobrr/8.4.0/.helmignore similarity index 100% rename from stable/autobrr/8.2.0/.helmignore rename to stable/autobrr/8.4.0/.helmignore diff --git a/stable/autobrr/8.4.0/CHANGELOG.md b/stable/autobrr/8.4.0/CHANGELOG.md new file mode 100644 index 00000000000..b881024f480 --- /dev/null +++ b/stable/autobrr/8.4.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [autobrr-8.4.0](https://github.com/truecharts/charts/compare/autobrr-8.3.3...autobrr-8.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [autobrr-8.3.3](https://github.com/truecharts/charts/compare/autobrr-8.3.2...autobrr-8.3.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [autobrr-8.3.2](https://github.com/truecharts/charts/compare/autobrr-8.3.0...autobrr-8.3.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + +## [autobrr-7.4.0](https://github.com/truecharts/charts/compare/autobrr-7.3.2...autobrr-7.4.0) (2024-02-13) + +### Chore + + + +- update container image ghcr.io/autobrr/autobrr to v1.37.0[@c965a00](https://github.com/c965a00) by renovate ([#18231](https://github.com/truecharts/charts/issues/18231)) + + +## [autobrr-7.3.2](https://github.com/truecharts/charts/compare/autobrr-7.3.1...autobrr-7.3.2) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [autobrr-7.3.1](https://github.com/truecharts/charts/compare/autobrr-7.3.0...autobrr-7.3.1) (2024-02-01) + + +## [autobrr-7.3.0](https://github.com/truecharts/charts/compare/autobrr-7.2.4...autobrr-7.3.0) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/autobrr/autobrr to v1.36.0[@14eaf68](https://github.com/14eaf68) by renovate ([#17691](https://github.com/truecharts/charts/issues/17691)) + + +## [autobrr-7.2.4](https://github.com/truecharts/charts/compare/autobrr-7.2.3...autobrr-7.2.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [autobrr-7.2.3](https://github.com/truecharts/charts/compare/autobrr-7.2.2...autobrr-7.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + diff --git a/stable/autobrr/8.4.0/Chart.yaml b/stable/autobrr/8.4.0/Chart.yaml new file mode 100644 index 00000000000..e9a1cc0f782 --- /dev/null +++ b/stable/autobrr/8.4.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.39.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The modern download automation tool for torrents. +home: https://truecharts.org/charts/stable/autobrr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/autobrr.png +keywords: + - autobrr + - torrent +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: autobrr +sources: + - https://github.com/autobrr/autobrr + - https://github.com/truecharts/charts/tree/master/charts/stable/autobrr + - https://ghcr.io/autobrr/autobrr +type: application +version: 8.4.0 diff --git a/stable/autobrr/8.2.0/README.md b/stable/autobrr/8.4.0/README.md similarity index 100% rename from stable/autobrr/8.2.0/README.md rename to stable/autobrr/8.4.0/README.md diff --git a/stable/autobrr/8.4.0/app-changelog.md b/stable/autobrr/8.4.0/app-changelog.md new file mode 100644 index 00000000000..71fd11959ec --- /dev/null +++ b/stable/autobrr/8.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [autobrr-8.4.0](https://github.com/truecharts/charts/compare/autobrr-8.3.3...autobrr-8.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/autobrr/8.2.0/app-readme.md b/stable/autobrr/8.4.0/app-readme.md similarity index 100% rename from stable/autobrr/8.2.0/app-readme.md rename to stable/autobrr/8.4.0/app-readme.md diff --git a/stable/autobrr/8.4.0/charts/common-18.2.0.tgz b/stable/autobrr/8.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/autobrr/8.4.0/charts/common-18.2.0.tgz differ diff --git a/stable/autobrr/8.4.0/ix_values.yaml b/stable/autobrr/8.4.0/ix_values.yaml new file mode 100644 index 00000000000..2a88ed23a2b --- /dev/null +++ b/stable/autobrr/8.4.0/ix_values.yaml @@ -0,0 +1,44 @@ +image: + repository: ghcr.io/autobrr/autobrr + pullPolicy: IfNotPresent + tag: v1.39.1@sha256:7149943f3f6a528ea653662272e8a2c78156cdbf51fd3313911eb57a03378a50 + +service: + main: + ports: + main: + protocol: http + port: 7474 + +autobrr: + # ERROR | DEBUG |INFO | WARN | TRACE + log_level: DEBUG + +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + readiness: + type: http + startup: + type: tcp + +persistence: + config: + enabled: true + mountPath: /config + autobrr-config: + enabled: true + type: configmap + objectName: autobrr-config + mountPath: /config/config.toml + subPath: config.toml + readOnly: true + +portal: + open: + enabled: true diff --git a/stable/autobrr/8.2.0/questions.yaml b/stable/autobrr/8.4.0/questions.yaml similarity index 100% rename from stable/autobrr/8.2.0/questions.yaml rename to stable/autobrr/8.4.0/questions.yaml diff --git a/stable/autobrr/8.2.0/templates/NOTES.txt b/stable/autobrr/8.4.0/templates/NOTES.txt similarity index 100% rename from stable/autobrr/8.2.0/templates/NOTES.txt rename to stable/autobrr/8.4.0/templates/NOTES.txt diff --git a/stable/autobrr/8.2.0/templates/_configmap.tpl b/stable/autobrr/8.4.0/templates/_configmap.tpl similarity index 100% rename from stable/autobrr/8.2.0/templates/_configmap.tpl rename to stable/autobrr/8.4.0/templates/_configmap.tpl diff --git a/stable/autobrr/8.2.0/templates/common.yaml b/stable/autobrr/8.4.0/templates/common.yaml similarity index 100% rename from stable/autobrr/8.2.0/templates/common.yaml rename to stable/autobrr/8.4.0/templates/common.yaml diff --git a/stable/autobrr/8.2.0/values.yaml b/stable/autobrr/8.4.0/values.yaml similarity index 100% rename from stable/autobrr/8.2.0/values.yaml rename to stable/autobrr/8.4.0/values.yaml diff --git a/stable/automatic-music-downloader/9.1.3/CHANGELOG.md b/stable/automatic-music-downloader/9.1.3/CHANGELOG.md deleted file mode 100644 index 335ca9ca843..00000000000 --- a/stable/automatic-music-downloader/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [automatic-music-downloader-8.1.12](https://github.com/truecharts/charts/compare/automatic-music-downloader-8.1.11...automatic-music-downloader-8.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [automatic-music-downloader-8.1.11](https://github.com/truecharts/charts/compare/automatic-music-downloader-8.1.10...automatic-music-downloader-8.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [automatic-music-downloader-8.1.10](https://github.com/truecharts/charts/compare/automatic-music-downloader-8.1.9...automatic-music-downloader-8.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [automatic-music-downloader-8.1.9](https://github.com/truecharts/charts/compare/automatic-music-downloader-8.1.8...automatic-music-downloader-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [automatic-music-downloader-8.1.8](https://github.com/truecharts/charts/compare/automatic-music-downloader-8.1.7...automatic-music-downloader-8.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [automatic-music-downloader-8.1.7](https://github.com/truecharts/charts/compare/automatic-music-downloader-8.1.6...automatic-music-downloader-8.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [automatic-music-downloader-8.1.6](https://github.com/truecharts/charts/compare/automatic-music-downloader-8.1.5...automatic-music-downloader-8.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [automatic-music-downloader-8.1.5](https://github.com/truecharts/charts/compare/automatic-music-downloader-8.1.4...automatic-music-downloader-8.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [automatic-music-downloader-8.1.4](https://github.com/truecharts/charts/compare/automatic-music-downloader-8.1.3...automatic-music-downloader-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/automatic-music-downloader/9.1.3/Chart.yaml b/stable/automatic-music-downloader/9.1.3/Chart.yaml deleted file mode 100644 index f62b6dae592..00000000000 --- a/stable/automatic-music-downloader/9.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A Lidarr companion script to automatically download music for Lidarr. -home: https://truecharts.org/charts/stable/automatic-music-downloader -icon: https://truecharts.org/img/hotlink-ok/chart-icons/automatic-music-downloader.png -keywords: - - automatic - - music - - downloader - - deemix -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: automatic-music-downloader -sources: - - https://github.com/RandomNinjaAtk/docker-amd - - https://github.com/truecharts/charts/tree/master/charts/stable/automatic-music-downloader - - https://hub.docker.com/r/randomninjaatk/amd -type: application -version: 9.1.3 diff --git a/stable/automatic-music-downloader/9.1.3/charts/common-18.0.3.tgz b/stable/automatic-music-downloader/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/automatic-music-downloader/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/automatic-music-downloader/9.1.3/.helmignore b/stable/automatic-music-downloader/9.3.0/.helmignore similarity index 100% rename from stable/automatic-music-downloader/9.1.3/.helmignore rename to stable/automatic-music-downloader/9.3.0/.helmignore diff --git a/stable/automatic-music-downloader/9.3.0/CHANGELOG.md b/stable/automatic-music-downloader/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..7ddc5e8fc37 --- /dev/null +++ b/stable/automatic-music-downloader/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [automatic-music-downloader-9.3.0](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.2.3...automatic-music-downloader-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [automatic-music-downloader-9.2.3](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.2.2...automatic-music-downloader-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [automatic-music-downloader-9.2.2](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.2.0...automatic-music-downloader-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [automatic-music-downloader-8.1.12](https://github.com/truecharts/charts/compare/automatic-music-downloader-8.1.11...automatic-music-downloader-8.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [automatic-music-downloader-8.1.11](https://github.com/truecharts/charts/compare/automatic-music-downloader-8.1.10...automatic-music-downloader-8.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [automatic-music-downloader-8.1.10](https://github.com/truecharts/charts/compare/automatic-music-downloader-8.1.9...automatic-music-downloader-8.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [automatic-music-downloader-8.1.9](https://github.com/truecharts/charts/compare/automatic-music-downloader-8.1.8...automatic-music-downloader-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [automatic-music-downloader-8.1.8](https://github.com/truecharts/charts/compare/automatic-music-downloader-8.1.7...automatic-music-downloader-8.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [automatic-music-downloader-8.1.7](https://github.com/truecharts/charts/compare/automatic-music-downloader-8.1.6...automatic-music-downloader-8.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/automatic-music-downloader/9.3.0/Chart.yaml b/stable/automatic-music-downloader/9.3.0/Chart.yaml new file mode 100644 index 00000000000..3f7a66c03d6 --- /dev/null +++ b/stable/automatic-music-downloader/9.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Lidarr companion script to automatically download music for Lidarr. +home: https://truecharts.org/charts/stable/automatic-music-downloader +icon: https://truecharts.org/img/hotlink-ok/chart-icons/automatic-music-downloader.png +keywords: + - automatic + - music + - downloader + - deemix +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: automatic-music-downloader +sources: + - https://github.com/RandomNinjaAtk/docker-amd + - https://github.com/truecharts/charts/tree/master/charts/stable/automatic-music-downloader + - https://hub.docker.com/r/randomninjaatk/amd +type: application +version: 9.3.0 diff --git a/stable/automatic-music-downloader/9.1.3/README.md b/stable/automatic-music-downloader/9.3.0/README.md similarity index 100% rename from stable/automatic-music-downloader/9.1.3/README.md rename to stable/automatic-music-downloader/9.3.0/README.md diff --git a/stable/automatic-music-downloader/9.3.0/app-changelog.md b/stable/automatic-music-downloader/9.3.0/app-changelog.md new file mode 100644 index 00000000000..b2014ffdfc5 --- /dev/null +++ b/stable/automatic-music-downloader/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [automatic-music-downloader-9.3.0](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.2.3...automatic-music-downloader-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/automatic-music-downloader/9.1.3/app-readme.md b/stable/automatic-music-downloader/9.3.0/app-readme.md similarity index 100% rename from stable/automatic-music-downloader/9.1.3/app-readme.md rename to stable/automatic-music-downloader/9.3.0/app-readme.md diff --git a/stable/automatic-music-downloader/9.3.0/charts/common-18.2.0.tgz b/stable/automatic-music-downloader/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/automatic-music-downloader/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/automatic-music-downloader/9.1.3/ix_values.yaml b/stable/automatic-music-downloader/9.3.0/ix_values.yaml similarity index 100% rename from stable/automatic-music-downloader/9.1.3/ix_values.yaml rename to stable/automatic-music-downloader/9.3.0/ix_values.yaml diff --git a/stable/automatic-music-downloader/9.1.3/questions.yaml b/stable/automatic-music-downloader/9.3.0/questions.yaml similarity index 100% rename from stable/automatic-music-downloader/9.1.3/questions.yaml rename to stable/automatic-music-downloader/9.3.0/questions.yaml diff --git a/stable/automatic-music-downloader/9.1.3/templates/NOTES.txt b/stable/automatic-music-downloader/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/automatic-music-downloader/9.1.3/templates/NOTES.txt rename to stable/automatic-music-downloader/9.3.0/templates/NOTES.txt diff --git a/stable/automatic-music-downloader/9.1.3/templates/common.yaml b/stable/automatic-music-downloader/9.3.0/templates/common.yaml similarity index 100% rename from stable/automatic-music-downloader/9.1.3/templates/common.yaml rename to stable/automatic-music-downloader/9.3.0/templates/common.yaml diff --git a/stable/automatic-music-downloader/9.1.3/values.yaml b/stable/automatic-music-downloader/9.3.0/values.yaml similarity index 100% rename from stable/automatic-music-downloader/9.1.3/values.yaml rename to stable/automatic-music-downloader/9.3.0/values.yaml diff --git a/stable/automatic-ripping-machine/3.1.3/CHANGELOG.md b/stable/automatic-ripping-machine/3.1.3/CHANGELOG.md deleted file mode 100644 index 01952eb129f..00000000000 --- a/stable/automatic-ripping-machine/3.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [automatic-ripping-machine-2.1.34](https://github.com/truecharts/charts/compare/automatic-ripping-machine-2.1.33...automatic-ripping-machine-2.1.34) (2024-02-12) - -### Chore - - - -- update container image automaticrippingmachine/automatic-ripping-machine to 2.6.70[@88a6efc](https://github.com/88a6efc) by renovate ([#18153](https://github.com/truecharts/charts/issues/18153)) - - -## [automatic-ripping-machine-2.1.33](https://github.com/truecharts/charts/compare/automatic-ripping-machine-2.1.32...automatic-ripping-machine-2.1.33) (2024-02-12) - -### Chore - - - -- update container image automaticrippingmachine/automatic-ripping-machine to 2.6.70[@5b54cb0](https://github.com/5b54cb0) by renovate ([#18024](https://github.com/truecharts/charts/issues/18024)) - - -## [automatic-ripping-machine-2.1.32](https://github.com/truecharts/charts/compare/automatic-ripping-machine-2.1.31...automatic-ripping-machine-2.1.32) (2024-02-05) - -### Chore - - - -- update container image automaticrippingmachine/automatic-ripping-machine to 2.6.70[@0fa9951](https://github.com/0fa9951) by renovate ([#17952](https://github.com/truecharts/charts/issues/17952)) - - -## [automatic-ripping-machine-2.1.31](https://github.com/truecharts/charts/compare/automatic-ripping-machine-2.1.30...automatic-ripping-machine-2.1.31) (2024-02-05) - -### Chore - - - -- update container image automaticrippingmachine/automatic-ripping-machine to 2.6.70[@68146c7](https://github.com/68146c7) by renovate ([#17811](https://github.com/truecharts/charts/issues/17811)) - - -## [automatic-ripping-machine-2.1.30](https://github.com/truecharts/charts/compare/automatic-ripping-machine-2.1.29...automatic-ripping-machine-2.1.30) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [automatic-ripping-machine-2.1.29](https://github.com/truecharts/charts/compare/automatic-ripping-machine-2.1.28...automatic-ripping-machine-2.1.29) (2024-01-31) - -### Chore - - - -- update container image automaticrippingmachine/automatic-ripping-machine to 2.6.70[@134acad](https://github.com/134acad) by renovate ([#17764](https://github.com/truecharts/charts/issues/17764)) - - -## [automatic-ripping-machine-2.1.28](https://github.com/truecharts/charts/compare/automatic-ripping-machine-2.1.27...automatic-ripping-machine-2.1.28) (2024-01-29) - -### Chore - - - -- update container image automaticrippingmachine/automatic-ripping-machine to v2.6.70[@c4d9f18](https://github.com/c4d9f18) by renovate ([#17753](https://github.com/truecharts/charts/issues/17753)) - - -## [automatic-ripping-machine-2.1.27](https://github.com/truecharts/charts/compare/automatic-ripping-machine-2.1.26...automatic-ripping-machine-2.1.27) (2024-01-29) - -### Chore - - - -- update container image automaticrippingmachine/automatic-ripping-machine to 2.6.69[@ecd1c5f](https://github.com/ecd1c5f) by renovate ([#17716](https://github.com/truecharts/charts/issues/17716)) - - -## [automatic-ripping-machine-2.1.26](https://github.com/truecharts/charts/compare/automatic-ripping-machine-2.1.25...automatic-ripping-machine-2.1.26) (2024-01-29) - -### Chore - - - -- update container image automaticrippingmachine/automatic-ripping-machine to 2.6.69[@97f9f76](https://github.com/97f9f76) by renovate ([#17577](https://github.com/truecharts/charts/issues/17577)) - - -## [automatic-ripping-machine-2.1.25](https://github.com/truecharts/charts/compare/automatic-ripping-machine-2.1.24...automatic-ripping-machine-2.1.25) (2024-01-26) diff --git a/stable/automatic-ripping-machine/3.1.3/Chart.yaml b/stable/automatic-ripping-machine/3.1.3/Chart.yaml deleted file mode 100644 index ad4774c72bf..00000000000 --- a/stable/automatic-ripping-machine/3.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.6.70 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Automatic Ripping Machine (ARM) Scripts. -home: https://truecharts.org/charts/stable/automatic-ripping-machine -icon: https://truecharts.org/img/hotlink-ok/chart-icons/automatic-ripping-machine.png -keywords: - - automatic-ripping-machine - - media -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: automatic-ripping-machine -sources: - - https://github.com/automatic-ripping-machine/automatic-ripping-machine - - https://github.com/truecharts/charts/tree/master/charts/stable/automatic-ripping-machine - - https://hub.docker.com/r/automaticrippingmachine/automatic-ripping-machine -type: application -version: 3.1.3 diff --git a/stable/automatic-ripping-machine/3.1.3/charts/common-18.0.3.tgz b/stable/automatic-ripping-machine/3.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/automatic-ripping-machine/3.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/automatic-ripping-machine/3.1.3/.helmignore b/stable/automatic-ripping-machine/3.3.0/.helmignore similarity index 100% rename from stable/automatic-ripping-machine/3.1.3/.helmignore rename to stable/automatic-ripping-machine/3.3.0/.helmignore diff --git a/stable/automatic-ripping-machine/3.3.0/CHANGELOG.md b/stable/automatic-ripping-machine/3.3.0/CHANGELOG.md new file mode 100644 index 00000000000..245e23ad426 --- /dev/null +++ b/stable/automatic-ripping-machine/3.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [automatic-ripping-machine-3.3.0](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.2.3...automatic-ripping-machine-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [automatic-ripping-machine-3.2.3](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.2.2...automatic-ripping-machine-3.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [automatic-ripping-machine-3.2.2](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.2.0...automatic-ripping-machine-3.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [automatic-ripping-machine-2.1.34](https://github.com/truecharts/charts/compare/automatic-ripping-machine-2.1.33...automatic-ripping-machine-2.1.34) (2024-02-12) + +### Chore + + + +- update container image automaticrippingmachine/automatic-ripping-machine to 2.6.70[@88a6efc](https://github.com/88a6efc) by renovate ([#18153](https://github.com/truecharts/charts/issues/18153)) + + +## [automatic-ripping-machine-2.1.33](https://github.com/truecharts/charts/compare/automatic-ripping-machine-2.1.32...automatic-ripping-machine-2.1.33) (2024-02-12) + +### Chore + + + +- update container image automaticrippingmachine/automatic-ripping-machine to 2.6.70[@5b54cb0](https://github.com/5b54cb0) by renovate ([#18024](https://github.com/truecharts/charts/issues/18024)) + + +## [automatic-ripping-machine-2.1.32](https://github.com/truecharts/charts/compare/automatic-ripping-machine-2.1.31...automatic-ripping-machine-2.1.32) (2024-02-05) + +### Chore + + + +- update container image automaticrippingmachine/automatic-ripping-machine to 2.6.70[@0fa9951](https://github.com/0fa9951) by renovate ([#17952](https://github.com/truecharts/charts/issues/17952)) + + +## [automatic-ripping-machine-2.1.31](https://github.com/truecharts/charts/compare/automatic-ripping-machine-2.1.30...automatic-ripping-machine-2.1.31) (2024-02-05) + +### Chore + + + +- update container image automaticrippingmachine/automatic-ripping-machine to 2.6.70[@68146c7](https://github.com/68146c7) by renovate ([#17811](https://github.com/truecharts/charts/issues/17811)) + + +## [automatic-ripping-machine-2.1.30](https://github.com/truecharts/charts/compare/automatic-ripping-machine-2.1.29...automatic-ripping-machine-2.1.30) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [automatic-ripping-machine-2.1.29](https://github.com/truecharts/charts/compare/automatic-ripping-machine-2.1.28...automatic-ripping-machine-2.1.29) (2024-01-31) + +### Chore + + + +- update container image automaticrippingmachine/automatic-ripping-machine to 2.6.70[@134acad](https://github.com/134acad) by renovate ([#17764](https://github.com/truecharts/charts/issues/17764)) diff --git a/stable/automatic-ripping-machine/3.3.0/Chart.yaml b/stable/automatic-ripping-machine/3.3.0/Chart.yaml new file mode 100644 index 00000000000..f55e4df1d4c --- /dev/null +++ b/stable/automatic-ripping-machine/3.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.6.70 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Automatic Ripping Machine (ARM) Scripts. +home: https://truecharts.org/charts/stable/automatic-ripping-machine +icon: https://truecharts.org/img/hotlink-ok/chart-icons/automatic-ripping-machine.png +keywords: + - automatic-ripping-machine + - media +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: automatic-ripping-machine +sources: + - https://github.com/automatic-ripping-machine/automatic-ripping-machine + - https://github.com/truecharts/charts/tree/master/charts/stable/automatic-ripping-machine + - https://hub.docker.com/r/automaticrippingmachine/automatic-ripping-machine +type: application +version: 3.3.0 diff --git a/stable/automatic-ripping-machine/3.1.3/README.md b/stable/automatic-ripping-machine/3.3.0/README.md similarity index 100% rename from stable/automatic-ripping-machine/3.1.3/README.md rename to stable/automatic-ripping-machine/3.3.0/README.md diff --git a/stable/automatic-ripping-machine/3.3.0/app-changelog.md b/stable/automatic-ripping-machine/3.3.0/app-changelog.md new file mode 100644 index 00000000000..006991f8eca --- /dev/null +++ b/stable/automatic-ripping-machine/3.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [automatic-ripping-machine-3.3.0](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.2.3...automatic-ripping-machine-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/automatic-ripping-machine/3.1.3/app-readme.md b/stable/automatic-ripping-machine/3.3.0/app-readme.md similarity index 100% rename from stable/automatic-ripping-machine/3.1.3/app-readme.md rename to stable/automatic-ripping-machine/3.3.0/app-readme.md diff --git a/stable/automatic-ripping-machine/3.3.0/charts/common-18.2.0.tgz b/stable/automatic-ripping-machine/3.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/automatic-ripping-machine/3.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/automatic-ripping-machine/3.1.3/ix_values.yaml b/stable/automatic-ripping-machine/3.3.0/ix_values.yaml similarity index 100% rename from stable/automatic-ripping-machine/3.1.3/ix_values.yaml rename to stable/automatic-ripping-machine/3.3.0/ix_values.yaml diff --git a/stable/automatic-ripping-machine/3.1.3/questions.yaml b/stable/automatic-ripping-machine/3.3.0/questions.yaml similarity index 100% rename from stable/automatic-ripping-machine/3.1.3/questions.yaml rename to stable/automatic-ripping-machine/3.3.0/questions.yaml diff --git a/stable/automatic-ripping-machine/3.1.3/templates/NOTES.txt b/stable/automatic-ripping-machine/3.3.0/templates/NOTES.txt similarity index 100% rename from stable/automatic-ripping-machine/3.1.3/templates/NOTES.txt rename to stable/automatic-ripping-machine/3.3.0/templates/NOTES.txt diff --git a/stable/automatic-ripping-machine/3.1.3/templates/common.yaml b/stable/automatic-ripping-machine/3.3.0/templates/common.yaml similarity index 100% rename from stable/automatic-ripping-machine/3.1.3/templates/common.yaml rename to stable/automatic-ripping-machine/3.3.0/templates/common.yaml diff --git a/stable/automatic-ripping-machine/3.1.3/values.yaml b/stable/automatic-ripping-machine/3.3.0/values.yaml similarity index 100% rename from stable/automatic-ripping-machine/3.1.3/values.yaml rename to stable/automatic-ripping-machine/3.3.0/values.yaml diff --git a/stable/autoscan/8.2.0/CHANGELOG.md b/stable/autoscan/8.2.0/CHANGELOG.md deleted file mode 100644 index aa00871b5d2..00000000000 --- a/stable/autoscan/8.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -## [autoscan-7.1.18](https://github.com/truecharts/charts/compare/autoscan-7.1.17...autoscan-7.1.18) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/hotio/autoscan to latest[@2143c91](https://github.com/2143c91) by renovate ([#18208](https://github.com/truecharts/charts/issues/18208)) - - -## [autoscan-7.1.17](https://github.com/truecharts/charts/compare/autoscan-7.1.16...autoscan-7.1.17) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/hotio/autoscan to latest[@dc95995](https://github.com/dc95995) by renovate ([#18046](https://github.com/truecharts/charts/issues/18046)) - - -## [autoscan-7.1.16](https://github.com/truecharts/charts/compare/autoscan-7.1.15...autoscan-7.1.16) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/hotio/autoscan to latest[@12d2887](https://github.com/12d2887) by renovate ([#17834](https://github.com/truecharts/charts/issues/17834)) - - -## [autoscan-7.1.15](https://github.com/truecharts/charts/compare/autoscan-7.1.14...autoscan-7.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [autoscan-7.1.14](https://github.com/truecharts/charts/compare/autoscan-7.1.13...autoscan-7.1.14) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/hotio/autoscan to latest[@1cae14c](https://github.com/1cae14c) by renovate ([#17592](https://github.com/truecharts/charts/issues/17592)) - - -## [autoscan-7.1.13](https://github.com/truecharts/charts/compare/autoscan-7.1.12...autoscan-7.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [autoscan-7.1.12](https://github.com/truecharts/charts/compare/autoscan-7.1.11...autoscan-7.1.12) (2024-01-21) - -### Chore - - diff --git a/stable/autoscan/8.2.0/Chart.yaml b/stable/autoscan/8.2.0/Chart.yaml deleted file mode 100644 index 41b5e14adf9..00000000000 --- a/stable/autoscan/8.2.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Autoscan replaces the default Plex and Emby behaviour for picking up file changes on the file system. -home: https://truecharts.org/charts/stable/autoscan -icon: https://truecharts.org/img/hotlink-ok/chart-icons/autoscan.png -keywords: - - autoscan - - media -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: autoscan -sources: - - https://hotio.dev/containers/autoscan - - https://github.com/truecharts/charts/tree/master/charts/stable/autoscan - - https://ghcr.io/hotio/autoscan -type: application -version: 8.2.0 diff --git a/stable/autoscan/8.2.0/charts/common-18.1.2.tgz b/stable/autoscan/8.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/autoscan/8.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/autoscan/8.2.0/ix_values.yaml b/stable/autoscan/8.2.0/ix_values.yaml deleted file mode 100644 index db40120b298..00000000000 --- a/stable/autoscan/8.2.0/ix_values.yaml +++ /dev/null @@ -1,39 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: ghcr.io/hotio/autoscan - tag: latest@sha256:a343a024366a4e12d2b4e4097fa2f65ab5285bb4d34c4ae677607d04c44f3d6c -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 3030 - protocol: http - targetPort: 3030 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false - env: - PLEX_LOGIN: "" - PLEX_PASSWORD: "" -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: false diff --git a/stable/autoscan/8.2.0/.helmignore b/stable/autoscan/8.3.0/.helmignore similarity index 100% rename from stable/autoscan/8.2.0/.helmignore rename to stable/autoscan/8.3.0/.helmignore diff --git a/stable/autoscan/8.3.0/CHANGELOG.md b/stable/autoscan/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..533c414b390 --- /dev/null +++ b/stable/autoscan/8.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [autoscan-8.3.0](https://github.com/truecharts/charts/compare/autoscan-8.2.4...autoscan-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [autoscan-8.2.4](https://github.com/truecharts/charts/compare/autoscan-8.2.3...autoscan-8.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [autoscan-8.2.3](https://github.com/truecharts/charts/compare/autoscan-8.2.1...autoscan-8.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## [autoscan-7.1.18](https://github.com/truecharts/charts/compare/autoscan-7.1.17...autoscan-7.1.18) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/hotio/autoscan to latest[@2143c91](https://github.com/2143c91) by renovate ([#18208](https://github.com/truecharts/charts/issues/18208)) + + +## [autoscan-7.1.17](https://github.com/truecharts/charts/compare/autoscan-7.1.16...autoscan-7.1.17) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/hotio/autoscan to latest[@dc95995](https://github.com/dc95995) by renovate ([#18046](https://github.com/truecharts/charts/issues/18046)) + + +## [autoscan-7.1.16](https://github.com/truecharts/charts/compare/autoscan-7.1.15...autoscan-7.1.16) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/hotio/autoscan to latest[@12d2887](https://github.com/12d2887) by renovate ([#17834](https://github.com/truecharts/charts/issues/17834)) + + +## [autoscan-7.1.15](https://github.com/truecharts/charts/compare/autoscan-7.1.14...autoscan-7.1.15) (2024-02-03) + +### Chore \ No newline at end of file diff --git a/stable/autoscan/8.3.0/Chart.yaml b/stable/autoscan/8.3.0/Chart.yaml new file mode 100644 index 00000000000..284e8058314 --- /dev/null +++ b/stable/autoscan/8.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Autoscan replaces the default Plex and Emby behaviour for picking up file changes on the file system. +home: https://truecharts.org/charts/stable/autoscan +icon: https://truecharts.org/img/hotlink-ok/chart-icons/autoscan.png +keywords: + - autoscan + - media +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: autoscan +sources: + - https://hotio.dev/containers/autoscan + - https://github.com/truecharts/charts/tree/master/charts/stable/autoscan + - https://ghcr.io/hotio/autoscan +type: application +version: 8.3.0 diff --git a/stable/autoscan/8.2.0/README.md b/stable/autoscan/8.3.0/README.md similarity index 100% rename from stable/autoscan/8.2.0/README.md rename to stable/autoscan/8.3.0/README.md diff --git a/stable/autoscan/8.3.0/app-changelog.md b/stable/autoscan/8.3.0/app-changelog.md new file mode 100644 index 00000000000..332e7abad71 --- /dev/null +++ b/stable/autoscan/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [autoscan-8.3.0](https://github.com/truecharts/charts/compare/autoscan-8.2.4...autoscan-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/autoscan/8.2.0/app-readme.md b/stable/autoscan/8.3.0/app-readme.md similarity index 100% rename from stable/autoscan/8.2.0/app-readme.md rename to stable/autoscan/8.3.0/app-readme.md diff --git a/stable/autoscan/8.3.0/charts/common-18.2.0.tgz b/stable/autoscan/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/autoscan/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/autoscan/8.3.0/ix_values.yaml b/stable/autoscan/8.3.0/ix_values.yaml new file mode 100644 index 00000000000..3658f816e6b --- /dev/null +++ b/stable/autoscan/8.3.0/ix_values.yaml @@ -0,0 +1,39 @@ +image: + pullPolicy: IfNotPresent + repository: ghcr.io/hotio/autoscan + tag: latest@sha256:46bc41efe6e05c5a04c45410cdd41ce6a313b60bcf1354245c6f541e4bb0f466 +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 3030 + protocol: http + targetPort: 3030 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + env: + PLEX_LOGIN: "" + PLEX_PASSWORD: "" +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: false diff --git a/stable/autoscan/8.2.0/questions.yaml b/stable/autoscan/8.3.0/questions.yaml similarity index 100% rename from stable/autoscan/8.2.0/questions.yaml rename to stable/autoscan/8.3.0/questions.yaml diff --git a/stable/autoscan/8.2.0/templates/NOTES.txt b/stable/autoscan/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/autoscan/8.2.0/templates/NOTES.txt rename to stable/autoscan/8.3.0/templates/NOTES.txt diff --git a/stable/autoscan/8.2.0/templates/common.yaml b/stable/autoscan/8.3.0/templates/common.yaml similarity index 100% rename from stable/autoscan/8.2.0/templates/common.yaml rename to stable/autoscan/8.3.0/templates/common.yaml diff --git a/stable/autoscan/8.2.0/values.yaml b/stable/autoscan/8.3.0/values.yaml similarity index 100% rename from stable/autoscan/8.2.0/values.yaml rename to stable/autoscan/8.3.0/values.yaml diff --git a/stable/avidemux/9.1.3/CHANGELOG.md b/stable/avidemux/9.1.3/CHANGELOG.md deleted file mode 100644 index 0d7ef2e71cd..00000000000 --- a/stable/avidemux/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [avidemux-8.0.1](https://github.com/truecharts/charts/compare/avidemux-8.0.0...avidemux-8.0.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [avidemux-8.0.0](https://github.com/truecharts/charts/compare/avidemux-7.1.11...avidemux-8.0.0) (2024-01-29) - -### Chore - - - -- update container image jlesage/avidemux to v24.01.1[@74d2463](https://github.com/74d2463) by renovate ([#17706](https://github.com/truecharts/charts/issues/17706)) - - -## [avidemux-7.1.11](https://github.com/truecharts/charts/compare/avidemux-7.1.10...avidemux-7.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [avidemux-7.1.10](https://github.com/truecharts/charts/compare/avidemux-7.1.9...avidemux-7.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [avidemux-7.1.9](https://github.com/truecharts/charts/compare/avidemux-7.1.8...avidemux-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [avidemux-7.1.8](https://github.com/truecharts/charts/compare/avidemux-7.1.7...avidemux-7.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [avidemux-7.1.7](https://github.com/truecharts/charts/compare/avidemux-7.1.6...avidemux-7.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [avidemux-7.1.6](https://github.com/truecharts/charts/compare/avidemux-7.1.5...avidemux-7.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [avidemux-7.1.5](https://github.com/truecharts/charts/compare/avidemux-7.1.4...avidemux-7.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - diff --git a/stable/avidemux/9.1.3/Chart.yaml b/stable/avidemux/9.1.3/Chart.yaml deleted file mode 100644 index a97d29bd03d..00000000000 --- a/stable/avidemux/9.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.01.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks. -home: https://truecharts.org/charts/stable/avidemux -icon: https://truecharts.org/img/hotlink-ok/chart-icons/avidemux.png -keywords: - - media - - avidemux -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: avidemux -sources: - - https://github.com/jlesage/docker-avidemux - - https://github.com/truecharts/charts/tree/master/charts/stable/avidemux - - https://hub.docker.com/r/jlesage/avidemux -type: application -version: 9.1.3 diff --git a/stable/avidemux/9.1.3/charts/common-18.0.3.tgz b/stable/avidemux/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/avidemux/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/avidemux/9.1.3/.helmignore b/stable/avidemux/9.3.0/.helmignore similarity index 100% rename from stable/avidemux/9.1.3/.helmignore rename to stable/avidemux/9.3.0/.helmignore diff --git a/stable/avidemux/9.3.0/CHANGELOG.md b/stable/avidemux/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..4b2c8a123aa --- /dev/null +++ b/stable/avidemux/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [avidemux-9.3.0](https://github.com/truecharts/charts/compare/avidemux-9.2.3...avidemux-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [avidemux-9.2.3](https://github.com/truecharts/charts/compare/avidemux-9.2.2...avidemux-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [avidemux-9.2.2](https://github.com/truecharts/charts/compare/avidemux-9.2.0...avidemux-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [avidemux-8.0.1](https://github.com/truecharts/charts/compare/avidemux-8.0.0...avidemux-8.0.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [avidemux-8.0.0](https://github.com/truecharts/charts/compare/avidemux-7.1.11...avidemux-8.0.0) (2024-01-29) + +### Chore + + + +- update container image jlesage/avidemux to v24.01.1[@74d2463](https://github.com/74d2463) by renovate ([#17706](https://github.com/truecharts/charts/issues/17706)) + + +## [avidemux-7.1.11](https://github.com/truecharts/charts/compare/avidemux-7.1.10...avidemux-7.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [avidemux-7.1.10](https://github.com/truecharts/charts/compare/avidemux-7.1.9...avidemux-7.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [avidemux-7.1.9](https://github.com/truecharts/charts/compare/avidemux-7.1.8...avidemux-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [avidemux-7.1.8](https://github.com/truecharts/charts/compare/avidemux-7.1.7...avidemux-7.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/avidemux/9.3.0/Chart.yaml b/stable/avidemux/9.3.0/Chart.yaml new file mode 100644 index 00000000000..fcfc9b34505 --- /dev/null +++ b/stable/avidemux/9.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.01.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks. +home: https://truecharts.org/charts/stable/avidemux +icon: https://truecharts.org/img/hotlink-ok/chart-icons/avidemux.png +keywords: + - media + - avidemux +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: avidemux +sources: + - https://github.com/jlesage/docker-avidemux + - https://github.com/truecharts/charts/tree/master/charts/stable/avidemux + - https://hub.docker.com/r/jlesage/avidemux +type: application +version: 9.3.0 diff --git a/stable/avidemux/9.1.3/README.md b/stable/avidemux/9.3.0/README.md similarity index 100% rename from stable/avidemux/9.1.3/README.md rename to stable/avidemux/9.3.0/README.md diff --git a/stable/avidemux/9.3.0/app-changelog.md b/stable/avidemux/9.3.0/app-changelog.md new file mode 100644 index 00000000000..57f7a8019a6 --- /dev/null +++ b/stable/avidemux/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [avidemux-9.3.0](https://github.com/truecharts/charts/compare/avidemux-9.2.3...avidemux-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/avidemux/9.1.3/app-readme.md b/stable/avidemux/9.3.0/app-readme.md similarity index 100% rename from stable/avidemux/9.1.3/app-readme.md rename to stable/avidemux/9.3.0/app-readme.md diff --git a/stable/avidemux/9.3.0/charts/common-18.2.0.tgz b/stable/avidemux/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/avidemux/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/avidemux/9.1.3/ix_values.yaml b/stable/avidemux/9.3.0/ix_values.yaml similarity index 100% rename from stable/avidemux/9.1.3/ix_values.yaml rename to stable/avidemux/9.3.0/ix_values.yaml diff --git a/stable/avidemux/9.1.3/questions.yaml b/stable/avidemux/9.3.0/questions.yaml similarity index 100% rename from stable/avidemux/9.1.3/questions.yaml rename to stable/avidemux/9.3.0/questions.yaml diff --git a/stable/avidemux/9.1.3/templates/NOTES.txt b/stable/avidemux/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/avidemux/9.1.3/templates/NOTES.txt rename to stable/avidemux/9.3.0/templates/NOTES.txt diff --git a/stable/avidemux/9.1.3/templates/common.yaml b/stable/avidemux/9.3.0/templates/common.yaml similarity index 100% rename from stable/avidemux/9.1.3/templates/common.yaml rename to stable/avidemux/9.3.0/templates/common.yaml diff --git a/stable/avidemux/9.1.3/values.yaml b/stable/avidemux/9.3.0/values.yaml similarity index 100% rename from stable/avidemux/9.1.3/values.yaml rename to stable/avidemux/9.3.0/values.yaml diff --git a/stable/avorion/5.1.3/CHANGELOG.md b/stable/avorion/5.1.3/CHANGELOG.md deleted file mode 100644 index bb5bbec384b..00000000000 --- a/stable/avorion/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [avorion-4.1.12](https://github.com/truecharts/charts/compare/avorion-4.1.11...avorion-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [avorion-4.1.11](https://github.com/truecharts/charts/compare/avorion-4.1.10...avorion-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [avorion-4.1.10](https://github.com/truecharts/charts/compare/avorion-4.1.9...avorion-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [avorion-4.1.9](https://github.com/truecharts/charts/compare/avorion-4.1.8...avorion-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [avorion-4.1.8](https://github.com/truecharts/charts/compare/avorion-4.1.7...avorion-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [avorion-4.1.7](https://github.com/truecharts/charts/compare/avorion-4.1.6...avorion-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [avorion-4.1.6](https://github.com/truecharts/charts/compare/avorion-4.1.5...avorion-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [avorion-4.1.5](https://github.com/truecharts/charts/compare/avorion-4.1.4...avorion-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [avorion-4.1.4](https://github.com/truecharts/charts/compare/avorion-4.1.3...avorion-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/avorion/5.1.3/Chart.yaml b/stable/avorion/5.1.3/Chart.yaml deleted file mode 100644 index b3bb5d34456..00000000000 --- a/stable/avorion/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: aorion -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Avorion and run it. -home: https://truecharts.org/charts/stable/avorion -icon: https://truecharts.org/img/hotlink-ok/chart-icons/avorion.png -keywords: - - avorion - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: avorion -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/avorion - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/avorion/5.1.3/charts/common-18.0.3.tgz b/stable/avorion/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/avorion/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/avorion/5.1.3/.helmignore b/stable/avorion/5.3.0/.helmignore similarity index 100% rename from stable/avorion/5.1.3/.helmignore rename to stable/avorion/5.3.0/.helmignore diff --git a/stable/avorion/5.3.0/CHANGELOG.md b/stable/avorion/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..2fdcde49655 --- /dev/null +++ b/stable/avorion/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [avorion-5.3.0](https://github.com/truecharts/charts/compare/avorion-5.2.3...avorion-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [avorion-5.2.3](https://github.com/truecharts/charts/compare/avorion-5.2.2...avorion-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [avorion-5.2.2](https://github.com/truecharts/charts/compare/avorion-5.2.0...avorion-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [avorion-4.1.12](https://github.com/truecharts/charts/compare/avorion-4.1.11...avorion-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [avorion-4.1.11](https://github.com/truecharts/charts/compare/avorion-4.1.10...avorion-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [avorion-4.1.10](https://github.com/truecharts/charts/compare/avorion-4.1.9...avorion-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [avorion-4.1.9](https://github.com/truecharts/charts/compare/avorion-4.1.8...avorion-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [avorion-4.1.8](https://github.com/truecharts/charts/compare/avorion-4.1.7...avorion-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [avorion-4.1.7](https://github.com/truecharts/charts/compare/avorion-4.1.6...avorion-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/avorion/5.3.0/Chart.yaml b/stable/avorion/5.3.0/Chart.yaml new file mode 100644 index 00000000000..18febc37dc2 --- /dev/null +++ b/stable/avorion/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: aorion +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Avorion and run it. +home: https://truecharts.org/charts/stable/avorion +icon: https://truecharts.org/img/hotlink-ok/chart-icons/avorion.png +keywords: + - avorion + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: avorion +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/avorion + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/avorion/5.1.3/README.md b/stable/avorion/5.3.0/README.md similarity index 100% rename from stable/avorion/5.1.3/README.md rename to stable/avorion/5.3.0/README.md diff --git a/stable/avorion/5.3.0/app-changelog.md b/stable/avorion/5.3.0/app-changelog.md new file mode 100644 index 00000000000..e7acb9c5452 --- /dev/null +++ b/stable/avorion/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [avorion-5.3.0](https://github.com/truecharts/charts/compare/avorion-5.2.3...avorion-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/avorion/5.1.3/app-readme.md b/stable/avorion/5.3.0/app-readme.md similarity index 100% rename from stable/avorion/5.1.3/app-readme.md rename to stable/avorion/5.3.0/app-readme.md diff --git a/stable/avorion/5.3.0/charts/common-18.2.0.tgz b/stable/avorion/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/avorion/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/avorion/5.1.3/ix_values.yaml b/stable/avorion/5.3.0/ix_values.yaml similarity index 100% rename from stable/avorion/5.1.3/ix_values.yaml rename to stable/avorion/5.3.0/ix_values.yaml diff --git a/stable/avorion/5.1.3/questions.yaml b/stable/avorion/5.3.0/questions.yaml similarity index 100% rename from stable/avorion/5.1.3/questions.yaml rename to stable/avorion/5.3.0/questions.yaml diff --git a/stable/avorion/5.1.3/templates/common.yaml b/stable/avorion/5.3.0/templates/common.yaml similarity index 100% rename from stable/avorion/5.1.3/templates/common.yaml rename to stable/avorion/5.3.0/templates/common.yaml diff --git a/stable/avorion/5.1.3/values.yaml b/stable/avorion/5.3.0/values.yaml similarity index 100% rename from stable/avorion/5.1.3/values.yaml rename to stable/avorion/5.3.0/values.yaml diff --git a/stable/babybuddy/16.2.0/CHANGELOG.md b/stable/babybuddy/16.2.0/CHANGELOG.md deleted file mode 100644 index b3403c5a3b5..00000000000 --- a/stable/babybuddy/16.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - -## [babybuddy-15.2.9](https://github.com/truecharts/charts/compare/babybuddy-15.2.8...babybuddy-15.2.9) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@9767513](https://github.com/9767513) by renovate ([#18051](https://github.com/truecharts/charts/issues/18051)) - - -## [babybuddy-15.2.8](https://github.com/truecharts/charts/compare/babybuddy-15.2.7...babybuddy-15.2.8) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@0cd5d02](https://github.com/0cd5d02) by renovate ([#17840](https://github.com/truecharts/charts/issues/17840)) - - -## [babybuddy-15.2.7](https://github.com/truecharts/charts/compare/babybuddy-15.2.6...babybuddy-15.2.7) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [babybuddy-15.2.6](https://github.com/truecharts/charts/compare/babybuddy-15.2.5...babybuddy-15.2.6) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/babybuddy to v2.2.1[@f5becac](https://github.com/f5becac) by renovate ([#17671](https://github.com/truecharts/charts/issues/17671)) - - -## [babybuddy-15.2.5](https://github.com/truecharts/charts/compare/babybuddy-15.2.4...babybuddy-15.2.5) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/babybuddy to v[@7217358](https://github.com/7217358) by renovate ([#17597](https://github.com/truecharts/charts/issues/17597)) - - -## [babybuddy-15.2.4](https://github.com/truecharts/charts/compare/babybuddy-15.2.3...babybuddy-15.2.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [babybuddy-15.2.3](https://github.com/truecharts/charts/compare/babybuddy-15.2.2...babybuddy-15.2.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [babybuddy-15.2.2](https://github.com/truecharts/charts/compare/babybuddy-15.2.1...babybuddy-15.2.2) (2024-01-21) - -### Chore - - diff --git a/stable/babybuddy/16.2.0/Chart.yaml b/stable/babybuddy/16.2.0/Chart.yaml deleted file mode 100644 index 23b6f6dc703..00000000000 --- a/stable/babybuddy/16.2.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.2.1 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -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. -home: https://truecharts.org/charts/stable/babybuddy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/babybuddy.png -keywords: - - baby - - buddy - - tracker - - parents - - parenting -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: babybuddy -sources: - - https://github.com/babybuddy/babybuddy - - https://github.com/truecharts/charts/tree/master/charts/stable/babybuddy - - https://ghcr.io/linuxserver/babybuddy -type: application -version: 16.2.0 diff --git a/stable/babybuddy/16.2.0/charts/common-18.1.2.tgz b/stable/babybuddy/16.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/babybuddy/16.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/babybuddy/16.2.0/ix_values.yaml b/stable/babybuddy/16.2.0/ix_values.yaml deleted file mode 100644 index 4f90788216c..00000000000 --- a/stable/babybuddy/16.2.0/ix_values.yaml +++ /dev/null @@ -1,48 +0,0 @@ -image: - repository: ghcr.io/linuxserver/babybuddy - pullPolicy: IfNotPresent - tag: 2.2.1@sha256:319f5a486389c660f248b02b2453efbcca0dc95f48dd50047e6ccacba80af62e -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 10069 - protocol: http - targetPort: 8000 -workload: - main: - podSpec: - containers: - main: - env: - DB_ENGINE: "django.db.backends.postgresql" - DB_NAME: "{{ .Values.cnpg.main.database }}" - DB_USER: "{{ .Values.cnpg.main.user }}" - DB_PORT: "5432" - CSRF_TRUSTED_ORIGINS: "" - DB_PASSWORD: - secretKeyRef: - name: cnpg-main-user - key: password - DB_HOST: - secretKeyRef: - name: cnpg-main-urls - key: host -persistence: - config: - enabled: true - mountPath: /config -cnpg: - main: - enabled: true - user: babybuddy - database: babybuddy -portal: - open: - enabled: true diff --git a/stable/babybuddy/16.2.0/questions.yaml b/stable/babybuddy/16.2.0/questions.yaml deleted file mode 100755 index 23c0827ee75..00000000000 --- a/stable/babybuddy/16.2.0/questions.yaml +++ /dev/null @@ -1,3313 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: CSRF_TRUSTED_ORIGINS - label: "CSRF_TRUSTED_ORIGINS" - description: "Add any address you'd like to access babybuddy at (comma separated, no spaces)" - schema: - type: string - default: "" - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10069 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/babybuddy/16.2.0/.helmignore b/stable/babybuddy/16.3.0/.helmignore similarity index 100% rename from stable/babybuddy/16.2.0/.helmignore rename to stable/babybuddy/16.3.0/.helmignore diff --git a/stable/babybuddy/16.3.0/CHANGELOG.md b/stable/babybuddy/16.3.0/CHANGELOG.md new file mode 100644 index 00000000000..9a019813342 --- /dev/null +++ b/stable/babybuddy/16.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [babybuddy-16.3.0](https://github.com/truecharts/charts/compare/babybuddy-16.2.4...babybuddy-16.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [babybuddy-16.2.4](https://github.com/truecharts/charts/compare/babybuddy-16.2.3...babybuddy-16.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [babybuddy-16.2.3](https://github.com/truecharts/charts/compare/babybuddy-16.2.1...babybuddy-16.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + +## [babybuddy-15.2.9](https://github.com/truecharts/charts/compare/babybuddy-15.2.8...babybuddy-15.2.9) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@9767513](https://github.com/9767513) by renovate ([#18051](https://github.com/truecharts/charts/issues/18051)) + + +## [babybuddy-15.2.8](https://github.com/truecharts/charts/compare/babybuddy-15.2.7...babybuddy-15.2.8) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@0cd5d02](https://github.com/0cd5d02) by renovate ([#17840](https://github.com/truecharts/charts/issues/17840)) + + +## [babybuddy-15.2.7](https://github.com/truecharts/charts/compare/babybuddy-15.2.6...babybuddy-15.2.7) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [babybuddy-15.2.6](https://github.com/truecharts/charts/compare/babybuddy-15.2.5...babybuddy-15.2.6) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/babybuddy to v2.2.1[@f5becac](https://github.com/f5becac) by renovate ([#17671](https://github.com/truecharts/charts/issues/17671)) + + +## [babybuddy-15.2.5](https://github.com/truecharts/charts/compare/babybuddy-15.2.4...babybuddy-15.2.5) (2024-01-29) + +### Chore \ No newline at end of file diff --git a/stable/babybuddy/16.3.0/Chart.yaml b/stable/babybuddy/16.3.0/Chart.yaml new file mode 100644 index 00000000000..cc1c26e6d2d --- /dev/null +++ b/stable/babybuddy/16.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.2.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +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. +home: https://truecharts.org/charts/stable/babybuddy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/babybuddy.png +keywords: + - baby + - buddy + - tracker + - parents + - parenting +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: babybuddy +sources: + - https://github.com/babybuddy/babybuddy + - https://github.com/truecharts/charts/tree/master/charts/stable/babybuddy + - https://ghcr.io/linuxserver/babybuddy +type: application +version: 16.3.0 diff --git a/stable/babybuddy/16.2.0/README.md b/stable/babybuddy/16.3.0/README.md similarity index 100% rename from stable/babybuddy/16.2.0/README.md rename to stable/babybuddy/16.3.0/README.md diff --git a/stable/babybuddy/16.3.0/app-changelog.md b/stable/babybuddy/16.3.0/app-changelog.md new file mode 100644 index 00000000000..109843d9ead --- /dev/null +++ b/stable/babybuddy/16.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [babybuddy-16.3.0](https://github.com/truecharts/charts/compare/babybuddy-16.2.4...babybuddy-16.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/babybuddy/16.2.0/app-readme.md b/stable/babybuddy/16.3.0/app-readme.md similarity index 100% rename from stable/babybuddy/16.2.0/app-readme.md rename to stable/babybuddy/16.3.0/app-readme.md diff --git a/stable/babybuddy/16.3.0/charts/common-18.2.0.tgz b/stable/babybuddy/16.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/babybuddy/16.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/babybuddy/16.3.0/ix_values.yaml b/stable/babybuddy/16.3.0/ix_values.yaml new file mode 100644 index 00000000000..4d182498482 --- /dev/null +++ b/stable/babybuddy/16.3.0/ix_values.yaml @@ -0,0 +1,48 @@ +image: + repository: ghcr.io/linuxserver/babybuddy + pullPolicy: IfNotPresent + tag: 2.2.1@sha256:be5d83c942f8b685f1d8ec2ca4ac8ff338662de338afd91658b21b69c16b067e +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 10069 + protocol: http + targetPort: 8000 +workload: + main: + podSpec: + containers: + main: + env: + DB_ENGINE: "django.db.backends.postgresql" + DB_NAME: "{{ .Values.cnpg.main.database }}" + DB_USER: "{{ .Values.cnpg.main.user }}" + DB_PORT: "5432" + CSRF_TRUSTED_ORIGINS: "" + DB_PASSWORD: + secretKeyRef: + name: cnpg-main-user + key: password + DB_HOST: + secretKeyRef: + name: cnpg-main-urls + key: host +persistence: + config: + enabled: true + mountPath: /config +cnpg: + main: + enabled: true + user: babybuddy + database: babybuddy +portal: + open: + enabled: true diff --git a/stable/babybuddy/16.3.0/questions.yaml b/stable/babybuddy/16.3.0/questions.yaml new file mode 100755 index 00000000000..d87d0b0f84d --- /dev/null +++ b/stable/babybuddy/16.3.0/questions.yaml @@ -0,0 +1,3271 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: CSRF_TRUSTED_ORIGINS + label: "CSRF_TRUSTED_ORIGINS" + description: "Add any address you'd like to access babybuddy at (comma separated, no spaces)" + schema: + type: string + default: "" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10069 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/babybuddy/16.2.0/templates/NOTES.txt b/stable/babybuddy/16.3.0/templates/NOTES.txt similarity index 100% rename from stable/babybuddy/16.2.0/templates/NOTES.txt rename to stable/babybuddy/16.3.0/templates/NOTES.txt diff --git a/stable/babybuddy/16.2.0/templates/common.yaml b/stable/babybuddy/16.3.0/templates/common.yaml similarity index 100% rename from stable/babybuddy/16.2.0/templates/common.yaml rename to stable/babybuddy/16.3.0/templates/common.yaml diff --git a/stable/babybuddy/16.2.0/values.yaml b/stable/babybuddy/16.3.0/values.yaml similarity index 100% rename from stable/babybuddy/16.2.0/values.yaml rename to stable/babybuddy/16.3.0/values.yaml diff --git a/stable/backuppc/6.1.3/CHANGELOG.md b/stable/backuppc/6.1.3/CHANGELOG.md deleted file mode 100644 index a75ed8021e9..00000000000 --- a/stable/backuppc/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [backuppc-5.1.15](https://github.com/truecharts/charts/compare/backuppc-5.1.14...backuppc-5.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [backuppc-5.1.14](https://github.com/truecharts/charts/compare/backuppc-5.1.13...backuppc-5.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [backuppc-5.1.13](https://github.com/truecharts/charts/compare/backuppc-5.1.12...backuppc-5.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [backuppc-5.1.12](https://github.com/truecharts/charts/compare/backuppc-5.1.11...backuppc-5.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [backuppc-5.1.11](https://github.com/truecharts/charts/compare/backuppc-5.1.10...backuppc-5.1.11) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [backuppc-5.1.10](https://github.com/truecharts/charts/compare/backuppc-5.1.9...backuppc-5.1.10) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [backuppc-5.1.9](https://github.com/truecharts/charts/compare/backuppc-5.1.8...backuppc-5.1.9) (2024-01-03) - -### Chore - - - -- update container image tiredofit/backuppc to 6.0.2[@d99dee4](https://github.com/d99dee4) by renovate ([#16798](https://github.com/truecharts/charts/issues/16798)) - - -## [backuppc-5.1.8](https://github.com/truecharts/charts/compare/backuppc-5.1.7...backuppc-5.1.8) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [backuppc-5.1.7](https://github.com/truecharts/charts/compare/backuppc-5.1.6...backuppc-5.1.7) (2024-01-02) - -### Chore - - - -- update container image common to v17.2.21[@cf65ff3](https://github.com/cf65ff3) by renovate ([#16752](https://github.com/truecharts/charts/issues/16752)) - diff --git a/stable/backuppc/6.1.3/Chart.yaml b/stable/backuppc/6.1.3/Chart.yaml deleted file mode 100644 index ed68263bf7d..00000000000 --- a/stable/backuppc/6.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Backup - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 6.0.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A high-performance, enterprise-grade system for backing up Linux, Windows and macOS PCs and laptops to a server's disk. -home: https://truecharts.org/charts/stable/backuppc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/backuppc.png -keywords: - - backuppc - - Backup - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: backuppc -sources: - - https://backuppc.github.io/backuppc/index.html - - https://github.com/tiredofit/docker-backuppc - - https://github.com/truecharts/charts/tree/master/charts/stable/backuppc - - https://hub.docker.com/r/tiredofit/backuppc -type: application -version: 6.1.3 diff --git a/stable/backuppc/6.1.3/charts/common-18.0.3.tgz b/stable/backuppc/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/backuppc/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/backuppc/6.1.3/.helmignore b/stable/backuppc/6.3.0/.helmignore similarity index 100% rename from stable/backuppc/6.1.3/.helmignore rename to stable/backuppc/6.3.0/.helmignore diff --git a/stable/backuppc/6.3.0/CHANGELOG.md b/stable/backuppc/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..bc994f50c39 --- /dev/null +++ b/stable/backuppc/6.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [backuppc-6.3.0](https://github.com/truecharts/charts/compare/backuppc-6.2.3...backuppc-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [backuppc-6.2.3](https://github.com/truecharts/charts/compare/backuppc-6.2.2...backuppc-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [backuppc-6.2.2](https://github.com/truecharts/charts/compare/backuppc-6.2.0...backuppc-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [backuppc-5.1.15](https://github.com/truecharts/charts/compare/backuppc-5.1.14...backuppc-5.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [backuppc-5.1.14](https://github.com/truecharts/charts/compare/backuppc-5.1.13...backuppc-5.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [backuppc-5.1.13](https://github.com/truecharts/charts/compare/backuppc-5.1.12...backuppc-5.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [backuppc-5.1.12](https://github.com/truecharts/charts/compare/backuppc-5.1.11...backuppc-5.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [backuppc-5.1.11](https://github.com/truecharts/charts/compare/backuppc-5.1.10...backuppc-5.1.11) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [backuppc-5.1.10](https://github.com/truecharts/charts/compare/backuppc-5.1.9...backuppc-5.1.10) (2024-01-09) + +### Chore + + diff --git a/stable/backuppc/6.3.0/Chart.yaml b/stable/backuppc/6.3.0/Chart.yaml new file mode 100644 index 00000000000..a545f343f02 --- /dev/null +++ b/stable/backuppc/6.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 6.0.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A high-performance, enterprise-grade system for backing up Linux, Windows and macOS PCs and laptops to a server's disk. +home: https://truecharts.org/charts/stable/backuppc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/backuppc.png +keywords: + - backuppc + - Backup + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: backuppc +sources: + - https://backuppc.github.io/backuppc/index.html + - https://github.com/tiredofit/docker-backuppc + - https://github.com/truecharts/charts/tree/master/charts/stable/backuppc + - https://hub.docker.com/r/tiredofit/backuppc +type: application +version: 6.3.0 diff --git a/stable/backuppc/6.1.3/README.md b/stable/backuppc/6.3.0/README.md similarity index 100% rename from stable/backuppc/6.1.3/README.md rename to stable/backuppc/6.3.0/README.md diff --git a/stable/backuppc/6.3.0/app-changelog.md b/stable/backuppc/6.3.0/app-changelog.md new file mode 100644 index 00000000000..a51828ff2dd --- /dev/null +++ b/stable/backuppc/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [backuppc-6.3.0](https://github.com/truecharts/charts/compare/backuppc-6.2.3...backuppc-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/backuppc/6.1.3/app-readme.md b/stable/backuppc/6.3.0/app-readme.md similarity index 100% rename from stable/backuppc/6.1.3/app-readme.md rename to stable/backuppc/6.3.0/app-readme.md diff --git a/stable/backuppc/6.3.0/charts/common-18.2.0.tgz b/stable/backuppc/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/backuppc/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/backuppc/6.1.3/ix_values.yaml b/stable/backuppc/6.3.0/ix_values.yaml similarity index 100% rename from stable/backuppc/6.1.3/ix_values.yaml rename to stable/backuppc/6.3.0/ix_values.yaml diff --git a/stable/backuppc/6.1.3/questions.yaml b/stable/backuppc/6.3.0/questions.yaml similarity index 100% rename from stable/backuppc/6.1.3/questions.yaml rename to stable/backuppc/6.3.0/questions.yaml diff --git a/stable/backuppc/6.1.3/templates/NOTES.txt b/stable/backuppc/6.3.0/templates/NOTES.txt similarity index 100% rename from stable/backuppc/6.1.3/templates/NOTES.txt rename to stable/backuppc/6.3.0/templates/NOTES.txt diff --git a/stable/backuppc/6.1.3/templates/common.yaml b/stable/backuppc/6.3.0/templates/common.yaml similarity index 100% rename from stable/backuppc/6.1.3/templates/common.yaml rename to stable/backuppc/6.3.0/templates/common.yaml diff --git a/stable/backuppc/6.1.3/values.yaml b/stable/backuppc/6.3.0/values.yaml similarity index 100% rename from stable/backuppc/6.1.3/values.yaml rename to stable/backuppc/6.3.0/values.yaml diff --git a/stable/baikal/5.1.3/CHANGELOG.md b/stable/baikal/5.1.3/CHANGELOG.md deleted file mode 100644 index bb2e6567cab..00000000000 --- a/stable/baikal/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [baikal-4.2.13](https://github.com/truecharts/charts/compare/baikal-4.2.12...baikal-4.2.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [baikal-4.2.12](https://github.com/truecharts/charts/compare/baikal-4.2.11...baikal-4.2.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [baikal-4.2.11](https://github.com/truecharts/charts/compare/baikal-4.2.10...baikal-4.2.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [baikal-4.2.10](https://github.com/truecharts/charts/compare/baikal-4.2.9...baikal-4.2.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [baikal-4.2.9](https://github.com/truecharts/charts/compare/baikal-4.2.8...baikal-4.2.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [baikal-4.2.8](https://github.com/truecharts/charts/compare/baikal-4.2.7...baikal-4.2.8) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [baikal-4.2.7](https://github.com/truecharts/charts/compare/baikal-4.2.6...baikal-4.2.7) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [baikal-4.2.6](https://github.com/truecharts/charts/compare/baikal-4.2.5...baikal-4.2.6) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [baikal-4.2.5](https://github.com/truecharts/charts/compare/baikal-4.2.4...baikal-4.2.5) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/baikal/5.1.3/Chart.yaml b/stable/baikal/5.1.3/Chart.yaml deleted file mode 100644 index f87a06db4d9..00000000000 --- a/stable/baikal/5.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.9.4 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Baikal is a lightweight CalDAV+CardDAV server -home: https://truecharts.org/charts/stable/baikal -icon: https://truecharts.org/img/hotlink-ok/chart-icons/baikal.png -keywords: - - baikal -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: baikal -sources: - - https://github.com/ckulka/baikal-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/baikal - - https://hub.docker.com/r/ckulka/baikal -type: application -version: 5.1.3 diff --git a/stable/baikal/5.1.3/charts/common-18.0.3.tgz b/stable/baikal/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/baikal/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/baikal/5.1.3/.helmignore b/stable/baikal/5.3.0/.helmignore similarity index 100% rename from stable/baikal/5.1.3/.helmignore rename to stable/baikal/5.3.0/.helmignore diff --git a/stable/baikal/5.3.0/CHANGELOG.md b/stable/baikal/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..3d3750988b4 --- /dev/null +++ b/stable/baikal/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [baikal-5.3.0](https://github.com/truecharts/charts/compare/baikal-5.2.3...baikal-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [baikal-5.2.3](https://github.com/truecharts/charts/compare/baikal-5.2.2...baikal-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [baikal-5.2.2](https://github.com/truecharts/charts/compare/baikal-5.2.0...baikal-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [baikal-4.2.13](https://github.com/truecharts/charts/compare/baikal-4.2.12...baikal-4.2.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [baikal-4.2.12](https://github.com/truecharts/charts/compare/baikal-4.2.11...baikal-4.2.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [baikal-4.2.11](https://github.com/truecharts/charts/compare/baikal-4.2.10...baikal-4.2.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [baikal-4.2.10](https://github.com/truecharts/charts/compare/baikal-4.2.9...baikal-4.2.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [baikal-4.2.9](https://github.com/truecharts/charts/compare/baikal-4.2.8...baikal-4.2.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [baikal-4.2.8](https://github.com/truecharts/charts/compare/baikal-4.2.7...baikal-4.2.8) (2024-01-09) + +### Chore + + diff --git a/stable/baikal/5.3.0/Chart.yaml b/stable/baikal/5.3.0/Chart.yaml new file mode 100644 index 00000000000..1fe8cb59620 --- /dev/null +++ b/stable/baikal/5.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.9.4 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Baikal is a lightweight CalDAV+CardDAV server +home: https://truecharts.org/charts/stable/baikal +icon: https://truecharts.org/img/hotlink-ok/chart-icons/baikal.png +keywords: + - baikal +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: baikal +sources: + - https://github.com/ckulka/baikal-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/baikal + - https://hub.docker.com/r/ckulka/baikal +type: application +version: 5.3.0 diff --git a/stable/baikal/5.1.3/README.md b/stable/baikal/5.3.0/README.md similarity index 100% rename from stable/baikal/5.1.3/README.md rename to stable/baikal/5.3.0/README.md diff --git a/stable/baikal/5.3.0/app-changelog.md b/stable/baikal/5.3.0/app-changelog.md new file mode 100644 index 00000000000..eca2662f541 --- /dev/null +++ b/stable/baikal/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [baikal-5.3.0](https://github.com/truecharts/charts/compare/baikal-5.2.3...baikal-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/baikal/5.1.3/app-readme.md b/stable/baikal/5.3.0/app-readme.md similarity index 100% rename from stable/baikal/5.1.3/app-readme.md rename to stable/baikal/5.3.0/app-readme.md diff --git a/stable/baikal/5.3.0/charts/common-18.2.0.tgz b/stable/baikal/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/baikal/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/baikal/5.1.3/ix_values.yaml b/stable/baikal/5.3.0/ix_values.yaml similarity index 100% rename from stable/baikal/5.1.3/ix_values.yaml rename to stable/baikal/5.3.0/ix_values.yaml diff --git a/stable/baikal/5.1.3/questions.yaml b/stable/baikal/5.3.0/questions.yaml similarity index 100% rename from stable/baikal/5.1.3/questions.yaml rename to stable/baikal/5.3.0/questions.yaml diff --git a/stable/baikal/5.1.3/templates/common.yaml b/stable/baikal/5.3.0/templates/common.yaml similarity index 100% rename from stable/baikal/5.1.3/templates/common.yaml rename to stable/baikal/5.3.0/templates/common.yaml diff --git a/stable/baikal/5.1.3/values.yaml b/stable/baikal/5.3.0/values.yaml similarity index 100% rename from stable/baikal/5.1.3/values.yaml rename to stable/baikal/5.3.0/values.yaml diff --git a/stable/barcodebuddy/5.1.3/CHANGELOG.md b/stable/barcodebuddy/5.1.3/CHANGELOG.md deleted file mode 100644 index d6509f2c0b4..00000000000 --- a/stable/barcodebuddy/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [barcodebuddy-4.1.12](https://github.com/truecharts/charts/compare/barcodebuddy-4.1.11...barcodebuddy-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [barcodebuddy-4.1.11](https://github.com/truecharts/charts/compare/barcodebuddy-4.1.10...barcodebuddy-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [barcodebuddy-4.1.10](https://github.com/truecharts/charts/compare/barcodebuddy-4.1.9...barcodebuddy-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [barcodebuddy-4.1.9](https://github.com/truecharts/charts/compare/barcodebuddy-4.1.8...barcodebuddy-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [barcodebuddy-4.1.8](https://github.com/truecharts/charts/compare/barcodebuddy-4.1.7...barcodebuddy-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [barcodebuddy-4.1.7](https://github.com/truecharts/charts/compare/barcodebuddy-4.1.6...barcodebuddy-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [barcodebuddy-4.1.6](https://github.com/truecharts/charts/compare/barcodebuddy-4.1.5...barcodebuddy-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [barcodebuddy-4.1.5](https://github.com/truecharts/charts/compare/barcodebuddy-4.1.4...barcodebuddy-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [barcodebuddy-4.1.4](https://github.com/truecharts/charts/compare/barcodebuddy-4.1.3...barcodebuddy-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/barcodebuddy/5.1.3/Chart.yaml b/stable/barcodebuddy/5.1.3/Chart.yaml deleted file mode 100644 index 60981b9bdc4..00000000000 --- a/stable/barcodebuddy/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "<b>Barcode Buddy is a Grocy companion app/plugin, which allows you to install the Barcode Buddy app and scan products directly to your Grocy library.</b>" -home: https://truecharts.org/charts/stable/barcodebuddy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/barcodebuddy.png -keywords: - - barcodebuddy - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: barcodebuddy -sources: - - https://github.com/Forceu/barcodebuddy - - https://github.com/truecharts/charts/tree/master/charts/stable/barcodebuddy - - https://hub.docker.com/r/f0rc3/barcodebuddy-docker -type: application -version: 5.1.3 diff --git a/stable/barcodebuddy/5.1.3/charts/common-18.0.3.tgz b/stable/barcodebuddy/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/barcodebuddy/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/barcodebuddy/5.1.3/.helmignore b/stable/barcodebuddy/5.3.0/.helmignore similarity index 100% rename from stable/barcodebuddy/5.1.3/.helmignore rename to stable/barcodebuddy/5.3.0/.helmignore diff --git a/stable/barcodebuddy/5.3.0/CHANGELOG.md b/stable/barcodebuddy/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..e90efccb15c --- /dev/null +++ b/stable/barcodebuddy/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [barcodebuddy-5.3.0](https://github.com/truecharts/charts/compare/barcodebuddy-5.2.3...barcodebuddy-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [barcodebuddy-5.2.3](https://github.com/truecharts/charts/compare/barcodebuddy-5.2.2...barcodebuddy-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [barcodebuddy-5.2.2](https://github.com/truecharts/charts/compare/barcodebuddy-5.2.0...barcodebuddy-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [barcodebuddy-4.1.12](https://github.com/truecharts/charts/compare/barcodebuddy-4.1.11...barcodebuddy-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [barcodebuddy-4.1.11](https://github.com/truecharts/charts/compare/barcodebuddy-4.1.10...barcodebuddy-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [barcodebuddy-4.1.10](https://github.com/truecharts/charts/compare/barcodebuddy-4.1.9...barcodebuddy-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [barcodebuddy-4.1.9](https://github.com/truecharts/charts/compare/barcodebuddy-4.1.8...barcodebuddy-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [barcodebuddy-4.1.8](https://github.com/truecharts/charts/compare/barcodebuddy-4.1.7...barcodebuddy-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [barcodebuddy-4.1.7](https://github.com/truecharts/charts/compare/barcodebuddy-4.1.6...barcodebuddy-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/barcodebuddy/5.3.0/Chart.yaml b/stable/barcodebuddy/5.3.0/Chart.yaml new file mode 100644 index 00000000000..054296d7fd2 --- /dev/null +++ b/stable/barcodebuddy/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "<b>Barcode Buddy is a Grocy companion app/plugin, which allows you to install the Barcode Buddy app and scan products directly to your Grocy library.</b>" +home: https://truecharts.org/charts/stable/barcodebuddy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/barcodebuddy.png +keywords: + - barcodebuddy + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: barcodebuddy +sources: + - https://github.com/Forceu/barcodebuddy + - https://github.com/truecharts/charts/tree/master/charts/stable/barcodebuddy + - https://hub.docker.com/r/f0rc3/barcodebuddy-docker +type: application +version: 5.3.0 diff --git a/stable/barcodebuddy/5.1.3/README.md b/stable/barcodebuddy/5.3.0/README.md similarity index 100% rename from stable/barcodebuddy/5.1.3/README.md rename to stable/barcodebuddy/5.3.0/README.md diff --git a/stable/barcodebuddy/5.3.0/app-changelog.md b/stable/barcodebuddy/5.3.0/app-changelog.md new file mode 100644 index 00000000000..ed5c1cfeed6 --- /dev/null +++ b/stable/barcodebuddy/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [barcodebuddy-5.3.0](https://github.com/truecharts/charts/compare/barcodebuddy-5.2.3...barcodebuddy-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/barcodebuddy/5.1.3/app-readme.md b/stable/barcodebuddy/5.3.0/app-readme.md similarity index 100% rename from stable/barcodebuddy/5.1.3/app-readme.md rename to stable/barcodebuddy/5.3.0/app-readme.md diff --git a/stable/barcodebuddy/5.3.0/charts/common-18.2.0.tgz b/stable/barcodebuddy/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/barcodebuddy/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/barcodebuddy/5.1.3/ix_values.yaml b/stable/barcodebuddy/5.3.0/ix_values.yaml similarity index 100% rename from stable/barcodebuddy/5.1.3/ix_values.yaml rename to stable/barcodebuddy/5.3.0/ix_values.yaml diff --git a/stable/barcodebuddy/5.1.3/questions.yaml b/stable/barcodebuddy/5.3.0/questions.yaml similarity index 100% rename from stable/barcodebuddy/5.1.3/questions.yaml rename to stable/barcodebuddy/5.3.0/questions.yaml diff --git a/stable/barcodebuddy/5.1.3/templates/common.yaml b/stable/barcodebuddy/5.3.0/templates/common.yaml similarity index 100% rename from stable/barcodebuddy/5.1.3/templates/common.yaml rename to stable/barcodebuddy/5.3.0/templates/common.yaml diff --git a/stable/barcodebuddy/5.1.3/values.yaml b/stable/barcodebuddy/5.3.0/values.yaml similarity index 100% rename from stable/barcodebuddy/5.1.3/values.yaml rename to stable/barcodebuddy/5.3.0/values.yaml diff --git a/stable/barotrauma/5.1.3/CHANGELOG.md b/stable/barotrauma/5.1.3/CHANGELOG.md deleted file mode 100644 index c097a8448b4..00000000000 --- a/stable/barotrauma/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [barotrauma-4.1.12](https://github.com/truecharts/charts/compare/barotrauma-4.1.11...barotrauma-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [barotrauma-4.1.11](https://github.com/truecharts/charts/compare/barotrauma-4.1.10...barotrauma-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [barotrauma-4.1.10](https://github.com/truecharts/charts/compare/barotrauma-4.1.9...barotrauma-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [barotrauma-4.1.9](https://github.com/truecharts/charts/compare/barotrauma-4.1.8...barotrauma-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [barotrauma-4.1.8](https://github.com/truecharts/charts/compare/barotrauma-4.1.7...barotrauma-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [barotrauma-4.1.7](https://github.com/truecharts/charts/compare/barotrauma-4.1.6...barotrauma-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [barotrauma-4.1.6](https://github.com/truecharts/charts/compare/barotrauma-4.1.5...barotrauma-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [barotrauma-4.1.5](https://github.com/truecharts/charts/compare/barotrauma-4.1.4...barotrauma-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [barotrauma-4.1.4](https://github.com/truecharts/charts/compare/barotrauma-4.1.3...barotrauma-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/barotrauma/5.1.3/Chart.yaml b/stable/barotrauma/5.1.3/Chart.yaml deleted file mode 100644 index 8e9de5dcb5c..00000000000 --- a/stable/barotrauma/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: barotrauma -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Barotrauma and run it. -home: https://truecharts.org/charts/stable/barotrauma -icon: https://truecharts.org/img/hotlink-ok/chart-icons/barotrauma.png -keywords: - - barotrauma - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: barotrauma -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/barotrauma - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/barotrauma/5.1.3/charts/common-18.0.3.tgz b/stable/barotrauma/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/barotrauma/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/barotrauma/5.1.3/.helmignore b/stable/barotrauma/5.3.0/.helmignore similarity index 100% rename from stable/barotrauma/5.1.3/.helmignore rename to stable/barotrauma/5.3.0/.helmignore diff --git a/stable/barotrauma/5.3.0/CHANGELOG.md b/stable/barotrauma/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..931d2b2d122 --- /dev/null +++ b/stable/barotrauma/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [barotrauma-5.3.0](https://github.com/truecharts/charts/compare/barotrauma-5.2.3...barotrauma-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [barotrauma-5.2.3](https://github.com/truecharts/charts/compare/barotrauma-5.2.2...barotrauma-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [barotrauma-5.2.2](https://github.com/truecharts/charts/compare/barotrauma-5.2.0...barotrauma-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [barotrauma-4.1.12](https://github.com/truecharts/charts/compare/barotrauma-4.1.11...barotrauma-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [barotrauma-4.1.11](https://github.com/truecharts/charts/compare/barotrauma-4.1.10...barotrauma-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [barotrauma-4.1.10](https://github.com/truecharts/charts/compare/barotrauma-4.1.9...barotrauma-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [barotrauma-4.1.9](https://github.com/truecharts/charts/compare/barotrauma-4.1.8...barotrauma-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [barotrauma-4.1.8](https://github.com/truecharts/charts/compare/barotrauma-4.1.7...barotrauma-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [barotrauma-4.1.7](https://github.com/truecharts/charts/compare/barotrauma-4.1.6...barotrauma-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/barotrauma/5.3.0/Chart.yaml b/stable/barotrauma/5.3.0/Chart.yaml new file mode 100644 index 00000000000..b23c28c457b --- /dev/null +++ b/stable/barotrauma/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: barotrauma +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Barotrauma and run it. +home: https://truecharts.org/charts/stable/barotrauma +icon: https://truecharts.org/img/hotlink-ok/chart-icons/barotrauma.png +keywords: + - barotrauma + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: barotrauma +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/barotrauma + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/barotrauma/5.1.3/README.md b/stable/barotrauma/5.3.0/README.md similarity index 100% rename from stable/barotrauma/5.1.3/README.md rename to stable/barotrauma/5.3.0/README.md diff --git a/stable/barotrauma/5.3.0/app-changelog.md b/stable/barotrauma/5.3.0/app-changelog.md new file mode 100644 index 00000000000..579d94e9f28 --- /dev/null +++ b/stable/barotrauma/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [barotrauma-5.3.0](https://github.com/truecharts/charts/compare/barotrauma-5.2.3...barotrauma-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/barotrauma/5.1.3/app-readme.md b/stable/barotrauma/5.3.0/app-readme.md similarity index 100% rename from stable/barotrauma/5.1.3/app-readme.md rename to stable/barotrauma/5.3.0/app-readme.md diff --git a/stable/barotrauma/5.3.0/charts/common-18.2.0.tgz b/stable/barotrauma/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/barotrauma/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/barotrauma/5.1.3/ix_values.yaml b/stable/barotrauma/5.3.0/ix_values.yaml similarity index 100% rename from stable/barotrauma/5.1.3/ix_values.yaml rename to stable/barotrauma/5.3.0/ix_values.yaml diff --git a/stable/barotrauma/5.1.3/questions.yaml b/stable/barotrauma/5.3.0/questions.yaml similarity index 100% rename from stable/barotrauma/5.1.3/questions.yaml rename to stable/barotrauma/5.3.0/questions.yaml diff --git a/stable/barotrauma/5.1.3/templates/common.yaml b/stable/barotrauma/5.3.0/templates/common.yaml similarity index 100% rename from stable/barotrauma/5.1.3/templates/common.yaml rename to stable/barotrauma/5.3.0/templates/common.yaml diff --git a/stable/barotrauma/5.1.3/values.yaml b/stable/barotrauma/5.3.0/values.yaml similarity index 100% rename from stable/barotrauma/5.1.3/values.yaml rename to stable/barotrauma/5.3.0/values.yaml diff --git a/stable/baserow/12.1.3/CHANGELOG.md b/stable/baserow/12.1.3/CHANGELOG.md deleted file mode 100644 index 930fd1a689e..00000000000 --- a/stable/baserow/12.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - -## [baserow-11.1.17](https://github.com/truecharts/charts/compare/baserow-11.1.16...baserow-11.1.17) (2024-02-05) - -### Chore - - - -- update container image baserow/baserow to v1.22.3[@1ca1cda](https://github.com/1ca1cda) by renovate ([#17982](https://github.com/truecharts/charts/issues/17982)) - - -## [baserow-11.1.16](https://github.com/truecharts/charts/compare/baserow-11.1.15...baserow-11.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [baserow-11.1.15](https://github.com/truecharts/charts/compare/baserow-11.1.14...baserow-11.1.15) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [baserow-11.1.14](https://github.com/truecharts/charts/compare/baserow-11.1.13...baserow-11.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [baserow-11.1.13](https://github.com/truecharts/charts/compare/baserow-11.1.12...baserow-11.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [baserow-11.1.12](https://github.com/truecharts/charts/compare/baserow-11.1.11...baserow-11.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [baserow-11.1.11](https://github.com/truecharts/charts/compare/baserow-11.1.10...baserow-11.1.11) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [baserow-11.1.10](https://github.com/truecharts/charts/compare/baserow-11.1.9...baserow-11.1.10) (2024-01-15) - -### Chore - - - -- update container image baserow/baserow to v1.22.2[@13b1120](https://github.com/13b1120) by renovate ([#17268](https://github.com/truecharts/charts/issues/17268)) - - - - -## [baserow-11.1.9](https://github.com/truecharts/charts/compare/baserow-11.1.8...baserow-11.1.9) (2024-01-09) - -### Chore - diff --git a/stable/baserow/12.1.3/Chart.yaml b/stable/baserow/12.1.3/Chart.yaml deleted file mode 100644 index 206d0600243..00000000000 --- a/stable/baserow/12.1.3/Chart.yaml +++ /dev/null @@ -1,43 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.22.3 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 11.2.1 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Baserow is an open source no-code database tool and Airtable alternative. -home: https://truecharts.org/charts/stable/baserow -icon: https://truecharts.org/img/hotlink-ok/chart-icons/baserow.png -keywords: - - baserow -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: baserow -sources: - - https://gitlab.com/bramw/baserow/ - - https://github.com/truecharts/charts/tree/master/charts/stable/baserow - - https://hub.docker.com/r/baserow/baserow -type: application -version: 12.1.3 diff --git a/stable/baserow/12.1.3/charts/common-18.0.3.tgz b/stable/baserow/12.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/baserow/12.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/baserow/12.1.3/questions.yaml b/stable/baserow/12.1.3/questions.yaml deleted file mode 100755 index 6f1e13b6476..00000000000 --- a/stable/baserow/12.1.3/questions.yaml +++ /dev/null @@ -1,3375 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: BASEROW_PUBLIC_URL - label: "BASEROW_PUBLIC_URL" - description: "The public URL or IP that will be used to access baserow. Always should start with http:// https:// even if accessing via an IP address." - schema: - type: string - required: true - default: "" - - variable: enable_mail_settings - label: "Enable Mail Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: FROM_EMAIL - label: "FROM_EMAIL" - description: "The public URL or IP that will be used to access baserow. Always should start with http:// https:// even if accessing via an IP address." - schema: - type: string - default: "" - - variable: EMAIL_SMTP - label: "EMAIL_SMTP" - description: "If set to any non empty value then Baserow will start sending emails using the configuration options below. If not set then Baserow will not send emails and just log them to the Celery worker logs instead." - schema: - type: string - default: "" - enum: - - value: "" - description: "Disabled" - - value: "true" - description: "Enabled" - - variable: EMAIL_SMTP_USE_TLS - label: "EMAIL_SMTP_USE_TLS" - description: "If set to any non empty value then Baserow will attempt to send emails using TLS." - schema: - type: string - default: "" - enum: - - value: "" - description: "Disabled" - - value: "true" - description: "Enabled" - - variable: EMAIL_SMTP_HOST - label: "EMAIL_SMTP_HOST" - description: "The host of the external SMTP server that Baserow should use to send emails." - schema: - type: string - default: "" - - variable: EMAIL_SMTP_PORT - label: "EMAIL_SMTP_PORT" - description: "The port used to connect to $EMAIL_SMTP_HOST on." - schema: - type: int - default: 587 - - variable: EMAIL_SMTP_USER - label: "EMAIL_SMTP_USER" - description: "The username to authenticate with $EMAIL_SMTP_HOST when sending emails." - schema: - type: string - default: "" - - variable: EMAIL_SMTP_PASSWORD - label: "EMAIL_SMTP_PASSWORD" - description: "The password to authenticate with $EMAIL_SMTP_HOST when sending emails." - schema: - type: string - private: true - default: "" - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10228 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/baserow/12.1.3/.helmignore b/stable/baserow/12.3.0/.helmignore similarity index 100% rename from stable/baserow/12.1.3/.helmignore rename to stable/baserow/12.3.0/.helmignore diff --git a/stable/baserow/12.3.0/CHANGELOG.md b/stable/baserow/12.3.0/CHANGELOG.md new file mode 100644 index 00000000000..84ee51af485 --- /dev/null +++ b/stable/baserow/12.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [baserow-12.3.0](https://github.com/truecharts/charts/compare/baserow-12.2.3...baserow-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [baserow-12.2.3](https://github.com/truecharts/charts/compare/baserow-12.2.2...baserow-12.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [baserow-12.2.2](https://github.com/truecharts/charts/compare/baserow-12.2.0...baserow-12.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + +## [baserow-11.1.17](https://github.com/truecharts/charts/compare/baserow-11.1.16...baserow-11.1.17) (2024-02-05) + +### Chore + + + +- update container image baserow/baserow to v1.22.3[@1ca1cda](https://github.com/1ca1cda) by renovate ([#17982](https://github.com/truecharts/charts/issues/17982)) + + +## [baserow-11.1.16](https://github.com/truecharts/charts/compare/baserow-11.1.15...baserow-11.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [baserow-11.1.15](https://github.com/truecharts/charts/compare/baserow-11.1.14...baserow-11.1.15) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [baserow-11.1.14](https://github.com/truecharts/charts/compare/baserow-11.1.13...baserow-11.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [baserow-11.1.13](https://github.com/truecharts/charts/compare/baserow-11.1.12...baserow-11.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [baserow-11.1.12](https://github.com/truecharts/charts/compare/baserow-11.1.11...baserow-11.1.12) (2024-01-21) + +### Chore diff --git a/stable/baserow/12.3.0/Chart.yaml b/stable/baserow/12.3.0/Chart.yaml new file mode 100644 index 00000000000..5174e226b50 --- /dev/null +++ b/stable/baserow/12.3.0/Chart.yaml @@ -0,0 +1,43 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.22.3 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Baserow is an open source no-code database tool and Airtable alternative. +home: https://truecharts.org/charts/stable/baserow +icon: https://truecharts.org/img/hotlink-ok/chart-icons/baserow.png +keywords: + - baserow +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: baserow +sources: + - https://gitlab.com/bramw/baserow/ + - https://github.com/truecharts/charts/tree/master/charts/stable/baserow + - https://hub.docker.com/r/baserow/baserow +type: application +version: 12.3.0 diff --git a/stable/baserow/12.1.3/README.md b/stable/baserow/12.3.0/README.md similarity index 100% rename from stable/baserow/12.1.3/README.md rename to stable/baserow/12.3.0/README.md diff --git a/stable/baserow/12.3.0/app-changelog.md b/stable/baserow/12.3.0/app-changelog.md new file mode 100644 index 00000000000..d4c5005b4c6 --- /dev/null +++ b/stable/baserow/12.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [baserow-12.3.0](https://github.com/truecharts/charts/compare/baserow-12.2.3...baserow-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/baserow/12.1.3/app-readme.md b/stable/baserow/12.3.0/app-readme.md similarity index 100% rename from stable/baserow/12.1.3/app-readme.md rename to stable/baserow/12.3.0/app-readme.md diff --git a/stable/baserow/12.3.0/charts/common-18.2.0.tgz b/stable/baserow/12.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/baserow/12.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/baserow/12.1.3/charts/redis-11.2.1.tgz b/stable/baserow/12.3.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/baserow/12.1.3/charts/redis-11.2.1.tgz rename to stable/baserow/12.3.0/charts/redis-11.2.1.tgz diff --git a/stable/baserow/12.1.3/ix_values.yaml b/stable/baserow/12.3.0/ix_values.yaml similarity index 100% rename from stable/baserow/12.1.3/ix_values.yaml rename to stable/baserow/12.3.0/ix_values.yaml diff --git a/stable/baserow/12.3.0/questions.yaml b/stable/baserow/12.3.0/questions.yaml new file mode 100755 index 00000000000..d320784b872 --- /dev/null +++ b/stable/baserow/12.3.0/questions.yaml @@ -0,0 +1,3333 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: BASEROW_PUBLIC_URL + label: "BASEROW_PUBLIC_URL" + description: "The public URL or IP that will be used to access baserow. Always should start with http:// https:// even if accessing via an IP address." + schema: + type: string + required: true + default: "" + - variable: enable_mail_settings + label: "Enable Mail Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: FROM_EMAIL + label: "FROM_EMAIL" + description: "The public URL or IP that will be used to access baserow. Always should start with http:// https:// even if accessing via an IP address." + schema: + type: string + default: "" + - variable: EMAIL_SMTP + label: "EMAIL_SMTP" + description: "If set to any non empty value then Baserow will start sending emails using the configuration options below. If not set then Baserow will not send emails and just log them to the Celery worker logs instead." + schema: + type: string + default: "" + enum: + - value: "" + description: "Disabled" + - value: "true" + description: "Enabled" + - variable: EMAIL_SMTP_USE_TLS + label: "EMAIL_SMTP_USE_TLS" + description: "If set to any non empty value then Baserow will attempt to send emails using TLS." + schema: + type: string + default: "" + enum: + - value: "" + description: "Disabled" + - value: "true" + description: "Enabled" + - variable: EMAIL_SMTP_HOST + label: "EMAIL_SMTP_HOST" + description: "The host of the external SMTP server that Baserow should use to send emails." + schema: + type: string + default: "" + - variable: EMAIL_SMTP_PORT + label: "EMAIL_SMTP_PORT" + description: "The port used to connect to $EMAIL_SMTP_HOST on." + schema: + type: int + default: 587 + - variable: EMAIL_SMTP_USER + label: "EMAIL_SMTP_USER" + description: "The username to authenticate with $EMAIL_SMTP_HOST when sending emails." + schema: + type: string + default: "" + - variable: EMAIL_SMTP_PASSWORD + label: "EMAIL_SMTP_PASSWORD" + description: "The password to authenticate with $EMAIL_SMTP_HOST when sending emails." + schema: + type: string + private: true + default: "" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10228 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: data + label: "App Data Storage" + description: "Stores the Application Data." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/baserow/12.1.3/templates/NOTES.txt b/stable/baserow/12.3.0/templates/NOTES.txt similarity index 100% rename from stable/baserow/12.1.3/templates/NOTES.txt rename to stable/baserow/12.3.0/templates/NOTES.txt diff --git a/stable/baserow/12.1.3/templates/_secrets.tpl b/stable/baserow/12.3.0/templates/_secrets.tpl similarity index 100% rename from stable/baserow/12.1.3/templates/_secrets.tpl rename to stable/baserow/12.3.0/templates/_secrets.tpl diff --git a/stable/baserow/12.1.3/templates/common.yaml b/stable/baserow/12.3.0/templates/common.yaml similarity index 100% rename from stable/baserow/12.1.3/templates/common.yaml rename to stable/baserow/12.3.0/templates/common.yaml diff --git a/stable/baserow/12.1.3/values.yaml b/stable/baserow/12.3.0/values.yaml similarity index 100% rename from stable/baserow/12.1.3/values.yaml rename to stable/baserow/12.3.0/values.yaml diff --git a/stable/batnoter/5.1.3/CHANGELOG.md b/stable/batnoter/5.1.3/CHANGELOG.md deleted file mode 100644 index 7e6f8a9d28f..00000000000 --- a/stable/batnoter/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [batnoter-4.1.12](https://github.com/truecharts/charts/compare/batnoter-4.1.11...batnoter-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [batnoter-4.1.11](https://github.com/truecharts/charts/compare/batnoter-4.1.10...batnoter-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [batnoter-4.1.10](https://github.com/truecharts/charts/compare/batnoter-4.1.9...batnoter-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [batnoter-4.1.9](https://github.com/truecharts/charts/compare/batnoter-4.1.8...batnoter-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [batnoter-4.1.8](https://github.com/truecharts/charts/compare/batnoter-4.1.7...batnoter-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [batnoter-4.1.7](https://github.com/truecharts/charts/compare/batnoter-4.1.6...batnoter-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [batnoter-4.1.6](https://github.com/truecharts/charts/compare/batnoter-4.1.5...batnoter-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [batnoter-4.1.5](https://github.com/truecharts/charts/compare/batnoter-4.1.4...batnoter-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [batnoter-4.1.4](https://github.com/truecharts/charts/compare/batnoter-4.1.3...batnoter-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/batnoter/5.1.3/Chart.yaml b/stable/batnoter/5.1.3/Chart.yaml deleted file mode 100644 index e93a4484348..00000000000 --- a/stable/batnoter/5.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: notes - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: BatNoter is a web application that allows users to store notes in their git repository. -home: https://truecharts.org/charts/stable/batnoter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/batnoter.png -keywords: - - notes -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: batnoter -sources: - - https://github.com/batnoter/batnoter - - https://github.com/truecharts/charts/tree/master/charts/stable/batnoter - - https://ghcr.io/batnoter/batnoter/batnoter-ui -type: application -version: 5.1.3 diff --git a/stable/batnoter/5.1.3/charts/common-18.0.3.tgz b/stable/batnoter/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/batnoter/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/batnoter/5.1.3/.helmignore b/stable/batnoter/5.3.0/.helmignore similarity index 100% rename from stable/batnoter/5.1.3/.helmignore rename to stable/batnoter/5.3.0/.helmignore diff --git a/stable/batnoter/5.3.0/CHANGELOG.md b/stable/batnoter/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..51f17f4878f --- /dev/null +++ b/stable/batnoter/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [batnoter-5.3.0](https://github.com/truecharts/charts/compare/batnoter-5.2.3...batnoter-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [batnoter-5.2.3](https://github.com/truecharts/charts/compare/batnoter-5.2.2...batnoter-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [batnoter-5.2.2](https://github.com/truecharts/charts/compare/batnoter-5.2.0...batnoter-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [batnoter-4.1.12](https://github.com/truecharts/charts/compare/batnoter-4.1.11...batnoter-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [batnoter-4.1.11](https://github.com/truecharts/charts/compare/batnoter-4.1.10...batnoter-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [batnoter-4.1.10](https://github.com/truecharts/charts/compare/batnoter-4.1.9...batnoter-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [batnoter-4.1.9](https://github.com/truecharts/charts/compare/batnoter-4.1.8...batnoter-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [batnoter-4.1.8](https://github.com/truecharts/charts/compare/batnoter-4.1.7...batnoter-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [batnoter-4.1.7](https://github.com/truecharts/charts/compare/batnoter-4.1.6...batnoter-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/batnoter/5.3.0/Chart.yaml b/stable/batnoter/5.3.0/Chart.yaml new file mode 100644 index 00000000000..46206e46348 --- /dev/null +++ b/stable/batnoter/5.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: notes + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: BatNoter is a web application that allows users to store notes in their git repository. +home: https://truecharts.org/charts/stable/batnoter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/batnoter.png +keywords: + - notes +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: batnoter +sources: + - https://github.com/batnoter/batnoter + - https://github.com/truecharts/charts/tree/master/charts/stable/batnoter + - https://ghcr.io/batnoter/batnoter/batnoter-ui +type: application +version: 5.3.0 diff --git a/stable/batnoter/5.1.3/README.md b/stable/batnoter/5.3.0/README.md similarity index 100% rename from stable/batnoter/5.1.3/README.md rename to stable/batnoter/5.3.0/README.md diff --git a/stable/batnoter/5.3.0/app-changelog.md b/stable/batnoter/5.3.0/app-changelog.md new file mode 100644 index 00000000000..24ae66e2953 --- /dev/null +++ b/stable/batnoter/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [batnoter-5.3.0](https://github.com/truecharts/charts/compare/batnoter-5.2.3...batnoter-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/batnoter/5.1.3/app-readme.md b/stable/batnoter/5.3.0/app-readme.md similarity index 100% rename from stable/batnoter/5.1.3/app-readme.md rename to stable/batnoter/5.3.0/app-readme.md diff --git a/stable/batnoter/5.3.0/charts/common-18.2.0.tgz b/stable/batnoter/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/batnoter/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/batnoter/5.1.3/ix_values.yaml b/stable/batnoter/5.3.0/ix_values.yaml similarity index 100% rename from stable/batnoter/5.1.3/ix_values.yaml rename to stable/batnoter/5.3.0/ix_values.yaml diff --git a/stable/batnoter/5.1.3/questions.yaml b/stable/batnoter/5.3.0/questions.yaml similarity index 100% rename from stable/batnoter/5.1.3/questions.yaml rename to stable/batnoter/5.3.0/questions.yaml diff --git a/stable/batnoter/5.1.3/templates/common.yaml b/stable/batnoter/5.3.0/templates/common.yaml similarity index 100% rename from stable/batnoter/5.1.3/templates/common.yaml rename to stable/batnoter/5.3.0/templates/common.yaml diff --git a/stable/batnoter/5.1.3/values.yaml b/stable/batnoter/5.3.0/values.yaml similarity index 100% rename from stable/batnoter/5.1.3/values.yaml rename to stable/batnoter/5.3.0/values.yaml diff --git a/stable/beets/11.2.0/.helmignore b/stable/bazarr/19.1.0/.helmignore similarity index 100% rename from stable/beets/11.2.0/.helmignore rename to stable/bazarr/19.1.0/.helmignore diff --git a/stable/bazarr/19.1.0/CHANGELOG.md b/stable/bazarr/19.1.0/CHANGELOG.md new file mode 100644 index 00000000000..84fd989d543 --- /dev/null +++ b/stable/bazarr/19.1.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [bazarr-19.1.0](https://github.com/truecharts/charts/compare/bazarr-19.0.3...bazarr-19.1.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [bazarr-19.0.3](https://github.com/truecharts/charts/compare/bazarr-19.0.2...bazarr-19.0.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [bazarr-19.0.2](https://github.com/truecharts/charts/compare/bazarr-19.0.0...bazarr-19.0.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + +## [bazarr-17.1.17](https://github.com/truecharts/charts/compare/bazarr-17.1.16...bazarr-17.1.17) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/onedr0p/bazarr to v1.4.1[@4a95844](https://github.com/4a95844) by renovate ([#17913](https://github.com/truecharts/charts/issues/17913)) + + +## [bazarr-17.1.16](https://github.com/truecharts/charts/compare/bazarr-17.1.15...bazarr-17.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [bazarr-17.1.15](https://github.com/truecharts/charts/compare/bazarr-17.1.14...bazarr-17.1.15) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/onedr0p/exportarr to v1.6.1[@60cf3d4](https://github.com/60cf3d4) by renovate ([#17725](https://github.com/truecharts/charts/issues/17725)) + + +## [bazarr-17.1.14](https://github.com/truecharts/charts/compare/bazarr-17.1.13...bazarr-17.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [bazarr-17.1.13](https://github.com/truecharts/charts/compare/bazarr-17.1.12...bazarr-17.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [bazarr-17.1.12](https://github.com/truecharts/charts/compare/bazarr-17.1.11...bazarr-17.1.12) (2024-01-21) + +### Chore + + diff --git a/stable/bazarr/19.1.0/Chart.yaml b/stable/bazarr/19.1.0/Chart.yaml new file mode 100644 index 00000000000..79e222f19ff --- /dev/null +++ b/stable/bazarr/19.1.0/Chart.yaml @@ -0,0 +1,42 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.4.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements +home: https://truecharts.org/charts/stable/bazarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bazarr.png +keywords: + - bazarr + - radarr + - sonarr + - subtitles + - usenet + - torrent +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: bazarr +sources: + - https://github.com/morpheus65535/bazarr + - https://github.com/truecharts/charts/tree/master/charts/stable/bazarr + - https://ghcr.io/onedr0p/bazarr + - https://ghcr.io/onedr0p/exportarr +type: application +version: 19.1.0 diff --git a/stable/bazarr/19.1.0/README.md b/stable/bazarr/19.1.0/README.md new file mode 100644 index 00000000000..96c5314ff02 --- /dev/null +++ b/stable/bazarr/19.1.0/README.md @@ -0,0 +1,28 @@ +--- +title: README +--- + +## General Info + +TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. +However only installations using the TrueNAS SCALE Apps system are supported. + +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/bazarr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +_All Rights Reserved - The TrueCharts Project_ diff --git a/stable/bazarr/19.1.0/app-changelog.md b/stable/bazarr/19.1.0/app-changelog.md new file mode 100644 index 00000000000..7fcfff4b000 --- /dev/null +++ b/stable/bazarr/19.1.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [bazarr-19.1.0](https://github.com/truecharts/charts/compare/bazarr-19.0.3...bazarr-19.1.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/bazarr/19.1.0/app-readme.md b/stable/bazarr/19.1.0/app-readme.md new file mode 100644 index 00000000000..90f6859f27b --- /dev/null +++ b/stable/bazarr/19.1.0/app-readme.md @@ -0,0 +1,8 @@ +Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/bazarr](https://truecharts.org/charts/stable/bazarr) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! diff --git a/stable/bazarr/19.1.0/charts/common-18.2.0.tgz b/stable/bazarr/19.1.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/bazarr/19.1.0/charts/common-18.2.0.tgz differ diff --git a/stable/bazarr/19.1.0/ix_values.yaml b/stable/bazarr/19.1.0/ix_values.yaml new file mode 100644 index 00000000000..7cfc0693926 --- /dev/null +++ b/stable/bazarr/19.1.0/ix_values.yaml @@ -0,0 +1,87 @@ +image: + repository: ghcr.io/onedr0p/bazarr + pullPolicy: IfNotPresent + tag: 1.4.2@sha256:8d4a560d7307d6554bac85c566a49a23f6b47239a031772823cd294acecca72d +exportarrImage: + repository: ghcr.io/onedr0p/exportarr + tag: v2.0.0@sha256:760327e885a9bb5b818b56e8a6f818c9570eeaa9484bed122028adbf80bcaeb9 + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 6767 + protocol: http + targetPort: 6767 + metrics: + enabled: true + type: ClusterIP + targetSelector: exportarr + ports: + metrics: + enabled: true + port: 7879 + targetSelector: exportarr + +workload: + exportarr: + enabled: "{{ .Values.metrics.main.enabled }}" + type: Deployment + strategy: RollingUpdate + replicas: 1 + podSpec: + containers: + exportarr: + primary: true + enabled: true + imageSelector: exportarrImage + args: + - bazarr + probes: + liveness: + enabled: true + type: http + path: /healthz + port: "{{ .Values.service.metrics.ports.metrics.port }}" + readiness: + enabled: true + type: http + path: /healthz + port: "{{ .Values.service.metrics.ports.metrics.port }}" + startup: + enabled: true + type: http + path: /healthz + port: "{{ .Values.service.metrics.ports.metrics.port }}" + env: + INTERFACE: 0.0.0.0 + PORT: "{{ .Values.service.metrics.ports.metrics.port }}" + URL: '{{ printf "http://%v:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.main.ports.main.port }}' + APIKEY: "{{ .Values.metrics.main.apiKey }}" + +persistence: + config: + enabled: true + targetSelector: + main: + main: + mountPath: /config + exportarr: + exportarr: + mountPath: /config + readOnly: true + +metrics: + main: + enabled: false + type: "servicemonitor" + endpoints: + - port: metrics + path: /metrics + targetSelector: metrics + # Required for exportarr + apiKey: "" + +portal: + open: + enabled: true diff --git a/stable/bazarr/19.1.0/questions.yaml b/stable/bazarr/19.1.0/questions.yaml new file mode 100755 index 00000000000..c719603f1a6 --- /dev/null +++ b/stable/bazarr/19.1.0/questions.yaml @@ -0,0 +1,2884 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 6767 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: metrics + group: Metrics + label: Prometheus Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: Main Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable Prometheus Metrics + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: apiKey + label: "Bazarr API key" + description: "Can be found in the Bazarr settings" + schema: + type: string + default: "" + required: true + - variable: prometheusRule + label: PrometheusRule + description: Enable and configure Prometheus Rules for the App. + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable Prometheus Metrics + schema: + type: boolean + default: false + # TODO: Rule List section + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/beets/11.2.0/templates/NOTES.txt b/stable/bazarr/19.1.0/templates/NOTES.txt similarity index 100% rename from stable/beets/11.2.0/templates/NOTES.txt rename to stable/bazarr/19.1.0/templates/NOTES.txt diff --git a/stable/bender/5.1.3/templates/common.yaml b/stable/bazarr/19.1.0/templates/common.yaml similarity index 100% rename from stable/bender/5.1.3/templates/common.yaml rename to stable/bazarr/19.1.0/templates/common.yaml diff --git a/stable/beets/11.2.0/values.yaml b/stable/bazarr/19.1.0/values.yaml similarity index 100% rename from stable/beets/11.2.0/values.yaml rename to stable/bazarr/19.1.0/values.yaml diff --git a/stable/beets/11.2.0/CHANGELOG.md b/stable/beets/11.2.0/CHANGELOG.md deleted file mode 100644 index e3781cd42f1..00000000000 --- a/stable/beets/11.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - - -## [beets-10.1.18](https://github.com/truecharts/charts/compare/beets-10.1.17...beets-10.1.18) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/beets to version-1.6.0[@48b0309](https://github.com/48b0309) by renovate ([#18052](https://github.com/truecharts/charts/issues/18052)) - - -## [beets-10.1.17](https://github.com/truecharts/charts/compare/beets-10.1.16...beets-10.1.17) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/beets to version-1.6.0[@8e69900](https://github.com/8e69900) by renovate ([#17841](https://github.com/truecharts/charts/issues/17841)) - - -## [beets-10.1.16](https://github.com/truecharts/charts/compare/beets-10.1.15...beets-10.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [beets-10.1.15](https://github.com/truecharts/charts/compare/beets-10.1.14...beets-10.1.15) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/beets to version-1.6.0[@e2f60d7](https://github.com/e2f60d7) by renovate ([#17598](https://github.com/truecharts/charts/issues/17598)) - - -## [beets-10.1.14](https://github.com/truecharts/charts/compare/beets-10.1.13...beets-10.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [beets-10.1.13](https://github.com/truecharts/charts/compare/beets-10.1.12...beets-10.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [beets-10.1.12](https://github.com/truecharts/charts/compare/beets-10.1.11...beets-10.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [beets-10.1.11](https://github.com/truecharts/charts/compare/beets-10.1.10...beets-10.1.11) (2024-01-21) - -### Chore - diff --git a/stable/beets/11.2.0/Chart.yaml b/stable/beets/11.2.0/Chart.yaml deleted file mode 100644 index 66e226a0880..00000000000 --- a/stable/beets/11.2.0/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.6.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A music library manager and not, for the most part, a music player. -home: https://truecharts.org/charts/stable/beets -icon: https://truecharts.org/img/hotlink-ok/chart-icons/beets.png -keywords: - - music - - library - - manager - - player - - beets -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: beets -sources: - - https://beets.io/ - - https://github.com/linuxserver/docker-beets - - https://github.com/truecharts/charts/tree/master/charts/stable/beets - - https://ghcr.io/linuxserver/beets -type: application -version: 11.2.0 diff --git a/stable/beets/11.2.0/charts/common-18.1.2.tgz b/stable/beets/11.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/beets/11.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/beets/11.2.0/ix_values.yaml b/stable/beets/11.2.0/ix_values.yaml deleted file mode 100644 index a0adee99ade..00000000000 --- a/stable/beets/11.2.0/ix_values.yaml +++ /dev/null @@ -1,40 +0,0 @@ -image: - repository: ghcr.io/linuxserver/beets - pullPolicy: IfNotPresent - tag: version-1.6.0@sha256:933127daabd25dec2202632abe7c0d24ef0391b38f4c3648f2fcbe042ca7ab52 -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 8337 - protocol: http - targetPort: 8337 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - path: / - readiness: - type: http - path: / - startup: - type: http - path: / - env: {} -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true diff --git a/stable/bender/5.1.3/.helmignore b/stable/beets/11.3.0/.helmignore similarity index 100% rename from stable/bender/5.1.3/.helmignore rename to stable/beets/11.3.0/.helmignore diff --git a/stable/beets/11.3.0/CHANGELOG.md b/stable/beets/11.3.0/CHANGELOG.md new file mode 100644 index 00000000000..770a11880c8 --- /dev/null +++ b/stable/beets/11.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [beets-11.3.0](https://github.com/truecharts/charts/compare/beets-11.2.4...beets-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [beets-11.2.4](https://github.com/truecharts/charts/compare/beets-11.2.3...beets-11.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [beets-11.2.3](https://github.com/truecharts/charts/compare/beets-11.2.1...beets-11.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + + +## [beets-10.1.18](https://github.com/truecharts/charts/compare/beets-10.1.17...beets-10.1.18) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/beets to version-1.6.0[@48b0309](https://github.com/48b0309) by renovate ([#18052](https://github.com/truecharts/charts/issues/18052)) + + +## [beets-10.1.17](https://github.com/truecharts/charts/compare/beets-10.1.16...beets-10.1.17) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/beets to version-1.6.0[@8e69900](https://github.com/8e69900) by renovate ([#17841](https://github.com/truecharts/charts/issues/17841)) + + +## [beets-10.1.16](https://github.com/truecharts/charts/compare/beets-10.1.15...beets-10.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [beets-10.1.15](https://github.com/truecharts/charts/compare/beets-10.1.14...beets-10.1.15) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/beets to version-1.6.0[@e2f60d7](https://github.com/e2f60d7) by renovate ([#17598](https://github.com/truecharts/charts/issues/17598)) + + +## [beets-10.1.14](https://github.com/truecharts/charts/compare/beets-10.1.13...beets-10.1.14) (2024-01-26) diff --git a/stable/beets/11.3.0/Chart.yaml b/stable/beets/11.3.0/Chart.yaml new file mode 100644 index 00000000000..5fc95351f2e --- /dev/null +++ b/stable/beets/11.3.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.6.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A music library manager and not, for the most part, a music player. +home: https://truecharts.org/charts/stable/beets +icon: https://truecharts.org/img/hotlink-ok/chart-icons/beets.png +keywords: + - music + - library + - manager + - player + - beets +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: beets +sources: + - https://beets.io/ + - https://github.com/linuxserver/docker-beets + - https://github.com/truecharts/charts/tree/master/charts/stable/beets + - https://ghcr.io/linuxserver/beets +type: application +version: 11.3.0 diff --git a/stable/beets/11.2.0/README.md b/stable/beets/11.3.0/README.md similarity index 100% rename from stable/beets/11.2.0/README.md rename to stable/beets/11.3.0/README.md diff --git a/stable/beets/11.3.0/app-changelog.md b/stable/beets/11.3.0/app-changelog.md new file mode 100644 index 00000000000..62dd28c8173 --- /dev/null +++ b/stable/beets/11.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [beets-11.3.0](https://github.com/truecharts/charts/compare/beets-11.2.4...beets-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/beets/11.2.0/app-readme.md b/stable/beets/11.3.0/app-readme.md similarity index 100% rename from stable/beets/11.2.0/app-readme.md rename to stable/beets/11.3.0/app-readme.md diff --git a/stable/beets/11.3.0/charts/common-18.2.0.tgz b/stable/beets/11.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/beets/11.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/beets/11.3.0/ix_values.yaml b/stable/beets/11.3.0/ix_values.yaml new file mode 100644 index 00000000000..48f0ed6b942 --- /dev/null +++ b/stable/beets/11.3.0/ix_values.yaml @@ -0,0 +1,40 @@ +image: + repository: ghcr.io/linuxserver/beets + pullPolicy: IfNotPresent + tag: version-1.6.0@sha256:c03c38ed38b46764861bf1a3a8ad16ea9317968898111d85dd218e52e17dc606 +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 8337 + protocol: http + targetPort: 8337 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + path: / + readiness: + type: http + path: / + startup: + type: http + path: / + env: {} +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true diff --git a/stable/beets/11.2.0/questions.yaml b/stable/beets/11.3.0/questions.yaml similarity index 100% rename from stable/beets/11.2.0/questions.yaml rename to stable/beets/11.3.0/questions.yaml diff --git a/stable/bitmagnet/1.3.0/templates/NOTES.txt b/stable/beets/11.3.0/templates/NOTES.txt similarity index 100% rename from stable/bitmagnet/1.3.0/templates/NOTES.txt rename to stable/beets/11.3.0/templates/NOTES.txt diff --git a/stable/beets/11.2.0/templates/common.yaml b/stable/beets/11.3.0/templates/common.yaml similarity index 100% rename from stable/beets/11.2.0/templates/common.yaml rename to stable/beets/11.3.0/templates/common.yaml diff --git a/stable/bender/5.1.3/values.yaml b/stable/beets/11.3.0/values.yaml similarity index 100% rename from stable/bender/5.1.3/values.yaml rename to stable/beets/11.3.0/values.yaml diff --git a/stable/bender/5.1.3/CHANGELOG.md b/stable/bender/5.1.3/CHANGELOG.md deleted file mode 100644 index a918e9a0e05..00000000000 --- a/stable/bender/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [bender-4.1.12](https://github.com/truecharts/charts/compare/bender-4.1.11...bender-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [bender-4.1.11](https://github.com/truecharts/charts/compare/bender-4.1.10...bender-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [bender-4.1.10](https://github.com/truecharts/charts/compare/bender-4.1.9...bender-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [bender-4.1.9](https://github.com/truecharts/charts/compare/bender-4.1.8...bender-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [bender-4.1.8](https://github.com/truecharts/charts/compare/bender-4.1.7...bender-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [bender-4.1.7](https://github.com/truecharts/charts/compare/bender-4.1.6...bender-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [bender-4.1.6](https://github.com/truecharts/charts/compare/bender-4.1.5...bender-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [bender-4.1.5](https://github.com/truecharts/charts/compare/bender-4.1.4...bender-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [bender-4.1.4](https://github.com/truecharts/charts/compare/bender-4.1.3...bender-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/bender/5.1.3/Chart.yaml b/stable/bender/5.1.3/Chart.yaml deleted file mode 100644 index 947b08e5226..00000000000 --- a/stable/bender/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: dashboard - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.0.3 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A link dashboard that can be managed without any code. -home: https://truecharts.org/charts/stable/bender -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bender.png -keywords: - - bender - - dashboard -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: bender -sources: - - https://github.com/jez500/bender - - https://github.com/truecharts/charts/tree/master/charts/stable/bender - - https://hub.docker.com/r/jez500/bender -type: application -version: 5.1.3 diff --git a/stable/bender/5.1.3/charts/common-18.0.3.tgz b/stable/bender/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/bender/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/bitcoin-node/5.1.3/.helmignore b/stable/bender/5.3.0/.helmignore similarity index 100% rename from stable/bitcoin-node/5.1.3/.helmignore rename to stable/bender/5.3.0/.helmignore diff --git a/stable/bender/5.3.0/CHANGELOG.md b/stable/bender/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..eaae2214531 --- /dev/null +++ b/stable/bender/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [bender-5.3.0](https://github.com/truecharts/charts/compare/bender-5.2.3...bender-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [bender-5.2.3](https://github.com/truecharts/charts/compare/bender-5.2.2...bender-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [bender-5.2.2](https://github.com/truecharts/charts/compare/bender-5.2.0...bender-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [bender-4.1.12](https://github.com/truecharts/charts/compare/bender-4.1.11...bender-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [bender-4.1.11](https://github.com/truecharts/charts/compare/bender-4.1.10...bender-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [bender-4.1.10](https://github.com/truecharts/charts/compare/bender-4.1.9...bender-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [bender-4.1.9](https://github.com/truecharts/charts/compare/bender-4.1.8...bender-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [bender-4.1.8](https://github.com/truecharts/charts/compare/bender-4.1.7...bender-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [bender-4.1.7](https://github.com/truecharts/charts/compare/bender-4.1.6...bender-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/bender/5.3.0/Chart.yaml b/stable/bender/5.3.0/Chart.yaml new file mode 100644 index 00000000000..6cc88a956de --- /dev/null +++ b/stable/bender/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: dashboard + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.3 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A link dashboard that can be managed without any code. +home: https://truecharts.org/charts/stable/bender +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bender.png +keywords: + - bender + - dashboard +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: bender +sources: + - https://github.com/jez500/bender + - https://github.com/truecharts/charts/tree/master/charts/stable/bender + - https://hub.docker.com/r/jez500/bender +type: application +version: 5.3.0 diff --git a/stable/bender/5.1.3/README.md b/stable/bender/5.3.0/README.md similarity index 100% rename from stable/bender/5.1.3/README.md rename to stable/bender/5.3.0/README.md diff --git a/stable/bender/5.3.0/app-changelog.md b/stable/bender/5.3.0/app-changelog.md new file mode 100644 index 00000000000..2ff416ff4e7 --- /dev/null +++ b/stable/bender/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [bender-5.3.0](https://github.com/truecharts/charts/compare/bender-5.2.3...bender-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/bender/5.1.3/app-readme.md b/stable/bender/5.3.0/app-readme.md similarity index 100% rename from stable/bender/5.1.3/app-readme.md rename to stable/bender/5.3.0/app-readme.md diff --git a/stable/bender/5.3.0/charts/common-18.2.0.tgz b/stable/bender/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/bender/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/bender/5.1.3/ix_values.yaml b/stable/bender/5.3.0/ix_values.yaml similarity index 100% rename from stable/bender/5.1.3/ix_values.yaml rename to stable/bender/5.3.0/ix_values.yaml diff --git a/stable/bender/5.1.3/questions.yaml b/stable/bender/5.3.0/questions.yaml similarity index 100% rename from stable/bender/5.1.3/questions.yaml rename to stable/bender/5.3.0/questions.yaml diff --git a/stable/bitmagnet/1.3.0/templates/common.yaml b/stable/bender/5.3.0/templates/common.yaml similarity index 100% rename from stable/bitmagnet/1.3.0/templates/common.yaml rename to stable/bender/5.3.0/templates/common.yaml diff --git a/stable/bitcoin-node/5.1.3/values.yaml b/stable/bender/5.3.0/values.yaml similarity index 100% rename from stable/bitcoin-node/5.1.3/values.yaml rename to stable/bender/5.3.0/values.yaml diff --git a/stable/bitcoin-node/5.1.3/CHANGELOG.md b/stable/bitcoin-node/5.1.3/CHANGELOG.md deleted file mode 100644 index 8af0ef86082..00000000000 --- a/stable/bitcoin-node/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [bitcoin-node-4.1.12](https://github.com/truecharts/charts/compare/bitcoin-node-4.1.11...bitcoin-node-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [bitcoin-node-4.1.11](https://github.com/truecharts/charts/compare/bitcoin-node-4.1.10...bitcoin-node-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [bitcoin-node-4.1.10](https://github.com/truecharts/charts/compare/bitcoin-node-4.1.9...bitcoin-node-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [bitcoin-node-4.1.9](https://github.com/truecharts/charts/compare/bitcoin-node-4.1.8...bitcoin-node-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [bitcoin-node-4.1.8](https://github.com/truecharts/charts/compare/bitcoin-node-4.1.7...bitcoin-node-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [bitcoin-node-4.1.7](https://github.com/truecharts/charts/compare/bitcoin-node-4.1.6...bitcoin-node-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [bitcoin-node-4.1.6](https://github.com/truecharts/charts/compare/bitcoin-node-4.1.5...bitcoin-node-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [bitcoin-node-4.1.5](https://github.com/truecharts/charts/compare/bitcoin-node-4.1.4...bitcoin-node-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [bitcoin-node-4.1.4](https://github.com/truecharts/charts/compare/bitcoin-node-4.1.3...bitcoin-node-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/bitcoin-node/5.1.3/Chart.yaml b/stable/bitcoin-node/5.1.3/Chart.yaml deleted file mode 100644 index 3980604b4ff..00000000000 --- a/stable/bitcoin-node/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Crypto - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Chart that runs the Bitcoin bitcoind node in a Chart for easy deployment. -home: https://truecharts.org/charts/stable/bitcoin-node -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoin-node.png -keywords: - - bitcoin-node - - Crypto -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: bitcoin-node -sources: - - https://github.com/kylemanna/docker-bitcoind - - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoin-node - - https://hub.docker.com/r/kylemanna/bitcoind -type: application -version: 5.1.3 diff --git a/stable/bitcoin-node/5.1.3/charts/common-18.0.3.tgz b/stable/bitcoin-node/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/bitcoin-node/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/bitcoind/5.1.3/.helmignore b/stable/bitcoin-node/5.3.0/.helmignore similarity index 100% rename from stable/bitcoind/5.1.3/.helmignore rename to stable/bitcoin-node/5.3.0/.helmignore diff --git a/stable/bitcoin-node/5.3.0/CHANGELOG.md b/stable/bitcoin-node/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..bd15aa20903 --- /dev/null +++ b/stable/bitcoin-node/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [bitcoin-node-5.3.0](https://github.com/truecharts/charts/compare/bitcoin-node-5.2.3...bitcoin-node-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [bitcoin-node-5.2.3](https://github.com/truecharts/charts/compare/bitcoin-node-5.2.2...bitcoin-node-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [bitcoin-node-5.2.2](https://github.com/truecharts/charts/compare/bitcoin-node-5.2.0...bitcoin-node-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [bitcoin-node-4.1.12](https://github.com/truecharts/charts/compare/bitcoin-node-4.1.11...bitcoin-node-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [bitcoin-node-4.1.11](https://github.com/truecharts/charts/compare/bitcoin-node-4.1.10...bitcoin-node-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [bitcoin-node-4.1.10](https://github.com/truecharts/charts/compare/bitcoin-node-4.1.9...bitcoin-node-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [bitcoin-node-4.1.9](https://github.com/truecharts/charts/compare/bitcoin-node-4.1.8...bitcoin-node-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [bitcoin-node-4.1.8](https://github.com/truecharts/charts/compare/bitcoin-node-4.1.7...bitcoin-node-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [bitcoin-node-4.1.7](https://github.com/truecharts/charts/compare/bitcoin-node-4.1.6...bitcoin-node-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/bitcoin-node/5.3.0/Chart.yaml b/stable/bitcoin-node/5.3.0/Chart.yaml new file mode 100644 index 00000000000..34f71397adc --- /dev/null +++ b/stable/bitcoin-node/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Crypto + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chart that runs the Bitcoin bitcoind node in a Chart for easy deployment. +home: https://truecharts.org/charts/stable/bitcoin-node +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoin-node.png +keywords: + - bitcoin-node + - Crypto +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: bitcoin-node +sources: + - https://github.com/kylemanna/docker-bitcoind + - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoin-node + - https://hub.docker.com/r/kylemanna/bitcoind +type: application +version: 5.3.0 diff --git a/stable/bitcoin-node/5.1.3/README.md b/stable/bitcoin-node/5.3.0/README.md similarity index 100% rename from stable/bitcoin-node/5.1.3/README.md rename to stable/bitcoin-node/5.3.0/README.md diff --git a/stable/bitcoin-node/5.3.0/app-changelog.md b/stable/bitcoin-node/5.3.0/app-changelog.md new file mode 100644 index 00000000000..b1a27aed8e1 --- /dev/null +++ b/stable/bitcoin-node/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [bitcoin-node-5.3.0](https://github.com/truecharts/charts/compare/bitcoin-node-5.2.3...bitcoin-node-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/bitcoin-node/5.1.3/app-readme.md b/stable/bitcoin-node/5.3.0/app-readme.md similarity index 100% rename from stable/bitcoin-node/5.1.3/app-readme.md rename to stable/bitcoin-node/5.3.0/app-readme.md diff --git a/stable/bitcoin-node/5.3.0/charts/common-18.2.0.tgz b/stable/bitcoin-node/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/bitcoin-node/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/bitcoin-node/5.1.3/ix_values.yaml b/stable/bitcoin-node/5.3.0/ix_values.yaml similarity index 100% rename from stable/bitcoin-node/5.1.3/ix_values.yaml rename to stable/bitcoin-node/5.3.0/ix_values.yaml diff --git a/stable/bitcoin-node/5.1.3/questions.yaml b/stable/bitcoin-node/5.3.0/questions.yaml similarity index 100% rename from stable/bitcoin-node/5.1.3/questions.yaml rename to stable/bitcoin-node/5.3.0/questions.yaml diff --git a/stable/bitcoin-node/5.1.3/templates/common.yaml b/stable/bitcoin-node/5.3.0/templates/common.yaml similarity index 100% rename from stable/bitcoin-node/5.1.3/templates/common.yaml rename to stable/bitcoin-node/5.3.0/templates/common.yaml diff --git a/stable/bitcoind/5.1.3/values.yaml b/stable/bitcoin-node/5.3.0/values.yaml similarity index 100% rename from stable/bitcoind/5.1.3/values.yaml rename to stable/bitcoin-node/5.3.0/values.yaml diff --git a/stable/bitcoind/5.1.3/CHANGELOG.md b/stable/bitcoind/5.1.3/CHANGELOG.md deleted file mode 100644 index bd134e29b7d..00000000000 --- a/stable/bitcoind/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [bitcoind-4.1.12](https://github.com/truecharts/charts/compare/bitcoind-4.1.11...bitcoind-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [bitcoind-4.1.11](https://github.com/truecharts/charts/compare/bitcoind-4.1.10...bitcoind-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [bitcoind-4.1.10](https://github.com/truecharts/charts/compare/bitcoind-4.1.9...bitcoind-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [bitcoind-4.1.9](https://github.com/truecharts/charts/compare/bitcoind-4.1.8...bitcoind-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [bitcoind-4.1.8](https://github.com/truecharts/charts/compare/bitcoind-4.1.7...bitcoind-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [bitcoind-4.1.7](https://github.com/truecharts/charts/compare/bitcoind-4.1.6...bitcoind-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [bitcoind-4.1.6](https://github.com/truecharts/charts/compare/bitcoind-4.1.5...bitcoind-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [bitcoind-4.1.5](https://github.com/truecharts/charts/compare/bitcoind-4.1.4...bitcoind-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [bitcoind-4.1.4](https://github.com/truecharts/charts/compare/bitcoind-4.1.3...bitcoind-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/bitcoind/5.1.3/Chart.yaml b/stable/bitcoind/5.1.3/Chart.yaml deleted file mode 100644 index 4ee9effab5a..00000000000 --- a/stable/bitcoind/5.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: | - Support the Bitcoin network by hosting your own node! This template provides a full Bitcoin Core node, built in a verifiably trustless way. -home: https://truecharts.org/charts/stable/bitcoind -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoind.png -keywords: - - bitcoind - - Tools-Utilities - - Network-Other - - Crypto -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: bitcoind -sources: - - https://bitcoin.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoind - - https://hub.docker.com/r/ofawx/bitcoind -type: application -version: 5.1.3 diff --git a/stable/bitcoind/5.1.3/charts/common-18.0.3.tgz b/stable/bitcoind/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/bitcoind/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/bitcoinunlimited/5.1.3/.helmignore b/stable/bitcoind/5.3.0/.helmignore similarity index 100% rename from stable/bitcoinunlimited/5.1.3/.helmignore rename to stable/bitcoind/5.3.0/.helmignore diff --git a/stable/bitcoind/5.3.0/CHANGELOG.md b/stable/bitcoind/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..96b34f089b2 --- /dev/null +++ b/stable/bitcoind/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [bitcoind-5.3.0](https://github.com/truecharts/charts/compare/bitcoind-5.2.3...bitcoind-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [bitcoind-5.2.3](https://github.com/truecharts/charts/compare/bitcoind-5.2.2...bitcoind-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [bitcoind-5.2.2](https://github.com/truecharts/charts/compare/bitcoind-5.2.0...bitcoind-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [bitcoind-4.1.12](https://github.com/truecharts/charts/compare/bitcoind-4.1.11...bitcoind-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [bitcoind-4.1.11](https://github.com/truecharts/charts/compare/bitcoind-4.1.10...bitcoind-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [bitcoind-4.1.10](https://github.com/truecharts/charts/compare/bitcoind-4.1.9...bitcoind-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [bitcoind-4.1.9](https://github.com/truecharts/charts/compare/bitcoind-4.1.8...bitcoind-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [bitcoind-4.1.8](https://github.com/truecharts/charts/compare/bitcoind-4.1.7...bitcoind-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [bitcoind-4.1.7](https://github.com/truecharts/charts/compare/bitcoind-4.1.6...bitcoind-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/bitcoind/5.3.0/Chart.yaml b/stable/bitcoind/5.3.0/Chart.yaml new file mode 100644 index 00000000000..d4f1c798f5d --- /dev/null +++ b/stable/bitcoind/5.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: | + Support the Bitcoin network by hosting your own node! This template provides a full Bitcoin Core node, built in a verifiably trustless way. +home: https://truecharts.org/charts/stable/bitcoind +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoind.png +keywords: + - bitcoind + - Tools-Utilities + - Network-Other + - Crypto +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: bitcoind +sources: + - https://bitcoin.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoind + - https://hub.docker.com/r/ofawx/bitcoind +type: application +version: 5.3.0 diff --git a/stable/bitcoind/5.1.3/README.md b/stable/bitcoind/5.3.0/README.md similarity index 100% rename from stable/bitcoind/5.1.3/README.md rename to stable/bitcoind/5.3.0/README.md diff --git a/stable/bitcoind/5.3.0/app-changelog.md b/stable/bitcoind/5.3.0/app-changelog.md new file mode 100644 index 00000000000..b8bb8b6e2de --- /dev/null +++ b/stable/bitcoind/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [bitcoind-5.3.0](https://github.com/truecharts/charts/compare/bitcoind-5.2.3...bitcoind-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/bitcoind/5.1.3/app-readme.md b/stable/bitcoind/5.3.0/app-readme.md similarity index 100% rename from stable/bitcoind/5.1.3/app-readme.md rename to stable/bitcoind/5.3.0/app-readme.md diff --git a/stable/bitcoind/5.3.0/charts/common-18.2.0.tgz b/stable/bitcoind/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/bitcoind/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/bitcoind/5.1.3/ix_values.yaml b/stable/bitcoind/5.3.0/ix_values.yaml similarity index 100% rename from stable/bitcoind/5.1.3/ix_values.yaml rename to stable/bitcoind/5.3.0/ix_values.yaml diff --git a/stable/bitcoind/5.1.3/questions.yaml b/stable/bitcoind/5.3.0/questions.yaml similarity index 100% rename from stable/bitcoind/5.1.3/questions.yaml rename to stable/bitcoind/5.3.0/questions.yaml diff --git a/stable/bitcoind/5.1.3/templates/common.yaml b/stable/bitcoind/5.3.0/templates/common.yaml similarity index 100% rename from stable/bitcoind/5.1.3/templates/common.yaml rename to stable/bitcoind/5.3.0/templates/common.yaml diff --git a/stable/bitcoinunlimited/5.1.3/values.yaml b/stable/bitcoind/5.3.0/values.yaml similarity index 100% rename from stable/bitcoinunlimited/5.1.3/values.yaml rename to stable/bitcoind/5.3.0/values.yaml diff --git a/stable/bitcoinunlimited/5.1.3/CHANGELOG.md b/stable/bitcoinunlimited/5.1.3/CHANGELOG.md deleted file mode 100644 index d00400231bc..00000000000 --- a/stable/bitcoinunlimited/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [bitcoinunlimited-4.1.12](https://github.com/truecharts/charts/compare/bitcoinunlimited-4.1.11...bitcoinunlimited-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [bitcoinunlimited-4.1.11](https://github.com/truecharts/charts/compare/bitcoinunlimited-4.1.10...bitcoinunlimited-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [bitcoinunlimited-4.1.10](https://github.com/truecharts/charts/compare/bitcoinunlimited-4.1.9...bitcoinunlimited-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [bitcoinunlimited-4.1.9](https://github.com/truecharts/charts/compare/bitcoinunlimited-4.1.8...bitcoinunlimited-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [bitcoinunlimited-4.1.8](https://github.com/truecharts/charts/compare/bitcoinunlimited-4.1.7...bitcoinunlimited-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [bitcoinunlimited-4.1.7](https://github.com/truecharts/charts/compare/bitcoinunlimited-4.1.6...bitcoinunlimited-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [bitcoinunlimited-4.1.6](https://github.com/truecharts/charts/compare/bitcoinunlimited-4.1.5...bitcoinunlimited-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [bitcoinunlimited-4.1.5](https://github.com/truecharts/charts/compare/bitcoinunlimited-4.1.4...bitcoinunlimited-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [bitcoinunlimited-4.1.4](https://github.com/truecharts/charts/compare/bitcoinunlimited-4.1.3...bitcoinunlimited-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/bitcoinunlimited/5.1.3/Chart.yaml b/stable/bitcoinunlimited/5.1.3/Chart.yaml deleted file mode 100644 index b564f9b1c64..00000000000 --- a/stable/bitcoinunlimited/5.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The Bitcoin Unlimited project seeks to provide a voice to all stakeholders in the Bitcoin ecosystem. -home: https://truecharts.org/charts/stable/bitcoinunlimited -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoinunlimited.png -keywords: - - bitcoinunlimited - - Network-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: bitcoinunlimited -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoinunlimited - - https://hub.docker.com/r/amacneil/bitcoinunlimited -type: application -version: 5.1.3 diff --git a/stable/bitcoinunlimited/5.1.3/charts/common-18.0.3.tgz b/stable/bitcoinunlimited/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/bitcoinunlimited/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/bitcoinwalletgui/5.1.3/.helmignore b/stable/bitcoinunlimited/5.3.0/.helmignore similarity index 100% rename from stable/bitcoinwalletgui/5.1.3/.helmignore rename to stable/bitcoinunlimited/5.3.0/.helmignore diff --git a/stable/bitcoinunlimited/5.3.0/CHANGELOG.md b/stable/bitcoinunlimited/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..e4fa5d8641f --- /dev/null +++ b/stable/bitcoinunlimited/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [bitcoinunlimited-5.3.0](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.2.3...bitcoinunlimited-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [bitcoinunlimited-5.2.3](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.2.2...bitcoinunlimited-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [bitcoinunlimited-5.2.2](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.2.0...bitcoinunlimited-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [bitcoinunlimited-4.1.12](https://github.com/truecharts/charts/compare/bitcoinunlimited-4.1.11...bitcoinunlimited-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [bitcoinunlimited-4.1.11](https://github.com/truecharts/charts/compare/bitcoinunlimited-4.1.10...bitcoinunlimited-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [bitcoinunlimited-4.1.10](https://github.com/truecharts/charts/compare/bitcoinunlimited-4.1.9...bitcoinunlimited-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [bitcoinunlimited-4.1.9](https://github.com/truecharts/charts/compare/bitcoinunlimited-4.1.8...bitcoinunlimited-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [bitcoinunlimited-4.1.8](https://github.com/truecharts/charts/compare/bitcoinunlimited-4.1.7...bitcoinunlimited-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [bitcoinunlimited-4.1.7](https://github.com/truecharts/charts/compare/bitcoinunlimited-4.1.6...bitcoinunlimited-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/bitcoinunlimited/5.3.0/Chart.yaml b/stable/bitcoinunlimited/5.3.0/Chart.yaml new file mode 100644 index 00000000000..59e9ce1b672 --- /dev/null +++ b/stable/bitcoinunlimited/5.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The Bitcoin Unlimited project seeks to provide a voice to all stakeholders in the Bitcoin ecosystem. +home: https://truecharts.org/charts/stable/bitcoinunlimited +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoinunlimited.png +keywords: + - bitcoinunlimited + - Network-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: bitcoinunlimited +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoinunlimited + - https://hub.docker.com/r/amacneil/bitcoinunlimited +type: application +version: 5.3.0 diff --git a/stable/bitcoinunlimited/5.1.3/README.md b/stable/bitcoinunlimited/5.3.0/README.md similarity index 100% rename from stable/bitcoinunlimited/5.1.3/README.md rename to stable/bitcoinunlimited/5.3.0/README.md diff --git a/stable/bitcoinunlimited/5.3.0/app-changelog.md b/stable/bitcoinunlimited/5.3.0/app-changelog.md new file mode 100644 index 00000000000..b0f37196af7 --- /dev/null +++ b/stable/bitcoinunlimited/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [bitcoinunlimited-5.3.0](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.2.3...bitcoinunlimited-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/bitcoinunlimited/5.1.3/app-readme.md b/stable/bitcoinunlimited/5.3.0/app-readme.md similarity index 100% rename from stable/bitcoinunlimited/5.1.3/app-readme.md rename to stable/bitcoinunlimited/5.3.0/app-readme.md diff --git a/stable/bitcoinunlimited/5.3.0/charts/common-18.2.0.tgz b/stable/bitcoinunlimited/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/bitcoinunlimited/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/bitcoinunlimited/5.1.3/ix_values.yaml b/stable/bitcoinunlimited/5.3.0/ix_values.yaml similarity index 100% rename from stable/bitcoinunlimited/5.1.3/ix_values.yaml rename to stable/bitcoinunlimited/5.3.0/ix_values.yaml diff --git a/stable/bitcoinunlimited/5.1.3/questions.yaml b/stable/bitcoinunlimited/5.3.0/questions.yaml similarity index 100% rename from stable/bitcoinunlimited/5.1.3/questions.yaml rename to stable/bitcoinunlimited/5.3.0/questions.yaml diff --git a/stable/bitcoinunlimited/5.1.3/templates/common.yaml b/stable/bitcoinunlimited/5.3.0/templates/common.yaml similarity index 100% rename from stable/bitcoinunlimited/5.1.3/templates/common.yaml rename to stable/bitcoinunlimited/5.3.0/templates/common.yaml diff --git a/stable/bitcoinwalletgui/5.1.3/values.yaml b/stable/bitcoinunlimited/5.3.0/values.yaml similarity index 100% rename from stable/bitcoinwalletgui/5.1.3/values.yaml rename to stable/bitcoinunlimited/5.3.0/values.yaml diff --git a/stable/bitcoinwalletgui/5.1.3/CHANGELOG.md b/stable/bitcoinwalletgui/5.1.3/CHANGELOG.md deleted file mode 100644 index 0e558dbfe11..00000000000 --- a/stable/bitcoinwalletgui/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [bitcoinwalletgui-4.1.12](https://github.com/truecharts/charts/compare/bitcoinwalletgui-4.1.11...bitcoinwalletgui-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [bitcoinwalletgui-4.1.11](https://github.com/truecharts/charts/compare/bitcoinwalletgui-4.1.10...bitcoinwalletgui-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [bitcoinwalletgui-4.1.10](https://github.com/truecharts/charts/compare/bitcoinwalletgui-4.1.9...bitcoinwalletgui-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [bitcoinwalletgui-4.1.9](https://github.com/truecharts/charts/compare/bitcoinwalletgui-4.1.8...bitcoinwalletgui-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [bitcoinwalletgui-4.1.8](https://github.com/truecharts/charts/compare/bitcoinwalletgui-4.1.7...bitcoinwalletgui-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [bitcoinwalletgui-4.1.7](https://github.com/truecharts/charts/compare/bitcoinwalletgui-4.1.6...bitcoinwalletgui-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [bitcoinwalletgui-4.1.6](https://github.com/truecharts/charts/compare/bitcoinwalletgui-4.1.5...bitcoinwalletgui-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [bitcoinwalletgui-4.1.5](https://github.com/truecharts/charts/compare/bitcoinwalletgui-4.1.4...bitcoinwalletgui-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [bitcoinwalletgui-4.1.4](https://github.com/truecharts/charts/compare/bitcoinwalletgui-4.1.3...bitcoinwalletgui-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/bitcoinwalletgui/5.1.3/Chart.yaml b/stable/bitcoinwalletgui/5.1.3/Chart.yaml deleted file mode 100644 index 34feefb1856..00000000000 --- a/stable/bitcoinwalletgui/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: | - Bitcoin wallet with GUI over VNC and NoVNC. -home: https://truecharts.org/charts/stable/bitcoinwalletgui -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoinwalletgui.png -keywords: - - bitcoinwalletgui - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: bitcoinwalletgui -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoinwalletgui - - https://hub.docker.com/r/ulisses1478/bitcoinwallet-gui -type: application -version: 5.1.3 diff --git a/stable/bitcoinwalletgui/5.1.3/charts/common-18.0.3.tgz b/stable/bitcoinwalletgui/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/bitcoinwalletgui/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/bitmagnet/1.3.0/.helmignore b/stable/bitcoinwalletgui/5.3.0/.helmignore similarity index 100% rename from stable/bitmagnet/1.3.0/.helmignore rename to stable/bitcoinwalletgui/5.3.0/.helmignore diff --git a/stable/bitcoinwalletgui/5.3.0/CHANGELOG.md b/stable/bitcoinwalletgui/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..ec9e746d73f --- /dev/null +++ b/stable/bitcoinwalletgui/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [bitcoinwalletgui-5.3.0](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.2.3...bitcoinwalletgui-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [bitcoinwalletgui-5.2.3](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.2.2...bitcoinwalletgui-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [bitcoinwalletgui-5.2.2](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.2.0...bitcoinwalletgui-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [bitcoinwalletgui-4.1.12](https://github.com/truecharts/charts/compare/bitcoinwalletgui-4.1.11...bitcoinwalletgui-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [bitcoinwalletgui-4.1.11](https://github.com/truecharts/charts/compare/bitcoinwalletgui-4.1.10...bitcoinwalletgui-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [bitcoinwalletgui-4.1.10](https://github.com/truecharts/charts/compare/bitcoinwalletgui-4.1.9...bitcoinwalletgui-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [bitcoinwalletgui-4.1.9](https://github.com/truecharts/charts/compare/bitcoinwalletgui-4.1.8...bitcoinwalletgui-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [bitcoinwalletgui-4.1.8](https://github.com/truecharts/charts/compare/bitcoinwalletgui-4.1.7...bitcoinwalletgui-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [bitcoinwalletgui-4.1.7](https://github.com/truecharts/charts/compare/bitcoinwalletgui-4.1.6...bitcoinwalletgui-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/bitcoinwalletgui/5.3.0/Chart.yaml b/stable/bitcoinwalletgui/5.3.0/Chart.yaml new file mode 100644 index 00000000000..eb39f8cbfe8 --- /dev/null +++ b/stable/bitcoinwalletgui/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: | + Bitcoin wallet with GUI over VNC and NoVNC. +home: https://truecharts.org/charts/stable/bitcoinwalletgui +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoinwalletgui.png +keywords: + - bitcoinwalletgui + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: bitcoinwalletgui +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoinwalletgui + - https://hub.docker.com/r/ulisses1478/bitcoinwallet-gui +type: application +version: 5.3.0 diff --git a/stable/bitcoinwalletgui/5.1.3/README.md b/stable/bitcoinwalletgui/5.3.0/README.md similarity index 100% rename from stable/bitcoinwalletgui/5.1.3/README.md rename to stable/bitcoinwalletgui/5.3.0/README.md diff --git a/stable/bitcoinwalletgui/5.3.0/app-changelog.md b/stable/bitcoinwalletgui/5.3.0/app-changelog.md new file mode 100644 index 00000000000..555f5d90a83 --- /dev/null +++ b/stable/bitcoinwalletgui/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [bitcoinwalletgui-5.3.0](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.2.3...bitcoinwalletgui-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/bitcoinwalletgui/5.1.3/app-readme.md b/stable/bitcoinwalletgui/5.3.0/app-readme.md similarity index 100% rename from stable/bitcoinwalletgui/5.1.3/app-readme.md rename to stable/bitcoinwalletgui/5.3.0/app-readme.md diff --git a/stable/bitcoinwalletgui/5.3.0/charts/common-18.2.0.tgz b/stable/bitcoinwalletgui/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/bitcoinwalletgui/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/bitcoinwalletgui/5.1.3/ix_values.yaml b/stable/bitcoinwalletgui/5.3.0/ix_values.yaml similarity index 100% rename from stable/bitcoinwalletgui/5.1.3/ix_values.yaml rename to stable/bitcoinwalletgui/5.3.0/ix_values.yaml diff --git a/stable/bitcoinwalletgui/5.1.3/questions.yaml b/stable/bitcoinwalletgui/5.3.0/questions.yaml similarity index 100% rename from stable/bitcoinwalletgui/5.1.3/questions.yaml rename to stable/bitcoinwalletgui/5.3.0/questions.yaml diff --git a/stable/bitcoinwalletgui/5.1.3/templates/common.yaml b/stable/bitcoinwalletgui/5.3.0/templates/common.yaml similarity index 100% rename from stable/bitcoinwalletgui/5.1.3/templates/common.yaml rename to stable/bitcoinwalletgui/5.3.0/templates/common.yaml diff --git a/stable/bitmagnet/1.3.0/values.yaml b/stable/bitcoinwalletgui/5.3.0/values.yaml similarity index 100% rename from stable/bitmagnet/1.3.0/values.yaml rename to stable/bitcoinwalletgui/5.3.0/values.yaml diff --git a/stable/bitmagnet/1.3.0/Chart.yaml b/stable/bitmagnet/1.3.0/Chart.yaml deleted file mode 100644 index a85a4089069..00000000000 --- a/stable/bitmagnet/1.3.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.7.7 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration. -home: https://truecharts.org/charts/stable/bitmagnet -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitmagnet.png -keywords: - - torrent - - bitmagnet -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: bitmagnet -sources: - - https://bitmagnet.io - - https://github.com/bitmagnet-io/bitmagnet - - https://github.com/truecharts/charts/tree/master/charts/stable/bitmagnet - - https://ghcr.io/bitmagnet-io/bitmagnet -type: application -version: 1.3.0 diff --git a/stable/bitmagnet/1.3.0/charts/common-18.1.2.tgz b/stable/bitmagnet/1.3.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/bitmagnet/1.3.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/bitmagnet/1.3.0/dashboard.json b/stable/bitmagnet/1.3.0/dashboard.json deleted file mode 100644 index 6cc3448a799..00000000000 --- a/stable/bitmagnet/1.3.0/dashboard.json +++ /dev/null @@ -1,1413 +0,0 @@ -{ - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": { - "type": "grafana", - "uid": "-- Grafana --" - }, - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "type": "dashboard" - } - ] - }, - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 0, - "links": [], - "liveNow": false, - "panels": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "decbytes" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 6, - "x": 0, - "y": 0 - }, - "id": 16, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "editorMode": "code", - "expr": "bitmagnet_process_resident_memory_bytes", - "key": "Q-f7259626-8be6-4eaf-8b4a-d43f5f6650e8-0", - "legendFormat": "__auto", - "range": true, - "refId": "A" - } - ], - "title": "Memory usage", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 6, - "x": 6, - "y": 0 - }, - "id": 15, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "editorMode": "code", - "expr": "rate(bitmagnet_dht_crawler_persisted_total[$__rate_interval])*60", - "instant": true, - "legendFormat": "__auto", - "range": true, - "refId": "A" - } - ], - "title": "DHT crawler torrents persisted per minute", - "type": "timeseries" - }, - { - "datasource": { - "type": "loki", - "uid": "P8E80F9AEF21F6940" - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 0 - }, - "id": 3, - "options": { - "dedupStrategy": "none", - "enableLogDetails": true, - "prettifyLogMessage": false, - "showCommonLabels": false, - "showLabels": false, - "showTime": false, - "sortOrder": "Descending", - "wrapLogMessage": false - }, - "targets": [ - { - "datasource": { - "type": "loki", - "uid": "P8E80F9AEF21F6940" - }, - "editorMode": "code", - "expr": "{job=\"bitmagnet\"} | json | severity = \"WARNING\" or severity = \"ERROR\"", - "queryType": "range", - "refId": "A" - } - ], - "title": "Warnings & Errors", - "type": "logs" - }, - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 6, - "x": 0, - "y": 8 - }, - "id": 4, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "disableTextWrap": false, - "editorMode": "code", - "expr": "rate(bitmagnet_dht_server_query_success_total[$__rate_interval])", - "fullMetaSearch": false, - "includeNullMetadata": true, - "key": "Q-ed5d19ae-0667-4b4d-86f3-6bcd25acffad-0", - "legendFormat": "__auto", - "range": true, - "refId": "A", - "useBackend": false - } - ], - "title": "DHT query success", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 6, - "x": 6, - "y": 8 - }, - "id": 5, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "editorMode": "code", - "expr": "rate(bitmagnet_dht_server_query_error_total[$__rate_interval])", - "instant": true, - "legendFormat": "__auto", - "range": true, - "refId": "A" - } - ], - "title": "DHT query errors", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 6, - "x": 12, - "y": 8 - }, - "id": 11, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "editorMode": "code", - "expr": "histogram_quantile(0.5, bitmagnet_dht_server_query_duration_seconds_bucket)", - "instant": true, - "legendFormat": "__auto", - "range": true, - "refId": "A" - } - ], - "title": "DHT query latency", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 6, - "x": 18, - "y": 8 - }, - "id": 12, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "editorMode": "code", - "expr": "bitmagnet_dht_server_query_concurrency", - "instant": true, - "legendFormat": "__auto", - "range": true, - "refId": "A" - } - ], - "title": "DHT query concurrency", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 6, - "x": 0, - "y": 16 - }, - "id": 8, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "editorMode": "code", - "expr": "rate(bitmagnet_meta_info_requester_success_total[$__rate_interval])", - "instant": true, - "legendFormat": "__auto", - "range": true, - "refId": "A" - } - ], - "title": "Meta info request success", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 6, - "x": 6, - "y": 16 - }, - "id": 9, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "editorMode": "code", - "expr": "rate(bitmagnet_meta_info_requester_error_total[$__rate_interval])", - "instant": true, - "legendFormat": "__auto", - "range": true, - "refId": "A" - } - ], - "title": "Meta info request errors", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 6, - "x": 12, - "y": 16 - }, - "id": 10, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "editorMode": "code", - "expr": "histogram_quantile(0.5, bitmagnet_meta_info_requester_duration_seconds_bucket)", - "instant": true, - "legendFormat": "__auto", - "range": true, - "refId": "A" - } - ], - "title": "Meta info request latency", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 6, - "x": 18, - "y": 16 - }, - "id": 13, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "editorMode": "code", - "expr": "bitmagnet_meta_info_requester_concurrency", - "instant": true, - "legendFormat": "__auto", - "range": true, - "refId": "A" - } - ], - "title": "Meta info request concurrency", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 6, - "x": 0, - "y": 24 - }, - "id": 7, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "editorMode": "code", - "expr": "rate(bitmagnet_classifier_success_total[$__rate_interval])*60", - "instant": true, - "legendFormat": "__auto", - "range": true, - "refId": "A" - } - ], - "title": "Classifier success", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 6, - "x": 6, - "y": 24 - }, - "id": 14, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "editorMode": "code", - "expr": "histogram_quantile(0.5, bitmagnet_classifier_duration_seconds_bucket)", - "key": "Q-f3ef703c-7424-4114-840d-3ca86bbaecfa-0", - "legendFormat": "__auto", - "range": true, - "refId": "A" - } - ], - "title": "Classifier latency", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 6, - "x": 12, - "y": 24 - }, - "id": 6, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "editorMode": "code", - "expr": "rate(bitmagnet_dht_responder_query_success_total[$__rate_interval])", - "instant": true, - "legendFormat": "__auto", - "range": true, - "refId": "A" - } - ], - "title": "DHT incoming query success", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 6, - "x": 18, - "y": 24 - }, - "id": 17, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "editorMode": "code", - "expr": "rate(bitmagnet_dht_responder_query_error_total[$__rate_interval])", - "instant": true, - "legendFormat": "__auto", - "range": true, - "refId": "A" - } - ], - "title": "DHT incoming query errors", - "type": "timeseries" - } - ], - "refresh": "10s", - "schemaVersion": 38, - "tags": [], - "templating": { - "list": [] - }, - "time": { - "from": "now-6h", - "to": "now" - }, - "timepicker": {}, - "timezone": "", - "title": "bitmagnet", - "uid": "c0abadd0-6633-40c4-a2fc-01408a8dfc4e", - "version": 1, - "weekStart": "" -} \ No newline at end of file diff --git a/stable/bitmagnet/1.3.0/ix_values.yaml b/stable/bitmagnet/1.3.0/ix_values.yaml deleted file mode 100644 index 5ed5079dbd9..00000000000 --- a/stable/bitmagnet/1.3.0/ix_values.yaml +++ /dev/null @@ -1,110 +0,0 @@ -image: - repository: ghcr.io/bitmagnet-io/bitmagnet - tag: 0.7.7@sha256:45784df41956eede054a09553cc6f89139b228f94e9ea69837d95d6e559caadd - pullPolicy: IfNotPresent -service: - main: - ports: - main: - port: 3333 - targetPort: 3333 - torrent: - enabled: true - ports: - tcp: - enabled: true - port: 3334 - targetPort: 3334 - protocol: tcp - udp: - enabled: true - port: "{{ .Values.service.torrent.ports.tcp.port }}" - targetPort: "{{ .Values.service.torrent.ports.tcp.targetPort }}" - protocol: udp -cnpg: - main: - enabled: true - user: bitmagnet - database: bitmagnet -portal: - open: - enabled: true -workload: - main: - podSpec: - containers: - main: - env: - POSTGRES_NAME: "{{ .Values.cnpg.main.database }}" - POSTGRES_USER: "{{ .Values.cnpg.main.user }}" - POSTGRES_PASSWORD: - secretKeyRef: - name: cnpg-main-user - key: password - POSTGRES_HOST: - secretKeyRef: - name: cnpg-main-urls - key: host - TMDB_API_KEY: "" - DHT_CRAWLER_SAVE_FILES_THRESHOLD: "100" - args: - - worker - - run - - --all - probes: - readiness: - enabled: true - type: http - path: /status - liveness: - enabled: true - type: http - path: /status - startup: - enabled: true - type: http - path: /status -metrics: - main: - enabled: true - type: "servicemonitor" - endpoints: - - port: main - path: /metrics - targetSelector: main - prometheusRule: - enabled: false - -configmap: - dashboard: - enabled: true - labels: - grafana_dashboard: "1" - data: - bitmagnet.json: >- - {{ .Files.Get "dashboard.json" | indent 8 }} - datasource: - enabled: true - labels: - grafana_datasources: "1" - data: - bitmagnetpsql.yaml: |- - apiVersion: 1 - datasources: - - name: BitmagnetPostgres - type: postgres - uid: bitmagnetpostgres - url: {{ printf "%s.%s:5432" (.Values.cnpg.main.creds.host | trimAll "\"") .Release.Namespace }} - access: proxy - user: {{ .Values.cnpg.main.user }} - secureJsonData: - password: {{ .Values.cnpg.main.creds.password | default "na" }} - jsonData: - database: {{ .Values.cnpg.main.database }} - sslmode: 'disable' # disable/require/verify-ca/verify-full - maxOpenConns: 100 # Grafana v5.4+ - maxIdleConns: 100 # Grafana v5.4+ - maxIdleConnsAuto: true # Grafana v9.5.1+ - connMaxLifetime: 14400 # Grafana v5.4+ - postgresVersion: 1500 # 903=9.3, 904=9.4, 905=9.5, 906=9.6, 1000=10 - timescaledb: false diff --git a/stable/bitmagnet/1.3.0/questions.yaml b/stable/bitmagnet/1.3.0/questions.yaml deleted file mode 100755 index b6067e4f934..00000000000 --- a/stable/bitmagnet/1.3.0/questions.yaml +++ /dev/null @@ -1,3127 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: TMDB_API_KEY - label: TMDB API Key - description: bitmagnet uses the TMDB API to fetch metadata for movies and TV shows. - schema: - type: string - private: true - default: "" - - variable: DHT_CRAWLER_SAVE_FILES_THRESHOLD - label: DHT Crawler Save Files Threshold - description: This parameter provides a compromise over disabling the saving of files altogether. Some torrents contain many thousands of files, which impacts performance and uses a lot of database disk space. This parameter will discard the files info when the number of files is greater than the threshold. - schema: - type: string - default: "100" - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 3333 - required: true - - variable: torrent - label: "Torrent Service" - description: "Torrent service" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: tcp - label: "TCP Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 3334 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - - variable: metrics - group: Metrics - label: Prometheus Metrics - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: Main Metrics - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Enable Prometheus Metrics - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: prometheusRule - label: PrometheusRule - description: Enable and configure Prometheus Rules for the App. - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Enable Prometheus Metrics - schema: - type: boolean - default: false - # TODO: Rule List section - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/blender-desktop-g3/5.2.0/.helmignore b/stable/bitmagnet/1.4.0/.helmignore similarity index 100% rename from stable/blender-desktop-g3/5.2.0/.helmignore rename to stable/bitmagnet/1.4.0/.helmignore diff --git a/stable/bitmagnet/1.4.0/CHANGELOG.md b/stable/bitmagnet/1.4.0/CHANGELOG.md new file mode 100644 index 00000000000..cd0d931c7f4 --- /dev/null +++ b/stable/bitmagnet/1.4.0/CHANGELOG.md @@ -0,0 +1,37 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [bitmagnet-1.4.0](https://github.com/truecharts/charts/compare/bitmagnet-1.3.4...bitmagnet-1.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [bitmagnet-1.3.4](https://github.com/truecharts/charts/compare/bitmagnet-1.3.3...bitmagnet-1.3.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [bitmagnet-1.3.3](https://github.com/truecharts/charts/compare/bitmagnet-1.3.1...bitmagnet-1.3.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) \ No newline at end of file diff --git a/stable/bitmagnet/1.4.0/Chart.yaml b/stable/bitmagnet/1.4.0/Chart.yaml new file mode 100644 index 00000000000..a5be2c95f4f --- /dev/null +++ b/stable/bitmagnet/1.4.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.7.7 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration. +home: https://truecharts.org/charts/stable/bitmagnet +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitmagnet.png +keywords: + - torrent + - bitmagnet +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: bitmagnet +sources: + - https://bitmagnet.io + - https://github.com/bitmagnet-io/bitmagnet + - https://github.com/truecharts/charts/tree/master/charts/stable/bitmagnet + - https://ghcr.io/bitmagnet-io/bitmagnet +type: application +version: 1.4.0 diff --git a/stable/bitmagnet/1.3.0/README.md b/stable/bitmagnet/1.4.0/README.md similarity index 100% rename from stable/bitmagnet/1.3.0/README.md rename to stable/bitmagnet/1.4.0/README.md diff --git a/stable/bitmagnet/1.4.0/app-changelog.md b/stable/bitmagnet/1.4.0/app-changelog.md new file mode 100644 index 00000000000..9fef4bd503c --- /dev/null +++ b/stable/bitmagnet/1.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [bitmagnet-1.4.0](https://github.com/truecharts/charts/compare/bitmagnet-1.3.4...bitmagnet-1.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/bitmagnet/1.3.0/app-readme.md b/stable/bitmagnet/1.4.0/app-readme.md similarity index 100% rename from stable/bitmagnet/1.3.0/app-readme.md rename to stable/bitmagnet/1.4.0/app-readme.md diff --git a/stable/bitmagnet/1.4.0/charts/common-18.2.0.tgz b/stable/bitmagnet/1.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/bitmagnet/1.4.0/charts/common-18.2.0.tgz differ diff --git a/stable/bitmagnet/1.4.0/dashboard.json b/stable/bitmagnet/1.4.0/dashboard.json new file mode 100644 index 00000000000..3272e42b21b --- /dev/null +++ b/stable/bitmagnet/1.4.0/dashboard.json @@ -0,0 +1,1466 @@ +{ + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": { + "type": "grafana", + "uid": "-- Grafana --" + }, + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" + } + ] + }, + "editable": true, + "fiscalYearStartMonth": 0, + "graphTooltip": 0, + "id": 79, + "links": [], + "liveNow": false, + "panels": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "decbytes", + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 6, + "x": 0, + "y": 0 + }, + "id": 16, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "bitmagnet_process_resident_memory_bytes", + "key": "Q-f7259626-8be6-4eaf-8b4a-d43f5f6650e8-0", + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "Memory usage", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 6, + "x": 6, + "y": 0 + }, + "id": 15, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "rate(bitmagnet_dht_crawler_persisted_total[$__rate_interval])*60", + "instant": true, + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "DHT crawler torrents persisted per minute", + "type": "timeseries" + }, + { + "datasource": { + "type": "loki", + "uid": "${DS_LOKI}" + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 0 + }, + "id": 3, + "options": { + "dedupStrategy": "none", + "enableLogDetails": true, + "prettifyLogMessage": false, + "showCommonLabels": false, + "showLabels": false, + "showTime": false, + "sortOrder": "Descending", + "wrapLogMessage": false + }, + "targets": [ + { + "datasource": { + "type": "loki", + "uid": "${DS_LOKI}" + }, + "editorMode": "code", + "expr": "{job=\"bitmagnet\"} | json | severity = \"WARNING\" or severity = \"ERROR\"", + "queryType": "range", + "refId": "A" + } + ], + "title": "Warnings & Errors", + "type": "logs" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 6, + "x": 0, + "y": 8 + }, + "id": 4, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "disableTextWrap": false, + "editorMode": "code", + "expr": "rate(bitmagnet_dht_server_query_success_total[$__rate_interval])", + "fullMetaSearch": false, + "includeNullMetadata": true, + "key": "Q-ed5d19ae-0667-4b4d-86f3-6bcd25acffad-0", + "legendFormat": "__auto", + "range": true, + "refId": "A", + "useBackend": false + } + ], + "title": "DHT query success", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 6, + "x": 6, + "y": 8 + }, + "id": 5, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "rate(bitmagnet_dht_server_query_error_total[$__rate_interval])", + "instant": true, + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "DHT query errors", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 6, + "x": 12, + "y": 8 + }, + "id": 11, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "histogram_quantile(0.5, bitmagnet_dht_server_query_duration_seconds_bucket)", + "instant": true, + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "DHT query latency", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 6, + "x": 18, + "y": 8 + }, + "id": 12, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "bitmagnet_dht_server_query_concurrency", + "instant": true, + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "DHT query concurrency", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 6, + "x": 0, + "y": 16 + }, + "id": 8, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "rate(bitmagnet_meta_info_requester_success_total[$__rate_interval])", + "instant": true, + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "Meta info request success", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 6, + "x": 6, + "y": 16 + }, + "id": 9, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "rate(bitmagnet_meta_info_requester_error_total[$__rate_interval])", + "instant": true, + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "Meta info request errors", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 6, + "x": 12, + "y": 16 + }, + "id": 10, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "histogram_quantile(0.5, bitmagnet_meta_info_requester_duration_seconds_bucket)", + "instant": true, + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "Meta info request latency", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 6, + "x": 18, + "y": 16 + }, + "id": 13, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "bitmagnet_meta_info_requester_concurrency", + "instant": true, + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "Meta info request concurrency", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 6, + "x": 0, + "y": 24 + }, + "id": 7, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "rate(bitmagnet_classifier_success_total[$__rate_interval])*60", + "instant": true, + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "Classifier success", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 6, + "x": 6, + "y": 24 + }, + "id": 14, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "histogram_quantile(0.5, bitmagnet_classifier_duration_seconds_bucket)", + "key": "Q-f3ef703c-7424-4114-840d-3ca86bbaecfa-0", + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "Classifier latency", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 6, + "x": 12, + "y": 24 + }, + "id": 6, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "rate(bitmagnet_dht_responder_query_success_total[$__rate_interval])", + "instant": true, + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "DHT incoming query success", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 6, + "x": 18, + "y": 24 + }, + "id": 17, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "rate(bitmagnet_dht_responder_query_error_total[$__rate_interval])", + "instant": true, + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "DHT incoming query errors", + "type": "timeseries" + } + ], + "refresh": "10s", + "schemaVersion": 39, + "tags": [], + "templating": { + "list": [ + { + "current": { + "selected": false, + "text": "Prometheus", + "value": "prometheus" + }, + "hide": 0, + "includeAll": false, + "label": "Prometheus Datasource", + "multi": false, + "name": "DS_PROMETHEUS", + "options": [], + "query": "prometheus", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "type": "datasource" + }, + { + "current": { + "selected": false, + "text": "Loki", + "value": "loki" + }, + "hide": 0, + "includeAll": false, + "label": "Loki Datasource", + "multi": false, + "name": "DS_LOKI", + "options": [], + "query": "loki", + "queryValue": "", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "type": "datasource" + } + ] + }, + "time": { + "from": "now-6h", + "to": "now" + }, + "timepicker": {}, + "timezone": "", + "title": "Bitmagnet", + "uid": "c0abadd0-6633-40c4-a2fc-01408a8dfc4e", + "version": 3, + "weekStart": "" +} diff --git a/stable/bitmagnet/1.4.0/ix_values.yaml b/stable/bitmagnet/1.4.0/ix_values.yaml new file mode 100644 index 00000000000..92d69184c7f --- /dev/null +++ b/stable/bitmagnet/1.4.0/ix_values.yaml @@ -0,0 +1,110 @@ +image: + repository: ghcr.io/bitmagnet-io/bitmagnet + tag: 0.7.7@sha256:45784df41956eede054a09553cc6f89139b228f94e9ea69837d95d6e559caadd + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 3333 + targetPort: 3333 + torrent: + enabled: true + ports: + tcp: + enabled: true + port: 3334 + targetPort: 3334 + protocol: tcp + udp: + enabled: true + port: "{{ .Values.service.torrent.ports.tcp.port }}" + targetPort: "{{ .Values.service.torrent.ports.tcp.targetPort }}" + protocol: udp +cnpg: + main: + enabled: true + user: bitmagnet + database: bitmagnet +portal: + open: + enabled: true +workload: + main: + podSpec: + containers: + main: + env: + POSTGRES_NAME: "{{ .Values.cnpg.main.database }}" + POSTGRES_USER: "{{ .Values.cnpg.main.user }}" + POSTGRES_PASSWORD: + secretKeyRef: + name: cnpg-main-user + key: password + POSTGRES_HOST: + secretKeyRef: + name: cnpg-main-urls + key: host + TMDB_API_KEY: "" + DHT_CRAWLER_SAVE_FILES_THRESHOLD: "100" + args: + - worker + - run + - --all + probes: + readiness: + enabled: true + type: http + path: /status + liveness: + enabled: true + type: http + path: /status + startup: + enabled: true + type: http + path: /status +metrics: + main: + enabled: true + type: "servicemonitor" + endpoints: + - port: main + path: /metrics + targetSelector: main + prometheusRule: + enabled: false + +configmap: + dashboard: + enabled: true + labels: + grafana_dashboard: "1" + data: + bitmagnet.json: >- + {{ .Files.Get "dashboard.json" | indent 8 }} + datasource: + enabled: true + labels: + grafana_datasources: "1" + data: + bitmagnetpsql.yaml: |- + apiVersion: 1 + datasources: + - name: BitmagnetPostgres + type: postgres + uid: bitmagnetpostgres + url: {{ printf "%s.%s:5432" (.Values.cnpg.main.creds.host | trimAll "\"") .Release.Namespace }} + access: proxy + user: {{ .Values.cnpg.main.user }} + secureJsonData: + password: {{ .Values.cnpg.main.creds.password | default "na" }} + jsonData: + database: {{ .Values.cnpg.main.database }} + sslmode: 'disable' # disable/require/verify-ca/verify-full + maxOpenConns: 100 # Grafana v5.4+ + maxIdleConns: 100 # Grafana v5.4+ + maxIdleConnsAuto: true # Grafana v9.5.1+ + connMaxLifetime: 14400 # Grafana v5.4+ + postgresVersion: 1500 # 903=9.3, 904=9.4, 905=9.5, 906=9.6, 1000=10 + timescaledb: false diff --git a/stable/bitmagnet/1.4.0/questions.yaml b/stable/bitmagnet/1.4.0/questions.yaml new file mode 100755 index 00000000000..6f77d99c8f9 --- /dev/null +++ b/stable/bitmagnet/1.4.0/questions.yaml @@ -0,0 +1,3085 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: App Configuration + label: Image Environment + schema: + additional_attrs: true + type: dict + attrs: + - variable: TMDB_API_KEY + label: TMDB API Key + description: bitmagnet uses the TMDB API to fetch metadata for movies and TV shows. + schema: + type: string + private: true + default: "" + - variable: DHT_CRAWLER_SAVE_FILES_THRESHOLD + label: DHT Crawler Save Files Threshold + description: This parameter provides a compromise over disabling the saving of files altogether. Some torrents contain many thousands of files, which impacts performance and uses a lot of database disk space. This parameter will discard the files info when the number of files is greater than the threshold. + schema: + type: string + default: "100" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 3333 + required: true + - variable: torrent + label: "Torrent Service" + description: "Torrent service" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: tcp + label: "TCP Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 3334 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + + - variable: metrics + group: Metrics + label: Prometheus Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: Main Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable Prometheus Metrics + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: prometheusRule + label: PrometheusRule + description: Enable and configure Prometheus Rules for the App. + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable Prometheus Metrics + schema: + type: boolean + default: false + # TODO: Rule List section + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/blog/11.1.3/templates/NOTES.txt b/stable/bitmagnet/1.4.0/templates/NOTES.txt similarity index 100% rename from stable/blog/11.1.3/templates/NOTES.txt rename to stable/bitmagnet/1.4.0/templates/NOTES.txt diff --git a/stable/boinc/9.2.0/templates/common.yaml b/stable/bitmagnet/1.4.0/templates/common.yaml similarity index 100% rename from stable/boinc/9.2.0/templates/common.yaml rename to stable/bitmagnet/1.4.0/templates/common.yaml diff --git a/stable/blender-desktop-g3/5.2.0/values.yaml b/stable/bitmagnet/1.4.0/values.yaml similarity index 100% rename from stable/blender-desktop-g3/5.2.0/values.yaml rename to stable/bitmagnet/1.4.0/values.yaml diff --git a/stable/blender-desktop-g3/5.2.0/CHANGELOG.md b/stable/blender-desktop-g3/5.2.0/CHANGELOG.md deleted file mode 100644 index 28e4d5e18fb..00000000000 --- a/stable/blender-desktop-g3/5.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [blender-desktop-g3-4.1.13](https://github.com/truecharts/charts/compare/blender-desktop-g3-4.1.12...blender-desktop-g3-4.1.13) (2024-02-12) - -### Chore - - - -- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7103d93](https://github.com/7103d93) by renovate ([#18199](https://github.com/truecharts/charts/issues/18199)) - - -## [blender-desktop-g3-4.1.12](https://github.com/truecharts/charts/compare/blender-desktop-g3-4.1.11...blender-desktop-g3-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [blender-desktop-g3-4.1.11](https://github.com/truecharts/charts/compare/blender-desktop-g3-4.1.10...blender-desktop-g3-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [blender-desktop-g3-4.1.10](https://github.com/truecharts/charts/compare/blender-desktop-g3-4.1.9...blender-desktop-g3-4.1.10) (2024-01-21) - -### Chore - - - -- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@3213d60](https://github.com/3213d60) by renovate ([#17475](https://github.com/truecharts/charts/issues/17475)) - - -## [blender-desktop-g3-4.1.9](https://github.com/truecharts/charts/compare/blender-desktop-g3-4.1.8...blender-desktop-g3-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [blender-desktop-g3-4.1.8](https://github.com/truecharts/charts/compare/blender-desktop-g3-4.1.7...blender-desktop-g3-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [blender-desktop-g3-4.1.7](https://github.com/truecharts/charts/compare/blender-desktop-g3-4.1.6...blender-desktop-g3-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [blender-desktop-g3-4.1.6](https://github.com/truecharts/charts/compare/blender-desktop-g3-4.1.5...blender-desktop-g3-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [blender-desktop-g3-4.1.5](https://github.com/truecharts/charts/compare/blender-desktop-g3-4.1.4...blender-desktop-g3-4.1.5) (2024-01-02) - -### Chore - - diff --git a/stable/blender-desktop-g3/5.2.0/Chart.yaml b/stable/blender-desktop-g3/5.2.0/Chart.yaml deleted file mode 100644 index 797612424cc..00000000000 --- a/stable/blender-desktop-g3/5.2.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing -home: https://truecharts.org/charts/stable/blender-desktop-g3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender-desktop-g3.png -keywords: - - blender-desktop-g3 - - Productivity - - Tools-Utilities - - MediaApp-Photos - - MediaApp-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: blender-desktop-g3 -sources: - - https://github.com/accetto/headless-drawing-g3/ - - https://github.com/truecharts/charts/tree/master/charts/stable/blender-desktop-g3 - - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-blender-g3 -type: application -version: 5.2.0 diff --git a/stable/blender-desktop-g3/5.2.0/charts/common-18.1.2.tgz b/stable/blender-desktop-g3/5.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/blender-desktop-g3/5.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/blender-desktop-g3/5.2.0/ix_values.yaml b/stable/blender-desktop-g3/5.2.0/ix_values.yaml deleted file mode 100644 index b089cc48e04..00000000000 --- a/stable/blender-desktop-g3/5.2.0/ix_values.yaml +++ /dev/null @@ -1,42 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: accetto/ubuntu-vnc-xfce-blender-g3 - tag: latest@sha256:7103d9327c0228af2fb86f1602542b881c6f08e18cefa2f3a6fcf7b36f63ba07 -persistence: - internalshare: - enabled: true - mountPath: /UNRAID_SHARE - storageprojects: - enabled: true - mountPath: /srv/projects -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 6901 - protocol: http - targetPort: 6901 - webuivnc: - enabled: true - ports: - webuivnc: - enabled: true - port: 5901 - protocol: tcp - targetPort: 5901 -workload: - main: - podSpec: - containers: - main: - env: - VNC_PW: unraid - VNC_RESOLUTION: 1360x768 diff --git a/stable/blender/5.2.0/.helmignore b/stable/blender-desktop-g3/5.3.0/.helmignore similarity index 100% rename from stable/blender/5.2.0/.helmignore rename to stable/blender-desktop-g3/5.3.0/.helmignore diff --git a/stable/blender-desktop-g3/5.3.0/CHANGELOG.md b/stable/blender-desktop-g3/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..fcc4f4f1bb0 --- /dev/null +++ b/stable/blender-desktop-g3/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [blender-desktop-g3-5.3.0](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.2.4...blender-desktop-g3-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [blender-desktop-g3-5.2.4](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.2.3...blender-desktop-g3-5.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [blender-desktop-g3-5.2.3](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.2.1...blender-desktop-g3-5.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [blender-desktop-g3-4.1.13](https://github.com/truecharts/charts/compare/blender-desktop-g3-4.1.12...blender-desktop-g3-4.1.13) (2024-02-12) + +### Chore + + + +- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7103d93](https://github.com/7103d93) by renovate ([#18199](https://github.com/truecharts/charts/issues/18199)) + + +## [blender-desktop-g3-4.1.12](https://github.com/truecharts/charts/compare/blender-desktop-g3-4.1.11...blender-desktop-g3-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [blender-desktop-g3-4.1.11](https://github.com/truecharts/charts/compare/blender-desktop-g3-4.1.10...blender-desktop-g3-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [blender-desktop-g3-4.1.10](https://github.com/truecharts/charts/compare/blender-desktop-g3-4.1.9...blender-desktop-g3-4.1.10) (2024-01-21) + +### Chore + + + +- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@3213d60](https://github.com/3213d60) by renovate ([#17475](https://github.com/truecharts/charts/issues/17475)) + + +## [blender-desktop-g3-4.1.9](https://github.com/truecharts/charts/compare/blender-desktop-g3-4.1.8...blender-desktop-g3-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [blender-desktop-g3-4.1.8](https://github.com/truecharts/charts/compare/blender-desktop-g3-4.1.7...blender-desktop-g3-4.1.8) (2024-01-21) + +### Chore + diff --git a/stable/blender-desktop-g3/5.3.0/Chart.yaml b/stable/blender-desktop-g3/5.3.0/Chart.yaml new file mode 100644 index 00000000000..fc93996a64a --- /dev/null +++ b/stable/blender-desktop-g3/5.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing +home: https://truecharts.org/charts/stable/blender-desktop-g3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender-desktop-g3.png +keywords: + - blender-desktop-g3 + - Productivity + - Tools-Utilities + - MediaApp-Photos + - MediaApp-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: blender-desktop-g3 +sources: + - https://github.com/accetto/headless-drawing-g3/ + - https://github.com/truecharts/charts/tree/master/charts/stable/blender-desktop-g3 + - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-blender-g3 +type: application +version: 5.3.0 diff --git a/stable/blender-desktop-g3/5.2.0/README.md b/stable/blender-desktop-g3/5.3.0/README.md similarity index 100% rename from stable/blender-desktop-g3/5.2.0/README.md rename to stable/blender-desktop-g3/5.3.0/README.md diff --git a/stable/blender-desktop-g3/5.3.0/app-changelog.md b/stable/blender-desktop-g3/5.3.0/app-changelog.md new file mode 100644 index 00000000000..a248c559b12 --- /dev/null +++ b/stable/blender-desktop-g3/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [blender-desktop-g3-5.3.0](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.2.4...blender-desktop-g3-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/blender-desktop-g3/5.2.0/app-readme.md b/stable/blender-desktop-g3/5.3.0/app-readme.md similarity index 100% rename from stable/blender-desktop-g3/5.2.0/app-readme.md rename to stable/blender-desktop-g3/5.3.0/app-readme.md diff --git a/stable/blender-desktop-g3/5.3.0/charts/common-18.2.0.tgz b/stable/blender-desktop-g3/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/blender-desktop-g3/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/blender-desktop-g3/5.3.0/ix_values.yaml b/stable/blender-desktop-g3/5.3.0/ix_values.yaml new file mode 100644 index 00000000000..390e3b4d7b8 --- /dev/null +++ b/stable/blender-desktop-g3/5.3.0/ix_values.yaml @@ -0,0 +1,42 @@ +image: + pullPolicy: IfNotPresent + repository: accetto/ubuntu-vnc-xfce-blender-g3 + tag: latest@sha256:79685f1e9edca4e92053bae03b267120d474e59fb85b14ce2cf4f6c81bc6879f +persistence: + internalshare: + enabled: true + mountPath: /UNRAID_SHARE + storageprojects: + enabled: true + mountPath: /srv/projects +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 6901 + protocol: http + targetPort: 6901 + webuivnc: + enabled: true + ports: + webuivnc: + enabled: true + port: 5901 + protocol: tcp + targetPort: 5901 +workload: + main: + podSpec: + containers: + main: + env: + VNC_PW: unraid + VNC_RESOLUTION: 1360x768 diff --git a/stable/blender-desktop-g3/5.2.0/questions.yaml b/stable/blender-desktop-g3/5.3.0/questions.yaml similarity index 100% rename from stable/blender-desktop-g3/5.2.0/questions.yaml rename to stable/blender-desktop-g3/5.3.0/questions.yaml diff --git a/stable/blender-desktop-g3/5.2.0/templates/common.yaml b/stable/blender-desktop-g3/5.3.0/templates/common.yaml similarity index 100% rename from stable/blender-desktop-g3/5.2.0/templates/common.yaml rename to stable/blender-desktop-g3/5.3.0/templates/common.yaml diff --git a/stable/blender/5.2.0/values.yaml b/stable/blender-desktop-g3/5.3.0/values.yaml similarity index 100% rename from stable/blender/5.2.0/values.yaml rename to stable/blender-desktop-g3/5.3.0/values.yaml diff --git a/stable/blender/5.2.0/CHANGELOG.md b/stable/blender/5.2.0/CHANGELOG.md deleted file mode 100644 index acfe5f29411..00000000000 --- a/stable/blender/5.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - -## [blender-4.1.19](https://github.com/truecharts/charts/compare/blender-4.1.18...blender-4.1.19) (2024-02-12) - -### Chore - - - -- update container image lscr.io/linuxserver/blender to latest[@6f16e5f](https://github.com/6f16e5f) by renovate ([#18091](https://github.com/truecharts/charts/issues/18091)) - - -## [blender-4.1.18](https://github.com/truecharts/charts/compare/blender-4.1.17...blender-4.1.18) (2024-02-05) - -### Chore - - - -- update container image lscr.io/linuxserver/blender to latest[@87da613](https://github.com/87da613) by renovate ([#17881](https://github.com/truecharts/charts/issues/17881)) - - -## [blender-4.1.17](https://github.com/truecharts/charts/compare/blender-4.1.16...blender-4.1.17) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [blender-4.1.16](https://github.com/truecharts/charts/compare/blender-4.1.15...blender-4.1.16) (2024-01-29) - -### Chore - - - -- update container image lscr.io/linuxserver/blender to latest[@0d86411](https://github.com/0d86411) by renovate ([#17642](https://github.com/truecharts/charts/issues/17642)) - - -## [blender-4.1.15](https://github.com/truecharts/charts/compare/blender-4.1.14...blender-4.1.15) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [blender-4.1.14](https://github.com/truecharts/charts/compare/blender-4.1.13...blender-4.1.14) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [blender-4.1.13](https://github.com/truecharts/charts/compare/blender-4.1.12...blender-4.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [blender-4.1.12](https://github.com/truecharts/charts/compare/blender-4.1.11...blender-4.1.12) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - diff --git a/stable/blender/5.2.0/Chart.yaml b/stable/blender/5.2.0/Chart.yaml deleted file mode 100644 index f9a686ca6d8..00000000000 --- a/stable/blender/5.2.0/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Blender(https://www.blender.org/) is a free and open-source 3D computer graphics software toolset used for creating animated films, visual effects, art, 3D printed models, motion graphics, interactive 3D applications, virtual reality, and computer games. **This image does not support GPU rendering out of the box only accelerated workspace experience** -home: https://truecharts.org/charts/stable/blender -icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender.png -keywords: - - blender - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: blender -sources: - - https://github.com/linuxserver/docker-blender#readme - - https://www.blender.org/ - - https://github.com/orgs/linuxserver/packages/container/package/blender - - https://github.com/truecharts/charts/tree/master/charts/stable/blender - - https://fleet.linuxserver.io/image?name=linuxserver/blender -type: application -version: 5.2.0 diff --git a/stable/blender/5.2.0/charts/common-18.1.2.tgz b/stable/blender/5.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/blender/5.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/blender/5.2.0/ix_values.yaml b/stable/blender/5.2.0/ix_values.yaml deleted file mode 100644 index 0e47f8910f4..00000000000 --- a/stable/blender/5.2.0/ix_values.yaml +++ /dev/null @@ -1,31 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: lscr.io/linuxserver/blender - tag: latest@sha256:c489fc2d9a5d3c6669e1c46e85e480dac8b4ab7895f3786df771679971d47300 -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 3000 - protocol: tcp - targetPort: 3000 -workload: - main: - podSpec: - containers: - main: - env: - KEYBOARD: "" - SUBFOLDER: "" diff --git a/stable/blog/11.1.3/.helmignore b/stable/blender/5.3.0/.helmignore similarity index 100% rename from stable/blog/11.1.3/.helmignore rename to stable/blender/5.3.0/.helmignore diff --git a/stable/blender/5.3.0/CHANGELOG.md b/stable/blender/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..73c5db718cf --- /dev/null +++ b/stable/blender/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [blender-5.3.0](https://github.com/truecharts/charts/compare/blender-5.2.4...blender-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [blender-5.2.4](https://github.com/truecharts/charts/compare/blender-5.2.3...blender-5.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [blender-5.2.3](https://github.com/truecharts/charts/compare/blender-5.2.1...blender-5.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + +## [blender-4.1.19](https://github.com/truecharts/charts/compare/blender-4.1.18...blender-4.1.19) (2024-02-12) + +### Chore + + + +- update container image lscr.io/linuxserver/blender to latest[@6f16e5f](https://github.com/6f16e5f) by renovate ([#18091](https://github.com/truecharts/charts/issues/18091)) + + +## [blender-4.1.18](https://github.com/truecharts/charts/compare/blender-4.1.17...blender-4.1.18) (2024-02-05) + +### Chore + + + +- update container image lscr.io/linuxserver/blender to latest[@87da613](https://github.com/87da613) by renovate ([#17881](https://github.com/truecharts/charts/issues/17881)) + + +## [blender-4.1.17](https://github.com/truecharts/charts/compare/blender-4.1.16...blender-4.1.17) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [blender-4.1.16](https://github.com/truecharts/charts/compare/blender-4.1.15...blender-4.1.16) (2024-01-29) + +### Chore + + + +- update container image lscr.io/linuxserver/blender to latest[@0d86411](https://github.com/0d86411) by renovate ([#17642](https://github.com/truecharts/charts/issues/17642)) + + +## [blender-4.1.15](https://github.com/truecharts/charts/compare/blender-4.1.14...blender-4.1.15) (2024-01-26) + +### Chore + + diff --git a/stable/blender/5.3.0/Chart.yaml b/stable/blender/5.3.0/Chart.yaml new file mode 100644 index 00000000000..fa5bbdaee73 --- /dev/null +++ b/stable/blender/5.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Blender(https://www.blender.org/) is a free and open-source 3D computer graphics software toolset used for creating animated films, visual effects, art, 3D printed models, motion graphics, interactive 3D applications, virtual reality, and computer games. **This image does not support GPU rendering out of the box only accelerated workspace experience** +home: https://truecharts.org/charts/stable/blender +icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender.png +keywords: + - blender + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: blender +sources: + - https://github.com/linuxserver/docker-blender#readme + - https://www.blender.org/ + - https://github.com/orgs/linuxserver/packages/container/package/blender + - https://github.com/truecharts/charts/tree/master/charts/stable/blender + - https://fleet.linuxserver.io/image?name=linuxserver/blender +type: application +version: 5.3.0 diff --git a/stable/blender/5.2.0/README.md b/stable/blender/5.3.0/README.md similarity index 100% rename from stable/blender/5.2.0/README.md rename to stable/blender/5.3.0/README.md diff --git a/stable/blender/5.3.0/app-changelog.md b/stable/blender/5.3.0/app-changelog.md new file mode 100644 index 00000000000..31a67c37f7a --- /dev/null +++ b/stable/blender/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [blender-5.3.0](https://github.com/truecharts/charts/compare/blender-5.2.4...blender-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/blender/5.2.0/app-readme.md b/stable/blender/5.3.0/app-readme.md similarity index 100% rename from stable/blender/5.2.0/app-readme.md rename to stable/blender/5.3.0/app-readme.md diff --git a/stable/blender/5.3.0/charts/common-18.2.0.tgz b/stable/blender/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/blender/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/blender/5.3.0/ix_values.yaml b/stable/blender/5.3.0/ix_values.yaml new file mode 100644 index 00000000000..dc4f5533290 --- /dev/null +++ b/stable/blender/5.3.0/ix_values.yaml @@ -0,0 +1,31 @@ +image: + pullPolicy: IfNotPresent + repository: lscr.io/linuxserver/blender + tag: latest@sha256:1939e844dbb22dac2da01f792ff8bf8f79a15fea4e8b357101b3455bfd27aeea +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 3000 + protocol: tcp + targetPort: 3000 +workload: + main: + podSpec: + containers: + main: + env: + KEYBOARD: "" + SUBFOLDER: "" diff --git a/stable/blender/5.2.0/questions.yaml b/stable/blender/5.3.0/questions.yaml similarity index 100% rename from stable/blender/5.2.0/questions.yaml rename to stable/blender/5.3.0/questions.yaml diff --git a/stable/blender/5.2.0/templates/common.yaml b/stable/blender/5.3.0/templates/common.yaml similarity index 100% rename from stable/blender/5.2.0/templates/common.yaml rename to stable/blender/5.3.0/templates/common.yaml diff --git a/stable/blog/11.1.3/values.yaml b/stable/blender/5.3.0/values.yaml similarity index 100% rename from stable/blog/11.1.3/values.yaml rename to stable/blender/5.3.0/values.yaml diff --git a/stable/blog/11.1.3/CHANGELOG.md b/stable/blog/11.1.3/CHANGELOG.md deleted file mode 100644 index b007ef77924..00000000000 --- a/stable/blog/11.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [blog-10.1.13](https://github.com/truecharts/charts/compare/blog-10.1.12...blog-10.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [blog-10.1.12](https://github.com/truecharts/charts/compare/blog-10.1.11...blog-10.1.12) (2024-01-29) - -### Chore - - - -- update container image m1k1o/blog to latest[@bff0309](https://github.com/bff0309) by renovate ([#17644](https://github.com/truecharts/charts/issues/17644)) - - -## [blog-10.1.11](https://github.com/truecharts/charts/compare/blog-10.1.10...blog-10.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [blog-10.1.10](https://github.com/truecharts/charts/compare/blog-10.1.9...blog-10.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [blog-10.1.9](https://github.com/truecharts/charts/compare/blog-10.1.8...blog-10.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [blog-10.1.8](https://github.com/truecharts/charts/compare/blog-10.1.7...blog-10.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [blog-10.1.7](https://github.com/truecharts/charts/compare/blog-10.1.6...blog-10.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [blog-10.1.6](https://github.com/truecharts/charts/compare/blog-10.1.5...blog-10.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [blog-10.1.5](https://github.com/truecharts/charts/compare/blog-10.1.4...blog-10.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - diff --git a/stable/blog/11.1.3/Chart.yaml b/stable/blog/11.1.3/Chart.yaml deleted file mode 100644 index 010f6e49b0c..00000000000 --- a/stable/blog/11.1.3/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: hosting - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Lightweight self-hosted facebook-styled PHP blog. -home: https://truecharts.org/charts/stable/blog -icon: https://truecharts.org/img/hotlink-ok/chart-icons/blog.png -keywords: - - blog - - php - - self - - hosted - - facebook -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: blog -sources: - - https://github.com/m1k1o/blog - - https://github.com/nicholaswilde/docker-blog - - https://github.com/truecharts/charts/tree/master/charts/stable/blog - - https://hub.docker.com/r/m1k1o/blog -type: application -version: 11.1.3 diff --git a/stable/blog/11.1.3/charts/common-18.0.3.tgz b/stable/blog/11.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/blog/11.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/blog/11.1.3/questions.yaml b/stable/blog/11.1.3/questions.yaml deleted file mode 100755 index fcc2c26e2fe..00000000000 --- a/stable/blog/11.1.3/questions.yaml +++ /dev/null @@ -1,3326 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: BLOG_TITLE - label: "Blog Title" - schema: - type: string - default: "" - required: true - - variable: BLOG_NAME - label: "Blog Name" - schema: - type: string - default: "" - required: true - - variable: BLOG_LANG - label: "Blog Language" - schema: - type: string - default: "" - required: true - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10111 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: data - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/boinc/9.2.0/.helmignore b/stable/blog/11.3.0/.helmignore similarity index 100% rename from stable/boinc/9.2.0/.helmignore rename to stable/blog/11.3.0/.helmignore diff --git a/stable/blog/11.3.0/CHANGELOG.md b/stable/blog/11.3.0/CHANGELOG.md new file mode 100644 index 00000000000..f8776e322b6 --- /dev/null +++ b/stable/blog/11.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [blog-11.3.0](https://github.com/truecharts/charts/compare/blog-11.2.3...blog-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [blog-11.2.3](https://github.com/truecharts/charts/compare/blog-11.2.2...blog-11.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [blog-11.2.2](https://github.com/truecharts/charts/compare/blog-11.2.0...blog-11.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [blog-10.1.13](https://github.com/truecharts/charts/compare/blog-10.1.12...blog-10.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [blog-10.1.12](https://github.com/truecharts/charts/compare/blog-10.1.11...blog-10.1.12) (2024-01-29) + +### Chore + + + +- update container image m1k1o/blog to latest[@bff0309](https://github.com/bff0309) by renovate ([#17644](https://github.com/truecharts/charts/issues/17644)) + + +## [blog-10.1.11](https://github.com/truecharts/charts/compare/blog-10.1.10...blog-10.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [blog-10.1.10](https://github.com/truecharts/charts/compare/blog-10.1.9...blog-10.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [blog-10.1.9](https://github.com/truecharts/charts/compare/blog-10.1.8...blog-10.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [blog-10.1.8](https://github.com/truecharts/charts/compare/blog-10.1.7...blog-10.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/blog/11.3.0/Chart.yaml b/stable/blog/11.3.0/Chart.yaml new file mode 100644 index 00000000000..72aed91b364 --- /dev/null +++ b/stable/blog/11.3.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: hosting + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Lightweight self-hosted facebook-styled PHP blog. +home: https://truecharts.org/charts/stable/blog +icon: https://truecharts.org/img/hotlink-ok/chart-icons/blog.png +keywords: + - blog + - php + - self + - hosted + - facebook +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: blog +sources: + - https://github.com/m1k1o/blog + - https://github.com/nicholaswilde/docker-blog + - https://github.com/truecharts/charts/tree/master/charts/stable/blog + - https://hub.docker.com/r/m1k1o/blog +type: application +version: 11.3.0 diff --git a/stable/blog/11.1.3/README.md b/stable/blog/11.3.0/README.md similarity index 100% rename from stable/blog/11.1.3/README.md rename to stable/blog/11.3.0/README.md diff --git a/stable/blog/11.3.0/app-changelog.md b/stable/blog/11.3.0/app-changelog.md new file mode 100644 index 00000000000..e840772d813 --- /dev/null +++ b/stable/blog/11.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [blog-11.3.0](https://github.com/truecharts/charts/compare/blog-11.2.3...blog-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/blog/11.1.3/app-readme.md b/stable/blog/11.3.0/app-readme.md similarity index 100% rename from stable/blog/11.1.3/app-readme.md rename to stable/blog/11.3.0/app-readme.md diff --git a/stable/blog/11.3.0/charts/common-18.2.0.tgz b/stable/blog/11.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/blog/11.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/blog/11.1.3/ix_values.yaml b/stable/blog/11.3.0/ix_values.yaml similarity index 100% rename from stable/blog/11.1.3/ix_values.yaml rename to stable/blog/11.3.0/ix_values.yaml diff --git a/stable/blog/11.3.0/questions.yaml b/stable/blog/11.3.0/questions.yaml new file mode 100755 index 00000000000..0f407e959e9 --- /dev/null +++ b/stable/blog/11.3.0/questions.yaml @@ -0,0 +1,3284 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: BLOG_TITLE + label: "Blog Title" + schema: + type: string + default: "" + required: true + - variable: BLOG_NAME + label: "Blog Name" + schema: + type: string + default: "" + required: true + - variable: BLOG_LANG + label: "Blog Language" + schema: + type: string + default: "" + required: true + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10111 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: data + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/boinc/9.2.0/templates/NOTES.txt b/stable/blog/11.3.0/templates/NOTES.txt similarity index 100% rename from stable/boinc/9.2.0/templates/NOTES.txt rename to stable/blog/11.3.0/templates/NOTES.txt diff --git a/stable/blog/11.1.3/templates/common.yaml b/stable/blog/11.3.0/templates/common.yaml similarity index 100% rename from stable/blog/11.1.3/templates/common.yaml rename to stable/blog/11.3.0/templates/common.yaml diff --git a/stable/boinc/9.2.0/values.yaml b/stable/blog/11.3.0/values.yaml similarity index 100% rename from stable/boinc/9.2.0/values.yaml rename to stable/blog/11.3.0/values.yaml diff --git a/stable/boinc/9.2.0/CHANGELOG.md b/stable/boinc/9.2.0/CHANGELOG.md deleted file mode 100644 index 7e18770d221..00000000000 --- a/stable/boinc/9.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - -## [boinc-8.1.19](https://github.com/truecharts/charts/compare/boinc-8.1.18...boinc-8.1.19) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/boinc to latest[@121f79c](https://github.com/121f79c) by renovate ([#18053](https://github.com/truecharts/charts/issues/18053)) - - -## [boinc-8.1.18](https://github.com/truecharts/charts/compare/boinc-8.1.17...boinc-8.1.18) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/boinc to latest[@cd2c553](https://github.com/cd2c553) by renovate ([#17842](https://github.com/truecharts/charts/issues/17842)) - - -## [boinc-8.1.17](https://github.com/truecharts/charts/compare/boinc-8.1.16...boinc-8.1.17) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [boinc-8.1.16](https://github.com/truecharts/charts/compare/boinc-8.1.15...boinc-8.1.16) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/boinc to latest[@5dab092](https://github.com/5dab092) by renovate ([#17599](https://github.com/truecharts/charts/issues/17599)) - - -## [boinc-8.1.15](https://github.com/truecharts/charts/compare/boinc-8.1.14...boinc-8.1.15) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [boinc-8.1.14](https://github.com/truecharts/charts/compare/boinc-8.1.13...boinc-8.1.14) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [boinc-8.1.13](https://github.com/truecharts/charts/compare/boinc-8.1.12...boinc-8.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [boinc-8.1.12](https://github.com/truecharts/charts/compare/boinc-8.1.11...boinc-8.1.12) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) \ No newline at end of file diff --git a/stable/boinc/9.2.0/Chart.yaml b/stable/boinc/9.2.0/Chart.yaml deleted file mode 100644 index 74ed91b4a53..00000000000 --- a/stable/boinc/9.2.0/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers). -home: https://truecharts.org/charts/stable/boinc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/boinc.png -keywords: - - boinc -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: boinc -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/boinc - - https://ghcr.io/linuxserver/boinc -type: application -version: 9.2.0 diff --git a/stable/boinc/9.2.0/charts/common-18.1.2.tgz b/stable/boinc/9.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/boinc/9.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/boinc/9.2.0/ix_values.yaml b/stable/boinc/9.2.0/ix_values.yaml deleted file mode 100644 index d04292acb5e..00000000000 --- a/stable/boinc/9.2.0/ix_values.yaml +++ /dev/null @@ -1,31 +0,0 @@ -image: - repository: ghcr.io/linuxserver/boinc - pullPolicy: IfNotPresent - tag: latest@sha256:1deb5e59843c9fee8940919434530b3240e52a973a28a42797afa2ec9772a45d -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - targetPort: 8080 - protocol: http - port: 10142 -workload: - main: - podSpec: - containers: - main: - env: - PASSWORD: "" -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true diff --git a/stable/booksonic-air/13.2.0/.helmignore b/stable/boinc/9.3.0/.helmignore similarity index 100% rename from stable/booksonic-air/13.2.0/.helmignore rename to stable/boinc/9.3.0/.helmignore diff --git a/stable/boinc/9.3.0/CHANGELOG.md b/stable/boinc/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..9895568e0c5 --- /dev/null +++ b/stable/boinc/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [boinc-9.3.0](https://github.com/truecharts/charts/compare/boinc-9.2.4...boinc-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [boinc-9.2.4](https://github.com/truecharts/charts/compare/boinc-9.2.3...boinc-9.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [boinc-9.2.3](https://github.com/truecharts/charts/compare/boinc-9.2.1...boinc-9.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + +## [boinc-8.1.19](https://github.com/truecharts/charts/compare/boinc-8.1.18...boinc-8.1.19) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/boinc to latest[@121f79c](https://github.com/121f79c) by renovate ([#18053](https://github.com/truecharts/charts/issues/18053)) + + +## [boinc-8.1.18](https://github.com/truecharts/charts/compare/boinc-8.1.17...boinc-8.1.18) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/boinc to latest[@cd2c553](https://github.com/cd2c553) by renovate ([#17842](https://github.com/truecharts/charts/issues/17842)) + + +## [boinc-8.1.17](https://github.com/truecharts/charts/compare/boinc-8.1.16...boinc-8.1.17) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [boinc-8.1.16](https://github.com/truecharts/charts/compare/boinc-8.1.15...boinc-8.1.16) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/boinc to latest[@5dab092](https://github.com/5dab092) by renovate ([#17599](https://github.com/truecharts/charts/issues/17599)) + + +## [boinc-8.1.15](https://github.com/truecharts/charts/compare/boinc-8.1.14...boinc-8.1.15) (2024-01-26) + +### Chore diff --git a/stable/boinc/9.3.0/Chart.yaml b/stable/boinc/9.3.0/Chart.yaml new file mode 100644 index 00000000000..7dc3aac1411 --- /dev/null +++ b/stable/boinc/9.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers). +home: https://truecharts.org/charts/stable/boinc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/boinc.png +keywords: + - boinc +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: boinc +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/boinc + - https://ghcr.io/linuxserver/boinc +type: application +version: 9.3.0 diff --git a/stable/boinc/9.2.0/README.md b/stable/boinc/9.3.0/README.md similarity index 100% rename from stable/boinc/9.2.0/README.md rename to stable/boinc/9.3.0/README.md diff --git a/stable/boinc/9.3.0/app-changelog.md b/stable/boinc/9.3.0/app-changelog.md new file mode 100644 index 00000000000..1487b132396 --- /dev/null +++ b/stable/boinc/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [boinc-9.3.0](https://github.com/truecharts/charts/compare/boinc-9.2.4...boinc-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/boinc/9.2.0/app-readme.md b/stable/boinc/9.3.0/app-readme.md similarity index 100% rename from stable/boinc/9.2.0/app-readme.md rename to stable/boinc/9.3.0/app-readme.md diff --git a/stable/boinc/9.3.0/charts/common-18.2.0.tgz b/stable/boinc/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/boinc/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/boinc/9.3.0/ix_values.yaml b/stable/boinc/9.3.0/ix_values.yaml new file mode 100644 index 00000000000..2e0426f1f46 --- /dev/null +++ b/stable/boinc/9.3.0/ix_values.yaml @@ -0,0 +1,31 @@ +image: + repository: ghcr.io/linuxserver/boinc + pullPolicy: IfNotPresent + tag: latest@sha256:18a613ae3ea717e0420682b42566610a07afa6bacbc67f323c9e8e7f2c4837b0 +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + targetPort: 8080 + protocol: http + port: 10142 +workload: + main: + podSpec: + containers: + main: + env: + PASSWORD: "" +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true diff --git a/stable/boinc/9.2.0/questions.yaml b/stable/boinc/9.3.0/questions.yaml similarity index 100% rename from stable/boinc/9.2.0/questions.yaml rename to stable/boinc/9.3.0/questions.yaml diff --git a/stable/booksonic-air/13.2.0/templates/NOTES.txt b/stable/boinc/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/booksonic-air/13.2.0/templates/NOTES.txt rename to stable/boinc/9.3.0/templates/NOTES.txt diff --git a/stable/booksonic-air/13.2.0/templates/common.yaml b/stable/boinc/9.3.0/templates/common.yaml similarity index 100% rename from stable/booksonic-air/13.2.0/templates/common.yaml rename to stable/boinc/9.3.0/templates/common.yaml diff --git a/stable/booksonic-air/13.2.0/values.yaml b/stable/boinc/9.3.0/values.yaml similarity index 100% rename from stable/booksonic-air/13.2.0/values.yaml rename to stable/boinc/9.3.0/values.yaml diff --git a/stable/booksonic-air/13.2.0/CHANGELOG.md b/stable/booksonic-air/13.2.0/CHANGELOG.md deleted file mode 100644 index 6ca79436e1e..00000000000 --- a/stable/booksonic-air/13.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - -## [booksonic-air-12.1.19](https://github.com/truecharts/charts/compare/booksonic-air-12.1.18...booksonic-air-12.1.19) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@d1ae05a](https://github.com/d1ae05a) by renovate ([#18054](https://github.com/truecharts/charts/issues/18054)) - - -## [booksonic-air-12.1.18](https://github.com/truecharts/charts/compare/booksonic-air-12.1.17...booksonic-air-12.1.18) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@f64fb5e](https://github.com/f64fb5e) by renovate ([#17843](https://github.com/truecharts/charts/issues/17843)) - - -## [booksonic-air-12.1.17](https://github.com/truecharts/charts/compare/booksonic-air-12.1.16...booksonic-air-12.1.17) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [booksonic-air-12.1.16](https://github.com/truecharts/charts/compare/booksonic-air-12.1.15...booksonic-air-12.1.16) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@ebb23fa](https://github.com/ebb23fa) by renovate ([#17600](https://github.com/truecharts/charts/issues/17600)) - - -## [booksonic-air-12.1.15](https://github.com/truecharts/charts/compare/booksonic-air-12.1.14...booksonic-air-12.1.15) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [booksonic-air-12.1.14](https://github.com/truecharts/charts/compare/booksonic-air-12.1.13...booksonic-air-12.1.14) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [booksonic-air-12.1.13](https://github.com/truecharts/charts/compare/booksonic-air-12.1.12...booksonic-air-12.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [booksonic-air-12.1.12](https://github.com/truecharts/charts/compare/booksonic-air-12.1.11...booksonic-air-12.1.12) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) \ No newline at end of file diff --git a/stable/booksonic-air/13.2.0/Chart.yaml b/stable/booksonic-air/13.2.0/Chart.yaml deleted file mode 100644 index 1df14151a11..00000000000 --- a/stable/booksonic-air/13.2.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2201.1.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Booksonic is a platform for accessing the audibooks you own wherever you are -home: https://truecharts.org/charts/stable/booksonic-air -icon: https://truecharts.org/img/hotlink-ok/chart-icons/booksonic-air.png -keywords: - - booksonic - - audiobook -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: booksonic-air -sources: - - https://github.com/popeen/Booksonic-Air - - https://github.com/truecharts/charts/tree/master/charts/stable/booksonic-air - - https://ghcr.io/linuxserver/booksonic-air -type: application -version: 13.2.0 diff --git a/stable/booksonic-air/13.2.0/charts/common-18.1.2.tgz b/stable/booksonic-air/13.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/booksonic-air/13.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/booksonic-air/13.2.0/ix_values.yaml b/stable/booksonic-air/13.2.0/ix_values.yaml deleted file mode 100644 index 98be3c98f29..00000000000 --- a/stable/booksonic-air/13.2.0/ix_values.yaml +++ /dev/null @@ -1,40 +0,0 @@ -image: - repository: ghcr.io/linuxserver/booksonic-air - pullPolicy: IfNotPresent - tag: 2201.1.0@sha256:8dc2f9410cbe18f07a6506546a6813a14d54b1e1069189d275059df12d94d755 -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 10048 - protocol: http - targetPort: 4040 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - path: / - readiness: - type: http - path: / - startup: - type: http - path: / - env: {} -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true diff --git a/stable/borg-server/4.1.3/.helmignore b/stable/booksonic-air/13.3.0/.helmignore similarity index 100% rename from stable/borg-server/4.1.3/.helmignore rename to stable/booksonic-air/13.3.0/.helmignore diff --git a/stable/booksonic-air/13.3.0/CHANGELOG.md b/stable/booksonic-air/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..5a711b3e5b6 --- /dev/null +++ b/stable/booksonic-air/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [booksonic-air-13.3.0](https://github.com/truecharts/charts/compare/booksonic-air-13.2.4...booksonic-air-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [booksonic-air-13.2.4](https://github.com/truecharts/charts/compare/booksonic-air-13.2.3...booksonic-air-13.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [booksonic-air-13.2.3](https://github.com/truecharts/charts/compare/booksonic-air-13.2.1...booksonic-air-13.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + +## [booksonic-air-12.1.19](https://github.com/truecharts/charts/compare/booksonic-air-12.1.18...booksonic-air-12.1.19) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@d1ae05a](https://github.com/d1ae05a) by renovate ([#18054](https://github.com/truecharts/charts/issues/18054)) + + +## [booksonic-air-12.1.18](https://github.com/truecharts/charts/compare/booksonic-air-12.1.17...booksonic-air-12.1.18) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@f64fb5e](https://github.com/f64fb5e) by renovate ([#17843](https://github.com/truecharts/charts/issues/17843)) + + +## [booksonic-air-12.1.17](https://github.com/truecharts/charts/compare/booksonic-air-12.1.16...booksonic-air-12.1.17) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [booksonic-air-12.1.16](https://github.com/truecharts/charts/compare/booksonic-air-12.1.15...booksonic-air-12.1.16) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@ebb23fa](https://github.com/ebb23fa) by renovate ([#17600](https://github.com/truecharts/charts/issues/17600)) + + +## [booksonic-air-12.1.15](https://github.com/truecharts/charts/compare/booksonic-air-12.1.14...booksonic-air-12.1.15) (2024-01-26) + +### Chore diff --git a/stable/booksonic-air/13.3.0/Chart.yaml b/stable/booksonic-air/13.3.0/Chart.yaml new file mode 100644 index 00000000000..76c6aa42e8c --- /dev/null +++ b/stable/booksonic-air/13.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2201.1.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Booksonic is a platform for accessing the audibooks you own wherever you are +home: https://truecharts.org/charts/stable/booksonic-air +icon: https://truecharts.org/img/hotlink-ok/chart-icons/booksonic-air.png +keywords: + - booksonic + - audiobook +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: booksonic-air +sources: + - https://github.com/popeen/Booksonic-Air + - https://github.com/truecharts/charts/tree/master/charts/stable/booksonic-air + - https://ghcr.io/linuxserver/booksonic-air +type: application +version: 13.3.0 diff --git a/stable/booksonic-air/13.2.0/README.md b/stable/booksonic-air/13.3.0/README.md similarity index 100% rename from stable/booksonic-air/13.2.0/README.md rename to stable/booksonic-air/13.3.0/README.md diff --git a/stable/booksonic-air/13.3.0/app-changelog.md b/stable/booksonic-air/13.3.0/app-changelog.md new file mode 100644 index 00000000000..1ce02838d9f --- /dev/null +++ b/stable/booksonic-air/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [booksonic-air-13.3.0](https://github.com/truecharts/charts/compare/booksonic-air-13.2.4...booksonic-air-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/booksonic-air/13.2.0/app-readme.md b/stable/booksonic-air/13.3.0/app-readme.md similarity index 100% rename from stable/booksonic-air/13.2.0/app-readme.md rename to stable/booksonic-air/13.3.0/app-readme.md diff --git a/stable/booksonic-air/13.3.0/charts/common-18.2.0.tgz b/stable/booksonic-air/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/booksonic-air/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/booksonic-air/13.3.0/ix_values.yaml b/stable/booksonic-air/13.3.0/ix_values.yaml new file mode 100644 index 00000000000..1e4a772e3ca --- /dev/null +++ b/stable/booksonic-air/13.3.0/ix_values.yaml @@ -0,0 +1,40 @@ +image: + repository: ghcr.io/linuxserver/booksonic-air + pullPolicy: IfNotPresent + tag: 2201.1.0@sha256:98087afb6963a7ad1cd951c36cac146f09d0e5a97506bd90c623d30a794caac0 +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 10048 + protocol: http + targetPort: 4040 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + path: / + readiness: + type: http + path: / + startup: + type: http + path: / + env: {} +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true diff --git a/stable/booksonic-air/13.2.0/questions.yaml b/stable/booksonic-air/13.3.0/questions.yaml similarity index 100% rename from stable/booksonic-air/13.2.0/questions.yaml rename to stable/booksonic-air/13.3.0/questions.yaml diff --git a/stable/borg-server/4.1.3/templates/NOTES.txt b/stable/booksonic-air/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/borg-server/4.1.3/templates/NOTES.txt rename to stable/booksonic-air/13.3.0/templates/NOTES.txt diff --git a/stable/borg-server/4.1.3/templates/common.yaml b/stable/booksonic-air/13.3.0/templates/common.yaml similarity index 100% rename from stable/borg-server/4.1.3/templates/common.yaml rename to stable/booksonic-air/13.3.0/templates/common.yaml diff --git a/stable/borg-server/4.1.3/values.yaml b/stable/booksonic-air/13.3.0/values.yaml similarity index 100% rename from stable/borg-server/4.1.3/values.yaml rename to stable/booksonic-air/13.3.0/values.yaml diff --git a/stable/breitbandmessung-de/5.1.3/.helmignore b/stable/bookstack/13.1.0/.helmignore similarity index 100% rename from stable/breitbandmessung-de/5.1.3/.helmignore rename to stable/bookstack/13.1.0/.helmignore diff --git a/stable/bookstack/13.1.0/CHANGELOG.md b/stable/bookstack/13.1.0/CHANGELOG.md new file mode 100644 index 00000000000..b3faecfca45 --- /dev/null +++ b/stable/bookstack/13.1.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [bookstack-13.1.0](https://github.com/truecharts/charts/compare/bookstack-13.0.3...bookstack-13.1.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [bookstack-13.0.3](https://github.com/truecharts/charts/compare/bookstack-13.0.2...bookstack-13.0.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [bookstack-13.0.2](https://github.com/truecharts/charts/compare/bookstack-13.0.0...bookstack-13.0.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + +## [bookstack-11.2.17](https://github.com/truecharts/charts/compare/bookstack-11.2.16...bookstack-11.2.17) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [bookstack-11.2.16](https://github.com/truecharts/charts/compare/bookstack-11.2.15...bookstack-11.2.16) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [bookstack-11.2.15](https://github.com/truecharts/charts/compare/bookstack-11.2.14...bookstack-11.2.15) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [bookstack-11.2.14](https://github.com/truecharts/charts/compare/bookstack-11.2.13...bookstack-11.2.14) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [bookstack-11.2.13](https://github.com/truecharts/charts/compare/bookstack-11.2.12...bookstack-11.2.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [bookstack-11.2.12](https://github.com/truecharts/charts/compare/bookstack-11.2.11...bookstack-11.2.12) (2024-01-21) \ No newline at end of file diff --git a/stable/bookstack/13.1.0/Chart.yaml b/stable/bookstack/13.1.0/Chart.yaml new file mode 100644 index 00000000000..e9b3c8af1d8 --- /dev/null +++ b/stable/bookstack/13.1.0/Chart.yaml @@ -0,0 +1,48 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.02.20240228 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.2.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A simple, self-hosted, easy-to-use platform for organising and storing information. +home: https://truecharts.org/charts/stable/bookstack +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bookstack.png +keywords: + - bookstack + - book + - stack + - organizer + - server + - hosted +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: bookstack +sources: + - https://www.bookstackapp.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/bookstack + - https://ghcr.io/linuxserver/bookstack +type: application +version: 13.1.0 diff --git a/stable/bookstack/13.1.0/README.md b/stable/bookstack/13.1.0/README.md new file mode 100644 index 00000000000..87684e00a3b --- /dev/null +++ b/stable/bookstack/13.1.0/README.md @@ -0,0 +1,28 @@ +--- +title: README +--- + +## General Info + +TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. +However only installations using the TrueNAS SCALE Apps system are supported. + +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/bookstack) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +_All Rights Reserved - The TrueCharts Project_ diff --git a/stable/bookstack/13.1.0/app-changelog.md b/stable/bookstack/13.1.0/app-changelog.md new file mode 100644 index 00000000000..d36a74e5a7b --- /dev/null +++ b/stable/bookstack/13.1.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [bookstack-13.1.0](https://github.com/truecharts/charts/compare/bookstack-13.0.3...bookstack-13.1.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/bookstack/13.1.0/app-readme.md b/stable/bookstack/13.1.0/app-readme.md new file mode 100644 index 00000000000..046b1fe8ff1 --- /dev/null +++ b/stable/bookstack/13.1.0/app-readme.md @@ -0,0 +1,8 @@ +A simple, self-hosted, easy-to-use platform for organising and storing information. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/bookstack](https://truecharts.org/charts/stable/bookstack) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! diff --git a/stable/bookstack/13.1.0/charts/common-18.2.0.tgz b/stable/bookstack/13.1.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/bookstack/13.1.0/charts/common-18.2.0.tgz differ diff --git a/stable/bookstack/13.1.0/charts/mariadb-13.2.0.tgz b/stable/bookstack/13.1.0/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/bookstack/13.1.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/bookstack/13.1.0/ix_values.yaml b/stable/bookstack/13.1.0/ix_values.yaml new file mode 100644 index 00000000000..0af9e0daf6c --- /dev/null +++ b/stable/bookstack/13.1.0/ix_values.yaml @@ -0,0 +1,51 @@ +image: + repository: ghcr.io/linuxserver/bookstack + pullPolicy: IfNotPresent + tag: 24.02.20240228@sha256:fe4885c2c555d016f9e4b6ad0947c0e4c453910169943b2bcaf8afe9dc57a421 +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 10112 + protocol: http + targetPort: 80 +workload: + main: + podSpec: + containers: + main: + env: + DB_USER: "{{ .Values.mariadb.mariadbUsername }}" + DB_DATABASE: "{{ .Values.mariadb.mariadbDatabase }}" + APP_URL: "" + DB_HOST: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' + key: plainhost + DB_PASS: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' + key: mariadb-password + APP_KEY: + secretKeyRef: + name: secrets + key: APP_KEY +persistence: + config: + enabled: true + mountPath: /config +mariadb: + enabled: true + mariadbUsername: bookstack + mariadbDatabase: bookstack +portal: + open: + enabled: true diff --git a/stable/bookstack/13.1.0/questions.yaml b/stable/bookstack/13.1.0/questions.yaml new file mode 100755 index 00000000000..987ca658d2b --- /dev/null +++ b/stable/bookstack/13.1.0/questions.yaml @@ -0,0 +1,2852 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: APP_URL + label: "APP_URL" + description: "Application URL eg. https://bookstack.mydomain.com" + schema: + type: string + default: "" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10112 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/browserless-chrome/9.1.3/templates/NOTES.txt b/stable/bookstack/13.1.0/templates/NOTES.txt similarity index 100% rename from stable/browserless-chrome/9.1.3/templates/NOTES.txt rename to stable/bookstack/13.1.0/templates/NOTES.txt diff --git a/stable/bookstack/13.1.0/templates/_secrets.tpl b/stable/bookstack/13.1.0/templates/_secrets.tpl new file mode 100644 index 00000000000..61fc665e2cb --- /dev/null +++ b/stable/bookstack/13.1.0/templates/_secrets.tpl @@ -0,0 +1,14 @@ +{{/* Define the secrets */}} +{{- define "bookstack.secrets" -}} +{{- $secretName := (printf "%s-bookstack-secrets" (include "tc.v1.common.lib.chart.names.fullname" $)) }} +{{- $bookstackprevious := lookup "v1" "Secret" .Release.Namespace $secretName }} +enabled: true +data: + {{- if $bookstackprevious }} + APP_KEY: {{ index $bookstackprevious.data "APP_KEY" | b64dec }} + {{- else }} + {{- $app_key := randAlphaNum 32 }} + APP_KEY: {{ $app_key }} + {{- end }} + +{{- end -}} diff --git a/stable/bookstack/13.1.0/templates/common.yaml b/stable/bookstack/13.1.0/templates/common.yaml new file mode 100644 index 00000000000..bbf8f30d227 --- /dev/null +++ b/stable/bookstack/13.1.0/templates/common.yaml @@ -0,0 +1,11 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.v1.common.loader.init" . }} + +{{/* Render secrets for bookstack */}} +{{- $secrets := include "bookstack.secrets" . | fromYaml -}} +{{- if $secrets -}} + {{- $_ := set .Values.secret "secrets" $secrets -}} +{{- end -}} + +{{/* Render the templates */}} +{{ include "tc.v1.common.loader.apply" . }} diff --git a/stable/breitbandmessung-de/5.1.3/values.yaml b/stable/bookstack/13.1.0/values.yaml similarity index 100% rename from stable/breitbandmessung-de/5.1.3/values.yaml rename to stable/bookstack/13.1.0/values.yaml diff --git a/stable/borg-server/4.1.3/CHANGELOG.md b/stable/borg-server/4.1.3/CHANGELOG.md deleted file mode 100644 index f76251dc41f..00000000000 --- a/stable/borg-server/4.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [borg-server-3.1.15](https://github.com/truecharts/charts/compare/borg-server-3.1.14...borg-server-3.1.15) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/anotherstranger/borg-server to v2.2.5[@e6745c2](https://github.com/e6745c2) by renovate ([#17908](https://github.com/truecharts/charts/issues/17908)) - - -## [borg-server-3.1.14](https://github.com/truecharts/charts/compare/borg-server-3.1.13...borg-server-3.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [borg-server-3.1.13](https://github.com/truecharts/charts/compare/borg-server-3.1.12...borg-server-3.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [borg-server-3.1.12](https://github.com/truecharts/charts/compare/borg-server-3.1.11...borg-server-3.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [borg-server-3.1.11](https://github.com/truecharts/charts/compare/borg-server-3.1.10...borg-server-3.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [borg-server-3.1.10](https://github.com/truecharts/charts/compare/borg-server-3.1.9...borg-server-3.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [borg-server-3.1.9](https://github.com/truecharts/charts/compare/borg-server-3.1.8...borg-server-3.1.9) (2024-01-21) - -### Chore - - - -- update container image ghcr.io/anotherstranger/borg-server to v2.2.4[@c4f487d](https://github.com/c4f487d) by renovate ([#17414](https://github.com/truecharts/charts/issues/17414)) - - - - -## [borg-server-3.1.8](https://github.com/truecharts/charts/compare/borg-server-3.1.7...borg-server-3.1.8) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [borg-server-3.1.7](https://github.com/truecharts/charts/compare/borg-server-3.1.6...borg-server-3.1.7) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - diff --git a/stable/borg-server/4.1.3/Chart.yaml b/stable/borg-server/4.1.3/Chart.yaml deleted file mode 100644 index 52790b3f862..00000000000 --- a/stable/borg-server/4.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: backup - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.2.5 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A borg Backup server -home: https://truecharts.org/charts/stable/borg-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/borg-server.png -keywords: - - borg-server - - backup -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: borg-server -sources: - - https://github.com/AnotherStranger/docker-borg-backup - - https://github.com/truecharts/charts/tree/master/charts/stable/borg-server - - https://ghcr.io/anotherstranger/borg-server -type: application -version: 4.1.3 diff --git a/stable/borg-server/4.1.3/charts/common-18.0.3.tgz b/stable/borg-server/4.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/borg-server/4.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/browserless-chrome/9.1.3/.helmignore b/stable/borg-server/4.3.0/.helmignore similarity index 100% rename from stable/browserless-chrome/9.1.3/.helmignore rename to stable/borg-server/4.3.0/.helmignore diff --git a/stable/borg-server/4.3.0/CHANGELOG.md b/stable/borg-server/4.3.0/CHANGELOG.md new file mode 100644 index 00000000000..c08fd8afe08 --- /dev/null +++ b/stable/borg-server/4.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [borg-server-4.3.0](https://github.com/truecharts/charts/compare/borg-server-4.2.3...borg-server-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [borg-server-4.2.3](https://github.com/truecharts/charts/compare/borg-server-4.2.2...borg-server-4.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [borg-server-4.2.2](https://github.com/truecharts/charts/compare/borg-server-4.2.0...borg-server-4.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [borg-server-3.1.15](https://github.com/truecharts/charts/compare/borg-server-3.1.14...borg-server-3.1.15) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/anotherstranger/borg-server to v2.2.5[@e6745c2](https://github.com/e6745c2) by renovate ([#17908](https://github.com/truecharts/charts/issues/17908)) + + +## [borg-server-3.1.14](https://github.com/truecharts/charts/compare/borg-server-3.1.13...borg-server-3.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [borg-server-3.1.13](https://github.com/truecharts/charts/compare/borg-server-3.1.12...borg-server-3.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [borg-server-3.1.12](https://github.com/truecharts/charts/compare/borg-server-3.1.11...borg-server-3.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [borg-server-3.1.11](https://github.com/truecharts/charts/compare/borg-server-3.1.10...borg-server-3.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [borg-server-3.1.10](https://github.com/truecharts/charts/compare/borg-server-3.1.9...borg-server-3.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/borg-server/4.3.0/Chart.yaml b/stable/borg-server/4.3.0/Chart.yaml new file mode 100644 index 00000000000..01da85eb139 --- /dev/null +++ b/stable/borg-server/4.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.2.5 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A borg Backup server +home: https://truecharts.org/charts/stable/borg-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/borg-server.png +keywords: + - borg-server + - backup +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: borg-server +sources: + - https://github.com/AnotherStranger/docker-borg-backup + - https://github.com/truecharts/charts/tree/master/charts/stable/borg-server + - https://ghcr.io/anotherstranger/borg-server +type: application +version: 4.3.0 diff --git a/stable/borg-server/4.1.3/README.md b/stable/borg-server/4.3.0/README.md similarity index 100% rename from stable/borg-server/4.1.3/README.md rename to stable/borg-server/4.3.0/README.md diff --git a/stable/borg-server/4.3.0/app-changelog.md b/stable/borg-server/4.3.0/app-changelog.md new file mode 100644 index 00000000000..db33aa3192b --- /dev/null +++ b/stable/borg-server/4.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [borg-server-4.3.0](https://github.com/truecharts/charts/compare/borg-server-4.2.3...borg-server-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/borg-server/4.1.3/app-readme.md b/stable/borg-server/4.3.0/app-readme.md similarity index 100% rename from stable/borg-server/4.1.3/app-readme.md rename to stable/borg-server/4.3.0/app-readme.md diff --git a/stable/borg-server/4.3.0/charts/common-18.2.0.tgz b/stable/borg-server/4.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/borg-server/4.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/borg-server/4.1.3/ix_values.yaml b/stable/borg-server/4.3.0/ix_values.yaml similarity index 100% rename from stable/borg-server/4.1.3/ix_values.yaml rename to stable/borg-server/4.3.0/ix_values.yaml diff --git a/stable/borg-server/4.1.3/questions.yaml b/stable/borg-server/4.3.0/questions.yaml similarity index 100% rename from stable/borg-server/4.1.3/questions.yaml rename to stable/borg-server/4.3.0/questions.yaml diff --git a/stable/budge/9.2.0/templates/NOTES.txt b/stable/borg-server/4.3.0/templates/NOTES.txt similarity index 100% rename from stable/budge/9.2.0/templates/NOTES.txt rename to stable/borg-server/4.3.0/templates/NOTES.txt diff --git a/stable/browserless-chrome/9.1.3/templates/common.yaml b/stable/borg-server/4.3.0/templates/common.yaml similarity index 100% rename from stable/browserless-chrome/9.1.3/templates/common.yaml rename to stable/borg-server/4.3.0/templates/common.yaml diff --git a/stable/browserless-chrome/9.1.3/values.yaml b/stable/borg-server/4.3.0/values.yaml similarity index 100% rename from stable/browserless-chrome/9.1.3/values.yaml rename to stable/borg-server/4.3.0/values.yaml diff --git a/stable/breitbandmessung-de/5.1.3/CHANGELOG.md b/stable/breitbandmessung-de/5.1.3/CHANGELOG.md deleted file mode 100644 index 2dcdc98abc4..00000000000 --- a/stable/breitbandmessung-de/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [breitbandmessung-de-4.1.13](https://github.com/truecharts/charts/compare/breitbandmessung-de-4.1.12...breitbandmessung-de-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [breitbandmessung-de-4.1.12](https://github.com/truecharts/charts/compare/breitbandmessung-de-4.1.11...breitbandmessung-de-4.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [breitbandmessung-de-4.1.11](https://github.com/truecharts/charts/compare/breitbandmessung-de-4.1.10...breitbandmessung-de-4.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [breitbandmessung-de-4.1.10](https://github.com/truecharts/charts/compare/breitbandmessung-de-4.1.9...breitbandmessung-de-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [breitbandmessung-de-4.1.9](https://github.com/truecharts/charts/compare/breitbandmessung-de-4.1.8...breitbandmessung-de-4.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [breitbandmessung-de-4.1.8](https://github.com/truecharts/charts/compare/breitbandmessung-de-4.1.7...breitbandmessung-de-4.1.8) (2024-01-14) - - - - -## [breitbandmessung-de-4.1.7](https://github.com/truecharts/charts/compare/breitbandmessung-de-4.1.6...breitbandmessung-de-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [breitbandmessung-de-4.1.6](https://github.com/truecharts/charts/compare/breitbandmessung-de-4.1.5...breitbandmessung-de-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [breitbandmessung-de-4.1.5](https://github.com/truecharts/charts/compare/breitbandmessung-de-4.1.4...breitbandmessung-de-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [breitbandmessung-de-4.1.4](https://github.com/truecharts/charts/compare/breitbandmessung-de-4.1.3...breitbandmessung-de-4.1.4) (2024-01-01) - -### Chore - - diff --git a/stable/breitbandmessung-de/5.1.3/Chart.yaml b/stable/breitbandmessung-de/5.1.3/Chart.yaml deleted file mode 100644 index 7d5024d4fcf..00000000000 --- a/stable/breitbandmessung-de/5.1.3/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A script to enable customers of lazy ISPs to perform measurement campaigns of the connection speed as described here in an automated way. -home: https://truecharts.org/charts/stable/breitbandmessung-de -icon: https://truecharts.org/img/hotlink-ok/chart-icons/breitbandmessung-de.png -keywords: - - breitbandmessung-de - - home-automation - - Productivity - - Tools-Utilities - - Other - - Network-Management -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: breitbandmessung-de -sources: - - https://github.com/shneezin/breitbandmessung-node - - https://github.com/truecharts/charts/tree/master/charts/stable/breitbandmessung-de - - https://hub.docker.com/r/shneezin/breitbandmessung-node -type: application -version: 5.1.3 diff --git a/stable/breitbandmessung-de/5.1.3/charts/common-18.0.3.tgz b/stable/breitbandmessung-de/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/breitbandmessung-de/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/budge/9.2.0/.helmignore b/stable/breitbandmessung-de/5.3.0/.helmignore similarity index 100% rename from stable/budge/9.2.0/.helmignore rename to stable/breitbandmessung-de/5.3.0/.helmignore diff --git a/stable/breitbandmessung-de/5.3.0/CHANGELOG.md b/stable/breitbandmessung-de/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..e63d7f7285e --- /dev/null +++ b/stable/breitbandmessung-de/5.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [breitbandmessung-de-5.3.0](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.2.3...breitbandmessung-de-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [breitbandmessung-de-5.2.3](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.2.2...breitbandmessung-de-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [breitbandmessung-de-5.2.2](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.2.0...breitbandmessung-de-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [breitbandmessung-de-4.1.13](https://github.com/truecharts/charts/compare/breitbandmessung-de-4.1.12...breitbandmessung-de-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [breitbandmessung-de-4.1.12](https://github.com/truecharts/charts/compare/breitbandmessung-de-4.1.11...breitbandmessung-de-4.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [breitbandmessung-de-4.1.11](https://github.com/truecharts/charts/compare/breitbandmessung-de-4.1.10...breitbandmessung-de-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [breitbandmessung-de-4.1.10](https://github.com/truecharts/charts/compare/breitbandmessung-de-4.1.9...breitbandmessung-de-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [breitbandmessung-de-4.1.9](https://github.com/truecharts/charts/compare/breitbandmessung-de-4.1.8...breitbandmessung-de-4.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [breitbandmessung-de-4.1.8](https://github.com/truecharts/charts/compare/breitbandmessung-de-4.1.7...breitbandmessung-de-4.1.8) (2024-01-14) + + + + +## [breitbandmessung-de-4.1.7](https://github.com/truecharts/charts/compare/breitbandmessung-de-4.1.6...breitbandmessung-de-4.1.7) (2024-01-09) + +### Chore \ No newline at end of file diff --git a/stable/breitbandmessung-de/5.3.0/Chart.yaml b/stable/breitbandmessung-de/5.3.0/Chart.yaml new file mode 100644 index 00000000000..05f3d2cd3fa --- /dev/null +++ b/stable/breitbandmessung-de/5.3.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A script to enable customers of lazy ISPs to perform measurement campaigns of the connection speed as described here in an automated way. +home: https://truecharts.org/charts/stable/breitbandmessung-de +icon: https://truecharts.org/img/hotlink-ok/chart-icons/breitbandmessung-de.png +keywords: + - breitbandmessung-de + - home-automation + - Productivity + - Tools-Utilities + - Other + - Network-Management +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: breitbandmessung-de +sources: + - https://github.com/shneezin/breitbandmessung-node + - https://github.com/truecharts/charts/tree/master/charts/stable/breitbandmessung-de + - https://hub.docker.com/r/shneezin/breitbandmessung-node +type: application +version: 5.3.0 diff --git a/stable/breitbandmessung-de/5.1.3/README.md b/stable/breitbandmessung-de/5.3.0/README.md similarity index 100% rename from stable/breitbandmessung-de/5.1.3/README.md rename to stable/breitbandmessung-de/5.3.0/README.md diff --git a/stable/breitbandmessung-de/5.3.0/app-changelog.md b/stable/breitbandmessung-de/5.3.0/app-changelog.md new file mode 100644 index 00000000000..b0e57e35045 --- /dev/null +++ b/stable/breitbandmessung-de/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [breitbandmessung-de-5.3.0](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.2.3...breitbandmessung-de-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/breitbandmessung-de/5.1.3/app-readme.md b/stable/breitbandmessung-de/5.3.0/app-readme.md similarity index 100% rename from stable/breitbandmessung-de/5.1.3/app-readme.md rename to stable/breitbandmessung-de/5.3.0/app-readme.md diff --git a/stable/breitbandmessung-de/5.3.0/charts/common-18.2.0.tgz b/stable/breitbandmessung-de/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/breitbandmessung-de/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/breitbandmessung-de/5.1.3/ix_values.yaml b/stable/breitbandmessung-de/5.3.0/ix_values.yaml similarity index 100% rename from stable/breitbandmessung-de/5.1.3/ix_values.yaml rename to stable/breitbandmessung-de/5.3.0/ix_values.yaml diff --git a/stable/breitbandmessung-de/5.1.3/questions.yaml b/stable/breitbandmessung-de/5.3.0/questions.yaml similarity index 100% rename from stable/breitbandmessung-de/5.1.3/questions.yaml rename to stable/breitbandmessung-de/5.3.0/questions.yaml diff --git a/stable/breitbandmessung-de/5.1.3/templates/common.yaml b/stable/breitbandmessung-de/5.3.0/templates/common.yaml similarity index 100% rename from stable/breitbandmessung-de/5.1.3/templates/common.yaml rename to stable/breitbandmessung-de/5.3.0/templates/common.yaml diff --git a/stable/budge/9.2.0/values.yaml b/stable/breitbandmessung-de/5.3.0/values.yaml similarity index 100% rename from stable/budge/9.2.0/values.yaml rename to stable/breitbandmessung-de/5.3.0/values.yaml diff --git a/stable/browserless-chrome/9.1.3/CHANGELOG.md b/stable/browserless-chrome/9.1.3/CHANGELOG.md deleted file mode 100644 index 3feb8295fcb..00000000000 --- a/stable/browserless-chrome/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [browserless-chrome-8.2.1](https://github.com/truecharts/charts/compare/browserless-chrome-8.2.0...browserless-chrome-8.2.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [browserless-chrome-8.2.0](https://github.com/truecharts/charts/compare/browserless-chrome-8.1.12...browserless-chrome-8.2.0) (2024-01-29) - -### Chore - - - -- update container image browserless/chrome to v1.61.1[@efac47c](https://github.com/efac47c) by renovate ([#17690](https://github.com/truecharts/charts/issues/17690)) - - -## [browserless-chrome-8.1.12](https://github.com/truecharts/charts/compare/browserless-chrome-8.1.11...browserless-chrome-8.1.12) (2024-01-29) - -### Chore - - - -- update container image browserless/chrome to v1.61.1[@1562864](https://github.com/1562864) by renovate ([#17662](https://github.com/truecharts/charts/issues/17662)) - - -## [browserless-chrome-8.1.11](https://github.com/truecharts/charts/compare/browserless-chrome-8.1.10...browserless-chrome-8.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [browserless-chrome-8.1.10](https://github.com/truecharts/charts/compare/browserless-chrome-8.1.9...browserless-chrome-8.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [browserless-chrome-8.1.9](https://github.com/truecharts/charts/compare/browserless-chrome-8.1.8...browserless-chrome-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [browserless-chrome-8.1.8](https://github.com/truecharts/charts/compare/browserless-chrome-8.1.7...browserless-chrome-8.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [browserless-chrome-8.1.7](https://github.com/truecharts/charts/compare/browserless-chrome-8.1.6...browserless-chrome-8.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [browserless-chrome-8.1.6](https://github.com/truecharts/charts/compare/browserless-chrome-8.1.5...browserless-chrome-8.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - diff --git a/stable/browserless-chrome/9.1.3/Chart.yaml b/stable/browserless-chrome/9.1.3/Chart.yaml deleted file mode 100644 index 6d4de7bd5db..00000000000 --- a/stable/browserless-chrome/9.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.61.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Browserless is a web-service that allows for remote clients to connect, drive, and execute headless work -home: https://truecharts.org/charts/stable/browserless-chrome -icon: https://truecharts.org/img/hotlink-ok/chart-icons/browserless-chrome.png -keywords: - - browserless - - chrome - - puppeteer -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: browserless-chrome -sources: - - https://docs.browserless.io/docs/docker.html - - https://github.com/truecharts/charts/tree/master/charts/stable/browserless-chrome - - https://hub.docker.com/r/browserless/chrome -type: application -version: 9.1.3 diff --git a/stable/browserless-chrome/9.1.3/charts/common-18.0.3.tgz b/stable/browserless-chrome/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/browserless-chrome/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/bwapp/5.1.3/.helmignore b/stable/browserless-chrome/9.3.0/.helmignore similarity index 100% rename from stable/bwapp/5.1.3/.helmignore rename to stable/browserless-chrome/9.3.0/.helmignore diff --git a/stable/browserless-chrome/9.3.0/CHANGELOG.md b/stable/browserless-chrome/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..a36eca7d1be --- /dev/null +++ b/stable/browserless-chrome/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [browserless-chrome-9.3.0](https://github.com/truecharts/charts/compare/browserless-chrome-9.2.3...browserless-chrome-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [browserless-chrome-9.2.3](https://github.com/truecharts/charts/compare/browserless-chrome-9.2.2...browserless-chrome-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [browserless-chrome-9.2.2](https://github.com/truecharts/charts/compare/browserless-chrome-9.2.0...browserless-chrome-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [browserless-chrome-8.2.1](https://github.com/truecharts/charts/compare/browserless-chrome-8.2.0...browserless-chrome-8.2.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [browserless-chrome-8.2.0](https://github.com/truecharts/charts/compare/browserless-chrome-8.1.12...browserless-chrome-8.2.0) (2024-01-29) + +### Chore + + + +- update container image browserless/chrome to v1.61.1[@efac47c](https://github.com/efac47c) by renovate ([#17690](https://github.com/truecharts/charts/issues/17690)) + + +## [browserless-chrome-8.1.12](https://github.com/truecharts/charts/compare/browserless-chrome-8.1.11...browserless-chrome-8.1.12) (2024-01-29) + +### Chore + + + +- update container image browserless/chrome to v1.61.1[@1562864](https://github.com/1562864) by renovate ([#17662](https://github.com/truecharts/charts/issues/17662)) + + +## [browserless-chrome-8.1.11](https://github.com/truecharts/charts/compare/browserless-chrome-8.1.10...browserless-chrome-8.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [browserless-chrome-8.1.10](https://github.com/truecharts/charts/compare/browserless-chrome-8.1.9...browserless-chrome-8.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [browserless-chrome-8.1.9](https://github.com/truecharts/charts/compare/browserless-chrome-8.1.8...browserless-chrome-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) diff --git a/stable/browserless-chrome/9.3.0/Chart.yaml b/stable/browserless-chrome/9.3.0/Chart.yaml new file mode 100644 index 00000000000..220082d7897 --- /dev/null +++ b/stable/browserless-chrome/9.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.61.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Browserless is a web-service that allows for remote clients to connect, drive, and execute headless work +home: https://truecharts.org/charts/stable/browserless-chrome +icon: https://truecharts.org/img/hotlink-ok/chart-icons/browserless-chrome.png +keywords: + - browserless + - chrome + - puppeteer +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: browserless-chrome +sources: + - https://docs.browserless.io/docs/docker.html + - https://github.com/truecharts/charts/tree/master/charts/stable/browserless-chrome + - https://hub.docker.com/r/browserless/chrome +type: application +version: 9.3.0 diff --git a/stable/browserless-chrome/9.1.3/README.md b/stable/browserless-chrome/9.3.0/README.md similarity index 100% rename from stable/browserless-chrome/9.1.3/README.md rename to stable/browserless-chrome/9.3.0/README.md diff --git a/stable/browserless-chrome/9.3.0/app-changelog.md b/stable/browserless-chrome/9.3.0/app-changelog.md new file mode 100644 index 00000000000..75bd80d35c5 --- /dev/null +++ b/stable/browserless-chrome/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [browserless-chrome-9.3.0](https://github.com/truecharts/charts/compare/browserless-chrome-9.2.3...browserless-chrome-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/browserless-chrome/9.1.3/app-readme.md b/stable/browserless-chrome/9.3.0/app-readme.md similarity index 100% rename from stable/browserless-chrome/9.1.3/app-readme.md rename to stable/browserless-chrome/9.3.0/app-readme.md diff --git a/stable/browserless-chrome/9.3.0/charts/common-18.2.0.tgz b/stable/browserless-chrome/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/browserless-chrome/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/browserless-chrome/9.1.3/ix_values.yaml b/stable/browserless-chrome/9.3.0/ix_values.yaml similarity index 100% rename from stable/browserless-chrome/9.1.3/ix_values.yaml rename to stable/browserless-chrome/9.3.0/ix_values.yaml diff --git a/stable/browserless-chrome/9.1.3/questions.yaml b/stable/browserless-chrome/9.3.0/questions.yaml similarity index 100% rename from stable/browserless-chrome/9.1.3/questions.yaml rename to stable/browserless-chrome/9.3.0/questions.yaml diff --git a/stable/calibre-web/18.2.0/templates/NOTES.txt b/stable/browserless-chrome/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/calibre-web/18.2.0/templates/NOTES.txt rename to stable/browserless-chrome/9.3.0/templates/NOTES.txt diff --git a/stable/budge/9.2.0/templates/common.yaml b/stable/browserless-chrome/9.3.0/templates/common.yaml similarity index 100% rename from stable/budge/9.2.0/templates/common.yaml rename to stable/browserless-chrome/9.3.0/templates/common.yaml diff --git a/stable/bwapp/5.1.3/values.yaml b/stable/browserless-chrome/9.3.0/values.yaml similarity index 100% rename from stable/bwapp/5.1.3/values.yaml rename to stable/browserless-chrome/9.3.0/values.yaml diff --git a/stable/budge/9.2.0/CHANGELOG.md b/stable/budge/9.2.0/CHANGELOG.md deleted file mode 100644 index 523c9228d1e..00000000000 --- a/stable/budge/9.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - -## [budge-8.1.17](https://github.com/truecharts/charts/compare/budge-8.1.16...budge-8.1.17) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/budge to 0.0.9[@bc3baef](https://github.com/bc3baef) by renovate ([#18055](https://github.com/truecharts/charts/issues/18055)) - - -## [budge-8.1.16](https://github.com/truecharts/charts/compare/budge-8.1.15...budge-8.1.16) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/budge to 0.0.9[@1cd85ba](https://github.com/1cd85ba) by renovate ([#17844](https://github.com/truecharts/charts/issues/17844)) - - -## [budge-8.1.15](https://github.com/truecharts/charts/compare/budge-8.1.14...budge-8.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [budge-8.1.14](https://github.com/truecharts/charts/compare/budge-8.1.13...budge-8.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [budge-8.1.13](https://github.com/truecharts/charts/compare/budge-8.1.12...budge-8.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [budge-8.1.12](https://github.com/truecharts/charts/compare/budge-8.1.11...budge-8.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [budge-8.1.11](https://github.com/truecharts/charts/compare/budge-8.1.10...budge-8.1.11) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [budge-8.1.10](https://github.com/truecharts/charts/compare/budge-8.1.9...budge-8.1.10) (2024-01-21) - -### Chore - - diff --git a/stable/budge/9.2.0/Chart.yaml b/stable/budge/9.2.0/Chart.yaml deleted file mode 100644 index ee8c00ca543..00000000000 --- a/stable/budge/9.2.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.0.9 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Budge is an open source 'budgeting with envelopes' personal finance app. -home: https://truecharts.org/charts/stable/budge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/budge.png -keywords: - - finance - - budge -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: budge -sources: - - https://github.com/linuxserver/budge - - https://github.com/linuxserver/docker-BudgE - - https://github.com/truecharts/charts/tree/master/charts/stable/budge - - https://ghcr.io/linuxserver/budge -type: application -version: 9.2.0 diff --git a/stable/budge/9.2.0/charts/common-18.1.2.tgz b/stable/budge/9.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/budge/9.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/budge/9.2.0/ix_values.yaml b/stable/budge/9.2.0/ix_values.yaml deleted file mode 100644 index a3b15bf449d..00000000000 --- a/stable/budge/9.2.0/ix_values.yaml +++ /dev/null @@ -1,31 +0,0 @@ -image: - repository: ghcr.io/linuxserver/budge - tag: 0.0.9@sha256:69a38c259ff110e8019f51ee2e1cdd2bcc03679a60b2aa7235bd29233282d798 - pullPolicy: IfNotPresent -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 10165 - protocol: http - targetPort: 80 -workload: - main: - podSpec: - containers: - main: - env: - NODE_ENV: "production" -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true diff --git a/stable/cadquery-server/5.1.3/.helmignore b/stable/budge/9.3.0/.helmignore similarity index 100% rename from stable/cadquery-server/5.1.3/.helmignore rename to stable/budge/9.3.0/.helmignore diff --git a/stable/budge/9.3.0/CHANGELOG.md b/stable/budge/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..465238bea67 --- /dev/null +++ b/stable/budge/9.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [budge-9.3.0](https://github.com/truecharts/charts/compare/budge-9.2.4...budge-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [budge-9.2.4](https://github.com/truecharts/charts/compare/budge-9.2.3...budge-9.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [budge-9.2.3](https://github.com/truecharts/charts/compare/budge-9.2.1...budge-9.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + +## [budge-8.1.17](https://github.com/truecharts/charts/compare/budge-8.1.16...budge-8.1.17) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/budge to 0.0.9[@bc3baef](https://github.com/bc3baef) by renovate ([#18055](https://github.com/truecharts/charts/issues/18055)) + + +## [budge-8.1.16](https://github.com/truecharts/charts/compare/budge-8.1.15...budge-8.1.16) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/budge to 0.0.9[@1cd85ba](https://github.com/1cd85ba) by renovate ([#17844](https://github.com/truecharts/charts/issues/17844)) + + +## [budge-8.1.15](https://github.com/truecharts/charts/compare/budge-8.1.14...budge-8.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [budge-8.1.14](https://github.com/truecharts/charts/compare/budge-8.1.13...budge-8.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [budge-8.1.13](https://github.com/truecharts/charts/compare/budge-8.1.12...budge-8.1.13) (2024-01-21) + +### Chore \ No newline at end of file diff --git a/stable/budge/9.3.0/Chart.yaml b/stable/budge/9.3.0/Chart.yaml new file mode 100644 index 00000000000..77350039a52 --- /dev/null +++ b/stable/budge/9.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.0.9 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Budge is an open source 'budgeting with envelopes' personal finance app. +home: https://truecharts.org/charts/stable/budge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/budge.png +keywords: + - finance + - budge +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: budge +sources: + - https://github.com/linuxserver/budge + - https://github.com/linuxserver/docker-BudgE + - https://github.com/truecharts/charts/tree/master/charts/stable/budge + - https://ghcr.io/linuxserver/budge +type: application +version: 9.3.0 diff --git a/stable/budge/9.2.0/README.md b/stable/budge/9.3.0/README.md similarity index 100% rename from stable/budge/9.2.0/README.md rename to stable/budge/9.3.0/README.md diff --git a/stable/budge/9.3.0/app-changelog.md b/stable/budge/9.3.0/app-changelog.md new file mode 100644 index 00000000000..9b902c986a4 --- /dev/null +++ b/stable/budge/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [budge-9.3.0](https://github.com/truecharts/charts/compare/budge-9.2.4...budge-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/budge/9.2.0/app-readme.md b/stable/budge/9.3.0/app-readme.md similarity index 100% rename from stable/budge/9.2.0/app-readme.md rename to stable/budge/9.3.0/app-readme.md diff --git a/stable/budge/9.3.0/charts/common-18.2.0.tgz b/stable/budge/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/budge/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/budge/9.3.0/ix_values.yaml b/stable/budge/9.3.0/ix_values.yaml new file mode 100644 index 00000000000..9487e40a9d9 --- /dev/null +++ b/stable/budge/9.3.0/ix_values.yaml @@ -0,0 +1,31 @@ +image: + repository: ghcr.io/linuxserver/budge + tag: 0.0.9@sha256:b86d217dda3fc3c981c4e62cbc60b98a6761a1726adc397cfa1c96515c3273ff + pullPolicy: IfNotPresent +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 10165 + protocol: http + targetPort: 80 +workload: + main: + podSpec: + containers: + main: + env: + NODE_ENV: "production" +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true diff --git a/stable/budge/9.2.0/questions.yaml b/stable/budge/9.3.0/questions.yaml similarity index 100% rename from stable/budge/9.2.0/questions.yaml rename to stable/budge/9.3.0/questions.yaml diff --git a/stable/calibre/14.2.0/templates/NOTES.txt b/stable/budge/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/calibre/14.2.0/templates/NOTES.txt rename to stable/budge/9.3.0/templates/NOTES.txt diff --git a/stable/calibre-web/18.2.0/templates/common.yaml b/stable/budge/9.3.0/templates/common.yaml similarity index 100% rename from stable/calibre-web/18.2.0/templates/common.yaml rename to stable/budge/9.3.0/templates/common.yaml diff --git a/stable/cadquery-server/5.1.3/values.yaml b/stable/budge/9.3.0/values.yaml similarity index 100% rename from stable/cadquery-server/5.1.3/values.yaml rename to stable/budge/9.3.0/values.yaml diff --git a/stable/bwapp/5.1.3/CHANGELOG.md b/stable/bwapp/5.1.3/CHANGELOG.md deleted file mode 100644 index 94b26249372..00000000000 --- a/stable/bwapp/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [bwapp-4.1.12](https://github.com/truecharts/charts/compare/bwapp-4.1.11...bwapp-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [bwapp-4.1.11](https://github.com/truecharts/charts/compare/bwapp-4.1.10...bwapp-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [bwapp-4.1.10](https://github.com/truecharts/charts/compare/bwapp-4.1.9...bwapp-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [bwapp-4.1.9](https://github.com/truecharts/charts/compare/bwapp-4.1.8...bwapp-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [bwapp-4.1.8](https://github.com/truecharts/charts/compare/bwapp-4.1.7...bwapp-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [bwapp-4.1.7](https://github.com/truecharts/charts/compare/bwapp-4.1.6...bwapp-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [bwapp-4.1.6](https://github.com/truecharts/charts/compare/bwapp-4.1.5...bwapp-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [bwapp-4.1.5](https://github.com/truecharts/charts/compare/bwapp-4.1.4...bwapp-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [bwapp-4.1.4](https://github.com/truecharts/charts/compare/bwapp-4.1.3...bwapp-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/bwapp/5.1.3/Chart.yaml b/stable/bwapp/5.1.3/Chart.yaml deleted file mode 100644 index 7a74f2d24d6..00000000000 --- a/stable/bwapp/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: bWAPP, or a buggy web application, is a free and open source deliberately insecure web application. -home: https://truecharts.org/charts/stable/bwapp -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bwapp.png -keywords: - - bwapp - - Tools-Utilities - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: bwapp -sources: - - https://sourceforge.net/projects/bwapp/ - - https://github.com/truecharts/charts/tree/master/charts/stable/bwapp - - https://hub.docker.com/r/raesene/bwapp -type: application -version: 5.1.3 diff --git a/stable/bwapp/5.1.3/charts/common-18.0.3.tgz b/stable/bwapp/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/bwapp/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/calibre-web/18.2.0/.helmignore b/stable/bwapp/5.3.0/.helmignore similarity index 100% rename from stable/calibre-web/18.2.0/.helmignore rename to stable/bwapp/5.3.0/.helmignore diff --git a/stable/bwapp/5.3.0/CHANGELOG.md b/stable/bwapp/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..db5f6f49071 --- /dev/null +++ b/stable/bwapp/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [bwapp-5.3.0](https://github.com/truecharts/charts/compare/bwapp-5.2.3...bwapp-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [bwapp-5.2.3](https://github.com/truecharts/charts/compare/bwapp-5.2.2...bwapp-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [bwapp-5.2.2](https://github.com/truecharts/charts/compare/bwapp-5.2.0...bwapp-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [bwapp-4.1.12](https://github.com/truecharts/charts/compare/bwapp-4.1.11...bwapp-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [bwapp-4.1.11](https://github.com/truecharts/charts/compare/bwapp-4.1.10...bwapp-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [bwapp-4.1.10](https://github.com/truecharts/charts/compare/bwapp-4.1.9...bwapp-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [bwapp-4.1.9](https://github.com/truecharts/charts/compare/bwapp-4.1.8...bwapp-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [bwapp-4.1.8](https://github.com/truecharts/charts/compare/bwapp-4.1.7...bwapp-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [bwapp-4.1.7](https://github.com/truecharts/charts/compare/bwapp-4.1.6...bwapp-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/bwapp/5.3.0/Chart.yaml b/stable/bwapp/5.3.0/Chart.yaml new file mode 100644 index 00000000000..1241baf02c3 --- /dev/null +++ b/stable/bwapp/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: bWAPP, or a buggy web application, is a free and open source deliberately insecure web application. +home: https://truecharts.org/charts/stable/bwapp +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bwapp.png +keywords: + - bwapp + - Tools-Utilities + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: bwapp +sources: + - https://sourceforge.net/projects/bwapp/ + - https://github.com/truecharts/charts/tree/master/charts/stable/bwapp + - https://hub.docker.com/r/raesene/bwapp +type: application +version: 5.3.0 diff --git a/stable/bwapp/5.1.3/README.md b/stable/bwapp/5.3.0/README.md similarity index 100% rename from stable/bwapp/5.1.3/README.md rename to stable/bwapp/5.3.0/README.md diff --git a/stable/bwapp/5.3.0/app-changelog.md b/stable/bwapp/5.3.0/app-changelog.md new file mode 100644 index 00000000000..aae3d88330f --- /dev/null +++ b/stable/bwapp/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [bwapp-5.3.0](https://github.com/truecharts/charts/compare/bwapp-5.2.3...bwapp-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/bwapp/5.1.3/app-readme.md b/stable/bwapp/5.3.0/app-readme.md similarity index 100% rename from stable/bwapp/5.1.3/app-readme.md rename to stable/bwapp/5.3.0/app-readme.md diff --git a/stable/bwapp/5.3.0/charts/common-18.2.0.tgz b/stable/bwapp/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/bwapp/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/bwapp/5.1.3/ix_values.yaml b/stable/bwapp/5.3.0/ix_values.yaml similarity index 100% rename from stable/bwapp/5.1.3/ix_values.yaml rename to stable/bwapp/5.3.0/ix_values.yaml diff --git a/stable/bwapp/5.1.3/questions.yaml b/stable/bwapp/5.3.0/questions.yaml similarity index 100% rename from stable/bwapp/5.1.3/questions.yaml rename to stable/bwapp/5.3.0/questions.yaml diff --git a/stable/bwapp/5.1.3/templates/common.yaml b/stable/bwapp/5.3.0/templates/common.yaml similarity index 100% rename from stable/bwapp/5.1.3/templates/common.yaml rename to stable/bwapp/5.3.0/templates/common.yaml diff --git a/stable/calibre-web/18.2.0/values.yaml b/stable/bwapp/5.3.0/values.yaml similarity index 100% rename from stable/calibre-web/18.2.0/values.yaml rename to stable/bwapp/5.3.0/values.yaml diff --git a/stable/cadquery-server/5.1.3/CHANGELOG.md b/stable/cadquery-server/5.1.3/CHANGELOG.md deleted file mode 100644 index 3ec267408f8..00000000000 --- a/stable/cadquery-server/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [cadquery-server-4.1.12](https://github.com/truecharts/charts/compare/cadquery-server-4.1.11...cadquery-server-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cadquery-server-4.1.11](https://github.com/truecharts/charts/compare/cadquery-server-4.1.10...cadquery-server-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [cadquery-server-4.1.10](https://github.com/truecharts/charts/compare/cadquery-server-4.1.9...cadquery-server-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [cadquery-server-4.1.9](https://github.com/truecharts/charts/compare/cadquery-server-4.1.8...cadquery-server-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [cadquery-server-4.1.8](https://github.com/truecharts/charts/compare/cadquery-server-4.1.7...cadquery-server-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [cadquery-server-4.1.7](https://github.com/truecharts/charts/compare/cadquery-server-4.1.6...cadquery-server-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [cadquery-server-4.1.6](https://github.com/truecharts/charts/compare/cadquery-server-4.1.5...cadquery-server-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [cadquery-server-4.1.5](https://github.com/truecharts/charts/compare/cadquery-server-4.1.4...cadquery-server-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [cadquery-server-4.1.4](https://github.com/truecharts/charts/compare/cadquery-server-4.1.3...cadquery-server-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/cadquery-server/5.1.3/Chart.yaml b/stable/cadquery-server/5.1.3/Chart.yaml deleted file mode 100644 index 1478dcb943c..00000000000 --- a/stable/cadquery-server/5.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized. -home: https://truecharts.org/charts/stable/cadquery-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cadquery-server.png -keywords: - - cadquery-server - - Productivity - - Tools-Utilities - - Other - - Network-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cadquery-server -sources: - - https://github.com/roipoussiere/cadquery - - https://github.com/truecharts/charts/tree/master/charts/stable/cadquery-server - - https://hub.docker.com/r/cadquery/cadquery-server -type: application -version: 5.1.3 diff --git a/stable/cadquery-server/5.1.3/charts/common-18.0.3.tgz b/stable/cadquery-server/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/cadquery-server/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/calibre/14.2.0/.helmignore b/stable/cadquery-server/5.3.0/.helmignore similarity index 100% rename from stable/calibre/14.2.0/.helmignore rename to stable/cadquery-server/5.3.0/.helmignore diff --git a/stable/cadquery-server/5.3.0/CHANGELOG.md b/stable/cadquery-server/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..62d95427fdc --- /dev/null +++ b/stable/cadquery-server/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cadquery-server-5.3.0](https://github.com/truecharts/charts/compare/cadquery-server-5.2.3...cadquery-server-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [cadquery-server-5.2.3](https://github.com/truecharts/charts/compare/cadquery-server-5.2.2...cadquery-server-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [cadquery-server-5.2.2](https://github.com/truecharts/charts/compare/cadquery-server-5.2.0...cadquery-server-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [cadquery-server-4.1.12](https://github.com/truecharts/charts/compare/cadquery-server-4.1.11...cadquery-server-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [cadquery-server-4.1.11](https://github.com/truecharts/charts/compare/cadquery-server-4.1.10...cadquery-server-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [cadquery-server-4.1.10](https://github.com/truecharts/charts/compare/cadquery-server-4.1.9...cadquery-server-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [cadquery-server-4.1.9](https://github.com/truecharts/charts/compare/cadquery-server-4.1.8...cadquery-server-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [cadquery-server-4.1.8](https://github.com/truecharts/charts/compare/cadquery-server-4.1.7...cadquery-server-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [cadquery-server-4.1.7](https://github.com/truecharts/charts/compare/cadquery-server-4.1.6...cadquery-server-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/cadquery-server/5.3.0/Chart.yaml b/stable/cadquery-server/5.3.0/Chart.yaml new file mode 100644 index 00000000000..b8d40c2dd24 --- /dev/null +++ b/stable/cadquery-server/5.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized. +home: https://truecharts.org/charts/stable/cadquery-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cadquery-server.png +keywords: + - cadquery-server + - Productivity + - Tools-Utilities + - Other + - Network-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cadquery-server +sources: + - https://github.com/roipoussiere/cadquery + - https://github.com/truecharts/charts/tree/master/charts/stable/cadquery-server + - https://hub.docker.com/r/cadquery/cadquery-server +type: application +version: 5.3.0 diff --git a/stable/cadquery-server/5.1.3/README.md b/stable/cadquery-server/5.3.0/README.md similarity index 100% rename from stable/cadquery-server/5.1.3/README.md rename to stable/cadquery-server/5.3.0/README.md diff --git a/stable/cadquery-server/5.3.0/app-changelog.md b/stable/cadquery-server/5.3.0/app-changelog.md new file mode 100644 index 00000000000..9aab41c8295 --- /dev/null +++ b/stable/cadquery-server/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [cadquery-server-5.3.0](https://github.com/truecharts/charts/compare/cadquery-server-5.2.3...cadquery-server-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/cadquery-server/5.1.3/app-readme.md b/stable/cadquery-server/5.3.0/app-readme.md similarity index 100% rename from stable/cadquery-server/5.1.3/app-readme.md rename to stable/cadquery-server/5.3.0/app-readme.md diff --git a/stable/cadquery-server/5.3.0/charts/common-18.2.0.tgz b/stable/cadquery-server/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/cadquery-server/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/cadquery-server/5.1.3/ix_values.yaml b/stable/cadquery-server/5.3.0/ix_values.yaml similarity index 100% rename from stable/cadquery-server/5.1.3/ix_values.yaml rename to stable/cadquery-server/5.3.0/ix_values.yaml diff --git a/stable/cadquery-server/5.1.3/questions.yaml b/stable/cadquery-server/5.3.0/questions.yaml similarity index 100% rename from stable/cadquery-server/5.1.3/questions.yaml rename to stable/cadquery-server/5.3.0/questions.yaml diff --git a/stable/cadquery-server/5.1.3/templates/common.yaml b/stable/cadquery-server/5.3.0/templates/common.yaml similarity index 100% rename from stable/cadquery-server/5.1.3/templates/common.yaml rename to stable/cadquery-server/5.3.0/templates/common.yaml diff --git a/stable/calibre/14.2.0/values.yaml b/stable/cadquery-server/5.3.0/values.yaml similarity index 100% rename from stable/calibre/14.2.0/values.yaml rename to stable/cadquery-server/5.3.0/values.yaml diff --git a/stable/calibre-web/18.2.0/CHANGELOG.md b/stable/calibre-web/18.2.0/CHANGELOG.md deleted file mode 100644 index 0259c7b0ed1..00000000000 --- a/stable/calibre-web/18.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - -## [calibre-web-17.1.19](https://github.com/truecharts/charts/compare/calibre-web-17.1.18...calibre-web-17.1.19) (2024-02-12) - -### Chore - - - -- update container image linuxserver/calibre-web to version-0.6.21[@6fbeaa0](https://github.com/6fbeaa0) by renovate ([#18086](https://github.com/truecharts/charts/issues/18086)) - - -## [calibre-web-17.1.18](https://github.com/truecharts/charts/compare/calibre-web-17.1.17...calibre-web-17.1.18) (2024-02-05) - -### Chore - - - -- update container image linuxserver/calibre-web to version-0.6.21[@91832b7](https://github.com/91832b7) by renovate ([#17878](https://github.com/truecharts/charts/issues/17878)) - - -## [calibre-web-17.1.17](https://github.com/truecharts/charts/compare/calibre-web-17.1.16...calibre-web-17.1.17) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [calibre-web-17.1.16](https://github.com/truecharts/charts/compare/calibre-web-17.1.15...calibre-web-17.1.16) (2024-01-29) - -### Chore - - - -- update container image linuxserver/calibre-web to version-0.6.21[@663dece](https://github.com/663dece) by renovate ([#17640](https://github.com/truecharts/charts/issues/17640)) - - -## [calibre-web-17.1.15](https://github.com/truecharts/charts/compare/calibre-web-17.1.14...calibre-web-17.1.15) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [calibre-web-17.1.14](https://github.com/truecharts/charts/compare/calibre-web-17.1.13...calibre-web-17.1.14) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [calibre-web-17.1.13](https://github.com/truecharts/charts/compare/calibre-web-17.1.12...calibre-web-17.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [calibre-web-17.1.12](https://github.com/truecharts/charts/compare/calibre-web-17.1.11...calibre-web-17.1.12) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/calibre-web/18.2.0/Chart.yaml b/stable/calibre-web/18.2.0/Chart.yaml deleted file mode 100644 index 12e8cd61ed9..00000000000 --- a/stable/calibre-web/18.2.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.6.21 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. -home: https://truecharts.org/charts/stable/calibre-web -icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre-web.png -keywords: - - calibre-web - - calibre - - ebook -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: calibre-web -sources: - - https://github.com/janeczku/calibre-web - - https://github.com/truecharts/charts/tree/master/charts/stable/calibre-web - - https://hub.docker.com/r/linuxserver/calibre-web -type: application -version: 18.2.0 diff --git a/stable/calibre-web/18.2.0/charts/common-18.1.2.tgz b/stable/calibre-web/18.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/calibre-web/18.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/calibre-web/18.2.0/ix_values.yaml b/stable/calibre-web/18.2.0/ix_values.yaml deleted file mode 100644 index caf89a3cbcd..00000000000 --- a/stable/calibre-web/18.2.0/ix_values.yaml +++ /dev/null @@ -1,40 +0,0 @@ -image: - repository: linuxserver/calibre-web - pullPolicy: IfNotPresent - tag: version-0.6.21@sha256:ec747903809e544ff791a4c303bf575fa3848cdce1cb4c0f7e7071ec5adf7e2d -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 8083 - protocol: http - targetPort: 8083 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - path: / - readiness: - type: http - path: / - startup: - type: http - path: / - env: {} -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true diff --git a/stable/changedetection-io/2.1.3/.helmignore b/stable/calibre-web/18.3.0/.helmignore similarity index 100% rename from stable/changedetection-io/2.1.3/.helmignore rename to stable/calibre-web/18.3.0/.helmignore diff --git a/stable/calibre-web/18.3.0/CHANGELOG.md b/stable/calibre-web/18.3.0/CHANGELOG.md new file mode 100644 index 00000000000..5fccdf82b84 --- /dev/null +++ b/stable/calibre-web/18.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [calibre-web-18.3.0](https://github.com/truecharts/charts/compare/calibre-web-18.2.4...calibre-web-18.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [calibre-web-18.2.4](https://github.com/truecharts/charts/compare/calibre-web-18.2.3...calibre-web-18.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [calibre-web-18.2.3](https://github.com/truecharts/charts/compare/calibre-web-18.2.1...calibre-web-18.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + +## [calibre-web-17.1.19](https://github.com/truecharts/charts/compare/calibre-web-17.1.18...calibre-web-17.1.19) (2024-02-12) + +### Chore + + + +- update container image linuxserver/calibre-web to version-0.6.21[@6fbeaa0](https://github.com/6fbeaa0) by renovate ([#18086](https://github.com/truecharts/charts/issues/18086)) + + +## [calibre-web-17.1.18](https://github.com/truecharts/charts/compare/calibre-web-17.1.17...calibre-web-17.1.18) (2024-02-05) + +### Chore + + + +- update container image linuxserver/calibre-web to version-0.6.21[@91832b7](https://github.com/91832b7) by renovate ([#17878](https://github.com/truecharts/charts/issues/17878)) + + +## [calibre-web-17.1.17](https://github.com/truecharts/charts/compare/calibre-web-17.1.16...calibre-web-17.1.17) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [calibre-web-17.1.16](https://github.com/truecharts/charts/compare/calibre-web-17.1.15...calibre-web-17.1.16) (2024-01-29) + +### Chore + + + +- update container image linuxserver/calibre-web to version-0.6.21[@663dece](https://github.com/663dece) by renovate ([#17640](https://github.com/truecharts/charts/issues/17640)) + + +## [calibre-web-17.1.15](https://github.com/truecharts/charts/compare/calibre-web-17.1.14...calibre-web-17.1.15) (2024-01-26) + +### Chore + diff --git a/stable/calibre-web/18.3.0/Chart.yaml b/stable/calibre-web/18.3.0/Chart.yaml new file mode 100644 index 00000000000..e53f0567417 --- /dev/null +++ b/stable/calibre-web/18.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.6.21 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. +home: https://truecharts.org/charts/stable/calibre-web +icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre-web.png +keywords: + - calibre-web + - calibre + - ebook +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: calibre-web +sources: + - https://github.com/janeczku/calibre-web + - https://github.com/truecharts/charts/tree/master/charts/stable/calibre-web + - https://hub.docker.com/r/linuxserver/calibre-web +type: application +version: 18.3.0 diff --git a/stable/calibre-web/18.2.0/README.md b/stable/calibre-web/18.3.0/README.md similarity index 100% rename from stable/calibre-web/18.2.0/README.md rename to stable/calibre-web/18.3.0/README.md diff --git a/stable/calibre-web/18.3.0/app-changelog.md b/stable/calibre-web/18.3.0/app-changelog.md new file mode 100644 index 00000000000..a2148f258f4 --- /dev/null +++ b/stable/calibre-web/18.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [calibre-web-18.3.0](https://github.com/truecharts/charts/compare/calibre-web-18.2.4...calibre-web-18.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/calibre-web/18.2.0/app-readme.md b/stable/calibre-web/18.3.0/app-readme.md similarity index 100% rename from stable/calibre-web/18.2.0/app-readme.md rename to stable/calibre-web/18.3.0/app-readme.md diff --git a/stable/calibre-web/18.3.0/charts/common-18.2.0.tgz b/stable/calibre-web/18.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/calibre-web/18.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/calibre-web/18.3.0/ix_values.yaml b/stable/calibre-web/18.3.0/ix_values.yaml new file mode 100644 index 00000000000..f88446ba93b --- /dev/null +++ b/stable/calibre-web/18.3.0/ix_values.yaml @@ -0,0 +1,40 @@ +image: + repository: linuxserver/calibre-web + pullPolicy: IfNotPresent + tag: version-0.6.21@sha256:d2b17bd55becb796ece45e2adec08136ec98098117b73bb221d9e1ae0622703f +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 8083 + protocol: http + targetPort: 8083 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + path: / + readiness: + type: http + path: / + startup: + type: http + path: / + env: {} +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true diff --git a/stable/calibre-web/18.2.0/questions.yaml b/stable/calibre-web/18.3.0/questions.yaml similarity index 100% rename from stable/calibre-web/18.2.0/questions.yaml rename to stable/calibre-web/18.3.0/questions.yaml diff --git a/stable/changedetection-io/2.1.3/templates/NOTES.txt b/stable/calibre-web/18.3.0/templates/NOTES.txt similarity index 100% rename from stable/changedetection-io/2.1.3/templates/NOTES.txt rename to stable/calibre-web/18.3.0/templates/NOTES.txt diff --git a/stable/changedetection-io/2.1.3/templates/common.yaml b/stable/calibre-web/18.3.0/templates/common.yaml similarity index 100% rename from stable/changedetection-io/2.1.3/templates/common.yaml rename to stable/calibre-web/18.3.0/templates/common.yaml diff --git a/stable/changedetection-io/2.1.3/values.yaml b/stable/calibre-web/18.3.0/values.yaml similarity index 100% rename from stable/changedetection-io/2.1.3/values.yaml rename to stable/calibre-web/18.3.0/values.yaml diff --git a/stable/calibre/14.2.0/CHANGELOG.md b/stable/calibre/14.2.0/CHANGELOG.md deleted file mode 100644 index 3ae14a39d21..00000000000 --- a/stable/calibre/14.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -## [calibre-13.4.0](https://github.com/truecharts/charts/compare/calibre-13.3.7...calibre-13.4.0) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/calibre to v7.5.1[@718460f](https://github.com/718460f) by renovate ([#18183](https://github.com/truecharts/charts/issues/18183)) - - -## [calibre-13.3.7](https://github.com/truecharts/charts/compare/calibre-13.3.6...calibre-13.3.7) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/calibre to v[@fe57cc3](https://github.com/fe57cc3) by renovate ([#18056](https://github.com/truecharts/charts/issues/18056)) - - -## [calibre-13.3.6](https://github.com/truecharts/charts/compare/calibre-13.3.5...calibre-13.3.6) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/calibre to 7.4.0[@f372e1a](https://github.com/f372e1a) by renovate ([#17845](https://github.com/truecharts/charts/issues/17845)) - - -## [calibre-13.3.5](https://github.com/truecharts/charts/compare/calibre-13.3.4...calibre-13.3.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [calibre-13.3.4](https://github.com/truecharts/charts/compare/calibre-13.3.3...calibre-13.3.4) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/calibre to 7.4.0[@b2ed61e](https://github.com/b2ed61e) by renovate ([#17601](https://github.com/truecharts/charts/issues/17601)) - - -## [calibre-13.3.3](https://github.com/truecharts/charts/compare/calibre-13.3.2...calibre-13.3.3) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [calibre-13.3.2](https://github.com/truecharts/charts/compare/calibre-13.3.1...calibre-13.3.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) diff --git a/stable/calibre/14.2.0/Chart.yaml b/stable/calibre/14.2.0/Chart.yaml deleted file mode 100644 index 208b8334d6c..00000000000 --- a/stable/calibre/14.2.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 7.5.1 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Calibre is a powerful and easy to use e-book manager. -home: https://truecharts.org/charts/stable/calibre -icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre.png -keywords: - - calibre -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: calibre -sources: - - https://github.com/kovidgoyal/calibre/ - - https://github.com/truecharts/charts/tree/master/charts/stable/calibre - - https://ghcr.io/linuxserver/calibre -type: application -version: 14.2.0 diff --git a/stable/calibre/14.2.0/charts/common-18.1.2.tgz b/stable/calibre/14.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/calibre/14.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/calibre/14.2.0/ix_values.yaml b/stable/calibre/14.2.0/ix_values.yaml deleted file mode 100644 index 1a2956096bc..00000000000 --- a/stable/calibre/14.2.0/ix_values.yaml +++ /dev/null @@ -1,44 +0,0 @@ -image: - repository: ghcr.io/linuxserver/calibre - tag: 7.5.1@sha256:7c98c0a2c7ba1aba16d2f3f4aa9fd2a67798567d42db24a27f255df22356ea2b - pullPolicy: IfNotPresent -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 8084 - protocol: http - targetPort: 8080 - webserver: - enabled: true - ports: - webserver: - enabled: true - port: 8081 - protocol: http - targetPort: 8081 -ingress: - webserver: - targetSelector: - webserver: webserver -workload: - main: - podSpec: - containers: - main: - env: - CLI_ARGS: - PASSWORD: "" -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true diff --git a/stable/channels-dvr/6.1.3/.helmignore b/stable/calibre/14.4.0/.helmignore similarity index 100% rename from stable/channels-dvr/6.1.3/.helmignore rename to stable/calibre/14.4.0/.helmignore diff --git a/stable/calibre/14.4.0/CHANGELOG.md b/stable/calibre/14.4.0/CHANGELOG.md new file mode 100644 index 00000000000..685dc86cd71 --- /dev/null +++ b/stable/calibre/14.4.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [calibre-14.4.0](https://github.com/truecharts/charts/compare/calibre-14.3.3...calibre-14.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [calibre-14.3.3](https://github.com/truecharts/charts/compare/calibre-14.3.2...calibre-14.3.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [calibre-14.3.2](https://github.com/truecharts/charts/compare/calibre-14.3.0...calibre-14.3.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## [calibre-13.4.0](https://github.com/truecharts/charts/compare/calibre-13.3.7...calibre-13.4.0) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/calibre to v7.5.1[@718460f](https://github.com/718460f) by renovate ([#18183](https://github.com/truecharts/charts/issues/18183)) + + +## [calibre-13.3.7](https://github.com/truecharts/charts/compare/calibre-13.3.6...calibre-13.3.7) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/calibre to v[@fe57cc3](https://github.com/fe57cc3) by renovate ([#18056](https://github.com/truecharts/charts/issues/18056)) + + +## [calibre-13.3.6](https://github.com/truecharts/charts/compare/calibre-13.3.5...calibre-13.3.6) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/calibre to 7.4.0[@f372e1a](https://github.com/f372e1a) by renovate ([#17845](https://github.com/truecharts/charts/issues/17845)) + + +## [calibre-13.3.5](https://github.com/truecharts/charts/compare/calibre-13.3.4...calibre-13.3.5) (2024-02-03) + +### Chore + diff --git a/stable/calibre/14.4.0/Chart.yaml b/stable/calibre/14.4.0/Chart.yaml new file mode 100644 index 00000000000..afc2eb01631 --- /dev/null +++ b/stable/calibre/14.4.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 7.6.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Calibre is a powerful and easy to use e-book manager. +home: https://truecharts.org/charts/stable/calibre +icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre.png +keywords: + - calibre +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: calibre +sources: + - https://github.com/kovidgoyal/calibre/ + - https://github.com/truecharts/charts/tree/master/charts/stable/calibre + - https://ghcr.io/linuxserver/calibre +type: application +version: 14.4.0 diff --git a/stable/calibre/14.2.0/README.md b/stable/calibre/14.4.0/README.md similarity index 100% rename from stable/calibre/14.2.0/README.md rename to stable/calibre/14.4.0/README.md diff --git a/stable/calibre/14.4.0/app-changelog.md b/stable/calibre/14.4.0/app-changelog.md new file mode 100644 index 00000000000..4c4e4a9f7e8 --- /dev/null +++ b/stable/calibre/14.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [calibre-14.4.0](https://github.com/truecharts/charts/compare/calibre-14.3.3...calibre-14.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/calibre/14.2.0/app-readme.md b/stable/calibre/14.4.0/app-readme.md similarity index 100% rename from stable/calibre/14.2.0/app-readme.md rename to stable/calibre/14.4.0/app-readme.md diff --git a/stable/calibre/14.4.0/charts/common-18.2.0.tgz b/stable/calibre/14.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/calibre/14.4.0/charts/common-18.2.0.tgz differ diff --git a/stable/calibre/14.4.0/ix_values.yaml b/stable/calibre/14.4.0/ix_values.yaml new file mode 100644 index 00000000000..4a154b12960 --- /dev/null +++ b/stable/calibre/14.4.0/ix_values.yaml @@ -0,0 +1,44 @@ +image: + repository: ghcr.io/linuxserver/calibre + tag: 7.6.0@sha256:a7f390bc80da8214ba63fed457e3ff73542f89f527ea43c164ca58323464ef7a + pullPolicy: IfNotPresent +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 8084 + protocol: http + targetPort: 8080 + webserver: + enabled: true + ports: + webserver: + enabled: true + port: 8081 + protocol: http + targetPort: 8081 +ingress: + webserver: + targetSelector: + webserver: webserver +workload: + main: + podSpec: + containers: + main: + env: + CLI_ARGS: + PASSWORD: "" +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true diff --git a/stable/calibre/14.2.0/questions.yaml b/stable/calibre/14.4.0/questions.yaml similarity index 100% rename from stable/calibre/14.2.0/questions.yaml rename to stable/calibre/14.4.0/questions.yaml diff --git a/stable/channels-dvr/6.1.3/templates/NOTES.txt b/stable/calibre/14.4.0/templates/NOTES.txt similarity index 100% rename from stable/channels-dvr/6.1.3/templates/NOTES.txt rename to stable/calibre/14.4.0/templates/NOTES.txt diff --git a/stable/calibre/14.2.0/templates/common.yaml b/stable/calibre/14.4.0/templates/common.yaml similarity index 100% rename from stable/calibre/14.2.0/templates/common.yaml rename to stable/calibre/14.4.0/templates/common.yaml diff --git a/stable/channels-dvr/6.1.3/values.yaml b/stable/calibre/14.4.0/values.yaml similarity index 100% rename from stable/channels-dvr/6.1.3/values.yaml rename to stable/calibre/14.4.0/values.yaml diff --git a/stable/changedetection-io/2.1.3/CHANGELOG.md b/stable/changedetection-io/2.1.3/CHANGELOG.md deleted file mode 100644 index f2e7dbaae87..00000000000 --- a/stable/changedetection-io/2.1.3/CHANGELOG.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [changedetection-io-1.0.0](https://github.com/truecharts/charts/compare/changedetection-io-0.0.1...changedetection-io-1.0.0) (2024-02-10) - -### Feat - - - -- Move to Stable ([#18010](https://github.com/truecharts/charts/issues/18010)) \ No newline at end of file diff --git a/stable/changedetection-io/2.1.3/Chart.yaml b/stable/changedetection-io/2.1.3/Chart.yaml deleted file mode 100644 index 18fc8fc30e3..00000000000 --- a/stable/changedetection-io/2.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.45.14 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The best and simplest free open source website change detection, website watcher, restock monitor and notification service -home: https://truecharts.org/charts/stable/changedetection-io -icon: https://truecharts.org/img/hotlink-ok/chart-icons/changedetection-io.png -keywords: - - monitoring - - changedection - - website watcher -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: changedetection-io -sources: - - https://github.com/dgtlmoon/changedetection.io/tree/master - - https://changedetection.io/ - - https://github.com/truecharts/charts/tree/master/charts/stable/changedetection-io - - https://ghcr.io/dgtlmoon/changedetection.io -type: application -version: 2.1.3 diff --git a/stable/changedetection-io/2.1.3/charts/common-18.0.3.tgz b/stable/changedetection-io/2.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/changedetection-io/2.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/chevereto/12.3.0/.helmignore b/stable/changedetection-io/2.3.0/.helmignore similarity index 100% rename from stable/chevereto/12.3.0/.helmignore rename to stable/changedetection-io/2.3.0/.helmignore diff --git a/stable/changedetection-io/2.3.0/CHANGELOG.md b/stable/changedetection-io/2.3.0/CHANGELOG.md new file mode 100644 index 00000000000..18647a94815 --- /dev/null +++ b/stable/changedetection-io/2.3.0/CHANGELOG.md @@ -0,0 +1,54 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [changedetection-io-2.3.0](https://github.com/truecharts/charts/compare/changedetection-io-2.2.3...changedetection-io-2.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [changedetection-io-2.2.3](https://github.com/truecharts/charts/compare/changedetection-io-2.2.2...changedetection-io-2.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [changedetection-io-2.2.2](https://github.com/truecharts/charts/compare/changedetection-io-2.2.0...changedetection-io-2.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [changedetection-io-1.0.0](https://github.com/truecharts/charts/compare/changedetection-io-0.0.1...changedetection-io-1.0.0) (2024-02-10) + +### Feat + + + +- Move to Stable ([#18010](https://github.com/truecharts/charts/issues/18010)) \ No newline at end of file diff --git a/stable/changedetection-io/2.3.0/Chart.yaml b/stable/changedetection-io/2.3.0/Chart.yaml new file mode 100644 index 00000000000..c92c436316a --- /dev/null +++ b/stable/changedetection-io/2.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.45.14 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The best and simplest free open source website change detection, website watcher, restock monitor and notification service +home: https://truecharts.org/charts/stable/changedetection-io +icon: https://truecharts.org/img/hotlink-ok/chart-icons/changedetection-io.png +keywords: + - monitoring + - changedection + - website watcher +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: changedetection-io +sources: + - https://github.com/dgtlmoon/changedetection.io/tree/master + - https://changedetection.io/ + - https://github.com/truecharts/charts/tree/master/charts/stable/changedetection-io + - https://ghcr.io/dgtlmoon/changedetection.io +type: application +version: 2.3.0 diff --git a/stable/changedetection-io/2.1.3/README.md b/stable/changedetection-io/2.3.0/README.md similarity index 100% rename from stable/changedetection-io/2.1.3/README.md rename to stable/changedetection-io/2.3.0/README.md diff --git a/stable/changedetection-io/2.3.0/app-changelog.md b/stable/changedetection-io/2.3.0/app-changelog.md new file mode 100644 index 00000000000..99714b91792 --- /dev/null +++ b/stable/changedetection-io/2.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [changedetection-io-2.3.0](https://github.com/truecharts/charts/compare/changedetection-io-2.2.3...changedetection-io-2.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/changedetection-io/2.1.3/app-readme.md b/stable/changedetection-io/2.3.0/app-readme.md similarity index 100% rename from stable/changedetection-io/2.1.3/app-readme.md rename to stable/changedetection-io/2.3.0/app-readme.md diff --git a/stable/changedetection-io/2.3.0/charts/common-18.2.0.tgz b/stable/changedetection-io/2.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/changedetection-io/2.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/changedetection-io/2.1.3/ix_values.yaml b/stable/changedetection-io/2.3.0/ix_values.yaml similarity index 100% rename from stable/changedetection-io/2.1.3/ix_values.yaml rename to stable/changedetection-io/2.3.0/ix_values.yaml diff --git a/stable/changedetection-io/2.1.3/questions.yaml b/stable/changedetection-io/2.3.0/questions.yaml similarity index 100% rename from stable/changedetection-io/2.1.3/questions.yaml rename to stable/changedetection-io/2.3.0/questions.yaml diff --git a/stable/chevereto/12.3.0/templates/NOTES.txt b/stable/changedetection-io/2.3.0/templates/NOTES.txt similarity index 100% rename from stable/chevereto/12.3.0/templates/NOTES.txt rename to stable/changedetection-io/2.3.0/templates/NOTES.txt diff --git a/stable/channels-dvr/6.1.3/templates/common.yaml b/stable/changedetection-io/2.3.0/templates/common.yaml similarity index 100% rename from stable/channels-dvr/6.1.3/templates/common.yaml rename to stable/changedetection-io/2.3.0/templates/common.yaml diff --git a/stable/chevereto/12.3.0/values.yaml b/stable/changedetection-io/2.3.0/values.yaml similarity index 100% rename from stable/chevereto/12.3.0/values.yaml rename to stable/changedetection-io/2.3.0/values.yaml diff --git a/stable/channels-dvr/6.1.3/CHANGELOG.md b/stable/channels-dvr/6.1.3/CHANGELOG.md deleted file mode 100644 index f8fb73084d8..00000000000 --- a/stable/channels-dvr/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [channels-dvr-5.1.13](https://github.com/truecharts/charts/compare/channels-dvr-5.1.12...channels-dvr-5.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [channels-dvr-5.1.12](https://github.com/truecharts/charts/compare/channels-dvr-5.1.11...channels-dvr-5.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [channels-dvr-5.1.11](https://github.com/truecharts/charts/compare/channels-dvr-5.1.10...channels-dvr-5.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [channels-dvr-5.1.10](https://github.com/truecharts/charts/compare/channels-dvr-5.1.9...channels-dvr-5.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [channels-dvr-5.1.9](https://github.com/truecharts/charts/compare/channels-dvr-5.1.8...channels-dvr-5.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [channels-dvr-5.1.8](https://github.com/truecharts/charts/compare/channels-dvr-5.1.7...channels-dvr-5.1.8) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [channels-dvr-5.1.7](https://github.com/truecharts/charts/compare/channels-dvr-5.1.6...channels-dvr-5.1.7) (2024-01-08) - -### Chore - - - -- update container image fancybits/channels-dvr to tve[@e59b99d](https://github.com/e59b99d) by renovate ([#16930](https://github.com/truecharts/charts/issues/16930)) - -- update container image fancybits/channels-dvr to latest[@b6a26f2](https://github.com/b6a26f2) by renovate ([#16929](https://github.com/truecharts/charts/issues/16929)) - - -## [channels-dvr-5.1.6](https://github.com/truecharts/charts/compare/channels-dvr-5.1.5...channels-dvr-5.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [channels-dvr-5.1.5](https://github.com/truecharts/charts/compare/channels-dvr-5.1.4...channels-dvr-5.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) \ No newline at end of file diff --git a/stable/channels-dvr/6.1.3/Chart.yaml b/stable/channels-dvr/6.1.3/Chart.yaml deleted file mode 100644 index 6c5cd301225..00000000000 --- a/stable/channels-dvr/6.1.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Channels DVR Server -home: https://truecharts.org/charts/stable/channels-dvr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/channels-dvr.png -keywords: - - channels-dvr -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: channels-dvr -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/channels-dvr - - https://hub.docker.com/r/fancybits/channels-dvr -type: application -version: 6.1.3 diff --git a/stable/channels-dvr/6.1.3/charts/common-18.0.3.tgz b/stable/channels-dvr/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/channels-dvr/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/chivalry-medievalwarfare/5.1.3/.helmignore b/stable/channels-dvr/6.3.0/.helmignore similarity index 100% rename from stable/chivalry-medievalwarfare/5.1.3/.helmignore rename to stable/channels-dvr/6.3.0/.helmignore diff --git a/stable/channels-dvr/6.3.0/CHANGELOG.md b/stable/channels-dvr/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..56360d6aece --- /dev/null +++ b/stable/channels-dvr/6.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [channels-dvr-6.3.0](https://github.com/truecharts/charts/compare/channels-dvr-6.2.3...channels-dvr-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [channels-dvr-6.2.3](https://github.com/truecharts/charts/compare/channels-dvr-6.2.2...channels-dvr-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [channels-dvr-6.2.2](https://github.com/truecharts/charts/compare/channels-dvr-6.2.0...channels-dvr-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [channels-dvr-5.1.13](https://github.com/truecharts/charts/compare/channels-dvr-5.1.12...channels-dvr-5.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [channels-dvr-5.1.12](https://github.com/truecharts/charts/compare/channels-dvr-5.1.11...channels-dvr-5.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [channels-dvr-5.1.11](https://github.com/truecharts/charts/compare/channels-dvr-5.1.10...channels-dvr-5.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [channels-dvr-5.1.10](https://github.com/truecharts/charts/compare/channels-dvr-5.1.9...channels-dvr-5.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [channels-dvr-5.1.9](https://github.com/truecharts/charts/compare/channels-dvr-5.1.8...channels-dvr-5.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [channels-dvr-5.1.8](https://github.com/truecharts/charts/compare/channels-dvr-5.1.7...channels-dvr-5.1.8) (2024-01-09) + +### Chore + + diff --git a/stable/channels-dvr/6.3.0/Chart.yaml b/stable/channels-dvr/6.3.0/Chart.yaml new file mode 100644 index 00000000000..578794cd219 --- /dev/null +++ b/stable/channels-dvr/6.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Channels DVR Server +home: https://truecharts.org/charts/stable/channels-dvr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/channels-dvr.png +keywords: + - channels-dvr +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: channels-dvr +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/channels-dvr + - https://hub.docker.com/r/fancybits/channels-dvr +type: application +version: 6.3.0 diff --git a/stable/channels-dvr/6.1.3/README.md b/stable/channels-dvr/6.3.0/README.md similarity index 100% rename from stable/channels-dvr/6.1.3/README.md rename to stable/channels-dvr/6.3.0/README.md diff --git a/stable/channels-dvr/6.3.0/app-changelog.md b/stable/channels-dvr/6.3.0/app-changelog.md new file mode 100644 index 00000000000..9601c25ae74 --- /dev/null +++ b/stable/channels-dvr/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [channels-dvr-6.3.0](https://github.com/truecharts/charts/compare/channels-dvr-6.2.3...channels-dvr-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/channels-dvr/6.1.3/app-readme.md b/stable/channels-dvr/6.3.0/app-readme.md similarity index 100% rename from stable/channels-dvr/6.1.3/app-readme.md rename to stable/channels-dvr/6.3.0/app-readme.md diff --git a/stable/channels-dvr/6.3.0/charts/common-18.2.0.tgz b/stable/channels-dvr/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/channels-dvr/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/channels-dvr/6.1.3/ix_values.yaml b/stable/channels-dvr/6.3.0/ix_values.yaml similarity index 100% rename from stable/channels-dvr/6.1.3/ix_values.yaml rename to stable/channels-dvr/6.3.0/ix_values.yaml diff --git a/stable/channels-dvr/6.1.3/questions.yaml b/stable/channels-dvr/6.3.0/questions.yaml similarity index 100% rename from stable/channels-dvr/6.1.3/questions.yaml rename to stable/channels-dvr/6.3.0/questions.yaml diff --git a/stable/chroma/2.2.0/templates/NOTES.txt b/stable/channels-dvr/6.3.0/templates/NOTES.txt similarity index 100% rename from stable/chroma/2.2.0/templates/NOTES.txt rename to stable/channels-dvr/6.3.0/templates/NOTES.txt diff --git a/stable/chevereto/12.3.0/templates/common.yaml b/stable/channels-dvr/6.3.0/templates/common.yaml similarity index 100% rename from stable/chevereto/12.3.0/templates/common.yaml rename to stable/channels-dvr/6.3.0/templates/common.yaml diff --git a/stable/chivalry-medievalwarfare/5.1.3/values.yaml b/stable/channels-dvr/6.3.0/values.yaml similarity index 100% rename from stable/chivalry-medievalwarfare/5.1.3/values.yaml rename to stable/channels-dvr/6.3.0/values.yaml diff --git a/stable/chevereto/12.3.0/CHANGELOG.md b/stable/chevereto/12.3.0/CHANGELOG.md deleted file mode 100644 index 893ec28a2f5..00000000000 --- a/stable/chevereto/12.3.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - -## [chevereto-11.1.15](https://github.com/truecharts/charts/compare/chevereto-11.1.14...chevereto-11.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [chevereto-11.1.14](https://github.com/truecharts/charts/compare/chevereto-11.1.13...chevereto-11.1.14) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [chevereto-11.1.13](https://github.com/truecharts/charts/compare/chevereto-11.1.12...chevereto-11.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [chevereto-11.1.12](https://github.com/truecharts/charts/compare/chevereto-11.1.11...chevereto-11.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [chevereto-11.1.11](https://github.com/truecharts/charts/compare/chevereto-11.1.10...chevereto-11.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [chevereto-11.1.10](https://github.com/truecharts/charts/compare/chevereto-11.1.9...chevereto-11.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [chevereto-11.1.9](https://github.com/truecharts/charts/compare/chevereto-11.1.8...chevereto-11.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [chevereto-11.1.8](https://github.com/truecharts/charts/compare/chevereto-11.1.7...chevereto-11.1.8) (2024-01-02) - -### Chore - - - -- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820)) - - -## [chevereto-11.1.7](https://github.com/truecharts/charts/compare/chevereto-11.1.6...chevereto-11.1.7) (2024-01-02) - -### Chore \ No newline at end of file diff --git a/stable/chevereto/12.3.0/Chart.yaml b/stable/chevereto/12.3.0/Chart.yaml deleted file mode 100644 index b811b130710..00000000000 --- a/stable/chevereto/12.3.0/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.6.2 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.0.0 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Chevereto is an image hosting software that allows you to create a beautiful and full-featured image hosting website on your own server. -home: https://truecharts.org/charts/stable/chevereto -icon: https://truecharts.org/img/hotlink-ok/chart-icons/chevereto.png -keywords: - - chevereto -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: chevereto -sources: - - https://github.com/rodber/chevereto-free - - https://chevereto-free.github.io/setup/system/environment.html#image-handling-variables - - https://github.com/truecharts/charts/tree/master/charts/stable/chevereto - - https://ghcr.io/rodber/chevereto-free -type: application -version: 12.3.0 diff --git a/stable/chevereto/12.3.0/charts/common-18.1.2.tgz b/stable/chevereto/12.3.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/chevereto/12.3.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/chevereto/12.3.0/charts/mariadb-13.0.0.tgz b/stable/chevereto/12.3.0/charts/mariadb-13.0.0.tgz deleted file mode 100644 index 564d2d213b7..00000000000 Binary files a/stable/chevereto/12.3.0/charts/mariadb-13.0.0.tgz and /dev/null differ diff --git a/stable/chowdown/5.1.3/.helmignore b/stable/chevereto/12.5.0/.helmignore similarity index 100% rename from stable/chowdown/5.1.3/.helmignore rename to stable/chevereto/12.5.0/.helmignore diff --git a/stable/chevereto/12.5.0/CHANGELOG.md b/stable/chevereto/12.5.0/CHANGELOG.md new file mode 100644 index 00000000000..3ae253594bf --- /dev/null +++ b/stable/chevereto/12.5.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [chevereto-12.5.0](https://github.com/truecharts/charts/compare/chevereto-12.4.3...chevereto-12.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [chevereto-12.4.3](https://github.com/truecharts/charts/compare/chevereto-12.4.2...chevereto-12.4.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [chevereto-12.4.2](https://github.com/truecharts/charts/compare/chevereto-12.4.0...chevereto-12.4.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + +## [chevereto-11.1.15](https://github.com/truecharts/charts/compare/chevereto-11.1.14...chevereto-11.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [chevereto-11.1.14](https://github.com/truecharts/charts/compare/chevereto-11.1.13...chevereto-11.1.14) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [chevereto-11.1.13](https://github.com/truecharts/charts/compare/chevereto-11.1.12...chevereto-11.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [chevereto-11.1.12](https://github.com/truecharts/charts/compare/chevereto-11.1.11...chevereto-11.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [chevereto-11.1.11](https://github.com/truecharts/charts/compare/chevereto-11.1.10...chevereto-11.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [chevereto-11.1.10](https://github.com/truecharts/charts/compare/chevereto-11.1.9...chevereto-11.1.10) (2024-01-21) diff --git a/stable/chevereto/12.5.0/Chart.yaml b/stable/chevereto/12.5.0/Chart.yaml new file mode 100644 index 00000000000..b6b4d3db039 --- /dev/null +++ b/stable/chevereto/12.5.0/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.6.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.2.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chevereto is an image hosting software that allows you to create a beautiful and full-featured image hosting website on your own server. +home: https://truecharts.org/charts/stable/chevereto +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chevereto.png +keywords: + - chevereto +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: chevereto +sources: + - https://github.com/rodber/chevereto-free + - https://chevereto-free.github.io/setup/system/environment.html#image-handling-variables + - https://github.com/truecharts/charts/tree/master/charts/stable/chevereto + - https://ghcr.io/rodber/chevereto-free +type: application +version: 12.5.0 diff --git a/stable/chevereto/12.3.0/README.md b/stable/chevereto/12.5.0/README.md similarity index 100% rename from stable/chevereto/12.3.0/README.md rename to stable/chevereto/12.5.0/README.md diff --git a/stable/chevereto/12.5.0/app-changelog.md b/stable/chevereto/12.5.0/app-changelog.md new file mode 100644 index 00000000000..c83afda5545 --- /dev/null +++ b/stable/chevereto/12.5.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [chevereto-12.5.0](https://github.com/truecharts/charts/compare/chevereto-12.4.3...chevereto-12.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/chevereto/12.3.0/app-readme.md b/stable/chevereto/12.5.0/app-readme.md similarity index 100% rename from stable/chevereto/12.3.0/app-readme.md rename to stable/chevereto/12.5.0/app-readme.md diff --git a/stable/chevereto/12.5.0/charts/common-18.2.0.tgz b/stable/chevereto/12.5.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/chevereto/12.5.0/charts/common-18.2.0.tgz differ diff --git a/stable/chevereto/12.5.0/charts/mariadb-13.2.0.tgz b/stable/chevereto/12.5.0/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/chevereto/12.5.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/chevereto/12.3.0/ix_values.yaml b/stable/chevereto/12.5.0/ix_values.yaml similarity index 100% rename from stable/chevereto/12.3.0/ix_values.yaml rename to stable/chevereto/12.5.0/ix_values.yaml diff --git a/stable/chevereto/12.3.0/questions.yaml b/stable/chevereto/12.5.0/questions.yaml similarity index 100% rename from stable/chevereto/12.3.0/questions.yaml rename to stable/chevereto/12.5.0/questions.yaml diff --git a/stable/chronos/8.1.3/templates/NOTES.txt b/stable/chevereto/12.5.0/templates/NOTES.txt similarity index 100% rename from stable/chronos/8.1.3/templates/NOTES.txt rename to stable/chevereto/12.5.0/templates/NOTES.txt diff --git a/stable/chroma/2.2.0/templates/common.yaml b/stable/chevereto/12.5.0/templates/common.yaml similarity index 100% rename from stable/chroma/2.2.0/templates/common.yaml rename to stable/chevereto/12.5.0/templates/common.yaml diff --git a/stable/chowdown/5.1.3/values.yaml b/stable/chevereto/12.5.0/values.yaml similarity index 100% rename from stable/chowdown/5.1.3/values.yaml rename to stable/chevereto/12.5.0/values.yaml diff --git a/stable/chivalry-medievalwarfare/5.1.3/CHANGELOG.md b/stable/chivalry-medievalwarfare/5.1.3/CHANGELOG.md deleted file mode 100644 index 6ea9c8302a1..00000000000 --- a/stable/chivalry-medievalwarfare/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [chivalry-medievalwarfare-4.1.12](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-4.1.11...chivalry-medievalwarfare-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [chivalry-medievalwarfare-4.1.11](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-4.1.10...chivalry-medievalwarfare-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [chivalry-medievalwarfare-4.1.10](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-4.1.9...chivalry-medievalwarfare-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [chivalry-medievalwarfare-4.1.9](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-4.1.8...chivalry-medievalwarfare-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [chivalry-medievalwarfare-4.1.8](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-4.1.7...chivalry-medievalwarfare-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [chivalry-medievalwarfare-4.1.7](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-4.1.6...chivalry-medievalwarfare-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [chivalry-medievalwarfare-4.1.6](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-4.1.5...chivalry-medievalwarfare-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [chivalry-medievalwarfare-4.1.5](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-4.1.4...chivalry-medievalwarfare-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [chivalry-medievalwarfare-4.1.4](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-4.1.3...chivalry-medievalwarfare-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/chivalry-medievalwarfare/5.1.3/Chart.yaml b/stable/chivalry-medievalwarfare/5.1.3/Chart.yaml deleted file mode 100644 index e1b8b5ab3e0..00000000000 --- a/stable/chivalry-medievalwarfare/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: chialrymw -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Chivalry: Medieval Warfare and run it." -home: https://truecharts.org/charts/stable/chivalry-medievalwarfare -icon: https://truecharts.org/img/hotlink-ok/chart-icons/chivalry-medievalwarfare.png -keywords: - - chivalry-medievalwarfare - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: chivalry-medievalwarfare -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/chivalry-medievalwarfare - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/chivalry-medievalwarfare/5.1.3/charts/common-18.0.3.tgz b/stable/chivalry-medievalwarfare/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/chivalry-medievalwarfare/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/chroma/2.2.0/.helmignore b/stable/chivalry-medievalwarfare/5.3.0/.helmignore similarity index 100% rename from stable/chroma/2.2.0/.helmignore rename to stable/chivalry-medievalwarfare/5.3.0/.helmignore diff --git a/stable/chivalry-medievalwarfare/5.3.0/CHANGELOG.md b/stable/chivalry-medievalwarfare/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..dfedf95abec --- /dev/null +++ b/stable/chivalry-medievalwarfare/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [chivalry-medievalwarfare-5.3.0](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.2.3...chivalry-medievalwarfare-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [chivalry-medievalwarfare-5.2.3](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.2.2...chivalry-medievalwarfare-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [chivalry-medievalwarfare-5.2.2](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.2.0...chivalry-medievalwarfare-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [chivalry-medievalwarfare-4.1.12](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-4.1.11...chivalry-medievalwarfare-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [chivalry-medievalwarfare-4.1.11](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-4.1.10...chivalry-medievalwarfare-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [chivalry-medievalwarfare-4.1.10](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-4.1.9...chivalry-medievalwarfare-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [chivalry-medievalwarfare-4.1.9](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-4.1.8...chivalry-medievalwarfare-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [chivalry-medievalwarfare-4.1.8](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-4.1.7...chivalry-medievalwarfare-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [chivalry-medievalwarfare-4.1.7](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-4.1.6...chivalry-medievalwarfare-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/chivalry-medievalwarfare/5.3.0/Chart.yaml b/stable/chivalry-medievalwarfare/5.3.0/Chart.yaml new file mode 100644 index 00000000000..371e4e3dd32 --- /dev/null +++ b/stable/chivalry-medievalwarfare/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: chialrymw +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Chivalry: Medieval Warfare and run it." +home: https://truecharts.org/charts/stable/chivalry-medievalwarfare +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chivalry-medievalwarfare.png +keywords: + - chivalry-medievalwarfare + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: chivalry-medievalwarfare +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/chivalry-medievalwarfare + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/chivalry-medievalwarfare/5.1.3/README.md b/stable/chivalry-medievalwarfare/5.3.0/README.md similarity index 100% rename from stable/chivalry-medievalwarfare/5.1.3/README.md rename to stable/chivalry-medievalwarfare/5.3.0/README.md diff --git a/stable/chivalry-medievalwarfare/5.3.0/app-changelog.md b/stable/chivalry-medievalwarfare/5.3.0/app-changelog.md new file mode 100644 index 00000000000..75965963a7f --- /dev/null +++ b/stable/chivalry-medievalwarfare/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [chivalry-medievalwarfare-5.3.0](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.2.3...chivalry-medievalwarfare-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/chivalry-medievalwarfare/5.1.3/app-readme.md b/stable/chivalry-medievalwarfare/5.3.0/app-readme.md similarity index 100% rename from stable/chivalry-medievalwarfare/5.1.3/app-readme.md rename to stable/chivalry-medievalwarfare/5.3.0/app-readme.md diff --git a/stable/chivalry-medievalwarfare/5.3.0/charts/common-18.2.0.tgz b/stable/chivalry-medievalwarfare/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/chivalry-medievalwarfare/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/chivalry-medievalwarfare/5.1.3/ix_values.yaml b/stable/chivalry-medievalwarfare/5.3.0/ix_values.yaml similarity index 100% rename from stable/chivalry-medievalwarfare/5.1.3/ix_values.yaml rename to stable/chivalry-medievalwarfare/5.3.0/ix_values.yaml diff --git a/stable/chivalry-medievalwarfare/5.1.3/questions.yaml b/stable/chivalry-medievalwarfare/5.3.0/questions.yaml similarity index 100% rename from stable/chivalry-medievalwarfare/5.1.3/questions.yaml rename to stable/chivalry-medievalwarfare/5.3.0/questions.yaml diff --git a/stable/chivalry-medievalwarfare/5.1.3/templates/common.yaml b/stable/chivalry-medievalwarfare/5.3.0/templates/common.yaml similarity index 100% rename from stable/chivalry-medievalwarfare/5.1.3/templates/common.yaml rename to stable/chivalry-medievalwarfare/5.3.0/templates/common.yaml diff --git a/stable/chroma/2.2.0/values.yaml b/stable/chivalry-medievalwarfare/5.3.0/values.yaml similarity index 100% rename from stable/chroma/2.2.0/values.yaml rename to stable/chivalry-medievalwarfare/5.3.0/values.yaml diff --git a/stable/chowdown/5.1.3/CHANGELOG.md b/stable/chowdown/5.1.3/CHANGELOG.md deleted file mode 100644 index fac1ed4a55d..00000000000 --- a/stable/chowdown/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [chowdown-4.1.12](https://github.com/truecharts/charts/compare/chowdown-4.1.11...chowdown-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [chowdown-4.1.11](https://github.com/truecharts/charts/compare/chowdown-4.1.10...chowdown-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [chowdown-4.1.10](https://github.com/truecharts/charts/compare/chowdown-4.1.9...chowdown-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [chowdown-4.1.9](https://github.com/truecharts/charts/compare/chowdown-4.1.8...chowdown-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [chowdown-4.1.8](https://github.com/truecharts/charts/compare/chowdown-4.1.7...chowdown-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [chowdown-4.1.7](https://github.com/truecharts/charts/compare/chowdown-4.1.6...chowdown-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [chowdown-4.1.6](https://github.com/truecharts/charts/compare/chowdown-4.1.5...chowdown-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [chowdown-4.1.5](https://github.com/truecharts/charts/compare/chowdown-4.1.4...chowdown-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [chowdown-4.1.4](https://github.com/truecharts/charts/compare/chowdown-4.1.3...chowdown-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/chowdown/5.1.3/Chart.yaml b/stable/chowdown/5.1.3/Chart.yaml deleted file mode 100644 index 000ea450d71..00000000000 --- a/stable/chowdown/5.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Simple recipes in Markdown format. -home: https://truecharts.org/charts/stable/chowdown -icon: https://truecharts.org/img/hotlink-ok/chart-icons/chowdown.png -keywords: - - chowdown - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: chowdown -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/chowdown - - https://hub.docker.com/r/gregyankovoy/chowdown -type: application -version: 5.1.3 diff --git a/stable/chowdown/5.1.3/charts/common-18.0.3.tgz b/stable/chowdown/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/chowdown/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/chromium-desktop-g3/5.1.3/.helmignore b/stable/chowdown/5.3.0/.helmignore similarity index 100% rename from stable/chromium-desktop-g3/5.1.3/.helmignore rename to stable/chowdown/5.3.0/.helmignore diff --git a/stable/chowdown/5.3.0/CHANGELOG.md b/stable/chowdown/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..650caf43605 --- /dev/null +++ b/stable/chowdown/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [chowdown-5.3.0](https://github.com/truecharts/charts/compare/chowdown-5.2.3...chowdown-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [chowdown-5.2.3](https://github.com/truecharts/charts/compare/chowdown-5.2.2...chowdown-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [chowdown-5.2.2](https://github.com/truecharts/charts/compare/chowdown-5.2.0...chowdown-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [chowdown-4.1.12](https://github.com/truecharts/charts/compare/chowdown-4.1.11...chowdown-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [chowdown-4.1.11](https://github.com/truecharts/charts/compare/chowdown-4.1.10...chowdown-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [chowdown-4.1.10](https://github.com/truecharts/charts/compare/chowdown-4.1.9...chowdown-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [chowdown-4.1.9](https://github.com/truecharts/charts/compare/chowdown-4.1.8...chowdown-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [chowdown-4.1.8](https://github.com/truecharts/charts/compare/chowdown-4.1.7...chowdown-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [chowdown-4.1.7](https://github.com/truecharts/charts/compare/chowdown-4.1.6...chowdown-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/chowdown/5.3.0/Chart.yaml b/stable/chowdown/5.3.0/Chart.yaml new file mode 100644 index 00000000000..14d7cb159fa --- /dev/null +++ b/stable/chowdown/5.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Simple recipes in Markdown format. +home: https://truecharts.org/charts/stable/chowdown +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chowdown.png +keywords: + - chowdown + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: chowdown +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/chowdown + - https://hub.docker.com/r/gregyankovoy/chowdown +type: application +version: 5.3.0 diff --git a/stable/chowdown/5.1.3/README.md b/stable/chowdown/5.3.0/README.md similarity index 100% rename from stable/chowdown/5.1.3/README.md rename to stable/chowdown/5.3.0/README.md diff --git a/stable/chowdown/5.3.0/app-changelog.md b/stable/chowdown/5.3.0/app-changelog.md new file mode 100644 index 00000000000..c1e6ae52762 --- /dev/null +++ b/stable/chowdown/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [chowdown-5.3.0](https://github.com/truecharts/charts/compare/chowdown-5.2.3...chowdown-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/chowdown/5.1.3/app-readme.md b/stable/chowdown/5.3.0/app-readme.md similarity index 100% rename from stable/chowdown/5.1.3/app-readme.md rename to stable/chowdown/5.3.0/app-readme.md diff --git a/stable/chowdown/5.3.0/charts/common-18.2.0.tgz b/stable/chowdown/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/chowdown/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/chowdown/5.1.3/ix_values.yaml b/stable/chowdown/5.3.0/ix_values.yaml similarity index 100% rename from stable/chowdown/5.1.3/ix_values.yaml rename to stable/chowdown/5.3.0/ix_values.yaml diff --git a/stable/chowdown/5.1.3/questions.yaml b/stable/chowdown/5.3.0/questions.yaml similarity index 100% rename from stable/chowdown/5.1.3/questions.yaml rename to stable/chowdown/5.3.0/questions.yaml diff --git a/stable/chowdown/5.1.3/templates/common.yaml b/stable/chowdown/5.3.0/templates/common.yaml similarity index 100% rename from stable/chowdown/5.1.3/templates/common.yaml rename to stable/chowdown/5.3.0/templates/common.yaml diff --git a/stable/chromium-desktop-g3/5.1.3/values.yaml b/stable/chowdown/5.3.0/values.yaml similarity index 100% rename from stable/chromium-desktop-g3/5.1.3/values.yaml rename to stable/chowdown/5.3.0/values.yaml diff --git a/stable/chroma/2.2.0/CHANGELOG.md b/stable/chroma/2.2.0/CHANGELOG.md deleted file mode 100644 index 0a5259bccae..00000000000 --- a/stable/chroma/2.2.0/CHANGELOG.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [chroma-1.0.0](https://github.com/truecharts/charts/compare/chroma-0.0.1...chroma-1.0.0) (2024-02-07) \ No newline at end of file diff --git a/stable/chroma/2.2.0/Chart.yaml b/stable/chroma/2.2.0/Chart.yaml deleted file mode 100644 index ecad3ad447b..00000000000 --- a/stable/chroma/2.2.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: AI - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.4.23 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: the AI-native open-source embedding database. -home: https://truecharts.org/charts/stable/chroma -icon: https://truecharts.org/img/hotlink-ok/chart-icons/chroma.png -keywords: - - chroma - - embedding - - database -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: chroma -sources: - - https://github.com/chroma-core/chroma - - https://github.com/truecharts/charts/tree/master/charts/stable/chroma - - https://ghcr.io/chroma-core/chroma -type: application -version: 2.2.0 diff --git a/stable/chroma/2.2.0/charts/common-18.1.2.tgz b/stable/chroma/2.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/chroma/2.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/chroma/2.2.0/ix_values.yaml b/stable/chroma/2.2.0/ix_values.yaml deleted file mode 100644 index 98bd005c766..00000000000 --- a/stable/chroma/2.2.0/ix_values.yaml +++ /dev/null @@ -1,41 +0,0 @@ -image: - repository: ghcr.io/chroma-core/chroma - pullPolicy: IfNotPresent - tag: 0.4.23@sha256:1de7427d14bbec4142d4a3c3af623a02a838d15810bc389ab978c97aaffcb013 - -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 - -service: - main: - ports: - main: - protocol: http - targetPort: 8000 - port: 10690 - -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - path: "/api/v1/heartbeat" - readiness: - path: "/api/v1/heartbeat" - env: - IS_PERSISTENT: true - -persistence: - config: - enabled: true - mountPath: "/chroma/chroma" - -portal: - open: - enabled: true diff --git a/stable/chromium/5.1.3/.helmignore b/stable/chroma/2.3.0/.helmignore similarity index 100% rename from stable/chromium/5.1.3/.helmignore rename to stable/chroma/2.3.0/.helmignore diff --git a/stable/chroma/2.3.0/CHANGELOG.md b/stable/chroma/2.3.0/CHANGELOG.md new file mode 100644 index 00000000000..eaaeb6a80e4 --- /dev/null +++ b/stable/chroma/2.3.0/CHANGELOG.md @@ -0,0 +1,51 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [chroma-2.3.0](https://github.com/truecharts/charts/compare/chroma-2.2.4...chroma-2.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [chroma-2.2.4](https://github.com/truecharts/charts/compare/chroma-2.2.3...chroma-2.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [chroma-2.2.3](https://github.com/truecharts/charts/compare/chroma-2.2.1...chroma-2.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + +## [chroma-1.0.0](https://github.com/truecharts/charts/compare/chroma-0.0.1...chroma-1.0.0) (2024-02-07) \ No newline at end of file diff --git a/stable/chroma/2.3.0/Chart.yaml b/stable/chroma/2.3.0/Chart.yaml new file mode 100644 index 00000000000..8f277770f68 --- /dev/null +++ b/stable/chroma/2.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: AI + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.4.24 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: the AI-native open-source embedding database. +home: https://truecharts.org/charts/stable/chroma +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chroma.png +keywords: + - chroma + - embedding + - database +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: chroma +sources: + - https://github.com/chroma-core/chroma + - https://github.com/truecharts/charts/tree/master/charts/stable/chroma + - https://ghcr.io/chroma-core/chroma +type: application +version: 2.3.0 diff --git a/stable/chroma/2.2.0/README.md b/stable/chroma/2.3.0/README.md similarity index 100% rename from stable/chroma/2.2.0/README.md rename to stable/chroma/2.3.0/README.md diff --git a/stable/chroma/2.3.0/app-changelog.md b/stable/chroma/2.3.0/app-changelog.md new file mode 100644 index 00000000000..1dc50a75514 --- /dev/null +++ b/stable/chroma/2.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [chroma-2.3.0](https://github.com/truecharts/charts/compare/chroma-2.2.4...chroma-2.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/chroma/2.2.0/app-readme.md b/stable/chroma/2.3.0/app-readme.md similarity index 100% rename from stable/chroma/2.2.0/app-readme.md rename to stable/chroma/2.3.0/app-readme.md diff --git a/stable/chroma/2.3.0/charts/common-18.2.0.tgz b/stable/chroma/2.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/chroma/2.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/chroma/2.3.0/ix_values.yaml b/stable/chroma/2.3.0/ix_values.yaml new file mode 100644 index 00000000000..9f59e3a24c7 --- /dev/null +++ b/stable/chroma/2.3.0/ix_values.yaml @@ -0,0 +1,41 @@ +image: + repository: ghcr.io/chroma-core/chroma + pullPolicy: IfNotPresent + tag: 0.4.24@sha256:8173dd30e370f67a859297a9d2bca138ec527bc9c5a08582fb6951341716f313 + +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + protocol: http + targetPort: 8000 + port: 10690 + +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + path: "/api/v1/heartbeat" + readiness: + path: "/api/v1/heartbeat" + env: + IS_PERSISTENT: true + +persistence: + config: + enabled: true + mountPath: "/chroma/chroma" + +portal: + open: + enabled: true diff --git a/stable/chroma/2.2.0/questions.yaml b/stable/chroma/2.3.0/questions.yaml similarity index 100% rename from stable/chroma/2.2.0/questions.yaml rename to stable/chroma/2.3.0/questions.yaml diff --git a/stable/clamav/10.2.0/templates/NOTES.txt b/stable/chroma/2.3.0/templates/NOTES.txt similarity index 100% rename from stable/clamav/10.2.0/templates/NOTES.txt rename to stable/chroma/2.3.0/templates/NOTES.txt diff --git a/stable/clarkson/12.3.0/templates/common.yaml b/stable/chroma/2.3.0/templates/common.yaml similarity index 100% rename from stable/clarkson/12.3.0/templates/common.yaml rename to stable/chroma/2.3.0/templates/common.yaml diff --git a/stable/chromium/5.1.3/values.yaml b/stable/chroma/2.3.0/values.yaml similarity index 100% rename from stable/chromium/5.1.3/values.yaml rename to stable/chroma/2.3.0/values.yaml diff --git a/stable/chromium-desktop-g3/5.1.3/CHANGELOG.md b/stable/chromium-desktop-g3/5.1.3/CHANGELOG.md deleted file mode 100644 index 7ece5415e1a..00000000000 --- a/stable/chromium-desktop-g3/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [chromium-desktop-g3-4.1.12](https://github.com/truecharts/charts/compare/chromium-desktop-g3-4.1.11...chromium-desktop-g3-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [chromium-desktop-g3-4.1.11](https://github.com/truecharts/charts/compare/chromium-desktop-g3-4.1.10...chromium-desktop-g3-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [chromium-desktop-g3-4.1.10](https://github.com/truecharts/charts/compare/chromium-desktop-g3-4.1.9...chromium-desktop-g3-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [chromium-desktop-g3-4.1.9](https://github.com/truecharts/charts/compare/chromium-desktop-g3-4.1.8...chromium-desktop-g3-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [chromium-desktop-g3-4.1.8](https://github.com/truecharts/charts/compare/chromium-desktop-g3-4.1.7...chromium-desktop-g3-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [chromium-desktop-g3-4.1.7](https://github.com/truecharts/charts/compare/chromium-desktop-g3-4.1.6...chromium-desktop-g3-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [chromium-desktop-g3-4.1.6](https://github.com/truecharts/charts/compare/chromium-desktop-g3-4.1.5...chromium-desktop-g3-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [chromium-desktop-g3-4.1.5](https://github.com/truecharts/charts/compare/chromium-desktop-g3-4.1.4...chromium-desktop-g3-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [chromium-desktop-g3-4.1.4](https://github.com/truecharts/charts/compare/chromium-desktop-g3-4.1.3...chromium-desktop-g3-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/chromium-desktop-g3/5.1.3/Chart.yaml b/stable/chromium-desktop-g3/5.1.3/Chart.yaml deleted file mode 100644 index 00524224976..00000000000 --- a/stable/chromium-desktop-g3/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing -home: https://truecharts.org/charts/stable/chromium-desktop-g3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/chromium-desktop-g3.png -keywords: - - chromium-desktop-g3 - - Tools-Utilities - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: chromium-desktop-g3 -sources: - - https://github.com/accetto/headless-drawing-g3/ - - https://github.com/truecharts/charts/tree/master/charts/stable/chromium-desktop-g3 - - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-chromium-g3 -type: application -version: 5.1.3 diff --git a/stable/chromium-desktop-g3/5.1.3/charts/common-18.0.3.tgz b/stable/chromium-desktop-g3/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/chromium-desktop-g3/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/chronograf/5.2.0/.helmignore b/stable/chromium-desktop-g3/5.3.0/.helmignore similarity index 100% rename from stable/chronograf/5.2.0/.helmignore rename to stable/chromium-desktop-g3/5.3.0/.helmignore diff --git a/stable/chromium-desktop-g3/5.3.0/CHANGELOG.md b/stable/chromium-desktop-g3/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..cb1d86d06fc --- /dev/null +++ b/stable/chromium-desktop-g3/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [chromium-desktop-g3-5.3.0](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.2.3...chromium-desktop-g3-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [chromium-desktop-g3-5.2.3](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.2.2...chromium-desktop-g3-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [chromium-desktop-g3-5.2.2](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.2.0...chromium-desktop-g3-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [chromium-desktop-g3-4.1.12](https://github.com/truecharts/charts/compare/chromium-desktop-g3-4.1.11...chromium-desktop-g3-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [chromium-desktop-g3-4.1.11](https://github.com/truecharts/charts/compare/chromium-desktop-g3-4.1.10...chromium-desktop-g3-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [chromium-desktop-g3-4.1.10](https://github.com/truecharts/charts/compare/chromium-desktop-g3-4.1.9...chromium-desktop-g3-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [chromium-desktop-g3-4.1.9](https://github.com/truecharts/charts/compare/chromium-desktop-g3-4.1.8...chromium-desktop-g3-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [chromium-desktop-g3-4.1.8](https://github.com/truecharts/charts/compare/chromium-desktop-g3-4.1.7...chromium-desktop-g3-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [chromium-desktop-g3-4.1.7](https://github.com/truecharts/charts/compare/chromium-desktop-g3-4.1.6...chromium-desktop-g3-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/chromium-desktop-g3/5.3.0/Chart.yaml b/stable/chromium-desktop-g3/5.3.0/Chart.yaml new file mode 100644 index 00000000000..611ba238a1f --- /dev/null +++ b/stable/chromium-desktop-g3/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing +home: https://truecharts.org/charts/stable/chromium-desktop-g3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chromium-desktop-g3.png +keywords: + - chromium-desktop-g3 + - Tools-Utilities + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: chromium-desktop-g3 +sources: + - https://github.com/accetto/headless-drawing-g3/ + - https://github.com/truecharts/charts/tree/master/charts/stable/chromium-desktop-g3 + - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-chromium-g3 +type: application +version: 5.3.0 diff --git a/stable/chromium-desktop-g3/5.1.3/README.md b/stable/chromium-desktop-g3/5.3.0/README.md similarity index 100% rename from stable/chromium-desktop-g3/5.1.3/README.md rename to stable/chromium-desktop-g3/5.3.0/README.md diff --git a/stable/chromium-desktop-g3/5.3.0/app-changelog.md b/stable/chromium-desktop-g3/5.3.0/app-changelog.md new file mode 100644 index 00000000000..a9eabf01925 --- /dev/null +++ b/stable/chromium-desktop-g3/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [chromium-desktop-g3-5.3.0](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.2.3...chromium-desktop-g3-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/chromium-desktop-g3/5.1.3/app-readme.md b/stable/chromium-desktop-g3/5.3.0/app-readme.md similarity index 100% rename from stable/chromium-desktop-g3/5.1.3/app-readme.md rename to stable/chromium-desktop-g3/5.3.0/app-readme.md diff --git a/stable/chromium-desktop-g3/5.3.0/charts/common-18.2.0.tgz b/stable/chromium-desktop-g3/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/chromium-desktop-g3/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/chromium-desktop-g3/5.1.3/ix_values.yaml b/stable/chromium-desktop-g3/5.3.0/ix_values.yaml similarity index 100% rename from stable/chromium-desktop-g3/5.1.3/ix_values.yaml rename to stable/chromium-desktop-g3/5.3.0/ix_values.yaml diff --git a/stable/chromium-desktop-g3/5.1.3/questions.yaml b/stable/chromium-desktop-g3/5.3.0/questions.yaml similarity index 100% rename from stable/chromium-desktop-g3/5.1.3/questions.yaml rename to stable/chromium-desktop-g3/5.3.0/questions.yaml diff --git a/stable/chromium-desktop-g3/5.1.3/templates/common.yaml b/stable/chromium-desktop-g3/5.3.0/templates/common.yaml similarity index 100% rename from stable/chromium-desktop-g3/5.1.3/templates/common.yaml rename to stable/chromium-desktop-g3/5.3.0/templates/common.yaml diff --git a/stable/chronograf/5.2.0/values.yaml b/stable/chromium-desktop-g3/5.3.0/values.yaml similarity index 100% rename from stable/chronograf/5.2.0/values.yaml rename to stable/chromium-desktop-g3/5.3.0/values.yaml diff --git a/stable/chromium/5.1.3/CHANGELOG.md b/stable/chromium/5.1.3/CHANGELOG.md deleted file mode 100644 index fa1fd53561e..00000000000 --- a/stable/chromium/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [chromium-4.1.16](https://github.com/truecharts/charts/compare/chromium-4.1.15...chromium-4.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [chromium-4.1.15](https://github.com/truecharts/charts/compare/chromium-4.1.14...chromium-4.1.15) (2024-01-29) - -### Chore - - - -- update container image ich777/chrome to latest[@4a5816c](https://github.com/4a5816c) by renovate ([#17631](https://github.com/truecharts/charts/issues/17631)) - - -## [chromium-4.1.14](https://github.com/truecharts/charts/compare/chromium-4.1.13...chromium-4.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [chromium-4.1.13](https://github.com/truecharts/charts/compare/chromium-4.1.12...chromium-4.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [chromium-4.1.12](https://github.com/truecharts/charts/compare/chromium-4.1.11...chromium-4.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [chromium-4.1.11](https://github.com/truecharts/charts/compare/chromium-4.1.10...chromium-4.1.11) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [chromium-4.1.10](https://github.com/truecharts/charts/compare/chromium-4.1.9...chromium-4.1.10) (2024-01-21) - -### Chore - - - -- update container image ich777/chrome to latest[@875b3b8](https://github.com/875b3b8) by renovate ([#17378](https://github.com/truecharts/charts/issues/17378)) - - -## [chromium-4.1.9](https://github.com/truecharts/charts/compare/chromium-4.1.8...chromium-4.1.9) (2024-01-14) - -### Chore - - - -- update container image ich777/chrome to latest[@c5c7810](https://github.com/c5c7810) by renovate ([#17159](https://github.com/truecharts/charts/issues/17159)) - - - - -## [chromium-4.1.8](https://github.com/truecharts/charts/compare/chromium-4.1.7...chromium-4.1.8) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - diff --git a/stable/chromium/5.1.3/Chart.yaml b/stable/chromium/5.1.3/Chart.yaml deleted file mode 100644 index 64698ee2dd0..00000000000 --- a/stable/chromium/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Chromium is a free and open-source software project developed by the Google-sponsored Chromium project. -home: https://truecharts.org/charts/stable/chromium -icon: https://truecharts.org/img/hotlink-ok/chart-icons/chromium.png -keywords: - - chromium - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: chromium -sources: - - https://www.google.com/chrome/ - - https://github.com/truecharts/charts/tree/master/charts/stable/chromium - - https://hub.docker.com/r/ich777/chrome -type: application -version: 5.1.3 diff --git a/stable/chromium/5.1.3/charts/common-18.0.3.tgz b/stable/chromium/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/chromium/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/chronos/8.1.3/.helmignore b/stable/chromium/5.3.0/.helmignore similarity index 100% rename from stable/chronos/8.1.3/.helmignore rename to stable/chromium/5.3.0/.helmignore diff --git a/stable/chromium/5.3.0/CHANGELOG.md b/stable/chromium/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..bf58fec0090 --- /dev/null +++ b/stable/chromium/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [chromium-5.3.0](https://github.com/truecharts/charts/compare/chromium-5.2.3...chromium-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [chromium-5.2.3](https://github.com/truecharts/charts/compare/chromium-5.2.2...chromium-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [chromium-5.2.2](https://github.com/truecharts/charts/compare/chromium-5.2.0...chromium-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [chromium-4.1.16](https://github.com/truecharts/charts/compare/chromium-4.1.15...chromium-4.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [chromium-4.1.15](https://github.com/truecharts/charts/compare/chromium-4.1.14...chromium-4.1.15) (2024-01-29) + +### Chore + + + +- update container image ich777/chrome to latest[@4a5816c](https://github.com/4a5816c) by renovate ([#17631](https://github.com/truecharts/charts/issues/17631)) + + +## [chromium-4.1.14](https://github.com/truecharts/charts/compare/chromium-4.1.13...chromium-4.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [chromium-4.1.13](https://github.com/truecharts/charts/compare/chromium-4.1.12...chromium-4.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [chromium-4.1.12](https://github.com/truecharts/charts/compare/chromium-4.1.11...chromium-4.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [chromium-4.1.11](https://github.com/truecharts/charts/compare/chromium-4.1.10...chromium-4.1.11) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/chromium/5.3.0/Chart.yaml b/stable/chromium/5.3.0/Chart.yaml new file mode 100644 index 00000000000..9f8cd8cc524 --- /dev/null +++ b/stable/chromium/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chromium is a free and open-source software project developed by the Google-sponsored Chromium project. +home: https://truecharts.org/charts/stable/chromium +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chromium.png +keywords: + - chromium + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: chromium +sources: + - https://www.google.com/chrome/ + - https://github.com/truecharts/charts/tree/master/charts/stable/chromium + - https://hub.docker.com/r/ich777/chrome +type: application +version: 5.3.0 diff --git a/stable/chromium/5.1.3/README.md b/stable/chromium/5.3.0/README.md similarity index 100% rename from stable/chromium/5.1.3/README.md rename to stable/chromium/5.3.0/README.md diff --git a/stable/chromium/5.3.0/app-changelog.md b/stable/chromium/5.3.0/app-changelog.md new file mode 100644 index 00000000000..25e31c87366 --- /dev/null +++ b/stable/chromium/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [chromium-5.3.0](https://github.com/truecharts/charts/compare/chromium-5.2.3...chromium-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/chromium/5.1.3/app-readme.md b/stable/chromium/5.3.0/app-readme.md similarity index 100% rename from stable/chromium/5.1.3/app-readme.md rename to stable/chromium/5.3.0/app-readme.md diff --git a/stable/chromium/5.3.0/charts/common-18.2.0.tgz b/stable/chromium/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/chromium/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/chromium/5.1.3/ix_values.yaml b/stable/chromium/5.3.0/ix_values.yaml similarity index 100% rename from stable/chromium/5.1.3/ix_values.yaml rename to stable/chromium/5.3.0/ix_values.yaml diff --git a/stable/chromium/5.1.3/questions.yaml b/stable/chromium/5.3.0/questions.yaml similarity index 100% rename from stable/chromium/5.1.3/questions.yaml rename to stable/chromium/5.3.0/questions.yaml diff --git a/stable/chromium/5.1.3/templates/common.yaml b/stable/chromium/5.3.0/templates/common.yaml similarity index 100% rename from stable/chromium/5.1.3/templates/common.yaml rename to stable/chromium/5.3.0/templates/common.yaml diff --git a/stable/chronos/8.1.3/values.yaml b/stable/chromium/5.3.0/values.yaml similarity index 100% rename from stable/chronos/8.1.3/values.yaml rename to stable/chromium/5.3.0/values.yaml diff --git a/stable/chronograf/5.2.0/CHANGELOG.md b/stable/chronograf/5.2.0/CHANGELOG.md deleted file mode 100644 index 5e15de095b1..00000000000 --- a/stable/chronograf/5.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - - -## [chronograf-4.1.14](https://github.com/truecharts/charts/compare/chronograf-4.1.13...chronograf-4.1.14) (2024-02-05) - -### Chore - - - -- update container image chronograf to latest[@0acb51c](https://github.com/0acb51c) by renovate ([#17821](https://github.com/truecharts/charts/issues/17821)) - - -## [chronograf-4.1.13](https://github.com/truecharts/charts/compare/chronograf-4.1.12...chronograf-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [chronograf-4.1.12](https://github.com/truecharts/charts/compare/chronograf-4.1.11...chronograf-4.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [chronograf-4.1.11](https://github.com/truecharts/charts/compare/chronograf-4.1.10...chronograf-4.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [chronograf-4.1.10](https://github.com/truecharts/charts/compare/chronograf-4.1.9...chronograf-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [chronograf-4.1.9](https://github.com/truecharts/charts/compare/chronograf-4.1.8...chronograf-4.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [chronograf-4.1.8](https://github.com/truecharts/charts/compare/chronograf-4.1.7...chronograf-4.1.8) (2024-01-14) - -### Chore - - - -- update container image chronograf to latest[@8aebe0b](https://github.com/8aebe0b) by renovate ([#17122](https://github.com/truecharts/charts/issues/17122)) - - - - -## [chronograf-4.1.7](https://github.com/truecharts/charts/compare/chronograf-4.1.6...chronograf-4.1.7) (2024-01-09) - -### Chore \ No newline at end of file diff --git a/stable/chronograf/5.2.0/Chart.yaml b/stable/chronograf/5.2.0/Chart.yaml deleted file mode 100644 index 3e32c22b853..00000000000 --- a/stable/chronograf/5.2.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-System - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Chronograf is InfluxData’s open source web application. Use Chronograf with the other components of the TICK stack to visualize your monitoring data and easily create alerting and automation rules. -home: https://truecharts.org/charts/stable/chronograf -icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronograf.png -keywords: - - chronograf - - Tools-System -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: chronograf -sources: - - https://www.influxdata.com/time-series-platform/chronograf/ - - https://github.com/truecharts/charts/tree/master/charts/stable/chronograf - - https://hub.docker.com/_/chronograf -type: application -version: 5.2.0 diff --git a/stable/chronograf/5.2.0/charts/common-18.1.2.tgz b/stable/chronograf/5.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/chronograf/5.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/chronograf/5.2.0/ix_values.yaml b/stable/chronograf/5.2.0/ix_values.yaml deleted file mode 100644 index 358972c62c0..00000000000 --- a/stable/chronograf/5.2.0/ix_values.yaml +++ /dev/null @@ -1,23 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: chronograf - tag: latest@sha256:b9c52b548066f3b4ed876dcb3e5f0a652548dd41cc7e7f2f42c3700dd29eab0e -persistence: - chronograf: - enabled: true - mountPath: /var/lib/chronograf -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 8888 - protocol: tcp - targetPort: 8888 diff --git a/stable/ciao/5.1.3/.helmignore b/stable/chronograf/5.3.0/.helmignore similarity index 100% rename from stable/ciao/5.1.3/.helmignore rename to stable/chronograf/5.3.0/.helmignore diff --git a/stable/chronograf/5.3.0/CHANGELOG.md b/stable/chronograf/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..6cac38c1952 --- /dev/null +++ b/stable/chronograf/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [chronograf-5.3.0](https://github.com/truecharts/charts/compare/chronograf-5.2.4...chronograf-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [chronograf-5.2.4](https://github.com/truecharts/charts/compare/chronograf-5.2.3...chronograf-5.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [chronograf-5.2.3](https://github.com/truecharts/charts/compare/chronograf-5.2.1...chronograf-5.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + + +## [chronograf-4.1.14](https://github.com/truecharts/charts/compare/chronograf-4.1.13...chronograf-4.1.14) (2024-02-05) + +### Chore + + + +- update container image chronograf to latest[@0acb51c](https://github.com/0acb51c) by renovate ([#17821](https://github.com/truecharts/charts/issues/17821)) + + +## [chronograf-4.1.13](https://github.com/truecharts/charts/compare/chronograf-4.1.12...chronograf-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [chronograf-4.1.12](https://github.com/truecharts/charts/compare/chronograf-4.1.11...chronograf-4.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [chronograf-4.1.11](https://github.com/truecharts/charts/compare/chronograf-4.1.10...chronograf-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [chronograf-4.1.10](https://github.com/truecharts/charts/compare/chronograf-4.1.9...chronograf-4.1.10) (2024-01-21) diff --git a/stable/chronograf/5.3.0/Chart.yaml b/stable/chronograf/5.3.0/Chart.yaml new file mode 100644 index 00000000000..7610f3635a0 --- /dev/null +++ b/stable/chronograf/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-System + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chronograf is InfluxData’s open source web application. Use Chronograf with the other components of the TICK stack to visualize your monitoring data and easily create alerting and automation rules. +home: https://truecharts.org/charts/stable/chronograf +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronograf.png +keywords: + - chronograf + - Tools-System +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: chronograf +sources: + - https://www.influxdata.com/time-series-platform/chronograf/ + - https://github.com/truecharts/charts/tree/master/charts/stable/chronograf + - https://hub.docker.com/_/chronograf +type: application +version: 5.3.0 diff --git a/stable/chronograf/5.2.0/README.md b/stable/chronograf/5.3.0/README.md similarity index 100% rename from stable/chronograf/5.2.0/README.md rename to stable/chronograf/5.3.0/README.md diff --git a/stable/chronograf/5.3.0/app-changelog.md b/stable/chronograf/5.3.0/app-changelog.md new file mode 100644 index 00000000000..d9b7cab6ce7 --- /dev/null +++ b/stable/chronograf/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [chronograf-5.3.0](https://github.com/truecharts/charts/compare/chronograf-5.2.4...chronograf-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/chronograf/5.2.0/app-readme.md b/stable/chronograf/5.3.0/app-readme.md similarity index 100% rename from stable/chronograf/5.2.0/app-readme.md rename to stable/chronograf/5.3.0/app-readme.md diff --git a/stable/chronograf/5.3.0/charts/common-18.2.0.tgz b/stable/chronograf/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/chronograf/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/chronograf/5.3.0/ix_values.yaml b/stable/chronograf/5.3.0/ix_values.yaml new file mode 100644 index 00000000000..690bf97c74a --- /dev/null +++ b/stable/chronograf/5.3.0/ix_values.yaml @@ -0,0 +1,23 @@ +image: + pullPolicy: IfNotPresent + repository: chronograf + tag: latest@sha256:ec5a3acd9e39f2b9ab13a055b0c50850cffa89d028a32340e4b29d817d25fc1a +persistence: + chronograf: + enabled: true + mountPath: /var/lib/chronograf +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 8888 + protocol: tcp + targetPort: 8888 diff --git a/stable/chronograf/5.2.0/questions.yaml b/stable/chronograf/5.3.0/questions.yaml similarity index 100% rename from stable/chronograf/5.2.0/questions.yaml rename to stable/chronograf/5.3.0/questions.yaml diff --git a/stable/chronograf/5.2.0/templates/common.yaml b/stable/chronograf/5.3.0/templates/common.yaml similarity index 100% rename from stable/chronograf/5.2.0/templates/common.yaml rename to stable/chronograf/5.3.0/templates/common.yaml diff --git a/stable/ciao/5.1.3/values.yaml b/stable/chronograf/5.3.0/values.yaml similarity index 100% rename from stable/ciao/5.1.3/values.yaml rename to stable/chronograf/5.3.0/values.yaml diff --git a/stable/chronos/8.1.3/CHANGELOG.md b/stable/chronos/8.1.3/CHANGELOG.md deleted file mode 100644 index b1ef6dcbd4a..00000000000 --- a/stable/chronos/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [chronos-7.1.12](https://github.com/truecharts/charts/compare/chronos-7.1.11...chronos-7.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [chronos-7.1.11](https://github.com/truecharts/charts/compare/chronos-7.1.10...chronos-7.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [chronos-7.1.10](https://github.com/truecharts/charts/compare/chronos-7.1.9...chronos-7.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [chronos-7.1.9](https://github.com/truecharts/charts/compare/chronos-7.1.8...chronos-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [chronos-7.1.8](https://github.com/truecharts/charts/compare/chronos-7.1.7...chronos-7.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [chronos-7.1.7](https://github.com/truecharts/charts/compare/chronos-7.1.6...chronos-7.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [chronos-7.1.6](https://github.com/truecharts/charts/compare/chronos-7.1.5...chronos-7.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [chronos-7.1.5](https://github.com/truecharts/charts/compare/chronos-7.1.4...chronos-7.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [chronos-7.1.4](https://github.com/truecharts/charts/compare/chronos-7.1.3...chronos-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/chronos/8.1.3/Chart.yaml b/stable/chronos/8.1.3/Chart.yaml deleted file mode 100644 index 48a3af0bd53..00000000000 --- a/stable/chronos/8.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.2.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Chronos is a small container to run and schedule Python 3.7 scripts. You can create virtual enviroments, edit your scripts, install Pip dependencies, view execution logs, and debug your scripts, all from the sleek web UI. -home: https://truecharts.org/charts/stable/chronos -icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronos.png -keywords: - - chronos - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: chronos -sources: - - https://github.com/simse/chronos - - https://github.com/truecharts/charts/tree/master/charts/stable/chronos - - https://hub.docker.com/r/simsemand/chronos -type: application -version: 8.1.3 diff --git a/stable/chronos/8.1.3/charts/common-18.0.3.tgz b/stable/chronos/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/chronos/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/citadel-forgedwithfire/5.1.3/.helmignore b/stable/chronos/8.3.0/.helmignore similarity index 100% rename from stable/citadel-forgedwithfire/5.1.3/.helmignore rename to stable/chronos/8.3.0/.helmignore diff --git a/stable/chronos/8.3.0/CHANGELOG.md b/stable/chronos/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..610b2c26306 --- /dev/null +++ b/stable/chronos/8.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [chronos-8.3.0](https://github.com/truecharts/charts/compare/chronos-8.2.3...chronos-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [chronos-8.2.3](https://github.com/truecharts/charts/compare/chronos-8.2.2...chronos-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [chronos-8.2.2](https://github.com/truecharts/charts/compare/chronos-8.2.0...chronos-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [chronos-7.1.12](https://github.com/truecharts/charts/compare/chronos-7.1.11...chronos-7.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [chronos-7.1.11](https://github.com/truecharts/charts/compare/chronos-7.1.10...chronos-7.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [chronos-7.1.10](https://github.com/truecharts/charts/compare/chronos-7.1.9...chronos-7.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [chronos-7.1.9](https://github.com/truecharts/charts/compare/chronos-7.1.8...chronos-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [chronos-7.1.8](https://github.com/truecharts/charts/compare/chronos-7.1.7...chronos-7.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [chronos-7.1.7](https://github.com/truecharts/charts/compare/chronos-7.1.6...chronos-7.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/chronos/8.3.0/Chart.yaml b/stable/chronos/8.3.0/Chart.yaml new file mode 100644 index 00000000000..0116a0dd6d1 --- /dev/null +++ b/stable/chronos/8.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.2.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chronos is a small container to run and schedule Python 3.7 scripts. You can create virtual enviroments, edit your scripts, install Pip dependencies, view execution logs, and debug your scripts, all from the sleek web UI. +home: https://truecharts.org/charts/stable/chronos +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronos.png +keywords: + - chronos + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: chronos +sources: + - https://github.com/simse/chronos + - https://github.com/truecharts/charts/tree/master/charts/stable/chronos + - https://hub.docker.com/r/simsemand/chronos +type: application +version: 8.3.0 diff --git a/stable/chronos/8.1.3/README.md b/stable/chronos/8.3.0/README.md similarity index 100% rename from stable/chronos/8.1.3/README.md rename to stable/chronos/8.3.0/README.md diff --git a/stable/chronos/8.3.0/app-changelog.md b/stable/chronos/8.3.0/app-changelog.md new file mode 100644 index 00000000000..3bb484b9b61 --- /dev/null +++ b/stable/chronos/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [chronos-8.3.0](https://github.com/truecharts/charts/compare/chronos-8.2.3...chronos-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/chronos/8.1.3/app-readme.md b/stable/chronos/8.3.0/app-readme.md similarity index 100% rename from stable/chronos/8.1.3/app-readme.md rename to stable/chronos/8.3.0/app-readme.md diff --git a/stable/chronos/8.3.0/charts/common-18.2.0.tgz b/stable/chronos/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/chronos/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/chronos/8.1.3/ix_values.yaml b/stable/chronos/8.3.0/ix_values.yaml similarity index 100% rename from stable/chronos/8.1.3/ix_values.yaml rename to stable/chronos/8.3.0/ix_values.yaml diff --git a/stable/chronos/8.1.3/questions.yaml b/stable/chronos/8.3.0/questions.yaml similarity index 100% rename from stable/chronos/8.1.3/questions.yaml rename to stable/chronos/8.3.0/questions.yaml diff --git a/stable/clarkson/12.3.0/templates/NOTES.txt b/stable/chronos/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/clarkson/12.3.0/templates/NOTES.txt rename to stable/chronos/8.3.0/templates/NOTES.txt diff --git a/stable/chronos/8.1.3/templates/common.yaml b/stable/chronos/8.3.0/templates/common.yaml similarity index 100% rename from stable/chronos/8.1.3/templates/common.yaml rename to stable/chronos/8.3.0/templates/common.yaml diff --git a/stable/citadel-forgedwithfire/5.1.3/values.yaml b/stable/chronos/8.3.0/values.yaml similarity index 100% rename from stable/citadel-forgedwithfire/5.1.3/values.yaml rename to stable/chronos/8.3.0/values.yaml diff --git a/stable/ciao/5.1.3/CHANGELOG.md b/stable/ciao/5.1.3/CHANGELOG.md deleted file mode 100644 index 379c5e6b180..00000000000 --- a/stable/ciao/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [ciao-4.1.12](https://github.com/truecharts/charts/compare/ciao-4.1.11...ciao-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ciao-4.1.11](https://github.com/truecharts/charts/compare/ciao-4.1.10...ciao-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [ciao-4.1.10](https://github.com/truecharts/charts/compare/ciao-4.1.9...ciao-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [ciao-4.1.9](https://github.com/truecharts/charts/compare/ciao-4.1.8...ciao-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [ciao-4.1.8](https://github.com/truecharts/charts/compare/ciao-4.1.7...ciao-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [ciao-4.1.7](https://github.com/truecharts/charts/compare/ciao-4.1.6...ciao-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [ciao-4.1.6](https://github.com/truecharts/charts/compare/ciao-4.1.5...ciao-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [ciao-4.1.5](https://github.com/truecharts/charts/compare/ciao-4.1.4...ciao-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [ciao-4.1.4](https://github.com/truecharts/charts/compare/ciao-4.1.3...ciao-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/ciao/5.1.3/Chart.yaml b/stable/ciao/5.1.3/Chart.yaml deleted file mode 100644 index d7c0c72b887..00000000000 --- a/stable/ciao/5.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: ciao checks HTTP(S) URL endpoints for a HTTP status code (or errors on the lower TCP stack) and sends a notification on status change via E-Mail or Webhooks. -home: https://truecharts.org/charts/stable/ciao -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ciao.png -keywords: - - ciao - - Network-Other - - Productivity - - Tools-System -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ciao -sources: - - https://brotandgames.com/ciao/ - - https://github.com/truecharts/charts/tree/master/charts/stable/ciao - - https://hub.docker.com/r/brotandgames/ciao -type: application -version: 5.1.3 diff --git a/stable/ciao/5.1.3/charts/common-18.0.3.tgz b/stable/ciao/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/ciao/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/clamav/10.2.0/.helmignore b/stable/ciao/5.3.0/.helmignore similarity index 100% rename from stable/clamav/10.2.0/.helmignore rename to stable/ciao/5.3.0/.helmignore diff --git a/stable/ciao/5.3.0/CHANGELOG.md b/stable/ciao/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..53e25e832d0 --- /dev/null +++ b/stable/ciao/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ciao-5.3.0](https://github.com/truecharts/charts/compare/ciao-5.2.3...ciao-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [ciao-5.2.3](https://github.com/truecharts/charts/compare/ciao-5.2.2...ciao-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [ciao-5.2.2](https://github.com/truecharts/charts/compare/ciao-5.2.0...ciao-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [ciao-4.1.12](https://github.com/truecharts/charts/compare/ciao-4.1.11...ciao-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [ciao-4.1.11](https://github.com/truecharts/charts/compare/ciao-4.1.10...ciao-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [ciao-4.1.10](https://github.com/truecharts/charts/compare/ciao-4.1.9...ciao-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [ciao-4.1.9](https://github.com/truecharts/charts/compare/ciao-4.1.8...ciao-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [ciao-4.1.8](https://github.com/truecharts/charts/compare/ciao-4.1.7...ciao-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [ciao-4.1.7](https://github.com/truecharts/charts/compare/ciao-4.1.6...ciao-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/ciao/5.3.0/Chart.yaml b/stable/ciao/5.3.0/Chart.yaml new file mode 100644 index 00000000000..ed5f3d50bab --- /dev/null +++ b/stable/ciao/5.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ciao checks HTTP(S) URL endpoints for a HTTP status code (or errors on the lower TCP stack) and sends a notification on status change via E-Mail or Webhooks. +home: https://truecharts.org/charts/stable/ciao +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ciao.png +keywords: + - ciao + - Network-Other + - Productivity + - Tools-System +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ciao +sources: + - https://brotandgames.com/ciao/ + - https://github.com/truecharts/charts/tree/master/charts/stable/ciao + - https://hub.docker.com/r/brotandgames/ciao +type: application +version: 5.3.0 diff --git a/stable/ciao/5.1.3/README.md b/stable/ciao/5.3.0/README.md similarity index 100% rename from stable/ciao/5.1.3/README.md rename to stable/ciao/5.3.0/README.md diff --git a/stable/ciao/5.3.0/app-changelog.md b/stable/ciao/5.3.0/app-changelog.md new file mode 100644 index 00000000000..7dedb5d977b --- /dev/null +++ b/stable/ciao/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ciao-5.3.0](https://github.com/truecharts/charts/compare/ciao-5.2.3...ciao-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/ciao/5.1.3/app-readme.md b/stable/ciao/5.3.0/app-readme.md similarity index 100% rename from stable/ciao/5.1.3/app-readme.md rename to stable/ciao/5.3.0/app-readme.md diff --git a/stable/ciao/5.3.0/charts/common-18.2.0.tgz b/stable/ciao/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/ciao/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/ciao/5.1.3/ix_values.yaml b/stable/ciao/5.3.0/ix_values.yaml similarity index 100% rename from stable/ciao/5.1.3/ix_values.yaml rename to stable/ciao/5.3.0/ix_values.yaml diff --git a/stable/ciao/5.1.3/questions.yaml b/stable/ciao/5.3.0/questions.yaml similarity index 100% rename from stable/ciao/5.1.3/questions.yaml rename to stable/ciao/5.3.0/questions.yaml diff --git a/stable/ciao/5.1.3/templates/common.yaml b/stable/ciao/5.3.0/templates/common.yaml similarity index 100% rename from stable/ciao/5.1.3/templates/common.yaml rename to stable/ciao/5.3.0/templates/common.yaml diff --git a/stable/clamav/10.2.0/values.yaml b/stable/ciao/5.3.0/values.yaml similarity index 100% rename from stable/clamav/10.2.0/values.yaml rename to stable/ciao/5.3.0/values.yaml diff --git a/stable/citadel-forgedwithfire/5.1.3/CHANGELOG.md b/stable/citadel-forgedwithfire/5.1.3/CHANGELOG.md deleted file mode 100644 index 9f0de832d68..00000000000 --- a/stable/citadel-forgedwithfire/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [citadel-forgedwithfire-4.1.12](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-4.1.11...citadel-forgedwithfire-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [citadel-forgedwithfire-4.1.11](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-4.1.10...citadel-forgedwithfire-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [citadel-forgedwithfire-4.1.10](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-4.1.9...citadel-forgedwithfire-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [citadel-forgedwithfire-4.1.9](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-4.1.8...citadel-forgedwithfire-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [citadel-forgedwithfire-4.1.8](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-4.1.7...citadel-forgedwithfire-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [citadel-forgedwithfire-4.1.7](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-4.1.6...citadel-forgedwithfire-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [citadel-forgedwithfire-4.1.6](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-4.1.5...citadel-forgedwithfire-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [citadel-forgedwithfire-4.1.5](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-4.1.4...citadel-forgedwithfire-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [citadel-forgedwithfire-4.1.4](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-4.1.3...citadel-forgedwithfire-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/citadel-forgedwithfire/5.1.3/Chart.yaml b/stable/citadel-forgedwithfire/5.1.3/Chart.yaml deleted file mode 100644 index 3fcbcba1598..00000000000 --- a/stable/citadel-forgedwithfire/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: citadelfwf -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Citadel - Forged with Fire and run it. -home: https://truecharts.org/charts/stable/citadel-forgedwithfire -icon: https://truecharts.org/img/hotlink-ok/chart-icons/citadel-forgedwithfire.png -keywords: - - citadel-forgedwithfire - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: citadel-forgedwithfire -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/citadel-forgedwithfire - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/citadel-forgedwithfire/5.1.3/charts/common-18.0.3.tgz b/stable/citadel-forgedwithfire/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/citadel-forgedwithfire/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/clarkson/12.3.0/.helmignore b/stable/citadel-forgedwithfire/5.3.0/.helmignore similarity index 100% rename from stable/clarkson/12.3.0/.helmignore rename to stable/citadel-forgedwithfire/5.3.0/.helmignore diff --git a/stable/citadel-forgedwithfire/5.3.0/CHANGELOG.md b/stable/citadel-forgedwithfire/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..0a7b261fd35 --- /dev/null +++ b/stable/citadel-forgedwithfire/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [citadel-forgedwithfire-5.3.0](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.2.3...citadel-forgedwithfire-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [citadel-forgedwithfire-5.2.3](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.2.2...citadel-forgedwithfire-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [citadel-forgedwithfire-5.2.2](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.2.0...citadel-forgedwithfire-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [citadel-forgedwithfire-4.1.12](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-4.1.11...citadel-forgedwithfire-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [citadel-forgedwithfire-4.1.11](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-4.1.10...citadel-forgedwithfire-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [citadel-forgedwithfire-4.1.10](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-4.1.9...citadel-forgedwithfire-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [citadel-forgedwithfire-4.1.9](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-4.1.8...citadel-forgedwithfire-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [citadel-forgedwithfire-4.1.8](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-4.1.7...citadel-forgedwithfire-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [citadel-forgedwithfire-4.1.7](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-4.1.6...citadel-forgedwithfire-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/citadel-forgedwithfire/5.3.0/Chart.yaml b/stable/citadel-forgedwithfire/5.3.0/Chart.yaml new file mode 100644 index 00000000000..61f22206829 --- /dev/null +++ b/stable/citadel-forgedwithfire/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: citadelfwf +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Citadel - Forged with Fire and run it. +home: https://truecharts.org/charts/stable/citadel-forgedwithfire +icon: https://truecharts.org/img/hotlink-ok/chart-icons/citadel-forgedwithfire.png +keywords: + - citadel-forgedwithfire + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: citadel-forgedwithfire +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/citadel-forgedwithfire + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/citadel-forgedwithfire/5.1.3/README.md b/stable/citadel-forgedwithfire/5.3.0/README.md similarity index 100% rename from stable/citadel-forgedwithfire/5.1.3/README.md rename to stable/citadel-forgedwithfire/5.3.0/README.md diff --git a/stable/citadel-forgedwithfire/5.3.0/app-changelog.md b/stable/citadel-forgedwithfire/5.3.0/app-changelog.md new file mode 100644 index 00000000000..b9a1b796b46 --- /dev/null +++ b/stable/citadel-forgedwithfire/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [citadel-forgedwithfire-5.3.0](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.2.3...citadel-forgedwithfire-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/citadel-forgedwithfire/5.1.3/app-readme.md b/stable/citadel-forgedwithfire/5.3.0/app-readme.md similarity index 100% rename from stable/citadel-forgedwithfire/5.1.3/app-readme.md rename to stable/citadel-forgedwithfire/5.3.0/app-readme.md diff --git a/stable/citadel-forgedwithfire/5.3.0/charts/common-18.2.0.tgz b/stable/citadel-forgedwithfire/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/citadel-forgedwithfire/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/citadel-forgedwithfire/5.1.3/ix_values.yaml b/stable/citadel-forgedwithfire/5.3.0/ix_values.yaml similarity index 100% rename from stable/citadel-forgedwithfire/5.1.3/ix_values.yaml rename to stable/citadel-forgedwithfire/5.3.0/ix_values.yaml diff --git a/stable/citadel-forgedwithfire/5.1.3/questions.yaml b/stable/citadel-forgedwithfire/5.3.0/questions.yaml similarity index 100% rename from stable/citadel-forgedwithfire/5.1.3/questions.yaml rename to stable/citadel-forgedwithfire/5.3.0/questions.yaml diff --git a/stable/citadel-forgedwithfire/5.1.3/templates/common.yaml b/stable/citadel-forgedwithfire/5.3.0/templates/common.yaml similarity index 100% rename from stable/citadel-forgedwithfire/5.1.3/templates/common.yaml rename to stable/citadel-forgedwithfire/5.3.0/templates/common.yaml diff --git a/stable/clarkson/12.3.0/values.yaml b/stable/citadel-forgedwithfire/5.3.0/values.yaml similarity index 100% rename from stable/clarkson/12.3.0/values.yaml rename to stable/citadel-forgedwithfire/5.3.0/values.yaml diff --git a/stable/clamav/10.2.0/CHANGELOG.md b/stable/clamav/10.2.0/CHANGELOG.md deleted file mode 100644 index 12c79a6f1f3..00000000000 --- a/stable/clamav/10.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - -## [clamav-9.2.0](https://github.com/truecharts/charts/compare/clamav-9.1.17...clamav-9.2.0) (2024-02-14) - -### Chore - - - -- update container image clamav/clamav to v1.3.0[@cb6da73](https://github.com/cb6da73) by renovate ([#18173](https://github.com/truecharts/charts/issues/18173)) - - -## [clamav-9.1.17](https://github.com/truecharts/charts/compare/clamav-9.1.16...clamav-9.1.17) (2024-02-12) - -### Chore - - - -- update container image clamav/clamav to v1.2.2[@1277222](https://github.com/1277222) by renovate ([#18123](https://github.com/truecharts/charts/issues/18123)) - - -## [clamav-9.1.16](https://github.com/truecharts/charts/compare/clamav-9.1.15...clamav-9.1.16) (2024-02-05) - -### Chore - - - -- update container image clamav/clamav to 1.2.1[@e22d570](https://github.com/e22d570) by renovate ([#17953](https://github.com/truecharts/charts/issues/17953)) - - -## [clamav-9.1.15](https://github.com/truecharts/charts/compare/clamav-9.1.14...clamav-9.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [clamav-9.1.14](https://github.com/truecharts/charts/compare/clamav-9.1.13...clamav-9.1.14) (2024-02-03) - -### Chore - - - -- update container image clamav/clamav to 1.2.1[@283bb9e](https://github.com/283bb9e) by renovate ([#17796](https://github.com/truecharts/charts/issues/17796)) - - -## [clamav-9.1.13](https://github.com/truecharts/charts/compare/clamav-9.1.12...clamav-9.1.13) (2024-01-29) - -### Chore - - - -- update container image clamav/clamav to 1.2.1[@43cdba4](https://github.com/43cdba4) by renovate ([#17717](https://github.com/truecharts/charts/issues/17717)) - - -## [clamav-9.1.12](https://github.com/truecharts/charts/compare/clamav-9.1.11...clamav-9.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [clamav-9.1.11](https://github.com/truecharts/charts/compare/clamav-9.1.10...clamav-9.1.11) (2024-01-22) - -### Chore - - - -- update container image clamav/clamav to 1.2.1[@f51c38f](https://github.com/f51c38f) by renovate ([#17491](https://github.com/truecharts/charts/issues/17491)) - - -## [clamav-9.1.10](https://github.com/truecharts/charts/compare/clamav-9.1.9...clamav-9.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) diff --git a/stable/clamav/10.2.0/Chart.yaml b/stable/clamav/10.2.0/Chart.yaml deleted file mode 100644 index 3b4c3ef1d8e..00000000000 --- a/stable/clamav/10.2.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.3.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: ClamAV is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats. -home: https://truecharts.org/charts/stable/clamav -icon: https://truecharts.org/img/hotlink-ok/chart-icons/clamav.png -keywords: - - clamav - - antivirus -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: clamav -sources: - - https://github.com/Cisco-Talos/clamav - - https://docs.clamav.net/ - - https://github.com/truecharts/charts/tree/master/charts/stable/clamav - - https://hub.docker.com/r/clamav/clamav -type: application -version: 10.2.0 diff --git a/stable/clamav/10.2.0/charts/common-18.1.2.tgz b/stable/clamav/10.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/clamav/10.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/clamav/10.2.0/ix_values.yaml b/stable/clamav/10.2.0/ix_values.yaml deleted file mode 100644 index 036870ef843..00000000000 --- a/stable/clamav/10.2.0/ix_values.yaml +++ /dev/null @@ -1,82 +0,0 @@ -image: - repository: clamav/clamav - pullPolicy: IfNotPresent - tag: 1.3.0@sha256:d0d9fa6ea4e2fcfd9971a42aecd22ff50b9672e50adeea62a5261b07c87ddc5c -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -clamav: - report_path: "/logs" - # User Defined - - cron_enabled: true - cron_schedule: "* * * * *" - date_format: "+%m-%d-%Y_%H.%M.%S" - log_file_name: "clamscan_report" - extra_args: "" -service: - main: - ports: - main: - port: 3310 - protocol: http - targetPort: 3310 - milter: - enabled: true - ports: - milter: - enabled: true - port: 7357 - protocol: http - targetPort: 7357 -cronjob: - annotations: {} - failedJobsHistoryLimit: 5 - successfulJobsHistoryLimit: 2 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: true - type: exec - command: - - clamdcheck.sh - readiness: - enabled: true - type: exec - command: - - clamdcheck.sh - startup: - enabled: true - type: exec - command: - - clamdcheck.sh - env: - CLAMAV_NO_CLAMD: false - CLAMAV_NO_FRESHCLAMD: false - CLAMAV_NO_MILTERD: true - CLAMD_STARTUP_TIMEOUT: 1800 - FRESHCLAM_CHECKS: 1 -persistence: - sigdatabase: - enabled: true - mountPath: /var/lib/clamav - targetSelectAll: true - scandir: - enabled: true - mountPath: /scandir - readOnly: true - targetSelectAll: true - logs: - enabled: true - mountPath: /logs - targetSelectAll: true -portal: - open: - enabled: false diff --git a/stable/clipplex/3.1.3/.helmignore b/stable/clamav/10.3.0/.helmignore similarity index 100% rename from stable/clipplex/3.1.3/.helmignore rename to stable/clamav/10.3.0/.helmignore diff --git a/stable/clamav/10.3.0/CHANGELOG.md b/stable/clamav/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..5a9d85e1108 --- /dev/null +++ b/stable/clamav/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [clamav-10.3.0](https://github.com/truecharts/charts/compare/clamav-10.2.4...clamav-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [clamav-10.2.4](https://github.com/truecharts/charts/compare/clamav-10.2.3...clamav-10.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [clamav-10.2.3](https://github.com/truecharts/charts/compare/clamav-10.2.1...clamav-10.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + +## [clamav-9.2.0](https://github.com/truecharts/charts/compare/clamav-9.1.17...clamav-9.2.0) (2024-02-14) + +### Chore + + + +- update container image clamav/clamav to v1.3.0[@cb6da73](https://github.com/cb6da73) by renovate ([#18173](https://github.com/truecharts/charts/issues/18173)) + + +## [clamav-9.1.17](https://github.com/truecharts/charts/compare/clamav-9.1.16...clamav-9.1.17) (2024-02-12) + +### Chore + + + +- update container image clamav/clamav to v1.2.2[@1277222](https://github.com/1277222) by renovate ([#18123](https://github.com/truecharts/charts/issues/18123)) + + +## [clamav-9.1.16](https://github.com/truecharts/charts/compare/clamav-9.1.15...clamav-9.1.16) (2024-02-05) + +### Chore + + + +- update container image clamav/clamav to 1.2.1[@e22d570](https://github.com/e22d570) by renovate ([#17953](https://github.com/truecharts/charts/issues/17953)) + + +## [clamav-9.1.15](https://github.com/truecharts/charts/compare/clamav-9.1.14...clamav-9.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [clamav-9.1.14](https://github.com/truecharts/charts/compare/clamav-9.1.13...clamav-9.1.14) (2024-02-03) + +### Chore + + + +- update container image clamav/clamav to 1.2.1[@283bb9e](https://github.com/283bb9e) by renovate ([#17796](https://github.com/truecharts/charts/issues/17796)) + + +## [clamav-9.1.13](https://github.com/truecharts/charts/compare/clamav-9.1.12...clamav-9.1.13) (2024-01-29) + +### Chore + diff --git a/stable/clamav/10.3.0/Chart.yaml b/stable/clamav/10.3.0/Chart.yaml new file mode 100644 index 00000000000..1ac4adcdeba --- /dev/null +++ b/stable/clamav/10.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.3.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ClamAV is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats. +home: https://truecharts.org/charts/stable/clamav +icon: https://truecharts.org/img/hotlink-ok/chart-icons/clamav.png +keywords: + - clamav + - antivirus +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: clamav +sources: + - https://github.com/Cisco-Talos/clamav + - https://docs.clamav.net/ + - https://github.com/truecharts/charts/tree/master/charts/stable/clamav + - https://hub.docker.com/r/clamav/clamav +type: application +version: 10.3.0 diff --git a/stable/clamav/10.2.0/README.md b/stable/clamav/10.3.0/README.md similarity index 100% rename from stable/clamav/10.2.0/README.md rename to stable/clamav/10.3.0/README.md diff --git a/stable/clamav/10.3.0/app-changelog.md b/stable/clamav/10.3.0/app-changelog.md new file mode 100644 index 00000000000..ba7404f60f9 --- /dev/null +++ b/stable/clamav/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [clamav-10.3.0](https://github.com/truecharts/charts/compare/clamav-10.2.4...clamav-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/clamav/10.2.0/app-readme.md b/stable/clamav/10.3.0/app-readme.md similarity index 100% rename from stable/clamav/10.2.0/app-readme.md rename to stable/clamav/10.3.0/app-readme.md diff --git a/stable/clamav/10.3.0/charts/common-18.2.0.tgz b/stable/clamav/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/clamav/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/clamav/10.3.0/ix_values.yaml b/stable/clamav/10.3.0/ix_values.yaml new file mode 100644 index 00000000000..01dae3faa1a --- /dev/null +++ b/stable/clamav/10.3.0/ix_values.yaml @@ -0,0 +1,82 @@ +image: + repository: clamav/clamav + pullPolicy: IfNotPresent + tag: 1.3.0@sha256:0bb5d72ed47458c3333868c2e5835dd38f4268ceeba6e4212b3c57d809526755 +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +clamav: + report_path: "/logs" + # User Defined + + cron_enabled: true + cron_schedule: "* * * * *" + date_format: "+%m-%d-%Y_%H.%M.%S" + log_file_name: "clamscan_report" + extra_args: "" +service: + main: + ports: + main: + port: 3310 + protocol: http + targetPort: 3310 + milter: + enabled: true + ports: + milter: + enabled: true + port: 7357 + protocol: http + targetPort: 7357 +cronjob: + annotations: {} + failedJobsHistoryLimit: 5 + successfulJobsHistoryLimit: 2 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: true + type: exec + command: + - clamdcheck.sh + readiness: + enabled: true + type: exec + command: + - clamdcheck.sh + startup: + enabled: true + type: exec + command: + - clamdcheck.sh + env: + CLAMAV_NO_CLAMD: false + CLAMAV_NO_FRESHCLAMD: false + CLAMAV_NO_MILTERD: true + CLAMD_STARTUP_TIMEOUT: 1800 + FRESHCLAM_CHECKS: 1 +persistence: + sigdatabase: + enabled: true + mountPath: /var/lib/clamav + targetSelectAll: true + scandir: + enabled: true + mountPath: /scandir + readOnly: true + targetSelectAll: true + logs: + enabled: true + mountPath: /logs + targetSelectAll: true +portal: + open: + enabled: false diff --git a/stable/clamav/10.2.0/questions.yaml b/stable/clamav/10.3.0/questions.yaml similarity index 100% rename from stable/clamav/10.2.0/questions.yaml rename to stable/clamav/10.3.0/questions.yaml diff --git a/stable/cloud9/11.1.3/templates/NOTES.txt b/stable/clamav/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/cloud9/11.1.3/templates/NOTES.txt rename to stable/clamav/10.3.0/templates/NOTES.txt diff --git a/stable/clamav/10.2.0/templates/_cronjob.tpl b/stable/clamav/10.3.0/templates/_cronjob.tpl similarity index 100% rename from stable/clamav/10.2.0/templates/_cronjob.tpl rename to stable/clamav/10.3.0/templates/_cronjob.tpl diff --git a/stable/clamav/10.2.0/templates/common.yaml b/stable/clamav/10.3.0/templates/common.yaml similarity index 100% rename from stable/clamav/10.2.0/templates/common.yaml rename to stable/clamav/10.3.0/templates/common.yaml diff --git a/stable/clipplex/3.1.3/values.yaml b/stable/clamav/10.3.0/values.yaml similarity index 100% rename from stable/clipplex/3.1.3/values.yaml rename to stable/clamav/10.3.0/values.yaml diff --git a/stable/clarkson/12.3.0/CHANGELOG.md b/stable/clarkson/12.3.0/CHANGELOG.md deleted file mode 100644 index ead06a3a4b9..00000000000 --- a/stable/clarkson/12.3.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - -## [clarkson-11.1.15](https://github.com/truecharts/charts/compare/clarkson-11.1.14...clarkson-11.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [clarkson-11.1.14](https://github.com/truecharts/charts/compare/clarkson-11.1.13...clarkson-11.1.14) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [clarkson-11.1.13](https://github.com/truecharts/charts/compare/clarkson-11.1.12...clarkson-11.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [clarkson-11.1.12](https://github.com/truecharts/charts/compare/clarkson-11.1.11...clarkson-11.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [clarkson-11.1.11](https://github.com/truecharts/charts/compare/clarkson-11.1.10...clarkson-11.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [clarkson-11.1.10](https://github.com/truecharts/charts/compare/clarkson-11.1.9...clarkson-11.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [clarkson-11.1.9](https://github.com/truecharts/charts/compare/clarkson-11.1.8...clarkson-11.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [clarkson-11.1.8](https://github.com/truecharts/charts/compare/clarkson-11.1.7...clarkson-11.1.8) (2024-01-02) - -### Chore - - - -- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820)) - - -## [clarkson-11.1.7](https://github.com/truecharts/charts/compare/clarkson-11.1.6...clarkson-11.1.7) (2024-01-02) - -### Chore \ No newline at end of file diff --git a/stable/clarkson/12.3.0/Chart.yaml b/stable/clarkson/12.3.0/Chart.yaml deleted file mode 100644 index a04358c93d3..00000000000 --- a/stable/clarkson/12.3.0/Chart.yaml +++ /dev/null @@ -1,47 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: vehicle - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.1.2 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.0.0 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A web-based dashboard application that gives you a neat and clean interface for logging your fuel fill-ups for all of your vehicles. -home: https://truecharts.org/charts/stable/clarkson -icon: https://truecharts.org/img/hotlink-ok/chart-icons/clarkson.png -keywords: - - fuel - - car - - log - - fill-up - - vehicle -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: clarkson -sources: - - https://github.com/linuxserver/Clarkson - - https://github.com/truecharts/charts/tree/master/charts/stable/clarkson - - https://ghcr.io/linuxserver/clarkson -type: application -version: 12.3.0 diff --git a/stable/clarkson/12.3.0/charts/common-18.1.2.tgz b/stable/clarkson/12.3.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/clarkson/12.3.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/clarkson/12.3.0/charts/mariadb-13.0.0.tgz b/stable/clarkson/12.3.0/charts/mariadb-13.0.0.tgz deleted file mode 100644 index 564d2d213b7..00000000000 Binary files a/stable/clarkson/12.3.0/charts/mariadb-13.0.0.tgz and /dev/null differ diff --git a/stable/cloud9/11.1.3/.helmignore b/stable/clarkson/12.5.0/.helmignore similarity index 100% rename from stable/cloud9/11.1.3/.helmignore rename to stable/clarkson/12.5.0/.helmignore diff --git a/stable/clarkson/12.5.0/CHANGELOG.md b/stable/clarkson/12.5.0/CHANGELOG.md new file mode 100644 index 00000000000..1cd880b97cf --- /dev/null +++ b/stable/clarkson/12.5.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [clarkson-12.5.0](https://github.com/truecharts/charts/compare/clarkson-12.4.3...clarkson-12.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [clarkson-12.4.3](https://github.com/truecharts/charts/compare/clarkson-12.4.2...clarkson-12.4.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [clarkson-12.4.2](https://github.com/truecharts/charts/compare/clarkson-12.4.0...clarkson-12.4.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + +## [clarkson-11.1.15](https://github.com/truecharts/charts/compare/clarkson-11.1.14...clarkson-11.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [clarkson-11.1.14](https://github.com/truecharts/charts/compare/clarkson-11.1.13...clarkson-11.1.14) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [clarkson-11.1.13](https://github.com/truecharts/charts/compare/clarkson-11.1.12...clarkson-11.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [clarkson-11.1.12](https://github.com/truecharts/charts/compare/clarkson-11.1.11...clarkson-11.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [clarkson-11.1.11](https://github.com/truecharts/charts/compare/clarkson-11.1.10...clarkson-11.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [clarkson-11.1.10](https://github.com/truecharts/charts/compare/clarkson-11.1.9...clarkson-11.1.10) (2024-01-21) diff --git a/stable/clarkson/12.5.0/Chart.yaml b/stable/clarkson/12.5.0/Chart.yaml new file mode 100644 index 00000000000..1484d77b63b --- /dev/null +++ b/stable/clarkson/12.5.0/Chart.yaml @@ -0,0 +1,47 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: vehicle + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.1.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.2.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A web-based dashboard application that gives you a neat and clean interface for logging your fuel fill-ups for all of your vehicles. +home: https://truecharts.org/charts/stable/clarkson +icon: https://truecharts.org/img/hotlink-ok/chart-icons/clarkson.png +keywords: + - fuel + - car + - log + - fill-up + - vehicle +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: clarkson +sources: + - https://github.com/linuxserver/Clarkson + - https://github.com/truecharts/charts/tree/master/charts/stable/clarkson + - https://ghcr.io/linuxserver/clarkson +type: application +version: 12.5.0 diff --git a/stable/clarkson/12.3.0/README.md b/stable/clarkson/12.5.0/README.md similarity index 100% rename from stable/clarkson/12.3.0/README.md rename to stable/clarkson/12.5.0/README.md diff --git a/stable/clarkson/12.5.0/app-changelog.md b/stable/clarkson/12.5.0/app-changelog.md new file mode 100644 index 00000000000..50b22664082 --- /dev/null +++ b/stable/clarkson/12.5.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [clarkson-12.5.0](https://github.com/truecharts/charts/compare/clarkson-12.4.3...clarkson-12.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/clarkson/12.3.0/app-readme.md b/stable/clarkson/12.5.0/app-readme.md similarity index 100% rename from stable/clarkson/12.3.0/app-readme.md rename to stable/clarkson/12.5.0/app-readme.md diff --git a/stable/clarkson/12.5.0/charts/common-18.2.0.tgz b/stable/clarkson/12.5.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/clarkson/12.5.0/charts/common-18.2.0.tgz differ diff --git a/stable/clarkson/12.5.0/charts/mariadb-13.2.0.tgz b/stable/clarkson/12.5.0/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/clarkson/12.5.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/clarkson/12.3.0/ix_values.yaml b/stable/clarkson/12.5.0/ix_values.yaml similarity index 100% rename from stable/clarkson/12.3.0/ix_values.yaml rename to stable/clarkson/12.5.0/ix_values.yaml diff --git a/stable/clarkson/12.3.0/questions.yaml b/stable/clarkson/12.5.0/questions.yaml similarity index 100% rename from stable/clarkson/12.3.0/questions.yaml rename to stable/clarkson/12.5.0/questions.yaml diff --git a/stable/cloudflareddns/9.2.0/templates/NOTES.txt b/stable/clarkson/12.5.0/templates/NOTES.txt similarity index 100% rename from stable/cloudflareddns/9.2.0/templates/NOTES.txt rename to stable/clarkson/12.5.0/templates/NOTES.txt diff --git a/stable/clipplex/3.1.3/templates/common.yaml b/stable/clarkson/12.5.0/templates/common.yaml similarity index 100% rename from stable/clipplex/3.1.3/templates/common.yaml rename to stable/clarkson/12.5.0/templates/common.yaml diff --git a/stable/cloud9/11.1.3/values.yaml b/stable/clarkson/12.5.0/values.yaml similarity index 100% rename from stable/cloud9/11.1.3/values.yaml rename to stable/clarkson/12.5.0/values.yaml diff --git a/stable/clipplex/3.1.3/CHANGELOG.md b/stable/clipplex/3.1.3/CHANGELOG.md deleted file mode 100644 index 7cc349a2527..00000000000 --- a/stable/clipplex/3.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [clipplex-2.1.12](https://github.com/truecharts/charts/compare/clipplex-2.1.11...clipplex-2.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [clipplex-2.1.11](https://github.com/truecharts/charts/compare/clipplex-2.1.10...clipplex-2.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [clipplex-2.1.10](https://github.com/truecharts/charts/compare/clipplex-2.1.9...clipplex-2.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [clipplex-2.1.9](https://github.com/truecharts/charts/compare/clipplex-2.1.8...clipplex-2.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [clipplex-2.1.8](https://github.com/truecharts/charts/compare/clipplex-2.1.7...clipplex-2.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [clipplex-2.1.7](https://github.com/truecharts/charts/compare/clipplex-2.1.6...clipplex-2.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [clipplex-2.1.6](https://github.com/truecharts/charts/compare/clipplex-2.1.5...clipplex-2.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [clipplex-2.1.5](https://github.com/truecharts/charts/compare/clipplex-2.1.4...clipplex-2.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [clipplex-2.1.4](https://github.com/truecharts/charts/compare/clipplex-2.1.3...clipplex-2.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/clipplex/3.1.3/Chart.yaml b/stable/clipplex/3.1.3/Chart.yaml deleted file mode 100644 index bdae3dc18fb..00000000000 --- a/stable/clipplex/3.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Clip your plex media to share. -home: https://truecharts.org/charts/stable/clipplex -icon: https://truecharts.org/img/hotlink-ok/chart-icons/clipplex.png -keywords: - - clipplex - - media -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: clipplex -sources: - - https://github.com/jo-nike/clipplex - - https://github.com/truecharts/charts/tree/master/charts/stable/clipplex - - https://hub.docker.com/r/jonnike/clipplex -type: application -version: 3.1.3 diff --git a/stable/clipplex/3.1.3/charts/common-18.0.3.tgz b/stable/clipplex/3.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/clipplex/3.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/cloudcommander/5.1.3/.helmignore b/stable/clipplex/3.3.0/.helmignore similarity index 100% rename from stable/cloudcommander/5.1.3/.helmignore rename to stable/clipplex/3.3.0/.helmignore diff --git a/stable/clipplex/3.3.0/CHANGELOG.md b/stable/clipplex/3.3.0/CHANGELOG.md new file mode 100644 index 00000000000..81227531362 --- /dev/null +++ b/stable/clipplex/3.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [clipplex-3.3.0](https://github.com/truecharts/charts/compare/clipplex-3.2.3...clipplex-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [clipplex-3.2.3](https://github.com/truecharts/charts/compare/clipplex-3.2.2...clipplex-3.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [clipplex-3.2.2](https://github.com/truecharts/charts/compare/clipplex-3.2.0...clipplex-3.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [clipplex-2.1.12](https://github.com/truecharts/charts/compare/clipplex-2.1.11...clipplex-2.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [clipplex-2.1.11](https://github.com/truecharts/charts/compare/clipplex-2.1.10...clipplex-2.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [clipplex-2.1.10](https://github.com/truecharts/charts/compare/clipplex-2.1.9...clipplex-2.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [clipplex-2.1.9](https://github.com/truecharts/charts/compare/clipplex-2.1.8...clipplex-2.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [clipplex-2.1.8](https://github.com/truecharts/charts/compare/clipplex-2.1.7...clipplex-2.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [clipplex-2.1.7](https://github.com/truecharts/charts/compare/clipplex-2.1.6...clipplex-2.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/clipplex/3.3.0/Chart.yaml b/stable/clipplex/3.3.0/Chart.yaml new file mode 100644 index 00000000000..ce6d3a50626 --- /dev/null +++ b/stable/clipplex/3.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Clip your plex media to share. +home: https://truecharts.org/charts/stable/clipplex +icon: https://truecharts.org/img/hotlink-ok/chart-icons/clipplex.png +keywords: + - clipplex + - media +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: clipplex +sources: + - https://github.com/jo-nike/clipplex + - https://github.com/truecharts/charts/tree/master/charts/stable/clipplex + - https://hub.docker.com/r/jonnike/clipplex +type: application +version: 3.3.0 diff --git a/stable/clipplex/3.1.3/README.md b/stable/clipplex/3.3.0/README.md similarity index 100% rename from stable/clipplex/3.1.3/README.md rename to stable/clipplex/3.3.0/README.md diff --git a/stable/clipplex/3.3.0/app-changelog.md b/stable/clipplex/3.3.0/app-changelog.md new file mode 100644 index 00000000000..7159e0a191d --- /dev/null +++ b/stable/clipplex/3.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [clipplex-3.3.0](https://github.com/truecharts/charts/compare/clipplex-3.2.3...clipplex-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/clipplex/3.1.3/app-readme.md b/stable/clipplex/3.3.0/app-readme.md similarity index 100% rename from stable/clipplex/3.1.3/app-readme.md rename to stable/clipplex/3.3.0/app-readme.md diff --git a/stable/clipplex/3.3.0/charts/common-18.2.0.tgz b/stable/clipplex/3.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/clipplex/3.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/clipplex/3.1.3/ix_values.yaml b/stable/clipplex/3.3.0/ix_values.yaml similarity index 100% rename from stable/clipplex/3.1.3/ix_values.yaml rename to stable/clipplex/3.3.0/ix_values.yaml diff --git a/stable/clipplex/3.1.3/questions.yaml b/stable/clipplex/3.3.0/questions.yaml similarity index 100% rename from stable/clipplex/3.1.3/questions.yaml rename to stable/clipplex/3.3.0/questions.yaml diff --git a/stable/cloud9/11.1.3/templates/common.yaml b/stable/clipplex/3.3.0/templates/common.yaml similarity index 100% rename from stable/cloud9/11.1.3/templates/common.yaml rename to stable/clipplex/3.3.0/templates/common.yaml diff --git a/stable/cloudcommander/5.1.3/values.yaml b/stable/clipplex/3.3.0/values.yaml similarity index 100% rename from stable/cloudcommander/5.1.3/values.yaml rename to stable/clipplex/3.3.0/values.yaml diff --git a/stable/cloud9/11.1.3/CHANGELOG.md b/stable/cloud9/11.1.3/CHANGELOG.md deleted file mode 100644 index 6953e0db170..00000000000 --- a/stable/cloud9/11.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [cloud9-10.1.12](https://github.com/truecharts/charts/compare/cloud9-10.1.11...cloud9-10.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cloud9-10.1.11](https://github.com/truecharts/charts/compare/cloud9-10.1.10...cloud9-10.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [cloud9-10.1.10](https://github.com/truecharts/charts/compare/cloud9-10.1.9...cloud9-10.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [cloud9-10.1.9](https://github.com/truecharts/charts/compare/cloud9-10.1.8...cloud9-10.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [cloud9-10.1.8](https://github.com/truecharts/charts/compare/cloud9-10.1.7...cloud9-10.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [cloud9-10.1.7](https://github.com/truecharts/charts/compare/cloud9-10.1.6...cloud9-10.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [cloud9-10.1.6](https://github.com/truecharts/charts/compare/cloud9-10.1.5...cloud9-10.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [cloud9-10.1.5](https://github.com/truecharts/charts/compare/cloud9-10.1.4...cloud9-10.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [cloud9-10.1.4](https://github.com/truecharts/charts/compare/cloud9-10.1.3...cloud9-10.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/cloud9/11.1.3/Chart.yaml b/stable/cloud9/11.1.3/Chart.yaml deleted file mode 100644 index 9a93b833c85..00000000000 --- a/stable/cloud9/11.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.29.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A complete web based IDE with terminal access -home: https://truecharts.org/charts/stable/cloud9 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloud9.png -keywords: - - cloud9 - - ide - - terminal - - web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cloud9 -sources: - - https://aws.amazon.com/cloud9/ - - https://github.com/c9/core - - https://github.com/truecharts/charts/tree/master/charts/stable/cloud9 - - https://ghcr.io/linuxserver/cloud9 -type: application -version: 11.1.3 diff --git a/stable/cloud9/11.1.3/charts/common-18.0.3.tgz b/stable/cloud9/11.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/cloud9/11.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/cloudflared/10.1.3/.helmignore b/stable/cloud9/11.3.0/.helmignore similarity index 100% rename from stable/cloudflared/10.1.3/.helmignore rename to stable/cloud9/11.3.0/.helmignore diff --git a/stable/cloud9/11.3.0/CHANGELOG.md b/stable/cloud9/11.3.0/CHANGELOG.md new file mode 100644 index 00000000000..5a472c0ce90 --- /dev/null +++ b/stable/cloud9/11.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cloud9-11.3.0](https://github.com/truecharts/charts/compare/cloud9-11.2.3...cloud9-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [cloud9-11.2.3](https://github.com/truecharts/charts/compare/cloud9-11.2.2...cloud9-11.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [cloud9-11.2.2](https://github.com/truecharts/charts/compare/cloud9-11.2.0...cloud9-11.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [cloud9-10.1.12](https://github.com/truecharts/charts/compare/cloud9-10.1.11...cloud9-10.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [cloud9-10.1.11](https://github.com/truecharts/charts/compare/cloud9-10.1.10...cloud9-10.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [cloud9-10.1.10](https://github.com/truecharts/charts/compare/cloud9-10.1.9...cloud9-10.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [cloud9-10.1.9](https://github.com/truecharts/charts/compare/cloud9-10.1.8...cloud9-10.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [cloud9-10.1.8](https://github.com/truecharts/charts/compare/cloud9-10.1.7...cloud9-10.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [cloud9-10.1.7](https://github.com/truecharts/charts/compare/cloud9-10.1.6...cloud9-10.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/cloud9/11.3.0/Chart.yaml b/stable/cloud9/11.3.0/Chart.yaml new file mode 100644 index 00000000000..ebcf2309592 --- /dev/null +++ b/stable/cloud9/11.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.29.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A complete web based IDE with terminal access +home: https://truecharts.org/charts/stable/cloud9 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloud9.png +keywords: + - cloud9 + - ide + - terminal + - web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cloud9 +sources: + - https://aws.amazon.com/cloud9/ + - https://github.com/c9/core + - https://github.com/truecharts/charts/tree/master/charts/stable/cloud9 + - https://ghcr.io/linuxserver/cloud9 +type: application +version: 11.3.0 diff --git a/stable/cloud9/11.1.3/README.md b/stable/cloud9/11.3.0/README.md similarity index 100% rename from stable/cloud9/11.1.3/README.md rename to stable/cloud9/11.3.0/README.md diff --git a/stable/cloud9/11.3.0/app-changelog.md b/stable/cloud9/11.3.0/app-changelog.md new file mode 100644 index 00000000000..c4d8abd7803 --- /dev/null +++ b/stable/cloud9/11.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [cloud9-11.3.0](https://github.com/truecharts/charts/compare/cloud9-11.2.3...cloud9-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/cloud9/11.1.3/app-readme.md b/stable/cloud9/11.3.0/app-readme.md similarity index 100% rename from stable/cloud9/11.1.3/app-readme.md rename to stable/cloud9/11.3.0/app-readme.md diff --git a/stable/cloud9/11.3.0/charts/common-18.2.0.tgz b/stable/cloud9/11.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/cloud9/11.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/cloud9/11.1.3/ix_values.yaml b/stable/cloud9/11.3.0/ix_values.yaml similarity index 100% rename from stable/cloud9/11.1.3/ix_values.yaml rename to stable/cloud9/11.3.0/ix_values.yaml diff --git a/stable/cloud9/11.1.3/questions.yaml b/stable/cloud9/11.3.0/questions.yaml similarity index 100% rename from stable/cloud9/11.1.3/questions.yaml rename to stable/cloud9/11.3.0/questions.yaml diff --git a/stable/code-server/11.2.1/templates/NOTES.txt b/stable/cloud9/11.3.0/templates/NOTES.txt similarity index 100% rename from stable/code-server/11.2.1/templates/NOTES.txt rename to stable/cloud9/11.3.0/templates/NOTES.txt diff --git a/stable/cloudflared/10.1.3/templates/common.yaml b/stable/cloud9/11.3.0/templates/common.yaml similarity index 100% rename from stable/cloudflared/10.1.3/templates/common.yaml rename to stable/cloud9/11.3.0/templates/common.yaml diff --git a/stable/cloudflared/10.1.3/values.yaml b/stable/cloud9/11.3.0/values.yaml similarity index 100% rename from stable/cloudflared/10.1.3/values.yaml rename to stable/cloud9/11.3.0/values.yaml diff --git a/stable/cloudcommander/5.1.3/CHANGELOG.md b/stable/cloudcommander/5.1.3/CHANGELOG.md deleted file mode 100644 index d5d99ba17bf..00000000000 --- a/stable/cloudcommander/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [cloudcommander-4.1.14](https://github.com/truecharts/charts/compare/cloudcommander-4.1.13...cloudcommander-4.1.14) (2024-02-05) - -### Chore - - - -- update container image coderaiser/cloudcmd to latest[@80238d3](https://github.com/80238d3) by renovate ([#17822](https://github.com/truecharts/charts/issues/17822)) - - -## [cloudcommander-4.1.13](https://github.com/truecharts/charts/compare/cloudcommander-4.1.12...cloudcommander-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cloudcommander-4.1.12](https://github.com/truecharts/charts/compare/cloudcommander-4.1.11...cloudcommander-4.1.12) (2024-01-29) - -### Chore - - - -- update container image coderaiser/cloudcmd to latest[@365802f](https://github.com/365802f) by renovate ([#17582](https://github.com/truecharts/charts/issues/17582)) - - -## [cloudcommander-4.1.11](https://github.com/truecharts/charts/compare/cloudcommander-4.1.10...cloudcommander-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [cloudcommander-4.1.10](https://github.com/truecharts/charts/compare/cloudcommander-4.1.9...cloudcommander-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [cloudcommander-4.1.9](https://github.com/truecharts/charts/compare/cloudcommander-4.1.8...cloudcommander-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [cloudcommander-4.1.8](https://github.com/truecharts/charts/compare/cloudcommander-4.1.7...cloudcommander-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [cloudcommander-4.1.7](https://github.com/truecharts/charts/compare/cloudcommander-4.1.6...cloudcommander-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [cloudcommander-4.1.6](https://github.com/truecharts/charts/compare/cloudcommander-4.1.5...cloudcommander-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - diff --git a/stable/cloudcommander/5.1.3/Chart.yaml b/stable/cloudcommander/5.1.3/Chart.yaml deleted file mode 100644 index b7a178d0149..00000000000 --- a/stable/cloudcommander/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: | - [b]CloudCommander[/b] is a simple web file browser with a built in text editor and archive compress/extract abilities.[br/] -home: https://truecharts.org/charts/stable/cloudcommander -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudcommander.png -keywords: - - cloudcommander - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cloudcommander -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/cloudcommander - - https://hub.docker.com/r/coderaiser/cloudcmd -type: application -version: 5.1.3 diff --git a/stable/cloudcommander/5.1.3/charts/common-18.0.3.tgz b/stable/cloudcommander/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/cloudcommander/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/cloudflareddns/9.2.0/.helmignore b/stable/cloudcommander/5.3.0/.helmignore similarity index 100% rename from stable/cloudflareddns/9.2.0/.helmignore rename to stable/cloudcommander/5.3.0/.helmignore diff --git a/stable/cloudcommander/5.3.0/CHANGELOG.md b/stable/cloudcommander/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..2e3823048f8 --- /dev/null +++ b/stable/cloudcommander/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cloudcommander-5.3.0](https://github.com/truecharts/charts/compare/cloudcommander-5.2.3...cloudcommander-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [cloudcommander-5.2.3](https://github.com/truecharts/charts/compare/cloudcommander-5.2.2...cloudcommander-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [cloudcommander-5.2.2](https://github.com/truecharts/charts/compare/cloudcommander-5.2.0...cloudcommander-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [cloudcommander-4.1.14](https://github.com/truecharts/charts/compare/cloudcommander-4.1.13...cloudcommander-4.1.14) (2024-02-05) + +### Chore + + + +- update container image coderaiser/cloudcmd to latest[@80238d3](https://github.com/80238d3) by renovate ([#17822](https://github.com/truecharts/charts/issues/17822)) + + +## [cloudcommander-4.1.13](https://github.com/truecharts/charts/compare/cloudcommander-4.1.12...cloudcommander-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [cloudcommander-4.1.12](https://github.com/truecharts/charts/compare/cloudcommander-4.1.11...cloudcommander-4.1.12) (2024-01-29) + +### Chore + + + +- update container image coderaiser/cloudcmd to latest[@365802f](https://github.com/365802f) by renovate ([#17582](https://github.com/truecharts/charts/issues/17582)) + + +## [cloudcommander-4.1.11](https://github.com/truecharts/charts/compare/cloudcommander-4.1.10...cloudcommander-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [cloudcommander-4.1.10](https://github.com/truecharts/charts/compare/cloudcommander-4.1.9...cloudcommander-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [cloudcommander-4.1.9](https://github.com/truecharts/charts/compare/cloudcommander-4.1.8...cloudcommander-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) diff --git a/stable/cloudcommander/5.3.0/Chart.yaml b/stable/cloudcommander/5.3.0/Chart.yaml new file mode 100644 index 00000000000..e499daf12f6 --- /dev/null +++ b/stable/cloudcommander/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: | + [b]CloudCommander[/b] is a simple web file browser with a built in text editor and archive compress/extract abilities.[br/] +home: https://truecharts.org/charts/stable/cloudcommander +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudcommander.png +keywords: + - cloudcommander + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cloudcommander +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/cloudcommander + - https://hub.docker.com/r/coderaiser/cloudcmd +type: application +version: 5.3.0 diff --git a/stable/cloudcommander/5.1.3/README.md b/stable/cloudcommander/5.3.0/README.md similarity index 100% rename from stable/cloudcommander/5.1.3/README.md rename to stable/cloudcommander/5.3.0/README.md diff --git a/stable/cloudcommander/5.3.0/app-changelog.md b/stable/cloudcommander/5.3.0/app-changelog.md new file mode 100644 index 00000000000..afcae835507 --- /dev/null +++ b/stable/cloudcommander/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [cloudcommander-5.3.0](https://github.com/truecharts/charts/compare/cloudcommander-5.2.3...cloudcommander-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/cloudcommander/5.1.3/app-readme.md b/stable/cloudcommander/5.3.0/app-readme.md similarity index 100% rename from stable/cloudcommander/5.1.3/app-readme.md rename to stable/cloudcommander/5.3.0/app-readme.md diff --git a/stable/cloudcommander/5.3.0/charts/common-18.2.0.tgz b/stable/cloudcommander/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/cloudcommander/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/cloudcommander/5.1.3/ix_values.yaml b/stable/cloudcommander/5.3.0/ix_values.yaml similarity index 100% rename from stable/cloudcommander/5.1.3/ix_values.yaml rename to stable/cloudcommander/5.3.0/ix_values.yaml diff --git a/stable/cloudcommander/5.1.3/questions.yaml b/stable/cloudcommander/5.3.0/questions.yaml similarity index 100% rename from stable/cloudcommander/5.1.3/questions.yaml rename to stable/cloudcommander/5.3.0/questions.yaml diff --git a/stable/cloudcommander/5.1.3/templates/common.yaml b/stable/cloudcommander/5.3.0/templates/common.yaml similarity index 100% rename from stable/cloudcommander/5.1.3/templates/common.yaml rename to stable/cloudcommander/5.3.0/templates/common.yaml diff --git a/stable/cloudflareddns/9.2.0/values.yaml b/stable/cloudcommander/5.3.0/values.yaml similarity index 100% rename from stable/cloudflareddns/9.2.0/values.yaml rename to stable/cloudcommander/5.3.0/values.yaml diff --git a/stable/cloudflared/10.1.3/CHANGELOG.md b/stable/cloudflared/10.1.3/CHANGELOG.md deleted file mode 100644 index ec2109852e3..00000000000 --- a/stable/cloudflared/10.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [cloudflared-9.1.0](https://github.com/truecharts/charts/compare/cloudflared-9.0.10...cloudflared-9.1.0) (2024-02-12) - -### Chore - - - -- update container image cloudflare/cloudflared to v2024.2.0[@4d55d2f](https://github.com/4d55d2f) by renovate ([#18174](https://github.com/truecharts/charts/issues/18174)) - - -## [cloudflared-9.0.10](https://github.com/truecharts/charts/compare/cloudflared-9.0.9...cloudflared-9.0.10) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cloudflared-9.0.9](https://github.com/truecharts/charts/compare/cloudflared-9.0.8...cloudflared-9.0.9) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [cloudflared-9.0.8](https://github.com/truecharts/charts/compare/cloudflared-9.0.7...cloudflared-9.0.8) (2024-01-26) - -### Chore - - - -- update container image cloudflare/cloudflared to v2024.1.5[@76f61ae](https://github.com/76f61ae) by renovate ([#17544](https://github.com/truecharts/charts/issues/17544)) - - -## [cloudflared-9.0.7](https://github.com/truecharts/charts/compare/cloudflared-9.0.6...cloudflared-9.0.7) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [cloudflared-9.0.6](https://github.com/truecharts/charts/compare/cloudflared-9.0.5...cloudflared-9.0.6) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [cloudflared-9.0.5](https://github.com/truecharts/charts/compare/cloudflared-9.0.4...cloudflared-9.0.5) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [cloudflared-9.0.4](https://github.com/truecharts/charts/compare/cloudflared-9.0.3...cloudflared-9.0.4) (2024-01-21) - -### Chore - - - -- update container image cloudflare/cloudflared to v2024.1.4[@90a3eb0](https://github.com/90a3eb0) by renovate ([#17408](https://github.com/truecharts/charts/issues/17408)) - - -## [cloudflared-9.0.3](https://github.com/truecharts/charts/compare/cloudflared-9.0.2...cloudflared-9.0.3) (2024-01-19) - -### Chore - - - -- update container image cloudflare/cloudflared to v2024.1.3[@8124930](https://github.com/8124930) by renovate ([#17300](https://github.com/truecharts/charts/issues/17300)) - - -## [cloudflared-9.0.2](https://github.com/truecharts/charts/compare/cloudflared-9.0.1...cloudflared-9.0.2) (2024-01-14) \ No newline at end of file diff --git a/stable/cloudflared/10.1.3/Chart.yaml b/stable/cloudflared/10.1.3/Chart.yaml deleted file mode 100644 index 4a00a536fc5..00000000000 --- a/stable/cloudflared/10.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: network - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.2.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Client for Cloudflare Tunnel, a daemon that exposes private services through the Cloudflare edge. -home: https://truecharts.org/charts/stable/cloudflared -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudflared.png -keywords: - - cloudflared - - networking -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cloudflared -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/cloudflared - - https://hub.docker.com/r/cloudflare/cloudflared -type: application -version: 10.1.3 diff --git a/stable/cloudflared/10.1.3/charts/common-18.0.3.tgz b/stable/cloudflared/10.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/cloudflared/10.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/cloudreve/6.1.3/.helmignore b/stable/cloudflared/10.3.0/.helmignore similarity index 100% rename from stable/cloudreve/6.1.3/.helmignore rename to stable/cloudflared/10.3.0/.helmignore diff --git a/stable/cloudflared/10.3.0/CHANGELOG.md b/stable/cloudflared/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..283aea45c2e --- /dev/null +++ b/stable/cloudflared/10.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cloudflared-10.3.0](https://github.com/truecharts/charts/compare/cloudflared-10.2.3...cloudflared-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [cloudflared-10.2.3](https://github.com/truecharts/charts/compare/cloudflared-10.2.2...cloudflared-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [cloudflared-10.2.2](https://github.com/truecharts/charts/compare/cloudflared-10.2.0...cloudflared-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [cloudflared-9.1.0](https://github.com/truecharts/charts/compare/cloudflared-9.0.10...cloudflared-9.1.0) (2024-02-12) + +### Chore + + + +- update container image cloudflare/cloudflared to v2024.2.0[@4d55d2f](https://github.com/4d55d2f) by renovate ([#18174](https://github.com/truecharts/charts/issues/18174)) + + +## [cloudflared-9.0.10](https://github.com/truecharts/charts/compare/cloudflared-9.0.9...cloudflared-9.0.10) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [cloudflared-9.0.9](https://github.com/truecharts/charts/compare/cloudflared-9.0.8...cloudflared-9.0.9) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [cloudflared-9.0.8](https://github.com/truecharts/charts/compare/cloudflared-9.0.7...cloudflared-9.0.8) (2024-01-26) + +### Chore + + + +- update container image cloudflare/cloudflared to v2024.1.5[@76f61ae](https://github.com/76f61ae) by renovate ([#17544](https://github.com/truecharts/charts/issues/17544)) + + +## [cloudflared-9.0.7](https://github.com/truecharts/charts/compare/cloudflared-9.0.6...cloudflared-9.0.7) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [cloudflared-9.0.6](https://github.com/truecharts/charts/compare/cloudflared-9.0.5...cloudflared-9.0.6) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) \ No newline at end of file diff --git a/stable/cloudflared/10.3.0/Chart.yaml b/stable/cloudflared/10.3.0/Chart.yaml new file mode 100644 index 00000000000..2e30f3a9247 --- /dev/null +++ b/stable/cloudflared/10.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.2.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Client for Cloudflare Tunnel, a daemon that exposes private services through the Cloudflare edge. +home: https://truecharts.org/charts/stable/cloudflared +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudflared.png +keywords: + - cloudflared + - networking +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cloudflared +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/cloudflared + - https://hub.docker.com/r/cloudflare/cloudflared +type: application +version: 10.3.0 diff --git a/stable/cloudflared/10.1.3/README.md b/stable/cloudflared/10.3.0/README.md similarity index 100% rename from stable/cloudflared/10.1.3/README.md rename to stable/cloudflared/10.3.0/README.md diff --git a/stable/cloudflared/10.3.0/app-changelog.md b/stable/cloudflared/10.3.0/app-changelog.md new file mode 100644 index 00000000000..3cc48092e75 --- /dev/null +++ b/stable/cloudflared/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [cloudflared-10.3.0](https://github.com/truecharts/charts/compare/cloudflared-10.2.3...cloudflared-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/cloudflared/10.1.3/app-readme.md b/stable/cloudflared/10.3.0/app-readme.md similarity index 100% rename from stable/cloudflared/10.1.3/app-readme.md rename to stable/cloudflared/10.3.0/app-readme.md diff --git a/stable/cloudflared/10.3.0/charts/common-18.2.0.tgz b/stable/cloudflared/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/cloudflared/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/cloudflared/10.1.3/ix_values.yaml b/stable/cloudflared/10.3.0/ix_values.yaml similarity index 100% rename from stable/cloudflared/10.1.3/ix_values.yaml rename to stable/cloudflared/10.3.0/ix_values.yaml diff --git a/stable/cloudflared/10.1.3/questions.yaml b/stable/cloudflared/10.3.0/questions.yaml similarity index 100% rename from stable/cloudflared/10.1.3/questions.yaml rename to stable/cloudflared/10.3.0/questions.yaml diff --git a/stable/codeproject-ai-server/2.1.3/templates/common.yaml b/stable/cloudflared/10.3.0/templates/common.yaml similarity index 100% rename from stable/codeproject-ai-server/2.1.3/templates/common.yaml rename to stable/cloudflared/10.3.0/templates/common.yaml diff --git a/stable/cloudreve/6.1.3/values.yaml b/stable/cloudflared/10.3.0/values.yaml similarity index 100% rename from stable/cloudreve/6.1.3/values.yaml rename to stable/cloudflared/10.3.0/values.yaml diff --git a/stable/cloudflareddns/9.2.0/CHANGELOG.md b/stable/cloudflareddns/9.2.0/CHANGELOG.md deleted file mode 100644 index a0648531f02..00000000000 --- a/stable/cloudflareddns/9.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -## [cloudflareddns-8.1.20](https://github.com/truecharts/charts/compare/cloudflareddns-8.1.19...cloudflareddns-8.1.20) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/hotio/cloudflareddns to latest[@631b781](https://github.com/631b781) by renovate ([#18209](https://github.com/truecharts/charts/issues/18209)) - - -## [cloudflareddns-8.1.19](https://github.com/truecharts/charts/compare/cloudflareddns-8.1.18...cloudflareddns-8.1.19) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/hotio/cloudflareddns to latest[@f4b92f3](https://github.com/f4b92f3) by renovate ([#18047](https://github.com/truecharts/charts/issues/18047)) - - -## [cloudflareddns-8.1.18](https://github.com/truecharts/charts/compare/cloudflareddns-8.1.17...cloudflareddns-8.1.18) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/hotio/cloudflareddns to latest[@b713f98](https://github.com/b713f98) by renovate ([#17835](https://github.com/truecharts/charts/issues/17835)) - - -## [cloudflareddns-8.1.17](https://github.com/truecharts/charts/compare/cloudflareddns-8.1.16...cloudflareddns-8.1.17) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cloudflareddns-8.1.16](https://github.com/truecharts/charts/compare/cloudflareddns-8.1.15...cloudflareddns-8.1.16) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/hotio/cloudflareddns to latest[@e4e570d](https://github.com/e4e570d) by renovate ([#17743](https://github.com/truecharts/charts/issues/17743)) - - -## [cloudflareddns-8.1.15](https://github.com/truecharts/charts/compare/cloudflareddns-8.1.14...cloudflareddns-8.1.15) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/hotio/cloudflareddns to latest[@0e6077f](https://github.com/0e6077f) by renovate ([#17593](https://github.com/truecharts/charts/issues/17593)) - - -## [cloudflareddns-8.1.14](https://github.com/truecharts/charts/compare/cloudflareddns-8.1.13...cloudflareddns-8.1.14) (2024-01-26) - -### Chore - - diff --git a/stable/cloudflareddns/9.2.0/Chart.yaml b/stable/cloudflareddns/9.2.0/Chart.yaml deleted file mode 100644 index 19a982ac109..00000000000 --- a/stable/cloudflareddns/9.2.0/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Automate Cloudflare DNS records for those with a dynamic IP. -home: https://truecharts.org/charts/stable/cloudflareddns -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudflareddns.png -keywords: - - cloudflareddns - - ddns - - cloudflare -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cloudflareddns -sources: - - https://hotio.dev/containers/cloudflareddns/ - - https://github.com/hotio/cloudflareddns - - https://github.com/truecharts/charts/tree/master/charts/stable/cloudflareddns - - https://ghcr.io/hotio/cloudflareddns -type: application -version: 9.2.0 diff --git a/stable/cloudflareddns/9.2.0/charts/common-18.1.2.tgz b/stable/cloudflareddns/9.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/cloudflareddns/9.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/cloudflareddns/9.2.0/ix_values.yaml b/stable/cloudflareddns/9.2.0/ix_values.yaml deleted file mode 100644 index dc9b45cb9b2..00000000000 --- a/stable/cloudflareddns/9.2.0/ix_values.yaml +++ /dev/null @@ -1,59 +0,0 @@ -image: - repository: ghcr.io/hotio/cloudflareddns - pullPolicy: IfNotPresent - tag: latest@sha256:dfbbfae9481af482afcc0e74c2824f4635d15778a3275df6347a6ce8c4469c75 -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -cloudflareddns: - user: your.cf.email@example.com - api_token: "" - api_key: "" - api_token_zone: "" - interval: 300 - detect_mode: dig-whoami.cloudflare - detect_override: "" - log_level: 3 - host_zone_record: [] - # - domain: example.com -# zone: A1jajaja -# record: A -# - domain: foobar.com -# zone: B1aksksa -# record: A -# - domain: foobar.com -# zone: Cs11kdkkasks -# record: AAAA - -service: - main: - enabled: false - ports: - main: - enabled: false -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false - envFrom: - - secretRef: - name: "secret" - env: {} -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: false diff --git a/stable/code-server/11.2.1/.helmignore b/stable/cloudflareddns/9.3.0/.helmignore similarity index 100% rename from stable/code-server/11.2.1/.helmignore rename to stable/cloudflareddns/9.3.0/.helmignore diff --git a/stable/cloudflareddns/9.3.0/CHANGELOG.md b/stable/cloudflareddns/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..d4189544fef --- /dev/null +++ b/stable/cloudflareddns/9.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cloudflareddns-9.3.0](https://github.com/truecharts/charts/compare/cloudflareddns-9.2.4...cloudflareddns-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [cloudflareddns-9.2.4](https://github.com/truecharts/charts/compare/cloudflareddns-9.2.3...cloudflareddns-9.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [cloudflareddns-9.2.3](https://github.com/truecharts/charts/compare/cloudflareddns-9.2.1...cloudflareddns-9.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## [cloudflareddns-8.1.20](https://github.com/truecharts/charts/compare/cloudflareddns-8.1.19...cloudflareddns-8.1.20) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/hotio/cloudflareddns to latest[@631b781](https://github.com/631b781) by renovate ([#18209](https://github.com/truecharts/charts/issues/18209)) + + +## [cloudflareddns-8.1.19](https://github.com/truecharts/charts/compare/cloudflareddns-8.1.18...cloudflareddns-8.1.19) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/hotio/cloudflareddns to latest[@f4b92f3](https://github.com/f4b92f3) by renovate ([#18047](https://github.com/truecharts/charts/issues/18047)) + + +## [cloudflareddns-8.1.18](https://github.com/truecharts/charts/compare/cloudflareddns-8.1.17...cloudflareddns-8.1.18) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/hotio/cloudflareddns to latest[@b713f98](https://github.com/b713f98) by renovate ([#17835](https://github.com/truecharts/charts/issues/17835)) + + +## [cloudflareddns-8.1.17](https://github.com/truecharts/charts/compare/cloudflareddns-8.1.16...cloudflareddns-8.1.17) (2024-02-03) + +### Chore \ No newline at end of file diff --git a/stable/cloudflareddns/9.3.0/Chart.yaml b/stable/cloudflareddns/9.3.0/Chart.yaml new file mode 100644 index 00000000000..47a4bbca34c --- /dev/null +++ b/stable/cloudflareddns/9.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Automate Cloudflare DNS records for those with a dynamic IP. +home: https://truecharts.org/charts/stable/cloudflareddns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudflareddns.png +keywords: + - cloudflareddns + - ddns + - cloudflare +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cloudflareddns +sources: + - https://hotio.dev/containers/cloudflareddns/ + - https://github.com/hotio/cloudflareddns + - https://github.com/truecharts/charts/tree/master/charts/stable/cloudflareddns + - https://ghcr.io/hotio/cloudflareddns +type: application +version: 9.3.0 diff --git a/stable/cloudflareddns/9.2.0/README.md b/stable/cloudflareddns/9.3.0/README.md similarity index 100% rename from stable/cloudflareddns/9.2.0/README.md rename to stable/cloudflareddns/9.3.0/README.md diff --git a/stable/cloudflareddns/9.3.0/app-changelog.md b/stable/cloudflareddns/9.3.0/app-changelog.md new file mode 100644 index 00000000000..57e344e3709 --- /dev/null +++ b/stable/cloudflareddns/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [cloudflareddns-9.3.0](https://github.com/truecharts/charts/compare/cloudflareddns-9.2.4...cloudflareddns-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/cloudflareddns/9.2.0/app-readme.md b/stable/cloudflareddns/9.3.0/app-readme.md similarity index 100% rename from stable/cloudflareddns/9.2.0/app-readme.md rename to stable/cloudflareddns/9.3.0/app-readme.md diff --git a/stable/cloudflareddns/9.3.0/charts/common-18.2.0.tgz b/stable/cloudflareddns/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/cloudflareddns/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/cloudflareddns/9.3.0/ix_values.yaml b/stable/cloudflareddns/9.3.0/ix_values.yaml new file mode 100644 index 00000000000..436e9fd0b94 --- /dev/null +++ b/stable/cloudflareddns/9.3.0/ix_values.yaml @@ -0,0 +1,59 @@ +image: + repository: ghcr.io/hotio/cloudflareddns + pullPolicy: IfNotPresent + tag: latest@sha256:7f50444dafd3189f4c925a772fe040dabcec256d4d731a8c00d3cc20be9cec03 +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +cloudflareddns: + user: your.cf.email@example.com + api_token: "" + api_key: "" + api_token_zone: "" + interval: 300 + detect_mode: dig-whoami.cloudflare + detect_override: "" + log_level: 3 + host_zone_record: [] + # - domain: example.com +# zone: A1jajaja +# record: A +# - domain: foobar.com +# zone: B1aksksa +# record: A +# - domain: foobar.com +# zone: Cs11kdkkasks +# record: AAAA + +service: + main: + enabled: false + ports: + main: + enabled: false +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + envFrom: + - secretRef: + name: "secret" + env: {} +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: false diff --git a/stable/cloudflareddns/9.2.0/questions.yaml b/stable/cloudflareddns/9.3.0/questions.yaml similarity index 100% rename from stable/cloudflareddns/9.2.0/questions.yaml rename to stable/cloudflareddns/9.3.0/questions.yaml diff --git a/stable/collabora/5.1.4/templates/NOTES.txt b/stable/cloudflareddns/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/collabora/5.1.4/templates/NOTES.txt rename to stable/cloudflareddns/9.3.0/templates/NOTES.txt diff --git a/stable/cloudflareddns/9.2.0/templates/_secret.tpl b/stable/cloudflareddns/9.3.0/templates/_secret.tpl similarity index 100% rename from stable/cloudflareddns/9.2.0/templates/_secret.tpl rename to stable/cloudflareddns/9.3.0/templates/_secret.tpl diff --git a/stable/cloudflareddns/9.2.0/templates/common.yaml b/stable/cloudflareddns/9.3.0/templates/common.yaml similarity index 100% rename from stable/cloudflareddns/9.2.0/templates/common.yaml rename to stable/cloudflareddns/9.3.0/templates/common.yaml diff --git a/stable/code-server/11.2.1/values.yaml b/stable/cloudflareddns/9.3.0/values.yaml similarity index 100% rename from stable/code-server/11.2.1/values.yaml rename to stable/cloudflareddns/9.3.0/values.yaml diff --git a/stable/cloudreve/6.1.3/CHANGELOG.md b/stable/cloudreve/6.1.3/CHANGELOG.md deleted file mode 100644 index cd44a584121..00000000000 --- a/stable/cloudreve/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [cloudreve-5.0.0](https://github.com/truecharts/charts/compare/cloudreve-4.1.12...cloudreve-5.0.0) (2024-02-04) - - -## [cloudreve-4.1.12](https://github.com/truecharts/charts/compare/cloudreve-4.1.11...cloudreve-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cloudreve-4.1.11](https://github.com/truecharts/charts/compare/cloudreve-4.1.10...cloudreve-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [cloudreve-4.1.10](https://github.com/truecharts/charts/compare/cloudreve-4.1.9...cloudreve-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [cloudreve-4.1.9](https://github.com/truecharts/charts/compare/cloudreve-4.1.8...cloudreve-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [cloudreve-4.1.8](https://github.com/truecharts/charts/compare/cloudreve-4.1.7...cloudreve-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [cloudreve-4.1.7](https://github.com/truecharts/charts/compare/cloudreve-4.1.6...cloudreve-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [cloudreve-4.1.6](https://github.com/truecharts/charts/compare/cloudreve-4.1.5...cloudreve-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [cloudreve-4.1.5](https://github.com/truecharts/charts/compare/cloudreve-4.1.4...cloudreve-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [cloudreve-4.1.4](https://github.com/truecharts/charts/compare/cloudreve-4.1.3...cloudreve-4.1.4) (2024-01-01) - -### Chore - - diff --git a/stable/cloudreve/6.1.3/Chart.yaml b/stable/cloudreve/6.1.3/Chart.yaml deleted file mode 100644 index 5ba36df8dab..00000000000 --- a/stable/cloudreve/6.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.8.3 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Self-hosted file management and sharing system, supports multiple storage providers -home: https://truecharts.org/charts/stable/cloudreve -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudreve.png -keywords: - - cloudreve - - Cloud - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cloudreve -sources: - - https://github.com/cloudreve/Cloudreve - - https://github.com/truecharts/charts/tree/master/charts/stable/cloudreve - - https://hub.docker.com/r/cloudreve/cloudreve -type: application -version: 6.1.3 diff --git a/stable/cloudreve/6.1.3/charts/common-18.0.3.tgz b/stable/cloudreve/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/cloudreve/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/codeproject-ai-server/2.1.3/.helmignore b/stable/cloudreve/6.3.0/.helmignore similarity index 100% rename from stable/codeproject-ai-server/2.1.3/.helmignore rename to stable/cloudreve/6.3.0/.helmignore diff --git a/stable/cloudreve/6.3.0/CHANGELOG.md b/stable/cloudreve/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..2dcd7c8c751 --- /dev/null +++ b/stable/cloudreve/6.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cloudreve-6.3.0](https://github.com/truecharts/charts/compare/cloudreve-6.2.3...cloudreve-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [cloudreve-6.2.3](https://github.com/truecharts/charts/compare/cloudreve-6.2.2...cloudreve-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [cloudreve-6.2.2](https://github.com/truecharts/charts/compare/cloudreve-6.2.0...cloudreve-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [cloudreve-5.0.0](https://github.com/truecharts/charts/compare/cloudreve-4.1.12...cloudreve-5.0.0) (2024-02-04) + + +## [cloudreve-4.1.12](https://github.com/truecharts/charts/compare/cloudreve-4.1.11...cloudreve-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [cloudreve-4.1.11](https://github.com/truecharts/charts/compare/cloudreve-4.1.10...cloudreve-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [cloudreve-4.1.10](https://github.com/truecharts/charts/compare/cloudreve-4.1.9...cloudreve-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [cloudreve-4.1.9](https://github.com/truecharts/charts/compare/cloudreve-4.1.8...cloudreve-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [cloudreve-4.1.8](https://github.com/truecharts/charts/compare/cloudreve-4.1.7...cloudreve-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [cloudreve-4.1.7](https://github.com/truecharts/charts/compare/cloudreve-4.1.6...cloudreve-4.1.7) (2024-01-09) + +### Chore \ No newline at end of file diff --git a/stable/cloudreve/6.3.0/Chart.yaml b/stable/cloudreve/6.3.0/Chart.yaml new file mode 100644 index 00000000000..ca22d4ea617 --- /dev/null +++ b/stable/cloudreve/6.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.8.3 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Self-hosted file management and sharing system, supports multiple storage providers +home: https://truecharts.org/charts/stable/cloudreve +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudreve.png +keywords: + - cloudreve + - Cloud + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cloudreve +sources: + - https://github.com/cloudreve/Cloudreve + - https://github.com/truecharts/charts/tree/master/charts/stable/cloudreve + - https://hub.docker.com/r/cloudreve/cloudreve +type: application +version: 6.3.0 diff --git a/stable/cloudreve/6.1.3/README.md b/stable/cloudreve/6.3.0/README.md similarity index 100% rename from stable/cloudreve/6.1.3/README.md rename to stable/cloudreve/6.3.0/README.md diff --git a/stable/cloudreve/6.3.0/app-changelog.md b/stable/cloudreve/6.3.0/app-changelog.md new file mode 100644 index 00000000000..30cded937f9 --- /dev/null +++ b/stable/cloudreve/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [cloudreve-6.3.0](https://github.com/truecharts/charts/compare/cloudreve-6.2.3...cloudreve-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/cloudreve/6.1.3/app-readme.md b/stable/cloudreve/6.3.0/app-readme.md similarity index 100% rename from stable/cloudreve/6.1.3/app-readme.md rename to stable/cloudreve/6.3.0/app-readme.md diff --git a/stable/cloudreve/6.3.0/charts/common-18.2.0.tgz b/stable/cloudreve/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/cloudreve/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/cloudreve/6.1.3/ix_values.yaml b/stable/cloudreve/6.3.0/ix_values.yaml similarity index 100% rename from stable/cloudreve/6.1.3/ix_values.yaml rename to stable/cloudreve/6.3.0/ix_values.yaml diff --git a/stable/cloudreve/6.1.3/questions.yaml b/stable/cloudreve/6.3.0/questions.yaml similarity index 100% rename from stable/cloudreve/6.1.3/questions.yaml rename to stable/cloudreve/6.3.0/questions.yaml diff --git a/stable/cloudreve/6.1.3/templates/common.yaml b/stable/cloudreve/6.3.0/templates/common.yaml similarity index 100% rename from stable/cloudreve/6.1.3/templates/common.yaml rename to stable/cloudreve/6.3.0/templates/common.yaml diff --git a/stable/codeproject-ai-server/2.1.3/values.yaml b/stable/cloudreve/6.3.0/values.yaml similarity index 100% rename from stable/codeproject-ai-server/2.1.3/values.yaml rename to stable/cloudreve/6.3.0/values.yaml diff --git a/stable/code-server/11.2.1/CHANGELOG.md b/stable/code-server/11.2.1/CHANGELOG.md deleted file mode 100644 index bd689b8d06f..00000000000 --- a/stable/code-server/11.2.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - -## [code-server-10.2.0](https://github.com/truecharts/charts/compare/code-server-10.1.13...code-server-10.2.0) (2024-02-12) - -### Chore - - - -- update container image docker.io/codercom/code-server to v4.21.1[@c9f78fb](https://github.com/c9f78fb) by renovate ([#18177](https://github.com/truecharts/charts/issues/18177)) - - -## [code-server-10.1.13](https://github.com/truecharts/charts/compare/code-server-10.1.12...code-server-10.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [code-server-10.1.12](https://github.com/truecharts/charts/compare/code-server-10.1.11...code-server-10.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [code-server-10.1.11](https://github.com/truecharts/charts/compare/code-server-10.1.10...code-server-10.1.11) (2024-01-22) - -### Chore - - - -- update container image docker.io/codercom/code-server to v4.20.1[@94e705d](https://github.com/94e705d) by renovate ([#17517](https://github.com/truecharts/charts/issues/17517)) - - -## [code-server-10.1.10](https://github.com/truecharts/charts/compare/code-server-10.1.9...code-server-10.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [code-server-10.1.9](https://github.com/truecharts/charts/compare/code-server-10.1.8...code-server-10.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [code-server-10.1.8](https://github.com/truecharts/charts/compare/code-server-10.1.7...code-server-10.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [code-server-10.1.7](https://github.com/truecharts/charts/compare/code-server-10.1.6...code-server-10.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [code-server-10.1.6](https://github.com/truecharts/charts/compare/code-server-10.1.5...code-server-10.1.6) (2024-01-02) - -### Chore - - diff --git a/stable/code-server/11.2.1/Chart.yaml b/stable/code-server/11.2.1/Chart.yaml deleted file mode 100644 index 1b21f894805..00000000000 --- a/stable/code-server/11.2.1/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.21.2 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Run VS Code on any machine anywhere and access it in the browser. -home: https://truecharts.org/charts/stable/code-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/code-server.png -keywords: - - code - - vs - - visual studio - - vscode -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: code-server -sources: - - https://github.com/cdr/code-server - - https://github.com/truecharts/charts/tree/master/charts/stable/code-server - - https://hub.docker.com/r/codercom/code-server -type: application -version: 11.2.1 diff --git a/stable/code-server/11.2.1/charts/common-18.1.2.tgz b/stable/code-server/11.2.1/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/code-server/11.2.1/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/code-server/11.2.1/ix_values.yaml b/stable/code-server/11.2.1/ix_values.yaml deleted file mode 100644 index 9220b5c7097..00000000000 --- a/stable/code-server/11.2.1/ix_values.yaml +++ /dev/null @@ -1,47 +0,0 @@ -image: - repository: docker.io/codercom/code-server - pullPolicy: IfNotPresent - tag: 4.21.2@sha256:21e64d64cfa39787822f4c77c984c65797393a52a4cffdd40b2e3601ab63cfe0 -securityContext: - container: - readOnlyRootFilesystem: false - allowPrivilegeEscalation: true - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 10063 - protocol: http - targetPort: 8080 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - path: / - readiness: - type: http - path: / - startup: - type: http - path: / - env: - PROXY_DOMAIN: "" - args: - - --user-data-dir - - "/config/.vscode" - - --auth - - none -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true diff --git a/stable/collabora/5.1.4/.helmignore b/stable/code-server/11.4.0/.helmignore similarity index 100% rename from stable/collabora/5.1.4/.helmignore rename to stable/code-server/11.4.0/.helmignore diff --git a/stable/code-server/11.4.0/CHANGELOG.md b/stable/code-server/11.4.0/CHANGELOG.md new file mode 100644 index 00000000000..eab963fb3fe --- /dev/null +++ b/stable/code-server/11.4.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [code-server-11.4.0](https://github.com/truecharts/charts/compare/code-server-11.3.3...code-server-11.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [code-server-11.3.3](https://github.com/truecharts/charts/compare/code-server-11.3.2...code-server-11.3.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [code-server-11.3.2](https://github.com/truecharts/charts/compare/code-server-11.3.0...code-server-11.3.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + +## [code-server-10.2.0](https://github.com/truecharts/charts/compare/code-server-10.1.13...code-server-10.2.0) (2024-02-12) + +### Chore + + + +- update container image docker.io/codercom/code-server to v4.21.1[@c9f78fb](https://github.com/c9f78fb) by renovate ([#18177](https://github.com/truecharts/charts/issues/18177)) + + +## [code-server-10.1.13](https://github.com/truecharts/charts/compare/code-server-10.1.12...code-server-10.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [code-server-10.1.12](https://github.com/truecharts/charts/compare/code-server-10.1.11...code-server-10.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [code-server-10.1.11](https://github.com/truecharts/charts/compare/code-server-10.1.10...code-server-10.1.11) (2024-01-22) + +### Chore + + + +- update container image docker.io/codercom/code-server to v4.20.1[@94e705d](https://github.com/94e705d) by renovate ([#17517](https://github.com/truecharts/charts/issues/17517)) + + +## [code-server-10.1.10](https://github.com/truecharts/charts/compare/code-server-10.1.9...code-server-10.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [code-server-10.1.9](https://github.com/truecharts/charts/compare/code-server-10.1.8...code-server-10.1.9) (2024-01-21) + +### Chore + diff --git a/stable/code-server/11.4.0/Chart.yaml b/stable/code-server/11.4.0/Chart.yaml new file mode 100644 index 00000000000..a804ab69657 --- /dev/null +++ b/stable/code-server/11.4.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.22.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Run VS Code on any machine anywhere and access it in the browser. +home: https://truecharts.org/charts/stable/code-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/code-server.png +keywords: + - code + - vs + - visual studio + - vscode +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: code-server +sources: + - https://github.com/cdr/code-server + - https://github.com/truecharts/charts/tree/master/charts/stable/code-server + - https://hub.docker.com/r/codercom/code-server +type: application +version: 11.4.0 diff --git a/stable/code-server/11.2.1/README.md b/stable/code-server/11.4.0/README.md similarity index 100% rename from stable/code-server/11.2.1/README.md rename to stable/code-server/11.4.0/README.md diff --git a/stable/code-server/11.4.0/app-changelog.md b/stable/code-server/11.4.0/app-changelog.md new file mode 100644 index 00000000000..5d639c5dd8c --- /dev/null +++ b/stable/code-server/11.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [code-server-11.4.0](https://github.com/truecharts/charts/compare/code-server-11.3.3...code-server-11.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/code-server/11.2.1/app-readme.md b/stable/code-server/11.4.0/app-readme.md similarity index 100% rename from stable/code-server/11.2.1/app-readme.md rename to stable/code-server/11.4.0/app-readme.md diff --git a/stable/code-server/11.4.0/charts/common-18.2.0.tgz b/stable/code-server/11.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/code-server/11.4.0/charts/common-18.2.0.tgz differ diff --git a/stable/code-server/11.4.0/ix_values.yaml b/stable/code-server/11.4.0/ix_values.yaml new file mode 100644 index 00000000000..6ec4e28a0d4 --- /dev/null +++ b/stable/code-server/11.4.0/ix_values.yaml @@ -0,0 +1,47 @@ +image: + repository: docker.io/codercom/code-server + pullPolicy: IfNotPresent + tag: 4.22.0@sha256:0976d5802c2cc2bebaddc8325209b551abf90454822171e4d92bef647bad7b48 +securityContext: + container: + readOnlyRootFilesystem: false + allowPrivilegeEscalation: true + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 10063 + protocol: http + targetPort: 8080 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + path: / + readiness: + type: http + path: / + startup: + type: http + path: / + env: + PROXY_DOMAIN: "" + args: + - --user-data-dir + - "/config/.vscode" + - --auth + - none +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true diff --git a/stable/code-server/11.2.1/questions.yaml b/stable/code-server/11.4.0/questions.yaml similarity index 100% rename from stable/code-server/11.2.1/questions.yaml rename to stable/code-server/11.4.0/questions.yaml diff --git a/stable/commento-plusplus/11.1.3/templates/NOTES.txt b/stable/code-server/11.4.0/templates/NOTES.txt similarity index 100% rename from stable/commento-plusplus/11.1.3/templates/NOTES.txt rename to stable/code-server/11.4.0/templates/NOTES.txt diff --git a/stable/code-server/11.2.1/templates/common.yaml b/stable/code-server/11.4.0/templates/common.yaml similarity index 100% rename from stable/code-server/11.2.1/templates/common.yaml rename to stable/code-server/11.4.0/templates/common.yaml diff --git a/stable/collabora/5.1.4/values.yaml b/stable/code-server/11.4.0/values.yaml similarity index 100% rename from stable/collabora/5.1.4/values.yaml rename to stable/code-server/11.4.0/values.yaml diff --git a/stable/codeproject-ai-server/2.1.3/CHANGELOG.md b/stable/codeproject-ai-server/2.1.3/CHANGELOG.md deleted file mode 100644 index 4dc43560f34..00000000000 --- a/stable/codeproject-ai-server/2.1.3/CHANGELOG.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [codeproject-ai-server-1.0.0]codeproject-ai-server-1.0.0 (2024-02-10) - -### Feat - - - -- Move to Stable and remove deprecate senseai-server ([#18006](https://github.com/truecharts/charts/issues/18006)) \ No newline at end of file diff --git a/stable/codeproject-ai-server/2.1.3/Chart.yaml b/stable/codeproject-ai-server/2.1.3/Chart.yaml deleted file mode 100644 index 2726c7c7736..00000000000 --- a/stable/codeproject-ai-server/2.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: AI - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.5.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A standalone, self-hosted, fast, free and Open Source Artificial Intelligence microserver for any platform, any language. -home: https://truecharts.org/charts/stable/codeproject-ai-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/codeproject-ai-server.png -keywords: - - ai-server - - sense-ai -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: codeproject-ai-server -sources: - - https://github.com/codeproject/CodeProject.AI-Server - - https://github.com/truecharts/charts/tree/master/charts/stable/codeproject-ai-server - - https://hub.docker.com/r/codeproject/ai-server -type: application -version: 2.1.3 diff --git a/stable/codeproject-ai-server/2.1.3/charts/common-18.0.3.tgz b/stable/codeproject-ai-server/2.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/codeproject-ai-server/2.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/colonysurvival/5.1.3/.helmignore b/stable/codeproject-ai-server/2.3.0/.helmignore similarity index 100% rename from stable/colonysurvival/5.1.3/.helmignore rename to stable/codeproject-ai-server/2.3.0/.helmignore diff --git a/stable/codeproject-ai-server/2.3.0/CHANGELOG.md b/stable/codeproject-ai-server/2.3.0/CHANGELOG.md new file mode 100644 index 00000000000..ba5603f7f3a --- /dev/null +++ b/stable/codeproject-ai-server/2.3.0/CHANGELOG.md @@ -0,0 +1,54 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [codeproject-ai-server-2.3.0](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.2.3...codeproject-ai-server-2.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [codeproject-ai-server-2.2.3](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.2.2...codeproject-ai-server-2.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [codeproject-ai-server-2.2.2](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.2.0...codeproject-ai-server-2.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [codeproject-ai-server-1.0.0]codeproject-ai-server-1.0.0 (2024-02-10) + +### Feat + + + +- Move to Stable and remove deprecate senseai-server ([#18006](https://github.com/truecharts/charts/issues/18006)) \ No newline at end of file diff --git a/stable/codeproject-ai-server/2.3.0/Chart.yaml b/stable/codeproject-ai-server/2.3.0/Chart.yaml new file mode 100644 index 00000000000..fe48e288ab2 --- /dev/null +++ b/stable/codeproject-ai-server/2.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: AI + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.5.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A standalone, self-hosted, fast, free and Open Source Artificial Intelligence microserver for any platform, any language. +home: https://truecharts.org/charts/stable/codeproject-ai-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/codeproject-ai-server.png +keywords: + - ai-server + - sense-ai +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: codeproject-ai-server +sources: + - https://github.com/codeproject/CodeProject.AI-Server + - https://github.com/truecharts/charts/tree/master/charts/stable/codeproject-ai-server + - https://hub.docker.com/r/codeproject/ai-server +type: application +version: 2.3.0 diff --git a/stable/codeproject-ai-server/2.1.3/README.md b/stable/codeproject-ai-server/2.3.0/README.md similarity index 100% rename from stable/codeproject-ai-server/2.1.3/README.md rename to stable/codeproject-ai-server/2.3.0/README.md diff --git a/stable/codeproject-ai-server/2.3.0/app-changelog.md b/stable/codeproject-ai-server/2.3.0/app-changelog.md new file mode 100644 index 00000000000..f8b2468e3ef --- /dev/null +++ b/stable/codeproject-ai-server/2.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [codeproject-ai-server-2.3.0](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.2.3...codeproject-ai-server-2.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/codeproject-ai-server/2.1.3/app-readme.md b/stable/codeproject-ai-server/2.3.0/app-readme.md similarity index 100% rename from stable/codeproject-ai-server/2.1.3/app-readme.md rename to stable/codeproject-ai-server/2.3.0/app-readme.md diff --git a/stable/codeproject-ai-server/2.3.0/charts/common-18.2.0.tgz b/stable/codeproject-ai-server/2.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/codeproject-ai-server/2.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/codeproject-ai-server/2.1.3/ix_values.yaml b/stable/codeproject-ai-server/2.3.0/ix_values.yaml similarity index 100% rename from stable/codeproject-ai-server/2.1.3/ix_values.yaml rename to stable/codeproject-ai-server/2.3.0/ix_values.yaml diff --git a/stable/codeproject-ai-server/2.1.3/questions.yaml b/stable/codeproject-ai-server/2.3.0/questions.yaml similarity index 100% rename from stable/codeproject-ai-server/2.1.3/questions.yaml rename to stable/codeproject-ai-server/2.3.0/questions.yaml diff --git a/stable/commento-plusplus/11.1.3/templates/common.yaml b/stable/codeproject-ai-server/2.3.0/templates/common.yaml similarity index 100% rename from stable/commento-plusplus/11.1.3/templates/common.yaml rename to stable/codeproject-ai-server/2.3.0/templates/common.yaml diff --git a/stable/colonysurvival/5.1.3/values.yaml b/stable/codeproject-ai-server/2.3.0/values.yaml similarity index 100% rename from stable/colonysurvival/5.1.3/values.yaml rename to stable/codeproject-ai-server/2.3.0/values.yaml diff --git a/stable/collabora/5.1.4/CHANGELOG.md b/stable/collabora/5.1.4/CHANGELOG.md deleted file mode 100644 index 10ea72f3e98..00000000000 --- a/stable/collabora/5.1.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [collabora-4.1.16](https://github.com/truecharts/charts/compare/collabora-4.1.15...collabora-4.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [collabora-4.1.15](https://github.com/truecharts/charts/compare/collabora-4.1.14...collabora-4.1.15) (2024-02-02) - -### Chore - - - -- update container image collabora/code to v23.05.8.4.1[@451616b](https://github.com/451616b) by renovate ([#17783](https://github.com/truecharts/charts/issues/17783)) - - -## [collabora-4.1.14](https://github.com/truecharts/charts/compare/collabora-4.1.13...collabora-4.1.14) (2024-01-29) - -### Chore - - - -- update container image collabora/code to v23.05.8.2.1[@e294495](https://github.com/e294495) by renovate ([#17663](https://github.com/truecharts/charts/issues/17663)) - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [collabora-4.1.13](https://github.com/truecharts/charts/compare/collabora-4.1.12...collabora-4.1.13) (2024-01-26) - -### Chore - - - -- update container image collabora/code to v[@a05c505](https://github.com/a05c505) by renovate ([#17540](https://github.com/truecharts/charts/issues/17540)) - - -## [collabora-4.1.12](https://github.com/truecharts/charts/compare/collabora-4.1.11...collabora-4.1.12) (2024-01-22) - -### Chore - - - -- update container image collabora/code to v23.05.7.5.1[@a11740e](https://github.com/a11740e) by renovate ([#17506](https://github.com/truecharts/charts/issues/17506)) - - -## [collabora-4.1.11](https://github.com/truecharts/charts/compare/collabora-4.1.10...collabora-4.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [collabora-4.1.10](https://github.com/truecharts/charts/compare/collabora-4.1.9...collabora-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [collabora-4.1.9](https://github.com/truecharts/charts/compare/collabora-4.1.8...collabora-4.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [collabora-4.1.8](https://github.com/truecharts/charts/compare/collabora-4.1.7...collabora-4.1.8) (2024-01-12) - -### Chore - diff --git a/stable/collabora/5.1.4/Chart.yaml b/stable/collabora/5.1.4/Chart.yaml deleted file mode 100644 index de7a295eb26..00000000000 --- a/stable/collabora/5.1.4/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: office - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 23.05.9.2.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: An awesome, Online Office suite image suitable for home use. -home: https://truecharts.org/charts/stable/collabora -icon: https://truecharts.org/img/hotlink-ok/chart-icons/collabora.png -keywords: - - office - - document -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: collabora -sources: - - https://github.com/CollaboraOnline/online - - https://github.com/truecharts/charts/tree/master/charts/stable/collabora - - https://hub.docker.com/r/collabora/code -type: application -version: 5.1.4 diff --git a/stable/collabora/5.1.4/charts/common-18.0.3.tgz b/stable/collabora/5.1.4/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/collabora/5.1.4/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/commento-plusplus/11.1.3/.helmignore b/stable/collabora/5.3.0/.helmignore similarity index 100% rename from stable/commento-plusplus/11.1.3/.helmignore rename to stable/collabora/5.3.0/.helmignore diff --git a/stable/collabora/5.3.0/CHANGELOG.md b/stable/collabora/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..ac949cd00c7 --- /dev/null +++ b/stable/collabora/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [collabora-5.3.0](https://github.com/truecharts/charts/compare/collabora-5.2.3...collabora-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [collabora-5.2.3](https://github.com/truecharts/charts/compare/collabora-5.2.2...collabora-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [collabora-5.2.2](https://github.com/truecharts/charts/compare/collabora-5.2.0...collabora-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + +## [collabora-4.1.16](https://github.com/truecharts/charts/compare/collabora-4.1.15...collabora-4.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [collabora-4.1.15](https://github.com/truecharts/charts/compare/collabora-4.1.14...collabora-4.1.15) (2024-02-02) + +### Chore + + + +- update container image collabora/code to v23.05.8.4.1[@451616b](https://github.com/451616b) by renovate ([#17783](https://github.com/truecharts/charts/issues/17783)) + + +## [collabora-4.1.14](https://github.com/truecharts/charts/compare/collabora-4.1.13...collabora-4.1.14) (2024-01-29) + +### Chore + + + +- update container image collabora/code to v23.05.8.2.1[@e294495](https://github.com/e294495) by renovate ([#17663](https://github.com/truecharts/charts/issues/17663)) + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [collabora-4.1.13](https://github.com/truecharts/charts/compare/collabora-4.1.12...collabora-4.1.13) (2024-01-26) + +### Chore + + + +- update container image collabora/code to v[@a05c505](https://github.com/a05c505) by renovate ([#17540](https://github.com/truecharts/charts/issues/17540)) + + +## [collabora-4.1.12](https://github.com/truecharts/charts/compare/collabora-4.1.11...collabora-4.1.12) (2024-01-22) + +### Chore + + + +- update container image collabora/code to v23.05.7.5.1[@a11740e](https://github.com/a11740e) by renovate ([#17506](https://github.com/truecharts/charts/issues/17506)) + + +## [collabora-4.1.11](https://github.com/truecharts/charts/compare/collabora-4.1.10...collabora-4.1.11) (2024-01-21) + +### Chore diff --git a/stable/collabora/5.3.0/Chart.yaml b/stable/collabora/5.3.0/Chart.yaml new file mode 100644 index 00000000000..2eda0b29a5d --- /dev/null +++ b/stable/collabora/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: office + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 23.05.9.2.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An awesome, Online Office suite image suitable for home use. +home: https://truecharts.org/charts/stable/collabora +icon: https://truecharts.org/img/hotlink-ok/chart-icons/collabora.png +keywords: + - office + - document +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: collabora +sources: + - https://github.com/CollaboraOnline/online + - https://github.com/truecharts/charts/tree/master/charts/stable/collabora + - https://hub.docker.com/r/collabora/code +type: application +version: 5.3.0 diff --git a/stable/collabora/5.1.4/README.md b/stable/collabora/5.3.0/README.md similarity index 100% rename from stable/collabora/5.1.4/README.md rename to stable/collabora/5.3.0/README.md diff --git a/stable/collabora/5.3.0/app-changelog.md b/stable/collabora/5.3.0/app-changelog.md new file mode 100644 index 00000000000..7d0161c8c5c --- /dev/null +++ b/stable/collabora/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [collabora-5.3.0](https://github.com/truecharts/charts/compare/collabora-5.2.3...collabora-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/collabora/5.1.4/app-readme.md b/stable/collabora/5.3.0/app-readme.md similarity index 100% rename from stable/collabora/5.1.4/app-readme.md rename to stable/collabora/5.3.0/app-readme.md diff --git a/stable/collabora/5.3.0/charts/common-18.2.0.tgz b/stable/collabora/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/collabora/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/collabora/5.1.4/ix_values.yaml b/stable/collabora/5.3.0/ix_values.yaml similarity index 100% rename from stable/collabora/5.1.4/ix_values.yaml rename to stable/collabora/5.3.0/ix_values.yaml diff --git a/stable/collabora/5.1.4/questions.yaml b/stable/collabora/5.3.0/questions.yaml similarity index 100% rename from stable/collabora/5.1.4/questions.yaml rename to stable/collabora/5.3.0/questions.yaml diff --git a/stable/cops/8.3.0/templates/NOTES.txt b/stable/collabora/5.3.0/templates/NOTES.txt similarity index 100% rename from stable/cops/8.3.0/templates/NOTES.txt rename to stable/collabora/5.3.0/templates/NOTES.txt diff --git a/stable/collabora/5.1.4/templates/_configmap.tpl b/stable/collabora/5.3.0/templates/_configmap.tpl similarity index 100% rename from stable/collabora/5.1.4/templates/_configmap.tpl rename to stable/collabora/5.3.0/templates/_configmap.tpl diff --git a/stable/collabora/5.1.4/templates/common.yaml b/stable/collabora/5.3.0/templates/common.yaml similarity index 100% rename from stable/collabora/5.1.4/templates/common.yaml rename to stable/collabora/5.3.0/templates/common.yaml diff --git a/stable/commento-plusplus/11.1.3/values.yaml b/stable/collabora/5.3.0/values.yaml similarity index 100% rename from stable/commento-plusplus/11.1.3/values.yaml rename to stable/collabora/5.3.0/values.yaml diff --git a/stable/colonysurvival/5.1.3/CHANGELOG.md b/stable/colonysurvival/5.1.3/CHANGELOG.md deleted file mode 100644 index 5695e4c7442..00000000000 --- a/stable/colonysurvival/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [colonysurvival-4.1.12](https://github.com/truecharts/charts/compare/colonysurvival-4.1.11...colonysurvival-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [colonysurvival-4.1.11](https://github.com/truecharts/charts/compare/colonysurvival-4.1.10...colonysurvival-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [colonysurvival-4.1.10](https://github.com/truecharts/charts/compare/colonysurvival-4.1.9...colonysurvival-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [colonysurvival-4.1.9](https://github.com/truecharts/charts/compare/colonysurvival-4.1.8...colonysurvival-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [colonysurvival-4.1.8](https://github.com/truecharts/charts/compare/colonysurvival-4.1.7...colonysurvival-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [colonysurvival-4.1.7](https://github.com/truecharts/charts/compare/colonysurvival-4.1.6...colonysurvival-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [colonysurvival-4.1.6](https://github.com/truecharts/charts/compare/colonysurvival-4.1.5...colonysurvival-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [colonysurvival-4.1.5](https://github.com/truecharts/charts/compare/colonysurvival-4.1.4...colonysurvival-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [colonysurvival-4.1.4](https://github.com/truecharts/charts/compare/colonysurvival-4.1.3...colonysurvival-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/colonysurvival/5.1.3/Chart.yaml b/stable/colonysurvival/5.1.3/Chart.yaml deleted file mode 100644 index 24fd11eeaa2..00000000000 --- a/stable/colonysurvival/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: colonysurial -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Colony Survival and run it. -home: https://truecharts.org/charts/stable/colonysurvival -icon: https://truecharts.org/img/hotlink-ok/chart-icons/colonysurvival.png -keywords: - - colonysurvival - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: colonysurvival -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/colonysurvival - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/colonysurvival/5.1.3/charts/common-18.0.3.tgz b/stable/colonysurvival/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/colonysurvival/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/conanexiles/5.1.3/.helmignore b/stable/colonysurvival/5.3.0/.helmignore similarity index 100% rename from stable/conanexiles/5.1.3/.helmignore rename to stable/colonysurvival/5.3.0/.helmignore diff --git a/stable/colonysurvival/5.3.0/CHANGELOG.md b/stable/colonysurvival/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..b1761142e84 --- /dev/null +++ b/stable/colonysurvival/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [colonysurvival-5.3.0](https://github.com/truecharts/charts/compare/colonysurvival-5.2.3...colonysurvival-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [colonysurvival-5.2.3](https://github.com/truecharts/charts/compare/colonysurvival-5.2.2...colonysurvival-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [colonysurvival-5.2.2](https://github.com/truecharts/charts/compare/colonysurvival-5.2.0...colonysurvival-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [colonysurvival-4.1.12](https://github.com/truecharts/charts/compare/colonysurvival-4.1.11...colonysurvival-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [colonysurvival-4.1.11](https://github.com/truecharts/charts/compare/colonysurvival-4.1.10...colonysurvival-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [colonysurvival-4.1.10](https://github.com/truecharts/charts/compare/colonysurvival-4.1.9...colonysurvival-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [colonysurvival-4.1.9](https://github.com/truecharts/charts/compare/colonysurvival-4.1.8...colonysurvival-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [colonysurvival-4.1.8](https://github.com/truecharts/charts/compare/colonysurvival-4.1.7...colonysurvival-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [colonysurvival-4.1.7](https://github.com/truecharts/charts/compare/colonysurvival-4.1.6...colonysurvival-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/colonysurvival/5.3.0/Chart.yaml b/stable/colonysurvival/5.3.0/Chart.yaml new file mode 100644 index 00000000000..d57b9d19538 --- /dev/null +++ b/stable/colonysurvival/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: colonysurial +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Colony Survival and run it. +home: https://truecharts.org/charts/stable/colonysurvival +icon: https://truecharts.org/img/hotlink-ok/chart-icons/colonysurvival.png +keywords: + - colonysurvival + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: colonysurvival +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/colonysurvival + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/colonysurvival/5.1.3/README.md b/stable/colonysurvival/5.3.0/README.md similarity index 100% rename from stable/colonysurvival/5.1.3/README.md rename to stable/colonysurvival/5.3.0/README.md diff --git a/stable/colonysurvival/5.3.0/app-changelog.md b/stable/colonysurvival/5.3.0/app-changelog.md new file mode 100644 index 00000000000..e57942ab8b9 --- /dev/null +++ b/stable/colonysurvival/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [colonysurvival-5.3.0](https://github.com/truecharts/charts/compare/colonysurvival-5.2.3...colonysurvival-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/colonysurvival/5.1.3/app-readme.md b/stable/colonysurvival/5.3.0/app-readme.md similarity index 100% rename from stable/colonysurvival/5.1.3/app-readme.md rename to stable/colonysurvival/5.3.0/app-readme.md diff --git a/stable/colonysurvival/5.3.0/charts/common-18.2.0.tgz b/stable/colonysurvival/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/colonysurvival/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/colonysurvival/5.1.3/ix_values.yaml b/stable/colonysurvival/5.3.0/ix_values.yaml similarity index 100% rename from stable/colonysurvival/5.1.3/ix_values.yaml rename to stable/colonysurvival/5.3.0/ix_values.yaml diff --git a/stable/colonysurvival/5.1.3/questions.yaml b/stable/colonysurvival/5.3.0/questions.yaml similarity index 100% rename from stable/colonysurvival/5.1.3/questions.yaml rename to stable/colonysurvival/5.3.0/questions.yaml diff --git a/stable/colonysurvival/5.1.3/templates/common.yaml b/stable/colonysurvival/5.3.0/templates/common.yaml similarity index 100% rename from stable/colonysurvival/5.1.3/templates/common.yaml rename to stable/colonysurvival/5.3.0/templates/common.yaml diff --git a/stable/conanexiles/5.1.3/values.yaml b/stable/colonysurvival/5.3.0/values.yaml similarity index 100% rename from stable/conanexiles/5.1.3/values.yaml rename to stable/colonysurvival/5.3.0/values.yaml diff --git a/stable/commento-plusplus/11.1.3/CHANGELOG.md b/stable/commento-plusplus/11.1.3/CHANGELOG.md deleted file mode 100644 index eee62116b71..00000000000 --- a/stable/commento-plusplus/11.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [commento-plusplus-10.1.12](https://github.com/truecharts/charts/compare/commento-plusplus-10.1.11...commento-plusplus-10.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [commento-plusplus-10.1.11](https://github.com/truecharts/charts/compare/commento-plusplus-10.1.10...commento-plusplus-10.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [commento-plusplus-10.1.10](https://github.com/truecharts/charts/compare/commento-plusplus-10.1.9...commento-plusplus-10.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [commento-plusplus-10.1.9](https://github.com/truecharts/charts/compare/commento-plusplus-10.1.8...commento-plusplus-10.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [commento-plusplus-10.1.8](https://github.com/truecharts/charts/compare/commento-plusplus-10.1.7...commento-plusplus-10.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [commento-plusplus-10.1.7](https://github.com/truecharts/charts/compare/commento-plusplus-10.1.6...commento-plusplus-10.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [commento-plusplus-10.1.6](https://github.com/truecharts/charts/compare/commento-plusplus-10.1.5...commento-plusplus-10.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [commento-plusplus-10.1.5](https://github.com/truecharts/charts/compare/commento-plusplus-10.1.4...commento-plusplus-10.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [commento-plusplus-10.1.4](https://github.com/truecharts/charts/compare/commento-plusplus-10.1.3...commento-plusplus-10.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/commento-plusplus/11.1.3/Chart.yaml b/stable/commento-plusplus/11.1.3/Chart.yaml deleted file mode 100644 index f7f7aa0bb14..00000000000 --- a/stable/commento-plusplus/11.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.8.7 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Commento++ is a free, open source, fast & lightweight comments box that you can embed in your static website instead of Disqus. -home: https://truecharts.org/charts/stable/commento-plusplus -icon: https://truecharts.org/img/hotlink-ok/chart-icons/commento-plusplus.png -keywords: - - commento -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: commento-plusplus -sources: - - https://github.com/souramoo/commentoplusplus - - https://github.com/truecharts/charts/tree/master/charts/stable/commento-plusplus - - https://hub.docker.com/r/caroga/commentoplusplus -type: application -version: 11.1.3 diff --git a/stable/commento-plusplus/11.1.3/charts/common-18.0.3.tgz b/stable/commento-plusplus/11.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/commento-plusplus/11.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/commento-plusplus/11.1.3/questions.yaml b/stable/commento-plusplus/11.1.3/questions.yaml deleted file mode 100755 index 904b03ee3f4..00000000000 --- a/stable/commento-plusplus/11.1.3/questions.yaml +++ /dev/null @@ -1,3097 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: COMMENTO_ORIGIN - label: "COMMENTO_ORIGIN" - description: "This should be set to the subdomain or the IP address hosting Commento. All API requests will go to this server. This may include subdirectories if Commento is hosted behind a reverse proxy, for example. Include the protocol in the value to use HTTP/HTTPS." - schema: - type: string - default: "" - - variable: COMMENTO_FORBID_NEW_OWNERS - label: "COMMENTO_FORBID_NEW_OWNERS" - description: "Used to disable new dashboard registrations. Useful if you are the only person using Commento on your server. Does not impact the creation of accounts for your readers." - schema: - type: boolean - default: false - - variable: COMMENTO_GZIP_STATIC - label: "COMMENTO_GZIP_STATIC" - schema: - type: boolean - default: true - - variable: COMMENTO_ENABLE_WILDCARDS - label: "COMMENTO_ENABLE_WILDCARDS" - description: "Allows use of wildcards in domain names in the admin dashboard. (e.g. if you share your commento instance with more than one admin/allow new registrations)" - schema: - type: boolean - default: true - - variable: COMMENTO_ENABLE_LOGGING - label: "COMMENTO_ENABLE_LOGGING" - description: "Should we log every page view? This will allow you to see stats but will fill up your free postgres database quite quickly." - schema: - type: boolean - default: false - - variable: smpt_config - label: "Enable SMTP" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: SMTP_SKIP_HOST_VERIFY - label: "SMTP_SKIP_HOST_VERIFY" - description: "Allows skipping of host verification for SMTP email sending." - schema: - type: boolean - default: false - - variable: COMMENTO_SMTP_USERNAME - label: "COMMENTO_SMTP_USERNAME" - description: "SMTP credentials and configuration the server should use to send emails." - schema: - type: string - default: "" - - variable: COMMENTO_SMTP_PASSWORD - label: "COMMENTO_SMTP_PASSWORD" - description: "SMTP credentials and configuration the server should use to send emails." - schema: - type: string - private: true - default: "" - - variable: COMMENTO_SMTP_HOST - label: "COMMENTO_SMTP_HOST" - description: "SMTP credentials and configuration the server should use to send emails." - schema: - type: string - default: "" - - variable: COMMENTO_SMTP_FROM_ADDRESS - label: "COMMENTO_SMTP_FROM_ADDRESS" - description: "SMTP credentials and configuration the server should use to send emails." - schema: - type: string - default: "" - - variable: COMMENTO_SMTP_PORT - label: "COMMENTO_SMTP_PORT" - description: "SMTP credentials and configuration the server should use to send emails." - schema: - type: int - default: 587 - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10240 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/convos/5.1.3/.helmignore b/stable/commento-plusplus/11.3.0/.helmignore similarity index 100% rename from stable/convos/5.1.3/.helmignore rename to stable/commento-plusplus/11.3.0/.helmignore diff --git a/stable/commento-plusplus/11.3.0/CHANGELOG.md b/stable/commento-plusplus/11.3.0/CHANGELOG.md new file mode 100644 index 00000000000..46c5496fdf5 --- /dev/null +++ b/stable/commento-plusplus/11.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [commento-plusplus-11.3.0](https://github.com/truecharts/charts/compare/commento-plusplus-11.2.3...commento-plusplus-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [commento-plusplus-11.2.3](https://github.com/truecharts/charts/compare/commento-plusplus-11.2.2...commento-plusplus-11.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [commento-plusplus-11.2.2](https://github.com/truecharts/charts/compare/commento-plusplus-11.2.0...commento-plusplus-11.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [commento-plusplus-10.1.12](https://github.com/truecharts/charts/compare/commento-plusplus-10.1.11...commento-plusplus-10.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [commento-plusplus-10.1.11](https://github.com/truecharts/charts/compare/commento-plusplus-10.1.10...commento-plusplus-10.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [commento-plusplus-10.1.10](https://github.com/truecharts/charts/compare/commento-plusplus-10.1.9...commento-plusplus-10.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [commento-plusplus-10.1.9](https://github.com/truecharts/charts/compare/commento-plusplus-10.1.8...commento-plusplus-10.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [commento-plusplus-10.1.8](https://github.com/truecharts/charts/compare/commento-plusplus-10.1.7...commento-plusplus-10.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [commento-plusplus-10.1.7](https://github.com/truecharts/charts/compare/commento-plusplus-10.1.6...commento-plusplus-10.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/commento-plusplus/11.3.0/Chart.yaml b/stable/commento-plusplus/11.3.0/Chart.yaml new file mode 100644 index 00000000000..373f9c4b2f0 --- /dev/null +++ b/stable/commento-plusplus/11.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.8.7 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Commento++ is a free, open source, fast & lightweight comments box that you can embed in your static website instead of Disqus. +home: https://truecharts.org/charts/stable/commento-plusplus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/commento-plusplus.png +keywords: + - commento +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: commento-plusplus +sources: + - https://github.com/souramoo/commentoplusplus + - https://github.com/truecharts/charts/tree/master/charts/stable/commento-plusplus + - https://hub.docker.com/r/caroga/commentoplusplus +type: application +version: 11.3.0 diff --git a/stable/commento-plusplus/11.1.3/README.md b/stable/commento-plusplus/11.3.0/README.md similarity index 100% rename from stable/commento-plusplus/11.1.3/README.md rename to stable/commento-plusplus/11.3.0/README.md diff --git a/stable/commento-plusplus/11.3.0/app-changelog.md b/stable/commento-plusplus/11.3.0/app-changelog.md new file mode 100644 index 00000000000..b1d39530a99 --- /dev/null +++ b/stable/commento-plusplus/11.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [commento-plusplus-11.3.0](https://github.com/truecharts/charts/compare/commento-plusplus-11.2.3...commento-plusplus-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/commento-plusplus/11.1.3/app-readme.md b/stable/commento-plusplus/11.3.0/app-readme.md similarity index 100% rename from stable/commento-plusplus/11.1.3/app-readme.md rename to stable/commento-plusplus/11.3.0/app-readme.md diff --git a/stable/commento-plusplus/11.3.0/charts/common-18.2.0.tgz b/stable/commento-plusplus/11.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/commento-plusplus/11.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/commento-plusplus/11.1.3/ix_values.yaml b/stable/commento-plusplus/11.3.0/ix_values.yaml similarity index 100% rename from stable/commento-plusplus/11.1.3/ix_values.yaml rename to stable/commento-plusplus/11.3.0/ix_values.yaml diff --git a/stable/commento-plusplus/11.3.0/questions.yaml b/stable/commento-plusplus/11.3.0/questions.yaml new file mode 100755 index 00000000000..0ad1fa10d7d --- /dev/null +++ b/stable/commento-plusplus/11.3.0/questions.yaml @@ -0,0 +1,3055 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: COMMENTO_ORIGIN + label: "COMMENTO_ORIGIN" + description: "This should be set to the subdomain or the IP address hosting Commento. All API requests will go to this server. This may include subdirectories if Commento is hosted behind a reverse proxy, for example. Include the protocol in the value to use HTTP/HTTPS." + schema: + type: string + default: "" + - variable: COMMENTO_FORBID_NEW_OWNERS + label: "COMMENTO_FORBID_NEW_OWNERS" + description: "Used to disable new dashboard registrations. Useful if you are the only person using Commento on your server. Does not impact the creation of accounts for your readers." + schema: + type: boolean + default: false + - variable: COMMENTO_GZIP_STATIC + label: "COMMENTO_GZIP_STATIC" + schema: + type: boolean + default: true + - variable: COMMENTO_ENABLE_WILDCARDS + label: "COMMENTO_ENABLE_WILDCARDS" + description: "Allows use of wildcards in domain names in the admin dashboard. (e.g. if you share your commento instance with more than one admin/allow new registrations)" + schema: + type: boolean + default: true + - variable: COMMENTO_ENABLE_LOGGING + label: "COMMENTO_ENABLE_LOGGING" + description: "Should we log every page view? This will allow you to see stats but will fill up your free postgres database quite quickly." + schema: + type: boolean + default: false + - variable: smpt_config + label: "Enable SMTP" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: SMTP_SKIP_HOST_VERIFY + label: "SMTP_SKIP_HOST_VERIFY" + description: "Allows skipping of host verification for SMTP email sending." + schema: + type: boolean + default: false + - variable: COMMENTO_SMTP_USERNAME + label: "COMMENTO_SMTP_USERNAME" + description: "SMTP credentials and configuration the server should use to send emails." + schema: + type: string + default: "" + - variable: COMMENTO_SMTP_PASSWORD + label: "COMMENTO_SMTP_PASSWORD" + description: "SMTP credentials and configuration the server should use to send emails." + schema: + type: string + private: true + default: "" + - variable: COMMENTO_SMTP_HOST + label: "COMMENTO_SMTP_HOST" + description: "SMTP credentials and configuration the server should use to send emails." + schema: + type: string + default: "" + - variable: COMMENTO_SMTP_FROM_ADDRESS + label: "COMMENTO_SMTP_FROM_ADDRESS" + description: "SMTP credentials and configuration the server should use to send emails." + schema: + type: string + default: "" + - variable: COMMENTO_SMTP_PORT + label: "COMMENTO_SMTP_PORT" + description: "SMTP credentials and configuration the server should use to send emails." + schema: + type: int + default: 587 + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10240 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/couchpotato/9.1.3/templates/NOTES.txt b/stable/commento-plusplus/11.3.0/templates/NOTES.txt similarity index 100% rename from stable/couchpotato/9.1.3/templates/NOTES.txt rename to stable/commento-plusplus/11.3.0/templates/NOTES.txt diff --git a/stable/couchpotato/9.1.3/templates/common.yaml b/stable/commento-plusplus/11.3.0/templates/common.yaml similarity index 100% rename from stable/couchpotato/9.1.3/templates/common.yaml rename to stable/commento-plusplus/11.3.0/templates/common.yaml diff --git a/stable/convos/5.1.3/values.yaml b/stable/commento-plusplus/11.3.0/values.yaml similarity index 100% rename from stable/convos/5.1.3/values.yaml rename to stable/commento-plusplus/11.3.0/values.yaml diff --git a/stable/conanexiles/5.1.3/CHANGELOG.md b/stable/conanexiles/5.1.3/CHANGELOG.md deleted file mode 100644 index 1ffd9e640ad..00000000000 --- a/stable/conanexiles/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [conanexiles-4.1.12](https://github.com/truecharts/charts/compare/conanexiles-4.1.11...conanexiles-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [conanexiles-4.1.11](https://github.com/truecharts/charts/compare/conanexiles-4.1.10...conanexiles-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [conanexiles-4.1.10](https://github.com/truecharts/charts/compare/conanexiles-4.1.9...conanexiles-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [conanexiles-4.1.9](https://github.com/truecharts/charts/compare/conanexiles-4.1.8...conanexiles-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [conanexiles-4.1.8](https://github.com/truecharts/charts/compare/conanexiles-4.1.7...conanexiles-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [conanexiles-4.1.7](https://github.com/truecharts/charts/compare/conanexiles-4.1.6...conanexiles-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [conanexiles-4.1.6](https://github.com/truecharts/charts/compare/conanexiles-4.1.5...conanexiles-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [conanexiles-4.1.5](https://github.com/truecharts/charts/compare/conanexiles-4.1.4...conanexiles-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [conanexiles-4.1.4](https://github.com/truecharts/charts/compare/conanexiles-4.1.3...conanexiles-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/conanexiles/5.1.3/Chart.yaml b/stable/conanexiles/5.1.3/Chart.yaml deleted file mode 100644 index 16f99e08ddf..00000000000 --- a/stable/conanexiles/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: conanexiles -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Conan Exiles and run it. -home: https://truecharts.org/charts/stable/conanexiles -icon: https://truecharts.org/img/hotlink-ok/chart-icons/conanexiles.png -keywords: - - conanexiles - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: conanexiles -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/conanexiles - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/conanexiles/5.1.3/charts/common-18.0.3.tgz b/stable/conanexiles/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/conanexiles/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/cops/8.3.0/.helmignore b/stable/conanexiles/5.3.0/.helmignore similarity index 100% rename from stable/cops/8.3.0/.helmignore rename to stable/conanexiles/5.3.0/.helmignore diff --git a/stable/conanexiles/5.3.0/CHANGELOG.md b/stable/conanexiles/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..4b6268d9269 --- /dev/null +++ b/stable/conanexiles/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [conanexiles-5.3.0](https://github.com/truecharts/charts/compare/conanexiles-5.2.3...conanexiles-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [conanexiles-5.2.3](https://github.com/truecharts/charts/compare/conanexiles-5.2.2...conanexiles-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [conanexiles-5.2.2](https://github.com/truecharts/charts/compare/conanexiles-5.2.0...conanexiles-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [conanexiles-4.1.12](https://github.com/truecharts/charts/compare/conanexiles-4.1.11...conanexiles-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [conanexiles-4.1.11](https://github.com/truecharts/charts/compare/conanexiles-4.1.10...conanexiles-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [conanexiles-4.1.10](https://github.com/truecharts/charts/compare/conanexiles-4.1.9...conanexiles-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [conanexiles-4.1.9](https://github.com/truecharts/charts/compare/conanexiles-4.1.8...conanexiles-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [conanexiles-4.1.8](https://github.com/truecharts/charts/compare/conanexiles-4.1.7...conanexiles-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [conanexiles-4.1.7](https://github.com/truecharts/charts/compare/conanexiles-4.1.6...conanexiles-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/conanexiles/5.3.0/Chart.yaml b/stable/conanexiles/5.3.0/Chart.yaml new file mode 100644 index 00000000000..a2b355d712f --- /dev/null +++ b/stable/conanexiles/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: conanexiles +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Conan Exiles and run it. +home: https://truecharts.org/charts/stable/conanexiles +icon: https://truecharts.org/img/hotlink-ok/chart-icons/conanexiles.png +keywords: + - conanexiles + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: conanexiles +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/conanexiles + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/conanexiles/5.1.3/README.md b/stable/conanexiles/5.3.0/README.md similarity index 100% rename from stable/conanexiles/5.1.3/README.md rename to stable/conanexiles/5.3.0/README.md diff --git a/stable/conanexiles/5.3.0/app-changelog.md b/stable/conanexiles/5.3.0/app-changelog.md new file mode 100644 index 00000000000..b759e1aac99 --- /dev/null +++ b/stable/conanexiles/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [conanexiles-5.3.0](https://github.com/truecharts/charts/compare/conanexiles-5.2.3...conanexiles-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/conanexiles/5.1.3/app-readme.md b/stable/conanexiles/5.3.0/app-readme.md similarity index 100% rename from stable/conanexiles/5.1.3/app-readme.md rename to stable/conanexiles/5.3.0/app-readme.md diff --git a/stable/conanexiles/5.3.0/charts/common-18.2.0.tgz b/stable/conanexiles/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/conanexiles/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/conanexiles/5.1.3/ix_values.yaml b/stable/conanexiles/5.3.0/ix_values.yaml similarity index 100% rename from stable/conanexiles/5.1.3/ix_values.yaml rename to stable/conanexiles/5.3.0/ix_values.yaml diff --git a/stable/conanexiles/5.1.3/questions.yaml b/stable/conanexiles/5.3.0/questions.yaml similarity index 100% rename from stable/conanexiles/5.1.3/questions.yaml rename to stable/conanexiles/5.3.0/questions.yaml diff --git a/stable/conanexiles/5.1.3/templates/common.yaml b/stable/conanexiles/5.3.0/templates/common.yaml similarity index 100% rename from stable/conanexiles/5.1.3/templates/common.yaml rename to stable/conanexiles/5.3.0/templates/common.yaml diff --git a/stable/cops/8.3.0/values.yaml b/stable/conanexiles/5.3.0/values.yaml similarity index 100% rename from stable/cops/8.3.0/values.yaml rename to stable/conanexiles/5.3.0/values.yaml diff --git a/stable/convos/5.1.3/CHANGELOG.md b/stable/convos/5.1.3/CHANGELOG.md deleted file mode 100644 index 213e07f439f..00000000000 --- a/stable/convos/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [convos-4.1.12](https://github.com/truecharts/charts/compare/convos-4.1.11...convos-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [convos-4.1.11](https://github.com/truecharts/charts/compare/convos-4.1.10...convos-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [convos-4.1.10](https://github.com/truecharts/charts/compare/convos-4.1.9...convos-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [convos-4.1.9](https://github.com/truecharts/charts/compare/convos-4.1.8...convos-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [convos-4.1.8](https://github.com/truecharts/charts/compare/convos-4.1.7...convos-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [convos-4.1.7](https://github.com/truecharts/charts/compare/convos-4.1.6...convos-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [convos-4.1.6](https://github.com/truecharts/charts/compare/convos-4.1.5...convos-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [convos-4.1.5](https://github.com/truecharts/charts/compare/convos-4.1.4...convos-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [convos-4.1.4](https://github.com/truecharts/charts/compare/convos-4.1.3...convos-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/convos/5.1.3/Chart.yaml b/stable/convos/5.1.3/Chart.yaml deleted file mode 100644 index 067bb61c595..00000000000 --- a/stable/convos/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Messenger - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: stable -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Convos is the simplest way to use IRC and it is always online -home: https://truecharts.org/charts/stable/convos -icon: https://truecharts.org/img/hotlink-ok/chart-icons/convos.png -keywords: - - convos - - Network-Messenger -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: convos -sources: - - https://convos.chat/ - - https://github.com/truecharts/charts/tree/master/charts/stable/convos - - https://hub.docker.com/r/convos/convos -type: application -version: 5.1.3 diff --git a/stable/convos/5.1.3/charts/common-18.0.3.tgz b/stable/convos/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/convos/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/core-keeper-dedicated-server/5.1.3/.helmignore b/stable/convos/5.3.0/.helmignore similarity index 100% rename from stable/core-keeper-dedicated-server/5.1.3/.helmignore rename to stable/convos/5.3.0/.helmignore diff --git a/stable/convos/5.3.0/CHANGELOG.md b/stable/convos/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..94224e1ab2b --- /dev/null +++ b/stable/convos/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [convos-5.3.0](https://github.com/truecharts/charts/compare/convos-5.2.3...convos-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [convos-5.2.3](https://github.com/truecharts/charts/compare/convos-5.2.2...convos-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [convos-5.2.2](https://github.com/truecharts/charts/compare/convos-5.2.0...convos-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [convos-4.1.12](https://github.com/truecharts/charts/compare/convos-4.1.11...convos-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [convos-4.1.11](https://github.com/truecharts/charts/compare/convos-4.1.10...convos-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [convos-4.1.10](https://github.com/truecharts/charts/compare/convos-4.1.9...convos-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [convos-4.1.9](https://github.com/truecharts/charts/compare/convos-4.1.8...convos-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [convos-4.1.8](https://github.com/truecharts/charts/compare/convos-4.1.7...convos-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [convos-4.1.7](https://github.com/truecharts/charts/compare/convos-4.1.6...convos-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/convos/5.3.0/Chart.yaml b/stable/convos/5.3.0/Chart.yaml new file mode 100644 index 00000000000..5fdc36aafd8 --- /dev/null +++ b/stable/convos/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Messenger + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: stable +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Convos is the simplest way to use IRC and it is always online +home: https://truecharts.org/charts/stable/convos +icon: https://truecharts.org/img/hotlink-ok/chart-icons/convos.png +keywords: + - convos + - Network-Messenger +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: convos +sources: + - https://convos.chat/ + - https://github.com/truecharts/charts/tree/master/charts/stable/convos + - https://hub.docker.com/r/convos/convos +type: application +version: 5.3.0 diff --git a/stable/convos/5.1.3/README.md b/stable/convos/5.3.0/README.md similarity index 100% rename from stable/convos/5.1.3/README.md rename to stable/convos/5.3.0/README.md diff --git a/stable/convos/5.3.0/app-changelog.md b/stable/convos/5.3.0/app-changelog.md new file mode 100644 index 00000000000..cef89d9721e --- /dev/null +++ b/stable/convos/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [convos-5.3.0](https://github.com/truecharts/charts/compare/convos-5.2.3...convos-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/convos/5.1.3/app-readme.md b/stable/convos/5.3.0/app-readme.md similarity index 100% rename from stable/convos/5.1.3/app-readme.md rename to stable/convos/5.3.0/app-readme.md diff --git a/stable/convos/5.3.0/charts/common-18.2.0.tgz b/stable/convos/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/convos/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/convos/5.1.3/ix_values.yaml b/stable/convos/5.3.0/ix_values.yaml similarity index 100% rename from stable/convos/5.1.3/ix_values.yaml rename to stable/convos/5.3.0/ix_values.yaml diff --git a/stable/convos/5.1.3/questions.yaml b/stable/convos/5.3.0/questions.yaml similarity index 100% rename from stable/convos/5.1.3/questions.yaml rename to stable/convos/5.3.0/questions.yaml diff --git a/stable/convos/5.1.3/templates/common.yaml b/stable/convos/5.3.0/templates/common.yaml similarity index 100% rename from stable/convos/5.1.3/templates/common.yaml rename to stable/convos/5.3.0/templates/common.yaml diff --git a/stable/core-keeper-dedicated-server/5.1.3/values.yaml b/stable/convos/5.3.0/values.yaml similarity index 100% rename from stable/core-keeper-dedicated-server/5.1.3/values.yaml rename to stable/convos/5.3.0/values.yaml diff --git a/stable/cops/8.3.0/CHANGELOG.md b/stable/cops/8.3.0/CHANGELOG.md deleted file mode 100644 index e61e9222057..00000000000 --- a/stable/cops/8.3.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - -## [cops-7.1.18](https://github.com/truecharts/charts/compare/cops-7.1.17...cops-7.1.18) (2024-02-12) - -### Chore - - - -- update container image lscr.io/linuxserver/cops to 2.2.1[@25577a2](https://github.com/25577a2) by renovate ([#18092](https://github.com/truecharts/charts/issues/18092)) - - -## [cops-7.1.17](https://github.com/truecharts/charts/compare/cops-7.1.16...cops-7.1.17) (2024-02-05) - -### Chore - - - -- update container image lscr.io/linuxserver/cops to 2.2.1[@31ef885](https://github.com/31ef885) by renovate ([#17882](https://github.com/truecharts/charts/issues/17882)) - - -## [cops-7.1.16](https://github.com/truecharts/charts/compare/cops-7.1.15...cops-7.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cops-7.1.15](https://github.com/truecharts/charts/compare/cops-7.1.14...cops-7.1.15) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [cops-7.1.14](https://github.com/truecharts/charts/compare/cops-7.1.13...cops-7.1.14) (2024-01-22) - -### Chore - - - -- update container image lscr.io/linuxserver/cops to 2.2.1[@4fc2dfa](https://github.com/4fc2dfa) by renovate ([#17482](https://github.com/truecharts/charts/issues/17482)) - - -## [cops-7.1.13](https://github.com/truecharts/charts/compare/cops-7.1.12...cops-7.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [cops-7.1.12](https://github.com/truecharts/charts/compare/cops-7.1.11...cops-7.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [cops-7.1.11](https://github.com/truecharts/charts/compare/cops-7.1.10...cops-7.1.11) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [cops-7.1.10](https://github.com/truecharts/charts/compare/cops-7.1.9...cops-7.1.10) (2024-01-15) - -### Chore - - - -- update container image lscr.io/linuxserver/cops to 2.2.1[@06ce711](https://github.com/06ce711) by renovate ([#17238](https://github.com/truecharts/charts/issues/17238)) \ No newline at end of file diff --git a/stable/cops/8.3.0/Chart.yaml b/stable/cops/8.3.0/Chart.yaml deleted file mode 100644 index cc9eecb54de..00000000000 --- a/stable/cops/8.3.0/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.4.1 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: | - Cops(http://blog.slucas.fr/en/oss/calibre-opds-php-server) by Sébastien Lucas, stands for Calibre OPDS (and HTML) Php Server. -home: https://truecharts.org/charts/stable/cops -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cops.png -keywords: - - cops - - Cloud - - MediaApp-Books - - MediaServer-Books -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cops -sources: - - https://github.com/orgs/linuxserver/packages/container/package/cops - - https://github.com/linuxserver/docker-cops#readme - - https://github.com/truecharts/charts/tree/master/charts/stable/cops - - https://fleet.linuxserver.io/image?name=linuxserver/cops -type: application -version: 8.3.0 diff --git a/stable/cops/8.3.0/charts/common-18.1.2.tgz b/stable/cops/8.3.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/cops/8.3.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/cops/8.3.0/ix_values.yaml b/stable/cops/8.3.0/ix_values.yaml deleted file mode 100644 index 90d27d010fb..00000000000 --- a/stable/cops/8.3.0/ix_values.yaml +++ /dev/null @@ -1,27 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: lscr.io/linuxserver/cops - tag: 2.4.1@sha256:da5e54eddc7b8960dd9aca7de8ec02b62455a1958b6879e258f5d1b9cebbf912 -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 10609 - protocol: http - targetPort: 80 -persistence: - config: - enabled: true - mountPath: /config - books: - enabled: true - mountPath: /books -portal: - open: - enabled: true diff --git a/stable/corekeeper/5.1.3/.helmignore b/stable/cops/8.4.0/.helmignore similarity index 100% rename from stable/corekeeper/5.1.3/.helmignore rename to stable/cops/8.4.0/.helmignore diff --git a/stable/cops/8.4.0/CHANGELOG.md b/stable/cops/8.4.0/CHANGELOG.md new file mode 100644 index 00000000000..9d035813c14 --- /dev/null +++ b/stable/cops/8.4.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cops-8.4.0](https://github.com/truecharts/charts/compare/cops-8.3.4...cops-8.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [cops-8.3.4](https://github.com/truecharts/charts/compare/cops-8.3.3...cops-8.3.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [cops-8.3.3](https://github.com/truecharts/charts/compare/cops-8.3.1...cops-8.3.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + +## [cops-7.1.18](https://github.com/truecharts/charts/compare/cops-7.1.17...cops-7.1.18) (2024-02-12) + +### Chore + + + +- update container image lscr.io/linuxserver/cops to 2.2.1[@25577a2](https://github.com/25577a2) by renovate ([#18092](https://github.com/truecharts/charts/issues/18092)) + + +## [cops-7.1.17](https://github.com/truecharts/charts/compare/cops-7.1.16...cops-7.1.17) (2024-02-05) + +### Chore + + + +- update container image lscr.io/linuxserver/cops to 2.2.1[@31ef885](https://github.com/31ef885) by renovate ([#17882](https://github.com/truecharts/charts/issues/17882)) + + +## [cops-7.1.16](https://github.com/truecharts/charts/compare/cops-7.1.15...cops-7.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [cops-7.1.15](https://github.com/truecharts/charts/compare/cops-7.1.14...cops-7.1.15) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [cops-7.1.14](https://github.com/truecharts/charts/compare/cops-7.1.13...cops-7.1.14) (2024-01-22) + +### Chore + + + +- update container image lscr.io/linuxserver/cops to 2.2.1[@4fc2dfa](https://github.com/4fc2dfa) by renovate ([#17482](https://github.com/truecharts/charts/issues/17482)) + + +## [cops-7.1.13](https://github.com/truecharts/charts/compare/cops-7.1.12...cops-7.1.13) (2024-01-21) + +### Chore diff --git a/stable/cops/8.4.0/Chart.yaml b/stable/cops/8.4.0/Chart.yaml new file mode 100644 index 00000000000..6b7ed80bd91 --- /dev/null +++ b/stable/cops/8.4.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.4.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: | + Cops(http://blog.slucas.fr/en/oss/calibre-opds-php-server) by Sébastien Lucas, stands for Calibre OPDS (and HTML) Php Server. +home: https://truecharts.org/charts/stable/cops +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cops.png +keywords: + - cops + - Cloud + - MediaApp-Books + - MediaServer-Books +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cops +sources: + - https://github.com/orgs/linuxserver/packages/container/package/cops + - https://github.com/linuxserver/docker-cops#readme + - https://github.com/truecharts/charts/tree/master/charts/stable/cops + - https://fleet.linuxserver.io/image?name=linuxserver/cops +type: application +version: 8.4.0 diff --git a/stable/cops/8.3.0/README.md b/stable/cops/8.4.0/README.md similarity index 100% rename from stable/cops/8.3.0/README.md rename to stable/cops/8.4.0/README.md diff --git a/stable/cops/8.4.0/app-changelog.md b/stable/cops/8.4.0/app-changelog.md new file mode 100644 index 00000000000..18eb3949f29 --- /dev/null +++ b/stable/cops/8.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [cops-8.4.0](https://github.com/truecharts/charts/compare/cops-8.3.4...cops-8.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/cops/8.3.0/app-readme.md b/stable/cops/8.4.0/app-readme.md similarity index 100% rename from stable/cops/8.3.0/app-readme.md rename to stable/cops/8.4.0/app-readme.md diff --git a/stable/cops/8.4.0/charts/common-18.2.0.tgz b/stable/cops/8.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/cops/8.4.0/charts/common-18.2.0.tgz differ diff --git a/stable/cops/8.4.0/ix_values.yaml b/stable/cops/8.4.0/ix_values.yaml new file mode 100644 index 00000000000..14b5b69c365 --- /dev/null +++ b/stable/cops/8.4.0/ix_values.yaml @@ -0,0 +1,27 @@ +image: + pullPolicy: IfNotPresent + repository: lscr.io/linuxserver/cops + tag: 2.4.1@sha256:8211442282697871aadc2c59e7e1832d1a0557922aa8bc62ce92e4131a50afc1 +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 10609 + protocol: http + targetPort: 80 +persistence: + config: + enabled: true + mountPath: /config + books: + enabled: true + mountPath: /books +portal: + open: + enabled: true diff --git a/stable/cops/8.3.0/questions.yaml b/stable/cops/8.4.0/questions.yaml similarity index 100% rename from stable/cops/8.3.0/questions.yaml rename to stable/cops/8.4.0/questions.yaml diff --git a/stable/crafty-4/7.1.3/templates/NOTES.txt b/stable/cops/8.4.0/templates/NOTES.txt similarity index 100% rename from stable/crafty-4/7.1.3/templates/NOTES.txt rename to stable/cops/8.4.0/templates/NOTES.txt diff --git a/stable/cops/8.3.0/templates/common.yaml b/stable/cops/8.4.0/templates/common.yaml similarity index 100% rename from stable/cops/8.3.0/templates/common.yaml rename to stable/cops/8.4.0/templates/common.yaml diff --git a/stable/corekeeper/5.1.3/values.yaml b/stable/cops/8.4.0/values.yaml similarity index 100% rename from stable/corekeeper/5.1.3/values.yaml rename to stable/cops/8.4.0/values.yaml diff --git a/stable/core-keeper-dedicated-server/5.1.3/CHANGELOG.md b/stable/core-keeper-dedicated-server/5.1.3/CHANGELOG.md deleted file mode 100644 index 1633f5bb495..00000000000 --- a/stable/core-keeper-dedicated-server/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [core-keeper-dedicated-server-4.1.12](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-4.1.11...core-keeper-dedicated-server-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [core-keeper-dedicated-server-4.1.11](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-4.1.10...core-keeper-dedicated-server-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [core-keeper-dedicated-server-4.1.10](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-4.1.9...core-keeper-dedicated-server-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [core-keeper-dedicated-server-4.1.9](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-4.1.8...core-keeper-dedicated-server-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [core-keeper-dedicated-server-4.1.8](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-4.1.7...core-keeper-dedicated-server-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [core-keeper-dedicated-server-4.1.7](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-4.1.6...core-keeper-dedicated-server-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [core-keeper-dedicated-server-4.1.6](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-4.1.5...core-keeper-dedicated-server-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [core-keeper-dedicated-server-4.1.5](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-4.1.4...core-keeper-dedicated-server-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [core-keeper-dedicated-server-4.1.4](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-4.1.3...core-keeper-dedicated-server-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/core-keeper-dedicated-server/5.1.3/Chart.yaml b/stable/core-keeper-dedicated-server/5.1.3/Chart.yaml deleted file mode 100644 index 7fd752b1597..00000000000 --- a/stable/core-keeper-dedicated-server/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Chart file for the new Core Keeper dedicated server running from SteamCMD. (No account etc needed) -home: https://truecharts.org/charts/stable/core-keeper-dedicated-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/core-keeper-dedicated-server.png -keywords: - - core-keeper-dedicated-server - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: core-keeper-dedicated-server -sources: - - https://github.com/escapingnetwork/core-keeper-dedicated/ - - https://github.com/truecharts/charts/tree/master/charts/stable/core-keeper-dedicated-server - - https://hub.docker.com/r/escaping/core-keeper-dedicated -type: application -version: 5.1.3 diff --git a/stable/core-keeper-dedicated-server/5.1.3/charts/common-18.0.3.tgz b/stable/core-keeper-dedicated-server/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/core-keeper-dedicated-server/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/couchpotato/9.1.3/.helmignore b/stable/core-keeper-dedicated-server/5.3.0/.helmignore similarity index 100% rename from stable/couchpotato/9.1.3/.helmignore rename to stable/core-keeper-dedicated-server/5.3.0/.helmignore diff --git a/stable/core-keeper-dedicated-server/5.3.0/CHANGELOG.md b/stable/core-keeper-dedicated-server/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..d78e0fea613 --- /dev/null +++ b/stable/core-keeper-dedicated-server/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [core-keeper-dedicated-server-5.3.0](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.2.3...core-keeper-dedicated-server-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [core-keeper-dedicated-server-5.2.3](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.2.2...core-keeper-dedicated-server-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [core-keeper-dedicated-server-5.2.2](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.2.0...core-keeper-dedicated-server-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [core-keeper-dedicated-server-4.1.12](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-4.1.11...core-keeper-dedicated-server-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [core-keeper-dedicated-server-4.1.11](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-4.1.10...core-keeper-dedicated-server-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [core-keeper-dedicated-server-4.1.10](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-4.1.9...core-keeper-dedicated-server-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [core-keeper-dedicated-server-4.1.9](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-4.1.8...core-keeper-dedicated-server-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [core-keeper-dedicated-server-4.1.8](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-4.1.7...core-keeper-dedicated-server-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [core-keeper-dedicated-server-4.1.7](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-4.1.6...core-keeper-dedicated-server-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/core-keeper-dedicated-server/5.3.0/Chart.yaml b/stable/core-keeper-dedicated-server/5.3.0/Chart.yaml new file mode 100644 index 00000000000..bcc3ad3a9aa --- /dev/null +++ b/stable/core-keeper-dedicated-server/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chart file for the new Core Keeper dedicated server running from SteamCMD. (No account etc needed) +home: https://truecharts.org/charts/stable/core-keeper-dedicated-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/core-keeper-dedicated-server.png +keywords: + - core-keeper-dedicated-server + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: core-keeper-dedicated-server +sources: + - https://github.com/escapingnetwork/core-keeper-dedicated/ + - https://github.com/truecharts/charts/tree/master/charts/stable/core-keeper-dedicated-server + - https://hub.docker.com/r/escaping/core-keeper-dedicated +type: application +version: 5.3.0 diff --git a/stable/core-keeper-dedicated-server/5.1.3/README.md b/stable/core-keeper-dedicated-server/5.3.0/README.md similarity index 100% rename from stable/core-keeper-dedicated-server/5.1.3/README.md rename to stable/core-keeper-dedicated-server/5.3.0/README.md diff --git a/stable/core-keeper-dedicated-server/5.3.0/app-changelog.md b/stable/core-keeper-dedicated-server/5.3.0/app-changelog.md new file mode 100644 index 00000000000..f72659c073c --- /dev/null +++ b/stable/core-keeper-dedicated-server/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [core-keeper-dedicated-server-5.3.0](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.2.3...core-keeper-dedicated-server-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/core-keeper-dedicated-server/5.1.3/app-readme.md b/stable/core-keeper-dedicated-server/5.3.0/app-readme.md similarity index 100% rename from stable/core-keeper-dedicated-server/5.1.3/app-readme.md rename to stable/core-keeper-dedicated-server/5.3.0/app-readme.md diff --git a/stable/core-keeper-dedicated-server/5.3.0/charts/common-18.2.0.tgz b/stable/core-keeper-dedicated-server/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/core-keeper-dedicated-server/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/core-keeper-dedicated-server/5.1.3/ix_values.yaml b/stable/core-keeper-dedicated-server/5.3.0/ix_values.yaml similarity index 100% rename from stable/core-keeper-dedicated-server/5.1.3/ix_values.yaml rename to stable/core-keeper-dedicated-server/5.3.0/ix_values.yaml diff --git a/stable/core-keeper-dedicated-server/5.1.3/questions.yaml b/stable/core-keeper-dedicated-server/5.3.0/questions.yaml similarity index 100% rename from stable/core-keeper-dedicated-server/5.1.3/questions.yaml rename to stable/core-keeper-dedicated-server/5.3.0/questions.yaml diff --git a/stable/core-keeper-dedicated-server/5.1.3/templates/common.yaml b/stable/core-keeper-dedicated-server/5.3.0/templates/common.yaml similarity index 100% rename from stable/core-keeper-dedicated-server/5.1.3/templates/common.yaml rename to stable/core-keeper-dedicated-server/5.3.0/templates/common.yaml diff --git a/stable/couchpotato/9.1.3/values.yaml b/stable/core-keeper-dedicated-server/5.3.0/values.yaml similarity index 100% rename from stable/couchpotato/9.1.3/values.yaml rename to stable/core-keeper-dedicated-server/5.3.0/values.yaml diff --git a/stable/corekeeper/5.1.3/CHANGELOG.md b/stable/corekeeper/5.1.3/CHANGELOG.md deleted file mode 100644 index 94b6586747c..00000000000 --- a/stable/corekeeper/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [corekeeper-4.1.12](https://github.com/truecharts/charts/compare/corekeeper-4.1.11...corekeeper-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [corekeeper-4.1.11](https://github.com/truecharts/charts/compare/corekeeper-4.1.10...corekeeper-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [corekeeper-4.1.10](https://github.com/truecharts/charts/compare/corekeeper-4.1.9...corekeeper-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [corekeeper-4.1.9](https://github.com/truecharts/charts/compare/corekeeper-4.1.8...corekeeper-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [corekeeper-4.1.8](https://github.com/truecharts/charts/compare/corekeeper-4.1.7...corekeeper-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [corekeeper-4.1.7](https://github.com/truecharts/charts/compare/corekeeper-4.1.6...corekeeper-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [corekeeper-4.1.6](https://github.com/truecharts/charts/compare/corekeeper-4.1.5...corekeeper-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [corekeeper-4.1.5](https://github.com/truecharts/charts/compare/corekeeper-4.1.4...corekeeper-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [corekeeper-4.1.4](https://github.com/truecharts/charts/compare/corekeeper-4.1.3...corekeeper-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/corekeeper/5.1.3/Chart.yaml b/stable/corekeeper/5.1.3/Chart.yaml deleted file mode 100644 index 8014a7e852e..00000000000 --- a/stable/corekeeper/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: corekeeper -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install CoreKeeper and run it. -home: https://truecharts.org/charts/stable/corekeeper -icon: https://truecharts.org/img/hotlink-ok/chart-icons/corekeeper.png -keywords: - - corekeeper - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: corekeeper -sources: - - https://steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/corekeeper - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/corekeeper/5.1.3/charts/common-18.0.3.tgz b/stable/corekeeper/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/corekeeper/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/counterstrike2d/5.1.3/.helmignore b/stable/corekeeper/5.3.0/.helmignore similarity index 100% rename from stable/counterstrike2d/5.1.3/.helmignore rename to stable/corekeeper/5.3.0/.helmignore diff --git a/stable/corekeeper/5.3.0/CHANGELOG.md b/stable/corekeeper/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..0126d43f508 --- /dev/null +++ b/stable/corekeeper/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [corekeeper-5.3.0](https://github.com/truecharts/charts/compare/corekeeper-5.2.3...corekeeper-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [corekeeper-5.2.3](https://github.com/truecharts/charts/compare/corekeeper-5.2.2...corekeeper-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [corekeeper-5.2.2](https://github.com/truecharts/charts/compare/corekeeper-5.2.0...corekeeper-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [corekeeper-4.1.12](https://github.com/truecharts/charts/compare/corekeeper-4.1.11...corekeeper-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [corekeeper-4.1.11](https://github.com/truecharts/charts/compare/corekeeper-4.1.10...corekeeper-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [corekeeper-4.1.10](https://github.com/truecharts/charts/compare/corekeeper-4.1.9...corekeeper-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [corekeeper-4.1.9](https://github.com/truecharts/charts/compare/corekeeper-4.1.8...corekeeper-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [corekeeper-4.1.8](https://github.com/truecharts/charts/compare/corekeeper-4.1.7...corekeeper-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [corekeeper-4.1.7](https://github.com/truecharts/charts/compare/corekeeper-4.1.6...corekeeper-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/corekeeper/5.3.0/Chart.yaml b/stable/corekeeper/5.3.0/Chart.yaml new file mode 100644 index 00000000000..39f150f819a --- /dev/null +++ b/stable/corekeeper/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: corekeeper +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install CoreKeeper and run it. +home: https://truecharts.org/charts/stable/corekeeper +icon: https://truecharts.org/img/hotlink-ok/chart-icons/corekeeper.png +keywords: + - corekeeper + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: corekeeper +sources: + - https://steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/corekeeper + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/corekeeper/5.1.3/README.md b/stable/corekeeper/5.3.0/README.md similarity index 100% rename from stable/corekeeper/5.1.3/README.md rename to stable/corekeeper/5.3.0/README.md diff --git a/stable/corekeeper/5.3.0/app-changelog.md b/stable/corekeeper/5.3.0/app-changelog.md new file mode 100644 index 00000000000..d2651543cb5 --- /dev/null +++ b/stable/corekeeper/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [corekeeper-5.3.0](https://github.com/truecharts/charts/compare/corekeeper-5.2.3...corekeeper-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/corekeeper/5.1.3/app-readme.md b/stable/corekeeper/5.3.0/app-readme.md similarity index 100% rename from stable/corekeeper/5.1.3/app-readme.md rename to stable/corekeeper/5.3.0/app-readme.md diff --git a/stable/corekeeper/5.3.0/charts/common-18.2.0.tgz b/stable/corekeeper/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/corekeeper/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/corekeeper/5.1.3/ix_values.yaml b/stable/corekeeper/5.3.0/ix_values.yaml similarity index 100% rename from stable/corekeeper/5.1.3/ix_values.yaml rename to stable/corekeeper/5.3.0/ix_values.yaml diff --git a/stable/corekeeper/5.1.3/questions.yaml b/stable/corekeeper/5.3.0/questions.yaml similarity index 100% rename from stable/corekeeper/5.1.3/questions.yaml rename to stable/corekeeper/5.3.0/questions.yaml diff --git a/stable/corekeeper/5.1.3/templates/common.yaml b/stable/corekeeper/5.3.0/templates/common.yaml similarity index 100% rename from stable/corekeeper/5.1.3/templates/common.yaml rename to stable/corekeeper/5.3.0/templates/common.yaml diff --git a/stable/counterstrike2d/5.1.3/values.yaml b/stable/corekeeper/5.3.0/values.yaml similarity index 100% rename from stable/counterstrike2d/5.1.3/values.yaml rename to stable/corekeeper/5.3.0/values.yaml diff --git a/stable/couchpotato/9.1.3/CHANGELOG.md b/stable/couchpotato/9.1.3/CHANGELOG.md deleted file mode 100644 index 97c1d1303bc..00000000000 --- a/stable/couchpotato/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [couchpotato-8.1.12](https://github.com/truecharts/charts/compare/couchpotato-8.1.11...couchpotato-8.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [couchpotato-8.1.11](https://github.com/truecharts/charts/compare/couchpotato-8.1.10...couchpotato-8.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [couchpotato-8.1.10](https://github.com/truecharts/charts/compare/couchpotato-8.1.9...couchpotato-8.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [couchpotato-8.1.9](https://github.com/truecharts/charts/compare/couchpotato-8.1.8...couchpotato-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [couchpotato-8.1.8](https://github.com/truecharts/charts/compare/couchpotato-8.1.7...couchpotato-8.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [couchpotato-8.1.7](https://github.com/truecharts/charts/compare/couchpotato-8.1.6...couchpotato-8.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [couchpotato-8.1.6](https://github.com/truecharts/charts/compare/couchpotato-8.1.5...couchpotato-8.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [couchpotato-8.1.5](https://github.com/truecharts/charts/compare/couchpotato-8.1.4...couchpotato-8.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [couchpotato-8.1.4](https://github.com/truecharts/charts/compare/couchpotato-8.1.3...couchpotato-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/couchpotato/9.1.3/Chart.yaml b/stable/couchpotato/9.1.3/Chart.yaml deleted file mode 100644 index 89702eae41d..00000000000 --- a/stable/couchpotato/9.1.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Couchpotato is an automatic NZB and torrent downloader. -home: https://truecharts.org/charts/stable/couchpotato -icon: https://truecharts.org/img/hotlink-ok/chart-icons/couchpotato.png -keywords: - - couchpotato -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: couchpotato -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/couchpotato - - https://ghcr.io/linuxserver/couchpotato -type: application -version: 9.1.3 diff --git a/stable/couchpotato/9.1.3/charts/common-18.0.3.tgz b/stable/couchpotato/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/couchpotato/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/cowyo/5.1.3/.helmignore b/stable/couchpotato/9.3.0/.helmignore similarity index 100% rename from stable/cowyo/5.1.3/.helmignore rename to stable/couchpotato/9.3.0/.helmignore diff --git a/stable/couchpotato/9.3.0/CHANGELOG.md b/stable/couchpotato/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..36320d8525c --- /dev/null +++ b/stable/couchpotato/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [couchpotato-9.3.0](https://github.com/truecharts/charts/compare/couchpotato-9.2.3...couchpotato-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [couchpotato-9.2.3](https://github.com/truecharts/charts/compare/couchpotato-9.2.2...couchpotato-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [couchpotato-9.2.2](https://github.com/truecharts/charts/compare/couchpotato-9.2.0...couchpotato-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [couchpotato-8.1.12](https://github.com/truecharts/charts/compare/couchpotato-8.1.11...couchpotato-8.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [couchpotato-8.1.11](https://github.com/truecharts/charts/compare/couchpotato-8.1.10...couchpotato-8.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [couchpotato-8.1.10](https://github.com/truecharts/charts/compare/couchpotato-8.1.9...couchpotato-8.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [couchpotato-8.1.9](https://github.com/truecharts/charts/compare/couchpotato-8.1.8...couchpotato-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [couchpotato-8.1.8](https://github.com/truecharts/charts/compare/couchpotato-8.1.7...couchpotato-8.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [couchpotato-8.1.7](https://github.com/truecharts/charts/compare/couchpotato-8.1.6...couchpotato-8.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/couchpotato/9.3.0/Chart.yaml b/stable/couchpotato/9.3.0/Chart.yaml new file mode 100644 index 00000000000..5177b2e4070 --- /dev/null +++ b/stable/couchpotato/9.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Couchpotato is an automatic NZB and torrent downloader. +home: https://truecharts.org/charts/stable/couchpotato +icon: https://truecharts.org/img/hotlink-ok/chart-icons/couchpotato.png +keywords: + - couchpotato +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: couchpotato +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/couchpotato + - https://ghcr.io/linuxserver/couchpotato +type: application +version: 9.3.0 diff --git a/stable/couchpotato/9.1.3/README.md b/stable/couchpotato/9.3.0/README.md similarity index 100% rename from stable/couchpotato/9.1.3/README.md rename to stable/couchpotato/9.3.0/README.md diff --git a/stable/couchpotato/9.3.0/app-changelog.md b/stable/couchpotato/9.3.0/app-changelog.md new file mode 100644 index 00000000000..6b5b5808074 --- /dev/null +++ b/stable/couchpotato/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [couchpotato-9.3.0](https://github.com/truecharts/charts/compare/couchpotato-9.2.3...couchpotato-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/couchpotato/9.1.3/app-readme.md b/stable/couchpotato/9.3.0/app-readme.md similarity index 100% rename from stable/couchpotato/9.1.3/app-readme.md rename to stable/couchpotato/9.3.0/app-readme.md diff --git a/stable/couchpotato/9.3.0/charts/common-18.2.0.tgz b/stable/couchpotato/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/couchpotato/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/couchpotato/9.1.3/ix_values.yaml b/stable/couchpotato/9.3.0/ix_values.yaml similarity index 100% rename from stable/couchpotato/9.1.3/ix_values.yaml rename to stable/couchpotato/9.3.0/ix_values.yaml diff --git a/stable/couchpotato/9.1.3/questions.yaml b/stable/couchpotato/9.3.0/questions.yaml similarity index 100% rename from stable/couchpotato/9.1.3/questions.yaml rename to stable/couchpotato/9.3.0/questions.yaml diff --git a/stable/cryptofolio/12.1.3/templates/NOTES.txt b/stable/couchpotato/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/cryptofolio/12.1.3/templates/NOTES.txt rename to stable/couchpotato/9.3.0/templates/NOTES.txt diff --git a/stable/cryptofolio/12.1.3/templates/common.yaml b/stable/couchpotato/9.3.0/templates/common.yaml similarity index 100% rename from stable/cryptofolio/12.1.3/templates/common.yaml rename to stable/couchpotato/9.3.0/templates/common.yaml diff --git a/stable/cowyo/5.1.3/values.yaml b/stable/couchpotato/9.3.0/values.yaml similarity index 100% rename from stable/cowyo/5.1.3/values.yaml rename to stable/couchpotato/9.3.0/values.yaml diff --git a/stable/counterstrike2d/5.1.3/CHANGELOG.md b/stable/counterstrike2d/5.1.3/CHANGELOG.md deleted file mode 100644 index 35f883ce7a7..00000000000 --- a/stable/counterstrike2d/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [counterstrike2d-4.1.12](https://github.com/truecharts/charts/compare/counterstrike2d-4.1.11...counterstrike2d-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [counterstrike2d-4.1.11](https://github.com/truecharts/charts/compare/counterstrike2d-4.1.10...counterstrike2d-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [counterstrike2d-4.1.10](https://github.com/truecharts/charts/compare/counterstrike2d-4.1.9...counterstrike2d-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [counterstrike2d-4.1.9](https://github.com/truecharts/charts/compare/counterstrike2d-4.1.8...counterstrike2d-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [counterstrike2d-4.1.8](https://github.com/truecharts/charts/compare/counterstrike2d-4.1.7...counterstrike2d-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [counterstrike2d-4.1.7](https://github.com/truecharts/charts/compare/counterstrike2d-4.1.6...counterstrike2d-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [counterstrike2d-4.1.6](https://github.com/truecharts/charts/compare/counterstrike2d-4.1.5...counterstrike2d-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [counterstrike2d-4.1.5](https://github.com/truecharts/charts/compare/counterstrike2d-4.1.4...counterstrike2d-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [counterstrike2d-4.1.4](https://github.com/truecharts/charts/compare/counterstrike2d-4.1.3...counterstrike2d-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/counterstrike2d/5.1.3/Chart.yaml b/stable/counterstrike2d/5.1.3/Chart.yaml deleted file mode 100644 index e0c0247e98e..00000000000 --- a/stable/counterstrike2d/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install CounterStrike 2D. -home: https://truecharts.org/charts/stable/counterstrike2d -icon: https://truecharts.org/img/hotlink-ok/chart-icons/counterstrike2d.png -keywords: - - counterstrike2d - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: counterstrike2d -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/counterstrike2d - - https://hub.docker.com/r/ich777/cs2dserver -type: application -version: 5.1.3 diff --git a/stable/counterstrike2d/5.1.3/charts/common-18.0.3.tgz b/stable/counterstrike2d/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/counterstrike2d/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/craftopia/5.1.3/.helmignore b/stable/counterstrike2d/5.3.0/.helmignore similarity index 100% rename from stable/craftopia/5.1.3/.helmignore rename to stable/counterstrike2d/5.3.0/.helmignore diff --git a/stable/counterstrike2d/5.3.0/CHANGELOG.md b/stable/counterstrike2d/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..a1b234296cd --- /dev/null +++ b/stable/counterstrike2d/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [counterstrike2d-5.3.0](https://github.com/truecharts/charts/compare/counterstrike2d-5.2.3...counterstrike2d-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [counterstrike2d-5.2.3](https://github.com/truecharts/charts/compare/counterstrike2d-5.2.2...counterstrike2d-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [counterstrike2d-5.2.2](https://github.com/truecharts/charts/compare/counterstrike2d-5.2.0...counterstrike2d-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [counterstrike2d-4.1.12](https://github.com/truecharts/charts/compare/counterstrike2d-4.1.11...counterstrike2d-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [counterstrike2d-4.1.11](https://github.com/truecharts/charts/compare/counterstrike2d-4.1.10...counterstrike2d-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [counterstrike2d-4.1.10](https://github.com/truecharts/charts/compare/counterstrike2d-4.1.9...counterstrike2d-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [counterstrike2d-4.1.9](https://github.com/truecharts/charts/compare/counterstrike2d-4.1.8...counterstrike2d-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [counterstrike2d-4.1.8](https://github.com/truecharts/charts/compare/counterstrike2d-4.1.7...counterstrike2d-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [counterstrike2d-4.1.7](https://github.com/truecharts/charts/compare/counterstrike2d-4.1.6...counterstrike2d-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/counterstrike2d/5.3.0/Chart.yaml b/stable/counterstrike2d/5.3.0/Chart.yaml new file mode 100644 index 00000000000..31763eddfe4 --- /dev/null +++ b/stable/counterstrike2d/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install CounterStrike 2D. +home: https://truecharts.org/charts/stable/counterstrike2d +icon: https://truecharts.org/img/hotlink-ok/chart-icons/counterstrike2d.png +keywords: + - counterstrike2d + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: counterstrike2d +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/counterstrike2d + - https://hub.docker.com/r/ich777/cs2dserver +type: application +version: 5.3.0 diff --git a/stable/counterstrike2d/5.1.3/README.md b/stable/counterstrike2d/5.3.0/README.md similarity index 100% rename from stable/counterstrike2d/5.1.3/README.md rename to stable/counterstrike2d/5.3.0/README.md diff --git a/stable/counterstrike2d/5.3.0/app-changelog.md b/stable/counterstrike2d/5.3.0/app-changelog.md new file mode 100644 index 00000000000..0eed91265d5 --- /dev/null +++ b/stable/counterstrike2d/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [counterstrike2d-5.3.0](https://github.com/truecharts/charts/compare/counterstrike2d-5.2.3...counterstrike2d-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/counterstrike2d/5.1.3/app-readme.md b/stable/counterstrike2d/5.3.0/app-readme.md similarity index 100% rename from stable/counterstrike2d/5.1.3/app-readme.md rename to stable/counterstrike2d/5.3.0/app-readme.md diff --git a/stable/counterstrike2d/5.3.0/charts/common-18.2.0.tgz b/stable/counterstrike2d/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/counterstrike2d/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/counterstrike2d/5.1.3/ix_values.yaml b/stable/counterstrike2d/5.3.0/ix_values.yaml similarity index 100% rename from stable/counterstrike2d/5.1.3/ix_values.yaml rename to stable/counterstrike2d/5.3.0/ix_values.yaml diff --git a/stable/counterstrike2d/5.1.3/questions.yaml b/stable/counterstrike2d/5.3.0/questions.yaml similarity index 100% rename from stable/counterstrike2d/5.1.3/questions.yaml rename to stable/counterstrike2d/5.3.0/questions.yaml diff --git a/stable/counterstrike2d/5.1.3/templates/common.yaml b/stable/counterstrike2d/5.3.0/templates/common.yaml similarity index 100% rename from stable/counterstrike2d/5.1.3/templates/common.yaml rename to stable/counterstrike2d/5.3.0/templates/common.yaml diff --git a/stable/craftopia/5.1.3/values.yaml b/stable/counterstrike2d/5.3.0/values.yaml similarity index 100% rename from stable/craftopia/5.1.3/values.yaml rename to stable/counterstrike2d/5.3.0/values.yaml diff --git a/stable/cowyo/5.1.3/CHANGELOG.md b/stable/cowyo/5.1.3/CHANGELOG.md deleted file mode 100644 index 5da9151d00a..00000000000 --- a/stable/cowyo/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [cowyo-4.1.12](https://github.com/truecharts/charts/compare/cowyo-4.1.11...cowyo-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cowyo-4.1.11](https://github.com/truecharts/charts/compare/cowyo-4.1.10...cowyo-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [cowyo-4.1.10](https://github.com/truecharts/charts/compare/cowyo-4.1.9...cowyo-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [cowyo-4.1.9](https://github.com/truecharts/charts/compare/cowyo-4.1.8...cowyo-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [cowyo-4.1.8](https://github.com/truecharts/charts/compare/cowyo-4.1.7...cowyo-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [cowyo-4.1.7](https://github.com/truecharts/charts/compare/cowyo-4.1.6...cowyo-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [cowyo-4.1.6](https://github.com/truecharts/charts/compare/cowyo-4.1.5...cowyo-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [cowyo-4.1.5](https://github.com/truecharts/charts/compare/cowyo-4.1.4...cowyo-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [cowyo-4.1.4](https://github.com/truecharts/charts/compare/cowyo-4.1.3...cowyo-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/cowyo/5.1.3/Chart.yaml b/stable/cowyo/5.1.3/Chart.yaml deleted file mode 100644 index fcff6b70e04..00000000000 --- a/stable/cowyo/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: cowyo is a self-contained wiki server that makes jotting notes easy and fast. The most important feature here is simplicity. Other features include versioning, page locking, self-destructing messages, encryption, and listifying. -home: https://truecharts.org/charts/stable/cowyo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cowyo.png -keywords: - - cowyo - - Cloud - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cowyo -sources: - - https://github.com/schollz/cowyo - - https://github.com/truecharts/charts/tree/master/charts/stable/cowyo - - https://hub.docker.com/r/schollz/cowyo -type: application -version: 5.1.3 diff --git a/stable/cowyo/5.1.3/charts/common-18.0.3.tgz b/stable/cowyo/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/cowyo/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/crafty-4/7.1.3/.helmignore b/stable/cowyo/5.3.0/.helmignore similarity index 100% rename from stable/crafty-4/7.1.3/.helmignore rename to stable/cowyo/5.3.0/.helmignore diff --git a/stable/cowyo/5.3.0/CHANGELOG.md b/stable/cowyo/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..5c15d989141 --- /dev/null +++ b/stable/cowyo/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cowyo-5.3.0](https://github.com/truecharts/charts/compare/cowyo-5.2.3...cowyo-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [cowyo-5.2.3](https://github.com/truecharts/charts/compare/cowyo-5.2.2...cowyo-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [cowyo-5.2.2](https://github.com/truecharts/charts/compare/cowyo-5.2.0...cowyo-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [cowyo-4.1.12](https://github.com/truecharts/charts/compare/cowyo-4.1.11...cowyo-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [cowyo-4.1.11](https://github.com/truecharts/charts/compare/cowyo-4.1.10...cowyo-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [cowyo-4.1.10](https://github.com/truecharts/charts/compare/cowyo-4.1.9...cowyo-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [cowyo-4.1.9](https://github.com/truecharts/charts/compare/cowyo-4.1.8...cowyo-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [cowyo-4.1.8](https://github.com/truecharts/charts/compare/cowyo-4.1.7...cowyo-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [cowyo-4.1.7](https://github.com/truecharts/charts/compare/cowyo-4.1.6...cowyo-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/cowyo/5.3.0/Chart.yaml b/stable/cowyo/5.3.0/Chart.yaml new file mode 100644 index 00000000000..0ad7625e20f --- /dev/null +++ b/stable/cowyo/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: cowyo is a self-contained wiki server that makes jotting notes easy and fast. The most important feature here is simplicity. Other features include versioning, page locking, self-destructing messages, encryption, and listifying. +home: https://truecharts.org/charts/stable/cowyo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cowyo.png +keywords: + - cowyo + - Cloud + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cowyo +sources: + - https://github.com/schollz/cowyo + - https://github.com/truecharts/charts/tree/master/charts/stable/cowyo + - https://hub.docker.com/r/schollz/cowyo +type: application +version: 5.3.0 diff --git a/stable/cowyo/5.1.3/README.md b/stable/cowyo/5.3.0/README.md similarity index 100% rename from stable/cowyo/5.1.3/README.md rename to stable/cowyo/5.3.0/README.md diff --git a/stable/cowyo/5.3.0/app-changelog.md b/stable/cowyo/5.3.0/app-changelog.md new file mode 100644 index 00000000000..b188bb5eb52 --- /dev/null +++ b/stable/cowyo/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [cowyo-5.3.0](https://github.com/truecharts/charts/compare/cowyo-5.2.3...cowyo-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/cowyo/5.1.3/app-readme.md b/stable/cowyo/5.3.0/app-readme.md similarity index 100% rename from stable/cowyo/5.1.3/app-readme.md rename to stable/cowyo/5.3.0/app-readme.md diff --git a/stable/cowyo/5.3.0/charts/common-18.2.0.tgz b/stable/cowyo/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/cowyo/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/cowyo/5.1.3/ix_values.yaml b/stable/cowyo/5.3.0/ix_values.yaml similarity index 100% rename from stable/cowyo/5.1.3/ix_values.yaml rename to stable/cowyo/5.3.0/ix_values.yaml diff --git a/stable/cowyo/5.1.3/questions.yaml b/stable/cowyo/5.3.0/questions.yaml similarity index 100% rename from stable/cowyo/5.1.3/questions.yaml rename to stable/cowyo/5.3.0/questions.yaml diff --git a/stable/cowyo/5.1.3/templates/common.yaml b/stable/cowyo/5.3.0/templates/common.yaml similarity index 100% rename from stable/cowyo/5.1.3/templates/common.yaml rename to stable/cowyo/5.3.0/templates/common.yaml diff --git a/stable/crafty-4/7.1.3/values.yaml b/stable/cowyo/5.3.0/values.yaml similarity index 100% rename from stable/crafty-4/7.1.3/values.yaml rename to stable/cowyo/5.3.0/values.yaml diff --git a/stable/craftopia/5.1.3/CHANGELOG.md b/stable/craftopia/5.1.3/CHANGELOG.md deleted file mode 100644 index 3ae34661fc4..00000000000 --- a/stable/craftopia/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [craftopia-4.1.13](https://github.com/truecharts/charts/compare/craftopia-4.1.12...craftopia-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [craftopia-4.1.12](https://github.com/truecharts/charts/compare/craftopia-4.1.11...craftopia-4.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [craftopia-4.1.11](https://github.com/truecharts/charts/compare/craftopia-4.1.10...craftopia-4.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [craftopia-4.1.10](https://github.com/truecharts/charts/compare/craftopia-4.1.9...craftopia-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [craftopia-4.1.9](https://github.com/truecharts/charts/compare/craftopia-4.1.8...craftopia-4.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [craftopia-4.1.8](https://github.com/truecharts/charts/compare/craftopia-4.1.7...craftopia-4.1.8) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [craftopia-4.1.7](https://github.com/truecharts/charts/compare/craftopia-4.1.6...craftopia-4.1.7) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [craftopia-4.1.6](https://github.com/truecharts/charts/compare/craftopia-4.1.5...craftopia-4.1.6) (2024-01-02) - -### Chore - - - -- update container image ich777/steamcmd to craftopia[@73bde05](https://github.com/73bde05) by renovate ([#16712](https://github.com/truecharts/charts/issues/16712)) - - -## [craftopia-4.1.5](https://github.com/truecharts/charts/compare/craftopia-4.1.4...craftopia-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - diff --git a/stable/craftopia/5.1.3/Chart.yaml b/stable/craftopia/5.1.3/Chart.yaml deleted file mode 100644 index 1ebddcf111d..00000000000 --- a/stable/craftopia/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: craftopia -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Craftopia and run it. -home: https://truecharts.org/charts/stable/craftopia -icon: https://truecharts.org/img/hotlink-ok/chart-icons/craftopia.png -keywords: - - craftopia - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: craftopia -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/craftopia - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/craftopia/5.1.3/charts/common-18.0.3.tgz b/stable/craftopia/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/craftopia/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/crypto-exchanges-gateway/5.1.3/.helmignore b/stable/craftopia/5.3.0/.helmignore similarity index 100% rename from stable/crypto-exchanges-gateway/5.1.3/.helmignore rename to stable/craftopia/5.3.0/.helmignore diff --git a/stable/craftopia/5.3.0/CHANGELOG.md b/stable/craftopia/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..785d435a536 --- /dev/null +++ b/stable/craftopia/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [craftopia-5.3.0](https://github.com/truecharts/charts/compare/craftopia-5.2.3...craftopia-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [craftopia-5.2.3](https://github.com/truecharts/charts/compare/craftopia-5.2.2...craftopia-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [craftopia-5.2.2](https://github.com/truecharts/charts/compare/craftopia-5.2.0...craftopia-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [craftopia-4.1.13](https://github.com/truecharts/charts/compare/craftopia-4.1.12...craftopia-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [craftopia-4.1.12](https://github.com/truecharts/charts/compare/craftopia-4.1.11...craftopia-4.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [craftopia-4.1.11](https://github.com/truecharts/charts/compare/craftopia-4.1.10...craftopia-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [craftopia-4.1.10](https://github.com/truecharts/charts/compare/craftopia-4.1.9...craftopia-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [craftopia-4.1.9](https://github.com/truecharts/charts/compare/craftopia-4.1.8...craftopia-4.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [craftopia-4.1.8](https://github.com/truecharts/charts/compare/craftopia-4.1.7...craftopia-4.1.8) (2024-01-09) + +### Chore + + diff --git a/stable/craftopia/5.3.0/Chart.yaml b/stable/craftopia/5.3.0/Chart.yaml new file mode 100644 index 00000000000..1d41347a64b --- /dev/null +++ b/stable/craftopia/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: craftopia +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Craftopia and run it. +home: https://truecharts.org/charts/stable/craftopia +icon: https://truecharts.org/img/hotlink-ok/chart-icons/craftopia.png +keywords: + - craftopia + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: craftopia +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/craftopia + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/craftopia/5.1.3/README.md b/stable/craftopia/5.3.0/README.md similarity index 100% rename from stable/craftopia/5.1.3/README.md rename to stable/craftopia/5.3.0/README.md diff --git a/stable/craftopia/5.3.0/app-changelog.md b/stable/craftopia/5.3.0/app-changelog.md new file mode 100644 index 00000000000..dbdd2174858 --- /dev/null +++ b/stable/craftopia/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [craftopia-5.3.0](https://github.com/truecharts/charts/compare/craftopia-5.2.3...craftopia-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/craftopia/5.1.3/app-readme.md b/stable/craftopia/5.3.0/app-readme.md similarity index 100% rename from stable/craftopia/5.1.3/app-readme.md rename to stable/craftopia/5.3.0/app-readme.md diff --git a/stable/craftopia/5.3.0/charts/common-18.2.0.tgz b/stable/craftopia/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/craftopia/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/craftopia/5.1.3/ix_values.yaml b/stable/craftopia/5.3.0/ix_values.yaml similarity index 100% rename from stable/craftopia/5.1.3/ix_values.yaml rename to stable/craftopia/5.3.0/ix_values.yaml diff --git a/stable/craftopia/5.1.3/questions.yaml b/stable/craftopia/5.3.0/questions.yaml similarity index 100% rename from stable/craftopia/5.1.3/questions.yaml rename to stable/craftopia/5.3.0/questions.yaml diff --git a/stable/craftopia/5.1.3/templates/common.yaml b/stable/craftopia/5.3.0/templates/common.yaml similarity index 100% rename from stable/craftopia/5.1.3/templates/common.yaml rename to stable/craftopia/5.3.0/templates/common.yaml diff --git a/stable/crypto-exchanges-gateway/5.1.3/values.yaml b/stable/craftopia/5.3.0/values.yaml similarity index 100% rename from stable/crypto-exchanges-gateway/5.1.3/values.yaml rename to stable/craftopia/5.3.0/values.yaml diff --git a/stable/crafty-4/7.1.3/CHANGELOG.md b/stable/crafty-4/7.1.3/CHANGELOG.md deleted file mode 100644 index 3bcf24cce18..00000000000 --- a/stable/crafty-4/7.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [crafty-4-6.1.13](https://github.com/truecharts/charts/compare/crafty-4-6.1.12...crafty-4-6.1.13) (2024-02-05) - -### Chore - - - -- update container image registry.gitlab.com/crafty-controller/crafty-4 to v4.2.3[@b4d6491](https://github.com/b4d6491) by renovate ([#17927](https://github.com/truecharts/charts/issues/17927)) - - -## [crafty-4-6.1.12](https://github.com/truecharts/charts/compare/crafty-4-6.1.11...crafty-4-6.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [crafty-4-6.1.11](https://github.com/truecharts/charts/compare/crafty-4-6.1.10...crafty-4-6.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [crafty-4-6.1.10](https://github.com/truecharts/charts/compare/crafty-4-6.1.9...crafty-4-6.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [crafty-4-6.1.9](https://github.com/truecharts/charts/compare/crafty-4-6.1.8...crafty-4-6.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [crafty-4-6.1.8](https://github.com/truecharts/charts/compare/crafty-4-6.1.7...crafty-4-6.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [crafty-4-6.1.7](https://github.com/truecharts/charts/compare/crafty-4-6.1.6...crafty-4-6.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [crafty-4-6.1.6](https://github.com/truecharts/charts/compare/crafty-4-6.1.5...crafty-4-6.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [crafty-4-6.1.5](https://github.com/truecharts/charts/compare/crafty-4-6.1.4...crafty-4-6.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - diff --git a/stable/crafty-4/7.1.3/Chart.yaml b/stable/crafty-4/7.1.3/Chart.yaml deleted file mode 100644 index ec1ea7c60b3..00000000000 --- a/stable/crafty-4/7.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.2.3 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Crafty Controller is a Minecraft Server Control Panel / Launcher. -home: https://truecharts.org/charts/stable/crafty-4 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/crafty-4.png -keywords: - - crafty-4 - - GameServers - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: crafty-4 -sources: - - https://craftycontrol.com/ - - https://gitlab.com/crafty-controller/crafty-4 - - https://github.com/truecharts/charts/tree/master/charts/stable/crafty-4 -type: application -version: 7.1.3 diff --git a/stable/crafty-4/7.1.3/charts/common-18.0.3.tgz b/stable/crafty-4/7.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/crafty-4/7.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/cryptofolio/12.1.3/.helmignore b/stable/crafty-4/7.3.0/.helmignore similarity index 100% rename from stable/cryptofolio/12.1.3/.helmignore rename to stable/crafty-4/7.3.0/.helmignore diff --git a/stable/crafty-4/7.3.0/CHANGELOG.md b/stable/crafty-4/7.3.0/CHANGELOG.md new file mode 100644 index 00000000000..e0814214708 --- /dev/null +++ b/stable/crafty-4/7.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [crafty-4-7.3.0](https://github.com/truecharts/charts/compare/crafty-4-7.2.3...crafty-4-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [crafty-4-7.2.3](https://github.com/truecharts/charts/compare/crafty-4-7.2.2...crafty-4-7.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [crafty-4-7.2.2](https://github.com/truecharts/charts/compare/crafty-4-7.2.0...crafty-4-7.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [crafty-4-6.1.13](https://github.com/truecharts/charts/compare/crafty-4-6.1.12...crafty-4-6.1.13) (2024-02-05) + +### Chore + + + +- update container image registry.gitlab.com/crafty-controller/crafty-4 to v4.2.3[@b4d6491](https://github.com/b4d6491) by renovate ([#17927](https://github.com/truecharts/charts/issues/17927)) + + +## [crafty-4-6.1.12](https://github.com/truecharts/charts/compare/crafty-4-6.1.11...crafty-4-6.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [crafty-4-6.1.11](https://github.com/truecharts/charts/compare/crafty-4-6.1.10...crafty-4-6.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [crafty-4-6.1.10](https://github.com/truecharts/charts/compare/crafty-4-6.1.9...crafty-4-6.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [crafty-4-6.1.9](https://github.com/truecharts/charts/compare/crafty-4-6.1.8...crafty-4-6.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [crafty-4-6.1.8](https://github.com/truecharts/charts/compare/crafty-4-6.1.7...crafty-4-6.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/crafty-4/7.3.0/Chart.yaml b/stable/crafty-4/7.3.0/Chart.yaml new file mode 100644 index 00000000000..27127d76d62 --- /dev/null +++ b/stable/crafty-4/7.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.2.3 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Crafty Controller is a Minecraft Server Control Panel / Launcher. +home: https://truecharts.org/charts/stable/crafty-4 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/crafty-4.png +keywords: + - crafty-4 + - GameServers + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: crafty-4 +sources: + - https://craftycontrol.com/ + - https://gitlab.com/crafty-controller/crafty-4 + - https://github.com/truecharts/charts/tree/master/charts/stable/crafty-4 +type: application +version: 7.3.0 diff --git a/stable/crafty-4/7.1.3/README.md b/stable/crafty-4/7.3.0/README.md similarity index 100% rename from stable/crafty-4/7.1.3/README.md rename to stable/crafty-4/7.3.0/README.md diff --git a/stable/crafty-4/7.3.0/app-changelog.md b/stable/crafty-4/7.3.0/app-changelog.md new file mode 100644 index 00000000000..ee7fe3cad45 --- /dev/null +++ b/stable/crafty-4/7.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [crafty-4-7.3.0](https://github.com/truecharts/charts/compare/crafty-4-7.2.3...crafty-4-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/crafty-4/7.1.3/app-readme.md b/stable/crafty-4/7.3.0/app-readme.md similarity index 100% rename from stable/crafty-4/7.1.3/app-readme.md rename to stable/crafty-4/7.3.0/app-readme.md diff --git a/stable/crafty-4/7.3.0/charts/common-18.2.0.tgz b/stable/crafty-4/7.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/crafty-4/7.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/crafty-4/7.1.3/ix_values.yaml b/stable/crafty-4/7.3.0/ix_values.yaml similarity index 100% rename from stable/crafty-4/7.1.3/ix_values.yaml rename to stable/crafty-4/7.3.0/ix_values.yaml diff --git a/stable/crafty-4/7.1.3/questions.yaml b/stable/crafty-4/7.3.0/questions.yaml similarity index 100% rename from stable/crafty-4/7.1.3/questions.yaml rename to stable/crafty-4/7.3.0/questions.yaml diff --git a/stable/cryptpad/7.1.3/templates/NOTES.txt b/stable/crafty-4/7.3.0/templates/NOTES.txt similarity index 100% rename from stable/cryptpad/7.1.3/templates/NOTES.txt rename to stable/crafty-4/7.3.0/templates/NOTES.txt diff --git a/stable/crafty-4/7.1.3/templates/common.yaml b/stable/crafty-4/7.3.0/templates/common.yaml similarity index 100% rename from stable/crafty-4/7.1.3/templates/common.yaml rename to stable/crafty-4/7.3.0/templates/common.yaml diff --git a/stable/cryptofolio/12.1.3/values.yaml b/stable/crafty-4/7.3.0/values.yaml similarity index 100% rename from stable/cryptofolio/12.1.3/values.yaml rename to stable/crafty-4/7.3.0/values.yaml diff --git a/stable/crypto-exchanges-gateway/5.1.3/CHANGELOG.md b/stable/crypto-exchanges-gateway/5.1.3/CHANGELOG.md deleted file mode 100644 index 82fa5a9c2b2..00000000000 --- a/stable/crypto-exchanges-gateway/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [crypto-exchanges-gateway-4.1.12](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-4.1.11...crypto-exchanges-gateway-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [crypto-exchanges-gateway-4.1.11](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-4.1.10...crypto-exchanges-gateway-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [crypto-exchanges-gateway-4.1.10](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-4.1.9...crypto-exchanges-gateway-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [crypto-exchanges-gateway-4.1.9](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-4.1.8...crypto-exchanges-gateway-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [crypto-exchanges-gateway-4.1.8](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-4.1.7...crypto-exchanges-gateway-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [crypto-exchanges-gateway-4.1.7](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-4.1.6...crypto-exchanges-gateway-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [crypto-exchanges-gateway-4.1.6](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-4.1.5...crypto-exchanges-gateway-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [crypto-exchanges-gateway-4.1.5](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-4.1.4...crypto-exchanges-gateway-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [crypto-exchanges-gateway-4.1.4](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-4.1.3...crypto-exchanges-gateway-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/crypto-exchanges-gateway/5.1.3/Chart.yaml b/stable/crypto-exchanges-gateway/5.1.3/Chart.yaml deleted file mode 100644 index 252a39f7e4b..00000000000 --- a/stable/crypto-exchanges-gateway/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Your gateway to the world of crypto -home: https://truecharts.org/charts/stable/crypto-exchanges-gateway -icon: https://truecharts.org/img/hotlink-ok/chart-icons/crypto-exchanges-gateway.png -keywords: - - crypto-exchanges-gateway - - Productivity - - Crypto -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: crypto-exchanges-gateway -sources: - - https://github.com/aloysius-pgast/crypto-exchanges-gateway - - https://github.com/truecharts/charts/tree/master/charts/stable/crypto-exchanges-gateway - - https://hub.docker.com/r/apendergast/crypto-exchanges-gateway -type: application -version: 5.1.3 diff --git a/stable/crypto-exchanges-gateway/5.1.3/charts/common-18.0.3.tgz b/stable/crypto-exchanges-gateway/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/crypto-exchanges-gateway/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/cryptpad/7.1.3/.helmignore b/stable/crypto-exchanges-gateway/5.3.0/.helmignore similarity index 100% rename from stable/cryptpad/7.1.3/.helmignore rename to stable/crypto-exchanges-gateway/5.3.0/.helmignore diff --git a/stable/crypto-exchanges-gateway/5.3.0/CHANGELOG.md b/stable/crypto-exchanges-gateway/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..05b5fc9ef6d --- /dev/null +++ b/stable/crypto-exchanges-gateway/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [crypto-exchanges-gateway-5.3.0](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.2.3...crypto-exchanges-gateway-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [crypto-exchanges-gateway-5.2.3](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.2.2...crypto-exchanges-gateway-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [crypto-exchanges-gateway-5.2.2](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.2.0...crypto-exchanges-gateway-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [crypto-exchanges-gateway-4.1.12](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-4.1.11...crypto-exchanges-gateway-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [crypto-exchanges-gateway-4.1.11](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-4.1.10...crypto-exchanges-gateway-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [crypto-exchanges-gateway-4.1.10](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-4.1.9...crypto-exchanges-gateway-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [crypto-exchanges-gateway-4.1.9](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-4.1.8...crypto-exchanges-gateway-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [crypto-exchanges-gateway-4.1.8](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-4.1.7...crypto-exchanges-gateway-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [crypto-exchanges-gateway-4.1.7](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-4.1.6...crypto-exchanges-gateway-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/crypto-exchanges-gateway/5.3.0/Chart.yaml b/stable/crypto-exchanges-gateway/5.3.0/Chart.yaml new file mode 100644 index 00000000000..6cfdcea7b29 --- /dev/null +++ b/stable/crypto-exchanges-gateway/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Your gateway to the world of crypto +home: https://truecharts.org/charts/stable/crypto-exchanges-gateway +icon: https://truecharts.org/img/hotlink-ok/chart-icons/crypto-exchanges-gateway.png +keywords: + - crypto-exchanges-gateway + - Productivity + - Crypto +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: crypto-exchanges-gateway +sources: + - https://github.com/aloysius-pgast/crypto-exchanges-gateway + - https://github.com/truecharts/charts/tree/master/charts/stable/crypto-exchanges-gateway + - https://hub.docker.com/r/apendergast/crypto-exchanges-gateway +type: application +version: 5.3.0 diff --git a/stable/crypto-exchanges-gateway/5.1.3/README.md b/stable/crypto-exchanges-gateway/5.3.0/README.md similarity index 100% rename from stable/crypto-exchanges-gateway/5.1.3/README.md rename to stable/crypto-exchanges-gateway/5.3.0/README.md diff --git a/stable/crypto-exchanges-gateway/5.3.0/app-changelog.md b/stable/crypto-exchanges-gateway/5.3.0/app-changelog.md new file mode 100644 index 00000000000..56476f38e7f --- /dev/null +++ b/stable/crypto-exchanges-gateway/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [crypto-exchanges-gateway-5.3.0](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.2.3...crypto-exchanges-gateway-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/crypto-exchanges-gateway/5.1.3/app-readme.md b/stable/crypto-exchanges-gateway/5.3.0/app-readme.md similarity index 100% rename from stable/crypto-exchanges-gateway/5.1.3/app-readme.md rename to stable/crypto-exchanges-gateway/5.3.0/app-readme.md diff --git a/stable/crypto-exchanges-gateway/5.3.0/charts/common-18.2.0.tgz b/stable/crypto-exchanges-gateway/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/crypto-exchanges-gateway/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/crypto-exchanges-gateway/5.1.3/ix_values.yaml b/stable/crypto-exchanges-gateway/5.3.0/ix_values.yaml similarity index 100% rename from stable/crypto-exchanges-gateway/5.1.3/ix_values.yaml rename to stable/crypto-exchanges-gateway/5.3.0/ix_values.yaml diff --git a/stable/crypto-exchanges-gateway/5.1.3/questions.yaml b/stable/crypto-exchanges-gateway/5.3.0/questions.yaml similarity index 100% rename from stable/crypto-exchanges-gateway/5.1.3/questions.yaml rename to stable/crypto-exchanges-gateway/5.3.0/questions.yaml diff --git a/stable/crypto-exchanges-gateway/5.1.3/templates/common.yaml b/stable/crypto-exchanges-gateway/5.3.0/templates/common.yaml similarity index 100% rename from stable/crypto-exchanges-gateway/5.1.3/templates/common.yaml rename to stable/crypto-exchanges-gateway/5.3.0/templates/common.yaml diff --git a/stable/cryptpad/7.1.3/values.yaml b/stable/crypto-exchanges-gateway/5.3.0/values.yaml similarity index 100% rename from stable/cryptpad/7.1.3/values.yaml rename to stable/crypto-exchanges-gateway/5.3.0/values.yaml diff --git a/stable/cryptofolio/12.1.3/CHANGELOG.md b/stable/cryptofolio/12.1.3/CHANGELOG.md deleted file mode 100644 index 0d5a857d289..00000000000 --- a/stable/cryptofolio/12.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [cryptofolio-11.1.12](https://github.com/truecharts/charts/compare/cryptofolio-11.1.11...cryptofolio-11.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cryptofolio-11.1.11](https://github.com/truecharts/charts/compare/cryptofolio-11.1.10...cryptofolio-11.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [cryptofolio-11.1.10](https://github.com/truecharts/charts/compare/cryptofolio-11.1.9...cryptofolio-11.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [cryptofolio-11.1.9](https://github.com/truecharts/charts/compare/cryptofolio-11.1.8...cryptofolio-11.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [cryptofolio-11.1.8](https://github.com/truecharts/charts/compare/cryptofolio-11.1.7...cryptofolio-11.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [cryptofolio-11.1.7](https://github.com/truecharts/charts/compare/cryptofolio-11.1.6...cryptofolio-11.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [cryptofolio-11.1.6](https://github.com/truecharts/charts/compare/cryptofolio-11.1.5...cryptofolio-11.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [cryptofolio-11.1.5](https://github.com/truecharts/charts/compare/cryptofolio-11.1.4...cryptofolio-11.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [cryptofolio-11.1.4](https://github.com/truecharts/charts/compare/cryptofolio-11.1.3...cryptofolio-11.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - diff --git a/stable/cryptofolio/12.1.3/Chart.yaml b/stable/cryptofolio/12.1.3/Chart.yaml deleted file mode 100644 index 4137494537e..00000000000 --- a/stable/cryptofolio/12.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.2.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Track your cryptocurrency holdings/portfolio -home: https://truecharts.org/charts/stable/cryptofolio -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cryptofolio.png -keywords: - - cryptofolio -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cryptofolio -sources: - - https://github.com/Xtrendence/cryptofolio - - https://github.com/truecharts/charts/tree/master/charts/stable/cryptofolio - - https://hub.docker.com/r/xtrendence/cryptofolio -type: application -version: 12.1.3 diff --git a/stable/cryptofolio/12.1.3/charts/common-18.0.3.tgz b/stable/cryptofolio/12.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/cryptofolio/12.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/cs2/3.1.3/.helmignore b/stable/cryptofolio/12.3.0/.helmignore similarity index 100% rename from stable/cs2/3.1.3/.helmignore rename to stable/cryptofolio/12.3.0/.helmignore diff --git a/stable/cryptofolio/12.3.0/CHANGELOG.md b/stable/cryptofolio/12.3.0/CHANGELOG.md new file mode 100644 index 00000000000..c591df6cedf --- /dev/null +++ b/stable/cryptofolio/12.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cryptofolio-12.3.0](https://github.com/truecharts/charts/compare/cryptofolio-12.2.3...cryptofolio-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [cryptofolio-12.2.3](https://github.com/truecharts/charts/compare/cryptofolio-12.2.2...cryptofolio-12.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [cryptofolio-12.2.2](https://github.com/truecharts/charts/compare/cryptofolio-12.2.0...cryptofolio-12.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [cryptofolio-11.1.12](https://github.com/truecharts/charts/compare/cryptofolio-11.1.11...cryptofolio-11.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [cryptofolio-11.1.11](https://github.com/truecharts/charts/compare/cryptofolio-11.1.10...cryptofolio-11.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [cryptofolio-11.1.10](https://github.com/truecharts/charts/compare/cryptofolio-11.1.9...cryptofolio-11.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [cryptofolio-11.1.9](https://github.com/truecharts/charts/compare/cryptofolio-11.1.8...cryptofolio-11.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [cryptofolio-11.1.8](https://github.com/truecharts/charts/compare/cryptofolio-11.1.7...cryptofolio-11.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [cryptofolio-11.1.7](https://github.com/truecharts/charts/compare/cryptofolio-11.1.6...cryptofolio-11.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) diff --git a/stable/cryptofolio/12.3.0/Chart.yaml b/stable/cryptofolio/12.3.0/Chart.yaml new file mode 100644 index 00000000000..028233398cb --- /dev/null +++ b/stable/cryptofolio/12.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.2.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Track your cryptocurrency holdings/portfolio +home: https://truecharts.org/charts/stable/cryptofolio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cryptofolio.png +keywords: + - cryptofolio +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cryptofolio +sources: + - https://github.com/Xtrendence/cryptofolio + - https://github.com/truecharts/charts/tree/master/charts/stable/cryptofolio + - https://hub.docker.com/r/xtrendence/cryptofolio +type: application +version: 12.3.0 diff --git a/stable/cryptofolio/12.1.3/README.md b/stable/cryptofolio/12.3.0/README.md similarity index 100% rename from stable/cryptofolio/12.1.3/README.md rename to stable/cryptofolio/12.3.0/README.md diff --git a/stable/cryptofolio/12.3.0/app-changelog.md b/stable/cryptofolio/12.3.0/app-changelog.md new file mode 100644 index 00000000000..66a69aadd39 --- /dev/null +++ b/stable/cryptofolio/12.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [cryptofolio-12.3.0](https://github.com/truecharts/charts/compare/cryptofolio-12.2.3...cryptofolio-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/cryptofolio/12.1.3/app-readme.md b/stable/cryptofolio/12.3.0/app-readme.md similarity index 100% rename from stable/cryptofolio/12.1.3/app-readme.md rename to stable/cryptofolio/12.3.0/app-readme.md diff --git a/stable/cryptofolio/12.3.0/charts/common-18.2.0.tgz b/stable/cryptofolio/12.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/cryptofolio/12.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/cryptofolio/12.1.3/ix_values.yaml b/stable/cryptofolio/12.3.0/ix_values.yaml similarity index 100% rename from stable/cryptofolio/12.1.3/ix_values.yaml rename to stable/cryptofolio/12.3.0/ix_values.yaml diff --git a/stable/cryptofolio/12.1.3/questions.yaml b/stable/cryptofolio/12.3.0/questions.yaml similarity index 100% rename from stable/cryptofolio/12.1.3/questions.yaml rename to stable/cryptofolio/12.3.0/questions.yaml diff --git a/stable/cs2/3.1.3/templates/NOTES.txt b/stable/cryptofolio/12.3.0/templates/NOTES.txt similarity index 100% rename from stable/cs2/3.1.3/templates/NOTES.txt rename to stable/cryptofolio/12.3.0/templates/NOTES.txt diff --git a/stable/cs2/3.1.3/templates/common.yaml b/stable/cryptofolio/12.3.0/templates/common.yaml similarity index 100% rename from stable/cs2/3.1.3/templates/common.yaml rename to stable/cryptofolio/12.3.0/templates/common.yaml diff --git a/stable/cs2/3.1.3/values.yaml b/stable/cryptofolio/12.3.0/values.yaml similarity index 100% rename from stable/cs2/3.1.3/values.yaml rename to stable/cryptofolio/12.3.0/values.yaml diff --git a/stable/cryptpad/7.1.3/CHANGELOG.md b/stable/cryptpad/7.1.3/CHANGELOG.md deleted file mode 100644 index 8237f32be7c..00000000000 --- a/stable/cryptpad/7.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [cryptpad-6.1.12](https://github.com/truecharts/charts/compare/cryptpad-6.1.11...cryptpad-6.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cryptpad-6.1.11](https://github.com/truecharts/charts/compare/cryptpad-6.1.10...cryptpad-6.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [cryptpad-6.1.10](https://github.com/truecharts/charts/compare/cryptpad-6.1.9...cryptpad-6.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [cryptpad-6.1.9](https://github.com/truecharts/charts/compare/cryptpad-6.1.8...cryptpad-6.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [cryptpad-6.1.8](https://github.com/truecharts/charts/compare/cryptpad-6.1.7...cryptpad-6.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [cryptpad-6.1.7](https://github.com/truecharts/charts/compare/cryptpad-6.1.6...cryptpad-6.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [cryptpad-6.1.6](https://github.com/truecharts/charts/compare/cryptpad-6.1.5...cryptpad-6.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [cryptpad-6.1.5](https://github.com/truecharts/charts/compare/cryptpad-6.1.4...cryptpad-6.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [cryptpad-6.1.4](https://github.com/truecharts/charts/compare/cryptpad-6.1.3...cryptpad-6.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/cryptpad/7.1.3/Chart.yaml b/stable/cryptpad/7.1.3/Chart.yaml deleted file mode 100644 index 7ef171de120..00000000000 --- a/stable/cryptpad/7.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.5.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: CryptPad is the Zero Knowledge realtime collaborative editor. -home: https://truecharts.org/charts/stable/cryptpad -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cryptpad.png -keywords: - - cryptpad - - Productivity - - Security -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cryptpad -sources: - - https://cryptpad.fr/ - - https://github.com/truecharts/charts/tree/master/charts/stable/cryptpad - - https://hub.docker.com/r/cryptpad/cryptpad -type: application -version: 7.1.3 diff --git a/stable/cryptpad/7.1.3/charts/common-18.0.3.tgz b/stable/cryptpad/7.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/cryptpad/7.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/csgo/5.1.3/.helmignore b/stable/cryptpad/7.3.0/.helmignore similarity index 100% rename from stable/csgo/5.1.3/.helmignore rename to stable/cryptpad/7.3.0/.helmignore diff --git a/stable/cryptpad/7.3.0/CHANGELOG.md b/stable/cryptpad/7.3.0/CHANGELOG.md new file mode 100644 index 00000000000..6890b390641 --- /dev/null +++ b/stable/cryptpad/7.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cryptpad-7.3.0](https://github.com/truecharts/charts/compare/cryptpad-7.2.3...cryptpad-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [cryptpad-7.2.3](https://github.com/truecharts/charts/compare/cryptpad-7.2.2...cryptpad-7.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [cryptpad-7.2.2](https://github.com/truecharts/charts/compare/cryptpad-7.2.0...cryptpad-7.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [cryptpad-6.1.12](https://github.com/truecharts/charts/compare/cryptpad-6.1.11...cryptpad-6.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [cryptpad-6.1.11](https://github.com/truecharts/charts/compare/cryptpad-6.1.10...cryptpad-6.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [cryptpad-6.1.10](https://github.com/truecharts/charts/compare/cryptpad-6.1.9...cryptpad-6.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [cryptpad-6.1.9](https://github.com/truecharts/charts/compare/cryptpad-6.1.8...cryptpad-6.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [cryptpad-6.1.8](https://github.com/truecharts/charts/compare/cryptpad-6.1.7...cryptpad-6.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [cryptpad-6.1.7](https://github.com/truecharts/charts/compare/cryptpad-6.1.6...cryptpad-6.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/cryptpad/7.3.0/Chart.yaml b/stable/cryptpad/7.3.0/Chart.yaml new file mode 100644 index 00000000000..7aed0098a0b --- /dev/null +++ b/stable/cryptpad/7.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.5.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: CryptPad is the Zero Knowledge realtime collaborative editor. +home: https://truecharts.org/charts/stable/cryptpad +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cryptpad.png +keywords: + - cryptpad + - Productivity + - Security +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cryptpad +sources: + - https://cryptpad.fr/ + - https://github.com/truecharts/charts/tree/master/charts/stable/cryptpad + - https://hub.docker.com/r/cryptpad/cryptpad +type: application +version: 7.3.0 diff --git a/stable/cryptpad/7.1.3/README.md b/stable/cryptpad/7.3.0/README.md similarity index 100% rename from stable/cryptpad/7.1.3/README.md rename to stable/cryptpad/7.3.0/README.md diff --git a/stable/cryptpad/7.3.0/app-changelog.md b/stable/cryptpad/7.3.0/app-changelog.md new file mode 100644 index 00000000000..a30642acadf --- /dev/null +++ b/stable/cryptpad/7.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [cryptpad-7.3.0](https://github.com/truecharts/charts/compare/cryptpad-7.2.3...cryptpad-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/cryptpad/7.1.3/app-readme.md b/stable/cryptpad/7.3.0/app-readme.md similarity index 100% rename from stable/cryptpad/7.1.3/app-readme.md rename to stable/cryptpad/7.3.0/app-readme.md diff --git a/stable/cryptpad/7.3.0/charts/common-18.2.0.tgz b/stable/cryptpad/7.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/cryptpad/7.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/cryptpad/7.1.3/ix_values.yaml b/stable/cryptpad/7.3.0/ix_values.yaml similarity index 100% rename from stable/cryptpad/7.1.3/ix_values.yaml rename to stable/cryptpad/7.3.0/ix_values.yaml diff --git a/stable/cryptpad/7.1.3/questions.yaml b/stable/cryptpad/7.3.0/questions.yaml similarity index 100% rename from stable/cryptpad/7.1.3/questions.yaml rename to stable/cryptpad/7.3.0/questions.yaml diff --git a/stable/ctfd/4.6.0/templates/NOTES.txt b/stable/cryptpad/7.3.0/templates/NOTES.txt similarity index 100% rename from stable/ctfd/4.6.0/templates/NOTES.txt rename to stable/cryptpad/7.3.0/templates/NOTES.txt diff --git a/stable/cryptpad/7.1.3/templates/common.yaml b/stable/cryptpad/7.3.0/templates/common.yaml similarity index 100% rename from stable/cryptpad/7.1.3/templates/common.yaml rename to stable/cryptpad/7.3.0/templates/common.yaml diff --git a/stable/csgo/5.1.3/values.yaml b/stable/cryptpad/7.3.0/values.yaml similarity index 100% rename from stable/csgo/5.1.3/values.yaml rename to stable/cryptpad/7.3.0/values.yaml diff --git a/stable/cs2/3.1.3/CHANGELOG.md b/stable/cs2/3.1.3/CHANGELOG.md deleted file mode 100644 index 75faedf792a..00000000000 --- a/stable/cs2/3.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [cs2-2.1.15](https://github.com/truecharts/charts/compare/cs2-2.1.14...cs2-2.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cs2-2.1.14](https://github.com/truecharts/charts/compare/cs2-2.1.13...cs2-2.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [cs2-2.1.13](https://github.com/truecharts/charts/compare/cs2-2.1.12...cs2-2.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [cs2-2.1.12](https://github.com/truecharts/charts/compare/cs2-2.1.11...cs2-2.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [cs2-2.1.11](https://github.com/truecharts/charts/compare/cs2-2.1.10...cs2-2.1.11) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [cs2-2.1.10](https://github.com/truecharts/charts/compare/cs2-2.1.8...cs2-2.1.10) (2024-01-21) - - - - -## [cs2-2.1.8](https://github.com/truecharts/charts/compare/cs2-2.1.7...cs2-2.1.8) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [cs2-2.1.7](https://github.com/truecharts/charts/compare/cs2-2.1.6...cs2-2.1.7) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [cs2-2.1.6](https://github.com/truecharts/charts/compare/cs2-2.1.5...cs2-2.1.6) (2024-01-02) - -### Chore - - - -- update container image common to v17.2.21[@cf65ff3](https://github.com/cf65ff3) by renovate ([#16752](https://github.com/truecharts/charts/issues/16752)) - - -## [cs2-2.1.5](https://github.com/truecharts/charts/compare/cs2-2.1.4...cs2-2.1.5) (2024-01-02) - -### Chore - - diff --git a/stable/cs2/3.1.3/Chart.yaml b/stable/cs2/3.1.3/Chart.yaml deleted file mode 100644 index 3d3f86b250d..00000000000 --- a/stable/cs2/3.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: cs2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A custom SteamCMD chart that runs CS2. -home: https://truecharts.org/charts/stable/cs2 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cs2.png -keywords: - - cs2 - - counter-strike -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cs2 -sources: - - https://github.com/ich777/docker-steamcmd-server/tree/cs2 - - https://github.com/truecharts/charts/tree/master/charts/stable/cs2 - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 3.1.3 diff --git a/stable/cs2/3.1.3/charts/common-18.0.3.tgz b/stable/cs2/3.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/cs2/3.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/cssource/5.1.3/.helmignore b/stable/cs2/3.3.0/.helmignore similarity index 100% rename from stable/cssource/5.1.3/.helmignore rename to stable/cs2/3.3.0/.helmignore diff --git a/stable/cs2/3.3.0/CHANGELOG.md b/stable/cs2/3.3.0/CHANGELOG.md new file mode 100644 index 00000000000..59da7e8e451 --- /dev/null +++ b/stable/cs2/3.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cs2-3.3.0](https://github.com/truecharts/charts/compare/cs2-3.2.3...cs2-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [cs2-3.2.3](https://github.com/truecharts/charts/compare/cs2-3.2.2...cs2-3.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [cs2-3.2.2](https://github.com/truecharts/charts/compare/cs2-3.2.0...cs2-3.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [cs2-2.1.15](https://github.com/truecharts/charts/compare/cs2-2.1.14...cs2-2.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [cs2-2.1.14](https://github.com/truecharts/charts/compare/cs2-2.1.13...cs2-2.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [cs2-2.1.13](https://github.com/truecharts/charts/compare/cs2-2.1.12...cs2-2.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [cs2-2.1.12](https://github.com/truecharts/charts/compare/cs2-2.1.11...cs2-2.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [cs2-2.1.11](https://github.com/truecharts/charts/compare/cs2-2.1.10...cs2-2.1.11) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [cs2-2.1.10](https://github.com/truecharts/charts/compare/cs2-2.1.8...cs2-2.1.10) (2024-01-21) + + + + +## [cs2-2.1.8](https://github.com/truecharts/charts/compare/cs2-2.1.7...cs2-2.1.8) (2024-01-09) + +### Chore \ No newline at end of file diff --git a/stable/cs2/3.3.0/Chart.yaml b/stable/cs2/3.3.0/Chart.yaml new file mode 100644 index 00000000000..0a584c20af1 --- /dev/null +++ b/stable/cs2/3.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: cs2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A custom SteamCMD chart that runs CS2. +home: https://truecharts.org/charts/stable/cs2 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cs2.png +keywords: + - cs2 + - counter-strike +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cs2 +sources: + - https://github.com/ich777/docker-steamcmd-server/tree/cs2 + - https://github.com/truecharts/charts/tree/master/charts/stable/cs2 + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 3.3.0 diff --git a/stable/cs2/3.1.3/README.md b/stable/cs2/3.3.0/README.md similarity index 100% rename from stable/cs2/3.1.3/README.md rename to stable/cs2/3.3.0/README.md diff --git a/stable/cs2/3.3.0/app-changelog.md b/stable/cs2/3.3.0/app-changelog.md new file mode 100644 index 00000000000..10005852094 --- /dev/null +++ b/stable/cs2/3.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [cs2-3.3.0](https://github.com/truecharts/charts/compare/cs2-3.2.3...cs2-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/cs2/3.1.3/app-readme.md b/stable/cs2/3.3.0/app-readme.md similarity index 100% rename from stable/cs2/3.1.3/app-readme.md rename to stable/cs2/3.3.0/app-readme.md diff --git a/stable/cs2/3.3.0/charts/common-18.2.0.tgz b/stable/cs2/3.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/cs2/3.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/cs2/3.1.3/ix_values.yaml b/stable/cs2/3.3.0/ix_values.yaml similarity index 100% rename from stable/cs2/3.1.3/ix_values.yaml rename to stable/cs2/3.3.0/ix_values.yaml diff --git a/stable/cs2/3.1.3/questions.yaml b/stable/cs2/3.3.0/questions.yaml similarity index 100% rename from stable/cs2/3.1.3/questions.yaml rename to stable/cs2/3.3.0/questions.yaml diff --git a/stable/cura-novnc/8.1.3/templates/NOTES.txt b/stable/cs2/3.3.0/templates/NOTES.txt similarity index 100% rename from stable/cura-novnc/8.1.3/templates/NOTES.txt rename to stable/cs2/3.3.0/templates/NOTES.txt diff --git a/stable/custom-app/12.1.3/templates/common.yaml b/stable/cs2/3.3.0/templates/common.yaml similarity index 100% rename from stable/custom-app/12.1.3/templates/common.yaml rename to stable/cs2/3.3.0/templates/common.yaml diff --git a/stable/cssource/5.1.3/values.yaml b/stable/cs2/3.3.0/values.yaml similarity index 100% rename from stable/cssource/5.1.3/values.yaml rename to stable/cs2/3.3.0/values.yaml diff --git a/stable/csgo/5.1.3/CHANGELOG.md b/stable/csgo/5.1.3/CHANGELOG.md deleted file mode 100644 index 80048c5104b..00000000000 --- a/stable/csgo/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [csgo-4.1.12](https://github.com/truecharts/charts/compare/csgo-4.1.11...csgo-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [csgo-4.1.11](https://github.com/truecharts/charts/compare/csgo-4.1.10...csgo-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [csgo-4.1.10](https://github.com/truecharts/charts/compare/csgo-4.1.9...csgo-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [csgo-4.1.9](https://github.com/truecharts/charts/compare/csgo-4.1.8...csgo-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [csgo-4.1.8](https://github.com/truecharts/charts/compare/csgo-4.1.7...csgo-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [csgo-4.1.7](https://github.com/truecharts/charts/compare/csgo-4.1.6...csgo-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [csgo-4.1.6](https://github.com/truecharts/charts/compare/csgo-4.1.5...csgo-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [csgo-4.1.5](https://github.com/truecharts/charts/compare/csgo-4.1.4...csgo-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [csgo-4.1.4](https://github.com/truecharts/charts/compare/csgo-4.1.3...csgo-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/csgo/5.1.3/Chart.yaml b/stable/csgo/5.1.3/Chart.yaml deleted file mode 100644 index 9df961cb6e2..00000000000 --- a/stable/csgo/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Counter-Strike: GO and run it." -home: https://truecharts.org/charts/stable/csgo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/csgo.png -keywords: - - csgo - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: csgo -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/csgo - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/csgo/5.1.3/charts/common-18.0.3.tgz b/stable/csgo/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/csgo/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/cstrike1-6/5.1.3/.helmignore b/stable/csgo/5.3.0/.helmignore similarity index 100% rename from stable/cstrike1-6/5.1.3/.helmignore rename to stable/csgo/5.3.0/.helmignore diff --git a/stable/csgo/5.3.0/CHANGELOG.md b/stable/csgo/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..5cb8188e957 --- /dev/null +++ b/stable/csgo/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [csgo-5.3.0](https://github.com/truecharts/charts/compare/csgo-5.2.3...csgo-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [csgo-5.2.3](https://github.com/truecharts/charts/compare/csgo-5.2.2...csgo-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [csgo-5.2.2](https://github.com/truecharts/charts/compare/csgo-5.2.0...csgo-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [csgo-4.1.12](https://github.com/truecharts/charts/compare/csgo-4.1.11...csgo-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [csgo-4.1.11](https://github.com/truecharts/charts/compare/csgo-4.1.10...csgo-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [csgo-4.1.10](https://github.com/truecharts/charts/compare/csgo-4.1.9...csgo-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [csgo-4.1.9](https://github.com/truecharts/charts/compare/csgo-4.1.8...csgo-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [csgo-4.1.8](https://github.com/truecharts/charts/compare/csgo-4.1.7...csgo-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [csgo-4.1.7](https://github.com/truecharts/charts/compare/csgo-4.1.6...csgo-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/csgo/5.3.0/Chart.yaml b/stable/csgo/5.3.0/Chart.yaml new file mode 100644 index 00000000000..3c2a508c9c3 --- /dev/null +++ b/stable/csgo/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Counter-Strike: GO and run it." +home: https://truecharts.org/charts/stable/csgo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/csgo.png +keywords: + - csgo + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: csgo +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/csgo + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/csgo/5.1.3/README.md b/stable/csgo/5.3.0/README.md similarity index 100% rename from stable/csgo/5.1.3/README.md rename to stable/csgo/5.3.0/README.md diff --git a/stable/csgo/5.3.0/app-changelog.md b/stable/csgo/5.3.0/app-changelog.md new file mode 100644 index 00000000000..f2d865059c3 --- /dev/null +++ b/stable/csgo/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [csgo-5.3.0](https://github.com/truecharts/charts/compare/csgo-5.2.3...csgo-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/csgo/5.1.3/app-readme.md b/stable/csgo/5.3.0/app-readme.md similarity index 100% rename from stable/csgo/5.1.3/app-readme.md rename to stable/csgo/5.3.0/app-readme.md diff --git a/stable/csgo/5.3.0/charts/common-18.2.0.tgz b/stable/csgo/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/csgo/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/csgo/5.1.3/ix_values.yaml b/stable/csgo/5.3.0/ix_values.yaml similarity index 100% rename from stable/csgo/5.1.3/ix_values.yaml rename to stable/csgo/5.3.0/ix_values.yaml diff --git a/stable/csgo/5.1.3/questions.yaml b/stable/csgo/5.3.0/questions.yaml similarity index 100% rename from stable/csgo/5.1.3/questions.yaml rename to stable/csgo/5.3.0/questions.yaml diff --git a/stable/csgo/5.1.3/templates/common.yaml b/stable/csgo/5.3.0/templates/common.yaml similarity index 100% rename from stable/csgo/5.1.3/templates/common.yaml rename to stable/csgo/5.3.0/templates/common.yaml diff --git a/stable/cstrike1-6/5.1.3/values.yaml b/stable/csgo/5.3.0/values.yaml similarity index 100% rename from stable/cstrike1-6/5.1.3/values.yaml rename to stable/csgo/5.3.0/values.yaml diff --git a/stable/cssource/5.1.3/CHANGELOG.md b/stable/cssource/5.1.3/CHANGELOG.md deleted file mode 100644 index e994e7fde1e..00000000000 --- a/stable/cssource/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [cssource-4.1.12](https://github.com/truecharts/charts/compare/cssource-4.1.11...cssource-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cssource-4.1.11](https://github.com/truecharts/charts/compare/cssource-4.1.10...cssource-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [cssource-4.1.10](https://github.com/truecharts/charts/compare/cssource-4.1.9...cssource-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [cssource-4.1.9](https://github.com/truecharts/charts/compare/cssource-4.1.8...cssource-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [cssource-4.1.8](https://github.com/truecharts/charts/compare/cssource-4.1.7...cssource-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [cssource-4.1.7](https://github.com/truecharts/charts/compare/cssource-4.1.6...cssource-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [cssource-4.1.6](https://github.com/truecharts/charts/compare/cssource-4.1.5...cssource-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [cssource-4.1.5](https://github.com/truecharts/charts/compare/cssource-4.1.4...cssource-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [cssource-4.1.4](https://github.com/truecharts/charts/compare/cssource-4.1.3...cssource-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/cssource/5.1.3/Chart.yaml b/stable/cssource/5.1.3/Chart.yaml deleted file mode 100644 index 8a1252b57ce..00000000000 --- a/stable/cssource/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Counter-Strike: Source and run it." -home: https://truecharts.org/charts/stable/cssource -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cssource.png -keywords: - - cssource - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cssource -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/cssource - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/cssource/5.1.3/charts/common-18.0.3.tgz b/stable/cssource/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/cssource/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/cstrikeconditionzero/5.1.3/.helmignore b/stable/cssource/5.3.0/.helmignore similarity index 100% rename from stable/cstrikeconditionzero/5.1.3/.helmignore rename to stable/cssource/5.3.0/.helmignore diff --git a/stable/cssource/5.3.0/CHANGELOG.md b/stable/cssource/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..0fdc347cdbc --- /dev/null +++ b/stable/cssource/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cssource-5.3.0](https://github.com/truecharts/charts/compare/cssource-5.2.3...cssource-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [cssource-5.2.3](https://github.com/truecharts/charts/compare/cssource-5.2.2...cssource-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [cssource-5.2.2](https://github.com/truecharts/charts/compare/cssource-5.2.0...cssource-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [cssource-4.1.12](https://github.com/truecharts/charts/compare/cssource-4.1.11...cssource-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [cssource-4.1.11](https://github.com/truecharts/charts/compare/cssource-4.1.10...cssource-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [cssource-4.1.10](https://github.com/truecharts/charts/compare/cssource-4.1.9...cssource-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [cssource-4.1.9](https://github.com/truecharts/charts/compare/cssource-4.1.8...cssource-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [cssource-4.1.8](https://github.com/truecharts/charts/compare/cssource-4.1.7...cssource-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [cssource-4.1.7](https://github.com/truecharts/charts/compare/cssource-4.1.6...cssource-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/cssource/5.3.0/Chart.yaml b/stable/cssource/5.3.0/Chart.yaml new file mode 100644 index 00000000000..8536fe0f983 --- /dev/null +++ b/stable/cssource/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Counter-Strike: Source and run it." +home: https://truecharts.org/charts/stable/cssource +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cssource.png +keywords: + - cssource + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cssource +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/cssource + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/cssource/5.1.3/README.md b/stable/cssource/5.3.0/README.md similarity index 100% rename from stable/cssource/5.1.3/README.md rename to stable/cssource/5.3.0/README.md diff --git a/stable/cssource/5.3.0/app-changelog.md b/stable/cssource/5.3.0/app-changelog.md new file mode 100644 index 00000000000..609a76a835a --- /dev/null +++ b/stable/cssource/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [cssource-5.3.0](https://github.com/truecharts/charts/compare/cssource-5.2.3...cssource-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/cssource/5.1.3/app-readme.md b/stable/cssource/5.3.0/app-readme.md similarity index 100% rename from stable/cssource/5.1.3/app-readme.md rename to stable/cssource/5.3.0/app-readme.md diff --git a/stable/cssource/5.3.0/charts/common-18.2.0.tgz b/stable/cssource/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/cssource/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/cssource/5.1.3/ix_values.yaml b/stable/cssource/5.3.0/ix_values.yaml similarity index 100% rename from stable/cssource/5.1.3/ix_values.yaml rename to stable/cssource/5.3.0/ix_values.yaml diff --git a/stable/cssource/5.1.3/questions.yaml b/stable/cssource/5.3.0/questions.yaml similarity index 100% rename from stable/cssource/5.1.3/questions.yaml rename to stable/cssource/5.3.0/questions.yaml diff --git a/stable/cssource/5.1.3/templates/common.yaml b/stable/cssource/5.3.0/templates/common.yaml similarity index 100% rename from stable/cssource/5.1.3/templates/common.yaml rename to stable/cssource/5.3.0/templates/common.yaml diff --git a/stable/cstrikeconditionzero/5.1.3/values.yaml b/stable/cssource/5.3.0/values.yaml similarity index 100% rename from stable/cstrikeconditionzero/5.1.3/values.yaml rename to stable/cssource/5.3.0/values.yaml diff --git a/stable/cstrike1-6/5.1.3/CHANGELOG.md b/stable/cstrike1-6/5.1.3/CHANGELOG.md deleted file mode 100644 index 28b15a5c323..00000000000 --- a/stable/cstrike1-6/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [cstrike1-6-4.1.12](https://github.com/truecharts/charts/compare/cstrike1-6-4.1.11...cstrike1-6-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cstrike1-6-4.1.11](https://github.com/truecharts/charts/compare/cstrike1-6-4.1.10...cstrike1-6-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [cstrike1-6-4.1.10](https://github.com/truecharts/charts/compare/cstrike1-6-4.1.9...cstrike1-6-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [cstrike1-6-4.1.9](https://github.com/truecharts/charts/compare/cstrike1-6-4.1.8...cstrike1-6-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [cstrike1-6-4.1.8](https://github.com/truecharts/charts/compare/cstrike1-6-4.1.7...cstrike1-6-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [cstrike1-6-4.1.7](https://github.com/truecharts/charts/compare/cstrike1-6-4.1.6...cstrike1-6-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [cstrike1-6-4.1.6](https://github.com/truecharts/charts/compare/cstrike1-6-4.1.5...cstrike1-6-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [cstrike1-6-4.1.5](https://github.com/truecharts/charts/compare/cstrike1-6-4.1.4...cstrike1-6-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [cstrike1-6-4.1.4](https://github.com/truecharts/charts/compare/cstrike1-6-4.1.3...cstrike1-6-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/cstrike1-6/5.1.3/Chart.yaml b/stable/cstrike1-6/5.1.3/Chart.yaml deleted file mode 100644 index b806cee16e8..00000000000 --- a/stable/cstrike1-6/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: cstrike1.6 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Counter-Strike 1.6 and run it. -home: https://truecharts.org/charts/stable/cstrike1-6 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cstrike1-6.png -keywords: - - cstrike1-6 - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cstrike1-6 -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/cstrike1-6 - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/cstrike1-6/5.1.3/charts/common-18.0.3.tgz b/stable/cstrike1-6/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/cstrike1-6/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/ctfd/4.6.0/.helmignore b/stable/cstrike1-6/5.3.0/.helmignore similarity index 100% rename from stable/ctfd/4.6.0/.helmignore rename to stable/cstrike1-6/5.3.0/.helmignore diff --git a/stable/cstrike1-6/5.3.0/CHANGELOG.md b/stable/cstrike1-6/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..f9323f83ad8 --- /dev/null +++ b/stable/cstrike1-6/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cstrike1-6-5.3.0](https://github.com/truecharts/charts/compare/cstrike1-6-5.2.3...cstrike1-6-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [cstrike1-6-5.2.3](https://github.com/truecharts/charts/compare/cstrike1-6-5.2.2...cstrike1-6-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [cstrike1-6-5.2.2](https://github.com/truecharts/charts/compare/cstrike1-6-5.2.0...cstrike1-6-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [cstrike1-6-4.1.12](https://github.com/truecharts/charts/compare/cstrike1-6-4.1.11...cstrike1-6-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [cstrike1-6-4.1.11](https://github.com/truecharts/charts/compare/cstrike1-6-4.1.10...cstrike1-6-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [cstrike1-6-4.1.10](https://github.com/truecharts/charts/compare/cstrike1-6-4.1.9...cstrike1-6-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [cstrike1-6-4.1.9](https://github.com/truecharts/charts/compare/cstrike1-6-4.1.8...cstrike1-6-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [cstrike1-6-4.1.8](https://github.com/truecharts/charts/compare/cstrike1-6-4.1.7...cstrike1-6-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [cstrike1-6-4.1.7](https://github.com/truecharts/charts/compare/cstrike1-6-4.1.6...cstrike1-6-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/cstrike1-6/5.3.0/Chart.yaml b/stable/cstrike1-6/5.3.0/Chart.yaml new file mode 100644 index 00000000000..5af8c5efe0b --- /dev/null +++ b/stable/cstrike1-6/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: cstrike1.6 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Counter-Strike 1.6 and run it. +home: https://truecharts.org/charts/stable/cstrike1-6 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cstrike1-6.png +keywords: + - cstrike1-6 + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cstrike1-6 +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/cstrike1-6 + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/cstrike1-6/5.1.3/README.md b/stable/cstrike1-6/5.3.0/README.md similarity index 100% rename from stable/cstrike1-6/5.1.3/README.md rename to stable/cstrike1-6/5.3.0/README.md diff --git a/stable/cstrike1-6/5.3.0/app-changelog.md b/stable/cstrike1-6/5.3.0/app-changelog.md new file mode 100644 index 00000000000..ed0072a9640 --- /dev/null +++ b/stable/cstrike1-6/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [cstrike1-6-5.3.0](https://github.com/truecharts/charts/compare/cstrike1-6-5.2.3...cstrike1-6-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/cstrike1-6/5.1.3/app-readme.md b/stable/cstrike1-6/5.3.0/app-readme.md similarity index 100% rename from stable/cstrike1-6/5.1.3/app-readme.md rename to stable/cstrike1-6/5.3.0/app-readme.md diff --git a/stable/cstrike1-6/5.3.0/charts/common-18.2.0.tgz b/stable/cstrike1-6/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/cstrike1-6/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/cstrike1-6/5.1.3/ix_values.yaml b/stable/cstrike1-6/5.3.0/ix_values.yaml similarity index 100% rename from stable/cstrike1-6/5.1.3/ix_values.yaml rename to stable/cstrike1-6/5.3.0/ix_values.yaml diff --git a/stable/cstrike1-6/5.1.3/questions.yaml b/stable/cstrike1-6/5.3.0/questions.yaml similarity index 100% rename from stable/cstrike1-6/5.1.3/questions.yaml rename to stable/cstrike1-6/5.3.0/questions.yaml diff --git a/stable/cstrike1-6/5.1.3/templates/common.yaml b/stable/cstrike1-6/5.3.0/templates/common.yaml similarity index 100% rename from stable/cstrike1-6/5.1.3/templates/common.yaml rename to stable/cstrike1-6/5.3.0/templates/common.yaml diff --git a/stable/ctfd/4.6.0/values.yaml b/stable/cstrike1-6/5.3.0/values.yaml similarity index 100% rename from stable/ctfd/4.6.0/values.yaml rename to stable/cstrike1-6/5.3.0/values.yaml diff --git a/stable/cstrikeconditionzero/5.1.3/CHANGELOG.md b/stable/cstrikeconditionzero/5.1.3/CHANGELOG.md deleted file mode 100644 index a07eda8cf17..00000000000 --- a/stable/cstrikeconditionzero/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [cstrikeconditionzero-4.1.12](https://github.com/truecharts/charts/compare/cstrikeconditionzero-4.1.11...cstrikeconditionzero-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cstrikeconditionzero-4.1.11](https://github.com/truecharts/charts/compare/cstrikeconditionzero-4.1.10...cstrikeconditionzero-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [cstrikeconditionzero-4.1.10](https://github.com/truecharts/charts/compare/cstrikeconditionzero-4.1.9...cstrikeconditionzero-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [cstrikeconditionzero-4.1.9](https://github.com/truecharts/charts/compare/cstrikeconditionzero-4.1.8...cstrikeconditionzero-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [cstrikeconditionzero-4.1.8](https://github.com/truecharts/charts/compare/cstrikeconditionzero-4.1.7...cstrikeconditionzero-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [cstrikeconditionzero-4.1.7](https://github.com/truecharts/charts/compare/cstrikeconditionzero-4.1.6...cstrikeconditionzero-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [cstrikeconditionzero-4.1.6](https://github.com/truecharts/charts/compare/cstrikeconditionzero-4.1.5...cstrikeconditionzero-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [cstrikeconditionzero-4.1.5](https://github.com/truecharts/charts/compare/cstrikeconditionzero-4.1.4...cstrikeconditionzero-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [cstrikeconditionzero-4.1.4](https://github.com/truecharts/charts/compare/cstrikeconditionzero-4.1.3...cstrikeconditionzero-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/cstrikeconditionzero/5.1.3/Chart.yaml b/stable/cstrikeconditionzero/5.1.3/Chart.yaml deleted file mode 100644 index 161fb42b91c..00000000000 --- a/stable/cstrikeconditionzero/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: cstrikeczero -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Counter-Strike Condition Zero and run it. -home: https://truecharts.org/charts/stable/cstrikeconditionzero -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cstrikeconditionzero.png -keywords: - - cstrikeconditionzero - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cstrikeconditionzero -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/cstrikeconditionzero - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/cstrikeconditionzero/5.1.3/charts/common-18.0.3.tgz b/stable/cstrikeconditionzero/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/cstrikeconditionzero/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/cura-novnc/8.1.3/.helmignore b/stable/cstrikeconditionzero/5.3.0/.helmignore similarity index 100% rename from stable/cura-novnc/8.1.3/.helmignore rename to stable/cstrikeconditionzero/5.3.0/.helmignore diff --git a/stable/cstrikeconditionzero/5.3.0/CHANGELOG.md b/stable/cstrikeconditionzero/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..7f739b902bc --- /dev/null +++ b/stable/cstrikeconditionzero/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cstrikeconditionzero-5.3.0](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.2.3...cstrikeconditionzero-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [cstrikeconditionzero-5.2.3](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.2.2...cstrikeconditionzero-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [cstrikeconditionzero-5.2.2](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.2.0...cstrikeconditionzero-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [cstrikeconditionzero-4.1.12](https://github.com/truecharts/charts/compare/cstrikeconditionzero-4.1.11...cstrikeconditionzero-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [cstrikeconditionzero-4.1.11](https://github.com/truecharts/charts/compare/cstrikeconditionzero-4.1.10...cstrikeconditionzero-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [cstrikeconditionzero-4.1.10](https://github.com/truecharts/charts/compare/cstrikeconditionzero-4.1.9...cstrikeconditionzero-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [cstrikeconditionzero-4.1.9](https://github.com/truecharts/charts/compare/cstrikeconditionzero-4.1.8...cstrikeconditionzero-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [cstrikeconditionzero-4.1.8](https://github.com/truecharts/charts/compare/cstrikeconditionzero-4.1.7...cstrikeconditionzero-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [cstrikeconditionzero-4.1.7](https://github.com/truecharts/charts/compare/cstrikeconditionzero-4.1.6...cstrikeconditionzero-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/cstrikeconditionzero/5.3.0/Chart.yaml b/stable/cstrikeconditionzero/5.3.0/Chart.yaml new file mode 100644 index 00000000000..02a151a35d8 --- /dev/null +++ b/stable/cstrikeconditionzero/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: cstrikeczero +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Counter-Strike Condition Zero and run it. +home: https://truecharts.org/charts/stable/cstrikeconditionzero +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cstrikeconditionzero.png +keywords: + - cstrikeconditionzero + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cstrikeconditionzero +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/cstrikeconditionzero + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/cstrikeconditionzero/5.1.3/README.md b/stable/cstrikeconditionzero/5.3.0/README.md similarity index 100% rename from stable/cstrikeconditionzero/5.1.3/README.md rename to stable/cstrikeconditionzero/5.3.0/README.md diff --git a/stable/cstrikeconditionzero/5.3.0/app-changelog.md b/stable/cstrikeconditionzero/5.3.0/app-changelog.md new file mode 100644 index 00000000000..7733214d186 --- /dev/null +++ b/stable/cstrikeconditionzero/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [cstrikeconditionzero-5.3.0](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.2.3...cstrikeconditionzero-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/cstrikeconditionzero/5.1.3/app-readme.md b/stable/cstrikeconditionzero/5.3.0/app-readme.md similarity index 100% rename from stable/cstrikeconditionzero/5.1.3/app-readme.md rename to stable/cstrikeconditionzero/5.3.0/app-readme.md diff --git a/stable/cstrikeconditionzero/5.3.0/charts/common-18.2.0.tgz b/stable/cstrikeconditionzero/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/cstrikeconditionzero/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/cstrikeconditionzero/5.1.3/ix_values.yaml b/stable/cstrikeconditionzero/5.3.0/ix_values.yaml similarity index 100% rename from stable/cstrikeconditionzero/5.1.3/ix_values.yaml rename to stable/cstrikeconditionzero/5.3.0/ix_values.yaml diff --git a/stable/cstrikeconditionzero/5.1.3/questions.yaml b/stable/cstrikeconditionzero/5.3.0/questions.yaml similarity index 100% rename from stable/cstrikeconditionzero/5.1.3/questions.yaml rename to stable/cstrikeconditionzero/5.3.0/questions.yaml diff --git a/stable/cstrikeconditionzero/5.1.3/templates/common.yaml b/stable/cstrikeconditionzero/5.3.0/templates/common.yaml similarity index 100% rename from stable/cstrikeconditionzero/5.1.3/templates/common.yaml rename to stable/cstrikeconditionzero/5.3.0/templates/common.yaml diff --git a/stable/cura-novnc/8.1.3/values.yaml b/stable/cstrikeconditionzero/5.3.0/values.yaml similarity index 100% rename from stable/cura-novnc/8.1.3/values.yaml rename to stable/cstrikeconditionzero/5.3.0/values.yaml diff --git a/stable/ctfd/4.6.0/CHANGELOG.md b/stable/ctfd/4.6.0/CHANGELOG.md deleted file mode 100644 index 5e9355cfe79..00000000000 --- a/stable/ctfd/4.6.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - -## [ctfd-3.1.18](https://github.com/truecharts/charts/compare/ctfd-3.1.17...ctfd-3.1.18) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ctfd-3.1.17](https://github.com/truecharts/charts/compare/ctfd-3.1.16...ctfd-3.1.17) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [ctfd-3.1.16](https://github.com/truecharts/charts/compare/ctfd-3.1.15...ctfd-3.1.16) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [ctfd-3.1.15](https://github.com/truecharts/charts/compare/ctfd-3.1.14...ctfd-3.1.15) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [ctfd-3.1.14](https://github.com/truecharts/charts/compare/ctfd-3.1.13...ctfd-3.1.14) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [ctfd-3.1.13](https://github.com/truecharts/charts/compare/ctfd-3.1.12...ctfd-3.1.13) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [ctfd-3.1.12](https://github.com/truecharts/charts/compare/ctfd-3.1.11...ctfd-3.1.12) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [ctfd-3.1.11](https://github.com/truecharts/charts/compare/ctfd-3.1.10...ctfd-3.1.11) (2024-01-03) - -### Chore - - - -- update container image ghcr.io/ctfd/ctfd to v3.6.1[@8033c37](https://github.com/8033c37) by renovate ([#16802](https://github.com/truecharts/charts/issues/16802)) - diff --git a/stable/ctfd/4.6.0/Chart.yaml b/stable/ctfd/4.6.0/Chart.yaml deleted file mode 100644 index 93cb9a431db..00000000000 --- a/stable/ctfd/4.6.0/Chart.yaml +++ /dev/null @@ -1,51 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: learning - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.6.1 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.2.0 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] - - name: redis - version: 11.3.0 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: CTFd is a Capture The Flag framework focusing on ease of use and customizability. -home: https://truecharts.org/charts/stable/ctfd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ctfd.png -keywords: - - ctfd - - learning -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ctfd -sources: - - https://github.com/CTFd/CTFd - - https://github.com/truecharts/charts/tree/master/charts/stable/ctfd - - https://ghcr.io/ctfd/ctfd -type: application -version: 4.6.0 diff --git a/stable/ctfd/4.6.0/charts/common-18.1.2.tgz b/stable/ctfd/4.6.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/ctfd/4.6.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/ctfd/4.6.0/charts/mariadb-13.2.0.tgz b/stable/ctfd/4.6.0/charts/mariadb-13.2.0.tgz deleted file mode 100644 index a8d42378e5e..00000000000 Binary files a/stable/ctfd/4.6.0/charts/mariadb-13.2.0.tgz and /dev/null differ diff --git a/stable/ctfd/4.6.0/ix_values.yaml b/stable/ctfd/4.6.0/ix_values.yaml deleted file mode 100644 index 6fcd4f60530..00000000000 --- a/stable/ctfd/4.6.0/ix_values.yaml +++ /dev/null @@ -1,81 +0,0 @@ -image: - repository: ghcr.io/ctfd/ctfd - tag: 3.6.1@sha256:8033c370c30499873e99dc8888140d78c6d62b01a2f2d991a5c554e2024ce8d1 - pullPolicy: IfNotPresent - -service: - main: - ports: - main: - protocol: http - targetPort: 8000 - port: 10613 - -workload: - main: - podSpec: - containers: - main: - env: - # filesystem | s3 - UPLOAD_PROVIDER: filesystem - # set storage locations. - UPLOAD_FOLDER: "{{ .Values.persistence.uploads.mountPath }}" - LOG_FOLDER: "{{ .Values.persistence.logs.mountPath }}" - SECRET_KEY: - secretKeyRef: - name: ctfd-secrets - key: SECRET_KEY - DATABASE_PORT: 3306 - DATABASE_NAME: "{{ .Values.mariadb.mariadbDatabase }}" - DATABASE_USER: "{{ .Values.mariadb.mariadbUsername }}" - DATABASE_HOST: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' - key: plainhost - DATABASE_PASSWORD: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' - key: mariadb-password - REDIS_URL: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' - key: url - MAIL_USEAUTH: false - MAILFROM_ADDR: "" - MAIL_SERVER: "" - MAIL_PORT: 587 - MAIL_USERNAME: "" - MAIL_PASSWORD: "" - MAIL_TLS: false - MAIL_SSL: false - # CTFd will not load any plugins which may alleviate issues preventing CTFd from starting, default is false. - SAFE_MODE: true - REVERSE_PROXY: false - # majorleaguecyber - OAUTH_CLIENT_ID: "" - OAUTH_CLIENT_SECRET: "" - -mariadb: - enabled: true - mariadbUsername: ctfd - mariadbDatabase: ctfd - -redis: - enabled: true - redisUsername: default - -persistence: - uploads: - enabled: true - mountPath: "/uploads" - logs: - enabled: true - mountPath: "/logs" - -portal: - open: - enabled: true diff --git a/stable/custom-app/12.1.3/.helmignore b/stable/ctfd/4.8.0/.helmignore similarity index 100% rename from stable/custom-app/12.1.3/.helmignore rename to stable/ctfd/4.8.0/.helmignore diff --git a/stable/ctfd/4.8.0/CHANGELOG.md b/stable/ctfd/4.8.0/CHANGELOG.md new file mode 100644 index 00000000000..687ccb1afd1 --- /dev/null +++ b/stable/ctfd/4.8.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ctfd-4.8.0](https://github.com/truecharts/charts/compare/ctfd-4.7.3...ctfd-4.8.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [ctfd-4.7.3](https://github.com/truecharts/charts/compare/ctfd-4.7.2...ctfd-4.7.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [ctfd-4.7.2](https://github.com/truecharts/charts/compare/ctfd-4.7.0...ctfd-4.7.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + +## [ctfd-3.1.18](https://github.com/truecharts/charts/compare/ctfd-3.1.17...ctfd-3.1.18) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [ctfd-3.1.17](https://github.com/truecharts/charts/compare/ctfd-3.1.16...ctfd-3.1.17) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [ctfd-3.1.16](https://github.com/truecharts/charts/compare/ctfd-3.1.15...ctfd-3.1.16) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [ctfd-3.1.15](https://github.com/truecharts/charts/compare/ctfd-3.1.14...ctfd-3.1.15) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [ctfd-3.1.14](https://github.com/truecharts/charts/compare/ctfd-3.1.13...ctfd-3.1.14) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) diff --git a/stable/ctfd/4.8.0/Chart.yaml b/stable/ctfd/4.8.0/Chart.yaml new file mode 100644 index 00000000000..468a344a3b0 --- /dev/null +++ b/stable/ctfd/4.8.0/Chart.yaml @@ -0,0 +1,51 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: learning + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.7.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.2.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.3.0 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: CTFd is a Capture The Flag framework focusing on ease of use and customizability. +home: https://truecharts.org/charts/stable/ctfd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ctfd.png +keywords: + - ctfd + - learning +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ctfd +sources: + - https://github.com/CTFd/CTFd + - https://github.com/truecharts/charts/tree/master/charts/stable/ctfd + - https://ghcr.io/ctfd/ctfd +type: application +version: 4.8.0 diff --git a/stable/ctfd/4.6.0/README.md b/stable/ctfd/4.8.0/README.md similarity index 100% rename from stable/ctfd/4.6.0/README.md rename to stable/ctfd/4.8.0/README.md diff --git a/stable/ctfd/4.8.0/app-changelog.md b/stable/ctfd/4.8.0/app-changelog.md new file mode 100644 index 00000000000..14d1fccebd4 --- /dev/null +++ b/stable/ctfd/4.8.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ctfd-4.8.0](https://github.com/truecharts/charts/compare/ctfd-4.7.3...ctfd-4.8.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/ctfd/4.6.0/app-readme.md b/stable/ctfd/4.8.0/app-readme.md similarity index 100% rename from stable/ctfd/4.6.0/app-readme.md rename to stable/ctfd/4.8.0/app-readme.md diff --git a/stable/ctfd/4.8.0/charts/common-18.2.0.tgz b/stable/ctfd/4.8.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/ctfd/4.8.0/charts/common-18.2.0.tgz differ diff --git a/stable/ctfd/4.8.0/charts/mariadb-13.2.0.tgz b/stable/ctfd/4.8.0/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/ctfd/4.8.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/ctfd/4.6.0/charts/redis-11.3.0.tgz b/stable/ctfd/4.8.0/charts/redis-11.3.0.tgz similarity index 100% rename from stable/ctfd/4.6.0/charts/redis-11.3.0.tgz rename to stable/ctfd/4.8.0/charts/redis-11.3.0.tgz diff --git a/stable/ctfd/4.8.0/ix_values.yaml b/stable/ctfd/4.8.0/ix_values.yaml new file mode 100644 index 00000000000..11b08a662e2 --- /dev/null +++ b/stable/ctfd/4.8.0/ix_values.yaml @@ -0,0 +1,81 @@ +image: + repository: ghcr.io/ctfd/ctfd + tag: 3.7.0@sha256:8dcf820b92f25cdb4dee400ca0b88b8ca4396c79b9a801f5b2f9304f2bb056de + pullPolicy: IfNotPresent + +service: + main: + ports: + main: + protocol: http + targetPort: 8000 + port: 10613 + +workload: + main: + podSpec: + containers: + main: + env: + # filesystem | s3 + UPLOAD_PROVIDER: filesystem + # set storage locations. + UPLOAD_FOLDER: "{{ .Values.persistence.uploads.mountPath }}" + LOG_FOLDER: "{{ .Values.persistence.logs.mountPath }}" + SECRET_KEY: + secretKeyRef: + name: ctfd-secrets + key: SECRET_KEY + DATABASE_PORT: 3306 + DATABASE_NAME: "{{ .Values.mariadb.mariadbDatabase }}" + DATABASE_USER: "{{ .Values.mariadb.mariadbUsername }}" + DATABASE_HOST: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' + key: plainhost + DATABASE_PASSWORD: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' + key: mariadb-password + REDIS_URL: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' + key: url + MAIL_USEAUTH: false + MAILFROM_ADDR: "" + MAIL_SERVER: "" + MAIL_PORT: 587 + MAIL_USERNAME: "" + MAIL_PASSWORD: "" + MAIL_TLS: false + MAIL_SSL: false + # CTFd will not load any plugins which may alleviate issues preventing CTFd from starting, default is false. + SAFE_MODE: true + REVERSE_PROXY: false + # majorleaguecyber + OAUTH_CLIENT_ID: "" + OAUTH_CLIENT_SECRET: "" + +mariadb: + enabled: true + mariadbUsername: ctfd + mariadbDatabase: ctfd + +redis: + enabled: true + redisUsername: default + +persistence: + uploads: + enabled: true + mountPath: "/uploads" + logs: + enabled: true + mountPath: "/logs" + +portal: + open: + enabled: true diff --git a/stable/ctfd/4.6.0/questions.yaml b/stable/ctfd/4.8.0/questions.yaml similarity index 100% rename from stable/ctfd/4.6.0/questions.yaml rename to stable/ctfd/4.8.0/questions.yaml diff --git a/stable/custom-app/12.1.3/templates/NOTES.txt b/stable/ctfd/4.8.0/templates/NOTES.txt similarity index 100% rename from stable/custom-app/12.1.3/templates/NOTES.txt rename to stable/ctfd/4.8.0/templates/NOTES.txt diff --git a/stable/ctfd/4.6.0/templates/_secrets.tpl b/stable/ctfd/4.8.0/templates/_secrets.tpl similarity index 100% rename from stable/ctfd/4.6.0/templates/_secrets.tpl rename to stable/ctfd/4.8.0/templates/_secrets.tpl diff --git a/stable/ctfd/4.6.0/templates/common.yaml b/stable/ctfd/4.8.0/templates/common.yaml similarity index 100% rename from stable/ctfd/4.6.0/templates/common.yaml rename to stable/ctfd/4.8.0/templates/common.yaml diff --git a/stable/custom-app/12.1.3/values.yaml b/stable/ctfd/4.8.0/values.yaml similarity index 100% rename from stable/custom-app/12.1.3/values.yaml rename to stable/ctfd/4.8.0/values.yaml diff --git a/stable/cura-novnc/8.1.3/CHANGELOG.md b/stable/cura-novnc/8.1.3/CHANGELOG.md deleted file mode 100644 index fbeda0a25a3..00000000000 --- a/stable/cura-novnc/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [cura-novnc-7.1.13](https://github.com/truecharts/charts/compare/cura-novnc-7.1.12...cura-novnc-7.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cura-novnc-7.1.12](https://github.com/truecharts/charts/compare/cura-novnc-7.1.11...cura-novnc-7.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [cura-novnc-7.1.11](https://github.com/truecharts/charts/compare/cura-novnc-7.1.10...cura-novnc-7.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [cura-novnc-7.1.10](https://github.com/truecharts/charts/compare/cura-novnc-7.1.9...cura-novnc-7.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [cura-novnc-7.1.9](https://github.com/truecharts/charts/compare/cura-novnc-7.1.8...cura-novnc-7.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [cura-novnc-7.1.8](https://github.com/truecharts/charts/compare/cura-novnc-7.1.7...cura-novnc-7.1.8) (2024-01-14) - - - - -## [cura-novnc-7.1.7](https://github.com/truecharts/charts/compare/cura-novnc-7.1.6...cura-novnc-7.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [cura-novnc-7.1.6](https://github.com/truecharts/charts/compare/cura-novnc-7.1.5...cura-novnc-7.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [cura-novnc-7.1.5](https://github.com/truecharts/charts/compare/cura-novnc-7.1.4...cura-novnc-7.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [cura-novnc-7.1.4](https://github.com/truecharts/charts/compare/cura-novnc-7.1.3...cura-novnc-7.1.4) (2024-01-01) - -### Chore - - diff --git a/stable/cura-novnc/8.1.3/Chart.yaml b/stable/cura-novnc/8.1.3/Chart.yaml deleted file mode 100644 index d2d54e7bdb5..00000000000 --- a/stable/cura-novnc/8.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Enjoy Cura directly in your browser with this easy to use Chart -home: https://truecharts.org/charts/stable/cura-novnc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cura-novnc.png -keywords: - - cura-novnc - - home-automation - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cura-novnc -sources: - - https://ultimaker.com/software/ultimaker-cura - - https://github.com/truecharts/charts/tree/master/charts/stable/cura-novnc - - https://hub.docker.com/r/mikeah/cura-novnc -type: application -version: 8.1.3 diff --git a/stable/cura-novnc/8.1.3/charts/common-18.0.3.tgz b/stable/cura-novnc/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/cura-novnc/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/cyberchef/9.1.4/.helmignore b/stable/cura-novnc/8.3.0/.helmignore similarity index 100% rename from stable/cyberchef/9.1.4/.helmignore rename to stable/cura-novnc/8.3.0/.helmignore diff --git a/stable/cura-novnc/8.3.0/CHANGELOG.md b/stable/cura-novnc/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..b51578cd96a --- /dev/null +++ b/stable/cura-novnc/8.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cura-novnc-8.3.0](https://github.com/truecharts/charts/compare/cura-novnc-8.2.3...cura-novnc-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [cura-novnc-8.2.3](https://github.com/truecharts/charts/compare/cura-novnc-8.2.2...cura-novnc-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [cura-novnc-8.2.2](https://github.com/truecharts/charts/compare/cura-novnc-8.2.0...cura-novnc-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [cura-novnc-7.1.13](https://github.com/truecharts/charts/compare/cura-novnc-7.1.12...cura-novnc-7.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [cura-novnc-7.1.12](https://github.com/truecharts/charts/compare/cura-novnc-7.1.11...cura-novnc-7.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [cura-novnc-7.1.11](https://github.com/truecharts/charts/compare/cura-novnc-7.1.10...cura-novnc-7.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [cura-novnc-7.1.10](https://github.com/truecharts/charts/compare/cura-novnc-7.1.9...cura-novnc-7.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [cura-novnc-7.1.9](https://github.com/truecharts/charts/compare/cura-novnc-7.1.8...cura-novnc-7.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [cura-novnc-7.1.8](https://github.com/truecharts/charts/compare/cura-novnc-7.1.7...cura-novnc-7.1.8) (2024-01-14) + + + + +## [cura-novnc-7.1.7](https://github.com/truecharts/charts/compare/cura-novnc-7.1.6...cura-novnc-7.1.7) (2024-01-09) + +### Chore \ No newline at end of file diff --git a/stable/cura-novnc/8.3.0/Chart.yaml b/stable/cura-novnc/8.3.0/Chart.yaml new file mode 100644 index 00000000000..42b834e53d8 --- /dev/null +++ b/stable/cura-novnc/8.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Enjoy Cura directly in your browser with this easy to use Chart +home: https://truecharts.org/charts/stable/cura-novnc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cura-novnc.png +keywords: + - cura-novnc + - home-automation + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cura-novnc +sources: + - https://ultimaker.com/software/ultimaker-cura + - https://github.com/truecharts/charts/tree/master/charts/stable/cura-novnc + - https://hub.docker.com/r/mikeah/cura-novnc +type: application +version: 8.3.0 diff --git a/stable/cura-novnc/8.1.3/README.md b/stable/cura-novnc/8.3.0/README.md similarity index 100% rename from stable/cura-novnc/8.1.3/README.md rename to stable/cura-novnc/8.3.0/README.md diff --git a/stable/cura-novnc/8.3.0/app-changelog.md b/stable/cura-novnc/8.3.0/app-changelog.md new file mode 100644 index 00000000000..d9e0855410a --- /dev/null +++ b/stable/cura-novnc/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [cura-novnc-8.3.0](https://github.com/truecharts/charts/compare/cura-novnc-8.2.3...cura-novnc-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/cura-novnc/8.1.3/app-readme.md b/stable/cura-novnc/8.3.0/app-readme.md similarity index 100% rename from stable/cura-novnc/8.1.3/app-readme.md rename to stable/cura-novnc/8.3.0/app-readme.md diff --git a/stable/cura-novnc/8.3.0/charts/common-18.2.0.tgz b/stable/cura-novnc/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/cura-novnc/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/cura-novnc/8.1.3/ix_values.yaml b/stable/cura-novnc/8.3.0/ix_values.yaml similarity index 100% rename from stable/cura-novnc/8.1.3/ix_values.yaml rename to stable/cura-novnc/8.3.0/ix_values.yaml diff --git a/stable/cura-novnc/8.1.3/questions.yaml b/stable/cura-novnc/8.3.0/questions.yaml similarity index 100% rename from stable/cura-novnc/8.1.3/questions.yaml rename to stable/cura-novnc/8.3.0/questions.yaml diff --git a/stable/cyberchef/9.1.4/templates/NOTES.txt b/stable/cura-novnc/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/cyberchef/9.1.4/templates/NOTES.txt rename to stable/cura-novnc/8.3.0/templates/NOTES.txt diff --git a/stable/cura-novnc/8.1.3/templates/common.yaml b/stable/cura-novnc/8.3.0/templates/common.yaml similarity index 100% rename from stable/cura-novnc/8.1.3/templates/common.yaml rename to stable/cura-novnc/8.3.0/templates/common.yaml diff --git a/stable/cyberchef/9.1.4/values.yaml b/stable/cura-novnc/8.3.0/values.yaml similarity index 100% rename from stable/cyberchef/9.1.4/values.yaml rename to stable/cura-novnc/8.3.0/values.yaml diff --git a/stable/custom-app/12.1.3/CHANGELOG.md b/stable/custom-app/12.1.3/CHANGELOG.md deleted file mode 100644 index 7b35b57e539..00000000000 --- a/stable/custom-app/12.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [custom-app-11.1.14](https://github.com/truecharts/charts/compare/custom-app-11.1.13...custom-app-11.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [custom-app-11.1.13](https://github.com/truecharts/charts/compare/custom-app-11.1.12...custom-app-11.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [custom-app-11.1.12](https://github.com/truecharts/charts/compare/custom-app-11.1.11...custom-app-11.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [custom-app-11.1.11](https://github.com/truecharts/charts/compare/custom-app-11.1.10...custom-app-11.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [custom-app-11.1.10](https://github.com/truecharts/charts/compare/custom-app-11.1.9...custom-app-11.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [custom-app-11.1.9](https://github.com/truecharts/charts/compare/custom-app-11.1.8...custom-app-11.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [custom-app-11.1.8](https://github.com/truecharts/charts/compare/custom-app-11.1.7...custom-app-11.1.8) (2024-01-03) - -### Chore - - - -- bump to apply imagePullSecret fix - - -## [custom-app-11.1.7](https://github.com/truecharts/charts/compare/custom-app-11.1.6...custom-app-11.1.7) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [custom-app-11.1.6](https://github.com/truecharts/charts/compare/custom-app-11.1.5...custom-app-11.1.6) (2024-01-02) - -### Chore - - - -- update container image common to v17.2.21[@cf65ff3](https://github.com/cf65ff3) by renovate ([#16752](https://github.com/truecharts/charts/issues/16752)) - diff --git a/stable/custom-app/12.1.3/Chart.yaml b/stable/custom-app/12.1.3/Chart.yaml deleted file mode 100644 index 83408b5a1e6..00000000000 --- a/stable/custom-app/12.1.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: custom - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.21.1155 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Advanced tool to create your own TrueCharts-based App -home: https://truecharts.org/charts/stable/custom-app -icon: https://truecharts.org/img/hotlink-ok/chart-icons/custom-app.png -keywords: - - custom -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: custom-app -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/custom-app - - https://ghcr.io/linuxserver/jackett -type: application -version: 12.1.3 diff --git a/stable/custom-app/12.1.3/charts/common-18.0.3.tgz b/stable/custom-app/12.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/custom-app/12.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/czkawka/9.1.3/.helmignore b/stable/custom-app/12.3.0/.helmignore similarity index 100% rename from stable/czkawka/9.1.3/.helmignore rename to stable/custom-app/12.3.0/.helmignore diff --git a/stable/custom-app/12.3.0/CHANGELOG.md b/stable/custom-app/12.3.0/CHANGELOG.md new file mode 100644 index 00000000000..34cb71b8c4b --- /dev/null +++ b/stable/custom-app/12.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [custom-app-12.3.0](https://github.com/truecharts/charts/compare/custom-app-12.2.3...custom-app-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [custom-app-12.2.3](https://github.com/truecharts/charts/compare/custom-app-12.2.2...custom-app-12.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [custom-app-12.2.2](https://github.com/truecharts/charts/compare/custom-app-12.2.0...custom-app-12.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [custom-app-11.1.14](https://github.com/truecharts/charts/compare/custom-app-11.1.13...custom-app-11.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [custom-app-11.1.13](https://github.com/truecharts/charts/compare/custom-app-11.1.12...custom-app-11.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [custom-app-11.1.12](https://github.com/truecharts/charts/compare/custom-app-11.1.11...custom-app-11.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [custom-app-11.1.11](https://github.com/truecharts/charts/compare/custom-app-11.1.10...custom-app-11.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [custom-app-11.1.10](https://github.com/truecharts/charts/compare/custom-app-11.1.9...custom-app-11.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [custom-app-11.1.9](https://github.com/truecharts/charts/compare/custom-app-11.1.8...custom-app-11.1.9) (2024-01-09) + +### Chore + + diff --git a/stable/custom-app/12.3.0/Chart.yaml b/stable/custom-app/12.3.0/Chart.yaml new file mode 100644 index 00000000000..4e98b7a6c7d --- /dev/null +++ b/stable/custom-app/12.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: custom + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.21.1155 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Advanced tool to create your own TrueCharts-based App +home: https://truecharts.org/charts/stable/custom-app +icon: https://truecharts.org/img/hotlink-ok/chart-icons/custom-app.png +keywords: + - custom +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: custom-app +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/custom-app + - https://ghcr.io/linuxserver/jackett +type: application +version: 12.3.0 diff --git a/stable/custom-app/12.1.3/README.md b/stable/custom-app/12.3.0/README.md similarity index 100% rename from stable/custom-app/12.1.3/README.md rename to stable/custom-app/12.3.0/README.md diff --git a/stable/custom-app/12.3.0/app-changelog.md b/stable/custom-app/12.3.0/app-changelog.md new file mode 100644 index 00000000000..bf48d428c0f --- /dev/null +++ b/stable/custom-app/12.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [custom-app-12.3.0](https://github.com/truecharts/charts/compare/custom-app-12.2.3...custom-app-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/custom-app/12.1.3/app-readme.md b/stable/custom-app/12.3.0/app-readme.md similarity index 100% rename from stable/custom-app/12.1.3/app-readme.md rename to stable/custom-app/12.3.0/app-readme.md diff --git a/stable/custom-app/12.3.0/charts/common-18.2.0.tgz b/stable/custom-app/12.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/custom-app/12.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/custom-app/12.1.3/ix_values.yaml b/stable/custom-app/12.3.0/ix_values.yaml similarity index 100% rename from stable/custom-app/12.1.3/ix_values.yaml rename to stable/custom-app/12.3.0/ix_values.yaml diff --git a/stable/custom-app/12.1.3/questions.yaml b/stable/custom-app/12.3.0/questions.yaml similarity index 100% rename from stable/custom-app/12.1.3/questions.yaml rename to stable/custom-app/12.3.0/questions.yaml diff --git a/stable/czkawka/9.1.3/templates/NOTES.txt b/stable/custom-app/12.3.0/templates/NOTES.txt similarity index 100% rename from stable/czkawka/9.1.3/templates/NOTES.txt rename to stable/custom-app/12.3.0/templates/NOTES.txt diff --git a/stable/cyberchef/9.1.4/templates/common.yaml b/stable/custom-app/12.3.0/templates/common.yaml similarity index 100% rename from stable/cyberchef/9.1.4/templates/common.yaml rename to stable/custom-app/12.3.0/templates/common.yaml diff --git a/stable/czkawka/9.1.3/values.yaml b/stable/custom-app/12.3.0/values.yaml similarity index 100% rename from stable/czkawka/9.1.3/values.yaml rename to stable/custom-app/12.3.0/values.yaml diff --git a/stable/cyberchef/9.1.4/CHANGELOG.md b/stable/cyberchef/9.1.4/CHANGELOG.md deleted file mode 100644 index cdfde85bb25..00000000000 --- a/stable/cyberchef/9.1.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - -## [cyberchef-8.3.0](https://github.com/truecharts/charts/compare/cyberchef-8.2.0...cyberchef-8.3.0) (2024-02-12) - -### Chore - - - -- update container image mpepping/cyberchef to v10.7.0[@3f96eae](https://github.com/3f96eae) by renovate ([#18194](https://github.com/truecharts/charts/issues/18194)) - - -## [cyberchef-8.2.0](https://github.com/truecharts/charts/compare/cyberchef-8.1.12...cyberchef-8.2.0) (2024-02-05) - -### Chore - - - -- update container image mpepping/cyberchef to v10.6.0[@993b0b0](https://github.com/993b0b0) by renovate ([#17945](https://github.com/truecharts/charts/issues/17945)) - - -## [cyberchef-8.1.12](https://github.com/truecharts/charts/compare/cyberchef-8.1.11...cyberchef-8.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cyberchef-8.1.11](https://github.com/truecharts/charts/compare/cyberchef-8.1.10...cyberchef-8.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [cyberchef-8.1.10](https://github.com/truecharts/charts/compare/cyberchef-8.1.9...cyberchef-8.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [cyberchef-8.1.9](https://github.com/truecharts/charts/compare/cyberchef-8.1.8...cyberchef-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [cyberchef-8.1.8](https://github.com/truecharts/charts/compare/cyberchef-8.1.7...cyberchef-8.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [cyberchef-8.1.7](https://github.com/truecharts/charts/compare/cyberchef-8.1.6...cyberchef-8.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [cyberchef-8.1.6](https://github.com/truecharts/charts/compare/cyberchef-8.1.5...cyberchef-8.1.6) (2024-01-02) - -### Chore - diff --git a/stable/cyberchef/9.1.4/Chart.yaml b/stable/cyberchef/9.1.4/Chart.yaml deleted file mode 100644 index e9dbd26ed92..00000000000 --- a/stable/cyberchef/9.1.4/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 10.8.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser. -home: https://truecharts.org/charts/stable/cyberchef -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cyberchef.png -keywords: - - cyberchef -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cyberchef -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/cyberchef - - https://hub.docker.com/r/mpepping/cyberchef -type: application -version: 9.1.4 diff --git a/stable/cyberchef/9.1.4/charts/common-18.0.3.tgz b/stable/cyberchef/9.1.4/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/cyberchef/9.1.4/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/dailynotes/5.1.3/.helmignore b/stable/cyberchef/9.3.0/.helmignore similarity index 100% rename from stable/dailynotes/5.1.3/.helmignore rename to stable/cyberchef/9.3.0/.helmignore diff --git a/stable/cyberchef/9.3.0/CHANGELOG.md b/stable/cyberchef/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..7d5dec7341e --- /dev/null +++ b/stable/cyberchef/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cyberchef-9.3.0](https://github.com/truecharts/charts/compare/cyberchef-9.2.3...cyberchef-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [cyberchef-9.2.3](https://github.com/truecharts/charts/compare/cyberchef-9.2.2...cyberchef-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [cyberchef-9.2.2](https://github.com/truecharts/charts/compare/cyberchef-9.2.0...cyberchef-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + +## [cyberchef-8.3.0](https://github.com/truecharts/charts/compare/cyberchef-8.2.0...cyberchef-8.3.0) (2024-02-12) + +### Chore + + + +- update container image mpepping/cyberchef to v10.7.0[@3f96eae](https://github.com/3f96eae) by renovate ([#18194](https://github.com/truecharts/charts/issues/18194)) + + +## [cyberchef-8.2.0](https://github.com/truecharts/charts/compare/cyberchef-8.1.12...cyberchef-8.2.0) (2024-02-05) + +### Chore + + + +- update container image mpepping/cyberchef to v10.6.0[@993b0b0](https://github.com/993b0b0) by renovate ([#17945](https://github.com/truecharts/charts/issues/17945)) + + +## [cyberchef-8.1.12](https://github.com/truecharts/charts/compare/cyberchef-8.1.11...cyberchef-8.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [cyberchef-8.1.11](https://github.com/truecharts/charts/compare/cyberchef-8.1.10...cyberchef-8.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [cyberchef-8.1.10](https://github.com/truecharts/charts/compare/cyberchef-8.1.9...cyberchef-8.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [cyberchef-8.1.9](https://github.com/truecharts/charts/compare/cyberchef-8.1.8...cyberchef-8.1.9) (2024-01-21) + +### Chore diff --git a/stable/cyberchef/9.3.0/Chart.yaml b/stable/cyberchef/9.3.0/Chart.yaml new file mode 100644 index 00000000000..a671cc2dd42 --- /dev/null +++ b/stable/cyberchef/9.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 10.8.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser. +home: https://truecharts.org/charts/stable/cyberchef +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cyberchef.png +keywords: + - cyberchef +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cyberchef +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/cyberchef + - https://hub.docker.com/r/mpepping/cyberchef +type: application +version: 9.3.0 diff --git a/stable/cyberchef/9.1.4/README.md b/stable/cyberchef/9.3.0/README.md similarity index 100% rename from stable/cyberchef/9.1.4/README.md rename to stable/cyberchef/9.3.0/README.md diff --git a/stable/cyberchef/9.3.0/app-changelog.md b/stable/cyberchef/9.3.0/app-changelog.md new file mode 100644 index 00000000000..a4e33b3b4b7 --- /dev/null +++ b/stable/cyberchef/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [cyberchef-9.3.0](https://github.com/truecharts/charts/compare/cyberchef-9.2.3...cyberchef-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/cyberchef/9.1.4/app-readme.md b/stable/cyberchef/9.3.0/app-readme.md similarity index 100% rename from stable/cyberchef/9.1.4/app-readme.md rename to stable/cyberchef/9.3.0/app-readme.md diff --git a/stable/cyberchef/9.3.0/charts/common-18.2.0.tgz b/stable/cyberchef/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/cyberchef/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/cyberchef/9.1.4/ix_values.yaml b/stable/cyberchef/9.3.0/ix_values.yaml similarity index 100% rename from stable/cyberchef/9.1.4/ix_values.yaml rename to stable/cyberchef/9.3.0/ix_values.yaml diff --git a/stable/cyberchef/9.1.4/questions.yaml b/stable/cyberchef/9.3.0/questions.yaml similarity index 100% rename from stable/cyberchef/9.1.4/questions.yaml rename to stable/cyberchef/9.3.0/questions.yaml diff --git a/stable/dashdot/8.1.3/templates/NOTES.txt b/stable/cyberchef/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/dashdot/8.1.3/templates/NOTES.txt rename to stable/cyberchef/9.3.0/templates/NOTES.txt diff --git a/stable/czkawka/9.1.3/templates/common.yaml b/stable/cyberchef/9.3.0/templates/common.yaml similarity index 100% rename from stable/czkawka/9.1.3/templates/common.yaml rename to stable/cyberchef/9.3.0/templates/common.yaml diff --git a/stable/dailynotes/5.1.3/values.yaml b/stable/cyberchef/9.3.0/values.yaml similarity index 100% rename from stable/dailynotes/5.1.3/values.yaml rename to stable/cyberchef/9.3.0/values.yaml diff --git a/stable/czkawka/9.1.3/CHANGELOG.md b/stable/czkawka/9.1.3/CHANGELOG.md deleted file mode 100644 index 27a634fb2ca..00000000000 --- a/stable/czkawka/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [czkawka-7.1.12](https://github.com/truecharts/charts/compare/czkawka-7.1.11...czkawka-7.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [czkawka-7.1.11](https://github.com/truecharts/charts/compare/czkawka-7.1.10...czkawka-7.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [czkawka-7.1.10](https://github.com/truecharts/charts/compare/czkawka-7.1.9...czkawka-7.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [czkawka-7.1.9](https://github.com/truecharts/charts/compare/czkawka-7.1.8...czkawka-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [czkawka-7.1.8](https://github.com/truecharts/charts/compare/czkawka-7.1.7...czkawka-7.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [czkawka-7.1.7](https://github.com/truecharts/charts/compare/czkawka-7.1.6...czkawka-7.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [czkawka-7.1.6](https://github.com/truecharts/charts/compare/czkawka-7.1.5...czkawka-7.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [czkawka-7.1.5](https://github.com/truecharts/charts/compare/czkawka-7.1.4...czkawka-7.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [czkawka-7.1.4](https://github.com/truecharts/charts/compare/czkawka-7.1.3...czkawka-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes diff --git a/stable/czkawka/9.1.3/Chart.yaml b/stable/czkawka/9.1.3/Chart.yaml deleted file mode 100644 index 8cc4f5e0936..00000000000 --- a/stable/czkawka/9.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: duplicates - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.02.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Czkawka is a simple, fast and free app to remove unnecessary files from your computer. -home: https://truecharts.org/charts/stable/czkawka -icon: https://truecharts.org/img/hotlink-ok/chart-icons/czkawka.png -keywords: - - duplicates - - file management - - czkawka -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: czkawka -sources: - - https://github.com/jlesage/docker-czkawka - - https://github.com/qarmin/czkawka - - https://github.com/truecharts/charts/tree/master/charts/stable/czkawka - - https://hub.docker.com/r/jlesage/czkawka -type: application -version: 9.1.3 diff --git a/stable/czkawka/9.1.3/charts/common-18.0.3.tgz b/stable/czkawka/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/czkawka/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/damselfly/5.1.3/.helmignore b/stable/czkawka/9.3.0/.helmignore similarity index 100% rename from stable/damselfly/5.1.3/.helmignore rename to stable/czkawka/9.3.0/.helmignore diff --git a/stable/czkawka/9.3.0/CHANGELOG.md b/stable/czkawka/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..9f833915280 --- /dev/null +++ b/stable/czkawka/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [czkawka-9.3.0](https://github.com/truecharts/charts/compare/czkawka-9.2.3...czkawka-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [czkawka-9.2.3](https://github.com/truecharts/charts/compare/czkawka-9.2.2...czkawka-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [czkawka-9.2.2](https://github.com/truecharts/charts/compare/czkawka-9.2.0...czkawka-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [czkawka-7.1.12](https://github.com/truecharts/charts/compare/czkawka-7.1.11...czkawka-7.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [czkawka-7.1.11](https://github.com/truecharts/charts/compare/czkawka-7.1.10...czkawka-7.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [czkawka-7.1.10](https://github.com/truecharts/charts/compare/czkawka-7.1.9...czkawka-7.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [czkawka-7.1.9](https://github.com/truecharts/charts/compare/czkawka-7.1.8...czkawka-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [czkawka-7.1.8](https://github.com/truecharts/charts/compare/czkawka-7.1.7...czkawka-7.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [czkawka-7.1.7](https://github.com/truecharts/charts/compare/czkawka-7.1.6...czkawka-7.1.7) (2024-01-09) + +### Chore + diff --git a/stable/czkawka/9.3.0/Chart.yaml b/stable/czkawka/9.3.0/Chart.yaml new file mode 100644 index 00000000000..98029295dac --- /dev/null +++ b/stable/czkawka/9.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: duplicates + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.02.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Czkawka is a simple, fast and free app to remove unnecessary files from your computer. +home: https://truecharts.org/charts/stable/czkawka +icon: https://truecharts.org/img/hotlink-ok/chart-icons/czkawka.png +keywords: + - duplicates + - file management + - czkawka +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: czkawka +sources: + - https://github.com/jlesage/docker-czkawka + - https://github.com/qarmin/czkawka + - https://github.com/truecharts/charts/tree/master/charts/stable/czkawka + - https://hub.docker.com/r/jlesage/czkawka +type: application +version: 9.3.0 diff --git a/stable/czkawka/9.1.3/README.md b/stable/czkawka/9.3.0/README.md similarity index 100% rename from stable/czkawka/9.1.3/README.md rename to stable/czkawka/9.3.0/README.md diff --git a/stable/czkawka/9.3.0/app-changelog.md b/stable/czkawka/9.3.0/app-changelog.md new file mode 100644 index 00000000000..e39601482ed --- /dev/null +++ b/stable/czkawka/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [czkawka-9.3.0](https://github.com/truecharts/charts/compare/czkawka-9.2.3...czkawka-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/czkawka/9.1.3/app-readme.md b/stable/czkawka/9.3.0/app-readme.md similarity index 100% rename from stable/czkawka/9.1.3/app-readme.md rename to stable/czkawka/9.3.0/app-readme.md diff --git a/stable/czkawka/9.3.0/charts/common-18.2.0.tgz b/stable/czkawka/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/czkawka/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/czkawka/9.1.3/ix_values.yaml b/stable/czkawka/9.3.0/ix_values.yaml similarity index 100% rename from stable/czkawka/9.1.3/ix_values.yaml rename to stable/czkawka/9.3.0/ix_values.yaml diff --git a/stable/czkawka/9.1.3/questions.yaml b/stable/czkawka/9.3.0/questions.yaml similarity index 100% rename from stable/czkawka/9.1.3/questions.yaml rename to stable/czkawka/9.3.0/questions.yaml diff --git a/stable/dashy/6.2.2/templates/NOTES.txt b/stable/czkawka/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/dashy/6.2.2/templates/NOTES.txt rename to stable/czkawka/9.3.0/templates/NOTES.txt diff --git a/stable/dashdot/8.1.3/templates/common.yaml b/stable/czkawka/9.3.0/templates/common.yaml similarity index 100% rename from stable/dashdot/8.1.3/templates/common.yaml rename to stable/czkawka/9.3.0/templates/common.yaml diff --git a/stable/damselfly/5.1.3/values.yaml b/stable/czkawka/9.3.0/values.yaml similarity index 100% rename from stable/damselfly/5.1.3/values.yaml rename to stable/czkawka/9.3.0/values.yaml diff --git a/stable/dailynotes/5.1.3/CHANGELOG.md b/stable/dailynotes/5.1.3/CHANGELOG.md deleted file mode 100644 index e9c7836217d..00000000000 --- a/stable/dailynotes/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [dailynotes-4.1.12](https://github.com/truecharts/charts/compare/dailynotes-4.1.11...dailynotes-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dailynotes-4.1.11](https://github.com/truecharts/charts/compare/dailynotes-4.1.10...dailynotes-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [dailynotes-4.1.10](https://github.com/truecharts/charts/compare/dailynotes-4.1.9...dailynotes-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [dailynotes-4.1.9](https://github.com/truecharts/charts/compare/dailynotes-4.1.8...dailynotes-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [dailynotes-4.1.8](https://github.com/truecharts/charts/compare/dailynotes-4.1.7...dailynotes-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [dailynotes-4.1.7](https://github.com/truecharts/charts/compare/dailynotes-4.1.6...dailynotes-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [dailynotes-4.1.6](https://github.com/truecharts/charts/compare/dailynotes-4.1.5...dailynotes-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [dailynotes-4.1.5](https://github.com/truecharts/charts/compare/dailynotes-4.1.4...dailynotes-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [dailynotes-4.1.4](https://github.com/truecharts/charts/compare/dailynotes-4.1.3...dailynotes-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/dailynotes/5.1.3/Chart.yaml b/stable/dailynotes/5.1.3/Chart.yaml deleted file mode 100644 index 45579912746..00000000000 --- a/stable/dailynotes/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: | - App for taking notes and tracking tasks on a daily basis. -home: https://truecharts.org/charts/stable/dailynotes -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dailynotes.png -keywords: - - dailynotes - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: dailynotes -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/dailynotes - - https://hub.docker.com/r/m0ngr31/dailynotes -type: application -version: 5.1.3 diff --git a/stable/dailynotes/5.1.3/charts/common-18.0.3.tgz b/stable/dailynotes/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/dailynotes/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/dashdot/8.1.3/.helmignore b/stable/dailynotes/5.3.0/.helmignore similarity index 100% rename from stable/dashdot/8.1.3/.helmignore rename to stable/dailynotes/5.3.0/.helmignore diff --git a/stable/dailynotes/5.3.0/CHANGELOG.md b/stable/dailynotes/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..3370e98ddc1 --- /dev/null +++ b/stable/dailynotes/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dailynotes-5.3.0](https://github.com/truecharts/charts/compare/dailynotes-5.2.3...dailynotes-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [dailynotes-5.2.3](https://github.com/truecharts/charts/compare/dailynotes-5.2.2...dailynotes-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [dailynotes-5.2.2](https://github.com/truecharts/charts/compare/dailynotes-5.2.0...dailynotes-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [dailynotes-4.1.12](https://github.com/truecharts/charts/compare/dailynotes-4.1.11...dailynotes-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [dailynotes-4.1.11](https://github.com/truecharts/charts/compare/dailynotes-4.1.10...dailynotes-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [dailynotes-4.1.10](https://github.com/truecharts/charts/compare/dailynotes-4.1.9...dailynotes-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [dailynotes-4.1.9](https://github.com/truecharts/charts/compare/dailynotes-4.1.8...dailynotes-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [dailynotes-4.1.8](https://github.com/truecharts/charts/compare/dailynotes-4.1.7...dailynotes-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [dailynotes-4.1.7](https://github.com/truecharts/charts/compare/dailynotes-4.1.6...dailynotes-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/dailynotes/5.3.0/Chart.yaml b/stable/dailynotes/5.3.0/Chart.yaml new file mode 100644 index 00000000000..930ace55515 --- /dev/null +++ b/stable/dailynotes/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: | + App for taking notes and tracking tasks on a daily basis. +home: https://truecharts.org/charts/stable/dailynotes +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dailynotes.png +keywords: + - dailynotes + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dailynotes +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/dailynotes + - https://hub.docker.com/r/m0ngr31/dailynotes +type: application +version: 5.3.0 diff --git a/stable/dailynotes/5.1.3/README.md b/stable/dailynotes/5.3.0/README.md similarity index 100% rename from stable/dailynotes/5.1.3/README.md rename to stable/dailynotes/5.3.0/README.md diff --git a/stable/dailynotes/5.3.0/app-changelog.md b/stable/dailynotes/5.3.0/app-changelog.md new file mode 100644 index 00000000000..86a13454eeb --- /dev/null +++ b/stable/dailynotes/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [dailynotes-5.3.0](https://github.com/truecharts/charts/compare/dailynotes-5.2.3...dailynotes-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/dailynotes/5.1.3/app-readme.md b/stable/dailynotes/5.3.0/app-readme.md similarity index 100% rename from stable/dailynotes/5.1.3/app-readme.md rename to stable/dailynotes/5.3.0/app-readme.md diff --git a/stable/dailynotes/5.3.0/charts/common-18.2.0.tgz b/stable/dailynotes/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/dailynotes/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/dailynotes/5.1.3/ix_values.yaml b/stable/dailynotes/5.3.0/ix_values.yaml similarity index 100% rename from stable/dailynotes/5.1.3/ix_values.yaml rename to stable/dailynotes/5.3.0/ix_values.yaml diff --git a/stable/dailynotes/5.1.3/questions.yaml b/stable/dailynotes/5.3.0/questions.yaml similarity index 100% rename from stable/dailynotes/5.1.3/questions.yaml rename to stable/dailynotes/5.3.0/questions.yaml diff --git a/stable/dailynotes/5.1.3/templates/common.yaml b/stable/dailynotes/5.3.0/templates/common.yaml similarity index 100% rename from stable/dailynotes/5.1.3/templates/common.yaml rename to stable/dailynotes/5.3.0/templates/common.yaml diff --git a/stable/dashdot/8.1.3/values.yaml b/stable/dailynotes/5.3.0/values.yaml similarity index 100% rename from stable/dashdot/8.1.3/values.yaml rename to stable/dailynotes/5.3.0/values.yaml diff --git a/stable/damselfly/5.1.3/CHANGELOG.md b/stable/damselfly/5.1.3/CHANGELOG.md deleted file mode 100644 index fd2b9fda962..00000000000 --- a/stable/damselfly/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [damselfly-4.1.12](https://github.com/truecharts/charts/compare/damselfly-4.1.11...damselfly-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [damselfly-4.1.11](https://github.com/truecharts/charts/compare/damselfly-4.1.10...damselfly-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [damselfly-4.1.10](https://github.com/truecharts/charts/compare/damselfly-4.1.9...damselfly-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [damselfly-4.1.9](https://github.com/truecharts/charts/compare/damselfly-4.1.8...damselfly-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [damselfly-4.1.8](https://github.com/truecharts/charts/compare/damselfly-4.1.7...damselfly-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [damselfly-4.1.7](https://github.com/truecharts/charts/compare/damselfly-4.1.6...damselfly-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [damselfly-4.1.6](https://github.com/truecharts/charts/compare/damselfly-4.1.5...damselfly-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [damselfly-4.1.5](https://github.com/truecharts/charts/compare/damselfly-4.1.4...damselfly-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [damselfly-4.1.4](https://github.com/truecharts/charts/compare/damselfly-4.1.3...damselfly-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/damselfly/5.1.3/Chart.yaml b/stable/damselfly/5.1.3/Chart.yaml deleted file mode 100644 index 6e0a1fbc75a..00000000000 --- a/stable/damselfly/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaApp-Photos - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Damselfly is a server-based Digital Asset Management system. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. See https://damselfly.info for more details. -home: https://truecharts.org/charts/stable/damselfly -icon: https://truecharts.org/img/hotlink-ok/chart-icons/damselfly.png -keywords: - - damselfly - - MediaApp-Photos -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: damselfly -sources: - - https://github.com/Webreaper/Damselfly - - https://github.com/truecharts/charts/tree/master/charts/stable/damselfly - - https://hub.docker.com/r/webreaper/damselfly -type: application -version: 5.1.3 diff --git a/stable/damselfly/5.1.3/charts/common-18.0.3.tgz b/stable/damselfly/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/damselfly/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/dashmachine/5.1.3/.helmignore b/stable/damselfly/5.3.0/.helmignore similarity index 100% rename from stable/dashmachine/5.1.3/.helmignore rename to stable/damselfly/5.3.0/.helmignore diff --git a/stable/damselfly/5.3.0/CHANGELOG.md b/stable/damselfly/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..062094a4ba6 --- /dev/null +++ b/stable/damselfly/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [damselfly-5.3.0](https://github.com/truecharts/charts/compare/damselfly-5.2.3...damselfly-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [damselfly-5.2.3](https://github.com/truecharts/charts/compare/damselfly-5.2.2...damselfly-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [damselfly-5.2.2](https://github.com/truecharts/charts/compare/damselfly-5.2.0...damselfly-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [damselfly-4.1.12](https://github.com/truecharts/charts/compare/damselfly-4.1.11...damselfly-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [damselfly-4.1.11](https://github.com/truecharts/charts/compare/damselfly-4.1.10...damselfly-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [damselfly-4.1.10](https://github.com/truecharts/charts/compare/damselfly-4.1.9...damselfly-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [damselfly-4.1.9](https://github.com/truecharts/charts/compare/damselfly-4.1.8...damselfly-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [damselfly-4.1.8](https://github.com/truecharts/charts/compare/damselfly-4.1.7...damselfly-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [damselfly-4.1.7](https://github.com/truecharts/charts/compare/damselfly-4.1.6...damselfly-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/damselfly/5.3.0/Chart.yaml b/stable/damselfly/5.3.0/Chart.yaml new file mode 100644 index 00000000000..2839429ae04 --- /dev/null +++ b/stable/damselfly/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Photos + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Damselfly is a server-based Digital Asset Management system. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. See https://damselfly.info for more details. +home: https://truecharts.org/charts/stable/damselfly +icon: https://truecharts.org/img/hotlink-ok/chart-icons/damselfly.png +keywords: + - damselfly + - MediaApp-Photos +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: damselfly +sources: + - https://github.com/Webreaper/Damselfly + - https://github.com/truecharts/charts/tree/master/charts/stable/damselfly + - https://hub.docker.com/r/webreaper/damselfly +type: application +version: 5.3.0 diff --git a/stable/damselfly/5.1.3/README.md b/stable/damselfly/5.3.0/README.md similarity index 100% rename from stable/damselfly/5.1.3/README.md rename to stable/damselfly/5.3.0/README.md diff --git a/stable/damselfly/5.3.0/app-changelog.md b/stable/damselfly/5.3.0/app-changelog.md new file mode 100644 index 00000000000..d31544ef0ce --- /dev/null +++ b/stable/damselfly/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [damselfly-5.3.0](https://github.com/truecharts/charts/compare/damselfly-5.2.3...damselfly-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/damselfly/5.1.3/app-readme.md b/stable/damselfly/5.3.0/app-readme.md similarity index 100% rename from stable/damselfly/5.1.3/app-readme.md rename to stable/damselfly/5.3.0/app-readme.md diff --git a/stable/damselfly/5.3.0/charts/common-18.2.0.tgz b/stable/damselfly/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/damselfly/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/damselfly/5.1.3/ix_values.yaml b/stable/damselfly/5.3.0/ix_values.yaml similarity index 100% rename from stable/damselfly/5.1.3/ix_values.yaml rename to stable/damselfly/5.3.0/ix_values.yaml diff --git a/stable/damselfly/5.1.3/questions.yaml b/stable/damselfly/5.3.0/questions.yaml similarity index 100% rename from stable/damselfly/5.1.3/questions.yaml rename to stable/damselfly/5.3.0/questions.yaml diff --git a/stable/damselfly/5.1.3/templates/common.yaml b/stable/damselfly/5.3.0/templates/common.yaml similarity index 100% rename from stable/damselfly/5.1.3/templates/common.yaml rename to stable/damselfly/5.3.0/templates/common.yaml diff --git a/stable/dashmachine/5.1.3/values.yaml b/stable/damselfly/5.3.0/values.yaml similarity index 100% rename from stable/dashmachine/5.1.3/values.yaml rename to stable/damselfly/5.3.0/values.yaml diff --git a/stable/dashdot/8.1.3/CHANGELOG.md b/stable/dashdot/8.1.3/CHANGELOG.md deleted file mode 100644 index 2e318dbfa58..00000000000 --- a/stable/dashdot/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [dashdot-7.3.5](https://github.com/truecharts/charts/compare/dashdot-7.3.4...dashdot-7.3.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dashdot-7.3.4](https://github.com/truecharts/charts/compare/dashdot-7.3.3...dashdot-7.3.4) (2024-01-29) - -### Chore - - - -- update container image mauricenino/dashdot to v5.8.3[@d78f64c](https://github.com/d78f64c) by renovate ([#17680](https://github.com/truecharts/charts/issues/17680)) - - -## [dashdot-7.3.3](https://github.com/truecharts/charts/compare/dashdot-7.3.2...dashdot-7.3.3) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [dashdot-7.3.2](https://github.com/truecharts/charts/compare/dashdot-7.3.1...dashdot-7.3.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [dashdot-7.3.1](https://github.com/truecharts/charts/compare/dashdot-7.3.0...dashdot-7.3.1) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [dashdot-7.3.0](https://github.com/truecharts/charts/compare/dashdot-7.2.4...dashdot-7.3.0) (2024-01-21) - -### Chore - - - -- update container image mauricenino/dashdot to v5.8.2[@1ff18b1](https://github.com/1ff18b1) by renovate ([#17450](https://github.com/truecharts/charts/issues/17450)) - - -## [dashdot-7.2.4](https://github.com/truecharts/charts/compare/dashdot-7.2.3...dashdot-7.2.4) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [dashdot-7.2.3](https://github.com/truecharts/charts/compare/dashdot-7.2.2...dashdot-7.2.3) (2024-01-21) - -### Chore - - - -- update container image mauricenino/dashdot to v5.5.2[@e61f4c7](https://github.com/e61f4c7) by renovate ([#17433](https://github.com/truecharts/charts/issues/17433)) - - -## [dashdot-7.2.2](https://github.com/truecharts/charts/compare/dashdot-7.2.1...dashdot-7.2.2) (2024-01-13) - -### Chore - - - -- update container image mauricenino/dashdot to v5.5.1[@c9d4ec3](https://github.com/c9d4ec3) by renovate ([#17103](https://github.com/truecharts/charts/issues/17103)) - - -## [dashdot-7.2.1](https://github.com/truecharts/charts/compare/dashdot-7.2.0...dashdot-7.2.1) (2024-01-09) diff --git a/stable/dashdot/8.1.3/Chart.yaml b/stable/dashdot/8.1.3/Chart.yaml deleted file mode 100644 index 9b7315d8ecd..00000000000 --- a/stable/dashdot/8.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.8.3 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: dash. (or dashdot) is a modern server dashboard, running on the latest tech, designed with glassmorphism in mind. -home: https://truecharts.org/charts/stable/dashdot -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashdot.png -keywords: - - dashboard - - dashdot -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: dashdot -sources: - - https://github.com/MauriceNino/dashdot - - https://github.com/truecharts/charts/tree/master/charts/stable/dashdot - - https://hub.docker.com/r/mauricenino/dashdot -type: application -version: 8.1.3 diff --git a/stable/dashdot/8.1.3/charts/common-18.0.3.tgz b/stable/dashdot/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/dashdot/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/dashy/6.2.2/.helmignore b/stable/dashdot/8.3.0/.helmignore similarity index 100% rename from stable/dashy/6.2.2/.helmignore rename to stable/dashdot/8.3.0/.helmignore diff --git a/stable/dashdot/8.3.0/CHANGELOG.md b/stable/dashdot/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..46b155c2ab1 --- /dev/null +++ b/stable/dashdot/8.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dashdot-8.3.0](https://github.com/truecharts/charts/compare/dashdot-8.2.3...dashdot-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [dashdot-8.2.3](https://github.com/truecharts/charts/compare/dashdot-8.2.2...dashdot-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [dashdot-8.2.2](https://github.com/truecharts/charts/compare/dashdot-8.2.0...dashdot-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [dashdot-7.3.5](https://github.com/truecharts/charts/compare/dashdot-7.3.4...dashdot-7.3.5) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [dashdot-7.3.4](https://github.com/truecharts/charts/compare/dashdot-7.3.3...dashdot-7.3.4) (2024-01-29) + +### Chore + + + +- update container image mauricenino/dashdot to v5.8.3[@d78f64c](https://github.com/d78f64c) by renovate ([#17680](https://github.com/truecharts/charts/issues/17680)) + + +## [dashdot-7.3.3](https://github.com/truecharts/charts/compare/dashdot-7.3.2...dashdot-7.3.3) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [dashdot-7.3.2](https://github.com/truecharts/charts/compare/dashdot-7.3.1...dashdot-7.3.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [dashdot-7.3.1](https://github.com/truecharts/charts/compare/dashdot-7.3.0...dashdot-7.3.1) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [dashdot-7.3.0](https://github.com/truecharts/charts/compare/dashdot-7.2.4...dashdot-7.3.0) (2024-01-21) + +### Chore + + + +- update container image mauricenino/dashdot to v5.8.2[@1ff18b1](https://github.com/1ff18b1) by renovate ([#17450](https://github.com/truecharts/charts/issues/17450)) diff --git a/stable/dashdot/8.3.0/Chart.yaml b/stable/dashdot/8.3.0/Chart.yaml new file mode 100644 index 00000000000..8b22b07c9f7 --- /dev/null +++ b/stable/dashdot/8.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.8.3 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: dash. (or dashdot) is a modern server dashboard, running on the latest tech, designed with glassmorphism in mind. +home: https://truecharts.org/charts/stable/dashdot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashdot.png +keywords: + - dashboard + - dashdot +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dashdot +sources: + - https://github.com/MauriceNino/dashdot + - https://github.com/truecharts/charts/tree/master/charts/stable/dashdot + - https://hub.docker.com/r/mauricenino/dashdot +type: application +version: 8.3.0 diff --git a/stable/dashdot/8.1.3/README.md b/stable/dashdot/8.3.0/README.md similarity index 100% rename from stable/dashdot/8.1.3/README.md rename to stable/dashdot/8.3.0/README.md diff --git a/stable/dashdot/8.3.0/app-changelog.md b/stable/dashdot/8.3.0/app-changelog.md new file mode 100644 index 00000000000..84469509805 --- /dev/null +++ b/stable/dashdot/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [dashdot-8.3.0](https://github.com/truecharts/charts/compare/dashdot-8.2.3...dashdot-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/dashdot/8.1.3/app-readme.md b/stable/dashdot/8.3.0/app-readme.md similarity index 100% rename from stable/dashdot/8.1.3/app-readme.md rename to stable/dashdot/8.3.0/app-readme.md diff --git a/stable/dashdot/8.3.0/charts/common-18.2.0.tgz b/stable/dashdot/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/dashdot/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/dashdot/8.1.3/ix_values.yaml b/stable/dashdot/8.3.0/ix_values.yaml similarity index 100% rename from stable/dashdot/8.1.3/ix_values.yaml rename to stable/dashdot/8.3.0/ix_values.yaml diff --git a/stable/dashdot/8.1.3/questions.yaml b/stable/dashdot/8.3.0/questions.yaml similarity index 100% rename from stable/dashdot/8.1.3/questions.yaml rename to stable/dashdot/8.3.0/questions.yaml diff --git a/stable/davos/12.2.0/templates/NOTES.txt b/stable/dashdot/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/davos/12.2.0/templates/NOTES.txt rename to stable/dashdot/8.3.0/templates/NOTES.txt diff --git a/stable/ddclient/9.2.0/templates/common.yaml b/stable/dashdot/8.3.0/templates/common.yaml similarity index 100% rename from stable/ddclient/9.2.0/templates/common.yaml rename to stable/dashdot/8.3.0/templates/common.yaml diff --git a/stable/dashy/6.2.2/values.yaml b/stable/dashdot/8.3.0/values.yaml similarity index 100% rename from stable/dashy/6.2.2/values.yaml rename to stable/dashdot/8.3.0/values.yaml diff --git a/stable/dashmachine/5.1.3/CHANGELOG.md b/stable/dashmachine/5.1.3/CHANGELOG.md deleted file mode 100644 index 1ea55f755eb..00000000000 --- a/stable/dashmachine/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [dashmachine-4.1.12](https://github.com/truecharts/charts/compare/dashmachine-4.1.11...dashmachine-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dashmachine-4.1.11](https://github.com/truecharts/charts/compare/dashmachine-4.1.10...dashmachine-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [dashmachine-4.1.10](https://github.com/truecharts/charts/compare/dashmachine-4.1.9...dashmachine-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [dashmachine-4.1.9](https://github.com/truecharts/charts/compare/dashmachine-4.1.8...dashmachine-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [dashmachine-4.1.8](https://github.com/truecharts/charts/compare/dashmachine-4.1.7...dashmachine-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [dashmachine-4.1.7](https://github.com/truecharts/charts/compare/dashmachine-4.1.6...dashmachine-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [dashmachine-4.1.6](https://github.com/truecharts/charts/compare/dashmachine-4.1.5...dashmachine-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [dashmachine-4.1.5](https://github.com/truecharts/charts/compare/dashmachine-4.1.4...dashmachine-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [dashmachine-4.1.4](https://github.com/truecharts/charts/compare/dashmachine-4.1.3...dashmachine-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/dashmachine/5.1.3/Chart.yaml b/stable/dashmachine/5.1.3/Chart.yaml deleted file mode 100644 index ba2e805b2bd..00000000000 --- a/stable/dashmachine/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "Another web application bookmark dashboard, with fun features.[br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b]" -home: https://truecharts.org/charts/stable/dashmachine -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashmachine.png -keywords: - - dashmachine - - Productivity - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: dashmachine -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/dashmachine - - https://hub.docker.com/r/rmountjoy/dashmachine -type: application -version: 5.1.3 diff --git a/stable/dashmachine/5.1.3/charts/common-18.0.3.tgz b/stable/dashmachine/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/dashmachine/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/davos/12.2.0/.helmignore b/stable/dashmachine/5.3.0/.helmignore similarity index 100% rename from stable/davos/12.2.0/.helmignore rename to stable/dashmachine/5.3.0/.helmignore diff --git a/stable/dashmachine/5.3.0/CHANGELOG.md b/stable/dashmachine/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..46eed8abb2e --- /dev/null +++ b/stable/dashmachine/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dashmachine-5.3.0](https://github.com/truecharts/charts/compare/dashmachine-5.2.3...dashmachine-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [dashmachine-5.2.3](https://github.com/truecharts/charts/compare/dashmachine-5.2.2...dashmachine-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [dashmachine-5.2.2](https://github.com/truecharts/charts/compare/dashmachine-5.2.0...dashmachine-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [dashmachine-4.1.12](https://github.com/truecharts/charts/compare/dashmachine-4.1.11...dashmachine-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [dashmachine-4.1.11](https://github.com/truecharts/charts/compare/dashmachine-4.1.10...dashmachine-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [dashmachine-4.1.10](https://github.com/truecharts/charts/compare/dashmachine-4.1.9...dashmachine-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [dashmachine-4.1.9](https://github.com/truecharts/charts/compare/dashmachine-4.1.8...dashmachine-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [dashmachine-4.1.8](https://github.com/truecharts/charts/compare/dashmachine-4.1.7...dashmachine-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [dashmachine-4.1.7](https://github.com/truecharts/charts/compare/dashmachine-4.1.6...dashmachine-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/dashmachine/5.3.0/Chart.yaml b/stable/dashmachine/5.3.0/Chart.yaml new file mode 100644 index 00000000000..c2fccfd9ba2 --- /dev/null +++ b/stable/dashmachine/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "Another web application bookmark dashboard, with fun features.[br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b]" +home: https://truecharts.org/charts/stable/dashmachine +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashmachine.png +keywords: + - dashmachine + - Productivity + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dashmachine +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/dashmachine + - https://hub.docker.com/r/rmountjoy/dashmachine +type: application +version: 5.3.0 diff --git a/stable/dashmachine/5.1.3/README.md b/stable/dashmachine/5.3.0/README.md similarity index 100% rename from stable/dashmachine/5.1.3/README.md rename to stable/dashmachine/5.3.0/README.md diff --git a/stable/dashmachine/5.3.0/app-changelog.md b/stable/dashmachine/5.3.0/app-changelog.md new file mode 100644 index 00000000000..0e20edefa67 --- /dev/null +++ b/stable/dashmachine/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [dashmachine-5.3.0](https://github.com/truecharts/charts/compare/dashmachine-5.2.3...dashmachine-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/dashmachine/5.1.3/app-readme.md b/stable/dashmachine/5.3.0/app-readme.md similarity index 100% rename from stable/dashmachine/5.1.3/app-readme.md rename to stable/dashmachine/5.3.0/app-readme.md diff --git a/stable/dashmachine/5.3.0/charts/common-18.2.0.tgz b/stable/dashmachine/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/dashmachine/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/dashmachine/5.1.3/ix_values.yaml b/stable/dashmachine/5.3.0/ix_values.yaml similarity index 100% rename from stable/dashmachine/5.1.3/ix_values.yaml rename to stable/dashmachine/5.3.0/ix_values.yaml diff --git a/stable/dashmachine/5.1.3/questions.yaml b/stable/dashmachine/5.3.0/questions.yaml similarity index 100% rename from stable/dashmachine/5.1.3/questions.yaml rename to stable/dashmachine/5.3.0/questions.yaml diff --git a/stable/dashmachine/5.1.3/templates/common.yaml b/stable/dashmachine/5.3.0/templates/common.yaml similarity index 100% rename from stable/dashmachine/5.1.3/templates/common.yaml rename to stable/dashmachine/5.3.0/templates/common.yaml diff --git a/stable/davos/12.2.0/values.yaml b/stable/dashmachine/5.3.0/values.yaml similarity index 100% rename from stable/davos/12.2.0/values.yaml rename to stable/dashmachine/5.3.0/values.yaml diff --git a/stable/dashy/6.2.2/CHANGELOG.md b/stable/dashy/6.2.2/CHANGELOG.md deleted file mode 100644 index 202a02dab49..00000000000 --- a/stable/dashy/6.2.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - -## [dashy-5.1.13](https://github.com/truecharts/charts/compare/dashy-5.1.12...dashy-5.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dashy-5.1.12](https://github.com/truecharts/charts/compare/dashy-5.1.11...dashy-5.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [dashy-5.1.11](https://github.com/truecharts/charts/compare/dashy-5.1.10...dashy-5.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [dashy-5.1.10](https://github.com/truecharts/charts/compare/dashy-5.1.9...dashy-5.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [dashy-5.1.9](https://github.com/truecharts/charts/compare/dashy-5.1.8...dashy-5.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [dashy-5.1.8](https://github.com/truecharts/charts/compare/dashy-5.1.7...dashy-5.1.8) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [dashy-5.1.7](https://github.com/truecharts/charts/compare/dashy-5.1.6...dashy-5.1.7) (2024-01-03) - -### Chore - - - -- update container image lissy93/dashy to 2.1.1[@ce8ae2d](https://github.com/ce8ae2d) by renovate ([#16713](https://github.com/truecharts/charts/issues/16713)) - - -## [dashy-5.1.6](https://github.com/truecharts/charts/compare/dashy-5.1.5...dashy-5.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [dashy-5.1.5](https://github.com/truecharts/charts/compare/dashy-5.1.4...dashy-5.1.5) (2024-01-02) - -### Chore diff --git a/stable/dashy/6.2.2/Chart.yaml b/stable/dashy/6.2.2/Chart.yaml deleted file mode 100644 index 1d71ea256f4..00000000000 --- a/stable/dashy/6.2.2/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: dashboard - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.1.2 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Dashy helps you organize your self-hosted services by making them accessible from a single place -home: https://truecharts.org/charts/stable/dashy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashy.png -keywords: - - dashboard -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: dashy -sources: - - https://github.com/Lissy93/dashy - - https://github.com/truecharts/charts/tree/master/charts/stable/dashy - - https://hub.docker.com/r/lissy93/dashy -type: application -version: 6.2.2 diff --git a/stable/dashy/6.2.2/charts/common-18.1.2.tgz b/stable/dashy/6.2.2/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/dashy/6.2.2/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/dashy/6.2.2/ix_values.yaml b/stable/dashy/6.2.2/ix_values.yaml deleted file mode 100644 index 24b3a7c3145..00000000000 --- a/stable/dashy/6.2.2/ix_values.yaml +++ /dev/null @@ -1,66 +0,0 @@ -image: - repository: lissy93/dashy - tag: 2.1.2@sha256:73bfa21d41242fc7a83e44ed14c4738758a0168e6caba87ff70ff69b8a17674e - pullPolicy: IfNotPresent -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 10310 - protocol: http - targetPort: 80 -dashy: - # Enable config file mount from host path - enabled: false - configFileHostPath: "" - configFileHostReadOnly: true -# Leave empty if you plan to use config file from host path -dashyConfig: {} -# pageInfo: -# title: Home Lab - -workload: - main: - podSpec: - containers: - main: - env: - NODE_ENV: production - probes: - liveness: - enabled: true - custom: true - spec: - exec: - command: - - node - - /app/services/healthcheck - readiness: - enabled: true - custom: true - spec: - exec: - command: - - node - - /app/services/healthcheck - startup: - enabled: true - custom: true - spec: - exec: - command: - - node - - /app/services/healthcheck -persistence: - icons: - enabled: true - mountPath: /app/public/item-icons -portal: - open: - enabled: true diff --git a/stable/dayofdefeatsource/5.1.3/.helmignore b/stable/dashy/6.3.0/.helmignore similarity index 100% rename from stable/dayofdefeatsource/5.1.3/.helmignore rename to stable/dashy/6.3.0/.helmignore diff --git a/stable/dashy/6.3.0/CHANGELOG.md b/stable/dashy/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..d675bc542fc --- /dev/null +++ b/stable/dashy/6.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dashy-6.3.0](https://github.com/truecharts/charts/compare/dashy-6.2.6...dashy-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [dashy-6.2.6](https://github.com/truecharts/charts/compare/dashy-6.2.5...dashy-6.2.6) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [dashy-6.2.5](https://github.com/truecharts/charts/compare/dashy-6.2.3...dashy-6.2.5) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + +## [dashy-5.1.13](https://github.com/truecharts/charts/compare/dashy-5.1.12...dashy-5.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [dashy-5.1.12](https://github.com/truecharts/charts/compare/dashy-5.1.11...dashy-5.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [dashy-5.1.11](https://github.com/truecharts/charts/compare/dashy-5.1.10...dashy-5.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [dashy-5.1.10](https://github.com/truecharts/charts/compare/dashy-5.1.9...dashy-5.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [dashy-5.1.9](https://github.com/truecharts/charts/compare/dashy-5.1.8...dashy-5.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [dashy-5.1.8](https://github.com/truecharts/charts/compare/dashy-5.1.7...dashy-5.1.8) (2024-01-09) \ No newline at end of file diff --git a/stable/dashy/6.3.0/Chart.yaml b/stable/dashy/6.3.0/Chart.yaml new file mode 100644 index 00000000000..15e76f43fe1 --- /dev/null +++ b/stable/dashy/6.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: dashboard + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.1.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Dashy helps you organize your self-hosted services by making them accessible from a single place +home: https://truecharts.org/charts/stable/dashy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashy.png +keywords: + - dashboard +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dashy +sources: + - https://github.com/Lissy93/dashy + - https://github.com/truecharts/charts/tree/master/charts/stable/dashy + - https://hub.docker.com/r/lissy93/dashy +type: application +version: 6.3.0 diff --git a/stable/dashy/6.2.2/README.md b/stable/dashy/6.3.0/README.md similarity index 100% rename from stable/dashy/6.2.2/README.md rename to stable/dashy/6.3.0/README.md diff --git a/stable/dashy/6.3.0/app-changelog.md b/stable/dashy/6.3.0/app-changelog.md new file mode 100644 index 00000000000..1913770d27b --- /dev/null +++ b/stable/dashy/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [dashy-6.3.0](https://github.com/truecharts/charts/compare/dashy-6.2.6...dashy-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/dashy/6.2.2/app-readme.md b/stable/dashy/6.3.0/app-readme.md similarity index 100% rename from stable/dashy/6.2.2/app-readme.md rename to stable/dashy/6.3.0/app-readme.md diff --git a/stable/dashy/6.3.0/charts/common-18.2.0.tgz b/stable/dashy/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/dashy/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/dashy/6.3.0/ix_values.yaml b/stable/dashy/6.3.0/ix_values.yaml new file mode 100644 index 00000000000..cd62c679d97 --- /dev/null +++ b/stable/dashy/6.3.0/ix_values.yaml @@ -0,0 +1,66 @@ +image: + repository: lissy93/dashy + tag: 2.1.2@sha256:d54921ad4c8e206c8550af400ae9eb7d8607153ba17f62123d9aedc435f003f1 + pullPolicy: IfNotPresent +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 10310 + protocol: http + targetPort: 80 +dashy: + # Enable config file mount from host path + enabled: false + configFileHostPath: "" + configFileHostReadOnly: true +# Leave empty if you plan to use config file from host path +dashyConfig: {} +# pageInfo: +# title: Home Lab + +workload: + main: + podSpec: + containers: + main: + env: + NODE_ENV: production + probes: + liveness: + enabled: true + custom: true + spec: + exec: + command: + - node + - /app/services/healthcheck + readiness: + enabled: true + custom: true + spec: + exec: + command: + - node + - /app/services/healthcheck + startup: + enabled: true + custom: true + spec: + exec: + command: + - node + - /app/services/healthcheck +persistence: + icons: + enabled: true + mountPath: /app/public/item-icons +portal: + open: + enabled: true diff --git a/stable/dashy/6.2.2/questions.yaml b/stable/dashy/6.3.0/questions.yaml similarity index 100% rename from stable/dashy/6.2.2/questions.yaml rename to stable/dashy/6.3.0/questions.yaml diff --git a/stable/ddclient/9.2.0/templates/NOTES.txt b/stable/dashy/6.3.0/templates/NOTES.txt similarity index 100% rename from stable/ddclient/9.2.0/templates/NOTES.txt rename to stable/dashy/6.3.0/templates/NOTES.txt diff --git a/stable/dashy/6.2.2/templates/_configmap.tpl b/stable/dashy/6.3.0/templates/_configmap.tpl similarity index 100% rename from stable/dashy/6.2.2/templates/_configmap.tpl rename to stable/dashy/6.3.0/templates/_configmap.tpl diff --git a/stable/dashy/6.2.2/templates/common.yaml b/stable/dashy/6.3.0/templates/common.yaml similarity index 100% rename from stable/dashy/6.2.2/templates/common.yaml rename to stable/dashy/6.3.0/templates/common.yaml diff --git a/stable/dayofdefeatsource/5.1.3/values.yaml b/stable/dashy/6.3.0/values.yaml similarity index 100% rename from stable/dayofdefeatsource/5.1.3/values.yaml rename to stable/dashy/6.3.0/values.yaml diff --git a/stable/davos/12.2.0/CHANGELOG.md b/stable/davos/12.2.0/CHANGELOG.md deleted file mode 100644 index bda070e0173..00000000000 --- a/stable/davos/12.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - -## [davos-10.1.12](https://github.com/truecharts/charts/compare/davos-10.1.11...davos-10.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [davos-10.1.11](https://github.com/truecharts/charts/compare/davos-10.1.10...davos-10.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [davos-10.1.10](https://github.com/truecharts/charts/compare/davos-10.1.9...davos-10.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [davos-10.1.9](https://github.com/truecharts/charts/compare/davos-10.1.8...davos-10.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [davos-10.1.8](https://github.com/truecharts/charts/compare/davos-10.1.7...davos-10.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [davos-10.1.7](https://github.com/truecharts/charts/compare/davos-10.1.6...davos-10.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [davos-10.1.6](https://github.com/truecharts/charts/compare/davos-10.1.5...davos-10.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [davos-10.1.5](https://github.com/truecharts/charts/compare/davos-10.1.4...davos-10.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [davos-10.1.4](https://github.com/truecharts/charts/compare/davos-10.1.3...davos-10.1.4) (2024-01-01) - -### Chore - - diff --git a/stable/davos/12.2.0/Chart.yaml b/stable/davos/12.2.0/Chart.yaml deleted file mode 100644 index be81996c1d4..00000000000 --- a/stable/davos/12.2.0/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.2.2 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: An FTP automation tool that periodically scans given host locations for new files. -home: https://truecharts.org/charts/stable/davos -icon: https://truecharts.org/img/hotlink-ok/chart-icons/davos.png -keywords: - - davos - - ftp - - automation -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: davos -sources: - - https://github.com/linuxserver/docker-davos - - https://github.com/linuxserver/davos/ - - https://github.com/truecharts/charts/tree/master/charts/stable/davos - - https://ghcr.io/linuxserver/davos -type: application -version: 12.2.0 diff --git a/stable/davos/12.2.0/charts/common-18.1.2.tgz b/stable/davos/12.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/davos/12.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/davos/12.2.0/ix_values.yaml b/stable/davos/12.2.0/ix_values.yaml deleted file mode 100644 index e44eced1600..00000000000 --- a/stable/davos/12.2.0/ix_values.yaml +++ /dev/null @@ -1,40 +0,0 @@ -image: - repository: ghcr.io/linuxserver/davos - pullPolicy: IfNotPresent - tag: 2.2.2@sha256:b5c911440a1247db0d040e391614f5297095802fad2a7fb5f144b319ccc2718e -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - path: / - readiness: - type: http - path: / - startup: - type: http - path: / - env: {} -service: - main: - ports: - main: - port: 10081 - protocol: http - targetPort: 8080 -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true diff --git a/stable/daysofwar/5.1.3/.helmignore b/stable/davos/12.3.0/.helmignore similarity index 100% rename from stable/daysofwar/5.1.3/.helmignore rename to stable/davos/12.3.0/.helmignore diff --git a/stable/davos/12.3.0/CHANGELOG.md b/stable/davos/12.3.0/CHANGELOG.md new file mode 100644 index 00000000000..a749714bc3d --- /dev/null +++ b/stable/davos/12.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [davos-12.3.0](https://github.com/truecharts/charts/compare/davos-12.2.4...davos-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [davos-12.2.4](https://github.com/truecharts/charts/compare/davos-12.2.3...davos-12.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [davos-12.2.3](https://github.com/truecharts/charts/compare/davos-12.2.1...davos-12.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + +## [davos-10.1.12](https://github.com/truecharts/charts/compare/davos-10.1.11...davos-10.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [davos-10.1.11](https://github.com/truecharts/charts/compare/davos-10.1.10...davos-10.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [davos-10.1.10](https://github.com/truecharts/charts/compare/davos-10.1.9...davos-10.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [davos-10.1.9](https://github.com/truecharts/charts/compare/davos-10.1.8...davos-10.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [davos-10.1.8](https://github.com/truecharts/charts/compare/davos-10.1.7...davos-10.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [davos-10.1.7](https://github.com/truecharts/charts/compare/davos-10.1.6...davos-10.1.7) (2024-01-09) + +### Chore \ No newline at end of file diff --git a/stable/davos/12.3.0/Chart.yaml b/stable/davos/12.3.0/Chart.yaml new file mode 100644 index 00000000000..8a4259a5ad7 --- /dev/null +++ b/stable/davos/12.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.2.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An FTP automation tool that periodically scans given host locations for new files. +home: https://truecharts.org/charts/stable/davos +icon: https://truecharts.org/img/hotlink-ok/chart-icons/davos.png +keywords: + - davos + - ftp + - automation +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: davos +sources: + - https://github.com/linuxserver/docker-davos + - https://github.com/linuxserver/davos/ + - https://github.com/truecharts/charts/tree/master/charts/stable/davos + - https://ghcr.io/linuxserver/davos +type: application +version: 12.3.0 diff --git a/stable/davos/12.2.0/README.md b/stable/davos/12.3.0/README.md similarity index 100% rename from stable/davos/12.2.0/README.md rename to stable/davos/12.3.0/README.md diff --git a/stable/davos/12.3.0/app-changelog.md b/stable/davos/12.3.0/app-changelog.md new file mode 100644 index 00000000000..54731383180 --- /dev/null +++ b/stable/davos/12.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [davos-12.3.0](https://github.com/truecharts/charts/compare/davos-12.2.4...davos-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/davos/12.2.0/app-readme.md b/stable/davos/12.3.0/app-readme.md similarity index 100% rename from stable/davos/12.2.0/app-readme.md rename to stable/davos/12.3.0/app-readme.md diff --git a/stable/davos/12.3.0/charts/common-18.2.0.tgz b/stable/davos/12.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/davos/12.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/davos/12.3.0/ix_values.yaml b/stable/davos/12.3.0/ix_values.yaml new file mode 100644 index 00000000000..979ead86146 --- /dev/null +++ b/stable/davos/12.3.0/ix_values.yaml @@ -0,0 +1,40 @@ +image: + repository: ghcr.io/linuxserver/davos + pullPolicy: IfNotPresent + tag: 2.2.2@sha256:c28140eab7ad6ab8a8732087ccdd6c218009cd33984728b37edc047ad4fbff12 +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + path: / + readiness: + type: http + path: / + startup: + type: http + path: / + env: {} +service: + main: + ports: + main: + port: 10081 + protocol: http + targetPort: 8080 +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true diff --git a/stable/davos/12.2.0/questions.yaml b/stable/davos/12.3.0/questions.yaml similarity index 100% rename from stable/davos/12.2.0/questions.yaml rename to stable/davos/12.3.0/questions.yaml diff --git a/stable/ddns-go/10.1.3/templates/NOTES.txt b/stable/davos/12.3.0/templates/NOTES.txt similarity index 100% rename from stable/ddns-go/10.1.3/templates/NOTES.txt rename to stable/davos/12.3.0/templates/NOTES.txt diff --git a/stable/davos/12.2.0/templates/common.yaml b/stable/davos/12.3.0/templates/common.yaml similarity index 100% rename from stable/davos/12.2.0/templates/common.yaml rename to stable/davos/12.3.0/templates/common.yaml diff --git a/stable/daysofwar/5.1.3/values.yaml b/stable/davos/12.3.0/values.yaml similarity index 100% rename from stable/daysofwar/5.1.3/values.yaml rename to stable/davos/12.3.0/values.yaml diff --git a/stable/dayofdefeatsource/5.1.3/CHANGELOG.md b/stable/dayofdefeatsource/5.1.3/CHANGELOG.md deleted file mode 100644 index c3e9702c709..00000000000 --- a/stable/dayofdefeatsource/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [dayofdefeatsource-4.1.12](https://github.com/truecharts/charts/compare/dayofdefeatsource-4.1.11...dayofdefeatsource-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dayofdefeatsource-4.1.11](https://github.com/truecharts/charts/compare/dayofdefeatsource-4.1.10...dayofdefeatsource-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [dayofdefeatsource-4.1.10](https://github.com/truecharts/charts/compare/dayofdefeatsource-4.1.9...dayofdefeatsource-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [dayofdefeatsource-4.1.9](https://github.com/truecharts/charts/compare/dayofdefeatsource-4.1.8...dayofdefeatsource-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [dayofdefeatsource-4.1.8](https://github.com/truecharts/charts/compare/dayofdefeatsource-4.1.7...dayofdefeatsource-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [dayofdefeatsource-4.1.7](https://github.com/truecharts/charts/compare/dayofdefeatsource-4.1.6...dayofdefeatsource-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [dayofdefeatsource-4.1.6](https://github.com/truecharts/charts/compare/dayofdefeatsource-4.1.5...dayofdefeatsource-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [dayofdefeatsource-4.1.5](https://github.com/truecharts/charts/compare/dayofdefeatsource-4.1.4...dayofdefeatsource-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [dayofdefeatsource-4.1.4](https://github.com/truecharts/charts/compare/dayofdefeatsource-4.1.3...dayofdefeatsource-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/dayofdefeatsource/5.1.3/Chart.yaml b/stable/dayofdefeatsource/5.1.3/Chart.yaml deleted file mode 100644 index 63defcafa90..00000000000 --- a/stable/dayofdefeatsource/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: dods -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Day of Defeat: Source and run it." -home: https://truecharts.org/charts/stable/dayofdefeatsource -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dayofdefeatsource.png -keywords: - - dayofdefeatsource - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: dayofdefeatsource -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/dayofdefeatsource - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/dayofdefeatsource/5.1.3/charts/common-18.0.3.tgz b/stable/dayofdefeatsource/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/dayofdefeatsource/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/dayz/5.1.3/.helmignore b/stable/dayofdefeatsource/5.3.0/.helmignore similarity index 100% rename from stable/dayz/5.1.3/.helmignore rename to stable/dayofdefeatsource/5.3.0/.helmignore diff --git a/stable/dayofdefeatsource/5.3.0/CHANGELOG.md b/stable/dayofdefeatsource/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..f5d9c0f7f93 --- /dev/null +++ b/stable/dayofdefeatsource/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dayofdefeatsource-5.3.0](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.2.3...dayofdefeatsource-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [dayofdefeatsource-5.2.3](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.2.2...dayofdefeatsource-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [dayofdefeatsource-5.2.2](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.2.0...dayofdefeatsource-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [dayofdefeatsource-4.1.12](https://github.com/truecharts/charts/compare/dayofdefeatsource-4.1.11...dayofdefeatsource-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [dayofdefeatsource-4.1.11](https://github.com/truecharts/charts/compare/dayofdefeatsource-4.1.10...dayofdefeatsource-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [dayofdefeatsource-4.1.10](https://github.com/truecharts/charts/compare/dayofdefeatsource-4.1.9...dayofdefeatsource-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [dayofdefeatsource-4.1.9](https://github.com/truecharts/charts/compare/dayofdefeatsource-4.1.8...dayofdefeatsource-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [dayofdefeatsource-4.1.8](https://github.com/truecharts/charts/compare/dayofdefeatsource-4.1.7...dayofdefeatsource-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [dayofdefeatsource-4.1.7](https://github.com/truecharts/charts/compare/dayofdefeatsource-4.1.6...dayofdefeatsource-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/dayofdefeatsource/5.3.0/Chart.yaml b/stable/dayofdefeatsource/5.3.0/Chart.yaml new file mode 100644 index 00000000000..826e8ce946b --- /dev/null +++ b/stable/dayofdefeatsource/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: dods +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Day of Defeat: Source and run it." +home: https://truecharts.org/charts/stable/dayofdefeatsource +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dayofdefeatsource.png +keywords: + - dayofdefeatsource + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dayofdefeatsource +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/dayofdefeatsource + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/dayofdefeatsource/5.1.3/README.md b/stable/dayofdefeatsource/5.3.0/README.md similarity index 100% rename from stable/dayofdefeatsource/5.1.3/README.md rename to stable/dayofdefeatsource/5.3.0/README.md diff --git a/stable/dayofdefeatsource/5.3.0/app-changelog.md b/stable/dayofdefeatsource/5.3.0/app-changelog.md new file mode 100644 index 00000000000..a1b1bf6f62d --- /dev/null +++ b/stable/dayofdefeatsource/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [dayofdefeatsource-5.3.0](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.2.3...dayofdefeatsource-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/dayofdefeatsource/5.1.3/app-readme.md b/stable/dayofdefeatsource/5.3.0/app-readme.md similarity index 100% rename from stable/dayofdefeatsource/5.1.3/app-readme.md rename to stable/dayofdefeatsource/5.3.0/app-readme.md diff --git a/stable/dayofdefeatsource/5.3.0/charts/common-18.2.0.tgz b/stable/dayofdefeatsource/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/dayofdefeatsource/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/dayofdefeatsource/5.1.3/ix_values.yaml b/stable/dayofdefeatsource/5.3.0/ix_values.yaml similarity index 100% rename from stable/dayofdefeatsource/5.1.3/ix_values.yaml rename to stable/dayofdefeatsource/5.3.0/ix_values.yaml diff --git a/stable/dayofdefeatsource/5.1.3/questions.yaml b/stable/dayofdefeatsource/5.3.0/questions.yaml similarity index 100% rename from stable/dayofdefeatsource/5.1.3/questions.yaml rename to stable/dayofdefeatsource/5.3.0/questions.yaml diff --git a/stable/dayofdefeatsource/5.1.3/templates/common.yaml b/stable/dayofdefeatsource/5.3.0/templates/common.yaml similarity index 100% rename from stable/dayofdefeatsource/5.1.3/templates/common.yaml rename to stable/dayofdefeatsource/5.3.0/templates/common.yaml diff --git a/stable/dayz/5.1.3/values.yaml b/stable/dayofdefeatsource/5.3.0/values.yaml similarity index 100% rename from stable/dayz/5.1.3/values.yaml rename to stable/dayofdefeatsource/5.3.0/values.yaml diff --git a/stable/daysofwar/5.1.3/CHANGELOG.md b/stable/daysofwar/5.1.3/CHANGELOG.md deleted file mode 100644 index d345b54dd49..00000000000 --- a/stable/daysofwar/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [daysofwar-4.1.12](https://github.com/truecharts/charts/compare/daysofwar-4.1.11...daysofwar-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [daysofwar-4.1.11](https://github.com/truecharts/charts/compare/daysofwar-4.1.10...daysofwar-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [daysofwar-4.1.10](https://github.com/truecharts/charts/compare/daysofwar-4.1.9...daysofwar-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [daysofwar-4.1.9](https://github.com/truecharts/charts/compare/daysofwar-4.1.8...daysofwar-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [daysofwar-4.1.8](https://github.com/truecharts/charts/compare/daysofwar-4.1.7...daysofwar-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [daysofwar-4.1.7](https://github.com/truecharts/charts/compare/daysofwar-4.1.6...daysofwar-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [daysofwar-4.1.6](https://github.com/truecharts/charts/compare/daysofwar-4.1.5...daysofwar-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [daysofwar-4.1.5](https://github.com/truecharts/charts/compare/daysofwar-4.1.4...daysofwar-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [daysofwar-4.1.4](https://github.com/truecharts/charts/compare/daysofwar-4.1.3...daysofwar-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/daysofwar/5.1.3/Chart.yaml b/stable/daysofwar/5.1.3/Chart.yaml deleted file mode 100644 index 093a8ad40b4..00000000000 --- a/stable/daysofwar/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: daysofwar -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Days of War and run it. -home: https://truecharts.org/charts/stable/daysofwar -icon: https://truecharts.org/img/hotlink-ok/chart-icons/daysofwar.png -keywords: - - daysofwar - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: daysofwar -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/daysofwar - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/daysofwar/5.1.3/charts/common-18.0.3.tgz b/stable/daysofwar/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/daysofwar/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/ddclient/9.2.0/.helmignore b/stable/daysofwar/5.3.0/.helmignore similarity index 100% rename from stable/ddclient/9.2.0/.helmignore rename to stable/daysofwar/5.3.0/.helmignore diff --git a/stable/daysofwar/5.3.0/CHANGELOG.md b/stable/daysofwar/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..41acd902124 --- /dev/null +++ b/stable/daysofwar/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [daysofwar-5.3.0](https://github.com/truecharts/charts/compare/daysofwar-5.2.3...daysofwar-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [daysofwar-5.2.3](https://github.com/truecharts/charts/compare/daysofwar-5.2.2...daysofwar-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [daysofwar-5.2.2](https://github.com/truecharts/charts/compare/daysofwar-5.2.0...daysofwar-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [daysofwar-4.1.12](https://github.com/truecharts/charts/compare/daysofwar-4.1.11...daysofwar-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [daysofwar-4.1.11](https://github.com/truecharts/charts/compare/daysofwar-4.1.10...daysofwar-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [daysofwar-4.1.10](https://github.com/truecharts/charts/compare/daysofwar-4.1.9...daysofwar-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [daysofwar-4.1.9](https://github.com/truecharts/charts/compare/daysofwar-4.1.8...daysofwar-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [daysofwar-4.1.8](https://github.com/truecharts/charts/compare/daysofwar-4.1.7...daysofwar-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [daysofwar-4.1.7](https://github.com/truecharts/charts/compare/daysofwar-4.1.6...daysofwar-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/daysofwar/5.3.0/Chart.yaml b/stable/daysofwar/5.3.0/Chart.yaml new file mode 100644 index 00000000000..f5aec13daf2 --- /dev/null +++ b/stable/daysofwar/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: daysofwar +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Days of War and run it. +home: https://truecharts.org/charts/stable/daysofwar +icon: https://truecharts.org/img/hotlink-ok/chart-icons/daysofwar.png +keywords: + - daysofwar + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: daysofwar +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/daysofwar + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/daysofwar/5.1.3/README.md b/stable/daysofwar/5.3.0/README.md similarity index 100% rename from stable/daysofwar/5.1.3/README.md rename to stable/daysofwar/5.3.0/README.md diff --git a/stable/daysofwar/5.3.0/app-changelog.md b/stable/daysofwar/5.3.0/app-changelog.md new file mode 100644 index 00000000000..9ba9d06e7af --- /dev/null +++ b/stable/daysofwar/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [daysofwar-5.3.0](https://github.com/truecharts/charts/compare/daysofwar-5.2.3...daysofwar-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/daysofwar/5.1.3/app-readme.md b/stable/daysofwar/5.3.0/app-readme.md similarity index 100% rename from stable/daysofwar/5.1.3/app-readme.md rename to stable/daysofwar/5.3.0/app-readme.md diff --git a/stable/daysofwar/5.3.0/charts/common-18.2.0.tgz b/stable/daysofwar/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/daysofwar/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/daysofwar/5.1.3/ix_values.yaml b/stable/daysofwar/5.3.0/ix_values.yaml similarity index 100% rename from stable/daysofwar/5.1.3/ix_values.yaml rename to stable/daysofwar/5.3.0/ix_values.yaml diff --git a/stable/daysofwar/5.1.3/questions.yaml b/stable/daysofwar/5.3.0/questions.yaml similarity index 100% rename from stable/daysofwar/5.1.3/questions.yaml rename to stable/daysofwar/5.3.0/questions.yaml diff --git a/stable/daysofwar/5.1.3/templates/common.yaml b/stable/daysofwar/5.3.0/templates/common.yaml similarity index 100% rename from stable/daysofwar/5.1.3/templates/common.yaml rename to stable/daysofwar/5.3.0/templates/common.yaml diff --git a/stable/ddclient/9.2.0/values.yaml b/stable/daysofwar/5.3.0/values.yaml similarity index 100% rename from stable/ddclient/9.2.0/values.yaml rename to stable/daysofwar/5.3.0/values.yaml diff --git a/stable/dayz/5.1.3/CHANGELOG.md b/stable/dayz/5.1.3/CHANGELOG.md deleted file mode 100644 index 780e2fd1c3b..00000000000 --- a/stable/dayz/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [dayz-4.1.12](https://github.com/truecharts/charts/compare/dayz-4.1.11...dayz-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dayz-4.1.11](https://github.com/truecharts/charts/compare/dayz-4.1.10...dayz-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [dayz-4.1.10](https://github.com/truecharts/charts/compare/dayz-4.1.9...dayz-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [dayz-4.1.9](https://github.com/truecharts/charts/compare/dayz-4.1.8...dayz-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [dayz-4.1.8](https://github.com/truecharts/charts/compare/dayz-4.1.7...dayz-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [dayz-4.1.7](https://github.com/truecharts/charts/compare/dayz-4.1.6...dayz-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [dayz-4.1.6](https://github.com/truecharts/charts/compare/dayz-4.1.5...dayz-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [dayz-4.1.5](https://github.com/truecharts/charts/compare/dayz-4.1.4...dayz-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [dayz-4.1.4](https://github.com/truecharts/charts/compare/dayz-4.1.3...dayz-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/dayz/5.1.3/Chart.yaml b/stable/dayz/5.1.3/Chart.yaml deleted file mode 100644 index b7e0b0ffea9..00000000000 --- a/stable/dayz/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: dayz -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install DayZ and run it. -home: https://truecharts.org/charts/stable/dayz -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dayz.png -keywords: - - dayz - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: dayz -sources: - - https://www.bohemia.net/games/dayz - - https://github.com/truecharts/charts/tree/master/charts/stable/dayz - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/dayz/5.1.3/charts/common-18.0.3.tgz b/stable/dayz/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/dayz/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/ddns-go/10.1.3/.helmignore b/stable/dayz/5.3.0/.helmignore similarity index 100% rename from stable/ddns-go/10.1.3/.helmignore rename to stable/dayz/5.3.0/.helmignore diff --git a/stable/dayz/5.3.0/CHANGELOG.md b/stable/dayz/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..5058486f8a6 --- /dev/null +++ b/stable/dayz/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dayz-5.3.0](https://github.com/truecharts/charts/compare/dayz-5.2.3...dayz-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [dayz-5.2.3](https://github.com/truecharts/charts/compare/dayz-5.2.2...dayz-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [dayz-5.2.2](https://github.com/truecharts/charts/compare/dayz-5.2.0...dayz-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [dayz-4.1.12](https://github.com/truecharts/charts/compare/dayz-4.1.11...dayz-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [dayz-4.1.11](https://github.com/truecharts/charts/compare/dayz-4.1.10...dayz-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [dayz-4.1.10](https://github.com/truecharts/charts/compare/dayz-4.1.9...dayz-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [dayz-4.1.9](https://github.com/truecharts/charts/compare/dayz-4.1.8...dayz-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [dayz-4.1.8](https://github.com/truecharts/charts/compare/dayz-4.1.7...dayz-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [dayz-4.1.7](https://github.com/truecharts/charts/compare/dayz-4.1.6...dayz-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/dayz/5.3.0/Chart.yaml b/stable/dayz/5.3.0/Chart.yaml new file mode 100644 index 00000000000..94393cbe688 --- /dev/null +++ b/stable/dayz/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: dayz +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install DayZ and run it. +home: https://truecharts.org/charts/stable/dayz +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dayz.png +keywords: + - dayz + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dayz +sources: + - https://www.bohemia.net/games/dayz + - https://github.com/truecharts/charts/tree/master/charts/stable/dayz + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/dayz/5.1.3/README.md b/stable/dayz/5.3.0/README.md similarity index 100% rename from stable/dayz/5.1.3/README.md rename to stable/dayz/5.3.0/README.md diff --git a/stable/dayz/5.3.0/app-changelog.md b/stable/dayz/5.3.0/app-changelog.md new file mode 100644 index 00000000000..e703078af85 --- /dev/null +++ b/stable/dayz/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [dayz-5.3.0](https://github.com/truecharts/charts/compare/dayz-5.2.3...dayz-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/dayz/5.1.3/app-readme.md b/stable/dayz/5.3.0/app-readme.md similarity index 100% rename from stable/dayz/5.1.3/app-readme.md rename to stable/dayz/5.3.0/app-readme.md diff --git a/stable/dayz/5.3.0/charts/common-18.2.0.tgz b/stable/dayz/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/dayz/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/dayz/5.1.3/ix_values.yaml b/stable/dayz/5.3.0/ix_values.yaml similarity index 100% rename from stable/dayz/5.1.3/ix_values.yaml rename to stable/dayz/5.3.0/ix_values.yaml diff --git a/stable/dayz/5.1.3/questions.yaml b/stable/dayz/5.3.0/questions.yaml similarity index 100% rename from stable/dayz/5.1.3/questions.yaml rename to stable/dayz/5.3.0/questions.yaml diff --git a/stable/dayz/5.1.3/templates/common.yaml b/stable/dayz/5.3.0/templates/common.yaml similarity index 100% rename from stable/dayz/5.1.3/templates/common.yaml rename to stable/dayz/5.3.0/templates/common.yaml diff --git a/stable/ddns-go/10.1.3/values.yaml b/stable/dayz/5.3.0/values.yaml similarity index 100% rename from stable/ddns-go/10.1.3/values.yaml rename to stable/dayz/5.3.0/values.yaml diff --git a/stable/ddclient/9.2.0/CHANGELOG.md b/stable/ddclient/9.2.0/CHANGELOG.md deleted file mode 100644 index cb5e8fd6999..00000000000 --- a/stable/ddclient/9.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [ddclient-8.1.17](https://github.com/truecharts/charts/compare/ddclient-8.1.16...ddclient-8.1.17) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@0a52df8](https://github.com/0a52df8) by renovate ([#18057](https://github.com/truecharts/charts/issues/18057)) - - -## [ddclient-8.1.16](https://github.com/truecharts/charts/compare/ddclient-8.1.15...ddclient-8.1.16) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@cdd300e](https://github.com/cdd300e) by renovate ([#17846](https://github.com/truecharts/charts/issues/17846)) - - -## [ddclient-8.1.15](https://github.com/truecharts/charts/compare/ddclient-8.1.14...ddclient-8.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ddclient-8.1.14](https://github.com/truecharts/charts/compare/ddclient-8.1.13...ddclient-8.1.14) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@6a6fe51](https://github.com/6a6fe51) by renovate ([#17602](https://github.com/truecharts/charts/issues/17602)) - - -## [ddclient-8.1.13](https://github.com/truecharts/charts/compare/ddclient-8.1.12...ddclient-8.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [ddclient-8.1.12](https://github.com/truecharts/charts/compare/ddclient-8.1.11...ddclient-8.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [ddclient-8.1.11](https://github.com/truecharts/charts/compare/ddclient-8.1.10...ddclient-8.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [ddclient-8.1.10](https://github.com/truecharts/charts/compare/ddclient-8.1.9...ddclient-8.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [ddclient-8.1.9](https://github.com/truecharts/charts/compare/ddclient-8.1.8...ddclient-8.1.9) (2024-01-21) - -### Chore - - - -- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@f11cc53](https://github.com/f11cc53) by renovate ([#17346](https://github.com/truecharts/charts/issues/17346)) - - diff --git a/stable/ddclient/9.2.0/Chart.yaml b/stable/ddclient/9.2.0/Chart.yaml deleted file mode 100644 index 2e39623354f..00000000000 --- a/stable/ddclient/9.2.0/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.11.2 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Ddclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider. -home: https://truecharts.org/charts/stable/ddclient -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddclient.png -keywords: - - ddclient -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ddclient -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/ddclient - - https://ghcr.io/linuxserver/ddclient -type: application -version: 9.2.0 diff --git a/stable/ddclient/9.2.0/charts/common-18.1.2.tgz b/stable/ddclient/9.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/ddclient/9.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/ddclient/9.2.0/ix_values.yaml b/stable/ddclient/9.2.0/ix_values.yaml deleted file mode 100644 index 6e956a438b5..00000000000 --- a/stable/ddclient/9.2.0/ix_values.yaml +++ /dev/null @@ -1,36 +0,0 @@ -image: - repository: ghcr.io/linuxserver/ddclient - pullPolicy: IfNotPresent - tag: 3.11.2@sha256:0a52df883addde3374765b7e3d55f6e3d47d0dd17b04fa502094d1328ed2fd7d -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - enabled: false - ports: - main: - enabled: false -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false - env: {} -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: false diff --git a/stable/ddns-route53/5.1.3/.helmignore b/stable/ddclient/9.3.0/.helmignore similarity index 100% rename from stable/ddns-route53/5.1.3/.helmignore rename to stable/ddclient/9.3.0/.helmignore diff --git a/stable/ddclient/9.3.0/CHANGELOG.md b/stable/ddclient/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..6905c603006 --- /dev/null +++ b/stable/ddclient/9.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ddclient-9.3.0](https://github.com/truecharts/charts/compare/ddclient-9.2.4...ddclient-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [ddclient-9.2.4](https://github.com/truecharts/charts/compare/ddclient-9.2.3...ddclient-9.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [ddclient-9.2.3](https://github.com/truecharts/charts/compare/ddclient-9.2.1...ddclient-9.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [ddclient-8.1.17](https://github.com/truecharts/charts/compare/ddclient-8.1.16...ddclient-8.1.17) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@0a52df8](https://github.com/0a52df8) by renovate ([#18057](https://github.com/truecharts/charts/issues/18057)) + + +## [ddclient-8.1.16](https://github.com/truecharts/charts/compare/ddclient-8.1.15...ddclient-8.1.16) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@cdd300e](https://github.com/cdd300e) by renovate ([#17846](https://github.com/truecharts/charts/issues/17846)) + + +## [ddclient-8.1.15](https://github.com/truecharts/charts/compare/ddclient-8.1.14...ddclient-8.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [ddclient-8.1.14](https://github.com/truecharts/charts/compare/ddclient-8.1.13...ddclient-8.1.14) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@6a6fe51](https://github.com/6a6fe51) by renovate ([#17602](https://github.com/truecharts/charts/issues/17602)) + + +## [ddclient-8.1.13](https://github.com/truecharts/charts/compare/ddclient-8.1.12...ddclient-8.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [ddclient-8.1.12](https://github.com/truecharts/charts/compare/ddclient-8.1.11...ddclient-8.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) \ No newline at end of file diff --git a/stable/ddclient/9.3.0/Chart.yaml b/stable/ddclient/9.3.0/Chart.yaml new file mode 100644 index 00000000000..384b512b8d0 --- /dev/null +++ b/stable/ddclient/9.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.11.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Ddclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider. +home: https://truecharts.org/charts/stable/ddclient +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddclient.png +keywords: + - ddclient +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ddclient +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ddclient + - https://ghcr.io/linuxserver/ddclient +type: application +version: 9.3.0 diff --git a/stable/ddclient/9.2.0/README.md b/stable/ddclient/9.3.0/README.md similarity index 100% rename from stable/ddclient/9.2.0/README.md rename to stable/ddclient/9.3.0/README.md diff --git a/stable/ddclient/9.3.0/app-changelog.md b/stable/ddclient/9.3.0/app-changelog.md new file mode 100644 index 00000000000..e41dbeb1ba5 --- /dev/null +++ b/stable/ddclient/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ddclient-9.3.0](https://github.com/truecharts/charts/compare/ddclient-9.2.4...ddclient-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/ddclient/9.2.0/app-readme.md b/stable/ddclient/9.3.0/app-readme.md similarity index 100% rename from stable/ddclient/9.2.0/app-readme.md rename to stable/ddclient/9.3.0/app-readme.md diff --git a/stable/ddclient/9.3.0/charts/common-18.2.0.tgz b/stable/ddclient/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/ddclient/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/ddclient/9.3.0/ix_values.yaml b/stable/ddclient/9.3.0/ix_values.yaml new file mode 100644 index 00000000000..481f7e3b270 --- /dev/null +++ b/stable/ddclient/9.3.0/ix_values.yaml @@ -0,0 +1,36 @@ +image: + repository: ghcr.io/linuxserver/ddclient + pullPolicy: IfNotPresent + tag: 3.11.2@sha256:c50e132d8530404198f83dd683184658d2671e4cb0e8cb3cef47eb14cf46b01d +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + enabled: false + ports: + main: + enabled: false +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + env: {} +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: false diff --git a/stable/ddclient/9.2.0/questions.yaml b/stable/ddclient/9.3.0/questions.yaml similarity index 100% rename from stable/ddclient/9.2.0/questions.yaml rename to stable/ddclient/9.3.0/questions.yaml diff --git a/stable/ddns-updater/9.1.3/templates/NOTES.txt b/stable/ddclient/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/ddns-updater/9.1.3/templates/NOTES.txt rename to stable/ddclient/9.3.0/templates/NOTES.txt diff --git a/stable/ddns-go/10.1.3/templates/common.yaml b/stable/ddclient/9.3.0/templates/common.yaml similarity index 100% rename from stable/ddns-go/10.1.3/templates/common.yaml rename to stable/ddclient/9.3.0/templates/common.yaml diff --git a/stable/ddns-route53/5.1.3/values.yaml b/stable/ddclient/9.3.0/values.yaml similarity index 100% rename from stable/ddns-route53/5.1.3/values.yaml rename to stable/ddclient/9.3.0/values.yaml diff --git a/stable/ddns-go/10.1.3/CHANGELOG.md b/stable/ddns-go/10.1.3/CHANGELOG.md deleted file mode 100644 index 0c69eaca8e5..00000000000 --- a/stable/ddns-go/10.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - -## [ddns-go-9.1.2](https://github.com/truecharts/charts/compare/ddns-go-9.1.1...ddns-go-9.1.2) (2024-02-05) - -### Chore - - - -- update container image jeessy/ddns-go to v6.1.1[@781d584](https://github.com/781d584) by renovate ([#17921](https://github.com/truecharts/charts/issues/17921)) - - -## [ddns-go-9.1.1](https://github.com/truecharts/charts/compare/ddns-go-9.1.0...ddns-go-9.1.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ddns-go-9.1.0](https://github.com/truecharts/charts/compare/ddns-go-9.0.5...ddns-go-9.1.0) (2024-01-29) - -### Chore - - - -- update container image jeessy/ddns-go to v6.1.0[@ea0e5d1](https://github.com/ea0e5d1) by renovate ([#17697](https://github.com/truecharts/charts/issues/17697)) - - -## [ddns-go-9.0.5](https://github.com/truecharts/charts/compare/ddns-go-9.0.4...ddns-go-9.0.5) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [ddns-go-9.0.4](https://github.com/truecharts/charts/compare/ddns-go-9.0.3...ddns-go-9.0.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [ddns-go-9.0.3](https://github.com/truecharts/charts/compare/ddns-go-9.0.2...ddns-go-9.0.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [ddns-go-9.0.2](https://github.com/truecharts/charts/compare/ddns-go-9.0.1...ddns-go-9.0.2) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [ddns-go-9.0.1](https://github.com/truecharts/charts/compare/ddns-go-9.0.0...ddns-go-9.0.1) (2024-01-15) - -### Chore - - - -- update container image jeessy/ddns-go to v6.0.3[@652bc08](https://github.com/652bc08) by renovate ([#17271](https://github.com/truecharts/charts/issues/17271)) - - -## [ddns-go-9.0.0](https://github.com/truecharts/charts/compare/ddns-go-8.1.8...ddns-go-9.0.0) (2024-01-14) - -### Chore diff --git a/stable/ddns-go/10.1.3/Chart.yaml b/stable/ddns-go/10.1.3/Chart.yaml deleted file mode 100644 index 45178bb85ea..00000000000 --- a/stable/ddns-go/10.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 6.1.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Automatically obtain your public network IPv4 or IPv6 address and resolve it to the corresponding domain name service -home: https://truecharts.org/charts/stable/ddns-go -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-go.png -keywords: - - ddns-go - - ddns -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ddns-go -sources: - - https://github.com/jeessy2/ddns-go - - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-go - - https://hub.docker.com/r/jeessy/ddns-go -type: application -version: 10.1.3 diff --git a/stable/ddns-go/10.1.3/charts/common-18.0.3.tgz b/stable/ddns-go/10.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/ddns-go/10.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/ddns-updater/9.1.3/.helmignore b/stable/ddns-go/10.3.0/.helmignore similarity index 100% rename from stable/ddns-updater/9.1.3/.helmignore rename to stable/ddns-go/10.3.0/.helmignore diff --git a/stable/ddns-go/10.3.0/CHANGELOG.md b/stable/ddns-go/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..6dfd3c294a2 --- /dev/null +++ b/stable/ddns-go/10.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ddns-go-10.3.0](https://github.com/truecharts/charts/compare/ddns-go-10.2.3...ddns-go-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [ddns-go-10.2.3](https://github.com/truecharts/charts/compare/ddns-go-10.2.2...ddns-go-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [ddns-go-10.2.2](https://github.com/truecharts/charts/compare/ddns-go-10.2.0...ddns-go-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + +## [ddns-go-9.1.2](https://github.com/truecharts/charts/compare/ddns-go-9.1.1...ddns-go-9.1.2) (2024-02-05) + +### Chore + + + +- update container image jeessy/ddns-go to v6.1.1[@781d584](https://github.com/781d584) by renovate ([#17921](https://github.com/truecharts/charts/issues/17921)) + + +## [ddns-go-9.1.1](https://github.com/truecharts/charts/compare/ddns-go-9.1.0...ddns-go-9.1.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [ddns-go-9.1.0](https://github.com/truecharts/charts/compare/ddns-go-9.0.5...ddns-go-9.1.0) (2024-01-29) + +### Chore + + + +- update container image jeessy/ddns-go to v6.1.0[@ea0e5d1](https://github.com/ea0e5d1) by renovate ([#17697](https://github.com/truecharts/charts/issues/17697)) + + +## [ddns-go-9.0.5](https://github.com/truecharts/charts/compare/ddns-go-9.0.4...ddns-go-9.0.5) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [ddns-go-9.0.4](https://github.com/truecharts/charts/compare/ddns-go-9.0.3...ddns-go-9.0.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [ddns-go-9.0.3](https://github.com/truecharts/charts/compare/ddns-go-9.0.2...ddns-go-9.0.3) (2024-01-21) \ No newline at end of file diff --git a/stable/ddns-go/10.3.0/Chart.yaml b/stable/ddns-go/10.3.0/Chart.yaml new file mode 100644 index 00000000000..01dd5733853 --- /dev/null +++ b/stable/ddns-go/10.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 6.1.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Automatically obtain your public network IPv4 or IPv6 address and resolve it to the corresponding domain name service +home: https://truecharts.org/charts/stable/ddns-go +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-go.png +keywords: + - ddns-go + - ddns +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ddns-go +sources: + - https://github.com/jeessy2/ddns-go + - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-go + - https://hub.docker.com/r/jeessy/ddns-go +type: application +version: 10.3.0 diff --git a/stable/ddns-go/10.1.3/README.md b/stable/ddns-go/10.3.0/README.md similarity index 100% rename from stable/ddns-go/10.1.3/README.md rename to stable/ddns-go/10.3.0/README.md diff --git a/stable/ddns-go/10.3.0/app-changelog.md b/stable/ddns-go/10.3.0/app-changelog.md new file mode 100644 index 00000000000..6a6b19455e2 --- /dev/null +++ b/stable/ddns-go/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ddns-go-10.3.0](https://github.com/truecharts/charts/compare/ddns-go-10.2.3...ddns-go-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/ddns-go/10.1.3/app-readme.md b/stable/ddns-go/10.3.0/app-readme.md similarity index 100% rename from stable/ddns-go/10.1.3/app-readme.md rename to stable/ddns-go/10.3.0/app-readme.md diff --git a/stable/ddns-go/10.3.0/charts/common-18.2.0.tgz b/stable/ddns-go/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/ddns-go/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/ddns-go/10.1.3/ix_values.yaml b/stable/ddns-go/10.3.0/ix_values.yaml similarity index 100% rename from stable/ddns-go/10.1.3/ix_values.yaml rename to stable/ddns-go/10.3.0/ix_values.yaml diff --git a/stable/ddns-go/10.1.3/questions.yaml b/stable/ddns-go/10.3.0/questions.yaml similarity index 100% rename from stable/ddns-go/10.1.3/questions.yaml rename to stable/ddns-go/10.3.0/questions.yaml diff --git a/stable/deemix/10.1.3/templates/NOTES.txt b/stable/ddns-go/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/deemix/10.1.3/templates/NOTES.txt rename to stable/ddns-go/10.3.0/templates/NOTES.txt diff --git a/stable/ddns-updater/9.1.3/templates/common.yaml b/stable/ddns-go/10.3.0/templates/common.yaml similarity index 100% rename from stable/ddns-updater/9.1.3/templates/common.yaml rename to stable/ddns-go/10.3.0/templates/common.yaml diff --git a/stable/ddns-updater/9.1.3/values.yaml b/stable/ddns-go/10.3.0/values.yaml similarity index 100% rename from stable/ddns-updater/9.1.3/values.yaml rename to stable/ddns-go/10.3.0/values.yaml diff --git a/stable/ddns-route53/5.1.3/CHANGELOG.md b/stable/ddns-route53/5.1.3/CHANGELOG.md deleted file mode 100644 index bc8a9c30908..00000000000 --- a/stable/ddns-route53/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [ddns-route53-4.1.12](https://github.com/truecharts/charts/compare/ddns-route53-4.1.11...ddns-route53-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ddns-route53-4.1.11](https://github.com/truecharts/charts/compare/ddns-route53-4.1.10...ddns-route53-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [ddns-route53-4.1.10](https://github.com/truecharts/charts/compare/ddns-route53-4.1.9...ddns-route53-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [ddns-route53-4.1.9](https://github.com/truecharts/charts/compare/ddns-route53-4.1.8...ddns-route53-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [ddns-route53-4.1.8](https://github.com/truecharts/charts/compare/ddns-route53-4.1.7...ddns-route53-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [ddns-route53-4.1.7](https://github.com/truecharts/charts/compare/ddns-route53-4.1.6...ddns-route53-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [ddns-route53-4.1.6](https://github.com/truecharts/charts/compare/ddns-route53-4.1.5...ddns-route53-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [ddns-route53-4.1.5](https://github.com/truecharts/charts/compare/ddns-route53-4.1.4...ddns-route53-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [ddns-route53-4.1.4](https://github.com/truecharts/charts/compare/ddns-route53-4.1.3...ddns-route53-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/ddns-route53/5.1.3/Chart.yaml b/stable/ddns-route53/5.1.3/Chart.yaml deleted file mode 100644 index 1ae522151ee..00000000000 --- a/stable/ddns-route53/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-DNS - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Dynamic DNS for Amazon Route 53‎ on a time-based schedule -home: https://truecharts.org/charts/stable/ddns-route53 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-route53.png -keywords: - - ddns-route53 - - Network-DNS -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ddns-route53 -sources: - - https://github.com/crazy-max/ddns-route53 - - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-route53 - - https://hub.docker.com/r/crazymax/ddns-route53 -type: application -version: 5.1.3 diff --git a/stable/ddns-route53/5.1.3/charts/common-18.0.3.tgz b/stable/ddns-route53/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/ddns-route53/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/debian-apt-mirror/5.1.3/.helmignore b/stable/ddns-route53/5.3.0/.helmignore similarity index 100% rename from stable/debian-apt-mirror/5.1.3/.helmignore rename to stable/ddns-route53/5.3.0/.helmignore diff --git a/stable/ddns-route53/5.3.0/CHANGELOG.md b/stable/ddns-route53/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..384ecbd3c2a --- /dev/null +++ b/stable/ddns-route53/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ddns-route53-5.3.0](https://github.com/truecharts/charts/compare/ddns-route53-5.2.3...ddns-route53-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [ddns-route53-5.2.3](https://github.com/truecharts/charts/compare/ddns-route53-5.2.2...ddns-route53-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [ddns-route53-5.2.2](https://github.com/truecharts/charts/compare/ddns-route53-5.2.0...ddns-route53-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [ddns-route53-4.1.12](https://github.com/truecharts/charts/compare/ddns-route53-4.1.11...ddns-route53-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [ddns-route53-4.1.11](https://github.com/truecharts/charts/compare/ddns-route53-4.1.10...ddns-route53-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [ddns-route53-4.1.10](https://github.com/truecharts/charts/compare/ddns-route53-4.1.9...ddns-route53-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [ddns-route53-4.1.9](https://github.com/truecharts/charts/compare/ddns-route53-4.1.8...ddns-route53-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [ddns-route53-4.1.8](https://github.com/truecharts/charts/compare/ddns-route53-4.1.7...ddns-route53-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [ddns-route53-4.1.7](https://github.com/truecharts/charts/compare/ddns-route53-4.1.6...ddns-route53-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/ddns-route53/5.3.0/Chart.yaml b/stable/ddns-route53/5.3.0/Chart.yaml new file mode 100644 index 00000000000..84854774ddb --- /dev/null +++ b/stable/ddns-route53/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-DNS + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Dynamic DNS for Amazon Route 53‎ on a time-based schedule +home: https://truecharts.org/charts/stable/ddns-route53 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-route53.png +keywords: + - ddns-route53 + - Network-DNS +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ddns-route53 +sources: + - https://github.com/crazy-max/ddns-route53 + - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-route53 + - https://hub.docker.com/r/crazymax/ddns-route53 +type: application +version: 5.3.0 diff --git a/stable/ddns-route53/5.1.3/README.md b/stable/ddns-route53/5.3.0/README.md similarity index 100% rename from stable/ddns-route53/5.1.3/README.md rename to stable/ddns-route53/5.3.0/README.md diff --git a/stable/ddns-route53/5.3.0/app-changelog.md b/stable/ddns-route53/5.3.0/app-changelog.md new file mode 100644 index 00000000000..cf0ad00459b --- /dev/null +++ b/stable/ddns-route53/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ddns-route53-5.3.0](https://github.com/truecharts/charts/compare/ddns-route53-5.2.3...ddns-route53-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/ddns-route53/5.1.3/app-readme.md b/stable/ddns-route53/5.3.0/app-readme.md similarity index 100% rename from stable/ddns-route53/5.1.3/app-readme.md rename to stable/ddns-route53/5.3.0/app-readme.md diff --git a/stable/ddns-route53/5.3.0/charts/common-18.2.0.tgz b/stable/ddns-route53/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/ddns-route53/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/ddns-route53/5.1.3/ix_values.yaml b/stable/ddns-route53/5.3.0/ix_values.yaml similarity index 100% rename from stable/ddns-route53/5.1.3/ix_values.yaml rename to stable/ddns-route53/5.3.0/ix_values.yaml diff --git a/stable/ddns-route53/5.1.3/questions.yaml b/stable/ddns-route53/5.3.0/questions.yaml similarity index 100% rename from stable/ddns-route53/5.1.3/questions.yaml rename to stable/ddns-route53/5.3.0/questions.yaml diff --git a/stable/ddns-route53/5.1.3/templates/common.yaml b/stable/ddns-route53/5.3.0/templates/common.yaml similarity index 100% rename from stable/ddns-route53/5.1.3/templates/common.yaml rename to stable/ddns-route53/5.3.0/templates/common.yaml diff --git a/stable/debian-apt-mirror/5.1.3/values.yaml b/stable/ddns-route53/5.3.0/values.yaml similarity index 100% rename from stable/debian-apt-mirror/5.1.3/values.yaml rename to stable/ddns-route53/5.3.0/values.yaml diff --git a/stable/ddns-updater/9.1.3/CHANGELOG.md b/stable/ddns-updater/9.1.3/CHANGELOG.md deleted file mode 100644 index 5630618a461..00000000000 --- a/stable/ddns-updater/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [ddns-updater-8.1.12](https://github.com/truecharts/charts/compare/ddns-updater-8.1.11...ddns-updater-8.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ddns-updater-8.1.11](https://github.com/truecharts/charts/compare/ddns-updater-8.1.10...ddns-updater-8.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [ddns-updater-8.1.10](https://github.com/truecharts/charts/compare/ddns-updater-8.1.9...ddns-updater-8.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [ddns-updater-8.1.9](https://github.com/truecharts/charts/compare/ddns-updater-8.1.8...ddns-updater-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [ddns-updater-8.1.8](https://github.com/truecharts/charts/compare/ddns-updater-8.1.7...ddns-updater-8.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [ddns-updater-8.1.7](https://github.com/truecharts/charts/compare/ddns-updater-8.1.6...ddns-updater-8.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [ddns-updater-8.1.6](https://github.com/truecharts/charts/compare/ddns-updater-8.1.5...ddns-updater-8.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [ddns-updater-8.1.5](https://github.com/truecharts/charts/compare/ddns-updater-8.1.4...ddns-updater-8.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [ddns-updater-8.1.4](https://github.com/truecharts/charts/compare/ddns-updater-8.1.3...ddns-updater-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/ddns-updater/9.1.3/Chart.yaml b/stable/ddns-updater/9.1.3/Chart.yaml deleted file mode 100644 index c85156c6453..00000000000 --- a/stable/ddns-updater/9.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: network - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.5.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Light container updating DNS A and/or AAAA records periodically for multiple DNS providers -home: https://truecharts.org/charts/stable/ddns-updater -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-updater.png -keywords: - - ddns-updater -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ddns-updater -sources: - - https://github.com/qdm12/ddns-updater - - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-updater - - https://hub.docker.com/r/qmcgaw/ddns-updater -type: application -version: 9.1.3 diff --git a/stable/ddns-updater/9.1.3/charts/common-18.0.3.tgz b/stable/ddns-updater/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/ddns-updater/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/debian-bullseye/5.1.3/.helmignore b/stable/ddns-updater/9.3.0/.helmignore similarity index 100% rename from stable/debian-bullseye/5.1.3/.helmignore rename to stable/ddns-updater/9.3.0/.helmignore diff --git a/stable/ddns-updater/9.3.0/CHANGELOG.md b/stable/ddns-updater/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..79cf6e90ea9 --- /dev/null +++ b/stable/ddns-updater/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ddns-updater-9.3.0](https://github.com/truecharts/charts/compare/ddns-updater-9.2.3...ddns-updater-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [ddns-updater-9.2.3](https://github.com/truecharts/charts/compare/ddns-updater-9.2.2...ddns-updater-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [ddns-updater-9.2.2](https://github.com/truecharts/charts/compare/ddns-updater-9.2.0...ddns-updater-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [ddns-updater-8.1.12](https://github.com/truecharts/charts/compare/ddns-updater-8.1.11...ddns-updater-8.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [ddns-updater-8.1.11](https://github.com/truecharts/charts/compare/ddns-updater-8.1.10...ddns-updater-8.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [ddns-updater-8.1.10](https://github.com/truecharts/charts/compare/ddns-updater-8.1.9...ddns-updater-8.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [ddns-updater-8.1.9](https://github.com/truecharts/charts/compare/ddns-updater-8.1.8...ddns-updater-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [ddns-updater-8.1.8](https://github.com/truecharts/charts/compare/ddns-updater-8.1.7...ddns-updater-8.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [ddns-updater-8.1.7](https://github.com/truecharts/charts/compare/ddns-updater-8.1.6...ddns-updater-8.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/ddns-updater/9.3.0/Chart.yaml b/stable/ddns-updater/9.3.0/Chart.yaml new file mode 100644 index 00000000000..b75d269bb7a --- /dev/null +++ b/stable/ddns-updater/9.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.5.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Light container updating DNS A and/or AAAA records periodically for multiple DNS providers +home: https://truecharts.org/charts/stable/ddns-updater +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-updater.png +keywords: + - ddns-updater +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ddns-updater +sources: + - https://github.com/qdm12/ddns-updater + - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-updater + - https://hub.docker.com/r/qmcgaw/ddns-updater +type: application +version: 9.3.0 diff --git a/stable/ddns-updater/9.1.3/README.md b/stable/ddns-updater/9.3.0/README.md similarity index 100% rename from stable/ddns-updater/9.1.3/README.md rename to stable/ddns-updater/9.3.0/README.md diff --git a/stable/ddns-updater/9.3.0/app-changelog.md b/stable/ddns-updater/9.3.0/app-changelog.md new file mode 100644 index 00000000000..d1b75ea90b1 --- /dev/null +++ b/stable/ddns-updater/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ddns-updater-9.3.0](https://github.com/truecharts/charts/compare/ddns-updater-9.2.3...ddns-updater-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/ddns-updater/9.1.3/app-readme.md b/stable/ddns-updater/9.3.0/app-readme.md similarity index 100% rename from stable/ddns-updater/9.1.3/app-readme.md rename to stable/ddns-updater/9.3.0/app-readme.md diff --git a/stable/ddns-updater/9.3.0/charts/common-18.2.0.tgz b/stable/ddns-updater/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/ddns-updater/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/ddns-updater/9.1.3/ix_values.yaml b/stable/ddns-updater/9.3.0/ix_values.yaml similarity index 100% rename from stable/ddns-updater/9.1.3/ix_values.yaml rename to stable/ddns-updater/9.3.0/ix_values.yaml diff --git a/stable/ddns-updater/9.1.3/questions.yaml b/stable/ddns-updater/9.3.0/questions.yaml similarity index 100% rename from stable/ddns-updater/9.1.3/questions.yaml rename to stable/ddns-updater/9.3.0/questions.yaml diff --git a/stable/deepstack/11.1.3/templates/NOTES.txt b/stable/ddns-updater/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/deepstack/11.1.3/templates/NOTES.txt rename to stable/ddns-updater/9.3.0/templates/NOTES.txt diff --git a/stable/deconz/15.2.0/templates/common.yaml b/stable/ddns-updater/9.3.0/templates/common.yaml similarity index 100% rename from stable/deconz/15.2.0/templates/common.yaml rename to stable/ddns-updater/9.3.0/templates/common.yaml diff --git a/stable/debian-bullseye/5.1.3/values.yaml b/stable/ddns-updater/9.3.0/values.yaml similarity index 100% rename from stable/debian-bullseye/5.1.3/values.yaml rename to stable/ddns-updater/9.3.0/values.yaml diff --git a/stable/debian-apt-mirror/5.1.3/CHANGELOG.md b/stable/debian-apt-mirror/5.1.3/CHANGELOG.md deleted file mode 100644 index 4b6e6173272..00000000000 --- a/stable/debian-apt-mirror/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [debian-apt-mirror-4.1.12](https://github.com/truecharts/charts/compare/debian-apt-mirror-4.1.11...debian-apt-mirror-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [debian-apt-mirror-4.1.11](https://github.com/truecharts/charts/compare/debian-apt-mirror-4.1.10...debian-apt-mirror-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [debian-apt-mirror-4.1.10](https://github.com/truecharts/charts/compare/debian-apt-mirror-4.1.9...debian-apt-mirror-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [debian-apt-mirror-4.1.9](https://github.com/truecharts/charts/compare/debian-apt-mirror-4.1.8...debian-apt-mirror-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [debian-apt-mirror-4.1.8](https://github.com/truecharts/charts/compare/debian-apt-mirror-4.1.7...debian-apt-mirror-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [debian-apt-mirror-4.1.7](https://github.com/truecharts/charts/compare/debian-apt-mirror-4.1.6...debian-apt-mirror-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [debian-apt-mirror-4.1.6](https://github.com/truecharts/charts/compare/debian-apt-mirror-4.1.5...debian-apt-mirror-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [debian-apt-mirror-4.1.5](https://github.com/truecharts/charts/compare/debian-apt-mirror-4.1.4...debian-apt-mirror-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [debian-apt-mirror-4.1.4](https://github.com/truecharts/charts/compare/debian-apt-mirror-4.1.3...debian-apt-mirror-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/debian-apt-mirror/5.1.3/Chart.yaml b/stable/debian-apt-mirror/5.1.3/Chart.yaml deleted file mode 100644 index f2db1621be7..00000000000 --- a/stable/debian-apt-mirror/5.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will run apt-mirror and Apache2. This allows you to create a local apt mirror for Debian packages. -home: https://truecharts.org/charts/stable/debian-apt-mirror -icon: https://truecharts.org/img/hotlink-ok/chart-icons/debian-apt-mirror.png -keywords: - - debian-apt-mirror - - Network-Other - - Productivity - - Tools-Utilities - - Drivers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: debian-apt-mirror -sources: - - https://www.debian.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/debian-apt-mirror - - https://hub.docker.com/r/ich777/debian-mirror -type: application -version: 5.1.3 diff --git a/stable/debian-apt-mirror/5.1.3/charts/common-18.0.3.tgz b/stable/debian-apt-mirror/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/debian-apt-mirror/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/deconz/15.2.0/.helmignore b/stable/debian-apt-mirror/5.3.0/.helmignore similarity index 100% rename from stable/deconz/15.2.0/.helmignore rename to stable/debian-apt-mirror/5.3.0/.helmignore diff --git a/stable/debian-apt-mirror/5.3.0/CHANGELOG.md b/stable/debian-apt-mirror/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..c8cb72c028e --- /dev/null +++ b/stable/debian-apt-mirror/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [debian-apt-mirror-5.3.0](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.2.3...debian-apt-mirror-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [debian-apt-mirror-5.2.3](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.2.2...debian-apt-mirror-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [debian-apt-mirror-5.2.2](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.2.0...debian-apt-mirror-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [debian-apt-mirror-4.1.12](https://github.com/truecharts/charts/compare/debian-apt-mirror-4.1.11...debian-apt-mirror-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [debian-apt-mirror-4.1.11](https://github.com/truecharts/charts/compare/debian-apt-mirror-4.1.10...debian-apt-mirror-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [debian-apt-mirror-4.1.10](https://github.com/truecharts/charts/compare/debian-apt-mirror-4.1.9...debian-apt-mirror-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [debian-apt-mirror-4.1.9](https://github.com/truecharts/charts/compare/debian-apt-mirror-4.1.8...debian-apt-mirror-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [debian-apt-mirror-4.1.8](https://github.com/truecharts/charts/compare/debian-apt-mirror-4.1.7...debian-apt-mirror-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [debian-apt-mirror-4.1.7](https://github.com/truecharts/charts/compare/debian-apt-mirror-4.1.6...debian-apt-mirror-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/debian-apt-mirror/5.3.0/Chart.yaml b/stable/debian-apt-mirror/5.3.0/Chart.yaml new file mode 100644 index 00000000000..f5bd71dabc1 --- /dev/null +++ b/stable/debian-apt-mirror/5.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will run apt-mirror and Apache2. This allows you to create a local apt mirror for Debian packages. +home: https://truecharts.org/charts/stable/debian-apt-mirror +icon: https://truecharts.org/img/hotlink-ok/chart-icons/debian-apt-mirror.png +keywords: + - debian-apt-mirror + - Network-Other + - Productivity + - Tools-Utilities + - Drivers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: debian-apt-mirror +sources: + - https://www.debian.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/debian-apt-mirror + - https://hub.docker.com/r/ich777/debian-mirror +type: application +version: 5.3.0 diff --git a/stable/debian-apt-mirror/5.1.3/README.md b/stable/debian-apt-mirror/5.3.0/README.md similarity index 100% rename from stable/debian-apt-mirror/5.1.3/README.md rename to stable/debian-apt-mirror/5.3.0/README.md diff --git a/stable/debian-apt-mirror/5.3.0/app-changelog.md b/stable/debian-apt-mirror/5.3.0/app-changelog.md new file mode 100644 index 00000000000..65396a2d913 --- /dev/null +++ b/stable/debian-apt-mirror/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [debian-apt-mirror-5.3.0](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.2.3...debian-apt-mirror-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/debian-apt-mirror/5.1.3/app-readme.md b/stable/debian-apt-mirror/5.3.0/app-readme.md similarity index 100% rename from stable/debian-apt-mirror/5.1.3/app-readme.md rename to stable/debian-apt-mirror/5.3.0/app-readme.md diff --git a/stable/debian-apt-mirror/5.3.0/charts/common-18.2.0.tgz b/stable/debian-apt-mirror/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/debian-apt-mirror/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/debian-apt-mirror/5.1.3/ix_values.yaml b/stable/debian-apt-mirror/5.3.0/ix_values.yaml similarity index 100% rename from stable/debian-apt-mirror/5.1.3/ix_values.yaml rename to stable/debian-apt-mirror/5.3.0/ix_values.yaml diff --git a/stable/debian-apt-mirror/5.1.3/questions.yaml b/stable/debian-apt-mirror/5.3.0/questions.yaml similarity index 100% rename from stable/debian-apt-mirror/5.1.3/questions.yaml rename to stable/debian-apt-mirror/5.3.0/questions.yaml diff --git a/stable/debian-apt-mirror/5.1.3/templates/common.yaml b/stable/debian-apt-mirror/5.3.0/templates/common.yaml similarity index 100% rename from stable/debian-apt-mirror/5.1.3/templates/common.yaml rename to stable/debian-apt-mirror/5.3.0/templates/common.yaml diff --git a/stable/deconz/15.2.0/values.yaml b/stable/debian-apt-mirror/5.3.0/values.yaml similarity index 100% rename from stable/deconz/15.2.0/values.yaml rename to stable/debian-apt-mirror/5.3.0/values.yaml diff --git a/stable/debian-bullseye/5.1.3/CHANGELOG.md b/stable/debian-bullseye/5.1.3/CHANGELOG.md deleted file mode 100644 index 7519fc6720c..00000000000 --- a/stable/debian-bullseye/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [debian-bullseye-4.1.12](https://github.com/truecharts/charts/compare/debian-bullseye-4.1.11...debian-bullseye-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [debian-bullseye-4.1.11](https://github.com/truecharts/charts/compare/debian-bullseye-4.1.10...debian-bullseye-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [debian-bullseye-4.1.10](https://github.com/truecharts/charts/compare/debian-bullseye-4.1.9...debian-bullseye-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [debian-bullseye-4.1.9](https://github.com/truecharts/charts/compare/debian-bullseye-4.1.8...debian-bullseye-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [debian-bullseye-4.1.8](https://github.com/truecharts/charts/compare/debian-bullseye-4.1.7...debian-bullseye-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [debian-bullseye-4.1.7](https://github.com/truecharts/charts/compare/debian-bullseye-4.1.6...debian-bullseye-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [debian-bullseye-4.1.6](https://github.com/truecharts/charts/compare/debian-bullseye-4.1.5...debian-bullseye-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [debian-bullseye-4.1.5](https://github.com/truecharts/charts/compare/debian-bullseye-4.1.4...debian-bullseye-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [debian-bullseye-4.1.4](https://github.com/truecharts/charts/compare/debian-bullseye-4.1.3...debian-bullseye-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/debian-bullseye/5.1.3/Chart.yaml b/stable/debian-bullseye/5.1.3/Chart.yaml deleted file mode 100644 index 8dd6cb067be..00000000000 --- a/stable/debian-bullseye/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart is a full Debian Bullseye Xfce4 Desktop environment with a noVNC webGUI and all the basic tools pre-installed. -home: https://truecharts.org/charts/stable/debian-bullseye -icon: https://truecharts.org/img/hotlink-ok/chart-icons/debian-bullseye.png -keywords: - - debian-bullseye - - Productivity - - Tools-System -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: debian-bullseye -sources: - - https://www.debian.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/debian-bullseye - - https://hub.docker.com/r/ich777/debian-bullseye -type: application -version: 5.1.3 diff --git a/stable/debian-bullseye/5.1.3/charts/common-18.0.3.tgz b/stable/debian-bullseye/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/debian-bullseye/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/deemix/10.1.3/.helmignore b/stable/debian-bullseye/5.3.0/.helmignore similarity index 100% rename from stable/deemix/10.1.3/.helmignore rename to stable/debian-bullseye/5.3.0/.helmignore diff --git a/stable/debian-bullseye/5.3.0/CHANGELOG.md b/stable/debian-bullseye/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..1ef36ff4865 --- /dev/null +++ b/stable/debian-bullseye/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [debian-bullseye-5.3.0](https://github.com/truecharts/charts/compare/debian-bullseye-5.2.3...debian-bullseye-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [debian-bullseye-5.2.3](https://github.com/truecharts/charts/compare/debian-bullseye-5.2.2...debian-bullseye-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [debian-bullseye-5.2.2](https://github.com/truecharts/charts/compare/debian-bullseye-5.2.0...debian-bullseye-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [debian-bullseye-4.1.12](https://github.com/truecharts/charts/compare/debian-bullseye-4.1.11...debian-bullseye-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [debian-bullseye-4.1.11](https://github.com/truecharts/charts/compare/debian-bullseye-4.1.10...debian-bullseye-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [debian-bullseye-4.1.10](https://github.com/truecharts/charts/compare/debian-bullseye-4.1.9...debian-bullseye-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [debian-bullseye-4.1.9](https://github.com/truecharts/charts/compare/debian-bullseye-4.1.8...debian-bullseye-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [debian-bullseye-4.1.8](https://github.com/truecharts/charts/compare/debian-bullseye-4.1.7...debian-bullseye-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [debian-bullseye-4.1.7](https://github.com/truecharts/charts/compare/debian-bullseye-4.1.6...debian-bullseye-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/debian-bullseye/5.3.0/Chart.yaml b/stable/debian-bullseye/5.3.0/Chart.yaml new file mode 100644 index 00000000000..5d76cd47063 --- /dev/null +++ b/stable/debian-bullseye/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart is a full Debian Bullseye Xfce4 Desktop environment with a noVNC webGUI and all the basic tools pre-installed. +home: https://truecharts.org/charts/stable/debian-bullseye +icon: https://truecharts.org/img/hotlink-ok/chart-icons/debian-bullseye.png +keywords: + - debian-bullseye + - Productivity + - Tools-System +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: debian-bullseye +sources: + - https://www.debian.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/debian-bullseye + - https://hub.docker.com/r/ich777/debian-bullseye +type: application +version: 5.3.0 diff --git a/stable/debian-bullseye/5.1.3/README.md b/stable/debian-bullseye/5.3.0/README.md similarity index 100% rename from stable/debian-bullseye/5.1.3/README.md rename to stable/debian-bullseye/5.3.0/README.md diff --git a/stable/debian-bullseye/5.3.0/app-changelog.md b/stable/debian-bullseye/5.3.0/app-changelog.md new file mode 100644 index 00000000000..f8cb1f98734 --- /dev/null +++ b/stable/debian-bullseye/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [debian-bullseye-5.3.0](https://github.com/truecharts/charts/compare/debian-bullseye-5.2.3...debian-bullseye-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/debian-bullseye/5.1.3/app-readme.md b/stable/debian-bullseye/5.3.0/app-readme.md similarity index 100% rename from stable/debian-bullseye/5.1.3/app-readme.md rename to stable/debian-bullseye/5.3.0/app-readme.md diff --git a/stable/debian-bullseye/5.3.0/charts/common-18.2.0.tgz b/stable/debian-bullseye/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/debian-bullseye/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/debian-bullseye/5.1.3/ix_values.yaml b/stable/debian-bullseye/5.3.0/ix_values.yaml similarity index 100% rename from stable/debian-bullseye/5.1.3/ix_values.yaml rename to stable/debian-bullseye/5.3.0/ix_values.yaml diff --git a/stable/debian-bullseye/5.1.3/questions.yaml b/stable/debian-bullseye/5.3.0/questions.yaml similarity index 100% rename from stable/debian-bullseye/5.1.3/questions.yaml rename to stable/debian-bullseye/5.3.0/questions.yaml diff --git a/stable/debian-bullseye/5.1.3/templates/common.yaml b/stable/debian-bullseye/5.3.0/templates/common.yaml similarity index 100% rename from stable/debian-bullseye/5.1.3/templates/common.yaml rename to stable/debian-bullseye/5.3.0/templates/common.yaml diff --git a/stable/deemix/10.1.3/values.yaml b/stable/debian-bullseye/5.3.0/values.yaml similarity index 100% rename from stable/deemix/10.1.3/values.yaml rename to stable/debian-bullseye/5.3.0/values.yaml diff --git a/stable/deconz/15.2.0/CHANGELOG.md b/stable/deconz/15.2.0/CHANGELOG.md deleted file mode 100644 index b09ca3514e4..00000000000 --- a/stable/deconz/15.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [deconz-14.2.0](https://github.com/truecharts/charts/compare/deconz-14.1.15...deconz-14.2.0) (2024-02-12) - -### Chore - - - -- update container image deconzcommunity/deconz to v2.26.0[@db438fc](https://github.com/db438fc) by renovate ([#18219](https://github.com/truecharts/charts/issues/18219)) - - -## [deconz-14.1.15](https://github.com/truecharts/charts/compare/deconz-14.1.14...deconz-14.1.15) (2024-02-12) - -### Chore - - - -- update container image deconzcommunity/deconz to v2.25.3[@136414b](https://github.com/136414b) by renovate ([#18126](https://github.com/truecharts/charts/issues/18126)) - - -## [deconz-14.1.14](https://github.com/truecharts/charts/compare/deconz-14.1.13...deconz-14.1.14) (2024-02-05) - -### Chore - - - -- update container image deconzcommunity/deconz to v2.25.2[@04cff7f](https://github.com/04cff7f) by renovate ([#17983](https://github.com/truecharts/charts/issues/17983)) - - -## [deconz-14.1.13](https://github.com/truecharts/charts/compare/deconz-14.1.12...deconz-14.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [deconz-14.1.12](https://github.com/truecharts/charts/compare/deconz-14.1.11...deconz-14.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [deconz-14.1.11](https://github.com/truecharts/charts/compare/deconz-14.1.10...deconz-14.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [deconz-14.1.10](https://github.com/truecharts/charts/compare/deconz-14.1.9...deconz-14.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [deconz-14.1.9](https://github.com/truecharts/charts/compare/deconz-14.1.8...deconz-14.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [deconz-14.1.8](https://github.com/truecharts/charts/compare/deconz-14.1.7...deconz-14.1.8) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) diff --git a/stable/deconz/15.2.0/Chart.yaml b/stable/deconz/15.2.0/Chart.yaml deleted file mode 100644 index bee9be3226c..00000000000 --- a/stable/deconz/15.2.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.26.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: deCONZ is an easy to use control software, with which you can set up and control Zigbee networks of any size without further programming effort. -home: https://truecharts.org/charts/stable/deconz -icon: https://truecharts.org/img/hotlink-ok/chart-icons/deconz.png -keywords: - - deconz - - home-automation - - zigbee - - conbee -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: deconz -sources: - - https://github.com/marthoc/docker-deconz - - https://github.com/dresden-elektronik/deconz-rest-plugin - - https://github.com/truecharts/charts/tree/master/charts/stable/deconz - - https://hub.docker.com/r/deconzcommunity/deconz -type: application -version: 15.2.0 diff --git a/stable/deconz/15.2.0/charts/common-18.1.2.tgz b/stable/deconz/15.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/deconz/15.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/deconz/15.2.0/ix_values.yaml b/stable/deconz/15.2.0/ix_values.yaml deleted file mode 100644 index 7255704307f..00000000000 --- a/stable/deconz/15.2.0/ix_values.yaml +++ /dev/null @@ -1,57 +0,0 @@ -image: - repository: deconzcommunity/deconz - tag: 2.26.0@sha256:db438fc74cbd1463cde36fefb4eb381f7577b958a392d3963328506b1671dd2b - pullPolicy: IfNotPresent -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - securityContext: - capabilities: - add: - - NET_BIND_SERVICE - env: - DECONZ_WEB_PORT: "{{ .Values.service.main.ports.main.port }}" - DECONZ_WS_PORT: "{{ .Values.service.websocket.ports.websocket.port }}" - DECONZ_VNC_PORT: "{{ .Values.service.vnc.ports.vnc.port }}" - DECONZ_UID: "{{ .Values.securityContext.container.PUID }}" - DECONZ_GID: "{{ .Values.securityContext.pod.fsGroup }}" - # -- Override the location where deCONZ looks for the RaspBee/Conbee device. - # Example: /dev/ttyUSB0 - DECONZ_DEVICE: "" - DECONZ_UPNP: 0 - DECONZ_START_VERBOSE: 0 - # -- Enable VNC access to the container to view the deCONZ ZigBee mesh - DECONZ_VNC_MODE: 1 - DECONZ_VNC_PASSWORD: "" -service: - main: - ports: - main: - port: 10008 - websocket: - enabled: true - ports: - websocket: - enabled: true - port: 10001 - vnc: - enabled: true - ports: - vnc: - enabled: true - port: 10002 -persistence: - config: - enabled: true - mountPath: "/opt/deCONZ" -portal: - open: - enabled: true diff --git a/stable/deepstack/11.1.3/.helmignore b/stable/deconz/15.3.0/.helmignore similarity index 100% rename from stable/deepstack/11.1.3/.helmignore rename to stable/deconz/15.3.0/.helmignore diff --git a/stable/deconz/15.3.0/CHANGELOG.md b/stable/deconz/15.3.0/CHANGELOG.md new file mode 100644 index 00000000000..95e8a9f0051 --- /dev/null +++ b/stable/deconz/15.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [deconz-15.3.0](https://github.com/truecharts/charts/compare/deconz-15.2.4...deconz-15.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [deconz-15.2.4](https://github.com/truecharts/charts/compare/deconz-15.2.3...deconz-15.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [deconz-15.2.3](https://github.com/truecharts/charts/compare/deconz-15.2.1...deconz-15.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + +## [deconz-14.2.0](https://github.com/truecharts/charts/compare/deconz-14.1.15...deconz-14.2.0) (2024-02-12) + +### Chore + + + +- update container image deconzcommunity/deconz to v2.26.0[@db438fc](https://github.com/db438fc) by renovate ([#18219](https://github.com/truecharts/charts/issues/18219)) + + +## [deconz-14.1.15](https://github.com/truecharts/charts/compare/deconz-14.1.14...deconz-14.1.15) (2024-02-12) + +### Chore + + + +- update container image deconzcommunity/deconz to v2.25.3[@136414b](https://github.com/136414b) by renovate ([#18126](https://github.com/truecharts/charts/issues/18126)) + + +## [deconz-14.1.14](https://github.com/truecharts/charts/compare/deconz-14.1.13...deconz-14.1.14) (2024-02-05) + +### Chore + + + +- update container image deconzcommunity/deconz to v2.25.2[@04cff7f](https://github.com/04cff7f) by renovate ([#17983](https://github.com/truecharts/charts/issues/17983)) + + +## [deconz-14.1.13](https://github.com/truecharts/charts/compare/deconz-14.1.12...deconz-14.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [deconz-14.1.12](https://github.com/truecharts/charts/compare/deconz-14.1.11...deconz-14.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [deconz-14.1.11](https://github.com/truecharts/charts/compare/deconz-14.1.10...deconz-14.1.11) (2024-01-21) + +### Chore + + diff --git a/stable/deconz/15.3.0/Chart.yaml b/stable/deconz/15.3.0/Chart.yaml new file mode 100644 index 00000000000..cabb200936b --- /dev/null +++ b/stable/deconz/15.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.26.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: deCONZ is an easy to use control software, with which you can set up and control Zigbee networks of any size without further programming effort. +home: https://truecharts.org/charts/stable/deconz +icon: https://truecharts.org/img/hotlink-ok/chart-icons/deconz.png +keywords: + - deconz + - home-automation + - zigbee + - conbee +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: deconz +sources: + - https://github.com/marthoc/docker-deconz + - https://github.com/dresden-elektronik/deconz-rest-plugin + - https://github.com/truecharts/charts/tree/master/charts/stable/deconz + - https://hub.docker.com/r/deconzcommunity/deconz +type: application +version: 15.3.0 diff --git a/stable/deconz/15.2.0/README.md b/stable/deconz/15.3.0/README.md similarity index 100% rename from stable/deconz/15.2.0/README.md rename to stable/deconz/15.3.0/README.md diff --git a/stable/deconz/15.3.0/app-changelog.md b/stable/deconz/15.3.0/app-changelog.md new file mode 100644 index 00000000000..3d95336df30 --- /dev/null +++ b/stable/deconz/15.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [deconz-15.3.0](https://github.com/truecharts/charts/compare/deconz-15.2.4...deconz-15.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/deconz/15.2.0/app-readme.md b/stable/deconz/15.3.0/app-readme.md similarity index 100% rename from stable/deconz/15.2.0/app-readme.md rename to stable/deconz/15.3.0/app-readme.md diff --git a/stable/deconz/15.3.0/charts/common-18.2.0.tgz b/stable/deconz/15.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/deconz/15.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/deconz/15.3.0/ix_values.yaml b/stable/deconz/15.3.0/ix_values.yaml new file mode 100644 index 00000000000..77539c407c2 --- /dev/null +++ b/stable/deconz/15.3.0/ix_values.yaml @@ -0,0 +1,57 @@ +image: + repository: deconzcommunity/deconz + tag: 2.26.1@sha256:23c86008d73f37d355f80a20dda6f16cb93c257f33abbd67d357798041830710 + pullPolicy: IfNotPresent +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + securityContext: + capabilities: + add: + - NET_BIND_SERVICE + env: + DECONZ_WEB_PORT: "{{ .Values.service.main.ports.main.port }}" + DECONZ_WS_PORT: "{{ .Values.service.websocket.ports.websocket.port }}" + DECONZ_VNC_PORT: "{{ .Values.service.vnc.ports.vnc.port }}" + DECONZ_UID: "{{ .Values.securityContext.container.PUID }}" + DECONZ_GID: "{{ .Values.securityContext.pod.fsGroup }}" + # -- Override the location where deCONZ looks for the RaspBee/Conbee device. + # Example: /dev/ttyUSB0 + DECONZ_DEVICE: "" + DECONZ_UPNP: 0 + DECONZ_START_VERBOSE: 0 + # -- Enable VNC access to the container to view the deCONZ ZigBee mesh + DECONZ_VNC_MODE: 1 + DECONZ_VNC_PASSWORD: "" +service: + main: + ports: + main: + port: 10008 + websocket: + enabled: true + ports: + websocket: + enabled: true + port: 10001 + vnc: + enabled: true + ports: + vnc: + enabled: true + port: 10002 +persistence: + config: + enabled: true + mountPath: "/opt/deCONZ" +portal: + open: + enabled: true diff --git a/stable/deconz/15.2.0/questions.yaml b/stable/deconz/15.3.0/questions.yaml similarity index 100% rename from stable/deconz/15.2.0/questions.yaml rename to stable/deconz/15.3.0/questions.yaml diff --git a/stable/deemix/10.1.3/templates/common.yaml b/stable/deconz/15.3.0/templates/common.yaml similarity index 100% rename from stable/deemix/10.1.3/templates/common.yaml rename to stable/deconz/15.3.0/templates/common.yaml diff --git a/stable/deepstack/11.1.3/values.yaml b/stable/deconz/15.3.0/values.yaml similarity index 100% rename from stable/deepstack/11.1.3/values.yaml rename to stable/deconz/15.3.0/values.yaml diff --git a/stable/deemix/10.1.3/CHANGELOG.md b/stable/deemix/10.1.3/CHANGELOG.md deleted file mode 100644 index b207dde694e..00000000000 --- a/stable/deemix/10.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [deemix-9.1.12](https://github.com/truecharts/charts/compare/deemix-9.1.11...deemix-9.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [deemix-9.1.11](https://github.com/truecharts/charts/compare/deemix-9.1.10...deemix-9.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [deemix-9.1.10](https://github.com/truecharts/charts/compare/deemix-9.1.9...deemix-9.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [deemix-9.1.9](https://github.com/truecharts/charts/compare/deemix-9.1.8...deemix-9.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [deemix-9.1.8](https://github.com/truecharts/charts/compare/deemix-9.1.7...deemix-9.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [deemix-9.1.7](https://github.com/truecharts/charts/compare/deemix-9.1.6...deemix-9.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [deemix-9.1.6](https://github.com/truecharts/charts/compare/deemix-9.1.5...deemix-9.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [deemix-9.1.5](https://github.com/truecharts/charts/compare/deemix-9.1.4...deemix-9.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [deemix-9.1.4](https://github.com/truecharts/charts/compare/deemix-9.1.3...deemix-9.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/deemix/10.1.3/Chart.yaml b/stable/deemix/10.1.3/Chart.yaml deleted file mode 100644 index 087889a6ad5..00000000000 --- a/stable/deemix/10.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: deemix is a deezer downloader built from the ashes of Deezloader Remix. -home: https://truecharts.org/charts/stable/deemix -icon: https://truecharts.org/img/hotlink-ok/chart-icons/deemix.png -keywords: - - music - - deemix - - deezer -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: deemix -sources: - - https://git.freezerapp.xyz/RemixDev/deemix-py - - https://gitlab.com/Bockiii/deemix-docker.git - - https://github.com/truecharts/charts/tree/master/charts/stable/deemix -type: application -version: 10.1.3 diff --git a/stable/deemix/10.1.3/charts/common-18.0.3.tgz b/stable/deemix/10.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/deemix/10.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/dell-idrac-fan-controller/5.1.3/.helmignore b/stable/deemix/10.3.0/.helmignore similarity index 100% rename from stable/dell-idrac-fan-controller/5.1.3/.helmignore rename to stable/deemix/10.3.0/.helmignore diff --git a/stable/deemix/10.3.0/CHANGELOG.md b/stable/deemix/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..91e9914f2d2 --- /dev/null +++ b/stable/deemix/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [deemix-10.3.0](https://github.com/truecharts/charts/compare/deemix-10.2.3...deemix-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [deemix-10.2.3](https://github.com/truecharts/charts/compare/deemix-10.2.2...deemix-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [deemix-10.2.2](https://github.com/truecharts/charts/compare/deemix-10.2.0...deemix-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [deemix-9.1.12](https://github.com/truecharts/charts/compare/deemix-9.1.11...deemix-9.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [deemix-9.1.11](https://github.com/truecharts/charts/compare/deemix-9.1.10...deemix-9.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [deemix-9.1.10](https://github.com/truecharts/charts/compare/deemix-9.1.9...deemix-9.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [deemix-9.1.9](https://github.com/truecharts/charts/compare/deemix-9.1.8...deemix-9.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [deemix-9.1.8](https://github.com/truecharts/charts/compare/deemix-9.1.7...deemix-9.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [deemix-9.1.7](https://github.com/truecharts/charts/compare/deemix-9.1.6...deemix-9.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/deemix/10.3.0/Chart.yaml b/stable/deemix/10.3.0/Chart.yaml new file mode 100644 index 00000000000..ec7b8a6bbbc --- /dev/null +++ b/stable/deemix/10.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: deemix is a deezer downloader built from the ashes of Deezloader Remix. +home: https://truecharts.org/charts/stable/deemix +icon: https://truecharts.org/img/hotlink-ok/chart-icons/deemix.png +keywords: + - music + - deemix + - deezer +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: deemix +sources: + - https://git.freezerapp.xyz/RemixDev/deemix-py + - https://gitlab.com/Bockiii/deemix-docker.git + - https://github.com/truecharts/charts/tree/master/charts/stable/deemix +type: application +version: 10.3.0 diff --git a/stable/deemix/10.1.3/README.md b/stable/deemix/10.3.0/README.md similarity index 100% rename from stable/deemix/10.1.3/README.md rename to stable/deemix/10.3.0/README.md diff --git a/stable/deemix/10.3.0/app-changelog.md b/stable/deemix/10.3.0/app-changelog.md new file mode 100644 index 00000000000..72aa75627c4 --- /dev/null +++ b/stable/deemix/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [deemix-10.3.0](https://github.com/truecharts/charts/compare/deemix-10.2.3...deemix-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/deemix/10.1.3/app-readme.md b/stable/deemix/10.3.0/app-readme.md similarity index 100% rename from stable/deemix/10.1.3/app-readme.md rename to stable/deemix/10.3.0/app-readme.md diff --git a/stable/deemix/10.3.0/charts/common-18.2.0.tgz b/stable/deemix/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/deemix/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/deemix/10.1.3/ix_values.yaml b/stable/deemix/10.3.0/ix_values.yaml similarity index 100% rename from stable/deemix/10.1.3/ix_values.yaml rename to stable/deemix/10.3.0/ix_values.yaml diff --git a/stable/deemix/10.1.3/questions.yaml b/stable/deemix/10.3.0/questions.yaml similarity index 100% rename from stable/deemix/10.1.3/questions.yaml rename to stable/deemix/10.3.0/questions.yaml diff --git a/stable/dell-idrac-fan-controller/5.1.3/templates/NOTES.txt b/stable/deemix/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/dell-idrac-fan-controller/5.1.3/templates/NOTES.txt rename to stable/deemix/10.3.0/templates/NOTES.txt diff --git a/stable/deepstack/11.1.3/templates/common.yaml b/stable/deemix/10.3.0/templates/common.yaml similarity index 100% rename from stable/deepstack/11.1.3/templates/common.yaml rename to stable/deemix/10.3.0/templates/common.yaml diff --git a/stable/dell-idrac-fan-controller/5.1.3/values.yaml b/stable/deemix/10.3.0/values.yaml similarity index 100% rename from stable/dell-idrac-fan-controller/5.1.3/values.yaml rename to stable/deemix/10.3.0/values.yaml diff --git a/stable/deepstack/11.1.3/CHANGELOG.md b/stable/deepstack/11.1.3/CHANGELOG.md deleted file mode 100644 index 1a192a796da..00000000000 --- a/stable/deepstack/11.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [deepstack-10.1.12](https://github.com/truecharts/charts/compare/deepstack-10.1.11...deepstack-10.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [deepstack-10.1.11](https://github.com/truecharts/charts/compare/deepstack-10.1.10...deepstack-10.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [deepstack-10.1.10](https://github.com/truecharts/charts/compare/deepstack-10.1.9...deepstack-10.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [deepstack-10.1.9](https://github.com/truecharts/charts/compare/deepstack-10.1.8...deepstack-10.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [deepstack-10.1.8](https://github.com/truecharts/charts/compare/deepstack-10.1.7...deepstack-10.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [deepstack-10.1.7](https://github.com/truecharts/charts/compare/deepstack-10.1.6...deepstack-10.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [deepstack-10.1.6](https://github.com/truecharts/charts/compare/deepstack-10.1.5...deepstack-10.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [deepstack-10.1.5](https://github.com/truecharts/charts/compare/deepstack-10.1.4...deepstack-10.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [deepstack-10.1.4](https://github.com/truecharts/charts/compare/deepstack-10.1.3...deepstack-10.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/deepstack/11.1.3/Chart.yaml b/stable/deepstack/11.1.3/Chart.yaml deleted file mode 100644 index 76b0b3c0cd9..00000000000 --- a/stable/deepstack/11.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: AI - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2022.01.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: DeepStack AI provides AI features including Face Recognition, Object Detection, Scene Recognition and custom AI Models -home: https://truecharts.org/charts/stable/deepstack -icon: https://truecharts.org/img/hotlink-ok/chart-icons/deepstack.png -keywords: - - AI -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: deepstack -sources: - - https://github.com/johnolafenwa/DeepStack - - https://www.deepstack.cc/ - - https://github.com/truecharts/charts/tree/master/charts/stable/deepstack - - https://hub.docker.com/r/deepquestai/deepstack -type: application -version: 11.1.3 diff --git a/stable/deepstack/11.1.3/charts/common-18.0.3.tgz b/stable/deepstack/11.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/deepstack/11.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/deluge/18.1.3/.helmignore b/stable/deepstack/11.3.0/.helmignore similarity index 100% rename from stable/deluge/18.1.3/.helmignore rename to stable/deepstack/11.3.0/.helmignore diff --git a/stable/deepstack/11.3.0/CHANGELOG.md b/stable/deepstack/11.3.0/CHANGELOG.md new file mode 100644 index 00000000000..4219b2e1a4d --- /dev/null +++ b/stable/deepstack/11.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [deepstack-11.3.0](https://github.com/truecharts/charts/compare/deepstack-11.2.3...deepstack-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [deepstack-11.2.3](https://github.com/truecharts/charts/compare/deepstack-11.2.2...deepstack-11.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [deepstack-11.2.2](https://github.com/truecharts/charts/compare/deepstack-11.2.0...deepstack-11.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [deepstack-10.1.12](https://github.com/truecharts/charts/compare/deepstack-10.1.11...deepstack-10.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [deepstack-10.1.11](https://github.com/truecharts/charts/compare/deepstack-10.1.10...deepstack-10.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [deepstack-10.1.10](https://github.com/truecharts/charts/compare/deepstack-10.1.9...deepstack-10.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [deepstack-10.1.9](https://github.com/truecharts/charts/compare/deepstack-10.1.8...deepstack-10.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [deepstack-10.1.8](https://github.com/truecharts/charts/compare/deepstack-10.1.7...deepstack-10.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [deepstack-10.1.7](https://github.com/truecharts/charts/compare/deepstack-10.1.6...deepstack-10.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/deepstack/11.3.0/Chart.yaml b/stable/deepstack/11.3.0/Chart.yaml new file mode 100644 index 00000000000..b365eed48a7 --- /dev/null +++ b/stable/deepstack/11.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: AI + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2022.01.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: DeepStack AI provides AI features including Face Recognition, Object Detection, Scene Recognition and custom AI Models +home: https://truecharts.org/charts/stable/deepstack +icon: https://truecharts.org/img/hotlink-ok/chart-icons/deepstack.png +keywords: + - AI +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: deepstack +sources: + - https://github.com/johnolafenwa/DeepStack + - https://www.deepstack.cc/ + - https://github.com/truecharts/charts/tree/master/charts/stable/deepstack + - https://hub.docker.com/r/deepquestai/deepstack +type: application +version: 11.3.0 diff --git a/stable/deepstack/11.1.3/README.md b/stable/deepstack/11.3.0/README.md similarity index 100% rename from stable/deepstack/11.1.3/README.md rename to stable/deepstack/11.3.0/README.md diff --git a/stable/deepstack/11.3.0/app-changelog.md b/stable/deepstack/11.3.0/app-changelog.md new file mode 100644 index 00000000000..f8d2c740cde --- /dev/null +++ b/stable/deepstack/11.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [deepstack-11.3.0](https://github.com/truecharts/charts/compare/deepstack-11.2.3...deepstack-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/deepstack/11.1.3/app-readme.md b/stable/deepstack/11.3.0/app-readme.md similarity index 100% rename from stable/deepstack/11.1.3/app-readme.md rename to stable/deepstack/11.3.0/app-readme.md diff --git a/stable/deepstack/11.3.0/charts/common-18.2.0.tgz b/stable/deepstack/11.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/deepstack/11.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/deepstack/11.1.3/ix_values.yaml b/stable/deepstack/11.3.0/ix_values.yaml similarity index 100% rename from stable/deepstack/11.1.3/ix_values.yaml rename to stable/deepstack/11.3.0/ix_values.yaml diff --git a/stable/deepstack/11.1.3/questions.yaml b/stable/deepstack/11.3.0/questions.yaml similarity index 100% rename from stable/deepstack/11.1.3/questions.yaml rename to stable/deepstack/11.3.0/questions.yaml diff --git a/stable/deluge/18.1.3/templates/NOTES.txt b/stable/deepstack/11.3.0/templates/NOTES.txt similarity index 100% rename from stable/deluge/18.1.3/templates/NOTES.txt rename to stable/deepstack/11.3.0/templates/NOTES.txt diff --git a/stable/dell-idrac-fan-controller/5.1.3/templates/common.yaml b/stable/deepstack/11.3.0/templates/common.yaml similarity index 100% rename from stable/dell-idrac-fan-controller/5.1.3/templates/common.yaml rename to stable/deepstack/11.3.0/templates/common.yaml diff --git a/stable/deluge/18.1.3/values.yaml b/stable/deepstack/11.3.0/values.yaml similarity index 100% rename from stable/deluge/18.1.3/values.yaml rename to stable/deepstack/11.3.0/values.yaml diff --git a/stable/dell-idrac-fan-controller/5.1.3/CHANGELOG.md b/stable/dell-idrac-fan-controller/5.1.3/CHANGELOG.md deleted file mode 100644 index b9c0c8dfd11..00000000000 --- a/stable/dell-idrac-fan-controller/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [dell-idrac-fan-controller-4.1.15](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-4.1.14...dell-idrac-fan-controller-4.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dell-idrac-fan-controller-4.1.14](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-4.1.13...dell-idrac-fan-controller-4.1.14) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/tigerblue77/dell_idrac_fan_controller to latest[@018df3f](https://github.com/018df3f) by renovate ([#17731](https://github.com/truecharts/charts/issues/17731)) - - -## [dell-idrac-fan-controller-4.1.13](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-4.1.12...dell-idrac-fan-controller-4.1.13) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/tigerblue77/dell_idrac_fan_controller to latest[@d7469ef](https://github.com/d7469ef) by renovate ([#17630](https://github.com/truecharts/charts/issues/17630)) - - -## [dell-idrac-fan-controller-4.1.12](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-4.1.11...dell-idrac-fan-controller-4.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [dell-idrac-fan-controller-4.1.11](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-4.1.10...dell-idrac-fan-controller-4.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [dell-idrac-fan-controller-4.1.10](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-4.1.9...dell-idrac-fan-controller-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [dell-idrac-fan-controller-4.1.9](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-4.1.8...dell-idrac-fan-controller-4.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [dell-idrac-fan-controller-4.1.8](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-4.1.7...dell-idrac-fan-controller-4.1.8) (2024-01-21) - -### Chore - - - -- update container image ghcr.io/tigerblue77/dell_idrac_fan_controller to latest[@417cbb9](https://github.com/417cbb9) by renovate ([#17376](https://github.com/truecharts/charts/issues/17376)) - - - - -## [dell-idrac-fan-controller-4.1.7](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-4.1.6...dell-idrac-fan-controller-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) diff --git a/stable/dell-idrac-fan-controller/5.1.3/Chart.yaml b/stable/dell-idrac-fan-controller/5.1.3/Chart.yaml deleted file mode 100644 index 6e087c0af23..00000000000 --- a/stable/dell-idrac-fan-controller/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Control your Dell PowerEdge fans via IPMI -home: https://truecharts.org/charts/stable/dell-idrac-fan-controller -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dell-idrac-fan-controller.png -keywords: - - iDrac - - Dell - - fan-controller -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: dell-idrac-fan-controller -sources: - - https://github.com/tigerblue77/Dell_iDRAC_fan_controller_Docker - - https://github.com/truecharts/charts/tree/master/charts/stable/dell-idrac-fan-controller - - https://ghcr.io/tigerblue77/dell_idrac_fan_controller -type: application -version: 5.1.3 diff --git a/stable/dell-idrac-fan-controller/5.1.3/charts/common-18.0.3.tgz b/stable/dell-idrac-fan-controller/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/dell-idrac-fan-controller/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/digikam/11.1.3/.helmignore b/stable/dell-idrac-fan-controller/5.3.0/.helmignore similarity index 100% rename from stable/digikam/11.1.3/.helmignore rename to stable/dell-idrac-fan-controller/5.3.0/.helmignore diff --git a/stable/dell-idrac-fan-controller/5.3.0/CHANGELOG.md b/stable/dell-idrac-fan-controller/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..1e5c61d6674 --- /dev/null +++ b/stable/dell-idrac-fan-controller/5.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dell-idrac-fan-controller-5.3.0](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.2.3...dell-idrac-fan-controller-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [dell-idrac-fan-controller-5.2.3](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.2.2...dell-idrac-fan-controller-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [dell-idrac-fan-controller-5.2.2](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.2.0...dell-idrac-fan-controller-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [dell-idrac-fan-controller-4.1.15](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-4.1.14...dell-idrac-fan-controller-4.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [dell-idrac-fan-controller-4.1.14](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-4.1.13...dell-idrac-fan-controller-4.1.14) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/tigerblue77/dell_idrac_fan_controller to latest[@018df3f](https://github.com/018df3f) by renovate ([#17731](https://github.com/truecharts/charts/issues/17731)) + + +## [dell-idrac-fan-controller-4.1.13](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-4.1.12...dell-idrac-fan-controller-4.1.13) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/tigerblue77/dell_idrac_fan_controller to latest[@d7469ef](https://github.com/d7469ef) by renovate ([#17630](https://github.com/truecharts/charts/issues/17630)) + + +## [dell-idrac-fan-controller-4.1.12](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-4.1.11...dell-idrac-fan-controller-4.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [dell-idrac-fan-controller-4.1.11](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-4.1.10...dell-idrac-fan-controller-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [dell-idrac-fan-controller-4.1.10](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-4.1.9...dell-idrac-fan-controller-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) \ No newline at end of file diff --git a/stable/dell-idrac-fan-controller/5.3.0/Chart.yaml b/stable/dell-idrac-fan-controller/5.3.0/Chart.yaml new file mode 100644 index 00000000000..ab0e88b47ef --- /dev/null +++ b/stable/dell-idrac-fan-controller/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Control your Dell PowerEdge fans via IPMI +home: https://truecharts.org/charts/stable/dell-idrac-fan-controller +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dell-idrac-fan-controller.png +keywords: + - iDrac + - Dell + - fan-controller +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dell-idrac-fan-controller +sources: + - https://github.com/tigerblue77/Dell_iDRAC_fan_controller_Docker + - https://github.com/truecharts/charts/tree/master/charts/stable/dell-idrac-fan-controller + - https://ghcr.io/tigerblue77/dell_idrac_fan_controller +type: application +version: 5.3.0 diff --git a/stable/dell-idrac-fan-controller/5.1.3/README.md b/stable/dell-idrac-fan-controller/5.3.0/README.md similarity index 100% rename from stable/dell-idrac-fan-controller/5.1.3/README.md rename to stable/dell-idrac-fan-controller/5.3.0/README.md diff --git a/stable/dell-idrac-fan-controller/5.3.0/app-changelog.md b/stable/dell-idrac-fan-controller/5.3.0/app-changelog.md new file mode 100644 index 00000000000..d7233a17049 --- /dev/null +++ b/stable/dell-idrac-fan-controller/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [dell-idrac-fan-controller-5.3.0](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.2.3...dell-idrac-fan-controller-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/dell-idrac-fan-controller/5.1.3/app-readme.md b/stable/dell-idrac-fan-controller/5.3.0/app-readme.md similarity index 100% rename from stable/dell-idrac-fan-controller/5.1.3/app-readme.md rename to stable/dell-idrac-fan-controller/5.3.0/app-readme.md diff --git a/stable/dell-idrac-fan-controller/5.3.0/charts/common-18.2.0.tgz b/stable/dell-idrac-fan-controller/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/dell-idrac-fan-controller/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/dell-idrac-fan-controller/5.1.3/ix_values.yaml b/stable/dell-idrac-fan-controller/5.3.0/ix_values.yaml similarity index 100% rename from stable/dell-idrac-fan-controller/5.1.3/ix_values.yaml rename to stable/dell-idrac-fan-controller/5.3.0/ix_values.yaml diff --git a/stable/dell-idrac-fan-controller/5.1.3/questions.yaml b/stable/dell-idrac-fan-controller/5.3.0/questions.yaml similarity index 100% rename from stable/dell-idrac-fan-controller/5.1.3/questions.yaml rename to stable/dell-idrac-fan-controller/5.3.0/questions.yaml diff --git a/stable/digikam/11.1.3/templates/NOTES.txt b/stable/dell-idrac-fan-controller/5.3.0/templates/NOTES.txt similarity index 100% rename from stable/digikam/11.1.3/templates/NOTES.txt rename to stable/dell-idrac-fan-controller/5.3.0/templates/NOTES.txt diff --git a/stable/deluge/18.1.3/templates/common.yaml b/stable/dell-idrac-fan-controller/5.3.0/templates/common.yaml similarity index 100% rename from stable/deluge/18.1.3/templates/common.yaml rename to stable/dell-idrac-fan-controller/5.3.0/templates/common.yaml diff --git a/stable/digikam/11.1.3/values.yaml b/stable/dell-idrac-fan-controller/5.3.0/values.yaml similarity index 100% rename from stable/digikam/11.1.3/values.yaml rename to stable/dell-idrac-fan-controller/5.3.0/values.yaml diff --git a/stable/deluge/18.1.3/CHANGELOG.md b/stable/deluge/18.1.3/CHANGELOG.md deleted file mode 100644 index ba95e213654..00000000000 --- a/stable/deluge/18.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [deluge-17.1.14](https://github.com/truecharts/charts/compare/deluge-17.1.13...deluge-17.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [deluge-17.1.13](https://github.com/truecharts/charts/compare/deluge-17.1.12...deluge-17.1.13) (2024-02-03) - - -## [deluge-17.1.12](https://github.com/truecharts/charts/compare/deluge-17.1.11...deluge-17.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [deluge-17.1.11](https://github.com/truecharts/charts/compare/deluge-17.1.10...deluge-17.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [deluge-17.1.10](https://github.com/truecharts/charts/compare/deluge-17.1.9...deluge-17.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [deluge-17.1.9](https://github.com/truecharts/charts/compare/deluge-17.1.8...deluge-17.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [deluge-17.1.8](https://github.com/truecharts/charts/compare/deluge-17.1.7...deluge-17.1.8) (2024-01-11) - - -## [deluge-17.1.8](https://github.com/truecharts/charts/compare/deluge-17.1.7...deluge-17.1.8) (2024-01-10) - - -## [deluge-17.1.7](https://github.com/truecharts/charts/compare/deluge-17.1.6...deluge-17.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [deluge-17.1.6](https://github.com/truecharts/charts/compare/deluge-17.1.5...deluge-17.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [deluge-17.1.5](https://github.com/truecharts/charts/compare/deluge-17.1.4...deluge-17.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - diff --git a/stable/deluge/18.1.3/Chart.yaml b/stable/deluge/18.1.3/Chart.yaml deleted file mode 100644 index be99d33afbb..00000000000 --- a/stable/deluge/18.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.1.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Deluge App for TrueNAS SCALE -home: https://truecharts.org/charts/stable/deluge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/deluge.png -keywords: - - transmission - - torrent - - usenet -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: deluge -sources: - - https://github.com/deluge-torrent/deluge - - https://github.com/truecharts/charts/tree/master/charts/stable/deluge - - https://ghcr.io/linuxserver/deluge -type: application -version: 18.1.3 diff --git a/stable/deluge/18.1.3/charts/common-18.0.3.tgz b/stable/deluge/18.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/deluge/18.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/dillinger/9.2.0/.helmignore b/stable/deluge/18.3.0/.helmignore similarity index 100% rename from stable/dillinger/9.2.0/.helmignore rename to stable/deluge/18.3.0/.helmignore diff --git a/stable/deluge/18.3.0/CHANGELOG.md b/stable/deluge/18.3.0/CHANGELOG.md new file mode 100644 index 00000000000..28b881d2b15 --- /dev/null +++ b/stable/deluge/18.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [deluge-18.3.0](https://github.com/truecharts/charts/compare/deluge-18.2.3...deluge-18.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [deluge-18.2.3](https://github.com/truecharts/charts/compare/deluge-18.2.2...deluge-18.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [deluge-18.2.2](https://github.com/truecharts/charts/compare/deluge-18.2.0...deluge-18.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [deluge-17.1.14](https://github.com/truecharts/charts/compare/deluge-17.1.13...deluge-17.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [deluge-17.1.13](https://github.com/truecharts/charts/compare/deluge-17.1.12...deluge-17.1.13) (2024-02-03) + + +## [deluge-17.1.12](https://github.com/truecharts/charts/compare/deluge-17.1.11...deluge-17.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [deluge-17.1.11](https://github.com/truecharts/charts/compare/deluge-17.1.10...deluge-17.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [deluge-17.1.10](https://github.com/truecharts/charts/compare/deluge-17.1.9...deluge-17.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [deluge-17.1.9](https://github.com/truecharts/charts/compare/deluge-17.1.8...deluge-17.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [deluge-17.1.8](https://github.com/truecharts/charts/compare/deluge-17.1.7...deluge-17.1.8) (2024-01-11) + diff --git a/stable/deluge/18.3.0/Chart.yaml b/stable/deluge/18.3.0/Chart.yaml new file mode 100644 index 00000000000..2a4ccabd56e --- /dev/null +++ b/stable/deluge/18.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.1.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Deluge App for TrueNAS SCALE +home: https://truecharts.org/charts/stable/deluge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/deluge.png +keywords: + - transmission + - torrent + - usenet +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: deluge +sources: + - https://github.com/deluge-torrent/deluge + - https://github.com/truecharts/charts/tree/master/charts/stable/deluge + - https://ghcr.io/linuxserver/deluge +type: application +version: 18.3.0 diff --git a/stable/deluge/18.1.3/README.md b/stable/deluge/18.3.0/README.md similarity index 100% rename from stable/deluge/18.1.3/README.md rename to stable/deluge/18.3.0/README.md diff --git a/stable/deluge/18.3.0/app-changelog.md b/stable/deluge/18.3.0/app-changelog.md new file mode 100644 index 00000000000..f016c1b1794 --- /dev/null +++ b/stable/deluge/18.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [deluge-18.3.0](https://github.com/truecharts/charts/compare/deluge-18.2.3...deluge-18.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/deluge/18.1.3/app-readme.md b/stable/deluge/18.3.0/app-readme.md similarity index 100% rename from stable/deluge/18.1.3/app-readme.md rename to stable/deluge/18.3.0/app-readme.md diff --git a/stable/deluge/18.3.0/charts/common-18.2.0.tgz b/stable/deluge/18.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/deluge/18.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/deluge/18.1.3/ix_values.yaml b/stable/deluge/18.3.0/ix_values.yaml similarity index 100% rename from stable/deluge/18.1.3/ix_values.yaml rename to stable/deluge/18.3.0/ix_values.yaml diff --git a/stable/deluge/18.1.3/questions.yaml b/stable/deluge/18.3.0/questions.yaml similarity index 100% rename from stable/deluge/18.1.3/questions.yaml rename to stable/deluge/18.3.0/questions.yaml diff --git a/stable/dillinger/9.2.0/templates/NOTES.txt b/stable/deluge/18.3.0/templates/NOTES.txt similarity index 100% rename from stable/dillinger/9.2.0/templates/NOTES.txt rename to stable/deluge/18.3.0/templates/NOTES.txt diff --git a/stable/dillinger/9.2.0/templates/common.yaml b/stable/deluge/18.3.0/templates/common.yaml similarity index 100% rename from stable/dillinger/9.2.0/templates/common.yaml rename to stable/deluge/18.3.0/templates/common.yaml diff --git a/stable/dillinger/9.2.0/values.yaml b/stable/deluge/18.3.0/values.yaml similarity index 100% rename from stable/dillinger/9.2.0/values.yaml rename to stable/deluge/18.3.0/values.yaml diff --git a/stable/digikam/11.1.3/CHANGELOG.md b/stable/digikam/11.1.3/CHANGELOG.md deleted file mode 100644 index 1c6b79bed29..00000000000 --- a/stable/digikam/11.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [digikam-10.1.12](https://github.com/truecharts/charts/compare/digikam-10.1.11...digikam-10.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [digikam-10.1.11](https://github.com/truecharts/charts/compare/digikam-10.1.10...digikam-10.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [digikam-10.1.10](https://github.com/truecharts/charts/compare/digikam-10.1.9...digikam-10.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [digikam-10.1.9](https://github.com/truecharts/charts/compare/digikam-10.1.8...digikam-10.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [digikam-10.1.8](https://github.com/truecharts/charts/compare/digikam-10.1.7...digikam-10.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [digikam-10.1.7](https://github.com/truecharts/charts/compare/digikam-10.1.6...digikam-10.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [digikam-10.1.6](https://github.com/truecharts/charts/compare/digikam-10.1.5...digikam-10.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [digikam-10.1.5](https://github.com/truecharts/charts/compare/digikam-10.1.4...digikam-10.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [digikam-10.1.4](https://github.com/truecharts/charts/compare/digikam-10.1.3...digikam-10.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/digikam/11.1.3/Chart.yaml b/stable/digikam/11.1.3/Chart.yaml deleted file mode 100644 index 82c576c712e..00000000000 --- a/stable/digikam/11.1.3/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 7.8.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Professional Photo Management with the Power of Open Source -home: https://truecharts.org/charts/stable/digikam -icon: https://truecharts.org/img/hotlink-ok/chart-icons/digikam.png -keywords: - - digikam - - photo - - management - - image - - gallery -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: digikam -sources: - - https://github.com/linuxserver/docker-digikam - - https://www.digikam.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/digikam - - https://ghcr.io/linuxserver/digikam -type: application -version: 11.1.3 diff --git a/stable/digikam/11.1.3/charts/common-18.0.3.tgz b/stable/digikam/11.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/digikam/11.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/discordgsm/7.1.3/.helmignore b/stable/digikam/11.3.0/.helmignore similarity index 100% rename from stable/discordgsm/7.1.3/.helmignore rename to stable/digikam/11.3.0/.helmignore diff --git a/stable/digikam/11.3.0/CHANGELOG.md b/stable/digikam/11.3.0/CHANGELOG.md new file mode 100644 index 00000000000..fe94a73ea2c --- /dev/null +++ b/stable/digikam/11.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [digikam-11.3.0](https://github.com/truecharts/charts/compare/digikam-11.2.3...digikam-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [digikam-11.2.3](https://github.com/truecharts/charts/compare/digikam-11.2.2...digikam-11.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [digikam-11.2.2](https://github.com/truecharts/charts/compare/digikam-11.2.0...digikam-11.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [digikam-10.1.12](https://github.com/truecharts/charts/compare/digikam-10.1.11...digikam-10.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [digikam-10.1.11](https://github.com/truecharts/charts/compare/digikam-10.1.10...digikam-10.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [digikam-10.1.10](https://github.com/truecharts/charts/compare/digikam-10.1.9...digikam-10.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [digikam-10.1.9](https://github.com/truecharts/charts/compare/digikam-10.1.8...digikam-10.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [digikam-10.1.8](https://github.com/truecharts/charts/compare/digikam-10.1.7...digikam-10.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [digikam-10.1.7](https://github.com/truecharts/charts/compare/digikam-10.1.6...digikam-10.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/digikam/11.3.0/Chart.yaml b/stable/digikam/11.3.0/Chart.yaml new file mode 100644 index 00000000000..f56c5c7c29f --- /dev/null +++ b/stable/digikam/11.3.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 7.8.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Professional Photo Management with the Power of Open Source +home: https://truecharts.org/charts/stable/digikam +icon: https://truecharts.org/img/hotlink-ok/chart-icons/digikam.png +keywords: + - digikam + - photo + - management + - image + - gallery +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: digikam +sources: + - https://github.com/linuxserver/docker-digikam + - https://www.digikam.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/digikam + - https://ghcr.io/linuxserver/digikam +type: application +version: 11.3.0 diff --git a/stable/digikam/11.1.3/README.md b/stable/digikam/11.3.0/README.md similarity index 100% rename from stable/digikam/11.1.3/README.md rename to stable/digikam/11.3.0/README.md diff --git a/stable/digikam/11.3.0/app-changelog.md b/stable/digikam/11.3.0/app-changelog.md new file mode 100644 index 00000000000..fec6d53d3e3 --- /dev/null +++ b/stable/digikam/11.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [digikam-11.3.0](https://github.com/truecharts/charts/compare/digikam-11.2.3...digikam-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/digikam/11.1.3/app-readme.md b/stable/digikam/11.3.0/app-readme.md similarity index 100% rename from stable/digikam/11.1.3/app-readme.md rename to stable/digikam/11.3.0/app-readme.md diff --git a/stable/digikam/11.3.0/charts/common-18.2.0.tgz b/stable/digikam/11.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/digikam/11.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/digikam/11.1.3/ix_values.yaml b/stable/digikam/11.3.0/ix_values.yaml similarity index 100% rename from stable/digikam/11.1.3/ix_values.yaml rename to stable/digikam/11.3.0/ix_values.yaml diff --git a/stable/digikam/11.1.3/questions.yaml b/stable/digikam/11.3.0/questions.yaml similarity index 100% rename from stable/digikam/11.1.3/questions.yaml rename to stable/digikam/11.3.0/questions.yaml diff --git a/stable/discordgsm/7.1.3/templates/NOTES.txt b/stable/digikam/11.3.0/templates/NOTES.txt similarity index 100% rename from stable/discordgsm/7.1.3/templates/NOTES.txt rename to stable/digikam/11.3.0/templates/NOTES.txt diff --git a/stable/digikam/11.1.3/templates/common.yaml b/stable/digikam/11.3.0/templates/common.yaml similarity index 100% rename from stable/digikam/11.1.3/templates/common.yaml rename to stable/digikam/11.3.0/templates/common.yaml diff --git a/stable/discordgsm/7.1.3/values.yaml b/stable/digikam/11.3.0/values.yaml similarity index 100% rename from stable/discordgsm/7.1.3/values.yaml rename to stable/digikam/11.3.0/values.yaml diff --git a/stable/dillinger/9.2.0/CHANGELOG.md b/stable/dillinger/9.2.0/CHANGELOG.md deleted file mode 100644 index b02529a01c3..00000000000 --- a/stable/dillinger/9.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - -## [dillinger-8.1.18](https://github.com/truecharts/charts/compare/dillinger-8.1.17...dillinger-8.1.18) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@f8319ea](https://github.com/f8319ea) by renovate ([#18058](https://github.com/truecharts/charts/issues/18058)) - - -## [dillinger-8.1.17](https://github.com/truecharts/charts/compare/dillinger-8.1.16...dillinger-8.1.17) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@1ca86a1](https://github.com/1ca86a1) by renovate ([#17847](https://github.com/truecharts/charts/issues/17847)) - - -## [dillinger-8.1.16](https://github.com/truecharts/charts/compare/dillinger-8.1.15...dillinger-8.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dillinger-8.1.15](https://github.com/truecharts/charts/compare/dillinger-8.1.14...dillinger-8.1.15) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@cb9813c](https://github.com/cb9813c) by renovate ([#17603](https://github.com/truecharts/charts/issues/17603)) - - -## [dillinger-8.1.14](https://github.com/truecharts/charts/compare/dillinger-8.1.13...dillinger-8.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [dillinger-8.1.13](https://github.com/truecharts/charts/compare/dillinger-8.1.12...dillinger-8.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [dillinger-8.1.12](https://github.com/truecharts/charts/compare/dillinger-8.1.11...dillinger-8.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [dillinger-8.1.11](https://github.com/truecharts/charts/compare/dillinger-8.1.10...dillinger-8.1.11) (2024-01-21) - -### Chore - - diff --git a/stable/dillinger/9.2.0/Chart.yaml b/stable/dillinger/9.2.0/Chart.yaml deleted file mode 100644 index 711df8522c2..00000000000 --- a/stable/dillinger/9.2.0/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.39.1 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor. -home: https://truecharts.org/charts/stable/dillinger -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dillinger.png -keywords: - - dillinger -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: dillinger -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/dillinger - - https://ghcr.io/linuxserver/dillinger -type: application -version: 9.2.0 diff --git a/stable/dillinger/9.2.0/charts/common-18.1.2.tgz b/stable/dillinger/9.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/dillinger/9.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/dillinger/9.2.0/ix_values.yaml b/stable/dillinger/9.2.0/ix_values.yaml deleted file mode 100644 index 8ef46bd8b8b..00000000000 --- a/stable/dillinger/9.2.0/ix_values.yaml +++ /dev/null @@ -1,39 +0,0 @@ -image: - repository: ghcr.io/linuxserver/dillinger - pullPolicy: IfNotPresent - tag: 3.39.1@sha256:229ca90ef4713a5a17ccb734e19ce6a75fa9e84590d5f3a290597f3034c6bd69 -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - targetPort: 8080 - port: 10143 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - path: / - readiness: - type: http - path: / - startup: - type: http - path: / - env: {} -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true diff --git a/stable/dispatch/5.1.3/.helmignore b/stable/dillinger/9.3.0/.helmignore similarity index 100% rename from stable/dispatch/5.1.3/.helmignore rename to stable/dillinger/9.3.0/.helmignore diff --git a/stable/dillinger/9.3.0/CHANGELOG.md b/stable/dillinger/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..ee13d01565c --- /dev/null +++ b/stable/dillinger/9.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dillinger-9.3.0](https://github.com/truecharts/charts/compare/dillinger-9.2.4...dillinger-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [dillinger-9.2.4](https://github.com/truecharts/charts/compare/dillinger-9.2.3...dillinger-9.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [dillinger-9.2.3](https://github.com/truecharts/charts/compare/dillinger-9.2.1...dillinger-9.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + +## [dillinger-8.1.18](https://github.com/truecharts/charts/compare/dillinger-8.1.17...dillinger-8.1.18) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@f8319ea](https://github.com/f8319ea) by renovate ([#18058](https://github.com/truecharts/charts/issues/18058)) + + +## [dillinger-8.1.17](https://github.com/truecharts/charts/compare/dillinger-8.1.16...dillinger-8.1.17) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@1ca86a1](https://github.com/1ca86a1) by renovate ([#17847](https://github.com/truecharts/charts/issues/17847)) + + +## [dillinger-8.1.16](https://github.com/truecharts/charts/compare/dillinger-8.1.15...dillinger-8.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [dillinger-8.1.15](https://github.com/truecharts/charts/compare/dillinger-8.1.14...dillinger-8.1.15) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@cb9813c](https://github.com/cb9813c) by renovate ([#17603](https://github.com/truecharts/charts/issues/17603)) + + +## [dillinger-8.1.14](https://github.com/truecharts/charts/compare/dillinger-8.1.13...dillinger-8.1.14) (2024-01-26) + +### Chore \ No newline at end of file diff --git a/stable/dillinger/9.3.0/Chart.yaml b/stable/dillinger/9.3.0/Chart.yaml new file mode 100644 index 00000000000..01268b64c3a --- /dev/null +++ b/stable/dillinger/9.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.39.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor. +home: https://truecharts.org/charts/stable/dillinger +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dillinger.png +keywords: + - dillinger +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dillinger +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/dillinger + - https://ghcr.io/linuxserver/dillinger +type: application +version: 9.3.0 diff --git a/stable/dillinger/9.2.0/README.md b/stable/dillinger/9.3.0/README.md similarity index 100% rename from stable/dillinger/9.2.0/README.md rename to stable/dillinger/9.3.0/README.md diff --git a/stable/dillinger/9.3.0/app-changelog.md b/stable/dillinger/9.3.0/app-changelog.md new file mode 100644 index 00000000000..bda72a0f601 --- /dev/null +++ b/stable/dillinger/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [dillinger-9.3.0](https://github.com/truecharts/charts/compare/dillinger-9.2.4...dillinger-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/dillinger/9.2.0/app-readme.md b/stable/dillinger/9.3.0/app-readme.md similarity index 100% rename from stable/dillinger/9.2.0/app-readme.md rename to stable/dillinger/9.3.0/app-readme.md diff --git a/stable/dillinger/9.3.0/charts/common-18.2.0.tgz b/stable/dillinger/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/dillinger/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/dillinger/9.3.0/ix_values.yaml b/stable/dillinger/9.3.0/ix_values.yaml new file mode 100644 index 00000000000..7f4a8d89abf --- /dev/null +++ b/stable/dillinger/9.3.0/ix_values.yaml @@ -0,0 +1,39 @@ +image: + repository: ghcr.io/linuxserver/dillinger + pullPolicy: IfNotPresent + tag: 3.39.1@sha256:a91b8bda22f6cb1efef40c5fe973da16004897faec965ea7a2a9adf0f9ab43a7 +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + targetPort: 8080 + port: 10143 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + path: / + readiness: + type: http + path: / + startup: + type: http + path: / + env: {} +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true diff --git a/stable/dillinger/9.2.0/questions.yaml b/stable/dillinger/9.3.0/questions.yaml similarity index 100% rename from stable/dillinger/9.2.0/questions.yaml rename to stable/dillinger/9.3.0/questions.yaml diff --git a/stable/dizquetv/14.1.3/templates/NOTES.txt b/stable/dillinger/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/dizquetv/14.1.3/templates/NOTES.txt rename to stable/dillinger/9.3.0/templates/NOTES.txt diff --git a/stable/dizquetv/14.1.3/templates/common.yaml b/stable/dillinger/9.3.0/templates/common.yaml similarity index 100% rename from stable/dizquetv/14.1.3/templates/common.yaml rename to stable/dillinger/9.3.0/templates/common.yaml diff --git a/stable/dispatch/5.1.3/values.yaml b/stable/dillinger/9.3.0/values.yaml similarity index 100% rename from stable/dispatch/5.1.3/values.yaml rename to stable/dillinger/9.3.0/values.yaml diff --git a/stable/discordgsm/7.1.3/CHANGELOG.md b/stable/discordgsm/7.1.3/CHANGELOG.md deleted file mode 100644 index b8eb35ddb41..00000000000 --- a/stable/discordgsm/7.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [discordgsm-6.2.0](https://github.com/truecharts/charts/compare/discordgsm-6.1.12...discordgsm-6.2.0) (2024-02-12) - -### Chore - - - -- update container image discordgsm/discord-game-server-monitor to v2.16.2[@f80bd8e](https://github.com/f80bd8e) by renovate ([#18176](https://github.com/truecharts/charts/issues/18176)) - - -## [discordgsm-6.1.12](https://github.com/truecharts/charts/compare/discordgsm-6.1.11...discordgsm-6.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [discordgsm-6.1.11](https://github.com/truecharts/charts/compare/discordgsm-6.1.10...discordgsm-6.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [discordgsm-6.1.10](https://github.com/truecharts/charts/compare/discordgsm-6.1.9...discordgsm-6.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [discordgsm-6.1.9](https://github.com/truecharts/charts/compare/discordgsm-6.1.8...discordgsm-6.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [discordgsm-6.1.8](https://github.com/truecharts/charts/compare/discordgsm-6.1.7...discordgsm-6.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [discordgsm-6.1.7](https://github.com/truecharts/charts/compare/discordgsm-6.1.6...discordgsm-6.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [discordgsm-6.1.6](https://github.com/truecharts/charts/compare/discordgsm-6.1.5...discordgsm-6.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [discordgsm-6.1.5](https://github.com/truecharts/charts/compare/discordgsm-6.1.4...discordgsm-6.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - diff --git a/stable/discordgsm/7.1.3/Chart.yaml b/stable/discordgsm/7.1.3/Chart.yaml deleted file mode 100644 index 214a5ff8c24..00000000000 --- a/stable/discordgsm/7.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: monitor - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.16.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A discord bot that monitors your game server and tracks the live data of your game servers. -home: https://truecharts.org/charts/stable/discordgsm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/discordgsm.png -keywords: - - discordgsm - - game-server - - monitor -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: discordgsm -sources: - - https://github.com/DiscordGSM/GameServerMonitor - - https://github.com/truecharts/charts/tree/master/charts/stable/discordgsm - - https://hub.docker.com/r/discordgsm/discord-game-server-monitor -type: application -version: 7.1.3 diff --git a/stable/discordgsm/7.1.3/charts/common-18.0.3.tgz b/stable/discordgsm/7.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/discordgsm/7.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/discordgsm/7.1.3/questions.yaml b/stable/discordgsm/7.1.3/questions.yaml deleted file mode 100755 index a96b193ab22..00000000000 --- a/stable/discordgsm/7.1.3/questions.yaml +++ /dev/null @@ -1,3278 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: gsm - group: App Configuration - label: GSM Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: app_token - label: App Token - description: Discord Bot Token. - schema: - type: string - private: true - default: "" - - variable: whitelist_guilds - label: Whitelist Guilds - schema: - type: list - default: [] - items: - - variable: whitelist_guild_entry - label: Whitelist Guild Entry - schema: - type: string - required: true - default: "" - - variable: app_activity_type - label: App Activity Type - description: How you want to get your WAN IP - schema: - type: string - default: "3" - enum: - - value: "0" - description: Playing - - value: "1" - description: Streaming - - value: "2" - description: Listening - - value: "3" - description: Watching - - value: "5" - description: Competing - - variable: app_activity_name - label: App Activity Name - description: Presence activity name override. - schema: - type: string - default: "" - - variable: app_presence_advertise - label: App Presence Advertise - description: Enable advertisement feature on presence - schema: - type: boolean - default: false - - variable: task_query_server - label: Task Query Server - description: Query servers task scheduled time in seconds. - schema: - type: int - default: 60 - - variable: command_query_public - label: Command Query Public - description: Whether the /queryserver command should be available to all users. - schema: - type: boolean - default: false - - variable: command_query_cooldown - label: Command Query Cooldown - description: The /queryserver command cooldown in seconds. (Administrator will not be affected) - schema: - type: int - default: 5 - - variable: web_api_enable - label: Web API Enable - description: Enable Web API feature. - schema: - type: boolean - default: false - - variable: factorio - label: Show Factorio Auth Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: factorio_username - label: Factorio Username - schema: - type: string - default: "" - - variable: factorio_auth_token - label: Factorio Auth Token - schema: - type: string - private: true - default: "" - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10230 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/dizquetv/14.1.3/.helmignore b/stable/discordgsm/7.3.0/.helmignore similarity index 100% rename from stable/dizquetv/14.1.3/.helmignore rename to stable/discordgsm/7.3.0/.helmignore diff --git a/stable/discordgsm/7.3.0/CHANGELOG.md b/stable/discordgsm/7.3.0/CHANGELOG.md new file mode 100644 index 00000000000..87161bf282c --- /dev/null +++ b/stable/discordgsm/7.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [discordgsm-7.3.0](https://github.com/truecharts/charts/compare/discordgsm-7.2.3...discordgsm-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [discordgsm-7.2.3](https://github.com/truecharts/charts/compare/discordgsm-7.2.2...discordgsm-7.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [discordgsm-7.2.2](https://github.com/truecharts/charts/compare/discordgsm-7.2.0...discordgsm-7.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [discordgsm-6.2.0](https://github.com/truecharts/charts/compare/discordgsm-6.1.12...discordgsm-6.2.0) (2024-02-12) + +### Chore + + + +- update container image discordgsm/discord-game-server-monitor to v2.16.2[@f80bd8e](https://github.com/f80bd8e) by renovate ([#18176](https://github.com/truecharts/charts/issues/18176)) + + +## [discordgsm-6.1.12](https://github.com/truecharts/charts/compare/discordgsm-6.1.11...discordgsm-6.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [discordgsm-6.1.11](https://github.com/truecharts/charts/compare/discordgsm-6.1.10...discordgsm-6.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [discordgsm-6.1.10](https://github.com/truecharts/charts/compare/discordgsm-6.1.9...discordgsm-6.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [discordgsm-6.1.9](https://github.com/truecharts/charts/compare/discordgsm-6.1.8...discordgsm-6.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [discordgsm-6.1.8](https://github.com/truecharts/charts/compare/discordgsm-6.1.7...discordgsm-6.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/discordgsm/7.3.0/Chart.yaml b/stable/discordgsm/7.3.0/Chart.yaml new file mode 100644 index 00000000000..6fcc90e604b --- /dev/null +++ b/stable/discordgsm/7.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: monitor + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.16.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A discord bot that monitors your game server and tracks the live data of your game servers. +home: https://truecharts.org/charts/stable/discordgsm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/discordgsm.png +keywords: + - discordgsm + - game-server + - monitor +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: discordgsm +sources: + - https://github.com/DiscordGSM/GameServerMonitor + - https://github.com/truecharts/charts/tree/master/charts/stable/discordgsm + - https://hub.docker.com/r/discordgsm/discord-game-server-monitor +type: application +version: 7.3.0 diff --git a/stable/discordgsm/7.1.3/README.md b/stable/discordgsm/7.3.0/README.md similarity index 100% rename from stable/discordgsm/7.1.3/README.md rename to stable/discordgsm/7.3.0/README.md diff --git a/stable/discordgsm/7.3.0/app-changelog.md b/stable/discordgsm/7.3.0/app-changelog.md new file mode 100644 index 00000000000..01c773ee367 --- /dev/null +++ b/stable/discordgsm/7.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [discordgsm-7.3.0](https://github.com/truecharts/charts/compare/discordgsm-7.2.3...discordgsm-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/discordgsm/7.1.3/app-readme.md b/stable/discordgsm/7.3.0/app-readme.md similarity index 100% rename from stable/discordgsm/7.1.3/app-readme.md rename to stable/discordgsm/7.3.0/app-readme.md diff --git a/stable/discordgsm/7.3.0/charts/common-18.2.0.tgz b/stable/discordgsm/7.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/discordgsm/7.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/discordgsm/7.1.3/ix_values.yaml b/stable/discordgsm/7.3.0/ix_values.yaml similarity index 100% rename from stable/discordgsm/7.1.3/ix_values.yaml rename to stable/discordgsm/7.3.0/ix_values.yaml diff --git a/stable/discordgsm/7.3.0/questions.yaml b/stable/discordgsm/7.3.0/questions.yaml new file mode 100755 index 00000000000..25b80258cf1 --- /dev/null +++ b/stable/discordgsm/7.3.0/questions.yaml @@ -0,0 +1,3236 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: gsm + group: App Configuration + label: GSM Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: app_token + label: App Token + description: Discord Bot Token. + schema: + type: string + private: true + default: "" + - variable: whitelist_guilds + label: Whitelist Guilds + schema: + type: list + default: [] + items: + - variable: whitelist_guild_entry + label: Whitelist Guild Entry + schema: + type: string + required: true + default: "" + - variable: app_activity_type + label: App Activity Type + description: How you want to get your WAN IP + schema: + type: string + default: "3" + enum: + - value: "0" + description: Playing + - value: "1" + description: Streaming + - value: "2" + description: Listening + - value: "3" + description: Watching + - value: "5" + description: Competing + - variable: app_activity_name + label: App Activity Name + description: Presence activity name override. + schema: + type: string + default: "" + - variable: app_presence_advertise + label: App Presence Advertise + description: Enable advertisement feature on presence + schema: + type: boolean + default: false + - variable: task_query_server + label: Task Query Server + description: Query servers task scheduled time in seconds. + schema: + type: int + default: 60 + - variable: command_query_public + label: Command Query Public + description: Whether the /queryserver command should be available to all users. + schema: + type: boolean + default: false + - variable: command_query_cooldown + label: Command Query Cooldown + description: The /queryserver command cooldown in seconds. (Administrator will not be affected) + schema: + type: int + default: 5 + - variable: web_api_enable + label: Web API Enable + description: Enable Web API feature. + schema: + type: boolean + default: false + - variable: factorio + label: Show Factorio Auth Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: factorio_username + label: Factorio Username + schema: + type: string + default: "" + - variable: factorio_auth_token + label: Factorio Auth Token + schema: + type: string + private: true + default: "" + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10230 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: config + label: App Config Storage + description: Stores the Application Configuration. + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/docker/5.2.0/templates/NOTES.txt b/stable/discordgsm/7.3.0/templates/NOTES.txt similarity index 100% rename from stable/docker/5.2.0/templates/NOTES.txt rename to stable/discordgsm/7.3.0/templates/NOTES.txt diff --git a/stable/discordgsm/7.1.3/templates/_secret.tpl b/stable/discordgsm/7.3.0/templates/_secret.tpl similarity index 100% rename from stable/discordgsm/7.1.3/templates/_secret.tpl rename to stable/discordgsm/7.3.0/templates/_secret.tpl diff --git a/stable/discordgsm/7.1.3/templates/common.yaml b/stable/discordgsm/7.3.0/templates/common.yaml similarity index 100% rename from stable/discordgsm/7.1.3/templates/common.yaml rename to stable/discordgsm/7.3.0/templates/common.yaml diff --git a/stable/dizquetv/14.1.3/values.yaml b/stable/discordgsm/7.3.0/values.yaml similarity index 100% rename from stable/dizquetv/14.1.3/values.yaml rename to stable/discordgsm/7.3.0/values.yaml diff --git a/stable/dispatch/5.1.3/CHANGELOG.md b/stable/dispatch/5.1.3/CHANGELOG.md deleted file mode 100644 index e90922e3aec..00000000000 --- a/stable/dispatch/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [dispatch-4.1.12](https://github.com/truecharts/charts/compare/dispatch-4.1.11...dispatch-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dispatch-4.1.11](https://github.com/truecharts/charts/compare/dispatch-4.1.10...dispatch-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [dispatch-4.1.10](https://github.com/truecharts/charts/compare/dispatch-4.1.9...dispatch-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [dispatch-4.1.9](https://github.com/truecharts/charts/compare/dispatch-4.1.8...dispatch-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [dispatch-4.1.8](https://github.com/truecharts/charts/compare/dispatch-4.1.7...dispatch-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [dispatch-4.1.7](https://github.com/truecharts/charts/compare/dispatch-4.1.6...dispatch-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [dispatch-4.1.6](https://github.com/truecharts/charts/compare/dispatch-4.1.5...dispatch-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [dispatch-4.1.5](https://github.com/truecharts/charts/compare/dispatch-4.1.4...dispatch-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [dispatch-4.1.4](https://github.com/truecharts/charts/compare/dispatch-4.1.3...dispatch-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/dispatch/5.1.3/Chart.yaml b/stable/dispatch/5.1.3/Chart.yaml deleted file mode 100644 index 19361751b38..00000000000 --- a/stable/dispatch/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Messenger - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Web-based IRC client in Go. -home: https://truecharts.org/charts/stable/dispatch -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dispatch.png -keywords: - - dispatch - - Network-Messenger -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: dispatch -sources: - - https://github.com/khlieng/dispatch - - https://github.com/truecharts/charts/tree/master/charts/stable/dispatch - - https://hub.docker.com/r/khlieng/dispatch -type: application -version: 5.1.3 diff --git a/stable/dispatch/5.1.3/charts/common-18.0.3.tgz b/stable/dispatch/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/dispatch/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/dns-doh-companion/5.1.3/.helmignore b/stable/dispatch/5.3.0/.helmignore similarity index 100% rename from stable/dns-doh-companion/5.1.3/.helmignore rename to stable/dispatch/5.3.0/.helmignore diff --git a/stable/dispatch/5.3.0/CHANGELOG.md b/stable/dispatch/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..832017b0fcd --- /dev/null +++ b/stable/dispatch/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dispatch-5.3.0](https://github.com/truecharts/charts/compare/dispatch-5.2.3...dispatch-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [dispatch-5.2.3](https://github.com/truecharts/charts/compare/dispatch-5.2.2...dispatch-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [dispatch-5.2.2](https://github.com/truecharts/charts/compare/dispatch-5.2.0...dispatch-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [dispatch-4.1.12](https://github.com/truecharts/charts/compare/dispatch-4.1.11...dispatch-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [dispatch-4.1.11](https://github.com/truecharts/charts/compare/dispatch-4.1.10...dispatch-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [dispatch-4.1.10](https://github.com/truecharts/charts/compare/dispatch-4.1.9...dispatch-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [dispatch-4.1.9](https://github.com/truecharts/charts/compare/dispatch-4.1.8...dispatch-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [dispatch-4.1.8](https://github.com/truecharts/charts/compare/dispatch-4.1.7...dispatch-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [dispatch-4.1.7](https://github.com/truecharts/charts/compare/dispatch-4.1.6...dispatch-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/dispatch/5.3.0/Chart.yaml b/stable/dispatch/5.3.0/Chart.yaml new file mode 100644 index 00000000000..d63603fe348 --- /dev/null +++ b/stable/dispatch/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Messenger + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Web-based IRC client in Go. +home: https://truecharts.org/charts/stable/dispatch +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dispatch.png +keywords: + - dispatch + - Network-Messenger +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dispatch +sources: + - https://github.com/khlieng/dispatch + - https://github.com/truecharts/charts/tree/master/charts/stable/dispatch + - https://hub.docker.com/r/khlieng/dispatch +type: application +version: 5.3.0 diff --git a/stable/dispatch/5.1.3/README.md b/stable/dispatch/5.3.0/README.md similarity index 100% rename from stable/dispatch/5.1.3/README.md rename to stable/dispatch/5.3.0/README.md diff --git a/stable/dispatch/5.3.0/app-changelog.md b/stable/dispatch/5.3.0/app-changelog.md new file mode 100644 index 00000000000..75d42355e1f --- /dev/null +++ b/stable/dispatch/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [dispatch-5.3.0](https://github.com/truecharts/charts/compare/dispatch-5.2.3...dispatch-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/dispatch/5.1.3/app-readme.md b/stable/dispatch/5.3.0/app-readme.md similarity index 100% rename from stable/dispatch/5.1.3/app-readme.md rename to stable/dispatch/5.3.0/app-readme.md diff --git a/stable/dispatch/5.3.0/charts/common-18.2.0.tgz b/stable/dispatch/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/dispatch/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/dispatch/5.1.3/ix_values.yaml b/stable/dispatch/5.3.0/ix_values.yaml similarity index 100% rename from stable/dispatch/5.1.3/ix_values.yaml rename to stable/dispatch/5.3.0/ix_values.yaml diff --git a/stable/dispatch/5.1.3/questions.yaml b/stable/dispatch/5.3.0/questions.yaml similarity index 100% rename from stable/dispatch/5.1.3/questions.yaml rename to stable/dispatch/5.3.0/questions.yaml diff --git a/stable/dispatch/5.1.3/templates/common.yaml b/stable/dispatch/5.3.0/templates/common.yaml similarity index 100% rename from stable/dispatch/5.1.3/templates/common.yaml rename to stable/dispatch/5.3.0/templates/common.yaml diff --git a/stable/dns-doh-companion/5.1.3/values.yaml b/stable/dispatch/5.3.0/values.yaml similarity index 100% rename from stable/dns-doh-companion/5.1.3/values.yaml rename to stable/dispatch/5.3.0/values.yaml diff --git a/stable/dizquetv/14.1.3/CHANGELOG.md b/stable/dizquetv/14.1.3/CHANGELOG.md deleted file mode 100644 index 4b59838d8ce..00000000000 --- a/stable/dizquetv/14.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [dizquetv-13.1.12](https://github.com/truecharts/charts/compare/dizquetv-13.1.11...dizquetv-13.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dizquetv-13.1.11](https://github.com/truecharts/charts/compare/dizquetv-13.1.10...dizquetv-13.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [dizquetv-13.1.10](https://github.com/truecharts/charts/compare/dizquetv-13.1.9...dizquetv-13.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [dizquetv-13.1.9](https://github.com/truecharts/charts/compare/dizquetv-13.1.8...dizquetv-13.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [dizquetv-13.1.8](https://github.com/truecharts/charts/compare/dizquetv-13.1.7...dizquetv-13.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [dizquetv-13.1.7](https://github.com/truecharts/charts/compare/dizquetv-13.1.6...dizquetv-13.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [dizquetv-13.1.6](https://github.com/truecharts/charts/compare/dizquetv-13.1.5...dizquetv-13.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [dizquetv-13.1.5](https://github.com/truecharts/charts/compare/dizquetv-13.1.4...dizquetv-13.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [dizquetv-13.1.4](https://github.com/truecharts/charts/compare/dizquetv-13.1.3...dizquetv-13.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/dizquetv/14.1.3/Chart.yaml b/stable/dizquetv/14.1.3/Chart.yaml deleted file mode 100644 index 51023bbead3..00000000000 --- a/stable/dizquetv/14.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.5.3 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Create live TV channel streams from media on your Plex servers. -home: https://truecharts.org/charts/stable/dizquetv -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dizquetv.png -keywords: - - dizqueTV - - dizquetv -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: dizquetv -sources: - - https://github.com/vexorian/dizquetv - - https://github.com/truecharts/charts/tree/master/charts/stable/dizquetv - - https://hub.docker.com/r/vexorian/dizquetv -type: application -version: 14.1.3 diff --git a/stable/dizquetv/14.1.3/charts/common-18.0.3.tgz b/stable/dizquetv/14.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/dizquetv/14.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/docker-hub-rss/5.1.3/.helmignore b/stable/dizquetv/14.3.0/.helmignore similarity index 100% rename from stable/docker-hub-rss/5.1.3/.helmignore rename to stable/dizquetv/14.3.0/.helmignore diff --git a/stable/dizquetv/14.3.0/CHANGELOG.md b/stable/dizquetv/14.3.0/CHANGELOG.md new file mode 100644 index 00000000000..e3b91d8446f --- /dev/null +++ b/stable/dizquetv/14.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dizquetv-14.3.0](https://github.com/truecharts/charts/compare/dizquetv-14.2.3...dizquetv-14.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [dizquetv-14.2.3](https://github.com/truecharts/charts/compare/dizquetv-14.2.2...dizquetv-14.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [dizquetv-14.2.2](https://github.com/truecharts/charts/compare/dizquetv-14.2.0...dizquetv-14.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [dizquetv-13.1.12](https://github.com/truecharts/charts/compare/dizquetv-13.1.11...dizquetv-13.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [dizquetv-13.1.11](https://github.com/truecharts/charts/compare/dizquetv-13.1.10...dizquetv-13.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [dizquetv-13.1.10](https://github.com/truecharts/charts/compare/dizquetv-13.1.9...dizquetv-13.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [dizquetv-13.1.9](https://github.com/truecharts/charts/compare/dizquetv-13.1.8...dizquetv-13.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [dizquetv-13.1.8](https://github.com/truecharts/charts/compare/dizquetv-13.1.7...dizquetv-13.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [dizquetv-13.1.7](https://github.com/truecharts/charts/compare/dizquetv-13.1.6...dizquetv-13.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/dizquetv/14.3.0/Chart.yaml b/stable/dizquetv/14.3.0/Chart.yaml new file mode 100644 index 00000000000..8a6726e6b3d --- /dev/null +++ b/stable/dizquetv/14.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.5.3 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Create live TV channel streams from media on your Plex servers. +home: https://truecharts.org/charts/stable/dizquetv +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dizquetv.png +keywords: + - dizqueTV + - dizquetv +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dizquetv +sources: + - https://github.com/vexorian/dizquetv + - https://github.com/truecharts/charts/tree/master/charts/stable/dizquetv + - https://hub.docker.com/r/vexorian/dizquetv +type: application +version: 14.3.0 diff --git a/stable/dizquetv/14.1.3/README.md b/stable/dizquetv/14.3.0/README.md similarity index 100% rename from stable/dizquetv/14.1.3/README.md rename to stable/dizquetv/14.3.0/README.md diff --git a/stable/dizquetv/14.3.0/app-changelog.md b/stable/dizquetv/14.3.0/app-changelog.md new file mode 100644 index 00000000000..d08bf5d0de1 --- /dev/null +++ b/stable/dizquetv/14.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [dizquetv-14.3.0](https://github.com/truecharts/charts/compare/dizquetv-14.2.3...dizquetv-14.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/dizquetv/14.1.3/app-readme.md b/stable/dizquetv/14.3.0/app-readme.md similarity index 100% rename from stable/dizquetv/14.1.3/app-readme.md rename to stable/dizquetv/14.3.0/app-readme.md diff --git a/stable/dizquetv/14.3.0/charts/common-18.2.0.tgz b/stable/dizquetv/14.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/dizquetv/14.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/dizquetv/14.1.3/ix_values.yaml b/stable/dizquetv/14.3.0/ix_values.yaml similarity index 100% rename from stable/dizquetv/14.1.3/ix_values.yaml rename to stable/dizquetv/14.3.0/ix_values.yaml diff --git a/stable/dizquetv/14.1.3/questions.yaml b/stable/dizquetv/14.3.0/questions.yaml similarity index 100% rename from stable/dizquetv/14.1.3/questions.yaml rename to stable/dizquetv/14.3.0/questions.yaml diff --git a/stable/docusaurus/8.1.3/templates/NOTES.txt b/stable/dizquetv/14.3.0/templates/NOTES.txt similarity index 100% rename from stable/docusaurus/8.1.3/templates/NOTES.txt rename to stable/dizquetv/14.3.0/templates/NOTES.txt diff --git a/stable/docker/5.2.0/templates/common.yaml b/stable/dizquetv/14.3.0/templates/common.yaml similarity index 100% rename from stable/docker/5.2.0/templates/common.yaml rename to stable/dizquetv/14.3.0/templates/common.yaml diff --git a/stable/docker-hub-rss/5.1.3/values.yaml b/stable/dizquetv/14.3.0/values.yaml similarity index 100% rename from stable/docker-hub-rss/5.1.3/values.yaml rename to stable/dizquetv/14.3.0/values.yaml diff --git a/stable/dns-doh-companion/5.1.3/CHANGELOG.md b/stable/dns-doh-companion/5.1.3/CHANGELOG.md deleted file mode 100644 index 205061e892f..00000000000 --- a/stable/dns-doh-companion/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [dns-doh-companion-4.1.17](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.16...dns-doh-companion-4.1.17) (2024-02-12) - -### Chore - - - -- update container image testdasi/simple-dns-doh to latest[@d599a7e](https://github.com/d599a7e) by renovate ([#18110](https://github.com/truecharts/charts/issues/18110)) - - -## [dns-doh-companion-4.1.16](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.15...dns-doh-companion-4.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dns-doh-companion-4.1.15](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.14...dns-doh-companion-4.1.15) (2024-01-29) - -### Chore - - - -- update container image testdasi/simple-dns-doh to latest[@d53420c](https://github.com/d53420c) by renovate ([#17655](https://github.com/truecharts/charts/issues/17655)) - - -## [dns-doh-companion-4.1.14](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.13...dns-doh-companion-4.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [dns-doh-companion-4.1.13](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.12...dns-doh-companion-4.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [dns-doh-companion-4.1.12](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.11...dns-doh-companion-4.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [dns-doh-companion-4.1.11](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.10...dns-doh-companion-4.1.11) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [dns-doh-companion-4.1.10](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.9...dns-doh-companion-4.1.10) (2024-01-21) - -### Chore - - - -- update container image testdasi/simple-dns-doh to latest[@f1f4280](https://github.com/f1f4280) by renovate ([#17397](https://github.com/truecharts/charts/issues/17397)) - - -## [dns-doh-companion-4.1.9](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.8...dns-doh-companion-4.1.9) (2024-01-14) - -### Chore - - - -- update container image testdasi/simple-dns-doh to latest[@e0a00c1](https://github.com/e0a00c1) by renovate ([#17176](https://github.com/truecharts/charts/issues/17176)) - - diff --git a/stable/dns-doh-companion/5.1.3/Chart.yaml b/stable/dns-doh-companion/5.1.3/Chart.yaml deleted file mode 100644 index 4bb4e19d9b6..00000000000 --- a/stable/dns-doh-companion/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-DNS - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A very simple DNS server to connect to DNS-over-HTTPS service. This is similar to my other Pihole-with-DoH Chart, without Pihole. -home: https://truecharts.org/charts/stable/dns-doh-companion -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dns-doh-companion.png -keywords: - - dns-doh-companion - - Network-DNS -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: dns-doh-companion -sources: - - https://developers.cloudflare.com/1.1.1.1/dns-over-https/cloudflared-proxy/ - - https://github.com/truecharts/charts/tree/master/charts/stable/dns-doh-companion - - https://hub.docker.com/r/testdasi/simple-dns-doh -type: application -version: 5.1.3 diff --git a/stable/dns-doh-companion/5.1.3/charts/common-18.0.3.tgz b/stable/dns-doh-companion/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/dns-doh-companion/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/docker/5.2.0/.helmignore b/stable/dns-doh-companion/5.3.0/.helmignore similarity index 100% rename from stable/docker/5.2.0/.helmignore rename to stable/dns-doh-companion/5.3.0/.helmignore diff --git a/stable/dns-doh-companion/5.3.0/CHANGELOG.md b/stable/dns-doh-companion/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..ec8a9cd9e40 --- /dev/null +++ b/stable/dns-doh-companion/5.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dns-doh-companion-5.3.0](https://github.com/truecharts/charts/compare/dns-doh-companion-5.2.3...dns-doh-companion-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [dns-doh-companion-5.2.3](https://github.com/truecharts/charts/compare/dns-doh-companion-5.2.2...dns-doh-companion-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [dns-doh-companion-5.2.2](https://github.com/truecharts/charts/compare/dns-doh-companion-5.2.0...dns-doh-companion-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [dns-doh-companion-4.1.17](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.16...dns-doh-companion-4.1.17) (2024-02-12) + +### Chore + + + +- update container image testdasi/simple-dns-doh to latest[@d599a7e](https://github.com/d599a7e) by renovate ([#18110](https://github.com/truecharts/charts/issues/18110)) + + +## [dns-doh-companion-4.1.16](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.15...dns-doh-companion-4.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [dns-doh-companion-4.1.15](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.14...dns-doh-companion-4.1.15) (2024-01-29) + +### Chore + + + +- update container image testdasi/simple-dns-doh to latest[@d53420c](https://github.com/d53420c) by renovate ([#17655](https://github.com/truecharts/charts/issues/17655)) + + +## [dns-doh-companion-4.1.14](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.13...dns-doh-companion-4.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [dns-doh-companion-4.1.13](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.12...dns-doh-companion-4.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [dns-doh-companion-4.1.12](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.11...dns-doh-companion-4.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) \ No newline at end of file diff --git a/stable/dns-doh-companion/5.3.0/Chart.yaml b/stable/dns-doh-companion/5.3.0/Chart.yaml new file mode 100644 index 00000000000..7eeb3211422 --- /dev/null +++ b/stable/dns-doh-companion/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-DNS + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A very simple DNS server to connect to DNS-over-HTTPS service. This is similar to my other Pihole-with-DoH Chart, without Pihole. +home: https://truecharts.org/charts/stable/dns-doh-companion +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dns-doh-companion.png +keywords: + - dns-doh-companion + - Network-DNS +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dns-doh-companion +sources: + - https://developers.cloudflare.com/1.1.1.1/dns-over-https/cloudflared-proxy/ + - https://github.com/truecharts/charts/tree/master/charts/stable/dns-doh-companion + - https://hub.docker.com/r/testdasi/simple-dns-doh +type: application +version: 5.3.0 diff --git a/stable/dns-doh-companion/5.1.3/README.md b/stable/dns-doh-companion/5.3.0/README.md similarity index 100% rename from stable/dns-doh-companion/5.1.3/README.md rename to stable/dns-doh-companion/5.3.0/README.md diff --git a/stable/dns-doh-companion/5.3.0/app-changelog.md b/stable/dns-doh-companion/5.3.0/app-changelog.md new file mode 100644 index 00000000000..8a84f1a22e7 --- /dev/null +++ b/stable/dns-doh-companion/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [dns-doh-companion-5.3.0](https://github.com/truecharts/charts/compare/dns-doh-companion-5.2.3...dns-doh-companion-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/dns-doh-companion/5.1.3/app-readme.md b/stable/dns-doh-companion/5.3.0/app-readme.md similarity index 100% rename from stable/dns-doh-companion/5.1.3/app-readme.md rename to stable/dns-doh-companion/5.3.0/app-readme.md diff --git a/stable/dns-doh-companion/5.3.0/charts/common-18.2.0.tgz b/stable/dns-doh-companion/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/dns-doh-companion/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/dns-doh-companion/5.1.3/ix_values.yaml b/stable/dns-doh-companion/5.3.0/ix_values.yaml similarity index 100% rename from stable/dns-doh-companion/5.1.3/ix_values.yaml rename to stable/dns-doh-companion/5.3.0/ix_values.yaml diff --git a/stable/dns-doh-companion/5.1.3/questions.yaml b/stable/dns-doh-companion/5.3.0/questions.yaml similarity index 100% rename from stable/dns-doh-companion/5.1.3/questions.yaml rename to stable/dns-doh-companion/5.3.0/questions.yaml diff --git a/stable/dns-doh-companion/5.1.3/templates/common.yaml b/stable/dns-doh-companion/5.3.0/templates/common.yaml similarity index 100% rename from stable/dns-doh-companion/5.1.3/templates/common.yaml rename to stable/dns-doh-companion/5.3.0/templates/common.yaml diff --git a/stable/docker/5.2.0/values.yaml b/stable/dns-doh-companion/5.3.0/values.yaml similarity index 100% rename from stable/docker/5.2.0/values.yaml rename to stable/dns-doh-companion/5.3.0/values.yaml diff --git a/stable/docker-hub-rss/5.1.3/CHANGELOG.md b/stable/docker-hub-rss/5.1.3/CHANGELOG.md deleted file mode 100644 index c6119e3f2c4..00000000000 --- a/stable/docker-hub-rss/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [docker-hub-rss-4.1.12](https://github.com/truecharts/charts/compare/docker-hub-rss-4.1.11...docker-hub-rss-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [docker-hub-rss-4.1.11](https://github.com/truecharts/charts/compare/docker-hub-rss-4.1.10...docker-hub-rss-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [docker-hub-rss-4.1.10](https://github.com/truecharts/charts/compare/docker-hub-rss-4.1.9...docker-hub-rss-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [docker-hub-rss-4.1.9](https://github.com/truecharts/charts/compare/docker-hub-rss-4.1.8...docker-hub-rss-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [docker-hub-rss-4.1.8](https://github.com/truecharts/charts/compare/docker-hub-rss-4.1.7...docker-hub-rss-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [docker-hub-rss-4.1.7](https://github.com/truecharts/charts/compare/docker-hub-rss-4.1.6...docker-hub-rss-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [docker-hub-rss-4.1.6](https://github.com/truecharts/charts/compare/docker-hub-rss-4.1.5...docker-hub-rss-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [docker-hub-rss-4.1.5](https://github.com/truecharts/charts/compare/docker-hub-rss-4.1.4...docker-hub-rss-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [docker-hub-rss-4.1.4](https://github.com/truecharts/charts/compare/docker-hub-rss-4.1.3...docker-hub-rss-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/docker-hub-rss/5.1.3/Chart.yaml b/stable/docker-hub-rss/5.1.3/Chart.yaml deleted file mode 100644 index 80cc0f87ba1..00000000000 --- a/stable/docker-hub-rss/5.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: RSS feed for Chart Hub images. -home: https://truecharts.org/charts/stable/docker-hub-rss -icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker-hub-rss.png -keywords: - - docker-hub-rss - - Cloud - - Tools-Utilities - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: docker-hub-rss -sources: - - https://github.com/TheConnMan/docker-hub-rss - - https://github.com/truecharts/charts/tree/master/charts/stable/docker-hub-rss - - https://hub.docker.com/r/theconnman/docker-hub-rss -type: application -version: 5.1.3 diff --git a/stable/docker-hub-rss/5.1.3/charts/common-18.0.3.tgz b/stable/docker-hub-rss/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/docker-hub-rss/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/dockerregistry/5.1.3/.helmignore b/stable/docker-hub-rss/5.3.0/.helmignore similarity index 100% rename from stable/dockerregistry/5.1.3/.helmignore rename to stable/docker-hub-rss/5.3.0/.helmignore diff --git a/stable/docker-hub-rss/5.3.0/CHANGELOG.md b/stable/docker-hub-rss/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..83d4ab531a9 --- /dev/null +++ b/stable/docker-hub-rss/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [docker-hub-rss-5.3.0](https://github.com/truecharts/charts/compare/docker-hub-rss-5.2.3...docker-hub-rss-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [docker-hub-rss-5.2.3](https://github.com/truecharts/charts/compare/docker-hub-rss-5.2.2...docker-hub-rss-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [docker-hub-rss-5.2.2](https://github.com/truecharts/charts/compare/docker-hub-rss-5.2.0...docker-hub-rss-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [docker-hub-rss-4.1.12](https://github.com/truecharts/charts/compare/docker-hub-rss-4.1.11...docker-hub-rss-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [docker-hub-rss-4.1.11](https://github.com/truecharts/charts/compare/docker-hub-rss-4.1.10...docker-hub-rss-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [docker-hub-rss-4.1.10](https://github.com/truecharts/charts/compare/docker-hub-rss-4.1.9...docker-hub-rss-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [docker-hub-rss-4.1.9](https://github.com/truecharts/charts/compare/docker-hub-rss-4.1.8...docker-hub-rss-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [docker-hub-rss-4.1.8](https://github.com/truecharts/charts/compare/docker-hub-rss-4.1.7...docker-hub-rss-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [docker-hub-rss-4.1.7](https://github.com/truecharts/charts/compare/docker-hub-rss-4.1.6...docker-hub-rss-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/docker-hub-rss/5.3.0/Chart.yaml b/stable/docker-hub-rss/5.3.0/Chart.yaml new file mode 100644 index 00000000000..d84c0ff857b --- /dev/null +++ b/stable/docker-hub-rss/5.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: RSS feed for Chart Hub images. +home: https://truecharts.org/charts/stable/docker-hub-rss +icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker-hub-rss.png +keywords: + - docker-hub-rss + - Cloud + - Tools-Utilities + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: docker-hub-rss +sources: + - https://github.com/TheConnMan/docker-hub-rss + - https://github.com/truecharts/charts/tree/master/charts/stable/docker-hub-rss + - https://hub.docker.com/r/theconnman/docker-hub-rss +type: application +version: 5.3.0 diff --git a/stable/docker-hub-rss/5.1.3/README.md b/stable/docker-hub-rss/5.3.0/README.md similarity index 100% rename from stable/docker-hub-rss/5.1.3/README.md rename to stable/docker-hub-rss/5.3.0/README.md diff --git a/stable/docker-hub-rss/5.3.0/app-changelog.md b/stable/docker-hub-rss/5.3.0/app-changelog.md new file mode 100644 index 00000000000..8015390f50e --- /dev/null +++ b/stable/docker-hub-rss/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [docker-hub-rss-5.3.0](https://github.com/truecharts/charts/compare/docker-hub-rss-5.2.3...docker-hub-rss-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/docker-hub-rss/5.1.3/app-readme.md b/stable/docker-hub-rss/5.3.0/app-readme.md similarity index 100% rename from stable/docker-hub-rss/5.1.3/app-readme.md rename to stable/docker-hub-rss/5.3.0/app-readme.md diff --git a/stable/docker-hub-rss/5.3.0/charts/common-18.2.0.tgz b/stable/docker-hub-rss/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/docker-hub-rss/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/docker-hub-rss/5.1.3/ix_values.yaml b/stable/docker-hub-rss/5.3.0/ix_values.yaml similarity index 100% rename from stable/docker-hub-rss/5.1.3/ix_values.yaml rename to stable/docker-hub-rss/5.3.0/ix_values.yaml diff --git a/stable/docker-hub-rss/5.1.3/questions.yaml b/stable/docker-hub-rss/5.3.0/questions.yaml similarity index 100% rename from stable/docker-hub-rss/5.1.3/questions.yaml rename to stable/docker-hub-rss/5.3.0/questions.yaml diff --git a/stable/docker-hub-rss/5.1.3/templates/common.yaml b/stable/docker-hub-rss/5.3.0/templates/common.yaml similarity index 100% rename from stable/docker-hub-rss/5.1.3/templates/common.yaml rename to stable/docker-hub-rss/5.3.0/templates/common.yaml diff --git a/stable/dockerregistry/5.1.3/values.yaml b/stable/docker-hub-rss/5.3.0/values.yaml similarity index 100% rename from stable/dockerregistry/5.1.3/values.yaml rename to stable/docker-hub-rss/5.3.0/values.yaml diff --git a/stable/docker/5.2.0/CHANGELOG.md b/stable/docker/5.2.0/CHANGELOG.md deleted file mode 100644 index ad3ade189d0..00000000000 --- a/stable/docker/5.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - - -## [docker-4.0.9](https://github.com/truecharts/charts/compare/docker-4.0.8...docker-4.0.9) (2024-02-12) - -### Chore - - - -- update container image docker to v25.0.3[@915cd16](https://github.com/915cd16) by renovate ([#18127](https://github.com/truecharts/charts/issues/18127)) - - -## [docker-4.0.8](https://github.com/truecharts/charts/compare/docker-4.0.7...docker-4.0.8) (2024-02-05) - -### Chore - - - -- update container image docker to 25.0.2-dind[@fed3a24](https://github.com/fed3a24) by renovate ([#17826](https://github.com/truecharts/charts/issues/17826)) - - -## [docker-4.0.7](https://github.com/truecharts/charts/compare/docker-4.0.6...docker-4.0.7) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [docker-4.0.6](https://github.com/truecharts/charts/compare/docker-4.0.5...docker-4.0.6) (2024-02-03) - -### Chore - - - -- update container image docker to 25.0.2-dind[@2a4b002](https://github.com/2a4b002) by renovate ([#17797](https://github.com/truecharts/charts/issues/17797)) - - -## [docker-4.0.5](https://github.com/truecharts/charts/compare/docker-4.0.4...docker-4.0.5) (2024-02-02) - -### Chore - - - -- update container image docker to v25.0.2[@c5353bc](https://github.com/c5353bc) by renovate ([#17785](https://github.com/truecharts/charts/issues/17785)) - - -## [docker-4.0.4](https://github.com/truecharts/charts/compare/docker-4.0.3...docker-4.0.4) (2024-01-29) - -### Chore - - - -- update container image docker to v25.0.1[@91c7180](https://github.com/91c7180) by renovate ([#17664](https://github.com/truecharts/charts/issues/17664)) - - -## [docker-4.0.3](https://github.com/truecharts/charts/compare/docker-4.0.2...docker-4.0.3) (2024-01-29) - -### Chore - - - -- update container image docker to v[@a0ce13b](https://github.com/a0ce13b) by renovate ([#17586](https://github.com/truecharts/charts/issues/17586)) - - -## [docker-4.0.2](https://github.com/truecharts/charts/compare/docker-4.0.1...docker-4.0.2) (2024-01-26) - -### Chore - diff --git a/stable/docker/5.2.0/Chart.yaml b/stable/docker/5.2.0/Chart.yaml deleted file mode 100644 index 0db974d280e..00000000000 --- a/stable/docker/5.2.0/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: docker - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 25.0.3 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Dedicated App for using Docker-in-Docker -home: https://truecharts.org/charts/stable/docker -icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker.png -keywords: - - docker -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: docker -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/docker - - https://hub.docker.com/_/docker -type: application -version: 5.2.0 diff --git a/stable/docker/5.2.0/charts/common-18.1.2.tgz b/stable/docker/5.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/docker/5.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/docker/5.2.0/ix_values.yaml b/stable/docker/5.2.0/ix_values.yaml deleted file mode 100644 index 247324f615b..00000000000 --- a/stable/docker/5.2.0/ix_values.yaml +++ /dev/null @@ -1,56 +0,0 @@ -image: - repository: docker - pullPolicy: IfNotPresent - tag: 25.0.3-dind@sha256:f837abeefde97276de9505056743c602d6938d2b49b2066bee3ae3b359ec8b78 -hostNetwork: true -securityContext: - container: - privileged: true - readOnlyRootFilesystem: false - allowPrivilegeEscalation: true - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 - fsGroup: 0 -service: - main: - enabled: true - type: ClusterIP - ports: - main: - port: 2376 - type: https -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - initialDelaySeconds: 30 - type: tcp - readiness: - initialDelaySeconds: 30 - type: tcp - startup: - initialDelaySeconds: 30 - type: tcp - env: - DOCKER_TLS_CERTDIR: /certs - type: StatefulSet - replicas: 1 - strategy: RollingUpdate -persistence: - docker-certs-ca: - enabled: true - mountPath: /config -volumeClaimTemplates: - docker-certs-client: - enabled: true - mountPath: /certs/client - docker: - enabled: true - mountPath: /var/lib/docker -portal: - open: - enabled: false diff --git a/stable/docusaurus/8.1.3/.helmignore b/stable/docker/5.3.0/.helmignore similarity index 100% rename from stable/docusaurus/8.1.3/.helmignore rename to stable/docker/5.3.0/.helmignore diff --git a/stable/docker/5.3.0/CHANGELOG.md b/stable/docker/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..bbcd18783b6 --- /dev/null +++ b/stable/docker/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [docker-5.3.0](https://github.com/truecharts/charts/compare/docker-5.2.4...docker-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [docker-5.2.4](https://github.com/truecharts/charts/compare/docker-5.2.3...docker-5.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [docker-5.2.3](https://github.com/truecharts/charts/compare/docker-5.2.1...docker-5.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + + +## [docker-4.0.9](https://github.com/truecharts/charts/compare/docker-4.0.8...docker-4.0.9) (2024-02-12) + +### Chore + + + +- update container image docker to v25.0.3[@915cd16](https://github.com/915cd16) by renovate ([#18127](https://github.com/truecharts/charts/issues/18127)) + + +## [docker-4.0.8](https://github.com/truecharts/charts/compare/docker-4.0.7...docker-4.0.8) (2024-02-05) + +### Chore + + + +- update container image docker to 25.0.2-dind[@fed3a24](https://github.com/fed3a24) by renovate ([#17826](https://github.com/truecharts/charts/issues/17826)) + + +## [docker-4.0.7](https://github.com/truecharts/charts/compare/docker-4.0.6...docker-4.0.7) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [docker-4.0.6](https://github.com/truecharts/charts/compare/docker-4.0.5...docker-4.0.6) (2024-02-03) + +### Chore + + + +- update container image docker to 25.0.2-dind[@2a4b002](https://github.com/2a4b002) by renovate ([#17797](https://github.com/truecharts/charts/issues/17797)) + + +## [docker-4.0.5](https://github.com/truecharts/charts/compare/docker-4.0.4...docker-4.0.5) (2024-02-02) diff --git a/stable/docker/5.3.0/Chart.yaml b/stable/docker/5.3.0/Chart.yaml new file mode 100644 index 00000000000..344d246b4a4 --- /dev/null +++ b/stable/docker/5.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: docker + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 25.0.3 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Dedicated App for using Docker-in-Docker +home: https://truecharts.org/charts/stable/docker +icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker.png +keywords: + - docker +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: docker +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/docker + - https://hub.docker.com/_/docker +type: application +version: 5.3.0 diff --git a/stable/docker/5.2.0/README.md b/stable/docker/5.3.0/README.md similarity index 100% rename from stable/docker/5.2.0/README.md rename to stable/docker/5.3.0/README.md diff --git a/stable/docker/5.3.0/app-changelog.md b/stable/docker/5.3.0/app-changelog.md new file mode 100644 index 00000000000..93011039e59 --- /dev/null +++ b/stable/docker/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [docker-5.3.0](https://github.com/truecharts/charts/compare/docker-5.2.4...docker-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/docker/5.2.0/app-readme.md b/stable/docker/5.3.0/app-readme.md similarity index 100% rename from stable/docker/5.2.0/app-readme.md rename to stable/docker/5.3.0/app-readme.md diff --git a/stable/docker/5.3.0/charts/common-18.2.0.tgz b/stable/docker/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/docker/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/docker/5.3.0/ix_values.yaml b/stable/docker/5.3.0/ix_values.yaml new file mode 100644 index 00000000000..80996c4ae9c --- /dev/null +++ b/stable/docker/5.3.0/ix_values.yaml @@ -0,0 +1,56 @@ +image: + repository: docker + pullPolicy: IfNotPresent + tag: 25.0.3-dind@sha256:0d70c541ee98e66b8f7ece8c0e9f7910732466e337a9087c2ac2868ef0775092 +hostNetwork: true +securityContext: + container: + privileged: true + readOnlyRootFilesystem: false + allowPrivilegeEscalation: true + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 + fsGroup: 0 +service: + main: + enabled: true + type: ClusterIP + ports: + main: + port: 2376 + type: https +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + initialDelaySeconds: 30 + type: tcp + readiness: + initialDelaySeconds: 30 + type: tcp + startup: + initialDelaySeconds: 30 + type: tcp + env: + DOCKER_TLS_CERTDIR: /certs + type: StatefulSet + replicas: 1 + strategy: RollingUpdate +persistence: + docker-certs-ca: + enabled: true + mountPath: /config +volumeClaimTemplates: + docker-certs-client: + enabled: true + mountPath: /certs/client + docker: + enabled: true + mountPath: /var/lib/docker +portal: + open: + enabled: false diff --git a/stable/docker/5.2.0/questions.yaml b/stable/docker/5.3.0/questions.yaml similarity index 100% rename from stable/docker/5.2.0/questions.yaml rename to stable/docker/5.3.0/questions.yaml diff --git a/stable/dokuwiki/10.1.4/templates/NOTES.txt b/stable/docker/5.3.0/templates/NOTES.txt similarity index 100% rename from stable/dokuwiki/10.1.4/templates/NOTES.txt rename to stable/docker/5.3.0/templates/NOTES.txt diff --git a/stable/docusaurus/8.1.3/templates/common.yaml b/stable/docker/5.3.0/templates/common.yaml similarity index 100% rename from stable/docusaurus/8.1.3/templates/common.yaml rename to stable/docker/5.3.0/templates/common.yaml diff --git a/stable/docusaurus/8.1.3/values.yaml b/stable/docker/5.3.0/values.yaml similarity index 100% rename from stable/docusaurus/8.1.3/values.yaml rename to stable/docker/5.3.0/values.yaml diff --git a/stable/dockerregistry/5.1.3/CHANGELOG.md b/stable/dockerregistry/5.1.3/CHANGELOG.md deleted file mode 100644 index 2d21144f229..00000000000 --- a/stable/dockerregistry/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [dockerregistry-4.1.13](https://github.com/truecharts/charts/compare/dockerregistry-4.1.12...dockerregistry-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dockerregistry-4.1.12](https://github.com/truecharts/charts/compare/dockerregistry-4.1.11...dockerregistry-4.1.12) (2024-01-29) - -### Chore - - - -- update container image registry to 2[@f4e1b87](https://github.com/f4e1b87) by renovate ([#17649](https://github.com/truecharts/charts/issues/17649)) - - -## [dockerregistry-4.1.11](https://github.com/truecharts/charts/compare/dockerregistry-4.1.10...dockerregistry-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [dockerregistry-4.1.10](https://github.com/truecharts/charts/compare/dockerregistry-4.1.9...dockerregistry-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [dockerregistry-4.1.9](https://github.com/truecharts/charts/compare/dockerregistry-4.1.8...dockerregistry-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [dockerregistry-4.1.8](https://github.com/truecharts/charts/compare/dockerregistry-4.1.7...dockerregistry-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [dockerregistry-4.1.7](https://github.com/truecharts/charts/compare/dockerregistry-4.1.6...dockerregistry-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [dockerregistry-4.1.6](https://github.com/truecharts/charts/compare/dockerregistry-4.1.5...dockerregistry-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [dockerregistry-4.1.5](https://github.com/truecharts/charts/compare/dockerregistry-4.1.4...dockerregistry-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - diff --git a/stable/dockerregistry/5.1.3/Chart.yaml b/stable/dockerregistry/5.1.3/Chart.yaml deleted file mode 100644 index 37609f90f1c..00000000000 --- a/stable/dockerregistry/5.1.3/Chart.yaml +++ /dev/null @@ -1,42 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.0.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: | - Docker Registry is used to store and distribute Docker images using HTTP API. This allows you host your own private Registry and store your images. Uses official Chart Registry image @ https://hub.Chart.com/_/registry/ -home: https://truecharts.org/charts/stable/dockerregistry -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dockerregistry.png -keywords: - - dockerregistry - - Cloud - - Network-Management - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: dockerregistry -sources: - - https://registry.hub.docker.com/_/registry/ - - https://github.com/distribution/distribution - - https://github.com/truecharts/charts/tree/master/charts/stable/dockerregistry - - https://hub.docker.com/_/registry -type: application -version: 5.1.3 diff --git a/stable/dockerregistry/5.1.3/charts/common-18.0.3.tgz b/stable/dockerregistry/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/dockerregistry/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/dokuwiki/10.1.4/.helmignore b/stable/dockerregistry/5.3.0/.helmignore similarity index 100% rename from stable/dokuwiki/10.1.4/.helmignore rename to stable/dockerregistry/5.3.0/.helmignore diff --git a/stable/dockerregistry/5.3.0/CHANGELOG.md b/stable/dockerregistry/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..d92ff0c0a67 --- /dev/null +++ b/stable/dockerregistry/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dockerregistry-5.3.0](https://github.com/truecharts/charts/compare/dockerregistry-5.2.3...dockerregistry-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [dockerregistry-5.2.3](https://github.com/truecharts/charts/compare/dockerregistry-5.2.2...dockerregistry-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [dockerregistry-5.2.2](https://github.com/truecharts/charts/compare/dockerregistry-5.2.0...dockerregistry-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [dockerregistry-4.1.13](https://github.com/truecharts/charts/compare/dockerregistry-4.1.12...dockerregistry-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [dockerregistry-4.1.12](https://github.com/truecharts/charts/compare/dockerregistry-4.1.11...dockerregistry-4.1.12) (2024-01-29) + +### Chore + + + +- update container image registry to 2[@f4e1b87](https://github.com/f4e1b87) by renovate ([#17649](https://github.com/truecharts/charts/issues/17649)) + + +## [dockerregistry-4.1.11](https://github.com/truecharts/charts/compare/dockerregistry-4.1.10...dockerregistry-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [dockerregistry-4.1.10](https://github.com/truecharts/charts/compare/dockerregistry-4.1.9...dockerregistry-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [dockerregistry-4.1.9](https://github.com/truecharts/charts/compare/dockerregistry-4.1.8...dockerregistry-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [dockerregistry-4.1.8](https://github.com/truecharts/charts/compare/dockerregistry-4.1.7...dockerregistry-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/dockerregistry/5.3.0/Chart.yaml b/stable/dockerregistry/5.3.0/Chart.yaml new file mode 100644 index 00000000000..60003f8c8ac --- /dev/null +++ b/stable/dockerregistry/5.3.0/Chart.yaml @@ -0,0 +1,42 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: | + Docker Registry is used to store and distribute Docker images using HTTP API. This allows you host your own private Registry and store your images. Uses official Chart Registry image @ https://hub.Chart.com/_/registry/ +home: https://truecharts.org/charts/stable/dockerregistry +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dockerregistry.png +keywords: + - dockerregistry + - Cloud + - Network-Management + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dockerregistry +sources: + - https://registry.hub.docker.com/_/registry/ + - https://github.com/distribution/distribution + - https://github.com/truecharts/charts/tree/master/charts/stable/dockerregistry + - https://hub.docker.com/_/registry +type: application +version: 5.3.0 diff --git a/stable/dockerregistry/5.1.3/README.md b/stable/dockerregistry/5.3.0/README.md similarity index 100% rename from stable/dockerregistry/5.1.3/README.md rename to stable/dockerregistry/5.3.0/README.md diff --git a/stable/dockerregistry/5.3.0/app-changelog.md b/stable/dockerregistry/5.3.0/app-changelog.md new file mode 100644 index 00000000000..0e02fb5c7a8 --- /dev/null +++ b/stable/dockerregistry/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [dockerregistry-5.3.0](https://github.com/truecharts/charts/compare/dockerregistry-5.2.3...dockerregistry-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/dockerregistry/5.1.3/app-readme.md b/stable/dockerregistry/5.3.0/app-readme.md similarity index 100% rename from stable/dockerregistry/5.1.3/app-readme.md rename to stable/dockerregistry/5.3.0/app-readme.md diff --git a/stable/dockerregistry/5.3.0/charts/common-18.2.0.tgz b/stable/dockerregistry/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/dockerregistry/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/dockerregistry/5.1.3/ix_values.yaml b/stable/dockerregistry/5.3.0/ix_values.yaml similarity index 100% rename from stable/dockerregistry/5.1.3/ix_values.yaml rename to stable/dockerregistry/5.3.0/ix_values.yaml diff --git a/stable/dockerregistry/5.1.3/questions.yaml b/stable/dockerregistry/5.3.0/questions.yaml similarity index 100% rename from stable/dockerregistry/5.1.3/questions.yaml rename to stable/dockerregistry/5.3.0/questions.yaml diff --git a/stable/dockerregistry/5.1.3/templates/common.yaml b/stable/dockerregistry/5.3.0/templates/common.yaml similarity index 100% rename from stable/dockerregistry/5.1.3/templates/common.yaml rename to stable/dockerregistry/5.3.0/templates/common.yaml diff --git a/stable/dokuwiki/10.1.4/values.yaml b/stable/dockerregistry/5.3.0/values.yaml similarity index 100% rename from stable/dokuwiki/10.1.4/values.yaml rename to stable/dockerregistry/5.3.0/values.yaml diff --git a/stable/docusaurus/8.1.3/CHANGELOG.md b/stable/docusaurus/8.1.3/CHANGELOG.md deleted file mode 100644 index 2281f50a14e..00000000000 --- a/stable/docusaurus/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [docusaurus-7.1.12](https://github.com/truecharts/charts/compare/docusaurus-7.1.11...docusaurus-7.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [docusaurus-7.1.11](https://github.com/truecharts/charts/compare/docusaurus-7.1.10...docusaurus-7.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [docusaurus-7.1.10](https://github.com/truecharts/charts/compare/docusaurus-7.1.9...docusaurus-7.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [docusaurus-7.1.9](https://github.com/truecharts/charts/compare/docusaurus-7.1.8...docusaurus-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [docusaurus-7.1.8](https://github.com/truecharts/charts/compare/docusaurus-7.1.7...docusaurus-7.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [docusaurus-7.1.7](https://github.com/truecharts/charts/compare/docusaurus-7.1.6...docusaurus-7.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [docusaurus-7.1.6](https://github.com/truecharts/charts/compare/docusaurus-7.1.5...docusaurus-7.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [docusaurus-7.1.5](https://github.com/truecharts/charts/compare/docusaurus-7.1.4...docusaurus-7.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [docusaurus-7.1.4](https://github.com/truecharts/charts/compare/docusaurus-7.1.3...docusaurus-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/docusaurus/8.1.3/Chart.yaml b/stable/docusaurus/8.1.3/Chart.yaml deleted file mode 100644 index afc1c7f6935..00000000000 --- a/stable/docusaurus/8.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: website - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Docusaurus makes it easy to maintain Open Source documentation websites. -home: https://truecharts.org/charts/stable/docusaurus -icon: https://truecharts.org/img/hotlink-ok/chart-icons/docusaurus.png -keywords: - - documentation - - website - - Docusaurus -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: docusaurus -sources: - - https://github.com/awesometic/docker-docusaurus - - https://github.com/truecharts/charts/tree/master/charts/stable/docusaurus - - https://hub.docker.com/r/awesometic/docusaurus -type: application -version: 8.1.3 diff --git a/stable/docusaurus/8.1.3/charts/common-18.0.3.tgz b/stable/docusaurus/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/docusaurus/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/domoticz/10.1.3/.helmignore b/stable/docusaurus/8.3.0/.helmignore similarity index 100% rename from stable/domoticz/10.1.3/.helmignore rename to stable/docusaurus/8.3.0/.helmignore diff --git a/stable/docusaurus/8.3.0/CHANGELOG.md b/stable/docusaurus/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..54aa5866717 --- /dev/null +++ b/stable/docusaurus/8.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [docusaurus-8.3.0](https://github.com/truecharts/charts/compare/docusaurus-8.2.3...docusaurus-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [docusaurus-8.2.3](https://github.com/truecharts/charts/compare/docusaurus-8.2.2...docusaurus-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [docusaurus-8.2.2](https://github.com/truecharts/charts/compare/docusaurus-8.2.0...docusaurus-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [docusaurus-7.1.12](https://github.com/truecharts/charts/compare/docusaurus-7.1.11...docusaurus-7.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [docusaurus-7.1.11](https://github.com/truecharts/charts/compare/docusaurus-7.1.10...docusaurus-7.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [docusaurus-7.1.10](https://github.com/truecharts/charts/compare/docusaurus-7.1.9...docusaurus-7.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [docusaurus-7.1.9](https://github.com/truecharts/charts/compare/docusaurus-7.1.8...docusaurus-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [docusaurus-7.1.8](https://github.com/truecharts/charts/compare/docusaurus-7.1.7...docusaurus-7.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [docusaurus-7.1.7](https://github.com/truecharts/charts/compare/docusaurus-7.1.6...docusaurus-7.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/docusaurus/8.3.0/Chart.yaml b/stable/docusaurus/8.3.0/Chart.yaml new file mode 100644 index 00000000000..905db51005e --- /dev/null +++ b/stable/docusaurus/8.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: website + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Docusaurus makes it easy to maintain Open Source documentation websites. +home: https://truecharts.org/charts/stable/docusaurus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/docusaurus.png +keywords: + - documentation + - website + - Docusaurus +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: docusaurus +sources: + - https://github.com/awesometic/docker-docusaurus + - https://github.com/truecharts/charts/tree/master/charts/stable/docusaurus + - https://hub.docker.com/r/awesometic/docusaurus +type: application +version: 8.3.0 diff --git a/stable/docusaurus/8.1.3/README.md b/stable/docusaurus/8.3.0/README.md similarity index 100% rename from stable/docusaurus/8.1.3/README.md rename to stable/docusaurus/8.3.0/README.md diff --git a/stable/docusaurus/8.3.0/app-changelog.md b/stable/docusaurus/8.3.0/app-changelog.md new file mode 100644 index 00000000000..8398b1286be --- /dev/null +++ b/stable/docusaurus/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [docusaurus-8.3.0](https://github.com/truecharts/charts/compare/docusaurus-8.2.3...docusaurus-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/docusaurus/8.1.3/app-readme.md b/stable/docusaurus/8.3.0/app-readme.md similarity index 100% rename from stable/docusaurus/8.1.3/app-readme.md rename to stable/docusaurus/8.3.0/app-readme.md diff --git a/stable/docusaurus/8.3.0/charts/common-18.2.0.tgz b/stable/docusaurus/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/docusaurus/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/docusaurus/8.1.3/ix_values.yaml b/stable/docusaurus/8.3.0/ix_values.yaml similarity index 100% rename from stable/docusaurus/8.1.3/ix_values.yaml rename to stable/docusaurus/8.3.0/ix_values.yaml diff --git a/stable/docusaurus/8.1.3/questions.yaml b/stable/docusaurus/8.3.0/questions.yaml similarity index 100% rename from stable/docusaurus/8.1.3/questions.yaml rename to stable/docusaurus/8.3.0/questions.yaml diff --git a/stable/domoticz/10.1.3/templates/NOTES.txt b/stable/docusaurus/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/domoticz/10.1.3/templates/NOTES.txt rename to stable/docusaurus/8.3.0/templates/NOTES.txt diff --git a/stable/dokuwiki/10.1.4/templates/common.yaml b/stable/docusaurus/8.3.0/templates/common.yaml similarity index 100% rename from stable/dokuwiki/10.1.4/templates/common.yaml rename to stable/docusaurus/8.3.0/templates/common.yaml diff --git a/stable/domoticz/10.1.3/values.yaml b/stable/docusaurus/8.3.0/values.yaml similarity index 100% rename from stable/domoticz/10.1.3/values.yaml rename to stable/docusaurus/8.3.0/values.yaml diff --git a/stable/dokuwiki/10.1.4/CHANGELOG.md b/stable/dokuwiki/10.1.4/CHANGELOG.md deleted file mode 100644 index 9311d8a088c..00000000000 --- a/stable/dokuwiki/10.1.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - -## [dokuwiki-9.1.18](https://github.com/truecharts/charts/compare/dokuwiki-9.1.17...dokuwiki-9.1.18) (2024-02-12) - -### Chore - - - -- update container image bitnami/dokuwiki to 20230404.1.0[@326f97f](https://github.com/326f97f) by renovate ([#18201](https://github.com/truecharts/charts/issues/18201)) - - -## [dokuwiki-9.1.17](https://github.com/truecharts/charts/compare/dokuwiki-9.1.16...dokuwiki-9.1.17) (2024-02-12) - -### Chore - - - -- update container image bitnami/dokuwiki to 20230404.1.0[@68ba05c](https://github.com/68ba05c) by renovate ([#18155](https://github.com/truecharts/charts/issues/18155)) - - -## [dokuwiki-9.1.16](https://github.com/truecharts/charts/compare/dokuwiki-9.1.15...dokuwiki-9.1.16) (2024-02-12) - -### Chore - - - -- update container image bitnami/dokuwiki to 20230404.1.0[@d9ebe51](https://github.com/d9ebe51) by renovate ([#18027](https://github.com/truecharts/charts/issues/18027)) - - -## [dokuwiki-9.1.15](https://github.com/truecharts/charts/compare/dokuwiki-9.1.14...dokuwiki-9.1.15) (2024-02-05) - -### Chore - - - -- update container image bitnami/dokuwiki to 20230404.1.0[@aaee2ed](https://github.com/aaee2ed) by renovate ([#17813](https://github.com/truecharts/charts/issues/17813)) - - -## [dokuwiki-9.1.14](https://github.com/truecharts/charts/compare/dokuwiki-9.1.13...dokuwiki-9.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dokuwiki-9.1.13](https://github.com/truecharts/charts/compare/dokuwiki-9.1.12...dokuwiki-9.1.13) (2024-01-29) - -### Chore - - - -- update container image bitnami/dokuwiki to 20230404.1.0[@95c012d](https://github.com/95c012d) by renovate ([#17579](https://github.com/truecharts/charts/issues/17579)) - - -## [dokuwiki-9.1.12](https://github.com/truecharts/charts/compare/dokuwiki-9.1.11...dokuwiki-9.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [dokuwiki-9.1.11](https://github.com/truecharts/charts/compare/dokuwiki-9.1.10...dokuwiki-9.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [dokuwiki-9.1.10](https://github.com/truecharts/charts/compare/dokuwiki-9.1.9...dokuwiki-9.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) diff --git a/stable/dokuwiki/10.1.4/Chart.yaml b/stable/dokuwiki/10.1.4/Chart.yaml deleted file mode 100644 index 701ae900495..00000000000 --- a/stable/dokuwiki/10.1.4/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 20230404.1.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Dokuwiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. -home: https://truecharts.org/charts/stable/dokuwiki -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dokuwiki.png -keywords: - - dokuwiki -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: dokuwiki -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/dokuwiki - - https://hub.docker.com/r/bitnami/dokuwiki -type: application -version: 10.1.4 diff --git a/stable/dokuwiki/10.1.4/charts/common-18.0.3.tgz b/stable/dokuwiki/10.1.4/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/dokuwiki/10.1.4/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/dontstarvetogether/5.1.3/.helmignore b/stable/dokuwiki/10.3.0/.helmignore similarity index 100% rename from stable/dontstarvetogether/5.1.3/.helmignore rename to stable/dokuwiki/10.3.0/.helmignore diff --git a/stable/dokuwiki/10.3.0/CHANGELOG.md b/stable/dokuwiki/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..ea073358b3a --- /dev/null +++ b/stable/dokuwiki/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dokuwiki-10.3.0](https://github.com/truecharts/charts/compare/dokuwiki-10.2.3...dokuwiki-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [dokuwiki-10.2.3](https://github.com/truecharts/charts/compare/dokuwiki-10.2.2...dokuwiki-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [dokuwiki-10.2.2](https://github.com/truecharts/charts/compare/dokuwiki-10.2.0...dokuwiki-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + +## [dokuwiki-9.1.18](https://github.com/truecharts/charts/compare/dokuwiki-9.1.17...dokuwiki-9.1.18) (2024-02-12) + +### Chore + + + +- update container image bitnami/dokuwiki to 20230404.1.0[@326f97f](https://github.com/326f97f) by renovate ([#18201](https://github.com/truecharts/charts/issues/18201)) + + +## [dokuwiki-9.1.17](https://github.com/truecharts/charts/compare/dokuwiki-9.1.16...dokuwiki-9.1.17) (2024-02-12) + +### Chore + + + +- update container image bitnami/dokuwiki to 20230404.1.0[@68ba05c](https://github.com/68ba05c) by renovate ([#18155](https://github.com/truecharts/charts/issues/18155)) + + +## [dokuwiki-9.1.16](https://github.com/truecharts/charts/compare/dokuwiki-9.1.15...dokuwiki-9.1.16) (2024-02-12) + +### Chore + + + +- update container image bitnami/dokuwiki to 20230404.1.0[@d9ebe51](https://github.com/d9ebe51) by renovate ([#18027](https://github.com/truecharts/charts/issues/18027)) + + +## [dokuwiki-9.1.15](https://github.com/truecharts/charts/compare/dokuwiki-9.1.14...dokuwiki-9.1.15) (2024-02-05) + +### Chore + + + +- update container image bitnami/dokuwiki to 20230404.1.0[@aaee2ed](https://github.com/aaee2ed) by renovate ([#17813](https://github.com/truecharts/charts/issues/17813)) + + +## [dokuwiki-9.1.14](https://github.com/truecharts/charts/compare/dokuwiki-9.1.13...dokuwiki-9.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [dokuwiki-9.1.13](https://github.com/truecharts/charts/compare/dokuwiki-9.1.12...dokuwiki-9.1.13) (2024-01-29) + +### Chore + diff --git a/stable/dokuwiki/10.3.0/Chart.yaml b/stable/dokuwiki/10.3.0/Chart.yaml new file mode 100644 index 00000000000..9b5c8059568 --- /dev/null +++ b/stable/dokuwiki/10.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 20230404.1.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Dokuwiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. +home: https://truecharts.org/charts/stable/dokuwiki +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dokuwiki.png +keywords: + - dokuwiki +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dokuwiki +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/dokuwiki + - https://hub.docker.com/r/bitnami/dokuwiki +type: application +version: 10.3.0 diff --git a/stable/dokuwiki/10.1.4/README.md b/stable/dokuwiki/10.3.0/README.md similarity index 100% rename from stable/dokuwiki/10.1.4/README.md rename to stable/dokuwiki/10.3.0/README.md diff --git a/stable/dokuwiki/10.3.0/app-changelog.md b/stable/dokuwiki/10.3.0/app-changelog.md new file mode 100644 index 00000000000..11f7450f33e --- /dev/null +++ b/stable/dokuwiki/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [dokuwiki-10.3.0](https://github.com/truecharts/charts/compare/dokuwiki-10.2.3...dokuwiki-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/dokuwiki/10.1.4/app-readme.md b/stable/dokuwiki/10.3.0/app-readme.md similarity index 100% rename from stable/dokuwiki/10.1.4/app-readme.md rename to stable/dokuwiki/10.3.0/app-readme.md diff --git a/stable/dokuwiki/10.3.0/charts/common-18.2.0.tgz b/stable/dokuwiki/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/dokuwiki/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/dokuwiki/10.1.4/ix_values.yaml b/stable/dokuwiki/10.3.0/ix_values.yaml similarity index 100% rename from stable/dokuwiki/10.1.4/ix_values.yaml rename to stable/dokuwiki/10.3.0/ix_values.yaml diff --git a/stable/dokuwiki/10.1.4/questions.yaml b/stable/dokuwiki/10.3.0/questions.yaml similarity index 100% rename from stable/dokuwiki/10.1.4/questions.yaml rename to stable/dokuwiki/10.3.0/questions.yaml diff --git a/stable/doplarr/9.1.3/templates/NOTES.txt b/stable/dokuwiki/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/doplarr/9.1.3/templates/NOTES.txt rename to stable/dokuwiki/10.3.0/templates/NOTES.txt diff --git a/stable/domoticz/10.1.3/templates/common.yaml b/stable/dokuwiki/10.3.0/templates/common.yaml similarity index 100% rename from stable/domoticz/10.1.3/templates/common.yaml rename to stable/dokuwiki/10.3.0/templates/common.yaml diff --git a/stable/dontstarvetogether/5.1.3/values.yaml b/stable/dokuwiki/10.3.0/values.yaml similarity index 100% rename from stable/dontstarvetogether/5.1.3/values.yaml rename to stable/dokuwiki/10.3.0/values.yaml diff --git a/stable/domoticz/10.1.3/CHANGELOG.md b/stable/domoticz/10.1.3/CHANGELOG.md deleted file mode 100644 index 2eacf50374c..00000000000 --- a/stable/domoticz/10.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [domoticz-9.1.0](https://github.com/truecharts/charts/compare/domoticz-9.0.0...domoticz-9.1.0) (2024-02-05) - -### Chore - - - -- update container image domoticz/domoticz to v2024.4[@9d1c256](https://github.com/9d1c256) by renovate ([#17934](https://github.com/truecharts/charts/issues/17934)) - - -## [domoticz-9.0.0](https://github.com/truecharts/charts/compare/domoticz-8.1.12...domoticz-9.0.0) (2024-02-04) - - -## [domoticz-8.1.12](https://github.com/truecharts/charts/compare/domoticz-8.1.11...domoticz-8.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [domoticz-8.1.11](https://github.com/truecharts/charts/compare/domoticz-8.1.10...domoticz-8.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [domoticz-8.1.10](https://github.com/truecharts/charts/compare/domoticz-8.1.9...domoticz-8.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [domoticz-8.1.9](https://github.com/truecharts/charts/compare/domoticz-8.1.8...domoticz-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [domoticz-8.1.8](https://github.com/truecharts/charts/compare/domoticz-8.1.7...domoticz-8.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [domoticz-8.1.7](https://github.com/truecharts/charts/compare/domoticz-8.1.6...domoticz-8.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [domoticz-8.1.6](https://github.com/truecharts/charts/compare/domoticz-8.1.5...domoticz-8.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [domoticz-8.1.5](https://github.com/truecharts/charts/compare/domoticz-8.1.4...domoticz-8.1.5) (2024-01-02) - -### Chore - - diff --git a/stable/domoticz/10.1.3/Chart.yaml b/stable/domoticz/10.1.3/Chart.yaml deleted file mode 100644 index fb85591f45f..00000000000 --- a/stable/domoticz/10.1.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.4.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Domoticz is a Home Automation System that lets you monitor and configure various devices like Lights, Switches and much more. -home: https://truecharts.org/charts/stable/domoticz -icon: https://truecharts.org/img/hotlink-ok/chart-icons/domoticz.png -keywords: - - domoticz -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: domoticz -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/domoticz - - https://hub.docker.com/r/domoticz/domoticz -type: application -version: 10.1.3 diff --git a/stable/domoticz/10.1.3/charts/common-18.0.3.tgz b/stable/domoticz/10.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/domoticz/10.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/doplarr/9.1.3/.helmignore b/stable/domoticz/10.3.0/.helmignore similarity index 100% rename from stable/doplarr/9.1.3/.helmignore rename to stable/domoticz/10.3.0/.helmignore diff --git a/stable/domoticz/10.3.0/CHANGELOG.md b/stable/domoticz/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..894a0d7607f --- /dev/null +++ b/stable/domoticz/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [domoticz-10.3.0](https://github.com/truecharts/charts/compare/domoticz-10.2.3...domoticz-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [domoticz-10.2.3](https://github.com/truecharts/charts/compare/domoticz-10.2.2...domoticz-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [domoticz-10.2.2](https://github.com/truecharts/charts/compare/domoticz-10.2.0...domoticz-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [domoticz-9.1.0](https://github.com/truecharts/charts/compare/domoticz-9.0.0...domoticz-9.1.0) (2024-02-05) + +### Chore + + + +- update container image domoticz/domoticz to v2024.4[@9d1c256](https://github.com/9d1c256) by renovate ([#17934](https://github.com/truecharts/charts/issues/17934)) + + +## [domoticz-9.0.0](https://github.com/truecharts/charts/compare/domoticz-8.1.12...domoticz-9.0.0) (2024-02-04) + + +## [domoticz-8.1.12](https://github.com/truecharts/charts/compare/domoticz-8.1.11...domoticz-8.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [domoticz-8.1.11](https://github.com/truecharts/charts/compare/domoticz-8.1.10...domoticz-8.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [domoticz-8.1.10](https://github.com/truecharts/charts/compare/domoticz-8.1.9...domoticz-8.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [domoticz-8.1.9](https://github.com/truecharts/charts/compare/domoticz-8.1.8...domoticz-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [domoticz-8.1.8](https://github.com/truecharts/charts/compare/domoticz-8.1.7...domoticz-8.1.8) (2024-01-21) + +### Chore + diff --git a/stable/domoticz/10.3.0/Chart.yaml b/stable/domoticz/10.3.0/Chart.yaml new file mode 100644 index 00000000000..60b69c0527f --- /dev/null +++ b/stable/domoticz/10.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.4.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Domoticz is a Home Automation System that lets you monitor and configure various devices like Lights, Switches and much more. +home: https://truecharts.org/charts/stable/domoticz +icon: https://truecharts.org/img/hotlink-ok/chart-icons/domoticz.png +keywords: + - domoticz +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: domoticz +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/domoticz + - https://hub.docker.com/r/domoticz/domoticz +type: application +version: 10.3.0 diff --git a/stable/domoticz/10.1.3/README.md b/stable/domoticz/10.3.0/README.md similarity index 100% rename from stable/domoticz/10.1.3/README.md rename to stable/domoticz/10.3.0/README.md diff --git a/stable/domoticz/10.3.0/app-changelog.md b/stable/domoticz/10.3.0/app-changelog.md new file mode 100644 index 00000000000..312ec85c7ae --- /dev/null +++ b/stable/domoticz/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [domoticz-10.3.0](https://github.com/truecharts/charts/compare/domoticz-10.2.3...domoticz-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/domoticz/10.1.3/app-readme.md b/stable/domoticz/10.3.0/app-readme.md similarity index 100% rename from stable/domoticz/10.1.3/app-readme.md rename to stable/domoticz/10.3.0/app-readme.md diff --git a/stable/domoticz/10.3.0/charts/common-18.2.0.tgz b/stable/domoticz/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/domoticz/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/domoticz/10.1.3/ix_values.yaml b/stable/domoticz/10.3.0/ix_values.yaml similarity index 100% rename from stable/domoticz/10.1.3/ix_values.yaml rename to stable/domoticz/10.3.0/ix_values.yaml diff --git a/stable/domoticz/10.1.3/questions.yaml b/stable/domoticz/10.3.0/questions.yaml similarity index 100% rename from stable/domoticz/10.1.3/questions.yaml rename to stable/domoticz/10.3.0/questions.yaml diff --git a/stable/double-take/10.1.3/templates/NOTES.txt b/stable/domoticz/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/double-take/10.1.3/templates/NOTES.txt rename to stable/domoticz/10.3.0/templates/NOTES.txt diff --git a/stable/doplarr/9.1.3/templates/common.yaml b/stable/domoticz/10.3.0/templates/common.yaml similarity index 100% rename from stable/doplarr/9.1.3/templates/common.yaml rename to stable/domoticz/10.3.0/templates/common.yaml diff --git a/stable/doplarr/9.1.3/values.yaml b/stable/domoticz/10.3.0/values.yaml similarity index 100% rename from stable/doplarr/9.1.3/values.yaml rename to stable/domoticz/10.3.0/values.yaml diff --git a/stable/dontstarvetogether/5.1.3/CHANGELOG.md b/stable/dontstarvetogether/5.1.3/CHANGELOG.md deleted file mode 100644 index fbdd8ffb445..00000000000 --- a/stable/dontstarvetogether/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [dontstarvetogether-4.1.12](https://github.com/truecharts/charts/compare/dontstarvetogether-4.1.11...dontstarvetogether-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dontstarvetogether-4.1.11](https://github.com/truecharts/charts/compare/dontstarvetogether-4.1.10...dontstarvetogether-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [dontstarvetogether-4.1.10](https://github.com/truecharts/charts/compare/dontstarvetogether-4.1.9...dontstarvetogether-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [dontstarvetogether-4.1.9](https://github.com/truecharts/charts/compare/dontstarvetogether-4.1.8...dontstarvetogether-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [dontstarvetogether-4.1.8](https://github.com/truecharts/charts/compare/dontstarvetogether-4.1.7...dontstarvetogether-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [dontstarvetogether-4.1.7](https://github.com/truecharts/charts/compare/dontstarvetogether-4.1.6...dontstarvetogether-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [dontstarvetogether-4.1.6](https://github.com/truecharts/charts/compare/dontstarvetogether-4.1.5...dontstarvetogether-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [dontstarvetogether-4.1.5](https://github.com/truecharts/charts/compare/dontstarvetogether-4.1.4...dontstarvetogether-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [dontstarvetogether-4.1.4](https://github.com/truecharts/charts/compare/dontstarvetogether-4.1.3...dontstarvetogether-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/dontstarvetogether/5.1.3/Chart.yaml b/stable/dontstarvetogether/5.1.3/Chart.yaml deleted file mode 100644 index 091d6006408..00000000000 --- a/stable/dontstarvetogether/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: dontstare -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Don't Starve Together and run it. -home: https://truecharts.org/charts/stable/dontstarvetogether -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dontstarvetogether.png -keywords: - - dontstarvetogether - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: dontstarvetogether -sources: - - https://www.klei.com/games/dont-starve-together - - https://github.com/truecharts/charts/tree/master/charts/stable/dontstarvetogether - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/dontstarvetogether/5.1.3/charts/common-18.0.3.tgz b/stable/dontstarvetogether/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/dontstarvetogether/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/double-take/10.1.3/.helmignore b/stable/dontstarvetogether/5.3.0/.helmignore similarity index 100% rename from stable/double-take/10.1.3/.helmignore rename to stable/dontstarvetogether/5.3.0/.helmignore diff --git a/stable/dontstarvetogether/5.3.0/CHANGELOG.md b/stable/dontstarvetogether/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..3e68d4fc59e --- /dev/null +++ b/stable/dontstarvetogether/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dontstarvetogether-5.3.0](https://github.com/truecharts/charts/compare/dontstarvetogether-5.2.3...dontstarvetogether-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [dontstarvetogether-5.2.3](https://github.com/truecharts/charts/compare/dontstarvetogether-5.2.2...dontstarvetogether-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [dontstarvetogether-5.2.2](https://github.com/truecharts/charts/compare/dontstarvetogether-5.2.0...dontstarvetogether-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [dontstarvetogether-4.1.12](https://github.com/truecharts/charts/compare/dontstarvetogether-4.1.11...dontstarvetogether-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [dontstarvetogether-4.1.11](https://github.com/truecharts/charts/compare/dontstarvetogether-4.1.10...dontstarvetogether-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [dontstarvetogether-4.1.10](https://github.com/truecharts/charts/compare/dontstarvetogether-4.1.9...dontstarvetogether-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [dontstarvetogether-4.1.9](https://github.com/truecharts/charts/compare/dontstarvetogether-4.1.8...dontstarvetogether-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [dontstarvetogether-4.1.8](https://github.com/truecharts/charts/compare/dontstarvetogether-4.1.7...dontstarvetogether-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [dontstarvetogether-4.1.7](https://github.com/truecharts/charts/compare/dontstarvetogether-4.1.6...dontstarvetogether-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/dontstarvetogether/5.3.0/Chart.yaml b/stable/dontstarvetogether/5.3.0/Chart.yaml new file mode 100644 index 00000000000..c367bb91be1 --- /dev/null +++ b/stable/dontstarvetogether/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: dontstare +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Don't Starve Together and run it. +home: https://truecharts.org/charts/stable/dontstarvetogether +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dontstarvetogether.png +keywords: + - dontstarvetogether + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dontstarvetogether +sources: + - https://www.klei.com/games/dont-starve-together + - https://github.com/truecharts/charts/tree/master/charts/stable/dontstarvetogether + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/dontstarvetogether/5.1.3/README.md b/stable/dontstarvetogether/5.3.0/README.md similarity index 100% rename from stable/dontstarvetogether/5.1.3/README.md rename to stable/dontstarvetogether/5.3.0/README.md diff --git a/stable/dontstarvetogether/5.3.0/app-changelog.md b/stable/dontstarvetogether/5.3.0/app-changelog.md new file mode 100644 index 00000000000..7680dc81d1f --- /dev/null +++ b/stable/dontstarvetogether/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [dontstarvetogether-5.3.0](https://github.com/truecharts/charts/compare/dontstarvetogether-5.2.3...dontstarvetogether-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/dontstarvetogether/5.1.3/app-readme.md b/stable/dontstarvetogether/5.3.0/app-readme.md similarity index 100% rename from stable/dontstarvetogether/5.1.3/app-readme.md rename to stable/dontstarvetogether/5.3.0/app-readme.md diff --git a/stable/dontstarvetogether/5.3.0/charts/common-18.2.0.tgz b/stable/dontstarvetogether/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/dontstarvetogether/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/dontstarvetogether/5.1.3/ix_values.yaml b/stable/dontstarvetogether/5.3.0/ix_values.yaml similarity index 100% rename from stable/dontstarvetogether/5.1.3/ix_values.yaml rename to stable/dontstarvetogether/5.3.0/ix_values.yaml diff --git a/stable/dontstarvetogether/5.1.3/questions.yaml b/stable/dontstarvetogether/5.3.0/questions.yaml similarity index 100% rename from stable/dontstarvetogether/5.1.3/questions.yaml rename to stable/dontstarvetogether/5.3.0/questions.yaml diff --git a/stable/dontstarvetogether/5.1.3/templates/common.yaml b/stable/dontstarvetogether/5.3.0/templates/common.yaml similarity index 100% rename from stable/dontstarvetogether/5.1.3/templates/common.yaml rename to stable/dontstarvetogether/5.3.0/templates/common.yaml diff --git a/stable/double-take/10.1.3/values.yaml b/stable/dontstarvetogether/5.3.0/values.yaml similarity index 100% rename from stable/double-take/10.1.3/values.yaml rename to stable/dontstarvetogether/5.3.0/values.yaml diff --git a/stable/doplarr/9.1.3/CHANGELOG.md b/stable/doplarr/9.1.3/CHANGELOG.md deleted file mode 100644 index 6885517b20c..00000000000 --- a/stable/doplarr/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [doplarr-8.1.13](https://github.com/truecharts/charts/compare/doplarr-8.1.12...doplarr-8.1.13) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/kiranshila/doplarr to v3.6.3[@426517f](https://github.com/426517f) by renovate ([#18133](https://github.com/truecharts/charts/issues/18133)) - - -## [doplarr-8.1.12](https://github.com/truecharts/charts/compare/doplarr-8.1.11...doplarr-8.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [doplarr-8.1.11](https://github.com/truecharts/charts/compare/doplarr-8.1.10...doplarr-8.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [doplarr-8.1.10](https://github.com/truecharts/charts/compare/doplarr-8.1.9...doplarr-8.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [doplarr-8.1.9](https://github.com/truecharts/charts/compare/doplarr-8.1.8...doplarr-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [doplarr-8.1.8](https://github.com/truecharts/charts/compare/doplarr-8.1.7...doplarr-8.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [doplarr-8.1.7](https://github.com/truecharts/charts/compare/doplarr-8.1.6...doplarr-8.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [doplarr-8.1.6](https://github.com/truecharts/charts/compare/doplarr-8.1.5...doplarr-8.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [doplarr-8.1.5](https://github.com/truecharts/charts/compare/doplarr-8.1.4...doplarr-8.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - diff --git a/stable/doplarr/9.1.3/Chart.yaml b/stable/doplarr/9.1.3/Chart.yaml deleted file mode 100644 index d06114de2b7..00000000000 --- a/stable/doplarr/9.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.6.3 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: An *arr Request Bot for Discord -home: https://truecharts.org/charts/stable/doplarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/doplarr.png -keywords: - - doplarr -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: doplarr -sources: - - https://github.com/kiranshila/Doplarr - - https://github.com/truecharts/charts/tree/master/charts/stable/doplarr - - https://ghcr.io/kiranshila/doplarr -type: application -version: 9.1.3 diff --git a/stable/doplarr/9.1.3/charts/common-18.0.3.tgz b/stable/doplarr/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/doplarr/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/doublecommander/12.2.0/.helmignore b/stable/doplarr/9.3.0/.helmignore similarity index 100% rename from stable/doublecommander/12.2.0/.helmignore rename to stable/doplarr/9.3.0/.helmignore diff --git a/stable/doplarr/9.3.0/CHANGELOG.md b/stable/doplarr/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..4bd67eccff4 --- /dev/null +++ b/stable/doplarr/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [doplarr-9.3.0](https://github.com/truecharts/charts/compare/doplarr-9.2.3...doplarr-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [doplarr-9.2.3](https://github.com/truecharts/charts/compare/doplarr-9.2.2...doplarr-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [doplarr-9.2.2](https://github.com/truecharts/charts/compare/doplarr-9.2.0...doplarr-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [doplarr-8.1.13](https://github.com/truecharts/charts/compare/doplarr-8.1.12...doplarr-8.1.13) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/kiranshila/doplarr to v3.6.3[@426517f](https://github.com/426517f) by renovate ([#18133](https://github.com/truecharts/charts/issues/18133)) + + +## [doplarr-8.1.12](https://github.com/truecharts/charts/compare/doplarr-8.1.11...doplarr-8.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [doplarr-8.1.11](https://github.com/truecharts/charts/compare/doplarr-8.1.10...doplarr-8.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [doplarr-8.1.10](https://github.com/truecharts/charts/compare/doplarr-8.1.9...doplarr-8.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [doplarr-8.1.9](https://github.com/truecharts/charts/compare/doplarr-8.1.8...doplarr-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [doplarr-8.1.8](https://github.com/truecharts/charts/compare/doplarr-8.1.7...doplarr-8.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/doplarr/9.3.0/Chart.yaml b/stable/doplarr/9.3.0/Chart.yaml new file mode 100644 index 00000000000..ac2a5e3972b --- /dev/null +++ b/stable/doplarr/9.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.6.3 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An *arr Request Bot for Discord +home: https://truecharts.org/charts/stable/doplarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/doplarr.png +keywords: + - doplarr +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: doplarr +sources: + - https://github.com/kiranshila/Doplarr + - https://github.com/truecharts/charts/tree/master/charts/stable/doplarr + - https://ghcr.io/kiranshila/doplarr +type: application +version: 9.3.0 diff --git a/stable/doplarr/9.1.3/README.md b/stable/doplarr/9.3.0/README.md similarity index 100% rename from stable/doplarr/9.1.3/README.md rename to stable/doplarr/9.3.0/README.md diff --git a/stable/doplarr/9.3.0/app-changelog.md b/stable/doplarr/9.3.0/app-changelog.md new file mode 100644 index 00000000000..713d0b3738c --- /dev/null +++ b/stable/doplarr/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [doplarr-9.3.0](https://github.com/truecharts/charts/compare/doplarr-9.2.3...doplarr-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/doplarr/9.1.3/app-readme.md b/stable/doplarr/9.3.0/app-readme.md similarity index 100% rename from stable/doplarr/9.1.3/app-readme.md rename to stable/doplarr/9.3.0/app-readme.md diff --git a/stable/doplarr/9.3.0/charts/common-18.2.0.tgz b/stable/doplarr/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/doplarr/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/doplarr/9.1.3/ix_values.yaml b/stable/doplarr/9.3.0/ix_values.yaml similarity index 100% rename from stable/doplarr/9.1.3/ix_values.yaml rename to stable/doplarr/9.3.0/ix_values.yaml diff --git a/stable/doplarr/9.1.3/questions.yaml b/stable/doplarr/9.3.0/questions.yaml similarity index 100% rename from stable/doplarr/9.1.3/questions.yaml rename to stable/doplarr/9.3.0/questions.yaml diff --git a/stable/doublecommander/12.2.0/templates/NOTES.txt b/stable/doplarr/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/doublecommander/12.2.0/templates/NOTES.txt rename to stable/doplarr/9.3.0/templates/NOTES.txt diff --git a/stable/double-take/10.1.3/templates/common.yaml b/stable/doplarr/9.3.0/templates/common.yaml similarity index 100% rename from stable/double-take/10.1.3/templates/common.yaml rename to stable/doplarr/9.3.0/templates/common.yaml diff --git a/stable/doublecommander/12.2.0/values.yaml b/stable/doplarr/9.3.0/values.yaml similarity index 100% rename from stable/doublecommander/12.2.0/values.yaml rename to stable/doplarr/9.3.0/values.yaml diff --git a/stable/double-take/10.1.3/CHANGELOG.md b/stable/double-take/10.1.3/CHANGELOG.md deleted file mode 100644 index ad3d8e38faf..00000000000 --- a/stable/double-take/10.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [double-take-9.1.12](https://github.com/truecharts/charts/compare/double-take-9.1.11...double-take-9.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [double-take-9.1.11](https://github.com/truecharts/charts/compare/double-take-9.1.10...double-take-9.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [double-take-9.1.10](https://github.com/truecharts/charts/compare/double-take-9.1.9...double-take-9.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [double-take-9.1.9](https://github.com/truecharts/charts/compare/double-take-9.1.8...double-take-9.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [double-take-9.1.8](https://github.com/truecharts/charts/compare/double-take-9.1.7...double-take-9.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [double-take-9.1.7](https://github.com/truecharts/charts/compare/double-take-9.1.6...double-take-9.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [double-take-9.1.6](https://github.com/truecharts/charts/compare/double-take-9.1.5...double-take-9.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [double-take-9.1.5](https://github.com/truecharts/charts/compare/double-take-9.1.4...double-take-9.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [double-take-9.1.4](https://github.com/truecharts/charts/compare/double-take-9.1.3...double-take-9.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/double-take/10.1.3/Chart.yaml b/stable/double-take/10.1.3/Chart.yaml deleted file mode 100644 index 147896e4866..00000000000 --- a/stable/double-take/10.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.13.11 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Unified UI and API for processing and training images for facial recognition -home: https://truecharts.org/charts/stable/double-take -icon: https://truecharts.org/img/hotlink-ok/chart-icons/double-take.png -keywords: - - ai - - double-take -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: double-take -sources: - - https://github.com/jakowenko/double-take - - https://github.com/truecharts/charts/tree/master/charts/stable/double-take - - https://hub.docker.com/r/skrashevich/double-take -type: application -version: 10.1.3 diff --git a/stable/double-take/10.1.3/charts/common-18.0.3.tgz b/stable/double-take/10.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/double-take/10.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/dropbox-by-otherguy/5.1.3/.helmignore b/stable/double-take/10.3.0/.helmignore similarity index 100% rename from stable/dropbox-by-otherguy/5.1.3/.helmignore rename to stable/double-take/10.3.0/.helmignore diff --git a/stable/double-take/10.3.0/CHANGELOG.md b/stable/double-take/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..8d601bd03d3 --- /dev/null +++ b/stable/double-take/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [double-take-10.3.0](https://github.com/truecharts/charts/compare/double-take-10.2.3...double-take-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [double-take-10.2.3](https://github.com/truecharts/charts/compare/double-take-10.2.2...double-take-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [double-take-10.2.2](https://github.com/truecharts/charts/compare/double-take-10.2.0...double-take-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [double-take-9.1.12](https://github.com/truecharts/charts/compare/double-take-9.1.11...double-take-9.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [double-take-9.1.11](https://github.com/truecharts/charts/compare/double-take-9.1.10...double-take-9.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [double-take-9.1.10](https://github.com/truecharts/charts/compare/double-take-9.1.9...double-take-9.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [double-take-9.1.9](https://github.com/truecharts/charts/compare/double-take-9.1.8...double-take-9.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [double-take-9.1.8](https://github.com/truecharts/charts/compare/double-take-9.1.7...double-take-9.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [double-take-9.1.7](https://github.com/truecharts/charts/compare/double-take-9.1.6...double-take-9.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/double-take/10.3.0/Chart.yaml b/stable/double-take/10.3.0/Chart.yaml new file mode 100644 index 00000000000..07db5e5e3eb --- /dev/null +++ b/stable/double-take/10.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.13.11 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Unified UI and API for processing and training images for facial recognition +home: https://truecharts.org/charts/stable/double-take +icon: https://truecharts.org/img/hotlink-ok/chart-icons/double-take.png +keywords: + - ai + - double-take +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: double-take +sources: + - https://github.com/jakowenko/double-take + - https://github.com/truecharts/charts/tree/master/charts/stable/double-take + - https://hub.docker.com/r/skrashevich/double-take +type: application +version: 10.3.0 diff --git a/stable/double-take/10.1.3/README.md b/stable/double-take/10.3.0/README.md similarity index 100% rename from stable/double-take/10.1.3/README.md rename to stable/double-take/10.3.0/README.md diff --git a/stable/double-take/10.3.0/app-changelog.md b/stable/double-take/10.3.0/app-changelog.md new file mode 100644 index 00000000000..20c2a051e85 --- /dev/null +++ b/stable/double-take/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [double-take-10.3.0](https://github.com/truecharts/charts/compare/double-take-10.2.3...double-take-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/double-take/10.1.3/app-readme.md b/stable/double-take/10.3.0/app-readme.md similarity index 100% rename from stable/double-take/10.1.3/app-readme.md rename to stable/double-take/10.3.0/app-readme.md diff --git a/stable/double-take/10.3.0/charts/common-18.2.0.tgz b/stable/double-take/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/double-take/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/double-take/10.1.3/ix_values.yaml b/stable/double-take/10.3.0/ix_values.yaml similarity index 100% rename from stable/double-take/10.1.3/ix_values.yaml rename to stable/double-take/10.3.0/ix_values.yaml diff --git a/stable/double-take/10.1.3/questions.yaml b/stable/double-take/10.3.0/questions.yaml similarity index 100% rename from stable/double-take/10.1.3/questions.yaml rename to stable/double-take/10.3.0/questions.yaml diff --git a/stable/duckdns/9.2.0/templates/NOTES.txt b/stable/double-take/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/duckdns/9.2.0/templates/NOTES.txt rename to stable/double-take/10.3.0/templates/NOTES.txt diff --git a/stable/duckdns/9.2.0/templates/common.yaml b/stable/double-take/10.3.0/templates/common.yaml similarity index 100% rename from stable/duckdns/9.2.0/templates/common.yaml rename to stable/double-take/10.3.0/templates/common.yaml diff --git a/stable/dropbox-by-otherguy/5.1.3/values.yaml b/stable/double-take/10.3.0/values.yaml similarity index 100% rename from stable/dropbox-by-otherguy/5.1.3/values.yaml rename to stable/double-take/10.3.0/values.yaml diff --git a/stable/doublecommander/12.2.0/CHANGELOG.md b/stable/doublecommander/12.2.0/CHANGELOG.md deleted file mode 100644 index 79ec8b2fddb..00000000000 --- a/stable/doublecommander/12.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - -## [doublecommander-11.1.19](https://github.com/truecharts/charts/compare/doublecommander-11.1.18...doublecommander-11.1.19) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/doublecommander to latest[@adff165](https://github.com/adff165) by renovate ([#18059](https://github.com/truecharts/charts/issues/18059)) - - -## [doublecommander-11.1.18](https://github.com/truecharts/charts/compare/doublecommander-11.1.17...doublecommander-11.1.18) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/doublecommander to latest[@84d7905](https://github.com/84d7905) by renovate ([#17848](https://github.com/truecharts/charts/issues/17848)) - - -## [doublecommander-11.1.17](https://github.com/truecharts/charts/compare/doublecommander-11.1.16...doublecommander-11.1.17) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [doublecommander-11.1.16](https://github.com/truecharts/charts/compare/doublecommander-11.1.15...doublecommander-11.1.16) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/doublecommander to latest[@f20eed8](https://github.com/f20eed8) by renovate ([#17604](https://github.com/truecharts/charts/issues/17604)) - - -## [doublecommander-11.1.15](https://github.com/truecharts/charts/compare/doublecommander-11.1.14...doublecommander-11.1.15) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [doublecommander-11.1.14](https://github.com/truecharts/charts/compare/doublecommander-11.1.13...doublecommander-11.1.14) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [doublecommander-11.1.13](https://github.com/truecharts/charts/compare/doublecommander-11.1.12...doublecommander-11.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [doublecommander-11.1.12](https://github.com/truecharts/charts/compare/doublecommander-11.1.11...doublecommander-11.1.12) (2024-01-21) - -### Chore - - diff --git a/stable/doublecommander/12.2.0/Chart.yaml b/stable/doublecommander/12.2.0/Chart.yaml deleted file mode 100644 index 7e1a0bc72de..00000000000 --- a/stable/doublecommander/12.2.0/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A free cross platform open source file manager with two panels side by side. -home: https://truecharts.org/charts/stable/doublecommander -icon: https://truecharts.org/img/hotlink-ok/chart-icons/doublecommander.png -keywords: - - doublecommander - - file - - manager -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: doublecommander -sources: - - https://github.com/linuxserver/docker-doublecommander - - https://doublecmd.sourceforge.io/ - - https://github.com/truecharts/charts/tree/master/charts/stable/doublecommander - - https://ghcr.io/linuxserver/doublecommander -type: application -version: 12.2.0 diff --git a/stable/doublecommander/12.2.0/charts/common-18.1.2.tgz b/stable/doublecommander/12.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/doublecommander/12.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/doublecommander/12.2.0/ix_values.yaml b/stable/doublecommander/12.2.0/ix_values.yaml deleted file mode 100644 index 726ff94ff88..00000000000 --- a/stable/doublecommander/12.2.0/ix_values.yaml +++ /dev/null @@ -1,44 +0,0 @@ -image: - repository: ghcr.io/linuxserver/doublecommander - pullPolicy: IfNotPresent - tag: latest@sha256:2c3a01887ea0c0e03e3946429c0dd0158dbcf67ba754b3cdf9a77c1a1b6cf1ba -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 10034 - targetPort: 3000 -workload: - main: - podSpec: - containers: - main: - securityContext: - capabilities: - add: - - SYS_CHROOT - - KILL - - NET_BIND_SERVICE - probes: - liveness: - type: http - path: / - readiness: - type: http - path: / - startup: - type: http - path: / -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true diff --git a/stable/duckdns/9.2.0/.helmignore b/stable/doublecommander/12.3.0/.helmignore similarity index 100% rename from stable/duckdns/9.2.0/.helmignore rename to stable/doublecommander/12.3.0/.helmignore diff --git a/stable/doublecommander/12.3.0/CHANGELOG.md b/stable/doublecommander/12.3.0/CHANGELOG.md new file mode 100644 index 00000000000..c72bbf96f0d --- /dev/null +++ b/stable/doublecommander/12.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [doublecommander-12.3.0](https://github.com/truecharts/charts/compare/doublecommander-12.2.4...doublecommander-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [doublecommander-12.2.4](https://github.com/truecharts/charts/compare/doublecommander-12.2.3...doublecommander-12.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [doublecommander-12.2.3](https://github.com/truecharts/charts/compare/doublecommander-12.2.2...doublecommander-12.2.3) (2024-03-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/doublecommander to latest[@f9d36ef](https://github.com/f9d36ef) by renovate ([#18777](https://github.com/truecharts/charts/issues/18777)) + + +## [doublecommander-12.2.2](https://github.com/truecharts/charts/compare/doublecommander-12.2.0...doublecommander-12.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + +## [doublecommander-11.1.19](https://github.com/truecharts/charts/compare/doublecommander-11.1.18...doublecommander-11.1.19) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/doublecommander to latest[@adff165](https://github.com/adff165) by renovate ([#18059](https://github.com/truecharts/charts/issues/18059)) + + +## [doublecommander-11.1.18](https://github.com/truecharts/charts/compare/doublecommander-11.1.17...doublecommander-11.1.18) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/doublecommander to latest[@84d7905](https://github.com/84d7905) by renovate ([#17848](https://github.com/truecharts/charts/issues/17848)) + + +## [doublecommander-11.1.17](https://github.com/truecharts/charts/compare/doublecommander-11.1.16...doublecommander-11.1.17) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [doublecommander-11.1.16](https://github.com/truecharts/charts/compare/doublecommander-11.1.15...doublecommander-11.1.16) (2024-01-29) + +### Chore diff --git a/stable/doublecommander/12.3.0/Chart.yaml b/stable/doublecommander/12.3.0/Chart.yaml new file mode 100644 index 00000000000..e7cc6c3c3bc --- /dev/null +++ b/stable/doublecommander/12.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A free cross platform open source file manager with two panels side by side. +home: https://truecharts.org/charts/stable/doublecommander +icon: https://truecharts.org/img/hotlink-ok/chart-icons/doublecommander.png +keywords: + - doublecommander + - file + - manager +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: doublecommander +sources: + - https://github.com/linuxserver/docker-doublecommander + - https://doublecmd.sourceforge.io/ + - https://github.com/truecharts/charts/tree/master/charts/stable/doublecommander + - https://ghcr.io/linuxserver/doublecommander +type: application +version: 12.3.0 diff --git a/stable/doublecommander/12.2.0/README.md b/stable/doublecommander/12.3.0/README.md similarity index 100% rename from stable/doublecommander/12.2.0/README.md rename to stable/doublecommander/12.3.0/README.md diff --git a/stable/doublecommander/12.3.0/app-changelog.md b/stable/doublecommander/12.3.0/app-changelog.md new file mode 100644 index 00000000000..2a9ba05215b --- /dev/null +++ b/stable/doublecommander/12.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [doublecommander-12.3.0](https://github.com/truecharts/charts/compare/doublecommander-12.2.4...doublecommander-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/doublecommander/12.2.0/app-readme.md b/stable/doublecommander/12.3.0/app-readme.md similarity index 100% rename from stable/doublecommander/12.2.0/app-readme.md rename to stable/doublecommander/12.3.0/app-readme.md diff --git a/stable/doublecommander/12.3.0/charts/common-18.2.0.tgz b/stable/doublecommander/12.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/doublecommander/12.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/doublecommander/12.3.0/ix_values.yaml b/stable/doublecommander/12.3.0/ix_values.yaml new file mode 100644 index 00000000000..282ce7a93ae --- /dev/null +++ b/stable/doublecommander/12.3.0/ix_values.yaml @@ -0,0 +1,44 @@ +image: + repository: ghcr.io/linuxserver/doublecommander + pullPolicy: IfNotPresent + tag: latest@sha256:f9d36efe82dd45112e2c1059825f99705c5e21b99ee72d4c743096ec029e66c0 +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 10034 + targetPort: 3000 +workload: + main: + podSpec: + containers: + main: + securityContext: + capabilities: + add: + - SYS_CHROOT + - KILL + - NET_BIND_SERVICE + probes: + liveness: + type: http + path: / + readiness: + type: http + path: / + startup: + type: http + path: / +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true diff --git a/stable/doublecommander/12.2.0/questions.yaml b/stable/doublecommander/12.3.0/questions.yaml similarity index 100% rename from stable/doublecommander/12.2.0/questions.yaml rename to stable/doublecommander/12.3.0/questions.yaml diff --git a/stable/duplicacy/6.2.0/templates/NOTES.txt b/stable/doublecommander/12.3.0/templates/NOTES.txt similarity index 100% rename from stable/duplicacy/6.2.0/templates/NOTES.txt rename to stable/doublecommander/12.3.0/templates/NOTES.txt diff --git a/stable/doublecommander/12.2.0/templates/common.yaml b/stable/doublecommander/12.3.0/templates/common.yaml similarity index 100% rename from stable/doublecommander/12.2.0/templates/common.yaml rename to stable/doublecommander/12.3.0/templates/common.yaml diff --git a/stable/duckdns/9.2.0/values.yaml b/stable/doublecommander/12.3.0/values.yaml similarity index 100% rename from stable/duckdns/9.2.0/values.yaml rename to stable/doublecommander/12.3.0/values.yaml diff --git a/stable/duplicacy/6.2.0/.helmignore b/stable/drawio/11.1.0/.helmignore similarity index 100% rename from stable/duplicacy/6.2.0/.helmignore rename to stable/drawio/11.1.0/.helmignore diff --git a/stable/drawio/11.1.0/CHANGELOG.md b/stable/drawio/11.1.0/CHANGELOG.md new file mode 100644 index 00000000000..69482d453d6 --- /dev/null +++ b/stable/drawio/11.1.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [drawio-11.1.0](https://github.com/truecharts/charts/compare/drawio-11.0.3...drawio-11.1.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [drawio-11.0.3](https://github.com/truecharts/charts/compare/drawio-11.0.2...drawio-11.0.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [drawio-11.0.2](https://github.com/truecharts/charts/compare/drawio-11.0.0...drawio-11.0.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + +## [drawio-9.1.1](https://github.com/truecharts/charts/compare/drawio-9.1.0...drawio-9.1.1) (2024-02-12) + +### Chore + + + +- update container image jgraph/drawio to v23.1.2[@6273414](https://github.com/6273414) by renovate ([#18139](https://github.com/truecharts/charts/issues/18139)) + + +## [drawio-9.1.0](https://github.com/truecharts/charts/compare/drawio-9.0.1...drawio-9.1.0) (2024-02-05) + +### Chore + + + +- update container image jgraph/drawio to v23.1.0[@9931e26](https://github.com/9931e26) by renovate ([#17943](https://github.com/truecharts/charts/issues/17943)) + + +## [drawio-9.0.1](https://github.com/truecharts/charts/compare/drawio-9.0.0...drawio-9.0.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [drawio-9.0.0](https://github.com/truecharts/charts/compare/drawio-8.1.16...drawio-9.0.0) (2024-01-29) + +### Chore + + + +- update container image jgraph/drawio to v23.0.2[@5eac46d](https://github.com/5eac46d) by renovate ([#17705](https://github.com/truecharts/charts/issues/17705)) + + +## [drawio-8.1.16](https://github.com/truecharts/charts/compare/drawio-8.1.15...drawio-8.1.16) (2024-01-29) + +### Chore + + + +- update container image jgraph/drawio to v22.1.22[@3dcd10a](https://github.com/3dcd10a) by renovate ([#17679](https://github.com/truecharts/charts/issues/17679)) \ No newline at end of file diff --git a/stable/drawio/11.1.0/Chart.yaml b/stable/drawio/11.1.0/Chart.yaml new file mode 100644 index 00000000000..d92580f1636 --- /dev/null +++ b/stable/drawio/11.1.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.0.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Drawio is free online diagram software. +home: https://truecharts.org/charts/stable/drawio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/drawio.png +keywords: + - drawio +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: drawio +sources: + - https://github.com/jgraph/drawio + - https://github.com/truecharts/charts/tree/master/charts/stable/drawio + - https://hub.docker.com/r/jgraph/drawio +type: application +version: 11.1.0 diff --git a/stable/drawio/11.1.0/README.md b/stable/drawio/11.1.0/README.md new file mode 100644 index 00000000000..f7f9e7592a7 --- /dev/null +++ b/stable/drawio/11.1.0/README.md @@ -0,0 +1,28 @@ +--- +title: README +--- + +## General Info + +TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. +However only installations using the TrueNAS SCALE Apps system are supported. + +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/drawio) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +_All Rights Reserved - The TrueCharts Project_ diff --git a/stable/drawio/11.1.0/app-changelog.md b/stable/drawio/11.1.0/app-changelog.md new file mode 100644 index 00000000000..545c2390ad4 --- /dev/null +++ b/stable/drawio/11.1.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [drawio-11.1.0](https://github.com/truecharts/charts/compare/drawio-11.0.3...drawio-11.1.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/drawio/11.1.0/app-readme.md b/stable/drawio/11.1.0/app-readme.md new file mode 100644 index 00000000000..c526b9740c1 --- /dev/null +++ b/stable/drawio/11.1.0/app-readme.md @@ -0,0 +1,8 @@ +Drawio is free online diagram software. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/drawio](https://truecharts.org/charts/stable/drawio) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! diff --git a/stable/drawio/11.1.0/charts/common-18.2.0.tgz b/stable/drawio/11.1.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/drawio/11.1.0/charts/common-18.2.0.tgz differ diff --git a/stable/drawio/11.1.0/ix_values.yaml b/stable/drawio/11.1.0/ix_values.yaml new file mode 100644 index 00000000000..aa89eebb2c9 --- /dev/null +++ b/stable/drawio/11.1.0/ix_values.yaml @@ -0,0 +1,35 @@ +image: + repository: jgraph/drawio + tag: 24.0.1@sha256:fea3156a621d2680ff3daa0179131b21d47f1f8d3ebac4861b226195db73cb6d + pullPolicy: IfNotPresent +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 10214 + targetPort: 8080 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + path: / + readiness: + type: http + path: / + startup: + type: http + path: / + env: {} +portal: + open: + enabled: true diff --git a/stable/drawio/11.1.0/questions.yaml b/stable/drawio/11.1.0/questions.yaml new file mode 100755 index 00000000000..167c3a2f5a3 --- /dev/null +++ b/stable/drawio/11.1.0/questions.yaml @@ -0,0 +1,2557 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10214 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/duplicati/13.1.3/templates/NOTES.txt b/stable/drawio/11.1.0/templates/NOTES.txt similarity index 100% rename from stable/duplicati/13.1.3/templates/NOTES.txt rename to stable/drawio/11.1.0/templates/NOTES.txt diff --git a/stable/duplicati/13.1.3/templates/common.yaml b/stable/drawio/11.1.0/templates/common.yaml similarity index 100% rename from stable/duplicati/13.1.3/templates/common.yaml rename to stable/drawio/11.1.0/templates/common.yaml diff --git a/stable/duplicacy/6.2.0/values.yaml b/stable/drawio/11.1.0/values.yaml similarity index 100% rename from stable/duplicacy/6.2.0/values.yaml rename to stable/drawio/11.1.0/values.yaml diff --git a/stable/dropbox-by-otherguy/5.1.3/CHANGELOG.md b/stable/dropbox-by-otherguy/5.1.3/CHANGELOG.md deleted file mode 100644 index b992fbc20d2..00000000000 --- a/stable/dropbox-by-otherguy/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [dropbox-by-otherguy-4.1.12](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-4.1.11...dropbox-by-otherguy-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dropbox-by-otherguy-4.1.11](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-4.1.10...dropbox-by-otherguy-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [dropbox-by-otherguy-4.1.10](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-4.1.9...dropbox-by-otherguy-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [dropbox-by-otherguy-4.1.9](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-4.1.8...dropbox-by-otherguy-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [dropbox-by-otherguy-4.1.8](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-4.1.7...dropbox-by-otherguy-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [dropbox-by-otherguy-4.1.7](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-4.1.6...dropbox-by-otherguy-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [dropbox-by-otherguy-4.1.6](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-4.1.5...dropbox-by-otherguy-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [dropbox-by-otherguy-4.1.5](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-4.1.4...dropbox-by-otherguy-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [dropbox-by-otherguy-4.1.4](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-4.1.3...dropbox-by-otherguy-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/dropbox-by-otherguy/5.1.3/Chart.yaml b/stable/dropbox-by-otherguy/5.1.3/Chart.yaml deleted file mode 100644 index 4e4b5667ff9..00000000000 --- a/stable/dropbox-by-otherguy/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Dropbox client which syncs a local path with your cloud. -home: https://truecharts.org/charts/stable/dropbox-by-otherguy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dropbox-by-otherguy.png -keywords: - - dropbox-by-otherguy - - Cloud -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: dropbox-by-otherguy -sources: - - https://github.com/otherguy/docker-dropbox - - https://github.com/truecharts/charts/tree/master/charts/stable/dropbox-by-otherguy - - https://hub.docker.com/r/otherguy/dropbox -type: application -version: 5.1.3 diff --git a/stable/dropbox-by-otherguy/5.1.3/charts/common-18.0.3.tgz b/stable/dropbox-by-otherguy/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/dropbox-by-otherguy/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/duplicati/13.1.3/.helmignore b/stable/dropbox-by-otherguy/5.3.0/.helmignore similarity index 100% rename from stable/duplicati/13.1.3/.helmignore rename to stable/dropbox-by-otherguy/5.3.0/.helmignore diff --git a/stable/dropbox-by-otherguy/5.3.0/CHANGELOG.md b/stable/dropbox-by-otherguy/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..c1d63d75ecf --- /dev/null +++ b/stable/dropbox-by-otherguy/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dropbox-by-otherguy-5.3.0](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.2.3...dropbox-by-otherguy-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [dropbox-by-otherguy-5.2.3](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.2.2...dropbox-by-otherguy-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [dropbox-by-otherguy-5.2.2](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.2.0...dropbox-by-otherguy-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [dropbox-by-otherguy-4.1.12](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-4.1.11...dropbox-by-otherguy-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [dropbox-by-otherguy-4.1.11](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-4.1.10...dropbox-by-otherguy-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [dropbox-by-otherguy-4.1.10](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-4.1.9...dropbox-by-otherguy-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [dropbox-by-otherguy-4.1.9](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-4.1.8...dropbox-by-otherguy-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [dropbox-by-otherguy-4.1.8](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-4.1.7...dropbox-by-otherguy-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [dropbox-by-otherguy-4.1.7](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-4.1.6...dropbox-by-otherguy-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/dropbox-by-otherguy/5.3.0/Chart.yaml b/stable/dropbox-by-otherguy/5.3.0/Chart.yaml new file mode 100644 index 00000000000..cef4866fdb0 --- /dev/null +++ b/stable/dropbox-by-otherguy/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Dropbox client which syncs a local path with your cloud. +home: https://truecharts.org/charts/stable/dropbox-by-otherguy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dropbox-by-otherguy.png +keywords: + - dropbox-by-otherguy + - Cloud +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dropbox-by-otherguy +sources: + - https://github.com/otherguy/docker-dropbox + - https://github.com/truecharts/charts/tree/master/charts/stable/dropbox-by-otherguy + - https://hub.docker.com/r/otherguy/dropbox +type: application +version: 5.3.0 diff --git a/stable/dropbox-by-otherguy/5.1.3/README.md b/stable/dropbox-by-otherguy/5.3.0/README.md similarity index 100% rename from stable/dropbox-by-otherguy/5.1.3/README.md rename to stable/dropbox-by-otherguy/5.3.0/README.md diff --git a/stable/dropbox-by-otherguy/5.3.0/app-changelog.md b/stable/dropbox-by-otherguy/5.3.0/app-changelog.md new file mode 100644 index 00000000000..e1821c8f12e --- /dev/null +++ b/stable/dropbox-by-otherguy/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [dropbox-by-otherguy-5.3.0](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.2.3...dropbox-by-otherguy-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/dropbox-by-otherguy/5.1.3/app-readme.md b/stable/dropbox-by-otherguy/5.3.0/app-readme.md similarity index 100% rename from stable/dropbox-by-otherguy/5.1.3/app-readme.md rename to stable/dropbox-by-otherguy/5.3.0/app-readme.md diff --git a/stable/dropbox-by-otherguy/5.3.0/charts/common-18.2.0.tgz b/stable/dropbox-by-otherguy/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/dropbox-by-otherguy/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/dropbox-by-otherguy/5.1.3/ix_values.yaml b/stable/dropbox-by-otherguy/5.3.0/ix_values.yaml similarity index 100% rename from stable/dropbox-by-otherguy/5.1.3/ix_values.yaml rename to stable/dropbox-by-otherguy/5.3.0/ix_values.yaml diff --git a/stable/dropbox-by-otherguy/5.1.3/questions.yaml b/stable/dropbox-by-otherguy/5.3.0/questions.yaml similarity index 100% rename from stable/dropbox-by-otherguy/5.1.3/questions.yaml rename to stable/dropbox-by-otherguy/5.3.0/questions.yaml diff --git a/stable/dropbox-by-otherguy/5.1.3/templates/common.yaml b/stable/dropbox-by-otherguy/5.3.0/templates/common.yaml similarity index 100% rename from stable/dropbox-by-otherguy/5.1.3/templates/common.yaml rename to stable/dropbox-by-otherguy/5.3.0/templates/common.yaml diff --git a/stable/duplicati/13.1.3/values.yaml b/stable/dropbox-by-otherguy/5.3.0/values.yaml similarity index 100% rename from stable/duplicati/13.1.3/values.yaml rename to stable/dropbox-by-otherguy/5.3.0/values.yaml diff --git a/stable/duckdns/9.2.0/CHANGELOG.md b/stable/duckdns/9.2.0/CHANGELOG.md deleted file mode 100644 index 30859b1abbd..00000000000 --- a/stable/duckdns/9.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - -## [duckdns-8.1.18](https://github.com/truecharts/charts/compare/duckdns-8.1.17...duckdns-8.1.18) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/duckdns to latest[@63cef06](https://github.com/63cef06) by renovate ([#17954](https://github.com/truecharts/charts/issues/17954)) - - -## [duckdns-8.1.17](https://github.com/truecharts/charts/compare/duckdns-8.1.16...duckdns-8.1.17) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [duckdns-8.1.16](https://github.com/truecharts/charts/compare/duckdns-8.1.15...duckdns-8.1.16) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/duckdns to latest[@cae91be](https://github.com/cae91be) by renovate ([#17718](https://github.com/truecharts/charts/issues/17718)) - - -## [duckdns-8.1.15](https://github.com/truecharts/charts/compare/duckdns-8.1.14...duckdns-8.1.15) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [duckdns-8.1.14](https://github.com/truecharts/charts/compare/duckdns-8.1.13...duckdns-8.1.14) (2024-01-22) - -### Chore - - - -- update container image ghcr.io/linuxserver/duckdns to latest[@91523ea](https://github.com/91523ea) by renovate ([#17493](https://github.com/truecharts/charts/issues/17493)) - - -## [duckdns-8.1.13](https://github.com/truecharts/charts/compare/duckdns-8.1.12...duckdns-8.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [duckdns-8.1.12](https://github.com/truecharts/charts/compare/duckdns-8.1.11...duckdns-8.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [duckdns-8.1.11](https://github.com/truecharts/charts/compare/duckdns-8.1.10...duckdns-8.1.11) (2024-01-21) - -### Chore - - diff --git a/stable/duckdns/9.2.0/Chart.yaml b/stable/duckdns/9.2.0/Chart.yaml deleted file mode 100644 index 629d2767c26..00000000000 --- a/stable/duckdns/9.2.0/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. -home: https://truecharts.org/charts/stable/duckdns -icon: https://truecharts.org/img/hotlink-ok/chart-icons/duckdns.png -keywords: - - duckdns -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: duckdns -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/duckdns - - https://ghcr.io/linuxserver/duckdns -type: application -version: 9.2.0 diff --git a/stable/duckdns/9.2.0/charts/common-18.1.2.tgz b/stable/duckdns/9.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/duckdns/9.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/duckdns/9.2.0/ix_values.yaml b/stable/duckdns/9.2.0/ix_values.yaml deleted file mode 100644 index 8137310fa51..00000000000 --- a/stable/duckdns/9.2.0/ix_values.yaml +++ /dev/null @@ -1,39 +0,0 @@ -image: - repository: ghcr.io/linuxserver/duckdns - pullPolicy: IfNotPresent - tag: latest@sha256:317b42a4c09f4f125a0a7a3a1fc14490fa67c08d509c332700ec17e43376ff62 -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - enabled: false - ports: - main: - enabled: false -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false - env: - SUBDOMAINS: "" - LOG_FILE: false - TOKEN: "" -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: false diff --git a/stable/ecodms/5.1.3/.helmignore b/stable/duckdns/9.3.0/.helmignore similarity index 100% rename from stable/ecodms/5.1.3/.helmignore rename to stable/duckdns/9.3.0/.helmignore diff --git a/stable/duckdns/9.3.0/CHANGELOG.md b/stable/duckdns/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..717e088d11b --- /dev/null +++ b/stable/duckdns/9.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [duckdns-9.3.0](https://github.com/truecharts/charts/compare/duckdns-9.2.4...duckdns-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [duckdns-9.2.4](https://github.com/truecharts/charts/compare/duckdns-9.2.3...duckdns-9.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [duckdns-9.2.3](https://github.com/truecharts/charts/compare/duckdns-9.2.1...duckdns-9.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + +## [duckdns-8.1.18](https://github.com/truecharts/charts/compare/duckdns-8.1.17...duckdns-8.1.18) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/duckdns to latest[@63cef06](https://github.com/63cef06) by renovate ([#17954](https://github.com/truecharts/charts/issues/17954)) + + +## [duckdns-8.1.17](https://github.com/truecharts/charts/compare/duckdns-8.1.16...duckdns-8.1.17) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [duckdns-8.1.16](https://github.com/truecharts/charts/compare/duckdns-8.1.15...duckdns-8.1.16) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/duckdns to latest[@cae91be](https://github.com/cae91be) by renovate ([#17718](https://github.com/truecharts/charts/issues/17718)) + + +## [duckdns-8.1.15](https://github.com/truecharts/charts/compare/duckdns-8.1.14...duckdns-8.1.15) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [duckdns-8.1.14](https://github.com/truecharts/charts/compare/duckdns-8.1.13...duckdns-8.1.14) (2024-01-22) + +### Chore \ No newline at end of file diff --git a/stable/duckdns/9.3.0/Chart.yaml b/stable/duckdns/9.3.0/Chart.yaml new file mode 100644 index 00000000000..78952001ddf --- /dev/null +++ b/stable/duckdns/9.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. +home: https://truecharts.org/charts/stable/duckdns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/duckdns.png +keywords: + - duckdns +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: duckdns +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/duckdns + - https://ghcr.io/linuxserver/duckdns +type: application +version: 9.3.0 diff --git a/stable/duckdns/9.2.0/README.md b/stable/duckdns/9.3.0/README.md similarity index 100% rename from stable/duckdns/9.2.0/README.md rename to stable/duckdns/9.3.0/README.md diff --git a/stable/duckdns/9.3.0/app-changelog.md b/stable/duckdns/9.3.0/app-changelog.md new file mode 100644 index 00000000000..2cc2629f7b1 --- /dev/null +++ b/stable/duckdns/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [duckdns-9.3.0](https://github.com/truecharts/charts/compare/duckdns-9.2.4...duckdns-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/duckdns/9.2.0/app-readme.md b/stable/duckdns/9.3.0/app-readme.md similarity index 100% rename from stable/duckdns/9.2.0/app-readme.md rename to stable/duckdns/9.3.0/app-readme.md diff --git a/stable/duckdns/9.3.0/charts/common-18.2.0.tgz b/stable/duckdns/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/duckdns/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/duckdns/9.3.0/ix_values.yaml b/stable/duckdns/9.3.0/ix_values.yaml new file mode 100644 index 00000000000..b05c380a37f --- /dev/null +++ b/stable/duckdns/9.3.0/ix_values.yaml @@ -0,0 +1,39 @@ +image: + repository: ghcr.io/linuxserver/duckdns + pullPolicy: IfNotPresent + tag: latest@sha256:a370402192ba74938464abf68c472d6ed27f9532bf25b8b319c185cf14b2f52d +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + enabled: false + ports: + main: + enabled: false +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + env: + SUBDOMAINS: "" + LOG_FILE: false + TOKEN: "" +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: false diff --git a/stable/duckdns/9.2.0/questions.yaml b/stable/duckdns/9.3.0/questions.yaml similarity index 100% rename from stable/duckdns/9.2.0/questions.yaml rename to stable/duckdns/9.3.0/questions.yaml diff --git a/stable/emby/18.2.0/templates/NOTES.txt b/stable/duckdns/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/emby/18.2.0/templates/NOTES.txt rename to stable/duckdns/9.3.0/templates/NOTES.txt diff --git a/stable/emby/18.2.0/templates/common.yaml b/stable/duckdns/9.3.0/templates/common.yaml similarity index 100% rename from stable/emby/18.2.0/templates/common.yaml rename to stable/duckdns/9.3.0/templates/common.yaml diff --git a/stable/ecodms/5.1.3/values.yaml b/stable/duckdns/9.3.0/values.yaml similarity index 100% rename from stable/ecodms/5.1.3/values.yaml rename to stable/duckdns/9.3.0/values.yaml diff --git a/stable/duplicacy/6.2.0/CHANGELOG.md b/stable/duplicacy/6.2.0/CHANGELOG.md deleted file mode 100644 index 3d701d8f5ab..00000000000 --- a/stable/duplicacy/6.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -## [duplicacy-5.1.17](https://github.com/truecharts/charts/compare/duplicacy-5.1.16...duplicacy-5.1.17) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/hotio/duplicacy to release-1.7.2[@b778759](https://github.com/b778759) by renovate ([#18210](https://github.com/truecharts/charts/issues/18210)) - - -## [duplicacy-5.1.16](https://github.com/truecharts/charts/compare/duplicacy-5.1.15...duplicacy-5.1.16) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/hotio/duplicacy to release-1.7.2[@3233802](https://github.com/3233802) by renovate ([#18048](https://github.com/truecharts/charts/issues/18048)) - - -## [duplicacy-5.1.15](https://github.com/truecharts/charts/compare/duplicacy-5.1.14...duplicacy-5.1.15) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/hotio/duplicacy to release-1.7.2[@77c4b99](https://github.com/77c4b99) by renovate ([#17836](https://github.com/truecharts/charts/issues/17836)) - - -## [duplicacy-5.1.14](https://github.com/truecharts/charts/compare/duplicacy-5.1.13...duplicacy-5.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [duplicacy-5.1.13](https://github.com/truecharts/charts/compare/duplicacy-5.1.12...duplicacy-5.1.13) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/hotio/duplicacy to release-1.7.2[@b4b1a79](https://github.com/b4b1a79) by renovate ([#17594](https://github.com/truecharts/charts/issues/17594)) - - -## [duplicacy-5.1.12](https://github.com/truecharts/charts/compare/duplicacy-5.1.11...duplicacy-5.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [duplicacy-5.1.11](https://github.com/truecharts/charts/compare/duplicacy-5.1.10...duplicacy-5.1.11) (2024-01-21) - -### Chore - - diff --git a/stable/duplicacy/6.2.0/Chart.yaml b/stable/duplicacy/6.2.0/Chart.yaml deleted file mode 100644 index d89776e01f1..00000000000 --- a/stable/duplicacy/6.2.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Backup - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.7.2 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A new generation cross-platform cloud backup tool. -home: https://truecharts.org/charts/stable/duplicacy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicacy.png -keywords: - - duplicacy - - Backup -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: duplicacy -sources: - - https://hotio.dev/containers/duplicacy - - https://github.com/truecharts/charts/tree/master/charts/stable/duplicacy - - https://ghcr.io/hotio/duplicacy -type: application -version: 6.2.0 diff --git a/stable/duplicacy/6.2.0/charts/common-18.1.2.tgz b/stable/duplicacy/6.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/duplicacy/6.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/duplicacy/6.2.0/ix_values.yaml b/stable/duplicacy/6.2.0/ix_values.yaml deleted file mode 100644 index 96369b2a441..00000000000 --- a/stable/duplicacy/6.2.0/ix_values.yaml +++ /dev/null @@ -1,29 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: ghcr.io/hotio/duplicacy - tag: release-1.7.2@sha256:e24ff4dafbccc25e0cd0055faa596295b20fb0cef35232cc3b42b420dd01471e -securityContext: - container: - runAsGroup: 0 - runAsUser: 0 - readOnlyRootFilesystem: false -service: - main: - ports: - main: - port: 3875 - protocol: http - targetPort: 3875 -persistence: - config: - enabled: true - mountPath: /config - cache: - enabled: true - mountPath: /cache - logs: - enabled: true - mountPath: /logs -portal: - open: - enabled: true diff --git a/stable/electrum/5.1.3/.helmignore b/stable/duplicacy/6.3.0/.helmignore similarity index 100% rename from stable/electrum/5.1.3/.helmignore rename to stable/duplicacy/6.3.0/.helmignore diff --git a/stable/duplicacy/6.3.0/CHANGELOG.md b/stable/duplicacy/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..07b404cfe8a --- /dev/null +++ b/stable/duplicacy/6.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [duplicacy-6.3.0](https://github.com/truecharts/charts/compare/duplicacy-6.2.4...duplicacy-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [duplicacy-6.2.4](https://github.com/truecharts/charts/compare/duplicacy-6.2.3...duplicacy-6.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [duplicacy-6.2.3](https://github.com/truecharts/charts/compare/duplicacy-6.2.1...duplicacy-6.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## [duplicacy-5.1.17](https://github.com/truecharts/charts/compare/duplicacy-5.1.16...duplicacy-5.1.17) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/hotio/duplicacy to release-1.7.2[@b778759](https://github.com/b778759) by renovate ([#18210](https://github.com/truecharts/charts/issues/18210)) + + +## [duplicacy-5.1.16](https://github.com/truecharts/charts/compare/duplicacy-5.1.15...duplicacy-5.1.16) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/hotio/duplicacy to release-1.7.2[@3233802](https://github.com/3233802) by renovate ([#18048](https://github.com/truecharts/charts/issues/18048)) + + +## [duplicacy-5.1.15](https://github.com/truecharts/charts/compare/duplicacy-5.1.14...duplicacy-5.1.15) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/hotio/duplicacy to release-1.7.2[@77c4b99](https://github.com/77c4b99) by renovate ([#17836](https://github.com/truecharts/charts/issues/17836)) + + +## [duplicacy-5.1.14](https://github.com/truecharts/charts/compare/duplicacy-5.1.13...duplicacy-5.1.14) (2024-02-03) + +### Chore \ No newline at end of file diff --git a/stable/duplicacy/6.3.0/Chart.yaml b/stable/duplicacy/6.3.0/Chart.yaml new file mode 100644 index 00000000000..4d916f0ef54 --- /dev/null +++ b/stable/duplicacy/6.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.7.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A new generation cross-platform cloud backup tool. +home: https://truecharts.org/charts/stable/duplicacy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicacy.png +keywords: + - duplicacy + - Backup +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: duplicacy +sources: + - https://hotio.dev/containers/duplicacy + - https://github.com/truecharts/charts/tree/master/charts/stable/duplicacy + - https://ghcr.io/hotio/duplicacy +type: application +version: 6.3.0 diff --git a/stable/duplicacy/6.2.0/README.md b/stable/duplicacy/6.3.0/README.md similarity index 100% rename from stable/duplicacy/6.2.0/README.md rename to stable/duplicacy/6.3.0/README.md diff --git a/stable/duplicacy/6.3.0/app-changelog.md b/stable/duplicacy/6.3.0/app-changelog.md new file mode 100644 index 00000000000..9597c651efb --- /dev/null +++ b/stable/duplicacy/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [duplicacy-6.3.0](https://github.com/truecharts/charts/compare/duplicacy-6.2.4...duplicacy-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/duplicacy/6.2.0/app-readme.md b/stable/duplicacy/6.3.0/app-readme.md similarity index 100% rename from stable/duplicacy/6.2.0/app-readme.md rename to stable/duplicacy/6.3.0/app-readme.md diff --git a/stable/duplicacy/6.3.0/charts/common-18.2.0.tgz b/stable/duplicacy/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/duplicacy/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/duplicacy/6.3.0/ix_values.yaml b/stable/duplicacy/6.3.0/ix_values.yaml new file mode 100644 index 00000000000..34601920f99 --- /dev/null +++ b/stable/duplicacy/6.3.0/ix_values.yaml @@ -0,0 +1,29 @@ +image: + pullPolicy: IfNotPresent + repository: ghcr.io/hotio/duplicacy + tag: release-1.7.2@sha256:21e1007cbec3bbc019c7ca439887186d2a5d1c99aee56924e5e21cbe69f35193 +securityContext: + container: + runAsGroup: 0 + runAsUser: 0 + readOnlyRootFilesystem: false +service: + main: + ports: + main: + port: 3875 + protocol: http + targetPort: 3875 +persistence: + config: + enabled: true + mountPath: /config + cache: + enabled: true + mountPath: /cache + logs: + enabled: true + mountPath: /logs +portal: + open: + enabled: true diff --git a/stable/duplicacy/6.2.0/questions.yaml b/stable/duplicacy/6.3.0/questions.yaml similarity index 100% rename from stable/duplicacy/6.2.0/questions.yaml rename to stable/duplicacy/6.3.0/questions.yaml diff --git a/stable/embystat/9.1.3/templates/NOTES.txt b/stable/duplicacy/6.3.0/templates/NOTES.txt similarity index 100% rename from stable/embystat/9.1.3/templates/NOTES.txt rename to stable/duplicacy/6.3.0/templates/NOTES.txt diff --git a/stable/duplicacy/6.2.0/templates/common.yaml b/stable/duplicacy/6.3.0/templates/common.yaml similarity index 100% rename from stable/duplicacy/6.2.0/templates/common.yaml rename to stable/duplicacy/6.3.0/templates/common.yaml diff --git a/stable/electrum/5.1.3/values.yaml b/stable/duplicacy/6.3.0/values.yaml similarity index 100% rename from stable/electrum/5.1.3/values.yaml rename to stable/duplicacy/6.3.0/values.yaml diff --git a/stable/duplicati/13.1.3/CHANGELOG.md b/stable/duplicati/13.1.3/CHANGELOG.md deleted file mode 100644 index 1efc433ef65..00000000000 --- a/stable/duplicati/13.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [duplicati-12.1.12](https://github.com/truecharts/charts/compare/duplicati-12.1.11...duplicati-12.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [duplicati-12.1.11](https://github.com/truecharts/charts/compare/duplicati-12.1.10...duplicati-12.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [duplicati-12.1.10](https://github.com/truecharts/charts/compare/duplicati-12.1.9...duplicati-12.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [duplicati-12.1.9](https://github.com/truecharts/charts/compare/duplicati-12.1.8...duplicati-12.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [duplicati-12.1.8](https://github.com/truecharts/charts/compare/duplicati-12.1.7...duplicati-12.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [duplicati-12.1.7](https://github.com/truecharts/charts/compare/duplicati-12.1.6...duplicati-12.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [duplicati-12.1.6](https://github.com/truecharts/charts/compare/duplicati-12.1.5...duplicati-12.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [duplicati-12.1.5](https://github.com/truecharts/charts/compare/duplicati-12.1.4...duplicati-12.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [duplicati-12.1.4](https://github.com/truecharts/charts/compare/duplicati-12.1.3...duplicati-12.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/duplicati/13.1.3/Chart.yaml b/stable/duplicati/13.1.3/Chart.yaml deleted file mode 100644 index 1e291064e10..00000000000 --- a/stable/duplicati/13.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Store securely encrypted backups on cloud storage services! -home: https://truecharts.org/charts/stable/duplicati -icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicati.png -keywords: - - duplicati -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: duplicati -sources: - - https://github.com/duplicati/duplicati - - https://github.com/truecharts/charts/tree/master/charts/stable/duplicati - - https://hub.docker.com/r/duplicati/duplicati -type: application -version: 13.1.3 diff --git a/stable/duplicati/13.1.3/charts/common-18.0.3.tgz b/stable/duplicati/13.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/duplicati/13.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/emby-sync/5.1.3/.helmignore b/stable/duplicati/13.3.0/.helmignore similarity index 100% rename from stable/emby-sync/5.1.3/.helmignore rename to stable/duplicati/13.3.0/.helmignore diff --git a/stable/duplicati/13.3.0/CHANGELOG.md b/stable/duplicati/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..53341ef9b26 --- /dev/null +++ b/stable/duplicati/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [duplicati-13.3.0](https://github.com/truecharts/charts/compare/duplicati-13.2.3...duplicati-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [duplicati-13.2.3](https://github.com/truecharts/charts/compare/duplicati-13.2.2...duplicati-13.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [duplicati-13.2.2](https://github.com/truecharts/charts/compare/duplicati-13.2.0...duplicati-13.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [duplicati-12.1.12](https://github.com/truecharts/charts/compare/duplicati-12.1.11...duplicati-12.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [duplicati-12.1.11](https://github.com/truecharts/charts/compare/duplicati-12.1.10...duplicati-12.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [duplicati-12.1.10](https://github.com/truecharts/charts/compare/duplicati-12.1.9...duplicati-12.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [duplicati-12.1.9](https://github.com/truecharts/charts/compare/duplicati-12.1.8...duplicati-12.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [duplicati-12.1.8](https://github.com/truecharts/charts/compare/duplicati-12.1.7...duplicati-12.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [duplicati-12.1.7](https://github.com/truecharts/charts/compare/duplicati-12.1.6...duplicati-12.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/duplicati/13.3.0/Chart.yaml b/stable/duplicati/13.3.0/Chart.yaml new file mode 100644 index 00000000000..27a98ed3f1e --- /dev/null +++ b/stable/duplicati/13.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Store securely encrypted backups on cloud storage services! +home: https://truecharts.org/charts/stable/duplicati +icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicati.png +keywords: + - duplicati +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: duplicati +sources: + - https://github.com/duplicati/duplicati + - https://github.com/truecharts/charts/tree/master/charts/stable/duplicati + - https://hub.docker.com/r/duplicati/duplicati +type: application +version: 13.3.0 diff --git a/stable/duplicati/13.1.3/README.md b/stable/duplicati/13.3.0/README.md similarity index 100% rename from stable/duplicati/13.1.3/README.md rename to stable/duplicati/13.3.0/README.md diff --git a/stable/duplicati/13.3.0/app-changelog.md b/stable/duplicati/13.3.0/app-changelog.md new file mode 100644 index 00000000000..60099cf3c81 --- /dev/null +++ b/stable/duplicati/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [duplicati-13.3.0](https://github.com/truecharts/charts/compare/duplicati-13.2.3...duplicati-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/duplicati/13.1.3/app-readme.md b/stable/duplicati/13.3.0/app-readme.md similarity index 100% rename from stable/duplicati/13.1.3/app-readme.md rename to stable/duplicati/13.3.0/app-readme.md diff --git a/stable/duplicati/13.3.0/charts/common-18.2.0.tgz b/stable/duplicati/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/duplicati/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/duplicati/13.1.3/ix_values.yaml b/stable/duplicati/13.3.0/ix_values.yaml similarity index 100% rename from stable/duplicati/13.1.3/ix_values.yaml rename to stable/duplicati/13.3.0/ix_values.yaml diff --git a/stable/duplicati/13.1.3/questions.yaml b/stable/duplicati/13.3.0/questions.yaml similarity index 100% rename from stable/duplicati/13.1.3/questions.yaml rename to stable/duplicati/13.3.0/questions.yaml diff --git a/stable/emulatorjs/9.2.0/templates/NOTES.txt b/stable/duplicati/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/emulatorjs/9.2.0/templates/NOTES.txt rename to stable/duplicati/13.3.0/templates/NOTES.txt diff --git a/stable/embystat/9.1.3/templates/common.yaml b/stable/duplicati/13.3.0/templates/common.yaml similarity index 100% rename from stable/embystat/9.1.3/templates/common.yaml rename to stable/duplicati/13.3.0/templates/common.yaml diff --git a/stable/emby-sync/5.1.3/values.yaml b/stable/duplicati/13.3.0/values.yaml similarity index 100% rename from stable/emby-sync/5.1.3/values.yaml rename to stable/duplicati/13.3.0/values.yaml diff --git a/stable/ecodms/5.1.3/CHANGELOG.md b/stable/ecodms/5.1.3/CHANGELOG.md deleted file mode 100644 index c58f72ad57f..00000000000 --- a/stable/ecodms/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [ecodms-4.1.12](https://github.com/truecharts/charts/compare/ecodms-4.1.11...ecodms-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ecodms-4.1.11](https://github.com/truecharts/charts/compare/ecodms-4.1.10...ecodms-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [ecodms-4.1.10](https://github.com/truecharts/charts/compare/ecodms-4.1.9...ecodms-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [ecodms-4.1.9](https://github.com/truecharts/charts/compare/ecodms-4.1.8...ecodms-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [ecodms-4.1.8](https://github.com/truecharts/charts/compare/ecodms-4.1.7...ecodms-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [ecodms-4.1.7](https://github.com/truecharts/charts/compare/ecodms-4.1.6...ecodms-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [ecodms-4.1.6](https://github.com/truecharts/charts/compare/ecodms-4.1.5...ecodms-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [ecodms-4.1.5](https://github.com/truecharts/charts/compare/ecodms-4.1.4...ecodms-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [ecodms-4.1.4](https://github.com/truecharts/charts/compare/ecodms-4.1.3...ecodms-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/ecodms/5.1.3/Chart.yaml b/stable/ecodms/5.1.3/Chart.yaml deleted file mode 100644 index 98859d63aa9..00000000000 --- a/stable/ecodms/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: ecoDMS 18.09 (apu) Full Installation - Document Management System (DMS) - Audit-compliant archive for scanning, archiving, managing and retrieving all data and documents. -home: https://truecharts.org/charts/stable/ecodms -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ecodms.png -keywords: - - ecodms - - Cloud - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ecodms -sources: - - https://www.ecodms.de/index.php/en/ - - https://github.com/truecharts/charts/tree/master/charts/stable/ecodms - - https://hub.docker.com/r/ecodms/allinone-18.09 -type: application -version: 5.1.3 diff --git a/stable/ecodms/5.1.3/charts/common-18.0.3.tgz b/stable/ecodms/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/ecodms/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/emby/18.2.0/.helmignore b/stable/ecodms/5.3.0/.helmignore similarity index 100% rename from stable/emby/18.2.0/.helmignore rename to stable/ecodms/5.3.0/.helmignore diff --git a/stable/ecodms/5.3.0/CHANGELOG.md b/stable/ecodms/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..198555ad7db --- /dev/null +++ b/stable/ecodms/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ecodms-5.3.0](https://github.com/truecharts/charts/compare/ecodms-5.2.3...ecodms-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [ecodms-5.2.3](https://github.com/truecharts/charts/compare/ecodms-5.2.2...ecodms-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [ecodms-5.2.2](https://github.com/truecharts/charts/compare/ecodms-5.2.0...ecodms-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [ecodms-4.1.12](https://github.com/truecharts/charts/compare/ecodms-4.1.11...ecodms-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [ecodms-4.1.11](https://github.com/truecharts/charts/compare/ecodms-4.1.10...ecodms-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [ecodms-4.1.10](https://github.com/truecharts/charts/compare/ecodms-4.1.9...ecodms-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [ecodms-4.1.9](https://github.com/truecharts/charts/compare/ecodms-4.1.8...ecodms-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [ecodms-4.1.8](https://github.com/truecharts/charts/compare/ecodms-4.1.7...ecodms-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [ecodms-4.1.7](https://github.com/truecharts/charts/compare/ecodms-4.1.6...ecodms-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/ecodms/5.3.0/Chart.yaml b/stable/ecodms/5.3.0/Chart.yaml new file mode 100644 index 00000000000..dd25e086915 --- /dev/null +++ b/stable/ecodms/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ecoDMS 18.09 (apu) Full Installation - Document Management System (DMS) - Audit-compliant archive for scanning, archiving, managing and retrieving all data and documents. +home: https://truecharts.org/charts/stable/ecodms +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ecodms.png +keywords: + - ecodms + - Cloud + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ecodms +sources: + - https://www.ecodms.de/index.php/en/ + - https://github.com/truecharts/charts/tree/master/charts/stable/ecodms + - https://hub.docker.com/r/ecodms/allinone-18.09 +type: application +version: 5.3.0 diff --git a/stable/ecodms/5.1.3/README.md b/stable/ecodms/5.3.0/README.md similarity index 100% rename from stable/ecodms/5.1.3/README.md rename to stable/ecodms/5.3.0/README.md diff --git a/stable/ecodms/5.3.0/app-changelog.md b/stable/ecodms/5.3.0/app-changelog.md new file mode 100644 index 00000000000..6a7a279097e --- /dev/null +++ b/stable/ecodms/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ecodms-5.3.0](https://github.com/truecharts/charts/compare/ecodms-5.2.3...ecodms-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/ecodms/5.1.3/app-readme.md b/stable/ecodms/5.3.0/app-readme.md similarity index 100% rename from stable/ecodms/5.1.3/app-readme.md rename to stable/ecodms/5.3.0/app-readme.md diff --git a/stable/ecodms/5.3.0/charts/common-18.2.0.tgz b/stable/ecodms/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/ecodms/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/ecodms/5.1.3/ix_values.yaml b/stable/ecodms/5.3.0/ix_values.yaml similarity index 100% rename from stable/ecodms/5.1.3/ix_values.yaml rename to stable/ecodms/5.3.0/ix_values.yaml diff --git a/stable/ecodms/5.1.3/questions.yaml b/stable/ecodms/5.3.0/questions.yaml similarity index 100% rename from stable/ecodms/5.1.3/questions.yaml rename to stable/ecodms/5.3.0/questions.yaml diff --git a/stable/ecodms/5.1.3/templates/common.yaml b/stable/ecodms/5.3.0/templates/common.yaml similarity index 100% rename from stable/ecodms/5.1.3/templates/common.yaml rename to stable/ecodms/5.3.0/templates/common.yaml diff --git a/stable/emby/18.2.0/values.yaml b/stable/ecodms/5.3.0/values.yaml similarity index 100% rename from stable/emby/18.2.0/values.yaml rename to stable/ecodms/5.3.0/values.yaml diff --git a/stable/electrum/5.1.3/CHANGELOG.md b/stable/electrum/5.1.3/CHANGELOG.md deleted file mode 100644 index 5e7084da408..00000000000 --- a/stable/electrum/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [electrum-4.1.13](https://github.com/truecharts/charts/compare/electrum-4.1.12...electrum-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [electrum-4.1.12](https://github.com/truecharts/charts/compare/electrum-4.1.11...electrum-4.1.12) (2024-01-29) - -### Chore - - - -- update container image ich777/electrum to latest[@e724345](https://github.com/e724345) by renovate ([#17632](https://github.com/truecharts/charts/issues/17632)) - - -## [electrum-4.1.11](https://github.com/truecharts/charts/compare/electrum-4.1.10...electrum-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [electrum-4.1.10](https://github.com/truecharts/charts/compare/electrum-4.1.9...electrum-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [electrum-4.1.9](https://github.com/truecharts/charts/compare/electrum-4.1.8...electrum-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [electrum-4.1.8](https://github.com/truecharts/charts/compare/electrum-4.1.7...electrum-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [electrum-4.1.7](https://github.com/truecharts/charts/compare/electrum-4.1.6...electrum-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [electrum-4.1.6](https://github.com/truecharts/charts/compare/electrum-4.1.5...electrum-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [electrum-4.1.5](https://github.com/truecharts/charts/compare/electrum-4.1.4...electrum-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - diff --git a/stable/electrum/5.1.3/Chart.yaml b/stable/electrum/5.1.3/Chart.yaml deleted file mode 100644 index ae9172089b1..00000000000 --- a/stable/electrum/5.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Electrum is a Bitcoin wallet focused on speed and simplicity, with low resource usage. It uses remote servers that handle the most complicated parts of the Bitcoin system, and it allows you to recover your wallet from a secret phrase. -home: https://truecharts.org/charts/stable/electrum -icon: https://truecharts.org/img/hotlink-ok/chart-icons/electrum.png -keywords: - - electrum - - Network-Other - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: electrum -sources: - - https://electrum.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/electrum - - https://hub.docker.com/r/ich777/electrum -type: application -version: 5.1.3 diff --git a/stable/electrum/5.1.3/charts/common-18.0.3.tgz b/stable/electrum/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/electrum/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/embystat/9.1.3/.helmignore b/stable/electrum/5.3.0/.helmignore similarity index 100% rename from stable/embystat/9.1.3/.helmignore rename to stable/electrum/5.3.0/.helmignore diff --git a/stable/electrum/5.3.0/CHANGELOG.md b/stable/electrum/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..bd44d6b223a --- /dev/null +++ b/stable/electrum/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [electrum-5.3.0](https://github.com/truecharts/charts/compare/electrum-5.2.3...electrum-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [electrum-5.2.3](https://github.com/truecharts/charts/compare/electrum-5.2.2...electrum-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [electrum-5.2.2](https://github.com/truecharts/charts/compare/electrum-5.2.0...electrum-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [electrum-4.1.13](https://github.com/truecharts/charts/compare/electrum-4.1.12...electrum-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [electrum-4.1.12](https://github.com/truecharts/charts/compare/electrum-4.1.11...electrum-4.1.12) (2024-01-29) + +### Chore + + + +- update container image ich777/electrum to latest[@e724345](https://github.com/e724345) by renovate ([#17632](https://github.com/truecharts/charts/issues/17632)) + + +## [electrum-4.1.11](https://github.com/truecharts/charts/compare/electrum-4.1.10...electrum-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [electrum-4.1.10](https://github.com/truecharts/charts/compare/electrum-4.1.9...electrum-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [electrum-4.1.9](https://github.com/truecharts/charts/compare/electrum-4.1.8...electrum-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [electrum-4.1.8](https://github.com/truecharts/charts/compare/electrum-4.1.7...electrum-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/electrum/5.3.0/Chart.yaml b/stable/electrum/5.3.0/Chart.yaml new file mode 100644 index 00000000000..8176de83d21 --- /dev/null +++ b/stable/electrum/5.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Electrum is a Bitcoin wallet focused on speed and simplicity, with low resource usage. It uses remote servers that handle the most complicated parts of the Bitcoin system, and it allows you to recover your wallet from a secret phrase. +home: https://truecharts.org/charts/stable/electrum +icon: https://truecharts.org/img/hotlink-ok/chart-icons/electrum.png +keywords: + - electrum + - Network-Other + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: electrum +sources: + - https://electrum.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/electrum + - https://hub.docker.com/r/ich777/electrum +type: application +version: 5.3.0 diff --git a/stable/electrum/5.1.3/README.md b/stable/electrum/5.3.0/README.md similarity index 100% rename from stable/electrum/5.1.3/README.md rename to stable/electrum/5.3.0/README.md diff --git a/stable/electrum/5.3.0/app-changelog.md b/stable/electrum/5.3.0/app-changelog.md new file mode 100644 index 00000000000..7f6a50effef --- /dev/null +++ b/stable/electrum/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [electrum-5.3.0](https://github.com/truecharts/charts/compare/electrum-5.2.3...electrum-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/electrum/5.1.3/app-readme.md b/stable/electrum/5.3.0/app-readme.md similarity index 100% rename from stable/electrum/5.1.3/app-readme.md rename to stable/electrum/5.3.0/app-readme.md diff --git a/stable/electrum/5.3.0/charts/common-18.2.0.tgz b/stable/electrum/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/electrum/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/electrum/5.1.3/ix_values.yaml b/stable/electrum/5.3.0/ix_values.yaml similarity index 100% rename from stable/electrum/5.1.3/ix_values.yaml rename to stable/electrum/5.3.0/ix_values.yaml diff --git a/stable/electrum/5.1.3/questions.yaml b/stable/electrum/5.3.0/questions.yaml similarity index 100% rename from stable/electrum/5.1.3/questions.yaml rename to stable/electrum/5.3.0/questions.yaml diff --git a/stable/electrum/5.1.3/templates/common.yaml b/stable/electrum/5.3.0/templates/common.yaml similarity index 100% rename from stable/electrum/5.1.3/templates/common.yaml rename to stable/electrum/5.3.0/templates/common.yaml diff --git a/stable/embystat/9.1.3/values.yaml b/stable/electrum/5.3.0/values.yaml similarity index 100% rename from stable/embystat/9.1.3/values.yaml rename to stable/electrum/5.3.0/values.yaml diff --git a/stable/emby-sync/5.1.3/CHANGELOG.md b/stable/emby-sync/5.1.3/CHANGELOG.md deleted file mode 100644 index f4a1ca04206..00000000000 --- a/stable/emby-sync/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [emby-sync-4.1.12](https://github.com/truecharts/charts/compare/emby-sync-4.1.11...emby-sync-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [emby-sync-4.1.11](https://github.com/truecharts/charts/compare/emby-sync-4.1.10...emby-sync-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [emby-sync-4.1.10](https://github.com/truecharts/charts/compare/emby-sync-4.1.9...emby-sync-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [emby-sync-4.1.9](https://github.com/truecharts/charts/compare/emby-sync-4.1.8...emby-sync-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [emby-sync-4.1.8](https://github.com/truecharts/charts/compare/emby-sync-4.1.7...emby-sync-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [emby-sync-4.1.7](https://github.com/truecharts/charts/compare/emby-sync-4.1.6...emby-sync-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [emby-sync-4.1.6](https://github.com/truecharts/charts/compare/emby-sync-4.1.5...emby-sync-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [emby-sync-4.1.5](https://github.com/truecharts/charts/compare/emby-sync-4.1.4...emby-sync-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [emby-sync-4.1.4](https://github.com/truecharts/charts/compare/emby-sync-4.1.3...emby-sync-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/emby-sync/5.1.3/Chart.yaml b/stable/emby-sync/5.1.3/Chart.yaml deleted file mode 100644 index 35b5007188c..00000000000 --- a/stable/emby-sync/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A small flask based service to sync up Emby clients -home: https://truecharts.org/charts/stable/emby-sync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/emby-sync.png -keywords: - - emby-sync - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: emby-sync -sources: - - https://github.com/cameronurnes/emby-sync - - https://github.com/truecharts/charts/tree/master/charts/stable/emby-sync - - https://hub.docker.com/r/lastelement21/emby-sync -type: application -version: 5.1.3 diff --git a/stable/emby-sync/5.1.3/charts/common-18.0.3.tgz b/stable/emby-sync/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/emby-sync/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/emulatorjs/9.2.0/.helmignore b/stable/emby-sync/5.3.0/.helmignore similarity index 100% rename from stable/emulatorjs/9.2.0/.helmignore rename to stable/emby-sync/5.3.0/.helmignore diff --git a/stable/emby-sync/5.3.0/CHANGELOG.md b/stable/emby-sync/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..12cca441e7d --- /dev/null +++ b/stable/emby-sync/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [emby-sync-5.3.0](https://github.com/truecharts/charts/compare/emby-sync-5.2.3...emby-sync-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [emby-sync-5.2.3](https://github.com/truecharts/charts/compare/emby-sync-5.2.2...emby-sync-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [emby-sync-5.2.2](https://github.com/truecharts/charts/compare/emby-sync-5.2.0...emby-sync-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [emby-sync-4.1.12](https://github.com/truecharts/charts/compare/emby-sync-4.1.11...emby-sync-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [emby-sync-4.1.11](https://github.com/truecharts/charts/compare/emby-sync-4.1.10...emby-sync-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [emby-sync-4.1.10](https://github.com/truecharts/charts/compare/emby-sync-4.1.9...emby-sync-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [emby-sync-4.1.9](https://github.com/truecharts/charts/compare/emby-sync-4.1.8...emby-sync-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [emby-sync-4.1.8](https://github.com/truecharts/charts/compare/emby-sync-4.1.7...emby-sync-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [emby-sync-4.1.7](https://github.com/truecharts/charts/compare/emby-sync-4.1.6...emby-sync-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/emby-sync/5.3.0/Chart.yaml b/stable/emby-sync/5.3.0/Chart.yaml new file mode 100644 index 00000000000..98946598506 --- /dev/null +++ b/stable/emby-sync/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A small flask based service to sync up Emby clients +home: https://truecharts.org/charts/stable/emby-sync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/emby-sync.png +keywords: + - emby-sync + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: emby-sync +sources: + - https://github.com/cameronurnes/emby-sync + - https://github.com/truecharts/charts/tree/master/charts/stable/emby-sync + - https://hub.docker.com/r/lastelement21/emby-sync +type: application +version: 5.3.0 diff --git a/stable/emby-sync/5.1.3/README.md b/stable/emby-sync/5.3.0/README.md similarity index 100% rename from stable/emby-sync/5.1.3/README.md rename to stable/emby-sync/5.3.0/README.md diff --git a/stable/emby-sync/5.3.0/app-changelog.md b/stable/emby-sync/5.3.0/app-changelog.md new file mode 100644 index 00000000000..66a98a18c29 --- /dev/null +++ b/stable/emby-sync/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [emby-sync-5.3.0](https://github.com/truecharts/charts/compare/emby-sync-5.2.3...emby-sync-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/emby-sync/5.1.3/app-readme.md b/stable/emby-sync/5.3.0/app-readme.md similarity index 100% rename from stable/emby-sync/5.1.3/app-readme.md rename to stable/emby-sync/5.3.0/app-readme.md diff --git a/stable/emby-sync/5.3.0/charts/common-18.2.0.tgz b/stable/emby-sync/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/emby-sync/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/emby-sync/5.1.3/ix_values.yaml b/stable/emby-sync/5.3.0/ix_values.yaml similarity index 100% rename from stable/emby-sync/5.1.3/ix_values.yaml rename to stable/emby-sync/5.3.0/ix_values.yaml diff --git a/stable/emby-sync/5.1.3/questions.yaml b/stable/emby-sync/5.3.0/questions.yaml similarity index 100% rename from stable/emby-sync/5.1.3/questions.yaml rename to stable/emby-sync/5.3.0/questions.yaml diff --git a/stable/emby-sync/5.1.3/templates/common.yaml b/stable/emby-sync/5.3.0/templates/common.yaml similarity index 100% rename from stable/emby-sync/5.1.3/templates/common.yaml rename to stable/emby-sync/5.3.0/templates/common.yaml diff --git a/stable/emulatorjs/9.2.0/values.yaml b/stable/emby-sync/5.3.0/values.yaml similarity index 100% rename from stable/emulatorjs/9.2.0/values.yaml rename to stable/emby-sync/5.3.0/values.yaml diff --git a/stable/emby/18.2.0/CHANGELOG.md b/stable/emby/18.2.0/CHANGELOG.md deleted file mode 100644 index c129be7af62..00000000000 --- a/stable/emby/18.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [emby-17.2.1](https://github.com/truecharts/charts/compare/emby-17.2.0...emby-17.2.1) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/geek-cookbook/emby to v4.8.1.0[@dad91c6](https://github.com/dad91c6) by renovate ([#18132](https://github.com/truecharts/charts/issues/18132)) - - -## [emby-17.2.0](https://github.com/truecharts/charts/compare/emby-17.1.13...emby-17.2.0) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/geek-cookbook/emby to v4.8.0.80[@d14aaee](https://github.com/d14aaee) by renovate ([#17937](https://github.com/truecharts/charts/issues/17937)) - - -## [emby-17.1.13](https://github.com/truecharts/charts/compare/emby-17.1.12...emby-17.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [emby-17.1.12](https://github.com/truecharts/charts/compare/emby-17.1.11...emby-17.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [emby-17.1.11](https://github.com/truecharts/charts/compare/emby-17.1.10...emby-17.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [emby-17.1.10](https://github.com/truecharts/charts/compare/emby-17.1.9...emby-17.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [emby-17.1.9](https://github.com/truecharts/charts/compare/emby-17.1.8...emby-17.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [emby-17.1.8](https://github.com/truecharts/charts/compare/emby-17.1.7...emby-17.1.8) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [emby-17.1.7](https://github.com/truecharts/charts/compare/emby-17.1.6...emby-17.1.7) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs diff --git a/stable/emby/18.2.0/Chart.yaml b/stable/emby/18.2.0/Chart.yaml deleted file mode 100644 index a78f8c5af11..00000000000 --- a/stable/emby/18.2.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.8.1.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Emby Server is a home media server -home: https://truecharts.org/charts/stable/emby -icon: https://truecharts.org/img/hotlink-ok/chart-icons/emby.png -keywords: - - jellyfin - - plex - - emby -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: emby -sources: - - https://github.com/linuxserver/docker-emby.git - - https://github.com/truecharts/charts/tree/master/charts/stable/emby - - https://ghcr.io/geek-cookbook/emby -type: application -version: 18.2.0 diff --git a/stable/emby/18.2.0/charts/common-18.1.2.tgz b/stable/emby/18.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/emby/18.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/emby/18.2.0/ix_values.yaml b/stable/emby/18.2.0/ix_values.yaml deleted file mode 100644 index 21703da16d7..00000000000 --- a/stable/emby/18.2.0/ix_values.yaml +++ /dev/null @@ -1,36 +0,0 @@ -image: - repository: ghcr.io/geek-cookbook/emby - pullPolicy: IfNotPresent - tag: 4.8.1.0@sha256:dad91c621b6fb9f3f4425c3356d41bb060b19bd4caba7d5763917f997124d336 -securityContext: - container: - readOnlyRootFilesystem: false -service: - main: - ports: - main: - port: 10079 - targetPort: 8096 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - path: / - readiness: - type: http - path: / - startup: - type: http - path: / - env: {} -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true diff --git a/stable/endlessh/9.1.3/.helmignore b/stable/emby/18.3.0/.helmignore similarity index 100% rename from stable/endlessh/9.1.3/.helmignore rename to stable/emby/18.3.0/.helmignore diff --git a/stable/emby/18.3.0/CHANGELOG.md b/stable/emby/18.3.0/CHANGELOG.md new file mode 100644 index 00000000000..30d436be6a2 --- /dev/null +++ b/stable/emby/18.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [emby-18.3.0](https://github.com/truecharts/charts/compare/emby-18.2.4...emby-18.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [emby-18.2.4](https://github.com/truecharts/charts/compare/emby-18.2.3...emby-18.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [emby-18.2.3](https://github.com/truecharts/charts/compare/emby-18.2.1...emby-18.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + +## [emby-17.2.1](https://github.com/truecharts/charts/compare/emby-17.2.0...emby-17.2.1) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/geek-cookbook/emby to v4.8.1.0[@dad91c6](https://github.com/dad91c6) by renovate ([#18132](https://github.com/truecharts/charts/issues/18132)) + + +## [emby-17.2.0](https://github.com/truecharts/charts/compare/emby-17.1.13...emby-17.2.0) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/geek-cookbook/emby to v4.8.0.80[@d14aaee](https://github.com/d14aaee) by renovate ([#17937](https://github.com/truecharts/charts/issues/17937)) + + +## [emby-17.1.13](https://github.com/truecharts/charts/compare/emby-17.1.12...emby-17.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [emby-17.1.12](https://github.com/truecharts/charts/compare/emby-17.1.11...emby-17.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [emby-17.1.11](https://github.com/truecharts/charts/compare/emby-17.1.10...emby-17.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [emby-17.1.10](https://github.com/truecharts/charts/compare/emby-17.1.9...emby-17.1.10) (2024-01-21) + +### Chore + + diff --git a/stable/emby/18.3.0/Chart.yaml b/stable/emby/18.3.0/Chart.yaml new file mode 100644 index 00000000000..539a2d133de --- /dev/null +++ b/stable/emby/18.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.8.3.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Emby Server is a home media server +home: https://truecharts.org/charts/stable/emby +icon: https://truecharts.org/img/hotlink-ok/chart-icons/emby.png +keywords: + - jellyfin + - plex + - emby +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: emby +sources: + - https://github.com/linuxserver/docker-emby.git + - https://github.com/truecharts/charts/tree/master/charts/stable/emby + - https://ghcr.io/geek-cookbook/emby +type: application +version: 18.3.0 diff --git a/stable/emby/18.2.0/README.md b/stable/emby/18.3.0/README.md similarity index 100% rename from stable/emby/18.2.0/README.md rename to stable/emby/18.3.0/README.md diff --git a/stable/emby/18.3.0/app-changelog.md b/stable/emby/18.3.0/app-changelog.md new file mode 100644 index 00000000000..4baef0392ae --- /dev/null +++ b/stable/emby/18.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [emby-18.3.0](https://github.com/truecharts/charts/compare/emby-18.2.4...emby-18.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/emby/18.2.0/app-readme.md b/stable/emby/18.3.0/app-readme.md similarity index 100% rename from stable/emby/18.2.0/app-readme.md rename to stable/emby/18.3.0/app-readme.md diff --git a/stable/emby/18.3.0/charts/common-18.2.0.tgz b/stable/emby/18.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/emby/18.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/emby/18.3.0/ix_values.yaml b/stable/emby/18.3.0/ix_values.yaml new file mode 100644 index 00000000000..3ebcd222e32 --- /dev/null +++ b/stable/emby/18.3.0/ix_values.yaml @@ -0,0 +1,36 @@ +image: + repository: ghcr.io/geek-cookbook/emby + pullPolicy: IfNotPresent + tag: 4.8.3.0@sha256:3e01274e7dffbc55e96f431d334ea80cf8fae686daa0e626f4f2fe8a2124c218 +securityContext: + container: + readOnlyRootFilesystem: false +service: + main: + ports: + main: + port: 10079 + targetPort: 8096 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + path: / + readiness: + type: http + path: / + startup: + type: http + path: / + env: {} +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true diff --git a/stable/emby/18.2.0/questions.yaml b/stable/emby/18.3.0/questions.yaml similarity index 100% rename from stable/emby/18.2.0/questions.yaml rename to stable/emby/18.3.0/questions.yaml diff --git a/stable/endlessh/9.1.3/templates/NOTES.txt b/stable/emby/18.3.0/templates/NOTES.txt similarity index 100% rename from stable/endlessh/9.1.3/templates/NOTES.txt rename to stable/emby/18.3.0/templates/NOTES.txt diff --git a/stable/emulatorjs/9.2.0/templates/common.yaml b/stable/emby/18.3.0/templates/common.yaml similarity index 100% rename from stable/emulatorjs/9.2.0/templates/common.yaml rename to stable/emby/18.3.0/templates/common.yaml diff --git a/stable/endlessh/9.1.3/values.yaml b/stable/emby/18.3.0/values.yaml similarity index 100% rename from stable/endlessh/9.1.3/values.yaml rename to stable/emby/18.3.0/values.yaml diff --git a/stable/embystat/9.1.3/CHANGELOG.md b/stable/embystat/9.1.3/CHANGELOG.md deleted file mode 100644 index 1190954ba41..00000000000 --- a/stable/embystat/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [embystat-8.1.12](https://github.com/truecharts/charts/compare/embystat-8.1.11...embystat-8.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [embystat-8.1.11](https://github.com/truecharts/charts/compare/embystat-8.1.10...embystat-8.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [embystat-8.1.10](https://github.com/truecharts/charts/compare/embystat-8.1.9...embystat-8.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [embystat-8.1.9](https://github.com/truecharts/charts/compare/embystat-8.1.8...embystat-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [embystat-8.1.8](https://github.com/truecharts/charts/compare/embystat-8.1.7...embystat-8.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [embystat-8.1.7](https://github.com/truecharts/charts/compare/embystat-8.1.6...embystat-8.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [embystat-8.1.6](https://github.com/truecharts/charts/compare/embystat-8.1.5...embystat-8.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [embystat-8.1.5](https://github.com/truecharts/charts/compare/embystat-8.1.4...embystat-8.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [embystat-8.1.4](https://github.com/truecharts/charts/compare/embystat-8.1.3...embystat-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/embystat/9.1.3/Chart.yaml b/stable/embystat/9.1.3/Chart.yaml deleted file mode 100644 index c46f4255c3c..00000000000 --- a/stable/embystat/9.1.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.2.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Embystat is a personal web server that can calculate all kinds of statistics from your (local) Emby server. -home: https://truecharts.org/charts/stable/embystat -icon: https://truecharts.org/img/hotlink-ok/chart-icons/embystat.png -keywords: - - embystat -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: embystat -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/embystat - - https://ghcr.io/linuxserver/embystat -type: application -version: 9.1.3 diff --git a/stable/embystat/9.1.3/charts/common-18.0.3.tgz b/stable/embystat/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/embystat/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/ersatztv/3.1.3/.helmignore b/stable/embystat/9.3.0/.helmignore similarity index 100% rename from stable/ersatztv/3.1.3/.helmignore rename to stable/embystat/9.3.0/.helmignore diff --git a/stable/embystat/9.3.0/CHANGELOG.md b/stable/embystat/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..3ee99e3c4b8 --- /dev/null +++ b/stable/embystat/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [embystat-9.3.0](https://github.com/truecharts/charts/compare/embystat-9.2.3...embystat-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [embystat-9.2.3](https://github.com/truecharts/charts/compare/embystat-9.2.2...embystat-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [embystat-9.2.2](https://github.com/truecharts/charts/compare/embystat-9.2.0...embystat-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [embystat-8.1.12](https://github.com/truecharts/charts/compare/embystat-8.1.11...embystat-8.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [embystat-8.1.11](https://github.com/truecharts/charts/compare/embystat-8.1.10...embystat-8.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [embystat-8.1.10](https://github.com/truecharts/charts/compare/embystat-8.1.9...embystat-8.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [embystat-8.1.9](https://github.com/truecharts/charts/compare/embystat-8.1.8...embystat-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [embystat-8.1.8](https://github.com/truecharts/charts/compare/embystat-8.1.7...embystat-8.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [embystat-8.1.7](https://github.com/truecharts/charts/compare/embystat-8.1.6...embystat-8.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/embystat/9.3.0/Chart.yaml b/stable/embystat/9.3.0/Chart.yaml new file mode 100644 index 00000000000..2b272253a2f --- /dev/null +++ b/stable/embystat/9.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.2.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Embystat is a personal web server that can calculate all kinds of statistics from your (local) Emby server. +home: https://truecharts.org/charts/stable/embystat +icon: https://truecharts.org/img/hotlink-ok/chart-icons/embystat.png +keywords: + - embystat +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: embystat +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/embystat + - https://ghcr.io/linuxserver/embystat +type: application +version: 9.3.0 diff --git a/stable/embystat/9.1.3/README.md b/stable/embystat/9.3.0/README.md similarity index 100% rename from stable/embystat/9.1.3/README.md rename to stable/embystat/9.3.0/README.md diff --git a/stable/embystat/9.3.0/app-changelog.md b/stable/embystat/9.3.0/app-changelog.md new file mode 100644 index 00000000000..2aec3bca693 --- /dev/null +++ b/stable/embystat/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [embystat-9.3.0](https://github.com/truecharts/charts/compare/embystat-9.2.3...embystat-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/embystat/9.1.3/app-readme.md b/stable/embystat/9.3.0/app-readme.md similarity index 100% rename from stable/embystat/9.1.3/app-readme.md rename to stable/embystat/9.3.0/app-readme.md diff --git a/stable/embystat/9.3.0/charts/common-18.2.0.tgz b/stable/embystat/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/embystat/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/embystat/9.1.3/ix_values.yaml b/stable/embystat/9.3.0/ix_values.yaml similarity index 100% rename from stable/embystat/9.1.3/ix_values.yaml rename to stable/embystat/9.3.0/ix_values.yaml diff --git a/stable/embystat/9.1.3/questions.yaml b/stable/embystat/9.3.0/questions.yaml similarity index 100% rename from stable/embystat/9.1.3/questions.yaml rename to stable/embystat/9.3.0/questions.yaml diff --git a/stable/esphome/19.1.4/templates/NOTES.txt b/stable/embystat/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/esphome/19.1.4/templates/NOTES.txt rename to stable/embystat/9.3.0/templates/NOTES.txt diff --git a/stable/endlessh/9.1.3/templates/common.yaml b/stable/embystat/9.3.0/templates/common.yaml similarity index 100% rename from stable/endlessh/9.1.3/templates/common.yaml rename to stable/embystat/9.3.0/templates/common.yaml diff --git a/stable/ersatztv/3.1.3/values.yaml b/stable/embystat/9.3.0/values.yaml similarity index 100% rename from stable/ersatztv/3.1.3/values.yaml rename to stable/embystat/9.3.0/values.yaml diff --git a/stable/emulatorjs/9.2.0/CHANGELOG.md b/stable/emulatorjs/9.2.0/CHANGELOG.md deleted file mode 100644 index 00597521024..00000000000 --- a/stable/emulatorjs/9.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - -## [emulatorjs-8.2.13](https://github.com/truecharts/charts/compare/emulatorjs-8.2.12...emulatorjs-8.2.13) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/emulatorjs to v1.8.8[@36428a8](https://github.com/36428a8) by renovate ([#18134](https://github.com/truecharts/charts/issues/18134)) - - -## [emulatorjs-8.2.12](https://github.com/truecharts/charts/compare/emulatorjs-8.2.11...emulatorjs-8.2.12) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/emulatorjs to v1.8.7[@4855047](https://github.com/4855047) by renovate ([#17910](https://github.com/truecharts/charts/issues/17910)) - - -## [emulatorjs-8.2.11](https://github.com/truecharts/charts/compare/emulatorjs-8.2.10...emulatorjs-8.2.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [emulatorjs-8.2.10](https://github.com/truecharts/charts/compare/emulatorjs-8.2.9...emulatorjs-8.2.10) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/emulatorjs to v1.8.5[@f2a8a9a](https://github.com/f2a8a9a) by renovate ([#17672](https://github.com/truecharts/charts/issues/17672)) - - -## [emulatorjs-8.2.9](https://github.com/truecharts/charts/compare/emulatorjs-8.2.8...emulatorjs-8.2.9) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [emulatorjs-8.2.8](https://github.com/truecharts/charts/compare/emulatorjs-8.2.7...emulatorjs-8.2.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [emulatorjs-8.2.7](https://github.com/truecharts/charts/compare/emulatorjs-8.2.6...emulatorjs-8.2.7) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [emulatorjs-8.2.6](https://github.com/truecharts/charts/compare/emulatorjs-8.2.5...emulatorjs-8.2.6) (2024-01-21) - -### Chore - - diff --git a/stable/emulatorjs/9.2.0/Chart.yaml b/stable/emulatorjs/9.2.0/Chart.yaml deleted file mode 100644 index 71d492550ac..00000000000 --- a/stable/emulatorjs/9.2.0/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: emulator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.8.8 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles. -home: https://truecharts.org/charts/stable/emulatorjs -icon: https://truecharts.org/img/hotlink-ok/chart-icons/emulatorjs.png -keywords: - - emulatorjs -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: emulatorjs -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/emulatorjs - - https://ghcr.io/linuxserver/emulatorjs -type: application -version: 9.2.0 diff --git a/stable/emulatorjs/9.2.0/charts/common-18.1.2.tgz b/stable/emulatorjs/9.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/emulatorjs/9.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/emulatorjs/9.2.0/ix_values.yaml b/stable/emulatorjs/9.2.0/ix_values.yaml deleted file mode 100644 index 0d8758221cc..00000000000 --- a/stable/emulatorjs/9.2.0/ix_values.yaml +++ /dev/null @@ -1,60 +0,0 @@ -image: - repository: ghcr.io/linuxserver/emulatorjs - pullPolicy: IfNotPresent - tag: 1.8.8@sha256:dd5a33b4649e599eec0e87aabb89258e9a1665ba22d1816df28591fb9af8c36a -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - targetPort: 3000 - port: 10130 - front: - enabled: true - ports: - front: - enabled: true - targetPort: 80 - port: 10124 - ipfs: - enabled: true - ports: - ipfs: - enabled: true - targetPort: 4001 - port: 10138 -ingress: - front: - targetSelector: - front: front -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - path: / - readiness: - type: http - path: / - startup: - type: http - path: / - env: {} -persistence: - config: - enabled: true - mountPath: /config - data: - enabled: true - mountPath: /data -portal: - open: - enabled: true diff --git a/stable/esphome/19.1.4/.helmignore b/stable/emulatorjs/9.3.0/.helmignore similarity index 100% rename from stable/esphome/19.1.4/.helmignore rename to stable/emulatorjs/9.3.0/.helmignore diff --git a/stable/emulatorjs/9.3.0/CHANGELOG.md b/stable/emulatorjs/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..49adc683ca9 --- /dev/null +++ b/stable/emulatorjs/9.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [emulatorjs-9.3.0](https://github.com/truecharts/charts/compare/emulatorjs-9.2.4...emulatorjs-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [emulatorjs-9.2.4](https://github.com/truecharts/charts/compare/emulatorjs-9.2.3...emulatorjs-9.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [emulatorjs-9.2.3](https://github.com/truecharts/charts/compare/emulatorjs-9.2.1...emulatorjs-9.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + +## [emulatorjs-8.2.13](https://github.com/truecharts/charts/compare/emulatorjs-8.2.12...emulatorjs-8.2.13) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/emulatorjs to v1.8.8[@36428a8](https://github.com/36428a8) by renovate ([#18134](https://github.com/truecharts/charts/issues/18134)) + + +## [emulatorjs-8.2.12](https://github.com/truecharts/charts/compare/emulatorjs-8.2.11...emulatorjs-8.2.12) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/emulatorjs to v1.8.7[@4855047](https://github.com/4855047) by renovate ([#17910](https://github.com/truecharts/charts/issues/17910)) + + +## [emulatorjs-8.2.11](https://github.com/truecharts/charts/compare/emulatorjs-8.2.10...emulatorjs-8.2.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [emulatorjs-8.2.10](https://github.com/truecharts/charts/compare/emulatorjs-8.2.9...emulatorjs-8.2.10) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/emulatorjs to v1.8.5[@f2a8a9a](https://github.com/f2a8a9a) by renovate ([#17672](https://github.com/truecharts/charts/issues/17672)) + + +## [emulatorjs-8.2.9](https://github.com/truecharts/charts/compare/emulatorjs-8.2.8...emulatorjs-8.2.9) (2024-01-26) + +### Chore \ No newline at end of file diff --git a/stable/emulatorjs/9.3.0/Chart.yaml b/stable/emulatorjs/9.3.0/Chart.yaml new file mode 100644 index 00000000000..0fba9164bae --- /dev/null +++ b/stable/emulatorjs/9.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: emulator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.8.8 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles. +home: https://truecharts.org/charts/stable/emulatorjs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/emulatorjs.png +keywords: + - emulatorjs +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: emulatorjs +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/emulatorjs + - https://ghcr.io/linuxserver/emulatorjs +type: application +version: 9.3.0 diff --git a/stable/emulatorjs/9.2.0/README.md b/stable/emulatorjs/9.3.0/README.md similarity index 100% rename from stable/emulatorjs/9.2.0/README.md rename to stable/emulatorjs/9.3.0/README.md diff --git a/stable/emulatorjs/9.3.0/app-changelog.md b/stable/emulatorjs/9.3.0/app-changelog.md new file mode 100644 index 00000000000..a2a55c7c567 --- /dev/null +++ b/stable/emulatorjs/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [emulatorjs-9.3.0](https://github.com/truecharts/charts/compare/emulatorjs-9.2.4...emulatorjs-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/emulatorjs/9.2.0/app-readme.md b/stable/emulatorjs/9.3.0/app-readme.md similarity index 100% rename from stable/emulatorjs/9.2.0/app-readme.md rename to stable/emulatorjs/9.3.0/app-readme.md diff --git a/stable/emulatorjs/9.3.0/charts/common-18.2.0.tgz b/stable/emulatorjs/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/emulatorjs/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/emulatorjs/9.3.0/ix_values.yaml b/stable/emulatorjs/9.3.0/ix_values.yaml new file mode 100644 index 00000000000..166682be368 --- /dev/null +++ b/stable/emulatorjs/9.3.0/ix_values.yaml @@ -0,0 +1,60 @@ +image: + repository: ghcr.io/linuxserver/emulatorjs + pullPolicy: IfNotPresent + tag: 1.8.8@sha256:2d1a5cf508b3207b37b6b288515e60e502053ebedce167713471a4051969a2d7 +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + targetPort: 3000 + port: 10130 + front: + enabled: true + ports: + front: + enabled: true + targetPort: 80 + port: 10124 + ipfs: + enabled: true + ports: + ipfs: + enabled: true + targetPort: 4001 + port: 10138 +ingress: + front: + targetSelector: + front: front +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + path: / + readiness: + type: http + path: / + startup: + type: http + path: / + env: {} +persistence: + config: + enabled: true + mountPath: /config + data: + enabled: true + mountPath: /data +portal: + open: + enabled: true diff --git a/stable/emulatorjs/9.2.0/questions.yaml b/stable/emulatorjs/9.3.0/questions.yaml similarity index 100% rename from stable/emulatorjs/9.2.0/questions.yaml rename to stable/emulatorjs/9.3.0/questions.yaml diff --git a/stable/etherpad/16.1.3/templates/NOTES.txt b/stable/emulatorjs/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/etherpad/16.1.3/templates/NOTES.txt rename to stable/emulatorjs/9.3.0/templates/NOTES.txt diff --git a/stable/ersatztv/3.1.3/templates/common.yaml b/stable/emulatorjs/9.3.0/templates/common.yaml similarity index 100% rename from stable/ersatztv/3.1.3/templates/common.yaml rename to stable/emulatorjs/9.3.0/templates/common.yaml diff --git a/stable/esphome/19.1.4/values.yaml b/stable/emulatorjs/9.3.0/values.yaml similarity index 100% rename from stable/esphome/19.1.4/values.yaml rename to stable/emulatorjs/9.3.0/values.yaml diff --git a/stable/endlessh/9.1.3/CHANGELOG.md b/stable/endlessh/9.1.3/CHANGELOG.md deleted file mode 100644 index aed627ecf1c..00000000000 --- a/stable/endlessh/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [endlessh-8.1.12](https://github.com/truecharts/charts/compare/endlessh-8.1.11...endlessh-8.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [endlessh-8.1.11](https://github.com/truecharts/charts/compare/endlessh-8.1.10...endlessh-8.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [endlessh-8.1.10](https://github.com/truecharts/charts/compare/endlessh-8.1.9...endlessh-8.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [endlessh-8.1.9](https://github.com/truecharts/charts/compare/endlessh-8.1.8...endlessh-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [endlessh-8.1.8](https://github.com/truecharts/charts/compare/endlessh-8.1.7...endlessh-8.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [endlessh-8.1.7](https://github.com/truecharts/charts/compare/endlessh-8.1.6...endlessh-8.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [endlessh-8.1.6](https://github.com/truecharts/charts/compare/endlessh-8.1.5...endlessh-8.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [endlessh-8.1.5](https://github.com/truecharts/charts/compare/endlessh-8.1.4...endlessh-8.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [endlessh-8.1.4](https://github.com/truecharts/charts/compare/endlessh-8.1.3...endlessh-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/endlessh/9.1.3/Chart.yaml b/stable/endlessh/9.1.3/Chart.yaml deleted file mode 100644 index 94fb24e4bfb..00000000000 --- a/stable/endlessh/9.1.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2021.11.21 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Endlessh is an SSH tarpit that very slowly sends an endless, random SSH banner. -home: https://truecharts.org/charts/stable/endlessh -icon: https://truecharts.org/img/hotlink-ok/chart-icons/endlessh.png -keywords: - - endlessh -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: endlessh -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/endlessh - - https://ghcr.io/linuxserver/endlessh -type: application -version: 9.1.3 diff --git a/stable/endlessh/9.1.3/charts/common-18.0.3.tgz b/stable/endlessh/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/endlessh/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/etesync/9.1.3/.helmignore b/stable/endlessh/9.3.0/.helmignore similarity index 100% rename from stable/etesync/9.1.3/.helmignore rename to stable/endlessh/9.3.0/.helmignore diff --git a/stable/endlessh/9.3.0/CHANGELOG.md b/stable/endlessh/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..ee89d40c58c --- /dev/null +++ b/stable/endlessh/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [endlessh-9.3.0](https://github.com/truecharts/charts/compare/endlessh-9.2.3...endlessh-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [endlessh-9.2.3](https://github.com/truecharts/charts/compare/endlessh-9.2.2...endlessh-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [endlessh-9.2.2](https://github.com/truecharts/charts/compare/endlessh-9.2.0...endlessh-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [endlessh-8.1.12](https://github.com/truecharts/charts/compare/endlessh-8.1.11...endlessh-8.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [endlessh-8.1.11](https://github.com/truecharts/charts/compare/endlessh-8.1.10...endlessh-8.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [endlessh-8.1.10](https://github.com/truecharts/charts/compare/endlessh-8.1.9...endlessh-8.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [endlessh-8.1.9](https://github.com/truecharts/charts/compare/endlessh-8.1.8...endlessh-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [endlessh-8.1.8](https://github.com/truecharts/charts/compare/endlessh-8.1.7...endlessh-8.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [endlessh-8.1.7](https://github.com/truecharts/charts/compare/endlessh-8.1.6...endlessh-8.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/endlessh/9.3.0/Chart.yaml b/stable/endlessh/9.3.0/Chart.yaml new file mode 100644 index 00000000000..d3d89ca5aac --- /dev/null +++ b/stable/endlessh/9.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2021.11.21 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Endlessh is an SSH tarpit that very slowly sends an endless, random SSH banner. +home: https://truecharts.org/charts/stable/endlessh +icon: https://truecharts.org/img/hotlink-ok/chart-icons/endlessh.png +keywords: + - endlessh +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: endlessh +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/endlessh + - https://ghcr.io/linuxserver/endlessh +type: application +version: 9.3.0 diff --git a/stable/endlessh/9.1.3/README.md b/stable/endlessh/9.3.0/README.md similarity index 100% rename from stable/endlessh/9.1.3/README.md rename to stable/endlessh/9.3.0/README.md diff --git a/stable/endlessh/9.3.0/app-changelog.md b/stable/endlessh/9.3.0/app-changelog.md new file mode 100644 index 00000000000..97eb9cd1cb9 --- /dev/null +++ b/stable/endlessh/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [endlessh-9.3.0](https://github.com/truecharts/charts/compare/endlessh-9.2.3...endlessh-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/endlessh/9.1.3/app-readme.md b/stable/endlessh/9.3.0/app-readme.md similarity index 100% rename from stable/endlessh/9.1.3/app-readme.md rename to stable/endlessh/9.3.0/app-readme.md diff --git a/stable/endlessh/9.3.0/charts/common-18.2.0.tgz b/stable/endlessh/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/endlessh/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/endlessh/9.1.3/ix_values.yaml b/stable/endlessh/9.3.0/ix_values.yaml similarity index 100% rename from stable/endlessh/9.1.3/ix_values.yaml rename to stable/endlessh/9.3.0/ix_values.yaml diff --git a/stable/endlessh/9.1.3/questions.yaml b/stable/endlessh/9.3.0/questions.yaml similarity index 100% rename from stable/endlessh/9.1.3/questions.yaml rename to stable/endlessh/9.3.0/questions.yaml diff --git a/stable/external-dns/4.1.3/templates/NOTES.txt b/stable/endlessh/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/external-dns/4.1.3/templates/NOTES.txt rename to stable/endlessh/9.3.0/templates/NOTES.txt diff --git a/stable/esphome/19.1.4/templates/common.yaml b/stable/endlessh/9.3.0/templates/common.yaml similarity index 100% rename from stable/esphome/19.1.4/templates/common.yaml rename to stable/endlessh/9.3.0/templates/common.yaml diff --git a/stable/etesync/9.1.3/values.yaml b/stable/endlessh/9.3.0/values.yaml similarity index 100% rename from stable/etesync/9.1.3/values.yaml rename to stable/endlessh/9.3.0/values.yaml diff --git a/stable/ersatztv/3.1.3/CHANGELOG.md b/stable/ersatztv/3.1.3/CHANGELOG.md deleted file mode 100644 index faad77c86ef..00000000000 --- a/stable/ersatztv/3.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [ersatztv-2.1.15](https://github.com/truecharts/charts/compare/ersatztv-2.1.12...ersatztv-2.1.15) (2024-02-05) - -### Chore - - - -- update container image jasongdove/ersatztv to v0.8.5 by renovate ([#17920](https://github.com/truecharts/charts/issues/17920)) - - -## [ersatztv-2.1.12](https://github.com/truecharts/charts/compare/ersatztv-2.1.11...ersatztv-2.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ersatztv-2.1.11](https://github.com/truecharts/charts/compare/ersatztv-2.1.10...ersatztv-2.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [ersatztv-2.1.10](https://github.com/truecharts/charts/compare/ersatztv-2.1.9...ersatztv-2.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [ersatztv-2.1.9](https://github.com/truecharts/charts/compare/ersatztv-2.1.8...ersatztv-2.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [ersatztv-2.1.8](https://github.com/truecharts/charts/compare/ersatztv-2.1.7...ersatztv-2.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [ersatztv-2.1.7](https://github.com/truecharts/charts/compare/ersatztv-2.1.6...ersatztv-2.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [ersatztv-2.1.6](https://github.com/truecharts/charts/compare/ersatztv-2.1.5...ersatztv-2.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [ersatztv-2.1.5](https://github.com/truecharts/charts/compare/ersatztv-2.1.4...ersatztv-2.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - diff --git a/stable/ersatztv/3.1.3/Chart.yaml b/stable/ersatztv/3.1.3/Chart.yaml deleted file mode 100644 index 0ca7bc015b7..00000000000 --- a/stable/ersatztv/3.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.8.5 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: ErsatzTV configuring and streaming custom live channels using your media library. -home: https://truecharts.org/charts/stable/ersatztv -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ersatztv.png -keywords: - - ersatztv - - media -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ersatztv -sources: - - https://github.com/jasongdove/ErsatzTV - - https://github.com/truecharts/charts/tree/master/charts/stable/ersatztv - - https://hub.docker.com/r/jasongdove/ersatztv -type: application -version: 3.1.3 diff --git a/stable/ersatztv/3.1.3/charts/common-18.0.3.tgz b/stable/ersatztv/3.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/ersatztv/3.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/ethercalc/5.1.3/.helmignore b/stable/ersatztv/3.3.0/.helmignore similarity index 100% rename from stable/ethercalc/5.1.3/.helmignore rename to stable/ersatztv/3.3.0/.helmignore diff --git a/stable/ersatztv/3.3.0/CHANGELOG.md b/stable/ersatztv/3.3.0/CHANGELOG.md new file mode 100644 index 00000000000..929e4732bac --- /dev/null +++ b/stable/ersatztv/3.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ersatztv-3.3.0](https://github.com/truecharts/charts/compare/ersatztv-3.2.3...ersatztv-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [ersatztv-3.2.3](https://github.com/truecharts/charts/compare/ersatztv-3.2.2...ersatztv-3.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [ersatztv-3.2.2](https://github.com/truecharts/charts/compare/ersatztv-3.2.0...ersatztv-3.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [ersatztv-2.1.15](https://github.com/truecharts/charts/compare/ersatztv-2.1.12...ersatztv-2.1.15) (2024-02-05) + +### Chore + + + +- update container image jasongdove/ersatztv to v0.8.5 by renovate ([#17920](https://github.com/truecharts/charts/issues/17920)) + + +## [ersatztv-2.1.12](https://github.com/truecharts/charts/compare/ersatztv-2.1.11...ersatztv-2.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [ersatztv-2.1.11](https://github.com/truecharts/charts/compare/ersatztv-2.1.10...ersatztv-2.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [ersatztv-2.1.10](https://github.com/truecharts/charts/compare/ersatztv-2.1.9...ersatztv-2.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [ersatztv-2.1.9](https://github.com/truecharts/charts/compare/ersatztv-2.1.8...ersatztv-2.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [ersatztv-2.1.8](https://github.com/truecharts/charts/compare/ersatztv-2.1.7...ersatztv-2.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/ersatztv/3.3.0/Chart.yaml b/stable/ersatztv/3.3.0/Chart.yaml new file mode 100644 index 00000000000..25a570f3b98 --- /dev/null +++ b/stable/ersatztv/3.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.8.5 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ErsatzTV configuring and streaming custom live channels using your media library. +home: https://truecharts.org/charts/stable/ersatztv +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ersatztv.png +keywords: + - ersatztv + - media +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ersatztv +sources: + - https://github.com/jasongdove/ErsatzTV + - https://github.com/truecharts/charts/tree/master/charts/stable/ersatztv + - https://hub.docker.com/r/jasongdove/ersatztv +type: application +version: 3.3.0 diff --git a/stable/ersatztv/3.1.3/README.md b/stable/ersatztv/3.3.0/README.md similarity index 100% rename from stable/ersatztv/3.1.3/README.md rename to stable/ersatztv/3.3.0/README.md diff --git a/stable/ersatztv/3.3.0/app-changelog.md b/stable/ersatztv/3.3.0/app-changelog.md new file mode 100644 index 00000000000..9e5122275d8 --- /dev/null +++ b/stable/ersatztv/3.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ersatztv-3.3.0](https://github.com/truecharts/charts/compare/ersatztv-3.2.3...ersatztv-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/ersatztv/3.1.3/app-readme.md b/stable/ersatztv/3.3.0/app-readme.md similarity index 100% rename from stable/ersatztv/3.1.3/app-readme.md rename to stable/ersatztv/3.3.0/app-readme.md diff --git a/stable/ersatztv/3.3.0/charts/common-18.2.0.tgz b/stable/ersatztv/3.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/ersatztv/3.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/ersatztv/3.1.3/ix_values.yaml b/stable/ersatztv/3.3.0/ix_values.yaml similarity index 100% rename from stable/ersatztv/3.1.3/ix_values.yaml rename to stable/ersatztv/3.3.0/ix_values.yaml diff --git a/stable/ersatztv/3.1.3/questions.yaml b/stable/ersatztv/3.3.0/questions.yaml similarity index 100% rename from stable/ersatztv/3.1.3/questions.yaml rename to stable/ersatztv/3.3.0/questions.yaml diff --git a/stable/etherpad/16.1.3/templates/common.yaml b/stable/ersatztv/3.3.0/templates/common.yaml similarity index 100% rename from stable/etherpad/16.1.3/templates/common.yaml rename to stable/ersatztv/3.3.0/templates/common.yaml diff --git a/stable/ethercalc/5.1.3/values.yaml b/stable/ersatztv/3.3.0/values.yaml similarity index 100% rename from stable/ethercalc/5.1.3/values.yaml rename to stable/ersatztv/3.3.0/values.yaml diff --git a/stable/esphome/19.1.4/CHANGELOG.md b/stable/esphome/19.1.4/CHANGELOG.md deleted file mode 100644 index ed278afdfe9..00000000000 --- a/stable/esphome/19.1.4/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [esphome-17.1.15](https://github.com/truecharts/charts/compare/esphome-17.1.14...esphome-17.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [esphome-17.1.14](https://github.com/truecharts/charts/compare/esphome-17.1.13...esphome-17.1.14) (2024-01-29) - -### Chore - - - -- update container image esphome/esphome to v2023.12.9[@0ec7b41](https://github.com/0ec7b41) by renovate ([#17666](https://github.com/truecharts/charts/issues/17666)) - - -## [esphome-17.1.13](https://github.com/truecharts/charts/compare/esphome-17.1.12...esphome-17.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [esphome-17.1.12](https://github.com/truecharts/charts/compare/esphome-17.1.11...esphome-17.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [esphome-17.1.11](https://github.com/truecharts/charts/compare/esphome-17.1.10...esphome-17.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [esphome-17.1.10](https://github.com/truecharts/charts/compare/esphome-17.1.9...esphome-17.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [esphome-17.1.9](https://github.com/truecharts/charts/compare/esphome-17.1.8...esphome-17.1.9) (2024-01-21) - -### Chore - - - -- update container image esphome/esphome to v2023.12.8[@d1b1b22](https://github.com/d1b1b22) by renovate ([#17411](https://github.com/truecharts/charts/issues/17411)) - - -## [esphome-17.1.8](https://github.com/truecharts/charts/compare/esphome-17.1.7...esphome-17.1.8) (2024-01-15) - -### Chore - - - -- update container image esphome/esphome to v2023.12.6[@7df17e1](https://github.com/7df17e1) by renovate ([#17281](https://github.com/truecharts/charts/issues/17281)) - - - - -## [esphome-17.1.7](https://github.com/truecharts/charts/compare/esphome-17.1.6...esphome-17.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) \ No newline at end of file diff --git a/stable/esphome/19.1.4/Chart.yaml b/stable/esphome/19.1.4/Chart.yaml deleted file mode 100644 index 93b24e5ac96..00000000000 --- a/stable/esphome/19.1.4/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: tools - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.2.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. -home: https://truecharts.org/charts/stable/esphome -icon: https://truecharts.org/img/hotlink-ok/chart-icons/esphome.png -keywords: - - esphome -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: esphome -sources: - - https://github.com/esphome/esphome - - https://github.com/truecharts/charts/tree/master/charts/stable/esphome - - https://hub.docker.com/r/esphome/esphome -type: application -version: 19.1.4 diff --git a/stable/esphome/19.1.4/charts/common-18.0.3.tgz b/stable/esphome/19.1.4/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/esphome/19.1.4/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/etherpad/16.1.3/.helmignore b/stable/esphome/19.3.0/.helmignore similarity index 100% rename from stable/etherpad/16.1.3/.helmignore rename to stable/esphome/19.3.0/.helmignore diff --git a/stable/esphome/19.3.0/CHANGELOG.md b/stable/esphome/19.3.0/CHANGELOG.md new file mode 100644 index 00000000000..f92afe4f944 --- /dev/null +++ b/stable/esphome/19.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [esphome-19.3.0](https://github.com/truecharts/charts/compare/esphome-19.2.3...esphome-19.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [esphome-19.2.3](https://github.com/truecharts/charts/compare/esphome-19.2.2...esphome-19.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [esphome-19.2.2](https://github.com/truecharts/charts/compare/esphome-19.2.0...esphome-19.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + +## [esphome-17.1.15](https://github.com/truecharts/charts/compare/esphome-17.1.14...esphome-17.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [esphome-17.1.14](https://github.com/truecharts/charts/compare/esphome-17.1.13...esphome-17.1.14) (2024-01-29) + +### Chore + + + +- update container image esphome/esphome to v2023.12.9[@0ec7b41](https://github.com/0ec7b41) by renovate ([#17666](https://github.com/truecharts/charts/issues/17666)) + + +## [esphome-17.1.13](https://github.com/truecharts/charts/compare/esphome-17.1.12...esphome-17.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [esphome-17.1.12](https://github.com/truecharts/charts/compare/esphome-17.1.11...esphome-17.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [esphome-17.1.11](https://github.com/truecharts/charts/compare/esphome-17.1.10...esphome-17.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [esphome-17.1.10](https://github.com/truecharts/charts/compare/esphome-17.1.9...esphome-17.1.10) (2024-01-21) + +### Chore + + diff --git a/stable/esphome/19.3.0/Chart.yaml b/stable/esphome/19.3.0/Chart.yaml new file mode 100644 index 00000000000..01e8be6c6c6 --- /dev/null +++ b/stable/esphome/19.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: tools + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.2.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. +home: https://truecharts.org/charts/stable/esphome +icon: https://truecharts.org/img/hotlink-ok/chart-icons/esphome.png +keywords: + - esphome +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: esphome +sources: + - https://github.com/esphome/esphome + - https://github.com/truecharts/charts/tree/master/charts/stable/esphome + - https://hub.docker.com/r/esphome/esphome +type: application +version: 19.3.0 diff --git a/stable/esphome/19.1.4/README.md b/stable/esphome/19.3.0/README.md similarity index 100% rename from stable/esphome/19.1.4/README.md rename to stable/esphome/19.3.0/README.md diff --git a/stable/esphome/19.3.0/app-changelog.md b/stable/esphome/19.3.0/app-changelog.md new file mode 100644 index 00000000000..829b62e7ef2 --- /dev/null +++ b/stable/esphome/19.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [esphome-19.3.0](https://github.com/truecharts/charts/compare/esphome-19.2.3...esphome-19.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/esphome/19.1.4/app-readme.md b/stable/esphome/19.3.0/app-readme.md similarity index 100% rename from stable/esphome/19.1.4/app-readme.md rename to stable/esphome/19.3.0/app-readme.md diff --git a/stable/esphome/19.3.0/charts/common-18.2.0.tgz b/stable/esphome/19.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/esphome/19.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/esphome/19.1.4/ix_values.yaml b/stable/esphome/19.3.0/ix_values.yaml similarity index 100% rename from stable/esphome/19.1.4/ix_values.yaml rename to stable/esphome/19.3.0/ix_values.yaml diff --git a/stable/esphome/19.1.4/questions.yaml b/stable/esphome/19.3.0/questions.yaml similarity index 100% rename from stable/esphome/19.1.4/questions.yaml rename to stable/esphome/19.3.0/questions.yaml diff --git a/stable/external-service/13.1.3/templates/NOTES.txt b/stable/esphome/19.3.0/templates/NOTES.txt similarity index 100% rename from stable/external-service/13.1.3/templates/NOTES.txt rename to stable/esphome/19.3.0/templates/NOTES.txt diff --git a/stable/external-service/13.1.3/templates/common.yaml b/stable/esphome/19.3.0/templates/common.yaml similarity index 100% rename from stable/external-service/13.1.3/templates/common.yaml rename to stable/esphome/19.3.0/templates/common.yaml diff --git a/stable/etherpad/16.1.3/values.yaml b/stable/esphome/19.3.0/values.yaml similarity index 100% rename from stable/etherpad/16.1.3/values.yaml rename to stable/esphome/19.3.0/values.yaml diff --git a/stable/etesync/9.1.3/CHANGELOG.md b/stable/etesync/9.1.3/CHANGELOG.md deleted file mode 100644 index e41dd394d88..00000000000 --- a/stable/etesync/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - -## [etesync-8.1.15](https://github.com/truecharts/charts/compare/etesync-8.1.14...etesync-8.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [etesync-8.1.14](https://github.com/truecharts/charts/compare/etesync-8.1.13...etesync-8.1.14) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [etesync-8.1.13](https://github.com/truecharts/charts/compare/etesync-8.1.12...etesync-8.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [etesync-8.1.12](https://github.com/truecharts/charts/compare/etesync-8.1.11...etesync-8.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [etesync-8.1.11](https://github.com/truecharts/charts/compare/etesync-8.1.10...etesync-8.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [etesync-8.1.10](https://github.com/truecharts/charts/compare/etesync-8.1.9...etesync-8.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [etesync-8.1.9](https://github.com/truecharts/charts/compare/etesync-8.1.8...etesync-8.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [etesync-8.1.8](https://github.com/truecharts/charts/compare/etesync-8.1.7...etesync-8.1.8) (2024-01-02) - -### Chore - - - -- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820)) - - -## [etesync-8.1.7](https://github.com/truecharts/charts/compare/etesync-8.1.6...etesync-8.1.7) (2024-01-02) - -### Chore - diff --git a/stable/etesync/9.1.3/Chart.yaml b/stable/etesync/9.1.3/Chart.yaml deleted file mode 100644 index b2842231c2e..00000000000 --- a/stable/etesync/9.1.3/Chart.yaml +++ /dev/null @@ -1,50 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.11.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 11.2.1 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars, tasks and notes. -home: https://truecharts.org/charts/stable/etesync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/etesync.png -keywords: - - etesync - - sync - - contacts - - calendars - - tasks - - notes -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: etesync -sources: - - https://github.com/victor-rds/docker-etebase - - https://www.etesync.com/ - - https://github.com/etesync - - https://github.com/truecharts/charts/tree/master/charts/stable/etesync - - https://hub.docker.com/r/victorrds/etesync -type: application -version: 9.1.3 diff --git a/stable/etesync/9.1.3/charts/common-18.0.3.tgz b/stable/etesync/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/etesync/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/etesync/9.1.3/questions.yaml b/stable/etesync/9.1.3/questions.yaml deleted file mode 100755 index 032e29ab934..00000000000 --- a/stable/etesync/9.1.3/questions.yaml +++ /dev/null @@ -1,3381 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - - path: "/" - admin: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - - path: "/admin/" -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: REGEN_INI - label: "Always recreate Config" - description: "This ensures that everytime you restart the program it recreates the config file" - schema: - type: boolean - default: true - - variable: ALLOWED_HOSTS - label: "ALLOWED_HOSTS" - description: "Must be a valid domain or * (* is not recommended for production)" - schema: - type: string - default: "localhost" - required: true - - variable: AUTO_SIGNUP - label: "AUTO_SIGNUP" - description: "Enable automatic signup" - schema: - type: boolean - default: false - - variable: LANGUAGE_CODE - label: "LANGUAGE_CODE" - description: "Django language code" - schema: - type: string - default: "en-us" - required: true - - variable: DEBUG - label: "DEBUG" - description: "Output additional messages from `/entrypoint.sh`. It doesn't change the output of the Etebase server." - schema: - type: boolean - default: false - - variable: SHELL_DEBUG - label: "SHELL_DEBUG" - description: "Run `/entrypoint.sh` with `set -x`" - schema: - type: boolean - default: false - - variable: DEBUG_DJANGO - label: "DEBUG_DJANGO" - description: "Enable Django debug mode (not recommended for production)" - schema: - type: boolean - default: false - - variable: SUPER_USER - label: "SUPER_USER" - description: "Username of the Django superuser (First Install Only)" - schema: - type: string - default: "admin" - required: true - - variable: SUPER_PASS - label: "SUPER_PASS" - description: "Password of the Django superuser (First Install Only). Will be generated if left unset." - schema: - type: string - default: "" - private: true - - variable: SUPER_EMAIL - label: "SUPER_EMAIL" - description: "Email of the Django superuser (First Install Only)" - schema: - type: string - default: "" - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10254 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: app - label: "App Storage" - description: "This is the volume where all user data and server configuration is located." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 373 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 373 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 373 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/explainshell/5.1.3/.helmignore b/stable/etesync/9.3.0/.helmignore similarity index 100% rename from stable/explainshell/5.1.3/.helmignore rename to stable/etesync/9.3.0/.helmignore diff --git a/stable/etesync/9.3.0/CHANGELOG.md b/stable/etesync/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..f116341eec0 --- /dev/null +++ b/stable/etesync/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [etesync-9.3.0](https://github.com/truecharts/charts/compare/etesync-9.2.3...etesync-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [etesync-9.2.3](https://github.com/truecharts/charts/compare/etesync-9.2.2...etesync-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [etesync-9.2.2](https://github.com/truecharts/charts/compare/etesync-9.2.0...etesync-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + +## [etesync-8.1.15](https://github.com/truecharts/charts/compare/etesync-8.1.14...etesync-8.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [etesync-8.1.14](https://github.com/truecharts/charts/compare/etesync-8.1.13...etesync-8.1.14) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [etesync-8.1.13](https://github.com/truecharts/charts/compare/etesync-8.1.12...etesync-8.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [etesync-8.1.12](https://github.com/truecharts/charts/compare/etesync-8.1.11...etesync-8.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [etesync-8.1.11](https://github.com/truecharts/charts/compare/etesync-8.1.10...etesync-8.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [etesync-8.1.10](https://github.com/truecharts/charts/compare/etesync-8.1.9...etesync-8.1.10) (2024-01-21) + +### Chore diff --git a/stable/etesync/9.3.0/Chart.yaml b/stable/etesync/9.3.0/Chart.yaml new file mode 100644 index 00000000000..b55c48bf619 --- /dev/null +++ b/stable/etesync/9.3.0/Chart.yaml @@ -0,0 +1,50 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.11.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars, tasks and notes. +home: https://truecharts.org/charts/stable/etesync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/etesync.png +keywords: + - etesync + - sync + - contacts + - calendars + - tasks + - notes +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: etesync +sources: + - https://github.com/victor-rds/docker-etebase + - https://www.etesync.com/ + - https://github.com/etesync + - https://github.com/truecharts/charts/tree/master/charts/stable/etesync + - https://hub.docker.com/r/victorrds/etesync +type: application +version: 9.3.0 diff --git a/stable/etesync/9.1.3/README.md b/stable/etesync/9.3.0/README.md similarity index 100% rename from stable/etesync/9.1.3/README.md rename to stable/etesync/9.3.0/README.md diff --git a/stable/etesync/9.3.0/app-changelog.md b/stable/etesync/9.3.0/app-changelog.md new file mode 100644 index 00000000000..919a5444674 --- /dev/null +++ b/stable/etesync/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [etesync-9.3.0](https://github.com/truecharts/charts/compare/etesync-9.2.3...etesync-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/etesync/9.1.3/app-readme.md b/stable/etesync/9.3.0/app-readme.md similarity index 100% rename from stable/etesync/9.1.3/app-readme.md rename to stable/etesync/9.3.0/app-readme.md diff --git a/stable/etesync/9.3.0/charts/common-18.2.0.tgz b/stable/etesync/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/etesync/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/etesync/9.1.3/charts/redis-11.2.1.tgz b/stable/etesync/9.3.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/etesync/9.1.3/charts/redis-11.2.1.tgz rename to stable/etesync/9.3.0/charts/redis-11.2.1.tgz diff --git a/stable/etesync/9.1.3/ix_values.yaml b/stable/etesync/9.3.0/ix_values.yaml similarity index 100% rename from stable/etesync/9.1.3/ix_values.yaml rename to stable/etesync/9.3.0/ix_values.yaml diff --git a/stable/etesync/9.3.0/questions.yaml b/stable/etesync/9.3.0/questions.yaml new file mode 100755 index 00000000000..6f27bdded28 --- /dev/null +++ b/stable/etesync/9.3.0/questions.yaml @@ -0,0 +1,3339 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + + path: "/" + admin: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + + path: "/admin/" +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: REGEN_INI + label: "Always recreate Config" + description: "This ensures that everytime you restart the program it recreates the config file" + schema: + type: boolean + default: true + - variable: ALLOWED_HOSTS + label: "ALLOWED_HOSTS" + description: "Must be a valid domain or * (* is not recommended for production)" + schema: + type: string + default: "localhost" + required: true + - variable: AUTO_SIGNUP + label: "AUTO_SIGNUP" + description: "Enable automatic signup" + schema: + type: boolean + default: false + - variable: LANGUAGE_CODE + label: "LANGUAGE_CODE" + description: "Django language code" + schema: + type: string + default: "en-us" + required: true + - variable: DEBUG + label: "DEBUG" + description: "Output additional messages from `/entrypoint.sh`. It doesn't change the output of the Etebase server." + schema: + type: boolean + default: false + - variable: SHELL_DEBUG + label: "SHELL_DEBUG" + description: "Run `/entrypoint.sh` with `set -x`" + schema: + type: boolean + default: false + - variable: DEBUG_DJANGO + label: "DEBUG_DJANGO" + description: "Enable Django debug mode (not recommended for production)" + schema: + type: boolean + default: false + - variable: SUPER_USER + label: "SUPER_USER" + description: "Username of the Django superuser (First Install Only)" + schema: + type: string + default: "admin" + required: true + - variable: SUPER_PASS + label: "SUPER_PASS" + description: "Password of the Django superuser (First Install Only). Will be generated if left unset." + schema: + type: string + default: "" + private: true + - variable: SUPER_EMAIL + label: "SUPER_EMAIL" + description: "Email of the Django superuser (First Install Only)" + schema: + type: string + default: "" + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10254 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: app + label: "App Storage" + description: "This is the volume where all user data and server configuration is located." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 373 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 373 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 373 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/etesync/9.1.3/templates/_secret.tpl b/stable/etesync/9.3.0/templates/_secret.tpl similarity index 100% rename from stable/etesync/9.1.3/templates/_secret.tpl rename to stable/etesync/9.3.0/templates/_secret.tpl diff --git a/stable/etesync/9.1.3/templates/common.yaml b/stable/etesync/9.3.0/templates/common.yaml similarity index 100% rename from stable/etesync/9.1.3/templates/common.yaml rename to stable/etesync/9.3.0/templates/common.yaml diff --git a/stable/explainshell/5.1.3/values.yaml b/stable/etesync/9.3.0/values.yaml similarity index 100% rename from stable/explainshell/5.1.3/values.yaml rename to stable/etesync/9.3.0/values.yaml diff --git a/stable/ethercalc/5.1.3/CHANGELOG.md b/stable/ethercalc/5.1.3/CHANGELOG.md deleted file mode 100644 index d63ef146860..00000000000 --- a/stable/ethercalc/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [ethercalc-4.1.12](https://github.com/truecharts/charts/compare/ethercalc-4.1.11...ethercalc-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ethercalc-4.1.11](https://github.com/truecharts/charts/compare/ethercalc-4.1.10...ethercalc-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [ethercalc-4.1.10](https://github.com/truecharts/charts/compare/ethercalc-4.1.9...ethercalc-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [ethercalc-4.1.9](https://github.com/truecharts/charts/compare/ethercalc-4.1.8...ethercalc-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [ethercalc-4.1.8](https://github.com/truecharts/charts/compare/ethercalc-4.1.7...ethercalc-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [ethercalc-4.1.7](https://github.com/truecharts/charts/compare/ethercalc-4.1.6...ethercalc-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [ethercalc-4.1.6](https://github.com/truecharts/charts/compare/ethercalc-4.1.5...ethercalc-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [ethercalc-4.1.5](https://github.com/truecharts/charts/compare/ethercalc-4.1.4...ethercalc-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [ethercalc-4.1.4](https://github.com/truecharts/charts/compare/ethercalc-4.1.3...ethercalc-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/ethercalc/5.1.3/Chart.yaml b/stable/ethercalc/5.1.3/Chart.yaml deleted file mode 100644 index f044f40fada..00000000000 --- a/stable/ethercalc/5.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: EtherCalc is a web spreadsheet. -home: https://truecharts.org/charts/stable/ethercalc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ethercalc.png -keywords: - - ethercalc - - Cloud - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ethercalc -sources: - - https://github.com/audreyt/ethercalc - - https://github.com/truecharts/charts/tree/master/charts/stable/ethercalc - - https://hub.docker.com/r/audreyt/ethercalc -type: application -version: 5.1.3 diff --git a/stable/ethercalc/5.1.3/charts/common-18.0.3.tgz b/stable/ethercalc/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/ethercalc/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/external-dns/4.1.3/.helmignore b/stable/ethercalc/5.3.0/.helmignore similarity index 100% rename from stable/external-dns/4.1.3/.helmignore rename to stable/ethercalc/5.3.0/.helmignore diff --git a/stable/ethercalc/5.3.0/CHANGELOG.md b/stable/ethercalc/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..51981572bcb --- /dev/null +++ b/stable/ethercalc/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ethercalc-5.3.0](https://github.com/truecharts/charts/compare/ethercalc-5.2.3...ethercalc-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [ethercalc-5.2.3](https://github.com/truecharts/charts/compare/ethercalc-5.2.2...ethercalc-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [ethercalc-5.2.2](https://github.com/truecharts/charts/compare/ethercalc-5.2.0...ethercalc-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [ethercalc-4.1.12](https://github.com/truecharts/charts/compare/ethercalc-4.1.11...ethercalc-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [ethercalc-4.1.11](https://github.com/truecharts/charts/compare/ethercalc-4.1.10...ethercalc-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [ethercalc-4.1.10](https://github.com/truecharts/charts/compare/ethercalc-4.1.9...ethercalc-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [ethercalc-4.1.9](https://github.com/truecharts/charts/compare/ethercalc-4.1.8...ethercalc-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [ethercalc-4.1.8](https://github.com/truecharts/charts/compare/ethercalc-4.1.7...ethercalc-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [ethercalc-4.1.7](https://github.com/truecharts/charts/compare/ethercalc-4.1.6...ethercalc-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/ethercalc/5.3.0/Chart.yaml b/stable/ethercalc/5.3.0/Chart.yaml new file mode 100644 index 00000000000..d7ec2fec0ab --- /dev/null +++ b/stable/ethercalc/5.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: EtherCalc is a web spreadsheet. +home: https://truecharts.org/charts/stable/ethercalc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ethercalc.png +keywords: + - ethercalc + - Cloud + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ethercalc +sources: + - https://github.com/audreyt/ethercalc + - https://github.com/truecharts/charts/tree/master/charts/stable/ethercalc + - https://hub.docker.com/r/audreyt/ethercalc +type: application +version: 5.3.0 diff --git a/stable/ethercalc/5.1.3/README.md b/stable/ethercalc/5.3.0/README.md similarity index 100% rename from stable/ethercalc/5.1.3/README.md rename to stable/ethercalc/5.3.0/README.md diff --git a/stable/ethercalc/5.3.0/app-changelog.md b/stable/ethercalc/5.3.0/app-changelog.md new file mode 100644 index 00000000000..cc5b6387de9 --- /dev/null +++ b/stable/ethercalc/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ethercalc-5.3.0](https://github.com/truecharts/charts/compare/ethercalc-5.2.3...ethercalc-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/ethercalc/5.1.3/app-readme.md b/stable/ethercalc/5.3.0/app-readme.md similarity index 100% rename from stable/ethercalc/5.1.3/app-readme.md rename to stable/ethercalc/5.3.0/app-readme.md diff --git a/stable/ethercalc/5.3.0/charts/common-18.2.0.tgz b/stable/ethercalc/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/ethercalc/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/ethercalc/5.1.3/ix_values.yaml b/stable/ethercalc/5.3.0/ix_values.yaml similarity index 100% rename from stable/ethercalc/5.1.3/ix_values.yaml rename to stable/ethercalc/5.3.0/ix_values.yaml diff --git a/stable/ethercalc/5.1.3/questions.yaml b/stable/ethercalc/5.3.0/questions.yaml similarity index 100% rename from stable/ethercalc/5.1.3/questions.yaml rename to stable/ethercalc/5.3.0/questions.yaml diff --git a/stable/ethercalc/5.1.3/templates/common.yaml b/stable/ethercalc/5.3.0/templates/common.yaml similarity index 100% rename from stable/ethercalc/5.1.3/templates/common.yaml rename to stable/ethercalc/5.3.0/templates/common.yaml diff --git a/stable/external-dns/4.1.3/values.yaml b/stable/ethercalc/5.3.0/values.yaml similarity index 100% rename from stable/external-dns/4.1.3/values.yaml rename to stable/ethercalc/5.3.0/values.yaml diff --git a/stable/etherpad/16.1.3/CHANGELOG.md b/stable/etherpad/16.1.3/CHANGELOG.md deleted file mode 100644 index 1d359f79a1e..00000000000 --- a/stable/etherpad/16.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [etherpad-15.1.12](https://github.com/truecharts/charts/compare/etherpad-15.1.11...etherpad-15.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [etherpad-15.1.11](https://github.com/truecharts/charts/compare/etherpad-15.1.10...etherpad-15.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [etherpad-15.1.10](https://github.com/truecharts/charts/compare/etherpad-15.1.9...etherpad-15.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [etherpad-15.1.9](https://github.com/truecharts/charts/compare/etherpad-15.1.8...etherpad-15.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [etherpad-15.1.8](https://github.com/truecharts/charts/compare/etherpad-15.1.7...etherpad-15.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [etherpad-15.1.7](https://github.com/truecharts/charts/compare/etherpad-15.1.6...etherpad-15.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [etherpad-15.1.6](https://github.com/truecharts/charts/compare/etherpad-15.1.5...etherpad-15.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [etherpad-15.1.5](https://github.com/truecharts/charts/compare/etherpad-15.1.4...etherpad-15.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [etherpad-15.1.4](https://github.com/truecharts/charts/compare/etherpad-15.1.3...etherpad-15.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/etherpad/16.1.3/Chart.yaml b/stable/etherpad/16.1.3/Chart.yaml deleted file mode 100644 index 7b0889d2033..00000000000 --- a/stable/etherpad/16.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.8.14 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A real-time collaborative editor scalable to thousands of simultaneous real time users. -home: https://truecharts.org/charts/stable/etherpad -icon: https://truecharts.org/img/hotlink-ok/chart-icons/etherpad.png -keywords: - - etherpad - - editor - - notepad - - pad -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: etherpad -sources: - - https://etherpad.org/ - - https://github.com/ether/etherpad-lite - - https://github.com/truecharts/charts/tree/master/charts/stable/etherpad - - https://ghcr.io/nicholaswilde/etherpad -type: application -version: 16.1.3 diff --git a/stable/etherpad/16.1.3/charts/common-18.0.3.tgz b/stable/etherpad/16.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/etherpad/16.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/etherpad/16.1.3/questions.yaml b/stable/etherpad/16.1.3/questions.yaml deleted file mode 100755 index cc7713e89bd..00000000000 --- a/stable/etherpad/16.1.3/questions.yaml +++ /dev/null @@ -1,3614 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ADMIN_PASSWORD - label: "Admin Password" - description: "The password for the admin user (leave unspecified if you do not want to create it)" - schema: - type: string - private: true - default: "" - - variable: USER_PASSWORD - label: "User Password" - description: "The password for the first user user (leave unspecified if you do not want to create it)" - schema: - type: string - private: true - default: "" - - variable: TITLE - label: "Title" - description: "The name of the instance" - schema: - type: string - default: "Etherpad" - - variable: FAVICON - label: "Favicon" - description: "Favicon default name, or a fully specified URL to your own favicon" - schema: - type: string - default: "favicon.ico" - - variable: DEFAULT_PAD_TEXT - label: "Default Pad Text" - description: "The default text of a pad" - schema: - type: string - default: "Welcome to Etherpad! This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents! Get involved with Etherpad at https://etherpad.org" - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10060 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: app - label: "App Storage" - description: "Stores the Application." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/external-ip/5.1.3/.helmignore b/stable/etherpad/16.3.0/.helmignore similarity index 100% rename from stable/external-ip/5.1.3/.helmignore rename to stable/etherpad/16.3.0/.helmignore diff --git a/stable/etherpad/16.3.0/CHANGELOG.md b/stable/etherpad/16.3.0/CHANGELOG.md new file mode 100644 index 00000000000..db0bb7e57dd --- /dev/null +++ b/stable/etherpad/16.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [etherpad-16.3.0](https://github.com/truecharts/charts/compare/etherpad-16.2.3...etherpad-16.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [etherpad-16.2.3](https://github.com/truecharts/charts/compare/etherpad-16.2.2...etherpad-16.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [etherpad-16.2.2](https://github.com/truecharts/charts/compare/etherpad-16.2.0...etherpad-16.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [etherpad-15.1.12](https://github.com/truecharts/charts/compare/etherpad-15.1.11...etherpad-15.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [etherpad-15.1.11](https://github.com/truecharts/charts/compare/etherpad-15.1.10...etherpad-15.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [etherpad-15.1.10](https://github.com/truecharts/charts/compare/etherpad-15.1.9...etherpad-15.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [etherpad-15.1.9](https://github.com/truecharts/charts/compare/etherpad-15.1.8...etherpad-15.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [etherpad-15.1.8](https://github.com/truecharts/charts/compare/etherpad-15.1.7...etherpad-15.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [etherpad-15.1.7](https://github.com/truecharts/charts/compare/etherpad-15.1.6...etherpad-15.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/etherpad/16.3.0/Chart.yaml b/stable/etherpad/16.3.0/Chart.yaml new file mode 100644 index 00000000000..954c20a4268 --- /dev/null +++ b/stable/etherpad/16.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.8.14 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A real-time collaborative editor scalable to thousands of simultaneous real time users. +home: https://truecharts.org/charts/stable/etherpad +icon: https://truecharts.org/img/hotlink-ok/chart-icons/etherpad.png +keywords: + - etherpad + - editor + - notepad + - pad +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: etherpad +sources: + - https://etherpad.org/ + - https://github.com/ether/etherpad-lite + - https://github.com/truecharts/charts/tree/master/charts/stable/etherpad + - https://ghcr.io/nicholaswilde/etherpad +type: application +version: 16.3.0 diff --git a/stable/etherpad/16.1.3/README.md b/stable/etherpad/16.3.0/README.md similarity index 100% rename from stable/etherpad/16.1.3/README.md rename to stable/etherpad/16.3.0/README.md diff --git a/stable/etherpad/16.3.0/app-changelog.md b/stable/etherpad/16.3.0/app-changelog.md new file mode 100644 index 00000000000..26daed85970 --- /dev/null +++ b/stable/etherpad/16.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [etherpad-16.3.0](https://github.com/truecharts/charts/compare/etherpad-16.2.3...etherpad-16.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/etherpad/16.1.3/app-readme.md b/stable/etherpad/16.3.0/app-readme.md similarity index 100% rename from stable/etherpad/16.1.3/app-readme.md rename to stable/etherpad/16.3.0/app-readme.md diff --git a/stable/etherpad/16.3.0/charts/common-18.2.0.tgz b/stable/etherpad/16.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/etherpad/16.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/etherpad/16.1.3/ix_values.yaml b/stable/etherpad/16.3.0/ix_values.yaml similarity index 100% rename from stable/etherpad/16.1.3/ix_values.yaml rename to stable/etherpad/16.3.0/ix_values.yaml diff --git a/stable/etherpad/16.3.0/questions.yaml b/stable/etherpad/16.3.0/questions.yaml new file mode 100755 index 00000000000..555eff589cb --- /dev/null +++ b/stable/etherpad/16.3.0/questions.yaml @@ -0,0 +1,3572 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ADMIN_PASSWORD + label: "Admin Password" + description: "The password for the admin user (leave unspecified if you do not want to create it)" + schema: + type: string + private: true + default: "" + - variable: USER_PASSWORD + label: "User Password" + description: "The password for the first user user (leave unspecified if you do not want to create it)" + schema: + type: string + private: true + default: "" + - variable: TITLE + label: "Title" + description: "The name of the instance" + schema: + type: string + default: "Etherpad" + - variable: FAVICON + label: "Favicon" + description: "Favicon default name, or a fully specified URL to your own favicon" + schema: + type: string + default: "favicon.ico" + - variable: DEFAULT_PAD_TEXT + label: "Default Pad Text" + description: "The default text of a pad" + schema: + type: string + default: "Welcome to Etherpad! This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents! Get involved with Etherpad at https://etherpad.org" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10060 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: data + label: "App Data Storage" + description: "Stores the Application Data." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: app + label: "App Storage" + description: "Stores the Application." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/fabulinus/2.1.3/templates/NOTES.txt b/stable/etherpad/16.3.0/templates/NOTES.txt similarity index 100% rename from stable/fabulinus/2.1.3/templates/NOTES.txt rename to stable/etherpad/16.3.0/templates/NOTES.txt diff --git a/stable/fabulinus/2.1.3/templates/common.yaml b/stable/etherpad/16.3.0/templates/common.yaml similarity index 100% rename from stable/fabulinus/2.1.3/templates/common.yaml rename to stable/etherpad/16.3.0/templates/common.yaml diff --git a/stable/external-ip/5.1.3/values.yaml b/stable/etherpad/16.3.0/values.yaml similarity index 100% rename from stable/external-ip/5.1.3/values.yaml rename to stable/etherpad/16.3.0/values.yaml diff --git a/stable/explainshell/5.1.3/CHANGELOG.md b/stable/explainshell/5.1.3/CHANGELOG.md deleted file mode 100644 index aa79ac04a13..00000000000 --- a/stable/explainshell/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [explainshell-4.1.12](https://github.com/truecharts/charts/compare/explainshell-4.1.11...explainshell-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [explainshell-4.1.11](https://github.com/truecharts/charts/compare/explainshell-4.1.10...explainshell-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [explainshell-4.1.10](https://github.com/truecharts/charts/compare/explainshell-4.1.9...explainshell-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [explainshell-4.1.9](https://github.com/truecharts/charts/compare/explainshell-4.1.8...explainshell-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [explainshell-4.1.8](https://github.com/truecharts/charts/compare/explainshell-4.1.7...explainshell-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [explainshell-4.1.7](https://github.com/truecharts/charts/compare/explainshell-4.1.6...explainshell-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [explainshell-4.1.6](https://github.com/truecharts/charts/compare/explainshell-4.1.5...explainshell-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [explainshell-4.1.5](https://github.com/truecharts/charts/compare/explainshell-4.1.4...explainshell-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [explainshell-4.1.4](https://github.com/truecharts/charts/compare/explainshell-4.1.3...explainshell-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/explainshell/5.1.3/Chart.yaml b/stable/explainshell/5.1.3/Chart.yaml deleted file mode 100644 index ecab821a096..00000000000 --- a/stable/explainshell/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Not everyone, especially people new to Linux and Unraid, know what a command that they type i will actually do. -home: https://truecharts.org/charts/stable/explainshell -icon: https://truecharts.org/img/hotlink-ok/chart-icons/explainshell.png -keywords: - - explainshell - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: explainshell -sources: - - https://github.com/idank/explainshell - - https://github.com/truecharts/charts/tree/master/charts/stable/explainshell - - https://hub.docker.com/r/spaceinvaderone/explainshell -type: application -version: 5.1.3 diff --git a/stable/explainshell/5.1.3/charts/common-18.0.3.tgz b/stable/explainshell/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/explainshell/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/external-service/13.1.3/.helmignore b/stable/explainshell/5.3.0/.helmignore similarity index 100% rename from stable/external-service/13.1.3/.helmignore rename to stable/explainshell/5.3.0/.helmignore diff --git a/stable/explainshell/5.3.0/CHANGELOG.md b/stable/explainshell/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..f8bdf061c60 --- /dev/null +++ b/stable/explainshell/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [explainshell-5.3.0](https://github.com/truecharts/charts/compare/explainshell-5.2.3...explainshell-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [explainshell-5.2.3](https://github.com/truecharts/charts/compare/explainshell-5.2.2...explainshell-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [explainshell-5.2.2](https://github.com/truecharts/charts/compare/explainshell-5.2.0...explainshell-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [explainshell-4.1.12](https://github.com/truecharts/charts/compare/explainshell-4.1.11...explainshell-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [explainshell-4.1.11](https://github.com/truecharts/charts/compare/explainshell-4.1.10...explainshell-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [explainshell-4.1.10](https://github.com/truecharts/charts/compare/explainshell-4.1.9...explainshell-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [explainshell-4.1.9](https://github.com/truecharts/charts/compare/explainshell-4.1.8...explainshell-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [explainshell-4.1.8](https://github.com/truecharts/charts/compare/explainshell-4.1.7...explainshell-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [explainshell-4.1.7](https://github.com/truecharts/charts/compare/explainshell-4.1.6...explainshell-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/explainshell/5.3.0/Chart.yaml b/stable/explainshell/5.3.0/Chart.yaml new file mode 100644 index 00000000000..59505536b72 --- /dev/null +++ b/stable/explainshell/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Not everyone, especially people new to Linux and Unraid, know what a command that they type i will actually do. +home: https://truecharts.org/charts/stable/explainshell +icon: https://truecharts.org/img/hotlink-ok/chart-icons/explainshell.png +keywords: + - explainshell + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: explainshell +sources: + - https://github.com/idank/explainshell + - https://github.com/truecharts/charts/tree/master/charts/stable/explainshell + - https://hub.docker.com/r/spaceinvaderone/explainshell +type: application +version: 5.3.0 diff --git a/stable/explainshell/5.1.3/README.md b/stable/explainshell/5.3.0/README.md similarity index 100% rename from stable/explainshell/5.1.3/README.md rename to stable/explainshell/5.3.0/README.md diff --git a/stable/explainshell/5.3.0/app-changelog.md b/stable/explainshell/5.3.0/app-changelog.md new file mode 100644 index 00000000000..52b1714c5bf --- /dev/null +++ b/stable/explainshell/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [explainshell-5.3.0](https://github.com/truecharts/charts/compare/explainshell-5.2.3...explainshell-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/explainshell/5.1.3/app-readme.md b/stable/explainshell/5.3.0/app-readme.md similarity index 100% rename from stable/explainshell/5.1.3/app-readme.md rename to stable/explainshell/5.3.0/app-readme.md diff --git a/stable/explainshell/5.3.0/charts/common-18.2.0.tgz b/stable/explainshell/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/explainshell/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/explainshell/5.1.3/ix_values.yaml b/stable/explainshell/5.3.0/ix_values.yaml similarity index 100% rename from stable/explainshell/5.1.3/ix_values.yaml rename to stable/explainshell/5.3.0/ix_values.yaml diff --git a/stable/explainshell/5.1.3/questions.yaml b/stable/explainshell/5.3.0/questions.yaml similarity index 100% rename from stable/explainshell/5.1.3/questions.yaml rename to stable/explainshell/5.3.0/questions.yaml diff --git a/stable/explainshell/5.1.3/templates/common.yaml b/stable/explainshell/5.3.0/templates/common.yaml similarity index 100% rename from stable/explainshell/5.1.3/templates/common.yaml rename to stable/explainshell/5.3.0/templates/common.yaml diff --git a/stable/external-service/13.1.3/values.yaml b/stable/explainshell/5.3.0/values.yaml similarity index 100% rename from stable/external-service/13.1.3/values.yaml rename to stable/explainshell/5.3.0/values.yaml diff --git a/stable/external-dns/4.1.3/CHANGELOG.md b/stable/external-dns/4.1.3/CHANGELOG.md deleted file mode 100644 index a9d3047b0b1..00000000000 --- a/stable/external-dns/4.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [external-dns-3.1.12](https://github.com/truecharts/charts/compare/external-dns-3.1.11...external-dns-3.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [external-dns-3.1.11](https://github.com/truecharts/charts/compare/external-dns-3.1.10...external-dns-3.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [external-dns-3.1.10](https://github.com/truecharts/charts/compare/external-dns-3.1.9...external-dns-3.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [external-dns-3.1.9](https://github.com/truecharts/charts/compare/external-dns-3.1.8...external-dns-3.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [external-dns-3.1.8](https://github.com/truecharts/charts/compare/external-dns-3.1.7...external-dns-3.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [external-dns-3.1.7](https://github.com/truecharts/charts/compare/external-dns-3.1.6...external-dns-3.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [external-dns-3.1.6](https://github.com/truecharts/charts/compare/external-dns-3.1.5...external-dns-3.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [external-dns-3.1.5](https://github.com/truecharts/charts/compare/external-dns-3.1.4...external-dns-3.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [external-dns-3.1.4](https://github.com/truecharts/charts/compare/external-dns-3.1.3...external-dns-3.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - diff --git a/stable/external-dns/4.1.3/Chart.yaml b/stable/external-dns/4.1.3/Chart.yaml deleted file mode 100644 index 7fc73c7e974..00000000000 --- a/stable/external-dns/4.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.14.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers. -home: https://truecharts.org/charts/stable/external-dns -icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-dns.png -keywords: - - external-dns - - k8s - - kubernetes -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: external-dns -sources: - - https://github.com/kubernetes-sigs/external-dns - - https://github.com/truecharts/charts/tree/master/charts/stable/external-dns -type: application -version: 4.1.3 diff --git a/stable/external-dns/4.1.3/charts/common-18.0.3.tgz b/stable/external-dns/4.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/external-dns/4.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/fabulinus/2.1.3/.helmignore b/stable/external-dns/4.3.0/.helmignore similarity index 100% rename from stable/fabulinus/2.1.3/.helmignore rename to stable/external-dns/4.3.0/.helmignore diff --git a/stable/external-dns/4.3.0/CHANGELOG.md b/stable/external-dns/4.3.0/CHANGELOG.md new file mode 100644 index 00000000000..aa6526eac1b --- /dev/null +++ b/stable/external-dns/4.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [external-dns-4.3.0](https://github.com/truecharts/charts/compare/external-dns-4.2.3...external-dns-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [external-dns-4.2.3](https://github.com/truecharts/charts/compare/external-dns-4.2.2...external-dns-4.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [external-dns-4.2.2](https://github.com/truecharts/charts/compare/external-dns-4.2.0...external-dns-4.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [external-dns-3.1.12](https://github.com/truecharts/charts/compare/external-dns-3.1.11...external-dns-3.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [external-dns-3.1.11](https://github.com/truecharts/charts/compare/external-dns-3.1.10...external-dns-3.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [external-dns-3.1.10](https://github.com/truecharts/charts/compare/external-dns-3.1.9...external-dns-3.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [external-dns-3.1.9](https://github.com/truecharts/charts/compare/external-dns-3.1.8...external-dns-3.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [external-dns-3.1.8](https://github.com/truecharts/charts/compare/external-dns-3.1.7...external-dns-3.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [external-dns-3.1.7](https://github.com/truecharts/charts/compare/external-dns-3.1.6...external-dns-3.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/external-dns/4.3.0/Chart.yaml b/stable/external-dns/4.3.0/Chart.yaml new file mode 100644 index 00000000000..d9229d5ae6c --- /dev/null +++ b/stable/external-dns/4.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.14.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers. +home: https://truecharts.org/charts/stable/external-dns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-dns.png +keywords: + - external-dns + - k8s + - kubernetes +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: external-dns +sources: + - https://github.com/kubernetes-sigs/external-dns + - https://github.com/truecharts/charts/tree/master/charts/stable/external-dns +type: application +version: 4.3.0 diff --git a/stable/external-dns/4.1.3/README.md b/stable/external-dns/4.3.0/README.md similarity index 100% rename from stable/external-dns/4.1.3/README.md rename to stable/external-dns/4.3.0/README.md diff --git a/stable/external-dns/4.3.0/app-changelog.md b/stable/external-dns/4.3.0/app-changelog.md new file mode 100644 index 00000000000..90f6e5aa6a0 --- /dev/null +++ b/stable/external-dns/4.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [external-dns-4.3.0](https://github.com/truecharts/charts/compare/external-dns-4.2.3...external-dns-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/external-dns/4.1.3/app-readme.md b/stable/external-dns/4.3.0/app-readme.md similarity index 100% rename from stable/external-dns/4.1.3/app-readme.md rename to stable/external-dns/4.3.0/app-readme.md diff --git a/stable/external-dns/4.3.0/charts/common-18.2.0.tgz b/stable/external-dns/4.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/external-dns/4.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/external-dns/4.1.3/ix_values.yaml b/stable/external-dns/4.3.0/ix_values.yaml similarity index 100% rename from stable/external-dns/4.1.3/ix_values.yaml rename to stable/external-dns/4.3.0/ix_values.yaml diff --git a/stable/external-dns/4.1.3/questions.yaml b/stable/external-dns/4.3.0/questions.yaml similarity index 100% rename from stable/external-dns/4.1.3/questions.yaml rename to stable/external-dns/4.3.0/questions.yaml diff --git a/stable/factorio/7.2.0/templates/NOTES.txt b/stable/external-dns/4.3.0/templates/NOTES.txt similarity index 100% rename from stable/factorio/7.2.0/templates/NOTES.txt rename to stable/external-dns/4.3.0/templates/NOTES.txt diff --git a/stable/external-dns/4.1.3/templates/_args.tpl b/stable/external-dns/4.3.0/templates/_args.tpl similarity index 100% rename from stable/external-dns/4.1.3/templates/_args.tpl rename to stable/external-dns/4.3.0/templates/_args.tpl diff --git a/stable/external-dns/4.1.3/templates/common.yaml b/stable/external-dns/4.3.0/templates/common.yaml similarity index 100% rename from stable/external-dns/4.1.3/templates/common.yaml rename to stable/external-dns/4.3.0/templates/common.yaml diff --git a/stable/fabulinus/2.1.3/values.yaml b/stable/external-dns/4.3.0/values.yaml similarity index 100% rename from stable/fabulinus/2.1.3/values.yaml rename to stable/external-dns/4.3.0/values.yaml diff --git a/stable/external-ip/5.1.3/CHANGELOG.md b/stable/external-ip/5.1.3/CHANGELOG.md deleted file mode 100644 index 436bd8b8b13..00000000000 --- a/stable/external-ip/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [external-ip-4.1.12](https://github.com/truecharts/charts/compare/external-ip-4.1.11...external-ip-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [external-ip-4.1.11](https://github.com/truecharts/charts/compare/external-ip-4.1.10...external-ip-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [external-ip-4.1.10](https://github.com/truecharts/charts/compare/external-ip-4.1.9...external-ip-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [external-ip-4.1.9](https://github.com/truecharts/charts/compare/external-ip-4.1.8...external-ip-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [external-ip-4.1.8](https://github.com/truecharts/charts/compare/external-ip-4.1.7...external-ip-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [external-ip-4.1.7](https://github.com/truecharts/charts/compare/external-ip-4.1.6...external-ip-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [external-ip-4.1.6](https://github.com/truecharts/charts/compare/external-ip-4.1.5...external-ip-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [external-ip-4.1.5](https://github.com/truecharts/charts/compare/external-ip-4.1.4...external-ip-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [external-ip-4.1.4](https://github.com/truecharts/charts/compare/external-ip-4.1.3...external-ip-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/external-ip/5.1.3/Chart.yaml b/stable/external-ip/5.1.3/Chart.yaml deleted file mode 100644 index 7f0c3e6b720..00000000000 --- a/stable/external-ip/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Management - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Gets external IP via DIG command ( OpenDNS , Cloudflare, google ) on a scheduled basis that can be customized. Also includes the ability to alert you via pushover if the IP changes. -home: https://truecharts.org/charts/stable/external-ip -icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-ip.png -keywords: - - external-ip - - Network-Management - - Network-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: external-ip -sources: - - https://github.com/xavier-hernandez/docker-external-ip - - https://github.com/truecharts/charts/tree/master/charts/stable/external-ip - - https://hub.docker.com/r/xavierh/external-ip -type: application -version: 5.1.3 diff --git a/stable/external-ip/5.1.3/charts/common-18.0.3.tgz b/stable/external-ip/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/external-ip/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/factorio/7.2.0/.helmignore b/stable/external-ip/5.3.0/.helmignore similarity index 100% rename from stable/factorio/7.2.0/.helmignore rename to stable/external-ip/5.3.0/.helmignore diff --git a/stable/external-ip/5.3.0/CHANGELOG.md b/stable/external-ip/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..99557bc2b87 --- /dev/null +++ b/stable/external-ip/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [external-ip-5.3.0](https://github.com/truecharts/charts/compare/external-ip-5.2.3...external-ip-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [external-ip-5.2.3](https://github.com/truecharts/charts/compare/external-ip-5.2.2...external-ip-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [external-ip-5.2.2](https://github.com/truecharts/charts/compare/external-ip-5.2.0...external-ip-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [external-ip-4.1.12](https://github.com/truecharts/charts/compare/external-ip-4.1.11...external-ip-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [external-ip-4.1.11](https://github.com/truecharts/charts/compare/external-ip-4.1.10...external-ip-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [external-ip-4.1.10](https://github.com/truecharts/charts/compare/external-ip-4.1.9...external-ip-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [external-ip-4.1.9](https://github.com/truecharts/charts/compare/external-ip-4.1.8...external-ip-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [external-ip-4.1.8](https://github.com/truecharts/charts/compare/external-ip-4.1.7...external-ip-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [external-ip-4.1.7](https://github.com/truecharts/charts/compare/external-ip-4.1.6...external-ip-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/external-ip/5.3.0/Chart.yaml b/stable/external-ip/5.3.0/Chart.yaml new file mode 100644 index 00000000000..42f8a36872c --- /dev/null +++ b/stable/external-ip/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Management + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Gets external IP via DIG command ( OpenDNS , Cloudflare, google ) on a scheduled basis that can be customized. Also includes the ability to alert you via pushover if the IP changes. +home: https://truecharts.org/charts/stable/external-ip +icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-ip.png +keywords: + - external-ip + - Network-Management + - Network-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: external-ip +sources: + - https://github.com/xavier-hernandez/docker-external-ip + - https://github.com/truecharts/charts/tree/master/charts/stable/external-ip + - https://hub.docker.com/r/xavierh/external-ip +type: application +version: 5.3.0 diff --git a/stable/external-ip/5.1.3/README.md b/stable/external-ip/5.3.0/README.md similarity index 100% rename from stable/external-ip/5.1.3/README.md rename to stable/external-ip/5.3.0/README.md diff --git a/stable/external-ip/5.3.0/app-changelog.md b/stable/external-ip/5.3.0/app-changelog.md new file mode 100644 index 00000000000..c3bc43c7b32 --- /dev/null +++ b/stable/external-ip/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [external-ip-5.3.0](https://github.com/truecharts/charts/compare/external-ip-5.2.3...external-ip-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/external-ip/5.1.3/app-readme.md b/stable/external-ip/5.3.0/app-readme.md similarity index 100% rename from stable/external-ip/5.1.3/app-readme.md rename to stable/external-ip/5.3.0/app-readme.md diff --git a/stable/external-ip/5.3.0/charts/common-18.2.0.tgz b/stable/external-ip/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/external-ip/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/external-ip/5.1.3/ix_values.yaml b/stable/external-ip/5.3.0/ix_values.yaml similarity index 100% rename from stable/external-ip/5.1.3/ix_values.yaml rename to stable/external-ip/5.3.0/ix_values.yaml diff --git a/stable/external-ip/5.1.3/questions.yaml b/stable/external-ip/5.3.0/questions.yaml similarity index 100% rename from stable/external-ip/5.1.3/questions.yaml rename to stable/external-ip/5.3.0/questions.yaml diff --git a/stable/external-ip/5.1.3/templates/common.yaml b/stable/external-ip/5.3.0/templates/common.yaml similarity index 100% rename from stable/external-ip/5.1.3/templates/common.yaml rename to stable/external-ip/5.3.0/templates/common.yaml diff --git a/stable/factorio/7.2.0/values.yaml b/stable/external-ip/5.3.0/values.yaml similarity index 100% rename from stable/factorio/7.2.0/values.yaml rename to stable/external-ip/5.3.0/values.yaml diff --git a/stable/external-service/13.1.3/CHANGELOG.md b/stable/external-service/13.1.3/CHANGELOG.md deleted file mode 100644 index 6d628ce1e34..00000000000 --- a/stable/external-service/13.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [external-service-12.1.13](https://github.com/truecharts/charts/compare/external-service-12.1.12...external-service-12.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [external-service-12.1.12](https://github.com/truecharts/charts/compare/external-service-12.1.11...external-service-12.1.12) (2024-01-29) - -### Chore - - - -- update container image alpine to v3.19.1[@c5b1261](https://github.com/c5b1261) by renovate ([#17660](https://github.com/truecharts/charts/issues/17660)) - - -## [external-service-12.1.11](https://github.com/truecharts/charts/compare/external-service-12.1.10...external-service-12.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [external-service-12.1.10](https://github.com/truecharts/charts/compare/external-service-12.1.9...external-service-12.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [external-service-12.1.9](https://github.com/truecharts/charts/compare/external-service-12.1.8...external-service-12.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [external-service-12.1.8](https://github.com/truecharts/charts/compare/external-service-12.1.7...external-service-12.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [external-service-12.1.7](https://github.com/truecharts/charts/compare/external-service-12.1.6...external-service-12.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [external-service-12.1.6](https://github.com/truecharts/charts/compare/external-service-12.1.5...external-service-12.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [external-service-12.1.5](https://github.com/truecharts/charts/compare/external-service-12.1.4...external-service-12.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - diff --git a/stable/external-service/13.1.3/Chart.yaml b/stable/external-service/13.1.3/Chart.yaml deleted file mode 100644 index d913a86f092..00000000000 --- a/stable/external-service/13.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.19.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Allow external services to be used like Apps. -home: https://truecharts.org/charts/stable/external-service -icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-service.png -keywords: - - external-service - - reverse-proxy -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: external-service -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/external-service - - https://hub.docker.com/_/alpine -type: application -version: 13.1.3 diff --git a/stable/external-service/13.1.3/charts/common-18.0.3.tgz b/stable/external-service/13.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/external-service/13.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/factorioservermanager/5.1.3/.helmignore b/stable/external-service/13.3.0/.helmignore similarity index 100% rename from stable/factorioservermanager/5.1.3/.helmignore rename to stable/external-service/13.3.0/.helmignore diff --git a/stable/external-service/13.3.0/CHANGELOG.md b/stable/external-service/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..b7e137ede1d --- /dev/null +++ b/stable/external-service/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [external-service-13.3.0](https://github.com/truecharts/charts/compare/external-service-13.2.3...external-service-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [external-service-13.2.3](https://github.com/truecharts/charts/compare/external-service-13.2.2...external-service-13.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [external-service-13.2.2](https://github.com/truecharts/charts/compare/external-service-13.2.0...external-service-13.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [external-service-12.1.13](https://github.com/truecharts/charts/compare/external-service-12.1.12...external-service-12.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [external-service-12.1.12](https://github.com/truecharts/charts/compare/external-service-12.1.11...external-service-12.1.12) (2024-01-29) + +### Chore + + + +- update container image alpine to v3.19.1[@c5b1261](https://github.com/c5b1261) by renovate ([#17660](https://github.com/truecharts/charts/issues/17660)) + + +## [external-service-12.1.11](https://github.com/truecharts/charts/compare/external-service-12.1.10...external-service-12.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [external-service-12.1.10](https://github.com/truecharts/charts/compare/external-service-12.1.9...external-service-12.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [external-service-12.1.9](https://github.com/truecharts/charts/compare/external-service-12.1.8...external-service-12.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [external-service-12.1.8](https://github.com/truecharts/charts/compare/external-service-12.1.7...external-service-12.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/external-service/13.3.0/Chart.yaml b/stable/external-service/13.3.0/Chart.yaml new file mode 100644 index 00000000000..714cb4a50c7 --- /dev/null +++ b/stable/external-service/13.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.19.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Allow external services to be used like Apps. +home: https://truecharts.org/charts/stable/external-service +icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-service.png +keywords: + - external-service + - reverse-proxy +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: external-service +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/external-service + - https://hub.docker.com/_/alpine +type: application +version: 13.3.0 diff --git a/stable/external-service/13.1.3/README.md b/stable/external-service/13.3.0/README.md similarity index 100% rename from stable/external-service/13.1.3/README.md rename to stable/external-service/13.3.0/README.md diff --git a/stable/external-service/13.3.0/app-changelog.md b/stable/external-service/13.3.0/app-changelog.md new file mode 100644 index 00000000000..e25feea8a84 --- /dev/null +++ b/stable/external-service/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [external-service-13.3.0](https://github.com/truecharts/charts/compare/external-service-13.2.3...external-service-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/external-service/13.1.3/app-readme.md b/stable/external-service/13.3.0/app-readme.md similarity index 100% rename from stable/external-service/13.1.3/app-readme.md rename to stable/external-service/13.3.0/app-readme.md diff --git a/stable/external-service/13.3.0/charts/common-18.2.0.tgz b/stable/external-service/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/external-service/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/external-service/13.1.3/ix_values.yaml b/stable/external-service/13.3.0/ix_values.yaml similarity index 100% rename from stable/external-service/13.1.3/ix_values.yaml rename to stable/external-service/13.3.0/ix_values.yaml diff --git a/stable/external-service/13.1.3/questions.yaml b/stable/external-service/13.3.0/questions.yaml similarity index 100% rename from stable/external-service/13.1.3/questions.yaml rename to stable/external-service/13.3.0/questions.yaml diff --git a/stable/ferdi-server/11.1.3/templates/NOTES.txt b/stable/external-service/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/ferdi-server/11.1.3/templates/NOTES.txt rename to stable/external-service/13.3.0/templates/NOTES.txt diff --git a/stable/filebot/9.1.3/templates/common.yaml b/stable/external-service/13.3.0/templates/common.yaml similarity index 100% rename from stable/filebot/9.1.3/templates/common.yaml rename to stable/external-service/13.3.0/templates/common.yaml diff --git a/stable/factorioservermanager/5.1.3/values.yaml b/stable/external-service/13.3.0/values.yaml similarity index 100% rename from stable/factorioservermanager/5.1.3/values.yaml rename to stable/external-service/13.3.0/values.yaml diff --git a/stable/fabulinus/2.1.3/CHANGELOG.md b/stable/fabulinus/2.1.3/CHANGELOG.md deleted file mode 100644 index 6f28cdb79ab..00000000000 --- a/stable/fabulinus/2.1.3/CHANGELOG.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [fabulinus-1.0.0](https://github.com/truecharts/charts/compare/fabulinus-0.0.3...fabulinus-1.0.0) (2024-02-07) \ No newline at end of file diff --git a/stable/fabulinus/2.1.3/Chart.yaml b/stable/fabulinus/2.1.3/Chart.yaml deleted file mode 100644 index 1b4e862cfb0..00000000000 --- a/stable/fabulinus/2.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: AI - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest-cpu -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Fabulinus is the server component of the TitanML Takeoff server. -home: https://truecharts.org/charts/stable/fabulinus -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fabulinus.png -keywords: - - fabulinus - - machine-learning -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: fabulinus -sources: - - https://github.com/titanml/takeoff-communitys - - https://github.com/truecharts/charts/tree/master/charts/stable/fabulinus - - https://hub.docker.com/r/tytn/fabulinus -type: application -version: 2.1.3 diff --git a/stable/fabulinus/2.1.3/charts/common-18.0.3.tgz b/stable/fabulinus/2.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/fabulinus/2.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/farmos/5.1.3/.helmignore b/stable/fabulinus/2.3.0/.helmignore similarity index 100% rename from stable/farmos/5.1.3/.helmignore rename to stable/fabulinus/2.3.0/.helmignore diff --git a/stable/fabulinus/2.3.0/CHANGELOG.md b/stable/fabulinus/2.3.0/CHANGELOG.md new file mode 100644 index 00000000000..53fcfb69806 --- /dev/null +++ b/stable/fabulinus/2.3.0/CHANGELOG.md @@ -0,0 +1,48 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fabulinus-2.3.0](https://github.com/truecharts/charts/compare/fabulinus-2.2.3...fabulinus-2.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [fabulinus-2.2.3](https://github.com/truecharts/charts/compare/fabulinus-2.2.2...fabulinus-2.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [fabulinus-2.2.2](https://github.com/truecharts/charts/compare/fabulinus-2.2.0...fabulinus-2.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [fabulinus-1.0.0](https://github.com/truecharts/charts/compare/fabulinus-0.0.3...fabulinus-1.0.0) (2024-02-07) \ No newline at end of file diff --git a/stable/fabulinus/2.3.0/Chart.yaml b/stable/fabulinus/2.3.0/Chart.yaml new file mode 100644 index 00000000000..8ad66251847 --- /dev/null +++ b/stable/fabulinus/2.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: AI + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest-cpu +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Fabulinus is the server component of the TitanML Takeoff server. +home: https://truecharts.org/charts/stable/fabulinus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fabulinus.png +keywords: + - fabulinus + - machine-learning +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fabulinus +sources: + - https://github.com/titanml/takeoff-communitys + - https://github.com/truecharts/charts/tree/master/charts/stable/fabulinus + - https://hub.docker.com/r/tytn/fabulinus +type: application +version: 2.3.0 diff --git a/stable/fabulinus/2.1.3/README.md b/stable/fabulinus/2.3.0/README.md similarity index 100% rename from stable/fabulinus/2.1.3/README.md rename to stable/fabulinus/2.3.0/README.md diff --git a/stable/fabulinus/2.3.0/app-changelog.md b/stable/fabulinus/2.3.0/app-changelog.md new file mode 100644 index 00000000000..14f4b3cda49 --- /dev/null +++ b/stable/fabulinus/2.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [fabulinus-2.3.0](https://github.com/truecharts/charts/compare/fabulinus-2.2.3...fabulinus-2.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/fabulinus/2.1.3/app-readme.md b/stable/fabulinus/2.3.0/app-readme.md similarity index 100% rename from stable/fabulinus/2.1.3/app-readme.md rename to stable/fabulinus/2.3.0/app-readme.md diff --git a/stable/fabulinus/2.3.0/charts/common-18.2.0.tgz b/stable/fabulinus/2.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/fabulinus/2.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/fabulinus/2.1.3/ix_values.yaml b/stable/fabulinus/2.3.0/ix_values.yaml similarity index 100% rename from stable/fabulinus/2.1.3/ix_values.yaml rename to stable/fabulinus/2.3.0/ix_values.yaml diff --git a/stable/fabulinus/2.1.3/questions.yaml b/stable/fabulinus/2.3.0/questions.yaml similarity index 100% rename from stable/fabulinus/2.1.3/questions.yaml rename to stable/fabulinus/2.3.0/questions.yaml diff --git a/stable/filebot/9.1.3/templates/NOTES.txt b/stable/fabulinus/2.3.0/templates/NOTES.txt similarity index 100% rename from stable/filebot/9.1.3/templates/NOTES.txt rename to stable/fabulinus/2.3.0/templates/NOTES.txt diff --git a/stable/fileflows/10.2.0/templates/common.yaml b/stable/fabulinus/2.3.0/templates/common.yaml similarity index 100% rename from stable/fileflows/10.2.0/templates/common.yaml rename to stable/fabulinus/2.3.0/templates/common.yaml diff --git a/stable/farmos/5.1.3/values.yaml b/stable/fabulinus/2.3.0/values.yaml similarity index 100% rename from stable/farmos/5.1.3/values.yaml rename to stable/fabulinus/2.3.0/values.yaml diff --git a/stable/factorio/7.2.0/CHANGELOG.md b/stable/factorio/7.2.0/CHANGELOG.md deleted file mode 100644 index bcc3b45486c..00000000000 --- a/stable/factorio/7.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - -## [factorio-6.1.18](https://github.com/truecharts/charts/compare/factorio-6.1.17...factorio-6.1.18) (2024-02-05) - -### Chore - - - -- update container image factoriotools/factorio to stable[@5c507d3](https://github.com/5c507d3) by renovate ([#17831](https://github.com/truecharts/charts/issues/17831)) - - -## [factorio-6.1.17](https://github.com/truecharts/charts/compare/factorio-6.1.16...factorio-6.1.17) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [factorio-6.1.16](https://github.com/truecharts/charts/compare/factorio-6.1.15...factorio-6.1.16) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [factorio-6.1.15](https://github.com/truecharts/charts/compare/factorio-6.1.14...factorio-6.1.15) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [factorio-6.1.14](https://github.com/truecharts/charts/compare/factorio-6.1.13...factorio-6.1.14) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [factorio-6.1.13](https://github.com/truecharts/charts/compare/factorio-6.1.12...factorio-6.1.13) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [factorio-6.1.12](https://github.com/truecharts/charts/compare/factorio-6.1.11...factorio-6.1.12) (2024-01-21) - -### Chore - - - -- update container image factoriotools/factorio to stable[@a9d8ea1](https://github.com/a9d8ea1) by renovate ([#17339](https://github.com/truecharts/charts/issues/17339)) - - -## [factorio-6.1.11](https://github.com/truecharts/charts/compare/factorio-6.1.10...factorio-6.1.11) (2024-01-14) - -### Chore - - diff --git a/stable/factorio/7.2.0/Chart.yaml b/stable/factorio/7.2.0/Chart.yaml deleted file mode 100644 index d91368a2b57..00000000000 --- a/stable/factorio/7.2.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: stable -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A game in which you build and maintain factories. -home: https://truecharts.org/charts/stable/factorio -icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorio.png -keywords: - - factorio - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: factorio -sources: - - https://github.com/factoriotools/factorio-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/factorio - - https://hub.docker.com/r/factoriotools/factorio -type: application -version: 7.2.0 diff --git a/stable/factorio/7.2.0/charts/common-18.1.2.tgz b/stable/factorio/7.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/factorio/7.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/factorio/7.2.0/ix_values.yaml b/stable/factorio/7.2.0/ix_values.yaml deleted file mode 100644 index faf768c32f5..00000000000 --- a/stable/factorio/7.2.0/ix_values.yaml +++ /dev/null @@ -1,59 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: factoriotools/factorio - tag: stable@sha256:88819567d7370e36405f032cfb405fa4a1b4fe5711ecc3eaf0d6a1c2f1722953 - -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsGroup: 0 - runAsUser: 0 - -service: - main: - ports: - main: - port: 34197 - protocol: udp - rcon: - enabled: true - ports: - rcon: - enabled: true - port: 27015 - protocol: tcp - -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: tcp - port: "{{ .Values.service.rcon.ports.rcon.port }}" - readiness: - type: tcp - port: "{{ .Values.service.rcon.ports.rcon.port }}" - startup: - type: tcp - port: "{{ .Values.service.rcon.ports.rcon.port }}" - env: - PORT: "{{ .Values.service.main.ports.main.port }}" - RCON_PORT: "{{ .Values.service.rcon.ports.rcon.port }}" - GENERATE_NEW_SAVE: false - LOAD_LATEST_SAVE: true - SAVE_NAME: "_autosave1" - TOKEN: "" - UPDATE_MODS_ON_START: "" - USERNAME: "" - -persistence: - config: - enabled: true - mountPath: /factorio - -portal: - open: - enabled: false diff --git a/stable/fastcom-mqtt/5.1.3/.helmignore b/stable/factorio/7.3.0/.helmignore similarity index 100% rename from stable/fastcom-mqtt/5.1.3/.helmignore rename to stable/factorio/7.3.0/.helmignore diff --git a/stable/factorio/7.3.0/CHANGELOG.md b/stable/factorio/7.3.0/CHANGELOG.md new file mode 100644 index 00000000000..4f644265596 --- /dev/null +++ b/stable/factorio/7.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [factorio-7.3.0](https://github.com/truecharts/charts/compare/factorio-7.2.4...factorio-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [factorio-7.2.4](https://github.com/truecharts/charts/compare/factorio-7.2.3...factorio-7.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [factorio-7.2.3](https://github.com/truecharts/charts/compare/factorio-7.2.2...factorio-7.2.3) (2024-03-05) + +### Chore + + + +- update container image factoriotools/factorio to stable[@6eef66f](https://github.com/6eef66f) by renovate ([#18763](https://github.com/truecharts/charts/issues/18763)) + + +## [factorio-7.2.2](https://github.com/truecharts/charts/compare/factorio-7.2.0...factorio-7.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + +## [factorio-6.1.18](https://github.com/truecharts/charts/compare/factorio-6.1.17...factorio-6.1.18) (2024-02-05) + +### Chore + + + +- update container image factoriotools/factorio to stable[@5c507d3](https://github.com/5c507d3) by renovate ([#17831](https://github.com/truecharts/charts/issues/17831)) + + +## [factorio-6.1.17](https://github.com/truecharts/charts/compare/factorio-6.1.16...factorio-6.1.17) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [factorio-6.1.16](https://github.com/truecharts/charts/compare/factorio-6.1.15...factorio-6.1.16) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [factorio-6.1.15](https://github.com/truecharts/charts/compare/factorio-6.1.14...factorio-6.1.15) (2024-01-21) + +### Chore diff --git a/stable/factorio/7.3.0/Chart.yaml b/stable/factorio/7.3.0/Chart.yaml new file mode 100644 index 00000000000..a60fbf5f341 --- /dev/null +++ b/stable/factorio/7.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: stable +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A game in which you build and maintain factories. +home: https://truecharts.org/charts/stable/factorio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorio.png +keywords: + - factorio + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: factorio +sources: + - https://github.com/factoriotools/factorio-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/factorio + - https://hub.docker.com/r/factoriotools/factorio +type: application +version: 7.3.0 diff --git a/stable/factorio/7.2.0/README.md b/stable/factorio/7.3.0/README.md similarity index 100% rename from stable/factorio/7.2.0/README.md rename to stable/factorio/7.3.0/README.md diff --git a/stable/factorio/7.3.0/app-changelog.md b/stable/factorio/7.3.0/app-changelog.md new file mode 100644 index 00000000000..dd44d3bff89 --- /dev/null +++ b/stable/factorio/7.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [factorio-7.3.0](https://github.com/truecharts/charts/compare/factorio-7.2.4...factorio-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/factorio/7.2.0/app-readme.md b/stable/factorio/7.3.0/app-readme.md similarity index 100% rename from stable/factorio/7.2.0/app-readme.md rename to stable/factorio/7.3.0/app-readme.md diff --git a/stable/factorio/7.3.0/charts/common-18.2.0.tgz b/stable/factorio/7.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/factorio/7.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/factorio/7.3.0/ix_values.yaml b/stable/factorio/7.3.0/ix_values.yaml new file mode 100644 index 00000000000..083ce1c52be --- /dev/null +++ b/stable/factorio/7.3.0/ix_values.yaml @@ -0,0 +1,59 @@ +image: + pullPolicy: IfNotPresent + repository: factoriotools/factorio + tag: stable@sha256:6eef66ffa85fab3f72c637264ee1fa59e92bda4454fc74d45e031af06da3d790 + +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsGroup: 0 + runAsUser: 0 + +service: + main: + ports: + main: + port: 34197 + protocol: udp + rcon: + enabled: true + ports: + rcon: + enabled: true + port: 27015 + protocol: tcp + +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: tcp + port: "{{ .Values.service.rcon.ports.rcon.port }}" + readiness: + type: tcp + port: "{{ .Values.service.rcon.ports.rcon.port }}" + startup: + type: tcp + port: "{{ .Values.service.rcon.ports.rcon.port }}" + env: + PORT: "{{ .Values.service.main.ports.main.port }}" + RCON_PORT: "{{ .Values.service.rcon.ports.rcon.port }}" + GENERATE_NEW_SAVE: false + LOAD_LATEST_SAVE: true + SAVE_NAME: "_autosave1" + TOKEN: "" + UPDATE_MODS_ON_START: "" + USERNAME: "" + +persistence: + config: + enabled: true + mountPath: /factorio + +portal: + open: + enabled: false diff --git a/stable/factorio/7.2.0/questions.yaml b/stable/factorio/7.3.0/questions.yaml similarity index 100% rename from stable/factorio/7.2.0/questions.yaml rename to stable/factorio/7.3.0/questions.yaml diff --git a/stable/filebrowser/9.1.3/templates/NOTES.txt b/stable/factorio/7.3.0/templates/NOTES.txt similarity index 100% rename from stable/filebrowser/9.1.3/templates/NOTES.txt rename to stable/factorio/7.3.0/templates/NOTES.txt diff --git a/stable/factorio/7.2.0/templates/common.yaml b/stable/factorio/7.3.0/templates/common.yaml similarity index 100% rename from stable/factorio/7.2.0/templates/common.yaml rename to stable/factorio/7.3.0/templates/common.yaml diff --git a/stable/fastcom-mqtt/5.1.3/values.yaml b/stable/factorio/7.3.0/values.yaml similarity index 100% rename from stable/fastcom-mqtt/5.1.3/values.yaml rename to stable/factorio/7.3.0/values.yaml diff --git a/stable/factorioservermanager/5.1.3/CHANGELOG.md b/stable/factorioservermanager/5.1.3/CHANGELOG.md deleted file mode 100644 index 833e936f06a..00000000000 --- a/stable/factorioservermanager/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [factorioservermanager-4.1.12](https://github.com/truecharts/charts/compare/factorioservermanager-4.1.11...factorioservermanager-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [factorioservermanager-4.1.11](https://github.com/truecharts/charts/compare/factorioservermanager-4.1.10...factorioservermanager-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [factorioservermanager-4.1.10](https://github.com/truecharts/charts/compare/factorioservermanager-4.1.9...factorioservermanager-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [factorioservermanager-4.1.9](https://github.com/truecharts/charts/compare/factorioservermanager-4.1.8...factorioservermanager-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [factorioservermanager-4.1.8](https://github.com/truecharts/charts/compare/factorioservermanager-4.1.7...factorioservermanager-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [factorioservermanager-4.1.7](https://github.com/truecharts/charts/compare/factorioservermanager-4.1.6...factorioservermanager-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [factorioservermanager-4.1.6](https://github.com/truecharts/charts/compare/factorioservermanager-4.1.5...factorioservermanager-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [factorioservermanager-4.1.5](https://github.com/truecharts/charts/compare/factorioservermanager-4.1.4...factorioservermanager-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [factorioservermanager-4.1.4](https://github.com/truecharts/charts/compare/factorioservermanager-4.1.3...factorioservermanager-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/factorioservermanager/5.1.3/Chart.yaml b/stable/factorioservermanager/5.1.3/Chart.yaml deleted file mode 100644 index b0cb0fe1f4e..00000000000 --- a/stable/factorioservermanager/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "A tool for managing Factorio servers " -home: https://truecharts.org/charts/stable/factorioservermanager -icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorioservermanager.png -keywords: - - factorioservermanager - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: factorioservermanager -sources: - - https://github.com/OpenFactorioServerManager/factorio-server-manager - - https://github.com/truecharts/charts/tree/master/charts/stable/factorioservermanager - - https://hub.docker.com/r/ofsm/ofsm -type: application -version: 5.1.3 diff --git a/stable/factorioservermanager/5.1.3/charts/common-18.0.3.tgz b/stable/factorioservermanager/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/factorioservermanager/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/fenrus/5.1.3/.helmignore b/stable/factorioservermanager/5.3.0/.helmignore similarity index 100% rename from stable/fenrus/5.1.3/.helmignore rename to stable/factorioservermanager/5.3.0/.helmignore diff --git a/stable/factorioservermanager/5.3.0/CHANGELOG.md b/stable/factorioservermanager/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..70c281d354f --- /dev/null +++ b/stable/factorioservermanager/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [factorioservermanager-5.3.0](https://github.com/truecharts/charts/compare/factorioservermanager-5.2.3...factorioservermanager-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [factorioservermanager-5.2.3](https://github.com/truecharts/charts/compare/factorioservermanager-5.2.2...factorioservermanager-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [factorioservermanager-5.2.2](https://github.com/truecharts/charts/compare/factorioservermanager-5.2.0...factorioservermanager-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [factorioservermanager-4.1.12](https://github.com/truecharts/charts/compare/factorioservermanager-4.1.11...factorioservermanager-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [factorioservermanager-4.1.11](https://github.com/truecharts/charts/compare/factorioservermanager-4.1.10...factorioservermanager-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [factorioservermanager-4.1.10](https://github.com/truecharts/charts/compare/factorioservermanager-4.1.9...factorioservermanager-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [factorioservermanager-4.1.9](https://github.com/truecharts/charts/compare/factorioservermanager-4.1.8...factorioservermanager-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [factorioservermanager-4.1.8](https://github.com/truecharts/charts/compare/factorioservermanager-4.1.7...factorioservermanager-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [factorioservermanager-4.1.7](https://github.com/truecharts/charts/compare/factorioservermanager-4.1.6...factorioservermanager-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/factorioservermanager/5.3.0/Chart.yaml b/stable/factorioservermanager/5.3.0/Chart.yaml new file mode 100644 index 00000000000..46be547f02b --- /dev/null +++ b/stable/factorioservermanager/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "A tool for managing Factorio servers " +home: https://truecharts.org/charts/stable/factorioservermanager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorioservermanager.png +keywords: + - factorioservermanager + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: factorioservermanager +sources: + - https://github.com/OpenFactorioServerManager/factorio-server-manager + - https://github.com/truecharts/charts/tree/master/charts/stable/factorioservermanager + - https://hub.docker.com/r/ofsm/ofsm +type: application +version: 5.3.0 diff --git a/stable/factorioservermanager/5.1.3/README.md b/stable/factorioservermanager/5.3.0/README.md similarity index 100% rename from stable/factorioservermanager/5.1.3/README.md rename to stable/factorioservermanager/5.3.0/README.md diff --git a/stable/factorioservermanager/5.3.0/app-changelog.md b/stable/factorioservermanager/5.3.0/app-changelog.md new file mode 100644 index 00000000000..0622b37bd2d --- /dev/null +++ b/stable/factorioservermanager/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [factorioservermanager-5.3.0](https://github.com/truecharts/charts/compare/factorioservermanager-5.2.3...factorioservermanager-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/factorioservermanager/5.1.3/app-readme.md b/stable/factorioservermanager/5.3.0/app-readme.md similarity index 100% rename from stable/factorioservermanager/5.1.3/app-readme.md rename to stable/factorioservermanager/5.3.0/app-readme.md diff --git a/stable/factorioservermanager/5.3.0/charts/common-18.2.0.tgz b/stable/factorioservermanager/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/factorioservermanager/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/factorioservermanager/5.1.3/ix_values.yaml b/stable/factorioservermanager/5.3.0/ix_values.yaml similarity index 100% rename from stable/factorioservermanager/5.1.3/ix_values.yaml rename to stable/factorioservermanager/5.3.0/ix_values.yaml diff --git a/stable/factorioservermanager/5.1.3/questions.yaml b/stable/factorioservermanager/5.3.0/questions.yaml similarity index 100% rename from stable/factorioservermanager/5.1.3/questions.yaml rename to stable/factorioservermanager/5.3.0/questions.yaml diff --git a/stable/factorioservermanager/5.1.3/templates/common.yaml b/stable/factorioservermanager/5.3.0/templates/common.yaml similarity index 100% rename from stable/factorioservermanager/5.1.3/templates/common.yaml rename to stable/factorioservermanager/5.3.0/templates/common.yaml diff --git a/stable/fenrus/5.1.3/values.yaml b/stable/factorioservermanager/5.3.0/values.yaml similarity index 100% rename from stable/fenrus/5.1.3/values.yaml rename to stable/factorioservermanager/5.3.0/values.yaml diff --git a/stable/farmos/5.1.3/CHANGELOG.md b/stable/farmos/5.1.3/CHANGELOG.md deleted file mode 100644 index c94daf03cba..00000000000 --- a/stable/farmos/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [farmos-4.1.15](https://github.com/truecharts/charts/compare/farmos-4.1.14...farmos-4.1.15) (2024-02-12) - -### Chore - - - -- update container image farmos/farmos to latest[@9a872a7](https://github.com/9a872a7) by renovate ([#18044](https://github.com/truecharts/charts/issues/18044)) - - -## [farmos-4.1.14](https://github.com/truecharts/charts/compare/farmos-4.1.13...farmos-4.1.14) (2024-02-05) - -### Chore - - - -- update container image farmos/farmos to latest[@1e04909](https://github.com/1e04909) by renovate ([#17832](https://github.com/truecharts/charts/issues/17832)) - - -## [farmos-4.1.13](https://github.com/truecharts/charts/compare/farmos-4.1.12...farmos-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [farmos-4.1.12](https://github.com/truecharts/charts/compare/farmos-4.1.11...farmos-4.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [farmos-4.1.11](https://github.com/truecharts/charts/compare/farmos-4.1.10...farmos-4.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [farmos-4.1.10](https://github.com/truecharts/charts/compare/farmos-4.1.9...farmos-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [farmos-4.1.9](https://github.com/truecharts/charts/compare/farmos-4.1.8...farmos-4.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [farmos-4.1.8](https://github.com/truecharts/charts/compare/farmos-4.1.7...farmos-4.1.8) (2024-01-21) - -### Chore - - - -- update container image farmos/farmos to latest[@a8202fa](https://github.com/a8202fa) by renovate ([#17340](https://github.com/truecharts/charts/issues/17340)) - - - - -## [farmos-4.1.7](https://github.com/truecharts/charts/compare/farmos-4.1.6...farmos-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - diff --git a/stable/farmos/5.1.3/Chart.yaml b/stable/farmos/5.1.3/Chart.yaml deleted file mode 100644 index cc144561113..00000000000 --- a/stable/farmos/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "farmOS is a web-based application for farm management, planning, and record keeping. It is developed by a community of volunteers and aims to provide a standard platform for farmers, developers, and researchers to build upon.\r" -home: https://truecharts.org/charts/stable/farmos -icon: https://truecharts.org/img/hotlink-ok/chart-icons/farmos.png -keywords: - - farmos - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: farmos -sources: - - https://github.com/farmOS/farmOS - - https://github.com/truecharts/charts/tree/master/charts/stable/farmos - - https://hub.docker.com/r/farmos/farmos -type: application -version: 5.1.3 diff --git a/stable/farmos/5.1.3/charts/common-18.0.3.tgz b/stable/farmos/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/farmos/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/ferdi-server/11.1.3/.helmignore b/stable/farmos/5.3.0/.helmignore similarity index 100% rename from stable/ferdi-server/11.1.3/.helmignore rename to stable/farmos/5.3.0/.helmignore diff --git a/stable/farmos/5.3.0/CHANGELOG.md b/stable/farmos/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..22ecff6003d --- /dev/null +++ b/stable/farmos/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [farmos-5.3.0](https://github.com/truecharts/charts/compare/farmos-5.2.3...farmos-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [farmos-5.2.3](https://github.com/truecharts/charts/compare/farmos-5.2.2...farmos-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [farmos-5.2.2](https://github.com/truecharts/charts/compare/farmos-5.2.0...farmos-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [farmos-4.1.15](https://github.com/truecharts/charts/compare/farmos-4.1.14...farmos-4.1.15) (2024-02-12) + +### Chore + + + +- update container image farmos/farmos to latest[@9a872a7](https://github.com/9a872a7) by renovate ([#18044](https://github.com/truecharts/charts/issues/18044)) + + +## [farmos-4.1.14](https://github.com/truecharts/charts/compare/farmos-4.1.13...farmos-4.1.14) (2024-02-05) + +### Chore + + + +- update container image farmos/farmos to latest[@1e04909](https://github.com/1e04909) by renovate ([#17832](https://github.com/truecharts/charts/issues/17832)) + + +## [farmos-4.1.13](https://github.com/truecharts/charts/compare/farmos-4.1.12...farmos-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [farmos-4.1.12](https://github.com/truecharts/charts/compare/farmos-4.1.11...farmos-4.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [farmos-4.1.11](https://github.com/truecharts/charts/compare/farmos-4.1.10...farmos-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [farmos-4.1.10](https://github.com/truecharts/charts/compare/farmos-4.1.9...farmos-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) diff --git a/stable/farmos/5.3.0/Chart.yaml b/stable/farmos/5.3.0/Chart.yaml new file mode 100644 index 00000000000..47f52394ff1 --- /dev/null +++ b/stable/farmos/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "farmOS is a web-based application for farm management, planning, and record keeping. It is developed by a community of volunteers and aims to provide a standard platform for farmers, developers, and researchers to build upon.\r" +home: https://truecharts.org/charts/stable/farmos +icon: https://truecharts.org/img/hotlink-ok/chart-icons/farmos.png +keywords: + - farmos + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: farmos +sources: + - https://github.com/farmOS/farmOS + - https://github.com/truecharts/charts/tree/master/charts/stable/farmos + - https://hub.docker.com/r/farmos/farmos +type: application +version: 5.3.0 diff --git a/stable/farmos/5.1.3/README.md b/stable/farmos/5.3.0/README.md similarity index 100% rename from stable/farmos/5.1.3/README.md rename to stable/farmos/5.3.0/README.md diff --git a/stable/farmos/5.3.0/app-changelog.md b/stable/farmos/5.3.0/app-changelog.md new file mode 100644 index 00000000000..83933a8b93f --- /dev/null +++ b/stable/farmos/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [farmos-5.3.0](https://github.com/truecharts/charts/compare/farmos-5.2.3...farmos-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/farmos/5.1.3/app-readme.md b/stable/farmos/5.3.0/app-readme.md similarity index 100% rename from stable/farmos/5.1.3/app-readme.md rename to stable/farmos/5.3.0/app-readme.md diff --git a/stable/farmos/5.3.0/charts/common-18.2.0.tgz b/stable/farmos/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/farmos/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/farmos/5.1.3/ix_values.yaml b/stable/farmos/5.3.0/ix_values.yaml similarity index 100% rename from stable/farmos/5.1.3/ix_values.yaml rename to stable/farmos/5.3.0/ix_values.yaml diff --git a/stable/farmos/5.1.3/questions.yaml b/stable/farmos/5.3.0/questions.yaml similarity index 100% rename from stable/farmos/5.1.3/questions.yaml rename to stable/farmos/5.3.0/questions.yaml diff --git a/stable/farmos/5.1.3/templates/common.yaml b/stable/farmos/5.3.0/templates/common.yaml similarity index 100% rename from stable/farmos/5.1.3/templates/common.yaml rename to stable/farmos/5.3.0/templates/common.yaml diff --git a/stable/ferdi-server/11.1.3/values.yaml b/stable/farmos/5.3.0/values.yaml similarity index 100% rename from stable/ferdi-server/11.1.3/values.yaml rename to stable/farmos/5.3.0/values.yaml diff --git a/stable/fastcom-mqtt/5.1.3/CHANGELOG.md b/stable/fastcom-mqtt/5.1.3/CHANGELOG.md deleted file mode 100644 index a97cfebe284..00000000000 --- a/stable/fastcom-mqtt/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [fastcom-mqtt-4.1.12](https://github.com/truecharts/charts/compare/fastcom-mqtt-4.1.11...fastcom-mqtt-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [fastcom-mqtt-4.1.11](https://github.com/truecharts/charts/compare/fastcom-mqtt-4.1.10...fastcom-mqtt-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [fastcom-mqtt-4.1.10](https://github.com/truecharts/charts/compare/fastcom-mqtt-4.1.9...fastcom-mqtt-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [fastcom-mqtt-4.1.9](https://github.com/truecharts/charts/compare/fastcom-mqtt-4.1.8...fastcom-mqtt-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [fastcom-mqtt-4.1.8](https://github.com/truecharts/charts/compare/fastcom-mqtt-4.1.7...fastcom-mqtt-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [fastcom-mqtt-4.1.7](https://github.com/truecharts/charts/compare/fastcom-mqtt-4.1.6...fastcom-mqtt-4.1.7) (2024-01-14) - - - - -## [fastcom-mqtt-4.1.6](https://github.com/truecharts/charts/compare/fastcom-mqtt-4.1.5...fastcom-mqtt-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [fastcom-mqtt-4.1.5](https://github.com/truecharts/charts/compare/fastcom-mqtt-4.1.4...fastcom-mqtt-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [fastcom-mqtt-4.1.4](https://github.com/truecharts/charts/compare/fastcom-mqtt-4.1.3...fastcom-mqtt-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [fastcom-mqtt-4.1.3](https://github.com/truecharts/charts/compare/fastcom-mqtt-4.1.0...fastcom-mqtt-4.1.3) (2024-01-01) - -### Chore diff --git a/stable/fastcom-mqtt/5.1.3/Chart.yaml b/stable/fastcom-mqtt/5.1.3/Chart.yaml deleted file mode 100644 index 2b342bab490..00000000000 --- a/stable/fastcom-mqtt/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: | - Chart Chart with Fast.com CLI sending data directly to MQTT Broker -home: https://truecharts.org/charts/stable/fastcom-mqtt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fastcom-mqtt.png -keywords: - - fastcom-mqtt - - home-automation -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: fastcom-mqtt -sources: - - https://github.com/simonjenny/fastcom-mqtt - - https://github.com/truecharts/charts/tree/master/charts/stable/fastcom-mqtt - - https://hub.docker.com/r/simonjenny/fastcom-mqtt -type: application -version: 5.1.3 diff --git a/stable/fastcom-mqtt/5.1.3/charts/common-18.0.3.tgz b/stable/fastcom-mqtt/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/fastcom-mqtt/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/ffmpeg-mkvdts2ac3/5.1.3/.helmignore b/stable/fastcom-mqtt/5.3.0/.helmignore similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.1.3/.helmignore rename to stable/fastcom-mqtt/5.3.0/.helmignore diff --git a/stable/fastcom-mqtt/5.3.0/CHANGELOG.md b/stable/fastcom-mqtt/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..3eae385e516 --- /dev/null +++ b/stable/fastcom-mqtt/5.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fastcom-mqtt-5.3.0](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.2.3...fastcom-mqtt-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [fastcom-mqtt-5.2.3](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.2.2...fastcom-mqtt-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [fastcom-mqtt-5.2.2](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.2.0...fastcom-mqtt-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [fastcom-mqtt-4.1.12](https://github.com/truecharts/charts/compare/fastcom-mqtt-4.1.11...fastcom-mqtt-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [fastcom-mqtt-4.1.11](https://github.com/truecharts/charts/compare/fastcom-mqtt-4.1.10...fastcom-mqtt-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [fastcom-mqtt-4.1.10](https://github.com/truecharts/charts/compare/fastcom-mqtt-4.1.9...fastcom-mqtt-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [fastcom-mqtt-4.1.9](https://github.com/truecharts/charts/compare/fastcom-mqtt-4.1.8...fastcom-mqtt-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [fastcom-mqtt-4.1.8](https://github.com/truecharts/charts/compare/fastcom-mqtt-4.1.7...fastcom-mqtt-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [fastcom-mqtt-4.1.7](https://github.com/truecharts/charts/compare/fastcom-mqtt-4.1.6...fastcom-mqtt-4.1.7) (2024-01-14) + + + + +## [fastcom-mqtt-4.1.6](https://github.com/truecharts/charts/compare/fastcom-mqtt-4.1.5...fastcom-mqtt-4.1.6) (2024-01-09) + +### Chore \ No newline at end of file diff --git a/stable/fastcom-mqtt/5.3.0/Chart.yaml b/stable/fastcom-mqtt/5.3.0/Chart.yaml new file mode 100644 index 00000000000..d9689927db1 --- /dev/null +++ b/stable/fastcom-mqtt/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: | + Chart Chart with Fast.com CLI sending data directly to MQTT Broker +home: https://truecharts.org/charts/stable/fastcom-mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fastcom-mqtt.png +keywords: + - fastcom-mqtt + - home-automation +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fastcom-mqtt +sources: + - https://github.com/simonjenny/fastcom-mqtt + - https://github.com/truecharts/charts/tree/master/charts/stable/fastcom-mqtt + - https://hub.docker.com/r/simonjenny/fastcom-mqtt +type: application +version: 5.3.0 diff --git a/stable/fastcom-mqtt/5.1.3/README.md b/stable/fastcom-mqtt/5.3.0/README.md similarity index 100% rename from stable/fastcom-mqtt/5.1.3/README.md rename to stable/fastcom-mqtt/5.3.0/README.md diff --git a/stable/fastcom-mqtt/5.3.0/app-changelog.md b/stable/fastcom-mqtt/5.3.0/app-changelog.md new file mode 100644 index 00000000000..8a005bc0d38 --- /dev/null +++ b/stable/fastcom-mqtt/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [fastcom-mqtt-5.3.0](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.2.3...fastcom-mqtt-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/fastcom-mqtt/5.1.3/app-readme.md b/stable/fastcom-mqtt/5.3.0/app-readme.md similarity index 100% rename from stable/fastcom-mqtt/5.1.3/app-readme.md rename to stable/fastcom-mqtt/5.3.0/app-readme.md diff --git a/stable/fastcom-mqtt/5.3.0/charts/common-18.2.0.tgz b/stable/fastcom-mqtt/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/fastcom-mqtt/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/fastcom-mqtt/5.1.3/ix_values.yaml b/stable/fastcom-mqtt/5.3.0/ix_values.yaml similarity index 100% rename from stable/fastcom-mqtt/5.1.3/ix_values.yaml rename to stable/fastcom-mqtt/5.3.0/ix_values.yaml diff --git a/stable/fastcom-mqtt/5.1.3/questions.yaml b/stable/fastcom-mqtt/5.3.0/questions.yaml similarity index 100% rename from stable/fastcom-mqtt/5.1.3/questions.yaml rename to stable/fastcom-mqtt/5.3.0/questions.yaml diff --git a/stable/fastcom-mqtt/5.1.3/templates/common.yaml b/stable/fastcom-mqtt/5.3.0/templates/common.yaml similarity index 100% rename from stable/fastcom-mqtt/5.1.3/templates/common.yaml rename to stable/fastcom-mqtt/5.3.0/templates/common.yaml diff --git a/stable/ffmpeg-mkvdts2ac3/5.1.3/values.yaml b/stable/fastcom-mqtt/5.3.0/values.yaml similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.1.3/values.yaml rename to stable/fastcom-mqtt/5.3.0/values.yaml diff --git a/stable/fenrus/5.1.3/CHANGELOG.md b/stable/fenrus/5.1.3/CHANGELOG.md deleted file mode 100644 index 29c97082697..00000000000 --- a/stable/fenrus/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [fenrus-4.1.11](https://github.com/truecharts/charts/compare/fenrus-4.1.10...fenrus-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [fenrus-4.1.10](https://github.com/truecharts/charts/compare/fenrus-4.1.9...fenrus-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [fenrus-4.1.9](https://github.com/truecharts/charts/compare/fenrus-4.1.8...fenrus-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [fenrus-4.1.8](https://github.com/truecharts/charts/compare/fenrus-4.1.7...fenrus-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [fenrus-4.1.7](https://github.com/truecharts/charts/compare/fenrus-4.1.6...fenrus-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [fenrus-4.1.6](https://github.com/truecharts/charts/compare/fenrus-4.1.5...fenrus-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [fenrus-4.1.5](https://github.com/truecharts/charts/compare/fenrus-4.1.4...fenrus-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [fenrus-4.1.4](https://github.com/truecharts/charts/compare/fenrus-4.1.3...fenrus-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [fenrus-4.1.3](https://github.com/truecharts/charts/compare/fenrus-4.1.0...fenrus-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/fenrus/5.1.3/Chart.yaml b/stable/fenrus/5.1.3/Chart.yaml deleted file mode 100644 index 82d3a6d0bd3..00000000000 --- a/stable/fenrus/5.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "Fenrus is a home page / personal dashboard with smart apps. \n" -home: https://truecharts.org/charts/stable/fenrus -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fenrus.png -keywords: - - fenrus - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: fenrus -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/fenrus - - https://hub.docker.com/r/revenz/fenrus -type: application -version: 5.1.3 diff --git a/stable/fenrus/5.1.3/charts/common-18.0.3.tgz b/stable/fenrus/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/fenrus/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/filebot/9.1.3/.helmignore b/stable/fenrus/5.3.0/.helmignore similarity index 100% rename from stable/filebot/9.1.3/.helmignore rename to stable/fenrus/5.3.0/.helmignore diff --git a/stable/fenrus/5.3.0/CHANGELOG.md b/stable/fenrus/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..660e895f641 --- /dev/null +++ b/stable/fenrus/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fenrus-5.3.0](https://github.com/truecharts/charts/compare/fenrus-5.2.3...fenrus-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [fenrus-5.2.3](https://github.com/truecharts/charts/compare/fenrus-5.2.2...fenrus-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [fenrus-5.2.2](https://github.com/truecharts/charts/compare/fenrus-5.2.0...fenrus-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [fenrus-4.1.11](https://github.com/truecharts/charts/compare/fenrus-4.1.10...fenrus-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [fenrus-4.1.10](https://github.com/truecharts/charts/compare/fenrus-4.1.9...fenrus-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [fenrus-4.1.9](https://github.com/truecharts/charts/compare/fenrus-4.1.8...fenrus-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [fenrus-4.1.8](https://github.com/truecharts/charts/compare/fenrus-4.1.7...fenrus-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [fenrus-4.1.7](https://github.com/truecharts/charts/compare/fenrus-4.1.6...fenrus-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [fenrus-4.1.6](https://github.com/truecharts/charts/compare/fenrus-4.1.5...fenrus-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/fenrus/5.3.0/Chart.yaml b/stable/fenrus/5.3.0/Chart.yaml new file mode 100644 index 00000000000..d36f90361b4 --- /dev/null +++ b/stable/fenrus/5.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "Fenrus is a home page / personal dashboard with smart apps. \n" +home: https://truecharts.org/charts/stable/fenrus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fenrus.png +keywords: + - fenrus + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fenrus +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/fenrus + - https://hub.docker.com/r/revenz/fenrus +type: application +version: 5.3.0 diff --git a/stable/fenrus/5.1.3/README.md b/stable/fenrus/5.3.0/README.md similarity index 100% rename from stable/fenrus/5.1.3/README.md rename to stable/fenrus/5.3.0/README.md diff --git a/stable/fenrus/5.3.0/app-changelog.md b/stable/fenrus/5.3.0/app-changelog.md new file mode 100644 index 00000000000..56a2977b488 --- /dev/null +++ b/stable/fenrus/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [fenrus-5.3.0](https://github.com/truecharts/charts/compare/fenrus-5.2.3...fenrus-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/fenrus/5.1.3/app-readme.md b/stable/fenrus/5.3.0/app-readme.md similarity index 100% rename from stable/fenrus/5.1.3/app-readme.md rename to stable/fenrus/5.3.0/app-readme.md diff --git a/stable/fenrus/5.3.0/charts/common-18.2.0.tgz b/stable/fenrus/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/fenrus/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/fenrus/5.1.3/ix_values.yaml b/stable/fenrus/5.3.0/ix_values.yaml similarity index 100% rename from stable/fenrus/5.1.3/ix_values.yaml rename to stable/fenrus/5.3.0/ix_values.yaml diff --git a/stable/fenrus/5.1.3/questions.yaml b/stable/fenrus/5.3.0/questions.yaml similarity index 100% rename from stable/fenrus/5.1.3/questions.yaml rename to stable/fenrus/5.3.0/questions.yaml diff --git a/stable/fenrus/5.1.3/templates/common.yaml b/stable/fenrus/5.3.0/templates/common.yaml similarity index 100% rename from stable/fenrus/5.1.3/templates/common.yaml rename to stable/fenrus/5.3.0/templates/common.yaml diff --git a/stable/filebot/9.1.3/values.yaml b/stable/fenrus/5.3.0/values.yaml similarity index 100% rename from stable/filebot/9.1.3/values.yaml rename to stable/fenrus/5.3.0/values.yaml diff --git a/stable/ferdi-server/11.1.3/CHANGELOG.md b/stable/ferdi-server/11.1.3/CHANGELOG.md deleted file mode 100644 index e415c313abc..00000000000 --- a/stable/ferdi-server/11.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [ferdi-server-10.1.11](https://github.com/truecharts/charts/compare/ferdi-server-10.1.10...ferdi-server-10.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ferdi-server-10.1.10](https://github.com/truecharts/charts/compare/ferdi-server-10.1.9...ferdi-server-10.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [ferdi-server-10.1.9](https://github.com/truecharts/charts/compare/ferdi-server-10.1.8...ferdi-server-10.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [ferdi-server-10.1.8](https://github.com/truecharts/charts/compare/ferdi-server-10.1.7...ferdi-server-10.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [ferdi-server-10.1.7](https://github.com/truecharts/charts/compare/ferdi-server-10.1.6...ferdi-server-10.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [ferdi-server-10.1.6](https://github.com/truecharts/charts/compare/ferdi-server-10.1.5...ferdi-server-10.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [ferdi-server-10.1.5](https://github.com/truecharts/charts/compare/ferdi-server-10.1.4...ferdi-server-10.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [ferdi-server-10.1.4](https://github.com/truecharts/charts/compare/ferdi-server-10.1.3...ferdi-server-10.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [ferdi-server-10.1.3](https://github.com/truecharts/charts/compare/ferdi-server-10.1.0...ferdi-server-10.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/ferdi-server/11.1.3/Chart.yaml b/stable/ferdi-server/11.1.3/Chart.yaml deleted file mode 100644 index 3276ce4053d..00000000000 --- a/stable/ferdi-server/11.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.3.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Server for Ferdi that you can re-use to run your own -home: https://truecharts.org/charts/stable/ferdi-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ferdi-server.png -keywords: - - ferdi -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ferdi-server -sources: - - https://github.com/getferdi/server - - https://github.com/truecharts/charts/tree/master/charts/stable/ferdi-server - - https://hub.docker.com/r/getferdi/ferdi-server -type: application -version: 11.1.3 diff --git a/stable/ferdi-server/11.1.3/charts/common-18.0.3.tgz b/stable/ferdi-server/11.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/ferdi-server/11.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/ferdi-server/11.1.3/questions.yaml b/stable/ferdi-server/11.1.3/questions.yaml deleted file mode 100755 index e3780eca2c6..00000000000 --- a/stable/ferdi-server/11.1.3/questions.yaml +++ /dev/null @@ -1,3684 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: APP_URL - label: "APP_URL" - description: "Specify the URL of the Ferdi-server, including http:// or https:// as relevant." - schema: - type: string - required: true - - variable: IS_CREATION_ENABLED - label: "IS_CREATION_ENABLED" - description: "Specify whether to enable the creation of custom recipes." - schema: - type: boolean - - variable: IS_DASHBOARD_ENABLED - label: "IS_DASHBOARD_ENABLED" - description: "Specify whether to enable the Ferdi-server dashboard." - schema: - type: boolean - - variable: IS_REGISTRATION_ENABLED - label: "IS_REGISTRATION_ENABLED" - description: "Specify whether to allow user registration." - schema: - type: boolean - - variable: CONNECT_WITH_FRANZ - label: "CONNECT_WITH_FRANZ" - description: "Specify whether to enable connections to the Franz server." - schema: - type: boolean - - variable: mailsettings - label: "Mail Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: MAIL_CONNECTION - label: "MAIL_CONNECTION" - description: "Specify the mail sender to be used." - schema: - type: string - default: "smtp" - - variable: SMTP_HOST - label: "SMTP_HOST" - description: "Specify the mail host to be used" - schema: - type: string - default: "" - - variable: SMTP_PORT - label: "SMTP_PORT" - description: "Specify the mail port to be used." - schema: - type: int - default: 587 - - variable: MAIL_SSL - label: "MAIL_SSL" - description: "Specify SMTP mail security." - schema: - type: boolean - default: true - - variable: MAIL_USERNAME - label: "MAIL_USERNAME" - description: "Specify your mail username to be used." - schema: - type: string - default: "" - - variable: MAIL_PASSWORD - label: "MAIL_PASSWORD" - description: "Specify your mail password to be used." - schema: - type: string - private: true - default: "" - - variable: MAIL_SENDER - label: "MAIL_SENDER" - description: "Specify the mail sender address to be used." - schema: - type: string - default: "" - - variable: SPARKPOST_API_KEY - label: "SPARKPOST_API_KEY" - description: "Specify SparkPost API Key to be used." - schema: - type: string - private: true - default: "" - - variable: MAILGUN_DOMAIN - label: "MAILGUN_DOMAIN" - description: "Specify Mailgun domain to be used." - schema: - type: string - default: "" - - variable: MAILGUN_API_REGION - label: "MAILGUN_API_REGION" - description: "Specify Mailgun API Region to be used." - schema: - type: string - default: "" - - variable: MAILGUN_API_KEY - label: "MAILGUN_API_KEY" - description: "Specify Mailgun API Key to be used." - schema: - type: string - private: true - default: "" - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10206 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: recipes - label: "App Recipes Storage" - description: "Stores the Application Recipes." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/filebrowser/9.1.3/.helmignore b/stable/ferdi-server/11.3.0/.helmignore similarity index 100% rename from stable/filebrowser/9.1.3/.helmignore rename to stable/ferdi-server/11.3.0/.helmignore diff --git a/stable/ferdi-server/11.3.0/CHANGELOG.md b/stable/ferdi-server/11.3.0/CHANGELOG.md new file mode 100644 index 00000000000..3d96e759961 --- /dev/null +++ b/stable/ferdi-server/11.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ferdi-server-11.3.0](https://github.com/truecharts/charts/compare/ferdi-server-11.2.3...ferdi-server-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [ferdi-server-11.2.3](https://github.com/truecharts/charts/compare/ferdi-server-11.2.2...ferdi-server-11.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [ferdi-server-11.2.2](https://github.com/truecharts/charts/compare/ferdi-server-11.2.0...ferdi-server-11.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [ferdi-server-10.1.11](https://github.com/truecharts/charts/compare/ferdi-server-10.1.10...ferdi-server-10.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [ferdi-server-10.1.10](https://github.com/truecharts/charts/compare/ferdi-server-10.1.9...ferdi-server-10.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [ferdi-server-10.1.9](https://github.com/truecharts/charts/compare/ferdi-server-10.1.8...ferdi-server-10.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [ferdi-server-10.1.8](https://github.com/truecharts/charts/compare/ferdi-server-10.1.7...ferdi-server-10.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [ferdi-server-10.1.7](https://github.com/truecharts/charts/compare/ferdi-server-10.1.6...ferdi-server-10.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [ferdi-server-10.1.6](https://github.com/truecharts/charts/compare/ferdi-server-10.1.5...ferdi-server-10.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/ferdi-server/11.3.0/Chart.yaml b/stable/ferdi-server/11.3.0/Chart.yaml new file mode 100644 index 00000000000..3e38e81dbe5 --- /dev/null +++ b/stable/ferdi-server/11.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.3.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Server for Ferdi that you can re-use to run your own +home: https://truecharts.org/charts/stable/ferdi-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ferdi-server.png +keywords: + - ferdi +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ferdi-server +sources: + - https://github.com/getferdi/server + - https://github.com/truecharts/charts/tree/master/charts/stable/ferdi-server + - https://hub.docker.com/r/getferdi/ferdi-server +type: application +version: 11.3.0 diff --git a/stable/ferdi-server/11.1.3/README.md b/stable/ferdi-server/11.3.0/README.md similarity index 100% rename from stable/ferdi-server/11.1.3/README.md rename to stable/ferdi-server/11.3.0/README.md diff --git a/stable/ferdi-server/11.3.0/app-changelog.md b/stable/ferdi-server/11.3.0/app-changelog.md new file mode 100644 index 00000000000..987c235edb9 --- /dev/null +++ b/stable/ferdi-server/11.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ferdi-server-11.3.0](https://github.com/truecharts/charts/compare/ferdi-server-11.2.3...ferdi-server-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/ferdi-server/11.1.3/app-readme.md b/stable/ferdi-server/11.3.0/app-readme.md similarity index 100% rename from stable/ferdi-server/11.1.3/app-readme.md rename to stable/ferdi-server/11.3.0/app-readme.md diff --git a/stable/ferdi-server/11.3.0/charts/common-18.2.0.tgz b/stable/ferdi-server/11.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/ferdi-server/11.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/ferdi-server/11.1.3/ix_values.yaml b/stable/ferdi-server/11.3.0/ix_values.yaml similarity index 100% rename from stable/ferdi-server/11.1.3/ix_values.yaml rename to stable/ferdi-server/11.3.0/ix_values.yaml diff --git a/stable/ferdi-server/11.3.0/questions.yaml b/stable/ferdi-server/11.3.0/questions.yaml new file mode 100755 index 00000000000..55645d27d03 --- /dev/null +++ b/stable/ferdi-server/11.3.0/questions.yaml @@ -0,0 +1,3642 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: APP_URL + label: "APP_URL" + description: "Specify the URL of the Ferdi-server, including http:// or https:// as relevant." + schema: + type: string + required: true + - variable: IS_CREATION_ENABLED + label: "IS_CREATION_ENABLED" + description: "Specify whether to enable the creation of custom recipes." + schema: + type: boolean + - variable: IS_DASHBOARD_ENABLED + label: "IS_DASHBOARD_ENABLED" + description: "Specify whether to enable the Ferdi-server dashboard." + schema: + type: boolean + - variable: IS_REGISTRATION_ENABLED + label: "IS_REGISTRATION_ENABLED" + description: "Specify whether to allow user registration." + schema: + type: boolean + - variable: CONNECT_WITH_FRANZ + label: "CONNECT_WITH_FRANZ" + description: "Specify whether to enable connections to the Franz server." + schema: + type: boolean + - variable: mailsettings + label: "Mail Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: MAIL_CONNECTION + label: "MAIL_CONNECTION" + description: "Specify the mail sender to be used." + schema: + type: string + default: "smtp" + - variable: SMTP_HOST + label: "SMTP_HOST" + description: "Specify the mail host to be used" + schema: + type: string + default: "" + - variable: SMTP_PORT + label: "SMTP_PORT" + description: "Specify the mail port to be used." + schema: + type: int + default: 587 + - variable: MAIL_SSL + label: "MAIL_SSL" + description: "Specify SMTP mail security." + schema: + type: boolean + default: true + - variable: MAIL_USERNAME + label: "MAIL_USERNAME" + description: "Specify your mail username to be used." + schema: + type: string + default: "" + - variable: MAIL_PASSWORD + label: "MAIL_PASSWORD" + description: "Specify your mail password to be used." + schema: + type: string + private: true + default: "" + - variable: MAIL_SENDER + label: "MAIL_SENDER" + description: "Specify the mail sender address to be used." + schema: + type: string + default: "" + - variable: SPARKPOST_API_KEY + label: "SPARKPOST_API_KEY" + description: "Specify SparkPost API Key to be used." + schema: + type: string + private: true + default: "" + - variable: MAILGUN_DOMAIN + label: "MAILGUN_DOMAIN" + description: "Specify Mailgun domain to be used." + schema: + type: string + default: "" + - variable: MAILGUN_API_REGION + label: "MAILGUN_API_REGION" + description: "Specify Mailgun API Region to be used." + schema: + type: string + default: "" + - variable: MAILGUN_API_KEY + label: "MAILGUN_API_KEY" + description: "Specify Mailgun API Key to be used." + schema: + type: string + private: true + default: "" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10206 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: data + label: "App Data Storage" + description: "Stores the Application Data." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: recipes + label: "App Recipes Storage" + description: "Stores the Application Recipes." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/fileflows/10.2.0/templates/NOTES.txt b/stable/ferdi-server/11.3.0/templates/NOTES.txt similarity index 100% rename from stable/fileflows/10.2.0/templates/NOTES.txt rename to stable/ferdi-server/11.3.0/templates/NOTES.txt diff --git a/stable/ferdi-server/11.1.3/templates/_secrets.tpl b/stable/ferdi-server/11.3.0/templates/_secrets.tpl similarity index 100% rename from stable/ferdi-server/11.1.3/templates/_secrets.tpl rename to stable/ferdi-server/11.3.0/templates/_secrets.tpl diff --git a/stable/ferdi-server/11.1.3/templates/common.yaml b/stable/ferdi-server/11.3.0/templates/common.yaml similarity index 100% rename from stable/ferdi-server/11.1.3/templates/common.yaml rename to stable/ferdi-server/11.3.0/templates/common.yaml diff --git a/stable/filebrowser/9.1.3/values.yaml b/stable/ferdi-server/11.3.0/values.yaml similarity index 100% rename from stable/filebrowser/9.1.3/values.yaml rename to stable/ferdi-server/11.3.0/values.yaml diff --git a/stable/ffmpeg-mkvdts2ac3/5.1.3/CHANGELOG.md b/stable/ffmpeg-mkvdts2ac3/5.1.3/CHANGELOG.md deleted file mode 100644 index 964ad6d8ff7..00000000000 --- a/stable/ffmpeg-mkvdts2ac3/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [ffmpeg-mkvdts2ac3-4.1.11](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-4.1.10...ffmpeg-mkvdts2ac3-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ffmpeg-mkvdts2ac3-4.1.10](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-4.1.9...ffmpeg-mkvdts2ac3-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [ffmpeg-mkvdts2ac3-4.1.9](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-4.1.8...ffmpeg-mkvdts2ac3-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [ffmpeg-mkvdts2ac3-4.1.8](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-4.1.7...ffmpeg-mkvdts2ac3-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [ffmpeg-mkvdts2ac3-4.1.7](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-4.1.6...ffmpeg-mkvdts2ac3-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [ffmpeg-mkvdts2ac3-4.1.6](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-4.1.5...ffmpeg-mkvdts2ac3-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [ffmpeg-mkvdts2ac3-4.1.5](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-4.1.4...ffmpeg-mkvdts2ac3-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [ffmpeg-mkvdts2ac3-4.1.4](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-4.1.3...ffmpeg-mkvdts2ac3-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [ffmpeg-mkvdts2ac3-4.1.3](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-4.1.0...ffmpeg-mkvdts2ac3-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/ffmpeg-mkvdts2ac3/5.1.3/Chart.yaml b/stable/ffmpeg-mkvdts2ac3/5.1.3/Chart.yaml deleted file mode 100644 index 31f12fe6287..00000000000 --- a/stable/ffmpeg-mkvdts2ac3/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A Chart Chart designed to watch a directory and encode media files. -home: https://truecharts.org/charts/stable/ffmpeg-mkvdts2ac3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ffmpeg-mkvdts2ac3.png -keywords: - - ffmpeg-mkvdts2ac3 - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ffmpeg-mkvdts2ac3 -sources: - - https://registry.hub.docker.com/r/snoopy86/ffmpeg/ - - https://github.com/truecharts/charts/tree/master/charts/stable/ffmpeg-mkvdts2ac3 - - https://hub.docker.com/r/snoopy86/ffmpeg -type: application -version: 5.1.3 diff --git a/stable/ffmpeg-mkvdts2ac3/5.1.3/charts/common-18.0.3.tgz b/stable/ffmpeg-mkvdts2ac3/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/ffmpeg-mkvdts2ac3/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/fileflows/10.2.0/.helmignore b/stable/ffmpeg-mkvdts2ac3/5.3.0/.helmignore similarity index 100% rename from stable/fileflows/10.2.0/.helmignore rename to stable/ffmpeg-mkvdts2ac3/5.3.0/.helmignore diff --git a/stable/ffmpeg-mkvdts2ac3/5.3.0/CHANGELOG.md b/stable/ffmpeg-mkvdts2ac3/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..0c603143b22 --- /dev/null +++ b/stable/ffmpeg-mkvdts2ac3/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ffmpeg-mkvdts2ac3-5.3.0](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.2.3...ffmpeg-mkvdts2ac3-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [ffmpeg-mkvdts2ac3-5.2.3](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.2.2...ffmpeg-mkvdts2ac3-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [ffmpeg-mkvdts2ac3-5.2.2](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.2.0...ffmpeg-mkvdts2ac3-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [ffmpeg-mkvdts2ac3-4.1.11](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-4.1.10...ffmpeg-mkvdts2ac3-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [ffmpeg-mkvdts2ac3-4.1.10](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-4.1.9...ffmpeg-mkvdts2ac3-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [ffmpeg-mkvdts2ac3-4.1.9](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-4.1.8...ffmpeg-mkvdts2ac3-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [ffmpeg-mkvdts2ac3-4.1.8](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-4.1.7...ffmpeg-mkvdts2ac3-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [ffmpeg-mkvdts2ac3-4.1.7](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-4.1.6...ffmpeg-mkvdts2ac3-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [ffmpeg-mkvdts2ac3-4.1.6](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-4.1.5...ffmpeg-mkvdts2ac3-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/ffmpeg-mkvdts2ac3/5.3.0/Chart.yaml b/stable/ffmpeg-mkvdts2ac3/5.3.0/Chart.yaml new file mode 100644 index 00000000000..e07b195266f --- /dev/null +++ b/stable/ffmpeg-mkvdts2ac3/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Chart Chart designed to watch a directory and encode media files. +home: https://truecharts.org/charts/stable/ffmpeg-mkvdts2ac3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ffmpeg-mkvdts2ac3.png +keywords: + - ffmpeg-mkvdts2ac3 + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ffmpeg-mkvdts2ac3 +sources: + - https://registry.hub.docker.com/r/snoopy86/ffmpeg/ + - https://github.com/truecharts/charts/tree/master/charts/stable/ffmpeg-mkvdts2ac3 + - https://hub.docker.com/r/snoopy86/ffmpeg +type: application +version: 5.3.0 diff --git a/stable/ffmpeg-mkvdts2ac3/5.1.3/README.md b/stable/ffmpeg-mkvdts2ac3/5.3.0/README.md similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.1.3/README.md rename to stable/ffmpeg-mkvdts2ac3/5.3.0/README.md diff --git a/stable/ffmpeg-mkvdts2ac3/5.3.0/app-changelog.md b/stable/ffmpeg-mkvdts2ac3/5.3.0/app-changelog.md new file mode 100644 index 00000000000..0619621e846 --- /dev/null +++ b/stable/ffmpeg-mkvdts2ac3/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ffmpeg-mkvdts2ac3-5.3.0](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.2.3...ffmpeg-mkvdts2ac3-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/ffmpeg-mkvdts2ac3/5.1.3/app-readme.md b/stable/ffmpeg-mkvdts2ac3/5.3.0/app-readme.md similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.1.3/app-readme.md rename to stable/ffmpeg-mkvdts2ac3/5.3.0/app-readme.md diff --git a/stable/ffmpeg-mkvdts2ac3/5.3.0/charts/common-18.2.0.tgz b/stable/ffmpeg-mkvdts2ac3/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/ffmpeg-mkvdts2ac3/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/ffmpeg-mkvdts2ac3/5.1.3/ix_values.yaml b/stable/ffmpeg-mkvdts2ac3/5.3.0/ix_values.yaml similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.1.3/ix_values.yaml rename to stable/ffmpeg-mkvdts2ac3/5.3.0/ix_values.yaml diff --git a/stable/ffmpeg-mkvdts2ac3/5.1.3/questions.yaml b/stable/ffmpeg-mkvdts2ac3/5.3.0/questions.yaml similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.1.3/questions.yaml rename to stable/ffmpeg-mkvdts2ac3/5.3.0/questions.yaml diff --git a/stable/ffmpeg-mkvdts2ac3/5.1.3/templates/common.yaml b/stable/ffmpeg-mkvdts2ac3/5.3.0/templates/common.yaml similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.1.3/templates/common.yaml rename to stable/ffmpeg-mkvdts2ac3/5.3.0/templates/common.yaml diff --git a/stable/fileflows/10.2.0/values.yaml b/stable/ffmpeg-mkvdts2ac3/5.3.0/values.yaml similarity index 100% rename from stable/fileflows/10.2.0/values.yaml rename to stable/ffmpeg-mkvdts2ac3/5.3.0/values.yaml diff --git a/stable/filebot/9.1.3/CHANGELOG.md b/stable/filebot/9.1.3/CHANGELOG.md deleted file mode 100644 index a9ca58d4c56..00000000000 --- a/stable/filebot/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [filebot-7.1.11](https://github.com/truecharts/charts/compare/filebot-7.1.10...filebot-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [filebot-7.1.10](https://github.com/truecharts/charts/compare/filebot-7.1.9...filebot-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [filebot-7.1.9](https://github.com/truecharts/charts/compare/filebot-7.1.8...filebot-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [filebot-7.1.8](https://github.com/truecharts/charts/compare/filebot-7.1.7...filebot-7.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [filebot-7.1.7](https://github.com/truecharts/charts/compare/filebot-7.1.6...filebot-7.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [filebot-7.1.6](https://github.com/truecharts/charts/compare/filebot-7.1.5...filebot-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [filebot-7.1.5](https://github.com/truecharts/charts/compare/filebot-7.1.4...filebot-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [filebot-7.1.4](https://github.com/truecharts/charts/compare/filebot-7.1.3...filebot-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [filebot-7.1.3](https://github.com/truecharts/charts/compare/filebot-7.1.0...filebot-7.1.3) (2024-01-01) - -### Chore - - diff --git a/stable/filebot/9.1.3/Chart.yaml b/stable/filebot/9.1.3/Chart.yaml deleted file mode 100644 index 9ca4e177f2e..00000000000 --- a/stable/filebot/9.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.02.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: FileBot is the ultimate tool for organizing and renaming your movies, tv shows or anime, and music well as downloading subtitles and artwork. It's smart and just works. -home: https://truecharts.org/charts/stable/filebot -icon: https://truecharts.org/img/hotlink-ok/chart-icons/filebot.png -keywords: - - media - - filebot -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: filebot -sources: - - https://github.com/jlesage/docker-filebot - - https://github.com/truecharts/charts/tree/master/charts/stable/filebot - - https://hub.docker.com/r/jlesage/filebot -type: application -version: 9.1.3 diff --git a/stable/filebot/9.1.3/charts/common-18.0.3.tgz b/stable/filebot/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/filebot/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/fileshelter/6.1.3/.helmignore b/stable/filebot/9.3.0/.helmignore similarity index 100% rename from stable/fileshelter/6.1.3/.helmignore rename to stable/filebot/9.3.0/.helmignore diff --git a/stable/filebot/9.3.0/CHANGELOG.md b/stable/filebot/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..827bac731e7 --- /dev/null +++ b/stable/filebot/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [filebot-9.3.0](https://github.com/truecharts/charts/compare/filebot-9.2.3...filebot-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [filebot-9.2.3](https://github.com/truecharts/charts/compare/filebot-9.2.2...filebot-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [filebot-9.2.2](https://github.com/truecharts/charts/compare/filebot-9.2.0...filebot-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [filebot-7.1.11](https://github.com/truecharts/charts/compare/filebot-7.1.10...filebot-7.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [filebot-7.1.10](https://github.com/truecharts/charts/compare/filebot-7.1.9...filebot-7.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [filebot-7.1.9](https://github.com/truecharts/charts/compare/filebot-7.1.8...filebot-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [filebot-7.1.8](https://github.com/truecharts/charts/compare/filebot-7.1.7...filebot-7.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [filebot-7.1.7](https://github.com/truecharts/charts/compare/filebot-7.1.6...filebot-7.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [filebot-7.1.6](https://github.com/truecharts/charts/compare/filebot-7.1.5...filebot-7.1.6) (2024-01-09) + +### Chore + diff --git a/stable/filebot/9.3.0/Chart.yaml b/stable/filebot/9.3.0/Chart.yaml new file mode 100644 index 00000000000..9d1c7131674 --- /dev/null +++ b/stable/filebot/9.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.02.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: FileBot is the ultimate tool for organizing and renaming your movies, tv shows or anime, and music well as downloading subtitles and artwork. It's smart and just works. +home: https://truecharts.org/charts/stable/filebot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/filebot.png +keywords: + - media + - filebot +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: filebot +sources: + - https://github.com/jlesage/docker-filebot + - https://github.com/truecharts/charts/tree/master/charts/stable/filebot + - https://hub.docker.com/r/jlesage/filebot +type: application +version: 9.3.0 diff --git a/stable/filebot/9.1.3/README.md b/stable/filebot/9.3.0/README.md similarity index 100% rename from stable/filebot/9.1.3/README.md rename to stable/filebot/9.3.0/README.md diff --git a/stable/filebot/9.3.0/app-changelog.md b/stable/filebot/9.3.0/app-changelog.md new file mode 100644 index 00000000000..13ca90dca99 --- /dev/null +++ b/stable/filebot/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [filebot-9.3.0](https://github.com/truecharts/charts/compare/filebot-9.2.3...filebot-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/filebot/9.1.3/app-readme.md b/stable/filebot/9.3.0/app-readme.md similarity index 100% rename from stable/filebot/9.1.3/app-readme.md rename to stable/filebot/9.3.0/app-readme.md diff --git a/stable/filebot/9.3.0/charts/common-18.2.0.tgz b/stable/filebot/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/filebot/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/filebot/9.1.3/ix_values.yaml b/stable/filebot/9.3.0/ix_values.yaml similarity index 100% rename from stable/filebot/9.1.3/ix_values.yaml rename to stable/filebot/9.3.0/ix_values.yaml diff --git a/stable/filebot/9.1.3/questions.yaml b/stable/filebot/9.3.0/questions.yaml similarity index 100% rename from stable/filebot/9.1.3/questions.yaml rename to stable/filebot/9.3.0/questions.yaml diff --git a/stable/filestash/6.1.3/templates/NOTES.txt b/stable/filebot/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/filestash/6.1.3/templates/NOTES.txt rename to stable/filebot/9.3.0/templates/NOTES.txt diff --git a/stable/filestash/6.1.3/templates/common.yaml b/stable/filebot/9.3.0/templates/common.yaml similarity index 100% rename from stable/filestash/6.1.3/templates/common.yaml rename to stable/filebot/9.3.0/templates/common.yaml diff --git a/stable/fileshelter/6.1.3/values.yaml b/stable/filebot/9.3.0/values.yaml similarity index 100% rename from stable/fileshelter/6.1.3/values.yaml rename to stable/filebot/9.3.0/values.yaml diff --git a/stable/filebrowser/9.1.3/CHANGELOG.md b/stable/filebrowser/9.1.3/CHANGELOG.md deleted file mode 100644 index 9cbe228f4d7..00000000000 --- a/stable/filebrowser/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [filebrowser-8.2.6](https://github.com/truecharts/charts/compare/filebrowser-8.2.5...filebrowser-8.2.6) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [filebrowser-8.2.5](https://github.com/truecharts/charts/compare/filebrowser-8.2.4...filebrowser-8.2.5) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [filebrowser-8.2.4](https://github.com/truecharts/charts/compare/filebrowser-8.2.3...filebrowser-8.2.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [filebrowser-8.2.3](https://github.com/truecharts/charts/compare/filebrowser-8.2.2...filebrowser-8.2.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [filebrowser-8.2.2](https://github.com/truecharts/charts/compare/filebrowser-8.2.1...filebrowser-8.2.2) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [filebrowser-8.2.1](https://github.com/truecharts/charts/compare/filebrowser-8.2.0...filebrowser-8.2.1) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [filebrowser-8.2.0](https://github.com/truecharts/charts/compare/filebrowser-8.1.5...filebrowser-8.2.0) (2024-01-03) - -### Chore - - - -- update container image docker.io/filebrowser/filebrowser to v2.27.0[@00b75af](https://github.com/00b75af) by renovate ([#16821](https://github.com/truecharts/charts/issues/16821)) - - -## [filebrowser-8.1.5](https://github.com/truecharts/charts/compare/filebrowser-8.1.4...filebrowser-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [filebrowser-8.1.4](https://github.com/truecharts/charts/compare/filebrowser-8.1.3...filebrowser-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/filebrowser/9.1.3/Chart.yaml b/stable/filebrowser/9.1.3/Chart.yaml deleted file mode 100644 index 7fcbcde8c6e..00000000000 --- a/stable/filebrowser/9.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.27.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Filebrowser provides a file managing interface within a specified directory -home: https://truecharts.org/charts/stable/filebrowser -icon: https://truecharts.org/img/hotlink-ok/chart-icons/filebrowser.png -keywords: - - filebrowser -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: filebrowser -sources: - - https://filebrowser.org/cli/filebrowser - - https://github.com/filebrowser/filebrowser - - https://github.com/truecharts/charts/tree/master/charts/stable/filebrowser - - https://hub.docker.com/r/filebrowser/filebrowser -type: application -version: 9.1.3 diff --git a/stable/filebrowser/9.1.3/charts/common-18.0.3.tgz b/stable/filebrowser/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/filebrowser/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/filestash/6.1.3/.helmignore b/stable/filebrowser/9.3.0/.helmignore similarity index 100% rename from stable/filestash/6.1.3/.helmignore rename to stable/filebrowser/9.3.0/.helmignore diff --git a/stable/filebrowser/9.3.0/CHANGELOG.md b/stable/filebrowser/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..6d914b77824 --- /dev/null +++ b/stable/filebrowser/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [filebrowser-9.3.0](https://github.com/truecharts/charts/compare/filebrowser-9.2.3...filebrowser-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [filebrowser-9.2.3](https://github.com/truecharts/charts/compare/filebrowser-9.2.2...filebrowser-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [filebrowser-9.2.2](https://github.com/truecharts/charts/compare/filebrowser-9.2.0...filebrowser-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [filebrowser-8.2.6](https://github.com/truecharts/charts/compare/filebrowser-8.2.5...filebrowser-8.2.6) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [filebrowser-8.2.5](https://github.com/truecharts/charts/compare/filebrowser-8.2.4...filebrowser-8.2.5) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [filebrowser-8.2.4](https://github.com/truecharts/charts/compare/filebrowser-8.2.3...filebrowser-8.2.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [filebrowser-8.2.3](https://github.com/truecharts/charts/compare/filebrowser-8.2.2...filebrowser-8.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [filebrowser-8.2.2](https://github.com/truecharts/charts/compare/filebrowser-8.2.1...filebrowser-8.2.2) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [filebrowser-8.2.1](https://github.com/truecharts/charts/compare/filebrowser-8.2.0...filebrowser-8.2.1) (2024-01-09) + +### Chore + + diff --git a/stable/filebrowser/9.3.0/Chart.yaml b/stable/filebrowser/9.3.0/Chart.yaml new file mode 100644 index 00000000000..0efcf474fd9 --- /dev/null +++ b/stable/filebrowser/9.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.27.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Filebrowser provides a file managing interface within a specified directory +home: https://truecharts.org/charts/stable/filebrowser +icon: https://truecharts.org/img/hotlink-ok/chart-icons/filebrowser.png +keywords: + - filebrowser +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: filebrowser +sources: + - https://filebrowser.org/cli/filebrowser + - https://github.com/filebrowser/filebrowser + - https://github.com/truecharts/charts/tree/master/charts/stable/filebrowser + - https://hub.docker.com/r/filebrowser/filebrowser +type: application +version: 9.3.0 diff --git a/stable/filebrowser/9.1.3/README.md b/stable/filebrowser/9.3.0/README.md similarity index 100% rename from stable/filebrowser/9.1.3/README.md rename to stable/filebrowser/9.3.0/README.md diff --git a/stable/filebrowser/9.3.0/app-changelog.md b/stable/filebrowser/9.3.0/app-changelog.md new file mode 100644 index 00000000000..98b85d7ae02 --- /dev/null +++ b/stable/filebrowser/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [filebrowser-9.3.0](https://github.com/truecharts/charts/compare/filebrowser-9.2.3...filebrowser-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/filebrowser/9.1.3/app-readme.md b/stable/filebrowser/9.3.0/app-readme.md similarity index 100% rename from stable/filebrowser/9.1.3/app-readme.md rename to stable/filebrowser/9.3.0/app-readme.md diff --git a/stable/filebrowser/9.3.0/charts/common-18.2.0.tgz b/stable/filebrowser/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/filebrowser/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/filebrowser/9.1.3/ix_values.yaml b/stable/filebrowser/9.3.0/ix_values.yaml similarity index 100% rename from stable/filebrowser/9.1.3/ix_values.yaml rename to stable/filebrowser/9.3.0/ix_values.yaml diff --git a/stable/filebrowser/9.1.3/questions.yaml b/stable/filebrowser/9.3.0/questions.yaml similarity index 100% rename from stable/filebrowser/9.1.3/questions.yaml rename to stable/filebrowser/9.3.0/questions.yaml diff --git a/stable/filezilla/11.2.0/templates/NOTES.txt b/stable/filebrowser/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/filezilla/11.2.0/templates/NOTES.txt rename to stable/filebrowser/9.3.0/templates/NOTES.txt diff --git a/stable/filebrowser/9.1.3/templates/common.yaml b/stable/filebrowser/9.3.0/templates/common.yaml similarity index 100% rename from stable/filebrowser/9.1.3/templates/common.yaml rename to stable/filebrowser/9.3.0/templates/common.yaml diff --git a/stable/filestash/6.1.3/values.yaml b/stable/filebrowser/9.3.0/values.yaml similarity index 100% rename from stable/filestash/6.1.3/values.yaml rename to stable/filebrowser/9.3.0/values.yaml diff --git a/stable/fileflows/10.2.0/CHANGELOG.md b/stable/fileflows/10.2.0/CHANGELOG.md deleted file mode 100644 index de69aa5af1b..00000000000 --- a/stable/fileflows/10.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -## [fileflows-9.1.1](https://github.com/truecharts/charts/compare/fileflows-9.1.0...fileflows-9.1.1) (2024-02-12) - -### Chore - - - -- update container image revenz/fileflows to 24.02[@3e0b300](https://github.com/3e0b300) by renovate ([#18105](https://github.com/truecharts/charts/issues/18105)) - - -## [fileflows-9.1.0](https://github.com/truecharts/charts/compare/fileflows-9.0.8...fileflows-9.1.0) (2024-02-05) - -### Chore - - - -- update container image revenz/fileflows to v24.02[@4009c44](https://github.com/4009c44) by renovate ([#17947](https://github.com/truecharts/charts/issues/17947)) - - -## [fileflows-9.0.8](https://github.com/truecharts/charts/compare/fileflows-9.0.7...fileflows-9.0.8) (2024-02-05) - -### Chore - - - -- update container image revenz/fileflows to v[@3e10d33](https://github.com/3e10d33) by renovate ([#17894](https://github.com/truecharts/charts/issues/17894)) - - -## [fileflows-9.0.7](https://github.com/truecharts/charts/compare/fileflows-9.0.6...fileflows-9.0.7) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [fileflows-9.0.6](https://github.com/truecharts/charts/compare/fileflows-9.0.5...fileflows-9.0.6) (2024-01-29) - -### Chore - - - -- update container image revenz/fileflows to 24.01[@183939d](https://github.com/183939d) by renovate ([#17723](https://github.com/truecharts/charts/issues/17723)) - - -## [fileflows-9.0.5](https://github.com/truecharts/charts/compare/fileflows-9.0.4...fileflows-9.0.5) (2024-01-29) - -### Chore - - - -- update container image revenz/fileflows to 24.01[@5518f1b](https://github.com/5518f1b) by renovate ([#17650](https://github.com/truecharts/charts/issues/17650)) - - -## [fileflows-9.0.4](https://github.com/truecharts/charts/compare/fileflows-9.0.3...fileflows-9.0.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) \ No newline at end of file diff --git a/stable/fileflows/10.2.0/Chart.yaml b/stable/fileflows/10.2.0/Chart.yaml deleted file mode 100644 index 8083b0dbf0d..00000000000 --- a/stable/fileflows/10.2.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.02.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: An application that lets you automatically process files through a simple rule flow. -home: https://truecharts.org/charts/stable/fileflows -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fileflows.png -keywords: - - fileflows -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: fileflows -sources: - - https://github.com/revenz/FileFlows - - https://github.com/truecharts/charts/tree/master/charts/stable/fileflows - - https://hub.docker.com/r/revenz/fileflows -type: application -version: 10.2.0 diff --git a/stable/fileflows/10.2.0/charts/common-18.1.2.tgz b/stable/fileflows/10.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/fileflows/10.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/fileflows/10.2.0/ix_values.yaml b/stable/fileflows/10.2.0/ix_values.yaml deleted file mode 100644 index 4a147e42bfb..00000000000 --- a/stable/fileflows/10.2.0/ix_values.yaml +++ /dev/null @@ -1,48 +0,0 @@ -image: - repository: revenz/fileflows - tag: 24.02@sha256:bdaac40dd0ebf53c08832489deebd0145c0e8635e46f73624d36e949a6738410 - pullPolicy: IfNotPresent -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - path: / - readiness: - type: http - path: / - startup: - type: http - path: / - env: {} -service: - main: - ports: - main: - port: 10242 - targetPort: 5000 -persistence: - data: - enabled: true - mountPath: /app/Data - logs: - enabled: true - mountPath: /app/Logs - temp: - enabled: true - mountPath: /temp - media: - enabled: true - mountPath: /media -portal: - open: - enabled: true diff --git a/stable/filezilla/11.2.0/.helmignore b/stable/fileflows/10.4.0/.helmignore similarity index 100% rename from stable/filezilla/11.2.0/.helmignore rename to stable/fileflows/10.4.0/.helmignore diff --git a/stable/fileflows/10.4.0/CHANGELOG.md b/stable/fileflows/10.4.0/CHANGELOG.md new file mode 100644 index 00000000000..1b9e17fb576 --- /dev/null +++ b/stable/fileflows/10.4.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fileflows-10.4.0](https://github.com/truecharts/charts/compare/fileflows-10.3.3...fileflows-10.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [fileflows-10.3.3](https://github.com/truecharts/charts/compare/fileflows-10.3.2...fileflows-10.3.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [fileflows-10.3.2](https://github.com/truecharts/charts/compare/fileflows-10.3.0...fileflows-10.3.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## [fileflows-9.1.1](https://github.com/truecharts/charts/compare/fileflows-9.1.0...fileflows-9.1.1) (2024-02-12) + +### Chore + + + +- update container image revenz/fileflows to 24.02[@3e0b300](https://github.com/3e0b300) by renovate ([#18105](https://github.com/truecharts/charts/issues/18105)) + + +## [fileflows-9.1.0](https://github.com/truecharts/charts/compare/fileflows-9.0.8...fileflows-9.1.0) (2024-02-05) + +### Chore + + + +- update container image revenz/fileflows to v24.02[@4009c44](https://github.com/4009c44) by renovate ([#17947](https://github.com/truecharts/charts/issues/17947)) + + +## [fileflows-9.0.8](https://github.com/truecharts/charts/compare/fileflows-9.0.7...fileflows-9.0.8) (2024-02-05) + +### Chore + + + +- update container image revenz/fileflows to v[@3e10d33](https://github.com/3e10d33) by renovate ([#17894](https://github.com/truecharts/charts/issues/17894)) + + +## [fileflows-9.0.7](https://github.com/truecharts/charts/compare/fileflows-9.0.6...fileflows-9.0.7) (2024-02-03) + +### Chore diff --git a/stable/fileflows/10.4.0/Chart.yaml b/stable/fileflows/10.4.0/Chart.yaml new file mode 100644 index 00000000000..6d66b6149de --- /dev/null +++ b/stable/fileflows/10.4.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.03.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An application that lets you automatically process files through a simple rule flow. +home: https://truecharts.org/charts/stable/fileflows +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fileflows.png +keywords: + - fileflows +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fileflows +sources: + - https://github.com/revenz/FileFlows + - https://github.com/truecharts/charts/tree/master/charts/stable/fileflows + - https://hub.docker.com/r/revenz/fileflows +type: application +version: 10.4.0 diff --git a/stable/fileflows/10.2.0/README.md b/stable/fileflows/10.4.0/README.md similarity index 100% rename from stable/fileflows/10.2.0/README.md rename to stable/fileflows/10.4.0/README.md diff --git a/stable/fileflows/10.4.0/app-changelog.md b/stable/fileflows/10.4.0/app-changelog.md new file mode 100644 index 00000000000..fa5fe8ea337 --- /dev/null +++ b/stable/fileflows/10.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [fileflows-10.4.0](https://github.com/truecharts/charts/compare/fileflows-10.3.3...fileflows-10.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/fileflows/10.2.0/app-readme.md b/stable/fileflows/10.4.0/app-readme.md similarity index 100% rename from stable/fileflows/10.2.0/app-readme.md rename to stable/fileflows/10.4.0/app-readme.md diff --git a/stable/fileflows/10.4.0/charts/common-18.2.0.tgz b/stable/fileflows/10.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/fileflows/10.4.0/charts/common-18.2.0.tgz differ diff --git a/stable/fileflows/10.4.0/ix_values.yaml b/stable/fileflows/10.4.0/ix_values.yaml new file mode 100644 index 00000000000..f463443a717 --- /dev/null +++ b/stable/fileflows/10.4.0/ix_values.yaml @@ -0,0 +1,48 @@ +image: + repository: revenz/fileflows + tag: 24.03@sha256:9561845e24b8e1ceb7d9f7fe71b938293ff27e417257a3ea22f0d49b8a9f072d + pullPolicy: IfNotPresent +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + path: / + readiness: + type: http + path: / + startup: + type: http + path: / + env: {} +service: + main: + ports: + main: + port: 10242 + targetPort: 5000 +persistence: + data: + enabled: true + mountPath: /app/Data + logs: + enabled: true + mountPath: /app/Logs + temp: + enabled: true + mountPath: /temp + media: + enabled: true + mountPath: /media +portal: + open: + enabled: true diff --git a/stable/fileflows/10.2.0/questions.yaml b/stable/fileflows/10.4.0/questions.yaml similarity index 100% rename from stable/fileflows/10.2.0/questions.yaml rename to stable/fileflows/10.4.0/questions.yaml diff --git a/stable/fireflyiii/25.2.0/templates/NOTES.txt b/stable/fileflows/10.4.0/templates/NOTES.txt similarity index 100% rename from stable/fireflyiii/25.2.0/templates/NOTES.txt rename to stable/fileflows/10.4.0/templates/NOTES.txt diff --git a/stable/filezilla/11.2.0/templates/common.yaml b/stable/fileflows/10.4.0/templates/common.yaml similarity index 100% rename from stable/filezilla/11.2.0/templates/common.yaml rename to stable/fileflows/10.4.0/templates/common.yaml diff --git a/stable/filezilla/11.2.0/values.yaml b/stable/fileflows/10.4.0/values.yaml similarity index 100% rename from stable/filezilla/11.2.0/values.yaml rename to stable/fileflows/10.4.0/values.yaml diff --git a/stable/fileshelter/6.1.3/CHANGELOG.md b/stable/fileshelter/6.1.3/CHANGELOG.md deleted file mode 100644 index 32efe938122..00000000000 --- a/stable/fileshelter/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [fileshelter-5.0.5](https://github.com/truecharts/charts/compare/fileshelter-5.0.4...fileshelter-5.0.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [fileshelter-5.0.4](https://github.com/truecharts/charts/compare/fileshelter-5.0.3...fileshelter-5.0.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [fileshelter-5.0.3](https://github.com/truecharts/charts/compare/fileshelter-5.0.2...fileshelter-5.0.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [fileshelter-5.0.2](https://github.com/truecharts/charts/compare/fileshelter-5.0.1...fileshelter-5.0.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [fileshelter-5.0.1](https://github.com/truecharts/charts/compare/fileshelter-5.0.0...fileshelter-5.0.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [fileshelter-5.0.0](https://github.com/truecharts/charts/compare/fileshelter-4.1.6...fileshelter-5.0.0) (2024-01-21) - -### Fix - - - -- Rework chart (persistance, ports, portal, etc) ([#17315](https://github.com/truecharts/charts/issues/17315)) - - - - -## [fileshelter-4.1.6](https://github.com/truecharts/charts/compare/fileshelter-4.1.5...fileshelter-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [fileshelter-4.1.5](https://github.com/truecharts/charts/compare/fileshelter-4.1.4...fileshelter-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [fileshelter-4.1.4](https://github.com/truecharts/charts/compare/fileshelter-4.1.3...fileshelter-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/fileshelter/6.1.3/Chart.yaml b/stable/fileshelter/6.1.3/Chart.yaml deleted file mode 100644 index a19d52f2e4a..00000000000 --- a/stable/fileshelter/6.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 6.1.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: FileShelter is a self-hosted software that allows you to easily share files over the Internet. Just upload one or more files and get an URL back! -home: https://truecharts.org/charts/stable/fileshelter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fileshelter.png -keywords: - - fileshelter - - Cloud - - Tools-Utilities - - Network-Web - - Network-FTP -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: fileshelter -sources: - - https://github.com/epoupon/fileshelter - - https://github.com/truecharts/charts/tree/master/charts/stable/fileshelter - - https://hub.docker.com/r/epoupon/fileshelter -type: application -version: 6.1.3 diff --git a/stable/fileshelter/6.1.3/charts/common-18.0.3.tgz b/stable/fileshelter/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/fileshelter/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/fireflyiii/25.2.0/.helmignore b/stable/fileshelter/6.3.0/.helmignore similarity index 100% rename from stable/fireflyiii/25.2.0/.helmignore rename to stable/fileshelter/6.3.0/.helmignore diff --git a/stable/fileshelter/6.3.0/CHANGELOG.md b/stable/fileshelter/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..2e2aa42e311 --- /dev/null +++ b/stable/fileshelter/6.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fileshelter-6.3.0](https://github.com/truecharts/charts/compare/fileshelter-6.2.3...fileshelter-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [fileshelter-6.2.3](https://github.com/truecharts/charts/compare/fileshelter-6.2.2...fileshelter-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [fileshelter-6.2.2](https://github.com/truecharts/charts/compare/fileshelter-6.2.0...fileshelter-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [fileshelter-5.0.5](https://github.com/truecharts/charts/compare/fileshelter-5.0.4...fileshelter-5.0.5) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [fileshelter-5.0.4](https://github.com/truecharts/charts/compare/fileshelter-5.0.3...fileshelter-5.0.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [fileshelter-5.0.3](https://github.com/truecharts/charts/compare/fileshelter-5.0.2...fileshelter-5.0.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [fileshelter-5.0.2](https://github.com/truecharts/charts/compare/fileshelter-5.0.1...fileshelter-5.0.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [fileshelter-5.0.1](https://github.com/truecharts/charts/compare/fileshelter-5.0.0...fileshelter-5.0.1) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [fileshelter-5.0.0](https://github.com/truecharts/charts/compare/fileshelter-4.1.6...fileshelter-5.0.0) (2024-01-21) + +### Fix + + + +- Rework chart (persistance, ports, portal, etc) ([#17315](https://github.com/truecharts/charts/issues/17315)) diff --git a/stable/fileshelter/6.3.0/Chart.yaml b/stable/fileshelter/6.3.0/Chart.yaml new file mode 100644 index 00000000000..514b191cd57 --- /dev/null +++ b/stable/fileshelter/6.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 6.1.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: FileShelter is a self-hosted software that allows you to easily share files over the Internet. Just upload one or more files and get an URL back! +home: https://truecharts.org/charts/stable/fileshelter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fileshelter.png +keywords: + - fileshelter + - Cloud + - Tools-Utilities + - Network-Web + - Network-FTP +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fileshelter +sources: + - https://github.com/epoupon/fileshelter + - https://github.com/truecharts/charts/tree/master/charts/stable/fileshelter + - https://hub.docker.com/r/epoupon/fileshelter +type: application +version: 6.3.0 diff --git a/stable/fileshelter/6.1.3/README.md b/stable/fileshelter/6.3.0/README.md similarity index 100% rename from stable/fileshelter/6.1.3/README.md rename to stable/fileshelter/6.3.0/README.md diff --git a/stable/fileshelter/6.3.0/app-changelog.md b/stable/fileshelter/6.3.0/app-changelog.md new file mode 100644 index 00000000000..3412ab39e5c --- /dev/null +++ b/stable/fileshelter/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [fileshelter-6.3.0](https://github.com/truecharts/charts/compare/fileshelter-6.2.3...fileshelter-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/fileshelter/6.1.3/app-readme.md b/stable/fileshelter/6.3.0/app-readme.md similarity index 100% rename from stable/fileshelter/6.1.3/app-readme.md rename to stable/fileshelter/6.3.0/app-readme.md diff --git a/stable/fileshelter/6.3.0/charts/common-18.2.0.tgz b/stable/fileshelter/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/fileshelter/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/fileshelter/6.1.3/ix_values.yaml b/stable/fileshelter/6.3.0/ix_values.yaml similarity index 100% rename from stable/fileshelter/6.1.3/ix_values.yaml rename to stable/fileshelter/6.3.0/ix_values.yaml diff --git a/stable/fileshelter/6.1.3/questions.yaml b/stable/fileshelter/6.3.0/questions.yaml similarity index 100% rename from stable/fileshelter/6.1.3/questions.yaml rename to stable/fileshelter/6.3.0/questions.yaml diff --git a/stable/fileshelter/6.1.3/templates/common.yaml b/stable/fileshelter/6.3.0/templates/common.yaml similarity index 100% rename from stable/fileshelter/6.1.3/templates/common.yaml rename to stable/fileshelter/6.3.0/templates/common.yaml diff --git a/stable/fireflyiii/25.2.0/values.yaml b/stable/fileshelter/6.3.0/values.yaml similarity index 100% rename from stable/fireflyiii/25.2.0/values.yaml rename to stable/fileshelter/6.3.0/values.yaml diff --git a/stable/filestash/6.1.3/CHANGELOG.md b/stable/filestash/6.1.3/CHANGELOG.md deleted file mode 100644 index 7dfa9b7d656..00000000000 --- a/stable/filestash/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [filestash-5.1.14](https://github.com/truecharts/charts/compare/filestash-5.1.13...filestash-5.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [filestash-5.1.13](https://github.com/truecharts/charts/compare/filestash-5.1.12...filestash-5.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [filestash-5.1.12](https://github.com/truecharts/charts/compare/filestash-5.1.11...filestash-5.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [filestash-5.1.11](https://github.com/truecharts/charts/compare/filestash-5.1.10...filestash-5.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [filestash-5.1.10](https://github.com/truecharts/charts/compare/filestash-5.1.9...filestash-5.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [filestash-5.1.9](https://github.com/truecharts/charts/compare/filestash-5.1.8...filestash-5.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [filestash-5.1.8](https://github.com/truecharts/charts/compare/filestash-5.1.7...filestash-5.1.8) (2024-01-03) - -### Chore - - - -- update container image machines/filestash to latest[@223f11a](https://github.com/223f11a) by renovate ([#16785](https://github.com/truecharts/charts/issues/16785)) - - -## [filestash-5.1.7](https://github.com/truecharts/charts/compare/filestash-5.1.6...filestash-5.1.7) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [filestash-5.1.6](https://github.com/truecharts/charts/compare/filestash-5.1.4...filestash-5.1.6) (2024-01-02) - -### Chore - - - -- fix some refs ([#16749](https://github.com/truecharts/charts/issues/16749)) - diff --git a/stable/filestash/6.1.3/Chart.yaml b/stable/filestash/6.1.3/Chart.yaml deleted file mode 100644 index 7e28aac034f..00000000000 --- a/stable/filestash/6.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A Dropbox-like file manager that let you manage your data anywhere it is located. -home: https://truecharts.org/charts/stable/filestash -icon: https://truecharts.org/img/hotlink-ok/chart-icons/filestash.png -keywords: - - filestash - - Cloud - - Productivity - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: filestash -sources: - - https://www.filestash.app/ - - https://github.com/mickael-kerjean/filestash - - https://github.com/truecharts/charts/tree/master/charts/stable/filestash - - https://hub.docker.com/r/machines/filestash -type: application -version: 6.1.3 diff --git a/stable/filestash/6.1.3/charts/common-18.0.3.tgz b/stable/filestash/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/filestash/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/firefox-desktop-g3/5.1.3/.helmignore b/stable/filestash/6.3.0/.helmignore similarity index 100% rename from stable/firefox-desktop-g3/5.1.3/.helmignore rename to stable/filestash/6.3.0/.helmignore diff --git a/stable/filestash/6.3.0/CHANGELOG.md b/stable/filestash/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..94c1f3c7cbb --- /dev/null +++ b/stable/filestash/6.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [filestash-6.3.0](https://github.com/truecharts/charts/compare/filestash-6.2.3...filestash-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [filestash-6.2.3](https://github.com/truecharts/charts/compare/filestash-6.2.2...filestash-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [filestash-6.2.2](https://github.com/truecharts/charts/compare/filestash-6.2.0...filestash-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [filestash-5.1.14](https://github.com/truecharts/charts/compare/filestash-5.1.13...filestash-5.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [filestash-5.1.13](https://github.com/truecharts/charts/compare/filestash-5.1.12...filestash-5.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [filestash-5.1.12](https://github.com/truecharts/charts/compare/filestash-5.1.11...filestash-5.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [filestash-5.1.11](https://github.com/truecharts/charts/compare/filestash-5.1.10...filestash-5.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [filestash-5.1.10](https://github.com/truecharts/charts/compare/filestash-5.1.9...filestash-5.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [filestash-5.1.9](https://github.com/truecharts/charts/compare/filestash-5.1.8...filestash-5.1.9) (2024-01-09) + +### Chore + + diff --git a/stable/filestash/6.3.0/Chart.yaml b/stable/filestash/6.3.0/Chart.yaml new file mode 100644 index 00000000000..405f75eceac --- /dev/null +++ b/stable/filestash/6.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Dropbox-like file manager that let you manage your data anywhere it is located. +home: https://truecharts.org/charts/stable/filestash +icon: https://truecharts.org/img/hotlink-ok/chart-icons/filestash.png +keywords: + - filestash + - Cloud + - Productivity + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: filestash +sources: + - https://www.filestash.app/ + - https://github.com/mickael-kerjean/filestash + - https://github.com/truecharts/charts/tree/master/charts/stable/filestash + - https://hub.docker.com/r/machines/filestash +type: application +version: 6.3.0 diff --git a/stable/filestash/6.1.3/README.md b/stable/filestash/6.3.0/README.md similarity index 100% rename from stable/filestash/6.1.3/README.md rename to stable/filestash/6.3.0/README.md diff --git a/stable/filestash/6.3.0/app-changelog.md b/stable/filestash/6.3.0/app-changelog.md new file mode 100644 index 00000000000..0b8a9509a39 --- /dev/null +++ b/stable/filestash/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [filestash-6.3.0](https://github.com/truecharts/charts/compare/filestash-6.2.3...filestash-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/filestash/6.1.3/app-readme.md b/stable/filestash/6.3.0/app-readme.md similarity index 100% rename from stable/filestash/6.1.3/app-readme.md rename to stable/filestash/6.3.0/app-readme.md diff --git a/stable/filestash/6.3.0/charts/common-18.2.0.tgz b/stable/filestash/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/filestash/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/filestash/6.1.3/ix_values.yaml b/stable/filestash/6.3.0/ix_values.yaml similarity index 100% rename from stable/filestash/6.1.3/ix_values.yaml rename to stable/filestash/6.3.0/ix_values.yaml diff --git a/stable/filestash/6.1.3/questions.yaml b/stable/filestash/6.3.0/questions.yaml similarity index 100% rename from stable/filestash/6.1.3/questions.yaml rename to stable/filestash/6.3.0/questions.yaml diff --git a/stable/firefox-syncserver/17.1.3/templates/NOTES.txt b/stable/filestash/6.3.0/templates/NOTES.txt similarity index 100% rename from stable/firefox-syncserver/17.1.3/templates/NOTES.txt rename to stable/filestash/6.3.0/templates/NOTES.txt diff --git a/stable/firefox-syncserver/17.1.3/templates/common.yaml b/stable/filestash/6.3.0/templates/common.yaml similarity index 100% rename from stable/firefox-syncserver/17.1.3/templates/common.yaml rename to stable/filestash/6.3.0/templates/common.yaml diff --git a/stable/firefox-desktop-g3/5.1.3/values.yaml b/stable/filestash/6.3.0/values.yaml similarity index 100% rename from stable/firefox-desktop-g3/5.1.3/values.yaml rename to stable/filestash/6.3.0/values.yaml diff --git a/stable/filezilla/11.2.0/CHANGELOG.md b/stable/filezilla/11.2.0/CHANGELOG.md deleted file mode 100644 index fdb8c822959..00000000000 --- a/stable/filezilla/11.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [filezilla-10.2.10](https://github.com/truecharts/charts/compare/filezilla-10.2.9...filezilla-10.2.10) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@be18175](https://github.com/be18175) by renovate ([#18060](https://github.com/truecharts/charts/issues/18060)) - - -## [filezilla-10.2.9](https://github.com/truecharts/charts/compare/filezilla-10.2.8...filezilla-10.2.9) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@889326c](https://github.com/889326c) by renovate ([#17849](https://github.com/truecharts/charts/issues/17849)) - - -## [filezilla-10.2.8](https://github.com/truecharts/charts/compare/filezilla-10.2.7...filezilla-10.2.8) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [filezilla-10.2.7](https://github.com/truecharts/charts/compare/filezilla-10.2.6...filezilla-10.2.7) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@96a0e47](https://github.com/96a0e47) by renovate ([#17605](https://github.com/truecharts/charts/issues/17605)) - - -## [filezilla-10.2.6](https://github.com/truecharts/charts/compare/filezilla-10.2.5...filezilla-10.2.6) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [filezilla-10.2.5](https://github.com/truecharts/charts/compare/filezilla-10.2.4...filezilla-10.2.5) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [filezilla-10.2.4](https://github.com/truecharts/charts/compare/filezilla-10.2.3...filezilla-10.2.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [filezilla-10.2.3](https://github.com/truecharts/charts/compare/filezilla-10.2.2...filezilla-10.2.3) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [filezilla-10.2.2](https://github.com/truecharts/charts/compare/filezilla-10.2.1...filezilla-10.2.2) (2024-01-21) - -### Chore - - - -- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@ac65dd5](https://github.com/ac65dd5) by renovate ([#17350](https://github.com/truecharts/charts/issues/17350)) - diff --git a/stable/filezilla/11.2.0/Chart.yaml b/stable/filezilla/11.2.0/Chart.yaml deleted file mode 100644 index 92439c9f18a..00000000000 --- a/stable/filezilla/11.2.0/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.66.4 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A Helm chart for Kubernetes -home: https://truecharts.org/charts/stable/filezilla -icon: https://truecharts.org/img/hotlink-ok/chart-icons/filezilla.png -keywords: - - filezilla - - ftp - - sftp - - ftps - - client -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: filezilla -sources: - - https://github.com/linuxserver/docker-filezilla - - https://filezilla-project.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/filezilla - - https://ghcr.io/linuxserver/filezilla -type: application -version: 11.2.0 diff --git a/stable/filezilla/11.2.0/charts/common-18.1.2.tgz b/stable/filezilla/11.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/filezilla/11.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/filezilla/11.2.0/ix_values.yaml b/stable/filezilla/11.2.0/ix_values.yaml deleted file mode 100644 index 2119423f92b..00000000000 --- a/stable/filezilla/11.2.0/ix_values.yaml +++ /dev/null @@ -1,36 +0,0 @@ -image: - repository: ghcr.io/linuxserver/filezilla - tag: 3.66.4@sha256:04a624520c6c98c637b3f8e226130fed66fc962a2cb7f03ec32f54a70ae3e1e4 - pullPolicy: IfNotPresent - -securityContext: - container: - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 - -workload: - main: - podSpec: - containers: - main: - securityContext: - -service: - main: - ports: - main: - port: 10035 - protocol: http - targetPort: 3000 - -persistence: - config: - enabled: true - mountPath: "/config" - varrun: - enabled: false - -portal: - open: - enabled: true diff --git a/stable/firefox-syncserver/17.1.3/.helmignore b/stable/filezilla/11.3.0/.helmignore similarity index 100% rename from stable/firefox-syncserver/17.1.3/.helmignore rename to stable/filezilla/11.3.0/.helmignore diff --git a/stable/filezilla/11.3.0/CHANGELOG.md b/stable/filezilla/11.3.0/CHANGELOG.md new file mode 100644 index 00000000000..85ae080c1d1 --- /dev/null +++ b/stable/filezilla/11.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [filezilla-11.3.0](https://github.com/truecharts/charts/compare/filezilla-11.2.4...filezilla-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [filezilla-11.2.4](https://github.com/truecharts/charts/compare/filezilla-11.2.3...filezilla-11.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [filezilla-11.2.3](https://github.com/truecharts/charts/compare/filezilla-11.2.1...filezilla-11.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + +## [filezilla-10.2.10](https://github.com/truecharts/charts/compare/filezilla-10.2.9...filezilla-10.2.10) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@be18175](https://github.com/be18175) by renovate ([#18060](https://github.com/truecharts/charts/issues/18060)) + + +## [filezilla-10.2.9](https://github.com/truecharts/charts/compare/filezilla-10.2.8...filezilla-10.2.9) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@889326c](https://github.com/889326c) by renovate ([#17849](https://github.com/truecharts/charts/issues/17849)) + + +## [filezilla-10.2.8](https://github.com/truecharts/charts/compare/filezilla-10.2.7...filezilla-10.2.8) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [filezilla-10.2.7](https://github.com/truecharts/charts/compare/filezilla-10.2.6...filezilla-10.2.7) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@96a0e47](https://github.com/96a0e47) by renovate ([#17605](https://github.com/truecharts/charts/issues/17605)) + + +## [filezilla-10.2.6](https://github.com/truecharts/charts/compare/filezilla-10.2.5...filezilla-10.2.6) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [filezilla-10.2.5](https://github.com/truecharts/charts/compare/filezilla-10.2.4...filezilla-10.2.5) (2024-01-21) + +### Chore + + diff --git a/stable/filezilla/11.3.0/Chart.yaml b/stable/filezilla/11.3.0/Chart.yaml new file mode 100644 index 00000000000..a2c399b993f --- /dev/null +++ b/stable/filezilla/11.3.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.66.4 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Helm chart for Kubernetes +home: https://truecharts.org/charts/stable/filezilla +icon: https://truecharts.org/img/hotlink-ok/chart-icons/filezilla.png +keywords: + - filezilla + - ftp + - sftp + - ftps + - client +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: filezilla +sources: + - https://github.com/linuxserver/docker-filezilla + - https://filezilla-project.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/filezilla + - https://ghcr.io/linuxserver/filezilla +type: application +version: 11.3.0 diff --git a/stable/filezilla/11.2.0/README.md b/stable/filezilla/11.3.0/README.md similarity index 100% rename from stable/filezilla/11.2.0/README.md rename to stable/filezilla/11.3.0/README.md diff --git a/stable/filezilla/11.3.0/app-changelog.md b/stable/filezilla/11.3.0/app-changelog.md new file mode 100644 index 00000000000..60d5505c825 --- /dev/null +++ b/stable/filezilla/11.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [filezilla-11.3.0](https://github.com/truecharts/charts/compare/filezilla-11.2.4...filezilla-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/filezilla/11.2.0/app-readme.md b/stable/filezilla/11.3.0/app-readme.md similarity index 100% rename from stable/filezilla/11.2.0/app-readme.md rename to stable/filezilla/11.3.0/app-readme.md diff --git a/stable/filezilla/11.3.0/charts/common-18.2.0.tgz b/stable/filezilla/11.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/filezilla/11.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/filezilla/11.3.0/ix_values.yaml b/stable/filezilla/11.3.0/ix_values.yaml new file mode 100644 index 00000000000..dd830a9b929 --- /dev/null +++ b/stable/filezilla/11.3.0/ix_values.yaml @@ -0,0 +1,36 @@ +image: + repository: ghcr.io/linuxserver/filezilla + tag: 3.66.4@sha256:65615604d45cf9b790bb0f1c802770112d198679cfb6a21f1e152062eac9dffe + pullPolicy: IfNotPresent + +securityContext: + container: + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 + +workload: + main: + podSpec: + containers: + main: + securityContext: + +service: + main: + ports: + main: + port: 10035 + protocol: http + targetPort: 3000 + +persistence: + config: + enabled: true + mountPath: "/config" + varrun: + enabled: false + +portal: + open: + enabled: true diff --git a/stable/filezilla/11.2.0/questions.yaml b/stable/filezilla/11.3.0/questions.yaml similarity index 100% rename from stable/filezilla/11.2.0/questions.yaml rename to stable/filezilla/11.3.0/questions.yaml diff --git a/stable/firefox/11.1.3/templates/NOTES.txt b/stable/filezilla/11.3.0/templates/NOTES.txt similarity index 100% rename from stable/firefox/11.1.3/templates/NOTES.txt rename to stable/filezilla/11.3.0/templates/NOTES.txt diff --git a/stable/firefox/11.1.3/templates/common.yaml b/stable/filezilla/11.3.0/templates/common.yaml similarity index 100% rename from stable/firefox/11.1.3/templates/common.yaml rename to stable/filezilla/11.3.0/templates/common.yaml diff --git a/stable/firefox-syncserver/17.1.3/values.yaml b/stable/filezilla/11.3.0/values.yaml similarity index 100% rename from stable/firefox-syncserver/17.1.3/values.yaml rename to stable/filezilla/11.3.0/values.yaml diff --git a/stable/fireflyiii/25.2.0/CHANGELOG.md b/stable/fireflyiii/25.2.0/CHANGELOG.md deleted file mode 100644 index f370dd2eda7..00000000000 --- a/stable/fireflyiii/25.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - -## [fireflyiii-24.1.22](https://github.com/truecharts/charts/compare/fireflyiii-24.1.21...fireflyiii-24.1.22) (2024-02-12) - -### Chore - - - -- update container image fireflyiii/core to vversion-6.1.9[@3b2060a](https://github.com/3b2060a) by renovate ([#18131](https://github.com/truecharts/charts/issues/18131)) - - -## [fireflyiii-24.1.21](https://github.com/truecharts/charts/compare/fireflyiii-24.1.20...fireflyiii-24.1.21) (2024-02-05) - -### Chore - - - -- update container image fireflyiii/core to vversion-6.1.8[@7c93902](https://github.com/7c93902) by renovate ([#17905](https://github.com/truecharts/charts/issues/17905)) - - -## [fireflyiii-24.1.20](https://github.com/truecharts/charts/compare/fireflyiii-24.1.19...fireflyiii-24.1.20) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [fireflyiii-24.1.19](https://github.com/truecharts/charts/compare/fireflyiii-24.1.18...fireflyiii-24.1.19) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [fireflyiii-24.1.18](https://github.com/truecharts/charts/compare/fireflyiii-24.1.17...fireflyiii-24.1.18) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [fireflyiii-24.1.17](https://github.com/truecharts/charts/compare/fireflyiii-24.1.16...fireflyiii-24.1.17) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [fireflyiii-24.1.16](https://github.com/truecharts/charts/compare/fireflyiii-24.1.15...fireflyiii-24.1.16) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [fireflyiii-24.1.15](https://github.com/truecharts/charts/compare/fireflyiii-24.1.14...fireflyiii-24.1.15) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [fireflyiii-24.1.14](https://github.com/truecharts/charts/compare/fireflyiii-24.1.13...fireflyiii-24.1.14) (2024-01-21) - -### Chore - - diff --git a/stable/fireflyiii/25.2.0/Chart.yaml b/stable/fireflyiii/25.2.0/Chart.yaml deleted file mode 100644 index 81f202a5cd2..00000000000 --- a/stable/fireflyiii/25.2.0/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: finacial - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 6.1.9 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 11.2.1 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A free and open source personal finance manager -home: https://truecharts.org/charts/stable/fireflyiii -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireflyiii.png -keywords: - - fireflyiii - - finacial -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: fireflyiii -sources: - - https://github.com/firefly-iii/firefly-iii/ - - https://github.com/truecharts/charts/tree/master/charts/stable/fireflyiii - - https://hub.docker.com/r/fireflyiii/core -type: application -version: 25.2.0 diff --git a/stable/fireflyiii/25.2.0/charts/common-18.1.2.tgz b/stable/fireflyiii/25.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/fireflyiii/25.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/fireflyiii/25.2.0/ix_values.yaml b/stable/fireflyiii/25.2.0/ix_values.yaml deleted file mode 100644 index 0a6840ccb95..00000000000 --- a/stable/fireflyiii/25.2.0/ix_values.yaml +++ /dev/null @@ -1,88 +0,0 @@ -image: - repository: fireflyiii/core - pullPolicy: IfNotPresent - tag: version-6.1.9@sha256:3b2060abc3ea30fe21f942e170ca8d8067b74ca8b822e74745ffb685d1ae90c2 -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - path: "/login" - readiness: - path: "/login" - startup: - path: "/login" - env: - DB_USERNAME: "{{ .Values.cnpg.main.user }}" - DB_DATABASE: "{{ .Values.cnpg.main.database }}" - DB_CONNECTION: pgsql - DB_PORT: 5432 - REDIS_DB: "0" - REDIS_CACHE_DB: "1" - CACHE_DRIVER: redis - SESSION_DRIVER: redis - REDIS_SCHEME: tcp - REDIS_PORT: 6379 - APP_URL: "" - TRUSTED_PROXIES: "172.16.0.0/16" - DB_HOST: - secretKeyRef: - name: cnpg-main-urls - key: host - DB_PASSWORD: - secretKeyRef: - name: cnpg-main-user - key: password - REDIS_HOST: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' - key: plainhost - REDIS_PASSWORD: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' - key: redis-password - STATIC_CRON_TOKEN: - secretKeyRef: - name: firefly-secrets - key: STATIC_CRON_TOKEN - APP_KEY: - secretKeyRef: - name: firefly-secrets - key: APP_KEY -service: - main: - ports: - main: - port: 10082 - targetPort: 8080 -persistence: - data: - enabled: true - mountPath: "/var/www/html/storage/upload" -cronjob: - schedule: "0 3 * * *" - annotations: {} - failedJobsHistoryLimit: 5 - successfulJobsHistoryLimit: 2 -# Enabled redis -redis: - enabled: true -# Enabled postgres -cnpg: - main: - enabled: true - user: firefly - database: firefly -portal: - open: - enabled: true diff --git a/stable/fireflyiii/25.2.0/questions.yaml b/stable/fireflyiii/25.2.0/questions.yaml deleted file mode 100755 index cd5a154831b..00000000000 --- a/stable/fireflyiii/25.2.0/questions.yaml +++ /dev/null @@ -1,3320 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: APP_URL - label: "APP_URL" - description: "Application URL eg. https://fireflyiii.mydomain.com" - schema: - type: string - default: "http://localhost:10082" - - variable: TRUSTED_PROXIES - label: "TRUSTED_PROXIES" - description: "TRUSTED_PROXIES" - schema: - type: string - default: "172.16.0.0/16" - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10082 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: data - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/firefox/11.1.3/.helmignore b/stable/fireflyiii/25.3.0/.helmignore similarity index 100% rename from stable/firefox/11.1.3/.helmignore rename to stable/fireflyiii/25.3.0/.helmignore diff --git a/stable/fireflyiii/25.3.0/CHANGELOG.md b/stable/fireflyiii/25.3.0/CHANGELOG.md new file mode 100644 index 00000000000..ad7bf5a134d --- /dev/null +++ b/stable/fireflyiii/25.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fireflyiii-25.3.0](https://github.com/truecharts/charts/compare/fireflyiii-25.2.4...fireflyiii-25.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [fireflyiii-25.2.4](https://github.com/truecharts/charts/compare/fireflyiii-25.2.3...fireflyiii-25.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [fireflyiii-25.2.3](https://github.com/truecharts/charts/compare/fireflyiii-25.2.1...fireflyiii-25.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + +## [fireflyiii-24.1.22](https://github.com/truecharts/charts/compare/fireflyiii-24.1.21...fireflyiii-24.1.22) (2024-02-12) + +### Chore + + + +- update container image fireflyiii/core to vversion-6.1.9[@3b2060a](https://github.com/3b2060a) by renovate ([#18131](https://github.com/truecharts/charts/issues/18131)) + + +## [fireflyiii-24.1.21](https://github.com/truecharts/charts/compare/fireflyiii-24.1.20...fireflyiii-24.1.21) (2024-02-05) + +### Chore + + + +- update container image fireflyiii/core to vversion-6.1.8[@7c93902](https://github.com/7c93902) by renovate ([#17905](https://github.com/truecharts/charts/issues/17905)) + + +## [fireflyiii-24.1.20](https://github.com/truecharts/charts/compare/fireflyiii-24.1.19...fireflyiii-24.1.20) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [fireflyiii-24.1.19](https://github.com/truecharts/charts/compare/fireflyiii-24.1.18...fireflyiii-24.1.19) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [fireflyiii-24.1.18](https://github.com/truecharts/charts/compare/fireflyiii-24.1.17...fireflyiii-24.1.18) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [fireflyiii-24.1.17](https://github.com/truecharts/charts/compare/fireflyiii-24.1.16...fireflyiii-24.1.17) (2024-01-21) + +### Chore \ No newline at end of file diff --git a/stable/fireflyiii/25.3.0/Chart.yaml b/stable/fireflyiii/25.3.0/Chart.yaml new file mode 100644 index 00000000000..769e89b4b5f --- /dev/null +++ b/stable/fireflyiii/25.3.0/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: finacial + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 6.1.10 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A free and open source personal finance manager +home: https://truecharts.org/charts/stable/fireflyiii +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireflyiii.png +keywords: + - fireflyiii + - finacial +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fireflyiii +sources: + - https://github.com/firefly-iii/firefly-iii/ + - https://github.com/truecharts/charts/tree/master/charts/stable/fireflyiii + - https://hub.docker.com/r/fireflyiii/core +type: application +version: 25.3.0 diff --git a/stable/fireflyiii/25.2.0/LICENSE b/stable/fireflyiii/25.3.0/LICENSE similarity index 100% rename from stable/fireflyiii/25.2.0/LICENSE rename to stable/fireflyiii/25.3.0/LICENSE diff --git a/stable/fireflyiii/25.2.0/README.md b/stable/fireflyiii/25.3.0/README.md similarity index 100% rename from stable/fireflyiii/25.2.0/README.md rename to stable/fireflyiii/25.3.0/README.md diff --git a/stable/fireflyiii/25.3.0/app-changelog.md b/stable/fireflyiii/25.3.0/app-changelog.md new file mode 100644 index 00000000000..31483edab12 --- /dev/null +++ b/stable/fireflyiii/25.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [fireflyiii-25.3.0](https://github.com/truecharts/charts/compare/fireflyiii-25.2.4...fireflyiii-25.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/fireflyiii/25.2.0/app-readme.md b/stable/fireflyiii/25.3.0/app-readme.md similarity index 100% rename from stable/fireflyiii/25.2.0/app-readme.md rename to stable/fireflyiii/25.3.0/app-readme.md diff --git a/stable/fireflyiii/25.3.0/charts/common-18.2.0.tgz b/stable/fireflyiii/25.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/fireflyiii/25.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/fireflyiii/25.2.0/charts/redis-11.2.1.tgz b/stable/fireflyiii/25.3.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/fireflyiii/25.2.0/charts/redis-11.2.1.tgz rename to stable/fireflyiii/25.3.0/charts/redis-11.2.1.tgz diff --git a/stable/fireflyiii/25.3.0/ix_values.yaml b/stable/fireflyiii/25.3.0/ix_values.yaml new file mode 100644 index 00000000000..5c21f82070f --- /dev/null +++ b/stable/fireflyiii/25.3.0/ix_values.yaml @@ -0,0 +1,88 @@ +image: + repository: fireflyiii/core + pullPolicy: IfNotPresent + tag: version-6.1.10@sha256:c268cc2030ce6983f8ed820c9ee4510a0693bc1d9552fec81ed715b0f7fd113c +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + path: "/login" + readiness: + path: "/login" + startup: + path: "/login" + env: + DB_USERNAME: "{{ .Values.cnpg.main.user }}" + DB_DATABASE: "{{ .Values.cnpg.main.database }}" + DB_CONNECTION: pgsql + DB_PORT: 5432 + REDIS_DB: "0" + REDIS_CACHE_DB: "1" + CACHE_DRIVER: redis + SESSION_DRIVER: redis + REDIS_SCHEME: tcp + REDIS_PORT: 6379 + APP_URL: "" + TRUSTED_PROXIES: "172.16.0.0/16" + DB_HOST: + secretKeyRef: + name: cnpg-main-urls + key: host + DB_PASSWORD: + secretKeyRef: + name: cnpg-main-user + key: password + REDIS_HOST: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' + key: plainhost + REDIS_PASSWORD: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' + key: redis-password + STATIC_CRON_TOKEN: + secretKeyRef: + name: firefly-secrets + key: STATIC_CRON_TOKEN + APP_KEY: + secretKeyRef: + name: firefly-secrets + key: APP_KEY +service: + main: + ports: + main: + port: 10082 + targetPort: 8080 +persistence: + data: + enabled: true + mountPath: "/var/www/html/storage/upload" +cronjob: + schedule: "0 3 * * *" + annotations: {} + failedJobsHistoryLimit: 5 + successfulJobsHistoryLimit: 2 +# Enabled redis +redis: + enabled: true +# Enabled postgres +cnpg: + main: + enabled: true + user: firefly + database: firefly +portal: + open: + enabled: true diff --git a/stable/fireflyiii/25.3.0/questions.yaml b/stable/fireflyiii/25.3.0/questions.yaml new file mode 100755 index 00000000000..86d427f0b05 --- /dev/null +++ b/stable/fireflyiii/25.3.0/questions.yaml @@ -0,0 +1,3278 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: APP_URL + label: "APP_URL" + description: "Application URL eg. https://fireflyiii.mydomain.com" + schema: + type: string + default: "http://localhost:10082" + - variable: TRUSTED_PROXIES + label: "TRUSTED_PROXIES" + description: "TRUSTED_PROXIES" + schema: + type: string + default: "172.16.0.0/16" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10082 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: data + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/firezone/3.1.3/templates/NOTES.txt b/stable/fireflyiii/25.3.0/templates/NOTES.txt similarity index 100% rename from stable/firezone/3.1.3/templates/NOTES.txt rename to stable/fireflyiii/25.3.0/templates/NOTES.txt diff --git a/stable/fireflyiii/25.2.0/templates/_cronjob.tpl b/stable/fireflyiii/25.3.0/templates/_cronjob.tpl similarity index 100% rename from stable/fireflyiii/25.2.0/templates/_cronjob.tpl rename to stable/fireflyiii/25.3.0/templates/_cronjob.tpl diff --git a/stable/fireflyiii/25.2.0/templates/_secrets.tpl b/stable/fireflyiii/25.3.0/templates/_secrets.tpl similarity index 100% rename from stable/fireflyiii/25.2.0/templates/_secrets.tpl rename to stable/fireflyiii/25.3.0/templates/_secrets.tpl diff --git a/stable/fireflyiii/25.2.0/templates/common.yaml b/stable/fireflyiii/25.3.0/templates/common.yaml similarity index 100% rename from stable/fireflyiii/25.2.0/templates/common.yaml rename to stable/fireflyiii/25.3.0/templates/common.yaml diff --git a/stable/firefox/11.1.3/values.yaml b/stable/fireflyiii/25.3.0/values.yaml similarity index 100% rename from stable/firefox/11.1.3/values.yaml rename to stable/fireflyiii/25.3.0/values.yaml diff --git a/stable/firefox-desktop-g3/5.1.3/CHANGELOG.md b/stable/firefox-desktop-g3/5.1.3/CHANGELOG.md deleted file mode 100644 index ee8963bcea4..00000000000 --- a/stable/firefox-desktop-g3/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - - -## [firefox-desktop-g3-4.1.13](https://github.com/truecharts/charts/compare/firefox-desktop-g3-4.1.12...firefox-desktop-g3-4.1.13) (2024-02-12) - -### Chore - - - -- update container image accetto/ubuntu-vnc-xfce-firefox-g3 to latest[@8fbe73b](https://github.com/8fbe73b) by renovate ([#18020](https://github.com/truecharts/charts/issues/18020)) - - -## [firefox-desktop-g3-4.1.12](https://github.com/truecharts/charts/compare/firefox-desktop-g3-4.1.11...firefox-desktop-g3-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [firefox-desktop-g3-4.1.11](https://github.com/truecharts/charts/compare/firefox-desktop-g3-4.1.10...firefox-desktop-g3-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [firefox-desktop-g3-4.1.10](https://github.com/truecharts/charts/compare/firefox-desktop-g3-4.1.9...firefox-desktop-g3-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [firefox-desktop-g3-4.1.9](https://github.com/truecharts/charts/compare/firefox-desktop-g3-4.1.8...firefox-desktop-g3-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [firefox-desktop-g3-4.1.8](https://github.com/truecharts/charts/compare/firefox-desktop-g3-4.1.7...firefox-desktop-g3-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [firefox-desktop-g3-4.1.7](https://github.com/truecharts/charts/compare/firefox-desktop-g3-4.1.6...firefox-desktop-g3-4.1.7) (2024-01-21) - -### Chore - - - -- update container image accetto/ubuntu-vnc-xfce-firefox-g3 to latest[@d7e96e1](https://github.com/d7e96e1) by renovate ([#17321](https://github.com/truecharts/charts/issues/17321)) - - - - -## [firefox-desktop-g3-4.1.6](https://github.com/truecharts/charts/compare/firefox-desktop-g3-4.1.5...firefox-desktop-g3-4.1.6) (2024-01-09) - -### Chore \ No newline at end of file diff --git a/stable/firefox-desktop-g3/5.1.3/Chart.yaml b/stable/firefox-desktop-g3/5.1.3/Chart.yaml deleted file mode 100644 index 0af3fd4ed2a..00000000000 --- a/stable/firefox-desktop-g3/5.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing -home: https://truecharts.org/charts/stable/firefox-desktop-g3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox-desktop-g3.png -keywords: - - firefox-desktop-g3 - - Productivity - - Tools-Utilities - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: firefox-desktop-g3 -sources: - - https://github.com/accetto/headless-drawing-g3/ - - https://github.com/truecharts/charts/tree/master/charts/stable/firefox-desktop-g3 - - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-firefox-g3 -type: application -version: 5.1.3 diff --git a/stable/firefox-desktop-g3/5.1.3/charts/common-18.0.3.tgz b/stable/firefox-desktop-g3/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/firefox-desktop-g3/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/fireshare/6.2.0/.helmignore b/stable/firefox-desktop-g3/5.3.0/.helmignore similarity index 100% rename from stable/fireshare/6.2.0/.helmignore rename to stable/firefox-desktop-g3/5.3.0/.helmignore diff --git a/stable/firefox-desktop-g3/5.3.0/CHANGELOG.md b/stable/firefox-desktop-g3/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..e1d5720b0a2 --- /dev/null +++ b/stable/firefox-desktop-g3/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [firefox-desktop-g3-5.3.0](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.2.3...firefox-desktop-g3-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [firefox-desktop-g3-5.2.3](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.2.2...firefox-desktop-g3-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [firefox-desktop-g3-5.2.2](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.2.0...firefox-desktop-g3-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + + +## [firefox-desktop-g3-4.1.13](https://github.com/truecharts/charts/compare/firefox-desktop-g3-4.1.12...firefox-desktop-g3-4.1.13) (2024-02-12) + +### Chore + + + +- update container image accetto/ubuntu-vnc-xfce-firefox-g3 to latest[@8fbe73b](https://github.com/8fbe73b) by renovate ([#18020](https://github.com/truecharts/charts/issues/18020)) + + +## [firefox-desktop-g3-4.1.12](https://github.com/truecharts/charts/compare/firefox-desktop-g3-4.1.11...firefox-desktop-g3-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [firefox-desktop-g3-4.1.11](https://github.com/truecharts/charts/compare/firefox-desktop-g3-4.1.10...firefox-desktop-g3-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [firefox-desktop-g3-4.1.10](https://github.com/truecharts/charts/compare/firefox-desktop-g3-4.1.9...firefox-desktop-g3-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [firefox-desktop-g3-4.1.9](https://github.com/truecharts/charts/compare/firefox-desktop-g3-4.1.8...firefox-desktop-g3-4.1.9) (2024-01-21) diff --git a/stable/firefox-desktop-g3/5.3.0/Chart.yaml b/stable/firefox-desktop-g3/5.3.0/Chart.yaml new file mode 100644 index 00000000000..ef898b29805 --- /dev/null +++ b/stable/firefox-desktop-g3/5.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing +home: https://truecharts.org/charts/stable/firefox-desktop-g3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox-desktop-g3.png +keywords: + - firefox-desktop-g3 + - Productivity + - Tools-Utilities + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: firefox-desktop-g3 +sources: + - https://github.com/accetto/headless-drawing-g3/ + - https://github.com/truecharts/charts/tree/master/charts/stable/firefox-desktop-g3 + - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-firefox-g3 +type: application +version: 5.3.0 diff --git a/stable/firefox-desktop-g3/5.1.3/README.md b/stable/firefox-desktop-g3/5.3.0/README.md similarity index 100% rename from stable/firefox-desktop-g3/5.1.3/README.md rename to stable/firefox-desktop-g3/5.3.0/README.md diff --git a/stable/firefox-desktop-g3/5.3.0/app-changelog.md b/stable/firefox-desktop-g3/5.3.0/app-changelog.md new file mode 100644 index 00000000000..601d8ccb953 --- /dev/null +++ b/stable/firefox-desktop-g3/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [firefox-desktop-g3-5.3.0](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.2.3...firefox-desktop-g3-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/firefox-desktop-g3/5.1.3/app-readme.md b/stable/firefox-desktop-g3/5.3.0/app-readme.md similarity index 100% rename from stable/firefox-desktop-g3/5.1.3/app-readme.md rename to stable/firefox-desktop-g3/5.3.0/app-readme.md diff --git a/stable/firefox-desktop-g3/5.3.0/charts/common-18.2.0.tgz b/stable/firefox-desktop-g3/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/firefox-desktop-g3/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/firefox-desktop-g3/5.1.3/ix_values.yaml b/stable/firefox-desktop-g3/5.3.0/ix_values.yaml similarity index 100% rename from stable/firefox-desktop-g3/5.1.3/ix_values.yaml rename to stable/firefox-desktop-g3/5.3.0/ix_values.yaml diff --git a/stable/firefox-desktop-g3/5.1.3/questions.yaml b/stable/firefox-desktop-g3/5.3.0/questions.yaml similarity index 100% rename from stable/firefox-desktop-g3/5.1.3/questions.yaml rename to stable/firefox-desktop-g3/5.3.0/questions.yaml diff --git a/stable/firefox-desktop-g3/5.1.3/templates/common.yaml b/stable/firefox-desktop-g3/5.3.0/templates/common.yaml similarity index 100% rename from stable/firefox-desktop-g3/5.1.3/templates/common.yaml rename to stable/firefox-desktop-g3/5.3.0/templates/common.yaml diff --git a/stable/fireshare/6.2.0/values.yaml b/stable/firefox-desktop-g3/5.3.0/values.yaml similarity index 100% rename from stable/fireshare/6.2.0/values.yaml rename to stable/firefox-desktop-g3/5.3.0/values.yaml diff --git a/stable/firefox-syncserver/17.1.3/CHANGELOG.md b/stable/firefox-syncserver/17.1.3/CHANGELOG.md deleted file mode 100644 index c827a34abaa..00000000000 --- a/stable/firefox-syncserver/17.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [firefox-syncserver-16.1.11](https://github.com/truecharts/charts/compare/firefox-syncserver-16.1.10...firefox-syncserver-16.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [firefox-syncserver-16.1.10](https://github.com/truecharts/charts/compare/firefox-syncserver-16.1.9...firefox-syncserver-16.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [firefox-syncserver-16.1.9](https://github.com/truecharts/charts/compare/firefox-syncserver-16.1.8...firefox-syncserver-16.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [firefox-syncserver-16.1.8](https://github.com/truecharts/charts/compare/firefox-syncserver-16.1.7...firefox-syncserver-16.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [firefox-syncserver-16.1.7](https://github.com/truecharts/charts/compare/firefox-syncserver-16.1.6...firefox-syncserver-16.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [firefox-syncserver-16.1.6](https://github.com/truecharts/charts/compare/firefox-syncserver-16.1.5...firefox-syncserver-16.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [firefox-syncserver-16.1.5](https://github.com/truecharts/charts/compare/firefox-syncserver-16.1.4...firefox-syncserver-16.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [firefox-syncserver-16.1.4](https://github.com/truecharts/charts/compare/firefox-syncserver-16.1.3...firefox-syncserver-16.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [firefox-syncserver-16.1.3](https://github.com/truecharts/charts/compare/firefox-syncserver-16.1.0...firefox-syncserver-16.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/firefox-syncserver/17.1.3/Chart.yaml b/stable/firefox-syncserver/17.1.3/Chart.yaml deleted file mode 100644 index 05dc06d9b28..00000000000 --- a/stable/firefox-syncserver/17.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.8.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This is an all-in-one package for running a self-hosted Firefox Sync server. -home: https://truecharts.org/charts/stable/firefox-syncserver -icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox-syncserver.png -keywords: - - server - - sync - - syncserver - - firefox -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: firefox-syncserver -sources: - - https://moz-services-docs.readthedocs.io/en/latest/howtos/run-sync-1.5.html - - https://github.com/truecharts/charts/tree/master/charts/stable/firefox-syncserver - - https://ghcr.io/crazy-max/firefox-syncserver -type: application -version: 17.1.3 diff --git a/stable/firefox-syncserver/17.1.3/charts/common-18.0.3.tgz b/stable/firefox-syncserver/17.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/firefox-syncserver/17.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/firefox-syncserver/17.1.3/questions.yaml b/stable/firefox-syncserver/17.1.3/questions.yaml deleted file mode 100755 index 881d0365a83..00000000000 --- a/stable/firefox-syncserver/17.1.3/questions.yaml +++ /dev/null @@ -1,3349 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: FF_SYNCSERVER_SECRET - label: "FF_SYNCSERVER_SECRET" - description: "Sets the FF_SYNCSERVER_SECRET env var" - schema: - type: string - default: "changeme" - - variable: FF_SYNCSERVER_PUBLIC_URL - label: "FF_SYNCSERVER_PUBLIC_URL" - description: "Sets the FF_SYNCSERVER_PUBLIC_URL env var" - schema: - type: string - default: "" - - variable: FF_SYNCSERVER_FORCE_WSGI_ENVIRON - label: "FF_SYNCSERVER_FORCE_WSGI_ENVIRON" - description: "Sets the FF_SYNCSERVER_FORCE_WSGI_ENVIRON env var" - schema: - type: boolean - default: true - - variable: FF_SYNCSERVER_ACCESSLOG - label: "FF_SYNCSERVER_ACCESSLOG" - description: "Sets the FF_SYNCSERVER_ACCESSLOG env var" - schema: - type: boolean - default: false - - variable: FF_SYNCSERVER_LOGLEVEL - label: "FF_SYNCSERVER_LOGLEVEL" - description: "Sets the FF_SYNCSERVER_LOGLEVEL env var" - schema: - type: string - default: "info" - - variable: FF_SYNCSERVER_ALLOW_NEW_USERS - label: "FF_SYNCSERVER_ALLOW_NEW_USERS" - description: "Sets the FF_SYNCSERVER_ALLOW_NEW_USERS env var" - schema: - type: boolean - default: true - - variable: FF_SYNCSERVER_FORWARDED_ALLOW_IPS - label: "FF_SYNCSERVER_FORWARDED_ALLOW_IPS" - description: "Sets the FF_SYNCSERVER_FORWARDED_ALLOW_IPS env var" - schema: - type: string - default: "*" - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10051 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/firezone/3.1.3/.helmignore b/stable/firefox-syncserver/17.3.0/.helmignore similarity index 100% rename from stable/firezone/3.1.3/.helmignore rename to stable/firefox-syncserver/17.3.0/.helmignore diff --git a/stable/firefox-syncserver/17.3.0/CHANGELOG.md b/stable/firefox-syncserver/17.3.0/CHANGELOG.md new file mode 100644 index 00000000000..18e122e7cd5 --- /dev/null +++ b/stable/firefox-syncserver/17.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [firefox-syncserver-17.3.0](https://github.com/truecharts/charts/compare/firefox-syncserver-17.2.3...firefox-syncserver-17.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [firefox-syncserver-17.2.3](https://github.com/truecharts/charts/compare/firefox-syncserver-17.2.2...firefox-syncserver-17.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [firefox-syncserver-17.2.2](https://github.com/truecharts/charts/compare/firefox-syncserver-17.2.0...firefox-syncserver-17.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [firefox-syncserver-16.1.11](https://github.com/truecharts/charts/compare/firefox-syncserver-16.1.10...firefox-syncserver-16.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [firefox-syncserver-16.1.10](https://github.com/truecharts/charts/compare/firefox-syncserver-16.1.9...firefox-syncserver-16.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [firefox-syncserver-16.1.9](https://github.com/truecharts/charts/compare/firefox-syncserver-16.1.8...firefox-syncserver-16.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [firefox-syncserver-16.1.8](https://github.com/truecharts/charts/compare/firefox-syncserver-16.1.7...firefox-syncserver-16.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [firefox-syncserver-16.1.7](https://github.com/truecharts/charts/compare/firefox-syncserver-16.1.6...firefox-syncserver-16.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [firefox-syncserver-16.1.6](https://github.com/truecharts/charts/compare/firefox-syncserver-16.1.5...firefox-syncserver-16.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/firefox-syncserver/17.3.0/Chart.yaml b/stable/firefox-syncserver/17.3.0/Chart.yaml new file mode 100644 index 00000000000..3e0fc3af6d5 --- /dev/null +++ b/stable/firefox-syncserver/17.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.8.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is an all-in-one package for running a self-hosted Firefox Sync server. +home: https://truecharts.org/charts/stable/firefox-syncserver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox-syncserver.png +keywords: + - server + - sync + - syncserver + - firefox +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: firefox-syncserver +sources: + - https://moz-services-docs.readthedocs.io/en/latest/howtos/run-sync-1.5.html + - https://github.com/truecharts/charts/tree/master/charts/stable/firefox-syncserver + - https://ghcr.io/crazy-max/firefox-syncserver +type: application +version: 17.3.0 diff --git a/stable/firefox-syncserver/17.1.3/README.md b/stable/firefox-syncserver/17.3.0/README.md similarity index 100% rename from stable/firefox-syncserver/17.1.3/README.md rename to stable/firefox-syncserver/17.3.0/README.md diff --git a/stable/firefox-syncserver/17.3.0/app-changelog.md b/stable/firefox-syncserver/17.3.0/app-changelog.md new file mode 100644 index 00000000000..061e4502303 --- /dev/null +++ b/stable/firefox-syncserver/17.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [firefox-syncserver-17.3.0](https://github.com/truecharts/charts/compare/firefox-syncserver-17.2.3...firefox-syncserver-17.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/firefox-syncserver/17.1.3/app-readme.md b/stable/firefox-syncserver/17.3.0/app-readme.md similarity index 100% rename from stable/firefox-syncserver/17.1.3/app-readme.md rename to stable/firefox-syncserver/17.3.0/app-readme.md diff --git a/stable/firefox-syncserver/17.3.0/charts/common-18.2.0.tgz b/stable/firefox-syncserver/17.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/firefox-syncserver/17.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/firefox-syncserver/17.1.3/ix_values.yaml b/stable/firefox-syncserver/17.3.0/ix_values.yaml similarity index 100% rename from stable/firefox-syncserver/17.1.3/ix_values.yaml rename to stable/firefox-syncserver/17.3.0/ix_values.yaml diff --git a/stable/firefox-syncserver/17.3.0/questions.yaml b/stable/firefox-syncserver/17.3.0/questions.yaml new file mode 100755 index 00000000000..6e3416cccf3 --- /dev/null +++ b/stable/firefox-syncserver/17.3.0/questions.yaml @@ -0,0 +1,3307 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: FF_SYNCSERVER_SECRET + label: "FF_SYNCSERVER_SECRET" + description: "Sets the FF_SYNCSERVER_SECRET env var" + schema: + type: string + default: "changeme" + - variable: FF_SYNCSERVER_PUBLIC_URL + label: "FF_SYNCSERVER_PUBLIC_URL" + description: "Sets the FF_SYNCSERVER_PUBLIC_URL env var" + schema: + type: string + default: "" + - variable: FF_SYNCSERVER_FORCE_WSGI_ENVIRON + label: "FF_SYNCSERVER_FORCE_WSGI_ENVIRON" + description: "Sets the FF_SYNCSERVER_FORCE_WSGI_ENVIRON env var" + schema: + type: boolean + default: true + - variable: FF_SYNCSERVER_ACCESSLOG + label: "FF_SYNCSERVER_ACCESSLOG" + description: "Sets the FF_SYNCSERVER_ACCESSLOG env var" + schema: + type: boolean + default: false + - variable: FF_SYNCSERVER_LOGLEVEL + label: "FF_SYNCSERVER_LOGLEVEL" + description: "Sets the FF_SYNCSERVER_LOGLEVEL env var" + schema: + type: string + default: "info" + - variable: FF_SYNCSERVER_ALLOW_NEW_USERS + label: "FF_SYNCSERVER_ALLOW_NEW_USERS" + description: "Sets the FF_SYNCSERVER_ALLOW_NEW_USERS env var" + schema: + type: boolean + default: true + - variable: FF_SYNCSERVER_FORWARDED_ALLOW_IPS + label: "FF_SYNCSERVER_FORWARDED_ALLOW_IPS" + description: "Sets the FF_SYNCSERVER_FORWARDED_ALLOW_IPS env var" + schema: + type: string + default: "*" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10051 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/flaresolverr/13.2.0/templates/NOTES.txt b/stable/firefox-syncserver/17.3.0/templates/NOTES.txt similarity index 100% rename from stable/flaresolverr/13.2.0/templates/NOTES.txt rename to stable/firefox-syncserver/17.3.0/templates/NOTES.txt diff --git a/stable/flaresolverr/13.2.0/templates/common.yaml b/stable/firefox-syncserver/17.3.0/templates/common.yaml similarity index 100% rename from stable/flaresolverr/13.2.0/templates/common.yaml rename to stable/firefox-syncserver/17.3.0/templates/common.yaml diff --git a/stable/firezone/3.1.3/values.yaml b/stable/firefox-syncserver/17.3.0/values.yaml similarity index 100% rename from stable/firezone/3.1.3/values.yaml rename to stable/firefox-syncserver/17.3.0/values.yaml diff --git a/stable/firefox/11.1.3/CHANGELOG.md b/stable/firefox/11.1.3/CHANGELOG.md deleted file mode 100644 index 9d9716aa7a1..00000000000 --- a/stable/firefox/11.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [firefox-10.0.9](https://github.com/truecharts/charts/compare/firefox-10.0.8...firefox-10.0.9) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [firefox-10.0.8](https://github.com/truecharts/charts/compare/firefox-10.0.7...firefox-10.0.8) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [firefox-10.0.7](https://github.com/truecharts/charts/compare/firefox-10.0.6...firefox-10.0.7) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [firefox-10.0.6](https://github.com/truecharts/charts/compare/firefox-10.0.5...firefox-10.0.6) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [firefox-10.0.5](https://github.com/truecharts/charts/compare/firefox-10.0.4...firefox-10.0.5) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [firefox-10.0.4](https://github.com/truecharts/charts/compare/firefox-10.0.3...firefox-10.0.4) (2024-01-21) - -### Chore - - - -- update container image ghcr.io/linuxserver/firefox to 120.0.1[@ac3c881](https://github.com/ac3c881) by renovate ([#17351](https://github.com/truecharts/charts/issues/17351)) - - -## [firefox-10.0.3](https://github.com/truecharts/charts/compare/firefox-10.0.2...firefox-10.0.3) (2024-01-15) - -### Chore - - - -- update container image ghcr.io/linuxserver/firefox to 120.0.1[@34df0f7](https://github.com/34df0f7) by renovate ([#17232](https://github.com/truecharts/charts/issues/17232)) - - - - -## [firefox-10.0.2](https://github.com/truecharts/charts/compare/firefox-10.0.1...firefox-10.0.2) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [firefox-10.0.1](https://github.com/truecharts/charts/compare/firefox-10.0.0...firefox-10.0.1) (2024-01-08) - -### Chore - - - -- update container image ghcr.io/linuxserver/firefox to 120.0.1[@2bf06b5](https://github.com/2bf06b5) by renovate ([#16940](https://github.com/truecharts/charts/issues/16940)) - diff --git a/stable/firefox/11.1.3/Chart.yaml b/stable/firefox/11.1.3/Chart.yaml deleted file mode 100644 index 75d1f34f0f6..00000000000 --- a/stable/firefox/11.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: browser - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 120.0.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. -home: https://truecharts.org/charts/stable/firefox -icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox.png -keywords: - - firefox - - browser -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: firefox -sources: - - https://github.com/linuxserver/docker-firefox - - https://github.com/truecharts/charts/tree/master/charts/stable/firefox - - https://ghcr.io/linuxserver/firefox -type: application -version: 11.1.3 diff --git a/stable/firefox/11.1.3/charts/common-18.0.3.tgz b/stable/firefox/11.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/firefox/11.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/fistfuloffrags/5.1.3/.helmignore b/stable/firefox/11.3.0/.helmignore similarity index 100% rename from stable/fistfuloffrags/5.1.3/.helmignore rename to stable/firefox/11.3.0/.helmignore diff --git a/stable/firefox/11.3.0/CHANGELOG.md b/stable/firefox/11.3.0/CHANGELOG.md new file mode 100644 index 00000000000..e5a9650238d --- /dev/null +++ b/stable/firefox/11.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [firefox-11.3.0](https://github.com/truecharts/charts/compare/firefox-11.2.3...firefox-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [firefox-11.2.3](https://github.com/truecharts/charts/compare/firefox-11.2.2...firefox-11.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [firefox-11.2.2](https://github.com/truecharts/charts/compare/firefox-11.2.0...firefox-11.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [firefox-10.0.9](https://github.com/truecharts/charts/compare/firefox-10.0.8...firefox-10.0.9) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [firefox-10.0.8](https://github.com/truecharts/charts/compare/firefox-10.0.7...firefox-10.0.8) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [firefox-10.0.7](https://github.com/truecharts/charts/compare/firefox-10.0.6...firefox-10.0.7) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [firefox-10.0.6](https://github.com/truecharts/charts/compare/firefox-10.0.5...firefox-10.0.6) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [firefox-10.0.5](https://github.com/truecharts/charts/compare/firefox-10.0.4...firefox-10.0.5) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [firefox-10.0.4](https://github.com/truecharts/charts/compare/firefox-10.0.3...firefox-10.0.4) (2024-01-21) + +### Chore + + + +- update container image ghcr.io/linuxserver/firefox to 120.0.1[@ac3c881](https://github.com/ac3c881) by renovate ([#17351](https://github.com/truecharts/charts/issues/17351)) diff --git a/stable/firefox/11.3.0/Chart.yaml b/stable/firefox/11.3.0/Chart.yaml new file mode 100644 index 00000000000..d96e8bd43df --- /dev/null +++ b/stable/firefox/11.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: browser + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 120.0.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. +home: https://truecharts.org/charts/stable/firefox +icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox.png +keywords: + - firefox + - browser +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: firefox +sources: + - https://github.com/linuxserver/docker-firefox + - https://github.com/truecharts/charts/tree/master/charts/stable/firefox + - https://ghcr.io/linuxserver/firefox +type: application +version: 11.3.0 diff --git a/stable/firefox/11.1.3/README.md b/stable/firefox/11.3.0/README.md similarity index 100% rename from stable/firefox/11.1.3/README.md rename to stable/firefox/11.3.0/README.md diff --git a/stable/firefox/11.3.0/app-changelog.md b/stable/firefox/11.3.0/app-changelog.md new file mode 100644 index 00000000000..7bded28758b --- /dev/null +++ b/stable/firefox/11.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [firefox-11.3.0](https://github.com/truecharts/charts/compare/firefox-11.2.3...firefox-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/firefox/11.1.3/app-readme.md b/stable/firefox/11.3.0/app-readme.md similarity index 100% rename from stable/firefox/11.1.3/app-readme.md rename to stable/firefox/11.3.0/app-readme.md diff --git a/stable/firefox/11.3.0/charts/common-18.2.0.tgz b/stable/firefox/11.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/firefox/11.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/firefox/11.1.3/ix_values.yaml b/stable/firefox/11.3.0/ix_values.yaml similarity index 100% rename from stable/firefox/11.1.3/ix_values.yaml rename to stable/firefox/11.3.0/ix_values.yaml diff --git a/stable/firefox/11.1.3/questions.yaml b/stable/firefox/11.3.0/questions.yaml similarity index 100% rename from stable/firefox/11.1.3/questions.yaml rename to stable/firefox/11.3.0/questions.yaml diff --git a/stable/fleet/12.4.0/templates/NOTES.txt b/stable/firefox/11.3.0/templates/NOTES.txt similarity index 100% rename from stable/fleet/12.4.0/templates/NOTES.txt rename to stable/firefox/11.3.0/templates/NOTES.txt diff --git a/stable/fleet/12.4.0/templates/common.yaml b/stable/firefox/11.3.0/templates/common.yaml similarity index 100% rename from stable/fleet/12.4.0/templates/common.yaml rename to stable/firefox/11.3.0/templates/common.yaml diff --git a/stable/fistfuloffrags/5.1.3/values.yaml b/stable/firefox/11.3.0/values.yaml similarity index 100% rename from stable/fistfuloffrags/5.1.3/values.yaml rename to stable/firefox/11.3.0/values.yaml diff --git a/stable/fireshare/6.2.0/CHANGELOG.md b/stable/fireshare/6.2.0/CHANGELOG.md deleted file mode 100644 index 11e763c7a80..00000000000 --- a/stable/fireshare/6.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [fireshare-5.1.12](https://github.com/truecharts/charts/compare/fireshare-5.1.11...fireshare-5.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [fireshare-5.1.11](https://github.com/truecharts/charts/compare/fireshare-5.1.10...fireshare-5.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [fireshare-5.1.10](https://github.com/truecharts/charts/compare/fireshare-5.1.9...fireshare-5.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [fireshare-5.1.9](https://github.com/truecharts/charts/compare/fireshare-5.1.8...fireshare-5.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [fireshare-5.1.8](https://github.com/truecharts/charts/compare/fireshare-5.1.7...fireshare-5.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [fireshare-5.1.7](https://github.com/truecharts/charts/compare/fireshare-5.1.6...fireshare-5.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [fireshare-5.1.6](https://github.com/truecharts/charts/compare/fireshare-5.1.5...fireshare-5.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [fireshare-5.1.5](https://github.com/truecharts/charts/compare/fireshare-5.1.4...fireshare-5.1.5) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [fireshare-5.1.4](https://github.com/truecharts/charts/compare/fireshare-5.1.1...fireshare-5.1.4) (2024-01-01) - -### Chore - - diff --git a/stable/fireshare/6.2.0/Chart.yaml b/stable/fireshare/6.2.0/Chart.yaml deleted file mode 100644 index 992156a70e6..00000000000 --- a/stable/fireshare/6.2.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.2.19 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Share your game clips, videos, or other media via unique links. -home: https://truecharts.org/charts/stable/fireshare -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireshare.png -keywords: - - fireshare -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: fireshare -sources: - - https://github.com/ShaneIsrael/fireshare - - https://github.com/truecharts/charts/tree/master/charts/stable/fireshare - - https://hub.docker.com/r/shaneisrael/fireshare -type: application -version: 6.2.0 diff --git a/stable/fireshare/6.2.0/charts/common-18.0.3.tgz b/stable/fireshare/6.2.0/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/fireshare/6.2.0/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/fivem/5.1.3/.helmignore b/stable/fireshare/6.4.0/.helmignore similarity index 100% rename from stable/fivem/5.1.3/.helmignore rename to stable/fireshare/6.4.0/.helmignore diff --git a/stable/fireshare/6.4.0/CHANGELOG.md b/stable/fireshare/6.4.0/CHANGELOG.md new file mode 100644 index 00000000000..6ab38cdded4 --- /dev/null +++ b/stable/fireshare/6.4.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fireshare-6.4.0](https://github.com/truecharts/charts/compare/fireshare-6.3.3...fireshare-6.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [fireshare-6.3.3](https://github.com/truecharts/charts/compare/fireshare-6.3.2...fireshare-6.3.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [fireshare-6.3.2](https://github.com/truecharts/charts/compare/fireshare-6.3.0...fireshare-6.3.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [fireshare-5.1.12](https://github.com/truecharts/charts/compare/fireshare-5.1.11...fireshare-5.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [fireshare-5.1.11](https://github.com/truecharts/charts/compare/fireshare-5.1.10...fireshare-5.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [fireshare-5.1.10](https://github.com/truecharts/charts/compare/fireshare-5.1.9...fireshare-5.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [fireshare-5.1.9](https://github.com/truecharts/charts/compare/fireshare-5.1.8...fireshare-5.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [fireshare-5.1.8](https://github.com/truecharts/charts/compare/fireshare-5.1.7...fireshare-5.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [fireshare-5.1.7](https://github.com/truecharts/charts/compare/fireshare-5.1.6...fireshare-5.1.7) (2024-01-09) + +### Chore + diff --git a/stable/fireshare/6.4.0/Chart.yaml b/stable/fireshare/6.4.0/Chart.yaml new file mode 100644 index 00000000000..811dfdc1625 --- /dev/null +++ b/stable/fireshare/6.4.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.19 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Share your game clips, videos, or other media via unique links. +home: https://truecharts.org/charts/stable/fireshare +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireshare.png +keywords: + - fireshare +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fireshare +sources: + - https://github.com/ShaneIsrael/fireshare + - https://github.com/truecharts/charts/tree/master/charts/stable/fireshare + - https://hub.docker.com/r/shaneisrael/fireshare +type: application +version: 6.4.0 diff --git a/stable/fireshare/6.2.0/README.md b/stable/fireshare/6.4.0/README.md similarity index 100% rename from stable/fireshare/6.2.0/README.md rename to stable/fireshare/6.4.0/README.md diff --git a/stable/fireshare/6.4.0/app-changelog.md b/stable/fireshare/6.4.0/app-changelog.md new file mode 100644 index 00000000000..5330ad9a251 --- /dev/null +++ b/stable/fireshare/6.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [fireshare-6.4.0](https://github.com/truecharts/charts/compare/fireshare-6.3.3...fireshare-6.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/fireshare/6.2.0/app-readme.md b/stable/fireshare/6.4.0/app-readme.md similarity index 100% rename from stable/fireshare/6.2.0/app-readme.md rename to stable/fireshare/6.4.0/app-readme.md diff --git a/stable/fireshare/6.4.0/charts/common-18.2.0.tgz b/stable/fireshare/6.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/fireshare/6.4.0/charts/common-18.2.0.tgz differ diff --git a/stable/fireshare/6.2.0/ix_values.yaml b/stable/fireshare/6.4.0/ix_values.yaml similarity index 100% rename from stable/fireshare/6.2.0/ix_values.yaml rename to stable/fireshare/6.4.0/ix_values.yaml diff --git a/stable/fireshare/6.2.0/questions.yaml b/stable/fireshare/6.4.0/questions.yaml similarity index 100% rename from stable/fireshare/6.2.0/questions.yaml rename to stable/fireshare/6.4.0/questions.yaml diff --git a/stable/fireshare/6.2.0/templates/_secrets.tpl b/stable/fireshare/6.4.0/templates/_secrets.tpl similarity index 100% rename from stable/fireshare/6.2.0/templates/_secrets.tpl rename to stable/fireshare/6.4.0/templates/_secrets.tpl diff --git a/stable/fireshare/6.2.0/templates/common.yaml b/stable/fireshare/6.4.0/templates/common.yaml similarity index 100% rename from stable/fireshare/6.2.0/templates/common.yaml rename to stable/fireshare/6.4.0/templates/common.yaml diff --git a/stable/fivem/5.1.3/values.yaml b/stable/fireshare/6.4.0/values.yaml similarity index 100% rename from stable/fivem/5.1.3/values.yaml rename to stable/fireshare/6.4.0/values.yaml diff --git a/stable/firezone/3.1.3/CHANGELOG.md b/stable/firezone/3.1.3/CHANGELOG.md deleted file mode 100644 index e4e378831a4..00000000000 --- a/stable/firezone/3.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [firezone-2.1.11](https://github.com/truecharts/charts/compare/firezone-2.1.10...firezone-2.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [firezone-2.1.10](https://github.com/truecharts/charts/compare/firezone-2.1.9...firezone-2.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [firezone-2.1.9](https://github.com/truecharts/charts/compare/firezone-2.1.8...firezone-2.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [firezone-2.1.8](https://github.com/truecharts/charts/compare/firezone-2.1.7...firezone-2.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [firezone-2.1.7](https://github.com/truecharts/charts/compare/firezone-2.1.6...firezone-2.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [firezone-2.1.6](https://github.com/truecharts/charts/compare/firezone-2.1.5...firezone-2.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [firezone-2.1.5](https://github.com/truecharts/charts/compare/firezone-2.1.4...firezone-2.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [firezone-2.1.4](https://github.com/truecharts/charts/compare/firezone-2.1.3...firezone-2.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [firezone-2.1.3](https://github.com/truecharts/charts/compare/firezone-2.1.0...firezone-2.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/firezone/3.1.3/Chart.yaml b/stable/firezone/3.1.3/Chart.yaml deleted file mode 100644 index 98a3f812d5f..00000000000 --- a/stable/firezone/3.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: vpn - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.7.36 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: WireGuard-based VPN server and egress firewall -home: https://truecharts.org/charts/stable/firezone -icon: https://truecharts.org/img/hotlink-ok/chart-icons/firezone.png -keywords: - - firezone - - wireguard - - vpn -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: firezone -sources: - - https://github.com/firezone/firezone - - https://github.com/truecharts/charts/tree/master/charts/stable/firezone - - https://hub.docker.com/r/firezone/firezone -type: application -version: 3.1.3 diff --git a/stable/firezone/3.1.3/charts/common-18.0.3.tgz b/stable/firezone/3.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/firezone/3.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/firezone/3.1.3/questions.yaml b/stable/firezone/3.1.3/questions.yaml deleted file mode 100755 index 9728203f3bf..00000000000 --- a/stable/firezone/3.1.3/questions.yaml +++ /dev/null @@ -1,3572 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: firezone - group: App Configuration - label: FireZone - schema: - additional_attrs: true - type: dict - attrs: - - variable: web - label: Web Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: external_url - label: External Url - description: Must be a valid and public FQDN for ACME SSL issuance to function. Include https:// - schema: - type: string - required: true - default: "" - - variable: trusted_proxies - label: Trusted Proxies - description: List of trusted reverse proxies. - schema: - type: list - default: [] - items: - - variable: proxy - label: Proxy IP - schema: - type: string - required: true - default: "" - - variable: private_clients - label: Private Clients - description: List of trusted clients. - schema: - type: list - default: [] - items: - - variable: client_ip - label: Client IP - schema: - type: string - required: true - default: "" - - variable: secure_cookies - label: Secure Cookies - description: Enable or disable requiring secure cookies. Required for HTTPS. - schema: - type: boolean - default: true - - variable: admin - label: Admin Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: reset_admin_on_boot - label: Reset Admin On Boot - description: to create or reset the admin password every time Firezone starts. By default, the admin password is only set when Firezone is installed. - schema: - type: boolean - default: true - - variable: default_email - label: Default Email - description: Primary administrator email. - schema: - type: string - required: true - default: "" - - variable: default_password - label: Default Password - description: Default password that will be used for creating or resetting the primary administrator account. - schema: - type: string - required: true - private: true - default: "" - - variable: devices - label: Devices Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: allow_unprivileged_device_management - label: Allow Unprivileged Device Management - description: Enable or disable management of devices on unprivileged accounts. - schema: - type: boolean - default: true - - variable: allow_unprivileged_device_config - label: Allow Unprivileged Device Configuration - description: Enable or disable configuration of device network settings for unprivileged users. - schema: - type: boolean - default: true - - variable: vpn_session_duration - label: VPN Session Duration - description: Optionally require users to periodically authenticate to the Firezone web UI in order to keep their VPN sessions active. - schema: - type: int - default: 0 - - variable: client_persistent_keepalive - label: Client Persistent KeepAlive - description: If you experience NAT or firewall traversal problems, you can enable this to send a keepalive packet every 25 seconds, disabled by setting it to 0. - schema: - type: int - default: 0 - - variable: default_client_mtu - label: Default Client MTU - description: WireGuard interface MTU for devices. - schema: - type: int - default: 1280 - - variable: client_endpoint - label: Client Endpoint - description: IPv4 address, or FQDN that devices will be configured to connect to. - schema: - type: string - required: true - default: "" - - variable: client_dns - label: Client DNS - description: List of DNS servers to use for devices. - schema: - type: list - empty: false - required: true - default: - - 1.1.1.1 - - 1.0.0.1 - items: - - variable: dns - label: DNS - schema: - type: string - required: true - default: "" - - variable: client_allowed_ips - label: Client Allowed Ips - description: Configures the default AllowedIPs setting for devices. - schema: - type: list - empty: false - default: - - 0.0.0.0/0 - items: - - variable: ip - label: IP - schema: - type: string - required: true - default: "" - - variable: max_devices_per_user - label: Max Devices Per User - description: Changes how many devices a user can have at a time. - schema: - type: int - default: 10 - - variable: authorization - label: Authorization Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: local_auth_enabled - label: Local Auth Enabled - description: Enable or disable the local authentication method for all users. - schema: - type: boolean - default: true - - variable: disable_vpn_on_oidc_error - label: Disable VPN On OIDC Error - description: Enable or disable auto disabling VPN connection on OIDC refresh error. - schema: - type: boolean - default: false - - variable: wireguard - label: Wireguard Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipv4_masquerade_enabled - label: IPv4 Masquerade Enabled - description: Enable or disable IPv4 masqeurading. - schema: - type: boolean - default: true - - variable: connectivity - label: Connectivity Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: checks_enabled - label: Checks Enabled - description: Enable / disable periodic checking for egress connectivity. - schema: - type: boolean - default: true - - variable: checks_interval - label: Checks Interval - description: Periodicity in seconds to check for egress connectivity. - schema: - type: int - default: 43200 - - variable: other - label: Other Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: telemetry_enabled - label: Telemetry Enabled - description: Enable or disable the Firezone telemetry collection. - schema: - type: boolean - default: false - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Service Port Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 13000 - required: true - - variable: wireguard - label: Wireguard Service - description: The Wireguard service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: wireguard - label: Wireguard Service Port Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 51820 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: config - label: App Config Storage - description: Stores the Application Config. - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: runAsUser - description: The UserID of the user running the application - schema: - type: int - default: 0 - - variable: runAsGroup - label: runAsGroup - description: The groupID of the user running the application - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: fsGroup - description: The group that should own ALL storage. - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/flame/5.1.3/.helmignore b/stable/firezone/3.3.0/.helmignore similarity index 100% rename from stable/flame/5.1.3/.helmignore rename to stable/firezone/3.3.0/.helmignore diff --git a/stable/firezone/3.3.0/CHANGELOG.md b/stable/firezone/3.3.0/CHANGELOG.md new file mode 100644 index 00000000000..2239fc91b80 --- /dev/null +++ b/stable/firezone/3.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [firezone-3.3.0](https://github.com/truecharts/charts/compare/firezone-3.2.3...firezone-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [firezone-3.2.3](https://github.com/truecharts/charts/compare/firezone-3.2.2...firezone-3.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [firezone-3.2.2](https://github.com/truecharts/charts/compare/firezone-3.2.0...firezone-3.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [firezone-2.1.11](https://github.com/truecharts/charts/compare/firezone-2.1.10...firezone-2.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [firezone-2.1.10](https://github.com/truecharts/charts/compare/firezone-2.1.9...firezone-2.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [firezone-2.1.9](https://github.com/truecharts/charts/compare/firezone-2.1.8...firezone-2.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [firezone-2.1.8](https://github.com/truecharts/charts/compare/firezone-2.1.7...firezone-2.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [firezone-2.1.7](https://github.com/truecharts/charts/compare/firezone-2.1.6...firezone-2.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [firezone-2.1.6](https://github.com/truecharts/charts/compare/firezone-2.1.5...firezone-2.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/firezone/3.3.0/Chart.yaml b/stable/firezone/3.3.0/Chart.yaml new file mode 100644 index 00000000000..92b93fe121d --- /dev/null +++ b/stable/firezone/3.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: vpn + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.7.36 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: WireGuard-based VPN server and egress firewall +home: https://truecharts.org/charts/stable/firezone +icon: https://truecharts.org/img/hotlink-ok/chart-icons/firezone.png +keywords: + - firezone + - wireguard + - vpn +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: firezone +sources: + - https://github.com/firezone/firezone + - https://github.com/truecharts/charts/tree/master/charts/stable/firezone + - https://hub.docker.com/r/firezone/firezone +type: application +version: 3.3.0 diff --git a/stable/firezone/3.1.3/README.md b/stable/firezone/3.3.0/README.md similarity index 100% rename from stable/firezone/3.1.3/README.md rename to stable/firezone/3.3.0/README.md diff --git a/stable/firezone/3.3.0/app-changelog.md b/stable/firezone/3.3.0/app-changelog.md new file mode 100644 index 00000000000..71a6c8b9dc2 --- /dev/null +++ b/stable/firezone/3.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [firezone-3.3.0](https://github.com/truecharts/charts/compare/firezone-3.2.3...firezone-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/firezone/3.1.3/app-readme.md b/stable/firezone/3.3.0/app-readme.md similarity index 100% rename from stable/firezone/3.1.3/app-readme.md rename to stable/firezone/3.3.0/app-readme.md diff --git a/stable/firezone/3.3.0/charts/common-18.2.0.tgz b/stable/firezone/3.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/firezone/3.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/firezone/3.1.3/ix_values.yaml b/stable/firezone/3.3.0/ix_values.yaml similarity index 100% rename from stable/firezone/3.1.3/ix_values.yaml rename to stable/firezone/3.3.0/ix_values.yaml diff --git a/stable/firezone/3.3.0/questions.yaml b/stable/firezone/3.3.0/questions.yaml new file mode 100755 index 00000000000..823c8e49366 --- /dev/null +++ b/stable/firezone/3.3.0/questions.yaml @@ -0,0 +1,3530 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: firezone + group: App Configuration + label: FireZone + schema: + additional_attrs: true + type: dict + attrs: + - variable: web + label: Web Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: external_url + label: External Url + description: Must be a valid and public FQDN for ACME SSL issuance to function. Include https:// + schema: + type: string + required: true + default: "" + - variable: trusted_proxies + label: Trusted Proxies + description: List of trusted reverse proxies. + schema: + type: list + default: [] + items: + - variable: proxy + label: Proxy IP + schema: + type: string + required: true + default: "" + - variable: private_clients + label: Private Clients + description: List of trusted clients. + schema: + type: list + default: [] + items: + - variable: client_ip + label: Client IP + schema: + type: string + required: true + default: "" + - variable: secure_cookies + label: Secure Cookies + description: Enable or disable requiring secure cookies. Required for HTTPS. + schema: + type: boolean + default: true + - variable: admin + label: Admin Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: reset_admin_on_boot + label: Reset Admin On Boot + description: to create or reset the admin password every time Firezone starts. By default, the admin password is only set when Firezone is installed. + schema: + type: boolean + default: true + - variable: default_email + label: Default Email + description: Primary administrator email. + schema: + type: string + required: true + default: "" + - variable: default_password + label: Default Password + description: Default password that will be used for creating or resetting the primary administrator account. + schema: + type: string + required: true + private: true + default: "" + - variable: devices + label: Devices Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: allow_unprivileged_device_management + label: Allow Unprivileged Device Management + description: Enable or disable management of devices on unprivileged accounts. + schema: + type: boolean + default: true + - variable: allow_unprivileged_device_config + label: Allow Unprivileged Device Configuration + description: Enable or disable configuration of device network settings for unprivileged users. + schema: + type: boolean + default: true + - variable: vpn_session_duration + label: VPN Session Duration + description: Optionally require users to periodically authenticate to the Firezone web UI in order to keep their VPN sessions active. + schema: + type: int + default: 0 + - variable: client_persistent_keepalive + label: Client Persistent KeepAlive + description: If you experience NAT or firewall traversal problems, you can enable this to send a keepalive packet every 25 seconds, disabled by setting it to 0. + schema: + type: int + default: 0 + - variable: default_client_mtu + label: Default Client MTU + description: WireGuard interface MTU for devices. + schema: + type: int + default: 1280 + - variable: client_endpoint + label: Client Endpoint + description: IPv4 address, or FQDN that devices will be configured to connect to. + schema: + type: string + required: true + default: "" + - variable: client_dns + label: Client DNS + description: List of DNS servers to use for devices. + schema: + type: list + empty: false + required: true + default: + - 1.1.1.1 + - 1.0.0.1 + items: + - variable: dns + label: DNS + schema: + type: string + required: true + default: "" + - variable: client_allowed_ips + label: Client Allowed Ips + description: Configures the default AllowedIPs setting for devices. + schema: + type: list + empty: false + default: + - 0.0.0.0/0 + items: + - variable: ip + label: IP + schema: + type: string + required: true + default: "" + - variable: max_devices_per_user + label: Max Devices Per User + description: Changes how many devices a user can have at a time. + schema: + type: int + default: 10 + - variable: authorization + label: Authorization Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: local_auth_enabled + label: Local Auth Enabled + description: Enable or disable the local authentication method for all users. + schema: + type: boolean + default: true + - variable: disable_vpn_on_oidc_error + label: Disable VPN On OIDC Error + description: Enable or disable auto disabling VPN connection on OIDC refresh error. + schema: + type: boolean + default: false + - variable: wireguard + label: Wireguard Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipv4_masquerade_enabled + label: IPv4 Masquerade Enabled + description: Enable or disable IPv4 masqeurading. + schema: + type: boolean + default: true + - variable: connectivity + label: Connectivity Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: checks_enabled + label: Checks Enabled + description: Enable / disable periodic checking for egress connectivity. + schema: + type: boolean + default: true + - variable: checks_interval + label: Checks Interval + description: Periodicity in seconds to check for egress connectivity. + schema: + type: int + default: 43200 + - variable: other + label: Other Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: telemetry_enabled + label: Telemetry Enabled + description: Enable or disable the Firezone telemetry collection. + schema: + type: boolean + default: false + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Service + description: The Primary service on which the healthcheck runs, often the webUI + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 13000 + required: true + - variable: wireguard + label: Wireguard Service + description: The Wireguard service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: wireguard + label: Wireguard Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 51820 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: config + label: App Config Storage + description: Stores the Application Config. + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: runAsUser + description: The UserID of the user running the application + schema: + type: int + default: 0 + - variable: runAsGroup + label: runAsGroup + description: The groupID of the user running the application + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: fsGroup + description: The group that should own ALL storage. + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/flexget/9.2.0/templates/NOTES.txt b/stable/firezone/3.3.0/templates/NOTES.txt similarity index 100% rename from stable/flexget/9.2.0/templates/NOTES.txt rename to stable/firezone/3.3.0/templates/NOTES.txt diff --git a/stable/firezone/3.1.3/templates/_secrets.tpl b/stable/firezone/3.3.0/templates/_secrets.tpl similarity index 100% rename from stable/firezone/3.1.3/templates/_secrets.tpl rename to stable/firezone/3.3.0/templates/_secrets.tpl diff --git a/stable/firezone/3.1.3/templates/common.yaml b/stable/firezone/3.3.0/templates/common.yaml similarity index 100% rename from stable/firezone/3.1.3/templates/common.yaml rename to stable/firezone/3.3.0/templates/common.yaml diff --git a/stable/flame/5.1.3/values.yaml b/stable/firezone/3.3.0/values.yaml similarity index 100% rename from stable/flame/5.1.3/values.yaml rename to stable/firezone/3.3.0/values.yaml diff --git a/stable/fistfuloffrags/5.1.3/CHANGELOG.md b/stable/fistfuloffrags/5.1.3/CHANGELOG.md deleted file mode 100644 index e2c1762888a..00000000000 --- a/stable/fistfuloffrags/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [fistfuloffrags-4.1.11](https://github.com/truecharts/charts/compare/fistfuloffrags-4.1.10...fistfuloffrags-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [fistfuloffrags-4.1.10](https://github.com/truecharts/charts/compare/fistfuloffrags-4.1.9...fistfuloffrags-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [fistfuloffrags-4.1.9](https://github.com/truecharts/charts/compare/fistfuloffrags-4.1.8...fistfuloffrags-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [fistfuloffrags-4.1.8](https://github.com/truecharts/charts/compare/fistfuloffrags-4.1.7...fistfuloffrags-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [fistfuloffrags-4.1.7](https://github.com/truecharts/charts/compare/fistfuloffrags-4.1.6...fistfuloffrags-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [fistfuloffrags-4.1.6](https://github.com/truecharts/charts/compare/fistfuloffrags-4.1.5...fistfuloffrags-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [fistfuloffrags-4.1.5](https://github.com/truecharts/charts/compare/fistfuloffrags-4.1.4...fistfuloffrags-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [fistfuloffrags-4.1.4](https://github.com/truecharts/charts/compare/fistfuloffrags-4.1.3...fistfuloffrags-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [fistfuloffrags-4.1.3](https://github.com/truecharts/charts/compare/fistfuloffrags-4.1.0...fistfuloffrags-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/fistfuloffrags/5.1.3/Chart.yaml b/stable/fistfuloffrags/5.1.3/Chart.yaml deleted file mode 100644 index 8309b0b4bda..00000000000 --- a/stable/fistfuloffrags/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: fistfuloffrags -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Fistful of Frags and run it. -home: https://truecharts.org/charts/stable/fistfuloffrags -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fistfuloffrags.png -keywords: - - fistfuloffrags - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: fistfuloffrags -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/fistfuloffrags - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/fistfuloffrags/5.1.3/charts/common-18.0.3.tgz b/stable/fistfuloffrags/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/fistfuloffrags/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/flaresolverr/13.2.0/.helmignore b/stable/fistfuloffrags/5.3.0/.helmignore similarity index 100% rename from stable/flaresolverr/13.2.0/.helmignore rename to stable/fistfuloffrags/5.3.0/.helmignore diff --git a/stable/fistfuloffrags/5.3.0/CHANGELOG.md b/stable/fistfuloffrags/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..6fe199749e4 --- /dev/null +++ b/stable/fistfuloffrags/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fistfuloffrags-5.3.0](https://github.com/truecharts/charts/compare/fistfuloffrags-5.2.3...fistfuloffrags-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [fistfuloffrags-5.2.3](https://github.com/truecharts/charts/compare/fistfuloffrags-5.2.2...fistfuloffrags-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [fistfuloffrags-5.2.2](https://github.com/truecharts/charts/compare/fistfuloffrags-5.2.0...fistfuloffrags-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [fistfuloffrags-4.1.11](https://github.com/truecharts/charts/compare/fistfuloffrags-4.1.10...fistfuloffrags-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [fistfuloffrags-4.1.10](https://github.com/truecharts/charts/compare/fistfuloffrags-4.1.9...fistfuloffrags-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [fistfuloffrags-4.1.9](https://github.com/truecharts/charts/compare/fistfuloffrags-4.1.8...fistfuloffrags-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [fistfuloffrags-4.1.8](https://github.com/truecharts/charts/compare/fistfuloffrags-4.1.7...fistfuloffrags-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [fistfuloffrags-4.1.7](https://github.com/truecharts/charts/compare/fistfuloffrags-4.1.6...fistfuloffrags-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [fistfuloffrags-4.1.6](https://github.com/truecharts/charts/compare/fistfuloffrags-4.1.5...fistfuloffrags-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/fistfuloffrags/5.3.0/Chart.yaml b/stable/fistfuloffrags/5.3.0/Chart.yaml new file mode 100644 index 00000000000..7753d81dd37 --- /dev/null +++ b/stable/fistfuloffrags/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: fistfuloffrags +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Fistful of Frags and run it. +home: https://truecharts.org/charts/stable/fistfuloffrags +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fistfuloffrags.png +keywords: + - fistfuloffrags + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fistfuloffrags +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/fistfuloffrags + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/fistfuloffrags/5.1.3/README.md b/stable/fistfuloffrags/5.3.0/README.md similarity index 100% rename from stable/fistfuloffrags/5.1.3/README.md rename to stable/fistfuloffrags/5.3.0/README.md diff --git a/stable/fistfuloffrags/5.3.0/app-changelog.md b/stable/fistfuloffrags/5.3.0/app-changelog.md new file mode 100644 index 00000000000..fca15b9ee06 --- /dev/null +++ b/stable/fistfuloffrags/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [fistfuloffrags-5.3.0](https://github.com/truecharts/charts/compare/fistfuloffrags-5.2.3...fistfuloffrags-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/fistfuloffrags/5.1.3/app-readme.md b/stable/fistfuloffrags/5.3.0/app-readme.md similarity index 100% rename from stable/fistfuloffrags/5.1.3/app-readme.md rename to stable/fistfuloffrags/5.3.0/app-readme.md diff --git a/stable/fistfuloffrags/5.3.0/charts/common-18.2.0.tgz b/stable/fistfuloffrags/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/fistfuloffrags/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/fistfuloffrags/5.1.3/ix_values.yaml b/stable/fistfuloffrags/5.3.0/ix_values.yaml similarity index 100% rename from stable/fistfuloffrags/5.1.3/ix_values.yaml rename to stable/fistfuloffrags/5.3.0/ix_values.yaml diff --git a/stable/fistfuloffrags/5.1.3/questions.yaml b/stable/fistfuloffrags/5.3.0/questions.yaml similarity index 100% rename from stable/fistfuloffrags/5.1.3/questions.yaml rename to stable/fistfuloffrags/5.3.0/questions.yaml diff --git a/stable/fistfuloffrags/5.1.3/templates/common.yaml b/stable/fistfuloffrags/5.3.0/templates/common.yaml similarity index 100% rename from stable/fistfuloffrags/5.1.3/templates/common.yaml rename to stable/fistfuloffrags/5.3.0/templates/common.yaml diff --git a/stable/flaresolverr/13.2.0/values.yaml b/stable/fistfuloffrags/5.3.0/values.yaml similarity index 100% rename from stable/flaresolverr/13.2.0/values.yaml rename to stable/fistfuloffrags/5.3.0/values.yaml diff --git a/stable/fivem/5.1.3/CHANGELOG.md b/stable/fivem/5.1.3/CHANGELOG.md deleted file mode 100644 index f5357cf46f6..00000000000 --- a/stable/fivem/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [fivem-4.1.11](https://github.com/truecharts/charts/compare/fivem-4.1.10...fivem-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [fivem-4.1.10](https://github.com/truecharts/charts/compare/fivem-4.1.9...fivem-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [fivem-4.1.9](https://github.com/truecharts/charts/compare/fivem-4.1.8...fivem-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [fivem-4.1.8](https://github.com/truecharts/charts/compare/fivem-4.1.7...fivem-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [fivem-4.1.7](https://github.com/truecharts/charts/compare/fivem-4.1.6...fivem-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [fivem-4.1.6](https://github.com/truecharts/charts/compare/fivem-4.1.5...fivem-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [fivem-4.1.5](https://github.com/truecharts/charts/compare/fivem-4.1.4...fivem-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [fivem-4.1.4](https://github.com/truecharts/charts/compare/fivem-4.1.3...fivem-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [fivem-4.1.3](https://github.com/truecharts/charts/compare/fivem-4.1.0...fivem-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/fivem/5.1.3/Chart.yaml b/stable/fivem/5.1.3/Chart.yaml deleted file mode 100644 index 90c3ac402ee..00000000000 --- a/stable/fivem/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "With this Chart you can run FiveM (GTA V MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the ‘Manual Updates’ (in the 'Show more settings' tab down below) to ‘true’ (without quotes). The Chart will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this Chart you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name." -home: https://truecharts.org/charts/stable/fivem -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fivem.png -keywords: - - fivem - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: fivem -sources: - - https://fivem.net/ - - https://github.com/truecharts/charts/tree/master/charts/stable/fivem - - https://hub.docker.com/r/ich777/fivemserver -type: application -version: 5.1.3 diff --git a/stable/fivem/5.1.3/charts/common-18.0.3.tgz b/stable/fivem/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/fivem/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/fleet/12.4.0/.helmignore b/stable/fivem/5.3.0/.helmignore similarity index 100% rename from stable/fleet/12.4.0/.helmignore rename to stable/fivem/5.3.0/.helmignore diff --git a/stable/fivem/5.3.0/CHANGELOG.md b/stable/fivem/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..40b9cd3eb9e --- /dev/null +++ b/stable/fivem/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fivem-5.3.0](https://github.com/truecharts/charts/compare/fivem-5.2.3...fivem-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [fivem-5.2.3](https://github.com/truecharts/charts/compare/fivem-5.2.2...fivem-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [fivem-5.2.2](https://github.com/truecharts/charts/compare/fivem-5.2.0...fivem-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [fivem-4.1.11](https://github.com/truecharts/charts/compare/fivem-4.1.10...fivem-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [fivem-4.1.10](https://github.com/truecharts/charts/compare/fivem-4.1.9...fivem-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [fivem-4.1.9](https://github.com/truecharts/charts/compare/fivem-4.1.8...fivem-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [fivem-4.1.8](https://github.com/truecharts/charts/compare/fivem-4.1.7...fivem-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [fivem-4.1.7](https://github.com/truecharts/charts/compare/fivem-4.1.6...fivem-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [fivem-4.1.6](https://github.com/truecharts/charts/compare/fivem-4.1.5...fivem-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/fivem/5.3.0/Chart.yaml b/stable/fivem/5.3.0/Chart.yaml new file mode 100644 index 00000000000..22f973dec3f --- /dev/null +++ b/stable/fivem/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "With this Chart you can run FiveM (GTA V MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the ‘Manual Updates’ (in the 'Show more settings' tab down below) to ‘true’ (without quotes). The Chart will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this Chart you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name." +home: https://truecharts.org/charts/stable/fivem +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fivem.png +keywords: + - fivem + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fivem +sources: + - https://fivem.net/ + - https://github.com/truecharts/charts/tree/master/charts/stable/fivem + - https://hub.docker.com/r/ich777/fivemserver +type: application +version: 5.3.0 diff --git a/stable/fivem/5.1.3/README.md b/stable/fivem/5.3.0/README.md similarity index 100% rename from stable/fivem/5.1.3/README.md rename to stable/fivem/5.3.0/README.md diff --git a/stable/fivem/5.3.0/app-changelog.md b/stable/fivem/5.3.0/app-changelog.md new file mode 100644 index 00000000000..cf121f5c392 --- /dev/null +++ b/stable/fivem/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [fivem-5.3.0](https://github.com/truecharts/charts/compare/fivem-5.2.3...fivem-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/fivem/5.1.3/app-readme.md b/stable/fivem/5.3.0/app-readme.md similarity index 100% rename from stable/fivem/5.1.3/app-readme.md rename to stable/fivem/5.3.0/app-readme.md diff --git a/stable/fivem/5.3.0/charts/common-18.2.0.tgz b/stable/fivem/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/fivem/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/fivem/5.1.3/ix_values.yaml b/stable/fivem/5.3.0/ix_values.yaml similarity index 100% rename from stable/fivem/5.1.3/ix_values.yaml rename to stable/fivem/5.3.0/ix_values.yaml diff --git a/stable/fivem/5.1.3/questions.yaml b/stable/fivem/5.3.0/questions.yaml similarity index 100% rename from stable/fivem/5.1.3/questions.yaml rename to stable/fivem/5.3.0/questions.yaml diff --git a/stable/fivem/5.1.3/templates/common.yaml b/stable/fivem/5.3.0/templates/common.yaml similarity index 100% rename from stable/fivem/5.1.3/templates/common.yaml rename to stable/fivem/5.3.0/templates/common.yaml diff --git a/stable/fleet/12.4.0/values.yaml b/stable/fivem/5.3.0/values.yaml similarity index 100% rename from stable/fleet/12.4.0/values.yaml rename to stable/fivem/5.3.0/values.yaml diff --git a/stable/flame/5.1.3/CHANGELOG.md b/stable/flame/5.1.3/CHANGELOG.md deleted file mode 100644 index 04073bf5931..00000000000 --- a/stable/flame/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [flame-4.1.11](https://github.com/truecharts/charts/compare/flame-4.1.10...flame-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [flame-4.1.10](https://github.com/truecharts/charts/compare/flame-4.1.9...flame-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [flame-4.1.9](https://github.com/truecharts/charts/compare/flame-4.1.8...flame-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [flame-4.1.8](https://github.com/truecharts/charts/compare/flame-4.1.7...flame-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [flame-4.1.7](https://github.com/truecharts/charts/compare/flame-4.1.6...flame-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [flame-4.1.6](https://github.com/truecharts/charts/compare/flame-4.1.5...flame-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [flame-4.1.5](https://github.com/truecharts/charts/compare/flame-4.1.4...flame-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [flame-4.1.4](https://github.com/truecharts/charts/compare/flame-4.1.3...flame-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [flame-4.1.3](https://github.com/truecharts/charts/compare/flame-4.1.0...flame-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/flame/5.1.3/Chart.yaml b/stable/flame/5.1.3/Chart.yaml deleted file mode 100644 index b75471dc9cf..00000000000 --- a/stable/flame/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.3.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Flame is self-hosted start page for your server. Easily manage your apps and bookmarks with built-in editors. -home: https://truecharts.org/charts/stable/flame -icon: https://truecharts.org/img/hotlink-ok/chart-icons/flame.png -keywords: - - flame - - dashboard -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: flame -sources: - - https://github.com/pawelmalak/flame - - https://github.com/truecharts/charts/tree/master/charts/stable/flame - - https://hub.docker.com/r/pawelmalak/flame -type: application -version: 5.1.3 diff --git a/stable/flame/5.1.3/charts/common-18.0.3.tgz b/stable/flame/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/flame/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/flexget/9.2.0/.helmignore b/stable/flame/5.3.0/.helmignore similarity index 100% rename from stable/flexget/9.2.0/.helmignore rename to stable/flame/5.3.0/.helmignore diff --git a/stable/flame/5.3.0/CHANGELOG.md b/stable/flame/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..129ff5ab0dd --- /dev/null +++ b/stable/flame/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [flame-5.3.0](https://github.com/truecharts/charts/compare/flame-5.2.3...flame-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [flame-5.2.3](https://github.com/truecharts/charts/compare/flame-5.2.2...flame-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [flame-5.2.2](https://github.com/truecharts/charts/compare/flame-5.2.0...flame-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [flame-4.1.11](https://github.com/truecharts/charts/compare/flame-4.1.10...flame-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [flame-4.1.10](https://github.com/truecharts/charts/compare/flame-4.1.9...flame-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [flame-4.1.9](https://github.com/truecharts/charts/compare/flame-4.1.8...flame-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [flame-4.1.8](https://github.com/truecharts/charts/compare/flame-4.1.7...flame-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [flame-4.1.7](https://github.com/truecharts/charts/compare/flame-4.1.6...flame-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [flame-4.1.6](https://github.com/truecharts/charts/compare/flame-4.1.5...flame-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/flame/5.3.0/Chart.yaml b/stable/flame/5.3.0/Chart.yaml new file mode 100644 index 00000000000..de278dcaad5 --- /dev/null +++ b/stable/flame/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.3.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Flame is self-hosted start page for your server. Easily manage your apps and bookmarks with built-in editors. +home: https://truecharts.org/charts/stable/flame +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flame.png +keywords: + - flame + - dashboard +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: flame +sources: + - https://github.com/pawelmalak/flame + - https://github.com/truecharts/charts/tree/master/charts/stable/flame + - https://hub.docker.com/r/pawelmalak/flame +type: application +version: 5.3.0 diff --git a/stable/flame/5.1.3/README.md b/stable/flame/5.3.0/README.md similarity index 100% rename from stable/flame/5.1.3/README.md rename to stable/flame/5.3.0/README.md diff --git a/stable/flame/5.3.0/app-changelog.md b/stable/flame/5.3.0/app-changelog.md new file mode 100644 index 00000000000..5ebbf877b88 --- /dev/null +++ b/stable/flame/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [flame-5.3.0](https://github.com/truecharts/charts/compare/flame-5.2.3...flame-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/flame/5.1.3/app-readme.md b/stable/flame/5.3.0/app-readme.md similarity index 100% rename from stable/flame/5.1.3/app-readme.md rename to stable/flame/5.3.0/app-readme.md diff --git a/stable/flame/5.3.0/charts/common-18.2.0.tgz b/stable/flame/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/flame/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/flame/5.1.3/ix_values.yaml b/stable/flame/5.3.0/ix_values.yaml similarity index 100% rename from stable/flame/5.1.3/ix_values.yaml rename to stable/flame/5.3.0/ix_values.yaml diff --git a/stable/flame/5.1.3/questions.yaml b/stable/flame/5.3.0/questions.yaml similarity index 100% rename from stable/flame/5.1.3/questions.yaml rename to stable/flame/5.3.0/questions.yaml diff --git a/stable/flame/5.1.3/templates/common.yaml b/stable/flame/5.3.0/templates/common.yaml similarity index 100% rename from stable/flame/5.1.3/templates/common.yaml rename to stable/flame/5.3.0/templates/common.yaml diff --git a/stable/flexget/9.2.0/values.yaml b/stable/flame/5.3.0/values.yaml similarity index 100% rename from stable/flexget/9.2.0/values.yaml rename to stable/flame/5.3.0/values.yaml diff --git a/stable/flaresolverr/13.2.0/CHANGELOG.md b/stable/flaresolverr/13.2.0/CHANGELOG.md deleted file mode 100644 index 77a834db4dc..00000000000 --- a/stable/flaresolverr/13.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [flaresolverr-12.1.12](https://github.com/truecharts/charts/compare/flaresolverr-12.1.11...flaresolverr-12.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [flaresolverr-12.1.11](https://github.com/truecharts/charts/compare/flaresolverr-12.1.10...flaresolverr-12.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [flaresolverr-12.1.10](https://github.com/truecharts/charts/compare/flaresolverr-12.1.9...flaresolverr-12.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [flaresolverr-12.1.9](https://github.com/truecharts/charts/compare/flaresolverr-12.1.8...flaresolverr-12.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [flaresolverr-12.1.8](https://github.com/truecharts/charts/compare/flaresolverr-12.1.7...flaresolverr-12.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [flaresolverr-12.1.7](https://github.com/truecharts/charts/compare/flaresolverr-12.1.6...flaresolverr-12.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [flaresolverr-12.1.6](https://github.com/truecharts/charts/compare/flaresolverr-12.1.5...flaresolverr-12.1.6) (2024-01-08) - -### Chore - - - -- update container image ghcr.io/flaresolverr/flaresolverr to v3.3.13[@213bb58](https://github.com/213bb58) by renovate ([#16990](https://github.com/truecharts/charts/issues/16990)) - - -## [flaresolverr-12.1.5](https://github.com/truecharts/charts/compare/flaresolverr-12.1.4...flaresolverr-12.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [flaresolverr-12.1.4](https://github.com/truecharts/charts/compare/flaresolverr-12.1.3...flaresolverr-12.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes \ No newline at end of file diff --git a/stable/flaresolverr/13.2.0/Chart.yaml b/stable/flaresolverr/13.2.0/Chart.yaml deleted file mode 100644 index 13a00be1cb4..00000000000 --- a/stable/flaresolverr/13.2.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.3.15 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: FlareSolverr is a proxy server to bypass Cloudflare protection -home: https://truecharts.org/charts/stable/flaresolverr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/flaresolverr.png -keywords: - - flaresolverr - - proxy -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: flaresolverr -sources: - - https://github.com/FlareSolverr/FlareSolverr - - https://github.com/truecharts/charts/tree/master/charts/stable/flaresolverr - - https://ghcr.io/flaresolverr/flaresolverr -type: application -version: 13.2.0 diff --git a/stable/flaresolverr/13.2.0/charts/common-18.1.2.tgz b/stable/flaresolverr/13.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/flaresolverr/13.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/flaresolverr/13.2.0/ix_values.yaml b/stable/flaresolverr/13.2.0/ix_values.yaml deleted file mode 100644 index afb477e80c3..00000000000 --- a/stable/flaresolverr/13.2.0/ix_values.yaml +++ /dev/null @@ -1,37 +0,0 @@ -image: - repository: ghcr.io/flaresolverr/flaresolverr - pullPolicy: IfNotPresent - tag: v3.3.15@sha256:f7b83961eaf7de4fc1d6c6350dc79f8626fa3019169bc25e4323305f12fb227f -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 8191 -workload: - main: - podSpec: - containers: - main: - env: - PORT: "{{ .Values.service.main.ports.main.port }}" - HOST: "0.0.0.0" - TEST_URL: "https://www.google.com" - BROWSER_TIMEOUT: 40000 - HEADLESS: true - LOG_LEVEL: info - LOG_HTML: false - # At this time none of the captcha solvers work, defaults to none. - CAPTCHA_SOLVER: none -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: false diff --git a/stable/flextv/5.1.3/.helmignore b/stable/flaresolverr/13.3.0/.helmignore similarity index 100% rename from stable/flextv/5.1.3/.helmignore rename to stable/flaresolverr/13.3.0/.helmignore diff --git a/stable/flaresolverr/13.3.0/CHANGELOG.md b/stable/flaresolverr/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..d721f9019ab --- /dev/null +++ b/stable/flaresolverr/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [flaresolverr-13.3.0](https://github.com/truecharts/charts/compare/flaresolverr-13.2.4...flaresolverr-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [flaresolverr-13.2.4](https://github.com/truecharts/charts/compare/flaresolverr-13.2.3...flaresolverr-13.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [flaresolverr-13.2.3](https://github.com/truecharts/charts/compare/flaresolverr-13.2.1...flaresolverr-13.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + +## [flaresolverr-12.1.12](https://github.com/truecharts/charts/compare/flaresolverr-12.1.11...flaresolverr-12.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [flaresolverr-12.1.11](https://github.com/truecharts/charts/compare/flaresolverr-12.1.10...flaresolverr-12.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [flaresolverr-12.1.10](https://github.com/truecharts/charts/compare/flaresolverr-12.1.9...flaresolverr-12.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [flaresolverr-12.1.9](https://github.com/truecharts/charts/compare/flaresolverr-12.1.8...flaresolverr-12.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [flaresolverr-12.1.8](https://github.com/truecharts/charts/compare/flaresolverr-12.1.7...flaresolverr-12.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [flaresolverr-12.1.7](https://github.com/truecharts/charts/compare/flaresolverr-12.1.6...flaresolverr-12.1.7) (2024-01-09) + +### Chore diff --git a/stable/flaresolverr/13.3.0/Chart.yaml b/stable/flaresolverr/13.3.0/Chart.yaml new file mode 100644 index 00000000000..a15b239aa3c --- /dev/null +++ b/stable/flaresolverr/13.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.3.16 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: FlareSolverr is a proxy server to bypass Cloudflare protection +home: https://truecharts.org/charts/stable/flaresolverr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flaresolverr.png +keywords: + - flaresolverr + - proxy +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: flaresolverr +sources: + - https://github.com/FlareSolverr/FlareSolverr + - https://github.com/truecharts/charts/tree/master/charts/stable/flaresolverr + - https://ghcr.io/flaresolverr/flaresolverr +type: application +version: 13.3.0 diff --git a/stable/flaresolverr/13.2.0/README.md b/stable/flaresolverr/13.3.0/README.md similarity index 100% rename from stable/flaresolverr/13.2.0/README.md rename to stable/flaresolverr/13.3.0/README.md diff --git a/stable/flaresolverr/13.3.0/app-changelog.md b/stable/flaresolverr/13.3.0/app-changelog.md new file mode 100644 index 00000000000..c1566dedc29 --- /dev/null +++ b/stable/flaresolverr/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [flaresolverr-13.3.0](https://github.com/truecharts/charts/compare/flaresolverr-13.2.4...flaresolverr-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/flaresolverr/13.2.0/app-readme.md b/stable/flaresolverr/13.3.0/app-readme.md similarity index 100% rename from stable/flaresolverr/13.2.0/app-readme.md rename to stable/flaresolverr/13.3.0/app-readme.md diff --git a/stable/flaresolverr/13.3.0/charts/common-18.2.0.tgz b/stable/flaresolverr/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/flaresolverr/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/flaresolverr/13.3.0/ix_values.yaml b/stable/flaresolverr/13.3.0/ix_values.yaml new file mode 100644 index 00000000000..5e7740e0f14 --- /dev/null +++ b/stable/flaresolverr/13.3.0/ix_values.yaml @@ -0,0 +1,37 @@ +image: + repository: ghcr.io/flaresolverr/flaresolverr + pullPolicy: IfNotPresent + tag: v3.3.16@sha256:088412db1051d04ab32c902266510011aec1dc9f7a3a3bda3f58b93186591347 +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 8191 +workload: + main: + podSpec: + containers: + main: + env: + PORT: "{{ .Values.service.main.ports.main.port }}" + HOST: "0.0.0.0" + TEST_URL: "https://www.google.com" + BROWSER_TIMEOUT: 40000 + HEADLESS: true + LOG_LEVEL: info + LOG_HTML: false + # At this time none of the captcha solvers work, defaults to none. + CAPTCHA_SOLVER: none +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: false diff --git a/stable/flaresolverr/13.2.0/questions.yaml b/stable/flaresolverr/13.3.0/questions.yaml similarity index 100% rename from stable/flaresolverr/13.2.0/questions.yaml rename to stable/flaresolverr/13.3.0/questions.yaml diff --git a/stable/flood/13.1.3/templates/NOTES.txt b/stable/flaresolverr/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/flood/13.1.3/templates/NOTES.txt rename to stable/flaresolverr/13.3.0/templates/NOTES.txt diff --git a/stable/flexget/9.2.0/templates/common.yaml b/stable/flaresolverr/13.3.0/templates/common.yaml similarity index 100% rename from stable/flexget/9.2.0/templates/common.yaml rename to stable/flaresolverr/13.3.0/templates/common.yaml diff --git a/stable/flextv/5.1.3/values.yaml b/stable/flaresolverr/13.3.0/values.yaml similarity index 100% rename from stable/flextv/5.1.3/values.yaml rename to stable/flaresolverr/13.3.0/values.yaml diff --git a/stable/fleet/12.4.0/CHANGELOG.md b/stable/fleet/12.4.0/CHANGELOG.md deleted file mode 100644 index 0c786c5eaec..00000000000 --- a/stable/fleet/12.4.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - -## [fleet-11.1.21](https://github.com/truecharts/charts/compare/fleet-11.1.20...fleet-11.1.21) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/fleet to 2.3.3[@86962c1](https://github.com/86962c1) by renovate ([#18061](https://github.com/truecharts/charts/issues/18061)) - - -## [fleet-11.1.20](https://github.com/truecharts/charts/compare/fleet-11.1.19...fleet-11.1.20) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/fleet to 2.3.3[@25127b0](https://github.com/25127b0) by renovate ([#17850](https://github.com/truecharts/charts/issues/17850)) - - -## [fleet-11.1.19](https://github.com/truecharts/charts/compare/fleet-11.1.18...fleet-11.1.19) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [fleet-11.1.18](https://github.com/truecharts/charts/compare/fleet-11.1.17...fleet-11.1.18) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/fleet to 2.3.3[@13fd9df](https://github.com/13fd9df) by renovate ([#17606](https://github.com/truecharts/charts/issues/17606)) - - -## [fleet-11.1.17](https://github.com/truecharts/charts/compare/fleet-11.1.16...fleet-11.1.17) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [fleet-11.1.16](https://github.com/truecharts/charts/compare/fleet-11.1.15...fleet-11.1.16) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [fleet-11.1.15](https://github.com/truecharts/charts/compare/fleet-11.1.14...fleet-11.1.15) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [fleet-11.1.14](https://github.com/truecharts/charts/compare/fleet-11.1.13...fleet-11.1.14) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [fleet-11.1.13](https://github.com/truecharts/charts/compare/fleet-11.1.12...fleet-11.1.13) (2024-01-21) - -### Chore \ No newline at end of file diff --git a/stable/fleet/12.4.0/Chart.yaml b/stable/fleet/12.4.0/Chart.yaml deleted file mode 100644 index 19e6c743a90..00000000000 --- a/stable/fleet/12.4.0/Chart.yaml +++ /dev/null @@ -1,42 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.3.3 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.2.0 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Fleet provides an online web interface which displays a set of maintained images from one or more owned repositories. -home: https://truecharts.org/charts/stable/fleet -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fleet.png -keywords: - - fleet -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: fleet -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/fleet - - https://ghcr.io/linuxserver/fleet -type: application -version: 12.4.0 diff --git a/stable/fleet/12.4.0/charts/common-18.1.2.tgz b/stable/fleet/12.4.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/fleet/12.4.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/fleet/12.4.0/charts/mariadb-13.2.0.tgz b/stable/fleet/12.4.0/charts/mariadb-13.2.0.tgz deleted file mode 100644 index 57b757afdb4..00000000000 Binary files a/stable/fleet/12.4.0/charts/mariadb-13.2.0.tgz and /dev/null differ diff --git a/stable/fleet/12.4.0/ix_values.yaml b/stable/fleet/12.4.0/ix_values.yaml deleted file mode 100644 index 4827d906023..00000000000 --- a/stable/fleet/12.4.0/ix_values.yaml +++ /dev/null @@ -1,59 +0,0 @@ -image: - repository: ghcr.io/linuxserver/fleet - pullPolicy: IfNotPresent - tag: 2.3.3@sha256:8930801e86770ad41b8e4271f889b29c75e15e0829150669d23615e8961d3745 -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - path: / - readiness: - type: http - path: / - startup: - type: http - path: / - env: - fleet_admin_authentication_type: DATABASE - fleet_database_username: fleet - fleet_database_url: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' - key: jdbc-mariadb - fleet_database_password: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' - key: mariadb-password -# secretEnv: - -service: - main: - ports: - main: - targetPort: 8080 - port: 10145 -persistence: - config: - enabled: true - mountPath: /config - varrun: - enabled: true -mariadb: - enabled: true - mariadbUsername: fleet - mariadbDatabase: fleet -portal: - open: - enabled: true diff --git a/stable/flood/13.1.3/.helmignore b/stable/fleet/12.5.0/.helmignore similarity index 100% rename from stable/flood/13.1.3/.helmignore rename to stable/fleet/12.5.0/.helmignore diff --git a/stable/fleet/12.5.0/CHANGELOG.md b/stable/fleet/12.5.0/CHANGELOG.md new file mode 100644 index 00000000000..7af2012991f --- /dev/null +++ b/stable/fleet/12.5.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fleet-12.5.0](https://github.com/truecharts/charts/compare/fleet-12.4.4...fleet-12.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [fleet-12.4.4](https://github.com/truecharts/charts/compare/fleet-12.4.3...fleet-12.4.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [fleet-12.4.3](https://github.com/truecharts/charts/compare/fleet-12.4.1...fleet-12.4.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + +## [fleet-11.1.21](https://github.com/truecharts/charts/compare/fleet-11.1.20...fleet-11.1.21) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/fleet to 2.3.3[@86962c1](https://github.com/86962c1) by renovate ([#18061](https://github.com/truecharts/charts/issues/18061)) + + +## [fleet-11.1.20](https://github.com/truecharts/charts/compare/fleet-11.1.19...fleet-11.1.20) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/fleet to 2.3.3[@25127b0](https://github.com/25127b0) by renovate ([#17850](https://github.com/truecharts/charts/issues/17850)) + + +## [fleet-11.1.19](https://github.com/truecharts/charts/compare/fleet-11.1.18...fleet-11.1.19) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [fleet-11.1.18](https://github.com/truecharts/charts/compare/fleet-11.1.17...fleet-11.1.18) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/fleet to 2.3.3[@13fd9df](https://github.com/13fd9df) by renovate ([#17606](https://github.com/truecharts/charts/issues/17606)) + + +## [fleet-11.1.17](https://github.com/truecharts/charts/compare/fleet-11.1.16...fleet-11.1.17) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + diff --git a/stable/fleet/12.5.0/Chart.yaml b/stable/fleet/12.5.0/Chart.yaml new file mode 100644 index 00000000000..e103e62765a --- /dev/null +++ b/stable/fleet/12.5.0/Chart.yaml @@ -0,0 +1,42 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.3.3 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.2.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Fleet provides an online web interface which displays a set of maintained images from one or more owned repositories. +home: https://truecharts.org/charts/stable/fleet +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fleet.png +keywords: + - fleet +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fleet +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/fleet + - https://ghcr.io/linuxserver/fleet +type: application +version: 12.5.0 diff --git a/stable/fleet/12.4.0/README.md b/stable/fleet/12.5.0/README.md similarity index 100% rename from stable/fleet/12.4.0/README.md rename to stable/fleet/12.5.0/README.md diff --git a/stable/fleet/12.5.0/app-changelog.md b/stable/fleet/12.5.0/app-changelog.md new file mode 100644 index 00000000000..e4a3d46f536 --- /dev/null +++ b/stable/fleet/12.5.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [fleet-12.5.0](https://github.com/truecharts/charts/compare/fleet-12.4.4...fleet-12.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/fleet/12.4.0/app-readme.md b/stable/fleet/12.5.0/app-readme.md similarity index 100% rename from stable/fleet/12.4.0/app-readme.md rename to stable/fleet/12.5.0/app-readme.md diff --git a/stable/fleet/12.5.0/charts/common-18.2.0.tgz b/stable/fleet/12.5.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/fleet/12.5.0/charts/common-18.2.0.tgz differ diff --git a/stable/fleet/12.5.0/charts/mariadb-13.2.0.tgz b/stable/fleet/12.5.0/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/fleet/12.5.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/fleet/12.5.0/ix_values.yaml b/stable/fleet/12.5.0/ix_values.yaml new file mode 100644 index 00000000000..a8f19b0cdf4 --- /dev/null +++ b/stable/fleet/12.5.0/ix_values.yaml @@ -0,0 +1,59 @@ +image: + repository: ghcr.io/linuxserver/fleet + pullPolicy: IfNotPresent + tag: 2.3.3@sha256:b633806a64803c1829b61e5d65ecf00ceee03d2a2599160f767cbe301c010e86 +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + path: / + readiness: + type: http + path: / + startup: + type: http + path: / + env: + fleet_admin_authentication_type: DATABASE + fleet_database_username: fleet + fleet_database_url: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' + key: jdbc-mariadb + fleet_database_password: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' + key: mariadb-password +# secretEnv: + +service: + main: + ports: + main: + targetPort: 8080 + port: 10145 +persistence: + config: + enabled: true + mountPath: /config + varrun: + enabled: true +mariadb: + enabled: true + mariadbUsername: fleet + mariadbDatabase: fleet +portal: + open: + enabled: true diff --git a/stable/fleet/12.4.0/questions.yaml b/stable/fleet/12.5.0/questions.yaml similarity index 100% rename from stable/fleet/12.4.0/questions.yaml rename to stable/fleet/12.5.0/questions.yaml diff --git a/stable/flowise/4.3.0/templates/NOTES.txt b/stable/fleet/12.5.0/templates/NOTES.txt similarity index 100% rename from stable/flowise/4.3.0/templates/NOTES.txt rename to stable/fleet/12.5.0/templates/NOTES.txt diff --git a/stable/flood/13.1.3/templates/common.yaml b/stable/fleet/12.5.0/templates/common.yaml similarity index 100% rename from stable/flood/13.1.3/templates/common.yaml rename to stable/fleet/12.5.0/templates/common.yaml diff --git a/stable/flood/13.1.3/values.yaml b/stable/fleet/12.5.0/values.yaml similarity index 100% rename from stable/flood/13.1.3/values.yaml rename to stable/fleet/12.5.0/values.yaml diff --git a/stable/flexget/9.2.0/CHANGELOG.md b/stable/flexget/9.2.0/CHANGELOG.md deleted file mode 100644 index 4122cba3dcd..00000000000 --- a/stable/flexget/9.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - -## [flexget-8.2.18](https://github.com/truecharts/charts/compare/flexget-8.2.17...flexget-8.2.18) (2024-02-12) - -### Chore - - - -- update container image wiserain/flexget to v3.11.17[@4ba4a28](https://github.com/4ba4a28) by renovate ([#18170](https://github.com/truecharts/charts/issues/18170)) - - -## [flexget-8.2.17](https://github.com/truecharts/charts/compare/flexget-8.2.16...flexget-8.2.17) (2024-02-05) - -### Chore - - - -- update container image wiserain/flexget to 3.11.14[@7a60f26](https://github.com/7a60f26) by renovate ([#17962](https://github.com/truecharts/charts/issues/17962)) - - -## [flexget-8.2.16](https://github.com/truecharts/charts/compare/flexget-8.2.15...flexget-8.2.16) (2024-02-05) - -### Chore - - - -- update container image wiserain/flexget to v3.11.14[@a927176](https://github.com/a927176) by renovate ([#17933](https://github.com/truecharts/charts/issues/17933)) - - -## [flexget-8.2.15](https://github.com/truecharts/charts/compare/flexget-8.2.14...flexget-8.2.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [flexget-8.2.14](https://github.com/truecharts/charts/compare/flexget-8.2.13...flexget-8.2.14) (2024-01-29) - -### Chore - - - -- update container image wiserain/flexget to v3.11.12[@f20da4e](https://github.com/f20da4e) by renovate ([#17685](https://github.com/truecharts/charts/issues/17685)) - - -## [flexget-8.2.13](https://github.com/truecharts/charts/compare/flexget-8.2.12...flexget-8.2.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [flexget-8.2.12](https://github.com/truecharts/charts/compare/flexget-8.2.11...flexget-8.2.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [flexget-8.2.11](https://github.com/truecharts/charts/compare/flexget-8.2.10...flexget-8.2.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [flexget-8.2.10](https://github.com/truecharts/charts/compare/flexget-8.2.9...flexget-8.2.10) (2024-01-21) - -### Chore \ No newline at end of file diff --git a/stable/flexget/9.2.0/Chart.yaml b/stable/flexget/9.2.0/Chart.yaml deleted file mode 100644 index 24abe2f26f0..00000000000 --- a/stable/flexget/9.2.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.11.19 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: FlexGet is a multipurpose automation tool for all of your media -home: https://truecharts.org/charts/stable/flexget -icon: https://truecharts.org/img/hotlink-ok/chart-icons/flexget.png -keywords: - - flexget - - automation -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: flexget -sources: - - https://github.com/wiserain/docker-flexget - - https://github.com/truecharts/charts/tree/master/charts/stable/flexget - - https://hub.docker.com/r/wiserain/flexget -type: application -version: 9.2.0 diff --git a/stable/flexget/9.2.0/charts/common-18.1.2.tgz b/stable/flexget/9.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/flexget/9.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/flexget/9.2.0/ix_values.yaml b/stable/flexget/9.2.0/ix_values.yaml deleted file mode 100644 index 53284b9d12d..00000000000 --- a/stable/flexget/9.2.0/ix_values.yaml +++ /dev/null @@ -1,45 +0,0 @@ -image: - repository: wiserain/flexget - pullPolicy: IfNotPresent - tag: 3.11.19@sha256:097342e0df84098b9f842e59494136c0e7542edc1f16a267e94793d80048ef8d -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - path: / - readiness: - type: http - path: / - startup: - type: http - path: / - env: - FG_LOG_LEVEL: info - FG_LOG_FILE: flexget.log - FG_WEBUI_PASSWD: "jLeT78KBDPW" -service: - main: - ports: - main: - port: 10174 - targetPort: 5050 -persistence: - config: - enabled: true - mountPath: /config - data: - enabled: true - mountPath: /data -portal: - open: - enabled: true diff --git a/stable/flowise/4.3.0/.helmignore b/stable/flexget/9.3.0/.helmignore similarity index 100% rename from stable/flowise/4.3.0/.helmignore rename to stable/flexget/9.3.0/.helmignore diff --git a/stable/flexget/9.3.0/CHANGELOG.md b/stable/flexget/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..eece51d3f1b --- /dev/null +++ b/stable/flexget/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [flexget-9.3.0](https://github.com/truecharts/charts/compare/flexget-9.2.4...flexget-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [flexget-9.2.4](https://github.com/truecharts/charts/compare/flexget-9.2.3...flexget-9.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [flexget-9.2.3](https://github.com/truecharts/charts/compare/flexget-9.2.1...flexget-9.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + +## [flexget-8.2.18](https://github.com/truecharts/charts/compare/flexget-8.2.17...flexget-8.2.18) (2024-02-12) + +### Chore + + + +- update container image wiserain/flexget to v3.11.17[@4ba4a28](https://github.com/4ba4a28) by renovate ([#18170](https://github.com/truecharts/charts/issues/18170)) + + +## [flexget-8.2.17](https://github.com/truecharts/charts/compare/flexget-8.2.16...flexget-8.2.17) (2024-02-05) + +### Chore + + + +- update container image wiserain/flexget to 3.11.14[@7a60f26](https://github.com/7a60f26) by renovate ([#17962](https://github.com/truecharts/charts/issues/17962)) + + +## [flexget-8.2.16](https://github.com/truecharts/charts/compare/flexget-8.2.15...flexget-8.2.16) (2024-02-05) + +### Chore + + + +- update container image wiserain/flexget to v3.11.14[@a927176](https://github.com/a927176) by renovate ([#17933](https://github.com/truecharts/charts/issues/17933)) + + +## [flexget-8.2.15](https://github.com/truecharts/charts/compare/flexget-8.2.14...flexget-8.2.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [flexget-8.2.14](https://github.com/truecharts/charts/compare/flexget-8.2.13...flexget-8.2.14) (2024-01-29) + +### Chore + + + +- update container image wiserain/flexget to v3.11.12[@f20da4e](https://github.com/f20da4e) by renovate ([#17685](https://github.com/truecharts/charts/issues/17685)) + diff --git a/stable/flexget/9.3.0/Chart.yaml b/stable/flexget/9.3.0/Chart.yaml new file mode 100644 index 00000000000..c7ce20478e8 --- /dev/null +++ b/stable/flexget/9.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.11.19 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: FlexGet is a multipurpose automation tool for all of your media +home: https://truecharts.org/charts/stable/flexget +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flexget.png +keywords: + - flexget + - automation +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: flexget +sources: + - https://github.com/wiserain/docker-flexget + - https://github.com/truecharts/charts/tree/master/charts/stable/flexget + - https://hub.docker.com/r/wiserain/flexget +type: application +version: 9.3.0 diff --git a/stable/flexget/9.2.0/README.md b/stable/flexget/9.3.0/README.md similarity index 100% rename from stable/flexget/9.2.0/README.md rename to stable/flexget/9.3.0/README.md diff --git a/stable/flexget/9.3.0/app-changelog.md b/stable/flexget/9.3.0/app-changelog.md new file mode 100644 index 00000000000..e34309e5506 --- /dev/null +++ b/stable/flexget/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [flexget-9.3.0](https://github.com/truecharts/charts/compare/flexget-9.2.4...flexget-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/flexget/9.2.0/app-readme.md b/stable/flexget/9.3.0/app-readme.md similarity index 100% rename from stable/flexget/9.2.0/app-readme.md rename to stable/flexget/9.3.0/app-readme.md diff --git a/stable/flexget/9.3.0/charts/common-18.2.0.tgz b/stable/flexget/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/flexget/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/flexget/9.3.0/ix_values.yaml b/stable/flexget/9.3.0/ix_values.yaml new file mode 100644 index 00000000000..9d318746ad5 --- /dev/null +++ b/stable/flexget/9.3.0/ix_values.yaml @@ -0,0 +1,45 @@ +image: + repository: wiserain/flexget + pullPolicy: IfNotPresent + tag: 3.11.19@sha256:3466a5a024ad2eea8b2326cfc8b1b857231d23cb955919f1e9d33cbb154dc2ba +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + path: / + readiness: + type: http + path: / + startup: + type: http + path: / + env: + FG_LOG_LEVEL: info + FG_LOG_FILE: flexget.log + FG_WEBUI_PASSWD: "jLeT78KBDPW" +service: + main: + ports: + main: + port: 10174 + targetPort: 5050 +persistence: + config: + enabled: true + mountPath: /config + data: + enabled: true + mountPath: /data +portal: + open: + enabled: true diff --git a/stable/flexget/9.2.0/questions.yaml b/stable/flexget/9.3.0/questions.yaml similarity index 100% rename from stable/flexget/9.2.0/questions.yaml rename to stable/flexget/9.3.0/questions.yaml diff --git a/stable/fluidd/9.1.3/templates/NOTES.txt b/stable/flexget/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/fluidd/9.1.3/templates/NOTES.txt rename to stable/flexget/9.3.0/templates/NOTES.txt diff --git a/stable/fluidd/9.1.3/templates/common.yaml b/stable/flexget/9.3.0/templates/common.yaml similarity index 100% rename from stable/fluidd/9.1.3/templates/common.yaml rename to stable/flexget/9.3.0/templates/common.yaml diff --git a/stable/flowise/4.3.0/values.yaml b/stable/flexget/9.3.0/values.yaml similarity index 100% rename from stable/flowise/4.3.0/values.yaml rename to stable/flexget/9.3.0/values.yaml diff --git a/stable/flextv/5.1.3/CHANGELOG.md b/stable/flextv/5.1.3/CHANGELOG.md deleted file mode 100644 index 996b0cc6601..00000000000 --- a/stable/flextv/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [flextv-4.1.11](https://github.com/truecharts/charts/compare/flextv-4.1.10...flextv-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [flextv-4.1.10](https://github.com/truecharts/charts/compare/flextv-4.1.9...flextv-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [flextv-4.1.9](https://github.com/truecharts/charts/compare/flextv-4.1.8...flextv-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [flextv-4.1.8](https://github.com/truecharts/charts/compare/flextv-4.1.7...flextv-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [flextv-4.1.7](https://github.com/truecharts/charts/compare/flextv-4.1.6...flextv-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [flextv-4.1.6](https://github.com/truecharts/charts/compare/flextv-4.1.5...flextv-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [flextv-4.1.5](https://github.com/truecharts/charts/compare/flextv-4.1.4...flextv-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [flextv-4.1.4](https://github.com/truecharts/charts/compare/flextv-4.1.3...flextv-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [flextv-4.1.3](https://github.com/truecharts/charts/compare/flextv-4.1.0...flextv-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/flextv/5.1.3/Chart.yaml b/stable/flextv/5.1.3/Chart.yaml deleted file mode 100644 index cd9e924f18e..00000000000 --- a/stable/flextv/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaApp - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A super-sexy voice interface for the Plex HTPC. -home: https://truecharts.org/charts/stable/flextv -icon: https://truecharts.org/img/hotlink-ok/chart-icons/flextv.png -keywords: - - flextv - - MediaApp -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: flextv -sources: - - https://github.com/d8ahazard/FlexTV - - https://registry.hub.docker.com/r/jcreynolds/flextv/ - - https://github.com/truecharts/charts/tree/master/charts/stable/flextv - - https://hub.docker.com/r/jcreynolds/flextv -type: application -version: 5.1.3 diff --git a/stable/flextv/5.1.3/charts/common-18.0.3.tgz b/stable/flextv/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/flextv/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/fluidd/9.1.3/.helmignore b/stable/flextv/5.3.0/.helmignore similarity index 100% rename from stable/fluidd/9.1.3/.helmignore rename to stable/flextv/5.3.0/.helmignore diff --git a/stable/flextv/5.3.0/CHANGELOG.md b/stable/flextv/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..d28c392f003 --- /dev/null +++ b/stable/flextv/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [flextv-5.3.0](https://github.com/truecharts/charts/compare/flextv-5.2.3...flextv-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [flextv-5.2.3](https://github.com/truecharts/charts/compare/flextv-5.2.2...flextv-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [flextv-5.2.2](https://github.com/truecharts/charts/compare/flextv-5.2.0...flextv-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [flextv-4.1.11](https://github.com/truecharts/charts/compare/flextv-4.1.10...flextv-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [flextv-4.1.10](https://github.com/truecharts/charts/compare/flextv-4.1.9...flextv-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [flextv-4.1.9](https://github.com/truecharts/charts/compare/flextv-4.1.8...flextv-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [flextv-4.1.8](https://github.com/truecharts/charts/compare/flextv-4.1.7...flextv-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [flextv-4.1.7](https://github.com/truecharts/charts/compare/flextv-4.1.6...flextv-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [flextv-4.1.6](https://github.com/truecharts/charts/compare/flextv-4.1.5...flextv-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/flextv/5.3.0/Chart.yaml b/stable/flextv/5.3.0/Chart.yaml new file mode 100644 index 00000000000..25a83cd259d --- /dev/null +++ b/stable/flextv/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A super-sexy voice interface for the Plex HTPC. +home: https://truecharts.org/charts/stable/flextv +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flextv.png +keywords: + - flextv + - MediaApp +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: flextv +sources: + - https://github.com/d8ahazard/FlexTV + - https://registry.hub.docker.com/r/jcreynolds/flextv/ + - https://github.com/truecharts/charts/tree/master/charts/stable/flextv + - https://hub.docker.com/r/jcreynolds/flextv +type: application +version: 5.3.0 diff --git a/stable/flextv/5.1.3/README.md b/stable/flextv/5.3.0/README.md similarity index 100% rename from stable/flextv/5.1.3/README.md rename to stable/flextv/5.3.0/README.md diff --git a/stable/flextv/5.3.0/app-changelog.md b/stable/flextv/5.3.0/app-changelog.md new file mode 100644 index 00000000000..758cf29ee48 --- /dev/null +++ b/stable/flextv/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [flextv-5.3.0](https://github.com/truecharts/charts/compare/flextv-5.2.3...flextv-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/flextv/5.1.3/app-readme.md b/stable/flextv/5.3.0/app-readme.md similarity index 100% rename from stable/flextv/5.1.3/app-readme.md rename to stable/flextv/5.3.0/app-readme.md diff --git a/stable/flextv/5.3.0/charts/common-18.2.0.tgz b/stable/flextv/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/flextv/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/flextv/5.1.3/ix_values.yaml b/stable/flextv/5.3.0/ix_values.yaml similarity index 100% rename from stable/flextv/5.1.3/ix_values.yaml rename to stable/flextv/5.3.0/ix_values.yaml diff --git a/stable/flextv/5.1.3/questions.yaml b/stable/flextv/5.3.0/questions.yaml similarity index 100% rename from stable/flextv/5.1.3/questions.yaml rename to stable/flextv/5.3.0/questions.yaml diff --git a/stable/flextv/5.1.3/templates/common.yaml b/stable/flextv/5.3.0/templates/common.yaml similarity index 100% rename from stable/flextv/5.1.3/templates/common.yaml rename to stable/flextv/5.3.0/templates/common.yaml diff --git a/stable/fluidd/9.1.3/values.yaml b/stable/flextv/5.3.0/values.yaml similarity index 100% rename from stable/fluidd/9.1.3/values.yaml rename to stable/flextv/5.3.0/values.yaml diff --git a/stable/flood/13.1.3/CHANGELOG.md b/stable/flood/13.1.3/CHANGELOG.md deleted file mode 100644 index ce0d56f3611..00000000000 --- a/stable/flood/13.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [flood-12.1.11](https://github.com/truecharts/charts/compare/flood-12.1.10...flood-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [flood-12.1.10](https://github.com/truecharts/charts/compare/flood-12.1.9...flood-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [flood-12.1.9](https://github.com/truecharts/charts/compare/flood-12.1.8...flood-12.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [flood-12.1.8](https://github.com/truecharts/charts/compare/flood-12.1.7...flood-12.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [flood-12.1.7](https://github.com/truecharts/charts/compare/flood-12.1.6...flood-12.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [flood-12.1.6](https://github.com/truecharts/charts/compare/flood-12.1.5...flood-12.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [flood-12.1.5](https://github.com/truecharts/charts/compare/flood-12.1.4...flood-12.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [flood-12.1.4](https://github.com/truecharts/charts/compare/flood-12.1.3...flood-12.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [flood-12.1.3](https://github.com/truecharts/charts/compare/flood-12.1.0...flood-12.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/flood/13.1.3/Chart.yaml b/stable/flood/13.1.3/Chart.yaml deleted file mode 100644 index 935e3ae428b..00000000000 --- a/stable/flood/13.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.7.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Flood is a monitoring service for various torrent clients -home: https://truecharts.org/charts/stable/flood -icon: https://truecharts.org/img/hotlink-ok/chart-icons/flood.png -keywords: - - flood - - rtorrent - - qbittorrent - - transmission -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: flood -sources: - - https://github.com/jesec/flood - - https://github.com/truecharts/charts/tree/master/charts/stable/flood - - https://hub.docker.com/r/jesec/flood -type: application -version: 13.1.3 diff --git a/stable/flood/13.1.3/charts/common-18.0.3.tgz b/stable/flood/13.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/flood/13.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/fluttercoin-wallet/5.1.3/.helmignore b/stable/flood/13.3.0/.helmignore similarity index 100% rename from stable/fluttercoin-wallet/5.1.3/.helmignore rename to stable/flood/13.3.0/.helmignore diff --git a/stable/flood/13.3.0/CHANGELOG.md b/stable/flood/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..c006b69b397 --- /dev/null +++ b/stable/flood/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [flood-13.3.0](https://github.com/truecharts/charts/compare/flood-13.2.3...flood-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [flood-13.2.3](https://github.com/truecharts/charts/compare/flood-13.2.2...flood-13.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [flood-13.2.2](https://github.com/truecharts/charts/compare/flood-13.2.0...flood-13.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [flood-12.1.11](https://github.com/truecharts/charts/compare/flood-12.1.10...flood-12.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [flood-12.1.10](https://github.com/truecharts/charts/compare/flood-12.1.9...flood-12.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [flood-12.1.9](https://github.com/truecharts/charts/compare/flood-12.1.8...flood-12.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [flood-12.1.8](https://github.com/truecharts/charts/compare/flood-12.1.7...flood-12.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [flood-12.1.7](https://github.com/truecharts/charts/compare/flood-12.1.6...flood-12.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [flood-12.1.6](https://github.com/truecharts/charts/compare/flood-12.1.5...flood-12.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/flood/13.3.0/Chart.yaml b/stable/flood/13.3.0/Chart.yaml new file mode 100644 index 00000000000..3ad2d014267 --- /dev/null +++ b/stable/flood/13.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.7.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Flood is a monitoring service for various torrent clients +home: https://truecharts.org/charts/stable/flood +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flood.png +keywords: + - flood + - rtorrent + - qbittorrent + - transmission +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: flood +sources: + - https://github.com/jesec/flood + - https://github.com/truecharts/charts/tree/master/charts/stable/flood + - https://hub.docker.com/r/jesec/flood +type: application +version: 13.3.0 diff --git a/stable/flood/13.1.3/README.md b/stable/flood/13.3.0/README.md similarity index 100% rename from stable/flood/13.1.3/README.md rename to stable/flood/13.3.0/README.md diff --git a/stable/flood/13.3.0/app-changelog.md b/stable/flood/13.3.0/app-changelog.md new file mode 100644 index 00000000000..ef48b3f40d6 --- /dev/null +++ b/stable/flood/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [flood-13.3.0](https://github.com/truecharts/charts/compare/flood-13.2.3...flood-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/flood/13.1.3/app-readme.md b/stable/flood/13.3.0/app-readme.md similarity index 100% rename from stable/flood/13.1.3/app-readme.md rename to stable/flood/13.3.0/app-readme.md diff --git a/stable/flood/13.3.0/charts/common-18.2.0.tgz b/stable/flood/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/flood/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/flood/13.1.3/ix_values.yaml b/stable/flood/13.3.0/ix_values.yaml similarity index 100% rename from stable/flood/13.1.3/ix_values.yaml rename to stable/flood/13.3.0/ix_values.yaml diff --git a/stable/flood/13.1.3/questions.yaml b/stable/flood/13.3.0/questions.yaml similarity index 100% rename from stable/flood/13.1.3/questions.yaml rename to stable/flood/13.3.0/questions.yaml diff --git a/stable/foldingathome/9.2.0/templates/NOTES.txt b/stable/flood/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/foldingathome/9.2.0/templates/NOTES.txt rename to stable/flood/13.3.0/templates/NOTES.txt diff --git a/stable/foldingathome/9.2.0/templates/common.yaml b/stable/flood/13.3.0/templates/common.yaml similarity index 100% rename from stable/foldingathome/9.2.0/templates/common.yaml rename to stable/flood/13.3.0/templates/common.yaml diff --git a/stable/fluttercoin-wallet/5.1.3/values.yaml b/stable/flood/13.3.0/values.yaml similarity index 100% rename from stable/fluttercoin-wallet/5.1.3/values.yaml rename to stable/flood/13.3.0/values.yaml diff --git a/stable/flowise/4.3.0/CHANGELOG.md b/stable/flowise/4.3.0/CHANGELOG.md deleted file mode 100644 index 66464da9f25..00000000000 --- a/stable/flowise/4.3.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - -## [flowise-3.2.0](https://github.com/truecharts/charts/compare/flowise-3.1.16...flowise-3.2.0) (2024-02-12) - -### Chore - - - -- update container image flowiseai/flowise to v1.5.0[@aa38ca1](https://github.com/aa38ca1) by renovate ([#18181](https://github.com/truecharts/charts/issues/18181)) - - -## [flowise-3.1.16](https://github.com/truecharts/charts/compare/flowise-3.1.15...flowise-3.1.16) (2024-02-05) - -### Chore - - - -- update container image flowiseai/flowise to v1.4.12[@56c23bb](https://github.com/56c23bb) by renovate ([#17906](https://github.com/truecharts/charts/issues/17906)) - - -## [flowise-3.1.15](https://github.com/truecharts/charts/compare/flowise-3.1.14...flowise-3.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [flowise-3.1.14](https://github.com/truecharts/charts/compare/flowise-3.1.13...flowise-3.1.14) (2024-01-29) - -### Chore - - - -- update container image flowiseai/flowise to v1.4.11[@a94511f](https://github.com/a94511f) by renovate ([#17668](https://github.com/truecharts/charts/issues/17668)) - - -## [flowise-3.1.13](https://github.com/truecharts/charts/compare/flowise-3.1.12...flowise-3.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [flowise-3.1.12](https://github.com/truecharts/charts/compare/flowise-3.1.11...flowise-3.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [flowise-3.1.11](https://github.com/truecharts/charts/compare/flowise-3.1.10...flowise-3.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [flowise-3.1.10](https://github.com/truecharts/charts/compare/flowise-3.1.9...flowise-3.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [flowise-3.1.9](https://github.com/truecharts/charts/compare/flowise-3.1.8...flowise-3.1.9) (2024-01-21) - -### Chore - - - -- update container image flowiseai/flowise to v1.4.10[@9faed79](https://github.com/9faed79) by renovate ([#17413](https://github.com/truecharts/charts/issues/17413)) diff --git a/stable/flowise/4.3.0/Chart.yaml b/stable/flowise/4.3.0/Chart.yaml deleted file mode 100644 index 9ef93f8f067..00000000000 --- a/stable/flowise/4.3.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: ai - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.6.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Drag & drop UI to build your customized LLM flow. -home: https://truecharts.org/charts/stable/flowise -icon: https://truecharts.org/img/hotlink-ok/chart-icons/flowise.png -keywords: - - flowise - - ai -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: flowise -sources: - - https://github.com/FlowiseAI/Flowise - - https://github.com/truecharts/charts/tree/master/charts/stable/flowise - - https://hub.docker.com/r/flowiseai/flowise -type: application -version: 4.3.0 diff --git a/stable/flowise/4.3.0/charts/common-18.1.2.tgz b/stable/flowise/4.3.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/flowise/4.3.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/flowise/4.3.0/ix_values.yaml b/stable/flowise/4.3.0/ix_values.yaml deleted file mode 100644 index bd38e437a06..00000000000 --- a/stable/flowise/4.3.0/ix_values.yaml +++ /dev/null @@ -1,80 +0,0 @@ -image: - repository: flowiseai/flowise - pullPolicy: IfNotPresent - tag: 1.6.0@sha256:0eb31839a29fa98a801065054d3f4398b88d7cddb3425a5a5d05fe9c4fd411fd -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - protocol: http - port: 3000 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - path: "/" - readiness: - path: "/" - startup: - path: "/" - args: - - npx - - flowise - - start - env: - PORT: "{{ .Values.service.main.ports.main.port }}" - # Set paths - APIKEY_PATH: "{{.Values.persistence.api.mountPath }}" - LOG_PATH: "{{.Values.persistence.logs.mountPath }}" - # Postgres DB - DATABASE_TYPE: postgres - OVERRIDE_DATABASE: true - DATABASE_HOST: - secretKeyRef: - name: cnpg-main-urls - key: host - DATABASE_PORT: 5432 - DATABASE_USER: "{{ .Values.cnpg.main.user }}" - DATABASE_PASSWORD: - secretKeyRef: - name: cnpg-main-user - key: password - DATABASE_NAME: "{{ .Values.cnpg.main.database }}" - # child | main - EXECUTION_MODE: main - # error | warn | info | verbose | debug - LOG_LEVEL: debug - DEBUG: true - # optional auth - FLOWISE_USERNAME: user - FLOWISE_PASSWORD: 1234 - PASSPHRASE: - secretKeyRef: - name: flowise-secrets - key: PASSPHRASE - # TOOL_FUNCTION_BUILTIN_DEP - # TOOL_FUNCTION_EXTERNAL_DEP -persistence: - api: - enabled: true - mountPath: "/config/api" - logs: - enabled: true - mountPath: "/config/logs" -cnpg: - main: - enabled: true - user: flowise - database: flowise -portal: - open: - enabled: true diff --git a/stable/flowise/4.3.0/questions.yaml b/stable/flowise/4.3.0/questions.yaml deleted file mode 100755 index bf1cb4dac2a..00000000000 --- a/stable/flowise/4.3.0/questions.yaml +++ /dev/null @@ -1,3628 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: FLOWISE_USERNAME - label: Username - description: Optionally set Username to login. - schema: - type: string - default: "" - - variable: FLOWISE_PASSWORD - label: Password - description: Optionally set Password to login. - schema: - type: string - private: true - default: "" - - variable: EXECUTION_MODE - label: Execution Mode - description: Whether predictions run in their own process or the main process. - schema: - type: string - default: main - enum: - - value: main - description: Main - - value: child - description: Child - - variable: DEBUG - label: Debug - description: Print logs onto terminal/console. - schema: - type: boolean - default: true - - variable: LOG_LEVEL - label: Log Level - description: Different log levels for loggers to be saved. - schema: - type: string - default: debug - enum: - - value: error - description: Error - - value: warn - description: Warn - - value: info - description: Info - - value: verbose - description: Verbose - - value: debug - description: Debug - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 3000 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: api - label: "App API Storage" - description: "Stores the Application API." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: logs - label: "App Logs Storage" - description: "Stores the Application Logs." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/flowise/4.3.0/templates/_secrets.tpl b/stable/flowise/4.3.0/templates/_secrets.tpl deleted file mode 100644 index f1fea400703..00000000000 --- a/stable/flowise/4.3.0/templates/_secrets.tpl +++ /dev/null @@ -1,14 +0,0 @@ -{{/* Define the secrets */}} -{{- define "flowise.secrets" -}} -{{- $secretName := (printf "%s-flowise-secrets" (include "tc.v1.common.lib.chart.names.fullname" $)) }} -{{- $flowiseprevious := lookup "v1" "Secret" .Release.Namespace $secretName }} -enabled: true -data: - {{- if $flowiseprevious }} - PASSPHRASE: {{ index $flowiseprevious.data "PASSPHRASE" | b64dec }} - {{- else }} - {{- $pass_key := randAlphaNum 32 }} - PASSPHRASE: {{ $pass_key }} - {{- end }} - -{{- end -}} diff --git a/stable/fmd2-wine/5.1.3/.helmignore b/stable/flowise/4.4.0/.helmignore similarity index 100% rename from stable/fmd2-wine/5.1.3/.helmignore rename to stable/flowise/4.4.0/.helmignore diff --git a/stable/flowise/4.4.0/CHANGELOG.md b/stable/flowise/4.4.0/CHANGELOG.md new file mode 100644 index 00000000000..2ef61c248dd --- /dev/null +++ b/stable/flowise/4.4.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [flowise-4.4.0](https://github.com/truecharts/charts/compare/flowise-4.3.4...flowise-4.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [flowise-4.3.4](https://github.com/truecharts/charts/compare/flowise-4.3.3...flowise-4.3.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [flowise-4.3.3](https://github.com/truecharts/charts/compare/flowise-4.3.1...flowise-4.3.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + +## [flowise-3.2.0](https://github.com/truecharts/charts/compare/flowise-3.1.16...flowise-3.2.0) (2024-02-12) + +### Chore + + + +- update container image flowiseai/flowise to v1.5.0[@aa38ca1](https://github.com/aa38ca1) by renovate ([#18181](https://github.com/truecharts/charts/issues/18181)) + + +## [flowise-3.1.16](https://github.com/truecharts/charts/compare/flowise-3.1.15...flowise-3.1.16) (2024-02-05) + +### Chore + + + +- update container image flowiseai/flowise to v1.4.12[@56c23bb](https://github.com/56c23bb) by renovate ([#17906](https://github.com/truecharts/charts/issues/17906)) + + +## [flowise-3.1.15](https://github.com/truecharts/charts/compare/flowise-3.1.14...flowise-3.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [flowise-3.1.14](https://github.com/truecharts/charts/compare/flowise-3.1.13...flowise-3.1.14) (2024-01-29) + +### Chore + + + +- update container image flowiseai/flowise to v1.4.11[@a94511f](https://github.com/a94511f) by renovate ([#17668](https://github.com/truecharts/charts/issues/17668)) + + +## [flowise-3.1.13](https://github.com/truecharts/charts/compare/flowise-3.1.12...flowise-3.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [flowise-3.1.12](https://github.com/truecharts/charts/compare/flowise-3.1.11...flowise-3.1.12) (2024-01-21) + +### Chore + diff --git a/stable/flowise/4.4.0/Chart.yaml b/stable/flowise/4.4.0/Chart.yaml new file mode 100644 index 00000000000..871497cdf72 --- /dev/null +++ b/stable/flowise/4.4.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: ai + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.6.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Drag & drop UI to build your customized LLM flow. +home: https://truecharts.org/charts/stable/flowise +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flowise.png +keywords: + - flowise + - ai +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: flowise +sources: + - https://github.com/FlowiseAI/Flowise + - https://github.com/truecharts/charts/tree/master/charts/stable/flowise + - https://hub.docker.com/r/flowiseai/flowise +type: application +version: 4.4.0 diff --git a/stable/flowise/4.3.0/README.md b/stable/flowise/4.4.0/README.md similarity index 100% rename from stable/flowise/4.3.0/README.md rename to stable/flowise/4.4.0/README.md diff --git a/stable/flowise/4.4.0/app-changelog.md b/stable/flowise/4.4.0/app-changelog.md new file mode 100644 index 00000000000..3a6e37df4d3 --- /dev/null +++ b/stable/flowise/4.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [flowise-4.4.0](https://github.com/truecharts/charts/compare/flowise-4.3.4...flowise-4.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/flowise/4.3.0/app-readme.md b/stable/flowise/4.4.0/app-readme.md similarity index 100% rename from stable/flowise/4.3.0/app-readme.md rename to stable/flowise/4.4.0/app-readme.md diff --git a/stable/flowise/4.4.0/charts/common-18.2.0.tgz b/stable/flowise/4.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/flowise/4.4.0/charts/common-18.2.0.tgz differ diff --git a/stable/flowise/4.4.0/ix_values.yaml b/stable/flowise/4.4.0/ix_values.yaml new file mode 100644 index 00000000000..30ccaa49894 --- /dev/null +++ b/stable/flowise/4.4.0/ix_values.yaml @@ -0,0 +1,89 @@ +image: + repository: flowiseai/flowise + pullPolicy: IfNotPresent + tag: 1.6.0@sha256:0eb31839a29fa98a801065054d3f4398b88d7cddb3425a5a5d05fe9c4fd411fd +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + protocol: http + port: 3000 +workload: + main: + podSpec: + containers: + main: + args: + - flowise + - start + env: + PORT: "{{ .Values.service.main.ports.main.port }}" + # Set paths + APIKEY_PATH: "{{.Values.persistence.api.mountPath }}" + LOG_PATH: "{{.Values.persistence.logs.mountPath }}" + SECRETKEY_PATH: "{{.Values.persistence.secrets.mountPath }}" + BLOB_STORAGE_PATH: "{{.Values.persistence.storage.mountPath }}" + # Postgres DB + DATABASE_TYPE: postgres + OVERRIDE_DATABASE: true + DATABASE_HOST: + secretKeyRef: + name: cnpg-main-urls + key: host + DATABASE_PORT: 5432 + DATABASE_USER: "{{ .Values.cnpg.main.user }}" + DATABASE_PASSWORD: + secretKeyRef: + name: cnpg-main-user + key: password + DATABASE_NAME: "{{ .Values.cnpg.main.database }}" + DATABASE_SSL: false + # child | main + EXECUTION_MODE: main + # error | warn | info | verbose | debug + LOG_LEVEL: debug + DEBUG: true + # optional auth + FLOWISE_USERNAME: user + FLOWISE_PASSWORD: 1234 + FLOWISE_FILE_SIZE_LIMIT: 50mb + CORS_ORIGINS: "*" + # IFRAME_ORIGINS="*" + FLOWISE_SECRETKEY_OVERWRITE: + secretKeyRef: + name: flowise-secrets + key: FLOWISE_SECRETKEY_OVERWRITE + # TOOL_FUNCTION_BUILTIN_DEP + # TOOL_FUNCTION_EXTERNAL_DEP + LANGCHAIN_TRACING_V2: false + # LANGCHAIN_ENDPOINT=https://api.smith.langchain.com + # LANGCHAIN_API_KEY=your_api_key + # LANGCHAIN_PROJECT=your_project + +persistence: + api: + enabled: true + mountPath: "/config/api" + logs: + enabled: true + mountPath: "/config/logs" + secrets: + enabled: true + mountPath: "/config/secrets" + storage: + enabled: true + mountPath: "/config/storage" +cnpg: + main: + enabled: true + user: flowise + database: flowise +portal: + open: + enabled: true diff --git a/stable/flowise/4.4.0/questions.yaml b/stable/flowise/4.4.0/questions.yaml new file mode 100755 index 00000000000..d4b8e2b72b0 --- /dev/null +++ b/stable/flowise/4.4.0/questions.yaml @@ -0,0 +1,3620 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + label: Image Environment + schema: + additional_attrs: true + type: dict + attrs: + - variable: FLOWISE_USERNAME + label: Username + description: Optionally set Username to login. + schema: + type: string + default: "" + - variable: FLOWISE_PASSWORD + label: Password + description: Optionally set Password to login. + schema: + type: string + private: true + default: "" + - variable: FLOWISE_FILE_SIZE_LIMIT + label: File Size Limit + schema: + type: string + default: "50mb" + - variable: CORS_ORIGINS + label: Cors Origins + schema: + type: string + default: "*" + - variable: EXECUTION_MODE + label: Execution Mode + description: Whether predictions run in their own process or the main process. + schema: + type: string + default: main + enum: + - value: main + description: Main + - value: child + description: Child + - variable: DEBUG + label: Debug + description: Print logs onto terminal/console. + schema: + type: boolean + default: true + - variable: LOG_LEVEL + label: Log Level + description: Different log levels for loggers to be saved. + schema: + type: string + default: debug + enum: + - value: error + description: Error + - value: warn + description: Warn + - value: info + description: Info + - value: verbose + description: Verbose + - value: debug + description: Debug + - variable: LANGCHAIN_TRACING_V2 + label: Enable LangChain Tracing V2 + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: LANGCHAIN_ENDPOINT + label: LangChain Endpoint + schema: + type: string + default: "" + - variable: LANGCHAIN_API_KEY + label: LangChain API Key + schema: + type: string + private: true + default: "" + - variable: LANGCHAIN_PROJECT + label: LangChain Project + schema: + type: string + default: "" + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 3000 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: api + label: "App API Storage" + description: "Stores the Application API." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: logs + label: "App Logs Storage" + description: "Stores the Application Logs." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/fossil/11.1.3/templates/NOTES.txt b/stable/flowise/4.4.0/templates/NOTES.txt similarity index 100% rename from stable/fossil/11.1.3/templates/NOTES.txt rename to stable/flowise/4.4.0/templates/NOTES.txt diff --git a/stable/flowise/4.4.0/templates/_secrets.tpl b/stable/flowise/4.4.0/templates/_secrets.tpl new file mode 100644 index 00000000000..ac725565fb5 --- /dev/null +++ b/stable/flowise/4.4.0/templates/_secrets.tpl @@ -0,0 +1,13 @@ +{{/* Define the secrets */}} +{{- define "flowise.secrets" -}} +{{- $secretName := (printf "%s-flowise-secrets" (include "tc.v1.common.lib.chart.names.fullname" $)) }} + +{{- $secretKey := randAlphaNum 32 -}} + + {{- with lookup "v1" "Secret" .Release.Namespace $secretName -}} + {{- $secretKey = index .data "FLOWISE_SECRETKEY_OVERWRITE" | b64dec -}} + {{- end }} +enabled: true +data: + FLOWISE_SECRETKEY_OVERWRITE: {{ $secretKey }} +{{- end -}} diff --git a/stable/flowise/4.3.0/templates/common.yaml b/stable/flowise/4.4.0/templates/common.yaml similarity index 100% rename from stable/flowise/4.3.0/templates/common.yaml rename to stable/flowise/4.4.0/templates/common.yaml diff --git a/stable/fmd2-wine/5.1.3/values.yaml b/stable/flowise/4.4.0/values.yaml similarity index 100% rename from stable/fmd2-wine/5.1.3/values.yaml rename to stable/flowise/4.4.0/values.yaml diff --git a/stable/fluidd/9.1.3/CHANGELOG.md b/stable/fluidd/9.1.3/CHANGELOG.md deleted file mode 100644 index 77a4ccd49fc..00000000000 --- a/stable/fluidd/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - -## [fluidd-8.2.0](https://github.com/truecharts/charts/compare/fluidd-8.1.11...fluidd-8.2.0) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/fluidd-core/fluidd to v1.28.0[@06a277f](https://github.com/06a277f) by renovate ([#18182](https://github.com/truecharts/charts/issues/18182)) - - -## [fluidd-8.1.11](https://github.com/truecharts/charts/compare/fluidd-8.1.10...fluidd-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [fluidd-8.1.10](https://github.com/truecharts/charts/compare/fluidd-8.1.9...fluidd-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [fluidd-8.1.9](https://github.com/truecharts/charts/compare/fluidd-8.1.8...fluidd-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [fluidd-8.1.8](https://github.com/truecharts/charts/compare/fluidd-8.1.7...fluidd-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [fluidd-8.1.7](https://github.com/truecharts/charts/compare/fluidd-8.1.6...fluidd-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [fluidd-8.1.6](https://github.com/truecharts/charts/compare/fluidd-8.1.5...fluidd-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [fluidd-8.1.5](https://github.com/truecharts/charts/compare/fluidd-8.1.4...fluidd-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [fluidd-8.1.4](https://github.com/truecharts/charts/compare/fluidd-8.1.3...fluidd-8.1.4) (2024-01-01) \ No newline at end of file diff --git a/stable/fluidd/9.1.3/Chart.yaml b/stable/fluidd/9.1.3/Chart.yaml deleted file mode 100644 index 0442cdcc411..00000000000 --- a/stable/fluidd/9.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.28.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Fluidd is a free and open-source Klipper web interface for managing your 3d printer. -home: https://truecharts.org/charts/stable/fluidd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fluidd.png -keywords: - - fluidd -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: fluidd -sources: - - https://github.com/fluidd-core/fluidd - - https://github.com/truecharts/charts/tree/master/charts/stable/fluidd - - https://ghcr.io/fluidd-core/fluidd -type: application -version: 9.1.3 diff --git a/stable/fluidd/9.1.3/charts/common-18.0.3.tgz b/stable/fluidd/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/fluidd/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/foldingathome/9.2.0/.helmignore b/stable/fluidd/9.3.0/.helmignore similarity index 100% rename from stable/foldingathome/9.2.0/.helmignore rename to stable/fluidd/9.3.0/.helmignore diff --git a/stable/fluidd/9.3.0/CHANGELOG.md b/stable/fluidd/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..4124d4ed1fc --- /dev/null +++ b/stable/fluidd/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fluidd-9.3.0](https://github.com/truecharts/charts/compare/fluidd-9.2.3...fluidd-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [fluidd-9.2.3](https://github.com/truecharts/charts/compare/fluidd-9.2.2...fluidd-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [fluidd-9.2.2](https://github.com/truecharts/charts/compare/fluidd-9.2.0...fluidd-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + +## [fluidd-8.2.0](https://github.com/truecharts/charts/compare/fluidd-8.1.11...fluidd-8.2.0) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/fluidd-core/fluidd to v1.28.0[@06a277f](https://github.com/06a277f) by renovate ([#18182](https://github.com/truecharts/charts/issues/18182)) + + +## [fluidd-8.1.11](https://github.com/truecharts/charts/compare/fluidd-8.1.10...fluidd-8.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [fluidd-8.1.10](https://github.com/truecharts/charts/compare/fluidd-8.1.9...fluidd-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [fluidd-8.1.9](https://github.com/truecharts/charts/compare/fluidd-8.1.8...fluidd-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [fluidd-8.1.8](https://github.com/truecharts/charts/compare/fluidd-8.1.7...fluidd-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + diff --git a/stable/fluidd/9.3.0/Chart.yaml b/stable/fluidd/9.3.0/Chart.yaml new file mode 100644 index 00000000000..b5954ec58ce --- /dev/null +++ b/stable/fluidd/9.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.28.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Fluidd is a free and open-source Klipper web interface for managing your 3d printer. +home: https://truecharts.org/charts/stable/fluidd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fluidd.png +keywords: + - fluidd +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fluidd +sources: + - https://github.com/fluidd-core/fluidd + - https://github.com/truecharts/charts/tree/master/charts/stable/fluidd + - https://ghcr.io/fluidd-core/fluidd +type: application +version: 9.3.0 diff --git a/stable/fluidd/9.1.3/README.md b/stable/fluidd/9.3.0/README.md similarity index 100% rename from stable/fluidd/9.1.3/README.md rename to stable/fluidd/9.3.0/README.md diff --git a/stable/fluidd/9.3.0/app-changelog.md b/stable/fluidd/9.3.0/app-changelog.md new file mode 100644 index 00000000000..bf3b0e6276f --- /dev/null +++ b/stable/fluidd/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [fluidd-9.3.0](https://github.com/truecharts/charts/compare/fluidd-9.2.3...fluidd-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/fluidd/9.1.3/app-readme.md b/stable/fluidd/9.3.0/app-readme.md similarity index 100% rename from stable/fluidd/9.1.3/app-readme.md rename to stable/fluidd/9.3.0/app-readme.md diff --git a/stable/fluidd/9.3.0/charts/common-18.2.0.tgz b/stable/fluidd/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/fluidd/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/fluidd/9.1.3/ix_values.yaml b/stable/fluidd/9.3.0/ix_values.yaml similarity index 100% rename from stable/fluidd/9.1.3/ix_values.yaml rename to stable/fluidd/9.3.0/ix_values.yaml diff --git a/stable/fluidd/9.1.3/questions.yaml b/stable/fluidd/9.3.0/questions.yaml similarity index 100% rename from stable/fluidd/9.1.3/questions.yaml rename to stable/fluidd/9.3.0/questions.yaml diff --git a/stable/freeradius/13.1.3/templates/NOTES.txt b/stable/fluidd/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/freeradius/13.1.3/templates/NOTES.txt rename to stable/fluidd/9.3.0/templates/NOTES.txt diff --git a/stable/freshrss/18.2.0/templates/common.yaml b/stable/fluidd/9.3.0/templates/common.yaml similarity index 100% rename from stable/freshrss/18.2.0/templates/common.yaml rename to stable/fluidd/9.3.0/templates/common.yaml diff --git a/stable/foldingathome/9.2.0/values.yaml b/stable/fluidd/9.3.0/values.yaml similarity index 100% rename from stable/foldingathome/9.2.0/values.yaml rename to stable/fluidd/9.3.0/values.yaml diff --git a/stable/fluttercoin-wallet/5.1.3/CHANGELOG.md b/stable/fluttercoin-wallet/5.1.3/CHANGELOG.md deleted file mode 100644 index 9acc077ccb3..00000000000 --- a/stable/fluttercoin-wallet/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [fluttercoin-wallet-4.1.12](https://github.com/truecharts/charts/compare/fluttercoin-wallet-4.1.11...fluttercoin-wallet-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [fluttercoin-wallet-4.1.11](https://github.com/truecharts/charts/compare/fluttercoin-wallet-4.1.10...fluttercoin-wallet-4.1.11) (2024-01-29) - -### Chore - - - -- update container image ich777/fluttercoin to latest[@532b141](https://github.com/532b141) by renovate ([#17633](https://github.com/truecharts/charts/issues/17633)) - - -## [fluttercoin-wallet-4.1.10](https://github.com/truecharts/charts/compare/fluttercoin-wallet-4.1.9...fluttercoin-wallet-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [fluttercoin-wallet-4.1.9](https://github.com/truecharts/charts/compare/fluttercoin-wallet-4.1.8...fluttercoin-wallet-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [fluttercoin-wallet-4.1.8](https://github.com/truecharts/charts/compare/fluttercoin-wallet-4.1.7...fluttercoin-wallet-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [fluttercoin-wallet-4.1.7](https://github.com/truecharts/charts/compare/fluttercoin-wallet-4.1.6...fluttercoin-wallet-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [fluttercoin-wallet-4.1.6](https://github.com/truecharts/charts/compare/fluttercoin-wallet-4.1.5...fluttercoin-wallet-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [fluttercoin-wallet-4.1.5](https://github.com/truecharts/charts/compare/fluttercoin-wallet-4.1.4...fluttercoin-wallet-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [fluttercoin-wallet-4.1.4](https://github.com/truecharts/charts/compare/fluttercoin-wallet-4.1.3...fluttercoin-wallet-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/fluttercoin-wallet/5.1.3/Chart.yaml b/stable/fluttercoin-wallet/5.1.3/Chart.yaml deleted file mode 100644 index 52b45b9ccdc..00000000000 --- a/stable/fluttercoin-wallet/5.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: FlutterCoin may be a coin with the tried and true algorithm of scrypt, but it's definitely anything but ordinary. -home: https://truecharts.org/charts/stable/fluttercoin-wallet -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fluttercoin-wallet.png -keywords: - - fluttercoin-wallet - - Network-Other - - Productivity - - Tools-Utilities - - Crypto -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: fluttercoin-wallet -sources: - - https://fluttercoin.me/ - - https://github.com/truecharts/charts/tree/master/charts/stable/fluttercoin-wallet - - https://hub.docker.com/r/ich777/fluttercoin -type: application -version: 5.1.3 diff --git a/stable/fluttercoin-wallet/5.1.3/charts/common-18.0.3.tgz b/stable/fluttercoin-wallet/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/fluttercoin-wallet/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/fossil/11.1.3/.helmignore b/stable/fluttercoin-wallet/5.3.0/.helmignore similarity index 100% rename from stable/fossil/11.1.3/.helmignore rename to stable/fluttercoin-wallet/5.3.0/.helmignore diff --git a/stable/fluttercoin-wallet/5.3.0/CHANGELOG.md b/stable/fluttercoin-wallet/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..55768001044 --- /dev/null +++ b/stable/fluttercoin-wallet/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fluttercoin-wallet-5.3.0](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.2.3...fluttercoin-wallet-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [fluttercoin-wallet-5.2.3](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.2.2...fluttercoin-wallet-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [fluttercoin-wallet-5.2.2](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.2.0...fluttercoin-wallet-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [fluttercoin-wallet-4.1.12](https://github.com/truecharts/charts/compare/fluttercoin-wallet-4.1.11...fluttercoin-wallet-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [fluttercoin-wallet-4.1.11](https://github.com/truecharts/charts/compare/fluttercoin-wallet-4.1.10...fluttercoin-wallet-4.1.11) (2024-01-29) + +### Chore + + + +- update container image ich777/fluttercoin to latest[@532b141](https://github.com/532b141) by renovate ([#17633](https://github.com/truecharts/charts/issues/17633)) + + +## [fluttercoin-wallet-4.1.10](https://github.com/truecharts/charts/compare/fluttercoin-wallet-4.1.9...fluttercoin-wallet-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [fluttercoin-wallet-4.1.9](https://github.com/truecharts/charts/compare/fluttercoin-wallet-4.1.8...fluttercoin-wallet-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [fluttercoin-wallet-4.1.8](https://github.com/truecharts/charts/compare/fluttercoin-wallet-4.1.7...fluttercoin-wallet-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [fluttercoin-wallet-4.1.7](https://github.com/truecharts/charts/compare/fluttercoin-wallet-4.1.6...fluttercoin-wallet-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/fluttercoin-wallet/5.3.0/Chart.yaml b/stable/fluttercoin-wallet/5.3.0/Chart.yaml new file mode 100644 index 00000000000..d32084ba85a --- /dev/null +++ b/stable/fluttercoin-wallet/5.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: FlutterCoin may be a coin with the tried and true algorithm of scrypt, but it's definitely anything but ordinary. +home: https://truecharts.org/charts/stable/fluttercoin-wallet +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fluttercoin-wallet.png +keywords: + - fluttercoin-wallet + - Network-Other + - Productivity + - Tools-Utilities + - Crypto +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fluttercoin-wallet +sources: + - https://fluttercoin.me/ + - https://github.com/truecharts/charts/tree/master/charts/stable/fluttercoin-wallet + - https://hub.docker.com/r/ich777/fluttercoin +type: application +version: 5.3.0 diff --git a/stable/fluttercoin-wallet/5.1.3/README.md b/stable/fluttercoin-wallet/5.3.0/README.md similarity index 100% rename from stable/fluttercoin-wallet/5.1.3/README.md rename to stable/fluttercoin-wallet/5.3.0/README.md diff --git a/stable/fluttercoin-wallet/5.3.0/app-changelog.md b/stable/fluttercoin-wallet/5.3.0/app-changelog.md new file mode 100644 index 00000000000..fa8bd774963 --- /dev/null +++ b/stable/fluttercoin-wallet/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [fluttercoin-wallet-5.3.0](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.2.3...fluttercoin-wallet-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/fluttercoin-wallet/5.1.3/app-readme.md b/stable/fluttercoin-wallet/5.3.0/app-readme.md similarity index 100% rename from stable/fluttercoin-wallet/5.1.3/app-readme.md rename to stable/fluttercoin-wallet/5.3.0/app-readme.md diff --git a/stable/fluttercoin-wallet/5.3.0/charts/common-18.2.0.tgz b/stable/fluttercoin-wallet/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/fluttercoin-wallet/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/fluttercoin-wallet/5.1.3/ix_values.yaml b/stable/fluttercoin-wallet/5.3.0/ix_values.yaml similarity index 100% rename from stable/fluttercoin-wallet/5.1.3/ix_values.yaml rename to stable/fluttercoin-wallet/5.3.0/ix_values.yaml diff --git a/stable/fluttercoin-wallet/5.1.3/questions.yaml b/stable/fluttercoin-wallet/5.3.0/questions.yaml similarity index 100% rename from stable/fluttercoin-wallet/5.1.3/questions.yaml rename to stable/fluttercoin-wallet/5.3.0/questions.yaml diff --git a/stable/fluttercoin-wallet/5.1.3/templates/common.yaml b/stable/fluttercoin-wallet/5.3.0/templates/common.yaml similarity index 100% rename from stable/fluttercoin-wallet/5.1.3/templates/common.yaml rename to stable/fluttercoin-wallet/5.3.0/templates/common.yaml diff --git a/stable/fossil/11.1.3/values.yaml b/stable/fluttercoin-wallet/5.3.0/values.yaml similarity index 100% rename from stable/fossil/11.1.3/values.yaml rename to stable/fluttercoin-wallet/5.3.0/values.yaml diff --git a/stable/fmd2-wine/5.1.3/CHANGELOG.md b/stable/fmd2-wine/5.1.3/CHANGELOG.md deleted file mode 100644 index e36277b4016..00000000000 --- a/stable/fmd2-wine/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [fmd2-wine-4.1.11](https://github.com/truecharts/charts/compare/fmd2-wine-4.1.10...fmd2-wine-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [fmd2-wine-4.1.10](https://github.com/truecharts/charts/compare/fmd2-wine-4.1.9...fmd2-wine-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [fmd2-wine-4.1.9](https://github.com/truecharts/charts/compare/fmd2-wine-4.1.8...fmd2-wine-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [fmd2-wine-4.1.8](https://github.com/truecharts/charts/compare/fmd2-wine-4.1.7...fmd2-wine-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [fmd2-wine-4.1.7](https://github.com/truecharts/charts/compare/fmd2-wine-4.1.6...fmd2-wine-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [fmd2-wine-4.1.6](https://github.com/truecharts/charts/compare/fmd2-wine-4.1.5...fmd2-wine-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [fmd2-wine-4.1.5](https://github.com/truecharts/charts/compare/fmd2-wine-4.1.4...fmd2-wine-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [fmd2-wine-4.1.4](https://github.com/truecharts/charts/compare/fmd2-wine-4.1.3...fmd2-wine-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [fmd2-wine-4.1.3](https://github.com/truecharts/charts/compare/fmd2-wine-4.1.0...fmd2-wine-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/fmd2-wine/5.1.3/Chart.yaml b/stable/fmd2-wine/5.1.3/Chart.yaml deleted file mode 100644 index 9639242ceb4..00000000000 --- a/stable/fmd2-wine/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "**FMD2:** This is an active fork of the Free Manga Downloader which is a free open source application written in Object Pascal for managing and downloading manga from various websites. " -home: https://truecharts.org/charts/stable/fmd2-wine -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fmd2-wine.png -keywords: - - fmd2-wine - - Downloaders - - MediaApp-Books -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: fmd2-wine -sources: - - https://github.com/Banh-Canh/docker-FMD2 - - https://github.com/truecharts/charts/tree/master/charts/stable/fmd2-wine - - https://hub.docker.com/r/banhcanh/docker-fmd2 -type: application -version: 5.1.3 diff --git a/stable/fmd2-wine/5.1.3/charts/common-18.0.3.tgz b/stable/fmd2-wine/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/fmd2-wine/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/fotosho/5.1.3/.helmignore b/stable/fmd2-wine/5.3.0/.helmignore similarity index 100% rename from stable/fotosho/5.1.3/.helmignore rename to stable/fmd2-wine/5.3.0/.helmignore diff --git a/stable/fmd2-wine/5.3.0/CHANGELOG.md b/stable/fmd2-wine/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..8c5ac179a6e --- /dev/null +++ b/stable/fmd2-wine/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fmd2-wine-5.3.0](https://github.com/truecharts/charts/compare/fmd2-wine-5.2.3...fmd2-wine-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [fmd2-wine-5.2.3](https://github.com/truecharts/charts/compare/fmd2-wine-5.2.2...fmd2-wine-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [fmd2-wine-5.2.2](https://github.com/truecharts/charts/compare/fmd2-wine-5.2.0...fmd2-wine-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [fmd2-wine-4.1.11](https://github.com/truecharts/charts/compare/fmd2-wine-4.1.10...fmd2-wine-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [fmd2-wine-4.1.10](https://github.com/truecharts/charts/compare/fmd2-wine-4.1.9...fmd2-wine-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [fmd2-wine-4.1.9](https://github.com/truecharts/charts/compare/fmd2-wine-4.1.8...fmd2-wine-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [fmd2-wine-4.1.8](https://github.com/truecharts/charts/compare/fmd2-wine-4.1.7...fmd2-wine-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [fmd2-wine-4.1.7](https://github.com/truecharts/charts/compare/fmd2-wine-4.1.6...fmd2-wine-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [fmd2-wine-4.1.6](https://github.com/truecharts/charts/compare/fmd2-wine-4.1.5...fmd2-wine-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/fmd2-wine/5.3.0/Chart.yaml b/stable/fmd2-wine/5.3.0/Chart.yaml new file mode 100644 index 00000000000..ca91a977004 --- /dev/null +++ b/stable/fmd2-wine/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "**FMD2:** This is an active fork of the Free Manga Downloader which is a free open source application written in Object Pascal for managing and downloading manga from various websites. " +home: https://truecharts.org/charts/stable/fmd2-wine +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fmd2-wine.png +keywords: + - fmd2-wine + - Downloaders + - MediaApp-Books +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fmd2-wine +sources: + - https://github.com/Banh-Canh/docker-FMD2 + - https://github.com/truecharts/charts/tree/master/charts/stable/fmd2-wine + - https://hub.docker.com/r/banhcanh/docker-fmd2 +type: application +version: 5.3.0 diff --git a/stable/fmd2-wine/5.1.3/README.md b/stable/fmd2-wine/5.3.0/README.md similarity index 100% rename from stable/fmd2-wine/5.1.3/README.md rename to stable/fmd2-wine/5.3.0/README.md diff --git a/stable/fmd2-wine/5.3.0/app-changelog.md b/stable/fmd2-wine/5.3.0/app-changelog.md new file mode 100644 index 00000000000..dd07fe63136 --- /dev/null +++ b/stable/fmd2-wine/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [fmd2-wine-5.3.0](https://github.com/truecharts/charts/compare/fmd2-wine-5.2.3...fmd2-wine-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/fmd2-wine/5.1.3/app-readme.md b/stable/fmd2-wine/5.3.0/app-readme.md similarity index 100% rename from stable/fmd2-wine/5.1.3/app-readme.md rename to stable/fmd2-wine/5.3.0/app-readme.md diff --git a/stable/fmd2-wine/5.3.0/charts/common-18.2.0.tgz b/stable/fmd2-wine/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/fmd2-wine/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/fmd2-wine/5.1.3/ix_values.yaml b/stable/fmd2-wine/5.3.0/ix_values.yaml similarity index 100% rename from stable/fmd2-wine/5.1.3/ix_values.yaml rename to stable/fmd2-wine/5.3.0/ix_values.yaml diff --git a/stable/fmd2-wine/5.1.3/questions.yaml b/stable/fmd2-wine/5.3.0/questions.yaml similarity index 100% rename from stable/fmd2-wine/5.1.3/questions.yaml rename to stable/fmd2-wine/5.3.0/questions.yaml diff --git a/stable/fmd2-wine/5.1.3/templates/common.yaml b/stable/fmd2-wine/5.3.0/templates/common.yaml similarity index 100% rename from stable/fmd2-wine/5.1.3/templates/common.yaml rename to stable/fmd2-wine/5.3.0/templates/common.yaml diff --git a/stable/fotosho/5.1.3/values.yaml b/stable/fmd2-wine/5.3.0/values.yaml similarity index 100% rename from stable/fotosho/5.1.3/values.yaml rename to stable/fmd2-wine/5.3.0/values.yaml diff --git a/stable/foldingathome/9.2.0/CHANGELOG.md b/stable/foldingathome/9.2.0/CHANGELOG.md deleted file mode 100644 index 2e20d37475e..00000000000 --- a/stable/foldingathome/9.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - -## [foldingathome-8.1.16](https://github.com/truecharts/charts/compare/foldingathome-8.1.15...foldingathome-8.1.16) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@c1acbf0](https://github.com/c1acbf0) by renovate ([#18062](https://github.com/truecharts/charts/issues/18062)) - - -## [foldingathome-8.1.15](https://github.com/truecharts/charts/compare/foldingathome-8.1.14...foldingathome-8.1.15) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@0cad144](https://github.com/0cad144) by renovate ([#17851](https://github.com/truecharts/charts/issues/17851)) - - -## [foldingathome-8.1.14](https://github.com/truecharts/charts/compare/foldingathome-8.1.13...foldingathome-8.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [foldingathome-8.1.13](https://github.com/truecharts/charts/compare/foldingathome-8.1.12...foldingathome-8.1.13) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@910658a](https://github.com/910658a) by renovate ([#17607](https://github.com/truecharts/charts/issues/17607)) - - -## [foldingathome-8.1.12](https://github.com/truecharts/charts/compare/foldingathome-8.1.11...foldingathome-8.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [foldingathome-8.1.11](https://github.com/truecharts/charts/compare/foldingathome-8.1.10...foldingathome-8.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [foldingathome-8.1.10](https://github.com/truecharts/charts/compare/foldingathome-8.1.9...foldingathome-8.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [foldingathome-8.1.9](https://github.com/truecharts/charts/compare/foldingathome-8.1.8...foldingathome-8.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/foldingathome/9.2.0/Chart.yaml b/stable/foldingathome/9.2.0/Chart.yaml deleted file mode 100644 index 74f8fe31b0e..00000000000 --- a/stable/foldingathome/9.2.0/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 7.6.21 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Folding@home is a distributed computing project for simulating protein dynamics, including the process of protein folding and the movements of proteins implicated in a variety of diseases. -home: https://truecharts.org/charts/stable/foldingathome -icon: https://truecharts.org/img/hotlink-ok/chart-icons/foldingathome.png -keywords: - - foldingathome -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: foldingathome -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/foldingathome - - https://ghcr.io/linuxserver/foldingathome -type: application -version: 9.2.0 diff --git a/stable/foldingathome/9.2.0/charts/common-18.1.2.tgz b/stable/foldingathome/9.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/foldingathome/9.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/foldingathome/9.2.0/ix_values.yaml b/stable/foldingathome/9.2.0/ix_values.yaml deleted file mode 100644 index dc0389ab401..00000000000 --- a/stable/foldingathome/9.2.0/ix_values.yaml +++ /dev/null @@ -1,48 +0,0 @@ -image: - repository: ghcr.io/linuxserver/foldingathome - pullPolicy: IfNotPresent - tag: 7.6.21@sha256:4d1a810c0a360bbf738f0819d2bdfcfc5ce7fac7c3546aec1dcb54a3369e8e9e -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - path: / - readiness: - type: http - path: / - startup: - type: http - path: / - env: {} -service: - main: - ports: - main: - targetPort: 7396 - port: 7396 - control: - enabled: true - ports: - control: - enabled: true - targetPort: 36330 - port: 36330 -persistence: - config: - enabled: true - mountPath: /config - varrun: - enabled: true -portal: - open: - enabled: true diff --git a/stable/freecad-desktop-g3/5.2.0/.helmignore b/stable/foldingathome/9.3.0/.helmignore similarity index 100% rename from stable/freecad-desktop-g3/5.2.0/.helmignore rename to stable/foldingathome/9.3.0/.helmignore diff --git a/stable/foldingathome/9.3.0/CHANGELOG.md b/stable/foldingathome/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..0db0c813c23 --- /dev/null +++ b/stable/foldingathome/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [foldingathome-9.3.0](https://github.com/truecharts/charts/compare/foldingathome-9.2.4...foldingathome-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [foldingathome-9.2.4](https://github.com/truecharts/charts/compare/foldingathome-9.2.3...foldingathome-9.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [foldingathome-9.2.3](https://github.com/truecharts/charts/compare/foldingathome-9.2.1...foldingathome-9.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + +## [foldingathome-8.1.16](https://github.com/truecharts/charts/compare/foldingathome-8.1.15...foldingathome-8.1.16) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@c1acbf0](https://github.com/c1acbf0) by renovate ([#18062](https://github.com/truecharts/charts/issues/18062)) + + +## [foldingathome-8.1.15](https://github.com/truecharts/charts/compare/foldingathome-8.1.14...foldingathome-8.1.15) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@0cad144](https://github.com/0cad144) by renovate ([#17851](https://github.com/truecharts/charts/issues/17851)) + + +## [foldingathome-8.1.14](https://github.com/truecharts/charts/compare/foldingathome-8.1.13...foldingathome-8.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [foldingathome-8.1.13](https://github.com/truecharts/charts/compare/foldingathome-8.1.12...foldingathome-8.1.13) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@910658a](https://github.com/910658a) by renovate ([#17607](https://github.com/truecharts/charts/issues/17607)) + + +## [foldingathome-8.1.12](https://github.com/truecharts/charts/compare/foldingathome-8.1.11...foldingathome-8.1.12) (2024-01-26) + +### Chore + diff --git a/stable/foldingathome/9.3.0/Chart.yaml b/stable/foldingathome/9.3.0/Chart.yaml new file mode 100644 index 00000000000..693ee2242cc --- /dev/null +++ b/stable/foldingathome/9.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 7.6.21 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Folding@home is a distributed computing project for simulating protein dynamics, including the process of protein folding and the movements of proteins implicated in a variety of diseases. +home: https://truecharts.org/charts/stable/foldingathome +icon: https://truecharts.org/img/hotlink-ok/chart-icons/foldingathome.png +keywords: + - foldingathome +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: foldingathome +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/foldingathome + - https://ghcr.io/linuxserver/foldingathome +type: application +version: 9.3.0 diff --git a/stable/foldingathome/9.2.0/README.md b/stable/foldingathome/9.3.0/README.md similarity index 100% rename from stable/foldingathome/9.2.0/README.md rename to stable/foldingathome/9.3.0/README.md diff --git a/stable/foldingathome/9.3.0/app-changelog.md b/stable/foldingathome/9.3.0/app-changelog.md new file mode 100644 index 00000000000..29a51b8ef1c --- /dev/null +++ b/stable/foldingathome/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [foldingathome-9.3.0](https://github.com/truecharts/charts/compare/foldingathome-9.2.4...foldingathome-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/foldingathome/9.2.0/app-readme.md b/stable/foldingathome/9.3.0/app-readme.md similarity index 100% rename from stable/foldingathome/9.2.0/app-readme.md rename to stable/foldingathome/9.3.0/app-readme.md diff --git a/stable/foldingathome/9.3.0/charts/common-18.2.0.tgz b/stable/foldingathome/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/foldingathome/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/foldingathome/9.3.0/ix_values.yaml b/stable/foldingathome/9.3.0/ix_values.yaml new file mode 100644 index 00000000000..c11fc2e5bd4 --- /dev/null +++ b/stable/foldingathome/9.3.0/ix_values.yaml @@ -0,0 +1,48 @@ +image: + repository: ghcr.io/linuxserver/foldingathome + pullPolicy: IfNotPresent + tag: 7.6.21@sha256:f1ba533a22f8dd9ec8aba56b036dee1742792d012e88ee681e60c0da48308087 +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + path: / + readiness: + type: http + path: / + startup: + type: http + path: / + env: {} +service: + main: + ports: + main: + targetPort: 7396 + port: 7396 + control: + enabled: true + ports: + control: + enabled: true + targetPort: 36330 + port: 36330 +persistence: + config: + enabled: true + mountPath: /config + varrun: + enabled: true +portal: + open: + enabled: true diff --git a/stable/foldingathome/9.2.0/questions.yaml b/stable/foldingathome/9.3.0/questions.yaml similarity index 100% rename from stable/foldingathome/9.2.0/questions.yaml rename to stable/foldingathome/9.3.0/questions.yaml diff --git a/stable/freshrss/18.2.0/templates/NOTES.txt b/stable/foldingathome/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/freshrss/18.2.0/templates/NOTES.txt rename to stable/foldingathome/9.3.0/templates/NOTES.txt diff --git a/stable/gamevault-backend/5.1.3/templates/common.yaml b/stable/foldingathome/9.3.0/templates/common.yaml similarity index 100% rename from stable/gamevault-backend/5.1.3/templates/common.yaml rename to stable/foldingathome/9.3.0/templates/common.yaml diff --git a/stable/freecad-desktop-g3/5.2.0/values.yaml b/stable/foldingathome/9.3.0/values.yaml similarity index 100% rename from stable/freecad-desktop-g3/5.2.0/values.yaml rename to stable/foldingathome/9.3.0/values.yaml diff --git a/stable/fossil/11.1.3/CHANGELOG.md b/stable/fossil/11.1.3/CHANGELOG.md deleted file mode 100644 index 5ecb82f297c..00000000000 --- a/stable/fossil/11.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [fossil-10.1.11](https://github.com/truecharts/charts/compare/fossil-10.1.10...fossil-10.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [fossil-10.1.10](https://github.com/truecharts/charts/compare/fossil-10.1.9...fossil-10.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [fossil-10.1.9](https://github.com/truecharts/charts/compare/fossil-10.1.8...fossil-10.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [fossil-10.1.8](https://github.com/truecharts/charts/compare/fossil-10.1.7...fossil-10.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [fossil-10.1.7](https://github.com/truecharts/charts/compare/fossil-10.1.6...fossil-10.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [fossil-10.1.6](https://github.com/truecharts/charts/compare/fossil-10.1.5...fossil-10.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [fossil-10.1.5](https://github.com/truecharts/charts/compare/fossil-10.1.4...fossil-10.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [fossil-10.1.4](https://github.com/truecharts/charts/compare/fossil-10.1.3...fossil-10.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [fossil-10.1.3](https://github.com/truecharts/charts/compare/fossil-10.1.0...fossil-10.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/fossil/11.1.3/Chart.yaml b/stable/fossil/11.1.3/Chart.yaml deleted file mode 100644 index 6d327b77fe2..00000000000 --- a/stable/fossil/11.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.15.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A simple, high-reliability, distributed software configuration management system -home: https://truecharts.org/charts/stable/fossil -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fossil.png -keywords: - - fossil - - scm -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: fossil -sources: - - https://fossil-scm.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/fossil - - https://ghcr.io/nicholaswilde/fossil -type: application -version: 11.1.3 diff --git a/stable/fossil/11.1.3/charts/common-18.0.3.tgz b/stable/fossil/11.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/fossil/11.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/freeradius/13.1.3/.helmignore b/stable/fossil/11.3.0/.helmignore similarity index 100% rename from stable/freeradius/13.1.3/.helmignore rename to stable/fossil/11.3.0/.helmignore diff --git a/stable/fossil/11.3.0/CHANGELOG.md b/stable/fossil/11.3.0/CHANGELOG.md new file mode 100644 index 00000000000..3be31c7bda3 --- /dev/null +++ b/stable/fossil/11.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fossil-11.3.0](https://github.com/truecharts/charts/compare/fossil-11.2.3...fossil-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [fossil-11.2.3](https://github.com/truecharts/charts/compare/fossil-11.2.2...fossil-11.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [fossil-11.2.2](https://github.com/truecharts/charts/compare/fossil-11.2.0...fossil-11.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [fossil-10.1.11](https://github.com/truecharts/charts/compare/fossil-10.1.10...fossil-10.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [fossil-10.1.10](https://github.com/truecharts/charts/compare/fossil-10.1.9...fossil-10.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [fossil-10.1.9](https://github.com/truecharts/charts/compare/fossil-10.1.8...fossil-10.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [fossil-10.1.8](https://github.com/truecharts/charts/compare/fossil-10.1.7...fossil-10.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [fossil-10.1.7](https://github.com/truecharts/charts/compare/fossil-10.1.6...fossil-10.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [fossil-10.1.6](https://github.com/truecharts/charts/compare/fossil-10.1.5...fossil-10.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/fossil/11.3.0/Chart.yaml b/stable/fossil/11.3.0/Chart.yaml new file mode 100644 index 00000000000..ccc4387d171 --- /dev/null +++ b/stable/fossil/11.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.15.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A simple, high-reliability, distributed software configuration management system +home: https://truecharts.org/charts/stable/fossil +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fossil.png +keywords: + - fossil + - scm +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fossil +sources: + - https://fossil-scm.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/fossil + - https://ghcr.io/nicholaswilde/fossil +type: application +version: 11.3.0 diff --git a/stable/fossil/11.1.3/README.md b/stable/fossil/11.3.0/README.md similarity index 100% rename from stable/fossil/11.1.3/README.md rename to stable/fossil/11.3.0/README.md diff --git a/stable/fossil/11.3.0/app-changelog.md b/stable/fossil/11.3.0/app-changelog.md new file mode 100644 index 00000000000..cf0923fd88b --- /dev/null +++ b/stable/fossil/11.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [fossil-11.3.0](https://github.com/truecharts/charts/compare/fossil-11.2.3...fossil-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/fossil/11.1.3/app-readme.md b/stable/fossil/11.3.0/app-readme.md similarity index 100% rename from stable/fossil/11.1.3/app-readme.md rename to stable/fossil/11.3.0/app-readme.md diff --git a/stable/fossil/11.3.0/charts/common-18.2.0.tgz b/stable/fossil/11.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/fossil/11.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/fossil/11.1.3/ix_values.yaml b/stable/fossil/11.3.0/ix_values.yaml similarity index 100% rename from stable/fossil/11.1.3/ix_values.yaml rename to stable/fossil/11.3.0/ix_values.yaml diff --git a/stable/fossil/11.1.3/questions.yaml b/stable/fossil/11.3.0/questions.yaml similarity index 100% rename from stable/fossil/11.1.3/questions.yaml rename to stable/fossil/11.3.0/questions.yaml diff --git a/stable/friendica/13.5.0/templates/NOTES.txt b/stable/fossil/11.3.0/templates/NOTES.txt similarity index 100% rename from stable/friendica/13.5.0/templates/NOTES.txt rename to stable/fossil/11.3.0/templates/NOTES.txt diff --git a/stable/fossil/11.1.3/templates/common.yaml b/stable/fossil/11.3.0/templates/common.yaml similarity index 100% rename from stable/fossil/11.1.3/templates/common.yaml rename to stable/fossil/11.3.0/templates/common.yaml diff --git a/stable/freeradius/13.1.3/values.yaml b/stable/fossil/11.3.0/values.yaml similarity index 100% rename from stable/freeradius/13.1.3/values.yaml rename to stable/fossil/11.3.0/values.yaml diff --git a/stable/fotosho/5.1.3/CHANGELOG.md b/stable/fotosho/5.1.3/CHANGELOG.md deleted file mode 100644 index f7dc9097dc8..00000000000 --- a/stable/fotosho/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [fotosho-4.1.11](https://github.com/truecharts/charts/compare/fotosho-4.1.10...fotosho-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [fotosho-4.1.10](https://github.com/truecharts/charts/compare/fotosho-4.1.9...fotosho-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [fotosho-4.1.9](https://github.com/truecharts/charts/compare/fotosho-4.1.8...fotosho-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [fotosho-4.1.8](https://github.com/truecharts/charts/compare/fotosho-4.1.7...fotosho-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [fotosho-4.1.7](https://github.com/truecharts/charts/compare/fotosho-4.1.6...fotosho-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [fotosho-4.1.6](https://github.com/truecharts/charts/compare/fotosho-4.1.5...fotosho-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [fotosho-4.1.5](https://github.com/truecharts/charts/compare/fotosho-4.1.4...fotosho-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [fotosho-4.1.4](https://github.com/truecharts/charts/compare/fotosho-4.1.3...fotosho-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [fotosho-4.1.3](https://github.com/truecharts/charts/compare/fotosho-4.1.0...fotosho-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/fotosho/5.1.3/Chart.yaml b/stable/fotosho/5.1.3/Chart.yaml deleted file mode 100644 index 81a6f66de23..00000000000 --- a/stable/fotosho/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaApp-Photos - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "*BETA* Fotosho is a photo gallery for your home server. Organize your photos into albums internally and view as a slideshow. Free and open source. Does not require a database. Does not move, copy or modify your photos." -home: https://truecharts.org/charts/stable/fotosho -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fotosho.png -keywords: - - fotosho - - MediaApp-Photos - - MediaServer-Photos -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: fotosho -sources: - - https://github.com/advplyr/fotosho - - https://github.com/truecharts/charts/tree/master/charts/stable/fotosho - - https://hub.docker.com/r/advplyr/fotosho -type: application -version: 5.1.3 diff --git a/stable/fotosho/5.1.3/charts/common-18.0.3.tgz b/stable/fotosho/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/fotosho/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/freshrss/18.2.0/.helmignore b/stable/fotosho/5.3.0/.helmignore similarity index 100% rename from stable/freshrss/18.2.0/.helmignore rename to stable/fotosho/5.3.0/.helmignore diff --git a/stable/fotosho/5.3.0/CHANGELOG.md b/stable/fotosho/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..6f2f63fc175 --- /dev/null +++ b/stable/fotosho/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fotosho-5.3.0](https://github.com/truecharts/charts/compare/fotosho-5.2.3...fotosho-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [fotosho-5.2.3](https://github.com/truecharts/charts/compare/fotosho-5.2.2...fotosho-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [fotosho-5.2.2](https://github.com/truecharts/charts/compare/fotosho-5.2.0...fotosho-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [fotosho-4.1.11](https://github.com/truecharts/charts/compare/fotosho-4.1.10...fotosho-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [fotosho-4.1.10](https://github.com/truecharts/charts/compare/fotosho-4.1.9...fotosho-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [fotosho-4.1.9](https://github.com/truecharts/charts/compare/fotosho-4.1.8...fotosho-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [fotosho-4.1.8](https://github.com/truecharts/charts/compare/fotosho-4.1.7...fotosho-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [fotosho-4.1.7](https://github.com/truecharts/charts/compare/fotosho-4.1.6...fotosho-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [fotosho-4.1.6](https://github.com/truecharts/charts/compare/fotosho-4.1.5...fotosho-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/fotosho/5.3.0/Chart.yaml b/stable/fotosho/5.3.0/Chart.yaml new file mode 100644 index 00000000000..80226dbad4d --- /dev/null +++ b/stable/fotosho/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Photos + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "*BETA* Fotosho is a photo gallery for your home server. Organize your photos into albums internally and view as a slideshow. Free and open source. Does not require a database. Does not move, copy or modify your photos." +home: https://truecharts.org/charts/stable/fotosho +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fotosho.png +keywords: + - fotosho + - MediaApp-Photos + - MediaServer-Photos +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fotosho +sources: + - https://github.com/advplyr/fotosho + - https://github.com/truecharts/charts/tree/master/charts/stable/fotosho + - https://hub.docker.com/r/advplyr/fotosho +type: application +version: 5.3.0 diff --git a/stable/fotosho/5.1.3/README.md b/stable/fotosho/5.3.0/README.md similarity index 100% rename from stable/fotosho/5.1.3/README.md rename to stable/fotosho/5.3.0/README.md diff --git a/stable/fotosho/5.3.0/app-changelog.md b/stable/fotosho/5.3.0/app-changelog.md new file mode 100644 index 00000000000..153d12074c1 --- /dev/null +++ b/stable/fotosho/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [fotosho-5.3.0](https://github.com/truecharts/charts/compare/fotosho-5.2.3...fotosho-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/fotosho/5.1.3/app-readme.md b/stable/fotosho/5.3.0/app-readme.md similarity index 100% rename from stable/fotosho/5.1.3/app-readme.md rename to stable/fotosho/5.3.0/app-readme.md diff --git a/stable/fotosho/5.3.0/charts/common-18.2.0.tgz b/stable/fotosho/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/fotosho/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/fotosho/5.1.3/ix_values.yaml b/stable/fotosho/5.3.0/ix_values.yaml similarity index 100% rename from stable/fotosho/5.1.3/ix_values.yaml rename to stable/fotosho/5.3.0/ix_values.yaml diff --git a/stable/fotosho/5.1.3/questions.yaml b/stable/fotosho/5.3.0/questions.yaml similarity index 100% rename from stable/fotosho/5.1.3/questions.yaml rename to stable/fotosho/5.3.0/questions.yaml diff --git a/stable/fotosho/5.1.3/templates/common.yaml b/stable/fotosho/5.3.0/templates/common.yaml similarity index 100% rename from stable/fotosho/5.1.3/templates/common.yaml rename to stable/fotosho/5.3.0/templates/common.yaml diff --git a/stable/freshrss/18.2.0/values.yaml b/stable/fotosho/5.3.0/values.yaml similarity index 100% rename from stable/freshrss/18.2.0/values.yaml rename to stable/fotosho/5.3.0/values.yaml diff --git a/stable/freecad-desktop-g3/5.2.0/CHANGELOG.md b/stable/freecad-desktop-g3/5.2.0/CHANGELOG.md deleted file mode 100644 index 2b79390e25e..00000000000 --- a/stable/freecad-desktop-g3/5.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [freecad-desktop-g3-4.1.12](https://github.com/truecharts/charts/compare/freecad-desktop-g3-4.1.11...freecad-desktop-g3-4.1.12) (2024-02-12) - -### Chore - - - -- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@1b3df98](https://github.com/1b3df98) by renovate ([#18021](https://github.com/truecharts/charts/issues/18021)) - - -## [freecad-desktop-g3-4.1.11](https://github.com/truecharts/charts/compare/freecad-desktop-g3-4.1.10...freecad-desktop-g3-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [freecad-desktop-g3-4.1.10](https://github.com/truecharts/charts/compare/freecad-desktop-g3-4.1.9...freecad-desktop-g3-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [freecad-desktop-g3-4.1.9](https://github.com/truecharts/charts/compare/freecad-desktop-g3-4.1.8...freecad-desktop-g3-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [freecad-desktop-g3-4.1.8](https://github.com/truecharts/charts/compare/freecad-desktop-g3-4.1.7...freecad-desktop-g3-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [freecad-desktop-g3-4.1.7](https://github.com/truecharts/charts/compare/freecad-desktop-g3-4.1.6...freecad-desktop-g3-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [freecad-desktop-g3-4.1.6](https://github.com/truecharts/charts/compare/freecad-desktop-g3-4.1.5...freecad-desktop-g3-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [freecad-desktop-g3-4.1.5](https://github.com/truecharts/charts/compare/freecad-desktop-g3-4.1.4...freecad-desktop-g3-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [freecad-desktop-g3-4.1.4](https://github.com/truecharts/charts/compare/freecad-desktop-g3-4.1.3...freecad-desktop-g3-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes diff --git a/stable/freecad-desktop-g3/5.2.0/Chart.yaml b/stable/freecad-desktop-g3/5.2.0/Chart.yaml deleted file mode 100644 index 37d69e7f621..00000000000 --- a/stable/freecad-desktop-g3/5.2.0/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing -home: https://truecharts.org/charts/stable/freecad-desktop-g3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/freecad-desktop-g3.png -keywords: - - freecad-desktop-g3 - - Productivity - - Tools-Utilities - - MediaApp-Photos -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: freecad-desktop-g3 -sources: - - https://github.com/accetto/headless-drawing-g3/ - - https://github.com/truecharts/charts/tree/master/charts/stable/freecad-desktop-g3 - - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-freecad-g3 -type: application -version: 5.2.0 diff --git a/stable/freecad-desktop-g3/5.2.0/charts/common-18.1.2.tgz b/stable/freecad-desktop-g3/5.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/freecad-desktop-g3/5.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/freecad-desktop-g3/5.2.0/ix_values.yaml b/stable/freecad-desktop-g3/5.2.0/ix_values.yaml deleted file mode 100644 index 02949326d94..00000000000 --- a/stable/freecad-desktop-g3/5.2.0/ix_values.yaml +++ /dev/null @@ -1,39 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: accetto/ubuntu-vnc-xfce-freecad-g3 - tag: latest@sha256:1b3df989226e8db062f95308724ec26b22306fad402cebd192c4b540158f0b13 -persistence: - internalshare: - enabled: true - mountPath: /UNRAID_SHARE -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 6901 - protocol: http - targetPort: 6901 - webuivnc: - enabled: true - ports: - webuivnc: - enabled: true - port: 5901 - protocol: tcp - targetPort: 5901 -workload: - main: - podSpec: - containers: - main: - env: - VNC_PW: unraid - VNC_RESOLUTION: 1360x768 diff --git a/stable/friendica/13.5.0/.helmignore b/stable/freecad-desktop-g3/5.3.0/.helmignore similarity index 100% rename from stable/friendica/13.5.0/.helmignore rename to stable/freecad-desktop-g3/5.3.0/.helmignore diff --git a/stable/freecad-desktop-g3/5.3.0/CHANGELOG.md b/stable/freecad-desktop-g3/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..79c4c86217c --- /dev/null +++ b/stable/freecad-desktop-g3/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [freecad-desktop-g3-5.3.0](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.2.4...freecad-desktop-g3-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [freecad-desktop-g3-5.2.4](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.2.3...freecad-desktop-g3-5.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [freecad-desktop-g3-5.2.3](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.2.2...freecad-desktop-g3-5.2.3) (2024-03-05) + +### Chore + + + +- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@394e667](https://github.com/394e667) by renovate ([#18752](https://github.com/truecharts/charts/issues/18752)) + + +## [freecad-desktop-g3-5.2.2](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.2.0...freecad-desktop-g3-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [freecad-desktop-g3-4.1.12](https://github.com/truecharts/charts/compare/freecad-desktop-g3-4.1.11...freecad-desktop-g3-4.1.12) (2024-02-12) + +### Chore + + + +- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@1b3df98](https://github.com/1b3df98) by renovate ([#18021](https://github.com/truecharts/charts/issues/18021)) + + +## [freecad-desktop-g3-4.1.11](https://github.com/truecharts/charts/compare/freecad-desktop-g3-4.1.10...freecad-desktop-g3-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [freecad-desktop-g3-4.1.10](https://github.com/truecharts/charts/compare/freecad-desktop-g3-4.1.9...freecad-desktop-g3-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [freecad-desktop-g3-4.1.9](https://github.com/truecharts/charts/compare/freecad-desktop-g3-4.1.8...freecad-desktop-g3-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [freecad-desktop-g3-4.1.8](https://github.com/truecharts/charts/compare/freecad-desktop-g3-4.1.7...freecad-desktop-g3-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) diff --git a/stable/freecad-desktop-g3/5.3.0/Chart.yaml b/stable/freecad-desktop-g3/5.3.0/Chart.yaml new file mode 100644 index 00000000000..8c4ed7abe83 --- /dev/null +++ b/stable/freecad-desktop-g3/5.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing +home: https://truecharts.org/charts/stable/freecad-desktop-g3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/freecad-desktop-g3.png +keywords: + - freecad-desktop-g3 + - Productivity + - Tools-Utilities + - MediaApp-Photos +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: freecad-desktop-g3 +sources: + - https://github.com/accetto/headless-drawing-g3/ + - https://github.com/truecharts/charts/tree/master/charts/stable/freecad-desktop-g3 + - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-freecad-g3 +type: application +version: 5.3.0 diff --git a/stable/freecad-desktop-g3/5.2.0/README.md b/stable/freecad-desktop-g3/5.3.0/README.md similarity index 100% rename from stable/freecad-desktop-g3/5.2.0/README.md rename to stable/freecad-desktop-g3/5.3.0/README.md diff --git a/stable/freecad-desktop-g3/5.3.0/app-changelog.md b/stable/freecad-desktop-g3/5.3.0/app-changelog.md new file mode 100644 index 00000000000..0e0c287a949 --- /dev/null +++ b/stable/freecad-desktop-g3/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [freecad-desktop-g3-5.3.0](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.2.4...freecad-desktop-g3-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/freecad-desktop-g3/5.2.0/app-readme.md b/stable/freecad-desktop-g3/5.3.0/app-readme.md similarity index 100% rename from stable/freecad-desktop-g3/5.2.0/app-readme.md rename to stable/freecad-desktop-g3/5.3.0/app-readme.md diff --git a/stable/freecad-desktop-g3/5.3.0/charts/common-18.2.0.tgz b/stable/freecad-desktop-g3/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/freecad-desktop-g3/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/freecad-desktop-g3/5.3.0/ix_values.yaml b/stable/freecad-desktop-g3/5.3.0/ix_values.yaml new file mode 100644 index 00000000000..eb1d985a732 --- /dev/null +++ b/stable/freecad-desktop-g3/5.3.0/ix_values.yaml @@ -0,0 +1,39 @@ +image: + pullPolicy: IfNotPresent + repository: accetto/ubuntu-vnc-xfce-freecad-g3 + tag: latest@sha256:394e667d16069e9c5fcfbf35583dfed6834faae5d2c1e47a6d0986f54e59720a +persistence: + internalshare: + enabled: true + mountPath: /UNRAID_SHARE +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 6901 + protocol: http + targetPort: 6901 + webuivnc: + enabled: true + ports: + webuivnc: + enabled: true + port: 5901 + protocol: tcp + targetPort: 5901 +workload: + main: + podSpec: + containers: + main: + env: + VNC_PW: unraid + VNC_RESOLUTION: 1360x768 diff --git a/stable/freecad-desktop-g3/5.2.0/questions.yaml b/stable/freecad-desktop-g3/5.3.0/questions.yaml similarity index 100% rename from stable/freecad-desktop-g3/5.2.0/questions.yaml rename to stable/freecad-desktop-g3/5.3.0/questions.yaml diff --git a/stable/freecad-desktop-g3/5.2.0/templates/common.yaml b/stable/freecad-desktop-g3/5.3.0/templates/common.yaml similarity index 100% rename from stable/freecad-desktop-g3/5.2.0/templates/common.yaml rename to stable/freecad-desktop-g3/5.3.0/templates/common.yaml diff --git a/stable/friendica/13.5.0/values.yaml b/stable/freecad-desktop-g3/5.3.0/values.yaml similarity index 100% rename from stable/friendica/13.5.0/values.yaml rename to stable/freecad-desktop-g3/5.3.0/values.yaml diff --git a/stable/freeradius/13.1.3/CHANGELOG.md b/stable/freeradius/13.1.3/CHANGELOG.md deleted file mode 100644 index cda2d3a7a17..00000000000 --- a/stable/freeradius/13.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [freeradius-12.1.12](https://github.com/truecharts/charts/compare/freeradius-12.1.11...freeradius-12.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [freeradius-12.1.11](https://github.com/truecharts/charts/compare/freeradius-12.1.10...freeradius-12.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [freeradius-12.1.10](https://github.com/truecharts/charts/compare/freeradius-12.1.9...freeradius-12.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [freeradius-12.1.9](https://github.com/truecharts/charts/compare/freeradius-12.1.8...freeradius-12.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [freeradius-12.1.8](https://github.com/truecharts/charts/compare/freeradius-12.1.7...freeradius-12.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [freeradius-12.1.7](https://github.com/truecharts/charts/compare/freeradius-12.1.6...freeradius-12.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [freeradius-12.1.6](https://github.com/truecharts/charts/compare/freeradius-12.1.5...freeradius-12.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [freeradius-12.1.5](https://github.com/truecharts/charts/compare/freeradius-12.1.4...freeradius-12.1.5) (2024-01-02) - -### Chore - - - -- fix some refs ([#16749](https://github.com/truecharts/charts/issues/16749)) - - -## [freeradius-12.1.4](https://github.com/truecharts/charts/compare/freeradius-12.1.3...freeradius-12.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/freeradius/13.1.3/Chart.yaml b/stable/freeradius/13.1.3/Chart.yaml deleted file mode 100644 index e790082473f..00000000000 --- a/stable/freeradius/13.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: auth - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.2.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: OpenSource Radius implementation -home: https://truecharts.org/charts/stable/freeradius -icon: https://truecharts.org/img/hotlink-ok/chart-icons/freeradius.png -keywords: - - radius - - auth -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: freeradius -sources: - - https://freeradius.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/freeradius - - https://github.com/truecharts/containers/tree/master/apps/freeradius -type: application -version: 13.1.3 diff --git a/stable/freeradius/13.1.3/charts/common-18.0.3.tgz b/stable/freeradius/13.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/freeradius/13.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/frigate/13.1.3/.helmignore b/stable/freeradius/13.3.0/.helmignore similarity index 100% rename from stable/frigate/13.1.3/.helmignore rename to stable/freeradius/13.3.0/.helmignore diff --git a/stable/freeradius/13.3.0/CHANGELOG.md b/stable/freeradius/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..2131ee6dfc4 --- /dev/null +++ b/stable/freeradius/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [freeradius-13.3.0](https://github.com/truecharts/charts/compare/freeradius-13.2.3...freeradius-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [freeradius-13.2.3](https://github.com/truecharts/charts/compare/freeradius-13.2.2...freeradius-13.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [freeradius-13.2.2](https://github.com/truecharts/charts/compare/freeradius-13.2.0...freeradius-13.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [freeradius-12.1.12](https://github.com/truecharts/charts/compare/freeradius-12.1.11...freeradius-12.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [freeradius-12.1.11](https://github.com/truecharts/charts/compare/freeradius-12.1.10...freeradius-12.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [freeradius-12.1.10](https://github.com/truecharts/charts/compare/freeradius-12.1.9...freeradius-12.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [freeradius-12.1.9](https://github.com/truecharts/charts/compare/freeradius-12.1.8...freeradius-12.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [freeradius-12.1.8](https://github.com/truecharts/charts/compare/freeradius-12.1.7...freeradius-12.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [freeradius-12.1.7](https://github.com/truecharts/charts/compare/freeradius-12.1.6...freeradius-12.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/freeradius/13.3.0/Chart.yaml b/stable/freeradius/13.3.0/Chart.yaml new file mode 100644 index 00000000000..371d9fd665f --- /dev/null +++ b/stable/freeradius/13.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: auth + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.2.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: OpenSource Radius implementation +home: https://truecharts.org/charts/stable/freeradius +icon: https://truecharts.org/img/hotlink-ok/chart-icons/freeradius.png +keywords: + - radius + - auth +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: freeradius +sources: + - https://freeradius.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/freeradius + - https://github.com/truecharts/containers/tree/master/apps/freeradius +type: application +version: 13.3.0 diff --git a/stable/freeradius/13.1.3/README.md b/stable/freeradius/13.3.0/README.md similarity index 100% rename from stable/freeradius/13.1.3/README.md rename to stable/freeradius/13.3.0/README.md diff --git a/stable/freeradius/13.3.0/app-changelog.md b/stable/freeradius/13.3.0/app-changelog.md new file mode 100644 index 00000000000..48a1c630eef --- /dev/null +++ b/stable/freeradius/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [freeradius-13.3.0](https://github.com/truecharts/charts/compare/freeradius-13.2.3...freeradius-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/freeradius/13.1.3/app-readme.md b/stable/freeradius/13.3.0/app-readme.md similarity index 100% rename from stable/freeradius/13.1.3/app-readme.md rename to stable/freeradius/13.3.0/app-readme.md diff --git a/stable/freeradius/13.3.0/charts/common-18.2.0.tgz b/stable/freeradius/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/freeradius/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/freeradius/13.1.3/ix_values.yaml b/stable/freeradius/13.3.0/ix_values.yaml similarity index 100% rename from stable/freeradius/13.1.3/ix_values.yaml rename to stable/freeradius/13.3.0/ix_values.yaml diff --git a/stable/freeradius/13.1.3/questions.yaml b/stable/freeradius/13.3.0/questions.yaml similarity index 100% rename from stable/freeradius/13.1.3/questions.yaml rename to stable/freeradius/13.3.0/questions.yaml diff --git a/stable/frigate/13.1.3/templates/NOTES.txt b/stable/freeradius/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/frigate/13.1.3/templates/NOTES.txt rename to stable/freeradius/13.3.0/templates/NOTES.txt diff --git a/stable/freeradius/13.1.3/templates/common.yaml b/stable/freeradius/13.3.0/templates/common.yaml similarity index 100% rename from stable/freeradius/13.1.3/templates/common.yaml rename to stable/freeradius/13.3.0/templates/common.yaml diff --git a/stable/frigate/13.1.3/values.yaml b/stable/freeradius/13.3.0/values.yaml similarity index 100% rename from stable/frigate/13.1.3/values.yaml rename to stable/freeradius/13.3.0/values.yaml diff --git a/stable/freshrss/18.2.0/CHANGELOG.md b/stable/freshrss/18.2.0/CHANGELOG.md deleted file mode 100644 index b5619aa8f69..00000000000 --- a/stable/freshrss/18.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - -## [freshrss-17.1.17](https://github.com/truecharts/charts/compare/freshrss-17.1.16...freshrss-17.1.17) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@1d5a55e](https://github.com/1d5a55e) by renovate ([#18063](https://github.com/truecharts/charts/issues/18063)) - - -## [freshrss-17.1.16](https://github.com/truecharts/charts/compare/freshrss-17.1.15...freshrss-17.1.16) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@e83a01c](https://github.com/e83a01c) by renovate ([#17852](https://github.com/truecharts/charts/issues/17852)) - - -## [freshrss-17.1.15](https://github.com/truecharts/charts/compare/freshrss-17.1.14...freshrss-17.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [freshrss-17.1.14](https://github.com/truecharts/charts/compare/freshrss-17.1.13...freshrss-17.1.14) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@2326bb8](https://github.com/2326bb8) by renovate ([#17608](https://github.com/truecharts/charts/issues/17608)) - - -## [freshrss-17.1.13](https://github.com/truecharts/charts/compare/freshrss-17.1.12...freshrss-17.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [freshrss-17.1.12](https://github.com/truecharts/charts/compare/freshrss-17.1.11...freshrss-17.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [freshrss-17.1.11](https://github.com/truecharts/charts/compare/freshrss-17.1.10...freshrss-17.1.11) (2024-01-21) - -### Chore - - - -- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@fc790bd](https://github.com/fc790bd) by renovate ([#17461](https://github.com/truecharts/charts/issues/17461)) - - -## [freshrss-17.1.10](https://github.com/truecharts/charts/compare/freshrss-17.1.9...freshrss-17.1.10) (2024-01-21) - -### Chore diff --git a/stable/freshrss/18.2.0/Chart.yaml b/stable/freshrss/18.2.0/Chart.yaml deleted file mode 100644 index a3c54952084..00000000000 --- a/stable/freshrss/18.2.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.23.1 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: FreshRSS is a self-hosted RSS feed aggregator -home: https://truecharts.org/charts/stable/freshrss -icon: https://truecharts.org/img/hotlink-ok/chart-icons/freshrss.png -keywords: - - freshrss - - rss -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: freshrss -sources: - - https://github.com/FreshRSS/FreshRSS - - https://github.com/truecharts/charts/tree/master/charts/stable/freshrss - - https://ghcr.io/linuxserver/freshrss -type: application -version: 18.2.0 diff --git a/stable/freshrss/18.2.0/charts/common-18.1.2.tgz b/stable/freshrss/18.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/freshrss/18.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/freshrss/18.2.0/ix_values.yaml b/stable/freshrss/18.2.0/ix_values.yaml deleted file mode 100644 index 0ff7531c306..00000000000 --- a/stable/freshrss/18.2.0/ix_values.yaml +++ /dev/null @@ -1,23 +0,0 @@ -image: - repository: ghcr.io/linuxserver/freshrss - pullPolicy: IfNotPresent - tag: 1.23.1@sha256:1ec03ddec8efd2fc6fdb6bafb92f8077418f51a92b9ffec51fa22d1310227c7b -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 10010 - targetPort: 80 -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true diff --git a/stable/fsm/5.1.3/.helmignore b/stable/freshrss/18.3.0/.helmignore similarity index 100% rename from stable/fsm/5.1.3/.helmignore rename to stable/freshrss/18.3.0/.helmignore diff --git a/stable/freshrss/18.3.0/CHANGELOG.md b/stable/freshrss/18.3.0/CHANGELOG.md new file mode 100644 index 00000000000..936fc9da9b6 --- /dev/null +++ b/stable/freshrss/18.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [freshrss-18.3.0](https://github.com/truecharts/charts/compare/freshrss-18.2.4...freshrss-18.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [freshrss-18.2.4](https://github.com/truecharts/charts/compare/freshrss-18.2.3...freshrss-18.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [freshrss-18.2.3](https://github.com/truecharts/charts/compare/freshrss-18.2.1...freshrss-18.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + +## [freshrss-17.1.17](https://github.com/truecharts/charts/compare/freshrss-17.1.16...freshrss-17.1.17) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@1d5a55e](https://github.com/1d5a55e) by renovate ([#18063](https://github.com/truecharts/charts/issues/18063)) + + +## [freshrss-17.1.16](https://github.com/truecharts/charts/compare/freshrss-17.1.15...freshrss-17.1.16) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@e83a01c](https://github.com/e83a01c) by renovate ([#17852](https://github.com/truecharts/charts/issues/17852)) + + +## [freshrss-17.1.15](https://github.com/truecharts/charts/compare/freshrss-17.1.14...freshrss-17.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [freshrss-17.1.14](https://github.com/truecharts/charts/compare/freshrss-17.1.13...freshrss-17.1.14) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@2326bb8](https://github.com/2326bb8) by renovate ([#17608](https://github.com/truecharts/charts/issues/17608)) + + +## [freshrss-17.1.13](https://github.com/truecharts/charts/compare/freshrss-17.1.12...freshrss-17.1.13) (2024-01-26) + +### Chore \ No newline at end of file diff --git a/stable/freshrss/18.3.0/Chart.yaml b/stable/freshrss/18.3.0/Chart.yaml new file mode 100644 index 00000000000..449d7ba816e --- /dev/null +++ b/stable/freshrss/18.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.23.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: FreshRSS is a self-hosted RSS feed aggregator +home: https://truecharts.org/charts/stable/freshrss +icon: https://truecharts.org/img/hotlink-ok/chart-icons/freshrss.png +keywords: + - freshrss + - rss +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: freshrss +sources: + - https://github.com/FreshRSS/FreshRSS + - https://github.com/truecharts/charts/tree/master/charts/stable/freshrss + - https://ghcr.io/linuxserver/freshrss +type: application +version: 18.3.0 diff --git a/stable/freshrss/18.2.0/README.md b/stable/freshrss/18.3.0/README.md similarity index 100% rename from stable/freshrss/18.2.0/README.md rename to stable/freshrss/18.3.0/README.md diff --git a/stable/freshrss/18.3.0/app-changelog.md b/stable/freshrss/18.3.0/app-changelog.md new file mode 100644 index 00000000000..a7a338f9bca --- /dev/null +++ b/stable/freshrss/18.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [freshrss-18.3.0](https://github.com/truecharts/charts/compare/freshrss-18.2.4...freshrss-18.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/freshrss/18.2.0/app-readme.md b/stable/freshrss/18.3.0/app-readme.md similarity index 100% rename from stable/freshrss/18.2.0/app-readme.md rename to stable/freshrss/18.3.0/app-readme.md diff --git a/stable/freshrss/18.3.0/charts/common-18.2.0.tgz b/stable/freshrss/18.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/freshrss/18.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/freshrss/18.3.0/ix_values.yaml b/stable/freshrss/18.3.0/ix_values.yaml new file mode 100644 index 00000000000..efdc01900bd --- /dev/null +++ b/stable/freshrss/18.3.0/ix_values.yaml @@ -0,0 +1,23 @@ +image: + repository: ghcr.io/linuxserver/freshrss + pullPolicy: IfNotPresent + tag: 1.23.1@sha256:7385c3a84dcf24d97f1f886c060068f3187bacfc1f51a7172ce51749df19c056 +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 10010 + targetPort: 80 +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true diff --git a/stable/freshrss/18.2.0/questions.yaml b/stable/freshrss/18.3.0/questions.yaml similarity index 100% rename from stable/freshrss/18.2.0/questions.yaml rename to stable/freshrss/18.3.0/questions.yaml diff --git a/stable/gamevault-backend/5.1.3/templates/NOTES.txt b/stable/freshrss/18.3.0/templates/NOTES.txt similarity index 100% rename from stable/gamevault-backend/5.1.3/templates/NOTES.txt rename to stable/freshrss/18.3.0/templates/NOTES.txt diff --git a/stable/gaps/18.1.3/templates/common.yaml b/stable/freshrss/18.3.0/templates/common.yaml similarity index 100% rename from stable/gaps/18.1.3/templates/common.yaml rename to stable/freshrss/18.3.0/templates/common.yaml diff --git a/stable/fsm/5.1.3/values.yaml b/stable/freshrss/18.3.0/values.yaml similarity index 100% rename from stable/fsm/5.1.3/values.yaml rename to stable/freshrss/18.3.0/values.yaml diff --git a/stable/friendica/13.5.0/CHANGELOG.md b/stable/friendica/13.5.0/CHANGELOG.md deleted file mode 100644 index dd0501ceb34..00000000000 --- a/stable/friendica/13.5.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -## [friendica-12.2.17](https://github.com/truecharts/charts/compare/friendica-12.2.16...friendica-12.2.17) (2024-02-05) - -### Chore - - - -- update container image friendica to 2023.12[@2e221cf](https://github.com/2e221cf) by renovate ([#17833](https://github.com/truecharts/charts/issues/17833)) - - -## [friendica-12.2.16](https://github.com/truecharts/charts/compare/friendica-12.2.15...friendica-12.2.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [friendica-12.2.15](https://github.com/truecharts/charts/compare/friendica-12.2.14...friendica-12.2.15) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [friendica-12.2.14](https://github.com/truecharts/charts/compare/friendica-12.2.13...friendica-12.2.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [friendica-12.2.13](https://github.com/truecharts/charts/compare/friendica-12.2.12...friendica-12.2.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [friendica-12.2.12](https://github.com/truecharts/charts/compare/friendica-12.2.11...friendica-12.2.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [friendica-12.2.11](https://github.com/truecharts/charts/compare/friendica-12.2.10...friendica-12.2.11) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/friendica/13.5.0/Chart.yaml b/stable/friendica/13.5.0/Chart.yaml deleted file mode 100644 index 9e7f04800e8..00000000000 --- a/stable/friendica/13.5.0/Chart.yaml +++ /dev/null @@ -1,51 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: social - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2023.12.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 12.3.0 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] - - name: redis - version: 11.3.0 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Welcome to the free social web -home: https://truecharts.org/charts/stable/friendica -icon: https://truecharts.org/img/hotlink-ok/chart-icons/friendica.png -keywords: - - friend - - social -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: friendica -sources: - - https://friendi.ca/ - - https://github.com/truecharts/charts/tree/master/charts/stable/friendica - - https://hub.docker.com/_/friendica -type: application -version: 13.5.0 diff --git a/stable/friendica/13.5.0/charts/common-18.1.2.tgz b/stable/friendica/13.5.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/friendica/13.5.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/friendica/13.5.0/charts/mariadb-12.3.0.tgz b/stable/friendica/13.5.0/charts/mariadb-12.3.0.tgz deleted file mode 100644 index 34dba3a8e5b..00000000000 Binary files a/stable/friendica/13.5.0/charts/mariadb-12.3.0.tgz and /dev/null differ diff --git a/stable/gamevault-backend/5.1.3/.helmignore b/stable/friendica/13.7.0/.helmignore similarity index 100% rename from stable/gamevault-backend/5.1.3/.helmignore rename to stable/friendica/13.7.0/.helmignore diff --git a/stable/friendica/13.7.0/CHANGELOG.md b/stable/friendica/13.7.0/CHANGELOG.md new file mode 100644 index 00000000000..99a60e7a91a --- /dev/null +++ b/stable/friendica/13.7.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [friendica-13.7.0](https://github.com/truecharts/charts/compare/friendica-13.6.3...friendica-13.7.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [friendica-13.6.3](https://github.com/truecharts/charts/compare/friendica-13.6.2...friendica-13.6.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [friendica-13.6.2](https://github.com/truecharts/charts/compare/friendica-13.6.0...friendica-13.6.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## [friendica-12.2.17](https://github.com/truecharts/charts/compare/friendica-12.2.16...friendica-12.2.17) (2024-02-05) + +### Chore + + + +- update container image friendica to 2023.12[@2e221cf](https://github.com/2e221cf) by renovate ([#17833](https://github.com/truecharts/charts/issues/17833)) + + +## [friendica-12.2.16](https://github.com/truecharts/charts/compare/friendica-12.2.15...friendica-12.2.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [friendica-12.2.15](https://github.com/truecharts/charts/compare/friendica-12.2.14...friendica-12.2.15) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [friendica-12.2.14](https://github.com/truecharts/charts/compare/friendica-12.2.13...friendica-12.2.14) (2024-01-26) + +### Chore + diff --git a/stable/friendica/13.7.0/Chart.yaml b/stable/friendica/13.7.0/Chart.yaml new file mode 100644 index 00000000000..d18a897a31c --- /dev/null +++ b/stable/friendica/13.7.0/Chart.yaml @@ -0,0 +1,51 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: social + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2023.12.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.2.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.3.0 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Welcome to the free social web +home: https://truecharts.org/charts/stable/friendica +icon: https://truecharts.org/img/hotlink-ok/chart-icons/friendica.png +keywords: + - friend + - social +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: friendica +sources: + - https://friendi.ca/ + - https://github.com/truecharts/charts/tree/master/charts/stable/friendica + - https://hub.docker.com/_/friendica +type: application +version: 13.7.0 diff --git a/stable/friendica/13.5.0/README.md b/stable/friendica/13.7.0/README.md similarity index 100% rename from stable/friendica/13.5.0/README.md rename to stable/friendica/13.7.0/README.md diff --git a/stable/friendica/13.7.0/app-changelog.md b/stable/friendica/13.7.0/app-changelog.md new file mode 100644 index 00000000000..999cf0e1e87 --- /dev/null +++ b/stable/friendica/13.7.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [friendica-13.7.0](https://github.com/truecharts/charts/compare/friendica-13.6.3...friendica-13.7.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/friendica/13.5.0/app-readme.md b/stable/friendica/13.7.0/app-readme.md similarity index 100% rename from stable/friendica/13.5.0/app-readme.md rename to stable/friendica/13.7.0/app-readme.md diff --git a/stable/friendica/13.7.0/charts/common-18.2.0.tgz b/stable/friendica/13.7.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/friendica/13.7.0/charts/common-18.2.0.tgz differ diff --git a/stable/friendica/13.7.0/charts/mariadb-13.2.0.tgz b/stable/friendica/13.7.0/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/friendica/13.7.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/friendica/13.5.0/charts/redis-11.3.0.tgz b/stable/friendica/13.7.0/charts/redis-11.3.0.tgz similarity index 100% rename from stable/friendica/13.5.0/charts/redis-11.3.0.tgz rename to stable/friendica/13.7.0/charts/redis-11.3.0.tgz diff --git a/stable/friendica/13.5.0/ix_values.yaml b/stable/friendica/13.7.0/ix_values.yaml similarity index 100% rename from stable/friendica/13.5.0/ix_values.yaml rename to stable/friendica/13.7.0/ix_values.yaml diff --git a/stable/friendica/13.5.0/questions.yaml b/stable/friendica/13.7.0/questions.yaml similarity index 100% rename from stable/friendica/13.5.0/questions.yaml rename to stable/friendica/13.7.0/questions.yaml diff --git a/stable/gaps/18.1.3/templates/NOTES.txt b/stable/friendica/13.7.0/templates/NOTES.txt similarity index 100% rename from stable/gaps/18.1.3/templates/NOTES.txt rename to stable/friendica/13.7.0/templates/NOTES.txt diff --git a/stable/friendica/13.5.0/templates/common.yaml b/stable/friendica/13.7.0/templates/common.yaml similarity index 100% rename from stable/friendica/13.5.0/templates/common.yaml rename to stable/friendica/13.7.0/templates/common.yaml diff --git a/stable/gamevault-backend/5.1.3/values.yaml b/stable/friendica/13.7.0/values.yaml similarity index 100% rename from stable/gamevault-backend/5.1.3/values.yaml rename to stable/friendica/13.7.0/values.yaml diff --git a/stable/frigate/13.1.3/CHANGELOG.md b/stable/frigate/13.1.3/CHANGELOG.md deleted file mode 100644 index 841660eb37a..00000000000 --- a/stable/frigate/13.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [frigate-12.1.11](https://github.com/truecharts/charts/compare/frigate-12.1.10...frigate-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [frigate-12.1.10](https://github.com/truecharts/charts/compare/frigate-12.1.9...frigate-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [frigate-12.1.9](https://github.com/truecharts/charts/compare/frigate-12.1.8...frigate-12.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [frigate-12.1.8](https://github.com/truecharts/charts/compare/frigate-12.1.7...frigate-12.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [frigate-12.1.7](https://github.com/truecharts/charts/compare/frigate-12.1.6...frigate-12.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [frigate-12.1.6](https://github.com/truecharts/charts/compare/frigate-12.1.5...frigate-12.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [frigate-12.1.5](https://github.com/truecharts/charts/compare/frigate-12.1.4...frigate-12.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [frigate-12.1.4](https://github.com/truecharts/charts/compare/frigate-12.1.3...frigate-12.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [frigate-12.1.3](https://github.com/truecharts/charts/compare/frigate-12.1.0...frigate-12.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/frigate/13.1.3/Chart.yaml b/stable/frigate/13.1.3/Chart.yaml deleted file mode 100644 index e4e60f26936..00000000000 --- a/stable/frigate/13.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: nvr - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.12.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: NVR With Realtime Object Detection for IP Cameras -home: https://truecharts.org/charts/stable/frigate -icon: https://truecharts.org/img/hotlink-ok/chart-icons/frigate.png -keywords: - - encode - - nvr - - media - - frigate -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: frigate -sources: - - https://github.com/blakeblackshear/frigate - - https://github.com/truecharts/charts/tree/master/charts/stable/frigate - - https://ghcr.io/blakeblackshear/frigate -type: application -version: 13.1.3 diff --git a/stable/frigate/13.1.3/charts/common-18.0.3.tgz b/stable/frigate/13.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/frigate/13.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/gaps/18.1.3/.helmignore b/stable/frigate/13.3.0/.helmignore similarity index 100% rename from stable/gaps/18.1.3/.helmignore rename to stable/frigate/13.3.0/.helmignore diff --git a/stable/frigate/13.3.0/CHANGELOG.md b/stable/frigate/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..7ea5c857c27 --- /dev/null +++ b/stable/frigate/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [frigate-13.3.0](https://github.com/truecharts/charts/compare/frigate-13.2.3...frigate-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [frigate-13.2.3](https://github.com/truecharts/charts/compare/frigate-13.2.2...frigate-13.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [frigate-13.2.2](https://github.com/truecharts/charts/compare/frigate-13.2.0...frigate-13.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [frigate-12.1.11](https://github.com/truecharts/charts/compare/frigate-12.1.10...frigate-12.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [frigate-12.1.10](https://github.com/truecharts/charts/compare/frigate-12.1.9...frigate-12.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [frigate-12.1.9](https://github.com/truecharts/charts/compare/frigate-12.1.8...frigate-12.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [frigate-12.1.8](https://github.com/truecharts/charts/compare/frigate-12.1.7...frigate-12.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [frigate-12.1.7](https://github.com/truecharts/charts/compare/frigate-12.1.6...frigate-12.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [frigate-12.1.6](https://github.com/truecharts/charts/compare/frigate-12.1.5...frigate-12.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/frigate/13.3.0/Chart.yaml b/stable/frigate/13.3.0/Chart.yaml new file mode 100644 index 00000000000..4ab7f8b5785 --- /dev/null +++ b/stable/frigate/13.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: nvr + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.12.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: NVR With Realtime Object Detection for IP Cameras +home: https://truecharts.org/charts/stable/frigate +icon: https://truecharts.org/img/hotlink-ok/chart-icons/frigate.png +keywords: + - encode + - nvr + - media + - frigate +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: frigate +sources: + - https://github.com/blakeblackshear/frigate + - https://github.com/truecharts/charts/tree/master/charts/stable/frigate + - https://ghcr.io/blakeblackshear/frigate +type: application +version: 13.3.0 diff --git a/stable/frigate/13.1.3/README.md b/stable/frigate/13.3.0/README.md similarity index 100% rename from stable/frigate/13.1.3/README.md rename to stable/frigate/13.3.0/README.md diff --git a/stable/frigate/13.3.0/app-changelog.md b/stable/frigate/13.3.0/app-changelog.md new file mode 100644 index 00000000000..5a851d93f72 --- /dev/null +++ b/stable/frigate/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [frigate-13.3.0](https://github.com/truecharts/charts/compare/frigate-13.2.3...frigate-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/frigate/13.1.3/app-readme.md b/stable/frigate/13.3.0/app-readme.md similarity index 100% rename from stable/frigate/13.1.3/app-readme.md rename to stable/frigate/13.3.0/app-readme.md diff --git a/stable/frigate/13.3.0/charts/common-18.2.0.tgz b/stable/frigate/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/frigate/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/frigate/13.1.3/ix_values.yaml b/stable/frigate/13.3.0/ix_values.yaml similarity index 100% rename from stable/frigate/13.1.3/ix_values.yaml rename to stable/frigate/13.3.0/ix_values.yaml diff --git a/stable/frigate/13.1.3/questions.yaml b/stable/frigate/13.3.0/questions.yaml similarity index 100% rename from stable/frigate/13.1.3/questions.yaml rename to stable/frigate/13.3.0/questions.yaml diff --git a/stable/ghostfolio/4.3.0/templates/NOTES.txt b/stable/frigate/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/ghostfolio/4.3.0/templates/NOTES.txt rename to stable/frigate/13.3.0/templates/NOTES.txt diff --git a/stable/frigate/13.1.3/templates/_configmap.tpl b/stable/frigate/13.3.0/templates/_configmap.tpl similarity index 100% rename from stable/frigate/13.1.3/templates/_configmap.tpl rename to stable/frigate/13.3.0/templates/_configmap.tpl diff --git a/stable/frigate/13.1.3/templates/common.yaml b/stable/frigate/13.3.0/templates/common.yaml similarity index 100% rename from stable/frigate/13.1.3/templates/common.yaml rename to stable/frigate/13.3.0/templates/common.yaml diff --git a/stable/gaps/18.1.3/values.yaml b/stable/frigate/13.3.0/values.yaml similarity index 100% rename from stable/gaps/18.1.3/values.yaml rename to stable/frigate/13.3.0/values.yaml diff --git a/stable/fsm/5.1.3/CHANGELOG.md b/stable/fsm/5.1.3/CHANGELOG.md deleted file mode 100644 index 6b4c1ac7b65..00000000000 --- a/stable/fsm/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [fsm-4.1.11](https://github.com/truecharts/charts/compare/fsm-4.1.10...fsm-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [fsm-4.1.10](https://github.com/truecharts/charts/compare/fsm-4.1.9...fsm-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [fsm-4.1.9](https://github.com/truecharts/charts/compare/fsm-4.1.8...fsm-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [fsm-4.1.8](https://github.com/truecharts/charts/compare/fsm-4.1.7...fsm-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [fsm-4.1.7](https://github.com/truecharts/charts/compare/fsm-4.1.6...fsm-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [fsm-4.1.6](https://github.com/truecharts/charts/compare/fsm-4.1.5...fsm-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [fsm-4.1.5](https://github.com/truecharts/charts/compare/fsm-4.1.4...fsm-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [fsm-4.1.4](https://github.com/truecharts/charts/compare/fsm-4.1.3...fsm-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [fsm-4.1.3](https://github.com/truecharts/charts/compare/fsm-4.1.0...fsm-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/fsm/5.1.3/Chart.yaml b/stable/fsm/5.1.3/Chart.yaml deleted file mode 100644 index 35ed5631e03..00000000000 --- a/stable/fsm/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: No description provide. -home: https://truecharts.org/charts/stable/fsm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fsm.png -keywords: - - fsm - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: fsm -sources: - - https://registry.hub.docker.com/r/ofsm/ofsm - - https://github.com/truecharts/charts/tree/master/charts/stable/fsm - - https://hub.docker.com/r/ofsm/ofsm -type: application -version: 5.1.3 diff --git a/stable/fsm/5.1.3/charts/common-18.0.3.tgz b/stable/fsm/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/fsm/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/garrysmod/5.1.3/.helmignore b/stable/fsm/5.3.0/.helmignore similarity index 100% rename from stable/garrysmod/5.1.3/.helmignore rename to stable/fsm/5.3.0/.helmignore diff --git a/stable/fsm/5.3.0/CHANGELOG.md b/stable/fsm/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..15ceeb5fc00 --- /dev/null +++ b/stable/fsm/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fsm-5.3.0](https://github.com/truecharts/charts/compare/fsm-5.2.3...fsm-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [fsm-5.2.3](https://github.com/truecharts/charts/compare/fsm-5.2.2...fsm-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [fsm-5.2.2](https://github.com/truecharts/charts/compare/fsm-5.2.0...fsm-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [fsm-4.1.11](https://github.com/truecharts/charts/compare/fsm-4.1.10...fsm-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [fsm-4.1.10](https://github.com/truecharts/charts/compare/fsm-4.1.9...fsm-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [fsm-4.1.9](https://github.com/truecharts/charts/compare/fsm-4.1.8...fsm-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [fsm-4.1.8](https://github.com/truecharts/charts/compare/fsm-4.1.7...fsm-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [fsm-4.1.7](https://github.com/truecharts/charts/compare/fsm-4.1.6...fsm-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [fsm-4.1.6](https://github.com/truecharts/charts/compare/fsm-4.1.5...fsm-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/fsm/5.3.0/Chart.yaml b/stable/fsm/5.3.0/Chart.yaml new file mode 100644 index 00000000000..dc06da23041 --- /dev/null +++ b/stable/fsm/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: No description provide. +home: https://truecharts.org/charts/stable/fsm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fsm.png +keywords: + - fsm + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fsm +sources: + - https://registry.hub.docker.com/r/ofsm/ofsm + - https://github.com/truecharts/charts/tree/master/charts/stable/fsm + - https://hub.docker.com/r/ofsm/ofsm +type: application +version: 5.3.0 diff --git a/stable/fsm/5.1.3/README.md b/stable/fsm/5.3.0/README.md similarity index 100% rename from stable/fsm/5.1.3/README.md rename to stable/fsm/5.3.0/README.md diff --git a/stable/fsm/5.3.0/app-changelog.md b/stable/fsm/5.3.0/app-changelog.md new file mode 100644 index 00000000000..8880eb5e53c --- /dev/null +++ b/stable/fsm/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [fsm-5.3.0](https://github.com/truecharts/charts/compare/fsm-5.2.3...fsm-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/fsm/5.1.3/app-readme.md b/stable/fsm/5.3.0/app-readme.md similarity index 100% rename from stable/fsm/5.1.3/app-readme.md rename to stable/fsm/5.3.0/app-readme.md diff --git a/stable/fsm/5.3.0/charts/common-18.2.0.tgz b/stable/fsm/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/fsm/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/fsm/5.1.3/ix_values.yaml b/stable/fsm/5.3.0/ix_values.yaml similarity index 100% rename from stable/fsm/5.1.3/ix_values.yaml rename to stable/fsm/5.3.0/ix_values.yaml diff --git a/stable/fsm/5.1.3/questions.yaml b/stable/fsm/5.3.0/questions.yaml similarity index 100% rename from stable/fsm/5.1.3/questions.yaml rename to stable/fsm/5.3.0/questions.yaml diff --git a/stable/fsm/5.1.3/templates/common.yaml b/stable/fsm/5.3.0/templates/common.yaml similarity index 100% rename from stable/fsm/5.1.3/templates/common.yaml rename to stable/fsm/5.3.0/templates/common.yaml diff --git a/stable/garrysmod/5.1.3/values.yaml b/stable/fsm/5.3.0/values.yaml similarity index 100% rename from stable/garrysmod/5.1.3/values.yaml rename to stable/fsm/5.3.0/values.yaml diff --git a/stable/gamevault-backend/5.1.3/CHANGELOG.md b/stable/gamevault-backend/5.1.3/CHANGELOG.md deleted file mode 100644 index 7af861bccd4..00000000000 --- a/stable/gamevault-backend/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [gamevault-backend-4.2.5](https://github.com/truecharts/charts/compare/gamevault-backend-4.2.4...gamevault-backend-4.2.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [gamevault-backend-4.2.4](https://github.com/truecharts/charts/compare/gamevault-backend-4.2.3...gamevault-backend-4.2.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [gamevault-backend-4.2.3](https://github.com/truecharts/charts/compare/gamevault-backend-4.2.2...gamevault-backend-4.2.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [gamevault-backend-4.2.2](https://github.com/truecharts/charts/compare/gamevault-backend-4.2.1...gamevault-backend-4.2.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [gamevault-backend-4.2.1](https://github.com/truecharts/charts/compare/gamevault-backend-4.2.0...gamevault-backend-4.2.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [gamevault-backend-4.2.0](https://github.com/truecharts/charts/compare/gamevault-backend-4.1.8...gamevault-backend-4.2.0) (2024-01-15) - -### Chore - - - -- update container image phalcode/gamevault-backend to v10.1.0[@49cbc35](https://github.com/49cbc35) by renovate ([#17272](https://github.com/truecharts/charts/issues/17272)) - - -## [gamevault-backend-4.1.8](https://github.com/truecharts/charts/compare/gamevault-backend-4.1.7...gamevault-backend-4.1.8) (2024-01-15) - -### Chore - - - -- update container image phalcode/gamevault-backend to v[@0cce517](https://github.com/0cce517) by renovate ([#17266](https://github.com/truecharts/charts/issues/17266)) - - - - -## [gamevault-backend-4.1.7](https://github.com/truecharts/charts/compare/gamevault-backend-4.1.6...gamevault-backend-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [gamevault-backend-4.1.6](https://github.com/truecharts/charts/compare/gamevault-backend-4.1.5...gamevault-backend-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs diff --git a/stable/gamevault-backend/5.1.3/Chart.yaml b/stable/gamevault-backend/5.1.3/Chart.yaml deleted file mode 100644 index 6ea3a393ad0..00000000000 --- a/stable/gamevault-backend/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 10.2.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: the self-hosted gaming platform for alternatively obtained games. -home: https://truecharts.org/charts/stable/gamevault-backend -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gamevault-backend.png -keywords: - - gamevault-backend - - games -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: gamevault-backend -sources: - - https://github.com/Phalcode/gamevault-backend - - https://github.com/truecharts/charts/tree/master/charts/stable/gamevault-backend - - https://hub.docker.com/r/phalcode/gamevault-backend -type: application -version: 5.1.3 diff --git a/stable/gamevault-backend/5.1.3/charts/common-18.0.3.tgz b/stable/gamevault-backend/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/gamevault-backend/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/gamevault-backend/5.1.3/questions.yaml b/stable/gamevault-backend/5.1.3/questions.yaml deleted file mode 100755 index ba0f5858982..00000000000 --- a/stable/gamevault-backend/5.1.3/questions.yaml +++ /dev/null @@ -1,4025 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: {} -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: gamevault - group: App Configuration - label: Gamevault - schema: - additional_attrs: true - type: dict - attrs: - - variable: server - label: Server - schema: - additional_attrs: true - type: dict - attrs: - - variable: admin_username - label: Admin User - schema: - type: string - required: true - default: "" - - variable: admin_password - label: Admin Password - schema: - type: string - private: true - required: true - default: "" - - variable: registration_disabled - label: Registration Disabled - description: If registration is enabled or not. - schema: - type: boolean - default: false - - variable: account_activation_disabled - label: Account Activation Disabled - description: If accounts need to be activated by an admin before using them. - schema: - type: boolean - default: false - - variable: allowed_origins - label: Allowed Origins - description: List of Allowed CORS origins for the server. - schema: - type: list - empty: false - required: true - default: - - "*" - items: - - variable: origin - label: Origin - schema: - type: string - required: true - default: "" - - variable: log_level - label: Log Level - description: The log level of the server. - schema: - type: string - required: true - default: "info" - enum: - - value: "debug" - description: "Debug" - - value: "info" - description: "Info" - - value: "warn" - description: "Warn" - - value: "error" - description: "Error" - - value: "fatal" - description: "Fatal" - - variable: games - label: Games - schema: - additional_attrs: true - type: dict - attrs: - - variable: index_interval_in_minutes - label: Index Interval In Minutes - description: Determines how often the server should index the list of games. - schema: - type: int - default: 5 - - variable: search_recursive - label: Search Recursive - description: Toggling the Indexer's search for games in sub folders. - schema: - type: boolean - default: true - - variable: file_formats - label: Supported File Formats - description: Custom list of file formats. - schema: - type: list - empty: false - required: true - default: - - ".7z" - - ".xz" - - ".bz2" - - ".gz" - - ".tar" - - ".zip" - - ".wim" - - ".ar" - - ".arj" - - ".cab" - - ".chm" - - ".cpio" - - ".cramfs" - - ".dmg" - - ".ext" - - ".fat" - - ".gpt" - - ".hfs" - - ".ihex" - - ".iso" - - ".lzh" - - ".lzma" - - ".mbr" - - ".msi" - - ".nsis" - - ".ntfs" - - ".qcow2" - - ".rar" - - ".rpm" - - ".squashfs" - - ".udf" - - ".uefi" - - ".vdi" - - ".vhd" - - ".vmdk" - - ".wim" - - ".xar" - - ".z" - items: - - variable: format - label: Format - schema: - type: string - required: true - default: "" - - variable: images - label: Images - schema: - additional_attrs: true - type: dict - attrs: - - variable: gc_keep_days - label: GC Keep Days - description: The number of days to keep unused images. After this period, images that have not been accessed are deleted. - schema: - type: int - default: 30 - min: 1 - - variable: gc_interval_minutes - label: GC Interval Minutes - description: How often to run the image garbage collector, in minutes. - schema: - type: int - default: 60 - min: 1 - - variable: rawg - label: Rawg - schema: - additional_attrs: true - type: dict - attrs: - - variable: api_url - label: API Url - schema: - type: string - default: "https://api.rawg.io/api" - - variable: api_cache_days - label: API Cache Days - schema: - type: int - default: 7 - min: 1 - - variable: api_key - label: API Key - schema: - type: string - default: "" - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Service Port Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 8080 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: logs - label: "App Logs Storage" - description: "Stores the Application Logs." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: images - label: "App Images Storage" - description: "Stores the Application Images." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: games - label: "App Games Storage" - description: "Stores the Application Games." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/genea/5.1.3/.helmignore b/stable/gamevault-backend/5.3.0/.helmignore similarity index 100% rename from stable/genea/5.1.3/.helmignore rename to stable/gamevault-backend/5.3.0/.helmignore diff --git a/stable/gamevault-backend/5.3.0/CHANGELOG.md b/stable/gamevault-backend/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..39ab06fd3f7 --- /dev/null +++ b/stable/gamevault-backend/5.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [gamevault-backend-5.3.0](https://github.com/truecharts/charts/compare/gamevault-backend-5.2.3...gamevault-backend-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [gamevault-backend-5.2.3](https://github.com/truecharts/charts/compare/gamevault-backend-5.2.2...gamevault-backend-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [gamevault-backend-5.2.2](https://github.com/truecharts/charts/compare/gamevault-backend-5.2.0...gamevault-backend-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [gamevault-backend-4.2.5](https://github.com/truecharts/charts/compare/gamevault-backend-4.2.4...gamevault-backend-4.2.5) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [gamevault-backend-4.2.4](https://github.com/truecharts/charts/compare/gamevault-backend-4.2.3...gamevault-backend-4.2.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [gamevault-backend-4.2.3](https://github.com/truecharts/charts/compare/gamevault-backend-4.2.2...gamevault-backend-4.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [gamevault-backend-4.2.2](https://github.com/truecharts/charts/compare/gamevault-backend-4.2.1...gamevault-backend-4.2.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [gamevault-backend-4.2.1](https://github.com/truecharts/charts/compare/gamevault-backend-4.2.0...gamevault-backend-4.2.1) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [gamevault-backend-4.2.0](https://github.com/truecharts/charts/compare/gamevault-backend-4.1.8...gamevault-backend-4.2.0) (2024-01-15) + +### Chore + + + +- update container image phalcode/gamevault-backend to v10.1.0[@49cbc35](https://github.com/49cbc35) by renovate ([#17272](https://github.com/truecharts/charts/issues/17272)) \ No newline at end of file diff --git a/stable/gamevault-backend/5.3.0/Chart.yaml b/stable/gamevault-backend/5.3.0/Chart.yaml new file mode 100644 index 00000000000..054a75f94c6 --- /dev/null +++ b/stable/gamevault-backend/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 10.2.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: the self-hosted gaming platform for alternatively obtained games. +home: https://truecharts.org/charts/stable/gamevault-backend +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gamevault-backend.png +keywords: + - gamevault-backend + - games +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: gamevault-backend +sources: + - https://github.com/Phalcode/gamevault-backend + - https://github.com/truecharts/charts/tree/master/charts/stable/gamevault-backend + - https://hub.docker.com/r/phalcode/gamevault-backend +type: application +version: 5.3.0 diff --git a/stable/gamevault-backend/5.1.3/README.md b/stable/gamevault-backend/5.3.0/README.md similarity index 100% rename from stable/gamevault-backend/5.1.3/README.md rename to stable/gamevault-backend/5.3.0/README.md diff --git a/stable/gamevault-backend/5.3.0/app-changelog.md b/stable/gamevault-backend/5.3.0/app-changelog.md new file mode 100644 index 00000000000..b7aaa35a0d9 --- /dev/null +++ b/stable/gamevault-backend/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [gamevault-backend-5.3.0](https://github.com/truecharts/charts/compare/gamevault-backend-5.2.3...gamevault-backend-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/gamevault-backend/5.1.3/app-readme.md b/stable/gamevault-backend/5.3.0/app-readme.md similarity index 100% rename from stable/gamevault-backend/5.1.3/app-readme.md rename to stable/gamevault-backend/5.3.0/app-readme.md diff --git a/stable/gamevault-backend/5.3.0/charts/common-18.2.0.tgz b/stable/gamevault-backend/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/gamevault-backend/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/gamevault-backend/5.1.3/ix_values.yaml b/stable/gamevault-backend/5.3.0/ix_values.yaml similarity index 100% rename from stable/gamevault-backend/5.1.3/ix_values.yaml rename to stable/gamevault-backend/5.3.0/ix_values.yaml diff --git a/stable/gamevault-backend/5.3.0/questions.yaml b/stable/gamevault-backend/5.3.0/questions.yaml new file mode 100755 index 00000000000..5471884ca3a --- /dev/null +++ b/stable/gamevault-backend/5.3.0/questions.yaml @@ -0,0 +1,3983 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: {} +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: gamevault + group: App Configuration + label: Gamevault + schema: + additional_attrs: true + type: dict + attrs: + - variable: server + label: Server + schema: + additional_attrs: true + type: dict + attrs: + - variable: admin_username + label: Admin User + schema: + type: string + required: true + default: "" + - variable: admin_password + label: Admin Password + schema: + type: string + private: true + required: true + default: "" + - variable: registration_disabled + label: Registration Disabled + description: If registration is enabled or not. + schema: + type: boolean + default: false + - variable: account_activation_disabled + label: Account Activation Disabled + description: If accounts need to be activated by an admin before using them. + schema: + type: boolean + default: false + - variable: allowed_origins + label: Allowed Origins + description: List of Allowed CORS origins for the server. + schema: + type: list + empty: false + required: true + default: + - "*" + items: + - variable: origin + label: Origin + schema: + type: string + required: true + default: "" + - variable: log_level + label: Log Level + description: The log level of the server. + schema: + type: string + required: true + default: "info" + enum: + - value: "debug" + description: "Debug" + - value: "info" + description: "Info" + - value: "warn" + description: "Warn" + - value: "error" + description: "Error" + - value: "fatal" + description: "Fatal" + - variable: games + label: Games + schema: + additional_attrs: true + type: dict + attrs: + - variable: index_interval_in_minutes + label: Index Interval In Minutes + description: Determines how often the server should index the list of games. + schema: + type: int + default: 5 + - variable: search_recursive + label: Search Recursive + description: Toggling the Indexer's search for games in sub folders. + schema: + type: boolean + default: true + - variable: file_formats + label: Supported File Formats + description: Custom list of file formats. + schema: + type: list + empty: false + required: true + default: + - ".7z" + - ".xz" + - ".bz2" + - ".gz" + - ".tar" + - ".zip" + - ".wim" + - ".ar" + - ".arj" + - ".cab" + - ".chm" + - ".cpio" + - ".cramfs" + - ".dmg" + - ".ext" + - ".fat" + - ".gpt" + - ".hfs" + - ".ihex" + - ".iso" + - ".lzh" + - ".lzma" + - ".mbr" + - ".msi" + - ".nsis" + - ".ntfs" + - ".qcow2" + - ".rar" + - ".rpm" + - ".squashfs" + - ".udf" + - ".uefi" + - ".vdi" + - ".vhd" + - ".vmdk" + - ".wim" + - ".xar" + - ".z" + items: + - variable: format + label: Format + schema: + type: string + required: true + default: "" + - variable: images + label: Images + schema: + additional_attrs: true + type: dict + attrs: + - variable: gc_keep_days + label: GC Keep Days + description: The number of days to keep unused images. After this period, images that have not been accessed are deleted. + schema: + type: int + default: 30 + min: 1 + - variable: gc_interval_minutes + label: GC Interval Minutes + description: How often to run the image garbage collector, in minutes. + schema: + type: int + default: 60 + min: 1 + - variable: rawg + label: Rawg + schema: + additional_attrs: true + type: dict + attrs: + - variable: api_url + label: API Url + schema: + type: string + default: "https://api.rawg.io/api" + - variable: api_cache_days + label: API Cache Days + schema: + type: int + default: 7 + min: 1 + - variable: api_key + label: API Key + schema: + type: string + default: "" + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Service + description: The Primary service on which the healthcheck runs, often the webUI + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 8080 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: logs + label: "App Logs Storage" + description: "Stores the Application Logs." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: images + label: "App Images Storage" + description: "Stores the Application Images." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: games + label: "App Games Storage" + description: "Stores the Application Games." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/gitea/18.5.0/templates/NOTES.txt b/stable/gamevault-backend/5.3.0/templates/NOTES.txt similarity index 100% rename from stable/gitea/18.5.0/templates/NOTES.txt rename to stable/gamevault-backend/5.3.0/templates/NOTES.txt diff --git a/stable/gonic/13.1.3/templates/common.yaml b/stable/gamevault-backend/5.3.0/templates/common.yaml similarity index 100% rename from stable/gonic/13.1.3/templates/common.yaml rename to stable/gamevault-backend/5.3.0/templates/common.yaml diff --git a/stable/genea/5.1.3/values.yaml b/stable/gamevault-backend/5.3.0/values.yaml similarity index 100% rename from stable/genea/5.1.3/values.yaml rename to stable/gamevault-backend/5.3.0/values.yaml diff --git a/stable/gaps/18.1.3/CHANGELOG.md b/stable/gaps/18.1.3/CHANGELOG.md deleted file mode 100644 index 169a85b7243..00000000000 --- a/stable/gaps/18.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [gaps-17.1.11](https://github.com/truecharts/charts/compare/gaps-17.1.10...gaps-17.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [gaps-17.1.10](https://github.com/truecharts/charts/compare/gaps-17.1.9...gaps-17.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [gaps-17.1.9](https://github.com/truecharts/charts/compare/gaps-17.1.8...gaps-17.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [gaps-17.1.8](https://github.com/truecharts/charts/compare/gaps-17.1.7...gaps-17.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [gaps-17.1.7](https://github.com/truecharts/charts/compare/gaps-17.1.6...gaps-17.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [gaps-17.1.6](https://github.com/truecharts/charts/compare/gaps-17.1.5...gaps-17.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [gaps-17.1.5](https://github.com/truecharts/charts/compare/gaps-17.1.4...gaps-17.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [gaps-17.1.4](https://github.com/truecharts/charts/compare/gaps-17.1.3...gaps-17.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [gaps-17.1.3](https://github.com/truecharts/charts/compare/gaps-17.1.0...gaps-17.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/gaps/18.1.3/Chart.yaml b/stable/gaps/18.1.3/Chart.yaml deleted file mode 100644 index 0a013ad4fac..00000000000 --- a/stable/gaps/18.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.10.4 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection. -home: https://truecharts.org/charts/stable/gaps -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gaps.png -keywords: - - gaps - - plex - - plex-media-server -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: gaps -sources: - - https://github.com/JasonHHouse/gaps - - https://github.com/truecharts/charts/tree/master/charts/stable/gaps - - https://hub.docker.com/r/housewrecker/gaps -type: application -version: 18.1.3 diff --git a/stable/gaps/18.1.3/charts/common-18.0.3.tgz b/stable/gaps/18.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/gaps/18.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/ghostfolio/4.3.0/.helmignore b/stable/gaps/18.3.0/.helmignore similarity index 100% rename from stable/ghostfolio/4.3.0/.helmignore rename to stable/gaps/18.3.0/.helmignore diff --git a/stable/gaps/18.3.0/CHANGELOG.md b/stable/gaps/18.3.0/CHANGELOG.md new file mode 100644 index 00000000000..6168f2006c5 --- /dev/null +++ b/stable/gaps/18.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [gaps-18.3.0](https://github.com/truecharts/charts/compare/gaps-18.2.3...gaps-18.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [gaps-18.2.3](https://github.com/truecharts/charts/compare/gaps-18.2.2...gaps-18.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [gaps-18.2.2](https://github.com/truecharts/charts/compare/gaps-18.2.0...gaps-18.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [gaps-17.1.11](https://github.com/truecharts/charts/compare/gaps-17.1.10...gaps-17.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [gaps-17.1.10](https://github.com/truecharts/charts/compare/gaps-17.1.9...gaps-17.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [gaps-17.1.9](https://github.com/truecharts/charts/compare/gaps-17.1.8...gaps-17.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [gaps-17.1.8](https://github.com/truecharts/charts/compare/gaps-17.1.7...gaps-17.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [gaps-17.1.7](https://github.com/truecharts/charts/compare/gaps-17.1.6...gaps-17.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [gaps-17.1.6](https://github.com/truecharts/charts/compare/gaps-17.1.5...gaps-17.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/gaps/18.3.0/Chart.yaml b/stable/gaps/18.3.0/Chart.yaml new file mode 100644 index 00000000000..9036033fc57 --- /dev/null +++ b/stable/gaps/18.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.10.4 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection. +home: https://truecharts.org/charts/stable/gaps +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gaps.png +keywords: + - gaps + - plex + - plex-media-server +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: gaps +sources: + - https://github.com/JasonHHouse/gaps + - https://github.com/truecharts/charts/tree/master/charts/stable/gaps + - https://hub.docker.com/r/housewrecker/gaps +type: application +version: 18.3.0 diff --git a/stable/gaps/18.1.3/README.md b/stable/gaps/18.3.0/README.md similarity index 100% rename from stable/gaps/18.1.3/README.md rename to stable/gaps/18.3.0/README.md diff --git a/stable/gaps/18.3.0/app-changelog.md b/stable/gaps/18.3.0/app-changelog.md new file mode 100644 index 00000000000..5d1045fbc6b --- /dev/null +++ b/stable/gaps/18.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [gaps-18.3.0](https://github.com/truecharts/charts/compare/gaps-18.2.3...gaps-18.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/gaps/18.1.3/app-readme.md b/stable/gaps/18.3.0/app-readme.md similarity index 100% rename from stable/gaps/18.1.3/app-readme.md rename to stable/gaps/18.3.0/app-readme.md diff --git a/stable/gaps/18.3.0/charts/common-18.2.0.tgz b/stable/gaps/18.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/gaps/18.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/gaps/18.1.3/ix_values.yaml b/stable/gaps/18.3.0/ix_values.yaml similarity index 100% rename from stable/gaps/18.1.3/ix_values.yaml rename to stable/gaps/18.3.0/ix_values.yaml diff --git a/stable/gaps/18.1.3/questions.yaml b/stable/gaps/18.3.0/questions.yaml similarity index 100% rename from stable/gaps/18.1.3/questions.yaml rename to stable/gaps/18.3.0/questions.yaml diff --git a/stable/golinks/11.1.3/templates/NOTES.txt b/stable/gaps/18.3.0/templates/NOTES.txt similarity index 100% rename from stable/golinks/11.1.3/templates/NOTES.txt rename to stable/gaps/18.3.0/templates/NOTES.txt diff --git a/stable/grocy/18.2.0/templates/common.yaml b/stable/gaps/18.3.0/templates/common.yaml similarity index 100% rename from stable/grocy/18.2.0/templates/common.yaml rename to stable/gaps/18.3.0/templates/common.yaml diff --git a/stable/ghostfolio/4.3.0/values.yaml b/stable/gaps/18.3.0/values.yaml similarity index 100% rename from stable/ghostfolio/4.3.0/values.yaml rename to stable/gaps/18.3.0/values.yaml diff --git a/stable/garrysmod/5.1.3/CHANGELOG.md b/stable/garrysmod/5.1.3/CHANGELOG.md deleted file mode 100644 index b3e1ff3649e..00000000000 --- a/stable/garrysmod/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [garrysmod-4.1.11](https://github.com/truecharts/charts/compare/garrysmod-4.1.10...garrysmod-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [garrysmod-4.1.10](https://github.com/truecharts/charts/compare/garrysmod-4.1.9...garrysmod-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [garrysmod-4.1.9](https://github.com/truecharts/charts/compare/garrysmod-4.1.8...garrysmod-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [garrysmod-4.1.8](https://github.com/truecharts/charts/compare/garrysmod-4.1.7...garrysmod-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [garrysmod-4.1.7](https://github.com/truecharts/charts/compare/garrysmod-4.1.6...garrysmod-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [garrysmod-4.1.6](https://github.com/truecharts/charts/compare/garrysmod-4.1.5...garrysmod-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [garrysmod-4.1.5](https://github.com/truecharts/charts/compare/garrysmod-4.1.4...garrysmod-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [garrysmod-4.1.4](https://github.com/truecharts/charts/compare/garrysmod-4.1.3...garrysmod-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [garrysmod-4.1.3](https://github.com/truecharts/charts/compare/garrysmod-4.1.0...garrysmod-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/garrysmod/5.1.3/Chart.yaml b/stable/garrysmod/5.1.3/Chart.yaml deleted file mode 100644 index 6f98b85532a..00000000000 --- a/stable/garrysmod/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: garrysmod -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Garry's Mod and run it. -home: https://truecharts.org/charts/stable/garrysmod -icon: https://truecharts.org/img/hotlink-ok/chart-icons/garrysmod.png -keywords: - - garrysmod - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: garrysmod -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/garrysmod - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/garrysmod/5.1.3/charts/common-18.0.3.tgz b/stable/garrysmod/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/garrysmod/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/gitea/18.5.0/.helmignore b/stable/garrysmod/5.3.0/.helmignore similarity index 100% rename from stable/gitea/18.5.0/.helmignore rename to stable/garrysmod/5.3.0/.helmignore diff --git a/stable/garrysmod/5.3.0/CHANGELOG.md b/stable/garrysmod/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..954e51d9461 --- /dev/null +++ b/stable/garrysmod/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [garrysmod-5.3.0](https://github.com/truecharts/charts/compare/garrysmod-5.2.3...garrysmod-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [garrysmod-5.2.3](https://github.com/truecharts/charts/compare/garrysmod-5.2.2...garrysmod-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [garrysmod-5.2.2](https://github.com/truecharts/charts/compare/garrysmod-5.2.0...garrysmod-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [garrysmod-4.1.11](https://github.com/truecharts/charts/compare/garrysmod-4.1.10...garrysmod-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [garrysmod-4.1.10](https://github.com/truecharts/charts/compare/garrysmod-4.1.9...garrysmod-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [garrysmod-4.1.9](https://github.com/truecharts/charts/compare/garrysmod-4.1.8...garrysmod-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [garrysmod-4.1.8](https://github.com/truecharts/charts/compare/garrysmod-4.1.7...garrysmod-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [garrysmod-4.1.7](https://github.com/truecharts/charts/compare/garrysmod-4.1.6...garrysmod-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [garrysmod-4.1.6](https://github.com/truecharts/charts/compare/garrysmod-4.1.5...garrysmod-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/garrysmod/5.3.0/Chart.yaml b/stable/garrysmod/5.3.0/Chart.yaml new file mode 100644 index 00000000000..db90016086a --- /dev/null +++ b/stable/garrysmod/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: garrysmod +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Garry's Mod and run it. +home: https://truecharts.org/charts/stable/garrysmod +icon: https://truecharts.org/img/hotlink-ok/chart-icons/garrysmod.png +keywords: + - garrysmod + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: garrysmod +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/garrysmod + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/garrysmod/5.1.3/README.md b/stable/garrysmod/5.3.0/README.md similarity index 100% rename from stable/garrysmod/5.1.3/README.md rename to stable/garrysmod/5.3.0/README.md diff --git a/stable/garrysmod/5.3.0/app-changelog.md b/stable/garrysmod/5.3.0/app-changelog.md new file mode 100644 index 00000000000..c0ec86e43a0 --- /dev/null +++ b/stable/garrysmod/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [garrysmod-5.3.0](https://github.com/truecharts/charts/compare/garrysmod-5.2.3...garrysmod-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/garrysmod/5.1.3/app-readme.md b/stable/garrysmod/5.3.0/app-readme.md similarity index 100% rename from stable/garrysmod/5.1.3/app-readme.md rename to stable/garrysmod/5.3.0/app-readme.md diff --git a/stable/garrysmod/5.3.0/charts/common-18.2.0.tgz b/stable/garrysmod/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/garrysmod/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/garrysmod/5.1.3/ix_values.yaml b/stable/garrysmod/5.3.0/ix_values.yaml similarity index 100% rename from stable/garrysmod/5.1.3/ix_values.yaml rename to stable/garrysmod/5.3.0/ix_values.yaml diff --git a/stable/garrysmod/5.1.3/questions.yaml b/stable/garrysmod/5.3.0/questions.yaml similarity index 100% rename from stable/garrysmod/5.1.3/questions.yaml rename to stable/garrysmod/5.3.0/questions.yaml diff --git a/stable/garrysmod/5.1.3/templates/common.yaml b/stable/garrysmod/5.3.0/templates/common.yaml similarity index 100% rename from stable/garrysmod/5.1.3/templates/common.yaml rename to stable/garrysmod/5.3.0/templates/common.yaml diff --git a/stable/gitea/18.5.0/values.yaml b/stable/garrysmod/5.3.0/values.yaml similarity index 100% rename from stable/gitea/18.5.0/values.yaml rename to stable/garrysmod/5.3.0/values.yaml diff --git a/stable/genea/5.1.3/CHANGELOG.md b/stable/genea/5.1.3/CHANGELOG.md deleted file mode 100644 index 4b0d79a47c1..00000000000 --- a/stable/genea/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [genea-4.1.11](https://github.com/truecharts/charts/compare/genea-4.1.10...genea-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [genea-4.1.10](https://github.com/truecharts/charts/compare/genea-4.1.9...genea-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [genea-4.1.9](https://github.com/truecharts/charts/compare/genea-4.1.8...genea-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [genea-4.1.8](https://github.com/truecharts/charts/compare/genea-4.1.7...genea-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [genea-4.1.7](https://github.com/truecharts/charts/compare/genea-4.1.6...genea-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [genea-4.1.6](https://github.com/truecharts/charts/compare/genea-4.1.5...genea-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [genea-4.1.5](https://github.com/truecharts/charts/compare/genea-4.1.4...genea-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [genea-4.1.4](https://github.com/truecharts/charts/compare/genea-4.1.3...genea-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [genea-4.1.3](https://github.com/truecharts/charts/compare/genea-4.1.0...genea-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/genea/5.1.3/Chart.yaml b/stable/genea/5.1.3/Chart.yaml deleted file mode 100644 index 52c7cddfe0a..00000000000 --- a/stable/genea/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Genea allows visually building and editing a family tree online. It consumes and saves genealogy data in the GEDCOM format without any server side components. -home: https://truecharts.org/charts/stable/genea -icon: https://truecharts.org/img/hotlink-ok/chart-icons/genea.png -keywords: - - genea - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: genea -sources: - - https://github.com/genea-app/genea-app - - https://github.com/truecharts/charts/tree/master/charts/stable/genea - - https://hub.docker.com/r/biggiesize/genea-app -type: application -version: 5.1.3 diff --git a/stable/genea/5.1.3/charts/common-18.0.3.tgz b/stable/genea/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/genea/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/github-backup/5.1.3/.helmignore b/stable/genea/5.3.0/.helmignore similarity index 100% rename from stable/github-backup/5.1.3/.helmignore rename to stable/genea/5.3.0/.helmignore diff --git a/stable/genea/5.3.0/CHANGELOG.md b/stable/genea/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..252f649a0b0 --- /dev/null +++ b/stable/genea/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [genea-5.3.0](https://github.com/truecharts/charts/compare/genea-5.2.3...genea-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [genea-5.2.3](https://github.com/truecharts/charts/compare/genea-5.2.2...genea-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [genea-5.2.2](https://github.com/truecharts/charts/compare/genea-5.2.0...genea-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [genea-4.1.11](https://github.com/truecharts/charts/compare/genea-4.1.10...genea-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [genea-4.1.10](https://github.com/truecharts/charts/compare/genea-4.1.9...genea-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [genea-4.1.9](https://github.com/truecharts/charts/compare/genea-4.1.8...genea-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [genea-4.1.8](https://github.com/truecharts/charts/compare/genea-4.1.7...genea-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [genea-4.1.7](https://github.com/truecharts/charts/compare/genea-4.1.6...genea-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [genea-4.1.6](https://github.com/truecharts/charts/compare/genea-4.1.5...genea-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/genea/5.3.0/Chart.yaml b/stable/genea/5.3.0/Chart.yaml new file mode 100644 index 00000000000..3ce9d678ae2 --- /dev/null +++ b/stable/genea/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Genea allows visually building and editing a family tree online. It consumes and saves genealogy data in the GEDCOM format without any server side components. +home: https://truecharts.org/charts/stable/genea +icon: https://truecharts.org/img/hotlink-ok/chart-icons/genea.png +keywords: + - genea + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: genea +sources: + - https://github.com/genea-app/genea-app + - https://github.com/truecharts/charts/tree/master/charts/stable/genea + - https://hub.docker.com/r/biggiesize/genea-app +type: application +version: 5.3.0 diff --git a/stable/genea/5.1.3/README.md b/stable/genea/5.3.0/README.md similarity index 100% rename from stable/genea/5.1.3/README.md rename to stable/genea/5.3.0/README.md diff --git a/stable/genea/5.3.0/app-changelog.md b/stable/genea/5.3.0/app-changelog.md new file mode 100644 index 00000000000..9a5cb78a19f --- /dev/null +++ b/stable/genea/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [genea-5.3.0](https://github.com/truecharts/charts/compare/genea-5.2.3...genea-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/genea/5.1.3/app-readme.md b/stable/genea/5.3.0/app-readme.md similarity index 100% rename from stable/genea/5.1.3/app-readme.md rename to stable/genea/5.3.0/app-readme.md diff --git a/stable/genea/5.3.0/charts/common-18.2.0.tgz b/stable/genea/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/genea/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/genea/5.1.3/ix_values.yaml b/stable/genea/5.3.0/ix_values.yaml similarity index 100% rename from stable/genea/5.1.3/ix_values.yaml rename to stable/genea/5.3.0/ix_values.yaml diff --git a/stable/genea/5.1.3/questions.yaml b/stable/genea/5.3.0/questions.yaml similarity index 100% rename from stable/genea/5.1.3/questions.yaml rename to stable/genea/5.3.0/questions.yaml diff --git a/stable/genea/5.1.3/templates/common.yaml b/stable/genea/5.3.0/templates/common.yaml similarity index 100% rename from stable/genea/5.1.3/templates/common.yaml rename to stable/genea/5.3.0/templates/common.yaml diff --git a/stable/github-backup/5.1.3/values.yaml b/stable/genea/5.3.0/values.yaml similarity index 100% rename from stable/github-backup/5.1.3/values.yaml rename to stable/genea/5.3.0/values.yaml diff --git a/stable/ghostfolio/4.3.0/CHANGELOG.md b/stable/ghostfolio/4.3.0/CHANGELOG.md deleted file mode 100644 index 837c78c2794..00000000000 --- a/stable/ghostfolio/4.3.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - -## [ghostfolio-3.10.0](https://github.com/truecharts/charts/compare/ghostfolio-3.9.0...ghostfolio-3.10.0) (2024-02-12) - -### Chore - - - -- update container image ghostfolio/ghostfolio to v2.50.0[@8fa4eef](https://github.com/8fa4eef) by renovate ([#18191](https://github.com/truecharts/charts/issues/18191)) - - -## [ghostfolio-3.9.0](https://github.com/truecharts/charts/compare/ghostfolio-3.8.1...ghostfolio-3.9.0) (2024-02-05) - -### Chore - - - -- update container image ghostfolio/ghostfolio to v2.47.0[@b5bd04e](https://github.com/b5bd04e) by renovate ([#17942](https://github.com/truecharts/charts/issues/17942)) - - -## [ghostfolio-3.8.1](https://github.com/truecharts/charts/compare/ghostfolio-3.8.0...ghostfolio-3.8.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ghostfolio-3.8.0](https://github.com/truecharts/charts/compare/ghostfolio-3.7.5...ghostfolio-3.8.0) (2024-01-29) - -### Chore - - - -- update container image ghostfolio/ghostfolio to v2.46.0[@d7f9487](https://github.com/d7f9487) by renovate ([#17696](https://github.com/truecharts/charts/issues/17696)) - - -## [ghostfolio-3.7.5](https://github.com/truecharts/charts/compare/ghostfolio-3.7.4...ghostfolio-3.7.5) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [ghostfolio-3.7.4](https://github.com/truecharts/charts/compare/ghostfolio-3.7.3...ghostfolio-3.7.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [ghostfolio-3.7.3](https://github.com/truecharts/charts/compare/ghostfolio-3.7.2...ghostfolio-3.7.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [ghostfolio-3.7.2](https://github.com/truecharts/charts/compare/ghostfolio-3.7.1...ghostfolio-3.7.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [ghostfolio-3.7.1](https://github.com/truecharts/charts/compare/ghostfolio-3.7.0...ghostfolio-3.7.1) (2024-01-21) diff --git a/stable/ghostfolio/4.3.0/Chart.yaml b/stable/ghostfolio/4.3.0/Chart.yaml deleted file mode 100644 index f0bc1feacd3..00000000000 --- a/stable/ghostfolio/4.3.0/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: finance - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.57.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 11.2.1 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Ghostfolio is a privacy-first, open source dashboard for your personal finances. Break down your asset allocation, know your net worth and make solid, data-driven investment decisions. -home: https://truecharts.org/charts/stable/ghostfolio -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ghostfolio.png -keywords: - - ghostfolio - - finance -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ghostfolio -sources: - - https://github.com/ghostfolio/ghostfolio - - https://ghostfol.io/ - - https://github.com/truecharts/charts/tree/master/charts/stable/ghostfolio - - https://hub.docker.com/r/ghostfolio/ghostfolio -type: application -version: 4.3.0 diff --git a/stable/ghostfolio/4.3.0/charts/common-18.1.2.tgz b/stable/ghostfolio/4.3.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/ghostfolio/4.3.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/ghostfolio/4.3.0/ix_values.yaml b/stable/ghostfolio/4.3.0/ix_values.yaml deleted file mode 100644 index da7a6f19262..00000000000 --- a/stable/ghostfolio/4.3.0/ix_values.yaml +++ /dev/null @@ -1,65 +0,0 @@ -image: - repository: ghostfolio/ghostfolio - pullPolicy: IfNotPresent - tag: 2.57.0@sha256:6cdba7d7c4ba8e65584fb55080057c03b88ae5dab20819ba3aaa72401c7fc224 -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 3333 - targetPort: 3333 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - path: "/" - type: http - readiness: - path: "/" - type: http - startup: - type: tcp - env: - ALPHA_VANTAGE_API_KEY: "" - ACCESS_TOKEN_SALT: - secretKeyRef: - name: ghostfolio-secrets - key: ACCESS_TOKEN_SALT - JWT_SECRET_KEY: - secretKeyRef: - name: ghostfolio-secrets - key: JWT_SECRET_KEY - DATABASE_URL: - secretKeyRef: - name: ghostfolio-secrets - key: DATABASE_URL - REDIS_HOST: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' - key: plainhost - REDIS_PASSWORD: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' - key: redis-password - REDIS_PORT: "6379" -cnpg: - main: - enabled: true - user: ghostfolio - database: ghostfolio -redis: - enabled: true -portal: - open: - enabled: true diff --git a/stable/ghostfolio/4.3.0/questions.yaml b/stable/ghostfolio/4.3.0/questions.yaml deleted file mode 100755 index 8b894b519de..00000000000 --- a/stable/ghostfolio/4.3.0/questions.yaml +++ /dev/null @@ -1,2912 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: ALPHA_VANTAGE_API_KEY - label: "Alpha Vantage API Key" - description: "https://www.alphavantage.co/ API key" - schema: - type: string - private: true - default: "" - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Service Port Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 3333 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: runAsUser - description: The UserID of the user running the application - schema: - type: int - default: 0 - - variable: runAsGroup - label: runAsGroup - description: The groupID this App of the user running the application - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: fsGroup - description: The group that should own ALL storage. - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/glauth/5.1.3/.helmignore b/stable/ghostfolio/4.5.0/.helmignore similarity index 100% rename from stable/glauth/5.1.3/.helmignore rename to stable/ghostfolio/4.5.0/.helmignore diff --git a/stable/ghostfolio/4.5.0/CHANGELOG.md b/stable/ghostfolio/4.5.0/CHANGELOG.md new file mode 100644 index 00000000000..37b7ac5897e --- /dev/null +++ b/stable/ghostfolio/4.5.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ghostfolio-4.5.0](https://github.com/truecharts/charts/compare/ghostfolio-4.4.3...ghostfolio-4.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [ghostfolio-4.4.3](https://github.com/truecharts/charts/compare/ghostfolio-4.4.2...ghostfolio-4.4.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [ghostfolio-4.4.2](https://github.com/truecharts/charts/compare/ghostfolio-4.4.0...ghostfolio-4.4.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + +## [ghostfolio-3.10.0](https://github.com/truecharts/charts/compare/ghostfolio-3.9.0...ghostfolio-3.10.0) (2024-02-12) + +### Chore + + + +- update container image ghostfolio/ghostfolio to v2.50.0[@8fa4eef](https://github.com/8fa4eef) by renovate ([#18191](https://github.com/truecharts/charts/issues/18191)) + + +## [ghostfolio-3.9.0](https://github.com/truecharts/charts/compare/ghostfolio-3.8.1...ghostfolio-3.9.0) (2024-02-05) + +### Chore + + + +- update container image ghostfolio/ghostfolio to v2.47.0[@b5bd04e](https://github.com/b5bd04e) by renovate ([#17942](https://github.com/truecharts/charts/issues/17942)) + + +## [ghostfolio-3.8.1](https://github.com/truecharts/charts/compare/ghostfolio-3.8.0...ghostfolio-3.8.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [ghostfolio-3.8.0](https://github.com/truecharts/charts/compare/ghostfolio-3.7.5...ghostfolio-3.8.0) (2024-01-29) + +### Chore + + + +- update container image ghostfolio/ghostfolio to v2.46.0[@d7f9487](https://github.com/d7f9487) by renovate ([#17696](https://github.com/truecharts/charts/issues/17696)) + + +## [ghostfolio-3.7.5](https://github.com/truecharts/charts/compare/ghostfolio-3.7.4...ghostfolio-3.7.5) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) diff --git a/stable/ghostfolio/4.5.0/Chart.yaml b/stable/ghostfolio/4.5.0/Chart.yaml new file mode 100644 index 00000000000..1adb72d3198 --- /dev/null +++ b/stable/ghostfolio/4.5.0/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: finance + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.60.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Ghostfolio is a privacy-first, open source dashboard for your personal finances. Break down your asset allocation, know your net worth and make solid, data-driven investment decisions. +home: https://truecharts.org/charts/stable/ghostfolio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ghostfolio.png +keywords: + - ghostfolio + - finance +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ghostfolio +sources: + - https://github.com/ghostfolio/ghostfolio + - https://ghostfol.io/ + - https://github.com/truecharts/charts/tree/master/charts/stable/ghostfolio + - https://hub.docker.com/r/ghostfolio/ghostfolio +type: application +version: 4.5.0 diff --git a/stable/ghostfolio/4.3.0/README.md b/stable/ghostfolio/4.5.0/README.md similarity index 100% rename from stable/ghostfolio/4.3.0/README.md rename to stable/ghostfolio/4.5.0/README.md diff --git a/stable/ghostfolio/4.5.0/app-changelog.md b/stable/ghostfolio/4.5.0/app-changelog.md new file mode 100644 index 00000000000..93410a208c5 --- /dev/null +++ b/stable/ghostfolio/4.5.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ghostfolio-4.5.0](https://github.com/truecharts/charts/compare/ghostfolio-4.4.3...ghostfolio-4.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/ghostfolio/4.3.0/app-readme.md b/stable/ghostfolio/4.5.0/app-readme.md similarity index 100% rename from stable/ghostfolio/4.3.0/app-readme.md rename to stable/ghostfolio/4.5.0/app-readme.md diff --git a/stable/ghostfolio/4.5.0/charts/common-18.2.0.tgz b/stable/ghostfolio/4.5.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/ghostfolio/4.5.0/charts/common-18.2.0.tgz differ diff --git a/stable/ghostfolio/4.3.0/charts/redis-11.2.1.tgz b/stable/ghostfolio/4.5.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/ghostfolio/4.3.0/charts/redis-11.2.1.tgz rename to stable/ghostfolio/4.5.0/charts/redis-11.2.1.tgz diff --git a/stable/ghostfolio/4.5.0/ix_values.yaml b/stable/ghostfolio/4.5.0/ix_values.yaml new file mode 100644 index 00000000000..0228bbe8394 --- /dev/null +++ b/stable/ghostfolio/4.5.0/ix_values.yaml @@ -0,0 +1,65 @@ +image: + repository: ghostfolio/ghostfolio + pullPolicy: IfNotPresent + tag: 2.60.0@sha256:766a4903aa152253439fac6b9bfa51b1a98c7561bc8c951c6c3acd71e5f7caf7 +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 3333 + targetPort: 3333 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + path: "/" + type: http + readiness: + path: "/" + type: http + startup: + type: tcp + env: + ALPHA_VANTAGE_API_KEY: "" + ACCESS_TOKEN_SALT: + secretKeyRef: + name: ghostfolio-secrets + key: ACCESS_TOKEN_SALT + JWT_SECRET_KEY: + secretKeyRef: + name: ghostfolio-secrets + key: JWT_SECRET_KEY + DATABASE_URL: + secretKeyRef: + name: ghostfolio-secrets + key: DATABASE_URL + REDIS_HOST: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' + key: plainhost + REDIS_PASSWORD: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' + key: redis-password + REDIS_PORT: "6379" +cnpg: + main: + enabled: true + user: ghostfolio + database: ghostfolio +redis: + enabled: true +portal: + open: + enabled: true diff --git a/stable/ghostfolio/4.5.0/questions.yaml b/stable/ghostfolio/4.5.0/questions.yaml new file mode 100755 index 00000000000..6d07360e94f --- /dev/null +++ b/stable/ghostfolio/4.5.0/questions.yaml @@ -0,0 +1,2870 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + label: Image Environment + schema: + additional_attrs: true + type: dict + attrs: + - variable: ALPHA_VANTAGE_API_KEY + label: "Alpha Vantage API Key" + description: "https://www.alphavantage.co/ API key" + schema: + type: string + private: true + default: "" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 3333 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: runAsUser + description: The UserID of the user running the application + schema: + type: int + default: 0 + - variable: runAsGroup + label: runAsGroup + description: The groupID this App of the user running the application + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: fsGroup + description: The group that should own ALL storage. + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/gonic/13.1.3/templates/NOTES.txt b/stable/ghostfolio/4.5.0/templates/NOTES.txt similarity index 100% rename from stable/gonic/13.1.3/templates/NOTES.txt rename to stable/ghostfolio/4.5.0/templates/NOTES.txt diff --git a/stable/ghostfolio/4.3.0/templates/_secrets.tpl b/stable/ghostfolio/4.5.0/templates/_secrets.tpl similarity index 100% rename from stable/ghostfolio/4.3.0/templates/_secrets.tpl rename to stable/ghostfolio/4.5.0/templates/_secrets.tpl diff --git a/stable/ghostfolio/4.3.0/templates/common.yaml b/stable/ghostfolio/4.5.0/templates/common.yaml similarity index 100% rename from stable/ghostfolio/4.3.0/templates/common.yaml rename to stable/ghostfolio/4.5.0/templates/common.yaml diff --git a/stable/glauth/5.1.3/values.yaml b/stable/ghostfolio/4.5.0/values.yaml similarity index 100% rename from stable/glauth/5.1.3/values.yaml rename to stable/ghostfolio/4.5.0/values.yaml diff --git a/stable/gitea/18.5.0/CHANGELOG.md b/stable/gitea/18.5.0/CHANGELOG.md deleted file mode 100644 index 8c1abe856a1..00000000000 --- a/stable/gitea/18.5.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - -## [gitea-17.1.18](https://github.com/truecharts/charts/compare/gitea-17.1.17...gitea-17.1.18) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [gitea-17.1.17](https://github.com/truecharts/charts/compare/gitea-17.1.16...gitea-17.1.17) (2024-02-02) - -### Chore - - - -- update container image gitea/gitea to v1.21.5[@874a8d8](https://github.com/874a8d8) by renovate ([#17787](https://github.com/truecharts/charts/issues/17787)) - - -## [gitea-17.1.16](https://github.com/truecharts/charts/compare/gitea-17.1.15...gitea-17.1.16) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [gitea-17.1.15](https://github.com/truecharts/charts/compare/gitea-17.1.14...gitea-17.1.15) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [gitea-17.1.14](https://github.com/truecharts/charts/compare/gitea-17.1.13...gitea-17.1.14) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [gitea-17.1.13](https://github.com/truecharts/charts/compare/gitea-17.1.12...gitea-17.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [gitea-17.1.12](https://github.com/truecharts/charts/compare/gitea-17.1.11...gitea-17.1.12) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [gitea-17.1.11](https://github.com/truecharts/charts/compare/gitea-17.1.10...gitea-17.1.11) (2024-01-21) - -### Chore - - - -- update container image gitea/gitea to v1.21.4[@600f1f1](https://github.com/600f1f1) by renovate ([#17304](https://github.com/truecharts/charts/issues/17304)) - - diff --git a/stable/gitea/18.5.0/Chart.yaml b/stable/gitea/18.5.0/Chart.yaml deleted file mode 100644 index 0e482a02955..00000000000 --- a/stable/gitea/18.5.0/Chart.yaml +++ /dev/null @@ -1,49 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GIT - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.21.7 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: memcached - version: 12.3.0 - repository: oci://tccr.io/truecharts - condition: memcached.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Self hosted GIT repositories -home: https://truecharts.org/charts/stable/gitea -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gitea.png -keywords: - - git - - issue tracker - - code review - - wiki - - gitea - - gogs -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: gitea -sources: - - https://gitea.com/gitea/helm-chart - - https://github.com/go-gitea/gitea - - https://github.com/truecharts/charts/tree/master/charts/stable/gitea - - https://hub.docker.com/r/gitea/gitea -type: application -version: 18.5.0 diff --git a/stable/gitea/18.5.0/charts/common-18.1.2.tgz b/stable/gitea/18.5.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/gitea/18.5.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/gitea/18.5.0/charts/memcached-12.3.0.tgz b/stable/gitea/18.5.0/charts/memcached-12.3.0.tgz deleted file mode 100644 index 213340cdce2..00000000000 Binary files a/stable/gitea/18.5.0/charts/memcached-12.3.0.tgz and /dev/null differ diff --git a/stable/gitea/18.5.0/questions.yaml b/stable/gitea/18.5.0/questions.yaml deleted file mode 100755 index d1792cac5b2..00000000000 --- a/stable/gitea/18.5.0/questions.yaml +++ /dev/null @@ -1,3458 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: admin - group: "App Configuration" - label: "Admin Credentials" - schema: - additional_attrs: true - type: dict - attrs: - - variable: username - label: "username" - schema: - type: string - valid_chars: '^(?!^admin$).*$' - required: true - - variable: password - label: "password" - schema: - type: string - required: true - private: true - min_length: 8 - - variable: email - label: "email" - schema: - type: string - required: true - - variable: config - group: "App Configuration" - label: "Admin Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: APP_NAME - label: "APP_NAME" - schema: - type: string - default: "Gitea" - required: true - - variable: RUN_MODE - label: "RUN_MODE" - schema: - type: string - default: "prod" - enum: - - value: "prod" - description: "Production" - - value: "dev" - description: "Development" - - value: "test" - description: "Testing" - - variable: ALLOWED_HOST_LIST - label: "ALLOWED_HOST_LIST" - schema: - type: string - default: "127.0.0.1" - required: true - - variable: nodeIP - label: Node IP - description: Used to generate configuration, when installed without ingress - schema: - type: string - required: true - $ref: - - "definitions/nodeIP" - - variable: customConfig - group: "App Configuration" - label: "Custom Configuration parameters" - schema: - type: list - default: [] - items: - # Do not fix this typo, it will break - # current installations - - variable: catagoryItem - label: "Category" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: "Config Category Name" - schema: - type: string - required: true - - variable: keys - label: "Configuration Parameters" - schema: - type: list - default: [] - items: - - variable: configItem - label: "parameter" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: "Parameter Name" - schema: - type: string - required: true - - variable: value - label: "Parameter Value" - schema: - type: string - required: true - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10037 - required: true - - variable: ssh - label: "SSH Service" - description: "The SSH service" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: ssh - label: "SSH Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 2222 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: data - label: "App data Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 1000 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 1000 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 1000 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/go-playground/5.1.3/.helmignore b/stable/gitea/18.6.0/.helmignore similarity index 100% rename from stable/go-playground/5.1.3/.helmignore rename to stable/gitea/18.6.0/.helmignore diff --git a/stable/gitea/18.6.0/CHANGELOG.md b/stable/gitea/18.6.0/CHANGELOG.md new file mode 100644 index 00000000000..4cfccffe883 --- /dev/null +++ b/stable/gitea/18.6.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [gitea-18.6.0](https://github.com/truecharts/charts/compare/gitea-18.5.4...gitea-18.6.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [gitea-18.5.4](https://github.com/truecharts/charts/compare/gitea-18.5.3...gitea-18.5.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [gitea-18.5.3](https://github.com/truecharts/charts/compare/gitea-18.5.1...gitea-18.5.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + +## [gitea-17.1.18](https://github.com/truecharts/charts/compare/gitea-17.1.17...gitea-17.1.18) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [gitea-17.1.17](https://github.com/truecharts/charts/compare/gitea-17.1.16...gitea-17.1.17) (2024-02-02) + +### Chore + + + +- update container image gitea/gitea to v1.21.5[@874a8d8](https://github.com/874a8d8) by renovate ([#17787](https://github.com/truecharts/charts/issues/17787)) + + +## [gitea-17.1.16](https://github.com/truecharts/charts/compare/gitea-17.1.15...gitea-17.1.16) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [gitea-17.1.15](https://github.com/truecharts/charts/compare/gitea-17.1.14...gitea-17.1.15) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [gitea-17.1.14](https://github.com/truecharts/charts/compare/gitea-17.1.13...gitea-17.1.14) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) \ No newline at end of file diff --git a/stable/gitea/18.6.0/Chart.yaml b/stable/gitea/18.6.0/Chart.yaml new file mode 100644 index 00000000000..8e830ccf7ab --- /dev/null +++ b/stable/gitea/18.6.0/Chart.yaml @@ -0,0 +1,49 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GIT + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.21.7 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: memcached + version: 12.3.1 + repository: oci://tccr.io/truecharts + condition: memcached.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Self hosted GIT repositories +home: https://truecharts.org/charts/stable/gitea +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gitea.png +keywords: + - git + - issue tracker + - code review + - wiki + - gitea + - gogs +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: gitea +sources: + - https://gitea.com/gitea/helm-chart + - https://github.com/go-gitea/gitea + - https://github.com/truecharts/charts/tree/master/charts/stable/gitea + - https://hub.docker.com/r/gitea/gitea +type: application +version: 18.6.0 diff --git a/stable/gitea/18.5.0/README.md b/stable/gitea/18.6.0/README.md similarity index 100% rename from stable/gitea/18.5.0/README.md rename to stable/gitea/18.6.0/README.md diff --git a/stable/gitea/18.6.0/app-changelog.md b/stable/gitea/18.6.0/app-changelog.md new file mode 100644 index 00000000000..8d3d5cc4cb8 --- /dev/null +++ b/stable/gitea/18.6.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [gitea-18.6.0](https://github.com/truecharts/charts/compare/gitea-18.5.4...gitea-18.6.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/gitea/18.5.0/app-readme.md b/stable/gitea/18.6.0/app-readme.md similarity index 100% rename from stable/gitea/18.5.0/app-readme.md rename to stable/gitea/18.6.0/app-readme.md diff --git a/stable/gitea/18.6.0/charts/common-18.2.0.tgz b/stable/gitea/18.6.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/gitea/18.6.0/charts/common-18.2.0.tgz differ diff --git a/stable/gitea/18.6.0/charts/memcached-12.3.1.tgz b/stable/gitea/18.6.0/charts/memcached-12.3.1.tgz new file mode 100644 index 00000000000..c29034864e7 Binary files /dev/null and b/stable/gitea/18.6.0/charts/memcached-12.3.1.tgz differ diff --git a/stable/gitea/18.5.0/ix_values.yaml b/stable/gitea/18.6.0/ix_values.yaml similarity index 100% rename from stable/gitea/18.5.0/ix_values.yaml rename to stable/gitea/18.6.0/ix_values.yaml diff --git a/stable/gitea/18.6.0/questions.yaml b/stable/gitea/18.6.0/questions.yaml new file mode 100755 index 00000000000..17325430165 --- /dev/null +++ b/stable/gitea/18.6.0/questions.yaml @@ -0,0 +1,3416 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: admin + group: "App Configuration" + label: "Admin Credentials" + schema: + additional_attrs: true + type: dict + attrs: + - variable: username + label: "username" + schema: + type: string + valid_chars: '^(?!^admin$).*$' + required: true + - variable: password + label: "password" + schema: + type: string + required: true + private: true + min_length: 8 + - variable: email + label: "email" + schema: + type: string + required: true + - variable: config + group: "App Configuration" + label: "Admin Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: APP_NAME + label: "APP_NAME" + schema: + type: string + default: "Gitea" + required: true + - variable: RUN_MODE + label: "RUN_MODE" + schema: + type: string + default: "prod" + enum: + - value: "prod" + description: "Production" + - value: "dev" + description: "Development" + - value: "test" + description: "Testing" + - variable: ALLOWED_HOST_LIST + label: "ALLOWED_HOST_LIST" + schema: + type: string + default: "127.0.0.1" + required: true + - variable: nodeIP + label: Node IP + description: Used to generate configuration, when installed without ingress + schema: + type: string + required: true + $ref: + - "definitions/nodeIP" + - variable: customConfig + group: "App Configuration" + label: "Custom Configuration parameters" + schema: + type: list + default: [] + items: + # Do not fix this typo, it will break + # current installations + - variable: catagoryItem + label: "Category" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Config Category Name" + schema: + type: string + required: true + - variable: keys + label: "Configuration Parameters" + schema: + type: list + default: [] + items: + - variable: configItem + label: "parameter" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Parameter Name" + schema: + type: string + required: true + - variable: value + label: "Parameter Value" + schema: + type: string + required: true + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10037 + required: true + - variable: ssh + label: "SSH Service" + description: "The SSH service" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: ssh + label: "SSH Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 2222 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: data + label: "App data Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 1000 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 1000 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 1000 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/grav/11.2.0/templates/NOTES.txt b/stable/gitea/18.6.0/templates/NOTES.txt similarity index 100% rename from stable/grav/11.2.0/templates/NOTES.txt rename to stable/gitea/18.6.0/templates/NOTES.txt diff --git a/stable/gitea/18.5.0/templates/_configmap.tpl b/stable/gitea/18.6.0/templates/_configmap.tpl similarity index 100% rename from stable/gitea/18.5.0/templates/_configmap.tpl rename to stable/gitea/18.6.0/templates/_configmap.tpl diff --git a/stable/gitea/18.5.0/templates/_secrets.tpl b/stable/gitea/18.6.0/templates/_secrets.tpl similarity index 100% rename from stable/gitea/18.5.0/templates/_secrets.tpl rename to stable/gitea/18.6.0/templates/_secrets.tpl diff --git a/stable/gitea/18.5.0/templates/common.yaml b/stable/gitea/18.6.0/templates/common.yaml similarity index 100% rename from stable/gitea/18.5.0/templates/common.yaml rename to stable/gitea/18.6.0/templates/common.yaml diff --git a/stable/go-playground/5.1.3/values.yaml b/stable/gitea/18.6.0/values.yaml similarity index 100% rename from stable/go-playground/5.1.3/values.yaml rename to stable/gitea/18.6.0/values.yaml diff --git a/stable/github-backup/5.1.3/CHANGELOG.md b/stable/github-backup/5.1.3/CHANGELOG.md deleted file mode 100644 index 5a7cbbf4dea..00000000000 --- a/stable/github-backup/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [github-backup-4.1.11](https://github.com/truecharts/charts/compare/github-backup-4.1.10...github-backup-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [github-backup-4.1.10](https://github.com/truecharts/charts/compare/github-backup-4.1.9...github-backup-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [github-backup-4.1.9](https://github.com/truecharts/charts/compare/github-backup-4.1.8...github-backup-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [github-backup-4.1.8](https://github.com/truecharts/charts/compare/github-backup-4.1.7...github-backup-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [github-backup-4.1.7](https://github.com/truecharts/charts/compare/github-backup-4.1.6...github-backup-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [github-backup-4.1.6](https://github.com/truecharts/charts/compare/github-backup-4.1.5...github-backup-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [github-backup-4.1.5](https://github.com/truecharts/charts/compare/github-backup-4.1.4...github-backup-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [github-backup-4.1.4](https://github.com/truecharts/charts/compare/github-backup-4.1.3...github-backup-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [github-backup-4.1.3](https://github.com/truecharts/charts/compare/github-backup-4.1.0...github-backup-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/github-backup/5.1.3/Chart.yaml b/stable/github-backup/5.1.3/Chart.yaml deleted file mode 100644 index d894e2d0944..00000000000 --- a/stable/github-backup/5.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Backup - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Like to maintain your own data? Automatically backup your github account to your Unraid server on a schedule. -home: https://truecharts.org/charts/stable/github-backup -icon: https://truecharts.org/img/hotlink-ok/chart-icons/github-backup.png -keywords: - - github-backup - - Backup -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: github-backup -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/github-backup - - https://hub.docker.com/r/lnxd/github-backup -type: application -version: 5.1.3 diff --git a/stable/github-backup/5.1.3/charts/common-18.0.3.tgz b/stable/github-backup/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/github-backup/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/goaccess-npm-logs/5.1.3/.helmignore b/stable/github-backup/5.3.0/.helmignore similarity index 100% rename from stable/goaccess-npm-logs/5.1.3/.helmignore rename to stable/github-backup/5.3.0/.helmignore diff --git a/stable/github-backup/5.3.0/CHANGELOG.md b/stable/github-backup/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..9f6e5a5c82b --- /dev/null +++ b/stable/github-backup/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [github-backup-5.3.0](https://github.com/truecharts/charts/compare/github-backup-5.2.3...github-backup-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [github-backup-5.2.3](https://github.com/truecharts/charts/compare/github-backup-5.2.2...github-backup-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [github-backup-5.2.2](https://github.com/truecharts/charts/compare/github-backup-5.2.0...github-backup-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [github-backup-4.1.11](https://github.com/truecharts/charts/compare/github-backup-4.1.10...github-backup-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [github-backup-4.1.10](https://github.com/truecharts/charts/compare/github-backup-4.1.9...github-backup-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [github-backup-4.1.9](https://github.com/truecharts/charts/compare/github-backup-4.1.8...github-backup-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [github-backup-4.1.8](https://github.com/truecharts/charts/compare/github-backup-4.1.7...github-backup-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [github-backup-4.1.7](https://github.com/truecharts/charts/compare/github-backup-4.1.6...github-backup-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [github-backup-4.1.6](https://github.com/truecharts/charts/compare/github-backup-4.1.5...github-backup-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/github-backup/5.3.0/Chart.yaml b/stable/github-backup/5.3.0/Chart.yaml new file mode 100644 index 00000000000..ccee75ef733 --- /dev/null +++ b/stable/github-backup/5.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Like to maintain your own data? Automatically backup your github account to your Unraid server on a schedule. +home: https://truecharts.org/charts/stable/github-backup +icon: https://truecharts.org/img/hotlink-ok/chart-icons/github-backup.png +keywords: + - github-backup + - Backup +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: github-backup +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/github-backup + - https://hub.docker.com/r/lnxd/github-backup +type: application +version: 5.3.0 diff --git a/stable/github-backup/5.1.3/README.md b/stable/github-backup/5.3.0/README.md similarity index 100% rename from stable/github-backup/5.1.3/README.md rename to stable/github-backup/5.3.0/README.md diff --git a/stable/github-backup/5.3.0/app-changelog.md b/stable/github-backup/5.3.0/app-changelog.md new file mode 100644 index 00000000000..9c7ace66f71 --- /dev/null +++ b/stable/github-backup/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [github-backup-5.3.0](https://github.com/truecharts/charts/compare/github-backup-5.2.3...github-backup-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/github-backup/5.1.3/app-readme.md b/stable/github-backup/5.3.0/app-readme.md similarity index 100% rename from stable/github-backup/5.1.3/app-readme.md rename to stable/github-backup/5.3.0/app-readme.md diff --git a/stable/github-backup/5.3.0/charts/common-18.2.0.tgz b/stable/github-backup/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/github-backup/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/github-backup/5.1.3/ix_values.yaml b/stable/github-backup/5.3.0/ix_values.yaml similarity index 100% rename from stable/github-backup/5.1.3/ix_values.yaml rename to stable/github-backup/5.3.0/ix_values.yaml diff --git a/stable/github-backup/5.1.3/questions.yaml b/stable/github-backup/5.3.0/questions.yaml similarity index 100% rename from stable/github-backup/5.1.3/questions.yaml rename to stable/github-backup/5.3.0/questions.yaml diff --git a/stable/github-backup/5.1.3/templates/common.yaml b/stable/github-backup/5.3.0/templates/common.yaml similarity index 100% rename from stable/github-backup/5.1.3/templates/common.yaml rename to stable/github-backup/5.3.0/templates/common.yaml diff --git a/stable/goaccess-npm-logs/5.1.3/values.yaml b/stable/github-backup/5.3.0/values.yaml similarity index 100% rename from stable/goaccess-npm-logs/5.1.3/values.yaml rename to stable/github-backup/5.3.0/values.yaml diff --git a/stable/glauth/5.1.3/CHANGELOG.md b/stable/glauth/5.1.3/CHANGELOG.md deleted file mode 100644 index 3889c829d64..00000000000 --- a/stable/glauth/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - -## [glauth-4.1.12](https://github.com/truecharts/charts/compare/glauth-4.1.11...glauth-4.1.12) (2024-02-12) - -### Chore - - - -- update container image glauth/glauth to latest[@23af115](https://github.com/23af115) by renovate ([#18166](https://github.com/truecharts/charts/issues/18166)) - - -## [glauth-4.1.11](https://github.com/truecharts/charts/compare/glauth-4.1.10...glauth-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [glauth-4.1.10](https://github.com/truecharts/charts/compare/glauth-4.1.9...glauth-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [glauth-4.1.9](https://github.com/truecharts/charts/compare/glauth-4.1.8...glauth-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [glauth-4.1.8](https://github.com/truecharts/charts/compare/glauth-4.1.7...glauth-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [glauth-4.1.7](https://github.com/truecharts/charts/compare/glauth-4.1.6...glauth-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [glauth-4.1.6](https://github.com/truecharts/charts/compare/glauth-4.1.5...glauth-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [glauth-4.1.5](https://github.com/truecharts/charts/compare/glauth-4.1.4...glauth-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs \ No newline at end of file diff --git a/stable/glauth/5.1.3/Chart.yaml b/stable/glauth/5.1.3/Chart.yaml deleted file mode 100644 index d2c002d87d6..00000000000 --- a/stable/glauth/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Security - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: GLAuth is a secure, easy-to-use, LDAP server with configurable backends. -home: https://truecharts.org/charts/stable/glauth -icon: https://truecharts.org/img/hotlink-ok/chart-icons/glauth.png -keywords: - - glauth - - Security -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: glauth -sources: - - https://glauth.github.io - - https://github.com/truecharts/charts/tree/master/charts/stable/glauth - - https://hub.docker.com/r/glauth/glauth -type: application -version: 5.1.3 diff --git a/stable/glauth/5.1.3/charts/common-18.0.3.tgz b/stable/glauth/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/glauth/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/goaccess/5.1.3/.helmignore b/stable/glauth/5.3.0/.helmignore similarity index 100% rename from stable/goaccess/5.1.3/.helmignore rename to stable/glauth/5.3.0/.helmignore diff --git a/stable/glauth/5.3.0/CHANGELOG.md b/stable/glauth/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..8124e7ee878 --- /dev/null +++ b/stable/glauth/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [glauth-5.3.0](https://github.com/truecharts/charts/compare/glauth-5.2.3...glauth-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [glauth-5.2.3](https://github.com/truecharts/charts/compare/glauth-5.2.2...glauth-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [glauth-5.2.2](https://github.com/truecharts/charts/compare/glauth-5.2.0...glauth-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + +## [glauth-4.1.12](https://github.com/truecharts/charts/compare/glauth-4.1.11...glauth-4.1.12) (2024-02-12) + +### Chore + + + +- update container image glauth/glauth to latest[@23af115](https://github.com/23af115) by renovate ([#18166](https://github.com/truecharts/charts/issues/18166)) + + +## [glauth-4.1.11](https://github.com/truecharts/charts/compare/glauth-4.1.10...glauth-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [glauth-4.1.10](https://github.com/truecharts/charts/compare/glauth-4.1.9...glauth-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [glauth-4.1.9](https://github.com/truecharts/charts/compare/glauth-4.1.8...glauth-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [glauth-4.1.8](https://github.com/truecharts/charts/compare/glauth-4.1.7...glauth-4.1.8) (2024-01-21) + +### Chore + + diff --git a/stable/glauth/5.3.0/Chart.yaml b/stable/glauth/5.3.0/Chart.yaml new file mode 100644 index 00000000000..87218598539 --- /dev/null +++ b/stable/glauth/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Security + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: GLAuth is a secure, easy-to-use, LDAP server with configurable backends. +home: https://truecharts.org/charts/stable/glauth +icon: https://truecharts.org/img/hotlink-ok/chart-icons/glauth.png +keywords: + - glauth + - Security +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: glauth +sources: + - https://glauth.github.io + - https://github.com/truecharts/charts/tree/master/charts/stable/glauth + - https://hub.docker.com/r/glauth/glauth +type: application +version: 5.3.0 diff --git a/stable/glauth/5.1.3/README.md b/stable/glauth/5.3.0/README.md similarity index 100% rename from stable/glauth/5.1.3/README.md rename to stable/glauth/5.3.0/README.md diff --git a/stable/glauth/5.3.0/app-changelog.md b/stable/glauth/5.3.0/app-changelog.md new file mode 100644 index 00000000000..9731fc56875 --- /dev/null +++ b/stable/glauth/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [glauth-5.3.0](https://github.com/truecharts/charts/compare/glauth-5.2.3...glauth-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/glauth/5.1.3/app-readme.md b/stable/glauth/5.3.0/app-readme.md similarity index 100% rename from stable/glauth/5.1.3/app-readme.md rename to stable/glauth/5.3.0/app-readme.md diff --git a/stable/glauth/5.3.0/charts/common-18.2.0.tgz b/stable/glauth/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/glauth/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/glauth/5.1.3/ix_values.yaml b/stable/glauth/5.3.0/ix_values.yaml similarity index 100% rename from stable/glauth/5.1.3/ix_values.yaml rename to stable/glauth/5.3.0/ix_values.yaml diff --git a/stable/glauth/5.1.3/questions.yaml b/stable/glauth/5.3.0/questions.yaml similarity index 100% rename from stable/glauth/5.1.3/questions.yaml rename to stable/glauth/5.3.0/questions.yaml diff --git a/stable/glauth/5.1.3/templates/common.yaml b/stable/glauth/5.3.0/templates/common.yaml similarity index 100% rename from stable/glauth/5.1.3/templates/common.yaml rename to stable/glauth/5.3.0/templates/common.yaml diff --git a/stable/goaccess/5.1.3/values.yaml b/stable/glauth/5.3.0/values.yaml similarity index 100% rename from stable/goaccess/5.1.3/values.yaml rename to stable/glauth/5.3.0/values.yaml diff --git a/stable/go-playground/5.1.3/CHANGELOG.md b/stable/go-playground/5.1.3/CHANGELOG.md deleted file mode 100644 index 13b03e42f57..00000000000 --- a/stable/go-playground/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [go-playground-4.1.13](https://github.com/truecharts/charts/compare/go-playground-4.1.12...go-playground-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [go-playground-4.1.12](https://github.com/truecharts/charts/compare/go-playground-4.1.11...go-playground-4.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [go-playground-4.1.11](https://github.com/truecharts/charts/compare/go-playground-4.1.10...go-playground-4.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [go-playground-4.1.10](https://github.com/truecharts/charts/compare/go-playground-4.1.9...go-playground-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [go-playground-4.1.9](https://github.com/truecharts/charts/compare/go-playground-4.1.8...go-playground-4.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [go-playground-4.1.8](https://github.com/truecharts/charts/compare/go-playground-4.1.7...go-playground-4.1.8) (2024-01-21) - -### Chore - - - -- update container image x1unix/go-playground to latest[@e98741b](https://github.com/e98741b) by renovate ([#17399](https://github.com/truecharts/charts/issues/17399)) - - -## [go-playground-4.1.7](https://github.com/truecharts/charts/compare/go-playground-4.1.6...go-playground-4.1.7) (2024-01-13) - -### Chore - - - -- update container image x1unix/go-playground to latest[@fd25c19](https://github.com/fd25c19) by renovate ([#17098](https://github.com/truecharts/charts/issues/17098)) - - -## [go-playground-4.1.6](https://github.com/truecharts/charts/compare/go-playground-4.1.5...go-playground-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [go-playground-4.1.5](https://github.com/truecharts/charts/compare/go-playground-4.1.4...go-playground-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [go-playground-4.1.4](https://github.com/truecharts/charts/compare/go-playground-4.1.3...go-playground-4.1.4) (2024-01-01) \ No newline at end of file diff --git a/stable/go-playground/5.1.3/Chart.yaml b/stable/go-playground/5.1.3/Chart.yaml deleted file mode 100644 index d297eb788fa..00000000000 --- a/stable/go-playground/5.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: mproved Go Playground powered by Monaco Editor and React -home: https://truecharts.org/charts/stable/go-playground -icon: https://truecharts.org/img/hotlink-ok/chart-icons/go-playground.png -keywords: - - go-playground - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: go-playground -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/go-playground - - https://hub.docker.com/r/x1unix/go-playground -type: application -version: 5.1.3 diff --git a/stable/go-playground/5.1.3/charts/common-18.0.3.tgz b/stable/go-playground/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/go-playground/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/godaddy-ddns/5.1.3/.helmignore b/stable/go-playground/5.3.0/.helmignore similarity index 100% rename from stable/godaddy-ddns/5.1.3/.helmignore rename to stable/go-playground/5.3.0/.helmignore diff --git a/stable/go-playground/5.3.0/CHANGELOG.md b/stable/go-playground/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..ab8a5878cc9 --- /dev/null +++ b/stable/go-playground/5.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [go-playground-5.3.0](https://github.com/truecharts/charts/compare/go-playground-5.2.3...go-playground-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [go-playground-5.2.3](https://github.com/truecharts/charts/compare/go-playground-5.2.2...go-playground-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [go-playground-5.2.2](https://github.com/truecharts/charts/compare/go-playground-5.2.0...go-playground-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [go-playground-4.1.13](https://github.com/truecharts/charts/compare/go-playground-4.1.12...go-playground-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [go-playground-4.1.12](https://github.com/truecharts/charts/compare/go-playground-4.1.11...go-playground-4.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [go-playground-4.1.11](https://github.com/truecharts/charts/compare/go-playground-4.1.10...go-playground-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [go-playground-4.1.10](https://github.com/truecharts/charts/compare/go-playground-4.1.9...go-playground-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [go-playground-4.1.9](https://github.com/truecharts/charts/compare/go-playground-4.1.8...go-playground-4.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [go-playground-4.1.8](https://github.com/truecharts/charts/compare/go-playground-4.1.7...go-playground-4.1.8) (2024-01-21) + +### Chore + + + +- update container image x1unix/go-playground to latest[@e98741b](https://github.com/e98741b) by renovate ([#17399](https://github.com/truecharts/charts/issues/17399)) \ No newline at end of file diff --git a/stable/go-playground/5.3.0/Chart.yaml b/stable/go-playground/5.3.0/Chart.yaml new file mode 100644 index 00000000000..fd636bd8445 --- /dev/null +++ b/stable/go-playground/5.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: mproved Go Playground powered by Monaco Editor and React +home: https://truecharts.org/charts/stable/go-playground +icon: https://truecharts.org/img/hotlink-ok/chart-icons/go-playground.png +keywords: + - go-playground + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: go-playground +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/go-playground + - https://hub.docker.com/r/x1unix/go-playground +type: application +version: 5.3.0 diff --git a/stable/go-playground/5.1.3/README.md b/stable/go-playground/5.3.0/README.md similarity index 100% rename from stable/go-playground/5.1.3/README.md rename to stable/go-playground/5.3.0/README.md diff --git a/stable/go-playground/5.3.0/app-changelog.md b/stable/go-playground/5.3.0/app-changelog.md new file mode 100644 index 00000000000..1a42a9f2aa1 --- /dev/null +++ b/stable/go-playground/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [go-playground-5.3.0](https://github.com/truecharts/charts/compare/go-playground-5.2.3...go-playground-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/go-playground/5.1.3/app-readme.md b/stable/go-playground/5.3.0/app-readme.md similarity index 100% rename from stable/go-playground/5.1.3/app-readme.md rename to stable/go-playground/5.3.0/app-readme.md diff --git a/stable/go-playground/5.3.0/charts/common-18.2.0.tgz b/stable/go-playground/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/go-playground/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/go-playground/5.1.3/ix_values.yaml b/stable/go-playground/5.3.0/ix_values.yaml similarity index 100% rename from stable/go-playground/5.1.3/ix_values.yaml rename to stable/go-playground/5.3.0/ix_values.yaml diff --git a/stable/go-playground/5.1.3/questions.yaml b/stable/go-playground/5.3.0/questions.yaml similarity index 100% rename from stable/go-playground/5.1.3/questions.yaml rename to stable/go-playground/5.3.0/questions.yaml diff --git a/stable/go-playground/5.1.3/templates/common.yaml b/stable/go-playground/5.3.0/templates/common.yaml similarity index 100% rename from stable/go-playground/5.1.3/templates/common.yaml rename to stable/go-playground/5.3.0/templates/common.yaml diff --git a/stable/godaddy-ddns/5.1.3/values.yaml b/stable/go-playground/5.3.0/values.yaml similarity index 100% rename from stable/godaddy-ddns/5.1.3/values.yaml rename to stable/go-playground/5.3.0/values.yaml diff --git a/stable/goaccess-npm-logs/5.1.3/CHANGELOG.md b/stable/goaccess-npm-logs/5.1.3/CHANGELOG.md deleted file mode 100644 index 90fcacffe47..00000000000 --- a/stable/goaccess-npm-logs/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [goaccess-npm-logs-4.1.13](https://github.com/truecharts/charts/compare/goaccess-npm-logs-4.1.12...goaccess-npm-logs-4.1.13) (2024-02-12) - -### Chore - - - -- update container image xavierh/goaccess-for-nginxproxymanager to latest[@a1b2ab3](https://github.com/a1b2ab3) by renovate ([#18115](https://github.com/truecharts/charts/issues/18115)) - - -## [goaccess-npm-logs-4.1.12](https://github.com/truecharts/charts/compare/goaccess-npm-logs-4.1.11...goaccess-npm-logs-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [goaccess-npm-logs-4.1.11](https://github.com/truecharts/charts/compare/goaccess-npm-logs-4.1.10...goaccess-npm-logs-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [goaccess-npm-logs-4.1.10](https://github.com/truecharts/charts/compare/goaccess-npm-logs-4.1.9...goaccess-npm-logs-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [goaccess-npm-logs-4.1.9](https://github.com/truecharts/charts/compare/goaccess-npm-logs-4.1.8...goaccess-npm-logs-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [goaccess-npm-logs-4.1.8](https://github.com/truecharts/charts/compare/goaccess-npm-logs-4.1.7...goaccess-npm-logs-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [goaccess-npm-logs-4.1.7](https://github.com/truecharts/charts/compare/goaccess-npm-logs-4.1.6...goaccess-npm-logs-4.1.7) (2024-01-21) - -### Chore - - - -- update container image xavierh/goaccess-for-nginxproxymanager to latest[@36a68d8](https://github.com/36a68d8) by renovate ([#17400](https://github.com/truecharts/charts/issues/17400)) - - - - -## [goaccess-npm-logs-4.1.6](https://github.com/truecharts/charts/compare/goaccess-npm-logs-4.1.5...goaccess-npm-logs-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [goaccess-npm-logs-4.1.5](https://github.com/truecharts/charts/compare/goaccess-npm-logs-4.1.4...goaccess-npm-logs-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - diff --git a/stable/goaccess-npm-logs/5.1.3/Chart.yaml b/stable/goaccess-npm-logs/5.1.3/Chart.yaml deleted file mode 100644 index 436ed78ad85..00000000000 --- a/stable/goaccess-npm-logs/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: GoAccess for Nginx Proxy Manager Logs -home: https://truecharts.org/charts/stable/goaccess-npm-logs -icon: https://truecharts.org/img/hotlink-ok/chart-icons/goaccess-npm-logs.png -keywords: - - goaccess-npm-logs - - Tools-Utilities - - Network-Proxy -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: goaccess-npm-logs -sources: - - https://github.com/xavier-hernandez/goaccess-for-nginxproxymanager - - https://github.com/truecharts/charts/tree/master/charts/stable/goaccess-npm-logs - - https://hub.docker.com/r/xavierh/goaccess-for-nginxproxymanager -type: application -version: 5.1.3 diff --git a/stable/goaccess-npm-logs/5.1.3/charts/common-18.0.3.tgz b/stable/goaccess-npm-logs/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/goaccess-npm-logs/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/gokapi/5.1.3/.helmignore b/stable/goaccess-npm-logs/5.3.0/.helmignore similarity index 100% rename from stable/gokapi/5.1.3/.helmignore rename to stable/goaccess-npm-logs/5.3.0/.helmignore diff --git a/stable/goaccess-npm-logs/5.3.0/CHANGELOG.md b/stable/goaccess-npm-logs/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..7c53d731eb1 --- /dev/null +++ b/stable/goaccess-npm-logs/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [goaccess-npm-logs-5.3.0](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.2.3...goaccess-npm-logs-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [goaccess-npm-logs-5.2.3](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.2.2...goaccess-npm-logs-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [goaccess-npm-logs-5.2.2](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.2.0...goaccess-npm-logs-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [goaccess-npm-logs-4.1.13](https://github.com/truecharts/charts/compare/goaccess-npm-logs-4.1.12...goaccess-npm-logs-4.1.13) (2024-02-12) + +### Chore + + + +- update container image xavierh/goaccess-for-nginxproxymanager to latest[@a1b2ab3](https://github.com/a1b2ab3) by renovate ([#18115](https://github.com/truecharts/charts/issues/18115)) + + +## [goaccess-npm-logs-4.1.12](https://github.com/truecharts/charts/compare/goaccess-npm-logs-4.1.11...goaccess-npm-logs-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [goaccess-npm-logs-4.1.11](https://github.com/truecharts/charts/compare/goaccess-npm-logs-4.1.10...goaccess-npm-logs-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [goaccess-npm-logs-4.1.10](https://github.com/truecharts/charts/compare/goaccess-npm-logs-4.1.9...goaccess-npm-logs-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [goaccess-npm-logs-4.1.9](https://github.com/truecharts/charts/compare/goaccess-npm-logs-4.1.8...goaccess-npm-logs-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [goaccess-npm-logs-4.1.8](https://github.com/truecharts/charts/compare/goaccess-npm-logs-4.1.7...goaccess-npm-logs-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/goaccess-npm-logs/5.3.0/Chart.yaml b/stable/goaccess-npm-logs/5.3.0/Chart.yaml new file mode 100644 index 00000000000..d1c23d04cba --- /dev/null +++ b/stable/goaccess-npm-logs/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: GoAccess for Nginx Proxy Manager Logs +home: https://truecharts.org/charts/stable/goaccess-npm-logs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/goaccess-npm-logs.png +keywords: + - goaccess-npm-logs + - Tools-Utilities + - Network-Proxy +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: goaccess-npm-logs +sources: + - https://github.com/xavier-hernandez/goaccess-for-nginxproxymanager + - https://github.com/truecharts/charts/tree/master/charts/stable/goaccess-npm-logs + - https://hub.docker.com/r/xavierh/goaccess-for-nginxproxymanager +type: application +version: 5.3.0 diff --git a/stable/goaccess-npm-logs/5.1.3/README.md b/stable/goaccess-npm-logs/5.3.0/README.md similarity index 100% rename from stable/goaccess-npm-logs/5.1.3/README.md rename to stable/goaccess-npm-logs/5.3.0/README.md diff --git a/stable/goaccess-npm-logs/5.3.0/app-changelog.md b/stable/goaccess-npm-logs/5.3.0/app-changelog.md new file mode 100644 index 00000000000..60b38bf9426 --- /dev/null +++ b/stable/goaccess-npm-logs/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [goaccess-npm-logs-5.3.0](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.2.3...goaccess-npm-logs-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/goaccess-npm-logs/5.1.3/app-readme.md b/stable/goaccess-npm-logs/5.3.0/app-readme.md similarity index 100% rename from stable/goaccess-npm-logs/5.1.3/app-readme.md rename to stable/goaccess-npm-logs/5.3.0/app-readme.md diff --git a/stable/goaccess-npm-logs/5.3.0/charts/common-18.2.0.tgz b/stable/goaccess-npm-logs/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/goaccess-npm-logs/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/goaccess-npm-logs/5.1.3/ix_values.yaml b/stable/goaccess-npm-logs/5.3.0/ix_values.yaml similarity index 100% rename from stable/goaccess-npm-logs/5.1.3/ix_values.yaml rename to stable/goaccess-npm-logs/5.3.0/ix_values.yaml diff --git a/stable/goaccess-npm-logs/5.1.3/questions.yaml b/stable/goaccess-npm-logs/5.3.0/questions.yaml similarity index 100% rename from stable/goaccess-npm-logs/5.1.3/questions.yaml rename to stable/goaccess-npm-logs/5.3.0/questions.yaml diff --git a/stable/goaccess-npm-logs/5.1.3/templates/common.yaml b/stable/goaccess-npm-logs/5.3.0/templates/common.yaml similarity index 100% rename from stable/goaccess-npm-logs/5.1.3/templates/common.yaml rename to stable/goaccess-npm-logs/5.3.0/templates/common.yaml diff --git a/stable/gokapi/5.1.3/values.yaml b/stable/goaccess-npm-logs/5.3.0/values.yaml similarity index 100% rename from stable/gokapi/5.1.3/values.yaml rename to stable/goaccess-npm-logs/5.3.0/values.yaml diff --git a/stable/goaccess/5.1.3/CHANGELOG.md b/stable/goaccess/5.1.3/CHANGELOG.md deleted file mode 100644 index a845cbc5ba8..00000000000 --- a/stable/goaccess/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [goaccess-4.1.11](https://github.com/truecharts/charts/compare/goaccess-4.1.10...goaccess-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [goaccess-4.1.10](https://github.com/truecharts/charts/compare/goaccess-4.1.9...goaccess-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [goaccess-4.1.9](https://github.com/truecharts/charts/compare/goaccess-4.1.8...goaccess-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [goaccess-4.1.8](https://github.com/truecharts/charts/compare/goaccess-4.1.7...goaccess-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [goaccess-4.1.7](https://github.com/truecharts/charts/compare/goaccess-4.1.6...goaccess-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [goaccess-4.1.6](https://github.com/truecharts/charts/compare/goaccess-4.1.5...goaccess-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [goaccess-4.1.5](https://github.com/truecharts/charts/compare/goaccess-4.1.4...goaccess-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [goaccess-4.1.4](https://github.com/truecharts/charts/compare/goaccess-4.1.3...goaccess-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [goaccess-4.1.3](https://github.com/truecharts/charts/compare/goaccess-4.1.0...goaccess-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/goaccess/5.1.3/Chart.yaml b/stable/goaccess/5.1.3/Chart.yaml deleted file mode 100644 index 0ed9fa5aa51..00000000000 --- a/stable/goaccess/5.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser. It provides fast and valuable HTTP statistics for system administrators that require a visual server report on the fly. -home: https://truecharts.org/charts/stable/goaccess -icon: https://truecharts.org/img/hotlink-ok/chart-icons/goaccess.png -keywords: - - goaccess - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: goaccess -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/goaccess - - https://hub.docker.com/r/gregyankovoy/goaccess -type: application -version: 5.1.3 diff --git a/stable/goaccess/5.1.3/charts/common-18.0.3.tgz b/stable/goaccess/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/goaccess/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/golinks/11.1.3/.helmignore b/stable/goaccess/5.3.0/.helmignore similarity index 100% rename from stable/golinks/11.1.3/.helmignore rename to stable/goaccess/5.3.0/.helmignore diff --git a/stable/goaccess/5.3.0/CHANGELOG.md b/stable/goaccess/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..4104fc00795 --- /dev/null +++ b/stable/goaccess/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [goaccess-5.3.0](https://github.com/truecharts/charts/compare/goaccess-5.2.3...goaccess-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [goaccess-5.2.3](https://github.com/truecharts/charts/compare/goaccess-5.2.2...goaccess-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [goaccess-5.2.2](https://github.com/truecharts/charts/compare/goaccess-5.2.0...goaccess-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [goaccess-4.1.11](https://github.com/truecharts/charts/compare/goaccess-4.1.10...goaccess-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [goaccess-4.1.10](https://github.com/truecharts/charts/compare/goaccess-4.1.9...goaccess-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [goaccess-4.1.9](https://github.com/truecharts/charts/compare/goaccess-4.1.8...goaccess-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [goaccess-4.1.8](https://github.com/truecharts/charts/compare/goaccess-4.1.7...goaccess-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [goaccess-4.1.7](https://github.com/truecharts/charts/compare/goaccess-4.1.6...goaccess-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [goaccess-4.1.6](https://github.com/truecharts/charts/compare/goaccess-4.1.5...goaccess-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/goaccess/5.3.0/Chart.yaml b/stable/goaccess/5.3.0/Chart.yaml new file mode 100644 index 00000000000..658c6ccf300 --- /dev/null +++ b/stable/goaccess/5.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser. It provides fast and valuable HTTP statistics for system administrators that require a visual server report on the fly. +home: https://truecharts.org/charts/stable/goaccess +icon: https://truecharts.org/img/hotlink-ok/chart-icons/goaccess.png +keywords: + - goaccess + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: goaccess +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/goaccess + - https://hub.docker.com/r/gregyankovoy/goaccess +type: application +version: 5.3.0 diff --git a/stable/goaccess/5.1.3/README.md b/stable/goaccess/5.3.0/README.md similarity index 100% rename from stable/goaccess/5.1.3/README.md rename to stable/goaccess/5.3.0/README.md diff --git a/stable/goaccess/5.3.0/app-changelog.md b/stable/goaccess/5.3.0/app-changelog.md new file mode 100644 index 00000000000..a5ae0a61edc --- /dev/null +++ b/stable/goaccess/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [goaccess-5.3.0](https://github.com/truecharts/charts/compare/goaccess-5.2.3...goaccess-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/goaccess/5.1.3/app-readme.md b/stable/goaccess/5.3.0/app-readme.md similarity index 100% rename from stable/goaccess/5.1.3/app-readme.md rename to stable/goaccess/5.3.0/app-readme.md diff --git a/stable/goaccess/5.3.0/charts/common-18.2.0.tgz b/stable/goaccess/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/goaccess/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/goaccess/5.1.3/ix_values.yaml b/stable/goaccess/5.3.0/ix_values.yaml similarity index 100% rename from stable/goaccess/5.1.3/ix_values.yaml rename to stable/goaccess/5.3.0/ix_values.yaml diff --git a/stable/goaccess/5.1.3/questions.yaml b/stable/goaccess/5.3.0/questions.yaml similarity index 100% rename from stable/goaccess/5.1.3/questions.yaml rename to stable/goaccess/5.3.0/questions.yaml diff --git a/stable/goaccess/5.1.3/templates/common.yaml b/stable/goaccess/5.3.0/templates/common.yaml similarity index 100% rename from stable/goaccess/5.1.3/templates/common.yaml rename to stable/goaccess/5.3.0/templates/common.yaml diff --git a/stable/golinks/11.1.3/values.yaml b/stable/goaccess/5.3.0/values.yaml similarity index 100% rename from stable/golinks/11.1.3/values.yaml rename to stable/goaccess/5.3.0/values.yaml diff --git a/stable/godaddy-ddns/5.1.3/CHANGELOG.md b/stable/godaddy-ddns/5.1.3/CHANGELOG.md deleted file mode 100644 index 792ac69b5e7..00000000000 --- a/stable/godaddy-ddns/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [godaddy-ddns-4.1.11](https://github.com/truecharts/charts/compare/godaddy-ddns-4.1.10...godaddy-ddns-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [godaddy-ddns-4.1.10](https://github.com/truecharts/charts/compare/godaddy-ddns-4.1.9...godaddy-ddns-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [godaddy-ddns-4.1.9](https://github.com/truecharts/charts/compare/godaddy-ddns-4.1.8...godaddy-ddns-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [godaddy-ddns-4.1.8](https://github.com/truecharts/charts/compare/godaddy-ddns-4.1.7...godaddy-ddns-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [godaddy-ddns-4.1.7](https://github.com/truecharts/charts/compare/godaddy-ddns-4.1.6...godaddy-ddns-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [godaddy-ddns-4.1.6](https://github.com/truecharts/charts/compare/godaddy-ddns-4.1.5...godaddy-ddns-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [godaddy-ddns-4.1.5](https://github.com/truecharts/charts/compare/godaddy-ddns-4.1.4...godaddy-ddns-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [godaddy-ddns-4.1.4](https://github.com/truecharts/charts/compare/godaddy-ddns-4.1.3...godaddy-ddns-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [godaddy-ddns-4.1.3](https://github.com/truecharts/charts/compare/godaddy-ddns-4.1.0...godaddy-ddns-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/godaddy-ddns/5.1.3/Chart.yaml b/stable/godaddy-ddns/5.1.3/Chart.yaml deleted file mode 100644 index db493effbb7..00000000000 --- a/stable/godaddy-ddns/5.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Web - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Chart to provide a DDNS service for godaddy domains. Uses the GoDaddy REST API to update the given domain's DNS IP address to the public IP address of the host it is executing on. Performs a check every 10 minutes, but you can alter this if you like by modifying /etc/cron.d/godaddy-ddns inside the Chart. -home: https://truecharts.org/charts/stable/godaddy-ddns -icon: https://truecharts.org/img/hotlink-ok/chart-icons/godaddy-ddns.png -keywords: - - godaddy-ddns - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: godaddy-ddns -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/godaddy-ddns - - https://hub.docker.com/r/jwater7/godaddy-publicip-updater -type: application -version: 5.1.3 diff --git a/stable/godaddy-ddns/5.1.3/charts/common-18.0.3.tgz b/stable/godaddy-ddns/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/godaddy-ddns/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/gonic/13.1.3/.helmignore b/stable/godaddy-ddns/5.3.0/.helmignore similarity index 100% rename from stable/gonic/13.1.3/.helmignore rename to stable/godaddy-ddns/5.3.0/.helmignore diff --git a/stable/godaddy-ddns/5.3.0/CHANGELOG.md b/stable/godaddy-ddns/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..77b145ccf5a --- /dev/null +++ b/stable/godaddy-ddns/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [godaddy-ddns-5.3.0](https://github.com/truecharts/charts/compare/godaddy-ddns-5.2.3...godaddy-ddns-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [godaddy-ddns-5.2.3](https://github.com/truecharts/charts/compare/godaddy-ddns-5.2.2...godaddy-ddns-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [godaddy-ddns-5.2.2](https://github.com/truecharts/charts/compare/godaddy-ddns-5.2.0...godaddy-ddns-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [godaddy-ddns-4.1.11](https://github.com/truecharts/charts/compare/godaddy-ddns-4.1.10...godaddy-ddns-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [godaddy-ddns-4.1.10](https://github.com/truecharts/charts/compare/godaddy-ddns-4.1.9...godaddy-ddns-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [godaddy-ddns-4.1.9](https://github.com/truecharts/charts/compare/godaddy-ddns-4.1.8...godaddy-ddns-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [godaddy-ddns-4.1.8](https://github.com/truecharts/charts/compare/godaddy-ddns-4.1.7...godaddy-ddns-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [godaddy-ddns-4.1.7](https://github.com/truecharts/charts/compare/godaddy-ddns-4.1.6...godaddy-ddns-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [godaddy-ddns-4.1.6](https://github.com/truecharts/charts/compare/godaddy-ddns-4.1.5...godaddy-ddns-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/godaddy-ddns/5.3.0/Chart.yaml b/stable/godaddy-ddns/5.3.0/Chart.yaml new file mode 100644 index 00000000000..968c2ea1987 --- /dev/null +++ b/stable/godaddy-ddns/5.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Web + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chart to provide a DDNS service for godaddy domains. Uses the GoDaddy REST API to update the given domain's DNS IP address to the public IP address of the host it is executing on. Performs a check every 10 minutes, but you can alter this if you like by modifying /etc/cron.d/godaddy-ddns inside the Chart. +home: https://truecharts.org/charts/stable/godaddy-ddns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/godaddy-ddns.png +keywords: + - godaddy-ddns + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: godaddy-ddns +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/godaddy-ddns + - https://hub.docker.com/r/jwater7/godaddy-publicip-updater +type: application +version: 5.3.0 diff --git a/stable/godaddy-ddns/5.1.3/README.md b/stable/godaddy-ddns/5.3.0/README.md similarity index 100% rename from stable/godaddy-ddns/5.1.3/README.md rename to stable/godaddy-ddns/5.3.0/README.md diff --git a/stable/godaddy-ddns/5.3.0/app-changelog.md b/stable/godaddy-ddns/5.3.0/app-changelog.md new file mode 100644 index 00000000000..35c5e2df7fb --- /dev/null +++ b/stable/godaddy-ddns/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [godaddy-ddns-5.3.0](https://github.com/truecharts/charts/compare/godaddy-ddns-5.2.3...godaddy-ddns-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/godaddy-ddns/5.1.3/app-readme.md b/stable/godaddy-ddns/5.3.0/app-readme.md similarity index 100% rename from stable/godaddy-ddns/5.1.3/app-readme.md rename to stable/godaddy-ddns/5.3.0/app-readme.md diff --git a/stable/godaddy-ddns/5.3.0/charts/common-18.2.0.tgz b/stable/godaddy-ddns/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/godaddy-ddns/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/godaddy-ddns/5.1.3/ix_values.yaml b/stable/godaddy-ddns/5.3.0/ix_values.yaml similarity index 100% rename from stable/godaddy-ddns/5.1.3/ix_values.yaml rename to stable/godaddy-ddns/5.3.0/ix_values.yaml diff --git a/stable/godaddy-ddns/5.1.3/questions.yaml b/stable/godaddy-ddns/5.3.0/questions.yaml similarity index 100% rename from stable/godaddy-ddns/5.1.3/questions.yaml rename to stable/godaddy-ddns/5.3.0/questions.yaml diff --git a/stable/godaddy-ddns/5.1.3/templates/common.yaml b/stable/godaddy-ddns/5.3.0/templates/common.yaml similarity index 100% rename from stable/godaddy-ddns/5.1.3/templates/common.yaml rename to stable/godaddy-ddns/5.3.0/templates/common.yaml diff --git a/stable/gonic/13.1.3/values.yaml b/stable/godaddy-ddns/5.3.0/values.yaml similarity index 100% rename from stable/gonic/13.1.3/values.yaml rename to stable/godaddy-ddns/5.3.0/values.yaml diff --git a/stable/gokapi/5.1.3/CHANGELOG.md b/stable/gokapi/5.1.3/CHANGELOG.md deleted file mode 100644 index 59dd8d42fc9..00000000000 --- a/stable/gokapi/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - -## [gokapi-4.1.12](https://github.com/truecharts/charts/compare/gokapi-4.1.11...gokapi-4.1.12) (2024-02-12) - -### Chore - - - -- update container image f0rc3/gokapi to v1.8.0[@0003cc9](https://github.com/0003cc9) by renovate ([#18043](https://github.com/truecharts/charts/issues/18043)) - - -## [gokapi-4.1.11](https://github.com/truecharts/charts/compare/gokapi-4.1.10...gokapi-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [gokapi-4.1.10](https://github.com/truecharts/charts/compare/gokapi-4.1.9...gokapi-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [gokapi-4.1.9](https://github.com/truecharts/charts/compare/gokapi-4.1.8...gokapi-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [gokapi-4.1.8](https://github.com/truecharts/charts/compare/gokapi-4.1.7...gokapi-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [gokapi-4.1.7](https://github.com/truecharts/charts/compare/gokapi-4.1.6...gokapi-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [gokapi-4.1.6](https://github.com/truecharts/charts/compare/gokapi-4.1.5...gokapi-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [gokapi-4.1.5](https://github.com/truecharts/charts/compare/gokapi-4.1.4...gokapi-4.1.5) (2024-01-02) - -### Chore - diff --git a/stable/gokapi/5.1.3/Chart.yaml b/stable/gokapi/5.1.3/Chart.yaml deleted file mode 100644 index 52c149993f8..00000000000 --- a/stable/gokapi/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.8.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Gokapi is a lightweight server to share files, which expire after a set amount of downloads or days. -home: https://truecharts.org/charts/stable/gokapi -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gokapi.png -keywords: - - gokapi - - cloud - - utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: gokapi -sources: - - https://github.com/Forceu/gokapi - - https://github.com/truecharts/charts/tree/master/charts/stable/gokapi - - https://hub.docker.com/r/f0rc3/gokapi -type: application -version: 5.1.3 diff --git a/stable/gokapi/5.1.3/charts/common-18.0.3.tgz b/stable/gokapi/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/gokapi/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/googlephotossync/5.1.3/.helmignore b/stable/gokapi/5.3.0/.helmignore similarity index 100% rename from stable/googlephotossync/5.1.3/.helmignore rename to stable/gokapi/5.3.0/.helmignore diff --git a/stable/gokapi/5.3.0/CHANGELOG.md b/stable/gokapi/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..ef0be6dfc01 --- /dev/null +++ b/stable/gokapi/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [gokapi-5.3.0](https://github.com/truecharts/charts/compare/gokapi-5.2.3...gokapi-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [gokapi-5.2.3](https://github.com/truecharts/charts/compare/gokapi-5.2.2...gokapi-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [gokapi-5.2.2](https://github.com/truecharts/charts/compare/gokapi-5.2.0...gokapi-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + +## [gokapi-4.1.12](https://github.com/truecharts/charts/compare/gokapi-4.1.11...gokapi-4.1.12) (2024-02-12) + +### Chore + + + +- update container image f0rc3/gokapi to v1.8.0[@0003cc9](https://github.com/0003cc9) by renovate ([#18043](https://github.com/truecharts/charts/issues/18043)) + + +## [gokapi-4.1.11](https://github.com/truecharts/charts/compare/gokapi-4.1.10...gokapi-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [gokapi-4.1.10](https://github.com/truecharts/charts/compare/gokapi-4.1.9...gokapi-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [gokapi-4.1.9](https://github.com/truecharts/charts/compare/gokapi-4.1.8...gokapi-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [gokapi-4.1.8](https://github.com/truecharts/charts/compare/gokapi-4.1.7...gokapi-4.1.8) (2024-01-21) + +### Chore diff --git a/stable/gokapi/5.3.0/Chart.yaml b/stable/gokapi/5.3.0/Chart.yaml new file mode 100644 index 00000000000..7539248ad6c --- /dev/null +++ b/stable/gokapi/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.8.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Gokapi is a lightweight server to share files, which expire after a set amount of downloads or days. +home: https://truecharts.org/charts/stable/gokapi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gokapi.png +keywords: + - gokapi + - cloud + - utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: gokapi +sources: + - https://github.com/Forceu/gokapi + - https://github.com/truecharts/charts/tree/master/charts/stable/gokapi + - https://hub.docker.com/r/f0rc3/gokapi +type: application +version: 5.3.0 diff --git a/stable/gokapi/5.1.3/README.md b/stable/gokapi/5.3.0/README.md similarity index 100% rename from stable/gokapi/5.1.3/README.md rename to stable/gokapi/5.3.0/README.md diff --git a/stable/gokapi/5.3.0/app-changelog.md b/stable/gokapi/5.3.0/app-changelog.md new file mode 100644 index 00000000000..cd2ebf65ef4 --- /dev/null +++ b/stable/gokapi/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [gokapi-5.3.0](https://github.com/truecharts/charts/compare/gokapi-5.2.3...gokapi-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/gokapi/5.1.3/app-readme.md b/stable/gokapi/5.3.0/app-readme.md similarity index 100% rename from stable/gokapi/5.1.3/app-readme.md rename to stable/gokapi/5.3.0/app-readme.md diff --git a/stable/gokapi/5.3.0/charts/common-18.2.0.tgz b/stable/gokapi/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/gokapi/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/gokapi/5.1.3/ix_values.yaml b/stable/gokapi/5.3.0/ix_values.yaml similarity index 100% rename from stable/gokapi/5.1.3/ix_values.yaml rename to stable/gokapi/5.3.0/ix_values.yaml diff --git a/stable/gokapi/5.1.3/questions.yaml b/stable/gokapi/5.3.0/questions.yaml similarity index 100% rename from stable/gokapi/5.1.3/questions.yaml rename to stable/gokapi/5.3.0/questions.yaml diff --git a/stable/gokapi/5.1.3/templates/common.yaml b/stable/gokapi/5.3.0/templates/common.yaml similarity index 100% rename from stable/gokapi/5.1.3/templates/common.yaml rename to stable/gokapi/5.3.0/templates/common.yaml diff --git a/stable/googlephotossync/5.1.3/values.yaml b/stable/gokapi/5.3.0/values.yaml similarity index 100% rename from stable/googlephotossync/5.1.3/values.yaml rename to stable/gokapi/5.3.0/values.yaml diff --git a/stable/golinks/11.1.3/CHANGELOG.md b/stable/golinks/11.1.3/CHANGELOG.md deleted file mode 100644 index c859956145a..00000000000 --- a/stable/golinks/11.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [golinks-10.1.11](https://github.com/truecharts/charts/compare/golinks-10.1.10...golinks-10.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [golinks-10.1.10](https://github.com/truecharts/charts/compare/golinks-10.1.9...golinks-10.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [golinks-10.1.9](https://github.com/truecharts/charts/compare/golinks-10.1.8...golinks-10.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [golinks-10.1.8](https://github.com/truecharts/charts/compare/golinks-10.1.7...golinks-10.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [golinks-10.1.7](https://github.com/truecharts/charts/compare/golinks-10.1.6...golinks-10.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [golinks-10.1.6](https://github.com/truecharts/charts/compare/golinks-10.1.5...golinks-10.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [golinks-10.1.5](https://github.com/truecharts/charts/compare/golinks-10.1.4...golinks-10.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [golinks-10.1.4](https://github.com/truecharts/charts/compare/golinks-10.1.3...golinks-10.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [golinks-10.1.3](https://github.com/truecharts/charts/compare/golinks-10.1.0...golinks-10.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/golinks/11.1.3/Chart.yaml b/stable/golinks/11.1.3/Chart.yaml deleted file mode 100644 index 99d112a6e31..00000000000 --- a/stable/golinks/11.1.3/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 154c581 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A web app that allows you to create smart bookmarks, commands and aliases by pointing your web browser's default search engine at a running instance. -home: https://truecharts.org/charts/stable/golinks -icon: https://truecharts.org/img/hotlink-ok/chart-icons/golinks.png -keywords: - - search - - browser - - bookmarks - - smart-bookmarks - - golinks -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: golinks -sources: - - https://github.com/nicholaswilde/docker-golinks - - https://github.com/prologic/golinks - - https://github.com/truecharts/charts/tree/master/charts/stable/golinks - - https://ghcr.io/nicholaswilde/golinks -type: application -version: 11.1.3 diff --git a/stable/golinks/11.1.3/charts/common-18.0.3.tgz b/stable/golinks/11.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/golinks/11.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/gpodder/5.1.3/.helmignore b/stable/golinks/11.3.0/.helmignore similarity index 100% rename from stable/gpodder/5.1.3/.helmignore rename to stable/golinks/11.3.0/.helmignore diff --git a/stable/golinks/11.3.0/CHANGELOG.md b/stable/golinks/11.3.0/CHANGELOG.md new file mode 100644 index 00000000000..444b0b56c2c --- /dev/null +++ b/stable/golinks/11.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [golinks-11.3.0](https://github.com/truecharts/charts/compare/golinks-11.2.3...golinks-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [golinks-11.2.3](https://github.com/truecharts/charts/compare/golinks-11.2.2...golinks-11.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [golinks-11.2.2](https://github.com/truecharts/charts/compare/golinks-11.2.0...golinks-11.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [golinks-10.1.11](https://github.com/truecharts/charts/compare/golinks-10.1.10...golinks-10.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [golinks-10.1.10](https://github.com/truecharts/charts/compare/golinks-10.1.9...golinks-10.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [golinks-10.1.9](https://github.com/truecharts/charts/compare/golinks-10.1.8...golinks-10.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [golinks-10.1.8](https://github.com/truecharts/charts/compare/golinks-10.1.7...golinks-10.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [golinks-10.1.7](https://github.com/truecharts/charts/compare/golinks-10.1.6...golinks-10.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [golinks-10.1.6](https://github.com/truecharts/charts/compare/golinks-10.1.5...golinks-10.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/golinks/11.3.0/Chart.yaml b/stable/golinks/11.3.0/Chart.yaml new file mode 100644 index 00000000000..911078cb00e --- /dev/null +++ b/stable/golinks/11.3.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 154c581 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A web app that allows you to create smart bookmarks, commands and aliases by pointing your web browser's default search engine at a running instance. +home: https://truecharts.org/charts/stable/golinks +icon: https://truecharts.org/img/hotlink-ok/chart-icons/golinks.png +keywords: + - search + - browser + - bookmarks + - smart-bookmarks + - golinks +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: golinks +sources: + - https://github.com/nicholaswilde/docker-golinks + - https://github.com/prologic/golinks + - https://github.com/truecharts/charts/tree/master/charts/stable/golinks + - https://ghcr.io/nicholaswilde/golinks +type: application +version: 11.3.0 diff --git a/stable/golinks/11.1.3/README.md b/stable/golinks/11.3.0/README.md similarity index 100% rename from stable/golinks/11.1.3/README.md rename to stable/golinks/11.3.0/README.md diff --git a/stable/golinks/11.3.0/app-changelog.md b/stable/golinks/11.3.0/app-changelog.md new file mode 100644 index 00000000000..99817fbf1f3 --- /dev/null +++ b/stable/golinks/11.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [golinks-11.3.0](https://github.com/truecharts/charts/compare/golinks-11.2.3...golinks-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/golinks/11.1.3/app-readme.md b/stable/golinks/11.3.0/app-readme.md similarity index 100% rename from stable/golinks/11.1.3/app-readme.md rename to stable/golinks/11.3.0/app-readme.md diff --git a/stable/golinks/11.3.0/charts/common-18.2.0.tgz b/stable/golinks/11.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/golinks/11.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/golinks/11.1.3/ix_values.yaml b/stable/golinks/11.3.0/ix_values.yaml similarity index 100% rename from stable/golinks/11.1.3/ix_values.yaml rename to stable/golinks/11.3.0/ix_values.yaml diff --git a/stable/golinks/11.1.3/questions.yaml b/stable/golinks/11.3.0/questions.yaml similarity index 100% rename from stable/golinks/11.1.3/questions.yaml rename to stable/golinks/11.3.0/questions.yaml diff --git a/stable/gravity/3.1.3/templates/NOTES.txt b/stable/golinks/11.3.0/templates/NOTES.txt similarity index 100% rename from stable/gravity/3.1.3/templates/NOTES.txt rename to stable/golinks/11.3.0/templates/NOTES.txt diff --git a/stable/golinks/11.1.3/templates/common.yaml b/stable/golinks/11.3.0/templates/common.yaml similarity index 100% rename from stable/golinks/11.1.3/templates/common.yaml rename to stable/golinks/11.3.0/templates/common.yaml diff --git a/stable/gpodder/5.1.3/values.yaml b/stable/golinks/11.3.0/values.yaml similarity index 100% rename from stable/gpodder/5.1.3/values.yaml rename to stable/golinks/11.3.0/values.yaml diff --git a/stable/gonic/13.1.3/CHANGELOG.md b/stable/gonic/13.1.3/CHANGELOG.md deleted file mode 100644 index 42c9a47c8da..00000000000 --- a/stable/gonic/13.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [gonic-12.1.11](https://github.com/truecharts/charts/compare/gonic-12.1.10...gonic-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [gonic-12.1.10](https://github.com/truecharts/charts/compare/gonic-12.1.9...gonic-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [gonic-12.1.9](https://github.com/truecharts/charts/compare/gonic-12.1.8...gonic-12.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [gonic-12.1.8](https://github.com/truecharts/charts/compare/gonic-12.1.7...gonic-12.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [gonic-12.1.7](https://github.com/truecharts/charts/compare/gonic-12.1.6...gonic-12.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [gonic-12.1.6](https://github.com/truecharts/charts/compare/gonic-12.1.5...gonic-12.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [gonic-12.1.5](https://github.com/truecharts/charts/compare/gonic-12.1.4...gonic-12.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [gonic-12.1.4](https://github.com/truecharts/charts/compare/gonic-12.1.3...gonic-12.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [gonic-12.1.3](https://github.com/truecharts/charts/compare/gonic-12.1.0...gonic-12.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/gonic/13.1.3/Chart.yaml b/stable/gonic/13.1.3/Chart.yaml deleted file mode 100644 index 8f0c455eee8..00000000000 --- a/stable/gonic/13.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.16.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Music streaming server / subsonic server API implementation -home: https://truecharts.org/charts/stable/gonic -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gonic.png -keywords: - - music - - subsonic -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: gonic -sources: - - https://github.com/sentriz/gonic - - https://github.com/truecharts/charts/tree/master/charts/stable/gonic - - https://hub.docker.com/r/sentriz/gonic -type: application -version: 13.1.3 diff --git a/stable/gonic/13.1.3/charts/common-18.0.3.tgz b/stable/gonic/13.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/gonic/13.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/grafana-image-renderer/5.1.3/.helmignore b/stable/gonic/13.3.0/.helmignore similarity index 100% rename from stable/grafana-image-renderer/5.1.3/.helmignore rename to stable/gonic/13.3.0/.helmignore diff --git a/stable/gonic/13.3.0/CHANGELOG.md b/stable/gonic/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..ad6169db21b --- /dev/null +++ b/stable/gonic/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [gonic-13.3.0](https://github.com/truecharts/charts/compare/gonic-13.2.3...gonic-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [gonic-13.2.3](https://github.com/truecharts/charts/compare/gonic-13.2.2...gonic-13.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [gonic-13.2.2](https://github.com/truecharts/charts/compare/gonic-13.2.0...gonic-13.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [gonic-12.1.11](https://github.com/truecharts/charts/compare/gonic-12.1.10...gonic-12.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [gonic-12.1.10](https://github.com/truecharts/charts/compare/gonic-12.1.9...gonic-12.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [gonic-12.1.9](https://github.com/truecharts/charts/compare/gonic-12.1.8...gonic-12.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [gonic-12.1.8](https://github.com/truecharts/charts/compare/gonic-12.1.7...gonic-12.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [gonic-12.1.7](https://github.com/truecharts/charts/compare/gonic-12.1.6...gonic-12.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [gonic-12.1.6](https://github.com/truecharts/charts/compare/gonic-12.1.5...gonic-12.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/gonic/13.3.0/Chart.yaml b/stable/gonic/13.3.0/Chart.yaml new file mode 100644 index 00000000000..57ad14b1529 --- /dev/null +++ b/stable/gonic/13.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.16.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Music streaming server / subsonic server API implementation +home: https://truecharts.org/charts/stable/gonic +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gonic.png +keywords: + - music + - subsonic +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: gonic +sources: + - https://github.com/sentriz/gonic + - https://github.com/truecharts/charts/tree/master/charts/stable/gonic + - https://hub.docker.com/r/sentriz/gonic +type: application +version: 13.3.0 diff --git a/stable/gonic/13.1.3/README.md b/stable/gonic/13.3.0/README.md similarity index 100% rename from stable/gonic/13.1.3/README.md rename to stable/gonic/13.3.0/README.md diff --git a/stable/gonic/13.3.0/app-changelog.md b/stable/gonic/13.3.0/app-changelog.md new file mode 100644 index 00000000000..d0c4b195761 --- /dev/null +++ b/stable/gonic/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [gonic-13.3.0](https://github.com/truecharts/charts/compare/gonic-13.2.3...gonic-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/gonic/13.1.3/app-readme.md b/stable/gonic/13.3.0/app-readme.md similarity index 100% rename from stable/gonic/13.1.3/app-readme.md rename to stable/gonic/13.3.0/app-readme.md diff --git a/stable/gonic/13.3.0/charts/common-18.2.0.tgz b/stable/gonic/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/gonic/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/gonic/13.1.3/ix_values.yaml b/stable/gonic/13.3.0/ix_values.yaml similarity index 100% rename from stable/gonic/13.1.3/ix_values.yaml rename to stable/gonic/13.3.0/ix_values.yaml diff --git a/stable/gonic/13.1.3/questions.yaml b/stable/gonic/13.3.0/questions.yaml similarity index 100% rename from stable/gonic/13.1.3/questions.yaml rename to stable/gonic/13.3.0/questions.yaml diff --git a/stable/grocy/18.2.0/templates/NOTES.txt b/stable/gonic/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/grocy/18.2.0/templates/NOTES.txt rename to stable/gonic/13.3.0/templates/NOTES.txt diff --git a/stable/guacd/9.1.3/templates/common.yaml b/stable/gonic/13.3.0/templates/common.yaml similarity index 100% rename from stable/guacd/9.1.3/templates/common.yaml rename to stable/gonic/13.3.0/templates/common.yaml diff --git a/stable/grafana-image-renderer/5.1.3/values.yaml b/stable/gonic/13.3.0/values.yaml similarity index 100% rename from stable/grafana-image-renderer/5.1.3/values.yaml rename to stable/gonic/13.3.0/values.yaml diff --git a/stable/googlephotossync/5.1.3/CHANGELOG.md b/stable/googlephotossync/5.1.3/CHANGELOG.md deleted file mode 100644 index 1ad7b5d192b..00000000000 --- a/stable/googlephotossync/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [googlephotossync-4.2.7](https://github.com/truecharts/charts/compare/googlephotossync-4.2.6...googlephotossync-4.2.7) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [googlephotossync-4.2.6](https://github.com/truecharts/charts/compare/googlephotossync-4.2.5...googlephotossync-4.2.6) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [googlephotossync-4.2.5](https://github.com/truecharts/charts/compare/googlephotossync-4.2.4...googlephotossync-4.2.5) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [googlephotossync-4.2.4](https://github.com/truecharts/charts/compare/googlephotossync-4.2.3...googlephotossync-4.2.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [googlephotossync-4.2.3](https://github.com/truecharts/charts/compare/googlephotossync-4.2.2...googlephotossync-4.2.3) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [googlephotossync-4.2.2](https://github.com/truecharts/charts/compare/googlephotossync-4.2.1...googlephotossync-4.2.2) (2024-01-10) - -### Chore - - - -- update container image ghcr.io/gilesknap/gphotos-sync to v3.2.1[@a0a0a83](https://github.com/a0a0a83) by renovate ([#16991](https://github.com/truecharts/charts/issues/16991)) - - -## [googlephotossync-4.2.1](https://github.com/truecharts/charts/compare/googlephotossync-4.2.0...googlephotossync-4.2.1) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [googlephotossync-4.2.0](https://github.com/truecharts/charts/compare/googlephotossync-4.1.5...googlephotossync-4.2.0) (2024-01-03) - -### Chore - - - -- update container image ghcr.io/gilesknap/gphotos-sync to v3.2.0[@c67e0cb](https://github.com/c67e0cb) by renovate ([#16676](https://github.com/truecharts/charts/issues/16676)) - - -## [googlephotossync-4.1.5](https://github.com/truecharts/charts/compare/googlephotossync-4.1.4...googlephotossync-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - diff --git a/stable/googlephotossync/5.1.3/Chart.yaml b/stable/googlephotossync/5.1.3/Chart.yaml deleted file mode 100644 index 248f8c583e1..00000000000 --- a/stable/googlephotossync/5.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.2.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Google Photos Sync downloads your Google Photos to the local file system. It will backup all the photos the user uploaded to Google Photos, but also the album information and additional Google Photos 'Creations' (animations, panoramas, movies, effects and collages). -home: https://truecharts.org/charts/stable/googlephotossync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/googlephotossync.png -keywords: - - googlephotossync - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: googlephotossync -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/googlephotossync - - https://ghcr.io/gilesknap/gphotos-sync -type: application -version: 5.1.3 diff --git a/stable/googlephotossync/5.1.3/charts/common-18.0.3.tgz b/stable/googlephotossync/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/googlephotossync/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/grav/11.2.0/.helmignore b/stable/googlephotossync/5.3.0/.helmignore similarity index 100% rename from stable/grav/11.2.0/.helmignore rename to stable/googlephotossync/5.3.0/.helmignore diff --git a/stable/googlephotossync/5.3.0/CHANGELOG.md b/stable/googlephotossync/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..b4bcdb2a503 --- /dev/null +++ b/stable/googlephotossync/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [googlephotossync-5.3.0](https://github.com/truecharts/charts/compare/googlephotossync-5.2.3...googlephotossync-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [googlephotossync-5.2.3](https://github.com/truecharts/charts/compare/googlephotossync-5.2.2...googlephotossync-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [googlephotossync-5.2.2](https://github.com/truecharts/charts/compare/googlephotossync-5.2.0...googlephotossync-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [googlephotossync-4.2.7](https://github.com/truecharts/charts/compare/googlephotossync-4.2.6...googlephotossync-4.2.7) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [googlephotossync-4.2.6](https://github.com/truecharts/charts/compare/googlephotossync-4.2.5...googlephotossync-4.2.6) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [googlephotossync-4.2.5](https://github.com/truecharts/charts/compare/googlephotossync-4.2.4...googlephotossync-4.2.5) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [googlephotossync-4.2.4](https://github.com/truecharts/charts/compare/googlephotossync-4.2.3...googlephotossync-4.2.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [googlephotossync-4.2.3](https://github.com/truecharts/charts/compare/googlephotossync-4.2.2...googlephotossync-4.2.3) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [googlephotossync-4.2.2](https://github.com/truecharts/charts/compare/googlephotossync-4.2.1...googlephotossync-4.2.2) (2024-01-10) + +### Chore + + diff --git a/stable/googlephotossync/5.3.0/Chart.yaml b/stable/googlephotossync/5.3.0/Chart.yaml new file mode 100644 index 00000000000..ceaabd0e716 --- /dev/null +++ b/stable/googlephotossync/5.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.2.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Google Photos Sync downloads your Google Photos to the local file system. It will backup all the photos the user uploaded to Google Photos, but also the album information and additional Google Photos 'Creations' (animations, panoramas, movies, effects and collages). +home: https://truecharts.org/charts/stable/googlephotossync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/googlephotossync.png +keywords: + - googlephotossync + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: googlephotossync +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/googlephotossync + - https://ghcr.io/gilesknap/gphotos-sync +type: application +version: 5.3.0 diff --git a/stable/googlephotossync/5.1.3/README.md b/stable/googlephotossync/5.3.0/README.md similarity index 100% rename from stable/googlephotossync/5.1.3/README.md rename to stable/googlephotossync/5.3.0/README.md diff --git a/stable/googlephotossync/5.3.0/app-changelog.md b/stable/googlephotossync/5.3.0/app-changelog.md new file mode 100644 index 00000000000..733483062c4 --- /dev/null +++ b/stable/googlephotossync/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [googlephotossync-5.3.0](https://github.com/truecharts/charts/compare/googlephotossync-5.2.3...googlephotossync-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/googlephotossync/5.1.3/app-readme.md b/stable/googlephotossync/5.3.0/app-readme.md similarity index 100% rename from stable/googlephotossync/5.1.3/app-readme.md rename to stable/googlephotossync/5.3.0/app-readme.md diff --git a/stable/googlephotossync/5.3.0/charts/common-18.2.0.tgz b/stable/googlephotossync/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/googlephotossync/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/googlephotossync/5.1.3/ix_values.yaml b/stable/googlephotossync/5.3.0/ix_values.yaml similarity index 100% rename from stable/googlephotossync/5.1.3/ix_values.yaml rename to stable/googlephotossync/5.3.0/ix_values.yaml diff --git a/stable/googlephotossync/5.1.3/questions.yaml b/stable/googlephotossync/5.3.0/questions.yaml similarity index 100% rename from stable/googlephotossync/5.1.3/questions.yaml rename to stable/googlephotossync/5.3.0/questions.yaml diff --git a/stable/googlephotossync/5.1.3/templates/common.yaml b/stable/googlephotossync/5.3.0/templates/common.yaml similarity index 100% rename from stable/googlephotossync/5.1.3/templates/common.yaml rename to stable/googlephotossync/5.3.0/templates/common.yaml diff --git a/stable/grav/11.2.0/values.yaml b/stable/googlephotossync/5.3.0/values.yaml similarity index 100% rename from stable/grav/11.2.0/values.yaml rename to stable/googlephotossync/5.3.0/values.yaml diff --git a/stable/gpodder/5.1.3/CHANGELOG.md b/stable/gpodder/5.1.3/CHANGELOG.md deleted file mode 100644 index 7e3bb04dac4..00000000000 --- a/stable/gpodder/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [gpodder-4.1.11](https://github.com/truecharts/charts/compare/gpodder-4.1.10...gpodder-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [gpodder-4.1.10](https://github.com/truecharts/charts/compare/gpodder-4.1.9...gpodder-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [gpodder-4.1.9](https://github.com/truecharts/charts/compare/gpodder-4.1.8...gpodder-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [gpodder-4.1.8](https://github.com/truecharts/charts/compare/gpodder-4.1.7...gpodder-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [gpodder-4.1.7](https://github.com/truecharts/charts/compare/gpodder-4.1.6...gpodder-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [gpodder-4.1.6](https://github.com/truecharts/charts/compare/gpodder-4.1.5...gpodder-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [gpodder-4.1.5](https://github.com/truecharts/charts/compare/gpodder-4.1.4...gpodder-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [gpodder-4.1.4](https://github.com/truecharts/charts/compare/gpodder-4.1.3...gpodder-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [gpodder-4.1.3](https://github.com/truecharts/charts/compare/gpodder-4.1.0...gpodder-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/gpodder/5.1.3/Chart.yaml b/stable/gpodder/5.1.3/Chart.yaml deleted file mode 100644 index cbe1832df46..00000000000 --- a/stable/gpodder/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: gPodder is a simple, open source podcast client written in Python using GTK+. In development since 2005 with a proven, mature codebase.&#xD; -home: https://truecharts.org/charts/stable/gpodder -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gpodder.png -keywords: - - gpodder - - Downloaders - - MediaApp-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: gpodder -sources: - - https://gpodder.github.io/ - - https://github.com/truecharts/charts/tree/master/charts/stable/gpodder - - https://hub.docker.com/r/xthursdayx/gpodder-docker -type: application -version: 5.1.3 diff --git a/stable/gpodder/5.1.3/charts/common-18.0.3.tgz b/stable/gpodder/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/gpodder/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/gravity/3.1.3/.helmignore b/stable/gpodder/5.3.0/.helmignore similarity index 100% rename from stable/gravity/3.1.3/.helmignore rename to stable/gpodder/5.3.0/.helmignore diff --git a/stable/gpodder/5.3.0/CHANGELOG.md b/stable/gpodder/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..2ef5cfd5b16 --- /dev/null +++ b/stable/gpodder/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [gpodder-5.3.0](https://github.com/truecharts/charts/compare/gpodder-5.2.3...gpodder-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [gpodder-5.2.3](https://github.com/truecharts/charts/compare/gpodder-5.2.2...gpodder-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [gpodder-5.2.2](https://github.com/truecharts/charts/compare/gpodder-5.2.0...gpodder-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [gpodder-4.1.11](https://github.com/truecharts/charts/compare/gpodder-4.1.10...gpodder-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [gpodder-4.1.10](https://github.com/truecharts/charts/compare/gpodder-4.1.9...gpodder-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [gpodder-4.1.9](https://github.com/truecharts/charts/compare/gpodder-4.1.8...gpodder-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [gpodder-4.1.8](https://github.com/truecharts/charts/compare/gpodder-4.1.7...gpodder-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [gpodder-4.1.7](https://github.com/truecharts/charts/compare/gpodder-4.1.6...gpodder-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [gpodder-4.1.6](https://github.com/truecharts/charts/compare/gpodder-4.1.5...gpodder-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/gpodder/5.3.0/Chart.yaml b/stable/gpodder/5.3.0/Chart.yaml new file mode 100644 index 00000000000..21ac2702b02 --- /dev/null +++ b/stable/gpodder/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: gPodder is a simple, open source podcast client written in Python using GTK+. In development since 2005 with a proven, mature codebase.&#xD; +home: https://truecharts.org/charts/stable/gpodder +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gpodder.png +keywords: + - gpodder + - Downloaders + - MediaApp-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: gpodder +sources: + - https://gpodder.github.io/ + - https://github.com/truecharts/charts/tree/master/charts/stable/gpodder + - https://hub.docker.com/r/xthursdayx/gpodder-docker +type: application +version: 5.3.0 diff --git a/stable/gpodder/5.1.3/README.md b/stable/gpodder/5.3.0/README.md similarity index 100% rename from stable/gpodder/5.1.3/README.md rename to stable/gpodder/5.3.0/README.md diff --git a/stable/gpodder/5.3.0/app-changelog.md b/stable/gpodder/5.3.0/app-changelog.md new file mode 100644 index 00000000000..5fe1fd6b721 --- /dev/null +++ b/stable/gpodder/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [gpodder-5.3.0](https://github.com/truecharts/charts/compare/gpodder-5.2.3...gpodder-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/gpodder/5.1.3/app-readme.md b/stable/gpodder/5.3.0/app-readme.md similarity index 100% rename from stable/gpodder/5.1.3/app-readme.md rename to stable/gpodder/5.3.0/app-readme.md diff --git a/stable/gpodder/5.3.0/charts/common-18.2.0.tgz b/stable/gpodder/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/gpodder/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/gpodder/5.1.3/ix_values.yaml b/stable/gpodder/5.3.0/ix_values.yaml similarity index 100% rename from stable/gpodder/5.1.3/ix_values.yaml rename to stable/gpodder/5.3.0/ix_values.yaml diff --git a/stable/gpodder/5.1.3/questions.yaml b/stable/gpodder/5.3.0/questions.yaml similarity index 100% rename from stable/gpodder/5.1.3/questions.yaml rename to stable/gpodder/5.3.0/questions.yaml diff --git a/stable/gpodder/5.1.3/templates/common.yaml b/stable/gpodder/5.3.0/templates/common.yaml similarity index 100% rename from stable/gpodder/5.1.3/templates/common.yaml rename to stable/gpodder/5.3.0/templates/common.yaml diff --git a/stable/gravity/3.1.3/values.yaml b/stable/gpodder/5.3.0/values.yaml similarity index 100% rename from stable/gravity/3.1.3/values.yaml rename to stable/gpodder/5.3.0/values.yaml diff --git a/stable/grafana-image-renderer/5.1.3/CHANGELOG.md b/stable/grafana-image-renderer/5.1.3/CHANGELOG.md deleted file mode 100644 index 73af7d4688b..00000000000 --- a/stable/grafana-image-renderer/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [grafana-image-renderer-4.1.12](https://github.com/truecharts/charts/compare/grafana-image-renderer-4.1.11...grafana-image-renderer-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [grafana-image-renderer-4.1.11](https://github.com/truecharts/charts/compare/grafana-image-renderer-4.1.10...grafana-image-renderer-4.1.11) (2024-01-29) - -### Chore - - - -- update container image grafana/grafana-image-renderer to latest[@748842f](https://github.com/748842f) by renovate ([#17745](https://github.com/truecharts/charts/issues/17745)) - - -## [grafana-image-renderer-4.1.10](https://github.com/truecharts/charts/compare/grafana-image-renderer-4.1.9...grafana-image-renderer-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [grafana-image-renderer-4.1.9](https://github.com/truecharts/charts/compare/grafana-image-renderer-4.1.8...grafana-image-renderer-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [grafana-image-renderer-4.1.8](https://github.com/truecharts/charts/compare/grafana-image-renderer-4.1.7...grafana-image-renderer-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [grafana-image-renderer-4.1.7](https://github.com/truecharts/charts/compare/grafana-image-renderer-4.1.6...grafana-image-renderer-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [grafana-image-renderer-4.1.6](https://github.com/truecharts/charts/compare/grafana-image-renderer-4.1.5...grafana-image-renderer-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [grafana-image-renderer-4.1.5](https://github.com/truecharts/charts/compare/grafana-image-renderer-4.1.4...grafana-image-renderer-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [grafana-image-renderer-4.1.4](https://github.com/truecharts/charts/compare/grafana-image-renderer-4.1.3...grafana-image-renderer-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes diff --git a/stable/grafana-image-renderer/5.1.3/Chart.yaml b/stable/grafana-image-renderer/5.1.3/Chart.yaml deleted file mode 100644 index 4a2d816b554..00000000000 --- a/stable/grafana-image-renderer/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A Grafana remote image renderer that handles rendering panels & dashboards to PNGs using headless chrome. -home: https://truecharts.org/charts/stable/grafana-image-renderer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-image-renderer.png -keywords: - - grafana-image-renderer - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: grafana-image-renderer -sources: - - https://github.com/grafana/grafana-image-renderer/blob/master/docs/remote_rendering_using_docker.md - - https://github.com/truecharts/charts/tree/master/charts/stable/grafana-image-renderer - - https://hub.docker.com/r/grafana/grafana-image-renderer -type: application -version: 5.1.3 diff --git a/stable/grafana-image-renderer/5.1.3/charts/common-18.0.3.tgz b/stable/grafana-image-renderer/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/grafana-image-renderer/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/gridcoinwalletgui/5.1.3/.helmignore b/stable/grafana-image-renderer/5.3.0/.helmignore similarity index 100% rename from stable/gridcoinwalletgui/5.1.3/.helmignore rename to stable/grafana-image-renderer/5.3.0/.helmignore diff --git a/stable/grafana-image-renderer/5.3.0/CHANGELOG.md b/stable/grafana-image-renderer/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..cf7b12f2a38 --- /dev/null +++ b/stable/grafana-image-renderer/5.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [grafana-image-renderer-5.3.0](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.2.3...grafana-image-renderer-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [grafana-image-renderer-5.2.3](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.2.2...grafana-image-renderer-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [grafana-image-renderer-5.2.2](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.2.0...grafana-image-renderer-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [grafana-image-renderer-4.1.12](https://github.com/truecharts/charts/compare/grafana-image-renderer-4.1.11...grafana-image-renderer-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [grafana-image-renderer-4.1.11](https://github.com/truecharts/charts/compare/grafana-image-renderer-4.1.10...grafana-image-renderer-4.1.11) (2024-01-29) + +### Chore + + + +- update container image grafana/grafana-image-renderer to latest[@748842f](https://github.com/748842f) by renovate ([#17745](https://github.com/truecharts/charts/issues/17745)) + + +## [grafana-image-renderer-4.1.10](https://github.com/truecharts/charts/compare/grafana-image-renderer-4.1.9...grafana-image-renderer-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [grafana-image-renderer-4.1.9](https://github.com/truecharts/charts/compare/grafana-image-renderer-4.1.8...grafana-image-renderer-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [grafana-image-renderer-4.1.8](https://github.com/truecharts/charts/compare/grafana-image-renderer-4.1.7...grafana-image-renderer-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [grafana-image-renderer-4.1.7](https://github.com/truecharts/charts/compare/grafana-image-renderer-4.1.6...grafana-image-renderer-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) \ No newline at end of file diff --git a/stable/grafana-image-renderer/5.3.0/Chart.yaml b/stable/grafana-image-renderer/5.3.0/Chart.yaml new file mode 100644 index 00000000000..0b541484a93 --- /dev/null +++ b/stable/grafana-image-renderer/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Grafana remote image renderer that handles rendering panels & dashboards to PNGs using headless chrome. +home: https://truecharts.org/charts/stable/grafana-image-renderer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-image-renderer.png +keywords: + - grafana-image-renderer + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: grafana-image-renderer +sources: + - https://github.com/grafana/grafana-image-renderer/blob/master/docs/remote_rendering_using_docker.md + - https://github.com/truecharts/charts/tree/master/charts/stable/grafana-image-renderer + - https://hub.docker.com/r/grafana/grafana-image-renderer +type: application +version: 5.3.0 diff --git a/stable/grafana-image-renderer/5.1.3/README.md b/stable/grafana-image-renderer/5.3.0/README.md similarity index 100% rename from stable/grafana-image-renderer/5.1.3/README.md rename to stable/grafana-image-renderer/5.3.0/README.md diff --git a/stable/grafana-image-renderer/5.3.0/app-changelog.md b/stable/grafana-image-renderer/5.3.0/app-changelog.md new file mode 100644 index 00000000000..dba2d05fd6f --- /dev/null +++ b/stable/grafana-image-renderer/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [grafana-image-renderer-5.3.0](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.2.3...grafana-image-renderer-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/grafana-image-renderer/5.1.3/app-readme.md b/stable/grafana-image-renderer/5.3.0/app-readme.md similarity index 100% rename from stable/grafana-image-renderer/5.1.3/app-readme.md rename to stable/grafana-image-renderer/5.3.0/app-readme.md diff --git a/stable/grafana-image-renderer/5.3.0/charts/common-18.2.0.tgz b/stable/grafana-image-renderer/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/grafana-image-renderer/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/grafana-image-renderer/5.1.3/ix_values.yaml b/stable/grafana-image-renderer/5.3.0/ix_values.yaml similarity index 100% rename from stable/grafana-image-renderer/5.1.3/ix_values.yaml rename to stable/grafana-image-renderer/5.3.0/ix_values.yaml diff --git a/stable/grafana-image-renderer/5.1.3/questions.yaml b/stable/grafana-image-renderer/5.3.0/questions.yaml similarity index 100% rename from stable/grafana-image-renderer/5.1.3/questions.yaml rename to stable/grafana-image-renderer/5.3.0/questions.yaml diff --git a/stable/grafana-image-renderer/5.1.3/templates/common.yaml b/stable/grafana-image-renderer/5.3.0/templates/common.yaml similarity index 100% rename from stable/grafana-image-renderer/5.1.3/templates/common.yaml rename to stable/grafana-image-renderer/5.3.0/templates/common.yaml diff --git a/stable/gridcoinwalletgui/5.1.3/values.yaml b/stable/grafana-image-renderer/5.3.0/values.yaml similarity index 100% rename from stable/gridcoinwalletgui/5.1.3/values.yaml rename to stable/grafana-image-renderer/5.3.0/values.yaml diff --git a/stable/grav/11.2.0/CHANGELOG.md b/stable/grav/11.2.0/CHANGELOG.md deleted file mode 100644 index 019aca8af22..00000000000 --- a/stable/grav/11.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - -## [grav-10.1.17](https://github.com/truecharts/charts/compare/grav-10.1.16...grav-10.1.17) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/grav to 1.7.44[@b9741a0](https://github.com/b9741a0) by renovate ([#18064](https://github.com/truecharts/charts/issues/18064)) - - -## [grav-10.1.16](https://github.com/truecharts/charts/compare/grav-10.1.15...grav-10.1.16) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/grav to 1.7.44[@7f93b4b](https://github.com/7f93b4b) by renovate ([#17853](https://github.com/truecharts/charts/issues/17853)) - - -## [grav-10.1.15](https://github.com/truecharts/charts/compare/grav-10.1.14...grav-10.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [grav-10.1.14](https://github.com/truecharts/charts/compare/grav-10.1.13...grav-10.1.14) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/grav to 1.7.44[@a96780d](https://github.com/a96780d) by renovate ([#17609](https://github.com/truecharts/charts/issues/17609)) - - -## [grav-10.1.13](https://github.com/truecharts/charts/compare/grav-10.1.12...grav-10.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [grav-10.1.12](https://github.com/truecharts/charts/compare/grav-10.1.11...grav-10.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [grav-10.1.11](https://github.com/truecharts/charts/compare/grav-10.1.10...grav-10.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [grav-10.1.10](https://github.com/truecharts/charts/compare/grav-10.1.9...grav-10.1.10) (2024-01-21) - -### Chore - - diff --git a/stable/grav/11.2.0/Chart.yaml b/stable/grav/11.2.0/Chart.yaml deleted file mode 100644 index 0c2a7af7e4f..00000000000 --- a/stable/grav/11.2.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.7.44 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A Fast, Simple, and Flexible, file-based Web-platform. -home: https://truecharts.org/charts/stable/grav -icon: https://truecharts.org/img/hotlink-ok/chart-icons/grav.png -keywords: - - grav - - web - - platform - - file -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: grav -sources: - - https://github.com/getgrav/grav/ - - https://github.com/linuxserver/docker-grav - - https://github.com/truecharts/charts/tree/master/charts/stable/grav - - https://ghcr.io/linuxserver/grav -type: application -version: 11.2.0 diff --git a/stable/grav/11.2.0/charts/common-18.1.2.tgz b/stable/grav/11.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/grav/11.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/grav/11.2.0/ix_values.yaml b/stable/grav/11.2.0/ix_values.yaml deleted file mode 100644 index 0588942e322..00000000000 --- a/stable/grav/11.2.0/ix_values.yaml +++ /dev/null @@ -1,25 +0,0 @@ -image: - repository: ghcr.io/linuxserver/grav - pullPolicy: IfNotPresent - tag: 1.7.44@sha256:5df80ac039b0831462681c839258da85f323f3d426015f9399bf26b76c85a3e9 -service: - main: - ports: - main: - port: 10012 - targetPort: 80 -persistence: - config: - enabled: true - mountPath: "/config" - varrun: - enabled: true -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 diff --git a/stable/grocy/18.2.0/.helmignore b/stable/grav/11.3.0/.helmignore similarity index 100% rename from stable/grocy/18.2.0/.helmignore rename to stable/grav/11.3.0/.helmignore diff --git a/stable/grav/11.3.0/CHANGELOG.md b/stable/grav/11.3.0/CHANGELOG.md new file mode 100644 index 00000000000..3de3820a9b3 --- /dev/null +++ b/stable/grav/11.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [grav-11.3.0](https://github.com/truecharts/charts/compare/grav-11.2.4...grav-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [grav-11.2.4](https://github.com/truecharts/charts/compare/grav-11.2.3...grav-11.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [grav-11.2.3](https://github.com/truecharts/charts/compare/grav-11.2.1...grav-11.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + +## [grav-10.1.17](https://github.com/truecharts/charts/compare/grav-10.1.16...grav-10.1.17) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/grav to 1.7.44[@b9741a0](https://github.com/b9741a0) by renovate ([#18064](https://github.com/truecharts/charts/issues/18064)) + + +## [grav-10.1.16](https://github.com/truecharts/charts/compare/grav-10.1.15...grav-10.1.16) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/grav to 1.7.44[@7f93b4b](https://github.com/7f93b4b) by renovate ([#17853](https://github.com/truecharts/charts/issues/17853)) + + +## [grav-10.1.15](https://github.com/truecharts/charts/compare/grav-10.1.14...grav-10.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [grav-10.1.14](https://github.com/truecharts/charts/compare/grav-10.1.13...grav-10.1.14) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/grav to 1.7.44[@a96780d](https://github.com/a96780d) by renovate ([#17609](https://github.com/truecharts/charts/issues/17609)) + + +## [grav-10.1.13](https://github.com/truecharts/charts/compare/grav-10.1.12...grav-10.1.13) (2024-01-26) + +### Chore \ No newline at end of file diff --git a/stable/grav/11.3.0/Chart.yaml b/stable/grav/11.3.0/Chart.yaml new file mode 100644 index 00000000000..b89bb8dcd9e --- /dev/null +++ b/stable/grav/11.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.7.44 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Fast, Simple, and Flexible, file-based Web-platform. +home: https://truecharts.org/charts/stable/grav +icon: https://truecharts.org/img/hotlink-ok/chart-icons/grav.png +keywords: + - grav + - web + - platform + - file +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: grav +sources: + - https://github.com/getgrav/grav/ + - https://github.com/linuxserver/docker-grav + - https://github.com/truecharts/charts/tree/master/charts/stable/grav + - https://ghcr.io/linuxserver/grav +type: application +version: 11.3.0 diff --git a/stable/grav/11.2.0/README.md b/stable/grav/11.3.0/README.md similarity index 100% rename from stable/grav/11.2.0/README.md rename to stable/grav/11.3.0/README.md diff --git a/stable/grav/11.3.0/app-changelog.md b/stable/grav/11.3.0/app-changelog.md new file mode 100644 index 00000000000..e6fbed34783 --- /dev/null +++ b/stable/grav/11.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [grav-11.3.0](https://github.com/truecharts/charts/compare/grav-11.2.4...grav-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/grav/11.2.0/app-readme.md b/stable/grav/11.3.0/app-readme.md similarity index 100% rename from stable/grav/11.2.0/app-readme.md rename to stable/grav/11.3.0/app-readme.md diff --git a/stable/grav/11.3.0/charts/common-18.2.0.tgz b/stable/grav/11.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/grav/11.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/grav/11.3.0/ix_values.yaml b/stable/grav/11.3.0/ix_values.yaml new file mode 100644 index 00000000000..e30bf154149 --- /dev/null +++ b/stable/grav/11.3.0/ix_values.yaml @@ -0,0 +1,25 @@ +image: + repository: ghcr.io/linuxserver/grav + pullPolicy: IfNotPresent + tag: 1.7.44@sha256:9c7d621fb81f194359974c08c834ad05b5de87e7654e534422ead0966902ad75 +service: + main: + ports: + main: + port: 10012 + targetPort: 80 +persistence: + config: + enabled: true + mountPath: "/config" + varrun: + enabled: true +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 diff --git a/stable/grav/11.2.0/questions.yaml b/stable/grav/11.3.0/questions.yaml similarity index 100% rename from stable/grav/11.2.0/questions.yaml rename to stable/grav/11.3.0/questions.yaml diff --git a/stable/guacd/9.1.3/templates/NOTES.txt b/stable/grav/11.3.0/templates/NOTES.txt similarity index 100% rename from stable/guacd/9.1.3/templates/NOTES.txt rename to stable/grav/11.3.0/templates/NOTES.txt diff --git a/stable/grav/11.2.0/templates/common.yaml b/stable/grav/11.3.0/templates/common.yaml similarity index 100% rename from stable/grav/11.2.0/templates/common.yaml rename to stable/grav/11.3.0/templates/common.yaml diff --git a/stable/grocy/18.2.0/values.yaml b/stable/grav/11.3.0/values.yaml similarity index 100% rename from stable/grocy/18.2.0/values.yaml rename to stable/grav/11.3.0/values.yaml diff --git a/stable/gravity/3.1.3/CHANGELOG.md b/stable/gravity/3.1.3/CHANGELOG.md deleted file mode 100644 index c9db82038e8..00000000000 --- a/stable/gravity/3.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [gravity-2.2.6](https://github.com/truecharts/charts/compare/gravity-2.2.5...gravity-2.2.6) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [gravity-2.2.5](https://github.com/truecharts/charts/compare/gravity-2.2.4...gravity-2.2.5) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [gravity-2.2.4](https://github.com/truecharts/charts/compare/gravity-2.2.3...gravity-2.2.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [gravity-2.2.3](https://github.com/truecharts/charts/compare/gravity-2.2.2...gravity-2.2.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [gravity-2.2.2](https://github.com/truecharts/charts/compare/gravity-2.2.1...gravity-2.2.2) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [gravity-2.2.1](https://github.com/truecharts/charts/compare/gravity-2.2.0...gravity-2.2.1) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [gravity-2.2.0](https://github.com/truecharts/charts/compare/gravity-2.1.9...gravity-2.2.0) (2024-01-03) - -### Chore - - - -- update container image ghcr.io/beryju/gravity to v0.8.1[@14ddf7b](https://github.com/14ddf7b) by renovate ([#16809](https://github.com/truecharts/charts/issues/16809)) - - -## [gravity-2.1.9](https://github.com/truecharts/charts/compare/gravity-2.1.8...gravity-2.1.9) (2024-01-03) - -### Chore - - - -- update container image ghcr.io/beryju/gravity to v0.6.19[@f70c4b8](https://github.com/f70c4b8) by renovate ([#16801](https://github.com/truecharts/charts/issues/16801)) - - -## [gravity-2.1.8](https://github.com/truecharts/charts/compare/gravity-2.1.7...gravity-2.1.8) (2024-01-03) - -### Chore - - - -- update container image ghcr.io/beryju/gravity to v[@3b30bdb](https://github.com/3b30bdb) by renovate ([#16763](https://github.com/truecharts/charts/issues/16763)) - diff --git a/stable/gravity/3.1.3/Chart.yaml b/stable/gravity/3.1.3/Chart.yaml deleted file mode 100644 index ebccaa5fb6e..00000000000 --- a/stable/gravity/3.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: dns - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.8.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Fully-replicated DNS and DHCP Server with ad-blocking powered by etcd. -home: https://truecharts.org/charts/stable/gravity -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gravity.png -keywords: - - gravity - - dns - - networking -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: gravity -sources: - - https://github.com/BeryJu/gravity - - https://github.com/truecharts/charts/tree/master/charts/stable/gravity - - https://ghcr.io/beryju/gravity -type: application -version: 3.1.3 diff --git a/stable/gravity/3.1.3/charts/common-18.0.3.tgz b/stable/gravity/3.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/gravity/3.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/guacamole/13.1.3/.helmignore b/stable/gravity/3.3.0/.helmignore similarity index 100% rename from stable/guacamole/13.1.3/.helmignore rename to stable/gravity/3.3.0/.helmignore diff --git a/stable/gravity/3.3.0/CHANGELOG.md b/stable/gravity/3.3.0/CHANGELOG.md new file mode 100644 index 00000000000..95186e4d83d --- /dev/null +++ b/stable/gravity/3.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [gravity-3.3.0](https://github.com/truecharts/charts/compare/gravity-3.2.3...gravity-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [gravity-3.2.3](https://github.com/truecharts/charts/compare/gravity-3.2.2...gravity-3.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [gravity-3.2.2](https://github.com/truecharts/charts/compare/gravity-3.2.0...gravity-3.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [gravity-2.2.6](https://github.com/truecharts/charts/compare/gravity-2.2.5...gravity-2.2.6) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [gravity-2.2.5](https://github.com/truecharts/charts/compare/gravity-2.2.4...gravity-2.2.5) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [gravity-2.2.4](https://github.com/truecharts/charts/compare/gravity-2.2.3...gravity-2.2.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [gravity-2.2.3](https://github.com/truecharts/charts/compare/gravity-2.2.2...gravity-2.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [gravity-2.2.2](https://github.com/truecharts/charts/compare/gravity-2.2.1...gravity-2.2.2) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [gravity-2.2.1](https://github.com/truecharts/charts/compare/gravity-2.2.0...gravity-2.2.1) (2024-01-09) + +### Chore + + diff --git a/stable/gravity/3.3.0/Chart.yaml b/stable/gravity/3.3.0/Chart.yaml new file mode 100644 index 00000000000..70bfc048ec5 --- /dev/null +++ b/stable/gravity/3.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: dns + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.8.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Fully-replicated DNS and DHCP Server with ad-blocking powered by etcd. +home: https://truecharts.org/charts/stable/gravity +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gravity.png +keywords: + - gravity + - dns + - networking +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: gravity +sources: + - https://github.com/BeryJu/gravity + - https://github.com/truecharts/charts/tree/master/charts/stable/gravity + - https://ghcr.io/beryju/gravity +type: application +version: 3.3.0 diff --git a/stable/gravity/3.1.3/README.md b/stable/gravity/3.3.0/README.md similarity index 100% rename from stable/gravity/3.1.3/README.md rename to stable/gravity/3.3.0/README.md diff --git a/stable/gravity/3.3.0/app-changelog.md b/stable/gravity/3.3.0/app-changelog.md new file mode 100644 index 00000000000..2f4d42fab16 --- /dev/null +++ b/stable/gravity/3.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [gravity-3.3.0](https://github.com/truecharts/charts/compare/gravity-3.2.3...gravity-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/gravity/3.1.3/app-readme.md b/stable/gravity/3.3.0/app-readme.md similarity index 100% rename from stable/gravity/3.1.3/app-readme.md rename to stable/gravity/3.3.0/app-readme.md diff --git a/stable/gravity/3.3.0/charts/common-18.2.0.tgz b/stable/gravity/3.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/gravity/3.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/gravity/3.1.3/ix_values.yaml b/stable/gravity/3.3.0/ix_values.yaml similarity index 100% rename from stable/gravity/3.1.3/ix_values.yaml rename to stable/gravity/3.3.0/ix_values.yaml diff --git a/stable/gravity/3.1.3/logo.png b/stable/gravity/3.3.0/logo.png similarity index 100% rename from stable/gravity/3.1.3/logo.png rename to stable/gravity/3.3.0/logo.png diff --git a/stable/gravity/3.1.3/questions.yaml b/stable/gravity/3.3.0/questions.yaml similarity index 100% rename from stable/gravity/3.1.3/questions.yaml rename to stable/gravity/3.3.0/questions.yaml diff --git a/stable/hammond/9.1.4/templates/NOTES.txt b/stable/gravity/3.3.0/templates/NOTES.txt similarity index 100% rename from stable/hammond/9.1.4/templates/NOTES.txt rename to stable/gravity/3.3.0/templates/NOTES.txt diff --git a/stable/gravity/3.1.3/templates/_secrets.tpl b/stable/gravity/3.3.0/templates/_secrets.tpl similarity index 100% rename from stable/gravity/3.1.3/templates/_secrets.tpl rename to stable/gravity/3.3.0/templates/_secrets.tpl diff --git a/stable/gravity/3.1.3/templates/common.yaml b/stable/gravity/3.3.0/templates/common.yaml similarity index 100% rename from stable/gravity/3.1.3/templates/common.yaml rename to stable/gravity/3.3.0/templates/common.yaml diff --git a/stable/guacamole/13.1.3/values.yaml b/stable/gravity/3.3.0/values.yaml similarity index 100% rename from stable/guacamole/13.1.3/values.yaml rename to stable/gravity/3.3.0/values.yaml diff --git a/stable/gridcoinwalletgui/5.1.3/CHANGELOG.md b/stable/gridcoinwalletgui/5.1.3/CHANGELOG.md deleted file mode 100644 index c398869507b..00000000000 --- a/stable/gridcoinwalletgui/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [gridcoinwalletgui-4.1.11](https://github.com/truecharts/charts/compare/gridcoinwalletgui-4.1.10...gridcoinwalletgui-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [gridcoinwalletgui-4.1.10](https://github.com/truecharts/charts/compare/gridcoinwalletgui-4.1.9...gridcoinwalletgui-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [gridcoinwalletgui-4.1.9](https://github.com/truecharts/charts/compare/gridcoinwalletgui-4.1.8...gridcoinwalletgui-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [gridcoinwalletgui-4.1.8](https://github.com/truecharts/charts/compare/gridcoinwalletgui-4.1.7...gridcoinwalletgui-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [gridcoinwalletgui-4.1.7](https://github.com/truecharts/charts/compare/gridcoinwalletgui-4.1.6...gridcoinwalletgui-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [gridcoinwalletgui-4.1.6](https://github.com/truecharts/charts/compare/gridcoinwalletgui-4.1.5...gridcoinwalletgui-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [gridcoinwalletgui-4.1.5](https://github.com/truecharts/charts/compare/gridcoinwalletgui-4.1.4...gridcoinwalletgui-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [gridcoinwalletgui-4.1.4](https://github.com/truecharts/charts/compare/gridcoinwalletgui-4.1.3...gridcoinwalletgui-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [gridcoinwalletgui-4.1.3](https://github.com/truecharts/charts/compare/gridcoinwalletgui-4.1.0...gridcoinwalletgui-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/gridcoinwalletgui/5.1.3/Chart.yaml b/stable/gridcoinwalletgui/5.1.3/Chart.yaml deleted file mode 100644 index a9f5399dd7c..00000000000 --- a/stable/gridcoinwalletgui/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Crypto - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Running Boinc? Get some Gridcoins from your Boinc work! -home: https://truecharts.org/charts/stable/gridcoinwalletgui -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gridcoinwalletgui.png -keywords: - - gridcoinwalletgui - - Crypto -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: gridcoinwalletgui -sources: - - https://gridcoin.us/ - - https://github.com/truecharts/charts/tree/master/charts/stable/gridcoinwalletgui - - https://hub.docker.com/r/sublivion/gridcoinwalletgui -type: application -version: 5.1.3 diff --git a/stable/gridcoinwalletgui/5.1.3/charts/common-18.0.3.tgz b/stable/gridcoinwalletgui/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/gridcoinwalletgui/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/guacd/9.1.3/.helmignore b/stable/gridcoinwalletgui/5.3.0/.helmignore similarity index 100% rename from stable/guacd/9.1.3/.helmignore rename to stable/gridcoinwalletgui/5.3.0/.helmignore diff --git a/stable/gridcoinwalletgui/5.3.0/CHANGELOG.md b/stable/gridcoinwalletgui/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..7fdf28befe2 --- /dev/null +++ b/stable/gridcoinwalletgui/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [gridcoinwalletgui-5.3.0](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.2.3...gridcoinwalletgui-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [gridcoinwalletgui-5.2.3](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.2.2...gridcoinwalletgui-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [gridcoinwalletgui-5.2.2](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.2.0...gridcoinwalletgui-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [gridcoinwalletgui-4.1.11](https://github.com/truecharts/charts/compare/gridcoinwalletgui-4.1.10...gridcoinwalletgui-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [gridcoinwalletgui-4.1.10](https://github.com/truecharts/charts/compare/gridcoinwalletgui-4.1.9...gridcoinwalletgui-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [gridcoinwalletgui-4.1.9](https://github.com/truecharts/charts/compare/gridcoinwalletgui-4.1.8...gridcoinwalletgui-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [gridcoinwalletgui-4.1.8](https://github.com/truecharts/charts/compare/gridcoinwalletgui-4.1.7...gridcoinwalletgui-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [gridcoinwalletgui-4.1.7](https://github.com/truecharts/charts/compare/gridcoinwalletgui-4.1.6...gridcoinwalletgui-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [gridcoinwalletgui-4.1.6](https://github.com/truecharts/charts/compare/gridcoinwalletgui-4.1.5...gridcoinwalletgui-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/gridcoinwalletgui/5.3.0/Chart.yaml b/stable/gridcoinwalletgui/5.3.0/Chart.yaml new file mode 100644 index 00000000000..f99ec83814d --- /dev/null +++ b/stable/gridcoinwalletgui/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Crypto + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Running Boinc? Get some Gridcoins from your Boinc work! +home: https://truecharts.org/charts/stable/gridcoinwalletgui +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gridcoinwalletgui.png +keywords: + - gridcoinwalletgui + - Crypto +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: gridcoinwalletgui +sources: + - https://gridcoin.us/ + - https://github.com/truecharts/charts/tree/master/charts/stable/gridcoinwalletgui + - https://hub.docker.com/r/sublivion/gridcoinwalletgui +type: application +version: 5.3.0 diff --git a/stable/gridcoinwalletgui/5.1.3/README.md b/stable/gridcoinwalletgui/5.3.0/README.md similarity index 100% rename from stable/gridcoinwalletgui/5.1.3/README.md rename to stable/gridcoinwalletgui/5.3.0/README.md diff --git a/stable/gridcoinwalletgui/5.3.0/app-changelog.md b/stable/gridcoinwalletgui/5.3.0/app-changelog.md new file mode 100644 index 00000000000..c82880e52dd --- /dev/null +++ b/stable/gridcoinwalletgui/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [gridcoinwalletgui-5.3.0](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.2.3...gridcoinwalletgui-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/gridcoinwalletgui/5.1.3/app-readme.md b/stable/gridcoinwalletgui/5.3.0/app-readme.md similarity index 100% rename from stable/gridcoinwalletgui/5.1.3/app-readme.md rename to stable/gridcoinwalletgui/5.3.0/app-readme.md diff --git a/stable/gridcoinwalletgui/5.3.0/charts/common-18.2.0.tgz b/stable/gridcoinwalletgui/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/gridcoinwalletgui/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/gridcoinwalletgui/5.1.3/ix_values.yaml b/stable/gridcoinwalletgui/5.3.0/ix_values.yaml similarity index 100% rename from stable/gridcoinwalletgui/5.1.3/ix_values.yaml rename to stable/gridcoinwalletgui/5.3.0/ix_values.yaml diff --git a/stable/gridcoinwalletgui/5.1.3/questions.yaml b/stable/gridcoinwalletgui/5.3.0/questions.yaml similarity index 100% rename from stable/gridcoinwalletgui/5.1.3/questions.yaml rename to stable/gridcoinwalletgui/5.3.0/questions.yaml diff --git a/stable/gridcoinwalletgui/5.1.3/templates/common.yaml b/stable/gridcoinwalletgui/5.3.0/templates/common.yaml similarity index 100% rename from stable/gridcoinwalletgui/5.1.3/templates/common.yaml rename to stable/gridcoinwalletgui/5.3.0/templates/common.yaml diff --git a/stable/guacd/9.1.3/values.yaml b/stable/gridcoinwalletgui/5.3.0/values.yaml similarity index 100% rename from stable/guacd/9.1.3/values.yaml rename to stable/gridcoinwalletgui/5.3.0/values.yaml diff --git a/stable/grocy/18.2.0/CHANGELOG.md b/stable/grocy/18.2.0/CHANGELOG.md deleted file mode 100644 index b5985d0d473..00000000000 --- a/stable/grocy/18.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - -## [grocy-17.2.0](https://github.com/truecharts/charts/compare/grocy-17.1.16...grocy-17.2.0) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/grocy to v4.1.0[@c43f9f2](https://github.com/c43f9f2) by renovate ([#18184](https://github.com/truecharts/charts/issues/18184)) - - -## [grocy-17.1.16](https://github.com/truecharts/charts/compare/grocy-17.1.15...grocy-17.1.16) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/grocy to 4.0.3[@32845cb](https://github.com/32845cb) by renovate ([#17854](https://github.com/truecharts/charts/issues/17854)) - - -## [grocy-17.1.15](https://github.com/truecharts/charts/compare/grocy-17.1.14...grocy-17.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [grocy-17.1.14](https://github.com/truecharts/charts/compare/grocy-17.1.13...grocy-17.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [grocy-17.1.13](https://github.com/truecharts/charts/compare/grocy-17.1.12...grocy-17.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [grocy-17.1.12](https://github.com/truecharts/charts/compare/grocy-17.1.11...grocy-17.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [grocy-17.1.11](https://github.com/truecharts/charts/compare/grocy-17.1.10...grocy-17.1.11) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [grocy-17.1.10](https://github.com/truecharts/charts/compare/grocy-17.1.9...grocy-17.1.10) (2024-01-21) - -### Chore - - diff --git a/stable/grocy/18.2.0/Chart.yaml b/stable/grocy/18.2.0/Chart.yaml deleted file mode 100644 index efe917c541c..00000000000 --- a/stable/grocy/18.2.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.1.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home -home: https://truecharts.org/charts/stable/grocy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/grocy.png -keywords: - - grocy - - home-automation -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: grocy -sources: - - https://github.com/grocy/grocy - - https://github.com/truecharts/charts/tree/master/charts/stable/grocy - - https://ghcr.io/linuxserver/grocy -type: application -version: 18.2.0 diff --git a/stable/grocy/18.2.0/charts/common-18.1.2.tgz b/stable/grocy/18.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/grocy/18.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/grocy/18.2.0/ix_values.yaml b/stable/grocy/18.2.0/ix_values.yaml deleted file mode 100644 index dcc6c60d3cf..00000000000 --- a/stable/grocy/18.2.0/ix_values.yaml +++ /dev/null @@ -1,23 +0,0 @@ -image: - repository: ghcr.io/linuxserver/grocy - tag: 4.1.0@sha256:b7cdfbfc9808a727dd9384f76bdf122bb60e0aad14eb17dbbebcb12dd30c43c5 - pullPolicy: IfNotPresent -service: - main: - ports: - main: - port: 10013 - targetPort: 80 -persistence: - config: - enabled: true - mountPath: "/config" -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 diff --git a/stable/guide2go/5.1.3/.helmignore b/stable/grocy/18.3.0/.helmignore similarity index 100% rename from stable/guide2go/5.1.3/.helmignore rename to stable/grocy/18.3.0/.helmignore diff --git a/stable/grocy/18.3.0/CHANGELOG.md b/stable/grocy/18.3.0/CHANGELOG.md new file mode 100644 index 00000000000..49a0fb6130c --- /dev/null +++ b/stable/grocy/18.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [grocy-18.3.0](https://github.com/truecharts/charts/compare/grocy-18.2.4...grocy-18.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [grocy-18.2.4](https://github.com/truecharts/charts/compare/grocy-18.2.3...grocy-18.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [grocy-18.2.3](https://github.com/truecharts/charts/compare/grocy-18.2.1...grocy-18.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + +## [grocy-17.2.0](https://github.com/truecharts/charts/compare/grocy-17.1.16...grocy-17.2.0) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/grocy to v4.1.0[@c43f9f2](https://github.com/c43f9f2) by renovate ([#18184](https://github.com/truecharts/charts/issues/18184)) + + +## [grocy-17.1.16](https://github.com/truecharts/charts/compare/grocy-17.1.15...grocy-17.1.16) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/grocy to 4.0.3[@32845cb](https://github.com/32845cb) by renovate ([#17854](https://github.com/truecharts/charts/issues/17854)) + + +## [grocy-17.1.15](https://github.com/truecharts/charts/compare/grocy-17.1.14...grocy-17.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [grocy-17.1.14](https://github.com/truecharts/charts/compare/grocy-17.1.13...grocy-17.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [grocy-17.1.13](https://github.com/truecharts/charts/compare/grocy-17.1.12...grocy-17.1.13) (2024-01-21) + +### Chore \ No newline at end of file diff --git a/stable/grocy/18.3.0/Chart.yaml b/stable/grocy/18.3.0/Chart.yaml new file mode 100644 index 00000000000..58171d53ff3 --- /dev/null +++ b/stable/grocy/18.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.1.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home +home: https://truecharts.org/charts/stable/grocy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/grocy.png +keywords: + - grocy + - home-automation +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: grocy +sources: + - https://github.com/grocy/grocy + - https://github.com/truecharts/charts/tree/master/charts/stable/grocy + - https://ghcr.io/linuxserver/grocy +type: application +version: 18.3.0 diff --git a/stable/grocy/18.2.0/README.md b/stable/grocy/18.3.0/README.md similarity index 100% rename from stable/grocy/18.2.0/README.md rename to stable/grocy/18.3.0/README.md diff --git a/stable/grocy/18.3.0/app-changelog.md b/stable/grocy/18.3.0/app-changelog.md new file mode 100644 index 00000000000..6817afe21ac --- /dev/null +++ b/stable/grocy/18.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [grocy-18.3.0](https://github.com/truecharts/charts/compare/grocy-18.2.4...grocy-18.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/grocy/18.2.0/app-readme.md b/stable/grocy/18.3.0/app-readme.md similarity index 100% rename from stable/grocy/18.2.0/app-readme.md rename to stable/grocy/18.3.0/app-readme.md diff --git a/stable/grocy/18.3.0/charts/common-18.2.0.tgz b/stable/grocy/18.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/grocy/18.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/grocy/18.3.0/ix_values.yaml b/stable/grocy/18.3.0/ix_values.yaml new file mode 100644 index 00000000000..48e291b1a59 --- /dev/null +++ b/stable/grocy/18.3.0/ix_values.yaml @@ -0,0 +1,23 @@ +image: + repository: ghcr.io/linuxserver/grocy + tag: 4.1.0@sha256:e63e3373600dffb8ab0acc9110cc77b04dcd62fdd092e1d6cc6a2d24af34e068 + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 10013 + targetPort: 80 +persistence: + config: + enabled: true + mountPath: "/config" +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 diff --git a/stable/grocy/18.2.0/questions.yaml b/stable/grocy/18.3.0/questions.yaml similarity index 100% rename from stable/grocy/18.2.0/questions.yaml rename to stable/grocy/18.3.0/questions.yaml diff --git a/stable/handbrake/21.1.3/templates/NOTES.txt b/stable/grocy/18.3.0/templates/NOTES.txt similarity index 100% rename from stable/handbrake/21.1.3/templates/NOTES.txt rename to stable/grocy/18.3.0/templates/NOTES.txt diff --git a/stable/handbrake/21.1.3/templates/common.yaml b/stable/grocy/18.3.0/templates/common.yaml similarity index 100% rename from stable/handbrake/21.1.3/templates/common.yaml rename to stable/grocy/18.3.0/templates/common.yaml diff --git a/stable/guide2go/5.1.3/values.yaml b/stable/grocy/18.3.0/values.yaml similarity index 100% rename from stable/guide2go/5.1.3/values.yaml rename to stable/grocy/18.3.0/values.yaml diff --git a/stable/guacamole/13.1.3/CHANGELOG.md b/stable/guacamole/13.1.3/CHANGELOG.md deleted file mode 100644 index 2889c47049a..00000000000 --- a/stable/guacamole/13.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [guacamole-12.1.11](https://github.com/truecharts/charts/compare/guacamole-12.1.10...guacamole-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [guacamole-12.1.10](https://github.com/truecharts/charts/compare/guacamole-12.1.9...guacamole-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [guacamole-12.1.9](https://github.com/truecharts/charts/compare/guacamole-12.1.8...guacamole-12.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [guacamole-12.1.8](https://github.com/truecharts/charts/compare/guacamole-12.1.7...guacamole-12.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [guacamole-12.1.7](https://github.com/truecharts/charts/compare/guacamole-12.1.6...guacamole-12.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [guacamole-12.1.6](https://github.com/truecharts/charts/compare/guacamole-12.1.5...guacamole-12.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [guacamole-12.1.5](https://github.com/truecharts/charts/compare/guacamole-12.1.4...guacamole-12.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [guacamole-12.1.4](https://github.com/truecharts/charts/compare/guacamole-12.1.3...guacamole-12.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [guacamole-12.1.3](https://github.com/truecharts/charts/compare/guacamole-12.1.0...guacamole-12.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/guacamole/13.1.3/Chart.yaml b/stable/guacamole/13.1.3/Chart.yaml deleted file mode 100644 index 2a4c6875b0a..00000000000 --- a/stable/guacamole/13.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.5.4 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Apache Guacamole is a clientless remote desktop gateway. -home: https://truecharts.org/charts/stable/guacamole -icon: https://truecharts.org/img/hotlink-ok/chart-icons/guacamole.png -keywords: - - guacamole - - remote -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: guacamole -sources: - - https://github.com/apache/guacamole-client - - https://github.com/truecharts/charts/tree/master/charts/stable/guacamole - - https://hub.docker.com/r/guacamole/guacamole - - https://hub.docker.com/r/guacamole/guacd -type: application -version: 13.1.3 diff --git a/stable/guacamole/13.1.3/charts/common-18.0.3.tgz b/stable/guacamole/13.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/guacamole/13.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/guacamole/13.1.3/questions.yaml b/stable/guacamole/13.1.3/questions.yaml deleted file mode 100755 index 4dbd8c0853e..00000000000 --- a/stable/guacamole/13.1.3/questions.yaml +++ /dev/null @@ -1,4246 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: guacamole - label: Guacamole Configuration - group: App Configuration - schema: - type: dict - additional_attrs: true - attrs: - - variable: general - label: General Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: EXTENSION_PRIORITY - label: Extension Priority - description: A comma-separated list of the namespaces of all extensions that should be loaded in a specific order - schema: - type: string - default: "" - - variable: api - label: API Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: API_SESSION_TIMEOUT - label: API Session Timeout (in minutes) - schema: - type: int - default: 60 - - variable: totp - label: TOTP Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: TOTP_ENABLED - label: Enable TOTP - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: TOTP_ISSUER - label: TOTP Issuer - schema: - type: string - default: Apache Guacamole - required: true - - variable: TOTP_PERIOD - label: TOTP Period - schema: - type: int - default: 30 - required: true - - variable: TOTP_DIGITS - label: TOTP Digits - schema: - type: int - min: 6 - max: 8 - default: 6 - required: true - - variable: TOTP_MODE - label: TOTP Mode - schema: - type: string - default: sha1 - required: true - enum: - - value: sha1 - description: sha1 - - value: sha256 - description: sha256 - - value: sha512 - description: sha512 - - variable: header - label: Header Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: HEADER_ENABLED - label: Enable Header - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: HTTP_AUTH_HEADER - label: HTTP Auth Header - schema: - type: string - required: true - default: REMOTE_USER - - variable: json - label: JSON Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: json_enabled - label: Enable JSON - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: JSON_SECRET_KEY - label: JSON Secret Key - schema: - type: string - required: true - default: "" - - variable: JSON_TRUSTED_NETWORKS - label: JSON Trusted Networks (Leave blank for unrestricted - description: "Comma separated list e.g.: 127.0.0.0/8, 10.0.0.0/8" - schema: - type: string - default: "" - - variable: duo - label: DUO Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: duo_enabled - label: Enable DUO - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: DUO_API_HOSTNAME - label: DUO API Hostname (api-XXXXXXXX.duosecurity.com) - schema: - type: string - required: true - default: "" - - variable: DUO_INTEGRATION_KEY - label: DUO Integration Key (Exactly 20 chars) - schema: - min_length: 20 - max_length: 20 - type: string - required: true - default: "" - - variable: DUO_SECRET_KEY - label: DUO Secret Key (Exactly 40 chars) - schema: - min_length: 40 - max_length: 40 - type: string - required: true - default: "" - - variable: DUO_APPLICATION_KEY - label: DUO Application Key (At least 40 chars) - schema: - min_length: 40 - type: string - required: true - default: "" - - variable: cas - label: CAS Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: cas_enabled - label: Enable CAS - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CAS_AUTHORIZATION_ENDPOINT - label: CAS Authorization Endpoint - schema: - type: string - required: true - default: "" - - variable: CAS_REDIRECT_URI - label: CAS Redirect URI - schema: - type: string - required: true - default: "" - - variable: CAS_CLEARPASS_KEY - label: CAS Clearpass Key - schema: - type: string - default: "" - - variable: CAS_GROUP_ATTRIBUTE - label: CAS Group Attribute - schema: - type: string - default: "" - - variable: CAS_GROUP_LDAP_BASE_DN - label: CAS Group LDAP Base DN - schema: - type: string - default: "" - - variable: CAS_GROUP_LDAP_ATTRIBUTE - label: CAS Group LDAP Attribute - schema: - type: string - default: "" - - variable: CAS_GROUP_FORMAT - label: CAS Group Format - schema: - type: string - default: plain - enum: - - value: plain - description: plain - - value: ldap - description: ldap - - variable: openid - label: OpenID Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: openid_enabled - label: Enable OpenID - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: OPENID_AUTHORIZATION_ENDPOINT - label: OpenID Authorization Endpoint - schema: - type: string - required: true - default: "" - - variable: OPENID_JWKS_ENDPOINT - label: OpenID JWKS Endpoint - schema: - type: string - required: true - default: "" - - variable: OPENID_ISSUER - label: OpenID Issuer - schema: - type: string - required: true - default: "" - - variable: OPENID_CLIENT_ID - label: OpenID Client ID - schema: - type: string - required: true - default: "" - - variable: OPENID_REDIRECT_URI - label: OpenID Redirect URI - schema: - type: string - required: true - default: "" - - variable: OPENID_USERNAME_CLAIM_TYPE - label: OpenID Username Claim Type - schema: - type: string - required: true - default: email - - variable: OPENID_GROUPS_CLAIM_TYPE - label: OpenID Groups Claim Type - schema: - type: string - required: true - default: groups - - variable: OPENID_SCOPE - label: OpenID Scope - schema: - type: string - default: openid email profile - - variable: OPENID_ALLOWED_CLOCK_SKEW - label: OpenID Allowed Clock Skew (in seconds) - schema: - type: int - required: true - default: 30 - - variable: OPENID_MAX_TOKEN_VALIDITY - label: OpenID Max Token Validity (in minutes) - schema: - type: int - required: true - default: 300 - - variable: OPENID_MAX_NONCE_VALIDITY - label: OpenID Max Nonce Validity (in minutes) - schema: - type: int - required: true - default: 10 - - variable: radius - label: Radius Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: radius_enabled - label: Enable Radius - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: RADIUS_SHARED_SECRET - label: Radius Shared Secret - schema: - type: string - required: true - default: "" - - variable: RADIUS_AUTH_PROTOCOL - label: Radius Auth Protocol - schema: - type: string - required: true - default: eap-tls - enum: - - value: pap - description: pap - - value: chap - description: chap - - value: mschapv1 - description: mschapv1 - - value: mschapv2 - description: mschapv2 - - value: eap-md5 - description: eap-md5 - - value: eap-tls - description: eap-tls - - value: eap-ttls - description: eap-ttls - - variable: RADIUS_HOSTNAME - label: Radius Hostname - schema: - type: string - required: true - default: "" - - variable: RADIUS_AUTH_PORT - label: Radius Auth Port - schema: - type: int - default: 1812 - - variable: RADIUS_KEY_FILE - label: Radius Key File - schema: - type: string - default: "" - - variable: RADIUS_KEY_TYPE - label: Radius Key Type - schema: - type: string - default: pkcs12 - required: true - enum: - - value: pem - description: pem - - value: jceks - description: jceks - - value: jks - description: jks - - value: pkcs12 - description: pkcs12 - - variable: RADIUS_KEY_PASSWORD - label: Radius Key Password - schema: - type: string - default: "" - - variable: RADIUS_CA_FILE - label: Radius CA File - schema: - type: string - default: "" - - variable: RADIUS_CA_TYPE - label: Radius CA Type - schema: - type: string - required: true - default: pem - enum: - - value: pem - description: pem - - value: jceks - description: jceks - - value: jks - description: jks - - value: pkcs12 - description: pkcs12 - - variable: RADIUS_CA_PASSWORD - label: Radius CA Password - schema: - type: string - default: "" - - variable: RADIUS_TRUST_ALL - label: Radius Trust All - schema: - type: boolean - default: false - - variable: RADIUS_RETRIES - label: Radius Retries - schema: - type: int - required: true - default: 5 - - variable: RADIUS_TIMEOUT - label: Radius Timeout - schema: - type: int - required: true - default: 60 - - variable: RADIUS_EAP_TTLS_INNER_PROTOCOL - label: Radius eap-ttls Inner Protocol - description: Only has effect when RADIUS_AUTH_PROTOCOL is set to eap-ttls - schema: - type: string - default: eap-tls - required: true - enum: - - value: pap - description: pap - - value: chap - description: chap - - value: mschapv1 - description: mschapv1 - - value: mschapv2 - description: mschapv2 - - value: eap-md5 - description: eap-md5 - - value: eap-tls - description: eap-tls - - variable: RADIUS_NAS_IP - label: Radius Network Access Server IP - schema: - type: string - default: "" - - variable: ldap - group: "App Configuration" - label: LDAP Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: ldap_enabled - label: Enable LDAP - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: LDAP_HOSTNAME - label: LDAP Hostname - schema: - type: string - required: true - default: "" - - variable: LDAP_USER_BASE_DN - label: LDAP User Base DN - schema: - type: string - required: true - default: "" - - variable: LDAP_PORT - label: LDAP Port - schema: - type: int - default: 389 - - variable: LDAP_ENCRYPTION_METHOD - label: LDAP Encryption Method - schema: - type: string - default: none - required: true - enum: - - value: none - description: none - - value: ssl - description: ssl - - value: starttls - description: starttls - - variable: LDAP_MAX_SEARCH_RESULTS - label: LDAP Max Search Results - schema: - type: int - default: 1000 - - variable: LDAP_SEARCH_BIND_DN - label: LDAP Search Bind DN - schema: - type: string - default: "" - - variable: LDAP_USER_ATTRIBUTES - label: LDAP User Attributes - schema: - type: string - default: "" - - variable: LDAP_SEARCH_BIND_PASSWORD - label: LDAP Search Bind Password - schema: - type: string - default: "" - - variable: LDAP_USERNAME_ATTRIBUTE - label: LDAP Username Attribute - schema: - type: string - default: uid - - variable: LDAP_MEMBER_ATTRIBUTE - label: LDAP Member Attribute - schema: - type: string - default: member - - variable: LDAP_USER_SEARCH_FILTER - label: LDAP User Search Filter - schema: - type: string - default: "(objectClass=*)" - - variable: LDAP_CONFIG_BASE_DN - label: LDAP Config Base DN - schema: - type: string - default: "" - - variable: LDAP_GROUP_BASE_DN - label: LDAP Group Base DN - schema: - type: string - default: "" - - variable: LDAP_GROUP_SEARCH_FILTER - label: LDAP Group Search Filter - schema: - type: string - default: "(objectClass=*)" - - variable: LDAP_MEMBER_ATTRIBUTE_TYPE - label: LDAP Member Attribute Type - schema: - type: string - default: dn - required: true - enum: - - value: dn - description: dn - - value: uid - description: uid - - variable: LDAP_GROUP_NAME_ATTRIBUTE - label: LDAP Group Name Attribute - schema: - type: string - default: cn - - variable: LDAP_DEREFERENCE_ALIASES - label: LDAP Dereference Aliases - schema: - type: string - required: true - default: never - enum: - - value: never - description: never - - value: searching - description: searching - - value: finding - description: finding - - value: always - description: always - - variable: LDAP_FOLLOW_REFERRALS - label: LDAP Follow Referrals - schema: - type: boolean - default: false - - variable: LDAP_MAX_REFERRAL_HOPS - label: LDAP Max Referrals Hops - schema: - type: int - required: true - default: 5 - - variable: LDAP_OPERATION_TIMEOUT - label: LDAP Operation Timeout - schema: - type: int - required: true - default: 30 - - variable: saml - label: SAML Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: saml_enabled - label: Enable SAML - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: SAML_IDP_METADATA_URL - label: SAML IDP Metadata URL - schema: - type: string - default: "" - - variable: SAML_IDP_URL - label: SAML IDP URL - schema: - type: string - default: "" - - variable: SAML_ENTITY_ID - label: SAML Entity ID - schema: - type: string - default: "" - - variable: SAML_CALLBACK_URL - label: SAML Callback URL - schema: - type: string - default: "" - - variable: SAML_STRICT - label: SAML Strict - schema: - type: boolean - default: true - - variable: SAML_DEBUG - label: SAML Debug - schema: - type: boolean - default: false - - variable: SAML_COMPRESS_REQUEST - label: SAML Compress Request - schema: - type: boolean - default: true - - variable: SAML_COMPRESS_RESPONSE - label: SAML Compress Response - schema: - type: boolean - default: true - - variable: SAML_GROUP_ATTRIBUTE - label: SAML Group Attribute - schema: - type: string - required: true - default: groups - - variable: proxy - label: Proxy Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: REMOTE_IP_VALVE_ENABLED - label: Enable Proxy - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: PROXY_BY_HEADER - label: Proxy by Header - schema: - type: string - default: "" - - variable: PROXY_PROTOCOL_HEADER - label: Proxy Protocol Header - schema: - type: string - default: "" - - variable: PROXY_IP_HEADER - label: Proxy IP Header - schema: - type: string - default: "" - - variable: PROXY_ALLOWED_IPS_REGEX - label: Proxy Allowed IP Regex - schema: - type: string - default: "" - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Service Port Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 9998 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: recordings - label: App Recordings Storage - description: Mounts this volume at [/var/lib/guacamole/recordings] in both guacd and client containers - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: drive - label: Virtual Drive Storage (guacd) - description: Mounts this volume at [/var/lib/guacamole/drive] in the guacd container - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: runAsUser - description: The UserID of the user running the application - schema: - type: int - default: 1001 - - variable: runAsGroup - label: runAsGroup - description: The groupID of the user running the application - schema: - type: int - default: 1001 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: fsGroup - description: The group that should own ALL storage - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/h5ai/5.1.3/.helmignore b/stable/guacamole/13.3.0/.helmignore similarity index 100% rename from stable/h5ai/5.1.3/.helmignore rename to stable/guacamole/13.3.0/.helmignore diff --git a/stable/guacamole/13.3.0/CHANGELOG.md b/stable/guacamole/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..58f1a3f6d65 --- /dev/null +++ b/stable/guacamole/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [guacamole-13.3.0](https://github.com/truecharts/charts/compare/guacamole-13.2.3...guacamole-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [guacamole-13.2.3](https://github.com/truecharts/charts/compare/guacamole-13.2.2...guacamole-13.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [guacamole-13.2.2](https://github.com/truecharts/charts/compare/guacamole-13.2.0...guacamole-13.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [guacamole-12.1.11](https://github.com/truecharts/charts/compare/guacamole-12.1.10...guacamole-12.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [guacamole-12.1.10](https://github.com/truecharts/charts/compare/guacamole-12.1.9...guacamole-12.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [guacamole-12.1.9](https://github.com/truecharts/charts/compare/guacamole-12.1.8...guacamole-12.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [guacamole-12.1.8](https://github.com/truecharts/charts/compare/guacamole-12.1.7...guacamole-12.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [guacamole-12.1.7](https://github.com/truecharts/charts/compare/guacamole-12.1.6...guacamole-12.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [guacamole-12.1.6](https://github.com/truecharts/charts/compare/guacamole-12.1.5...guacamole-12.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/guacamole/13.3.0/Chart.yaml b/stable/guacamole/13.3.0/Chart.yaml new file mode 100644 index 00000000000..d7c55cc1df7 --- /dev/null +++ b/stable/guacamole/13.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.5.4 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Apache Guacamole is a clientless remote desktop gateway. +home: https://truecharts.org/charts/stable/guacamole +icon: https://truecharts.org/img/hotlink-ok/chart-icons/guacamole.png +keywords: + - guacamole + - remote +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: guacamole +sources: + - https://github.com/apache/guacamole-client + - https://github.com/truecharts/charts/tree/master/charts/stable/guacamole + - https://hub.docker.com/r/guacamole/guacd + - https://hub.docker.com/r/guacamole/guacamole +type: application +version: 13.3.0 diff --git a/stable/guacamole/13.1.3/README.md b/stable/guacamole/13.3.0/README.md similarity index 100% rename from stable/guacamole/13.1.3/README.md rename to stable/guacamole/13.3.0/README.md diff --git a/stable/guacamole/13.3.0/app-changelog.md b/stable/guacamole/13.3.0/app-changelog.md new file mode 100644 index 00000000000..63732e668ff --- /dev/null +++ b/stable/guacamole/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [guacamole-13.3.0](https://github.com/truecharts/charts/compare/guacamole-13.2.3...guacamole-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/guacamole/13.1.3/app-readme.md b/stable/guacamole/13.3.0/app-readme.md similarity index 100% rename from stable/guacamole/13.1.3/app-readme.md rename to stable/guacamole/13.3.0/app-readme.md diff --git a/stable/guacamole/13.3.0/charts/common-18.2.0.tgz b/stable/guacamole/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/guacamole/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/guacamole/13.1.3/ix_values.yaml b/stable/guacamole/13.3.0/ix_values.yaml similarity index 100% rename from stable/guacamole/13.1.3/ix_values.yaml rename to stable/guacamole/13.3.0/ix_values.yaml diff --git a/stable/guacamole/13.3.0/questions.yaml b/stable/guacamole/13.3.0/questions.yaml new file mode 100755 index 00000000000..664736ff231 --- /dev/null +++ b/stable/guacamole/13.3.0/questions.yaml @@ -0,0 +1,4204 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: guacamole + label: Guacamole Configuration + group: App Configuration + schema: + type: dict + additional_attrs: true + attrs: + - variable: general + label: General Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: EXTENSION_PRIORITY + label: Extension Priority + description: A comma-separated list of the namespaces of all extensions that should be loaded in a specific order + schema: + type: string + default: "" + - variable: api + label: API Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: API_SESSION_TIMEOUT + label: API Session Timeout (in minutes) + schema: + type: int + default: 60 + - variable: totp + label: TOTP Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: TOTP_ENABLED + label: Enable TOTP + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: TOTP_ISSUER + label: TOTP Issuer + schema: + type: string + default: Apache Guacamole + required: true + - variable: TOTP_PERIOD + label: TOTP Period + schema: + type: int + default: 30 + required: true + - variable: TOTP_DIGITS + label: TOTP Digits + schema: + type: int + min: 6 + max: 8 + default: 6 + required: true + - variable: TOTP_MODE + label: TOTP Mode + schema: + type: string + default: sha1 + required: true + enum: + - value: sha1 + description: sha1 + - value: sha256 + description: sha256 + - value: sha512 + description: sha512 + - variable: header + label: Header Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: HEADER_ENABLED + label: Enable Header + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: HTTP_AUTH_HEADER + label: HTTP Auth Header + schema: + type: string + required: true + default: REMOTE_USER + - variable: json + label: JSON Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: json_enabled + label: Enable JSON + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: JSON_SECRET_KEY + label: JSON Secret Key + schema: + type: string + required: true + default: "" + - variable: JSON_TRUSTED_NETWORKS + label: JSON Trusted Networks (Leave blank for unrestricted + description: "Comma separated list e.g.: 127.0.0.0/8, 10.0.0.0/8" + schema: + type: string + default: "" + - variable: duo + label: DUO Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: duo_enabled + label: Enable DUO + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: DUO_API_HOSTNAME + label: DUO API Hostname (api-XXXXXXXX.duosecurity.com) + schema: + type: string + required: true + default: "" + - variable: DUO_INTEGRATION_KEY + label: DUO Integration Key (Exactly 20 chars) + schema: + min_length: 20 + max_length: 20 + type: string + required: true + default: "" + - variable: DUO_SECRET_KEY + label: DUO Secret Key (Exactly 40 chars) + schema: + min_length: 40 + max_length: 40 + type: string + required: true + default: "" + - variable: DUO_APPLICATION_KEY + label: DUO Application Key (At least 40 chars) + schema: + min_length: 40 + type: string + required: true + default: "" + - variable: cas + label: CAS Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: cas_enabled + label: Enable CAS + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CAS_AUTHORIZATION_ENDPOINT + label: CAS Authorization Endpoint + schema: + type: string + required: true + default: "" + - variable: CAS_REDIRECT_URI + label: CAS Redirect URI + schema: + type: string + required: true + default: "" + - variable: CAS_CLEARPASS_KEY + label: CAS Clearpass Key + schema: + type: string + default: "" + - variable: CAS_GROUP_ATTRIBUTE + label: CAS Group Attribute + schema: + type: string + default: "" + - variable: CAS_GROUP_LDAP_BASE_DN + label: CAS Group LDAP Base DN + schema: + type: string + default: "" + - variable: CAS_GROUP_LDAP_ATTRIBUTE + label: CAS Group LDAP Attribute + schema: + type: string + default: "" + - variable: CAS_GROUP_FORMAT + label: CAS Group Format + schema: + type: string + default: plain + enum: + - value: plain + description: plain + - value: ldap + description: ldap + - variable: openid + label: OpenID Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: openid_enabled + label: Enable OpenID + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: OPENID_AUTHORIZATION_ENDPOINT + label: OpenID Authorization Endpoint + schema: + type: string + required: true + default: "" + - variable: OPENID_JWKS_ENDPOINT + label: OpenID JWKS Endpoint + schema: + type: string + required: true + default: "" + - variable: OPENID_ISSUER + label: OpenID Issuer + schema: + type: string + required: true + default: "" + - variable: OPENID_CLIENT_ID + label: OpenID Client ID + schema: + type: string + required: true + default: "" + - variable: OPENID_REDIRECT_URI + label: OpenID Redirect URI + schema: + type: string + required: true + default: "" + - variable: OPENID_USERNAME_CLAIM_TYPE + label: OpenID Username Claim Type + schema: + type: string + required: true + default: email + - variable: OPENID_GROUPS_CLAIM_TYPE + label: OpenID Groups Claim Type + schema: + type: string + required: true + default: groups + - variable: OPENID_SCOPE + label: OpenID Scope + schema: + type: string + default: openid email profile + - variable: OPENID_ALLOWED_CLOCK_SKEW + label: OpenID Allowed Clock Skew (in seconds) + schema: + type: int + required: true + default: 30 + - variable: OPENID_MAX_TOKEN_VALIDITY + label: OpenID Max Token Validity (in minutes) + schema: + type: int + required: true + default: 300 + - variable: OPENID_MAX_NONCE_VALIDITY + label: OpenID Max Nonce Validity (in minutes) + schema: + type: int + required: true + default: 10 + - variable: radius + label: Radius Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: radius_enabled + label: Enable Radius + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: RADIUS_SHARED_SECRET + label: Radius Shared Secret + schema: + type: string + required: true + default: "" + - variable: RADIUS_AUTH_PROTOCOL + label: Radius Auth Protocol + schema: + type: string + required: true + default: eap-tls + enum: + - value: pap + description: pap + - value: chap + description: chap + - value: mschapv1 + description: mschapv1 + - value: mschapv2 + description: mschapv2 + - value: eap-md5 + description: eap-md5 + - value: eap-tls + description: eap-tls + - value: eap-ttls + description: eap-ttls + - variable: RADIUS_HOSTNAME + label: Radius Hostname + schema: + type: string + required: true + default: "" + - variable: RADIUS_AUTH_PORT + label: Radius Auth Port + schema: + type: int + default: 1812 + - variable: RADIUS_KEY_FILE + label: Radius Key File + schema: + type: string + default: "" + - variable: RADIUS_KEY_TYPE + label: Radius Key Type + schema: + type: string + default: pkcs12 + required: true + enum: + - value: pem + description: pem + - value: jceks + description: jceks + - value: jks + description: jks + - value: pkcs12 + description: pkcs12 + - variable: RADIUS_KEY_PASSWORD + label: Radius Key Password + schema: + type: string + default: "" + - variable: RADIUS_CA_FILE + label: Radius CA File + schema: + type: string + default: "" + - variable: RADIUS_CA_TYPE + label: Radius CA Type + schema: + type: string + required: true + default: pem + enum: + - value: pem + description: pem + - value: jceks + description: jceks + - value: jks + description: jks + - value: pkcs12 + description: pkcs12 + - variable: RADIUS_CA_PASSWORD + label: Radius CA Password + schema: + type: string + default: "" + - variable: RADIUS_TRUST_ALL + label: Radius Trust All + schema: + type: boolean + default: false + - variable: RADIUS_RETRIES + label: Radius Retries + schema: + type: int + required: true + default: 5 + - variable: RADIUS_TIMEOUT + label: Radius Timeout + schema: + type: int + required: true + default: 60 + - variable: RADIUS_EAP_TTLS_INNER_PROTOCOL + label: Radius eap-ttls Inner Protocol + description: Only has effect when RADIUS_AUTH_PROTOCOL is set to eap-ttls + schema: + type: string + default: eap-tls + required: true + enum: + - value: pap + description: pap + - value: chap + description: chap + - value: mschapv1 + description: mschapv1 + - value: mschapv2 + description: mschapv2 + - value: eap-md5 + description: eap-md5 + - value: eap-tls + description: eap-tls + - variable: RADIUS_NAS_IP + label: Radius Network Access Server IP + schema: + type: string + default: "" + - variable: ldap + group: "App Configuration" + label: LDAP Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: ldap_enabled + label: Enable LDAP + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: LDAP_HOSTNAME + label: LDAP Hostname + schema: + type: string + required: true + default: "" + - variable: LDAP_USER_BASE_DN + label: LDAP User Base DN + schema: + type: string + required: true + default: "" + - variable: LDAP_PORT + label: LDAP Port + schema: + type: int + default: 389 + - variable: LDAP_ENCRYPTION_METHOD + label: LDAP Encryption Method + schema: + type: string + default: none + required: true + enum: + - value: none + description: none + - value: ssl + description: ssl + - value: starttls + description: starttls + - variable: LDAP_MAX_SEARCH_RESULTS + label: LDAP Max Search Results + schema: + type: int + default: 1000 + - variable: LDAP_SEARCH_BIND_DN + label: LDAP Search Bind DN + schema: + type: string + default: "" + - variable: LDAP_USER_ATTRIBUTES + label: LDAP User Attributes + schema: + type: string + default: "" + - variable: LDAP_SEARCH_BIND_PASSWORD + label: LDAP Search Bind Password + schema: + type: string + default: "" + - variable: LDAP_USERNAME_ATTRIBUTE + label: LDAP Username Attribute + schema: + type: string + default: uid + - variable: LDAP_MEMBER_ATTRIBUTE + label: LDAP Member Attribute + schema: + type: string + default: member + - variable: LDAP_USER_SEARCH_FILTER + label: LDAP User Search Filter + schema: + type: string + default: "(objectClass=*)" + - variable: LDAP_CONFIG_BASE_DN + label: LDAP Config Base DN + schema: + type: string + default: "" + - variable: LDAP_GROUP_BASE_DN + label: LDAP Group Base DN + schema: + type: string + default: "" + - variable: LDAP_GROUP_SEARCH_FILTER + label: LDAP Group Search Filter + schema: + type: string + default: "(objectClass=*)" + - variable: LDAP_MEMBER_ATTRIBUTE_TYPE + label: LDAP Member Attribute Type + schema: + type: string + default: dn + required: true + enum: + - value: dn + description: dn + - value: uid + description: uid + - variable: LDAP_GROUP_NAME_ATTRIBUTE + label: LDAP Group Name Attribute + schema: + type: string + default: cn + - variable: LDAP_DEREFERENCE_ALIASES + label: LDAP Dereference Aliases + schema: + type: string + required: true + default: never + enum: + - value: never + description: never + - value: searching + description: searching + - value: finding + description: finding + - value: always + description: always + - variable: LDAP_FOLLOW_REFERRALS + label: LDAP Follow Referrals + schema: + type: boolean + default: false + - variable: LDAP_MAX_REFERRAL_HOPS + label: LDAP Max Referrals Hops + schema: + type: int + required: true + default: 5 + - variable: LDAP_OPERATION_TIMEOUT + label: LDAP Operation Timeout + schema: + type: int + required: true + default: 30 + - variable: saml + label: SAML Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: saml_enabled + label: Enable SAML + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: SAML_IDP_METADATA_URL + label: SAML IDP Metadata URL + schema: + type: string + default: "" + - variable: SAML_IDP_URL + label: SAML IDP URL + schema: + type: string + default: "" + - variable: SAML_ENTITY_ID + label: SAML Entity ID + schema: + type: string + default: "" + - variable: SAML_CALLBACK_URL + label: SAML Callback URL + schema: + type: string + default: "" + - variable: SAML_STRICT + label: SAML Strict + schema: + type: boolean + default: true + - variable: SAML_DEBUG + label: SAML Debug + schema: + type: boolean + default: false + - variable: SAML_COMPRESS_REQUEST + label: SAML Compress Request + schema: + type: boolean + default: true + - variable: SAML_COMPRESS_RESPONSE + label: SAML Compress Response + schema: + type: boolean + default: true + - variable: SAML_GROUP_ATTRIBUTE + label: SAML Group Attribute + schema: + type: string + required: true + default: groups + - variable: proxy + label: Proxy Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: REMOTE_IP_VALVE_ENABLED + label: Enable Proxy + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PROXY_BY_HEADER + label: Proxy by Header + schema: + type: string + default: "" + - variable: PROXY_PROTOCOL_HEADER + label: Proxy Protocol Header + schema: + type: string + default: "" + - variable: PROXY_IP_HEADER + label: Proxy IP Header + schema: + type: string + default: "" + - variable: PROXY_ALLOWED_IPS_REGEX + label: Proxy Allowed IP Regex + schema: + type: string + default: "" + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Service + description: The Primary service on which the healthcheck runs, often the webUI + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 9998 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: recordings + label: App Recordings Storage + description: Mounts this volume at [/var/lib/guacamole/recordings] in both guacd and client containers + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: drive + label: Virtual Drive Storage (guacd) + description: Mounts this volume at [/var/lib/guacamole/drive] in the guacd container + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: runAsUser + description: The UserID of the user running the application + schema: + type: int + default: 1001 + - variable: runAsGroup + label: runAsGroup + description: The groupID of the user running the application + schema: + type: int + default: 1001 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: fsGroup + description: The group that should own ALL storage + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/guacamole/13.1.3/templates/_configmap.tpl b/stable/guacamole/13.3.0/templates/_configmap.tpl similarity index 100% rename from stable/guacamole/13.1.3/templates/_configmap.tpl rename to stable/guacamole/13.3.0/templates/_configmap.tpl diff --git a/stable/guacamole/13.1.3/templates/common.yaml b/stable/guacamole/13.3.0/templates/common.yaml similarity index 100% rename from stable/guacamole/13.1.3/templates/common.yaml rename to stable/guacamole/13.3.0/templates/common.yaml diff --git a/stable/h5ai/5.1.3/values.yaml b/stable/guacamole/13.3.0/values.yaml similarity index 100% rename from stable/h5ai/5.1.3/values.yaml rename to stable/guacamole/13.3.0/values.yaml diff --git a/stable/guacd/9.1.3/CHANGELOG.md b/stable/guacd/9.1.3/CHANGELOG.md deleted file mode 100644 index 9b3495fda3c..00000000000 --- a/stable/guacd/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [guacd-8.1.11](https://github.com/truecharts/charts/compare/guacd-8.1.10...guacd-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [guacd-8.1.10](https://github.com/truecharts/charts/compare/guacd-8.1.9...guacd-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [guacd-8.1.9](https://github.com/truecharts/charts/compare/guacd-8.1.8...guacd-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [guacd-8.1.8](https://github.com/truecharts/charts/compare/guacd-8.1.7...guacd-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [guacd-8.1.7](https://github.com/truecharts/charts/compare/guacd-8.1.6...guacd-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [guacd-8.1.6](https://github.com/truecharts/charts/compare/guacd-8.1.5...guacd-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [guacd-8.1.5](https://github.com/truecharts/charts/compare/guacd-8.1.4...guacd-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [guacd-8.1.4](https://github.com/truecharts/charts/compare/guacd-8.1.3...guacd-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [guacd-8.1.3](https://github.com/truecharts/charts/compare/guacd-8.1.0...guacd-8.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/guacd/9.1.3/Chart.yaml b/stable/guacd/9.1.3/Chart.yaml deleted file mode 100644 index a51718e5ceb..00000000000 --- a/stable/guacd/9.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.5.4 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Guacd - Apache Guacamole is a clientless remote desktop gateway. -home: https://truecharts.org/charts/stable/guacd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/guacd.png -keywords: - - guacd - - guacamole - - remote -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: guacd -sources: - - https://github.com/apache/guacamole-server - - https://github.com/truecharts/charts/tree/master/charts/stable/guacd - - https://hub.docker.com/r/guacamole/guacd -type: application -version: 9.1.3 diff --git a/stable/guacd/9.1.3/charts/common-18.0.3.tgz b/stable/guacd/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/guacd/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/halflife2deathmatch/5.1.3/.helmignore b/stable/guacd/9.3.0/.helmignore similarity index 100% rename from stable/halflife2deathmatch/5.1.3/.helmignore rename to stable/guacd/9.3.0/.helmignore diff --git a/stable/guacd/9.3.0/CHANGELOG.md b/stable/guacd/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..6de33ba94a1 --- /dev/null +++ b/stable/guacd/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [guacd-9.3.0](https://github.com/truecharts/charts/compare/guacd-9.2.3...guacd-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [guacd-9.2.3](https://github.com/truecharts/charts/compare/guacd-9.2.2...guacd-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [guacd-9.2.2](https://github.com/truecharts/charts/compare/guacd-9.2.0...guacd-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [guacd-8.1.11](https://github.com/truecharts/charts/compare/guacd-8.1.10...guacd-8.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [guacd-8.1.10](https://github.com/truecharts/charts/compare/guacd-8.1.9...guacd-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [guacd-8.1.9](https://github.com/truecharts/charts/compare/guacd-8.1.8...guacd-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [guacd-8.1.8](https://github.com/truecharts/charts/compare/guacd-8.1.7...guacd-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [guacd-8.1.7](https://github.com/truecharts/charts/compare/guacd-8.1.6...guacd-8.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [guacd-8.1.6](https://github.com/truecharts/charts/compare/guacd-8.1.5...guacd-8.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/guacd/9.3.0/Chart.yaml b/stable/guacd/9.3.0/Chart.yaml new file mode 100644 index 00000000000..6bbe2b160bc --- /dev/null +++ b/stable/guacd/9.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.5.4 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Guacd - Apache Guacamole is a clientless remote desktop gateway. +home: https://truecharts.org/charts/stable/guacd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/guacd.png +keywords: + - guacd + - guacamole + - remote +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: guacd +sources: + - https://github.com/apache/guacamole-server + - https://github.com/truecharts/charts/tree/master/charts/stable/guacd + - https://hub.docker.com/r/guacamole/guacd +type: application +version: 9.3.0 diff --git a/stable/guacd/9.1.3/README.md b/stable/guacd/9.3.0/README.md similarity index 100% rename from stable/guacd/9.1.3/README.md rename to stable/guacd/9.3.0/README.md diff --git a/stable/guacd/9.3.0/app-changelog.md b/stable/guacd/9.3.0/app-changelog.md new file mode 100644 index 00000000000..3c3013c4397 --- /dev/null +++ b/stable/guacd/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [guacd-9.3.0](https://github.com/truecharts/charts/compare/guacd-9.2.3...guacd-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/guacd/9.1.3/app-readme.md b/stable/guacd/9.3.0/app-readme.md similarity index 100% rename from stable/guacd/9.1.3/app-readme.md rename to stable/guacd/9.3.0/app-readme.md diff --git a/stable/guacd/9.3.0/charts/common-18.2.0.tgz b/stable/guacd/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/guacd/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/guacd/9.1.3/ix_values.yaml b/stable/guacd/9.3.0/ix_values.yaml similarity index 100% rename from stable/guacd/9.1.3/ix_values.yaml rename to stable/guacd/9.3.0/ix_values.yaml diff --git a/stable/guacd/9.1.3/questions.yaml b/stable/guacd/9.3.0/questions.yaml similarity index 100% rename from stable/guacd/9.1.3/questions.yaml rename to stable/guacd/9.3.0/questions.yaml diff --git a/stable/haste-server/13.1.3/templates/NOTES.txt b/stable/guacd/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/haste-server/13.1.3/templates/NOTES.txt rename to stable/guacd/9.3.0/templates/NOTES.txt diff --git a/stable/haste-server/13.1.3/templates/common.yaml b/stable/guacd/9.3.0/templates/common.yaml similarity index 100% rename from stable/haste-server/13.1.3/templates/common.yaml rename to stable/guacd/9.3.0/templates/common.yaml diff --git a/stable/halflife2deathmatch/5.1.3/values.yaml b/stable/guacd/9.3.0/values.yaml similarity index 100% rename from stable/halflife2deathmatch/5.1.3/values.yaml rename to stable/guacd/9.3.0/values.yaml diff --git a/stable/guide2go/5.1.3/CHANGELOG.md b/stable/guide2go/5.1.3/CHANGELOG.md deleted file mode 100644 index 22edc0509eb..00000000000 --- a/stable/guide2go/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [guide2go-4.1.11](https://github.com/truecharts/charts/compare/guide2go-4.1.10...guide2go-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [guide2go-4.1.10](https://github.com/truecharts/charts/compare/guide2go-4.1.9...guide2go-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [guide2go-4.1.9](https://github.com/truecharts/charts/compare/guide2go-4.1.8...guide2go-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [guide2go-4.1.8](https://github.com/truecharts/charts/compare/guide2go-4.1.7...guide2go-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [guide2go-4.1.7](https://github.com/truecharts/charts/compare/guide2go-4.1.6...guide2go-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [guide2go-4.1.6](https://github.com/truecharts/charts/compare/guide2go-4.1.5...guide2go-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [guide2go-4.1.5](https://github.com/truecharts/charts/compare/guide2go-4.1.4...guide2go-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [guide2go-4.1.4](https://github.com/truecharts/charts/compare/guide2go-4.1.3...guide2go-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [guide2go-4.1.3](https://github.com/truecharts/charts/compare/guide2go-4.1.0...guide2go-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/guide2go/5.1.3/Chart.yaml b/stable/guide2go/5.1.3/Chart.yaml deleted file mode 100644 index 6cdc55b62de..00000000000 --- a/stable/guide2go/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: a xml grabber from schedule direct service -home: https://truecharts.org/charts/stable/guide2go -icon: https://truecharts.org/img/hotlink-ok/chart-icons/guide2go.png -keywords: - - guide2go - - Downloaders -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: guide2go -sources: - - https://github.com/alturismo/guide2go - - https://github.com/truecharts/charts/tree/master/charts/stable/guide2go - - https://hub.docker.com/r/alturismo/guide2go -type: application -version: 5.1.3 diff --git a/stable/guide2go/5.1.3/charts/common-18.0.3.tgz b/stable/guide2go/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/guide2go/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/hammond/9.1.4/.helmignore b/stable/guide2go/5.3.0/.helmignore similarity index 100% rename from stable/hammond/9.1.4/.helmignore rename to stable/guide2go/5.3.0/.helmignore diff --git a/stable/guide2go/5.3.0/CHANGELOG.md b/stable/guide2go/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..5250b3d2f20 --- /dev/null +++ b/stable/guide2go/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [guide2go-5.3.0](https://github.com/truecharts/charts/compare/guide2go-5.2.3...guide2go-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [guide2go-5.2.3](https://github.com/truecharts/charts/compare/guide2go-5.2.2...guide2go-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [guide2go-5.2.2](https://github.com/truecharts/charts/compare/guide2go-5.2.0...guide2go-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [guide2go-4.1.11](https://github.com/truecharts/charts/compare/guide2go-4.1.10...guide2go-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [guide2go-4.1.10](https://github.com/truecharts/charts/compare/guide2go-4.1.9...guide2go-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [guide2go-4.1.9](https://github.com/truecharts/charts/compare/guide2go-4.1.8...guide2go-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [guide2go-4.1.8](https://github.com/truecharts/charts/compare/guide2go-4.1.7...guide2go-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [guide2go-4.1.7](https://github.com/truecharts/charts/compare/guide2go-4.1.6...guide2go-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [guide2go-4.1.6](https://github.com/truecharts/charts/compare/guide2go-4.1.5...guide2go-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/guide2go/5.3.0/Chart.yaml b/stable/guide2go/5.3.0/Chart.yaml new file mode 100644 index 00000000000..316a55c243f --- /dev/null +++ b/stable/guide2go/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: a xml grabber from schedule direct service +home: https://truecharts.org/charts/stable/guide2go +icon: https://truecharts.org/img/hotlink-ok/chart-icons/guide2go.png +keywords: + - guide2go + - Downloaders +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: guide2go +sources: + - https://github.com/alturismo/guide2go + - https://github.com/truecharts/charts/tree/master/charts/stable/guide2go + - https://hub.docker.com/r/alturismo/guide2go +type: application +version: 5.3.0 diff --git a/stable/guide2go/5.1.3/README.md b/stable/guide2go/5.3.0/README.md similarity index 100% rename from stable/guide2go/5.1.3/README.md rename to stable/guide2go/5.3.0/README.md diff --git a/stable/guide2go/5.3.0/app-changelog.md b/stable/guide2go/5.3.0/app-changelog.md new file mode 100644 index 00000000000..d14269bb109 --- /dev/null +++ b/stable/guide2go/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [guide2go-5.3.0](https://github.com/truecharts/charts/compare/guide2go-5.2.3...guide2go-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/guide2go/5.1.3/app-readme.md b/stable/guide2go/5.3.0/app-readme.md similarity index 100% rename from stable/guide2go/5.1.3/app-readme.md rename to stable/guide2go/5.3.0/app-readme.md diff --git a/stable/guide2go/5.3.0/charts/common-18.2.0.tgz b/stable/guide2go/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/guide2go/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/guide2go/5.1.3/ix_values.yaml b/stable/guide2go/5.3.0/ix_values.yaml similarity index 100% rename from stable/guide2go/5.1.3/ix_values.yaml rename to stable/guide2go/5.3.0/ix_values.yaml diff --git a/stable/guide2go/5.1.3/questions.yaml b/stable/guide2go/5.3.0/questions.yaml similarity index 100% rename from stable/guide2go/5.1.3/questions.yaml rename to stable/guide2go/5.3.0/questions.yaml diff --git a/stable/guide2go/5.1.3/templates/common.yaml b/stable/guide2go/5.3.0/templates/common.yaml similarity index 100% rename from stable/guide2go/5.1.3/templates/common.yaml rename to stable/guide2go/5.3.0/templates/common.yaml diff --git a/stable/hammond/9.1.4/values.yaml b/stable/guide2go/5.3.0/values.yaml similarity index 100% rename from stable/hammond/9.1.4/values.yaml rename to stable/guide2go/5.3.0/values.yaml diff --git a/stable/h5ai/5.1.3/CHANGELOG.md b/stable/h5ai/5.1.3/CHANGELOG.md deleted file mode 100644 index 95820eefb9a..00000000000 --- a/stable/h5ai/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [h5ai-4.1.11](https://github.com/truecharts/charts/compare/h5ai-4.1.10...h5ai-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [h5ai-4.1.10](https://github.com/truecharts/charts/compare/h5ai-4.1.9...h5ai-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [h5ai-4.1.9](https://github.com/truecharts/charts/compare/h5ai-4.1.8...h5ai-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [h5ai-4.1.8](https://github.com/truecharts/charts/compare/h5ai-4.1.7...h5ai-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [h5ai-4.1.7](https://github.com/truecharts/charts/compare/h5ai-4.1.6...h5ai-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [h5ai-4.1.6](https://github.com/truecharts/charts/compare/h5ai-4.1.5...h5ai-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [h5ai-4.1.5](https://github.com/truecharts/charts/compare/h5ai-4.1.4...h5ai-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [h5ai-4.1.4](https://github.com/truecharts/charts/compare/h5ai-4.1.3...h5ai-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [h5ai-4.1.3](https://github.com/truecharts/charts/compare/h5ai-4.1.0...h5ai-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/h5ai/5.1.3/Chart.yaml b/stable/h5ai/5.1.3/Chart.yaml deleted file mode 100644 index 6b588b3022e..00000000000 --- a/stable/h5ai/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: h5ai is a modern file indexer for HTTP web servers with focus on your files. Directories are displayed in a appealing way and browsing them is enhanced by different views, a breadcrumb and a tree overview. Initially h5ai was an acronym for HTML5 Apache Index but now it supports other web servers too. -home: https://truecharts.org/charts/stable/h5ai -icon: https://truecharts.org/img/hotlink-ok/chart-icons/h5ai.png -keywords: - - h5ai - - Cloud - - Network-FTP -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: h5ai -sources: - - https://github.com/awesometic/docker-h5ai - - https://github.com/truecharts/charts/tree/master/charts/stable/h5ai - - https://hub.docker.com/r/awesometic/h5ai -type: application -version: 5.1.3 diff --git a/stable/h5ai/5.1.3/charts/common-18.0.3.tgz b/stable/h5ai/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/h5ai/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/handbrake/21.1.3/.helmignore b/stable/h5ai/5.3.0/.helmignore similarity index 100% rename from stable/handbrake/21.1.3/.helmignore rename to stable/h5ai/5.3.0/.helmignore diff --git a/stable/h5ai/5.3.0/CHANGELOG.md b/stable/h5ai/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..5f94146a7a6 --- /dev/null +++ b/stable/h5ai/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [h5ai-5.3.0](https://github.com/truecharts/charts/compare/h5ai-5.2.3...h5ai-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [h5ai-5.2.3](https://github.com/truecharts/charts/compare/h5ai-5.2.2...h5ai-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [h5ai-5.2.2](https://github.com/truecharts/charts/compare/h5ai-5.2.0...h5ai-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [h5ai-4.1.11](https://github.com/truecharts/charts/compare/h5ai-4.1.10...h5ai-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [h5ai-4.1.10](https://github.com/truecharts/charts/compare/h5ai-4.1.9...h5ai-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [h5ai-4.1.9](https://github.com/truecharts/charts/compare/h5ai-4.1.8...h5ai-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [h5ai-4.1.8](https://github.com/truecharts/charts/compare/h5ai-4.1.7...h5ai-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [h5ai-4.1.7](https://github.com/truecharts/charts/compare/h5ai-4.1.6...h5ai-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [h5ai-4.1.6](https://github.com/truecharts/charts/compare/h5ai-4.1.5...h5ai-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/h5ai/5.3.0/Chart.yaml b/stable/h5ai/5.3.0/Chart.yaml new file mode 100644 index 00000000000..93e184e0720 --- /dev/null +++ b/stable/h5ai/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: h5ai is a modern file indexer for HTTP web servers with focus on your files. Directories are displayed in a appealing way and browsing them is enhanced by different views, a breadcrumb and a tree overview. Initially h5ai was an acronym for HTML5 Apache Index but now it supports other web servers too. +home: https://truecharts.org/charts/stable/h5ai +icon: https://truecharts.org/img/hotlink-ok/chart-icons/h5ai.png +keywords: + - h5ai + - Cloud + - Network-FTP +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: h5ai +sources: + - https://github.com/awesometic/docker-h5ai + - https://github.com/truecharts/charts/tree/master/charts/stable/h5ai + - https://hub.docker.com/r/awesometic/h5ai +type: application +version: 5.3.0 diff --git a/stable/h5ai/5.1.3/README.md b/stable/h5ai/5.3.0/README.md similarity index 100% rename from stable/h5ai/5.1.3/README.md rename to stable/h5ai/5.3.0/README.md diff --git a/stable/h5ai/5.3.0/app-changelog.md b/stable/h5ai/5.3.0/app-changelog.md new file mode 100644 index 00000000000..a574e9fc26a --- /dev/null +++ b/stable/h5ai/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [h5ai-5.3.0](https://github.com/truecharts/charts/compare/h5ai-5.2.3...h5ai-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/h5ai/5.1.3/app-readme.md b/stable/h5ai/5.3.0/app-readme.md similarity index 100% rename from stable/h5ai/5.1.3/app-readme.md rename to stable/h5ai/5.3.0/app-readme.md diff --git a/stable/h5ai/5.3.0/charts/common-18.2.0.tgz b/stable/h5ai/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/h5ai/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/h5ai/5.1.3/ix_values.yaml b/stable/h5ai/5.3.0/ix_values.yaml similarity index 100% rename from stable/h5ai/5.1.3/ix_values.yaml rename to stable/h5ai/5.3.0/ix_values.yaml diff --git a/stable/h5ai/5.1.3/questions.yaml b/stable/h5ai/5.3.0/questions.yaml similarity index 100% rename from stable/h5ai/5.1.3/questions.yaml rename to stable/h5ai/5.3.0/questions.yaml diff --git a/stable/h5ai/5.1.3/templates/common.yaml b/stable/h5ai/5.3.0/templates/common.yaml similarity index 100% rename from stable/h5ai/5.1.3/templates/common.yaml rename to stable/h5ai/5.3.0/templates/common.yaml diff --git a/stable/handbrake/21.1.3/values.yaml b/stable/h5ai/5.3.0/values.yaml similarity index 100% rename from stable/handbrake/21.1.3/values.yaml rename to stable/h5ai/5.3.0/values.yaml diff --git a/stable/halflife2deathmatch/5.1.3/CHANGELOG.md b/stable/halflife2deathmatch/5.1.3/CHANGELOG.md deleted file mode 100644 index 6802d92a50e..00000000000 --- a/stable/halflife2deathmatch/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [halflife2deathmatch-4.1.11](https://github.com/truecharts/charts/compare/halflife2deathmatch-4.1.10...halflife2deathmatch-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [halflife2deathmatch-4.1.10](https://github.com/truecharts/charts/compare/halflife2deathmatch-4.1.9...halflife2deathmatch-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [halflife2deathmatch-4.1.9](https://github.com/truecharts/charts/compare/halflife2deathmatch-4.1.8...halflife2deathmatch-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [halflife2deathmatch-4.1.8](https://github.com/truecharts/charts/compare/halflife2deathmatch-4.1.7...halflife2deathmatch-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [halflife2deathmatch-4.1.7](https://github.com/truecharts/charts/compare/halflife2deathmatch-4.1.6...halflife2deathmatch-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [halflife2deathmatch-4.1.6](https://github.com/truecharts/charts/compare/halflife2deathmatch-4.1.5...halflife2deathmatch-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [halflife2deathmatch-4.1.5](https://github.com/truecharts/charts/compare/halflife2deathmatch-4.1.4...halflife2deathmatch-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [halflife2deathmatch-4.1.4](https://github.com/truecharts/charts/compare/halflife2deathmatch-4.1.3...halflife2deathmatch-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [halflife2deathmatch-4.1.3](https://github.com/truecharts/charts/compare/halflife2deathmatch-4.1.0...halflife2deathmatch-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/halflife2deathmatch/5.1.3/Chart.yaml b/stable/halflife2deathmatch/5.1.3/Chart.yaml deleted file mode 100644 index f1c4302581e..00000000000 --- a/stable/halflife2deathmatch/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: hl2dm -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install HalfLife2 DeathMatch and run it. -home: https://truecharts.org/charts/stable/halflife2deathmatch -icon: https://truecharts.org/img/hotlink-ok/chart-icons/halflife2deathmatch.png -keywords: - - halflife2deathmatch - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: halflife2deathmatch -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/halflife2deathmatch - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/halflife2deathmatch/5.1.3/charts/common-18.0.3.tgz b/stable/halflife2deathmatch/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/halflife2deathmatch/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/hassconfigurator/5.1.3/.helmignore b/stable/halflife2deathmatch/5.3.0/.helmignore similarity index 100% rename from stable/hassconfigurator/5.1.3/.helmignore rename to stable/halflife2deathmatch/5.3.0/.helmignore diff --git a/stable/halflife2deathmatch/5.3.0/CHANGELOG.md b/stable/halflife2deathmatch/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..571ab1a5b59 --- /dev/null +++ b/stable/halflife2deathmatch/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [halflife2deathmatch-5.3.0](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.2.3...halflife2deathmatch-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [halflife2deathmatch-5.2.3](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.2.2...halflife2deathmatch-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [halflife2deathmatch-5.2.2](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.2.0...halflife2deathmatch-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [halflife2deathmatch-4.1.11](https://github.com/truecharts/charts/compare/halflife2deathmatch-4.1.10...halflife2deathmatch-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [halflife2deathmatch-4.1.10](https://github.com/truecharts/charts/compare/halflife2deathmatch-4.1.9...halflife2deathmatch-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [halflife2deathmatch-4.1.9](https://github.com/truecharts/charts/compare/halflife2deathmatch-4.1.8...halflife2deathmatch-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [halflife2deathmatch-4.1.8](https://github.com/truecharts/charts/compare/halflife2deathmatch-4.1.7...halflife2deathmatch-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [halflife2deathmatch-4.1.7](https://github.com/truecharts/charts/compare/halflife2deathmatch-4.1.6...halflife2deathmatch-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [halflife2deathmatch-4.1.6](https://github.com/truecharts/charts/compare/halflife2deathmatch-4.1.5...halflife2deathmatch-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/halflife2deathmatch/5.3.0/Chart.yaml b/stable/halflife2deathmatch/5.3.0/Chart.yaml new file mode 100644 index 00000000000..8a98ae3acf0 --- /dev/null +++ b/stable/halflife2deathmatch/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: hl2dm +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install HalfLife2 DeathMatch and run it. +home: https://truecharts.org/charts/stable/halflife2deathmatch +icon: https://truecharts.org/img/hotlink-ok/chart-icons/halflife2deathmatch.png +keywords: + - halflife2deathmatch + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: halflife2deathmatch +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/halflife2deathmatch + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/halflife2deathmatch/5.1.3/README.md b/stable/halflife2deathmatch/5.3.0/README.md similarity index 100% rename from stable/halflife2deathmatch/5.1.3/README.md rename to stable/halflife2deathmatch/5.3.0/README.md diff --git a/stable/halflife2deathmatch/5.3.0/app-changelog.md b/stable/halflife2deathmatch/5.3.0/app-changelog.md new file mode 100644 index 00000000000..5721fb2b991 --- /dev/null +++ b/stable/halflife2deathmatch/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [halflife2deathmatch-5.3.0](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.2.3...halflife2deathmatch-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/halflife2deathmatch/5.1.3/app-readme.md b/stable/halflife2deathmatch/5.3.0/app-readme.md similarity index 100% rename from stable/halflife2deathmatch/5.1.3/app-readme.md rename to stable/halflife2deathmatch/5.3.0/app-readme.md diff --git a/stable/halflife2deathmatch/5.3.0/charts/common-18.2.0.tgz b/stable/halflife2deathmatch/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/halflife2deathmatch/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/halflife2deathmatch/5.1.3/ix_values.yaml b/stable/halflife2deathmatch/5.3.0/ix_values.yaml similarity index 100% rename from stable/halflife2deathmatch/5.1.3/ix_values.yaml rename to stable/halflife2deathmatch/5.3.0/ix_values.yaml diff --git a/stable/halflife2deathmatch/5.1.3/questions.yaml b/stable/halflife2deathmatch/5.3.0/questions.yaml similarity index 100% rename from stable/halflife2deathmatch/5.1.3/questions.yaml rename to stable/halflife2deathmatch/5.3.0/questions.yaml diff --git a/stable/halflife2deathmatch/5.1.3/templates/common.yaml b/stable/halflife2deathmatch/5.3.0/templates/common.yaml similarity index 100% rename from stable/halflife2deathmatch/5.1.3/templates/common.yaml rename to stable/halflife2deathmatch/5.3.0/templates/common.yaml diff --git a/stable/hassconfigurator/5.1.3/values.yaml b/stable/halflife2deathmatch/5.3.0/values.yaml similarity index 100% rename from stable/hassconfigurator/5.1.3/values.yaml rename to stable/halflife2deathmatch/5.3.0/values.yaml diff --git a/stable/hammond/9.1.4/CHANGELOG.md b/stable/hammond/9.1.4/CHANGELOG.md deleted file mode 100644 index f6b12bde20f..00000000000 --- a/stable/hammond/9.1.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [hammond-8.1.11](https://github.com/truecharts/charts/compare/hammond-8.1.10...hammond-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [hammond-8.1.10](https://github.com/truecharts/charts/compare/hammond-8.1.9...hammond-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [hammond-8.1.9](https://github.com/truecharts/charts/compare/hammond-8.1.8...hammond-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [hammond-8.1.8](https://github.com/truecharts/charts/compare/hammond-8.1.7...hammond-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [hammond-8.1.7](https://github.com/truecharts/charts/compare/hammond-8.1.6...hammond-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [hammond-8.1.6](https://github.com/truecharts/charts/compare/hammond-8.1.5...hammond-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [hammond-8.1.5](https://github.com/truecharts/charts/compare/hammond-8.1.4...hammond-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [hammond-8.1.4](https://github.com/truecharts/charts/compare/hammond-8.1.3...hammond-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [hammond-8.1.3](https://github.com/truecharts/charts/compare/hammond-8.1.0...hammond-8.1.3) (2024-01-01) - -### Chore - - diff --git a/stable/hammond/9.1.4/Chart.yaml b/stable/hammond/9.1.4/Chart.yaml deleted file mode 100644 index 0ef06e80df5..00000000000 --- a/stable/hammond/9.1.4/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.0.24 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A self-hosted vehicle expense tracking system with support for multiple users. -home: https://truecharts.org/charts/stable/hammond -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hammond.png -keywords: - - hammond -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: hammond -sources: - - https://github.com/AlfHou/hammond - - https://github.com/alfhou/hammond/pkgs/container/hammond - - https://github.com/truecharts/charts/tree/master/charts/stable/hammond - - https://ghcr.io/alfhou/hammond -type: application -version: 9.1.4 diff --git a/stable/hammond/9.1.4/charts/common-18.0.3.tgz b/stable/hammond/9.1.4/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/hammond/9.1.4/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/haste-server/13.1.3/.helmignore b/stable/hammond/9.3.0/.helmignore similarity index 100% rename from stable/haste-server/13.1.3/.helmignore rename to stable/hammond/9.3.0/.helmignore diff --git a/stable/hammond/9.3.0/CHANGELOG.md b/stable/hammond/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..1f3a3c0ae89 --- /dev/null +++ b/stable/hammond/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hammond-9.3.0](https://github.com/truecharts/charts/compare/hammond-9.2.3...hammond-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [hammond-9.2.3](https://github.com/truecharts/charts/compare/hammond-9.2.2...hammond-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [hammond-9.2.2](https://github.com/truecharts/charts/compare/hammond-9.2.0...hammond-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [hammond-8.1.11](https://github.com/truecharts/charts/compare/hammond-8.1.10...hammond-8.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [hammond-8.1.10](https://github.com/truecharts/charts/compare/hammond-8.1.9...hammond-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [hammond-8.1.9](https://github.com/truecharts/charts/compare/hammond-8.1.8...hammond-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [hammond-8.1.8](https://github.com/truecharts/charts/compare/hammond-8.1.7...hammond-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [hammond-8.1.7](https://github.com/truecharts/charts/compare/hammond-8.1.6...hammond-8.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [hammond-8.1.6](https://github.com/truecharts/charts/compare/hammond-8.1.5...hammond-8.1.6) (2024-01-09) + +### Chore + diff --git a/stable/hammond/9.3.0/Chart.yaml b/stable/hammond/9.3.0/Chart.yaml new file mode 100644 index 00000000000..e6d73e4edff --- /dev/null +++ b/stable/hammond/9.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.0.24 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted vehicle expense tracking system with support for multiple users. +home: https://truecharts.org/charts/stable/hammond +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hammond.png +keywords: + - hammond +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hammond +sources: + - https://github.com/AlfHou/hammond + - https://github.com/alfhou/hammond/pkgs/container/hammond + - https://github.com/truecharts/charts/tree/master/charts/stable/hammond + - https://ghcr.io/alfhou/hammond +type: application +version: 9.3.0 diff --git a/stable/hammond/9.1.4/README.md b/stable/hammond/9.3.0/README.md similarity index 100% rename from stable/hammond/9.1.4/README.md rename to stable/hammond/9.3.0/README.md diff --git a/stable/hammond/9.3.0/app-changelog.md b/stable/hammond/9.3.0/app-changelog.md new file mode 100644 index 00000000000..fc7563fbdd7 --- /dev/null +++ b/stable/hammond/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [hammond-9.3.0](https://github.com/truecharts/charts/compare/hammond-9.2.3...hammond-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/hammond/9.1.4/app-readme.md b/stable/hammond/9.3.0/app-readme.md similarity index 100% rename from stable/hammond/9.1.4/app-readme.md rename to stable/hammond/9.3.0/app-readme.md diff --git a/stable/hammond/9.3.0/charts/common-18.2.0.tgz b/stable/hammond/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/hammond/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/hammond/9.1.4/ix_values.yaml b/stable/hammond/9.3.0/ix_values.yaml similarity index 100% rename from stable/hammond/9.1.4/ix_values.yaml rename to stable/hammond/9.3.0/ix_values.yaml diff --git a/stable/hammond/9.1.4/questions.yaml b/stable/hammond/9.3.0/questions.yaml similarity index 100% rename from stable/hammond/9.1.4/questions.yaml rename to stable/hammond/9.3.0/questions.yaml diff --git a/stable/headphones/11.1.3/templates/NOTES.txt b/stable/hammond/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/headphones/11.1.3/templates/NOTES.txt rename to stable/hammond/9.3.0/templates/NOTES.txt diff --git a/stable/hammond/9.1.4/templates/_secrets.tpl b/stable/hammond/9.3.0/templates/_secrets.tpl similarity index 100% rename from stable/hammond/9.1.4/templates/_secrets.tpl rename to stable/hammond/9.3.0/templates/_secrets.tpl diff --git a/stable/hammond/9.1.4/templates/common.yaml b/stable/hammond/9.3.0/templates/common.yaml similarity index 100% rename from stable/hammond/9.1.4/templates/common.yaml rename to stable/hammond/9.3.0/templates/common.yaml diff --git a/stable/haste-server/13.1.3/values.yaml b/stable/hammond/9.3.0/values.yaml similarity index 100% rename from stable/haste-server/13.1.3/values.yaml rename to stable/hammond/9.3.0/values.yaml diff --git a/stable/handbrake/21.1.3/CHANGELOG.md b/stable/handbrake/21.1.3/CHANGELOG.md deleted file mode 100644 index 5e1cd783ccc..00000000000 --- a/stable/handbrake/21.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [handbrake-20.0.6](https://github.com/truecharts/charts/compare/handbrake-20.0.5...handbrake-20.0.6) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [handbrake-20.0.5](https://github.com/truecharts/charts/compare/handbrake-20.0.4...handbrake-20.0.5) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [handbrake-20.0.4](https://github.com/truecharts/charts/compare/handbrake-20.0.3...handbrake-20.0.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [handbrake-20.0.3](https://github.com/truecharts/charts/compare/handbrake-20.0.2...handbrake-20.0.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [handbrake-20.0.2](https://github.com/truecharts/charts/compare/handbrake-20.0.1...handbrake-20.0.2) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [handbrake-20.0.1](https://github.com/truecharts/charts/compare/handbrake-20.0.0...handbrake-20.0.1) (2024-01-15) - -### Chore - - - -- update container image jlesage/handbrake to v24.01.2[@0752dcb](https://github.com/0752dcb) by renovate ([#17249](https://github.com/truecharts/charts/issues/17249)) - - -## [handbrake-20.0.0](https://github.com/truecharts/charts/compare/handbrake-19.1.6...handbrake-20.0.0) (2024-01-14) - -### Chore - - - -- update container image jlesage/handbrake to v24.01.1[@442c40b](https://github.com/442c40b) by renovate ([#17111](https://github.com/truecharts/charts/issues/17111)) - - - - -## [handbrake-19.1.6](https://github.com/truecharts/charts/compare/handbrake-19.1.5...handbrake-19.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [handbrake-19.1.5](https://github.com/truecharts/charts/compare/handbrake-19.1.4...handbrake-19.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - diff --git a/stable/handbrake/21.1.3/Chart.yaml b/stable/handbrake/21.1.3/Chart.yaml deleted file mode 100644 index e0b6c299ef8..00000000000 --- a/stable/handbrake/21.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.01.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs. -home: https://truecharts.org/charts/stable/handbrake -icon: https://truecharts.org/img/hotlink-ok/chart-icons/handbrake.png -keywords: - - handbrake - - encode - - media -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: handbrake -sources: - - https://handbrake.fr/ - - https://github.com/jlesage/docker-handbrake - - https://github.com/truecharts/charts/tree/master/charts/stable/handbrake - - https://hub.docker.com/r/jlesage/handbrake -type: application -version: 21.1.3 diff --git a/stable/handbrake/21.1.3/charts/common-18.0.3.tgz b/stable/handbrake/21.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/handbrake/21.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/hastebin/5.1.3/.helmignore b/stable/handbrake/21.3.0/.helmignore similarity index 100% rename from stable/hastebin/5.1.3/.helmignore rename to stable/handbrake/21.3.0/.helmignore diff --git a/stable/handbrake/21.3.0/CHANGELOG.md b/stable/handbrake/21.3.0/CHANGELOG.md new file mode 100644 index 00000000000..ba548c0b7ad --- /dev/null +++ b/stable/handbrake/21.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [handbrake-21.3.0](https://github.com/truecharts/charts/compare/handbrake-21.2.3...handbrake-21.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [handbrake-21.2.3](https://github.com/truecharts/charts/compare/handbrake-21.2.2...handbrake-21.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [handbrake-21.2.2](https://github.com/truecharts/charts/compare/handbrake-21.2.0...handbrake-21.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [handbrake-20.0.6](https://github.com/truecharts/charts/compare/handbrake-20.0.5...handbrake-20.0.6) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [handbrake-20.0.5](https://github.com/truecharts/charts/compare/handbrake-20.0.4...handbrake-20.0.5) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [handbrake-20.0.4](https://github.com/truecharts/charts/compare/handbrake-20.0.3...handbrake-20.0.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [handbrake-20.0.3](https://github.com/truecharts/charts/compare/handbrake-20.0.2...handbrake-20.0.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [handbrake-20.0.2](https://github.com/truecharts/charts/compare/handbrake-20.0.1...handbrake-20.0.2) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [handbrake-20.0.1](https://github.com/truecharts/charts/compare/handbrake-20.0.0...handbrake-20.0.1) (2024-01-15) + +### Chore + + + +- update container image jlesage/handbrake to v24.01.2[@0752dcb](https://github.com/0752dcb) by renovate ([#17249](https://github.com/truecharts/charts/issues/17249)) diff --git a/stable/handbrake/21.3.0/Chart.yaml b/stable/handbrake/21.3.0/Chart.yaml new file mode 100644 index 00000000000..991882c6607 --- /dev/null +++ b/stable/handbrake/21.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.01.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs. +home: https://truecharts.org/charts/stable/handbrake +icon: https://truecharts.org/img/hotlink-ok/chart-icons/handbrake.png +keywords: + - handbrake + - encode + - media +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: handbrake +sources: + - https://handbrake.fr/ + - https://github.com/jlesage/docker-handbrake + - https://github.com/truecharts/charts/tree/master/charts/stable/handbrake + - https://hub.docker.com/r/jlesage/handbrake +type: application +version: 21.3.0 diff --git a/stable/handbrake/21.1.3/README.md b/stable/handbrake/21.3.0/README.md similarity index 100% rename from stable/handbrake/21.1.3/README.md rename to stable/handbrake/21.3.0/README.md diff --git a/stable/handbrake/21.3.0/app-changelog.md b/stable/handbrake/21.3.0/app-changelog.md new file mode 100644 index 00000000000..be6af064839 --- /dev/null +++ b/stable/handbrake/21.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [handbrake-21.3.0](https://github.com/truecharts/charts/compare/handbrake-21.2.3...handbrake-21.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/handbrake/21.1.3/app-readme.md b/stable/handbrake/21.3.0/app-readme.md similarity index 100% rename from stable/handbrake/21.1.3/app-readme.md rename to stable/handbrake/21.3.0/app-readme.md diff --git a/stable/handbrake/21.3.0/charts/common-18.2.0.tgz b/stable/handbrake/21.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/handbrake/21.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/handbrake/21.1.3/ix_values.yaml b/stable/handbrake/21.3.0/ix_values.yaml similarity index 100% rename from stable/handbrake/21.1.3/ix_values.yaml rename to stable/handbrake/21.3.0/ix_values.yaml diff --git a/stable/handbrake/21.1.3/questions.yaml b/stable/handbrake/21.3.0/questions.yaml similarity index 100% rename from stable/handbrake/21.1.3/questions.yaml rename to stable/handbrake/21.3.0/questions.yaml diff --git a/stable/healthchecks/14.2.0/templates/NOTES.txt b/stable/handbrake/21.3.0/templates/NOTES.txt similarity index 100% rename from stable/healthchecks/14.2.0/templates/NOTES.txt rename to stable/handbrake/21.3.0/templates/NOTES.txt diff --git a/stable/healthchecks/14.2.0/templates/common.yaml b/stable/handbrake/21.3.0/templates/common.yaml similarity index 100% rename from stable/healthchecks/14.2.0/templates/common.yaml rename to stable/handbrake/21.3.0/templates/common.yaml diff --git a/stable/hastebin/5.1.3/values.yaml b/stable/handbrake/21.3.0/values.yaml similarity index 100% rename from stable/hastebin/5.1.3/values.yaml rename to stable/handbrake/21.3.0/values.yaml diff --git a/stable/hassconfigurator/5.1.3/CHANGELOG.md b/stable/hassconfigurator/5.1.3/CHANGELOG.md deleted file mode 100644 index 3eb4ec4ca55..00000000000 --- a/stable/hassconfigurator/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [hassconfigurator-4.1.12](https://github.com/truecharts/charts/compare/hassconfigurator-4.1.11...hassconfigurator-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [hassconfigurator-4.1.11](https://github.com/truecharts/charts/compare/hassconfigurator-4.1.10...hassconfigurator-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [hassconfigurator-4.1.10](https://github.com/truecharts/charts/compare/hassconfigurator-4.1.9...hassconfigurator-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [hassconfigurator-4.1.9](https://github.com/truecharts/charts/compare/hassconfigurator-4.1.8...hassconfigurator-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [hassconfigurator-4.1.8](https://github.com/truecharts/charts/compare/hassconfigurator-4.1.7...hassconfigurator-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [hassconfigurator-4.1.7](https://github.com/truecharts/charts/compare/hassconfigurator-4.1.6...hassconfigurator-4.1.7) (2024-01-14) - - - - -## [hassconfigurator-4.1.6](https://github.com/truecharts/charts/compare/hassconfigurator-4.1.5...hassconfigurator-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [hassconfigurator-4.1.5](https://github.com/truecharts/charts/compare/hassconfigurator-4.1.4...hassconfigurator-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [hassconfigurator-4.1.4](https://github.com/truecharts/charts/compare/hassconfigurator-4.1.3...hassconfigurator-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [hassconfigurator-4.1.3](https://github.com/truecharts/charts/compare/hassconfigurator-4.1.0...hassconfigurator-4.1.3) (2024-01-01) - -### Chore diff --git a/stable/hassconfigurator/5.1.3/Chart.yaml b/stable/hassconfigurator/5.1.3/Chart.yaml deleted file mode 100644 index 08aa1f78714..00000000000 --- a/stable/hassconfigurator/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: x86_64 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Home Assistant online configurator Chart from https://github.com/danielperna84/hass-configurator -home: https://truecharts.org/charts/stable/hassconfigurator -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hassconfigurator.png -keywords: - - hassconfigurator - - home-automation -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: hassconfigurator -sources: - - https://github.com/danielperna84/hass-configurator - - https://github.com/truecharts/charts/tree/master/charts/stable/hassconfigurator - - https://hub.docker.com/r/causticlab/hass-configurator-docker -type: application -version: 5.1.3 diff --git a/stable/hassconfigurator/5.1.3/charts/common-18.0.3.tgz b/stable/hassconfigurator/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/hassconfigurator/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/hasty-paste/6.1.3/.helmignore b/stable/hassconfigurator/5.3.0/.helmignore similarity index 100% rename from stable/hasty-paste/6.1.3/.helmignore rename to stable/hassconfigurator/5.3.0/.helmignore diff --git a/stable/hassconfigurator/5.3.0/CHANGELOG.md b/stable/hassconfigurator/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..6f367254acb --- /dev/null +++ b/stable/hassconfigurator/5.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hassconfigurator-5.3.0](https://github.com/truecharts/charts/compare/hassconfigurator-5.2.3...hassconfigurator-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [hassconfigurator-5.2.3](https://github.com/truecharts/charts/compare/hassconfigurator-5.2.2...hassconfigurator-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [hassconfigurator-5.2.2](https://github.com/truecharts/charts/compare/hassconfigurator-5.2.0...hassconfigurator-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [hassconfigurator-4.1.12](https://github.com/truecharts/charts/compare/hassconfigurator-4.1.11...hassconfigurator-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [hassconfigurator-4.1.11](https://github.com/truecharts/charts/compare/hassconfigurator-4.1.10...hassconfigurator-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [hassconfigurator-4.1.10](https://github.com/truecharts/charts/compare/hassconfigurator-4.1.9...hassconfigurator-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [hassconfigurator-4.1.9](https://github.com/truecharts/charts/compare/hassconfigurator-4.1.8...hassconfigurator-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [hassconfigurator-4.1.8](https://github.com/truecharts/charts/compare/hassconfigurator-4.1.7...hassconfigurator-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [hassconfigurator-4.1.7](https://github.com/truecharts/charts/compare/hassconfigurator-4.1.6...hassconfigurator-4.1.7) (2024-01-14) + + + + +## [hassconfigurator-4.1.6](https://github.com/truecharts/charts/compare/hassconfigurator-4.1.5...hassconfigurator-4.1.6) (2024-01-09) + +### Chore \ No newline at end of file diff --git a/stable/hassconfigurator/5.3.0/Chart.yaml b/stable/hassconfigurator/5.3.0/Chart.yaml new file mode 100644 index 00000000000..341ebd2f41b --- /dev/null +++ b/stable/hassconfigurator/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: x86_64 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Home Assistant online configurator Chart from https://github.com/danielperna84/hass-configurator +home: https://truecharts.org/charts/stable/hassconfigurator +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hassconfigurator.png +keywords: + - hassconfigurator + - home-automation +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hassconfigurator +sources: + - https://github.com/danielperna84/hass-configurator + - https://github.com/truecharts/charts/tree/master/charts/stable/hassconfigurator + - https://hub.docker.com/r/causticlab/hass-configurator-docker +type: application +version: 5.3.0 diff --git a/stable/hassconfigurator/5.1.3/README.md b/stable/hassconfigurator/5.3.0/README.md similarity index 100% rename from stable/hassconfigurator/5.1.3/README.md rename to stable/hassconfigurator/5.3.0/README.md diff --git a/stable/hassconfigurator/5.3.0/app-changelog.md b/stable/hassconfigurator/5.3.0/app-changelog.md new file mode 100644 index 00000000000..bf73b710d44 --- /dev/null +++ b/stable/hassconfigurator/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [hassconfigurator-5.3.0](https://github.com/truecharts/charts/compare/hassconfigurator-5.2.3...hassconfigurator-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/hassconfigurator/5.1.3/app-readme.md b/stable/hassconfigurator/5.3.0/app-readme.md similarity index 100% rename from stable/hassconfigurator/5.1.3/app-readme.md rename to stable/hassconfigurator/5.3.0/app-readme.md diff --git a/stable/hassconfigurator/5.3.0/charts/common-18.2.0.tgz b/stable/hassconfigurator/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/hassconfigurator/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/hassconfigurator/5.1.3/ix_values.yaml b/stable/hassconfigurator/5.3.0/ix_values.yaml similarity index 100% rename from stable/hassconfigurator/5.1.3/ix_values.yaml rename to stable/hassconfigurator/5.3.0/ix_values.yaml diff --git a/stable/hassconfigurator/5.1.3/questions.yaml b/stable/hassconfigurator/5.3.0/questions.yaml similarity index 100% rename from stable/hassconfigurator/5.1.3/questions.yaml rename to stable/hassconfigurator/5.3.0/questions.yaml diff --git a/stable/hassconfigurator/5.1.3/templates/common.yaml b/stable/hassconfigurator/5.3.0/templates/common.yaml similarity index 100% rename from stable/hassconfigurator/5.1.3/templates/common.yaml rename to stable/hassconfigurator/5.3.0/templates/common.yaml diff --git a/stable/hasty-paste/6.1.3/values.yaml b/stable/hassconfigurator/5.3.0/values.yaml similarity index 100% rename from stable/hasty-paste/6.1.3/values.yaml rename to stable/hassconfigurator/5.3.0/values.yaml diff --git a/stable/haste-server/13.1.3/CHANGELOG.md b/stable/haste-server/13.1.3/CHANGELOG.md deleted file mode 100644 index 60f78f9f5e5..00000000000 --- a/stable/haste-server/13.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [haste-server-12.1.11](https://github.com/truecharts/charts/compare/haste-server-12.1.10...haste-server-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [haste-server-12.1.10](https://github.com/truecharts/charts/compare/haste-server-12.1.9...haste-server-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [haste-server-12.1.9](https://github.com/truecharts/charts/compare/haste-server-12.1.8...haste-server-12.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [haste-server-12.1.8](https://github.com/truecharts/charts/compare/haste-server-12.1.7...haste-server-12.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [haste-server-12.1.7](https://github.com/truecharts/charts/compare/haste-server-12.1.6...haste-server-12.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [haste-server-12.1.6](https://github.com/truecharts/charts/compare/haste-server-12.1.5...haste-server-12.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [haste-server-12.1.5](https://github.com/truecharts/charts/compare/haste-server-12.1.4...haste-server-12.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [haste-server-12.1.4](https://github.com/truecharts/charts/compare/haste-server-12.1.3...haste-server-12.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [haste-server-12.1.3](https://github.com/truecharts/charts/compare/haste-server-12.1.0...haste-server-12.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/haste-server/13.1.3/Chart.yaml b/stable/haste-server/13.1.3/Chart.yaml deleted file mode 100644 index e940969f109..00000000000 --- a/stable/haste-server/13.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Simple text sharing -home: https://truecharts.org/charts/stable/haste-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/haste-server.png -keywords: - - haste - - hastebin - - haste-server - - pastebin -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: haste-server -sources: - - https://github.com/seejohnrun/haste-server - - https://github.com/k8s-at-home/container-images - - https://github.com/truecharts/charts/tree/master/charts/stable/haste-server - - https://ghcr.io/k8s-at-home/haste-server -type: application -version: 13.1.3 diff --git a/stable/haste-server/13.1.3/charts/common-18.0.3.tgz b/stable/haste-server/13.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/haste-server/13.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/headphones/11.1.3/.helmignore b/stable/haste-server/13.3.0/.helmignore similarity index 100% rename from stable/headphones/11.1.3/.helmignore rename to stable/haste-server/13.3.0/.helmignore diff --git a/stable/haste-server/13.3.0/CHANGELOG.md b/stable/haste-server/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..8728737dfe3 --- /dev/null +++ b/stable/haste-server/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [haste-server-13.3.0](https://github.com/truecharts/charts/compare/haste-server-13.2.3...haste-server-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [haste-server-13.2.3](https://github.com/truecharts/charts/compare/haste-server-13.2.2...haste-server-13.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [haste-server-13.2.2](https://github.com/truecharts/charts/compare/haste-server-13.2.0...haste-server-13.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [haste-server-12.1.11](https://github.com/truecharts/charts/compare/haste-server-12.1.10...haste-server-12.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [haste-server-12.1.10](https://github.com/truecharts/charts/compare/haste-server-12.1.9...haste-server-12.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [haste-server-12.1.9](https://github.com/truecharts/charts/compare/haste-server-12.1.8...haste-server-12.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [haste-server-12.1.8](https://github.com/truecharts/charts/compare/haste-server-12.1.7...haste-server-12.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [haste-server-12.1.7](https://github.com/truecharts/charts/compare/haste-server-12.1.6...haste-server-12.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [haste-server-12.1.6](https://github.com/truecharts/charts/compare/haste-server-12.1.5...haste-server-12.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/haste-server/13.3.0/Chart.yaml b/stable/haste-server/13.3.0/Chart.yaml new file mode 100644 index 00000000000..8acbff536bf --- /dev/null +++ b/stable/haste-server/13.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Simple text sharing +home: https://truecharts.org/charts/stable/haste-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/haste-server.png +keywords: + - haste + - hastebin + - haste-server + - pastebin +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: haste-server +sources: + - https://github.com/seejohnrun/haste-server + - https://github.com/k8s-at-home/container-images + - https://github.com/truecharts/charts/tree/master/charts/stable/haste-server + - https://ghcr.io/k8s-at-home/haste-server +type: application +version: 13.3.0 diff --git a/stable/haste-server/13.1.3/README.md b/stable/haste-server/13.3.0/README.md similarity index 100% rename from stable/haste-server/13.1.3/README.md rename to stable/haste-server/13.3.0/README.md diff --git a/stable/haste-server/13.3.0/app-changelog.md b/stable/haste-server/13.3.0/app-changelog.md new file mode 100644 index 00000000000..a342789a1fd --- /dev/null +++ b/stable/haste-server/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [haste-server-13.3.0](https://github.com/truecharts/charts/compare/haste-server-13.2.3...haste-server-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/haste-server/13.1.3/app-readme.md b/stable/haste-server/13.3.0/app-readme.md similarity index 100% rename from stable/haste-server/13.1.3/app-readme.md rename to stable/haste-server/13.3.0/app-readme.md diff --git a/stable/haste-server/13.3.0/charts/common-18.2.0.tgz b/stable/haste-server/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/haste-server/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/haste-server/13.1.3/ix_values.yaml b/stable/haste-server/13.3.0/ix_values.yaml similarity index 100% rename from stable/haste-server/13.1.3/ix_values.yaml rename to stable/haste-server/13.3.0/ix_values.yaml diff --git a/stable/haste-server/13.1.3/questions.yaml b/stable/haste-server/13.3.0/questions.yaml similarity index 100% rename from stable/haste-server/13.1.3/questions.yaml rename to stable/haste-server/13.3.0/questions.yaml diff --git a/stable/hedgedoc/12.1.3/templates/NOTES.txt b/stable/haste-server/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/hedgedoc/12.1.3/templates/NOTES.txt rename to stable/haste-server/13.3.0/templates/NOTES.txt diff --git a/stable/heimdall/20.2.0/templates/common.yaml b/stable/haste-server/13.3.0/templates/common.yaml similarity index 100% rename from stable/heimdall/20.2.0/templates/common.yaml rename to stable/haste-server/13.3.0/templates/common.yaml diff --git a/stable/headphones/11.1.3/values.yaml b/stable/haste-server/13.3.0/values.yaml similarity index 100% rename from stable/headphones/11.1.3/values.yaml rename to stable/haste-server/13.3.0/values.yaml diff --git a/stable/hastebin/5.1.3/CHANGELOG.md b/stable/hastebin/5.1.3/CHANGELOG.md deleted file mode 100644 index 1d4fae57c73..00000000000 --- a/stable/hastebin/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [hastebin-4.1.11](https://github.com/truecharts/charts/compare/hastebin-4.1.10...hastebin-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [hastebin-4.1.10](https://github.com/truecharts/charts/compare/hastebin-4.1.9...hastebin-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [hastebin-4.1.9](https://github.com/truecharts/charts/compare/hastebin-4.1.8...hastebin-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [hastebin-4.1.8](https://github.com/truecharts/charts/compare/hastebin-4.1.7...hastebin-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [hastebin-4.1.7](https://github.com/truecharts/charts/compare/hastebin-4.1.6...hastebin-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [hastebin-4.1.6](https://github.com/truecharts/charts/compare/hastebin-4.1.5...hastebin-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [hastebin-4.1.5](https://github.com/truecharts/charts/compare/hastebin-4.1.4...hastebin-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [hastebin-4.1.4](https://github.com/truecharts/charts/compare/hastebin-4.1.3...hastebin-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [hastebin-4.1.3](https://github.com/truecharts/charts/compare/hastebin-4.1.0...hastebin-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/hastebin/5.1.3/Chart.yaml b/stable/hastebin/5.1.3/Chart.yaml deleted file mode 100644 index e0cb32bb0dd..00000000000 --- a/stable/hastebin/5.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "Alpine-based Chart for Hastebin, the node.js paste service " -home: https://truecharts.org/charts/stable/hastebin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hastebin.png -keywords: - - hastebin - - Cloud - - Productivity - - Tools-Utilities - - Network-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: hastebin -sources: - - https://github.com/nzzane/haste-server - - https://github.com/truecharts/charts/tree/master/charts/stable/hastebin - - https://hub.docker.com/r/flippinturt/hastebin -type: application -version: 5.1.3 diff --git a/stable/hastebin/5.1.3/charts/common-18.0.3.tgz b/stable/hastebin/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/hastebin/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/healthchecks/14.2.0/.helmignore b/stable/hastebin/5.3.0/.helmignore similarity index 100% rename from stable/healthchecks/14.2.0/.helmignore rename to stable/hastebin/5.3.0/.helmignore diff --git a/stable/hastebin/5.3.0/CHANGELOG.md b/stable/hastebin/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..f8da056cdc2 --- /dev/null +++ b/stable/hastebin/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hastebin-5.3.0](https://github.com/truecharts/charts/compare/hastebin-5.2.3...hastebin-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [hastebin-5.2.3](https://github.com/truecharts/charts/compare/hastebin-5.2.2...hastebin-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [hastebin-5.2.2](https://github.com/truecharts/charts/compare/hastebin-5.2.0...hastebin-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [hastebin-4.1.11](https://github.com/truecharts/charts/compare/hastebin-4.1.10...hastebin-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [hastebin-4.1.10](https://github.com/truecharts/charts/compare/hastebin-4.1.9...hastebin-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [hastebin-4.1.9](https://github.com/truecharts/charts/compare/hastebin-4.1.8...hastebin-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [hastebin-4.1.8](https://github.com/truecharts/charts/compare/hastebin-4.1.7...hastebin-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [hastebin-4.1.7](https://github.com/truecharts/charts/compare/hastebin-4.1.6...hastebin-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [hastebin-4.1.6](https://github.com/truecharts/charts/compare/hastebin-4.1.5...hastebin-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/hastebin/5.3.0/Chart.yaml b/stable/hastebin/5.3.0/Chart.yaml new file mode 100644 index 00000000000..a5fc02bc926 --- /dev/null +++ b/stable/hastebin/5.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "Alpine-based Chart for Hastebin, the node.js paste service " +home: https://truecharts.org/charts/stable/hastebin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hastebin.png +keywords: + - hastebin + - Cloud + - Productivity + - Tools-Utilities + - Network-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hastebin +sources: + - https://github.com/nzzane/haste-server + - https://github.com/truecharts/charts/tree/master/charts/stable/hastebin + - https://hub.docker.com/r/flippinturt/hastebin +type: application +version: 5.3.0 diff --git a/stable/hastebin/5.1.3/README.md b/stable/hastebin/5.3.0/README.md similarity index 100% rename from stable/hastebin/5.1.3/README.md rename to stable/hastebin/5.3.0/README.md diff --git a/stable/hastebin/5.3.0/app-changelog.md b/stable/hastebin/5.3.0/app-changelog.md new file mode 100644 index 00000000000..60e5f0c3f7d --- /dev/null +++ b/stable/hastebin/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [hastebin-5.3.0](https://github.com/truecharts/charts/compare/hastebin-5.2.3...hastebin-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/hastebin/5.1.3/app-readme.md b/stable/hastebin/5.3.0/app-readme.md similarity index 100% rename from stable/hastebin/5.1.3/app-readme.md rename to stable/hastebin/5.3.0/app-readme.md diff --git a/stable/hastebin/5.3.0/charts/common-18.2.0.tgz b/stable/hastebin/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/hastebin/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/hastebin/5.1.3/ix_values.yaml b/stable/hastebin/5.3.0/ix_values.yaml similarity index 100% rename from stable/hastebin/5.1.3/ix_values.yaml rename to stable/hastebin/5.3.0/ix_values.yaml diff --git a/stable/hastebin/5.1.3/questions.yaml b/stable/hastebin/5.3.0/questions.yaml similarity index 100% rename from stable/hastebin/5.1.3/questions.yaml rename to stable/hastebin/5.3.0/questions.yaml diff --git a/stable/hastebin/5.1.3/templates/common.yaml b/stable/hastebin/5.3.0/templates/common.yaml similarity index 100% rename from stable/hastebin/5.1.3/templates/common.yaml rename to stable/hastebin/5.3.0/templates/common.yaml diff --git a/stable/healthchecks/14.2.0/values.yaml b/stable/hastebin/5.3.0/values.yaml similarity index 100% rename from stable/healthchecks/14.2.0/values.yaml rename to stable/hastebin/5.3.0/values.yaml diff --git a/stable/hasty-paste/6.1.3/CHANGELOG.md b/stable/hasty-paste/6.1.3/CHANGELOG.md deleted file mode 100644 index 716d5183905..00000000000 --- a/stable/hasty-paste/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - -## [hasty-paste-5.1.15](https://github.com/truecharts/charts/compare/hasty-paste-5.1.14...hasty-paste-5.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [hasty-paste-5.1.14](https://github.com/truecharts/charts/compare/hasty-paste-5.1.13...hasty-paste-5.1.14) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [hasty-paste-5.1.13](https://github.com/truecharts/charts/compare/hasty-paste-5.1.12...hasty-paste-5.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [hasty-paste-5.1.12](https://github.com/truecharts/charts/compare/hasty-paste-5.1.11...hasty-paste-5.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [hasty-paste-5.1.11](https://github.com/truecharts/charts/compare/hasty-paste-5.1.10...hasty-paste-5.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [hasty-paste-5.1.10](https://github.com/truecharts/charts/compare/hasty-paste-5.1.9...hasty-paste-5.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [hasty-paste-5.1.9](https://github.com/truecharts/charts/compare/hasty-paste-5.1.8...hasty-paste-5.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [hasty-paste-5.1.8](https://github.com/truecharts/charts/compare/hasty-paste-5.1.7...hasty-paste-5.1.8) (2024-01-02) - -### Chore - - - -- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820)) - - -## [hasty-paste-5.1.7](https://github.com/truecharts/charts/compare/hasty-paste-5.1.6...hasty-paste-5.1.7) (2024-01-02) diff --git a/stable/hasty-paste/6.1.3/Chart.yaml b/stable/hasty-paste/6.1.3/Chart.yaml deleted file mode 100644 index 7716d5d3081..00000000000 --- a/stable/hasty-paste/6.1.3/Chart.yaml +++ /dev/null @@ -1,48 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.10.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 11.2.1 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A fast and minimal paste bin, written in Python using Quart. -home: https://truecharts.org/charts/stable/hasty-paste -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hasty-paste.png -keywords: - - hasty-paste - - Cloud - - Productivity - - Tools-Utilities - - Network-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: hasty-paste -sources: - - https://github.com/enchant97/hasty-paste - - https://github.com/enchant97/hasty-paste/blob/main/docs/install.md - - https://github.com/truecharts/charts/tree/master/charts/stable/hasty-paste - - https://ghcr.io/enchant97/hasty-paste -type: application -version: 6.1.3 diff --git a/stable/hasty-paste/6.1.3/charts/common-18.0.3.tgz b/stable/hasty-paste/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/hasty-paste/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/hedgedoc/12.1.3/.helmignore b/stable/hasty-paste/6.3.0/.helmignore similarity index 100% rename from stable/hedgedoc/12.1.3/.helmignore rename to stable/hasty-paste/6.3.0/.helmignore diff --git a/stable/hasty-paste/6.3.0/CHANGELOG.md b/stable/hasty-paste/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..1c096cc281f --- /dev/null +++ b/stable/hasty-paste/6.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hasty-paste-6.3.0](https://github.com/truecharts/charts/compare/hasty-paste-6.2.3...hasty-paste-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [hasty-paste-6.2.3](https://github.com/truecharts/charts/compare/hasty-paste-6.2.2...hasty-paste-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [hasty-paste-6.2.2](https://github.com/truecharts/charts/compare/hasty-paste-6.2.0...hasty-paste-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + +## [hasty-paste-5.1.15](https://github.com/truecharts/charts/compare/hasty-paste-5.1.14...hasty-paste-5.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [hasty-paste-5.1.14](https://github.com/truecharts/charts/compare/hasty-paste-5.1.13...hasty-paste-5.1.14) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [hasty-paste-5.1.13](https://github.com/truecharts/charts/compare/hasty-paste-5.1.12...hasty-paste-5.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [hasty-paste-5.1.12](https://github.com/truecharts/charts/compare/hasty-paste-5.1.11...hasty-paste-5.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [hasty-paste-5.1.11](https://github.com/truecharts/charts/compare/hasty-paste-5.1.10...hasty-paste-5.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [hasty-paste-5.1.10](https://github.com/truecharts/charts/compare/hasty-paste-5.1.9...hasty-paste-5.1.10) (2024-01-21) \ No newline at end of file diff --git a/stable/hasty-paste/6.3.0/Chart.yaml b/stable/hasty-paste/6.3.0/Chart.yaml new file mode 100644 index 00000000000..d05318f6186 --- /dev/null +++ b/stable/hasty-paste/6.3.0/Chart.yaml @@ -0,0 +1,48 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.10.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A fast and minimal paste bin, written in Python using Quart. +home: https://truecharts.org/charts/stable/hasty-paste +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hasty-paste.png +keywords: + - hasty-paste + - Cloud + - Productivity + - Tools-Utilities + - Network-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hasty-paste +sources: + - https://github.com/enchant97/hasty-paste + - https://github.com/enchant97/hasty-paste/blob/main/docs/install.md + - https://github.com/truecharts/charts/tree/master/charts/stable/hasty-paste + - https://ghcr.io/enchant97/hasty-paste +type: application +version: 6.3.0 diff --git a/stable/hasty-paste/6.1.3/README.md b/stable/hasty-paste/6.3.0/README.md similarity index 100% rename from stable/hasty-paste/6.1.3/README.md rename to stable/hasty-paste/6.3.0/README.md diff --git a/stable/hasty-paste/6.3.0/app-changelog.md b/stable/hasty-paste/6.3.0/app-changelog.md new file mode 100644 index 00000000000..3ca080a35a3 --- /dev/null +++ b/stable/hasty-paste/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [hasty-paste-6.3.0](https://github.com/truecharts/charts/compare/hasty-paste-6.2.3...hasty-paste-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/hasty-paste/6.1.3/app-readme.md b/stable/hasty-paste/6.3.0/app-readme.md similarity index 100% rename from stable/hasty-paste/6.1.3/app-readme.md rename to stable/hasty-paste/6.3.0/app-readme.md diff --git a/stable/hasty-paste/6.3.0/charts/common-18.2.0.tgz b/stable/hasty-paste/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/hasty-paste/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/hasty-paste/6.1.3/charts/redis-11.2.1.tgz b/stable/hasty-paste/6.3.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/hasty-paste/6.1.3/charts/redis-11.2.1.tgz rename to stable/hasty-paste/6.3.0/charts/redis-11.2.1.tgz diff --git a/stable/hasty-paste/6.1.3/ix_values.yaml b/stable/hasty-paste/6.3.0/ix_values.yaml similarity index 100% rename from stable/hasty-paste/6.1.3/ix_values.yaml rename to stable/hasty-paste/6.3.0/ix_values.yaml diff --git a/stable/hasty-paste/6.1.3/questions.yaml b/stable/hasty-paste/6.3.0/questions.yaml similarity index 100% rename from stable/hasty-paste/6.1.3/questions.yaml rename to stable/hasty-paste/6.3.0/questions.yaml diff --git a/stable/hasty-paste/6.1.3/templates/_secrets.tpl b/stable/hasty-paste/6.3.0/templates/_secrets.tpl similarity index 100% rename from stable/hasty-paste/6.1.3/templates/_secrets.tpl rename to stable/hasty-paste/6.3.0/templates/_secrets.tpl diff --git a/stable/hasty-paste/6.1.3/templates/common.yaml b/stable/hasty-paste/6.3.0/templates/common.yaml similarity index 100% rename from stable/hasty-paste/6.1.3/templates/common.yaml rename to stable/hasty-paste/6.3.0/templates/common.yaml diff --git a/stable/hedgedoc/12.1.3/values.yaml b/stable/hasty-paste/6.3.0/values.yaml similarity index 100% rename from stable/hedgedoc/12.1.3/values.yaml rename to stable/hasty-paste/6.3.0/values.yaml diff --git a/stable/headphones/11.1.3/CHANGELOG.md b/stable/headphones/11.1.3/CHANGELOG.md deleted file mode 100644 index ac784aa66e1..00000000000 --- a/stable/headphones/11.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [headphones-10.1.11](https://github.com/truecharts/charts/compare/headphones-10.1.10...headphones-10.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [headphones-10.1.10](https://github.com/truecharts/charts/compare/headphones-10.1.9...headphones-10.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [headphones-10.1.9](https://github.com/truecharts/charts/compare/headphones-10.1.8...headphones-10.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [headphones-10.1.8](https://github.com/truecharts/charts/compare/headphones-10.1.7...headphones-10.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [headphones-10.1.7](https://github.com/truecharts/charts/compare/headphones-10.1.6...headphones-10.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [headphones-10.1.6](https://github.com/truecharts/charts/compare/headphones-10.1.5...headphones-10.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [headphones-10.1.5](https://github.com/truecharts/charts/compare/headphones-10.1.4...headphones-10.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [headphones-10.1.4](https://github.com/truecharts/charts/compare/headphones-10.1.3...headphones-10.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [headphones-10.1.3](https://github.com/truecharts/charts/compare/headphones-10.1.0...headphones-10.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/headphones/11.1.3/Chart.yaml b/stable/headphones/11.1.3/Chart.yaml deleted file mode 100644 index f743b72afb3..00000000000 --- a/stable/headphones/11.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: a78f38c1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: An automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole. -home: https://truecharts.org/charts/stable/headphones -icon: https://truecharts.org/img/hotlink-ok/chart-icons/headphones.png -keywords: - - headphones - - music - - downloader -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: headphones -sources: - - https://github.com/linuxserver/docker-headphones - - https://github.com/rembo10/headphones - - https://github.com/truecharts/charts/tree/master/charts/stable/headphones - - https://ghcr.io/linuxserver/headphones -type: application -version: 11.1.3 diff --git a/stable/headphones/11.1.3/charts/common-18.0.3.tgz b/stable/headphones/11.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/headphones/11.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/heimdall/20.2.0/.helmignore b/stable/headphones/11.3.0/.helmignore similarity index 100% rename from stable/heimdall/20.2.0/.helmignore rename to stable/headphones/11.3.0/.helmignore diff --git a/stable/headphones/11.3.0/CHANGELOG.md b/stable/headphones/11.3.0/CHANGELOG.md new file mode 100644 index 00000000000..0c8709c9316 --- /dev/null +++ b/stable/headphones/11.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [headphones-11.3.0](https://github.com/truecharts/charts/compare/headphones-11.2.3...headphones-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [headphones-11.2.3](https://github.com/truecharts/charts/compare/headphones-11.2.2...headphones-11.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [headphones-11.2.2](https://github.com/truecharts/charts/compare/headphones-11.2.0...headphones-11.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [headphones-10.1.11](https://github.com/truecharts/charts/compare/headphones-10.1.10...headphones-10.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [headphones-10.1.10](https://github.com/truecharts/charts/compare/headphones-10.1.9...headphones-10.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [headphones-10.1.9](https://github.com/truecharts/charts/compare/headphones-10.1.8...headphones-10.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [headphones-10.1.8](https://github.com/truecharts/charts/compare/headphones-10.1.7...headphones-10.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [headphones-10.1.7](https://github.com/truecharts/charts/compare/headphones-10.1.6...headphones-10.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [headphones-10.1.6](https://github.com/truecharts/charts/compare/headphones-10.1.5...headphones-10.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/headphones/11.3.0/Chart.yaml b/stable/headphones/11.3.0/Chart.yaml new file mode 100644 index 00000000000..1eb41f0ebda --- /dev/null +++ b/stable/headphones/11.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: a78f38c1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole. +home: https://truecharts.org/charts/stable/headphones +icon: https://truecharts.org/img/hotlink-ok/chart-icons/headphones.png +keywords: + - headphones + - music + - downloader +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: headphones +sources: + - https://github.com/linuxserver/docker-headphones + - https://github.com/rembo10/headphones + - https://github.com/truecharts/charts/tree/master/charts/stable/headphones + - https://ghcr.io/linuxserver/headphones +type: application +version: 11.3.0 diff --git a/stable/headphones/11.1.3/README.md b/stable/headphones/11.3.0/README.md similarity index 100% rename from stable/headphones/11.1.3/README.md rename to stable/headphones/11.3.0/README.md diff --git a/stable/headphones/11.3.0/app-changelog.md b/stable/headphones/11.3.0/app-changelog.md new file mode 100644 index 00000000000..7879104402a --- /dev/null +++ b/stable/headphones/11.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [headphones-11.3.0](https://github.com/truecharts/charts/compare/headphones-11.2.3...headphones-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/headphones/11.1.3/app-readme.md b/stable/headphones/11.3.0/app-readme.md similarity index 100% rename from stable/headphones/11.1.3/app-readme.md rename to stable/headphones/11.3.0/app-readme.md diff --git a/stable/headphones/11.3.0/charts/common-18.2.0.tgz b/stable/headphones/11.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/headphones/11.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/headphones/11.1.3/ix_values.yaml b/stable/headphones/11.3.0/ix_values.yaml similarity index 100% rename from stable/headphones/11.1.3/ix_values.yaml rename to stable/headphones/11.3.0/ix_values.yaml diff --git a/stable/headphones/11.1.3/questions.yaml b/stable/headphones/11.3.0/questions.yaml similarity index 100% rename from stable/headphones/11.1.3/questions.yaml rename to stable/headphones/11.3.0/questions.yaml diff --git a/stable/heimdall/20.2.0/templates/NOTES.txt b/stable/headphones/11.3.0/templates/NOTES.txt similarity index 100% rename from stable/heimdall/20.2.0/templates/NOTES.txt rename to stable/headphones/11.3.0/templates/NOTES.txt diff --git a/stable/headphones/11.1.3/templates/common.yaml b/stable/headphones/11.3.0/templates/common.yaml similarity index 100% rename from stable/headphones/11.1.3/templates/common.yaml rename to stable/headphones/11.3.0/templates/common.yaml diff --git a/stable/heimdall/20.2.0/values.yaml b/stable/headphones/11.3.0/values.yaml similarity index 100% rename from stable/heimdall/20.2.0/values.yaml rename to stable/headphones/11.3.0/values.yaml diff --git a/stable/healthchecks/14.2.0/CHANGELOG.md b/stable/healthchecks/14.2.0/CHANGELOG.md deleted file mode 100644 index 9ef1c0ca7fd..00000000000 --- a/stable/healthchecks/14.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - -## [healthchecks-13.2.1](https://github.com/truecharts/charts/compare/healthchecks-13.2.0...healthchecks-13.2.1) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240212[@68301ea](https://github.com/68301ea) by renovate ([#18218](https://github.com/truecharts/charts/issues/18218)) - - -## [healthchecks-13.2.0](https://github.com/truecharts/charts/compare/healthchecks-13.1.18...healthchecks-13.2.0) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240209[@4209009](https://github.com/4209009) by renovate ([#18185](https://github.com/truecharts/charts/issues/18185)) - - -## [healthchecks-13.1.18](https://github.com/truecharts/charts/compare/healthchecks-13.1.17...healthchecks-13.1.18) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/healthchecks to v3.1.20240205[@1fe5c82](https://github.com/1fe5c82) by renovate ([#17973](https://github.com/truecharts/charts/issues/17973)) - - -## [healthchecks-13.1.17](https://github.com/truecharts/charts/compare/healthchecks-13.1.16...healthchecks-13.1.17) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [healthchecks-13.1.16](https://github.com/truecharts/charts/compare/healthchecks-13.1.15...healthchecks-13.1.16) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/healthchecks to v3.1.20240128[@593017d](https://github.com/593017d) by renovate ([#17673](https://github.com/truecharts/charts/issues/17673)) - - -## [healthchecks-13.1.15](https://github.com/truecharts/charts/compare/healthchecks-13.1.14...healthchecks-13.1.15) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [healthchecks-13.1.14](https://github.com/truecharts/charts/compare/healthchecks-13.1.13...healthchecks-13.1.14) (2024-01-26) - -### Chore - - - -- update container image ghcr.io/linuxserver/healthchecks to v3.1.20240125[@4fa326d](https://github.com/4fa326d) by renovate ([#17548](https://github.com/truecharts/charts/issues/17548)) - - -## [healthchecks-13.1.13](https://github.com/truecharts/charts/compare/healthchecks-13.1.12...healthchecks-13.1.13) (2024-01-22) - -### Chore - - - -- update container image ghcr.io/linuxserver/healthchecks to v3.1.20240122[@2849f47](https://github.com/2849f47) by renovate ([#17507](https://github.com/truecharts/charts/issues/17507)) - - -## [healthchecks-13.1.12](https://github.com/truecharts/charts/compare/healthchecks-13.1.11...healthchecks-13.1.12) (2024-01-21) - -### Chore \ No newline at end of file diff --git a/stable/healthchecks/14.2.0/Chart.yaml b/stable/healthchecks/14.2.0/Chart.yaml deleted file mode 100644 index c43a561e7e5..00000000000 --- a/stable/healthchecks/14.2.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.2.20240226 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Healthchecks is a cron job monitoring service. It listens for HTTP requests and email messages ("pings") from your cron jobs and scheduled tasks ("checks"). When a ping does not arrive on time, Healthchecks sends out alerts. -home: https://truecharts.org/charts/stable/healthchecks -icon: https://truecharts.org/img/hotlink-ok/chart-icons/healthchecks.png -keywords: - - cron - - monitoring - - alert -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: healthchecks -sources: - - https://github.com/healthchecks/healthchecks - - https://github.com/truecharts/charts/tree/master/charts/stable/healthchecks - - https://ghcr.io/linuxserver/healthchecks -type: application -version: 14.2.0 diff --git a/stable/healthchecks/14.2.0/charts/common-18.1.2.tgz b/stable/healthchecks/14.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/healthchecks/14.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/healthchecks/14.2.0/ix_values.yaml b/stable/healthchecks/14.2.0/ix_values.yaml deleted file mode 100644 index e81bc4f1ac6..00000000000 --- a/stable/healthchecks/14.2.0/ix_values.yaml +++ /dev/null @@ -1,41 +0,0 @@ -image: - repository: ghcr.io/linuxserver/healthchecks - tag: 3.2.20240226@sha256:3ed588eda38b7739b6cdfcd236065bb3b2762dad58d48db55cf27d50fe6c96fa - pullPolicy: IfNotPresent -service: - main: - ports: - main: - port: 10074 - targetPort: 8000 -persistence: - config: - enabled: true - mountPath: "/config" -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: tcp - readiness: - type: tcp - startup: - type: tcp - env: - REGENERATE_SETTINGS: "True" - SITE_ROOT: "https://healthchecks.domain" - SITE_NAME: "" - SUPERUSER_EMAIL: "email@healthchecks.io" - SUPERUSER_PASSWORD: "myVeryStrongPassword" diff --git a/stable/hetzner-ddns/5.1.3/.helmignore b/stable/healthchecks/14.3.0/.helmignore similarity index 100% rename from stable/hetzner-ddns/5.1.3/.helmignore rename to stable/healthchecks/14.3.0/.helmignore diff --git a/stable/healthchecks/14.3.0/CHANGELOG.md b/stable/healthchecks/14.3.0/CHANGELOG.md new file mode 100644 index 00000000000..f5dee6a8b51 --- /dev/null +++ b/stable/healthchecks/14.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [healthchecks-14.3.0](https://github.com/truecharts/charts/compare/healthchecks-14.2.4...healthchecks-14.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [healthchecks-14.2.4](https://github.com/truecharts/charts/compare/healthchecks-14.2.3...healthchecks-14.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [healthchecks-14.2.3](https://github.com/truecharts/charts/compare/healthchecks-14.2.1...healthchecks-14.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + +## [healthchecks-13.2.1](https://github.com/truecharts/charts/compare/healthchecks-13.2.0...healthchecks-13.2.1) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240212[@68301ea](https://github.com/68301ea) by renovate ([#18218](https://github.com/truecharts/charts/issues/18218)) + + +## [healthchecks-13.2.0](https://github.com/truecharts/charts/compare/healthchecks-13.1.18...healthchecks-13.2.0) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240209[@4209009](https://github.com/4209009) by renovate ([#18185](https://github.com/truecharts/charts/issues/18185)) + + +## [healthchecks-13.1.18](https://github.com/truecharts/charts/compare/healthchecks-13.1.17...healthchecks-13.1.18) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/healthchecks to v3.1.20240205[@1fe5c82](https://github.com/1fe5c82) by renovate ([#17973](https://github.com/truecharts/charts/issues/17973)) + + +## [healthchecks-13.1.17](https://github.com/truecharts/charts/compare/healthchecks-13.1.16...healthchecks-13.1.17) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [healthchecks-13.1.16](https://github.com/truecharts/charts/compare/healthchecks-13.1.15...healthchecks-13.1.16) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/healthchecks to v3.1.20240128[@593017d](https://github.com/593017d) by renovate ([#17673](https://github.com/truecharts/charts/issues/17673)) + diff --git a/stable/healthchecks/14.3.0/Chart.yaml b/stable/healthchecks/14.3.0/Chart.yaml new file mode 100644 index 00000000000..a5d055b7902 --- /dev/null +++ b/stable/healthchecks/14.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.2.20240304 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Healthchecks is a cron job monitoring service. It listens for HTTP requests and email messages ("pings") from your cron jobs and scheduled tasks ("checks"). When a ping does not arrive on time, Healthchecks sends out alerts. +home: https://truecharts.org/charts/stable/healthchecks +icon: https://truecharts.org/img/hotlink-ok/chart-icons/healthchecks.png +keywords: + - cron + - monitoring + - alert +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: healthchecks +sources: + - https://github.com/healthchecks/healthchecks + - https://github.com/truecharts/charts/tree/master/charts/stable/healthchecks + - https://ghcr.io/linuxserver/healthchecks +type: application +version: 14.3.0 diff --git a/stable/healthchecks/14.2.0/README.md b/stable/healthchecks/14.3.0/README.md similarity index 100% rename from stable/healthchecks/14.2.0/README.md rename to stable/healthchecks/14.3.0/README.md diff --git a/stable/healthchecks/14.3.0/app-changelog.md b/stable/healthchecks/14.3.0/app-changelog.md new file mode 100644 index 00000000000..28f55b7488a --- /dev/null +++ b/stable/healthchecks/14.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [healthchecks-14.3.0](https://github.com/truecharts/charts/compare/healthchecks-14.2.4...healthchecks-14.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/healthchecks/14.2.0/app-readme.md b/stable/healthchecks/14.3.0/app-readme.md similarity index 100% rename from stable/healthchecks/14.2.0/app-readme.md rename to stable/healthchecks/14.3.0/app-readme.md diff --git a/stable/healthchecks/14.3.0/charts/common-18.2.0.tgz b/stable/healthchecks/14.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/healthchecks/14.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/healthchecks/14.3.0/ix_values.yaml b/stable/healthchecks/14.3.0/ix_values.yaml new file mode 100644 index 00000000000..6b4ff745708 --- /dev/null +++ b/stable/healthchecks/14.3.0/ix_values.yaml @@ -0,0 +1,41 @@ +image: + repository: ghcr.io/linuxserver/healthchecks + tag: 3.2.20240304@sha256:7d078980b369567d383ec9c6afd7f5feb66ffa4cb38f3b908e6e4f15536370a3 + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 10074 + targetPort: 8000 +persistence: + config: + enabled: true + mountPath: "/config" +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: tcp + readiness: + type: tcp + startup: + type: tcp + env: + REGENERATE_SETTINGS: "True" + SITE_ROOT: "https://healthchecks.domain" + SITE_NAME: "" + SUPERUSER_EMAIL: "email@healthchecks.io" + SUPERUSER_PASSWORD: "myVeryStrongPassword" diff --git a/stable/healthchecks/14.2.0/questions.yaml b/stable/healthchecks/14.3.0/questions.yaml similarity index 100% rename from stable/healthchecks/14.2.0/questions.yaml rename to stable/healthchecks/14.3.0/questions.yaml diff --git a/stable/homarr/10.1.3/templates/NOTES.txt b/stable/healthchecks/14.3.0/templates/NOTES.txt similarity index 100% rename from stable/homarr/10.1.3/templates/NOTES.txt rename to stable/healthchecks/14.3.0/templates/NOTES.txt diff --git a/stable/homebridge/7.1.3/templates/common.yaml b/stable/healthchecks/14.3.0/templates/common.yaml similarity index 100% rename from stable/homebridge/7.1.3/templates/common.yaml rename to stable/healthchecks/14.3.0/templates/common.yaml diff --git a/stable/hetzner-ddns/5.1.3/values.yaml b/stable/healthchecks/14.3.0/values.yaml similarity index 100% rename from stable/hetzner-ddns/5.1.3/values.yaml rename to stable/healthchecks/14.3.0/values.yaml diff --git a/stable/hedgedoc/12.1.3/CHANGELOG.md b/stable/hedgedoc/12.1.3/CHANGELOG.md deleted file mode 100644 index 8e43d87cb7d..00000000000 --- a/stable/hedgedoc/12.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [hedgedoc-11.1.11](https://github.com/truecharts/charts/compare/hedgedoc-11.1.10...hedgedoc-11.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [hedgedoc-11.1.10](https://github.com/truecharts/charts/compare/hedgedoc-11.1.9...hedgedoc-11.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [hedgedoc-11.1.9](https://github.com/truecharts/charts/compare/hedgedoc-11.1.8...hedgedoc-11.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [hedgedoc-11.1.8](https://github.com/truecharts/charts/compare/hedgedoc-11.1.7...hedgedoc-11.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [hedgedoc-11.1.7](https://github.com/truecharts/charts/compare/hedgedoc-11.1.6...hedgedoc-11.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [hedgedoc-11.1.6](https://github.com/truecharts/charts/compare/hedgedoc-11.1.5...hedgedoc-11.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [hedgedoc-11.1.5](https://github.com/truecharts/charts/compare/hedgedoc-11.1.4...hedgedoc-11.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [hedgedoc-11.1.4](https://github.com/truecharts/charts/compare/hedgedoc-11.1.3...hedgedoc-11.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [hedgedoc-11.1.3](https://github.com/truecharts/charts/compare/hedgedoc-11.1.0...hedgedoc-11.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/hedgedoc/12.1.3/Chart.yaml b/stable/hedgedoc/12.1.3/Chart.yaml deleted file mode 100644 index 69f83d382d0..00000000000 --- a/stable/hedgedoc/12.1.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.9.9 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: HedgeDoc lets you create real-time collaborative markdown notes. -home: https://truecharts.org/charts/stable/hedgedoc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hedgedoc.png -keywords: - - hedgedoc -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: hedgedoc -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/hedgedoc - - https://quay.io/hedgedoc/hedgedoc -type: application -version: 12.1.3 diff --git a/stable/hedgedoc/12.1.3/charts/common-18.0.3.tgz b/stable/hedgedoc/12.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/hedgedoc/12.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/hedgedoc/12.1.3/questions.yaml b/stable/hedgedoc/12.1.3/questions.yaml deleted file mode 100755 index 70b840a8452..00000000000 --- a/stable/hedgedoc/12.1.3/questions.yaml +++ /dev/null @@ -1,4123 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: generalsettings - label: "General Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_FORBIDDEN_NOTE_IDS - label: "CMD_FORBIDDEN_NOTE_IDS" - description: "disallow creation of notes, even if allowFreeUrl or CMD_ALLOW_FREEURL is true" - schema: - type: string - default: "robots.txt, favicon.ico, api, build, css, docs, fonts, js, uploads, vendor, views" - - variable: CMD_IMAGE_UPLOAD_TYPE - label: "CMD_IMAGE_UPLOAD_TYPE" - description: "Where to upload images." - schema: - type: string - default: "filesystem" - enum: - - value: "filesystem" - description: "filesystem" - - value: "imgur" - description: "imgur" - - value: "s3" - description: "s3" - - value: "minio" - description: "minio" - - value: "azure" - description: "azure" - - value: "lutim" - description: "lutim" - - variable: CMD_SOURCE_URL - label: "CMD_SOURCE_URL" - description: "Provides the link to the source code of HedgeDoc on the entry page" - schema: - type: string - default: "" - - variable: CMD_TOOBUSY_LAG - label: "CMD_TOOBUSY_LAG" - description: "CPU time for one event loop tick until node throttles connections. (milliseconds)" - schema: - type: int - default: 70 - - variable: CMD_ALLOW_GRAVATAR - label: "CMD_ALLOW_GRAVATAR" - description: "Set to false to disable Libravatar as profile picture source on your instance." - schema: - type: boolean - default: true - - variable: httpsettings - label: "HTTP Settings" - schema: - type: boolean - default: true - show_subquestions_if: true - subquestions: - - variable: CMD_DOMAIN - label: "CMD_DOMAIN" - description: "Domain name (eg. hedgedoc.org)" - schema: - type: string - default: "" - - variable: CMD_PROTOCOL_USESSL - label: "CMD_PROTOCOL_USESSL" - description: "Set to use SSL protocol for resources path (only applied when domain is set)" - schema: - type: boolean - default: false - - variable: CMD_URL_ADDPORT - label: "CMD_URL_ADDPORT" - description: "Set to add port on callback URL (ports 80 or 443 won't be applied) (only applied when domain is set)" - schema: - type: boolean - default: false - - variable: CMD_ALLOW_ORIGIN - label: "CMD_ALLOW_ORIGIN" - description: "Domain name whitelist (use comma to separate)" - schema: - type: string - default: "localhost" - - variable: websecsettings - label: "Web Security Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_HSTS_ENABLE - label: "CMD_HSTS_ENABLE" - description: "Set to enable HSTS if HTTPS is also enabled" - schema: - type: boolean - default: true - - variable: CMD_HSTS_INCLUDE_SUBDOMAINS - label: "CMD_HSTS_INCLUDE_SUBDOMAINS" - description: "Set to include subdomains in HSTS" - schema: - type: boolean - default: true - - variable: CMD_HSTS_MAX_AGE - label: "CMD_HSTS_MAX_AGE" - description: "Max duration in seconds to tell clients to keep HSTS status" - schema: - type: int - default: 31536000 - - variable: CMD_HSTS_PRELOAD - label: "CMD_HSTS_PRELOAD" - description: "Whether to allow preloading of the site's HSTS status" - schema: - type: boolean - default: true - - variable: CMD_CSP_ENABLE - label: "CMD_CSP_ENABLE" - description: "Whether to apply a Content-Security-Policy header to responses" - schema: - type: boolean - default: true - - variable: CMD_CSP_ADD_DISQUS - label: "CMD_CSP_ADD_DISQUS" - description: "Enable to allow users to add Disqus comments to their notes or presentations." - schema: - type: boolean - default: false - - variable: CMD_CSP_ADD_GOOGLE_ANALYTICS - label: "CMD_CSP_ADD_GOOGLE_ANALYTICS" - description: "Enable to allow users to add Google Analytics to their notes." - schema: - type: boolean - default: false - - variable: CMD_CSP_REPORTURI - label: "CMD_CSP_REPORTURI" - description: "Allows to add a URL for CSP reports in case of violations." - schema: - type: string - default: "" - - variable: CMD_CSP_ALLOW_FRAMING - label: "CMD_CSP_ALLOW_FRAMING" - description: "Disable to disallow embedding of the instance via iframe." - schema: - type: boolean - default: true - - variable: CMD_CSP_ALLOW_PDF_EMBED - label: "CMD_CSP_ALLOW_PDF_EMBED" - description: "Disable to disallow embedding PDFs." - schema: - type: boolean - default: true - - variable: CMD_COOKIE_POLICY - label: "CMD_COOKIE_POLICY" - description: "Set a SameSite policy whether cookies are send from cross-origin" - schema: - type: string - default: "lax" - enum: - - value: "lax" - description: "lax" - - value: "strict" - description: "strict" - - value: "none" - description: "none" - - variable: userprivillegesettings - label: "Users and Privileges Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_ALLOW_ANONYMOUS - label: "CMD_ALLOW_ANONYMOUS" - description: "Set to allow anonymous usage" - schema: - type: boolean - default: false - - variable: CMD_ALLOW_ANONYMOUS_EDITS - label: "CMD_ALLOW_ANONYMOUS_EDITS" - description: "If allowAnonymous is false: allow users to select freely permission, allowing guests to edit existing notes" - schema: - type: boolean - default: false - - variable: CMD_ALLOW_FREEURL - label: "CMD_ALLOW_FREEURL" - description: "Set to allow new note creation by accessing a nonexistent note URL" - schema: - type: boolean - default: false - - variable: CMD_REQUIRE_FREEURL_AUTHENTICATION - label: "CMD_REQUIRE_FREEURL_AUTHENTICATION" - description: "Set to require authentication for FreeURL mode style note creation" - schema: - type: boolean - default: true - - variable: CMD_DEFAULT_PERMISSION - label: "CMD_DEFAULT_PERMISSION" - description: "Set notes default permission (only applied on signed-in users)" - schema: - type: string - default: "editable" - enum: - - value: "editable" - description: "editable" - - value: "freely" - description: "freely" - - value: "limited" - description: "limited" - - value: "locked" - description: "locked" - - value: "protected" - description: "protected" - - value: "private" - description: "private" - - variable: CMD_SESSION_LIFE - label: "CMD_SESSION_LIFE" - description: "Cookie session life time in milliseconds." - schema: - type: int - default: 1209600000 - - variable: loginsettings - label: "Login Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_EMAIL - label: "CMD_EMAIL" - description: "Set to allow email sign-in" - schema: - type: boolean - default: true - - variable: CMD_ALLOW_EMAIL_REGISTER - label: "CMD_ALLOW_EMAIL_REGISTER" - description: "Set to allow registration of new accounts using an email address." - schema: - type: boolean - default: true - - variable: dropboxsettings - label: "Dropbox Login Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_DROPBOX_CLIENTID - label: "CMD_DROPBOX_CLIENTID" - description: "Dropbox API client id" - schema: - type: string - private: true - default: "" - - variable: CMD_DROPBOX_CLIENTSECRET - label: "CMD_DROPBOX_CLIENTSECRET" - description: "Dropbox API client secret" - schema: - type: string - private: true - default: "" - - variable: facebooksettings - label: "Facebook Login Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_FACEBOOK_CLIENTID - label: "CMD_FACEBOOK_CLIENTID" - description: "Facebook API client id" - schema: - type: string - private: true - default: "" - - variable: CMD_FACEBOOK_CLIENTSECRET - label: "CMD_FACEBOOK_CLIENTSECRET" - description: "Facebook API client secret" - schema: - type: string - private: true - default: "" - - variable: githubsettings - label: "Github Login Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_GITHUB_CLIENTID - label: "CMD_GITHUB_CLIENTID" - description: "Github API client id" - schema: - type: string - private: true - default: "" - - variable: CMD_GITHUB_CLIENTSECRET - label: "CMD_GITHUB_CLIENTSECRET" - description: "Github API client secret" - schema: - type: string - private: true - default: "" - - variable: gitlabsettings - label: "GitLab Login Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_GITLAB_SCOPE - label: "CMD_GITLAB_SCOPE" - description: "GitLab API requested scope" - schema: - type: string - default: "api" - enum: - - value: "api" - description: "api" - - value: "read_user" - description: "read_user" - - variable: CMD_GITLAB_BASEURL - label: "CMD_GITLAB_BASEURL" - description: "GitLab authentication endpoint" - schema: - type: string - default: "" - - variable: CMD_GITLAB_CLIENTID - label: "CMD_GITLAB_CLIENTID" - description: "GitLab API client id" - schema: - type: string - private: true - default: "" - - variable: CMD_GITLAB_CLIENTSECRET - label: "CMD_GITLAB_CLIENTSECRET" - description: "GitLab API client secret" - schema: - type: string - private: true - default: "" - - variable: CMD_GITLAB_VERSION - label: "CMD_GITLAB_VERSION" - description: "GitLab API version" - schema: - type: string - default: "v4" - enum: - - value: "v4" - description: "v4" - - value: "v3" - description: "v3" - - variable: googlesettings - label: "Google Login Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_GOOGLE_CLIENTID - label: "CMD_GOOGLE_CLIENTID" - description: "Google API client id" - schema: - type: string - private: true - default: "" - - variable: CMD_GOOGLE_CLIENTSECRET - label: "CMD_GOOGLE_CLIENTSECRET" - description: "Google API client secret" - schema: - type: string - private: true - default: "" - - variable: CMD_GOOGLE_HOSTEDDOMAIN - label: "CMD_GOOGLE_HOSTEDDOMAIN" - description: "Provided only if the user belongs to a hosted domain" - schema: - type: string - default: "" - - variable: twittersettings - label: "Twitter Login Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_TWITTER_CONSUMERKEY - label: "CMD_TWITTER_CONSUMERKEY" - description: "Twitter API consumer key" - schema: - type: string - private: true - default: "" - - variable: CMD_TWITTER_CONSUMERSECRET - label: "CMD_TWITTER_CONSUMERSECRET" - description: "Twitter API consumer secret" - schema: - type: string - private: true - default: "" - - variable: mattermostsettings - label: "Mattermost Login Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_MATTERMOST_BASEURL - label: "CMD_MATTERMOST_BASEURL" - description: "Mattermost authentication endpoint for versions below 5.0" - schema: - type: string - default: "" - - variable: CMD_MATTERMOST_CLIENTID - label: "CMD_MATTERMOST_CLIENTID" - description: "Mattermost API client id" - schema: - type: string - private: true - default: "" - - variable: CMD_MATTERMOST_CLIENTSECRET - label: "CMD_MATTERMOST_CLIENTSECRET" - description: "Mattermost API client secret" - schema: - type: string - private: true - default: "" - - variable: oauthsettings - label: "OAuth2 Login Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_OAUTH2_USER_PROFILE_URL - label: "CMD_OAUTH2_USER_PROFILE_URL" - description: "Where to retrieve information about a user after successful login" - schema: - type: string - default: "" - - variable: CMD_OAUTH2_USER_PROFILE_USERNAME_ATTR - label: "CMD_OAUTH2_USER_PROFILE_USERNAME_ATTR" - description: "Where to find the username in the JSON from the user profile URL" - schema: - type: string - default: "" - - variable: CMD_OAUTH2_USER_PROFILE_DISPLAY_NAME_ATTR - label: "CMD_OAUTH2_USER_PROFILE_DISPLAY_NAME_ATTR" - description: "Where to find the display-name in the JSON from the user profile URL" - schema: - type: string - default: "" - - variable: CMD_OAUTH2_USER_PROFILE_EMAIL_ATTR - label: "CMD_OAUTH2_USER_PROFILE_EMAIL_ATTR" - description: "Where to find the email address in the JSON from the user profile URL" - schema: - type: string - default: "" - - variable: CMD_OAUTH2_USER_PROFILE_ID_ATTR - label: "CMD_OAUTH2_USER_PROFILE_ID_ATTR" - description: "Where to find the dedicated user ID (optional, overrides CMD_OAUTH2_USER_PROFILE_USERNAME_ATTR)" - schema: - type: string - default: "" - - variable: CMD_OAUTH2_TOKEN_URL - label: "CMD_OAUTH2_TOKEN_URL" - description: "Sometimes called token endpoint, please refer to the documentation of your OAuth2 provider" - schema: - type: string - default: "" - - variable: CMD_OAUTH2_AUTHORIZATION_URL - label: "CMD_OAUTH2_AUTHORIZATION_URL" - description: "Authorization URL of your provider, please refer to the documentation of your OAuth2 provider" - schema: - type: string - default: "" - - variable: CMD_OAUTH2_CLIENT_ID - label: "CMD_OAUTH2_CLIENT_ID" - description: "You will get this from your OAuth2 provider when you register HedgeDoc as OAuth2-client" - schema: - type: string - private: true - default: "" - - variable: CMD_OAUTH2_CLIENT_SECRET - label: "CMD_OAUTH2_CLIENT_SECRET" - description: "You will get this from your OAuth2 provider when you register HedgeDoc as OAuth2-client" - schema: - type: string - default: "" - - variable: CMD_OAUTH2_PROVIDERNAME - label: "CMD_OAUTH2_PROVIDERNAME" - description: "Optional name to be displayed at login form indicating the oAuth2 provider" - schema: - type: string - default: "" - - variable: CMD_OAUTH2_SCOPE - label: "CMD_OAUTH2_SCOPE" - description: "Scope to request for OIDC (OpenID Connect) providers" - schema: - type: string - default: "" - - variable: CMD_OAUTH2_ROLES_CLAIM - label: "CMD_OAUTH2_ROLES_CLAIM" - description: "ID token claim, which is supposed to provide an array of strings of roles" - schema: - type: string - default: "" - - variable: CMD_OAUTH2_ACCESS_ROLE - label: "CMD_OAUTH2_ACCESS_ROLE" - description: "The role which should be included in the ID token roles claim to grant access" - schema: - type: string - default: "" - - variable: ldapsettings - label: "LDAP Login Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_LDAP_URL - label: "CMD_LDAP_URL" - description: "URL of LDAP server" - schema: - type: string - default: "" - - variable: CMD_LDAP_BINDDN - label: "CMD_LDAP_BINDDN" - description: "bindDn for LDAP access" - schema: - type: string - default: "" - - variable: CMD_LDAP_BINDCREDENTIALS - label: "CMD_LDAP_BINDCREDENTIALS" - description: "bindCredentials for LDAP access" - schema: - type: string - default: "" - - variable: CMD_LDAP_SEARCHBASE - label: "CMD_LDAP_SEARCHBASE" - description: "LDAP directory to begin search from" - schema: - type: string - default: "" - - variable: CMD_LDAP_SEARCHFILTER - label: "CMD_LDAP_SEARCHFILTER" - description: "LDAP filter to search with" - schema: - type: string - default: "" - - variable: CMD_LDAP_SEARCHATTRIBUTES - label: "CMD_LDAP_SEARCHATTRIBUTES" - description: "LDAP attributes to search with (use comma to separate)" - schema: - type: string - default: "" - - variable: CMD_LDAP_USERIDFIELD - label: "CMD_LDAP_USERIDFIELD" - description: "The LDAP field which is used uniquely identify a user on HedgeDoc" - schema: - type: string - default: "" - - variable: CMD_LDAP_USERNAMEFIELD - label: "CMD_LDAP_USERNAMEFIELD" - description: "The LDAP field which is used as the username on HedgeDoc" - schema: - type: string - default: "" - - variable: CMD_LDAP_TLS_CA - label: "CMD_LDAP_TLS_CA" - description: "Root CA for LDAP TLS in PEM format (use comma to separate)" - schema: - type: string - default: "" - - variable: CMD_LDAP_PROVIDERNAME - label: "CMD_LDAP_PROVIDERNAME" - description: "CMD_LDAP_PROVIDERNAME" - schema: - type: string - default: "" - - variable: samlsettings - label: "SAML Login Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_SAML_IDPSSOURL - label: "CMD_SAML_IDPSSOURL" - description: "Authentication endpoint of IdP. for details" - schema: - type: string - default: "" - - variable: CMD_SAML_IDPCERT - label: "CMD_SAML_IDPCERT" - description: "Certificate file path of IdP in PEM format" - schema: - type: string - default: "" - - variable: CMD_SAML_CLIENTCERT - label: "CMD_SAML_CLIENTCERT" - description: "Certificate file path for the client in PEM format" - schema: - type: string - default: "" - - variable: CMD_SAML_ISSUER - label: "CMD_SAML_ISSUER" - description: "Issuer to supply to identity provider" - schema: - type: string - default: "" - - variable: CMD_SAML_DISABLEREQUESTEDAUTHNCONTEXT - label: "CMD_SAML_DISABLEREQUESTEDAUTHNCONTEXT" - description: "True to allow any authentication method, false restricts to password authentication" - schema: - type: boolean - default: false - - variable: CMD_SAML_IDENTIFIERFORMAT - label: "CMD_SAML_IDENTIFIERFORMAT" - description: "Name identifier format" - schema: - type: string - default: "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress" - - variable: CMD_SAML_GROUPATTRIBUTE - label: "CMD_SAML_GROUPATTRIBUTE" - description: "Attribute name for group list" - schema: - type: string - default: "" - - variable: CMD_SAML_REQUIREDGROUPS - label: "CMD_SAML_REQUIREDGROUPS" - description: "Group names that allowed (use vertical bar to separate)" - schema: - type: string - default: "" - - variable: CMD_SAML_EXTERNALGROUPS - label: "CMD_SAML_EXTERNALGROUPS" - description: "Group names that not allowed (use vertical bar to separate) " - schema: - type: string - default: "" - - variable: CMD_SAML_ATTRIBUTE_ID - label: "CMD_SAML_ATTRIBUTE_ID" - description: "Attribute map for id" - schema: - type: string - default: "" - - variable: CMD_SAML_ATTRIBUTE_USERNAME - label: "CMD_SAML_ATTRIBUTE_USERNAME" - description: "Attribute map for username" - schema: - type: string - default: "" - - variable: CMD_SAML_ATTRIBUTE_EMAIL - label: "CMD_SAML_ATTRIBUTE_EMAIL" - description: "Attribute map for email" - schema: - type: string - default: "" - - variable: CMD_SAML_PROVIDERNAME - label: "CMD_SAML_PROVIDERNAME" - description: "Optional name to be displayed at login form indicating the SAML provider" - schema: - type: string - default: "" - - variable: amazonsettings - label: "Amazon S3 Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_S3_ACCESS_KEY_ID - label: "CMD_S3_ACCESS_KEY_ID" - description: "AWS access key id" - schema: - type: string - private: true - default: "" - - variable: CMD_S3_SECRET_ACCESS_KEY - label: "CMD_S3_SECRET_ACCESS_KEY" - description: "AWS secret key" - schema: - type: string - private: true - default: "" - - variable: CMD_S3_REGION - label: "CMD_S3_REGION" - description: "AWS S3 region" - schema: - type: string - default: "" - - variable: CMD_S3_BUCKET - label: "CMD_S3_BUCKET" - description: "AWS S3 bucket name" - schema: - type: string - default: "" - - variable: CMD_S3_ENDPOINT - label: "CMD_S3_ENDPOINT " - description: "S3 API endpoint if you don't use AWS name" - schema: - type: string - default: "" - - variable: azuresettings - label: "Azure Blob Storage Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_AZURE_CONNECTION_STRING - label: "CMD_AZURE_CONNECTION_STRING" - description: "Azure Blob Storage connection string" - schema: - type: string - default: "" - - variable: CMD_AZURE_CONTAINER - label: "CMD_AZURE_CONTAINER" - description: "Azure Blob Storage container name (automatically created if non existent)" - schema: - type: string - default: "" - - variable: miniosettings - label: "Minio Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_MINIO_ACCESS_KEY - label: "CMD_MINIO_ACCESS_KEY" - description: "Minio access key" - schema: - type: string - private: true - default: "" - - variable: CMD_MINIO_SECRET_KEY - label: "CMD_MINIO_SECRET_KEY" - description: "Minio secret key" - schema: - type: string - private: true - default: "" - - variable: CMD_MINIO_ENDPOINT - label: "CMD_MINIO_ENDPOINT" - description: "Address of your Minio endpoint/instance" - schema: - type: string - default: "" - - variable: CMD_MINIO_PORT - label: "CMD_MINIO_ACCESS_KEY" - description: "Port that is used for your Minio instance" - schema: - type: string - default: "" - - variable: CMD_MINIO_SECURE - label: "CMD_MINIO_SECURE" - description: "If set to true HTTPS is used for Minio" - schema: - type: boolean - default: true - - variable: imgursettings - label: "Imgur Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_IMGUR_CLIENTID - label: "CMD_IMGUR_CLIENTID" - description: "Imgur API client id" - schema: - type: string - private: true - default: "" - - variable: lutimsettings - label: "Lutim Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_LUTIM_URL - label: "CMD_LUTIM_URL" - description: "When CMD_IMAGE_UPLOAD_TYPE is set to lutim, you can setup the lutim url" - schema: - type: string - default: "" - - variable: logsettings - label: "Logs Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: DEBUG - label: "DEBUG" - description: "Set debug mode, show more logs" - schema: - type: boolean - default: false - - variable: CMD_LOGLEVEL - label: "CMD_LOGLEVEL" - description: "Defines what kind of logs are provided to stdout." - schema: - type: string - default: "info" - enum: - - value: "info" - description: "info" - - value: "warn" - description: "warn" - - value: "error" - description: "error" - - value: "verbose" - description: "verbose" - - value: "debug" - description: "debug" - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10132 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: uploads - label: "App Uploads Storage" - description: "Stores the Application Uploads." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/hexchat/5.1.3/.helmignore b/stable/hedgedoc/12.3.0/.helmignore similarity index 100% rename from stable/hexchat/5.1.3/.helmignore rename to stable/hedgedoc/12.3.0/.helmignore diff --git a/stable/hedgedoc/12.3.0/CHANGELOG.md b/stable/hedgedoc/12.3.0/CHANGELOG.md new file mode 100644 index 00000000000..f58671a05a0 --- /dev/null +++ b/stable/hedgedoc/12.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hedgedoc-12.3.0](https://github.com/truecharts/charts/compare/hedgedoc-12.2.3...hedgedoc-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [hedgedoc-12.2.3](https://github.com/truecharts/charts/compare/hedgedoc-12.2.2...hedgedoc-12.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [hedgedoc-12.2.2](https://github.com/truecharts/charts/compare/hedgedoc-12.2.0...hedgedoc-12.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [hedgedoc-11.1.11](https://github.com/truecharts/charts/compare/hedgedoc-11.1.10...hedgedoc-11.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [hedgedoc-11.1.10](https://github.com/truecharts/charts/compare/hedgedoc-11.1.9...hedgedoc-11.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [hedgedoc-11.1.9](https://github.com/truecharts/charts/compare/hedgedoc-11.1.8...hedgedoc-11.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [hedgedoc-11.1.8](https://github.com/truecharts/charts/compare/hedgedoc-11.1.7...hedgedoc-11.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [hedgedoc-11.1.7](https://github.com/truecharts/charts/compare/hedgedoc-11.1.6...hedgedoc-11.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [hedgedoc-11.1.6](https://github.com/truecharts/charts/compare/hedgedoc-11.1.5...hedgedoc-11.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/hedgedoc/12.3.0/Chart.yaml b/stable/hedgedoc/12.3.0/Chart.yaml new file mode 100644 index 00000000000..afc99804949 --- /dev/null +++ b/stable/hedgedoc/12.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.9.9 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: HedgeDoc lets you create real-time collaborative markdown notes. +home: https://truecharts.org/charts/stable/hedgedoc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hedgedoc.png +keywords: + - hedgedoc +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hedgedoc +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/hedgedoc + - https://quay.io/hedgedoc/hedgedoc +type: application +version: 12.3.0 diff --git a/stable/hedgedoc/12.1.3/README.md b/stable/hedgedoc/12.3.0/README.md similarity index 100% rename from stable/hedgedoc/12.1.3/README.md rename to stable/hedgedoc/12.3.0/README.md diff --git a/stable/hedgedoc/12.3.0/app-changelog.md b/stable/hedgedoc/12.3.0/app-changelog.md new file mode 100644 index 00000000000..229ec1f17f0 --- /dev/null +++ b/stable/hedgedoc/12.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [hedgedoc-12.3.0](https://github.com/truecharts/charts/compare/hedgedoc-12.2.3...hedgedoc-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/hedgedoc/12.1.3/app-readme.md b/stable/hedgedoc/12.3.0/app-readme.md similarity index 100% rename from stable/hedgedoc/12.1.3/app-readme.md rename to stable/hedgedoc/12.3.0/app-readme.md diff --git a/stable/hedgedoc/12.3.0/charts/common-18.2.0.tgz b/stable/hedgedoc/12.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/hedgedoc/12.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/hedgedoc/12.1.3/ix_values.yaml b/stable/hedgedoc/12.3.0/ix_values.yaml similarity index 100% rename from stable/hedgedoc/12.1.3/ix_values.yaml rename to stable/hedgedoc/12.3.0/ix_values.yaml diff --git a/stable/hedgedoc/12.3.0/questions.yaml b/stable/hedgedoc/12.3.0/questions.yaml new file mode 100755 index 00000000000..8944663cb78 --- /dev/null +++ b/stable/hedgedoc/12.3.0/questions.yaml @@ -0,0 +1,4081 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: generalsettings + label: "General Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_FORBIDDEN_NOTE_IDS + label: "CMD_FORBIDDEN_NOTE_IDS" + description: "disallow creation of notes, even if allowFreeUrl or CMD_ALLOW_FREEURL is true" + schema: + type: string + default: "robots.txt, favicon.ico, api, build, css, docs, fonts, js, uploads, vendor, views" + - variable: CMD_IMAGE_UPLOAD_TYPE + label: "CMD_IMAGE_UPLOAD_TYPE" + description: "Where to upload images." + schema: + type: string + default: "filesystem" + enum: + - value: "filesystem" + description: "filesystem" + - value: "imgur" + description: "imgur" + - value: "s3" + description: "s3" + - value: "minio" + description: "minio" + - value: "azure" + description: "azure" + - value: "lutim" + description: "lutim" + - variable: CMD_SOURCE_URL + label: "CMD_SOURCE_URL" + description: "Provides the link to the source code of HedgeDoc on the entry page" + schema: + type: string + default: "" + - variable: CMD_TOOBUSY_LAG + label: "CMD_TOOBUSY_LAG" + description: "CPU time for one event loop tick until node throttles connections. (milliseconds)" + schema: + type: int + default: 70 + - variable: CMD_ALLOW_GRAVATAR + label: "CMD_ALLOW_GRAVATAR" + description: "Set to false to disable Libravatar as profile picture source on your instance." + schema: + type: boolean + default: true + - variable: httpsettings + label: "HTTP Settings" + schema: + type: boolean + default: true + show_subquestions_if: true + subquestions: + - variable: CMD_DOMAIN + label: "CMD_DOMAIN" + description: "Domain name (eg. hedgedoc.org)" + schema: + type: string + default: "" + - variable: CMD_PROTOCOL_USESSL + label: "CMD_PROTOCOL_USESSL" + description: "Set to use SSL protocol for resources path (only applied when domain is set)" + schema: + type: boolean + default: false + - variable: CMD_URL_ADDPORT + label: "CMD_URL_ADDPORT" + description: "Set to add port on callback URL (ports 80 or 443 won't be applied) (only applied when domain is set)" + schema: + type: boolean + default: false + - variable: CMD_ALLOW_ORIGIN + label: "CMD_ALLOW_ORIGIN" + description: "Domain name whitelist (use comma to separate)" + schema: + type: string + default: "localhost" + - variable: websecsettings + label: "Web Security Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_HSTS_ENABLE + label: "CMD_HSTS_ENABLE" + description: "Set to enable HSTS if HTTPS is also enabled" + schema: + type: boolean + default: true + - variable: CMD_HSTS_INCLUDE_SUBDOMAINS + label: "CMD_HSTS_INCLUDE_SUBDOMAINS" + description: "Set to include subdomains in HSTS" + schema: + type: boolean + default: true + - variable: CMD_HSTS_MAX_AGE + label: "CMD_HSTS_MAX_AGE" + description: "Max duration in seconds to tell clients to keep HSTS status" + schema: + type: int + default: 31536000 + - variable: CMD_HSTS_PRELOAD + label: "CMD_HSTS_PRELOAD" + description: "Whether to allow preloading of the site's HSTS status" + schema: + type: boolean + default: true + - variable: CMD_CSP_ENABLE + label: "CMD_CSP_ENABLE" + description: "Whether to apply a Content-Security-Policy header to responses" + schema: + type: boolean + default: true + - variable: CMD_CSP_ADD_DISQUS + label: "CMD_CSP_ADD_DISQUS" + description: "Enable to allow users to add Disqus comments to their notes or presentations." + schema: + type: boolean + default: false + - variable: CMD_CSP_ADD_GOOGLE_ANALYTICS + label: "CMD_CSP_ADD_GOOGLE_ANALYTICS" + description: "Enable to allow users to add Google Analytics to their notes." + schema: + type: boolean + default: false + - variable: CMD_CSP_REPORTURI + label: "CMD_CSP_REPORTURI" + description: "Allows to add a URL for CSP reports in case of violations." + schema: + type: string + default: "" + - variable: CMD_CSP_ALLOW_FRAMING + label: "CMD_CSP_ALLOW_FRAMING" + description: "Disable to disallow embedding of the instance via iframe." + schema: + type: boolean + default: true + - variable: CMD_CSP_ALLOW_PDF_EMBED + label: "CMD_CSP_ALLOW_PDF_EMBED" + description: "Disable to disallow embedding PDFs." + schema: + type: boolean + default: true + - variable: CMD_COOKIE_POLICY + label: "CMD_COOKIE_POLICY" + description: "Set a SameSite policy whether cookies are send from cross-origin" + schema: + type: string + default: "lax" + enum: + - value: "lax" + description: "lax" + - value: "strict" + description: "strict" + - value: "none" + description: "none" + - variable: userprivillegesettings + label: "Users and Privileges Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_ALLOW_ANONYMOUS + label: "CMD_ALLOW_ANONYMOUS" + description: "Set to allow anonymous usage" + schema: + type: boolean + default: false + - variable: CMD_ALLOW_ANONYMOUS_EDITS + label: "CMD_ALLOW_ANONYMOUS_EDITS" + description: "If allowAnonymous is false: allow users to select freely permission, allowing guests to edit existing notes" + schema: + type: boolean + default: false + - variable: CMD_ALLOW_FREEURL + label: "CMD_ALLOW_FREEURL" + description: "Set to allow new note creation by accessing a nonexistent note URL" + schema: + type: boolean + default: false + - variable: CMD_REQUIRE_FREEURL_AUTHENTICATION + label: "CMD_REQUIRE_FREEURL_AUTHENTICATION" + description: "Set to require authentication for FreeURL mode style note creation" + schema: + type: boolean + default: true + - variable: CMD_DEFAULT_PERMISSION + label: "CMD_DEFAULT_PERMISSION" + description: "Set notes default permission (only applied on signed-in users)" + schema: + type: string + default: "editable" + enum: + - value: "editable" + description: "editable" + - value: "freely" + description: "freely" + - value: "limited" + description: "limited" + - value: "locked" + description: "locked" + - value: "protected" + description: "protected" + - value: "private" + description: "private" + - variable: CMD_SESSION_LIFE + label: "CMD_SESSION_LIFE" + description: "Cookie session life time in milliseconds." + schema: + type: int + default: 1209600000 + - variable: loginsettings + label: "Login Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_EMAIL + label: "CMD_EMAIL" + description: "Set to allow email sign-in" + schema: + type: boolean + default: true + - variable: CMD_ALLOW_EMAIL_REGISTER + label: "CMD_ALLOW_EMAIL_REGISTER" + description: "Set to allow registration of new accounts using an email address." + schema: + type: boolean + default: true + - variable: dropboxsettings + label: "Dropbox Login Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_DROPBOX_CLIENTID + label: "CMD_DROPBOX_CLIENTID" + description: "Dropbox API client id" + schema: + type: string + private: true + default: "" + - variable: CMD_DROPBOX_CLIENTSECRET + label: "CMD_DROPBOX_CLIENTSECRET" + description: "Dropbox API client secret" + schema: + type: string + private: true + default: "" + - variable: facebooksettings + label: "Facebook Login Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_FACEBOOK_CLIENTID + label: "CMD_FACEBOOK_CLIENTID" + description: "Facebook API client id" + schema: + type: string + private: true + default: "" + - variable: CMD_FACEBOOK_CLIENTSECRET + label: "CMD_FACEBOOK_CLIENTSECRET" + description: "Facebook API client secret" + schema: + type: string + private: true + default: "" + - variable: githubsettings + label: "Github Login Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_GITHUB_CLIENTID + label: "CMD_GITHUB_CLIENTID" + description: "Github API client id" + schema: + type: string + private: true + default: "" + - variable: CMD_GITHUB_CLIENTSECRET + label: "CMD_GITHUB_CLIENTSECRET" + description: "Github API client secret" + schema: + type: string + private: true + default: "" + - variable: gitlabsettings + label: "GitLab Login Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_GITLAB_SCOPE + label: "CMD_GITLAB_SCOPE" + description: "GitLab API requested scope" + schema: + type: string + default: "api" + enum: + - value: "api" + description: "api" + - value: "read_user" + description: "read_user" + - variable: CMD_GITLAB_BASEURL + label: "CMD_GITLAB_BASEURL" + description: "GitLab authentication endpoint" + schema: + type: string + default: "" + - variable: CMD_GITLAB_CLIENTID + label: "CMD_GITLAB_CLIENTID" + description: "GitLab API client id" + schema: + type: string + private: true + default: "" + - variable: CMD_GITLAB_CLIENTSECRET + label: "CMD_GITLAB_CLIENTSECRET" + description: "GitLab API client secret" + schema: + type: string + private: true + default: "" + - variable: CMD_GITLAB_VERSION + label: "CMD_GITLAB_VERSION" + description: "GitLab API version" + schema: + type: string + default: "v4" + enum: + - value: "v4" + description: "v4" + - value: "v3" + description: "v3" + - variable: googlesettings + label: "Google Login Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_GOOGLE_CLIENTID + label: "CMD_GOOGLE_CLIENTID" + description: "Google API client id" + schema: + type: string + private: true + default: "" + - variable: CMD_GOOGLE_CLIENTSECRET + label: "CMD_GOOGLE_CLIENTSECRET" + description: "Google API client secret" + schema: + type: string + private: true + default: "" + - variable: CMD_GOOGLE_HOSTEDDOMAIN + label: "CMD_GOOGLE_HOSTEDDOMAIN" + description: "Provided only if the user belongs to a hosted domain" + schema: + type: string + default: "" + - variable: twittersettings + label: "Twitter Login Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_TWITTER_CONSUMERKEY + label: "CMD_TWITTER_CONSUMERKEY" + description: "Twitter API consumer key" + schema: + type: string + private: true + default: "" + - variable: CMD_TWITTER_CONSUMERSECRET + label: "CMD_TWITTER_CONSUMERSECRET" + description: "Twitter API consumer secret" + schema: + type: string + private: true + default: "" + - variable: mattermostsettings + label: "Mattermost Login Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_MATTERMOST_BASEURL + label: "CMD_MATTERMOST_BASEURL" + description: "Mattermost authentication endpoint for versions below 5.0" + schema: + type: string + default: "" + - variable: CMD_MATTERMOST_CLIENTID + label: "CMD_MATTERMOST_CLIENTID" + description: "Mattermost API client id" + schema: + type: string + private: true + default: "" + - variable: CMD_MATTERMOST_CLIENTSECRET + label: "CMD_MATTERMOST_CLIENTSECRET" + description: "Mattermost API client secret" + schema: + type: string + private: true + default: "" + - variable: oauthsettings + label: "OAuth2 Login Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_OAUTH2_USER_PROFILE_URL + label: "CMD_OAUTH2_USER_PROFILE_URL" + description: "Where to retrieve information about a user after successful login" + schema: + type: string + default: "" + - variable: CMD_OAUTH2_USER_PROFILE_USERNAME_ATTR + label: "CMD_OAUTH2_USER_PROFILE_USERNAME_ATTR" + description: "Where to find the username in the JSON from the user profile URL" + schema: + type: string + default: "" + - variable: CMD_OAUTH2_USER_PROFILE_DISPLAY_NAME_ATTR + label: "CMD_OAUTH2_USER_PROFILE_DISPLAY_NAME_ATTR" + description: "Where to find the display-name in the JSON from the user profile URL" + schema: + type: string + default: "" + - variable: CMD_OAUTH2_USER_PROFILE_EMAIL_ATTR + label: "CMD_OAUTH2_USER_PROFILE_EMAIL_ATTR" + description: "Where to find the email address in the JSON from the user profile URL" + schema: + type: string + default: "" + - variable: CMD_OAUTH2_USER_PROFILE_ID_ATTR + label: "CMD_OAUTH2_USER_PROFILE_ID_ATTR" + description: "Where to find the dedicated user ID (optional, overrides CMD_OAUTH2_USER_PROFILE_USERNAME_ATTR)" + schema: + type: string + default: "" + - variable: CMD_OAUTH2_TOKEN_URL + label: "CMD_OAUTH2_TOKEN_URL" + description: "Sometimes called token endpoint, please refer to the documentation of your OAuth2 provider" + schema: + type: string + default: "" + - variable: CMD_OAUTH2_AUTHORIZATION_URL + label: "CMD_OAUTH2_AUTHORIZATION_URL" + description: "Authorization URL of your provider, please refer to the documentation of your OAuth2 provider" + schema: + type: string + default: "" + - variable: CMD_OAUTH2_CLIENT_ID + label: "CMD_OAUTH2_CLIENT_ID" + description: "You will get this from your OAuth2 provider when you register HedgeDoc as OAuth2-client" + schema: + type: string + private: true + default: "" + - variable: CMD_OAUTH2_CLIENT_SECRET + label: "CMD_OAUTH2_CLIENT_SECRET" + description: "You will get this from your OAuth2 provider when you register HedgeDoc as OAuth2-client" + schema: + type: string + default: "" + - variable: CMD_OAUTH2_PROVIDERNAME + label: "CMD_OAUTH2_PROVIDERNAME" + description: "Optional name to be displayed at login form indicating the oAuth2 provider" + schema: + type: string + default: "" + - variable: CMD_OAUTH2_SCOPE + label: "CMD_OAUTH2_SCOPE" + description: "Scope to request for OIDC (OpenID Connect) providers" + schema: + type: string + default: "" + - variable: CMD_OAUTH2_ROLES_CLAIM + label: "CMD_OAUTH2_ROLES_CLAIM" + description: "ID token claim, which is supposed to provide an array of strings of roles" + schema: + type: string + default: "" + - variable: CMD_OAUTH2_ACCESS_ROLE + label: "CMD_OAUTH2_ACCESS_ROLE" + description: "The role which should be included in the ID token roles claim to grant access" + schema: + type: string + default: "" + - variable: ldapsettings + label: "LDAP Login Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_LDAP_URL + label: "CMD_LDAP_URL" + description: "URL of LDAP server" + schema: + type: string + default: "" + - variable: CMD_LDAP_BINDDN + label: "CMD_LDAP_BINDDN" + description: "bindDn for LDAP access" + schema: + type: string + default: "" + - variable: CMD_LDAP_BINDCREDENTIALS + label: "CMD_LDAP_BINDCREDENTIALS" + description: "bindCredentials for LDAP access" + schema: + type: string + default: "" + - variable: CMD_LDAP_SEARCHBASE + label: "CMD_LDAP_SEARCHBASE" + description: "LDAP directory to begin search from" + schema: + type: string + default: "" + - variable: CMD_LDAP_SEARCHFILTER + label: "CMD_LDAP_SEARCHFILTER" + description: "LDAP filter to search with" + schema: + type: string + default: "" + - variable: CMD_LDAP_SEARCHATTRIBUTES + label: "CMD_LDAP_SEARCHATTRIBUTES" + description: "LDAP attributes to search with (use comma to separate)" + schema: + type: string + default: "" + - variable: CMD_LDAP_USERIDFIELD + label: "CMD_LDAP_USERIDFIELD" + description: "The LDAP field which is used uniquely identify a user on HedgeDoc" + schema: + type: string + default: "" + - variable: CMD_LDAP_USERNAMEFIELD + label: "CMD_LDAP_USERNAMEFIELD" + description: "The LDAP field which is used as the username on HedgeDoc" + schema: + type: string + default: "" + - variable: CMD_LDAP_TLS_CA + label: "CMD_LDAP_TLS_CA" + description: "Root CA for LDAP TLS in PEM format (use comma to separate)" + schema: + type: string + default: "" + - variable: CMD_LDAP_PROVIDERNAME + label: "CMD_LDAP_PROVIDERNAME" + description: "CMD_LDAP_PROVIDERNAME" + schema: + type: string + default: "" + - variable: samlsettings + label: "SAML Login Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_SAML_IDPSSOURL + label: "CMD_SAML_IDPSSOURL" + description: "Authentication endpoint of IdP. for details" + schema: + type: string + default: "" + - variable: CMD_SAML_IDPCERT + label: "CMD_SAML_IDPCERT" + description: "Certificate file path of IdP in PEM format" + schema: + type: string + default: "" + - variable: CMD_SAML_CLIENTCERT + label: "CMD_SAML_CLIENTCERT" + description: "Certificate file path for the client in PEM format" + schema: + type: string + default: "" + - variable: CMD_SAML_ISSUER + label: "CMD_SAML_ISSUER" + description: "Issuer to supply to identity provider" + schema: + type: string + default: "" + - variable: CMD_SAML_DISABLEREQUESTEDAUTHNCONTEXT + label: "CMD_SAML_DISABLEREQUESTEDAUTHNCONTEXT" + description: "True to allow any authentication method, false restricts to password authentication" + schema: + type: boolean + default: false + - variable: CMD_SAML_IDENTIFIERFORMAT + label: "CMD_SAML_IDENTIFIERFORMAT" + description: "Name identifier format" + schema: + type: string + default: "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress" + - variable: CMD_SAML_GROUPATTRIBUTE + label: "CMD_SAML_GROUPATTRIBUTE" + description: "Attribute name for group list" + schema: + type: string + default: "" + - variable: CMD_SAML_REQUIREDGROUPS + label: "CMD_SAML_REQUIREDGROUPS" + description: "Group names that allowed (use vertical bar to separate)" + schema: + type: string + default: "" + - variable: CMD_SAML_EXTERNALGROUPS + label: "CMD_SAML_EXTERNALGROUPS" + description: "Group names that not allowed (use vertical bar to separate) " + schema: + type: string + default: "" + - variable: CMD_SAML_ATTRIBUTE_ID + label: "CMD_SAML_ATTRIBUTE_ID" + description: "Attribute map for id" + schema: + type: string + default: "" + - variable: CMD_SAML_ATTRIBUTE_USERNAME + label: "CMD_SAML_ATTRIBUTE_USERNAME" + description: "Attribute map for username" + schema: + type: string + default: "" + - variable: CMD_SAML_ATTRIBUTE_EMAIL + label: "CMD_SAML_ATTRIBUTE_EMAIL" + description: "Attribute map for email" + schema: + type: string + default: "" + - variable: CMD_SAML_PROVIDERNAME + label: "CMD_SAML_PROVIDERNAME" + description: "Optional name to be displayed at login form indicating the SAML provider" + schema: + type: string + default: "" + - variable: amazonsettings + label: "Amazon S3 Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_S3_ACCESS_KEY_ID + label: "CMD_S3_ACCESS_KEY_ID" + description: "AWS access key id" + schema: + type: string + private: true + default: "" + - variable: CMD_S3_SECRET_ACCESS_KEY + label: "CMD_S3_SECRET_ACCESS_KEY" + description: "AWS secret key" + schema: + type: string + private: true + default: "" + - variable: CMD_S3_REGION + label: "CMD_S3_REGION" + description: "AWS S3 region" + schema: + type: string + default: "" + - variable: CMD_S3_BUCKET + label: "CMD_S3_BUCKET" + description: "AWS S3 bucket name" + schema: + type: string + default: "" + - variable: CMD_S3_ENDPOINT + label: "CMD_S3_ENDPOINT " + description: "S3 API endpoint if you don't use AWS name" + schema: + type: string + default: "" + - variable: azuresettings + label: "Azure Blob Storage Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_AZURE_CONNECTION_STRING + label: "CMD_AZURE_CONNECTION_STRING" + description: "Azure Blob Storage connection string" + schema: + type: string + default: "" + - variable: CMD_AZURE_CONTAINER + label: "CMD_AZURE_CONTAINER" + description: "Azure Blob Storage container name (automatically created if non existent)" + schema: + type: string + default: "" + - variable: miniosettings + label: "Minio Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_MINIO_ACCESS_KEY + label: "CMD_MINIO_ACCESS_KEY" + description: "Minio access key" + schema: + type: string + private: true + default: "" + - variable: CMD_MINIO_SECRET_KEY + label: "CMD_MINIO_SECRET_KEY" + description: "Minio secret key" + schema: + type: string + private: true + default: "" + - variable: CMD_MINIO_ENDPOINT + label: "CMD_MINIO_ENDPOINT" + description: "Address of your Minio endpoint/instance" + schema: + type: string + default: "" + - variable: CMD_MINIO_PORT + label: "CMD_MINIO_ACCESS_KEY" + description: "Port that is used for your Minio instance" + schema: + type: string + default: "" + - variable: CMD_MINIO_SECURE + label: "CMD_MINIO_SECURE" + description: "If set to true HTTPS is used for Minio" + schema: + type: boolean + default: true + - variable: imgursettings + label: "Imgur Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_IMGUR_CLIENTID + label: "CMD_IMGUR_CLIENTID" + description: "Imgur API client id" + schema: + type: string + private: true + default: "" + - variable: lutimsettings + label: "Lutim Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_LUTIM_URL + label: "CMD_LUTIM_URL" + description: "When CMD_IMAGE_UPLOAD_TYPE is set to lutim, you can setup the lutim url" + schema: + type: string + default: "" + - variable: logsettings + label: "Logs Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: DEBUG + label: "DEBUG" + description: "Set debug mode, show more logs" + schema: + type: boolean + default: false + - variable: CMD_LOGLEVEL + label: "CMD_LOGLEVEL" + description: "Defines what kind of logs are provided to stdout." + schema: + type: string + default: "info" + enum: + - value: "info" + description: "info" + - value: "warn" + description: "warn" + - value: "error" + description: "error" + - value: "verbose" + description: "verbose" + - value: "debug" + description: "debug" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10132 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: uploads + label: "App Uploads Storage" + description: "Stores the Application Uploads." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/home-assistant/24.2.0/templates/NOTES.txt b/stable/hedgedoc/12.3.0/templates/NOTES.txt similarity index 100% rename from stable/home-assistant/24.2.0/templates/NOTES.txt rename to stable/hedgedoc/12.3.0/templates/NOTES.txt diff --git a/stable/hedgedoc/12.1.3/templates/_secrets.tpl b/stable/hedgedoc/12.3.0/templates/_secrets.tpl similarity index 100% rename from stable/hedgedoc/12.1.3/templates/_secrets.tpl rename to stable/hedgedoc/12.3.0/templates/_secrets.tpl diff --git a/stable/hedgedoc/12.1.3/templates/common.yaml b/stable/hedgedoc/12.3.0/templates/common.yaml similarity index 100% rename from stable/hedgedoc/12.1.3/templates/common.yaml rename to stable/hedgedoc/12.3.0/templates/common.yaml diff --git a/stable/hexchat/5.1.3/values.yaml b/stable/hedgedoc/12.3.0/values.yaml similarity index 100% rename from stable/hexchat/5.1.3/values.yaml rename to stable/hedgedoc/12.3.0/values.yaml diff --git a/stable/heimdall/20.2.0/CHANGELOG.md b/stable/heimdall/20.2.0/CHANGELOG.md deleted file mode 100644 index d9655827c94..00000000000 --- a/stable/heimdall/20.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - -## [heimdall-19.0.4](https://github.com/truecharts/charts/compare/heimdall-19.0.3...heimdall-19.0.4) (2024-02-12) - -### Chore - - - -- update container image linuxserver/heimdall to v[@9f3a009](https://github.com/9f3a009) by renovate ([#18087](https://github.com/truecharts/charts/issues/18087)) - - -## [heimdall-19.0.3](https://github.com/truecharts/charts/compare/heimdall-19.0.2...heimdall-19.0.3) (2024-02-05) - -### Chore - - - -- update container image linuxserver/heimdall to v[@481920a](https://github.com/481920a) by renovate ([#17879](https://github.com/truecharts/charts/issues/17879)) - - -## [heimdall-19.0.2](https://github.com/truecharts/charts/compare/heimdall-19.0.1...heimdall-19.0.2) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [heimdall-19.0.1](https://github.com/truecharts/charts/compare/heimdall-19.0.0...heimdall-19.0.1) (2024-02-03) - -### Fix - - - -- Undo old chart update from poor upstream versioning ([#17792](https://github.com/truecharts/charts/issues/17792)) - - -## [heimdall-19.0.0](https://github.com/truecharts/charts/compare/heimdall-18.1.11...heimdall-19.0.0) (2024-01-29) - -### Chore - - - -- update container image linuxserver/heimdall to v2021.11.28[@08863e3](https://github.com/08863e3) by renovate ([#17727](https://github.com/truecharts/charts/issues/17727)) - - -## [heimdall-18.1.11](https://github.com/truecharts/charts/compare/heimdall-18.1.10...heimdall-18.1.11) (2024-01-29) - -### Fix - - - -- Update to 2.5.8 ([#17713](https://github.com/truecharts/charts/issues/17713)) - - -## [heimdall-18.1.10](https://github.com/truecharts/charts/compare/heimdall-18.1.9...heimdall-18.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [heimdall-18.1.9](https://github.com/truecharts/charts/compare/heimdall-18.1.8...heimdall-18.1.9) (2024-01-21) - -### Chore - - diff --git a/stable/heimdall/20.2.0/Chart.yaml b/stable/heimdall/20.2.0/Chart.yaml deleted file mode 100644 index 0284041ecaa..00000000000 --- a/stable/heimdall/20.2.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: organizers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.6.1 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: An Application dashboard and launcher -home: https://truecharts.org/charts/stable/heimdall -icon: https://truecharts.org/img/hotlink-ok/chart-icons/heimdall.png -keywords: - - heimdall -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: heimdall -sources: - - https://github.com/linuxserver/Heimdall/ - - https://github.com/truecharts/charts/tree/master/charts/stable/heimdall - - https://hub.docker.com/r/linuxserver/heimdall -type: application -version: 20.2.0 diff --git a/stable/heimdall/20.2.0/charts/common-18.1.2.tgz b/stable/heimdall/20.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/heimdall/20.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/heimdall/20.2.0/ix_values.yaml b/stable/heimdall/20.2.0/ix_values.yaml deleted file mode 100644 index 2f4da42c5de..00000000000 --- a/stable/heimdall/20.2.0/ix_values.yaml +++ /dev/null @@ -1,31 +0,0 @@ -image: - repository: linuxserver/heimdall - tag: 2.6.1@sha256:65242ac9cc21aa51a488e14d2430704f6b0e315030bbdce4179370bd2acc3e5b - pullPolicy: IfNotPresent -service: - main: - ports: - main: - port: 10014 - targetPort: 80 -persistence: - config: - enabled: true - mountPath: "/config" -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - startup: - enabled: true diff --git a/stable/hexo-blog/5.1.3/.helmignore b/stable/heimdall/20.3.0/.helmignore similarity index 100% rename from stable/hexo-blog/5.1.3/.helmignore rename to stable/heimdall/20.3.0/.helmignore diff --git a/stable/heimdall/20.3.0/CHANGELOG.md b/stable/heimdall/20.3.0/CHANGELOG.md new file mode 100644 index 00000000000..c7595faef89 --- /dev/null +++ b/stable/heimdall/20.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [heimdall-20.3.0](https://github.com/truecharts/charts/compare/heimdall-20.2.4...heimdall-20.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [heimdall-20.2.4](https://github.com/truecharts/charts/compare/heimdall-20.2.3...heimdall-20.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [heimdall-20.2.3](https://github.com/truecharts/charts/compare/heimdall-20.2.1...heimdall-20.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + +## [heimdall-19.0.4](https://github.com/truecharts/charts/compare/heimdall-19.0.3...heimdall-19.0.4) (2024-02-12) + +### Chore + + + +- update container image linuxserver/heimdall to v[@9f3a009](https://github.com/9f3a009) by renovate ([#18087](https://github.com/truecharts/charts/issues/18087)) + + +## [heimdall-19.0.3](https://github.com/truecharts/charts/compare/heimdall-19.0.2...heimdall-19.0.3) (2024-02-05) + +### Chore + + + +- update container image linuxserver/heimdall to v[@481920a](https://github.com/481920a) by renovate ([#17879](https://github.com/truecharts/charts/issues/17879)) + + +## [heimdall-19.0.2](https://github.com/truecharts/charts/compare/heimdall-19.0.1...heimdall-19.0.2) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [heimdall-19.0.1](https://github.com/truecharts/charts/compare/heimdall-19.0.0...heimdall-19.0.1) (2024-02-03) + +### Fix + + + +- Undo old chart update from poor upstream versioning ([#17792](https://github.com/truecharts/charts/issues/17792)) + + +## [heimdall-19.0.0](https://github.com/truecharts/charts/compare/heimdall-18.1.11...heimdall-19.0.0) (2024-01-29) + +### Chore \ No newline at end of file diff --git a/stable/heimdall/20.3.0/Chart.yaml b/stable/heimdall/20.3.0/Chart.yaml new file mode 100644 index 00000000000..9cd6cc47028 --- /dev/null +++ b/stable/heimdall/20.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: organizers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.6.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An Application dashboard and launcher +home: https://truecharts.org/charts/stable/heimdall +icon: https://truecharts.org/img/hotlink-ok/chart-icons/heimdall.png +keywords: + - heimdall +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: heimdall +sources: + - https://github.com/linuxserver/Heimdall/ + - https://github.com/truecharts/charts/tree/master/charts/stable/heimdall + - https://hub.docker.com/r/linuxserver/heimdall +type: application +version: 20.3.0 diff --git a/stable/heimdall/20.2.0/README.md b/stable/heimdall/20.3.0/README.md similarity index 100% rename from stable/heimdall/20.2.0/README.md rename to stable/heimdall/20.3.0/README.md diff --git a/stable/heimdall/20.3.0/app-changelog.md b/stable/heimdall/20.3.0/app-changelog.md new file mode 100644 index 00000000000..1a4b17ccd0b --- /dev/null +++ b/stable/heimdall/20.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [heimdall-20.3.0](https://github.com/truecharts/charts/compare/heimdall-20.2.4...heimdall-20.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/heimdall/20.2.0/app-readme.md b/stable/heimdall/20.3.0/app-readme.md similarity index 100% rename from stable/heimdall/20.2.0/app-readme.md rename to stable/heimdall/20.3.0/app-readme.md diff --git a/stable/heimdall/20.3.0/charts/common-18.2.0.tgz b/stable/heimdall/20.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/heimdall/20.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/heimdall/20.3.0/ix_values.yaml b/stable/heimdall/20.3.0/ix_values.yaml new file mode 100644 index 00000000000..95adbeca6d3 --- /dev/null +++ b/stable/heimdall/20.3.0/ix_values.yaml @@ -0,0 +1,31 @@ +image: + repository: linuxserver/heimdall + tag: 2.6.1@sha256:a2f896f9601180897917f061aca76720274f2027497e60adb0d2202a8600301c + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 10014 + targetPort: 80 +persistence: + config: + enabled: true + mountPath: "/config" +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + startup: + enabled: true diff --git a/stable/heimdall/20.2.0/questions.yaml b/stable/heimdall/20.3.0/questions.yaml similarity index 100% rename from stable/heimdall/20.2.0/questions.yaml rename to stable/heimdall/20.3.0/questions.yaml diff --git a/stable/homebox/6.1.3/templates/NOTES.txt b/stable/heimdall/20.3.0/templates/NOTES.txt similarity index 100% rename from stable/homebox/6.1.3/templates/NOTES.txt rename to stable/heimdall/20.3.0/templates/NOTES.txt diff --git a/stable/homepage/7.2.0/templates/common.yaml b/stable/heimdall/20.3.0/templates/common.yaml similarity index 100% rename from stable/homepage/7.2.0/templates/common.yaml rename to stable/heimdall/20.3.0/templates/common.yaml diff --git a/stable/hexo-blog/5.1.3/values.yaml b/stable/heimdall/20.3.0/values.yaml similarity index 100% rename from stable/hexo-blog/5.1.3/values.yaml rename to stable/heimdall/20.3.0/values.yaml diff --git a/stable/hetzner-ddns/5.1.3/CHANGELOG.md b/stable/hetzner-ddns/5.1.3/CHANGELOG.md deleted file mode 100644 index 4346793e3df..00000000000 --- a/stable/hetzner-ddns/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [hetzner-ddns-4.1.11](https://github.com/truecharts/charts/compare/hetzner-ddns-4.1.10...hetzner-ddns-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [hetzner-ddns-4.1.10](https://github.com/truecharts/charts/compare/hetzner-ddns-4.1.9...hetzner-ddns-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [hetzner-ddns-4.1.9](https://github.com/truecharts/charts/compare/hetzner-ddns-4.1.8...hetzner-ddns-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [hetzner-ddns-4.1.8](https://github.com/truecharts/charts/compare/hetzner-ddns-4.1.7...hetzner-ddns-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [hetzner-ddns-4.1.7](https://github.com/truecharts/charts/compare/hetzner-ddns-4.1.6...hetzner-ddns-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [hetzner-ddns-4.1.6](https://github.com/truecharts/charts/compare/hetzner-ddns-4.1.5...hetzner-ddns-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [hetzner-ddns-4.1.5](https://github.com/truecharts/charts/compare/hetzner-ddns-4.1.4...hetzner-ddns-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [hetzner-ddns-4.1.4](https://github.com/truecharts/charts/compare/hetzner-ddns-4.1.3...hetzner-ddns-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [hetzner-ddns-4.1.3](https://github.com/truecharts/charts/compare/hetzner-ddns-4.1.0...hetzner-ddns-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/hetzner-ddns/5.1.3/Chart.yaml b/stable/hetzner-ddns/5.1.3/Chart.yaml deleted file mode 100644 index 0d9de0d4426..00000000000 --- a/stable/hetzner-ddns/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-DNS - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will allow you to use the Hetzner DNS Service (https://www.hetzner.com/dns-console) as a Dynamic DNS (DDNS) Provider. -home: https://truecharts.org/charts/stable/hetzner-ddns -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hetzner-ddns.png -keywords: - - hetzner-ddns - - Network-DNS -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: hetzner-ddns -sources: - - https://github.com/kutzilla/docker-hetzner-ddns - - https://github.com/truecharts/charts/tree/master/charts/stable/hetzner-ddns - - https://hub.docker.com/r/kutzilla/hetzner-ddns -type: application -version: 5.1.3 diff --git a/stable/hetzner-ddns/5.1.3/charts/common-18.0.3.tgz b/stable/hetzner-ddns/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/hetzner-ddns/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/homarr/10.1.3/.helmignore b/stable/hetzner-ddns/5.3.0/.helmignore similarity index 100% rename from stable/homarr/10.1.3/.helmignore rename to stable/hetzner-ddns/5.3.0/.helmignore diff --git a/stable/hetzner-ddns/5.3.0/CHANGELOG.md b/stable/hetzner-ddns/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..0beca1b7dea --- /dev/null +++ b/stable/hetzner-ddns/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hetzner-ddns-5.3.0](https://github.com/truecharts/charts/compare/hetzner-ddns-5.2.3...hetzner-ddns-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [hetzner-ddns-5.2.3](https://github.com/truecharts/charts/compare/hetzner-ddns-5.2.2...hetzner-ddns-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [hetzner-ddns-5.2.2](https://github.com/truecharts/charts/compare/hetzner-ddns-5.2.0...hetzner-ddns-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [hetzner-ddns-4.1.11](https://github.com/truecharts/charts/compare/hetzner-ddns-4.1.10...hetzner-ddns-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [hetzner-ddns-4.1.10](https://github.com/truecharts/charts/compare/hetzner-ddns-4.1.9...hetzner-ddns-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [hetzner-ddns-4.1.9](https://github.com/truecharts/charts/compare/hetzner-ddns-4.1.8...hetzner-ddns-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [hetzner-ddns-4.1.8](https://github.com/truecharts/charts/compare/hetzner-ddns-4.1.7...hetzner-ddns-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [hetzner-ddns-4.1.7](https://github.com/truecharts/charts/compare/hetzner-ddns-4.1.6...hetzner-ddns-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [hetzner-ddns-4.1.6](https://github.com/truecharts/charts/compare/hetzner-ddns-4.1.5...hetzner-ddns-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/hetzner-ddns/5.3.0/Chart.yaml b/stable/hetzner-ddns/5.3.0/Chart.yaml new file mode 100644 index 00000000000..81e2973872d --- /dev/null +++ b/stable/hetzner-ddns/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-DNS + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will allow you to use the Hetzner DNS Service (https://www.hetzner.com/dns-console) as a Dynamic DNS (DDNS) Provider. +home: https://truecharts.org/charts/stable/hetzner-ddns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hetzner-ddns.png +keywords: + - hetzner-ddns + - Network-DNS +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hetzner-ddns +sources: + - https://github.com/kutzilla/docker-hetzner-ddns + - https://github.com/truecharts/charts/tree/master/charts/stable/hetzner-ddns + - https://hub.docker.com/r/kutzilla/hetzner-ddns +type: application +version: 5.3.0 diff --git a/stable/hetzner-ddns/5.1.3/README.md b/stable/hetzner-ddns/5.3.0/README.md similarity index 100% rename from stable/hetzner-ddns/5.1.3/README.md rename to stable/hetzner-ddns/5.3.0/README.md diff --git a/stable/hetzner-ddns/5.3.0/app-changelog.md b/stable/hetzner-ddns/5.3.0/app-changelog.md new file mode 100644 index 00000000000..9dd77513fde --- /dev/null +++ b/stable/hetzner-ddns/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [hetzner-ddns-5.3.0](https://github.com/truecharts/charts/compare/hetzner-ddns-5.2.3...hetzner-ddns-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/hetzner-ddns/5.1.3/app-readme.md b/stable/hetzner-ddns/5.3.0/app-readme.md similarity index 100% rename from stable/hetzner-ddns/5.1.3/app-readme.md rename to stable/hetzner-ddns/5.3.0/app-readme.md diff --git a/stable/hetzner-ddns/5.3.0/charts/common-18.2.0.tgz b/stable/hetzner-ddns/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/hetzner-ddns/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/hetzner-ddns/5.1.3/ix_values.yaml b/stable/hetzner-ddns/5.3.0/ix_values.yaml similarity index 100% rename from stable/hetzner-ddns/5.1.3/ix_values.yaml rename to stable/hetzner-ddns/5.3.0/ix_values.yaml diff --git a/stable/hetzner-ddns/5.1.3/questions.yaml b/stable/hetzner-ddns/5.3.0/questions.yaml similarity index 100% rename from stable/hetzner-ddns/5.1.3/questions.yaml rename to stable/hetzner-ddns/5.3.0/questions.yaml diff --git a/stable/hetzner-ddns/5.1.3/templates/common.yaml b/stable/hetzner-ddns/5.3.0/templates/common.yaml similarity index 100% rename from stable/hetzner-ddns/5.1.3/templates/common.yaml rename to stable/hetzner-ddns/5.3.0/templates/common.yaml diff --git a/stable/homarr/10.1.3/values.yaml b/stable/hetzner-ddns/5.3.0/values.yaml similarity index 100% rename from stable/homarr/10.1.3/values.yaml rename to stable/hetzner-ddns/5.3.0/values.yaml diff --git a/stable/hexchat/5.1.3/CHANGELOG.md b/stable/hexchat/5.1.3/CHANGELOG.md deleted file mode 100644 index fd48e781627..00000000000 --- a/stable/hexchat/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [hexchat-4.1.12](https://github.com/truecharts/charts/compare/hexchat-4.1.11...hexchat-4.1.12) (2024-02-12) - -### Chore - - - -- update container image binhex/arch-hexchat to latest[@87c3fc6](https://github.com/87c3fc6) by renovate ([#18025](https://github.com/truecharts/charts/issues/18025)) - - -## [hexchat-4.1.11](https://github.com/truecharts/charts/compare/hexchat-4.1.10...hexchat-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [hexchat-4.1.10](https://github.com/truecharts/charts/compare/hexchat-4.1.9...hexchat-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [hexchat-4.1.9](https://github.com/truecharts/charts/compare/hexchat-4.1.8...hexchat-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [hexchat-4.1.8](https://github.com/truecharts/charts/compare/hexchat-4.1.7...hexchat-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [hexchat-4.1.7](https://github.com/truecharts/charts/compare/hexchat-4.1.6...hexchat-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [hexchat-4.1.6](https://github.com/truecharts/charts/compare/hexchat-4.1.5...hexchat-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [hexchat-4.1.5](https://github.com/truecharts/charts/compare/hexchat-4.1.4...hexchat-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [hexchat-4.1.4](https://github.com/truecharts/charts/compare/hexchat-4.1.3...hexchat-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/hexchat/5.1.3/Chart.yaml b/stable/hexchat/5.1.3/Chart.yaml deleted file mode 100644 index a16f04214ed..00000000000 --- a/stable/hexchat/5.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: HexChat is an IRC client based on XChat, but unlike XChat it’s completely free for both Windows and Unix-like systems. Since XChat is open source, it’s perfectly legal. For more info. HexChat was originally called XChat-WDK which in turn was a successor of freakschat. -home: https://truecharts.org/charts/stable/hexchat -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hexchat.png -keywords: - - hexchat - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: hexchat -sources: - - https://registry.hub.docker.com/r/binhex/arch-hexchat/ - - https://github.com/binhex/documentation - - https://hexchat.github.io/ - - https://github.com/truecharts/charts/tree/master/charts/stable/hexchat - - https://hub.docker.com/r/binhex/arch-hexchat -type: application -version: 5.1.3 diff --git a/stable/hexchat/5.1.3/charts/common-18.0.3.tgz b/stable/hexchat/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/hexchat/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/home-assistant/24.2.0/.helmignore b/stable/hexchat/5.3.0/.helmignore similarity index 100% rename from stable/home-assistant/24.2.0/.helmignore rename to stable/hexchat/5.3.0/.helmignore diff --git a/stable/hexchat/5.3.0/CHANGELOG.md b/stable/hexchat/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..3f8fcb1c22d --- /dev/null +++ b/stable/hexchat/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hexchat-5.3.0](https://github.com/truecharts/charts/compare/hexchat-5.2.3...hexchat-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [hexchat-5.2.3](https://github.com/truecharts/charts/compare/hexchat-5.2.2...hexchat-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [hexchat-5.2.2](https://github.com/truecharts/charts/compare/hexchat-5.2.0...hexchat-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [hexchat-4.1.12](https://github.com/truecharts/charts/compare/hexchat-4.1.11...hexchat-4.1.12) (2024-02-12) + +### Chore + + + +- update container image binhex/arch-hexchat to latest[@87c3fc6](https://github.com/87c3fc6) by renovate ([#18025](https://github.com/truecharts/charts/issues/18025)) + + +## [hexchat-4.1.11](https://github.com/truecharts/charts/compare/hexchat-4.1.10...hexchat-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [hexchat-4.1.10](https://github.com/truecharts/charts/compare/hexchat-4.1.9...hexchat-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [hexchat-4.1.9](https://github.com/truecharts/charts/compare/hexchat-4.1.8...hexchat-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [hexchat-4.1.8](https://github.com/truecharts/charts/compare/hexchat-4.1.7...hexchat-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [hexchat-4.1.7](https://github.com/truecharts/charts/compare/hexchat-4.1.6...hexchat-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/hexchat/5.3.0/Chart.yaml b/stable/hexchat/5.3.0/Chart.yaml new file mode 100644 index 00000000000..20e33db02be --- /dev/null +++ b/stable/hexchat/5.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: HexChat is an IRC client based on XChat, but unlike XChat it’s completely free for both Windows and Unix-like systems. Since XChat is open source, it’s perfectly legal. For more info. HexChat was originally called XChat-WDK which in turn was a successor of freakschat. +home: https://truecharts.org/charts/stable/hexchat +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hexchat.png +keywords: + - hexchat + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hexchat +sources: + - https://registry.hub.docker.com/r/binhex/arch-hexchat/ + - https://github.com/binhex/documentation + - https://hexchat.github.io/ + - https://github.com/truecharts/charts/tree/master/charts/stable/hexchat + - https://hub.docker.com/r/binhex/arch-hexchat +type: application +version: 5.3.0 diff --git a/stable/hexchat/5.1.3/README.md b/stable/hexchat/5.3.0/README.md similarity index 100% rename from stable/hexchat/5.1.3/README.md rename to stable/hexchat/5.3.0/README.md diff --git a/stable/hexchat/5.3.0/app-changelog.md b/stable/hexchat/5.3.0/app-changelog.md new file mode 100644 index 00000000000..47a016b3358 --- /dev/null +++ b/stable/hexchat/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [hexchat-5.3.0](https://github.com/truecharts/charts/compare/hexchat-5.2.3...hexchat-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/hexchat/5.1.3/app-readme.md b/stable/hexchat/5.3.0/app-readme.md similarity index 100% rename from stable/hexchat/5.1.3/app-readme.md rename to stable/hexchat/5.3.0/app-readme.md diff --git a/stable/hexchat/5.3.0/charts/common-18.2.0.tgz b/stable/hexchat/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/hexchat/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/hexchat/5.1.3/ix_values.yaml b/stable/hexchat/5.3.0/ix_values.yaml similarity index 100% rename from stable/hexchat/5.1.3/ix_values.yaml rename to stable/hexchat/5.3.0/ix_values.yaml diff --git a/stable/hexchat/5.1.3/questions.yaml b/stable/hexchat/5.3.0/questions.yaml similarity index 100% rename from stable/hexchat/5.1.3/questions.yaml rename to stable/hexchat/5.3.0/questions.yaml diff --git a/stable/hexchat/5.1.3/templates/common.yaml b/stable/hexchat/5.3.0/templates/common.yaml similarity index 100% rename from stable/hexchat/5.1.3/templates/common.yaml rename to stable/hexchat/5.3.0/templates/common.yaml diff --git a/stable/home-assistant/24.2.0/values.yaml b/stable/hexchat/5.3.0/values.yaml similarity index 100% rename from stable/home-assistant/24.2.0/values.yaml rename to stable/hexchat/5.3.0/values.yaml diff --git a/stable/hexo-blog/5.1.3/CHANGELOG.md b/stable/hexo-blog/5.1.3/CHANGELOG.md deleted file mode 100644 index 9d8e0531682..00000000000 --- a/stable/hexo-blog/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [hexo-blog-4.1.11](https://github.com/truecharts/charts/compare/hexo-blog-4.1.10...hexo-blog-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [hexo-blog-4.1.10](https://github.com/truecharts/charts/compare/hexo-blog-4.1.9...hexo-blog-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [hexo-blog-4.1.9](https://github.com/truecharts/charts/compare/hexo-blog-4.1.8...hexo-blog-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [hexo-blog-4.1.8](https://github.com/truecharts/charts/compare/hexo-blog-4.1.7...hexo-blog-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [hexo-blog-4.1.7](https://github.com/truecharts/charts/compare/hexo-blog-4.1.6...hexo-blog-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [hexo-blog-4.1.6](https://github.com/truecharts/charts/compare/hexo-blog-4.1.5...hexo-blog-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [hexo-blog-4.1.5](https://github.com/truecharts/charts/compare/hexo-blog-4.1.4...hexo-blog-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [hexo-blog-4.1.4](https://github.com/truecharts/charts/compare/hexo-blog-4.1.3...hexo-blog-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [hexo-blog-4.1.3](https://github.com/truecharts/charts/compare/hexo-blog-4.1.0...hexo-blog-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/hexo-blog/5.1.3/Chart.yaml b/stable/hexo-blog/5.1.3/Chart.yaml deleted file mode 100644 index ede7dc85623..00000000000 --- a/stable/hexo-blog/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A self-hosted blogging platform in which posts are written in markdown -home: https://truecharts.org/charts/stable/hexo-blog -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hexo-blog.png -keywords: - - hexo-blog - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: hexo-blog -sources: - - https://github.com/fletchto99/hexo-dev-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/hexo-blog - - https://hub.docker.com/r/fletchto99/hexo-dev-blog -type: application -version: 5.1.3 diff --git a/stable/hexo-blog/5.1.3/charts/common-18.0.3.tgz b/stable/hexo-blog/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/hexo-blog/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/homebox/6.1.3/.helmignore b/stable/hexo-blog/5.3.0/.helmignore similarity index 100% rename from stable/homebox/6.1.3/.helmignore rename to stable/hexo-blog/5.3.0/.helmignore diff --git a/stable/hexo-blog/5.3.0/CHANGELOG.md b/stable/hexo-blog/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..54b2d3b02e1 --- /dev/null +++ b/stable/hexo-blog/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hexo-blog-5.3.0](https://github.com/truecharts/charts/compare/hexo-blog-5.2.3...hexo-blog-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [hexo-blog-5.2.3](https://github.com/truecharts/charts/compare/hexo-blog-5.2.2...hexo-blog-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [hexo-blog-5.2.2](https://github.com/truecharts/charts/compare/hexo-blog-5.2.0...hexo-blog-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [hexo-blog-4.1.11](https://github.com/truecharts/charts/compare/hexo-blog-4.1.10...hexo-blog-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [hexo-blog-4.1.10](https://github.com/truecharts/charts/compare/hexo-blog-4.1.9...hexo-blog-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [hexo-blog-4.1.9](https://github.com/truecharts/charts/compare/hexo-blog-4.1.8...hexo-blog-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [hexo-blog-4.1.8](https://github.com/truecharts/charts/compare/hexo-blog-4.1.7...hexo-blog-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [hexo-blog-4.1.7](https://github.com/truecharts/charts/compare/hexo-blog-4.1.6...hexo-blog-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [hexo-blog-4.1.6](https://github.com/truecharts/charts/compare/hexo-blog-4.1.5...hexo-blog-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/hexo-blog/5.3.0/Chart.yaml b/stable/hexo-blog/5.3.0/Chart.yaml new file mode 100644 index 00000000000..63a50406bf2 --- /dev/null +++ b/stable/hexo-blog/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted blogging platform in which posts are written in markdown +home: https://truecharts.org/charts/stable/hexo-blog +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hexo-blog.png +keywords: + - hexo-blog + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hexo-blog +sources: + - https://github.com/fletchto99/hexo-dev-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/hexo-blog + - https://hub.docker.com/r/fletchto99/hexo-dev-blog +type: application +version: 5.3.0 diff --git a/stable/hexo-blog/5.1.3/README.md b/stable/hexo-blog/5.3.0/README.md similarity index 100% rename from stable/hexo-blog/5.1.3/README.md rename to stable/hexo-blog/5.3.0/README.md diff --git a/stable/hexo-blog/5.3.0/app-changelog.md b/stable/hexo-blog/5.3.0/app-changelog.md new file mode 100644 index 00000000000..7f0ddc6ad3e --- /dev/null +++ b/stable/hexo-blog/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [hexo-blog-5.3.0](https://github.com/truecharts/charts/compare/hexo-blog-5.2.3...hexo-blog-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/hexo-blog/5.1.3/app-readme.md b/stable/hexo-blog/5.3.0/app-readme.md similarity index 100% rename from stable/hexo-blog/5.1.3/app-readme.md rename to stable/hexo-blog/5.3.0/app-readme.md diff --git a/stable/hexo-blog/5.3.0/charts/common-18.2.0.tgz b/stable/hexo-blog/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/hexo-blog/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/hexo-blog/5.1.3/ix_values.yaml b/stable/hexo-blog/5.3.0/ix_values.yaml similarity index 100% rename from stable/hexo-blog/5.1.3/ix_values.yaml rename to stable/hexo-blog/5.3.0/ix_values.yaml diff --git a/stable/hexo-blog/5.1.3/questions.yaml b/stable/hexo-blog/5.3.0/questions.yaml similarity index 100% rename from stable/hexo-blog/5.1.3/questions.yaml rename to stable/hexo-blog/5.3.0/questions.yaml diff --git a/stable/hexo-blog/5.1.3/templates/common.yaml b/stable/hexo-blog/5.3.0/templates/common.yaml similarity index 100% rename from stable/hexo-blog/5.1.3/templates/common.yaml rename to stable/hexo-blog/5.3.0/templates/common.yaml diff --git a/stable/homebox/6.1.3/values.yaml b/stable/hexo-blog/5.3.0/values.yaml similarity index 100% rename from stable/homebox/6.1.3/values.yaml rename to stable/hexo-blog/5.3.0/values.yaml diff --git a/stable/homarr/10.1.3/CHANGELOG.md b/stable/homarr/10.1.3/CHANGELOG.md deleted file mode 100644 index bd6122861be..00000000000 --- a/stable/homarr/10.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - -## [homarr-9.1.14](https://github.com/truecharts/charts/compare/homarr-9.1.13...homarr-9.1.14) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/ajnart/homarr to v0.14.6[@04763e5](https://github.com/04763e5) by renovate ([#17907](https://github.com/truecharts/charts/issues/17907)) - - -## [homarr-9.1.13](https://github.com/truecharts/charts/compare/homarr-9.1.12...homarr-9.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [homarr-9.1.12](https://github.com/truecharts/charts/compare/homarr-9.1.11...homarr-9.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [homarr-9.1.11](https://github.com/truecharts/charts/compare/homarr-9.1.10...homarr-9.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [homarr-9.1.10](https://github.com/truecharts/charts/compare/homarr-9.1.9...homarr-9.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [homarr-9.1.9](https://github.com/truecharts/charts/compare/homarr-9.1.8...homarr-9.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [homarr-9.1.8](https://github.com/truecharts/charts/compare/homarr-9.1.7...homarr-9.1.8) (2024-01-19) - -### Chore - - - -- update container image ghcr.io/ajnart/homarr to v0.14.4[@ee7babc](https://github.com/ee7babc) by renovate ([#17301](https://github.com/truecharts/charts/issues/17301)) - - - - -## [homarr-9.1.7](https://github.com/truecharts/charts/compare/homarr-9.1.6...homarr-9.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [homarr-9.1.6](https://github.com/truecharts/charts/compare/homarr-9.1.5...homarr-9.1.6) (2024-01-02) - -### Chore - - diff --git a/stable/homarr/10.1.3/Chart.yaml b/stable/homarr/10.1.3/Chart.yaml deleted file mode 100644 index 1f5c9043e32..00000000000 --- a/stable/homarr/10.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.15.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place. -home: https://truecharts.org/charts/stable/homarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/homarr.png -keywords: - - dashboard -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: homarr -sources: - - https://github.com/ajnart/homarr - - https://github.com/truecharts/charts/tree/master/charts/stable/homarr - - https://ghcr.io/ajnart/homarr -type: application -version: 10.1.3 diff --git a/stable/homarr/10.1.3/charts/common-18.0.3.tgz b/stable/homarr/10.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/homarr/10.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/homebridge/7.1.3/.helmignore b/stable/homarr/10.3.0/.helmignore similarity index 100% rename from stable/homebridge/7.1.3/.helmignore rename to stable/homarr/10.3.0/.helmignore diff --git a/stable/homarr/10.3.0/CHANGELOG.md b/stable/homarr/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..d56e5024660 --- /dev/null +++ b/stable/homarr/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [homarr-10.3.0](https://github.com/truecharts/charts/compare/homarr-10.2.3...homarr-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [homarr-10.2.3](https://github.com/truecharts/charts/compare/homarr-10.2.2...homarr-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [homarr-10.2.2](https://github.com/truecharts/charts/compare/homarr-10.2.0...homarr-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + +## [homarr-9.1.14](https://github.com/truecharts/charts/compare/homarr-9.1.13...homarr-9.1.14) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/ajnart/homarr to v0.14.6[@04763e5](https://github.com/04763e5) by renovate ([#17907](https://github.com/truecharts/charts/issues/17907)) + + +## [homarr-9.1.13](https://github.com/truecharts/charts/compare/homarr-9.1.12...homarr-9.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [homarr-9.1.12](https://github.com/truecharts/charts/compare/homarr-9.1.11...homarr-9.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [homarr-9.1.11](https://github.com/truecharts/charts/compare/homarr-9.1.10...homarr-9.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [homarr-9.1.10](https://github.com/truecharts/charts/compare/homarr-9.1.9...homarr-9.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [homarr-9.1.9](https://github.com/truecharts/charts/compare/homarr-9.1.8...homarr-9.1.9) (2024-01-21) + +### Chore + diff --git a/stable/homarr/10.3.0/Chart.yaml b/stable/homarr/10.3.0/Chart.yaml new file mode 100644 index 00000000000..e0f888c34b3 --- /dev/null +++ b/stable/homarr/10.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.15.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place. +home: https://truecharts.org/charts/stable/homarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/homarr.png +keywords: + - dashboard +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: homarr +sources: + - https://github.com/ajnart/homarr + - https://github.com/truecharts/charts/tree/master/charts/stable/homarr + - https://ghcr.io/ajnart/homarr +type: application +version: 10.3.0 diff --git a/stable/homarr/10.1.3/README.md b/stable/homarr/10.3.0/README.md similarity index 100% rename from stable/homarr/10.1.3/README.md rename to stable/homarr/10.3.0/README.md diff --git a/stable/homarr/10.3.0/app-changelog.md b/stable/homarr/10.3.0/app-changelog.md new file mode 100644 index 00000000000..1553f1259d4 --- /dev/null +++ b/stable/homarr/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [homarr-10.3.0](https://github.com/truecharts/charts/compare/homarr-10.2.3...homarr-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/homarr/10.1.3/app-readme.md b/stable/homarr/10.3.0/app-readme.md similarity index 100% rename from stable/homarr/10.1.3/app-readme.md rename to stable/homarr/10.3.0/app-readme.md diff --git a/stable/homarr/10.3.0/charts/common-18.2.0.tgz b/stable/homarr/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/homarr/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/homarr/10.1.3/ix_values.yaml b/stable/homarr/10.3.0/ix_values.yaml similarity index 100% rename from stable/homarr/10.1.3/ix_values.yaml rename to stable/homarr/10.3.0/ix_values.yaml diff --git a/stable/homarr/10.1.3/questions.yaml b/stable/homarr/10.3.0/questions.yaml similarity index 100% rename from stable/homarr/10.1.3/questions.yaml rename to stable/homarr/10.3.0/questions.yaml diff --git a/stable/homebridge/7.1.3/templates/NOTES.txt b/stable/homarr/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/homebridge/7.1.3/templates/NOTES.txt rename to stable/homarr/10.3.0/templates/NOTES.txt diff --git a/stable/homarr/10.1.3/templates/_secrets.tpl b/stable/homarr/10.3.0/templates/_secrets.tpl similarity index 100% rename from stable/homarr/10.1.3/templates/_secrets.tpl rename to stable/homarr/10.3.0/templates/_secrets.tpl diff --git a/stable/homarr/10.1.3/templates/common.yaml b/stable/homarr/10.3.0/templates/common.yaml similarity index 100% rename from stable/homarr/10.1.3/templates/common.yaml rename to stable/homarr/10.3.0/templates/common.yaml diff --git a/stable/homebridge/7.1.3/values.yaml b/stable/homarr/10.3.0/values.yaml similarity index 100% rename from stable/homebridge/7.1.3/values.yaml rename to stable/homarr/10.3.0/values.yaml diff --git a/stable/home-assistant/24.2.0/CHANGELOG.md b/stable/home-assistant/24.2.0/CHANGELOG.md deleted file mode 100644 index 0daecb27944..00000000000 --- a/stable/home-assistant/24.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - -## [home-assistant-23.1.0](https://github.com/truecharts/charts/compare/home-assistant-23.0.14...home-assistant-23.1.0) (2024-02-12) - -### Chore - - - -- update container image homeassistant/home-assistant to v2024.2.1[@5808ca4](https://github.com/5808ca4) by renovate ([#18192](https://github.com/truecharts/charts/issues/18192)) - - -## [home-assistant-23.0.14](https://github.com/truecharts/charts/compare/home-assistant-23.0.13...home-assistant-23.0.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [home-assistant-23.0.13](https://github.com/truecharts/charts/compare/home-assistant-23.0.12...home-assistant-23.0.13) (2024-02-02) - -### Chore - - - -- update container image homeassistant/home-assistant to v2024.1.6[@3c571dc](https://github.com/3c571dc) by renovate ([#17788](https://github.com/truecharts/charts/issues/17788)) - - -## [home-assistant-23.0.12](https://github.com/truecharts/charts/compare/home-assistant-23.0.11...home-assistant-23.0.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [home-assistant-23.0.11](https://github.com/truecharts/charts/compare/home-assistant-23.0.10...home-assistant-23.0.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [home-assistant-23.0.10](https://github.com/truecharts/charts/compare/home-assistant-23.0.9...home-assistant-23.0.10) (2024-01-21) - -### Fix - - - -- correct default file copy ([#17473](https://github.com/truecharts/charts/issues/17473)) - - -## [home-assistant-23.0.9](https://github.com/truecharts/charts/compare/home-assistant-23.0.8...home-assistant-23.0.9) (2024-01-21) - -### Fix - - - -- fix script ([#17463](https://github.com/truecharts/charts/issues/17463)) - - -## [home-assistant-23.0.8](https://github.com/truecharts/charts/compare/home-assistant-23.0.7...home-assistant-23.0.8) (2024-01-21) - -### Chore - - - -- update db url always ([#17460](https://github.com/truecharts/charts/issues/17460)) - - -## [home-assistant-23.0.7](https://github.com/truecharts/charts/compare/home-assistant-23.0.6...home-assistant-23.0.7) (2024-01-21) diff --git a/stable/home-assistant/24.2.0/Chart.yaml b/stable/home-assistant/24.2.0/Chart.yaml deleted file mode 100644 index c7162e36e52..00000000000 --- a/stable/home-assistant/24.2.0/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.2.3 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: home-assistant App for TrueNAS SCALE -home: https://truecharts.org/charts/stable/home-assistant -icon: https://truecharts.org/img/hotlink-ok/chart-icons/home-assistant.png -keywords: - - home-assistant - - home-automation - - hass -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: home-assistant -sources: - - https://github.com/cdr/code-server - - https://github.com/home-assistant/home-assistant - - https://github.com/truecharts/charts/tree/master/charts/stable/home-assistant - - https://hub.docker.com/r/homeassistant/home-assistant -type: application -version: 24.2.0 diff --git a/stable/home-assistant/24.2.0/charts/common-18.1.2.tgz b/stable/home-assistant/24.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/home-assistant/24.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/home-assistant/24.2.0/ix_values.yaml b/stable/home-assistant/24.2.0/ix_values.yaml deleted file mode 100644 index be7b4895b5a..00000000000 --- a/stable/home-assistant/24.2.0/ix_values.yaml +++ /dev/null @@ -1,153 +0,0 @@ -image: - repository: homeassistant/home-assistant - pullPolicy: IfNotPresent - tag: 2024.2.3@sha256:c4b82b1381732ac81cbedf51c80ae69a19e959197c15befd395b03a34b36483a -service: - main: - ports: - main: - port: 8123 - targetPort: 8123 -workload: - main: - podSpec: - initContainers: - init: - type: init - enabled: true - imageSelector: yqImage - command: /config/init/init.sh -# # Enable devices to be discoverable -# hostNetwork: true - -# # When hostNetwork is true set dnsPolicy to ClusterFirstWithHostNet -# dnsPolicy: ClusterFirstWithHostNet -homeassistant: - trusted_proxies: [] -# Enable a prometheus-operator servicemonitor -prometheus: - serviceMonitor: - enabled: false - # interval: 1m - # additionalLabels: {} -persistence: - config: - enabled: true - mountPath: /config - targetSelectAll: true - init: - enabled: true - type: configmap - objectName: init - mountPath: "/config/init" - defaultMode: "0777" - readOnly: true - targetSelector: - main: - init: {} -configmap: - init: - enabled: true - data: - init.sh: |- - #!/bin/sh - {{- $haDBURL := (printf "%s?client_encoding=utf8" ($.Values.cnpg.main.creds.std | trimAll "\"")) }} - config="/config/configuration.yaml" - default="/config/init" - if [ ! -f "$config" ]; then - echo "File [$config] does NOT exist. Creating..." - cp "$default/configuration.yaml.default" "$config" - fi - if ! grep -q "recorder:" "$config"; then - echo "Section [recorder] does NOT exist in [$config]. Appending..." - echo "" >> "$config" - cat "$default/recorder.default" >> "$config" - fi - if ! grep -q "http:" "$config"; then - echo "Section [http] does NOT exist in [$config]. Appending..." - echo "" >> "$config" - cat "$default/http.default" >> "$config" - fi - - echo "Updating database URL" - yq -i '.recorder.db_url = "{{ $haDBURL }}"' "$config" - echo "Done" - - echo "Creating include files..." - for include_file in groups.yaml automations.yaml scripts.yaml scenes.yaml; do - if [ ! -f "/config/$include_file" ]; then - echo "File [$include_file] missing. Creating" - touch "/config/$include_file" - fi - done - - cd "/config" || echo "Could not change path to /config" - echo "Creating custom_components directory..." - mkdir -p "/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 -p "/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.cnpg.main.creds.std | trimAll "\"")) | quote }} - http.default: |- - http: - use_x_forwarded_for: true - trusted_proxies: - {{- if hasKey .Values "ixChartContext" }} - - {{ .Values.ixChartContext.kubernetes_config.cluster_cidr }} - {{- else }} - {{- range .Values.homeassistant.trusted_proxies }} - - {{ . }} - {{- end }} - {{- end }} -cnpg: - main: - enabled: true - user: home-assistant - database: home-assistant -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 - capabilities: - add: - - CAP_NET_RAW - - CAP_NET_BIND_SERVICE diff --git a/stable/home-assistant/24.2.0/questions.yaml b/stable/home-assistant/24.2.0/questions.yaml deleted file mode 100755 index 6fa63d1520b..00000000000 --- a/stable/home-assistant/24.2.0/questions.yaml +++ /dev/null @@ -1,3301 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 8123 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/homelablabelmaker/8.1.3/.helmignore b/stable/home-assistant/24.3.0/.helmignore similarity index 100% rename from stable/homelablabelmaker/8.1.3/.helmignore rename to stable/home-assistant/24.3.0/.helmignore diff --git a/stable/home-assistant/24.3.0/CHANGELOG.md b/stable/home-assistant/24.3.0/CHANGELOG.md new file mode 100644 index 00000000000..3f347206be8 --- /dev/null +++ b/stable/home-assistant/24.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [home-assistant-24.3.0](https://github.com/truecharts/charts/compare/home-assistant-24.2.4...home-assistant-24.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [home-assistant-24.2.4](https://github.com/truecharts/charts/compare/home-assistant-24.2.3...home-assistant-24.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [home-assistant-24.2.3](https://github.com/truecharts/charts/compare/home-assistant-24.2.1...home-assistant-24.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + +## [home-assistant-23.1.0](https://github.com/truecharts/charts/compare/home-assistant-23.0.14...home-assistant-23.1.0) (2024-02-12) + +### Chore + + + +- update container image homeassistant/home-assistant to v2024.2.1[@5808ca4](https://github.com/5808ca4) by renovate ([#18192](https://github.com/truecharts/charts/issues/18192)) + + +## [home-assistant-23.0.14](https://github.com/truecharts/charts/compare/home-assistant-23.0.13...home-assistant-23.0.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [home-assistant-23.0.13](https://github.com/truecharts/charts/compare/home-assistant-23.0.12...home-assistant-23.0.13) (2024-02-02) + +### Chore + + + +- update container image homeassistant/home-assistant to v2024.1.6[@3c571dc](https://github.com/3c571dc) by renovate ([#17788](https://github.com/truecharts/charts/issues/17788)) + + +## [home-assistant-23.0.12](https://github.com/truecharts/charts/compare/home-assistant-23.0.11...home-assistant-23.0.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [home-assistant-23.0.11](https://github.com/truecharts/charts/compare/home-assistant-23.0.10...home-assistant-23.0.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) diff --git a/stable/home-assistant/24.3.0/Chart.yaml b/stable/home-assistant/24.3.0/Chart.yaml new file mode 100644 index 00000000000..8e4307e4e12 --- /dev/null +++ b/stable/home-assistant/24.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.2.5 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: home-assistant App for TrueNAS SCALE +home: https://truecharts.org/charts/stable/home-assistant +icon: https://truecharts.org/img/hotlink-ok/chart-icons/home-assistant.png +keywords: + - home-assistant + - home-automation + - hass +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: home-assistant +sources: + - https://github.com/cdr/code-server + - https://github.com/home-assistant/home-assistant + - https://github.com/truecharts/charts/tree/master/charts/stable/home-assistant + - https://hub.docker.com/r/homeassistant/home-assistant +type: application +version: 24.3.0 diff --git a/stable/home-assistant/24.2.0/README.md b/stable/home-assistant/24.3.0/README.md similarity index 100% rename from stable/home-assistant/24.2.0/README.md rename to stable/home-assistant/24.3.0/README.md diff --git a/stable/home-assistant/24.3.0/app-changelog.md b/stable/home-assistant/24.3.0/app-changelog.md new file mode 100644 index 00000000000..bc111b695ab --- /dev/null +++ b/stable/home-assistant/24.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [home-assistant-24.3.0](https://github.com/truecharts/charts/compare/home-assistant-24.2.4...home-assistant-24.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/home-assistant/24.2.0/app-readme.md b/stable/home-assistant/24.3.0/app-readme.md similarity index 100% rename from stable/home-assistant/24.2.0/app-readme.md rename to stable/home-assistant/24.3.0/app-readme.md diff --git a/stable/home-assistant/24.3.0/charts/common-18.2.0.tgz b/stable/home-assistant/24.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/home-assistant/24.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/home-assistant/24.3.0/ix_values.yaml b/stable/home-assistant/24.3.0/ix_values.yaml new file mode 100644 index 00000000000..3f7b432a25e --- /dev/null +++ b/stable/home-assistant/24.3.0/ix_values.yaml @@ -0,0 +1,153 @@ +image: + repository: homeassistant/home-assistant + pullPolicy: IfNotPresent + tag: 2024.2.5@sha256:02304f6c5cdb817185e3a6f6db50aad97cf7206027c2a45fbf72da2d00588f4c +service: + main: + ports: + main: + port: 8123 + targetPort: 8123 +workload: + main: + podSpec: + initContainers: + init: + type: init + enabled: true + imageSelector: yqImage + command: /config/init/init.sh +# # Enable devices to be discoverable +# hostNetwork: true + +# # When hostNetwork is true set dnsPolicy to ClusterFirstWithHostNet +# dnsPolicy: ClusterFirstWithHostNet +homeassistant: + trusted_proxies: [] +# Enable a prometheus-operator servicemonitor +prometheus: + serviceMonitor: + enabled: false + # interval: 1m + # additionalLabels: {} +persistence: + config: + enabled: true + mountPath: /config + targetSelectAll: true + init: + enabled: true + type: configmap + objectName: init + mountPath: "/config/init" + defaultMode: "0777" + readOnly: true + targetSelector: + main: + init: {} +configmap: + init: + enabled: true + data: + init.sh: |- + #!/bin/sh + {{- $haDBURL := (printf "%s?client_encoding=utf8" ($.Values.cnpg.main.creds.std | trimAll "\"")) }} + config="/config/configuration.yaml" + default="/config/init" + if [ ! -f "$config" ]; then + echo "File [$config] does NOT exist. Creating..." + cp "$default/configuration.yaml.default" "$config" + fi + if ! grep -q "recorder:" "$config"; then + echo "Section [recorder] does NOT exist in [$config]. Appending..." + echo "" >> "$config" + cat "$default/recorder.default" >> "$config" + fi + if ! grep -q "http:" "$config"; then + echo "Section [http] does NOT exist in [$config]. Appending..." + echo "" >> "$config" + cat "$default/http.default" >> "$config" + fi + + echo "Updating database URL" + yq -i '.recorder.db_url = "{{ $haDBURL }}"' "$config" + echo "Done" + + echo "Creating include files..." + for include_file in groups.yaml automations.yaml scripts.yaml scenes.yaml; do + if [ ! -f "/config/$include_file" ]; then + echo "File [$include_file] missing. Creating" + touch "/config/$include_file" + fi + done + + cd "/config" || echo "Could not change path to /config" + echo "Creating custom_components directory..." + mkdir -p "/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 -p "/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.cnpg.main.creds.std | trimAll "\"")) | quote }} + http.default: |- + http: + use_x_forwarded_for: true + trusted_proxies: + {{- if hasKey .Values "ixChartContext" }} + - {{ .Values.ixChartContext.kubernetes_config.cluster_cidr }} + {{- else }} + {{- range .Values.homeassistant.trusted_proxies }} + - {{ . }} + {{- end }} + {{- end }} +cnpg: + main: + enabled: true + user: home-assistant + database: home-assistant +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 + capabilities: + add: + - CAP_NET_RAW + - CAP_NET_BIND_SERVICE diff --git a/stable/home-assistant/24.3.0/questions.yaml b/stable/home-assistant/24.3.0/questions.yaml new file mode 100755 index 00000000000..5217746d65b --- /dev/null +++ b/stable/home-assistant/24.3.0/questions.yaml @@ -0,0 +1,3259 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 8123 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/homelablabelmaker/8.1.3/templates/NOTES.txt b/stable/home-assistant/24.3.0/templates/NOTES.txt similarity index 100% rename from stable/homelablabelmaker/8.1.3/templates/NOTES.txt rename to stable/home-assistant/24.3.0/templates/NOTES.txt diff --git a/stable/home-assistant/24.2.0/templates/common.yaml b/stable/home-assistant/24.3.0/templates/common.yaml similarity index 100% rename from stable/home-assistant/24.2.0/templates/common.yaml rename to stable/home-assistant/24.3.0/templates/common.yaml diff --git a/stable/homelablabelmaker/8.1.3/values.yaml b/stable/home-assistant/24.3.0/values.yaml similarity index 100% rename from stable/homelablabelmaker/8.1.3/values.yaml rename to stable/home-assistant/24.3.0/values.yaml diff --git a/stable/homebox/6.1.3/CHANGELOG.md b/stable/homebox/6.1.3/CHANGELOG.md deleted file mode 100644 index aa1caf24da5..00000000000 --- a/stable/homebox/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [homebox-5.1.12](https://github.com/truecharts/charts/compare/homebox-5.1.11...homebox-5.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [homebox-5.1.11](https://github.com/truecharts/charts/compare/homebox-5.1.10...homebox-5.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [homebox-5.1.10](https://github.com/truecharts/charts/compare/homebox-5.1.9...homebox-5.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [homebox-5.1.9](https://github.com/truecharts/charts/compare/homebox-5.1.8...homebox-5.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [homebox-5.1.8](https://github.com/truecharts/charts/compare/homebox-5.1.7...homebox-5.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [homebox-5.1.7](https://github.com/truecharts/charts/compare/homebox-5.1.6...homebox-5.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [homebox-5.1.6](https://github.com/truecharts/charts/compare/homebox-5.1.5...homebox-5.1.6) (2024-01-08) - -### Chore - - - -- update container image ghcr.io/hay-kot/homebox to v0.10.3[@b1fbca6](https://github.com/b1fbca6) by renovate ([#16992](https://github.com/truecharts/charts/issues/16992)) - - -## [homebox-5.1.5](https://github.com/truecharts/charts/compare/homebox-5.1.4...homebox-5.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [homebox-5.1.4](https://github.com/truecharts/charts/compare/homebox-5.1.3...homebox-5.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/homebox/6.1.3/Chart.yaml b/stable/homebox/6.1.3/Chart.yaml deleted file mode 100644 index 0d9adb5f110..00000000000 --- a/stable/homebox/6.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: inventory - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.10.3 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Inventory and organization system built for the Home User. -home: https://truecharts.org/charts/stable/homebox -icon: https://truecharts.org/img/hotlink-ok/chart-icons/homebox.png -keywords: - - homebox - - inventory -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: homebox -sources: - - https://github.com/hay-kot/homebox - - https://github.com/truecharts/charts/tree/master/charts/stable/homebox - - https://ghcr.io/hay-kot/homebox -type: application -version: 6.1.3 diff --git a/stable/homebox/6.1.3/charts/common-18.0.3.tgz b/stable/homebox/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/homebox/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/homepage/7.2.0/.helmignore b/stable/homebox/6.3.0/.helmignore similarity index 100% rename from stable/homepage/7.2.0/.helmignore rename to stable/homebox/6.3.0/.helmignore diff --git a/stable/homebox/6.3.0/CHANGELOG.md b/stable/homebox/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..0cb55113ddd --- /dev/null +++ b/stable/homebox/6.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [homebox-6.3.0](https://github.com/truecharts/charts/compare/homebox-6.2.3...homebox-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [homebox-6.2.3](https://github.com/truecharts/charts/compare/homebox-6.2.2...homebox-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [homebox-6.2.2](https://github.com/truecharts/charts/compare/homebox-6.2.0...homebox-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [homebox-5.1.12](https://github.com/truecharts/charts/compare/homebox-5.1.11...homebox-5.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [homebox-5.1.11](https://github.com/truecharts/charts/compare/homebox-5.1.10...homebox-5.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [homebox-5.1.10](https://github.com/truecharts/charts/compare/homebox-5.1.9...homebox-5.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [homebox-5.1.9](https://github.com/truecharts/charts/compare/homebox-5.1.8...homebox-5.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [homebox-5.1.8](https://github.com/truecharts/charts/compare/homebox-5.1.7...homebox-5.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [homebox-5.1.7](https://github.com/truecharts/charts/compare/homebox-5.1.6...homebox-5.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/homebox/6.3.0/Chart.yaml b/stable/homebox/6.3.0/Chart.yaml new file mode 100644 index 00000000000..bcf4422edea --- /dev/null +++ b/stable/homebox/6.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: inventory + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.10.3 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Inventory and organization system built for the Home User. +home: https://truecharts.org/charts/stable/homebox +icon: https://truecharts.org/img/hotlink-ok/chart-icons/homebox.png +keywords: + - homebox + - inventory +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: homebox +sources: + - https://github.com/hay-kot/homebox + - https://github.com/truecharts/charts/tree/master/charts/stable/homebox + - https://ghcr.io/hay-kot/homebox +type: application +version: 6.3.0 diff --git a/stable/homebox/6.1.3/README.md b/stable/homebox/6.3.0/README.md similarity index 100% rename from stable/homebox/6.1.3/README.md rename to stable/homebox/6.3.0/README.md diff --git a/stable/homebox/6.3.0/app-changelog.md b/stable/homebox/6.3.0/app-changelog.md new file mode 100644 index 00000000000..d7e5641d53a --- /dev/null +++ b/stable/homebox/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [homebox-6.3.0](https://github.com/truecharts/charts/compare/homebox-6.2.3...homebox-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/homebox/6.1.3/app-readme.md b/stable/homebox/6.3.0/app-readme.md similarity index 100% rename from stable/homebox/6.1.3/app-readme.md rename to stable/homebox/6.3.0/app-readme.md diff --git a/stable/homebox/6.3.0/charts/common-18.2.0.tgz b/stable/homebox/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/homebox/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/homebox/6.1.3/ix_values.yaml b/stable/homebox/6.3.0/ix_values.yaml similarity index 100% rename from stable/homebox/6.1.3/ix_values.yaml rename to stable/homebox/6.3.0/ix_values.yaml diff --git a/stable/homebox/6.1.3/questions.yaml b/stable/homebox/6.3.0/questions.yaml similarity index 100% rename from stable/homebox/6.1.3/questions.yaml rename to stable/homebox/6.3.0/questions.yaml diff --git a/stable/homepage/7.2.0/templates/NOTES.txt b/stable/homebox/6.3.0/templates/NOTES.txt similarity index 100% rename from stable/homepage/7.2.0/templates/NOTES.txt rename to stable/homebox/6.3.0/templates/NOTES.txt diff --git a/stable/homebox/6.1.3/templates/_secret.tpl b/stable/homebox/6.3.0/templates/_secret.tpl similarity index 100% rename from stable/homebox/6.1.3/templates/_secret.tpl rename to stable/homebox/6.3.0/templates/_secret.tpl diff --git a/stable/homebox/6.1.3/templates/common.yaml b/stable/homebox/6.3.0/templates/common.yaml similarity index 100% rename from stable/homebox/6.1.3/templates/common.yaml rename to stable/homebox/6.3.0/templates/common.yaml diff --git a/stable/homepage/7.2.0/values.yaml b/stable/homebox/6.3.0/values.yaml similarity index 100% rename from stable/homepage/7.2.0/values.yaml rename to stable/homebox/6.3.0/values.yaml diff --git a/stable/homebridge/7.1.3/CHANGELOG.md b/stable/homebridge/7.1.3/CHANGELOG.md deleted file mode 100644 index 7b79ade66d0..00000000000 --- a/stable/homebridge/7.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [homebridge-6.1.14](https://github.com/truecharts/charts/compare/homebridge-6.1.13...homebridge-6.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [homebridge-6.1.13](https://github.com/truecharts/charts/compare/homebridge-6.1.12...homebridge-6.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [homebridge-6.1.12](https://github.com/truecharts/charts/compare/homebridge-6.1.11...homebridge-6.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [homebridge-6.1.11](https://github.com/truecharts/charts/compare/homebridge-6.1.10...homebridge-6.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [homebridge-6.1.10](https://github.com/truecharts/charts/compare/homebridge-6.1.9...homebridge-6.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [homebridge-6.1.9](https://github.com/truecharts/charts/compare/homebridge-6.1.8...homebridge-6.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [homebridge-6.1.8](https://github.com/truecharts/charts/compare/homebridge-6.1.7...homebridge-6.1.8) (2024-01-03) - -### Chore - - - -- update container image homebridge/homebridge to 2023-12-30[@309e3ac](https://github.com/309e3ac) by renovate ([#16775](https://github.com/truecharts/charts/issues/16775)) - - -## [homebridge-6.1.7](https://github.com/truecharts/charts/compare/homebridge-6.1.6...homebridge-6.1.7) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [homebridge-6.1.6](https://github.com/truecharts/charts/compare/homebridge-6.1.4...homebridge-6.1.6) (2024-01-02) - -### Chore - - - -- fix some refs ([#16749](https://github.com/truecharts/charts/issues/16749)) - diff --git a/stable/homebridge/7.1.3/Chart.yaml b/stable/homebridge/7.1.3/Chart.yaml deleted file mode 100644 index d09661da06e..00000000000 --- a/stable/homebridge/7.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2023.12.30 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A lightweight NodeJS server that emulates the iOS HomeKit API -home: https://truecharts.org/charts/stable/homebridge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/homebridge.png -keywords: - - homebridge - - homekit -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: homebridge -sources: - - https://github.com/oznu/docker-homebridge - - https://homebridge.io/ - - https://github.com/truecharts/charts/tree/master/charts/stable/homebridge - - https://hub.docker.com/r/homebridge/homebridge -type: application -version: 7.1.3 diff --git a/stable/homebridge/7.1.3/charts/common-18.0.3.tgz b/stable/homebridge/7.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/homebridge/7.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/homer/9.1.3/.helmignore b/stable/homebridge/7.3.0/.helmignore similarity index 100% rename from stable/homer/9.1.3/.helmignore rename to stable/homebridge/7.3.0/.helmignore diff --git a/stable/homebridge/7.3.0/CHANGELOG.md b/stable/homebridge/7.3.0/CHANGELOG.md new file mode 100644 index 00000000000..c4b90bcffc7 --- /dev/null +++ b/stable/homebridge/7.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [homebridge-7.3.0](https://github.com/truecharts/charts/compare/homebridge-7.2.3...homebridge-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [homebridge-7.2.3](https://github.com/truecharts/charts/compare/homebridge-7.2.2...homebridge-7.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [homebridge-7.2.2](https://github.com/truecharts/charts/compare/homebridge-7.2.0...homebridge-7.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [homebridge-6.1.14](https://github.com/truecharts/charts/compare/homebridge-6.1.13...homebridge-6.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [homebridge-6.1.13](https://github.com/truecharts/charts/compare/homebridge-6.1.12...homebridge-6.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [homebridge-6.1.12](https://github.com/truecharts/charts/compare/homebridge-6.1.11...homebridge-6.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [homebridge-6.1.11](https://github.com/truecharts/charts/compare/homebridge-6.1.10...homebridge-6.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [homebridge-6.1.10](https://github.com/truecharts/charts/compare/homebridge-6.1.9...homebridge-6.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [homebridge-6.1.9](https://github.com/truecharts/charts/compare/homebridge-6.1.8...homebridge-6.1.9) (2024-01-09) + +### Chore + + diff --git a/stable/homebridge/7.3.0/Chart.yaml b/stable/homebridge/7.3.0/Chart.yaml new file mode 100644 index 00000000000..f4aac6cd377 --- /dev/null +++ b/stable/homebridge/7.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2023.12.30 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A lightweight NodeJS server that emulates the iOS HomeKit API +home: https://truecharts.org/charts/stable/homebridge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/homebridge.png +keywords: + - homebridge + - homekit +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: homebridge +sources: + - https://github.com/oznu/docker-homebridge + - https://homebridge.io/ + - https://github.com/truecharts/charts/tree/master/charts/stable/homebridge + - https://hub.docker.com/r/homebridge/homebridge +type: application +version: 7.3.0 diff --git a/stable/homebridge/7.1.3/README.md b/stable/homebridge/7.3.0/README.md similarity index 100% rename from stable/homebridge/7.1.3/README.md rename to stable/homebridge/7.3.0/README.md diff --git a/stable/homebridge/7.3.0/app-changelog.md b/stable/homebridge/7.3.0/app-changelog.md new file mode 100644 index 00000000000..9478d00368d --- /dev/null +++ b/stable/homebridge/7.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [homebridge-7.3.0](https://github.com/truecharts/charts/compare/homebridge-7.2.3...homebridge-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/homebridge/7.1.3/app-readme.md b/stable/homebridge/7.3.0/app-readme.md similarity index 100% rename from stable/homebridge/7.1.3/app-readme.md rename to stable/homebridge/7.3.0/app-readme.md diff --git a/stable/homebridge/7.3.0/charts/common-18.2.0.tgz b/stable/homebridge/7.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/homebridge/7.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/homebridge/7.1.3/ix_values.yaml b/stable/homebridge/7.3.0/ix_values.yaml similarity index 100% rename from stable/homebridge/7.1.3/ix_values.yaml rename to stable/homebridge/7.3.0/ix_values.yaml diff --git a/stable/homebridge/7.1.3/questions.yaml b/stable/homebridge/7.3.0/questions.yaml similarity index 100% rename from stable/homebridge/7.1.3/questions.yaml rename to stable/homebridge/7.3.0/questions.yaml diff --git a/stable/homer/9.1.3/templates/NOTES.txt b/stable/homebridge/7.3.0/templates/NOTES.txt similarity index 100% rename from stable/homer/9.1.3/templates/NOTES.txt rename to stable/homebridge/7.3.0/templates/NOTES.txt diff --git a/stable/homer/9.1.3/templates/common.yaml b/stable/homebridge/7.3.0/templates/common.yaml similarity index 100% rename from stable/homer/9.1.3/templates/common.yaml rename to stable/homebridge/7.3.0/templates/common.yaml diff --git a/stable/homer/9.1.3/values.yaml b/stable/homebridge/7.3.0/values.yaml similarity index 100% rename from stable/homer/9.1.3/values.yaml rename to stable/homebridge/7.3.0/values.yaml diff --git a/stable/homelablabelmaker/8.1.3/CHANGELOG.md b/stable/homelablabelmaker/8.1.3/CHANGELOG.md deleted file mode 100644 index 4adaf9fbca7..00000000000 --- a/stable/homelablabelmaker/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [homelablabelmaker-7.1.11](https://github.com/truecharts/charts/compare/homelablabelmaker-7.1.10...homelablabelmaker-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [homelablabelmaker-7.1.10](https://github.com/truecharts/charts/compare/homelablabelmaker-7.1.9...homelablabelmaker-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [homelablabelmaker-7.1.9](https://github.com/truecharts/charts/compare/homelablabelmaker-7.1.8...homelablabelmaker-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [homelablabelmaker-7.1.8](https://github.com/truecharts/charts/compare/homelablabelmaker-7.1.7...homelablabelmaker-7.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [homelablabelmaker-7.1.7](https://github.com/truecharts/charts/compare/homelablabelmaker-7.1.6...homelablabelmaker-7.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [homelablabelmaker-7.1.6](https://github.com/truecharts/charts/compare/homelablabelmaker-7.1.5...homelablabelmaker-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [homelablabelmaker-7.1.5](https://github.com/truecharts/charts/compare/homelablabelmaker-7.1.4...homelablabelmaker-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [homelablabelmaker-7.1.4](https://github.com/truecharts/charts/compare/homelablabelmaker-7.1.3...homelablabelmaker-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [homelablabelmaker-7.1.3](https://github.com/truecharts/charts/compare/homelablabelmaker-7.1.0...homelablabelmaker-7.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/homelablabelmaker/8.1.3/Chart.yaml b/stable/homelablabelmaker/8.1.3/Chart.yaml deleted file mode 100644 index c5311e64bd2..00000000000 --- a/stable/homelablabelmaker/8.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: DIY tool to create and print labels for Dell Poweredge and HP Proliant drive caddies. -home: https://truecharts.org/charts/stable/homelablabelmaker -icon: https://truecharts.org/img/hotlink-ok/chart-icons/homelablabelmaker.png -keywords: - - homelablabelmaker - - Tools-Utilities - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: homelablabelmaker -sources: - - https://github.com/DavidSpek/homelablabelmaker - - https://github.com/truecharts/charts/tree/master/charts/stable/homelablabelmaker - - https://hub.docker.com/r/davidspek/homelablabelmaker -type: application -version: 8.1.3 diff --git a/stable/homelablabelmaker/8.1.3/charts/common-18.0.3.tgz b/stable/homelablabelmaker/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/homelablabelmaker/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/hoobs/5.1.3/.helmignore b/stable/homelablabelmaker/8.3.0/.helmignore similarity index 100% rename from stable/hoobs/5.1.3/.helmignore rename to stable/homelablabelmaker/8.3.0/.helmignore diff --git a/stable/homelablabelmaker/8.3.0/CHANGELOG.md b/stable/homelablabelmaker/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..4c7a7821424 --- /dev/null +++ b/stable/homelablabelmaker/8.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [homelablabelmaker-8.3.0](https://github.com/truecharts/charts/compare/homelablabelmaker-8.2.3...homelablabelmaker-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [homelablabelmaker-8.2.3](https://github.com/truecharts/charts/compare/homelablabelmaker-8.2.2...homelablabelmaker-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [homelablabelmaker-8.2.2](https://github.com/truecharts/charts/compare/homelablabelmaker-8.2.0...homelablabelmaker-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [homelablabelmaker-7.1.11](https://github.com/truecharts/charts/compare/homelablabelmaker-7.1.10...homelablabelmaker-7.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [homelablabelmaker-7.1.10](https://github.com/truecharts/charts/compare/homelablabelmaker-7.1.9...homelablabelmaker-7.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [homelablabelmaker-7.1.9](https://github.com/truecharts/charts/compare/homelablabelmaker-7.1.8...homelablabelmaker-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [homelablabelmaker-7.1.8](https://github.com/truecharts/charts/compare/homelablabelmaker-7.1.7...homelablabelmaker-7.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [homelablabelmaker-7.1.7](https://github.com/truecharts/charts/compare/homelablabelmaker-7.1.6...homelablabelmaker-7.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [homelablabelmaker-7.1.6](https://github.com/truecharts/charts/compare/homelablabelmaker-7.1.5...homelablabelmaker-7.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/homelablabelmaker/8.3.0/Chart.yaml b/stable/homelablabelmaker/8.3.0/Chart.yaml new file mode 100644 index 00000000000..8c862080272 --- /dev/null +++ b/stable/homelablabelmaker/8.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: DIY tool to create and print labels for Dell Poweredge and HP Proliant drive caddies. +home: https://truecharts.org/charts/stable/homelablabelmaker +icon: https://truecharts.org/img/hotlink-ok/chart-icons/homelablabelmaker.png +keywords: + - homelablabelmaker + - Tools-Utilities + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: homelablabelmaker +sources: + - https://github.com/DavidSpek/homelablabelmaker + - https://github.com/truecharts/charts/tree/master/charts/stable/homelablabelmaker + - https://hub.docker.com/r/davidspek/homelablabelmaker +type: application +version: 8.3.0 diff --git a/stable/homelablabelmaker/8.1.3/README.md b/stable/homelablabelmaker/8.3.0/README.md similarity index 100% rename from stable/homelablabelmaker/8.1.3/README.md rename to stable/homelablabelmaker/8.3.0/README.md diff --git a/stable/homelablabelmaker/8.3.0/app-changelog.md b/stable/homelablabelmaker/8.3.0/app-changelog.md new file mode 100644 index 00000000000..a3dc2fb8555 --- /dev/null +++ b/stable/homelablabelmaker/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [homelablabelmaker-8.3.0](https://github.com/truecharts/charts/compare/homelablabelmaker-8.2.3...homelablabelmaker-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/homelablabelmaker/8.1.3/app-readme.md b/stable/homelablabelmaker/8.3.0/app-readme.md similarity index 100% rename from stable/homelablabelmaker/8.1.3/app-readme.md rename to stable/homelablabelmaker/8.3.0/app-readme.md diff --git a/stable/homelablabelmaker/8.3.0/charts/common-18.2.0.tgz b/stable/homelablabelmaker/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/homelablabelmaker/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/homelablabelmaker/8.1.3/ix_values.yaml b/stable/homelablabelmaker/8.3.0/ix_values.yaml similarity index 100% rename from stable/homelablabelmaker/8.1.3/ix_values.yaml rename to stable/homelablabelmaker/8.3.0/ix_values.yaml diff --git a/stable/homelablabelmaker/8.1.3/questions.yaml b/stable/homelablabelmaker/8.3.0/questions.yaml similarity index 100% rename from stable/homelablabelmaker/8.1.3/questions.yaml rename to stable/homelablabelmaker/8.3.0/questions.yaml diff --git a/stable/htpcmanager/9.1.3/templates/NOTES.txt b/stable/homelablabelmaker/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/htpcmanager/9.1.3/templates/NOTES.txt rename to stable/homelablabelmaker/8.3.0/templates/NOTES.txt diff --git a/stable/homelablabelmaker/8.1.3/templates/common.yaml b/stable/homelablabelmaker/8.3.0/templates/common.yaml similarity index 100% rename from stable/homelablabelmaker/8.1.3/templates/common.yaml rename to stable/homelablabelmaker/8.3.0/templates/common.yaml diff --git a/stable/hoobs/5.1.3/values.yaml b/stable/homelablabelmaker/8.3.0/values.yaml similarity index 100% rename from stable/hoobs/5.1.3/values.yaml rename to stable/homelablabelmaker/8.3.0/values.yaml diff --git a/stable/homepage/7.2.0/CHANGELOG.md b/stable/homepage/7.2.0/CHANGELOG.md deleted file mode 100644 index a5976a31820..00000000000 --- a/stable/homepage/7.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - -## [homepage-6.3.14](https://github.com/truecharts/charts/compare/homepage-6.3.13...homepage-6.3.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [homepage-6.3.13](https://github.com/truecharts/charts/compare/homepage-6.3.12...homepage-6.3.13) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/gethomepage/homepage to v0.8.7[@06203a4](https://github.com/06203a4) by renovate ([#17670](https://github.com/truecharts/charts/issues/17670)) - - -## [homepage-6.3.12](https://github.com/truecharts/charts/compare/homepage-6.3.11...homepage-6.3.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [homepage-6.3.11](https://github.com/truecharts/charts/compare/homepage-6.3.10...homepage-6.3.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [homepage-6.3.10](https://github.com/truecharts/charts/compare/homepage-6.3.9...homepage-6.3.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [homepage-6.3.9](https://github.com/truecharts/charts/compare/homepage-6.3.8...homepage-6.3.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [homepage-6.3.8](https://github.com/truecharts/charts/compare/homepage-6.3.7...homepage-6.3.8) (2024-01-21) - -### Chore - - - -- update container image ghcr.io/gethomepage/homepage to v0.8.6[@d771f73](https://github.com/d771f73) by renovate ([#17416](https://github.com/truecharts/charts/issues/17416)) - - - - -## [homepage-6.3.7](https://github.com/truecharts/charts/compare/homepage-6.3.6...homepage-6.3.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - diff --git a/stable/homepage/7.2.0/Chart.yaml b/stable/homepage/7.2.0/Chart.yaml deleted file mode 100644 index 3583d3eb115..00000000000 --- a/stable/homepage/7.2.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: dashboard - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.8.8 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A highly customizable homepage -home: https://truecharts.org/charts/stable/homepage -icon: https://truecharts.org/img/hotlink-ok/chart-icons/homepage.png -keywords: - - homepage -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: homepage -sources: - - https://github.com/benphelps/homepage - - https://github.com/truecharts/charts/tree/master/charts/stable/homepage - - https://ghcr.io/gethomepage/homepage -type: application -version: 7.2.0 diff --git a/stable/homepage/7.2.0/charts/common-18.1.2.tgz b/stable/homepage/7.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/homepage/7.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/homepage/7.2.0/ix_values.yaml b/stable/homepage/7.2.0/ix_values.yaml deleted file mode 100644 index b6d46e97039..00000000000 --- a/stable/homepage/7.2.0/ix_values.yaml +++ /dev/null @@ -1,338 +0,0 @@ -image: - repository: ghcr.io/gethomepage/homepage - tag: v0.8.8@sha256:0f066a6d6fba3a810a85aa79a483302b0fee21139b67adaeb245edae5051f3e8 - pullPolicy: IfNotPresent - -workload: - main: - podSpec: - automountServiceAccountToken: true - initContainers: - init-config: - enabled: true - type: init - imageSelector: alpineImage - command: - - /bin/sh - - -c - - | - mkdir -p /app/config - if [ ! -f /app/config/bookmarks.yaml ]; then - echo "Bookmarks file not found, copying dummy..." - cp /dummy-config/bookmarks.yaml /app/config/bookmarks.yaml - echo "Config file copied, you can now edit it at /app/config/bookmarks.yaml" - fi - if [ ! -f /app/config/services.yaml ]; then - echo "services file not found, copying dummy..." - cp /dummy-config/services.yaml /app/config/services.yaml - echo "Config file copied, you can now edit it at /app/config/services.yaml" - fi - if [ ! -f /app/config/settings.yaml ]; then - echo "settings file not found, copying dummy..." - cp /dummy-config/settings.yaml /app/config/settings.yaml - echo "Config file copied, you can now edit it at /app/config/settings.yaml" - fi - if [ ! -f /app/config/widgets.yaml ]; then - echo "wdigets file not found, copying dummy..." - cp /dummy-config/widgets.yaml /app/config/widgets.yaml - echo "Config file copied, you can now edit it at /app/config/widgets.yaml" - fi - if [ ! -f /app/config/custom.css ]; then - echo "custom.css file not found, copying dummy..." - cp /dummy-config/custom.css /app/config/custom.css - echo "Config file copied, you can now edit it at /app/config/custom.css" - fi - if [ ! -f /app/config/custom.js ]; then - echo "custom.js file not found, copying dummy..." - cp /dummy-config/custom.js /app/config/custom.js - echo "Config file copied, you can now edit it at /app/config/custom.js" - fi -service: - main: - ports: - main: - port: 10352 - protocol: http - targetPort: 3000 -persistence: - config: - enabled: true - mountPath: /app/config - targetSelector: - main: - main: {} - init-config: {} - kubernetes-config: - enabled: true - mountPath: /app/config/kubernetes.yaml - subPath: kubernetes.yaml - readOnly: true - type: "configmap" - objectName: config - bookmarks-config: - # Only enable when not using homepageConfig - enabled: true - mountPath: /dummy-config/bookmarks.yaml - subPath: bookmarks.yaml - readOnly: true - type: "configmap" - objectName: config - targetSelector: - main: - init-config: {} - force-bookmarks-config: - # Only enable when not using homepageConfig - enabled: false - mountPath: /app/config/bookmarks.yaml - subPath: bookmarks.yaml - readOnly: true - type: "configmap" - objectName: config - settings-config: - # Only enable when not using homepageConfig - enabled: true - mountPath: /dummy-config/settings.yaml - subPath: settings.yaml - readOnly: true - type: "configmap" - objectName: config - targetSelector: - main: - init-config: {} - force-settings-config: - # Only enable when not using homepageConfig - enabled: false - mountPath: /app/config/settings.yaml - subPath: settings.yaml - readOnly: true - type: "configmap" - objectName: config - services-config: - # Only enable when not using homepageConfig - enabled: true - mountPath: /dummy-config/services.yaml - subPath: services.yaml - readOnly: true - type: "configmap" - objectName: config - targetSelector: - main: - init-config: {} - force-services-config: - # Only enable when not using homepageConfig - enabled: false - mountPath: /app/services/services.yaml - subPath: services.yaml - readOnly: true - type: "configmap" - objectName: config - widgets-config: - # Only enable when not using homepageConfig - enabled: true - mountPath: /dummy-config/widgets.yaml - subPath: widgets.yaml - readOnly: true - type: "configmap" - objectName: config - targetSelector: - main: - init-config: {} - force-widgets-config: - # Only enable when not using homepageConfig - enabled: false - mountPath: /app/config/widgets.yaml - subPath: widgets.yaml - readOnly: true - type: "configmap" - objectName: config - custom-css-config: - # Only enable when not using homepageConfig - enabled: true - mountPath: /dummy-config/custom.css - subPath: custom.css - readOnly: true - type: "configmap" - objectName: config - targetSelector: - main: - init-config: {} - force-custom-css-config: - # Only enable when not using homepageConfig - enabled: false - mountPath: /app/config/custom.css - subPath: custom.css - readOnly: true - type: "configmap" - objectName: config - custom-js-config: - # Only enable when not using homepageConfig - enabled: true - mountPath: /dummy-config/custom.js - subPath: custom.js - readOnly: true - type: "configmap" - objectName: config - targetSelector: - main: - init-config: {} - force-custom-js-config: - # Only enable when not using homepageConfig - enabled: false - mountPath: /app/config/custom.js - subPath: custom.js - readOnly: true - type: "configmap" - objectName: config - -portal: - open: - enabled: true -serviceAccount: - main: - enabled: true - primary: true - -podOptions: - dnsConfig: - options: - - name: ndots - value: "3" - -configmap: - config: - enabled: true - data: - custom.js: "" - custom.css: "" - kubernetes.yaml: | - mode: cluster - settings.yaml: | - --- - # For configuration options and examples, please see: - # https://gethomepage.dev/latest/configs/settings - - providers: - openweathermap: openweathermapapikey - weatherapi: weatherapiapikey - widgets.yaml: | - --- - # For configuration options and examples, please see: - # https://gethomepage.dev/latest/configs/widgets - - - resources: - cpu: true - memory: true - disk: / - - - search: - provider: duckduckgo - target: _blank - - services.yaml: | - --- - # For configuration options and examples, please see: - # https://gethomepage.dev/latest/configs/services - - - Arr: - - My First Service: - href: http://localhost/ - description: Homepage is awesome - - - Media: - - My Second Service: - href: http://localhost/ - description: Homepage is the best - - - Infra: - - My Third Service: - href: http://localhost/ - description: Homepage is 😎 - bookmarks.yaml: | - --- - # For configuration options and examples, please see: - # https://gethomepage.dev/latest/configs/bookmarks - - - Developer: - - Github: - - abbr: GH - href: https://github.com/ - - - Social: - - Reddit: - - abbr: RE - href: https://reddit.com/ - - - Entertainment: - - YouTube: - - abbr: YT - href: https://youtube.com/ - - - TrueCharts: - - TrueCharts: - - abbr: TC - icon: https://truecharts.org/svg/favicon.svg - href: https://truecharts.org - description: "TrueCharts Website" - - Github: - - abbr: GH - icon: https://github.com/fluidicon.png - href: https://github.com/truecharts - description: "TrueCharts GitHub" - - Open Collective: - - abbr: TC - icon: https://opencollective.com/favicon.ico - href: https://opencollective.com/truecharts - description: "TrueCharts Open Collective" - - Discord: - - abbr: DC - icon: https://t2.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://discord.com&size=32 - href: https://truecharts.org/s/discord - description: "TrueCharts Discord" - -forceConfigFromValues: false - -rbac: - main: - enabled: true - primary: true - clusterWide: true - rules: - - apiGroups: - - "" - resources: - - namespaces - - pods - - nodes - verbs: - - get - - list - - apiGroups: - - extensions - - networking.k8s.io - resources: - - ingresses - verbs: - - get - - list - - apiGroups: - - traefik.containo.us - - traefik.io - resources: - - ingressroutes - verbs: - - get - - list - - apiGroups: - - metrics.k8s.io - resources: - - nodes - - pods - verbs: - - get - - list - - apiGroups: - - apiextensions.k8s.io - resources: - - customresourcedefinitions/status - verbs: - - get diff --git a/stable/htpcmanager/9.1.3/.helmignore b/stable/homepage/7.3.0/.helmignore similarity index 100% rename from stable/htpcmanager/9.1.3/.helmignore rename to stable/homepage/7.3.0/.helmignore diff --git a/stable/homepage/7.3.0/CHANGELOG.md b/stable/homepage/7.3.0/CHANGELOG.md new file mode 100644 index 00000000000..6efb465a321 --- /dev/null +++ b/stable/homepage/7.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [homepage-7.3.0](https://github.com/truecharts/charts/compare/homepage-7.2.4...homepage-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [homepage-7.2.4](https://github.com/truecharts/charts/compare/homepage-7.2.3...homepage-7.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [homepage-7.2.3](https://github.com/truecharts/charts/compare/homepage-7.2.1...homepage-7.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + +## [homepage-6.3.14](https://github.com/truecharts/charts/compare/homepage-6.3.13...homepage-6.3.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [homepage-6.3.13](https://github.com/truecharts/charts/compare/homepage-6.3.12...homepage-6.3.13) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/gethomepage/homepage to v0.8.7[@06203a4](https://github.com/06203a4) by renovate ([#17670](https://github.com/truecharts/charts/issues/17670)) + + +## [homepage-6.3.12](https://github.com/truecharts/charts/compare/homepage-6.3.11...homepage-6.3.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [homepage-6.3.11](https://github.com/truecharts/charts/compare/homepage-6.3.10...homepage-6.3.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [homepage-6.3.10](https://github.com/truecharts/charts/compare/homepage-6.3.9...homepage-6.3.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) diff --git a/stable/homepage/7.3.0/Chart.yaml b/stable/homepage/7.3.0/Chart.yaml new file mode 100644 index 00000000000..c4034b3b4b1 --- /dev/null +++ b/stable/homepage/7.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: dashboard + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.8.8 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A highly customizable homepage +home: https://truecharts.org/charts/stable/homepage +icon: https://truecharts.org/img/hotlink-ok/chart-icons/homepage.png +keywords: + - homepage +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: homepage +sources: + - https://github.com/benphelps/homepage + - https://github.com/truecharts/charts/tree/master/charts/stable/homepage + - https://ghcr.io/gethomepage/homepage +type: application +version: 7.3.0 diff --git a/stable/homepage/7.2.0/README.md b/stable/homepage/7.3.0/README.md similarity index 100% rename from stable/homepage/7.2.0/README.md rename to stable/homepage/7.3.0/README.md diff --git a/stable/homepage/7.3.0/app-changelog.md b/stable/homepage/7.3.0/app-changelog.md new file mode 100644 index 00000000000..4ba4c4c7700 --- /dev/null +++ b/stable/homepage/7.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [homepage-7.3.0](https://github.com/truecharts/charts/compare/homepage-7.2.4...homepage-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/homepage/7.2.0/app-readme.md b/stable/homepage/7.3.0/app-readme.md similarity index 100% rename from stable/homepage/7.2.0/app-readme.md rename to stable/homepage/7.3.0/app-readme.md diff --git a/stable/homepage/7.3.0/charts/common-18.2.0.tgz b/stable/homepage/7.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/homepage/7.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/homepage/7.3.0/ix_values.yaml b/stable/homepage/7.3.0/ix_values.yaml new file mode 100644 index 00000000000..41b4db9b379 --- /dev/null +++ b/stable/homepage/7.3.0/ix_values.yaml @@ -0,0 +1,338 @@ +image: + repository: ghcr.io/gethomepage/homepage + tag: v0.8.8@sha256:0f066a6d6fba3a810a85aa79a483302b0fee21139b67adaeb245edae5051f3e8 + pullPolicy: IfNotPresent + +workload: + main: + podSpec: + automountServiceAccountToken: true + initContainers: + init-config: + enabled: true + type: init + imageSelector: alpineImage + command: + - /bin/sh + - -c + - | + mkdir -p /app/config + if [ ! -f /app/config/bookmarks.yaml ]; then + echo "Bookmarks file not found, copying dummy..." + cp /dummy-config/bookmarks.yaml /app/config/bookmarks.yaml + echo "Config file copied, you can now edit it at /app/config/bookmarks.yaml" + fi + if [ ! -f /app/config/services.yaml ]; then + echo "services file not found, copying dummy..." + cp /dummy-config/services.yaml /app/config/services.yaml + echo "Config file copied, you can now edit it at /app/config/services.yaml" + fi + if [ ! -f /app/config/settings.yaml ]; then + echo "settings file not found, copying dummy..." + cp /dummy-config/settings.yaml /app/config/settings.yaml + echo "Config file copied, you can now edit it at /app/config/settings.yaml" + fi + if [ ! -f /app/config/widgets.yaml ]; then + echo "widgets file not found, copying dummy..." + cp /dummy-config/widgets.yaml /app/config/widgets.yaml + echo "Config file copied, you can now edit it at /app/config/widgets.yaml" + fi + if [ ! -f /app/config/custom.css ]; then + echo "custom.css file not found, copying dummy..." + cp /dummy-config/custom.css /app/config/custom.css + echo "Config file copied, you can now edit it at /app/config/custom.css" + fi + if [ ! -f /app/config/custom.js ]; then + echo "custom.js file not found, copying dummy..." + cp /dummy-config/custom.js /app/config/custom.js + echo "Config file copied, you can now edit it at /app/config/custom.js" + fi +service: + main: + ports: + main: + port: 10352 + protocol: http + targetPort: 3000 +persistence: + config: + enabled: true + mountPath: /app/config + targetSelector: + main: + main: {} + init-config: {} + kubernetes-config: + enabled: true + mountPath: /app/config/kubernetes.yaml + subPath: kubernetes.yaml + readOnly: true + type: "configmap" + objectName: config + bookmarks-config: + # Only enable when not using forceConfigFromValues + enabled: "{{ not .Values.forceConfigFromValues }}" + mountPath: /dummy-config/bookmarks.yaml + subPath: bookmarks.yaml + readOnly: true + type: "configmap" + objectName: config + targetSelector: + main: + init-config: {} + force-bookmarks-config: + # Only enable when using forceConfigFromValues + enabled: "{{ .Values.forceConfigFromValues }}" + mountPath: /app/config/bookmarks.yaml + subPath: bookmarks.yaml + readOnly: true + type: "configmap" + objectName: config + settings-config: + # Only enable when not using forceConfigFromValues + enabled: "{{ not .Values.forceConfigFromValues }}" + mountPath: /dummy-config/settings.yaml + subPath: settings.yaml + readOnly: true + type: "configmap" + objectName: config + targetSelector: + main: + init-config: {} + force-settings-config: + # Only enable when using forceConfigFromValues + enabled: "{{ .Values.forceConfigFromValues }}" + mountPath: /app/config/settings.yaml + subPath: settings.yaml + readOnly: true + type: "configmap" + objectName: config + services-config: + # Only enable when not using forceConfigFromValues + enabled: "{{ not .Values.forceConfigFromValues }}" + mountPath: /dummy-config/services.yaml + subPath: services.yaml + readOnly: true + type: "configmap" + objectName: config + targetSelector: + main: + init-config: {} + force-services-config: + # Only enable when using forceConfigFromValues + enabled: "{{ .Values.forceConfigFromValues }}" + mountPath: /app/config/services.yaml + subPath: services.yaml + readOnly: true + type: "configmap" + objectName: config + widgets-config: + # Only enable when not using forceConfigFromValues + enabled: "{{ not .Values.forceConfigFromValues }}" + mountPath: /dummy-config/widgets.yaml + subPath: widgets.yaml + readOnly: true + type: "configmap" + objectName: config + targetSelector: + main: + init-config: {} + force-widgets-config: + # Only enable when using forceConfigFromValues + enabled: "{{ .Values.forceConfigFromValues }}" + mountPath: /app/config/widgets.yaml + subPath: widgets.yaml + readOnly: true + type: "configmap" + objectName: config + custom-css-config: + # Only enable when not using forceConfigFromValues + enabled: "{{ not .Values.forceConfigFromValues }}" + mountPath: /dummy-config/custom.css + subPath: custom.css + readOnly: true + type: "configmap" + objectName: config + targetSelector: + main: + init-config: {} + force-custom-css-config: + # Only enable when using forceConfigFromValues + enabled: "{{ .Values.forceConfigFromValues }}" + mountPath: /app/config/custom.css + subPath: custom.css + readOnly: true + type: "configmap" + objectName: config + custom-js-config: + # Only enable when not using forceConfigFromValues + enabled: "{{ not .Values.forceConfigFromValues }}" + mountPath: /dummy-config/custom.js + subPath: custom.js + readOnly: true + type: "configmap" + objectName: config + targetSelector: + main: + init-config: {} + force-custom-js-config: + # Only enable when using forceConfigFromValues + enabled: "{{ .Values.forceConfigFromValues }}" + mountPath: /app/config/custom.js + subPath: custom.js + readOnly: true + type: "configmap" + objectName: config + +portal: + open: + enabled: true +serviceAccount: + main: + enabled: true + primary: true + +podOptions: + dnsConfig: + options: + - name: ndots + value: "3" + +configmap: + config: + enabled: true + data: + custom.js: "" + custom.css: "" + kubernetes.yaml: | + mode: cluster + settings.yaml: | + --- + # For configuration options and examples, please see: + # https://gethomepage.dev/latest/configs/settings + + providers: + openweathermap: openweathermapapikey + weatherapi: weatherapiapikey + widgets.yaml: | + --- + # For configuration options and examples, please see: + # https://gethomepage.dev/latest/configs/widgets + + - resources: + cpu: true + memory: true + disk: / + + - search: + provider: duckduckgo + target: _blank + + services.yaml: | + --- + # For configuration options and examples, please see: + # https://gethomepage.dev/latest/configs/services + + - Arr: + - My First Service: + href: http://localhost/ + description: Homepage is awesome + + - Media: + - My Second Service: + href: http://localhost/ + description: Homepage is the best + + - Infra: + - My Third Service: + href: http://localhost/ + description: Homepage is 😎 + bookmarks.yaml: | + --- + # For configuration options and examples, please see: + # https://gethomepage.dev/latest/configs/bookmarks + + - Developer: + - Github: + - abbr: GH + href: https://github.com/ + + - Social: + - Reddit: + - abbr: RE + href: https://reddit.com/ + + - Entertainment: + - YouTube: + - abbr: YT + href: https://youtube.com/ + + - TrueCharts: + - TrueCharts: + - abbr: TC + icon: https://truecharts.org/svg/favicon.svg + href: https://truecharts.org + description: "TrueCharts Website" + - Github: + - abbr: GH + icon: https://github.com/fluidicon.png + href: https://github.com/truecharts + description: "TrueCharts GitHub" + - Open Collective: + - abbr: TC + icon: https://opencollective.com/favicon.ico + href: https://opencollective.com/truecharts + description: "TrueCharts Open Collective" + - Discord: + - abbr: DC + icon: https://t2.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://discord.com&size=32 + href: https://truecharts.org/s/discord + description: "TrueCharts Discord" + +forceConfigFromValues: false + +rbac: + main: + enabled: true + primary: true + clusterWide: true + rules: + - apiGroups: + - "" + resources: + - namespaces + - pods + - nodes + verbs: + - get + - list + - apiGroups: + - extensions + - networking.k8s.io + resources: + - ingresses + verbs: + - get + - list + - apiGroups: + - traefik.containo.us + - traefik.io + resources: + - ingressroutes + verbs: + - get + - list + - apiGroups: + - metrics.k8s.io + resources: + - nodes + - pods + verbs: + - get + - list + - apiGroups: + - apiextensions.k8s.io + resources: + - customresourcedefinitions/status + verbs: + - get diff --git a/stable/homepage/7.2.0/questions.yaml b/stable/homepage/7.3.0/questions.yaml similarity index 100% rename from stable/homepage/7.2.0/questions.yaml rename to stable/homepage/7.3.0/questions.yaml diff --git a/stable/humhub/7.5.0/templates/NOTES.txt b/stable/homepage/7.3.0/templates/NOTES.txt similarity index 100% rename from stable/humhub/7.5.0/templates/NOTES.txt rename to stable/homepage/7.3.0/templates/NOTES.txt diff --git a/stable/htpcmanager/9.1.3/templates/common.yaml b/stable/homepage/7.3.0/templates/common.yaml similarity index 100% rename from stable/htpcmanager/9.1.3/templates/common.yaml rename to stable/homepage/7.3.0/templates/common.yaml diff --git a/stable/htpcmanager/9.1.3/values.yaml b/stable/homepage/7.3.0/values.yaml similarity index 100% rename from stable/htpcmanager/9.1.3/values.yaml rename to stable/homepage/7.3.0/values.yaml diff --git a/stable/homer/9.1.3/CHANGELOG.md b/stable/homer/9.1.3/CHANGELOG.md deleted file mode 100644 index 1a12e070c27..00000000000 --- a/stable/homer/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [homer-8.1.11](https://github.com/truecharts/charts/compare/homer-8.1.10...homer-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [homer-8.1.10](https://github.com/truecharts/charts/compare/homer-8.1.9...homer-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [homer-8.1.9](https://github.com/truecharts/charts/compare/homer-8.1.8...homer-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [homer-8.1.8](https://github.com/truecharts/charts/compare/homer-8.1.7...homer-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [homer-8.1.7](https://github.com/truecharts/charts/compare/homer-8.1.6...homer-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [homer-8.1.6](https://github.com/truecharts/charts/compare/homer-8.1.5...homer-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [homer-8.1.5](https://github.com/truecharts/charts/compare/homer-8.1.4...homer-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [homer-8.1.4](https://github.com/truecharts/charts/compare/homer-8.1.3...homer-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [homer-8.1.3](https://github.com/truecharts/charts/compare/homer-8.1.0...homer-8.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/homer/9.1.3/Chart.yaml b/stable/homer/9.1.3/Chart.yaml deleted file mode 100644 index d340ed05ce3..00000000000 --- a/stable/homer/9.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 23.10.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A dead simple static homepage for your server to keep your services on hand. -home: https://truecharts.org/charts/stable/homer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/homer.png -keywords: - - homer - - dashboard - - launcher -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: homer -sources: - - https://github.com/bastienwirtz/homer - - https://github.com/truecharts/charts/tree/master/charts/stable/homer - - https://hub.docker.com/r/b4bz/homer -type: application -version: 9.1.3 diff --git a/stable/homer/9.1.3/charts/common-18.0.3.tgz b/stable/homer/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/homer/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/humhub/7.5.0/.helmignore b/stable/homer/9.3.0/.helmignore similarity index 100% rename from stable/humhub/7.5.0/.helmignore rename to stable/homer/9.3.0/.helmignore diff --git a/stable/homer/9.3.0/CHANGELOG.md b/stable/homer/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..6501a093847 --- /dev/null +++ b/stable/homer/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [homer-9.3.0](https://github.com/truecharts/charts/compare/homer-9.2.3...homer-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [homer-9.2.3](https://github.com/truecharts/charts/compare/homer-9.2.2...homer-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [homer-9.2.2](https://github.com/truecharts/charts/compare/homer-9.2.0...homer-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [homer-8.1.11](https://github.com/truecharts/charts/compare/homer-8.1.10...homer-8.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [homer-8.1.10](https://github.com/truecharts/charts/compare/homer-8.1.9...homer-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [homer-8.1.9](https://github.com/truecharts/charts/compare/homer-8.1.8...homer-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [homer-8.1.8](https://github.com/truecharts/charts/compare/homer-8.1.7...homer-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [homer-8.1.7](https://github.com/truecharts/charts/compare/homer-8.1.6...homer-8.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [homer-8.1.6](https://github.com/truecharts/charts/compare/homer-8.1.5...homer-8.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/homer/9.3.0/Chart.yaml b/stable/homer/9.3.0/Chart.yaml new file mode 100644 index 00000000000..dd35fc8a875 --- /dev/null +++ b/stable/homer/9.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 23.10.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A dead simple static homepage for your server to keep your services on hand. +home: https://truecharts.org/charts/stable/homer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/homer.png +keywords: + - homer + - dashboard + - launcher +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: homer +sources: + - https://github.com/bastienwirtz/homer + - https://github.com/truecharts/charts/tree/master/charts/stable/homer + - https://hub.docker.com/r/b4bz/homer +type: application +version: 9.3.0 diff --git a/stable/homer/9.1.3/README.md b/stable/homer/9.3.0/README.md similarity index 100% rename from stable/homer/9.1.3/README.md rename to stable/homer/9.3.0/README.md diff --git a/stable/homer/9.3.0/app-changelog.md b/stable/homer/9.3.0/app-changelog.md new file mode 100644 index 00000000000..7ef104817ca --- /dev/null +++ b/stable/homer/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [homer-9.3.0](https://github.com/truecharts/charts/compare/homer-9.2.3...homer-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/homer/9.1.3/app-readme.md b/stable/homer/9.3.0/app-readme.md similarity index 100% rename from stable/homer/9.1.3/app-readme.md rename to stable/homer/9.3.0/app-readme.md diff --git a/stable/homer/9.3.0/charts/common-18.2.0.tgz b/stable/homer/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/homer/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/homer/9.1.3/ix_values.yaml b/stable/homer/9.3.0/ix_values.yaml similarity index 100% rename from stable/homer/9.1.3/ix_values.yaml rename to stable/homer/9.3.0/ix_values.yaml diff --git a/stable/homer/9.1.3/questions.yaml b/stable/homer/9.3.0/questions.yaml similarity index 100% rename from stable/homer/9.1.3/questions.yaml rename to stable/homer/9.3.0/questions.yaml diff --git a/stable/hyperion-ng/13.1.3/templates/NOTES.txt b/stable/homer/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/hyperion-ng/13.1.3/templates/NOTES.txt rename to stable/homer/9.3.0/templates/NOTES.txt diff --git a/stable/humhub/7.5.0/templates/common.yaml b/stable/homer/9.3.0/templates/common.yaml similarity index 100% rename from stable/humhub/7.5.0/templates/common.yaml rename to stable/homer/9.3.0/templates/common.yaml diff --git a/stable/humhub/7.5.0/values.yaml b/stable/homer/9.3.0/values.yaml similarity index 100% rename from stable/humhub/7.5.0/values.yaml rename to stable/homer/9.3.0/values.yaml diff --git a/stable/hoobs/5.1.3/CHANGELOG.md b/stable/hoobs/5.1.3/CHANGELOG.md deleted file mode 100644 index ea3af241dbd..00000000000 --- a/stable/hoobs/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [hoobs-4.1.12](https://github.com/truecharts/charts/compare/hoobs-4.1.11...hoobs-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [hoobs-4.1.11](https://github.com/truecharts/charts/compare/hoobs-4.1.10...hoobs-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [hoobs-4.1.10](https://github.com/truecharts/charts/compare/hoobs-4.1.9...hoobs-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [hoobs-4.1.9](https://github.com/truecharts/charts/compare/hoobs-4.1.8...hoobs-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [hoobs-4.1.8](https://github.com/truecharts/charts/compare/hoobs-4.1.7...hoobs-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [hoobs-4.1.7](https://github.com/truecharts/charts/compare/hoobs-4.1.6...hoobs-4.1.7) (2024-01-14) - - - - -## [hoobs-4.1.6](https://github.com/truecharts/charts/compare/hoobs-4.1.5...hoobs-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [hoobs-4.1.5](https://github.com/truecharts/charts/compare/hoobs-4.1.4...hoobs-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [hoobs-4.1.4](https://github.com/truecharts/charts/compare/hoobs-4.1.3...hoobs-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [hoobs-4.1.3](https://github.com/truecharts/charts/compare/hoobs-4.1.0...hoobs-4.1.3) (2024-01-01) - -### Chore diff --git a/stable/hoobs/5.1.3/Chart.yaml b/stable/hoobs/5.1.3/Chart.yaml deleted file mode 100644 index b066690d93d..00000000000 --- a/stable/hoobs/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "HOOBS is a Homebridge stack with a interface that simplifies configuration and installing plugins. This adds a process wrapper for Homebridge. " -home: https://truecharts.org/charts/stable/hoobs -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hoobs.png -keywords: - - hoobs - - home-automation - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: hoobs -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/hoobs - - https://hub.docker.com/r/hoobs/hoobs -type: application -version: 5.1.3 diff --git a/stable/hoobs/5.1.3/charts/common-18.0.3.tgz b/stable/hoobs/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/hoobs/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/hurtworld/5.1.3/.helmignore b/stable/hoobs/5.3.0/.helmignore similarity index 100% rename from stable/hurtworld/5.1.3/.helmignore rename to stable/hoobs/5.3.0/.helmignore diff --git a/stable/hoobs/5.3.0/CHANGELOG.md b/stable/hoobs/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..233abe6a1be --- /dev/null +++ b/stable/hoobs/5.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hoobs-5.3.0](https://github.com/truecharts/charts/compare/hoobs-5.2.3...hoobs-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [hoobs-5.2.3](https://github.com/truecharts/charts/compare/hoobs-5.2.2...hoobs-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [hoobs-5.2.2](https://github.com/truecharts/charts/compare/hoobs-5.2.0...hoobs-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [hoobs-4.1.12](https://github.com/truecharts/charts/compare/hoobs-4.1.11...hoobs-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [hoobs-4.1.11](https://github.com/truecharts/charts/compare/hoobs-4.1.10...hoobs-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [hoobs-4.1.10](https://github.com/truecharts/charts/compare/hoobs-4.1.9...hoobs-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [hoobs-4.1.9](https://github.com/truecharts/charts/compare/hoobs-4.1.8...hoobs-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [hoobs-4.1.8](https://github.com/truecharts/charts/compare/hoobs-4.1.7...hoobs-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [hoobs-4.1.7](https://github.com/truecharts/charts/compare/hoobs-4.1.6...hoobs-4.1.7) (2024-01-14) + + + + +## [hoobs-4.1.6](https://github.com/truecharts/charts/compare/hoobs-4.1.5...hoobs-4.1.6) (2024-01-09) + +### Chore \ No newline at end of file diff --git a/stable/hoobs/5.3.0/Chart.yaml b/stable/hoobs/5.3.0/Chart.yaml new file mode 100644 index 00000000000..300dc70ba68 --- /dev/null +++ b/stable/hoobs/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "HOOBS is a Homebridge stack with a interface that simplifies configuration and installing plugins. This adds a process wrapper for Homebridge. " +home: https://truecharts.org/charts/stable/hoobs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hoobs.png +keywords: + - hoobs + - home-automation + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hoobs +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/hoobs + - https://hub.docker.com/r/hoobs/hoobs +type: application +version: 5.3.0 diff --git a/stable/hoobs/5.1.3/README.md b/stable/hoobs/5.3.0/README.md similarity index 100% rename from stable/hoobs/5.1.3/README.md rename to stable/hoobs/5.3.0/README.md diff --git a/stable/hoobs/5.3.0/app-changelog.md b/stable/hoobs/5.3.0/app-changelog.md new file mode 100644 index 00000000000..1bf5e5e3df7 --- /dev/null +++ b/stable/hoobs/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [hoobs-5.3.0](https://github.com/truecharts/charts/compare/hoobs-5.2.3...hoobs-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/hoobs/5.1.3/app-readme.md b/stable/hoobs/5.3.0/app-readme.md similarity index 100% rename from stable/hoobs/5.1.3/app-readme.md rename to stable/hoobs/5.3.0/app-readme.md diff --git a/stable/hoobs/5.3.0/charts/common-18.2.0.tgz b/stable/hoobs/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/hoobs/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/hoobs/5.1.3/ix_values.yaml b/stable/hoobs/5.3.0/ix_values.yaml similarity index 100% rename from stable/hoobs/5.1.3/ix_values.yaml rename to stable/hoobs/5.3.0/ix_values.yaml diff --git a/stable/hoobs/5.1.3/questions.yaml b/stable/hoobs/5.3.0/questions.yaml similarity index 100% rename from stable/hoobs/5.1.3/questions.yaml rename to stable/hoobs/5.3.0/questions.yaml diff --git a/stable/hoobs/5.1.3/templates/common.yaml b/stable/hoobs/5.3.0/templates/common.yaml similarity index 100% rename from stable/hoobs/5.1.3/templates/common.yaml rename to stable/hoobs/5.3.0/templates/common.yaml diff --git a/stable/hurtworld/5.1.3/values.yaml b/stable/hoobs/5.3.0/values.yaml similarity index 100% rename from stable/hurtworld/5.1.3/values.yaml rename to stable/hoobs/5.3.0/values.yaml diff --git a/stable/htpcmanager/9.1.3/CHANGELOG.md b/stable/htpcmanager/9.1.3/CHANGELOG.md deleted file mode 100644 index 7a5d7a36003..00000000000 --- a/stable/htpcmanager/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [htpcmanager-8.1.11](https://github.com/truecharts/charts/compare/htpcmanager-8.1.10...htpcmanager-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [htpcmanager-8.1.10](https://github.com/truecharts/charts/compare/htpcmanager-8.1.9...htpcmanager-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [htpcmanager-8.1.9](https://github.com/truecharts/charts/compare/htpcmanager-8.1.8...htpcmanager-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [htpcmanager-8.1.8](https://github.com/truecharts/charts/compare/htpcmanager-8.1.7...htpcmanager-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [htpcmanager-8.1.7](https://github.com/truecharts/charts/compare/htpcmanager-8.1.6...htpcmanager-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [htpcmanager-8.1.6](https://github.com/truecharts/charts/compare/htpcmanager-8.1.5...htpcmanager-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [htpcmanager-8.1.5](https://github.com/truecharts/charts/compare/htpcmanager-8.1.4...htpcmanager-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [htpcmanager-8.1.4](https://github.com/truecharts/charts/compare/htpcmanager-8.1.3...htpcmanager-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [htpcmanager-8.1.3](https://github.com/truecharts/charts/compare/htpcmanager-8.1.0...htpcmanager-8.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/htpcmanager/9.1.3/Chart.yaml b/stable/htpcmanager/9.1.3/Chart.yaml deleted file mode 100644 index b6ea88df4a5..00000000000 --- a/stable/htpcmanager/9.1.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2021.11.17 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Htpcmanager is a front end for many htpc related applications. -home: https://truecharts.org/charts/stable/htpcmanager -icon: https://truecharts.org/img/hotlink-ok/chart-icons/htpcmanager.png -keywords: - - htpcmanager -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: htpcmanager -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/htpcmanager - - https://ghcr.io/linuxserver/htpcmanager -type: application -version: 9.1.3 diff --git a/stable/htpcmanager/9.1.3/charts/common-18.0.3.tgz b/stable/htpcmanager/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/htpcmanager/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/hyperion-ng/13.1.3/.helmignore b/stable/htpcmanager/9.3.0/.helmignore similarity index 100% rename from stable/hyperion-ng/13.1.3/.helmignore rename to stable/htpcmanager/9.3.0/.helmignore diff --git a/stable/htpcmanager/9.3.0/CHANGELOG.md b/stable/htpcmanager/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..bc85f8d1dd2 --- /dev/null +++ b/stable/htpcmanager/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [htpcmanager-9.3.0](https://github.com/truecharts/charts/compare/htpcmanager-9.2.3...htpcmanager-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [htpcmanager-9.2.3](https://github.com/truecharts/charts/compare/htpcmanager-9.2.2...htpcmanager-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [htpcmanager-9.2.2](https://github.com/truecharts/charts/compare/htpcmanager-9.2.0...htpcmanager-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [htpcmanager-8.1.11](https://github.com/truecharts/charts/compare/htpcmanager-8.1.10...htpcmanager-8.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [htpcmanager-8.1.10](https://github.com/truecharts/charts/compare/htpcmanager-8.1.9...htpcmanager-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [htpcmanager-8.1.9](https://github.com/truecharts/charts/compare/htpcmanager-8.1.8...htpcmanager-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [htpcmanager-8.1.8](https://github.com/truecharts/charts/compare/htpcmanager-8.1.7...htpcmanager-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [htpcmanager-8.1.7](https://github.com/truecharts/charts/compare/htpcmanager-8.1.6...htpcmanager-8.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [htpcmanager-8.1.6](https://github.com/truecharts/charts/compare/htpcmanager-8.1.5...htpcmanager-8.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/htpcmanager/9.3.0/Chart.yaml b/stable/htpcmanager/9.3.0/Chart.yaml new file mode 100644 index 00000000000..05635db4708 --- /dev/null +++ b/stable/htpcmanager/9.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2021.11.17 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Htpcmanager is a front end for many htpc related applications. +home: https://truecharts.org/charts/stable/htpcmanager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/htpcmanager.png +keywords: + - htpcmanager +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: htpcmanager +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/htpcmanager + - https://ghcr.io/linuxserver/htpcmanager +type: application +version: 9.3.0 diff --git a/stable/htpcmanager/9.1.3/README.md b/stable/htpcmanager/9.3.0/README.md similarity index 100% rename from stable/htpcmanager/9.1.3/README.md rename to stable/htpcmanager/9.3.0/README.md diff --git a/stable/htpcmanager/9.3.0/app-changelog.md b/stable/htpcmanager/9.3.0/app-changelog.md new file mode 100644 index 00000000000..c21fa9d7938 --- /dev/null +++ b/stable/htpcmanager/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [htpcmanager-9.3.0](https://github.com/truecharts/charts/compare/htpcmanager-9.2.3...htpcmanager-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/htpcmanager/9.1.3/app-readme.md b/stable/htpcmanager/9.3.0/app-readme.md similarity index 100% rename from stable/htpcmanager/9.1.3/app-readme.md rename to stable/htpcmanager/9.3.0/app-readme.md diff --git a/stable/htpcmanager/9.3.0/charts/common-18.2.0.tgz b/stable/htpcmanager/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/htpcmanager/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/htpcmanager/9.1.3/ix_values.yaml b/stable/htpcmanager/9.3.0/ix_values.yaml similarity index 100% rename from stable/htpcmanager/9.1.3/ix_values.yaml rename to stable/htpcmanager/9.3.0/ix_values.yaml diff --git a/stable/htpcmanager/9.1.3/questions.yaml b/stable/htpcmanager/9.3.0/questions.yaml similarity index 100% rename from stable/htpcmanager/9.1.3/questions.yaml rename to stable/htpcmanager/9.3.0/questions.yaml diff --git a/stable/icloudpd/6.1.3/templates/NOTES.txt b/stable/htpcmanager/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/icloudpd/6.1.3/templates/NOTES.txt rename to stable/htpcmanager/9.3.0/templates/NOTES.txt diff --git a/stable/hyperion-ng/13.1.3/templates/common.yaml b/stable/htpcmanager/9.3.0/templates/common.yaml similarity index 100% rename from stable/hyperion-ng/13.1.3/templates/common.yaml rename to stable/htpcmanager/9.3.0/templates/common.yaml diff --git a/stable/hyperion-ng/13.1.3/values.yaml b/stable/htpcmanager/9.3.0/values.yaml similarity index 100% rename from stable/hyperion-ng/13.1.3/values.yaml rename to stable/htpcmanager/9.3.0/values.yaml diff --git a/stable/humhub/7.5.0/CHANGELOG.md b/stable/humhub/7.5.0/CHANGELOG.md deleted file mode 100644 index da15f040a9f..00000000000 --- a/stable/humhub/7.5.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - -## [humhub-6.2.9](https://github.com/truecharts/charts/compare/humhub-6.2.8...humhub-6.2.9) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [humhub-6.2.8](https://github.com/truecharts/charts/compare/humhub-6.2.7...humhub-6.2.8) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [humhub-6.2.7](https://github.com/truecharts/charts/compare/humhub-6.2.6...humhub-6.2.7) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [humhub-6.2.6](https://github.com/truecharts/charts/compare/humhub-6.2.5...humhub-6.2.6) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [humhub-6.2.5](https://github.com/truecharts/charts/compare/humhub-6.2.4...humhub-6.2.5) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [humhub-6.2.4](https://github.com/truecharts/charts/compare/humhub-6.2.3...humhub-6.2.4) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [humhub-6.2.3](https://github.com/truecharts/charts/compare/humhub-6.2.2...humhub-6.2.3) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [humhub-6.2.2](https://github.com/truecharts/charts/compare/humhub-6.2.1...humhub-6.2.2) (2024-01-05) - -### Chore - - - -- update container image ghcr.io/mriedmann/humhub-phponly to v1.15.2[@9987a9e](https://github.com/9987a9e) by renovate ([#16889](https://github.com/truecharts/charts/issues/16889)) - -- update container image ghcr.io/mriedmann/humhub-nginx to v1.15.2[@9a34e13](https://github.com/9a34e13) by renovate ([#16888](https://github.com/truecharts/charts/issues/16888)) \ No newline at end of file diff --git a/stable/humhub/7.5.0/Chart.yaml b/stable/humhub/7.5.0/Chart.yaml deleted file mode 100644 index 54f193d706c..00000000000 --- a/stable/humhub/7.5.0/Chart.yaml +++ /dev/null @@ -1,51 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Web - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.15.2 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 12.3.0 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] - - name: redis - version: 11.3.0 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A feature rich and highly flexible OpenSource Social Network Kit written in PHP. -home: https://truecharts.org/charts/stable/humhub -icon: https://truecharts.org/img/hotlink-ok/chart-icons/humhub.png -keywords: - - humhub - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: humhub -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/humhub - - https://ghcr.io/mriedmann/humhub-nginx - - https://ghcr.io/mriedmann/humhub-phponly -type: application -version: 7.5.0 diff --git a/stable/humhub/7.5.0/charts/common-18.1.2.tgz b/stable/humhub/7.5.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/humhub/7.5.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/humhub/7.5.0/charts/mariadb-12.3.0.tgz b/stable/humhub/7.5.0/charts/mariadb-12.3.0.tgz deleted file mode 100644 index 34dba3a8e5b..00000000000 Binary files a/stable/humhub/7.5.0/charts/mariadb-12.3.0.tgz and /dev/null differ diff --git a/stable/icloudpd/6.1.3/.helmignore b/stable/humhub/7.7.0/.helmignore similarity index 100% rename from stable/icloudpd/6.1.3/.helmignore rename to stable/humhub/7.7.0/.helmignore diff --git a/stable/humhub/7.7.0/CHANGELOG.md b/stable/humhub/7.7.0/CHANGELOG.md new file mode 100644 index 00000000000..52b3c57e069 --- /dev/null +++ b/stable/humhub/7.7.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [humhub-7.7.0](https://github.com/truecharts/charts/compare/humhub-7.6.3...humhub-7.7.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [humhub-7.6.3](https://github.com/truecharts/charts/compare/humhub-7.6.2...humhub-7.6.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [humhub-7.6.2](https://github.com/truecharts/charts/compare/humhub-7.6.0...humhub-7.6.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + +## [humhub-6.2.9](https://github.com/truecharts/charts/compare/humhub-6.2.8...humhub-6.2.9) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [humhub-6.2.8](https://github.com/truecharts/charts/compare/humhub-6.2.7...humhub-6.2.8) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [humhub-6.2.7](https://github.com/truecharts/charts/compare/humhub-6.2.6...humhub-6.2.7) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [humhub-6.2.6](https://github.com/truecharts/charts/compare/humhub-6.2.5...humhub-6.2.6) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [humhub-6.2.5](https://github.com/truecharts/charts/compare/humhub-6.2.4...humhub-6.2.5) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) diff --git a/stable/humhub/7.7.0/Chart.yaml b/stable/humhub/7.7.0/Chart.yaml new file mode 100644 index 00000000000..2d67fb0d01c --- /dev/null +++ b/stable/humhub/7.7.0/Chart.yaml @@ -0,0 +1,51 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Web + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.15.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.2.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.3.0 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A feature rich and highly flexible OpenSource Social Network Kit written in PHP. +home: https://truecharts.org/charts/stable/humhub +icon: https://truecharts.org/img/hotlink-ok/chart-icons/humhub.png +keywords: + - humhub + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: humhub +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/humhub + - https://ghcr.io/mriedmann/humhub-phponly + - https://ghcr.io/mriedmann/humhub-nginx +type: application +version: 7.7.0 diff --git a/stable/humhub/7.5.0/README.md b/stable/humhub/7.7.0/README.md similarity index 100% rename from stable/humhub/7.5.0/README.md rename to stable/humhub/7.7.0/README.md diff --git a/stable/humhub/7.7.0/app-changelog.md b/stable/humhub/7.7.0/app-changelog.md new file mode 100644 index 00000000000..0522c493401 --- /dev/null +++ b/stable/humhub/7.7.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [humhub-7.7.0](https://github.com/truecharts/charts/compare/humhub-7.6.3...humhub-7.7.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/humhub/7.5.0/app-readme.md b/stable/humhub/7.7.0/app-readme.md similarity index 100% rename from stable/humhub/7.5.0/app-readme.md rename to stable/humhub/7.7.0/app-readme.md diff --git a/stable/humhub/7.7.0/charts/common-18.2.0.tgz b/stable/humhub/7.7.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/humhub/7.7.0/charts/common-18.2.0.tgz differ diff --git a/stable/humhub/7.7.0/charts/mariadb-13.2.0.tgz b/stable/humhub/7.7.0/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/humhub/7.7.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/humhub/7.5.0/charts/redis-11.3.0.tgz b/stable/humhub/7.7.0/charts/redis-11.3.0.tgz similarity index 100% rename from stable/humhub/7.5.0/charts/redis-11.3.0.tgz rename to stable/humhub/7.7.0/charts/redis-11.3.0.tgz diff --git a/stable/humhub/7.5.0/ix_values.yaml b/stable/humhub/7.7.0/ix_values.yaml similarity index 100% rename from stable/humhub/7.5.0/ix_values.yaml rename to stable/humhub/7.7.0/ix_values.yaml diff --git a/stable/humhub/7.5.0/questions.yaml b/stable/humhub/7.7.0/questions.yaml similarity index 100% rename from stable/humhub/7.5.0/questions.yaml rename to stable/humhub/7.7.0/questions.yaml diff --git a/stable/impostor-server/8.1.3/templates/NOTES.txt b/stable/humhub/7.7.0/templates/NOTES.txt similarity index 100% rename from stable/impostor-server/8.1.3/templates/NOTES.txt rename to stable/humhub/7.7.0/templates/NOTES.txt diff --git a/stable/icloudpd/6.1.3/templates/common.yaml b/stable/humhub/7.7.0/templates/common.yaml similarity index 100% rename from stable/icloudpd/6.1.3/templates/common.yaml rename to stable/humhub/7.7.0/templates/common.yaml diff --git a/stable/icloudpd/6.1.3/values.yaml b/stable/humhub/7.7.0/values.yaml similarity index 100% rename from stable/icloudpd/6.1.3/values.yaml rename to stable/humhub/7.7.0/values.yaml diff --git a/stable/hurtworld/5.1.3/CHANGELOG.md b/stable/hurtworld/5.1.3/CHANGELOG.md deleted file mode 100644 index dc6c3650531..00000000000 --- a/stable/hurtworld/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [hurtworld-4.1.11](https://github.com/truecharts/charts/compare/hurtworld-4.1.10...hurtworld-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [hurtworld-4.1.10](https://github.com/truecharts/charts/compare/hurtworld-4.1.9...hurtworld-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [hurtworld-4.1.9](https://github.com/truecharts/charts/compare/hurtworld-4.1.8...hurtworld-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [hurtworld-4.1.8](https://github.com/truecharts/charts/compare/hurtworld-4.1.7...hurtworld-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [hurtworld-4.1.7](https://github.com/truecharts/charts/compare/hurtworld-4.1.6...hurtworld-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [hurtworld-4.1.6](https://github.com/truecharts/charts/compare/hurtworld-4.1.5...hurtworld-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [hurtworld-4.1.5](https://github.com/truecharts/charts/compare/hurtworld-4.1.4...hurtworld-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [hurtworld-4.1.4](https://github.com/truecharts/charts/compare/hurtworld-4.1.3...hurtworld-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [hurtworld-4.1.3](https://github.com/truecharts/charts/compare/hurtworld-4.1.0...hurtworld-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/hurtworld/5.1.3/Chart.yaml b/stable/hurtworld/5.1.3/Chart.yaml deleted file mode 100644 index 41dd3eea02a..00000000000 --- a/stable/hurtworld/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: hurtworld -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Hurtworld and run it. -home: https://truecharts.org/charts/stable/hurtworld -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hurtworld.png -keywords: - - hurtworld - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: hurtworld -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/hurtworld - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/hurtworld/5.1.3/charts/common-18.0.3.tgz b/stable/hurtworld/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/hurtworld/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/imgpush/5.1.3/.helmignore b/stable/hurtworld/5.3.0/.helmignore similarity index 100% rename from stable/imgpush/5.1.3/.helmignore rename to stable/hurtworld/5.3.0/.helmignore diff --git a/stable/hurtworld/5.3.0/CHANGELOG.md b/stable/hurtworld/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..44d8f520c08 --- /dev/null +++ b/stable/hurtworld/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hurtworld-5.3.0](https://github.com/truecharts/charts/compare/hurtworld-5.2.3...hurtworld-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [hurtworld-5.2.3](https://github.com/truecharts/charts/compare/hurtworld-5.2.2...hurtworld-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [hurtworld-5.2.2](https://github.com/truecharts/charts/compare/hurtworld-5.2.0...hurtworld-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [hurtworld-4.1.11](https://github.com/truecharts/charts/compare/hurtworld-4.1.10...hurtworld-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [hurtworld-4.1.10](https://github.com/truecharts/charts/compare/hurtworld-4.1.9...hurtworld-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [hurtworld-4.1.9](https://github.com/truecharts/charts/compare/hurtworld-4.1.8...hurtworld-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [hurtworld-4.1.8](https://github.com/truecharts/charts/compare/hurtworld-4.1.7...hurtworld-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [hurtworld-4.1.7](https://github.com/truecharts/charts/compare/hurtworld-4.1.6...hurtworld-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [hurtworld-4.1.6](https://github.com/truecharts/charts/compare/hurtworld-4.1.5...hurtworld-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/hurtworld/5.3.0/Chart.yaml b/stable/hurtworld/5.3.0/Chart.yaml new file mode 100644 index 00000000000..f977262a5a9 --- /dev/null +++ b/stable/hurtworld/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: hurtworld +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Hurtworld and run it. +home: https://truecharts.org/charts/stable/hurtworld +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hurtworld.png +keywords: + - hurtworld + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hurtworld +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/hurtworld + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/hurtworld/5.1.3/README.md b/stable/hurtworld/5.3.0/README.md similarity index 100% rename from stable/hurtworld/5.1.3/README.md rename to stable/hurtworld/5.3.0/README.md diff --git a/stable/hurtworld/5.3.0/app-changelog.md b/stable/hurtworld/5.3.0/app-changelog.md new file mode 100644 index 00000000000..a98047fa59e --- /dev/null +++ b/stable/hurtworld/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [hurtworld-5.3.0](https://github.com/truecharts/charts/compare/hurtworld-5.2.3...hurtworld-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/hurtworld/5.1.3/app-readme.md b/stable/hurtworld/5.3.0/app-readme.md similarity index 100% rename from stable/hurtworld/5.1.3/app-readme.md rename to stable/hurtworld/5.3.0/app-readme.md diff --git a/stable/hurtworld/5.3.0/charts/common-18.2.0.tgz b/stable/hurtworld/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/hurtworld/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/hurtworld/5.1.3/ix_values.yaml b/stable/hurtworld/5.3.0/ix_values.yaml similarity index 100% rename from stable/hurtworld/5.1.3/ix_values.yaml rename to stable/hurtworld/5.3.0/ix_values.yaml diff --git a/stable/hurtworld/5.1.3/questions.yaml b/stable/hurtworld/5.3.0/questions.yaml similarity index 100% rename from stable/hurtworld/5.1.3/questions.yaml rename to stable/hurtworld/5.3.0/questions.yaml diff --git a/stable/hurtworld/5.1.3/templates/common.yaml b/stable/hurtworld/5.3.0/templates/common.yaml similarity index 100% rename from stable/hurtworld/5.1.3/templates/common.yaml rename to stable/hurtworld/5.3.0/templates/common.yaml diff --git a/stable/imgpush/5.1.3/values.yaml b/stable/hurtworld/5.3.0/values.yaml similarity index 100% rename from stable/imgpush/5.1.3/values.yaml rename to stable/hurtworld/5.3.0/values.yaml diff --git a/stable/hyperion-ng/13.1.3/CHANGELOG.md b/stable/hyperion-ng/13.1.3/CHANGELOG.md deleted file mode 100644 index 57cec37b0e1..00000000000 --- a/stable/hyperion-ng/13.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [hyperion-ng-12.1.11](https://github.com/truecharts/charts/compare/hyperion-ng-12.1.10...hyperion-ng-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [hyperion-ng-12.1.10](https://github.com/truecharts/charts/compare/hyperion-ng-12.1.9...hyperion-ng-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [hyperion-ng-12.1.9](https://github.com/truecharts/charts/compare/hyperion-ng-12.1.8...hyperion-ng-12.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [hyperion-ng-12.1.8](https://github.com/truecharts/charts/compare/hyperion-ng-12.1.7...hyperion-ng-12.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [hyperion-ng-12.1.7](https://github.com/truecharts/charts/compare/hyperion-ng-12.1.6...hyperion-ng-12.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [hyperion-ng-12.1.6](https://github.com/truecharts/charts/compare/hyperion-ng-12.1.5...hyperion-ng-12.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [hyperion-ng-12.1.5](https://github.com/truecharts/charts/compare/hyperion-ng-12.1.4...hyperion-ng-12.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [hyperion-ng-12.1.4](https://github.com/truecharts/charts/compare/hyperion-ng-12.1.3...hyperion-ng-12.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [hyperion-ng-12.1.3](https://github.com/truecharts/charts/compare/hyperion-ng-12.1.0...hyperion-ng-12.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/hyperion-ng/13.1.3/Chart.yaml b/stable/hyperion-ng/13.1.3/Chart.yaml deleted file mode 100644 index f957329925f..00000000000 --- a/stable/hyperion-ng/13.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.0.15 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Hyperion is an opensource Bias or Ambient Lighting implementation -home: https://truecharts.org/charts/stable/hyperion-ng -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hyperion-ng.png -keywords: - - hyperion-ng - - hyperion -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: hyperion-ng -sources: - - https://github.com/hyperion-project/hyperion.ng - - https://github.com/truecharts/charts/tree/master/charts/stable/hyperion-ng - - https://hub.docker.com/r/sirfragalot/hyperion.ng -type: application -version: 13.1.3 diff --git a/stable/hyperion-ng/13.1.3/charts/common-18.0.3.tgz b/stable/hyperion-ng/13.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/hyperion-ng/13.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/import-ics/5.1.3/.helmignore b/stable/hyperion-ng/13.3.0/.helmignore similarity index 100% rename from stable/import-ics/5.1.3/.helmignore rename to stable/hyperion-ng/13.3.0/.helmignore diff --git a/stable/hyperion-ng/13.3.0/CHANGELOG.md b/stable/hyperion-ng/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..a5bd5eaa6ea --- /dev/null +++ b/stable/hyperion-ng/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hyperion-ng-13.3.0](https://github.com/truecharts/charts/compare/hyperion-ng-13.2.3...hyperion-ng-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [hyperion-ng-13.2.3](https://github.com/truecharts/charts/compare/hyperion-ng-13.2.2...hyperion-ng-13.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [hyperion-ng-13.2.2](https://github.com/truecharts/charts/compare/hyperion-ng-13.2.0...hyperion-ng-13.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [hyperion-ng-12.1.11](https://github.com/truecharts/charts/compare/hyperion-ng-12.1.10...hyperion-ng-12.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [hyperion-ng-12.1.10](https://github.com/truecharts/charts/compare/hyperion-ng-12.1.9...hyperion-ng-12.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [hyperion-ng-12.1.9](https://github.com/truecharts/charts/compare/hyperion-ng-12.1.8...hyperion-ng-12.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [hyperion-ng-12.1.8](https://github.com/truecharts/charts/compare/hyperion-ng-12.1.7...hyperion-ng-12.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [hyperion-ng-12.1.7](https://github.com/truecharts/charts/compare/hyperion-ng-12.1.6...hyperion-ng-12.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [hyperion-ng-12.1.6](https://github.com/truecharts/charts/compare/hyperion-ng-12.1.5...hyperion-ng-12.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/hyperion-ng/13.3.0/Chart.yaml b/stable/hyperion-ng/13.3.0/Chart.yaml new file mode 100644 index 00000000000..434a197c022 --- /dev/null +++ b/stable/hyperion-ng/13.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.15 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Hyperion is an opensource Bias or Ambient Lighting implementation +home: https://truecharts.org/charts/stable/hyperion-ng +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hyperion-ng.png +keywords: + - hyperion-ng + - hyperion +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hyperion-ng +sources: + - https://github.com/hyperion-project/hyperion.ng + - https://github.com/truecharts/charts/tree/master/charts/stable/hyperion-ng + - https://hub.docker.com/r/sirfragalot/hyperion.ng +type: application +version: 13.3.0 diff --git a/stable/hyperion-ng/13.1.3/README.md b/stable/hyperion-ng/13.3.0/README.md similarity index 100% rename from stable/hyperion-ng/13.1.3/README.md rename to stable/hyperion-ng/13.3.0/README.md diff --git a/stable/hyperion-ng/13.3.0/app-changelog.md b/stable/hyperion-ng/13.3.0/app-changelog.md new file mode 100644 index 00000000000..397f5fd1c22 --- /dev/null +++ b/stable/hyperion-ng/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [hyperion-ng-13.3.0](https://github.com/truecharts/charts/compare/hyperion-ng-13.2.3...hyperion-ng-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/hyperion-ng/13.1.3/app-readme.md b/stable/hyperion-ng/13.3.0/app-readme.md similarity index 100% rename from stable/hyperion-ng/13.1.3/app-readme.md rename to stable/hyperion-ng/13.3.0/app-readme.md diff --git a/stable/hyperion-ng/13.3.0/charts/common-18.2.0.tgz b/stable/hyperion-ng/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/hyperion-ng/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/hyperion-ng/13.1.3/ix_values.yaml b/stable/hyperion-ng/13.3.0/ix_values.yaml similarity index 100% rename from stable/hyperion-ng/13.1.3/ix_values.yaml rename to stable/hyperion-ng/13.3.0/ix_values.yaml diff --git a/stable/hyperion-ng/13.1.3/questions.yaml b/stable/hyperion-ng/13.3.0/questions.yaml similarity index 100% rename from stable/hyperion-ng/13.1.3/questions.yaml rename to stable/hyperion-ng/13.3.0/questions.yaml diff --git a/stable/ipfs/10.2.0/templates/NOTES.txt b/stable/hyperion-ng/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/ipfs/10.2.0/templates/NOTES.txt rename to stable/hyperion-ng/13.3.0/templates/NOTES.txt diff --git a/stable/impostor-server/8.1.3/templates/common.yaml b/stable/hyperion-ng/13.3.0/templates/common.yaml similarity index 100% rename from stable/impostor-server/8.1.3/templates/common.yaml rename to stable/hyperion-ng/13.3.0/templates/common.yaml diff --git a/stable/import-ics/5.1.3/values.yaml b/stable/hyperion-ng/13.3.0/values.yaml similarity index 100% rename from stable/import-ics/5.1.3/values.yaml rename to stable/hyperion-ng/13.3.0/values.yaml diff --git a/stable/icloudpd/6.1.3/CHANGELOG.md b/stable/icloudpd/6.1.3/CHANGELOG.md deleted file mode 100644 index 378ba8f0b24..00000000000 --- a/stable/icloudpd/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - -## [icloudpd-5.1.16](https://github.com/truecharts/charts/compare/icloudpd-5.1.15...icloudpd-5.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [icloudpd-5.1.15](https://github.com/truecharts/charts/compare/icloudpd-5.1.14...icloudpd-5.1.15) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [icloudpd-5.1.14](https://github.com/truecharts/charts/compare/icloudpd-5.1.13...icloudpd-5.1.14) (2024-01-22) - -### Chore - - - -- update container image boredazfcuk/icloudpd to v1.0.716[@0b3364b](https://github.com/0b3364b) by renovate ([#17485](https://github.com/truecharts/charts/issues/17485)) - - -## [icloudpd-5.1.13](https://github.com/truecharts/charts/compare/icloudpd-5.1.12...icloudpd-5.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [icloudpd-5.1.12](https://github.com/truecharts/charts/compare/icloudpd-5.1.11...icloudpd-5.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [icloudpd-5.1.11](https://github.com/truecharts/charts/compare/icloudpd-5.1.10...icloudpd-5.1.11) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [icloudpd-5.1.10](https://github.com/truecharts/charts/compare/icloudpd-5.1.9...icloudpd-5.1.10) (2024-01-21) - -### Chore - - - -- update container image boredazfcuk/icloudpd to v1.0.715[@65c6446](https://github.com/65c6446) by renovate ([#17407](https://github.com/truecharts/charts/issues/17407)) - - - - -## [icloudpd-5.1.9](https://github.com/truecharts/charts/compare/icloudpd-5.1.8...icloudpd-5.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - diff --git a/stable/icloudpd/6.1.3/Chart.yaml b/stable/icloudpd/6.1.3/Chart.yaml deleted file mode 100644 index d7c087db764..00000000000 --- a/stable/icloudpd/6.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Backup - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.0.718 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: iCloudPD, syncs photos from iDevices to a single directory on TrueNAS. -home: https://truecharts.org/charts/stable/icloudpd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/icloudpd.png -keywords: - - icloudpd - - Backup - - Cloud - - Downloaders -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: icloudpd -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/icloudpd - - https://hub.docker.com/r/boredazfcuk/icloudpd -type: application -version: 6.1.3 diff --git a/stable/icloudpd/6.1.3/charts/common-18.0.3.tgz b/stable/icloudpd/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/icloudpd/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/impostor-server/8.1.3/.helmignore b/stable/icloudpd/6.3.0/.helmignore similarity index 100% rename from stable/impostor-server/8.1.3/.helmignore rename to stable/icloudpd/6.3.0/.helmignore diff --git a/stable/icloudpd/6.3.0/CHANGELOG.md b/stable/icloudpd/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..50f3323bd69 --- /dev/null +++ b/stable/icloudpd/6.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [icloudpd-6.3.0](https://github.com/truecharts/charts/compare/icloudpd-6.2.3...icloudpd-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [icloudpd-6.2.3](https://github.com/truecharts/charts/compare/icloudpd-6.2.2...icloudpd-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [icloudpd-6.2.2](https://github.com/truecharts/charts/compare/icloudpd-6.2.0...icloudpd-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + +## [icloudpd-5.1.16](https://github.com/truecharts/charts/compare/icloudpd-5.1.15...icloudpd-5.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [icloudpd-5.1.15](https://github.com/truecharts/charts/compare/icloudpd-5.1.14...icloudpd-5.1.15) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [icloudpd-5.1.14](https://github.com/truecharts/charts/compare/icloudpd-5.1.13...icloudpd-5.1.14) (2024-01-22) + +### Chore + + + +- update container image boredazfcuk/icloudpd to v1.0.716[@0b3364b](https://github.com/0b3364b) by renovate ([#17485](https://github.com/truecharts/charts/issues/17485)) + + +## [icloudpd-5.1.13](https://github.com/truecharts/charts/compare/icloudpd-5.1.12...icloudpd-5.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [icloudpd-5.1.12](https://github.com/truecharts/charts/compare/icloudpd-5.1.11...icloudpd-5.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) diff --git a/stable/icloudpd/6.3.0/Chart.yaml b/stable/icloudpd/6.3.0/Chart.yaml new file mode 100644 index 00000000000..7f8adc651e3 --- /dev/null +++ b/stable/icloudpd/6.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.718 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: iCloudPD, syncs photos from iDevices to a single directory on TrueNAS. +home: https://truecharts.org/charts/stable/icloudpd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/icloudpd.png +keywords: + - icloudpd + - Backup + - Cloud + - Downloaders +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: icloudpd +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/icloudpd + - https://hub.docker.com/r/boredazfcuk/icloudpd +type: application +version: 6.3.0 diff --git a/stable/icloudpd/6.1.3/README.md b/stable/icloudpd/6.3.0/README.md similarity index 100% rename from stable/icloudpd/6.1.3/README.md rename to stable/icloudpd/6.3.0/README.md diff --git a/stable/icloudpd/6.3.0/app-changelog.md b/stable/icloudpd/6.3.0/app-changelog.md new file mode 100644 index 00000000000..564b5cee4cb --- /dev/null +++ b/stable/icloudpd/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [icloudpd-6.3.0](https://github.com/truecharts/charts/compare/icloudpd-6.2.3...icloudpd-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/icloudpd/6.1.3/app-readme.md b/stable/icloudpd/6.3.0/app-readme.md similarity index 100% rename from stable/icloudpd/6.1.3/app-readme.md rename to stable/icloudpd/6.3.0/app-readme.md diff --git a/stable/icloudpd/6.3.0/charts/common-18.2.0.tgz b/stable/icloudpd/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/icloudpd/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/icloudpd/6.1.3/ix_values.yaml b/stable/icloudpd/6.3.0/ix_values.yaml similarity index 100% rename from stable/icloudpd/6.1.3/ix_values.yaml rename to stable/icloudpd/6.3.0/ix_values.yaml diff --git a/stable/icloudpd/6.1.3/questions.yaml b/stable/icloudpd/6.3.0/questions.yaml similarity index 100% rename from stable/icloudpd/6.1.3/questions.yaml rename to stable/icloudpd/6.3.0/questions.yaml diff --git a/stable/ipmi-tools/6.1.3/templates/NOTES.txt b/stable/icloudpd/6.3.0/templates/NOTES.txt similarity index 100% rename from stable/ipmi-tools/6.1.3/templates/NOTES.txt rename to stable/icloudpd/6.3.0/templates/NOTES.txt diff --git a/stable/ispy-agent-dvr/9.3.0/templates/common.yaml b/stable/icloudpd/6.3.0/templates/common.yaml similarity index 100% rename from stable/ispy-agent-dvr/9.3.0/templates/common.yaml rename to stable/icloudpd/6.3.0/templates/common.yaml diff --git a/stable/impostor-server/8.1.3/values.yaml b/stable/icloudpd/6.3.0/values.yaml similarity index 100% rename from stable/impostor-server/8.1.3/values.yaml rename to stable/icloudpd/6.3.0/values.yaml diff --git a/stable/imgpush/5.1.3/CHANGELOG.md b/stable/imgpush/5.1.3/CHANGELOG.md deleted file mode 100644 index 6a4a1c553cd..00000000000 --- a/stable/imgpush/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [imgpush-4.1.12](https://github.com/truecharts/charts/compare/imgpush-4.1.11...imgpush-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [imgpush-4.1.11](https://github.com/truecharts/charts/compare/imgpush-4.1.10...imgpush-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [imgpush-4.1.10](https://github.com/truecharts/charts/compare/imgpush-4.1.9...imgpush-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [imgpush-4.1.9](https://github.com/truecharts/charts/compare/imgpush-4.1.8...imgpush-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [imgpush-4.1.8](https://github.com/truecharts/charts/compare/imgpush-4.1.7...imgpush-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [imgpush-4.1.7](https://github.com/truecharts/charts/compare/imgpush-4.1.6...imgpush-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [imgpush-4.1.6](https://github.com/truecharts/charts/compare/imgpush-4.1.5...imgpush-4.1.6) (2024-01-08) - -### Chore - - - -- update container image hauxir/imgpush to latest[@8842481](https://github.com/8842481) by renovate ([#17037](https://github.com/truecharts/charts/issues/17037)) - - -## [imgpush-4.1.5](https://github.com/truecharts/charts/compare/imgpush-4.1.4...imgpush-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [imgpush-4.1.4](https://github.com/truecharts/charts/compare/imgpush-4.1.3...imgpush-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/imgpush/5.1.3/Chart.yaml b/stable/imgpush/5.1.3/Chart.yaml deleted file mode 100644 index cb1240aa7b7..00000000000 --- a/stable/imgpush/5.1.3/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Minimalist Self-hosted Image Service for user submitted images in your app (e.g. avatars). -home: https://truecharts.org/charts/stable/imgpush -icon: https://truecharts.org/img/hotlink-ok/chart-icons/imgpush.png -keywords: - - imgpush - - Cloud - - Tools-Utilities - - MediaServer-Photos - - Network-Web - - Network-FTP -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: imgpush -sources: - - https://github.com/hauxir/imgpush - - https://github.com/truecharts/charts/tree/master/charts/stable/imgpush - - https://hub.docker.com/r/hauxir/imgpush -type: application -version: 5.1.3 diff --git a/stable/imgpush/5.1.3/charts/common-18.0.3.tgz b/stable/imgpush/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/imgpush/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/inkscape-desktop-g3/5.1.3/.helmignore b/stable/imgpush/5.3.0/.helmignore similarity index 100% rename from stable/inkscape-desktop-g3/5.1.3/.helmignore rename to stable/imgpush/5.3.0/.helmignore diff --git a/stable/imgpush/5.3.0/CHANGELOG.md b/stable/imgpush/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..01f2d4b4e5e --- /dev/null +++ b/stable/imgpush/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [imgpush-5.3.0](https://github.com/truecharts/charts/compare/imgpush-5.2.3...imgpush-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [imgpush-5.2.3](https://github.com/truecharts/charts/compare/imgpush-5.2.2...imgpush-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [imgpush-5.2.2](https://github.com/truecharts/charts/compare/imgpush-5.2.0...imgpush-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [imgpush-4.1.12](https://github.com/truecharts/charts/compare/imgpush-4.1.11...imgpush-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [imgpush-4.1.11](https://github.com/truecharts/charts/compare/imgpush-4.1.10...imgpush-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [imgpush-4.1.10](https://github.com/truecharts/charts/compare/imgpush-4.1.9...imgpush-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [imgpush-4.1.9](https://github.com/truecharts/charts/compare/imgpush-4.1.8...imgpush-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [imgpush-4.1.8](https://github.com/truecharts/charts/compare/imgpush-4.1.7...imgpush-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [imgpush-4.1.7](https://github.com/truecharts/charts/compare/imgpush-4.1.6...imgpush-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/imgpush/5.3.0/Chart.yaml b/stable/imgpush/5.3.0/Chart.yaml new file mode 100644 index 00000000000..faa92b8cc45 --- /dev/null +++ b/stable/imgpush/5.3.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Minimalist Self-hosted Image Service for user submitted images in your app (e.g. avatars). +home: https://truecharts.org/charts/stable/imgpush +icon: https://truecharts.org/img/hotlink-ok/chart-icons/imgpush.png +keywords: + - imgpush + - Cloud + - Tools-Utilities + - MediaServer-Photos + - Network-Web + - Network-FTP +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: imgpush +sources: + - https://github.com/hauxir/imgpush + - https://github.com/truecharts/charts/tree/master/charts/stable/imgpush + - https://hub.docker.com/r/hauxir/imgpush +type: application +version: 5.3.0 diff --git a/stable/imgpush/5.1.3/README.md b/stable/imgpush/5.3.0/README.md similarity index 100% rename from stable/imgpush/5.1.3/README.md rename to stable/imgpush/5.3.0/README.md diff --git a/stable/imgpush/5.3.0/app-changelog.md b/stable/imgpush/5.3.0/app-changelog.md new file mode 100644 index 00000000000..1def0d47c75 --- /dev/null +++ b/stable/imgpush/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [imgpush-5.3.0](https://github.com/truecharts/charts/compare/imgpush-5.2.3...imgpush-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/imgpush/5.1.3/app-readme.md b/stable/imgpush/5.3.0/app-readme.md similarity index 100% rename from stable/imgpush/5.1.3/app-readme.md rename to stable/imgpush/5.3.0/app-readme.md diff --git a/stable/imgpush/5.3.0/charts/common-18.2.0.tgz b/stable/imgpush/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/imgpush/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/imgpush/5.1.3/ix_values.yaml b/stable/imgpush/5.3.0/ix_values.yaml similarity index 100% rename from stable/imgpush/5.1.3/ix_values.yaml rename to stable/imgpush/5.3.0/ix_values.yaml diff --git a/stable/imgpush/5.1.3/questions.yaml b/stable/imgpush/5.3.0/questions.yaml similarity index 100% rename from stable/imgpush/5.1.3/questions.yaml rename to stable/imgpush/5.3.0/questions.yaml diff --git a/stable/imgpush/5.1.3/templates/common.yaml b/stable/imgpush/5.3.0/templates/common.yaml similarity index 100% rename from stable/imgpush/5.1.3/templates/common.yaml rename to stable/imgpush/5.3.0/templates/common.yaml diff --git a/stable/inkscape-desktop-g3/5.1.3/values.yaml b/stable/imgpush/5.3.0/values.yaml similarity index 100% rename from stable/inkscape-desktop-g3/5.1.3/values.yaml rename to stable/imgpush/5.3.0/values.yaml diff --git a/stable/import-ics/5.1.3/CHANGELOG.md b/stable/import-ics/5.1.3/CHANGELOG.md deleted file mode 100644 index 947f0607cd6..00000000000 --- a/stable/import-ics/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [import-ics-4.1.11](https://github.com/truecharts/charts/compare/import-ics-4.1.10...import-ics-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [import-ics-4.1.10](https://github.com/truecharts/charts/compare/import-ics-4.1.9...import-ics-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [import-ics-4.1.9](https://github.com/truecharts/charts/compare/import-ics-4.1.8...import-ics-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [import-ics-4.1.8](https://github.com/truecharts/charts/compare/import-ics-4.1.7...import-ics-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [import-ics-4.1.7](https://github.com/truecharts/charts/compare/import-ics-4.1.6...import-ics-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [import-ics-4.1.6](https://github.com/truecharts/charts/compare/import-ics-4.1.5...import-ics-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [import-ics-4.1.5](https://github.com/truecharts/charts/compare/import-ics-4.1.4...import-ics-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [import-ics-4.1.4](https://github.com/truecharts/charts/compare/import-ics-4.1.3...import-ics-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [import-ics-4.1.3](https://github.com/truecharts/charts/compare/import-ics-4.1.0...import-ics-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/import-ics/5.1.3/Chart.yaml b/stable/import-ics/5.1.3/Chart.yaml deleted file mode 100644 index 877536ad4bf..00000000000 --- a/stable/import-ics/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Runs a python script at a crontab defined interval that downloads/imports ics files into a caldav server. -home: https://truecharts.org/charts/stable/import-ics -icon: https://truecharts.org/img/hotlink-ok/chart-icons/import-ics.png -keywords: - - import-ics - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: import-ics -sources: - - https://github.com/Vilhjalmr26/import_ics - - https://github.com/truecharts/charts/tree/master/charts/stable/import-ics - - https://hub.docker.com/r/vilhjalmr26/import_ics -type: application -version: 5.1.3 diff --git a/stable/import-ics/5.1.3/charts/common-18.0.3.tgz b/stable/import-ics/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/import-ics/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/insurgencysandstorm/5.1.3/.helmignore b/stable/import-ics/5.3.0/.helmignore similarity index 100% rename from stable/insurgencysandstorm/5.1.3/.helmignore rename to stable/import-ics/5.3.0/.helmignore diff --git a/stable/import-ics/5.3.0/CHANGELOG.md b/stable/import-ics/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..e1e6cbf8c79 --- /dev/null +++ b/stable/import-ics/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [import-ics-5.3.0](https://github.com/truecharts/charts/compare/import-ics-5.2.3...import-ics-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [import-ics-5.2.3](https://github.com/truecharts/charts/compare/import-ics-5.2.2...import-ics-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [import-ics-5.2.2](https://github.com/truecharts/charts/compare/import-ics-5.2.0...import-ics-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [import-ics-4.1.11](https://github.com/truecharts/charts/compare/import-ics-4.1.10...import-ics-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [import-ics-4.1.10](https://github.com/truecharts/charts/compare/import-ics-4.1.9...import-ics-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [import-ics-4.1.9](https://github.com/truecharts/charts/compare/import-ics-4.1.8...import-ics-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [import-ics-4.1.8](https://github.com/truecharts/charts/compare/import-ics-4.1.7...import-ics-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [import-ics-4.1.7](https://github.com/truecharts/charts/compare/import-ics-4.1.6...import-ics-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [import-ics-4.1.6](https://github.com/truecharts/charts/compare/import-ics-4.1.5...import-ics-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/import-ics/5.3.0/Chart.yaml b/stable/import-ics/5.3.0/Chart.yaml new file mode 100644 index 00000000000..edc4ffb70ef --- /dev/null +++ b/stable/import-ics/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Runs a python script at a crontab defined interval that downloads/imports ics files into a caldav server. +home: https://truecharts.org/charts/stable/import-ics +icon: https://truecharts.org/img/hotlink-ok/chart-icons/import-ics.png +keywords: + - import-ics + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: import-ics +sources: + - https://github.com/Vilhjalmr26/import_ics + - https://github.com/truecharts/charts/tree/master/charts/stable/import-ics + - https://hub.docker.com/r/vilhjalmr26/import_ics +type: application +version: 5.3.0 diff --git a/stable/import-ics/5.1.3/README.md b/stable/import-ics/5.3.0/README.md similarity index 100% rename from stable/import-ics/5.1.3/README.md rename to stable/import-ics/5.3.0/README.md diff --git a/stable/import-ics/5.3.0/app-changelog.md b/stable/import-ics/5.3.0/app-changelog.md new file mode 100644 index 00000000000..63785d42b87 --- /dev/null +++ b/stable/import-ics/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [import-ics-5.3.0](https://github.com/truecharts/charts/compare/import-ics-5.2.3...import-ics-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/import-ics/5.1.3/app-readme.md b/stable/import-ics/5.3.0/app-readme.md similarity index 100% rename from stable/import-ics/5.1.3/app-readme.md rename to stable/import-ics/5.3.0/app-readme.md diff --git a/stable/import-ics/5.3.0/charts/common-18.2.0.tgz b/stable/import-ics/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/import-ics/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/import-ics/5.1.3/ix_values.yaml b/stable/import-ics/5.3.0/ix_values.yaml similarity index 100% rename from stable/import-ics/5.1.3/ix_values.yaml rename to stable/import-ics/5.3.0/ix_values.yaml diff --git a/stable/import-ics/5.1.3/questions.yaml b/stable/import-ics/5.3.0/questions.yaml similarity index 100% rename from stable/import-ics/5.1.3/questions.yaml rename to stable/import-ics/5.3.0/questions.yaml diff --git a/stable/import-ics/5.1.3/templates/common.yaml b/stable/import-ics/5.3.0/templates/common.yaml similarity index 100% rename from stable/import-ics/5.1.3/templates/common.yaml rename to stable/import-ics/5.3.0/templates/common.yaml diff --git a/stable/insurgencysandstorm/5.1.3/values.yaml b/stable/import-ics/5.3.0/values.yaml similarity index 100% rename from stable/insurgencysandstorm/5.1.3/values.yaml rename to stable/import-ics/5.3.0/values.yaml diff --git a/stable/impostor-server/8.1.3/CHANGELOG.md b/stable/impostor-server/8.1.3/CHANGELOG.md deleted file mode 100644 index 30585ed5992..00000000000 --- a/stable/impostor-server/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [impostor-server-7.2.2](https://github.com/truecharts/charts/compare/impostor-server-7.2.1...impostor-server-7.2.2) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [impostor-server-7.2.1](https://github.com/truecharts/charts/compare/impostor-server-7.2.0...impostor-server-7.2.1) (2024-01-29) - -### Chore - - - -- update container image aeonlucid/impostor to nightly[@0b568b3](https://github.com/0b568b3) by renovate ([#17576](https://github.com/truecharts/charts/issues/17576)) - - -## [impostor-server-7.2.0](https://github.com/truecharts/charts/compare/impostor-server-7.1.13...impostor-server-7.2.0) (2024-01-29) - -### Chore - - - -- update container image aeonlucid/impostor to v1.9.0[@ad5a6e1](https://github.com/ad5a6e1) by renovate ([#17688](https://github.com/truecharts/charts/issues/17688)) - - -## [impostor-server-7.1.13](https://github.com/truecharts/charts/compare/impostor-server-7.1.12...impostor-server-7.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [impostor-server-7.1.12](https://github.com/truecharts/charts/compare/impostor-server-7.1.11...impostor-server-7.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [impostor-server-7.1.11](https://github.com/truecharts/charts/compare/impostor-server-7.1.10...impostor-server-7.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [impostor-server-7.1.10](https://github.com/truecharts/charts/compare/impostor-server-7.1.9...impostor-server-7.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [impostor-server-7.1.9](https://github.com/truecharts/charts/compare/impostor-server-7.1.8...impostor-server-7.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [impostor-server-7.1.8](https://github.com/truecharts/charts/compare/impostor-server-7.1.7...impostor-server-7.1.8) (2024-01-03) - -### Chore - - - -- update container image aeonlucid/impostor to nightly[@727310a](https://github.com/727310a) by renovate ([#16753](https://github.com/truecharts/charts/issues/16753)) - diff --git a/stable/impostor-server/8.1.3/Chart.yaml b/stable/impostor-server/8.1.3/Chart.yaml deleted file mode 100644 index 30ed9a21653..00000000000 --- a/stable/impostor-server/8.1.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.9.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A private Among Us server -home: https://truecharts.org/charts/stable/impostor-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/impostor-server.png -keywords: - - impostor-server -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: impostor-server -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/impostor-server - - https://hub.docker.com/r/aeonlucid/impostor -type: application -version: 8.1.3 diff --git a/stable/impostor-server/8.1.3/charts/common-18.0.3.tgz b/stable/impostor-server/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/impostor-server/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/invidious/9.1.3/.helmignore b/stable/impostor-server/8.3.0/.helmignore similarity index 100% rename from stable/invidious/9.1.3/.helmignore rename to stable/impostor-server/8.3.0/.helmignore diff --git a/stable/impostor-server/8.3.0/CHANGELOG.md b/stable/impostor-server/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..19a2cbcec1c --- /dev/null +++ b/stable/impostor-server/8.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [impostor-server-8.3.0](https://github.com/truecharts/charts/compare/impostor-server-8.2.3...impostor-server-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [impostor-server-8.2.3](https://github.com/truecharts/charts/compare/impostor-server-8.2.2...impostor-server-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [impostor-server-8.2.2](https://github.com/truecharts/charts/compare/impostor-server-8.2.0...impostor-server-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [impostor-server-7.2.2](https://github.com/truecharts/charts/compare/impostor-server-7.2.1...impostor-server-7.2.2) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [impostor-server-7.2.1](https://github.com/truecharts/charts/compare/impostor-server-7.2.0...impostor-server-7.2.1) (2024-01-29) + +### Chore + + + +- update container image aeonlucid/impostor to nightly[@0b568b3](https://github.com/0b568b3) by renovate ([#17576](https://github.com/truecharts/charts/issues/17576)) + + +## [impostor-server-7.2.0](https://github.com/truecharts/charts/compare/impostor-server-7.1.13...impostor-server-7.2.0) (2024-01-29) + +### Chore + + + +- update container image aeonlucid/impostor to v1.9.0[@ad5a6e1](https://github.com/ad5a6e1) by renovate ([#17688](https://github.com/truecharts/charts/issues/17688)) + + +## [impostor-server-7.1.13](https://github.com/truecharts/charts/compare/impostor-server-7.1.12...impostor-server-7.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [impostor-server-7.1.12](https://github.com/truecharts/charts/compare/impostor-server-7.1.11...impostor-server-7.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [impostor-server-7.1.11](https://github.com/truecharts/charts/compare/impostor-server-7.1.10...impostor-server-7.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) diff --git a/stable/impostor-server/8.3.0/Chart.yaml b/stable/impostor-server/8.3.0/Chart.yaml new file mode 100644 index 00000000000..0a1cd037a27 --- /dev/null +++ b/stable/impostor-server/8.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.9.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A private Among Us server +home: https://truecharts.org/charts/stable/impostor-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/impostor-server.png +keywords: + - impostor-server +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: impostor-server +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/impostor-server + - https://hub.docker.com/r/aeonlucid/impostor +type: application +version: 8.3.0 diff --git a/stable/impostor-server/8.1.3/README.md b/stable/impostor-server/8.3.0/README.md similarity index 100% rename from stable/impostor-server/8.1.3/README.md rename to stable/impostor-server/8.3.0/README.md diff --git a/stable/impostor-server/8.3.0/app-changelog.md b/stable/impostor-server/8.3.0/app-changelog.md new file mode 100644 index 00000000000..9a077b83bcc --- /dev/null +++ b/stable/impostor-server/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [impostor-server-8.3.0](https://github.com/truecharts/charts/compare/impostor-server-8.2.3...impostor-server-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/impostor-server/8.1.3/app-readme.md b/stable/impostor-server/8.3.0/app-readme.md similarity index 100% rename from stable/impostor-server/8.1.3/app-readme.md rename to stable/impostor-server/8.3.0/app-readme.md diff --git a/stable/impostor-server/8.3.0/charts/common-18.2.0.tgz b/stable/impostor-server/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/impostor-server/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/impostor-server/8.1.3/ix_values.yaml b/stable/impostor-server/8.3.0/ix_values.yaml similarity index 100% rename from stable/impostor-server/8.1.3/ix_values.yaml rename to stable/impostor-server/8.3.0/ix_values.yaml diff --git a/stable/impostor-server/8.1.3/questions.yaml b/stable/impostor-server/8.3.0/questions.yaml similarity index 100% rename from stable/impostor-server/8.1.3/questions.yaml rename to stable/impostor-server/8.3.0/questions.yaml diff --git a/stable/ispy-agent-dvr/9.3.0/templates/NOTES.txt b/stable/impostor-server/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/ispy-agent-dvr/9.3.0/templates/NOTES.txt rename to stable/impostor-server/8.3.0/templates/NOTES.txt diff --git a/stable/it-tools/4.1.3/templates/common.yaml b/stable/impostor-server/8.3.0/templates/common.yaml similarity index 100% rename from stable/it-tools/4.1.3/templates/common.yaml rename to stable/impostor-server/8.3.0/templates/common.yaml diff --git a/stable/invidious/9.1.3/values.yaml b/stable/impostor-server/8.3.0/values.yaml similarity index 100% rename from stable/invidious/9.1.3/values.yaml rename to stable/impostor-server/8.3.0/values.yaml diff --git a/stable/inkscape-desktop-g3/5.1.3/CHANGELOG.md b/stable/inkscape-desktop-g3/5.1.3/CHANGELOG.md deleted file mode 100644 index 8f508fed336..00000000000 --- a/stable/inkscape-desktop-g3/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [inkscape-desktop-g3-4.1.12](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-4.1.11...inkscape-desktop-g3-4.1.12) (2024-02-12) - -### Chore - - - -- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@12d203a](https://github.com/12d203a) by renovate ([#18022](https://github.com/truecharts/charts/issues/18022)) - - -## [inkscape-desktop-g3-4.1.11](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-4.1.10...inkscape-desktop-g3-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [inkscape-desktop-g3-4.1.10](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-4.1.9...inkscape-desktop-g3-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [inkscape-desktop-g3-4.1.9](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-4.1.8...inkscape-desktop-g3-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [inkscape-desktop-g3-4.1.8](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-4.1.7...inkscape-desktop-g3-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [inkscape-desktop-g3-4.1.7](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-4.1.6...inkscape-desktop-g3-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [inkscape-desktop-g3-4.1.6](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-4.1.5...inkscape-desktop-g3-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [inkscape-desktop-g3-4.1.5](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-4.1.4...inkscape-desktop-g3-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [inkscape-desktop-g3-4.1.4](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-4.1.3...inkscape-desktop-g3-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/inkscape-desktop-g3/5.1.3/Chart.yaml b/stable/inkscape-desktop-g3/5.1.3/Chart.yaml deleted file mode 100644 index aff18cf7ea9..00000000000 --- a/stable/inkscape-desktop-g3/5.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing -home: https://truecharts.org/charts/stable/inkscape-desktop-g3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/inkscape-desktop-g3.png -keywords: - - inkscape-desktop-g3 - - Productivity - - Tools-Utilities - - MediaApp-Photos -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: inkscape-desktop-g3 -sources: - - https://github.com/accetto/headless-drawing-g3/ - - https://github.com/truecharts/charts/tree/master/charts/stable/inkscape-desktop-g3 - - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-inkscape-g3 -type: application -version: 5.1.3 diff --git a/stable/inkscape-desktop-g3/5.1.3/charts/common-18.0.3.tgz b/stable/inkscape-desktop-g3/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/inkscape-desktop-g3/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/invitarr/5.1.3/.helmignore b/stable/inkscape-desktop-g3/5.3.0/.helmignore similarity index 100% rename from stable/invitarr/5.1.3/.helmignore rename to stable/inkscape-desktop-g3/5.3.0/.helmignore diff --git a/stable/inkscape-desktop-g3/5.3.0/CHANGELOG.md b/stable/inkscape-desktop-g3/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..c98e142a3ab --- /dev/null +++ b/stable/inkscape-desktop-g3/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [inkscape-desktop-g3-5.3.0](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.2.3...inkscape-desktop-g3-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [inkscape-desktop-g3-5.2.3](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.2.2...inkscape-desktop-g3-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [inkscape-desktop-g3-5.2.2](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.2.0...inkscape-desktop-g3-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [inkscape-desktop-g3-4.1.12](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-4.1.11...inkscape-desktop-g3-4.1.12) (2024-02-12) + +### Chore + + + +- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@12d203a](https://github.com/12d203a) by renovate ([#18022](https://github.com/truecharts/charts/issues/18022)) + + +## [inkscape-desktop-g3-4.1.11](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-4.1.10...inkscape-desktop-g3-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [inkscape-desktop-g3-4.1.10](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-4.1.9...inkscape-desktop-g3-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [inkscape-desktop-g3-4.1.9](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-4.1.8...inkscape-desktop-g3-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [inkscape-desktop-g3-4.1.8](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-4.1.7...inkscape-desktop-g3-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [inkscape-desktop-g3-4.1.7](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-4.1.6...inkscape-desktop-g3-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/inkscape-desktop-g3/5.3.0/Chart.yaml b/stable/inkscape-desktop-g3/5.3.0/Chart.yaml new file mode 100644 index 00000000000..cae216288d5 --- /dev/null +++ b/stable/inkscape-desktop-g3/5.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing +home: https://truecharts.org/charts/stable/inkscape-desktop-g3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/inkscape-desktop-g3.png +keywords: + - inkscape-desktop-g3 + - Productivity + - Tools-Utilities + - MediaApp-Photos +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: inkscape-desktop-g3 +sources: + - https://github.com/accetto/headless-drawing-g3/ + - https://github.com/truecharts/charts/tree/master/charts/stable/inkscape-desktop-g3 + - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-inkscape-g3 +type: application +version: 5.3.0 diff --git a/stable/inkscape-desktop-g3/5.1.3/README.md b/stable/inkscape-desktop-g3/5.3.0/README.md similarity index 100% rename from stable/inkscape-desktop-g3/5.1.3/README.md rename to stable/inkscape-desktop-g3/5.3.0/README.md diff --git a/stable/inkscape-desktop-g3/5.3.0/app-changelog.md b/stable/inkscape-desktop-g3/5.3.0/app-changelog.md new file mode 100644 index 00000000000..1fa18f5df60 --- /dev/null +++ b/stable/inkscape-desktop-g3/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [inkscape-desktop-g3-5.3.0](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.2.3...inkscape-desktop-g3-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/inkscape-desktop-g3/5.1.3/app-readme.md b/stable/inkscape-desktop-g3/5.3.0/app-readme.md similarity index 100% rename from stable/inkscape-desktop-g3/5.1.3/app-readme.md rename to stable/inkscape-desktop-g3/5.3.0/app-readme.md diff --git a/stable/inkscape-desktop-g3/5.3.0/charts/common-18.2.0.tgz b/stable/inkscape-desktop-g3/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/inkscape-desktop-g3/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/inkscape-desktop-g3/5.1.3/ix_values.yaml b/stable/inkscape-desktop-g3/5.3.0/ix_values.yaml similarity index 100% rename from stable/inkscape-desktop-g3/5.1.3/ix_values.yaml rename to stable/inkscape-desktop-g3/5.3.0/ix_values.yaml diff --git a/stable/inkscape-desktop-g3/5.1.3/questions.yaml b/stable/inkscape-desktop-g3/5.3.0/questions.yaml similarity index 100% rename from stable/inkscape-desktop-g3/5.1.3/questions.yaml rename to stable/inkscape-desktop-g3/5.3.0/questions.yaml diff --git a/stable/inkscape-desktop-g3/5.1.3/templates/common.yaml b/stable/inkscape-desktop-g3/5.3.0/templates/common.yaml similarity index 100% rename from stable/inkscape-desktop-g3/5.1.3/templates/common.yaml rename to stable/inkscape-desktop-g3/5.3.0/templates/common.yaml diff --git a/stable/invitarr/5.1.3/values.yaml b/stable/inkscape-desktop-g3/5.3.0/values.yaml similarity index 100% rename from stable/invitarr/5.1.3/values.yaml rename to stable/inkscape-desktop-g3/5.3.0/values.yaml diff --git a/stable/insurgencysandstorm/5.1.3/CHANGELOG.md b/stable/insurgencysandstorm/5.1.3/CHANGELOG.md deleted file mode 100644 index 082cdb14cc3..00000000000 --- a/stable/insurgencysandstorm/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [insurgencysandstorm-4.1.11](https://github.com/truecharts/charts/compare/insurgencysandstorm-4.1.10...insurgencysandstorm-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [insurgencysandstorm-4.1.10](https://github.com/truecharts/charts/compare/insurgencysandstorm-4.1.9...insurgencysandstorm-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [insurgencysandstorm-4.1.9](https://github.com/truecharts/charts/compare/insurgencysandstorm-4.1.8...insurgencysandstorm-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [insurgencysandstorm-4.1.8](https://github.com/truecharts/charts/compare/insurgencysandstorm-4.1.7...insurgencysandstorm-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [insurgencysandstorm-4.1.7](https://github.com/truecharts/charts/compare/insurgencysandstorm-4.1.6...insurgencysandstorm-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [insurgencysandstorm-4.1.6](https://github.com/truecharts/charts/compare/insurgencysandstorm-4.1.5...insurgencysandstorm-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [insurgencysandstorm-4.1.5](https://github.com/truecharts/charts/compare/insurgencysandstorm-4.1.4...insurgencysandstorm-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [insurgencysandstorm-4.1.4](https://github.com/truecharts/charts/compare/insurgencysandstorm-4.1.3...insurgencysandstorm-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [insurgencysandstorm-4.1.3](https://github.com/truecharts/charts/compare/insurgencysandstorm-4.1.0...insurgencysandstorm-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/insurgencysandstorm/5.1.3/Chart.yaml b/stable/insurgencysandstorm/5.1.3/Chart.yaml deleted file mode 100644 index 1a8041282e4..00000000000 --- a/stable/insurgencysandstorm/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: insurgencysandstorm -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Insurgency Sandstorm and run it. -home: https://truecharts.org/charts/stable/insurgencysandstorm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/insurgencysandstorm.png -keywords: - - insurgencysandstorm - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: insurgencysandstorm -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/insurgencysandstorm - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/insurgencysandstorm/5.1.3/charts/common-18.0.3.tgz b/stable/insurgencysandstorm/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/insurgencysandstorm/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/ipfs/10.2.0/.helmignore b/stable/insurgencysandstorm/5.3.0/.helmignore similarity index 100% rename from stable/ipfs/10.2.0/.helmignore rename to stable/insurgencysandstorm/5.3.0/.helmignore diff --git a/stable/insurgencysandstorm/5.3.0/CHANGELOG.md b/stable/insurgencysandstorm/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..1e98b388e2e --- /dev/null +++ b/stable/insurgencysandstorm/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [insurgencysandstorm-5.3.0](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.2.3...insurgencysandstorm-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [insurgencysandstorm-5.2.3](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.2.2...insurgencysandstorm-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [insurgencysandstorm-5.2.2](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.2.0...insurgencysandstorm-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [insurgencysandstorm-4.1.11](https://github.com/truecharts/charts/compare/insurgencysandstorm-4.1.10...insurgencysandstorm-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [insurgencysandstorm-4.1.10](https://github.com/truecharts/charts/compare/insurgencysandstorm-4.1.9...insurgencysandstorm-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [insurgencysandstorm-4.1.9](https://github.com/truecharts/charts/compare/insurgencysandstorm-4.1.8...insurgencysandstorm-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [insurgencysandstorm-4.1.8](https://github.com/truecharts/charts/compare/insurgencysandstorm-4.1.7...insurgencysandstorm-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [insurgencysandstorm-4.1.7](https://github.com/truecharts/charts/compare/insurgencysandstorm-4.1.6...insurgencysandstorm-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [insurgencysandstorm-4.1.6](https://github.com/truecharts/charts/compare/insurgencysandstorm-4.1.5...insurgencysandstorm-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/insurgencysandstorm/5.3.0/Chart.yaml b/stable/insurgencysandstorm/5.3.0/Chart.yaml new file mode 100644 index 00000000000..ada78a085e0 --- /dev/null +++ b/stable/insurgencysandstorm/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: insurgencysandstorm +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Insurgency Sandstorm and run it. +home: https://truecharts.org/charts/stable/insurgencysandstorm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/insurgencysandstorm.png +keywords: + - insurgencysandstorm + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: insurgencysandstorm +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/insurgencysandstorm + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/insurgencysandstorm/5.1.3/README.md b/stable/insurgencysandstorm/5.3.0/README.md similarity index 100% rename from stable/insurgencysandstorm/5.1.3/README.md rename to stable/insurgencysandstorm/5.3.0/README.md diff --git a/stable/insurgencysandstorm/5.3.0/app-changelog.md b/stable/insurgencysandstorm/5.3.0/app-changelog.md new file mode 100644 index 00000000000..9471432bebe --- /dev/null +++ b/stable/insurgencysandstorm/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [insurgencysandstorm-5.3.0](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.2.3...insurgencysandstorm-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/insurgencysandstorm/5.1.3/app-readme.md b/stable/insurgencysandstorm/5.3.0/app-readme.md similarity index 100% rename from stable/insurgencysandstorm/5.1.3/app-readme.md rename to stable/insurgencysandstorm/5.3.0/app-readme.md diff --git a/stable/insurgencysandstorm/5.3.0/charts/common-18.2.0.tgz b/stable/insurgencysandstorm/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/insurgencysandstorm/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/insurgencysandstorm/5.1.3/ix_values.yaml b/stable/insurgencysandstorm/5.3.0/ix_values.yaml similarity index 100% rename from stable/insurgencysandstorm/5.1.3/ix_values.yaml rename to stable/insurgencysandstorm/5.3.0/ix_values.yaml diff --git a/stable/insurgencysandstorm/5.1.3/questions.yaml b/stable/insurgencysandstorm/5.3.0/questions.yaml similarity index 100% rename from stable/insurgencysandstorm/5.1.3/questions.yaml rename to stable/insurgencysandstorm/5.3.0/questions.yaml diff --git a/stable/insurgencysandstorm/5.1.3/templates/common.yaml b/stable/insurgencysandstorm/5.3.0/templates/common.yaml similarity index 100% rename from stable/insurgencysandstorm/5.1.3/templates/common.yaml rename to stable/insurgencysandstorm/5.3.0/templates/common.yaml diff --git a/stable/ipfs/10.2.0/values.yaml b/stable/insurgencysandstorm/5.3.0/values.yaml similarity index 100% rename from stable/ipfs/10.2.0/values.yaml rename to stable/insurgencysandstorm/5.3.0/values.yaml diff --git a/stable/invidious/9.1.3/CHANGELOG.md b/stable/invidious/9.1.3/CHANGELOG.md deleted file mode 100644 index fe9f63715e4..00000000000 --- a/stable/invidious/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - -## [invidious-8.1.14](https://github.com/truecharts/charts/compare/invidious-8.1.13...invidious-8.1.14) (2024-02-12) - -### Chore - - - -- update container image quay.io/invidious/invidious to latest[@3b2e106](https://github.com/3b2e106) by renovate ([#18215](https://github.com/truecharts/charts/issues/18215)) - - -## [invidious-8.1.13](https://github.com/truecharts/charts/compare/invidious-8.1.12...invidious-8.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [invidious-8.1.12](https://github.com/truecharts/charts/compare/invidious-8.1.11...invidious-8.1.12) (2024-01-29) - -### Chore - - - -- update container image quay.io/invidious/invidious to latest[@fc25ef2](https://github.com/fc25ef2) by renovate ([#17749](https://github.com/truecharts/charts/issues/17749)) - - -## [invidious-8.1.11](https://github.com/truecharts/charts/compare/invidious-8.1.10...invidious-8.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [invidious-8.1.10](https://github.com/truecharts/charts/compare/invidious-8.1.9...invidious-8.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [invidious-8.1.9](https://github.com/truecharts/charts/compare/invidious-8.1.8...invidious-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [invidious-8.1.8](https://github.com/truecharts/charts/compare/invidious-8.1.7...invidious-8.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [invidious-8.1.7](https://github.com/truecharts/charts/compare/invidious-8.1.6...invidious-8.1.7) (2024-01-14) - -### Chore - - - -- update container image quay.io/invidious/invidious to latest[@7da41b3](https://github.com/7da41b3) by renovate ([#17172](https://github.com/truecharts/charts/issues/17172)) - - - diff --git a/stable/invidious/9.1.3/Chart.yaml b/stable/invidious/9.1.3/Chart.yaml deleted file mode 100644 index b063621b261..00000000000 --- a/stable/invidious/9.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Open source alternative front-end to YouTube. -home: https://truecharts.org/charts/stable/invidious -icon: https://truecharts.org/img/hotlink-ok/chart-icons/invidious.png -keywords: - - invidious - - youtube - - media -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: invidious -sources: - - https://github.com/iv-org/invidious - - https://docs.invidious.io/installation/#docker - - https://github.com/truecharts/charts/tree/master/charts/stable/invidious - - https://quay.io/invidious/invidious -type: application -version: 9.1.3 diff --git a/stable/invidious/9.1.3/charts/common-18.0.3.tgz b/stable/invidious/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/invidious/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/invidious/9.1.3/questions.yaml b/stable/invidious/9.1.3/questions.yaml deleted file mode 100755 index 57a34820556..00000000000 --- a/stable/invidious/9.1.3/questions.yaml +++ /dev/null @@ -1,4212 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: invidious - group: App Configuration - label: Invidious Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: network - label: Network Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: inbound - label: Inbound - schema: - additional_attrs: true - type: dict - attrs: - - variable: external_port - label: External Port - description: When the invidious instance is behind a proxy, and the proxy listens on a different port than the instance does, this lets invidious know about it. - schema: - type: int - required: true - min: 1 - max: 65535 - default: 10594 - - variable: https_only - label: HTTPS Only - description: Tell Invidious that it is behind a proxy that provides only HTTPS, so all links must use the https:// scheme. This setting MUST be set to true if invidious is behind a reverse proxy serving HTTPs. - schema: - type: boolean - default: false - - variable: domain - label: Domain - description: Domain name under which this instance is hosted. This is used to craft absolute URLs to the instance - schema: - type: string - default: "" - - variable: hsts - label: HSTS - description: Enable/Disable Strict-Transport-Security. - schema: - type: boolean - default: false - - variable: outbound - label: Outbound - schema: - additional_attrs: true - type: dict - attrs: - - variable: disable_proxy - label: Disable Proxy - description: Disable proxying server-wide. Can be disable as a whole, or only for a single function. - schema: - type: string - required: true - default: "false" - enum: - - value: "false" - description: "false" - - value: "true" - description: "true" - - value: dash - description: dash - - value: livestreams - description: livestreams - - value: livestreams - description: livestreams - - value: downloads - description: downloads - - value: local - description: local - - variable: pool_size - label: Pool Size - description: Size of the HTTP pool used to connect to youtube. - schema: - type: int - required: true - min: 1 - default: 100 - - variable: use_quic - label: Use QUIC - description: Enable/Disable the use of QUIC (HTTP/3) when connecting to the youtube API and websites - schema: - type: boolean - default: false - - variable: cookies - label: Cookies - description: Additional cookies to be sent when requesting the youtube API. - schema: - type: list - default: [] - items: - - variable: cookie_entry - label: Cookie Entry - schema: - type: string - required: true - default: "" - - variable: force_resolve - label: Force Resolve - description: Force connection to youtube over a specific IP family. - schema: - type: string - default: "" - enum: - - value: "" - description: No Force - - value: ipv4 - description: ipv4 - - value: ipv6 - description: ipv6 - - variable: logging - label: Logging Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: output - label: Output - description: STDOUT or Path to log file. Can be absolute or relative to the invidious binary. - schema: - type: string - required: true - default: STDOUT - - variable: log_level - label: Log Level - description: Logging Verbosity. - schema: - type: string - required: true - default: Info - enum: - - value: Info - description: Info - - value: Trace - description: Trace - - value: Debug - description: Debug - - value: Warn - description: Warn - - value: Error - description: Error - - value: Fatal - description: Fatal - - value: "Off" - description: "Off" - - value: All - description: All - - variable: features - label: Features Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: popular_enabled - label: Popular Enabled - description: Enable/Disable the "Popular" tab on the main page. - schema: - type: boolean - default: true - - variable: statistics_enabled - label: Statistics Enabled - description: Enable/Disable statistics (available at /api/v1/stats). - schema: - type: boolean - default: false - - variable: users_accounts - label: Users and Accounts - schema: - additional_attrs: true - type: dict - attrs: - - variable: registration_enabled - label: Registration Enabled - description: Allow/Forbid Invidious (local) account creation. Invidious accounts allow users to subscribe to channels and to create playlists without a Google account. - schema: - type: boolean - default: true - - variable: login_enabled - label: Login Enabled - description: Allow/Forbid users to log-in. This setting affects the ability to connect with BOTH Google and Invidious (local) accounts. - schema: - type: boolean - default: true - - variable: captcha_enabled - label: Captcha Enabled - description: Enable/Disable the captcha challenge on the login page. - schema: - type: boolean - default: true - - variable: admins - label: Admins - description: List of usernames that will be granted administrator rights. - schema: - type: list - default: [] - items: - - variable: adminEntry - label: Admin Entry - schema: - type: string - required: true - default: "" - - variable: enable_user_notifications - label: User Notifications Enabled - description: Enable/Disable user notifications. - schema: - type: boolean - default: true - - variable: background_jobs - label: Background Jobs - schema: - additional_attrs: true - type: dict - attrs: - - variable: channel_threads - label: Channel Threads - description: Number of threads to use when crawling channel videos (during subscriptions update). - schema: - type: int - required: true - min: 1 - default: 1 - - variable: channel_refresh_interval - label: Channel Refresh Interval - description: Time interval between two executions of the job that crawls channel videos (subscriptions update). - schema: - type: string - required: true - default: 30m - - variable: full_refresh - label: Full Refresh - description: Forcefully dump and re-download the entire list of uploaded videos when crawling channel (during subscriptions update). - schema: - type: boolean - default: false - - variable: feed_threads - label: Feed Threads - description: Number of threads to use when updating RSS feeds. - schema: - type: int - required: true - min: 1 - default: 1 - - variable: decrypt_polling - label: Decrypt Polling - description: Enable/Disable the polling job that keeps the decryption function (for "secured" videos) up to date. - schema: - type: boolean - default: false - - variable: jobs - label: Jobs Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: clear_expired_items - label: Clear Expired Items - schema: - additional_attrs: true - type: dict - attrs: - - variable: enable - label: Enable - description: Enable the database cleaning job - schema: - type: boolean - default: true - - variable: refresh_channels - label: Refresh Channels - schema: - additional_attrs: true - type: dict - attrs: - - variable: enable - label: Enable - description: Enable the channels updater job - schema: - type: boolean - default: true - - variable: refresh_feeds - label: Refresh Feeds - schema: - additional_attrs: true - type: dict - attrs: - - variable: enable - label: Enable - description: Enable the RSS feeds updater job - schema: - type: boolean - default: true - - variable: captcha - label: Captcha - schema: - additional_attrs: true - type: dict - attrs: - - variable: captcha_api_url - label: Captcha API URL - description: URL of the captcha solving service. - schema: - type: string - required: true - default: https://api.anti-captcha.com - - variable: captcha_key - label: Captcha API Key - description: API key for the captcha solving service. - schema: - type: string - private: true - default: "" - - variable: miscellaneous - label: Miscellaneous - schema: - additional_attrs: true - type: dict - attrs: - - variable: banner - label: Banner - description: Custom banner displayed at the top of every page. This can used for instance announcements, e.g. - schema: - type: string - default: "" - - variable: use_pubsub_feeds - label: Use PuBSub Feeds - description: Subscribe to channels using PubSubHub (Google PubSubHubbub service). PubSubHub allows Invidious to be instantly notified when a new video is published on any subscribed channels - schema: - type: boolean - default: false - - variable: dmca_content - label: DMCA Content - description: List of video IDs where the "download" widget must be disabled, in order to comply with DMCA requests. - schema: - type: list - default: [] - items: - - variable: dmcaEntry - label: DMCA Entry - schema: - type: string - required: true - default: "" - - variable: cache_annotations - label: Cache Annotations - description: Cache video annotations in the database. - schema: - type: boolean - default: false - - variable: playlist_length_limit - label: Playlist Length Limit - description: Maximum custom playlist length limit. - schema: - type: int - required: true - default: 500 - - variable: default_user_preferences - label: Default User Preferences - schema: - additional_attrs: true - type: dict - attrs: - - variable: internationalization - label: Internationalization - schema: - additional_attrs: true - type: dict - attrs: - - variable: locale - label: Locale - description: Default user interface language (locale). - schema: - type: string - required: true - default: en-US - enum: - - value: ar - description: Arabic - - value: da - description: Danish - - value: de - description: German - - value: en-US - description: English, US - - value: el - description: Greek - - value: eo - description: Esperanto - - value: es - description: Spanish - - value: fa - description: Persian - - value: fi - description: Finnish - - value: fr - description: French - - value: he - description: Hebrew - - value: hr - description: Hungarian - - value: id - description: Indonesian - - value: is - description: Icelandic - - value: it - description: Italian - - value: ja - description: Japanese - - value: nb-NO - description: Norwegian, Bomkmal - - value: nl - description: Dutch - - value: pl - description: Polish - - value: pt-BR - description: Portuguese, Brazil - - value: pt-PT - description: Portuguese, Portugal - - value: ro - description: Romanian - - value: ru - description: Russian - - value: sv - description: Swedish - - value: tr - description: Turkish - - value: uk - description: Ukrainian - - value: zh-CN - description: Chinese, China (Simplified Chinese) - - value: zh-TW - description: Chinese, Taiwan (Traditional Chinese) - - variable: region - label: Region - description: Default geographical location for content. - schema: - type: string - required: true - default: US - enum: - - value: AE - description: AE - - value: AR - description: AR - - value: AT - description: AT - - value: AU - description: AU - - value: AZ - description: AZ - - value: BA - description: BA - - value: BD - description: BD - - value: BE - description: BE - - value: BG - description: BG - - value: BH - description: BH - - value: BO - description: BO - - value: BR - description: BR - - value: BY - description: BY - - value: CA - description: CA - - value: CH - description: CH - - value: CL - description: CL - - value: CO - description: CO - - value: CR - description: CR - - value: CY - description: CY - - value: CZ - description: CZ - - value: DE - description: DE - - value: DK - description: DK - - value: DO - description: DO - - value: DZ - description: DZ - - value: EC - description: EC - - value: EE - description: EE - - value: EG - description: EG - - value: ES - description: ES - - value: FI - description: FI - - value: FR - description: FR - - value: GB - description: GB - - value: GE - description: GE - - value: GH - description: GH - - value: GR - description: GR - - value: GT - description: GT - - value: HK - description: HK - - value: HN - description: HN - - value: HR - description: HR - - value: HU - description: HU - - value: ID - description: ID - - value: IE - description: IE - - value: IL - description: IL - - value: IN - description: IN - - value: IQ - description: IQ - - value: IS - description: IS - - value: IT - description: IT - - value: JM - description: JM - - value: JO - description: JO - - value: JP - description: JP - - value: KE - description: KE - - value: KR - description: KR - - value: KW - description: KW - - value: KZ - description: KZ - - value: LB - description: LB - - value: LI - description: LI - - value: LK - description: LK - - value: LT - description: LT - - value: LU - description: LU - - value: LV - description: LV - - value: LY - description: LY - - value: MA - description: MA - - value: ME - description: ME - - value: MK - description: MK - - value: MT - description: MT - - value: MX - description: MX - - value: MY - description: MY - - value: NG - description: NG - - value: NI - description: NI - - value: NL - description: NL - - value: "NO" - description: "NO" - - value: NP - description: NP - - value: NZ - description: NZ - - value: OM - description: OM - - value: PA - description: PA - - value: PE - description: PE - - value: PG - description: PG - - value: PH - description: PH - - value: PK - description: PK - - value: PL - description: PL - - value: PR - description: PR - - value: PT - description: PT - - value: PY - description: PY - - value: QA - description: QA - - value: RO - description: RO - - value: RS - description: RS - - value: RU - description: RU - - value: SA - description: SA - - value: SE - description: SE - - value: SG - description: SG - - value: SI - description: SI - - value: SK - description: SK - - value: SN - description: SN - - value: SV - description: SV - - value: TH - description: TH - - value: TN - description: TN - - value: TR - description: TR - - value: TW - description: TW - - value: TZ - description: TZ - - value: UA - description: UA - - value: UG - description: UG - - value: US - description: US - - value: UY - description: UY - - value: VE - description: VE - - value: VN - description: VN - - value: YE - description: YE - - value: ZA - description: ZA - - value: ZW - description: ZW - - variable: captions - label: Captions - description: Top 3 preferred languages for video captions. Exactly 3 Captions - schema: - type: list - default: [] - items: - - variable: captionEntry - label: Caption Entry - schema: - type: string - required: true - default: "" - enum: - - value: English - description: English - - value: English (auto-generated) - description: English (auto-generated) - - value: Afrikaans - description: Afrikaans - - value: Albanian - description: Albanian - - value: Amharic - description: Amharic - - value: Arabic - description: Arabic - - value: Armenian - description: Armenian - - value: Azerbaijani - description: Azerbaijani - - value: Bangla - description: Bangla - - value: Basque - description: Basque - - value: Belarusian - description: Belarusian - - value: Bosnian - description: Bosnian - - value: Bulgarian - description: Bulgarian - - value: Burmese - description: Burmese - - value: Catalan - description: Catalan - - value: Cebuano - description: Cebuano - - value: Chinese (Simplified) - description: Chinese (Simplified) - - value: Chinese (Traditional) - description: Chinese (Traditional) - - value: Corsican - description: Corsican - - value: Croatian - description: Croatian - - value: Czech - description: Czech - - value: Danish - description: Danish - - value: Dutch - description: Dutch - - value: Esperanto - description: Esperanto - - value: Estonian - description: Estonian - - value: Filipino - description: Filipino - - value: Finnish - description: Finnish - - value: French - description: French - - value: Galician - description: Galician - - value: Georgian - description: Georgian - - value: German - description: German - - value: Greek - description: Greek - - value: Gujarati - description: Gujarati - - value: Haitian Creole - description: Haitian Creole - - value: Hausa - description: Hausa - - value: Hawaiian - description: Hawaiian - - value: Hebrew - description: Hebrew - - value: Hindi - description: Hindi - - value: Hmong - description: Hmong - - value: Hungarian - description: Hungarian - - value: Icelandic - description: Icelandic - - value: Igbo - description: Igbo - - value: Indonesian - description: Indonesian - - value: Irish - description: Irish - - value: Italian - description: Italian - - value: Japanese - description: Japanese - - value: Javanese - description: Javanese - - value: Kannada - description: Kannada - - value: Kazakh - description: Kazakh - - value: Khmer - description: Khmer - - value: Korean - description: Korean - - value: Kurdish - description: Kurdish - - value: Kyrgyz - description: Kyrgyz - - value: Lao - description: Lao - - value: Latin - description: Latin - - value: Latvian - description: Latvian - - value: Lithuanian - description: Lithuanian - - value: Luxembourgish - description: Luxembourgish - - value: Macedonian - description: Macedonian - - value: Malagasy - description: Malagasy - - value: Malay - description: Malay - - value: Malayalam - description: Malayalam - - value: Maltese - description: Maltese - - value: Maori - description: Maori - - value: Marathi - description: Marathi - - value: Mongolian - description: Mongolian - - value: Nepali - description: Nepali - - value: Norwegian Bokmål - description: Norwegian Bokmål - - value: Nyanja - description: Nyanja - - value: Pashto - description: Pashto - - value: Persian - description: Persian - - value: Polish - description: Polish - - value: Portuguese - description: Portuguese - - value: Punjabi - description: Punjabi - - value: Romanian - description: Romanian - - value: Russian - description: Russian - - value: Samoan - description: Samoan - - value: Scottish Gaelic - description: Scottish Gaelic - - value: Serbian - description: Serbian - - value: Shona - description: Shona - - value: Sindhi - description: Sindhi - - value: Sinhala - description: Sinhala - - value: Slovak - description: Slovak - - value: Slovenian - description: Slovenian - - value: Somali - description: Somali - - value: Southern Sotho - description: Southern Sotho - - value: Spanish - description: Spanish - - value: Spanish (Latin America) - description: Spanish (Latin America) - - value: Sundanese - description: Sundanese - - value: Swahili - description: Swahili - - value: Swedish - description: Swedish - - value: Tajik - description: Tajik - - value: Tamil - description: Tamil - - value: Telugu - description: Telugu - - value: Thai - description: Thai - - value: Turkish - description: Turkish - - value: Ukrainian - description: Ukrainian - - value: Urdu - description: Urdu - - value: Uzbek - description: Uzbek - - value: Vietnamese - description: Vietnamese - - value: Welsh - description: Welsh - - value: Western Frisian - description: Western Frisian - - value: Xhosa - description: Xhosa - - value: Yiddish - description: Yiddish - - value: Yoruba - description: Yoruba - - value: Zulu - description: Zulu - - variable: interface - label: Interface - schema: - additional_attrs: true - type: dict - attrs: - - variable: dark_mode - label: Dark Mode - description: Enable/Disable dark mode. - schema: - type: string - required: true - default: auto - enum: - - value: auto - description: Auto - - value: dark - description: Dark - - value: light - description: Light - - variable: thin_mode - label: Thin Mode - description: Enable/Disable thin mode (no video thumbnails). - schema: - type: boolean - default: false - - variable: feed_menu - label: Feed Menu - description: List of feeds available on the home page. Defaults to all. Max 4 feed items - schema: - type: list - default: [] - items: - - variable: feedEntry - label: Feed Entry - schema: - type: string - required: true - default: "" - enum: - - value: Popular - description: Popular - - value: Trending - description: Trending - - value: Subscriptions - description: Subscriptions - - value: Playlists - description: Playlists - - variable: default_home - label: Default Home - description: Default feed to display on the home page. - schema: - type: string - default: "" - enum: - - value: "" - description: None - - value: Popular - description: Popular - - value: Trending - description: Trending - - value: Subscriptions - description: Subscriptions - - value: Playlists - description: Playlists - - variable: max_results - label: Max Results - description: Default number of results to display per page. - schema: - type: int - required: true - default: 40 - - variable: annotations - label: Annotations - description: Show/hide annotations. - schema: - type: boolean - default: false - - variable: annotations_subscribed - label: Annotations Subscribed - description: Show/hide subscribed annotations. - schema: - type: boolean - default: false - - variable: comments - label: Comments - description: Type of comments to display below video. Exactly 2 Types - schema: - type: list - default: [] - items: - - variable: commentEntry - label: Comment Entry - schema: - type: string - required: true - default: "" - enum: - - value: "" - description: None - - value: youtube - description: Youtube - - value: reddit - description: Reddit - - variable: player_style - label: Player Style - description: Default player style. - schema: - type: string - required: true - default: invidious - enum: - - value: invidious - description: Invidious - - value: youtube - description: Youtube - - variable: related_videos - label: Related Videos - description: Show/Hide the "related videos" sidebar when watching a video. - schema: - type: boolean - default: true - - variable: video_player_behavior - label: Video Player Behavior - schema: - additional_attrs: true - type: dict - attrs: - - variable: autoplay - label: Autoplay - description: Automatically play videos on page load. - schema: - type: boolean - default: false - - variable: continue - label: Continue - description: Automatically load the "next" video (either next in playlist or proposed) when the current video ends. - schema: - type: boolean - default: false - - variable: continue_autoplay - label: Continue Autoplay - description: Autoplay next video by default. - schema: - type: boolean - default: true - - variable: listen - label: Listen - description: Play videos in Audio-only mode by default. - schema: - type: boolean - default: false - - variable: video_loop - label: Video Loop - description: Loop videos automatically. - schema: - type: boolean - default: false - - variable: video_playback_settings - label: Video Playback Settings - schema: - additional_attrs: true - type: dict - attrs: - - variable: quality - label: Quality - description: Default video quality. - schema: - type: string - required: true - default: hd720 - enum: - - value: hd720 - description: HD720 - - value: dash - description: Dash - - value: medium - description: Medium - - value: small - description: Small - - variable: quality_dash - label: Quality Dash - description: Default dash video quality. - schema: - type: string - show_if: [["quality", "=", "dash"]] - required: true - default: auto - enum: - - value: auto - description: Auto - - value: best - description: Best - - value: 4320p - description: 4320p - - value: 2160p - description: 2160p - - value: 1440p - description: 1440p - - value: 1080p - description: 1080p - - value: 720p - description: 720p - - value: 480p - description: 480p - - value: 480p - description: 480p - - value: 360p - description: 360p - - value: 240p - description: 240p - - value: 144p - description: 144p - - value: worst - description: Worst - - variable: speed - label: Speed - description: Default video playback speed. - schema: - type: string - required: true - valid_chars: '^[0-9]+(\.[0-9]{1,2})?$' - default: "1.00" - - variable: volume - label: Volume - description: Default volume. - schema: - type: int - min: 1 - max: 100 - required: true - default: 100 - - variable: vr_mode - label: VR Mode - description: Allow 360° videos to be played. - schema: - type: boolean - default: false - - variable: subscription_feed - label: Subscription Feed - schema: - additional_attrs: true - type: dict - attrs: - - variable: latest_only - label: Latest Only - description: In the "Subscription" feed, only show the latest video of each channel the user is subscribed to. - schema: - type: boolean - default: false - - variable: notifications_only - label: Notifications Only - description: Enable/Disable user subscriptions desktop notifications. - schema: - type: boolean - default: false - - variable: unseen_only - label: Unseen Only - description: In the "Subscription" feed, Only show the videos that the user haven't watched yet. - schema: - type: boolean - default: false - - variable: sort - label: Sort - description: Default sorting parameter for subscription feeds. - schema: - type: string - required: true - default: published - enum: - - value: alphabetically - description: Alphabetically - - value: alphabetically - reverse - description: Alphabetically - Reverse - - value: channel name - description: Channel Name - - value: channel name - reverse - description: Channel Name - Reverse - - value: published - description: Published - - value: published - reverse - description: Published - Reverse - - variable: miscellaneous - label: Miscellaneous - schema: - additional_attrs: true - type: dict - attrs: - - variable: local - label: Local - description: Proxy videos through instance by default. - schema: - type: boolean - default: false - - variable: show_nick - label: Show Nick - description: Show the connected user's nick at the top right. - schema: - type: boolean - default: true - - variable: automatic_instance_redirect - label: Automatic Instance Redirect - description: Automatically redirect to a random instance when the user uses any "switch invidious instance" link - schema: - type: boolean - default: false - - variable: extend_desc - label: Extend Description - description: Show the entire video description - schema: - type: boolean - default: false - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Service Port Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 10594 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/ipmi-tools/6.1.3/.helmignore b/stable/invidious/9.3.0/.helmignore similarity index 100% rename from stable/ipmi-tools/6.1.3/.helmignore rename to stable/invidious/9.3.0/.helmignore diff --git a/stable/invidious/9.3.0/CHANGELOG.md b/stable/invidious/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..fd20ae3dd32 --- /dev/null +++ b/stable/invidious/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [invidious-9.3.0](https://github.com/truecharts/charts/compare/invidious-9.2.3...invidious-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [invidious-9.2.3](https://github.com/truecharts/charts/compare/invidious-9.2.2...invidious-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [invidious-9.2.2](https://github.com/truecharts/charts/compare/invidious-9.2.0...invidious-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + +## [invidious-8.1.14](https://github.com/truecharts/charts/compare/invidious-8.1.13...invidious-8.1.14) (2024-02-12) + +### Chore + + + +- update container image quay.io/invidious/invidious to latest[@3b2e106](https://github.com/3b2e106) by renovate ([#18215](https://github.com/truecharts/charts/issues/18215)) + + +## [invidious-8.1.13](https://github.com/truecharts/charts/compare/invidious-8.1.12...invidious-8.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [invidious-8.1.12](https://github.com/truecharts/charts/compare/invidious-8.1.11...invidious-8.1.12) (2024-01-29) + +### Chore + + + +- update container image quay.io/invidious/invidious to latest[@fc25ef2](https://github.com/fc25ef2) by renovate ([#17749](https://github.com/truecharts/charts/issues/17749)) + + +## [invidious-8.1.11](https://github.com/truecharts/charts/compare/invidious-8.1.10...invidious-8.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [invidious-8.1.10](https://github.com/truecharts/charts/compare/invidious-8.1.9...invidious-8.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) diff --git a/stable/invidious/9.3.0/Chart.yaml b/stable/invidious/9.3.0/Chart.yaml new file mode 100644 index 00000000000..026b07f4f0a --- /dev/null +++ b/stable/invidious/9.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Open source alternative front-end to YouTube. +home: https://truecharts.org/charts/stable/invidious +icon: https://truecharts.org/img/hotlink-ok/chart-icons/invidious.png +keywords: + - invidious + - youtube + - media +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: invidious +sources: + - https://github.com/iv-org/invidious + - https://docs.invidious.io/installation/#docker + - https://github.com/truecharts/charts/tree/master/charts/stable/invidious + - https://quay.io/invidious/invidious +type: application +version: 9.3.0 diff --git a/stable/invidious/9.1.3/README.md b/stable/invidious/9.3.0/README.md similarity index 100% rename from stable/invidious/9.1.3/README.md rename to stable/invidious/9.3.0/README.md diff --git a/stable/invidious/9.3.0/app-changelog.md b/stable/invidious/9.3.0/app-changelog.md new file mode 100644 index 00000000000..e0068b50d24 --- /dev/null +++ b/stable/invidious/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [invidious-9.3.0](https://github.com/truecharts/charts/compare/invidious-9.2.3...invidious-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/invidious/9.1.3/app-readme.md b/stable/invidious/9.3.0/app-readme.md similarity index 100% rename from stable/invidious/9.1.3/app-readme.md rename to stable/invidious/9.3.0/app-readme.md diff --git a/stable/invidious/9.3.0/charts/common-18.2.0.tgz b/stable/invidious/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/invidious/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/invidious/9.1.3/ix_values.yaml b/stable/invidious/9.3.0/ix_values.yaml similarity index 100% rename from stable/invidious/9.1.3/ix_values.yaml rename to stable/invidious/9.3.0/ix_values.yaml diff --git a/stable/invidious/9.3.0/questions.yaml b/stable/invidious/9.3.0/questions.yaml new file mode 100755 index 00000000000..11d32120c60 --- /dev/null +++ b/stable/invidious/9.3.0/questions.yaml @@ -0,0 +1,4170 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: invidious + group: App Configuration + label: Invidious Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: network + label: Network Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: inbound + label: Inbound + schema: + additional_attrs: true + type: dict + attrs: + - variable: external_port + label: External Port + description: When the invidious instance is behind a proxy, and the proxy listens on a different port than the instance does, this lets invidious know about it. + schema: + type: int + required: true + min: 1 + max: 65535 + default: 10594 + - variable: https_only + label: HTTPS Only + description: Tell Invidious that it is behind a proxy that provides only HTTPS, so all links must use the https:// scheme. This setting MUST be set to true if invidious is behind a reverse proxy serving HTTPs. + schema: + type: boolean + default: false + - variable: domain + label: Domain + description: Domain name under which this instance is hosted. This is used to craft absolute URLs to the instance + schema: + type: string + default: "" + - variable: hsts + label: HSTS + description: Enable/Disable Strict-Transport-Security. + schema: + type: boolean + default: false + - variable: outbound + label: Outbound + schema: + additional_attrs: true + type: dict + attrs: + - variable: disable_proxy + label: Disable Proxy + description: Disable proxying server-wide. Can be disable as a whole, or only for a single function. + schema: + type: string + required: true + default: "false" + enum: + - value: "false" + description: "false" + - value: "true" + description: "true" + - value: dash + description: dash + - value: livestreams + description: livestreams + - value: livestreams + description: livestreams + - value: downloads + description: downloads + - value: local + description: local + - variable: pool_size + label: Pool Size + description: Size of the HTTP pool used to connect to youtube. + schema: + type: int + required: true + min: 1 + default: 100 + - variable: use_quic + label: Use QUIC + description: Enable/Disable the use of QUIC (HTTP/3) when connecting to the youtube API and websites + schema: + type: boolean + default: false + - variable: cookies + label: Cookies + description: Additional cookies to be sent when requesting the youtube API. + schema: + type: list + default: [] + items: + - variable: cookie_entry + label: Cookie Entry + schema: + type: string + required: true + default: "" + - variable: force_resolve + label: Force Resolve + description: Force connection to youtube over a specific IP family. + schema: + type: string + default: "" + enum: + - value: "" + description: No Force + - value: ipv4 + description: ipv4 + - value: ipv6 + description: ipv6 + - variable: logging + label: Logging Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: output + label: Output + description: STDOUT or Path to log file. Can be absolute or relative to the invidious binary. + schema: + type: string + required: true + default: STDOUT + - variable: log_level + label: Log Level + description: Logging Verbosity. + schema: + type: string + required: true + default: Info + enum: + - value: Info + description: Info + - value: Trace + description: Trace + - value: Debug + description: Debug + - value: Warn + description: Warn + - value: Error + description: Error + - value: Fatal + description: Fatal + - value: "Off" + description: "Off" + - value: All + description: All + - variable: features + label: Features Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: popular_enabled + label: Popular Enabled + description: Enable/Disable the "Popular" tab on the main page. + schema: + type: boolean + default: true + - variable: statistics_enabled + label: Statistics Enabled + description: Enable/Disable statistics (available at /api/v1/stats). + schema: + type: boolean + default: false + - variable: users_accounts + label: Users and Accounts + schema: + additional_attrs: true + type: dict + attrs: + - variable: registration_enabled + label: Registration Enabled + description: Allow/Forbid Invidious (local) account creation. Invidious accounts allow users to subscribe to channels and to create playlists without a Google account. + schema: + type: boolean + default: true + - variable: login_enabled + label: Login Enabled + description: Allow/Forbid users to log-in. This setting affects the ability to connect with BOTH Google and Invidious (local) accounts. + schema: + type: boolean + default: true + - variable: captcha_enabled + label: Captcha Enabled + description: Enable/Disable the captcha challenge on the login page. + schema: + type: boolean + default: true + - variable: admins + label: Admins + description: List of usernames that will be granted administrator rights. + schema: + type: list + default: [] + items: + - variable: adminEntry + label: Admin Entry + schema: + type: string + required: true + default: "" + - variable: enable_user_notifications + label: User Notifications Enabled + description: Enable/Disable user notifications. + schema: + type: boolean + default: true + - variable: background_jobs + label: Background Jobs + schema: + additional_attrs: true + type: dict + attrs: + - variable: channel_threads + label: Channel Threads + description: Number of threads to use when crawling channel videos (during subscriptions update). + schema: + type: int + required: true + min: 1 + default: 1 + - variable: channel_refresh_interval + label: Channel Refresh Interval + description: Time interval between two executions of the job that crawls channel videos (subscriptions update). + schema: + type: string + required: true + default: 30m + - variable: full_refresh + label: Full Refresh + description: Forcefully dump and re-download the entire list of uploaded videos when crawling channel (during subscriptions update). + schema: + type: boolean + default: false + - variable: feed_threads + label: Feed Threads + description: Number of threads to use when updating RSS feeds. + schema: + type: int + required: true + min: 1 + default: 1 + - variable: decrypt_polling + label: Decrypt Polling + description: Enable/Disable the polling job that keeps the decryption function (for "secured" videos) up to date. + schema: + type: boolean + default: false + - variable: jobs + label: Jobs Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: clear_expired_items + label: Clear Expired Items + schema: + additional_attrs: true + type: dict + attrs: + - variable: enable + label: Enable + description: Enable the database cleaning job + schema: + type: boolean + default: true + - variable: refresh_channels + label: Refresh Channels + schema: + additional_attrs: true + type: dict + attrs: + - variable: enable + label: Enable + description: Enable the channels updater job + schema: + type: boolean + default: true + - variable: refresh_feeds + label: Refresh Feeds + schema: + additional_attrs: true + type: dict + attrs: + - variable: enable + label: Enable + description: Enable the RSS feeds updater job + schema: + type: boolean + default: true + - variable: captcha + label: Captcha + schema: + additional_attrs: true + type: dict + attrs: + - variable: captcha_api_url + label: Captcha API URL + description: URL of the captcha solving service. + schema: + type: string + required: true + default: https://api.anti-captcha.com + - variable: captcha_key + label: Captcha API Key + description: API key for the captcha solving service. + schema: + type: string + private: true + default: "" + - variable: miscellaneous + label: Miscellaneous + schema: + additional_attrs: true + type: dict + attrs: + - variable: banner + label: Banner + description: Custom banner displayed at the top of every page. This can used for instance announcements, e.g. + schema: + type: string + default: "" + - variable: use_pubsub_feeds + label: Use PuBSub Feeds + description: Subscribe to channels using PubSubHub (Google PubSubHubbub service). PubSubHub allows Invidious to be instantly notified when a new video is published on any subscribed channels + schema: + type: boolean + default: false + - variable: dmca_content + label: DMCA Content + description: List of video IDs where the "download" widget must be disabled, in order to comply with DMCA requests. + schema: + type: list + default: [] + items: + - variable: dmcaEntry + label: DMCA Entry + schema: + type: string + required: true + default: "" + - variable: cache_annotations + label: Cache Annotations + description: Cache video annotations in the database. + schema: + type: boolean + default: false + - variable: playlist_length_limit + label: Playlist Length Limit + description: Maximum custom playlist length limit. + schema: + type: int + required: true + default: 500 + - variable: default_user_preferences + label: Default User Preferences + schema: + additional_attrs: true + type: dict + attrs: + - variable: internationalization + label: Internationalization + schema: + additional_attrs: true + type: dict + attrs: + - variable: locale + label: Locale + description: Default user interface language (locale). + schema: + type: string + required: true + default: en-US + enum: + - value: ar + description: Arabic + - value: da + description: Danish + - value: de + description: German + - value: en-US + description: English, US + - value: el + description: Greek + - value: eo + description: Esperanto + - value: es + description: Spanish + - value: fa + description: Persian + - value: fi + description: Finnish + - value: fr + description: French + - value: he + description: Hebrew + - value: hr + description: Hungarian + - value: id + description: Indonesian + - value: is + description: Icelandic + - value: it + description: Italian + - value: ja + description: Japanese + - value: nb-NO + description: Norwegian, Bomkmal + - value: nl + description: Dutch + - value: pl + description: Polish + - value: pt-BR + description: Portuguese, Brazil + - value: pt-PT + description: Portuguese, Portugal + - value: ro + description: Romanian + - value: ru + description: Russian + - value: sv + description: Swedish + - value: tr + description: Turkish + - value: uk + description: Ukrainian + - value: zh-CN + description: Chinese, China (Simplified Chinese) + - value: zh-TW + description: Chinese, Taiwan (Traditional Chinese) + - variable: region + label: Region + description: Default geographical location for content. + schema: + type: string + required: true + default: US + enum: + - value: AE + description: AE + - value: AR + description: AR + - value: AT + description: AT + - value: AU + description: AU + - value: AZ + description: AZ + - value: BA + description: BA + - value: BD + description: BD + - value: BE + description: BE + - value: BG + description: BG + - value: BH + description: BH + - value: BO + description: BO + - value: BR + description: BR + - value: BY + description: BY + - value: CA + description: CA + - value: CH + description: CH + - value: CL + description: CL + - value: CO + description: CO + - value: CR + description: CR + - value: CY + description: CY + - value: CZ + description: CZ + - value: DE + description: DE + - value: DK + description: DK + - value: DO + description: DO + - value: DZ + description: DZ + - value: EC + description: EC + - value: EE + description: EE + - value: EG + description: EG + - value: ES + description: ES + - value: FI + description: FI + - value: FR + description: FR + - value: GB + description: GB + - value: GE + description: GE + - value: GH + description: GH + - value: GR + description: GR + - value: GT + description: GT + - value: HK + description: HK + - value: HN + description: HN + - value: HR + description: HR + - value: HU + description: HU + - value: ID + description: ID + - value: IE + description: IE + - value: IL + description: IL + - value: IN + description: IN + - value: IQ + description: IQ + - value: IS + description: IS + - value: IT + description: IT + - value: JM + description: JM + - value: JO + description: JO + - value: JP + description: JP + - value: KE + description: KE + - value: KR + description: KR + - value: KW + description: KW + - value: KZ + description: KZ + - value: LB + description: LB + - value: LI + description: LI + - value: LK + description: LK + - value: LT + description: LT + - value: LU + description: LU + - value: LV + description: LV + - value: LY + description: LY + - value: MA + description: MA + - value: ME + description: ME + - value: MK + description: MK + - value: MT + description: MT + - value: MX + description: MX + - value: MY + description: MY + - value: NG + description: NG + - value: NI + description: NI + - value: NL + description: NL + - value: "NO" + description: "NO" + - value: NP + description: NP + - value: NZ + description: NZ + - value: OM + description: OM + - value: PA + description: PA + - value: PE + description: PE + - value: PG + description: PG + - value: PH + description: PH + - value: PK + description: PK + - value: PL + description: PL + - value: PR + description: PR + - value: PT + description: PT + - value: PY + description: PY + - value: QA + description: QA + - value: RO + description: RO + - value: RS + description: RS + - value: RU + description: RU + - value: SA + description: SA + - value: SE + description: SE + - value: SG + description: SG + - value: SI + description: SI + - value: SK + description: SK + - value: SN + description: SN + - value: SV + description: SV + - value: TH + description: TH + - value: TN + description: TN + - value: TR + description: TR + - value: TW + description: TW + - value: TZ + description: TZ + - value: UA + description: UA + - value: UG + description: UG + - value: US + description: US + - value: UY + description: UY + - value: VE + description: VE + - value: VN + description: VN + - value: YE + description: YE + - value: ZA + description: ZA + - value: ZW + description: ZW + - variable: captions + label: Captions + description: Top 3 preferred languages for video captions. Exactly 3 Captions + schema: + type: list + default: [] + items: + - variable: captionEntry + label: Caption Entry + schema: + type: string + required: true + default: "" + enum: + - value: English + description: English + - value: English (auto-generated) + description: English (auto-generated) + - value: Afrikaans + description: Afrikaans + - value: Albanian + description: Albanian + - value: Amharic + description: Amharic + - value: Arabic + description: Arabic + - value: Armenian + description: Armenian + - value: Azerbaijani + description: Azerbaijani + - value: Bangla + description: Bangla + - value: Basque + description: Basque + - value: Belarusian + description: Belarusian + - value: Bosnian + description: Bosnian + - value: Bulgarian + description: Bulgarian + - value: Burmese + description: Burmese + - value: Catalan + description: Catalan + - value: Cebuano + description: Cebuano + - value: Chinese (Simplified) + description: Chinese (Simplified) + - value: Chinese (Traditional) + description: Chinese (Traditional) + - value: Corsican + description: Corsican + - value: Croatian + description: Croatian + - value: Czech + description: Czech + - value: Danish + description: Danish + - value: Dutch + description: Dutch + - value: Esperanto + description: Esperanto + - value: Estonian + description: Estonian + - value: Filipino + description: Filipino + - value: Finnish + description: Finnish + - value: French + description: French + - value: Galician + description: Galician + - value: Georgian + description: Georgian + - value: German + description: German + - value: Greek + description: Greek + - value: Gujarati + description: Gujarati + - value: Haitian Creole + description: Haitian Creole + - value: Hausa + description: Hausa + - value: Hawaiian + description: Hawaiian + - value: Hebrew + description: Hebrew + - value: Hindi + description: Hindi + - value: Hmong + description: Hmong + - value: Hungarian + description: Hungarian + - value: Icelandic + description: Icelandic + - value: Igbo + description: Igbo + - value: Indonesian + description: Indonesian + - value: Irish + description: Irish + - value: Italian + description: Italian + - value: Japanese + description: Japanese + - value: Javanese + description: Javanese + - value: Kannada + description: Kannada + - value: Kazakh + description: Kazakh + - value: Khmer + description: Khmer + - value: Korean + description: Korean + - value: Kurdish + description: Kurdish + - value: Kyrgyz + description: Kyrgyz + - value: Lao + description: Lao + - value: Latin + description: Latin + - value: Latvian + description: Latvian + - value: Lithuanian + description: Lithuanian + - value: Luxembourgish + description: Luxembourgish + - value: Macedonian + description: Macedonian + - value: Malagasy + description: Malagasy + - value: Malay + description: Malay + - value: Malayalam + description: Malayalam + - value: Maltese + description: Maltese + - value: Maori + description: Maori + - value: Marathi + description: Marathi + - value: Mongolian + description: Mongolian + - value: Nepali + description: Nepali + - value: Norwegian Bokmål + description: Norwegian Bokmål + - value: Nyanja + description: Nyanja + - value: Pashto + description: Pashto + - value: Persian + description: Persian + - value: Polish + description: Polish + - value: Portuguese + description: Portuguese + - value: Punjabi + description: Punjabi + - value: Romanian + description: Romanian + - value: Russian + description: Russian + - value: Samoan + description: Samoan + - value: Scottish Gaelic + description: Scottish Gaelic + - value: Serbian + description: Serbian + - value: Shona + description: Shona + - value: Sindhi + description: Sindhi + - value: Sinhala + description: Sinhala + - value: Slovak + description: Slovak + - value: Slovenian + description: Slovenian + - value: Somali + description: Somali + - value: Southern Sotho + description: Southern Sotho + - value: Spanish + description: Spanish + - value: Spanish (Latin America) + description: Spanish (Latin America) + - value: Sundanese + description: Sundanese + - value: Swahili + description: Swahili + - value: Swedish + description: Swedish + - value: Tajik + description: Tajik + - value: Tamil + description: Tamil + - value: Telugu + description: Telugu + - value: Thai + description: Thai + - value: Turkish + description: Turkish + - value: Ukrainian + description: Ukrainian + - value: Urdu + description: Urdu + - value: Uzbek + description: Uzbek + - value: Vietnamese + description: Vietnamese + - value: Welsh + description: Welsh + - value: Western Frisian + description: Western Frisian + - value: Xhosa + description: Xhosa + - value: Yiddish + description: Yiddish + - value: Yoruba + description: Yoruba + - value: Zulu + description: Zulu + - variable: interface + label: Interface + schema: + additional_attrs: true + type: dict + attrs: + - variable: dark_mode + label: Dark Mode + description: Enable/Disable dark mode. + schema: + type: string + required: true + default: auto + enum: + - value: auto + description: Auto + - value: dark + description: Dark + - value: light + description: Light + - variable: thin_mode + label: Thin Mode + description: Enable/Disable thin mode (no video thumbnails). + schema: + type: boolean + default: false + - variable: feed_menu + label: Feed Menu + description: List of feeds available on the home page. Defaults to all. Max 4 feed items + schema: + type: list + default: [] + items: + - variable: feedEntry + label: Feed Entry + schema: + type: string + required: true + default: "" + enum: + - value: Popular + description: Popular + - value: Trending + description: Trending + - value: Subscriptions + description: Subscriptions + - value: Playlists + description: Playlists + - variable: default_home + label: Default Home + description: Default feed to display on the home page. + schema: + type: string + default: "" + enum: + - value: "" + description: None + - value: Popular + description: Popular + - value: Trending + description: Trending + - value: Subscriptions + description: Subscriptions + - value: Playlists + description: Playlists + - variable: max_results + label: Max Results + description: Default number of results to display per page. + schema: + type: int + required: true + default: 40 + - variable: annotations + label: Annotations + description: Show/hide annotations. + schema: + type: boolean + default: false + - variable: annotations_subscribed + label: Annotations Subscribed + description: Show/hide subscribed annotations. + schema: + type: boolean + default: false + - variable: comments + label: Comments + description: Type of comments to display below video. Exactly 2 Types + schema: + type: list + default: [] + items: + - variable: commentEntry + label: Comment Entry + schema: + type: string + required: true + default: "" + enum: + - value: "" + description: None + - value: youtube + description: Youtube + - value: reddit + description: Reddit + - variable: player_style + label: Player Style + description: Default player style. + schema: + type: string + required: true + default: invidious + enum: + - value: invidious + description: Invidious + - value: youtube + description: Youtube + - variable: related_videos + label: Related Videos + description: Show/Hide the "related videos" sidebar when watching a video. + schema: + type: boolean + default: true + - variable: video_player_behavior + label: Video Player Behavior + schema: + additional_attrs: true + type: dict + attrs: + - variable: autoplay + label: Autoplay + description: Automatically play videos on page load. + schema: + type: boolean + default: false + - variable: continue + label: Continue + description: Automatically load the "next" video (either next in playlist or proposed) when the current video ends. + schema: + type: boolean + default: false + - variable: continue_autoplay + label: Continue Autoplay + description: Autoplay next video by default. + schema: + type: boolean + default: true + - variable: listen + label: Listen + description: Play videos in Audio-only mode by default. + schema: + type: boolean + default: false + - variable: video_loop + label: Video Loop + description: Loop videos automatically. + schema: + type: boolean + default: false + - variable: video_playback_settings + label: Video Playback Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: quality + label: Quality + description: Default video quality. + schema: + type: string + required: true + default: hd720 + enum: + - value: hd720 + description: HD720 + - value: dash + description: Dash + - value: medium + description: Medium + - value: small + description: Small + - variable: quality_dash + label: Quality Dash + description: Default dash video quality. + schema: + type: string + show_if: [["quality", "=", "dash"]] + required: true + default: auto + enum: + - value: auto + description: Auto + - value: best + description: Best + - value: 4320p + description: 4320p + - value: 2160p + description: 2160p + - value: 1440p + description: 1440p + - value: 1080p + description: 1080p + - value: 720p + description: 720p + - value: 480p + description: 480p + - value: 480p + description: 480p + - value: 360p + description: 360p + - value: 240p + description: 240p + - value: 144p + description: 144p + - value: worst + description: Worst + - variable: speed + label: Speed + description: Default video playback speed. + schema: + type: string + required: true + valid_chars: '^[0-9]+(\.[0-9]{1,2})?$' + default: "1.00" + - variable: volume + label: Volume + description: Default volume. + schema: + type: int + min: 1 + max: 100 + required: true + default: 100 + - variable: vr_mode + label: VR Mode + description: Allow 360° videos to be played. + schema: + type: boolean + default: false + - variable: subscription_feed + label: Subscription Feed + schema: + additional_attrs: true + type: dict + attrs: + - variable: latest_only + label: Latest Only + description: In the "Subscription" feed, only show the latest video of each channel the user is subscribed to. + schema: + type: boolean + default: false + - variable: notifications_only + label: Notifications Only + description: Enable/Disable user subscriptions desktop notifications. + schema: + type: boolean + default: false + - variable: unseen_only + label: Unseen Only + description: In the "Subscription" feed, Only show the videos that the user haven't watched yet. + schema: + type: boolean + default: false + - variable: sort + label: Sort + description: Default sorting parameter for subscription feeds. + schema: + type: string + required: true + default: published + enum: + - value: alphabetically + description: Alphabetically + - value: alphabetically - reverse + description: Alphabetically - Reverse + - value: channel name + description: Channel Name + - value: channel name - reverse + description: Channel Name - Reverse + - value: published + description: Published + - value: published - reverse + description: Published - Reverse + - variable: miscellaneous + label: Miscellaneous + schema: + additional_attrs: true + type: dict + attrs: + - variable: local + label: Local + description: Proxy videos through instance by default. + schema: + type: boolean + default: false + - variable: show_nick + label: Show Nick + description: Show the connected user's nick at the top right. + schema: + type: boolean + default: true + - variable: automatic_instance_redirect + label: Automatic Instance Redirect + description: Automatically redirect to a random instance when the user uses any "switch invidious instance" link + schema: + type: boolean + default: false + - variable: extend_desc + label: Extend Description + description: Show the entire video description + schema: + type: boolean + default: false + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Service + description: The Primary service on which the healthcheck runs, often the webUI + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 10594 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/invidious/9.1.3/templates/_config.tpl b/stable/invidious/9.3.0/templates/_config.tpl similarity index 100% rename from stable/invidious/9.1.3/templates/_config.tpl rename to stable/invidious/9.3.0/templates/_config.tpl diff --git a/stable/invidious/9.1.3/templates/common.yaml b/stable/invidious/9.3.0/templates/common.yaml similarity index 100% rename from stable/invidious/9.1.3/templates/common.yaml rename to stable/invidious/9.3.0/templates/common.yaml diff --git a/stable/ipmi-tools/6.1.3/values.yaml b/stable/invidious/9.3.0/values.yaml similarity index 100% rename from stable/ipmi-tools/6.1.3/values.yaml rename to stable/invidious/9.3.0/values.yaml diff --git a/stable/invitarr/5.1.3/CHANGELOG.md b/stable/invitarr/5.1.3/CHANGELOG.md deleted file mode 100644 index 4b686387a5e..00000000000 --- a/stable/invitarr/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [invitarr-4.1.12](https://github.com/truecharts/charts/compare/invitarr-4.1.11...invitarr-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [invitarr-4.1.11](https://github.com/truecharts/charts/compare/invitarr-4.1.10...invitarr-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [invitarr-4.1.10](https://github.com/truecharts/charts/compare/invitarr-4.1.9...invitarr-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [invitarr-4.1.9](https://github.com/truecharts/charts/compare/invitarr-4.1.8...invitarr-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [invitarr-4.1.8](https://github.com/truecharts/charts/compare/invitarr-4.1.7...invitarr-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [invitarr-4.1.7](https://github.com/truecharts/charts/compare/invitarr-4.1.6...invitarr-4.1.7) (2024-01-14) - - - - -## [invitarr-4.1.6](https://github.com/truecharts/charts/compare/invitarr-4.1.5...invitarr-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [invitarr-4.1.5](https://github.com/truecharts/charts/compare/invitarr-4.1.4...invitarr-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [invitarr-4.1.4](https://github.com/truecharts/charts/compare/invitarr-4.1.3...invitarr-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [invitarr-4.1.3](https://github.com/truecharts/charts/compare/invitarr-4.1.0...invitarr-4.1.3) (2024-01-01) - -### Chore diff --git a/stable/invitarr/5.1.3/Chart.yaml b/stable/invitarr/5.1.3/Chart.yaml deleted file mode 100644 index d8d56702470..00000000000 --- a/stable/invitarr/5.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A chatbot that invites discord users to plex. -home: https://truecharts.org/charts/stable/invitarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/invitarr.png -keywords: - - invitarr - - home-automation - - Tools-Utilities - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: invitarr -sources: - - https://github.com/Sleepingpirates/Invitarr - - https://github.com/truecharts/charts/tree/master/charts/stable/invitarr - - https://hub.docker.com/r/piratify/invitarr -type: application -version: 5.1.3 diff --git a/stable/invitarr/5.1.3/charts/common-18.0.3.tgz b/stable/invitarr/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/invitarr/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/ispy-agent-dvr/9.3.0/.helmignore b/stable/invitarr/5.3.0/.helmignore similarity index 100% rename from stable/ispy-agent-dvr/9.3.0/.helmignore rename to stable/invitarr/5.3.0/.helmignore diff --git a/stable/invitarr/5.3.0/CHANGELOG.md b/stable/invitarr/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..6fc6881b620 --- /dev/null +++ b/stable/invitarr/5.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [invitarr-5.3.0](https://github.com/truecharts/charts/compare/invitarr-5.2.3...invitarr-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [invitarr-5.2.3](https://github.com/truecharts/charts/compare/invitarr-5.2.2...invitarr-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [invitarr-5.2.2](https://github.com/truecharts/charts/compare/invitarr-5.2.0...invitarr-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [invitarr-4.1.12](https://github.com/truecharts/charts/compare/invitarr-4.1.11...invitarr-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [invitarr-4.1.11](https://github.com/truecharts/charts/compare/invitarr-4.1.10...invitarr-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [invitarr-4.1.10](https://github.com/truecharts/charts/compare/invitarr-4.1.9...invitarr-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [invitarr-4.1.9](https://github.com/truecharts/charts/compare/invitarr-4.1.8...invitarr-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [invitarr-4.1.8](https://github.com/truecharts/charts/compare/invitarr-4.1.7...invitarr-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [invitarr-4.1.7](https://github.com/truecharts/charts/compare/invitarr-4.1.6...invitarr-4.1.7) (2024-01-14) + + + + +## [invitarr-4.1.6](https://github.com/truecharts/charts/compare/invitarr-4.1.5...invitarr-4.1.6) (2024-01-09) + +### Chore \ No newline at end of file diff --git a/stable/invitarr/5.3.0/Chart.yaml b/stable/invitarr/5.3.0/Chart.yaml new file mode 100644 index 00000000000..d70d13aa876 --- /dev/null +++ b/stable/invitarr/5.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A chatbot that invites discord users to plex. +home: https://truecharts.org/charts/stable/invitarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/invitarr.png +keywords: + - invitarr + - home-automation + - Tools-Utilities + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: invitarr +sources: + - https://github.com/Sleepingpirates/Invitarr + - https://github.com/truecharts/charts/tree/master/charts/stable/invitarr + - https://hub.docker.com/r/piratify/invitarr +type: application +version: 5.3.0 diff --git a/stable/invitarr/5.1.3/README.md b/stable/invitarr/5.3.0/README.md similarity index 100% rename from stable/invitarr/5.1.3/README.md rename to stable/invitarr/5.3.0/README.md diff --git a/stable/invitarr/5.3.0/app-changelog.md b/stable/invitarr/5.3.0/app-changelog.md new file mode 100644 index 00000000000..2db8f7497c7 --- /dev/null +++ b/stable/invitarr/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [invitarr-5.3.0](https://github.com/truecharts/charts/compare/invitarr-5.2.3...invitarr-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/invitarr/5.1.3/app-readme.md b/stable/invitarr/5.3.0/app-readme.md similarity index 100% rename from stable/invitarr/5.1.3/app-readme.md rename to stable/invitarr/5.3.0/app-readme.md diff --git a/stable/invitarr/5.3.0/charts/common-18.2.0.tgz b/stable/invitarr/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/invitarr/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/invitarr/5.1.3/ix_values.yaml b/stable/invitarr/5.3.0/ix_values.yaml similarity index 100% rename from stable/invitarr/5.1.3/ix_values.yaml rename to stable/invitarr/5.3.0/ix_values.yaml diff --git a/stable/invitarr/5.1.3/questions.yaml b/stable/invitarr/5.3.0/questions.yaml similarity index 100% rename from stable/invitarr/5.1.3/questions.yaml rename to stable/invitarr/5.3.0/questions.yaml diff --git a/stable/invitarr/5.1.3/templates/common.yaml b/stable/invitarr/5.3.0/templates/common.yaml similarity index 100% rename from stable/invitarr/5.1.3/templates/common.yaml rename to stable/invitarr/5.3.0/templates/common.yaml diff --git a/stable/ispy-agent-dvr/9.3.0/values.yaml b/stable/invitarr/5.3.0/values.yaml similarity index 100% rename from stable/ispy-agent-dvr/9.3.0/values.yaml rename to stable/invitarr/5.3.0/values.yaml diff --git a/stable/ipfs/10.2.0/CHANGELOG.md b/stable/ipfs/10.2.0/CHANGELOG.md deleted file mode 100644 index bfd76ac04c3..00000000000 --- a/stable/ipfs/10.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [ipfs-9.2.2](https://github.com/truecharts/charts/compare/ipfs-9.2.1...ipfs-9.2.2) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ipfs-9.2.1](https://github.com/truecharts/charts/compare/ipfs-9.2.0...ipfs-9.2.1) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [ipfs-9.2.0](https://github.com/truecharts/charts/compare/ipfs-9.1.9...ipfs-9.2.0) (2024-01-22) - -### Chore - - - -- update container image ipfs/kubo to v0.26.0[@cba0b2f](https://github.com/cba0b2f) by renovate ([#17519](https://github.com/truecharts/charts/issues/17519)) - - -## [ipfs-9.1.9](https://github.com/truecharts/charts/compare/ipfs-9.1.8...ipfs-9.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [ipfs-9.1.8](https://github.com/truecharts/charts/compare/ipfs-9.1.7...ipfs-9.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [ipfs-9.1.7](https://github.com/truecharts/charts/compare/ipfs-9.1.6...ipfs-9.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [ipfs-9.1.6](https://github.com/truecharts/charts/compare/ipfs-9.1.5...ipfs-9.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [ipfs-9.1.5](https://github.com/truecharts/charts/compare/ipfs-9.1.4...ipfs-9.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [ipfs-9.1.4](https://github.com/truecharts/charts/compare/ipfs-9.1.3...ipfs-9.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes diff --git a/stable/ipfs/10.2.0/Chart.yaml b/stable/ipfs/10.2.0/Chart.yaml deleted file mode 100644 index 7602aa2c6c9..00000000000 --- a/stable/ipfs/10.2.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: storage - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.26.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: IPFS is a global, versioned, peer-to-peer Interplanetary Filesystem. -home: https://truecharts.org/charts/stable/ipfs -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ipfs.png -keywords: - - ipfs - - kubo -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ipfs -sources: - - https://github.com/ipfs/kubo - - https://github.com/truecharts/charts/tree/master/charts/stable/ipfs - - https://hub.docker.com/r/ipfs/kubo -type: application -version: 10.2.0 diff --git a/stable/ipfs/10.2.0/charts/common-18.1.2.tgz b/stable/ipfs/10.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/ipfs/10.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/ipfs/10.2.0/ix_values.yaml b/stable/ipfs/10.2.0/ix_values.yaml deleted file mode 100644 index 8390ae46524..00000000000 --- a/stable/ipfs/10.2.0/ix_values.yaml +++ /dev/null @@ -1,71 +0,0 @@ -image: - repository: ipfs/kubo - pullPolicy: IfNotPresent - tag: v0.26.0@sha256:cba0b2fd91f91aa43c4980cfc6ef6c092d7419801382e5d8cc300585319c097f -service: - main: - ports: - main: - port: 10125 - targetPort: 5001 - peer-tcp: - enabled: true - ports: - peer-tcp: - enabled: true - targetPort: 4001 - port: 4001 - peer-udp: - enabled: true - ports: - peer-udp: - protocol: udp - enabled: true - targetPort: 4001 - port: 4001 - gateway: - enabled: true - type: ClusterIP - ports: - gateway: - enabled: true - targetPort: 8080 - port: 10147 -persistence: - data: - enabled: true - mountPath: "/data/ipfs" - staging: - enabled: true - mountPath: "/export" - ipfs: - enabled: true - mountPath: "/ipfs" - ipns: - enabled: true - mountPath: "/ipns" -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - path: "/webui" - readiness: - path: "/webui" - startup: - path: "/webui" - env: - IPFS_PROFILE: "server" - IPFS_SWARM_KEY: "" - IPFS_SWARM_KEY_FILE: "" diff --git a/stable/it-tools/4.1.3/.helmignore b/stable/ipfs/10.4.0/.helmignore similarity index 100% rename from stable/it-tools/4.1.3/.helmignore rename to stable/ipfs/10.4.0/.helmignore diff --git a/stable/ipfs/10.4.0/CHANGELOG.md b/stable/ipfs/10.4.0/CHANGELOG.md new file mode 100644 index 00000000000..c1589f271c9 --- /dev/null +++ b/stable/ipfs/10.4.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ipfs-10.4.0](https://github.com/truecharts/charts/compare/ipfs-10.3.3...ipfs-10.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [ipfs-10.3.3](https://github.com/truecharts/charts/compare/ipfs-10.3.2...ipfs-10.3.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [ipfs-10.3.2](https://github.com/truecharts/charts/compare/ipfs-10.3.0...ipfs-10.3.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [ipfs-9.2.2](https://github.com/truecharts/charts/compare/ipfs-9.2.1...ipfs-9.2.2) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [ipfs-9.2.1](https://github.com/truecharts/charts/compare/ipfs-9.2.0...ipfs-9.2.1) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [ipfs-9.2.0](https://github.com/truecharts/charts/compare/ipfs-9.1.9...ipfs-9.2.0) (2024-01-22) + +### Chore + + + +- update container image ipfs/kubo to v0.26.0[@cba0b2f](https://github.com/cba0b2f) by renovate ([#17519](https://github.com/truecharts/charts/issues/17519)) + + +## [ipfs-9.1.9](https://github.com/truecharts/charts/compare/ipfs-9.1.8...ipfs-9.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [ipfs-9.1.8](https://github.com/truecharts/charts/compare/ipfs-9.1.7...ipfs-9.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [ipfs-9.1.7](https://github.com/truecharts/charts/compare/ipfs-9.1.6...ipfs-9.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) \ No newline at end of file diff --git a/stable/ipfs/10.4.0/Chart.yaml b/stable/ipfs/10.4.0/Chart.yaml new file mode 100644 index 00000000000..a4f90130c62 --- /dev/null +++ b/stable/ipfs/10.4.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: storage + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.27.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: IPFS is a global, versioned, peer-to-peer Interplanetary Filesystem. +home: https://truecharts.org/charts/stable/ipfs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ipfs.png +keywords: + - ipfs + - kubo +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ipfs +sources: + - https://github.com/ipfs/kubo + - https://github.com/truecharts/charts/tree/master/charts/stable/ipfs + - https://hub.docker.com/r/ipfs/kubo +type: application +version: 10.4.0 diff --git a/stable/ipfs/10.2.0/README.md b/stable/ipfs/10.4.0/README.md similarity index 100% rename from stable/ipfs/10.2.0/README.md rename to stable/ipfs/10.4.0/README.md diff --git a/stable/ipfs/10.4.0/app-changelog.md b/stable/ipfs/10.4.0/app-changelog.md new file mode 100644 index 00000000000..b1d1ece50d5 --- /dev/null +++ b/stable/ipfs/10.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ipfs-10.4.0](https://github.com/truecharts/charts/compare/ipfs-10.3.3...ipfs-10.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/ipfs/10.2.0/app-readme.md b/stable/ipfs/10.4.0/app-readme.md similarity index 100% rename from stable/ipfs/10.2.0/app-readme.md rename to stable/ipfs/10.4.0/app-readme.md diff --git a/stable/ipfs/10.4.0/charts/common-18.2.0.tgz b/stable/ipfs/10.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/ipfs/10.4.0/charts/common-18.2.0.tgz differ diff --git a/stable/ipfs/10.4.0/ix_values.yaml b/stable/ipfs/10.4.0/ix_values.yaml new file mode 100644 index 00000000000..a6b64dd196c --- /dev/null +++ b/stable/ipfs/10.4.0/ix_values.yaml @@ -0,0 +1,71 @@ +image: + repository: ipfs/kubo + pullPolicy: IfNotPresent + tag: v0.27.0@sha256:bfce363b878b8e1512009d9bb5b732b6bc8469296ca50f75ff3c6f227dc179b2 +service: + main: + ports: + main: + port: 10125 + targetPort: 5001 + peer-tcp: + enabled: true + ports: + peer-tcp: + enabled: true + targetPort: 4001 + port: 4001 + peer-udp: + enabled: true + ports: + peer-udp: + protocol: udp + enabled: true + targetPort: 4001 + port: 4001 + gateway: + enabled: true + type: ClusterIP + ports: + gateway: + enabled: true + targetPort: 8080 + port: 10147 +persistence: + data: + enabled: true + mountPath: "/data/ipfs" + staging: + enabled: true + mountPath: "/export" + ipfs: + enabled: true + mountPath: "/ipfs" + ipns: + enabled: true + mountPath: "/ipns" +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + path: "/webui" + readiness: + path: "/webui" + startup: + path: "/webui" + env: + IPFS_PROFILE: "server" + IPFS_SWARM_KEY: "" + IPFS_SWARM_KEY_FILE: "" diff --git a/stable/ipfs/10.2.0/questions.yaml b/stable/ipfs/10.4.0/questions.yaml similarity index 100% rename from stable/ipfs/10.2.0/questions.yaml rename to stable/ipfs/10.4.0/questions.yaml diff --git a/stable/it-tools/4.1.3/templates/NOTES.txt b/stable/ipfs/10.4.0/templates/NOTES.txt similarity index 100% rename from stable/it-tools/4.1.3/templates/NOTES.txt rename to stable/ipfs/10.4.0/templates/NOTES.txt diff --git a/stable/ipfs/10.2.0/templates/common.yaml b/stable/ipfs/10.4.0/templates/common.yaml similarity index 100% rename from stable/ipfs/10.2.0/templates/common.yaml rename to stable/ipfs/10.4.0/templates/common.yaml diff --git a/stable/it-tools/4.1.3/values.yaml b/stable/ipfs/10.4.0/values.yaml similarity index 100% rename from stable/it-tools/4.1.3/values.yaml rename to stable/ipfs/10.4.0/values.yaml diff --git a/stable/ipmi-tools/6.1.3/CHANGELOG.md b/stable/ipmi-tools/6.1.3/CHANGELOG.md deleted file mode 100644 index 729316993ee..00000000000 --- a/stable/ipmi-tools/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [ipmi-tools-5.1.11](https://github.com/truecharts/charts/compare/ipmi-tools-5.1.10...ipmi-tools-5.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ipmi-tools-5.1.10](https://github.com/truecharts/charts/compare/ipmi-tools-5.1.9...ipmi-tools-5.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [ipmi-tools-5.1.9](https://github.com/truecharts/charts/compare/ipmi-tools-5.1.8...ipmi-tools-5.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [ipmi-tools-5.1.8](https://github.com/truecharts/charts/compare/ipmi-tools-5.1.7...ipmi-tools-5.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [ipmi-tools-5.1.7](https://github.com/truecharts/charts/compare/ipmi-tools-5.1.6...ipmi-tools-5.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [ipmi-tools-5.1.6](https://github.com/truecharts/charts/compare/ipmi-tools-5.1.5...ipmi-tools-5.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [ipmi-tools-5.1.5](https://github.com/truecharts/charts/compare/ipmi-tools-5.1.4...ipmi-tools-5.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [ipmi-tools-5.1.4](https://github.com/truecharts/charts/compare/ipmi-tools-5.1.3...ipmi-tools-5.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [ipmi-tools-5.1.3](https://github.com/truecharts/charts/compare/ipmi-tools-5.1.0...ipmi-tools-5.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/ipmi-tools/6.1.3/Chart.yaml b/stable/ipmi-tools/6.1.3/Chart.yaml deleted file mode 100644 index b46453805ea..00000000000 --- a/stable/ipmi-tools/6.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A simple WebGUI Fan controller for IPMI. -home: https://truecharts.org/charts/stable/ipmi-tools -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ipmi-tools.png -keywords: - - ipmi-tools - - Productivity - - Tools-Utilities - - Network-Management -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ipmi-tools -sources: - - https://github.com/EdwardChamberlain/IPMI-Fan-Controller - - https://github.com/truecharts/charts/tree/master/charts/stable/ipmi-tools - - https://hub.docker.com/r/edchamberlain/ipmi-tools -type: application -version: 6.1.3 diff --git a/stable/ipmi-tools/6.1.3/charts/common-18.0.3.tgz b/stable/ipmi-tools/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/ipmi-tools/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/iyuuplus/9.1.3/.helmignore b/stable/ipmi-tools/6.3.0/.helmignore similarity index 100% rename from stable/iyuuplus/9.1.3/.helmignore rename to stable/ipmi-tools/6.3.0/.helmignore diff --git a/stable/ipmi-tools/6.3.0/CHANGELOG.md b/stable/ipmi-tools/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..2f8d3ccc889 --- /dev/null +++ b/stable/ipmi-tools/6.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ipmi-tools-6.3.0](https://github.com/truecharts/charts/compare/ipmi-tools-6.2.3...ipmi-tools-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [ipmi-tools-6.2.3](https://github.com/truecharts/charts/compare/ipmi-tools-6.2.2...ipmi-tools-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [ipmi-tools-6.2.2](https://github.com/truecharts/charts/compare/ipmi-tools-6.2.0...ipmi-tools-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [ipmi-tools-5.1.11](https://github.com/truecharts/charts/compare/ipmi-tools-5.1.10...ipmi-tools-5.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [ipmi-tools-5.1.10](https://github.com/truecharts/charts/compare/ipmi-tools-5.1.9...ipmi-tools-5.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [ipmi-tools-5.1.9](https://github.com/truecharts/charts/compare/ipmi-tools-5.1.8...ipmi-tools-5.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [ipmi-tools-5.1.8](https://github.com/truecharts/charts/compare/ipmi-tools-5.1.7...ipmi-tools-5.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [ipmi-tools-5.1.7](https://github.com/truecharts/charts/compare/ipmi-tools-5.1.6...ipmi-tools-5.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [ipmi-tools-5.1.6](https://github.com/truecharts/charts/compare/ipmi-tools-5.1.5...ipmi-tools-5.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/ipmi-tools/6.3.0/Chart.yaml b/stable/ipmi-tools/6.3.0/Chart.yaml new file mode 100644 index 00000000000..2dd3e1b939f --- /dev/null +++ b/stable/ipmi-tools/6.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A simple WebGUI Fan controller for IPMI. +home: https://truecharts.org/charts/stable/ipmi-tools +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ipmi-tools.png +keywords: + - ipmi-tools + - Productivity + - Tools-Utilities + - Network-Management +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ipmi-tools +sources: + - https://github.com/EdwardChamberlain/IPMI-Fan-Controller + - https://github.com/truecharts/charts/tree/master/charts/stable/ipmi-tools + - https://hub.docker.com/r/edchamberlain/ipmi-tools +type: application +version: 6.3.0 diff --git a/stable/ipmi-tools/6.1.3/README.md b/stable/ipmi-tools/6.3.0/README.md similarity index 100% rename from stable/ipmi-tools/6.1.3/README.md rename to stable/ipmi-tools/6.3.0/README.md diff --git a/stable/ipmi-tools/6.3.0/app-changelog.md b/stable/ipmi-tools/6.3.0/app-changelog.md new file mode 100644 index 00000000000..15ac820817a --- /dev/null +++ b/stable/ipmi-tools/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ipmi-tools-6.3.0](https://github.com/truecharts/charts/compare/ipmi-tools-6.2.3...ipmi-tools-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/ipmi-tools/6.1.3/app-readme.md b/stable/ipmi-tools/6.3.0/app-readme.md similarity index 100% rename from stable/ipmi-tools/6.1.3/app-readme.md rename to stable/ipmi-tools/6.3.0/app-readme.md diff --git a/stable/ipmi-tools/6.3.0/charts/common-18.2.0.tgz b/stable/ipmi-tools/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/ipmi-tools/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/ipmi-tools/6.1.3/ix_values.yaml b/stable/ipmi-tools/6.3.0/ix_values.yaml similarity index 100% rename from stable/ipmi-tools/6.1.3/ix_values.yaml rename to stable/ipmi-tools/6.3.0/ix_values.yaml diff --git a/stable/ipmi-tools/6.1.3/questions.yaml b/stable/ipmi-tools/6.3.0/questions.yaml similarity index 100% rename from stable/ipmi-tools/6.1.3/questions.yaml rename to stable/ipmi-tools/6.3.0/questions.yaml diff --git a/stable/iyuuplus/9.1.3/templates/NOTES.txt b/stable/ipmi-tools/6.3.0/templates/NOTES.txt similarity index 100% rename from stable/iyuuplus/9.1.3/templates/NOTES.txt rename to stable/ipmi-tools/6.3.0/templates/NOTES.txt diff --git a/stable/ipmi-tools/6.1.3/templates/common.yaml b/stable/ipmi-tools/6.3.0/templates/common.yaml similarity index 100% rename from stable/ipmi-tools/6.1.3/templates/common.yaml rename to stable/ipmi-tools/6.3.0/templates/common.yaml diff --git a/stable/iyuuplus/9.1.3/values.yaml b/stable/ipmi-tools/6.3.0/values.yaml similarity index 100% rename from stable/iyuuplus/9.1.3/values.yaml rename to stable/ipmi-tools/6.3.0/values.yaml diff --git a/stable/ispy-agent-dvr/9.3.0/CHANGELOG.md b/stable/ispy-agent-dvr/9.3.0/CHANGELOG.md deleted file mode 100644 index a2ee47ea14f..00000000000 --- a/stable/ispy-agent-dvr/9.3.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - -## [ispy-agent-dvr-8.2.9](https://github.com/truecharts/charts/compare/ispy-agent-dvr-8.2.8...ispy-agent-dvr-8.2.9) (2024-02-12) - -### Chore - - - -- update container image doitandbedone/ispyagentdvr to v5.2.5.0[@b339efe](https://github.com/b339efe) by renovate ([#18129](https://github.com/truecharts/charts/issues/18129)) - - -## [ispy-agent-dvr-8.2.8](https://github.com/truecharts/charts/compare/ispy-agent-dvr-8.2.7...ispy-agent-dvr-8.2.8) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ispy-agent-dvr-8.2.7](https://github.com/truecharts/charts/compare/ispy-agent-dvr-8.2.6...ispy-agent-dvr-8.2.7) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [ispy-agent-dvr-8.2.6](https://github.com/truecharts/charts/compare/ispy-agent-dvr-8.2.5...ispy-agent-dvr-8.2.6) (2024-01-26) - -### Chore - - - -- update container image doitandbedone/ispyagentdvr to v5.2.4.0[@9519d08](https://github.com/9519d08) by renovate ([#17546](https://github.com/truecharts/charts/issues/17546)) - - -## [ispy-agent-dvr-8.2.5](https://github.com/truecharts/charts/compare/ispy-agent-dvr-8.2.4...ispy-agent-dvr-8.2.5) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [ispy-agent-dvr-8.2.4](https://github.com/truecharts/charts/compare/ispy-agent-dvr-8.2.3...ispy-agent-dvr-8.2.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [ispy-agent-dvr-8.2.3](https://github.com/truecharts/charts/compare/ispy-agent-dvr-8.2.2...ispy-agent-dvr-8.2.3) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [ispy-agent-dvr-8.2.2](https://github.com/truecharts/charts/compare/ispy-agent-dvr-8.2.1...ispy-agent-dvr-8.2.2) (2024-01-21) - -### Chore - - - -- update container image doitandbedone/ispyagentdvr to v5.2.3.0[@a27ece7](https://github.com/a27ece7) by renovate ([#17410](https://github.com/truecharts/charts/issues/17410)) diff --git a/stable/ispy-agent-dvr/9.3.0/Chart.yaml b/stable/ispy-agent-dvr/9.3.0/Chart.yaml deleted file mode 100644 index d2edf51a5b0..00000000000 --- a/stable/ispy-agent-dvr/9.3.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: security - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.3.0.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: iSpy's Agent DVR, a standalone DVR service to manage IP cameras. -home: https://truecharts.org/charts/stable/ispy-agent-dvr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ispy-agent-dvr.png -keywords: - - dvr - - ispy - - agent -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ispy-agent-dvr -sources: - - https://github.com/doitandbedone/ispyagentdvr-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/ispy-agent-dvr - - https://hub.docker.com/r/doitandbedone/ispyagentdvr -type: application -version: 9.3.0 diff --git a/stable/ispy-agent-dvr/9.3.0/charts/common-18.1.2.tgz b/stable/ispy-agent-dvr/9.3.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/ispy-agent-dvr/9.3.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/ispy-agent-dvr/9.3.0/ix_values.yaml b/stable/ispy-agent-dvr/9.3.0/ix_values.yaml deleted file mode 100644 index ef85420d818..00000000000 --- a/stable/ispy-agent-dvr/9.3.0/ix_values.yaml +++ /dev/null @@ -1,95 +0,0 @@ -image: - repository: doitandbedone/ispyagentdvr - tag: 5.3.0.0@sha256:56201fd483094cca9a45e39d2c86d100643233d04eb35e7614534e0f25d84424 - pullPolicy: IfNotPresent -service: - main: - ports: - main: - port: 10184 - targetPort: 8090 - turn: - enabled: true - ports: - turn: - enabled: true - protocol: udp - port: 3478 - targetPort: 3478 - webrtc: - enabled: true - ports: - webrtc0: - enabled: true - protocol: udp - port: 50000 - targetPort: 50000 - webrtc1: - enabled: true - protocol: udp - port: 50001 - targetPort: 50001 - webrtc2: - enabled: true - protocol: udp - port: 50002 - targetPort: 50002 - webrtc3: - enabled: true - protocol: udp - port: 50003 - targetPort: 50003 - webrtc4: - enabled: true - protocol: udp - port: 50004 - targetPort: 50004 - webrtc5: - enabled: true - protocol: udp - port: 50005 - targetPort: 50005 - webrtc6: - enabled: true - protocol: udp - port: 50006 - targetPort: 60005 - webrtc7: - enabled: true - protocol: udp - port: 50007 - targetPort: 50007 - webrtc8: - enabled: true - protocol: udp - port: 50008 - targetPort: 50008 - webrtc9: - enabled: true - protocol: udp - port: 50009 - targetPort: 50009 - webrtc10: - enabled: true - protocol: udp - port: 50010 - targetPort: 50010 -persistence: - config: - enabled: true - mountPath: "/agent/Media/XML" - media: - enabled: true - mountPath: "/agent/Media/WebServerRoot/Media" - commands: - enabled: true - mountPath: "/agent/Commands" -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 diff --git a/stable/jackett/19.1.3/.helmignore b/stable/ispy-agent-dvr/9.4.0/.helmignore similarity index 100% rename from stable/jackett/19.1.3/.helmignore rename to stable/ispy-agent-dvr/9.4.0/.helmignore diff --git a/stable/ispy-agent-dvr/9.4.0/CHANGELOG.md b/stable/ispy-agent-dvr/9.4.0/CHANGELOG.md new file mode 100644 index 00000000000..2c8a64dbd49 --- /dev/null +++ b/stable/ispy-agent-dvr/9.4.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ispy-agent-dvr-9.4.0](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.3.4...ispy-agent-dvr-9.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [ispy-agent-dvr-9.3.4](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.3.3...ispy-agent-dvr-9.3.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [ispy-agent-dvr-9.3.3](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.3.1...ispy-agent-dvr-9.3.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + +## [ispy-agent-dvr-8.2.9](https://github.com/truecharts/charts/compare/ispy-agent-dvr-8.2.8...ispy-agent-dvr-8.2.9) (2024-02-12) + +### Chore + + + +- update container image doitandbedone/ispyagentdvr to v5.2.5.0[@b339efe](https://github.com/b339efe) by renovate ([#18129](https://github.com/truecharts/charts/issues/18129)) + + +## [ispy-agent-dvr-8.2.8](https://github.com/truecharts/charts/compare/ispy-agent-dvr-8.2.7...ispy-agent-dvr-8.2.8) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [ispy-agent-dvr-8.2.7](https://github.com/truecharts/charts/compare/ispy-agent-dvr-8.2.6...ispy-agent-dvr-8.2.7) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [ispy-agent-dvr-8.2.6](https://github.com/truecharts/charts/compare/ispy-agent-dvr-8.2.5...ispy-agent-dvr-8.2.6) (2024-01-26) + +### Chore + + + +- update container image doitandbedone/ispyagentdvr to v5.2.4.0[@9519d08](https://github.com/9519d08) by renovate ([#17546](https://github.com/truecharts/charts/issues/17546)) + + +## [ispy-agent-dvr-8.2.5](https://github.com/truecharts/charts/compare/ispy-agent-dvr-8.2.4...ispy-agent-dvr-8.2.5) (2024-01-21) + +### Chore + diff --git a/stable/ispy-agent-dvr/9.4.0/Chart.yaml b/stable/ispy-agent-dvr/9.4.0/Chart.yaml new file mode 100644 index 00000000000..376951b7e18 --- /dev/null +++ b/stable/ispy-agent-dvr/9.4.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: security + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.3.1.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: iSpy's Agent DVR, a standalone DVR service to manage IP cameras. +home: https://truecharts.org/charts/stable/ispy-agent-dvr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ispy-agent-dvr.png +keywords: + - dvr + - ispy + - agent +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ispy-agent-dvr +sources: + - https://github.com/doitandbedone/ispyagentdvr-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/ispy-agent-dvr + - https://hub.docker.com/r/doitandbedone/ispyagentdvr +type: application +version: 9.4.0 diff --git a/stable/ispy-agent-dvr/9.3.0/README.md b/stable/ispy-agent-dvr/9.4.0/README.md similarity index 100% rename from stable/ispy-agent-dvr/9.3.0/README.md rename to stable/ispy-agent-dvr/9.4.0/README.md diff --git a/stable/ispy-agent-dvr/9.4.0/app-changelog.md b/stable/ispy-agent-dvr/9.4.0/app-changelog.md new file mode 100644 index 00000000000..d27d2a67f4f --- /dev/null +++ b/stable/ispy-agent-dvr/9.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ispy-agent-dvr-9.4.0](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.3.4...ispy-agent-dvr-9.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/ispy-agent-dvr/9.3.0/app-readme.md b/stable/ispy-agent-dvr/9.4.0/app-readme.md similarity index 100% rename from stable/ispy-agent-dvr/9.3.0/app-readme.md rename to stable/ispy-agent-dvr/9.4.0/app-readme.md diff --git a/stable/ispy-agent-dvr/9.4.0/charts/common-18.2.0.tgz b/stable/ispy-agent-dvr/9.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/ispy-agent-dvr/9.4.0/charts/common-18.2.0.tgz differ diff --git a/stable/ispy-agent-dvr/9.4.0/ix_values.yaml b/stable/ispy-agent-dvr/9.4.0/ix_values.yaml new file mode 100644 index 00000000000..3e0b4ad6228 --- /dev/null +++ b/stable/ispy-agent-dvr/9.4.0/ix_values.yaml @@ -0,0 +1,95 @@ +image: + repository: doitandbedone/ispyagentdvr + tag: 5.3.1.0@sha256:cfaccc30f57993ee1356bb493136fb18a2198d7b02271268f48fa4eb177bbddf + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 10184 + targetPort: 8090 + turn: + enabled: true + ports: + turn: + enabled: true + protocol: udp + port: 3478 + targetPort: 3478 + webrtc: + enabled: true + ports: + webrtc0: + enabled: true + protocol: udp + port: 50000 + targetPort: 50000 + webrtc1: + enabled: true + protocol: udp + port: 50001 + targetPort: 50001 + webrtc2: + enabled: true + protocol: udp + port: 50002 + targetPort: 50002 + webrtc3: + enabled: true + protocol: udp + port: 50003 + targetPort: 50003 + webrtc4: + enabled: true + protocol: udp + port: 50004 + targetPort: 50004 + webrtc5: + enabled: true + protocol: udp + port: 50005 + targetPort: 50005 + webrtc6: + enabled: true + protocol: udp + port: 50006 + targetPort: 60005 + webrtc7: + enabled: true + protocol: udp + port: 50007 + targetPort: 50007 + webrtc8: + enabled: true + protocol: udp + port: 50008 + targetPort: 50008 + webrtc9: + enabled: true + protocol: udp + port: 50009 + targetPort: 50009 + webrtc10: + enabled: true + protocol: udp + port: 50010 + targetPort: 50010 +persistence: + config: + enabled: true + mountPath: "/agent/Media/XML" + media: + enabled: true + mountPath: "/agent/Media/WebServerRoot/Media" + commands: + enabled: true + mountPath: "/agent/Commands" +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 diff --git a/stable/ispy-agent-dvr/9.3.0/questions.yaml b/stable/ispy-agent-dvr/9.4.0/questions.yaml similarity index 100% rename from stable/ispy-agent-dvr/9.3.0/questions.yaml rename to stable/ispy-agent-dvr/9.4.0/questions.yaml diff --git a/stable/jackett/19.1.3/templates/NOTES.txt b/stable/ispy-agent-dvr/9.4.0/templates/NOTES.txt similarity index 100% rename from stable/jackett/19.1.3/templates/NOTES.txt rename to stable/ispy-agent-dvr/9.4.0/templates/NOTES.txt diff --git a/stable/iyuuplus/9.1.3/templates/common.yaml b/stable/ispy-agent-dvr/9.4.0/templates/common.yaml similarity index 100% rename from stable/iyuuplus/9.1.3/templates/common.yaml rename to stable/ispy-agent-dvr/9.4.0/templates/common.yaml diff --git a/stable/jackett/19.1.3/values.yaml b/stable/ispy-agent-dvr/9.4.0/values.yaml similarity index 100% rename from stable/jackett/19.1.3/values.yaml rename to stable/ispy-agent-dvr/9.4.0/values.yaml diff --git a/stable/it-tools/4.1.3/CHANGELOG.md b/stable/it-tools/4.1.3/CHANGELOG.md deleted file mode 100644 index 8413affc442..00000000000 --- a/stable/it-tools/4.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [it-tools-3.1.11](https://github.com/truecharts/charts/compare/it-tools-3.1.10...it-tools-3.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [it-tools-3.1.10](https://github.com/truecharts/charts/compare/it-tools-3.1.9...it-tools-3.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [it-tools-3.1.9](https://github.com/truecharts/charts/compare/it-tools-3.1.8...it-tools-3.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [it-tools-3.1.8](https://github.com/truecharts/charts/compare/it-tools-3.1.7...it-tools-3.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [it-tools-3.1.7](https://github.com/truecharts/charts/compare/it-tools-3.1.6...it-tools-3.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [it-tools-3.1.6](https://github.com/truecharts/charts/compare/it-tools-3.1.5...it-tools-3.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [it-tools-3.1.5](https://github.com/truecharts/charts/compare/it-tools-3.1.4...it-tools-3.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [it-tools-3.1.4](https://github.com/truecharts/charts/compare/it-tools-3.1.3...it-tools-3.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [it-tools-3.1.3](https://github.com/truecharts/charts/compare/it-tools-3.1.0...it-tools-3.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/it-tools/4.1.3/Chart.yaml b/stable/it-tools/4.1.3/Chart.yaml deleted file mode 100644 index 5cbde997dfe..00000000000 --- a/stable/it-tools/4.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: tools - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2023.12.21 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Useful tools for developer and people working in IT. -home: https://truecharts.org/charts/stable/it-tools -icon: https://truecharts.org/img/hotlink-ok/chart-icons/it-tools.png -keywords: - - it-tools -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: it-tools -sources: - - https://github.com/CorentinTh/it-tools - - https://github.com/truecharts/charts/tree/master/charts/stable/it-tools - - https://hub.docker.com/r/corentinth/it-tools -type: application -version: 4.1.3 diff --git a/stable/it-tools/4.1.3/charts/common-18.0.3.tgz b/stable/it-tools/4.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/it-tools/4.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/jdownloader2/16.1.3/.helmignore b/stable/it-tools/4.3.0/.helmignore similarity index 100% rename from stable/jdownloader2/16.1.3/.helmignore rename to stable/it-tools/4.3.0/.helmignore diff --git a/stable/it-tools/4.3.0/CHANGELOG.md b/stable/it-tools/4.3.0/CHANGELOG.md new file mode 100644 index 00000000000..46c0ee7703b --- /dev/null +++ b/stable/it-tools/4.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [it-tools-4.3.0](https://github.com/truecharts/charts/compare/it-tools-4.2.3...it-tools-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [it-tools-4.2.3](https://github.com/truecharts/charts/compare/it-tools-4.2.2...it-tools-4.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [it-tools-4.2.2](https://github.com/truecharts/charts/compare/it-tools-4.2.0...it-tools-4.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [it-tools-3.1.11](https://github.com/truecharts/charts/compare/it-tools-3.1.10...it-tools-3.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [it-tools-3.1.10](https://github.com/truecharts/charts/compare/it-tools-3.1.9...it-tools-3.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [it-tools-3.1.9](https://github.com/truecharts/charts/compare/it-tools-3.1.8...it-tools-3.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [it-tools-3.1.8](https://github.com/truecharts/charts/compare/it-tools-3.1.7...it-tools-3.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [it-tools-3.1.7](https://github.com/truecharts/charts/compare/it-tools-3.1.6...it-tools-3.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [it-tools-3.1.6](https://github.com/truecharts/charts/compare/it-tools-3.1.5...it-tools-3.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/it-tools/4.3.0/Chart.yaml b/stable/it-tools/4.3.0/Chart.yaml new file mode 100644 index 00000000000..bf0304260a2 --- /dev/null +++ b/stable/it-tools/4.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: tools + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2023.12.21 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Useful tools for developer and people working in IT. +home: https://truecharts.org/charts/stable/it-tools +icon: https://truecharts.org/img/hotlink-ok/chart-icons/it-tools.png +keywords: + - it-tools +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: it-tools +sources: + - https://github.com/CorentinTh/it-tools + - https://github.com/truecharts/charts/tree/master/charts/stable/it-tools + - https://hub.docker.com/r/corentinth/it-tools +type: application +version: 4.3.0 diff --git a/stable/it-tools/4.1.3/README.md b/stable/it-tools/4.3.0/README.md similarity index 100% rename from stable/it-tools/4.1.3/README.md rename to stable/it-tools/4.3.0/README.md diff --git a/stable/it-tools/4.3.0/app-changelog.md b/stable/it-tools/4.3.0/app-changelog.md new file mode 100644 index 00000000000..a3ea598fa2a --- /dev/null +++ b/stable/it-tools/4.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [it-tools-4.3.0](https://github.com/truecharts/charts/compare/it-tools-4.2.3...it-tools-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/it-tools/4.1.3/app-readme.md b/stable/it-tools/4.3.0/app-readme.md similarity index 100% rename from stable/it-tools/4.1.3/app-readme.md rename to stable/it-tools/4.3.0/app-readme.md diff --git a/stable/it-tools/4.3.0/charts/common-18.2.0.tgz b/stable/it-tools/4.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/it-tools/4.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/it-tools/4.1.3/ix_values.yaml b/stable/it-tools/4.3.0/ix_values.yaml similarity index 100% rename from stable/it-tools/4.1.3/ix_values.yaml rename to stable/it-tools/4.3.0/ix_values.yaml diff --git a/stable/it-tools/4.1.3/questions.yaml b/stable/it-tools/4.3.0/questions.yaml similarity index 100% rename from stable/it-tools/4.1.3/questions.yaml rename to stable/it-tools/4.3.0/questions.yaml diff --git a/stable/jdownloader2/16.1.3/templates/NOTES.txt b/stable/it-tools/4.3.0/templates/NOTES.txt similarity index 100% rename from stable/jdownloader2/16.1.3/templates/NOTES.txt rename to stable/it-tools/4.3.0/templates/NOTES.txt diff --git a/stable/jackett/19.1.3/templates/common.yaml b/stable/it-tools/4.3.0/templates/common.yaml similarity index 100% rename from stable/jackett/19.1.3/templates/common.yaml rename to stable/it-tools/4.3.0/templates/common.yaml diff --git a/stable/jdownloader2/16.1.3/values.yaml b/stable/it-tools/4.3.0/values.yaml similarity index 100% rename from stable/jdownloader2/16.1.3/values.yaml rename to stable/it-tools/4.3.0/values.yaml diff --git a/stable/iyuuplus/9.1.3/CHANGELOG.md b/stable/iyuuplus/9.1.3/CHANGELOG.md deleted file mode 100644 index 9c91aae43f3..00000000000 --- a/stable/iyuuplus/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [iyuuplus-8.1.11](https://github.com/truecharts/charts/compare/iyuuplus-8.1.10...iyuuplus-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [iyuuplus-8.1.10](https://github.com/truecharts/charts/compare/iyuuplus-8.1.9...iyuuplus-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [iyuuplus-8.1.9](https://github.com/truecharts/charts/compare/iyuuplus-8.1.8...iyuuplus-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [iyuuplus-8.1.8](https://github.com/truecharts/charts/compare/iyuuplus-8.1.7...iyuuplus-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [iyuuplus-8.1.7](https://github.com/truecharts/charts/compare/iyuuplus-8.1.6...iyuuplus-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [iyuuplus-8.1.6](https://github.com/truecharts/charts/compare/iyuuplus-8.1.5...iyuuplus-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [iyuuplus-8.1.5](https://github.com/truecharts/charts/compare/iyuuplus-8.1.4...iyuuplus-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [iyuuplus-8.1.4](https://github.com/truecharts/charts/compare/iyuuplus-8.1.3...iyuuplus-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [iyuuplus-8.1.3](https://github.com/truecharts/charts/compare/iyuuplus-8.1.0...iyuuplus-8.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/iyuuplus/9.1.3/Chart.yaml b/stable/iyuuplus/9.1.3/Chart.yaml deleted file mode 100644 index 43b8cc30193..00000000000 --- a/stable/iyuuplus/9.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The IYUU automatic seeding tool can automatically seed most PT sites in China, support downloader clusters, multiple disks, multiple download directories, connecting to remote downloaders, etc. -home: https://truecharts.org/charts/stable/iyuuplus -icon: https://truecharts.org/img/hotlink-ok/chart-icons/iyuuplus.png -keywords: - - iyuuplus - - pt -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: iyuuplus -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/iyuuplus - - https://hub.docker.com/r/iyuucn/iyuuplus -type: application -version: 9.1.3 diff --git a/stable/iyuuplus/9.1.3/charts/common-18.0.3.tgz b/stable/iyuuplus/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/iyuuplus/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/jellyfin/18.2.0/.helmignore b/stable/iyuuplus/9.3.0/.helmignore similarity index 100% rename from stable/jellyfin/18.2.0/.helmignore rename to stable/iyuuplus/9.3.0/.helmignore diff --git a/stable/iyuuplus/9.3.0/CHANGELOG.md b/stable/iyuuplus/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..b42adda90cb --- /dev/null +++ b/stable/iyuuplus/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [iyuuplus-9.3.0](https://github.com/truecharts/charts/compare/iyuuplus-9.2.3...iyuuplus-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [iyuuplus-9.2.3](https://github.com/truecharts/charts/compare/iyuuplus-9.2.2...iyuuplus-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [iyuuplus-9.2.2](https://github.com/truecharts/charts/compare/iyuuplus-9.2.0...iyuuplus-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [iyuuplus-8.1.11](https://github.com/truecharts/charts/compare/iyuuplus-8.1.10...iyuuplus-8.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [iyuuplus-8.1.10](https://github.com/truecharts/charts/compare/iyuuplus-8.1.9...iyuuplus-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [iyuuplus-8.1.9](https://github.com/truecharts/charts/compare/iyuuplus-8.1.8...iyuuplus-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [iyuuplus-8.1.8](https://github.com/truecharts/charts/compare/iyuuplus-8.1.7...iyuuplus-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [iyuuplus-8.1.7](https://github.com/truecharts/charts/compare/iyuuplus-8.1.6...iyuuplus-8.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [iyuuplus-8.1.6](https://github.com/truecharts/charts/compare/iyuuplus-8.1.5...iyuuplus-8.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/iyuuplus/9.3.0/Chart.yaml b/stable/iyuuplus/9.3.0/Chart.yaml new file mode 100644 index 00000000000..1d71c5575fa --- /dev/null +++ b/stable/iyuuplus/9.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The IYUU automatic seeding tool can automatically seed most PT sites in China, support downloader clusters, multiple disks, multiple download directories, connecting to remote downloaders, etc. +home: https://truecharts.org/charts/stable/iyuuplus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/iyuuplus.png +keywords: + - iyuuplus + - pt +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: iyuuplus +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/iyuuplus + - https://hub.docker.com/r/iyuucn/iyuuplus +type: application +version: 9.3.0 diff --git a/stable/iyuuplus/9.1.3/README.md b/stable/iyuuplus/9.3.0/README.md similarity index 100% rename from stable/iyuuplus/9.1.3/README.md rename to stable/iyuuplus/9.3.0/README.md diff --git a/stable/iyuuplus/9.3.0/app-changelog.md b/stable/iyuuplus/9.3.0/app-changelog.md new file mode 100644 index 00000000000..4e349d527db --- /dev/null +++ b/stable/iyuuplus/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [iyuuplus-9.3.0](https://github.com/truecharts/charts/compare/iyuuplus-9.2.3...iyuuplus-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/iyuuplus/9.1.3/app-readme.md b/stable/iyuuplus/9.3.0/app-readme.md similarity index 100% rename from stable/iyuuplus/9.1.3/app-readme.md rename to stable/iyuuplus/9.3.0/app-readme.md diff --git a/stable/iyuuplus/9.3.0/charts/common-18.2.0.tgz b/stable/iyuuplus/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/iyuuplus/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/iyuuplus/9.1.3/ix_values.yaml b/stable/iyuuplus/9.3.0/ix_values.yaml similarity index 100% rename from stable/iyuuplus/9.1.3/ix_values.yaml rename to stable/iyuuplus/9.3.0/ix_values.yaml diff --git a/stable/iyuuplus/9.1.3/questions.yaml b/stable/iyuuplus/9.3.0/questions.yaml similarity index 100% rename from stable/iyuuplus/9.1.3/questions.yaml rename to stable/iyuuplus/9.3.0/questions.yaml diff --git a/stable/jellyfin/18.2.0/templates/NOTES.txt b/stable/iyuuplus/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/jellyfin/18.2.0/templates/NOTES.txt rename to stable/iyuuplus/9.3.0/templates/NOTES.txt diff --git a/stable/jdownloader2/16.1.3/templates/common.yaml b/stable/iyuuplus/9.3.0/templates/common.yaml similarity index 100% rename from stable/jdownloader2/16.1.3/templates/common.yaml rename to stable/iyuuplus/9.3.0/templates/common.yaml diff --git a/stable/jellyfin/18.2.0/values.yaml b/stable/iyuuplus/9.3.0/values.yaml similarity index 100% rename from stable/jellyfin/18.2.0/values.yaml rename to stable/iyuuplus/9.3.0/values.yaml diff --git a/stable/jackett/19.1.3/CHANGELOG.md b/stable/jackett/19.1.3/CHANGELOG.md deleted file mode 100644 index bbb7e4c9898..00000000000 --- a/stable/jackett/19.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - -## [jackett-18.1.19](https://github.com/truecharts/charts/compare/jackett-18.1.18...jackett-18.1.19) (2024-02-07) - - -## [jackett-18.1.18](https://github.com/truecharts/charts/compare/jackett-18.1.17...jackett-18.1.18) (2024-02-07) - - -## [jackett-18.1.17](https://github.com/truecharts/charts/compare/jackett-18.1.16...jackett-18.1.17) (2024-02-07) - - -## [jackett-18.1.16](https://github.com/truecharts/charts/compare/jackett-18.1.15...jackett-18.1.16) (2024-02-07) - - -## [jackett-18.1.15](https://github.com/truecharts/charts/compare/jackett-18.1.14...jackett-18.1.15) (2024-02-07) - - -## [jackett-18.1.14](https://github.com/truecharts/charts/compare/jackett-18.1.13...jackett-18.1.14) (2024-02-07) - - -## [jackett-18.1.13](https://github.com/truecharts/charts/compare/jackett-18.1.12...jackett-18.1.13) (2024-02-07) - - -## [jackett-18.1.12](https://github.com/truecharts/charts/compare/jackett-18.1.11...jackett-18.1.12) (2024-02-06) - -### Feat - - - -- add velero backup schedule to GUI templates ([#17993](https://github.com/truecharts/charts/issues/17993)) - - -## [jackett-18.1.11](https://github.com/truecharts/charts/compare/jackett-18.1.10...jackett-18.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [jackett-18.1.10](https://github.com/truecharts/charts/compare/jackett-18.1.9...jackett-18.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [jackett-18.1.9](https://github.com/truecharts/charts/compare/jackett-18.1.8...jackett-18.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [jackett-18.1.8](https://github.com/truecharts/charts/compare/jackett-18.1.7...jackett-18.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [jackett-18.1.7](https://github.com/truecharts/charts/compare/jackett-18.1.6...jackett-18.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [jackett-18.1.6](https://github.com/truecharts/charts/compare/jackett-18.1.5...jackett-18.1.6) (2024-01-09) diff --git a/stable/jackett/19.1.3/Chart.yaml b/stable/jackett/19.1.3/Chart.yaml deleted file mode 100644 index 3e30db7a808..00000000000 --- a/stable/jackett/19.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.21.1155 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: API Support for your favorite torrent trackers. -home: https://truecharts.org/charts/stable/jackett -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jackett.png -keywords: - - jackett - - torrent - - usenet -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: jackett -sources: - - https://github.com/Jackett/Jackett - - https://github.com/truecharts/charts/tree/master/charts/stable/jackett - - https://ghcr.io/linuxserver/jackett -type: application -version: 19.1.3 diff --git a/stable/jackett/19.1.3/charts/common-18.0.3.tgz b/stable/jackett/19.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/jackett/19.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/jellyseerr/9.1.3/.helmignore b/stable/jackett/19.3.0/.helmignore similarity index 100% rename from stable/jellyseerr/9.1.3/.helmignore rename to stable/jackett/19.3.0/.helmignore diff --git a/stable/jackett/19.3.0/CHANGELOG.md b/stable/jackett/19.3.0/CHANGELOG.md new file mode 100644 index 00000000000..89de1e6727f --- /dev/null +++ b/stable/jackett/19.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [jackett-19.3.0](https://github.com/truecharts/charts/compare/jackett-19.2.3...jackett-19.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [jackett-19.2.3](https://github.com/truecharts/charts/compare/jackett-19.2.2...jackett-19.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [jackett-19.2.2](https://github.com/truecharts/charts/compare/jackett-19.2.0...jackett-19.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + +## [jackett-18.1.19](https://github.com/truecharts/charts/compare/jackett-18.1.18...jackett-18.1.19) (2024-02-07) + + +## [jackett-18.1.18](https://github.com/truecharts/charts/compare/jackett-18.1.17...jackett-18.1.18) (2024-02-07) + + +## [jackett-18.1.17](https://github.com/truecharts/charts/compare/jackett-18.1.16...jackett-18.1.17) (2024-02-07) + + +## [jackett-18.1.16](https://github.com/truecharts/charts/compare/jackett-18.1.15...jackett-18.1.16) (2024-02-07) + + +## [jackett-18.1.15](https://github.com/truecharts/charts/compare/jackett-18.1.14...jackett-18.1.15) (2024-02-07) + + +## [jackett-18.1.14](https://github.com/truecharts/charts/compare/jackett-18.1.13...jackett-18.1.14) (2024-02-07) + + +## [jackett-18.1.13](https://github.com/truecharts/charts/compare/jackett-18.1.12...jackett-18.1.13) (2024-02-07) + + +## [jackett-18.1.12](https://github.com/truecharts/charts/compare/jackett-18.1.11...jackett-18.1.12) (2024-02-06) + +### Feat + + + +- add velero backup schedule to GUI templates ([#17993](https://github.com/truecharts/charts/issues/17993)) + + +## [jackett-18.1.11](https://github.com/truecharts/charts/compare/jackett-18.1.10...jackett-18.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [jackett-18.1.10](https://github.com/truecharts/charts/compare/jackett-18.1.9...jackett-18.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [jackett-18.1.9](https://github.com/truecharts/charts/compare/jackett-18.1.8...jackett-18.1.9) (2024-01-21) \ No newline at end of file diff --git a/stable/jackett/19.3.0/Chart.yaml b/stable/jackett/19.3.0/Chart.yaml new file mode 100644 index 00000000000..bf0757e05de --- /dev/null +++ b/stable/jackett/19.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.21.1155 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: API Support for your favorite torrent trackers. +home: https://truecharts.org/charts/stable/jackett +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jackett.png +keywords: + - jackett + - torrent + - usenet +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jackett +sources: + - https://github.com/Jackett/Jackett + - https://github.com/truecharts/charts/tree/master/charts/stable/jackett + - https://ghcr.io/linuxserver/jackett +type: application +version: 19.3.0 diff --git a/stable/jackett/19.1.3/README.md b/stable/jackett/19.3.0/README.md similarity index 100% rename from stable/jackett/19.1.3/README.md rename to stable/jackett/19.3.0/README.md diff --git a/stable/jackett/19.3.0/app-changelog.md b/stable/jackett/19.3.0/app-changelog.md new file mode 100644 index 00000000000..6d1b6cbe019 --- /dev/null +++ b/stable/jackett/19.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [jackett-19.3.0](https://github.com/truecharts/charts/compare/jackett-19.2.3...jackett-19.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/jackett/19.1.3/app-readme.md b/stable/jackett/19.3.0/app-readme.md similarity index 100% rename from stable/jackett/19.1.3/app-readme.md rename to stable/jackett/19.3.0/app-readme.md diff --git a/stable/jackett/19.3.0/charts/common-18.2.0.tgz b/stable/jackett/19.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/jackett/19.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/jackett/19.1.3/ix_values.yaml b/stable/jackett/19.3.0/ix_values.yaml similarity index 100% rename from stable/jackett/19.1.3/ix_values.yaml rename to stable/jackett/19.3.0/ix_values.yaml diff --git a/stable/jackett/19.1.3/questions.yaml b/stable/jackett/19.3.0/questions.yaml similarity index 100% rename from stable/jackett/19.1.3/questions.yaml rename to stable/jackett/19.3.0/questions.yaml diff --git a/stable/jellyseerr/9.1.3/templates/NOTES.txt b/stable/jackett/19.3.0/templates/NOTES.txt similarity index 100% rename from stable/jellyseerr/9.1.3/templates/NOTES.txt rename to stable/jackett/19.3.0/templates/NOTES.txt diff --git a/stable/jellyseerr/9.1.3/templates/common.yaml b/stable/jackett/19.3.0/templates/common.yaml similarity index 100% rename from stable/jellyseerr/9.1.3/templates/common.yaml rename to stable/jackett/19.3.0/templates/common.yaml diff --git a/stable/jellyseerr/9.1.3/values.yaml b/stable/jackett/19.3.0/values.yaml similarity index 100% rename from stable/jellyseerr/9.1.3/values.yaml rename to stable/jackett/19.3.0/values.yaml diff --git a/stable/jdownloader2/16.1.3/CHANGELOG.md b/stable/jdownloader2/16.1.3/CHANGELOG.md deleted file mode 100644 index 42cf8b141c3..00000000000 --- a/stable/jdownloader2/16.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [jdownloader2-15.0.1](https://github.com/truecharts/charts/compare/jdownloader2-15.0.0...jdownloader2-15.0.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [jdownloader2-15.0.0](https://github.com/truecharts/charts/compare/jdownloader2-14.2.10...jdownloader2-15.0.0) (2024-01-29) - -### Chore - - - -- update container image jlesage/jdownloader-2 to v24.01.1[@b020fd3](https://github.com/b020fd3) by renovate ([#17707](https://github.com/truecharts/charts/issues/17707)) - - -## [jdownloader2-14.2.10](https://github.com/truecharts/charts/compare/jdownloader2-14.2.9...jdownloader2-14.2.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [jdownloader2-14.2.9](https://github.com/truecharts/charts/compare/jdownloader2-14.2.8...jdownloader2-14.2.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [jdownloader2-14.2.8](https://github.com/truecharts/charts/compare/jdownloader2-14.2.7...jdownloader2-14.2.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [jdownloader2-14.2.7](https://github.com/truecharts/charts/compare/jdownloader2-14.2.6...jdownloader2-14.2.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [jdownloader2-14.2.6](https://github.com/truecharts/charts/compare/jdownloader2-14.2.5...jdownloader2-14.2.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [jdownloader2-14.2.5](https://github.com/truecharts/charts/compare/jdownloader2-14.2.4...jdownloader2-14.2.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [jdownloader2-14.2.4](https://github.com/truecharts/charts/compare/jdownloader2-14.2.3...jdownloader2-14.2.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/jdownloader2/16.1.3/Chart.yaml b/stable/jdownloader2/16.1.3/Chart.yaml deleted file mode 100644 index d42f781457b..00000000000 --- a/stable/jdownloader2/16.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: downloads - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.01.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: JDownloader is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be. -home: https://truecharts.org/charts/stable/jdownloader2 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jdownloader2.png -keywords: - - jdownloader - - download -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: jdownloader2 -sources: - - https://jdownloader.org/ - - https://github.com/jlesage/docker-jdownloader-2 - - https://github.com/truecharts/charts/tree/master/charts/stable/jdownloader2 - - https://hub.docker.com/r/jlesage/jdownloader-2 -type: application -version: 16.1.3 diff --git a/stable/jdownloader2/16.1.3/charts/common-18.0.3.tgz b/stable/jdownloader2/16.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/jdownloader2/16.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/jellystat/3.1.3/.helmignore b/stable/jdownloader2/16.3.0/.helmignore similarity index 100% rename from stable/jellystat/3.1.3/.helmignore rename to stable/jdownloader2/16.3.0/.helmignore diff --git a/stable/jdownloader2/16.3.0/CHANGELOG.md b/stable/jdownloader2/16.3.0/CHANGELOG.md new file mode 100644 index 00000000000..4d1a4ccb416 --- /dev/null +++ b/stable/jdownloader2/16.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [jdownloader2-16.3.0](https://github.com/truecharts/charts/compare/jdownloader2-16.2.3...jdownloader2-16.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [jdownloader2-16.2.3](https://github.com/truecharts/charts/compare/jdownloader2-16.2.2...jdownloader2-16.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [jdownloader2-16.2.2](https://github.com/truecharts/charts/compare/jdownloader2-16.2.0...jdownloader2-16.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [jdownloader2-15.0.1](https://github.com/truecharts/charts/compare/jdownloader2-15.0.0...jdownloader2-15.0.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [jdownloader2-15.0.0](https://github.com/truecharts/charts/compare/jdownloader2-14.2.10...jdownloader2-15.0.0) (2024-01-29) + +### Chore + + + +- update container image jlesage/jdownloader-2 to v24.01.1[@b020fd3](https://github.com/b020fd3) by renovate ([#17707](https://github.com/truecharts/charts/issues/17707)) + + +## [jdownloader2-14.2.10](https://github.com/truecharts/charts/compare/jdownloader2-14.2.9...jdownloader2-14.2.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [jdownloader2-14.2.9](https://github.com/truecharts/charts/compare/jdownloader2-14.2.8...jdownloader2-14.2.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [jdownloader2-14.2.8](https://github.com/truecharts/charts/compare/jdownloader2-14.2.7...jdownloader2-14.2.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [jdownloader2-14.2.7](https://github.com/truecharts/charts/compare/jdownloader2-14.2.6...jdownloader2-14.2.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/jdownloader2/16.3.0/Chart.yaml b/stable/jdownloader2/16.3.0/Chart.yaml new file mode 100644 index 00000000000..dd33015308f --- /dev/null +++ b/stable/jdownloader2/16.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: downloads + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.01.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: JDownloader is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be. +home: https://truecharts.org/charts/stable/jdownloader2 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jdownloader2.png +keywords: + - jdownloader + - download +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jdownloader2 +sources: + - https://jdownloader.org/ + - https://github.com/jlesage/docker-jdownloader-2 + - https://github.com/truecharts/charts/tree/master/charts/stable/jdownloader2 + - https://hub.docker.com/r/jlesage/jdownloader-2 +type: application +version: 16.3.0 diff --git a/stable/jdownloader2/16.1.3/README.md b/stable/jdownloader2/16.3.0/README.md similarity index 100% rename from stable/jdownloader2/16.1.3/README.md rename to stable/jdownloader2/16.3.0/README.md diff --git a/stable/jdownloader2/16.3.0/app-changelog.md b/stable/jdownloader2/16.3.0/app-changelog.md new file mode 100644 index 00000000000..6d0671a7591 --- /dev/null +++ b/stable/jdownloader2/16.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [jdownloader2-16.3.0](https://github.com/truecharts/charts/compare/jdownloader2-16.2.3...jdownloader2-16.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/jdownloader2/16.1.3/app-readme.md b/stable/jdownloader2/16.3.0/app-readme.md similarity index 100% rename from stable/jdownloader2/16.1.3/app-readme.md rename to stable/jdownloader2/16.3.0/app-readme.md diff --git a/stable/jdownloader2/16.3.0/charts/common-18.2.0.tgz b/stable/jdownloader2/16.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/jdownloader2/16.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/jdownloader2/16.1.3/ix_values.yaml b/stable/jdownloader2/16.3.0/ix_values.yaml similarity index 100% rename from stable/jdownloader2/16.1.3/ix_values.yaml rename to stable/jdownloader2/16.3.0/ix_values.yaml diff --git a/stable/jdownloader2/16.1.3/questions.yaml b/stable/jdownloader2/16.3.0/questions.yaml similarity index 100% rename from stable/jdownloader2/16.1.3/questions.yaml rename to stable/jdownloader2/16.3.0/questions.yaml diff --git a/stable/jellystat/3.1.3/templates/NOTES.txt b/stable/jdownloader2/16.3.0/templates/NOTES.txt similarity index 100% rename from stable/jellystat/3.1.3/templates/NOTES.txt rename to stable/jdownloader2/16.3.0/templates/NOTES.txt diff --git a/stable/jupyter/8.1.3/templates/common.yaml b/stable/jdownloader2/16.3.0/templates/common.yaml similarity index 100% rename from stable/jupyter/8.1.3/templates/common.yaml rename to stable/jdownloader2/16.3.0/templates/common.yaml diff --git a/stable/jellystat/3.1.3/values.yaml b/stable/jdownloader2/16.3.0/values.yaml similarity index 100% rename from stable/jellystat/3.1.3/values.yaml rename to stable/jdownloader2/16.3.0/values.yaml diff --git a/stable/jellyfin/18.2.0/CHANGELOG.md b/stable/jellyfin/18.2.0/CHANGELOG.md deleted file mode 100644 index 577da0248e1..00000000000 --- a/stable/jellyfin/18.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - - - -## [jellyfin-17.1.18](https://github.com/truecharts/charts/compare/jellyfin-17.1.17...jellyfin-17.1.18) (2024-02-12) - -### Chore - - - -- update container image docker.io/alpine/socat to 1.8.0.0[@74e6801](https://github.com/74e6801) by renovate ([#18039](https://github.com/truecharts/charts/issues/18039)) - - -## [jellyfin-17.1.17](https://github.com/truecharts/charts/compare/jellyfin-17.1.16...jellyfin-17.1.17) (2024-02-05) - -### Chore - - - -- update container image docker.io/alpine/socat to 1.8.0.0[@8bbbacd](https://github.com/8bbbacd) by renovate ([#17827](https://github.com/truecharts/charts/issues/17827)) - - -## [jellyfin-17.1.16](https://github.com/truecharts/charts/compare/jellyfin-17.1.15...jellyfin-17.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [jellyfin-17.1.15](https://github.com/truecharts/charts/compare/jellyfin-17.1.14...jellyfin-17.1.15) (2024-01-29) - -### Chore - - - -- update container image docker.io/alpine/socat to 1.8.0.0[@9be350f](https://github.com/9be350f) by renovate ([#17587](https://github.com/truecharts/charts/issues/17587)) - - -## [jellyfin-17.1.14](https://github.com/truecharts/charts/compare/jellyfin-17.1.13...jellyfin-17.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [jellyfin-17.1.13](https://github.com/truecharts/charts/compare/jellyfin-17.1.12...jellyfin-17.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [jellyfin-17.1.12](https://github.com/truecharts/charts/compare/jellyfin-17.1.11...jellyfin-17.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [jellyfin-17.1.11](https://github.com/truecharts/charts/compare/jellyfin-17.1.10...jellyfin-17.1.11) (2024-01-21) - -### Chore diff --git a/stable/jellyfin/18.2.0/Chart.yaml b/stable/jellyfin/18.2.0/Chart.yaml deleted file mode 100644 index f42d775b71e..00000000000 --- a/stable/jellyfin/18.2.0/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 10.8.13 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Jellyfin is a Free Software Media System -home: https://truecharts.org/charts/stable/jellyfin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellyfin.png -keywords: - - jellyfin - - plex - - emby -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: jellyfin -sources: - - https://github.com/jellyfin/jellyfin - - https://github.com/truecharts/charts/tree/master/charts/stable/jellyfin - - https://hub.docker.com/r/alpine/socat - - https://hub.docker.com/r/jellyfin/jellyfin -type: application -version: 18.2.0 diff --git a/stable/jellyfin/18.2.0/charts/common-18.1.2.tgz b/stable/jellyfin/18.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/jellyfin/18.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/jellyfin/18.2.0/ix_values.yaml b/stable/jellyfin/18.2.0/ix_values.yaml deleted file mode 100644 index 717f6dadb86..00000000000 --- a/stable/jellyfin/18.2.0/ix_values.yaml +++ /dev/null @@ -1,98 +0,0 @@ -image: - repository: docker.io/jellyfin/jellyfin - pullPolicy: IfNotPresent - tag: 10.8.13@sha256:05a9734d7e83086b957c5b7a16cbb5a60b5bb8d113ffb953e57547359dd05140 -broadcastProxyImage: - repository: docker.io/alpine/socat - pullPolicy: IfNotPresent - tag: 1.8.0.0@sha256:87005603c6e9f55b400b6ddccadc788febab073b9f10bb8a34da296327c7a9be -service: - main: - ports: - main: - port: 8096 - targetPort: 8096 - autodiscovery: - enabled: true - ports: - autodiscovery: - enabled: true - protocol: udp - port: 7359 - targetPort: 7359 -persistence: - config: - enabled: true - mountPath: "/config" - cache: - enabled: true - mountPath: "/cache" - type: "emptyDir" - transcode: - enabled: true - mountPath: "/config/transcodes" - type: "emptyDir" -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false -workload: - main: - podSpec: - containers: - main: - env: - JELLYFIN_PublishedServerUrl: "{{ $.Values.chartContext.appUrl }}" - broadcastproxy: - enabled: false - type: DaemonSet - podSpec: - hostNetwork: true - # Proxy doesn't seem to respect the TERM signal, so by default - # this ends up just hanging until the default grace period ends. - # This is unnecesary since this workload only proxies autodiscovery - # messages. - terminationGracePeriodSeconds: 3 - containers: - broadcastproxy: - enabled: true - primary: true - imageSelector: broadcastProxyImage - securityContext: - readOnlyRootFilesystem: true - command: ["/bin/sh"] - # Quite a lot going on here: - # - Resolve Jellyfin's autodiscovery service IP from its FQDN via getent hosts - # - Export the IP to `$TARGET_IP` - # - Check `$TARGET_IP` is not empty (so we can crash if it is - will help to detect templating errors) - # - Touch `/tmp/healty` to use with the readiness, liveness and startup probes - # - Start socat in proxy mode - # - On exit remove `/tmp/healthy` - args: - - "-c" - - 'export TARGET_IP=$(getent hosts ''{{ printf "%v-autodiscovery" (include "tc.v1.common.lib.chart.names.fullname" $) }}'' | awk ''{ print $1 }'') && [[ ! -z $TARGET_IP ]] && touch /tmp/healthy && socat UDP-LISTEN:7359,fork,reuseaddr,rcvbuf=8096 UDP4-SENDTO:${TARGET_IP}:7359,rcvbuf=8096 ; rm -rf /tmp/healthy' - probes: - readiness: - enabled: true - type: exec - command: - - cat - - /tmp/healthy - liveness: - enabled: true - type: exec - command: - - cat - - /tmp/healthy - startup: - enabled: true - type: exec - command: - - cat - - /tmp/healthy -# -- enable Jellyfin autodiscovery on LAN -autodiscovery: - enabled: false -updated: true diff --git a/stable/jelu/5.2.0/.helmignore b/stable/jellyfin/18.3.0/.helmignore similarity index 100% rename from stable/jelu/5.2.0/.helmignore rename to stable/jellyfin/18.3.0/.helmignore diff --git a/stable/jellyfin/18.3.0/CHANGELOG.md b/stable/jellyfin/18.3.0/CHANGELOG.md new file mode 100644 index 00000000000..301ba112981 --- /dev/null +++ b/stable/jellyfin/18.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [jellyfin-18.3.0](https://github.com/truecharts/charts/compare/jellyfin-18.2.4...jellyfin-18.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [jellyfin-18.2.4](https://github.com/truecharts/charts/compare/jellyfin-18.2.3...jellyfin-18.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [jellyfin-18.2.3](https://github.com/truecharts/charts/compare/jellyfin-18.2.1...jellyfin-18.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + + + +## [jellyfin-17.1.18](https://github.com/truecharts/charts/compare/jellyfin-17.1.17...jellyfin-17.1.18) (2024-02-12) + +### Chore + + + +- update container image docker.io/alpine/socat to 1.8.0.0[@74e6801](https://github.com/74e6801) by renovate ([#18039](https://github.com/truecharts/charts/issues/18039)) + + +## [jellyfin-17.1.17](https://github.com/truecharts/charts/compare/jellyfin-17.1.16...jellyfin-17.1.17) (2024-02-05) + +### Chore + + + +- update container image docker.io/alpine/socat to 1.8.0.0[@8bbbacd](https://github.com/8bbbacd) by renovate ([#17827](https://github.com/truecharts/charts/issues/17827)) + + +## [jellyfin-17.1.16](https://github.com/truecharts/charts/compare/jellyfin-17.1.15...jellyfin-17.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [jellyfin-17.1.15](https://github.com/truecharts/charts/compare/jellyfin-17.1.14...jellyfin-17.1.15) (2024-01-29) + +### Chore + + + +- update container image docker.io/alpine/socat to 1.8.0.0[@9be350f](https://github.com/9be350f) by renovate ([#17587](https://github.com/truecharts/charts/issues/17587)) + + +## [jellyfin-17.1.14](https://github.com/truecharts/charts/compare/jellyfin-17.1.13...jellyfin-17.1.14) (2024-01-26) \ No newline at end of file diff --git a/stable/jellyfin/18.3.0/Chart.yaml b/stable/jellyfin/18.3.0/Chart.yaml new file mode 100644 index 00000000000..891ded37e2a --- /dev/null +++ b/stable/jellyfin/18.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 10.8.13 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Jellyfin is a Free Software Media System +home: https://truecharts.org/charts/stable/jellyfin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellyfin.png +keywords: + - jellyfin + - plex + - emby +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jellyfin +sources: + - https://github.com/jellyfin/jellyfin + - https://github.com/truecharts/charts/tree/master/charts/stable/jellyfin + - https://hub.docker.com/r/jellyfin/jellyfin + - https://hub.docker.com/r/alpine/socat +type: application +version: 18.3.0 diff --git a/stable/jellyfin/18.2.0/README.md b/stable/jellyfin/18.3.0/README.md similarity index 100% rename from stable/jellyfin/18.2.0/README.md rename to stable/jellyfin/18.3.0/README.md diff --git a/stable/jellyfin/18.3.0/app-changelog.md b/stable/jellyfin/18.3.0/app-changelog.md new file mode 100644 index 00000000000..125b83570bf --- /dev/null +++ b/stable/jellyfin/18.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [jellyfin-18.3.0](https://github.com/truecharts/charts/compare/jellyfin-18.2.4...jellyfin-18.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/jellyfin/18.2.0/app-readme.md b/stable/jellyfin/18.3.0/app-readme.md similarity index 100% rename from stable/jellyfin/18.2.0/app-readme.md rename to stable/jellyfin/18.3.0/app-readme.md diff --git a/stable/jellyfin/18.3.0/charts/common-18.2.0.tgz b/stable/jellyfin/18.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/jellyfin/18.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/jellyfin/18.3.0/ix_values.yaml b/stable/jellyfin/18.3.0/ix_values.yaml new file mode 100644 index 00000000000..5a8bb8331ad --- /dev/null +++ b/stable/jellyfin/18.3.0/ix_values.yaml @@ -0,0 +1,98 @@ +image: + repository: docker.io/jellyfin/jellyfin + pullPolicy: IfNotPresent + tag: 10.8.13@sha256:05a9734d7e83086b957c5b7a16cbb5a60b5bb8d113ffb953e57547359dd05140 +broadcastProxyImage: + repository: docker.io/alpine/socat + pullPolicy: IfNotPresent + tag: 1.8.0.0@sha256:bf84c5bf4ffc9d50c4617f1708762ff9602b3439b4dd3380d5340d73020d38c4 +service: + main: + ports: + main: + port: 8096 + targetPort: 8096 + autodiscovery: + enabled: true + ports: + autodiscovery: + enabled: true + protocol: udp + port: 7359 + targetPort: 7359 +persistence: + config: + enabled: true + mountPath: "/config" + cache: + enabled: true + mountPath: "/cache" + type: "emptyDir" + transcode: + enabled: true + mountPath: "/config/transcodes" + type: "emptyDir" +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false +workload: + main: + podSpec: + containers: + main: + env: + JELLYFIN_PublishedServerUrl: "{{ $.Values.chartContext.appUrl }}" + broadcastproxy: + enabled: false + type: DaemonSet + podSpec: + hostNetwork: true + # Proxy doesn't seem to respect the TERM signal, so by default + # this ends up just hanging until the default grace period ends. + # This is unnecesary since this workload only proxies autodiscovery + # messages. + terminationGracePeriodSeconds: 3 + containers: + broadcastproxy: + enabled: true + primary: true + imageSelector: broadcastProxyImage + securityContext: + readOnlyRootFilesystem: true + command: ["/bin/sh"] + # Quite a lot going on here: + # - Resolve Jellyfin's autodiscovery service IP from its FQDN via getent hosts + # - Export the IP to `$TARGET_IP` + # - Check `$TARGET_IP` is not empty (so we can crash if it is - will help to detect templating errors) + # - Touch `/tmp/healty` to use with the readiness, liveness and startup probes + # - Start socat in proxy mode + # - On exit remove `/tmp/healthy` + args: + - "-c" + - 'export TARGET_IP=$(getent hosts ''{{ printf "%v-autodiscovery" (include "tc.v1.common.lib.chart.names.fullname" $) }}'' | awk ''{ print $1 }'') && [[ ! -z $TARGET_IP ]] && touch /tmp/healthy && socat UDP-LISTEN:7359,fork,reuseaddr,rcvbuf=8096 UDP4-SENDTO:${TARGET_IP}:7359,rcvbuf=8096 ; rm -rf /tmp/healthy' + probes: + readiness: + enabled: true + type: exec + command: + - cat + - /tmp/healthy + liveness: + enabled: true + type: exec + command: + - cat + - /tmp/healthy + startup: + enabled: true + type: exec + command: + - cat + - /tmp/healthy +# -- enable Jellyfin autodiscovery on LAN +autodiscovery: + enabled: false +updated: true diff --git a/stable/jellyfin/18.2.0/questions.yaml b/stable/jellyfin/18.3.0/questions.yaml similarity index 100% rename from stable/jellyfin/18.2.0/questions.yaml rename to stable/jellyfin/18.3.0/questions.yaml diff --git a/stable/jenkins/7.3.0/templates/NOTES.txt b/stable/jellyfin/18.3.0/templates/NOTES.txt similarity index 100% rename from stable/jenkins/7.3.0/templates/NOTES.txt rename to stable/jellyfin/18.3.0/templates/NOTES.txt diff --git a/stable/jellyfin/18.2.0/templates/common.yaml b/stable/jellyfin/18.3.0/templates/common.yaml similarity index 100% rename from stable/jellyfin/18.2.0/templates/common.yaml rename to stable/jellyfin/18.3.0/templates/common.yaml diff --git a/stable/jelu/5.2.0/values.yaml b/stable/jellyfin/18.3.0/values.yaml similarity index 100% rename from stable/jelu/5.2.0/values.yaml rename to stable/jellyfin/18.3.0/values.yaml diff --git a/stable/jellyseerr/9.1.3/CHANGELOG.md b/stable/jellyseerr/9.1.3/CHANGELOG.md deleted file mode 100644 index d5e0f7ea87d..00000000000 --- a/stable/jellyseerr/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [jellyseerr-8.1.11](https://github.com/truecharts/charts/compare/jellyseerr-8.1.10...jellyseerr-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [jellyseerr-8.1.10](https://github.com/truecharts/charts/compare/jellyseerr-8.1.9...jellyseerr-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [jellyseerr-8.1.9](https://github.com/truecharts/charts/compare/jellyseerr-8.1.8...jellyseerr-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [jellyseerr-8.1.8](https://github.com/truecharts/charts/compare/jellyseerr-8.1.7...jellyseerr-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [jellyseerr-8.1.7](https://github.com/truecharts/charts/compare/jellyseerr-8.1.6...jellyseerr-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [jellyseerr-8.1.6](https://github.com/truecharts/charts/compare/jellyseerr-8.1.5...jellyseerr-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [jellyseerr-8.1.5](https://github.com/truecharts/charts/compare/jellyseerr-8.1.4...jellyseerr-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [jellyseerr-8.1.4](https://github.com/truecharts/charts/compare/jellyseerr-8.1.3...jellyseerr-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [jellyseerr-8.1.3](https://github.com/truecharts/charts/compare/jellyseerr-8.1.0...jellyseerr-8.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/jellyseerr/9.1.3/Chart.yaml b/stable/jellyseerr/9.1.3/Chart.yaml deleted file mode 100644 index a2d10028e2b..00000000000 --- a/stable/jellyseerr/9.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.7.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Jellyseerr is a fork of Overseerr with support for Jellyfin and Emby. It can be used to manage requests for your media library. -home: https://truecharts.org/charts/stable/jellyseerr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellyseerr.png -keywords: - - jellyseerr -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: jellyseerr -sources: - - https://github.com/Fallenbagel/jellyseerr - - https://github.com/truecharts/charts/tree/master/charts/stable/jellyseerr - - https://hub.docker.com/r/fallenbagel/jellyseerr -type: application -version: 9.1.3 diff --git a/stable/jellyseerr/9.1.3/charts/common-18.0.3.tgz b/stable/jellyseerr/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/jellyseerr/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/jenkins/7.3.0/.helmignore b/stable/jellyseerr/9.3.0/.helmignore similarity index 100% rename from stable/jenkins/7.3.0/.helmignore rename to stable/jellyseerr/9.3.0/.helmignore diff --git a/stable/jellyseerr/9.3.0/CHANGELOG.md b/stable/jellyseerr/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..d8320ce190b --- /dev/null +++ b/stable/jellyseerr/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [jellyseerr-9.3.0](https://github.com/truecharts/charts/compare/jellyseerr-9.2.3...jellyseerr-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [jellyseerr-9.2.3](https://github.com/truecharts/charts/compare/jellyseerr-9.2.2...jellyseerr-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [jellyseerr-9.2.2](https://github.com/truecharts/charts/compare/jellyseerr-9.2.0...jellyseerr-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [jellyseerr-8.1.11](https://github.com/truecharts/charts/compare/jellyseerr-8.1.10...jellyseerr-8.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [jellyseerr-8.1.10](https://github.com/truecharts/charts/compare/jellyseerr-8.1.9...jellyseerr-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [jellyseerr-8.1.9](https://github.com/truecharts/charts/compare/jellyseerr-8.1.8...jellyseerr-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [jellyseerr-8.1.8](https://github.com/truecharts/charts/compare/jellyseerr-8.1.7...jellyseerr-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [jellyseerr-8.1.7](https://github.com/truecharts/charts/compare/jellyseerr-8.1.6...jellyseerr-8.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [jellyseerr-8.1.6](https://github.com/truecharts/charts/compare/jellyseerr-8.1.5...jellyseerr-8.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/jellyseerr/9.3.0/Chart.yaml b/stable/jellyseerr/9.3.0/Chart.yaml new file mode 100644 index 00000000000..b43e7f7b1a9 --- /dev/null +++ b/stable/jellyseerr/9.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.7.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Jellyseerr is a fork of Overseerr with support for Jellyfin and Emby. It can be used to manage requests for your media library. +home: https://truecharts.org/charts/stable/jellyseerr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellyseerr.png +keywords: + - jellyseerr +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jellyseerr +sources: + - https://github.com/Fallenbagel/jellyseerr + - https://github.com/truecharts/charts/tree/master/charts/stable/jellyseerr + - https://hub.docker.com/r/fallenbagel/jellyseerr +type: application +version: 9.3.0 diff --git a/stable/jellyseerr/9.1.3/README.md b/stable/jellyseerr/9.3.0/README.md similarity index 100% rename from stable/jellyseerr/9.1.3/README.md rename to stable/jellyseerr/9.3.0/README.md diff --git a/stable/jellyseerr/9.3.0/app-changelog.md b/stable/jellyseerr/9.3.0/app-changelog.md new file mode 100644 index 00000000000..5270ad1a249 --- /dev/null +++ b/stable/jellyseerr/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [jellyseerr-9.3.0](https://github.com/truecharts/charts/compare/jellyseerr-9.2.3...jellyseerr-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/jellyseerr/9.1.3/app-readme.md b/stable/jellyseerr/9.3.0/app-readme.md similarity index 100% rename from stable/jellyseerr/9.1.3/app-readme.md rename to stable/jellyseerr/9.3.0/app-readme.md diff --git a/stable/jellyseerr/9.3.0/charts/common-18.2.0.tgz b/stable/jellyseerr/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/jellyseerr/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/jellyseerr/9.1.3/ix_values.yaml b/stable/jellyseerr/9.3.0/ix_values.yaml similarity index 100% rename from stable/jellyseerr/9.1.3/ix_values.yaml rename to stable/jellyseerr/9.3.0/ix_values.yaml diff --git a/stable/jellyseerr/9.1.3/questions.yaml b/stable/jellyseerr/9.3.0/questions.yaml similarity index 100% rename from stable/jellyseerr/9.1.3/questions.yaml rename to stable/jellyseerr/9.3.0/questions.yaml diff --git a/stable/jupyter/8.1.3/templates/NOTES.txt b/stable/jellyseerr/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/jupyter/8.1.3/templates/NOTES.txt rename to stable/jellyseerr/9.3.0/templates/NOTES.txt diff --git a/stable/kanboard/16.1.3/templates/common.yaml b/stable/jellyseerr/9.3.0/templates/common.yaml similarity index 100% rename from stable/kanboard/16.1.3/templates/common.yaml rename to stable/jellyseerr/9.3.0/templates/common.yaml diff --git a/stable/jenkins/7.3.0/values.yaml b/stable/jellyseerr/9.3.0/values.yaml similarity index 100% rename from stable/jenkins/7.3.0/values.yaml rename to stable/jellyseerr/9.3.0/values.yaml diff --git a/stable/jellystat/3.1.3/CHANGELOG.md b/stable/jellystat/3.1.3/CHANGELOG.md deleted file mode 100644 index be9ce06e4bd..00000000000 --- a/stable/jellystat/3.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [jellystat-2.1.11](https://github.com/truecharts/charts/compare/jellystat-2.1.10...jellystat-2.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [jellystat-2.1.10](https://github.com/truecharts/charts/compare/jellystat-2.1.9...jellystat-2.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [jellystat-2.1.9](https://github.com/truecharts/charts/compare/jellystat-2.1.8...jellystat-2.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [jellystat-2.1.8](https://github.com/truecharts/charts/compare/jellystat-2.1.7...jellystat-2.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [jellystat-2.1.7](https://github.com/truecharts/charts/compare/jellystat-2.1.6...jellystat-2.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [jellystat-2.1.6](https://github.com/truecharts/charts/compare/jellystat-2.1.5...jellystat-2.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [jellystat-2.1.5](https://github.com/truecharts/charts/compare/jellystat-2.1.4...jellystat-2.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [jellystat-2.1.4](https://github.com/truecharts/charts/compare/jellystat-2.1.3...jellystat-2.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [jellystat-2.1.3](https://github.com/truecharts/charts/compare/jellystat-2.1.0...jellystat-2.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/jellystat/3.1.3/Chart.yaml b/stable/jellystat/3.1.3/Chart.yaml deleted file mode 100644 index 1e88ebcd61b..00000000000 --- a/stable/jellystat/3.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: statistics - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A free and open source Statistics App for Jellyfin. -home: https://truecharts.org/charts/stable/jellystat -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellystat.png -keywords: - - jellystat - - jellyfin -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: jellystat -sources: - - https://github.com/CyferShepard/Jellystat - - https://github.com/truecharts/charts/tree/master/charts/stable/jellystat - - https://hub.docker.com/r/cyfershepard/jellystat -type: application -version: 3.1.3 diff --git a/stable/jellystat/3.1.3/charts/common-18.0.3.tgz b/stable/jellystat/3.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/jellystat/3.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/jellystat/3.1.3/questions.yaml b/stable/jellystat/3.1.3/questions.yaml deleted file mode 100755 index 3a1455addb3..00000000000 --- a/stable/jellystat/3.1.3/questions.yaml +++ /dev/null @@ -1,3313 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Service - description: The Primary service on which the Minecraft Server runs on - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Service Port Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 10681 - required: true - - variable: ws - label: WebSocket Service Port Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 10682 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: backup - label: App Backup Storage - description: Stores the Application Backup. - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/jmzhomeproxy/5.1.3/.helmignore b/stable/jellystat/3.3.0/.helmignore similarity index 100% rename from stable/jmzhomeproxy/5.1.3/.helmignore rename to stable/jellystat/3.3.0/.helmignore diff --git a/stable/jellystat/3.3.0/CHANGELOG.md b/stable/jellystat/3.3.0/CHANGELOG.md new file mode 100644 index 00000000000..ce63db1b87c --- /dev/null +++ b/stable/jellystat/3.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [jellystat-3.3.0](https://github.com/truecharts/charts/compare/jellystat-3.2.3...jellystat-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [jellystat-3.2.3](https://github.com/truecharts/charts/compare/jellystat-3.2.2...jellystat-3.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [jellystat-3.2.2](https://github.com/truecharts/charts/compare/jellystat-3.2.0...jellystat-3.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [jellystat-2.1.11](https://github.com/truecharts/charts/compare/jellystat-2.1.10...jellystat-2.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [jellystat-2.1.10](https://github.com/truecharts/charts/compare/jellystat-2.1.9...jellystat-2.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [jellystat-2.1.9](https://github.com/truecharts/charts/compare/jellystat-2.1.8...jellystat-2.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [jellystat-2.1.8](https://github.com/truecharts/charts/compare/jellystat-2.1.7...jellystat-2.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [jellystat-2.1.7](https://github.com/truecharts/charts/compare/jellystat-2.1.6...jellystat-2.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [jellystat-2.1.6](https://github.com/truecharts/charts/compare/jellystat-2.1.5...jellystat-2.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/jellystat/3.3.0/Chart.yaml b/stable/jellystat/3.3.0/Chart.yaml new file mode 100644 index 00000000000..fa03459c972 --- /dev/null +++ b/stable/jellystat/3.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: statistics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A free and open source Statistics App for Jellyfin. +home: https://truecharts.org/charts/stable/jellystat +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellystat.png +keywords: + - jellystat + - jellyfin +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jellystat +sources: + - https://github.com/CyferShepard/Jellystat + - https://github.com/truecharts/charts/tree/master/charts/stable/jellystat + - https://hub.docker.com/r/cyfershepard/jellystat +type: application +version: 3.3.0 diff --git a/stable/jellystat/3.1.3/README.md b/stable/jellystat/3.3.0/README.md similarity index 100% rename from stable/jellystat/3.1.3/README.md rename to stable/jellystat/3.3.0/README.md diff --git a/stable/jellystat/3.3.0/app-changelog.md b/stable/jellystat/3.3.0/app-changelog.md new file mode 100644 index 00000000000..fcc322198ae --- /dev/null +++ b/stable/jellystat/3.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [jellystat-3.3.0](https://github.com/truecharts/charts/compare/jellystat-3.2.3...jellystat-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/jellystat/3.1.3/app-readme.md b/stable/jellystat/3.3.0/app-readme.md similarity index 100% rename from stable/jellystat/3.1.3/app-readme.md rename to stable/jellystat/3.3.0/app-readme.md diff --git a/stable/jellystat/3.3.0/charts/common-18.2.0.tgz b/stable/jellystat/3.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/jellystat/3.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/jellystat/3.1.3/ix_values.yaml b/stable/jellystat/3.3.0/ix_values.yaml similarity index 100% rename from stable/jellystat/3.1.3/ix_values.yaml rename to stable/jellystat/3.3.0/ix_values.yaml diff --git a/stable/jellystat/3.3.0/questions.yaml b/stable/jellystat/3.3.0/questions.yaml new file mode 100755 index 00000000000..d508d81b10d --- /dev/null +++ b/stable/jellystat/3.3.0/questions.yaml @@ -0,0 +1,3271 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Service + description: The Primary service on which the Minecraft Server runs on + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 10681 + required: true + - variable: ws + label: WebSocket Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 10682 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: backup + label: App Backup Storage + description: Stores the Application Backup. + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/kanboard/16.1.3/templates/NOTES.txt b/stable/jellystat/3.3.0/templates/NOTES.txt similarity index 100% rename from stable/kanboard/16.1.3/templates/NOTES.txt rename to stable/jellystat/3.3.0/templates/NOTES.txt diff --git a/stable/jellystat/3.1.3/templates/_secrets.tpl b/stable/jellystat/3.3.0/templates/_secrets.tpl similarity index 100% rename from stable/jellystat/3.1.3/templates/_secrets.tpl rename to stable/jellystat/3.3.0/templates/_secrets.tpl diff --git a/stable/jellystat/3.1.3/templates/common.yaml b/stable/jellystat/3.3.0/templates/common.yaml similarity index 100% rename from stable/jellystat/3.1.3/templates/common.yaml rename to stable/jellystat/3.3.0/templates/common.yaml diff --git a/stable/jmzhomeproxy/5.1.3/values.yaml b/stable/jellystat/3.3.0/values.yaml similarity index 100% rename from stable/jmzhomeproxy/5.1.3/values.yaml rename to stable/jellystat/3.3.0/values.yaml diff --git a/stable/jelu/5.2.0/CHANGELOG.md b/stable/jelu/5.2.0/CHANGELOG.md deleted file mode 100644 index e138d80dd1d..00000000000 --- a/stable/jelu/5.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [jelu-4.1.15](https://github.com/truecharts/charts/compare/jelu-4.1.14...jelu-4.1.15) (2024-02-12) - -### Chore - - - -- update container image wabayang/jelu to latest[@168ffa0](https://github.com/168ffa0) by renovate ([#18113](https://github.com/truecharts/charts/issues/18113)) - - -## [jelu-4.1.14](https://github.com/truecharts/charts/compare/jelu-4.1.13...jelu-4.1.14) (2024-02-05) - -### Chore - - - -- update container image wabayang/jelu to latest[@8358e88](https://github.com/8358e88) by renovate ([#17897](https://github.com/truecharts/charts/issues/17897)) - - -## [jelu-4.1.13](https://github.com/truecharts/charts/compare/jelu-4.1.12...jelu-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [jelu-4.1.12](https://github.com/truecharts/charts/compare/jelu-4.1.11...jelu-4.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [jelu-4.1.11](https://github.com/truecharts/charts/compare/jelu-4.1.10...jelu-4.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [jelu-4.1.10](https://github.com/truecharts/charts/compare/jelu-4.1.9...jelu-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [jelu-4.1.9](https://github.com/truecharts/charts/compare/jelu-4.1.8...jelu-4.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [jelu-4.1.8](https://github.com/truecharts/charts/compare/jelu-4.1.7...jelu-4.1.8) (2024-01-15) - -### Chore - - - -- update container image wabayang/jelu to latest[@7bd27ae](https://github.com/7bd27ae) by renovate ([#17242](https://github.com/truecharts/charts/issues/17242)) - - - - -## [jelu-4.1.7](https://github.com/truecharts/charts/compare/jelu-4.1.6...jelu-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) diff --git a/stable/jelu/5.2.0/Chart.yaml b/stable/jelu/5.2.0/Chart.yaml deleted file mode 100644 index 3b24c7488d1..00000000000 --- a/stable/jelu/5.2.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaApp-Books - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Track what you have read, what you are reading and what you want to read. -home: https://truecharts.org/charts/stable/jelu -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jelu.png -keywords: - - jelu - - MediaApp-Books -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: jelu -sources: - - https://github.com/bayang/jelu - - https://github.com/truecharts/charts/tree/master/charts/stable/jelu - - https://hub.docker.com/r/wabayang/jelu -type: application -version: 5.2.0 diff --git a/stable/jelu/5.2.0/charts/common-18.1.2.tgz b/stable/jelu/5.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/jelu/5.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/jelu/5.2.0/ix_values.yaml b/stable/jelu/5.2.0/ix_values.yaml deleted file mode 100644 index f21c0c27007..00000000000 --- a/stable/jelu/5.2.0/ix_values.yaml +++ /dev/null @@ -1,32 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: wabayang/jelu - tag: latest@sha256:168ffa070b1b5f6c29dfa3785c40c6ae7572accc4d910aff2834b57deff0eb59 -persistence: - config: - enabled: true - mountPath: /config - databasepath: - enabled: true - mountPath: /database - imagespath: - enabled: true - mountPath: /files/images - importspath: - enabled: true - mountPath: /files/imports -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 11111 - protocol: tcp - targetPort: 11111 diff --git a/stable/joplin-server/17.1.3/.helmignore b/stable/jelu/5.3.0/.helmignore similarity index 100% rename from stable/joplin-server/17.1.3/.helmignore rename to stable/jelu/5.3.0/.helmignore diff --git a/stable/jelu/5.3.0/CHANGELOG.md b/stable/jelu/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..a90b3c88638 --- /dev/null +++ b/stable/jelu/5.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [jelu-5.3.0](https://github.com/truecharts/charts/compare/jelu-5.2.4...jelu-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [jelu-5.2.4](https://github.com/truecharts/charts/compare/jelu-5.2.3...jelu-5.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [jelu-5.2.3](https://github.com/truecharts/charts/compare/jelu-5.2.1...jelu-5.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [jelu-4.1.15](https://github.com/truecharts/charts/compare/jelu-4.1.14...jelu-4.1.15) (2024-02-12) + +### Chore + + + +- update container image wabayang/jelu to latest[@168ffa0](https://github.com/168ffa0) by renovate ([#18113](https://github.com/truecharts/charts/issues/18113)) + + +## [jelu-4.1.14](https://github.com/truecharts/charts/compare/jelu-4.1.13...jelu-4.1.14) (2024-02-05) + +### Chore + + + +- update container image wabayang/jelu to latest[@8358e88](https://github.com/8358e88) by renovate ([#17897](https://github.com/truecharts/charts/issues/17897)) + + +## [jelu-4.1.13](https://github.com/truecharts/charts/compare/jelu-4.1.12...jelu-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [jelu-4.1.12](https://github.com/truecharts/charts/compare/jelu-4.1.11...jelu-4.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [jelu-4.1.11](https://github.com/truecharts/charts/compare/jelu-4.1.10...jelu-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [jelu-4.1.10](https://github.com/truecharts/charts/compare/jelu-4.1.9...jelu-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) \ No newline at end of file diff --git a/stable/jelu/5.3.0/Chart.yaml b/stable/jelu/5.3.0/Chart.yaml new file mode 100644 index 00000000000..838057fefd6 --- /dev/null +++ b/stable/jelu/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Books + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Track what you have read, what you are reading and what you want to read. +home: https://truecharts.org/charts/stable/jelu +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jelu.png +keywords: + - jelu + - MediaApp-Books +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jelu +sources: + - https://github.com/bayang/jelu + - https://github.com/truecharts/charts/tree/master/charts/stable/jelu + - https://hub.docker.com/r/wabayang/jelu +type: application +version: 5.3.0 diff --git a/stable/jelu/5.2.0/README.md b/stable/jelu/5.3.0/README.md similarity index 100% rename from stable/jelu/5.2.0/README.md rename to stable/jelu/5.3.0/README.md diff --git a/stable/jelu/5.3.0/app-changelog.md b/stable/jelu/5.3.0/app-changelog.md new file mode 100644 index 00000000000..d5049de7b55 --- /dev/null +++ b/stable/jelu/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [jelu-5.3.0](https://github.com/truecharts/charts/compare/jelu-5.2.4...jelu-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/jelu/5.2.0/app-readme.md b/stable/jelu/5.3.0/app-readme.md similarity index 100% rename from stable/jelu/5.2.0/app-readme.md rename to stable/jelu/5.3.0/app-readme.md diff --git a/stable/jelu/5.3.0/charts/common-18.2.0.tgz b/stable/jelu/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/jelu/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/jelu/5.3.0/ix_values.yaml b/stable/jelu/5.3.0/ix_values.yaml new file mode 100644 index 00000000000..0aa8f2b519b --- /dev/null +++ b/stable/jelu/5.3.0/ix_values.yaml @@ -0,0 +1,32 @@ +image: + pullPolicy: IfNotPresent + repository: wabayang/jelu + tag: latest@sha256:a08777e7046438379478496e942730dc413024822e0c08086df16e51b9658722 +persistence: + config: + enabled: true + mountPath: /config + databasepath: + enabled: true + mountPath: /database + imagespath: + enabled: true + mountPath: /files/images + importspath: + enabled: true + mountPath: /files/imports +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 11111 + protocol: tcp + targetPort: 11111 diff --git a/stable/jelu/5.2.0/questions.yaml b/stable/jelu/5.3.0/questions.yaml similarity index 100% rename from stable/jelu/5.2.0/questions.yaml rename to stable/jelu/5.3.0/questions.yaml diff --git a/stable/jelu/5.2.0/templates/common.yaml b/stable/jelu/5.3.0/templates/common.yaml similarity index 100% rename from stable/jelu/5.2.0/templates/common.yaml rename to stable/jelu/5.3.0/templates/common.yaml diff --git a/stable/joplin-server/17.1.3/values.yaml b/stable/jelu/5.3.0/values.yaml similarity index 100% rename from stable/joplin-server/17.1.3/values.yaml rename to stable/jelu/5.3.0/values.yaml diff --git a/stable/jenkins/7.3.0/CHANGELOG.md b/stable/jenkins/7.3.0/CHANGELOG.md deleted file mode 100644 index 50a46c349f3..00000000000 --- a/stable/jenkins/7.3.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - -## [jenkins-6.8.0](https://github.com/truecharts/charts/compare/jenkins-6.7.1...jenkins-6.8.0) (2024-02-12) - -### Chore - - - -- update container image jenkins/jenkins to v2.444-jdk17[@b3cf5b1](https://github.com/b3cf5b1) by renovate ([#18193](https://github.com/truecharts/charts/issues/18193)) - - -## [jenkins-6.7.1](https://github.com/truecharts/charts/compare/jenkins-6.7.0...jenkins-6.7.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [jenkins-6.7.0](https://github.com/truecharts/charts/compare/jenkins-6.6.1...jenkins-6.7.0) (2024-01-31) - -### Chore - - - -- update container image jenkins/jenkins to v2.443-jdk17[@348d269](https://github.com/348d269) by renovate ([#17763](https://github.com/truecharts/charts/issues/17763)) - - -## [jenkins-6.6.1](https://github.com/truecharts/charts/compare/jenkins-6.6.0...jenkins-6.6.1) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [jenkins-6.6.0](https://github.com/truecharts/charts/compare/jenkins-6.5.3...jenkins-6.6.0) (2024-01-26) - -### Chore - - - -- update container image jenkins/jenkins to v2.442-jdk17[@9ab4468](https://github.com/9ab4468) by renovate ([#17552](https://github.com/truecharts/charts/issues/17552)) - - -## [jenkins-6.5.3](https://github.com/truecharts/charts/compare/jenkins-6.5.2...jenkins-6.5.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [jenkins-6.5.2](https://github.com/truecharts/charts/compare/jenkins-6.5.1...jenkins-6.5.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [jenkins-6.5.1](https://github.com/truecharts/charts/compare/jenkins-6.5.0...jenkins-6.5.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [jenkins-6.5.0](https://github.com/truecharts/charts/compare/jenkins-6.4.0...jenkins-6.5.0) (2024-01-19) - -### Chore - - - -- update container image jenkins/jenkins to v2.441-jdk17[@01e66c7](https://github.com/01e66c7) by renovate ([#17308](https://github.com/truecharts/charts/issues/17308)) diff --git a/stable/jenkins/7.3.0/Chart.yaml b/stable/jenkins/7.3.0/Chart.yaml deleted file mode 100644 index 4a95d07f997..00000000000 --- a/stable/jenkins/7.3.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.446.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The gold standard in devops tools for running CI/CD pipelines. -home: https://truecharts.org/charts/stable/jenkins -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jenkins.png -keywords: - - jenkins - - productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: jenkins -sources: - - https://github.com/jenkinsci/docker - - https://github.com/truecharts/charts/tree/master/charts/stable/jenkins - - https://hub.docker.com/r/jenkins/jenkins -type: application -version: 7.3.0 diff --git a/stable/jenkins/7.3.0/charts/common-18.1.2.tgz b/stable/jenkins/7.3.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/jenkins/7.3.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/jenkins/7.3.0/ix_values.yaml b/stable/jenkins/7.3.0/ix_values.yaml deleted file mode 100644 index b20ba3e6fbc..00000000000 --- a/stable/jenkins/7.3.0/ix_values.yaml +++ /dev/null @@ -1,54 +0,0 @@ -image: - repository: jenkins/jenkins - pullPolicy: IfNotPresent - tag: 2.446-jdk17@sha256:daf90b4998f6438818aed9d2d8e6d03be91bfe0a2d3731ddd7c56f25b4d857a6 -security: - container: - runAsGroup: 1000 - runAsUser: 1000 - pod: - fsGroup: 1000 -# securityContext: -# readOnlyRootFilesystem: false -jenkins: - java_opts: [] - jenkins_opts: [] - jenkins_java_opts: [] - plugins_force_upgrade: false - upgrade_if_no_marker: false -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - path: /login - readiness: - type: http - path: /login - startup: - type: tcp - envFrom: - - secretRef: - name: "jenkins-secret" -service: - main: - ports: - main: - protocol: http - port: 10280 - agent: - enabled: true - ports: - agent: - enabled: true - port: 50000 -persistence: - data: - enabled: true - mountPath: /var/jenkins_home -portal: - open: - enabled: true diff --git a/stable/jupyter/8.1.3/.helmignore b/stable/jenkins/7.5.0/.helmignore similarity index 100% rename from stable/jupyter/8.1.3/.helmignore rename to stable/jenkins/7.5.0/.helmignore diff --git a/stable/jenkins/7.5.0/CHANGELOG.md b/stable/jenkins/7.5.0/CHANGELOG.md new file mode 100644 index 00000000000..2a15fd4fc1f --- /dev/null +++ b/stable/jenkins/7.5.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [jenkins-7.5.0](https://github.com/truecharts/charts/compare/jenkins-7.4.3...jenkins-7.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [jenkins-7.4.3](https://github.com/truecharts/charts/compare/jenkins-7.4.2...jenkins-7.4.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [jenkins-7.4.2](https://github.com/truecharts/charts/compare/jenkins-7.4.0...jenkins-7.4.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + +## [jenkins-6.8.0](https://github.com/truecharts/charts/compare/jenkins-6.7.1...jenkins-6.8.0) (2024-02-12) + +### Chore + + + +- update container image jenkins/jenkins to v2.444-jdk17[@b3cf5b1](https://github.com/b3cf5b1) by renovate ([#18193](https://github.com/truecharts/charts/issues/18193)) + + +## [jenkins-6.7.1](https://github.com/truecharts/charts/compare/jenkins-6.7.0...jenkins-6.7.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [jenkins-6.7.0](https://github.com/truecharts/charts/compare/jenkins-6.6.1...jenkins-6.7.0) (2024-01-31) + +### Chore + + + +- update container image jenkins/jenkins to v2.443-jdk17[@348d269](https://github.com/348d269) by renovate ([#17763](https://github.com/truecharts/charts/issues/17763)) + + +## [jenkins-6.6.1](https://github.com/truecharts/charts/compare/jenkins-6.6.0...jenkins-6.6.1) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [jenkins-6.6.0](https://github.com/truecharts/charts/compare/jenkins-6.5.3...jenkins-6.6.0) (2024-01-26) + +### Chore + + + +- update container image jenkins/jenkins to v2.442-jdk17[@9ab4468](https://github.com/9ab4468) by renovate ([#17552](https://github.com/truecharts/charts/issues/17552)) + + +## [jenkins-6.5.3](https://github.com/truecharts/charts/compare/jenkins-6.5.2...jenkins-6.5.3) (2024-01-21) + +### Chore + diff --git a/stable/jenkins/7.5.0/Chart.yaml b/stable/jenkins/7.5.0/Chart.yaml new file mode 100644 index 00000000000..41fb20da6ac --- /dev/null +++ b/stable/jenkins/7.5.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.447.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The gold standard in devops tools for running CI/CD pipelines. +home: https://truecharts.org/charts/stable/jenkins +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jenkins.png +keywords: + - jenkins + - productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jenkins +sources: + - https://github.com/jenkinsci/docker + - https://github.com/truecharts/charts/tree/master/charts/stable/jenkins + - https://hub.docker.com/r/jenkins/jenkins +type: application +version: 7.5.0 diff --git a/stable/jenkins/7.3.0/README.md b/stable/jenkins/7.5.0/README.md similarity index 100% rename from stable/jenkins/7.3.0/README.md rename to stable/jenkins/7.5.0/README.md diff --git a/stable/jenkins/7.5.0/app-changelog.md b/stable/jenkins/7.5.0/app-changelog.md new file mode 100644 index 00000000000..f65f4aaf42a --- /dev/null +++ b/stable/jenkins/7.5.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [jenkins-7.5.0](https://github.com/truecharts/charts/compare/jenkins-7.4.3...jenkins-7.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/jenkins/7.3.0/app-readme.md b/stable/jenkins/7.5.0/app-readme.md similarity index 100% rename from stable/jenkins/7.3.0/app-readme.md rename to stable/jenkins/7.5.0/app-readme.md diff --git a/stable/jenkins/7.5.0/charts/common-18.2.0.tgz b/stable/jenkins/7.5.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/jenkins/7.5.0/charts/common-18.2.0.tgz differ diff --git a/stable/jenkins/7.5.0/ix_values.yaml b/stable/jenkins/7.5.0/ix_values.yaml new file mode 100644 index 00000000000..b86beefdc0d --- /dev/null +++ b/stable/jenkins/7.5.0/ix_values.yaml @@ -0,0 +1,54 @@ +image: + repository: jenkins/jenkins + pullPolicy: IfNotPresent + tag: 2.447-jdk17@sha256:f893c16500182ce990a2115e94779e604cf1444aa67ada3663857840965188a8 +security: + container: + runAsGroup: 1000 + runAsUser: 1000 + pod: + fsGroup: 1000 +# securityContext: +# readOnlyRootFilesystem: false +jenkins: + java_opts: [] + jenkins_opts: [] + jenkins_java_opts: [] + plugins_force_upgrade: false + upgrade_if_no_marker: false +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + path: /login + readiness: + type: http + path: /login + startup: + type: tcp + envFrom: + - secretRef: + name: "jenkins-secret" +service: + main: + ports: + main: + protocol: http + port: 10280 + agent: + enabled: true + ports: + agent: + enabled: true + port: 50000 +persistence: + data: + enabled: true + mountPath: /var/jenkins_home +portal: + open: + enabled: true diff --git a/stable/jenkins/7.3.0/questions.yaml b/stable/jenkins/7.5.0/questions.yaml similarity index 100% rename from stable/jenkins/7.3.0/questions.yaml rename to stable/jenkins/7.5.0/questions.yaml diff --git a/stable/kasm/8.1.3/templates/NOTES.txt b/stable/jenkins/7.5.0/templates/NOTES.txt similarity index 100% rename from stable/kasm/8.1.3/templates/NOTES.txt rename to stable/jenkins/7.5.0/templates/NOTES.txt diff --git a/stable/jenkins/7.3.0/templates/_secret.tpl b/stable/jenkins/7.5.0/templates/_secret.tpl similarity index 100% rename from stable/jenkins/7.3.0/templates/_secret.tpl rename to stable/jenkins/7.5.0/templates/_secret.tpl diff --git a/stable/jenkins/7.3.0/templates/common.yaml b/stable/jenkins/7.5.0/templates/common.yaml similarity index 100% rename from stable/jenkins/7.3.0/templates/common.yaml rename to stable/jenkins/7.5.0/templates/common.yaml diff --git a/stable/jupyter/8.1.3/values.yaml b/stable/jenkins/7.5.0/values.yaml similarity index 100% rename from stable/jupyter/8.1.3/values.yaml rename to stable/jenkins/7.5.0/values.yaml diff --git a/stable/jmzhomeproxy/5.1.3/CHANGELOG.md b/stable/jmzhomeproxy/5.1.3/CHANGELOG.md deleted file mode 100644 index 84edb07be09..00000000000 --- a/stable/jmzhomeproxy/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [jmzhomeproxy-4.1.11](https://github.com/truecharts/charts/compare/jmzhomeproxy-4.1.10...jmzhomeproxy-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [jmzhomeproxy-4.1.10](https://github.com/truecharts/charts/compare/jmzhomeproxy-4.1.9...jmzhomeproxy-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [jmzhomeproxy-4.1.9](https://github.com/truecharts/charts/compare/jmzhomeproxy-4.1.8...jmzhomeproxy-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [jmzhomeproxy-4.1.8](https://github.com/truecharts/charts/compare/jmzhomeproxy-4.1.7...jmzhomeproxy-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [jmzhomeproxy-4.1.7](https://github.com/truecharts/charts/compare/jmzhomeproxy-4.1.6...jmzhomeproxy-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [jmzhomeproxy-4.1.6](https://github.com/truecharts/charts/compare/jmzhomeproxy-4.1.5...jmzhomeproxy-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [jmzhomeproxy-4.1.5](https://github.com/truecharts/charts/compare/jmzhomeproxy-4.1.4...jmzhomeproxy-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [jmzhomeproxy-4.1.4](https://github.com/truecharts/charts/compare/jmzhomeproxy-4.1.3...jmzhomeproxy-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [jmzhomeproxy-4.1.3](https://github.com/truecharts/charts/compare/jmzhomeproxy-4.1.0...jmzhomeproxy-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/jmzhomeproxy/5.1.3/Chart.yaml b/stable/jmzhomeproxy/5.1.3/Chart.yaml deleted file mode 100644 index 3ccd3c8f39f..00000000000 --- a/stable/jmzhomeproxy/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Proxy is in quotes because I couldn't think of a better name. There is nothing overly special about this other than using it as a simple and easy to use dashboard for all your self-hosted services. -home: https://truecharts.org/charts/stable/jmzhomeproxy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jmzhomeproxy.png -keywords: - - jmzhomeproxy - - Cloud - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: jmzhomeproxy -sources: - - https://github.com/JmzTaylor/homelab_proxy/ - - https://github.com/truecharts/charts/tree/master/charts/stable/jmzhomeproxy - - https://hub.docker.com/r/jmzsoftware/jmzhomelabproxy -type: application -version: 5.1.3 diff --git a/stable/jmzhomeproxy/5.1.3/charts/common-18.0.3.tgz b/stable/jmzhomeproxy/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/jmzhomeproxy/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/kanboard/16.1.3/.helmignore b/stable/jmzhomeproxy/5.3.0/.helmignore similarity index 100% rename from stable/kanboard/16.1.3/.helmignore rename to stable/jmzhomeproxy/5.3.0/.helmignore diff --git a/stable/jmzhomeproxy/5.3.0/CHANGELOG.md b/stable/jmzhomeproxy/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..da24a12ce55 --- /dev/null +++ b/stable/jmzhomeproxy/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [jmzhomeproxy-5.3.0](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.2.3...jmzhomeproxy-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [jmzhomeproxy-5.2.3](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.2.2...jmzhomeproxy-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [jmzhomeproxy-5.2.2](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.2.0...jmzhomeproxy-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [jmzhomeproxy-4.1.11](https://github.com/truecharts/charts/compare/jmzhomeproxy-4.1.10...jmzhomeproxy-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [jmzhomeproxy-4.1.10](https://github.com/truecharts/charts/compare/jmzhomeproxy-4.1.9...jmzhomeproxy-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [jmzhomeproxy-4.1.9](https://github.com/truecharts/charts/compare/jmzhomeproxy-4.1.8...jmzhomeproxy-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [jmzhomeproxy-4.1.8](https://github.com/truecharts/charts/compare/jmzhomeproxy-4.1.7...jmzhomeproxy-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [jmzhomeproxy-4.1.7](https://github.com/truecharts/charts/compare/jmzhomeproxy-4.1.6...jmzhomeproxy-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [jmzhomeproxy-4.1.6](https://github.com/truecharts/charts/compare/jmzhomeproxy-4.1.5...jmzhomeproxy-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/jmzhomeproxy/5.3.0/Chart.yaml b/stable/jmzhomeproxy/5.3.0/Chart.yaml new file mode 100644 index 00000000000..8192ae4c339 --- /dev/null +++ b/stable/jmzhomeproxy/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Proxy is in quotes because I couldn't think of a better name. There is nothing overly special about this other than using it as a simple and easy to use dashboard for all your self-hosted services. +home: https://truecharts.org/charts/stable/jmzhomeproxy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jmzhomeproxy.png +keywords: + - jmzhomeproxy + - Cloud + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jmzhomeproxy +sources: + - https://github.com/JmzTaylor/homelab_proxy/ + - https://github.com/truecharts/charts/tree/master/charts/stable/jmzhomeproxy + - https://hub.docker.com/r/jmzsoftware/jmzhomelabproxy +type: application +version: 5.3.0 diff --git a/stable/jmzhomeproxy/5.1.3/README.md b/stable/jmzhomeproxy/5.3.0/README.md similarity index 100% rename from stable/jmzhomeproxy/5.1.3/README.md rename to stable/jmzhomeproxy/5.3.0/README.md diff --git a/stable/jmzhomeproxy/5.3.0/app-changelog.md b/stable/jmzhomeproxy/5.3.0/app-changelog.md new file mode 100644 index 00000000000..5359aea40c2 --- /dev/null +++ b/stable/jmzhomeproxy/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [jmzhomeproxy-5.3.0](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.2.3...jmzhomeproxy-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/jmzhomeproxy/5.1.3/app-readme.md b/stable/jmzhomeproxy/5.3.0/app-readme.md similarity index 100% rename from stable/jmzhomeproxy/5.1.3/app-readme.md rename to stable/jmzhomeproxy/5.3.0/app-readme.md diff --git a/stable/jmzhomeproxy/5.3.0/charts/common-18.2.0.tgz b/stable/jmzhomeproxy/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/jmzhomeproxy/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/jmzhomeproxy/5.1.3/ix_values.yaml b/stable/jmzhomeproxy/5.3.0/ix_values.yaml similarity index 100% rename from stable/jmzhomeproxy/5.1.3/ix_values.yaml rename to stable/jmzhomeproxy/5.3.0/ix_values.yaml diff --git a/stable/jmzhomeproxy/5.1.3/questions.yaml b/stable/jmzhomeproxy/5.3.0/questions.yaml similarity index 100% rename from stable/jmzhomeproxy/5.1.3/questions.yaml rename to stable/jmzhomeproxy/5.3.0/questions.yaml diff --git a/stable/jmzhomeproxy/5.1.3/templates/common.yaml b/stable/jmzhomeproxy/5.3.0/templates/common.yaml similarity index 100% rename from stable/jmzhomeproxy/5.1.3/templates/common.yaml rename to stable/jmzhomeproxy/5.3.0/templates/common.yaml diff --git a/stable/kanboard/16.1.3/values.yaml b/stable/jmzhomeproxy/5.3.0/values.yaml similarity index 100% rename from stable/kanboard/16.1.3/values.yaml rename to stable/jmzhomeproxy/5.3.0/values.yaml diff --git a/stable/joplin-server/17.1.3/CHANGELOG.md b/stable/joplin-server/17.1.3/CHANGELOG.md deleted file mode 100644 index e73949d6685..00000000000 --- a/stable/joplin-server/17.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [joplin-server-16.2.8](https://github.com/truecharts/charts/compare/joplin-server-16.2.7...joplin-server-16.2.8) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [joplin-server-16.2.7](https://github.com/truecharts/charts/compare/joplin-server-16.2.6...joplin-server-16.2.7) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [joplin-server-16.2.6](https://github.com/truecharts/charts/compare/joplin-server-16.2.5...joplin-server-16.2.6) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [joplin-server-16.2.5](https://github.com/truecharts/charts/compare/joplin-server-16.2.4...joplin-server-16.2.5) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [joplin-server-16.2.4](https://github.com/truecharts/charts/compare/joplin-server-16.2.3...joplin-server-16.2.4) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [joplin-server-16.2.3](https://github.com/truecharts/charts/compare/joplin-server-16.2.2...joplin-server-16.2.3) (2024-01-21) - -### Chore - - - -- update container image joplin/server to v2.14.2[@b87564e](https://github.com/b87564e) by renovate ([#17429](https://github.com/truecharts/charts/issues/17429)) - - - - -## [joplin-server-16.2.2](https://github.com/truecharts/charts/compare/joplin-server-16.2.1...joplin-server-16.2.2) (2024-01-09) - -### Fix - - - -- fix env ([#17065](https://github.com/truecharts/charts/issues/17065)) - - -## [joplin-server-16.2.1](https://github.com/truecharts/charts/compare/joplin-server-16.2.0...joplin-server-16.2.1) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [joplin-server-16.2.0](https://github.com/truecharts/charts/compare/joplin-server-16.1.5...joplin-server-16.2.0) (2024-01-05) - -### Fix - - - -- update mailer sec variable name ([#16883](https://github.com/truecharts/charts/issues/16883)) - diff --git a/stable/joplin-server/17.1.3/Chart.yaml b/stable/joplin-server/17.1.3/Chart.yaml deleted file mode 100644 index 6d0fdbe5794..00000000000 --- a/stable/joplin-server/17.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.14.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Allows you to sync any Joplin client. -home: https://truecharts.org/charts/stable/joplin-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/joplin-server.png -keywords: - - joplin - - notes -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: joplin-server -sources: - - https://github.com/laurent22/joplin - - https://github.com/laurent22/joplin/tree/dev/packages/server - - https://github.com/truecharts/charts/tree/master/charts/stable/joplin-server - - https://hub.docker.com/r/joplin/server -type: application -version: 17.1.3 diff --git a/stable/joplin-server/17.1.3/charts/common-18.0.3.tgz b/stable/joplin-server/17.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/joplin-server/17.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/joplin-server/17.1.3/questions.yaml b/stable/joplin-server/17.1.3/questions.yaml deleted file mode 100755 index e68e9086080..00000000000 --- a/stable/joplin-server/17.1.3/questions.yaml +++ /dev/null @@ -1,3380 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: APP_BASE_URL - label: App Base Url - description: Sets the APP BASE URL, eg http://ip:port | https://app.mydomain.tld - schema: - type: string - required: true - default: "" - - variable: MAILER_ENABLED - label: Mailer Enabled - description: Set 1 to enabled and 0 to disable - schema: - type: int - min: 0 - max: 1 - default: 0 - - variable: MAILER_HOST - label: Mailer Host - description: Set the mail host, eg smtp.example.com - schema: - show_if: [["MAILER_ENABLED", "=", 1]] - type: string - default: "" - - variable: MAILER_PORT - label: Mailer Port - description: Sets the mail port, eg SMTP PORT 465 - schema: - show_if: [["MAILER_ENABLED", "=", 1]] - type: int - default: 465 - - variable: MAILER_SECURITY - label: Mailer Secure - description: Enable SSL for SMTP - schema: - show_if: [["MAILER_ENABLED", "=", 1]] - type: string - default: tls - enum: - - value: tls - description: TLS - - value: starttls - description: StartTLS - - value: "none" - description: "None" - - - variable: MAILER_AUTH_USER - label: Mailer Auth User - description: Sets the username for the email server - schema: - show_if: [["MAILER_ENABLED", "=", 1]] - type: string - default: "" - - variable: MAILER_AUTH_PASSWORD - label: Mailer Auth Password - description: Sets the password for the email server - schema: - show_if: [["MAILER_ENABLED", "=", 1]] - type: string - private: true - default: "" - - variable: MAILER_NOREPLY_NAME - label: Mailer No Reply Name - description: Sets the No Reply email name - schema: - show_if: [["MAILER_ENABLED", "=", 1]] - type: string - default: "" - - variable: MAILER_NOREPLY_EMAIL - label: Mailer No Reply Email - description: Sets the No Reply default email - schema: - show_if: [["MAILER_ENABLED", "=", 1]] - type: string - default: "" - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Service Port Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 22300 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/kasm/8.1.3/.helmignore b/stable/joplin-server/17.3.0/.helmignore similarity index 100% rename from stable/kasm/8.1.3/.helmignore rename to stable/joplin-server/17.3.0/.helmignore diff --git a/stable/joplin-server/17.3.0/CHANGELOG.md b/stable/joplin-server/17.3.0/CHANGELOG.md new file mode 100644 index 00000000000..246761616b8 --- /dev/null +++ b/stable/joplin-server/17.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [joplin-server-17.3.0](https://github.com/truecharts/charts/compare/joplin-server-17.2.3...joplin-server-17.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [joplin-server-17.2.3](https://github.com/truecharts/charts/compare/joplin-server-17.2.2...joplin-server-17.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [joplin-server-17.2.2](https://github.com/truecharts/charts/compare/joplin-server-17.2.0...joplin-server-17.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [joplin-server-16.2.8](https://github.com/truecharts/charts/compare/joplin-server-16.2.7...joplin-server-16.2.8) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [joplin-server-16.2.7](https://github.com/truecharts/charts/compare/joplin-server-16.2.6...joplin-server-16.2.7) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [joplin-server-16.2.6](https://github.com/truecharts/charts/compare/joplin-server-16.2.5...joplin-server-16.2.6) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [joplin-server-16.2.5](https://github.com/truecharts/charts/compare/joplin-server-16.2.4...joplin-server-16.2.5) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [joplin-server-16.2.4](https://github.com/truecharts/charts/compare/joplin-server-16.2.3...joplin-server-16.2.4) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [joplin-server-16.2.3](https://github.com/truecharts/charts/compare/joplin-server-16.2.2...joplin-server-16.2.3) (2024-01-21) + +### Chore + + + +- update container image joplin/server to v2.14.2[@b87564e](https://github.com/b87564e) by renovate ([#17429](https://github.com/truecharts/charts/issues/17429)) diff --git a/stable/joplin-server/17.3.0/Chart.yaml b/stable/joplin-server/17.3.0/Chart.yaml new file mode 100644 index 00000000000..41dea789164 --- /dev/null +++ b/stable/joplin-server/17.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.14.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Allows you to sync any Joplin client. +home: https://truecharts.org/charts/stable/joplin-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/joplin-server.png +keywords: + - joplin + - notes +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: joplin-server +sources: + - https://github.com/laurent22/joplin + - https://github.com/laurent22/joplin/tree/dev/packages/server + - https://github.com/truecharts/charts/tree/master/charts/stable/joplin-server + - https://hub.docker.com/r/joplin/server +type: application +version: 17.3.0 diff --git a/stable/joplin-server/17.1.3/README.md b/stable/joplin-server/17.3.0/README.md similarity index 100% rename from stable/joplin-server/17.1.3/README.md rename to stable/joplin-server/17.3.0/README.md diff --git a/stable/joplin-server/17.3.0/app-changelog.md b/stable/joplin-server/17.3.0/app-changelog.md new file mode 100644 index 00000000000..317d80be217 --- /dev/null +++ b/stable/joplin-server/17.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [joplin-server-17.3.0](https://github.com/truecharts/charts/compare/joplin-server-17.2.3...joplin-server-17.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/joplin-server/17.1.3/app-readme.md b/stable/joplin-server/17.3.0/app-readme.md similarity index 100% rename from stable/joplin-server/17.1.3/app-readme.md rename to stable/joplin-server/17.3.0/app-readme.md diff --git a/stable/joplin-server/17.3.0/charts/common-18.2.0.tgz b/stable/joplin-server/17.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/joplin-server/17.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/joplin-server/17.1.3/ix_values.yaml b/stable/joplin-server/17.3.0/ix_values.yaml similarity index 100% rename from stable/joplin-server/17.1.3/ix_values.yaml rename to stable/joplin-server/17.3.0/ix_values.yaml diff --git a/stable/joplin-server/17.3.0/questions.yaml b/stable/joplin-server/17.3.0/questions.yaml new file mode 100755 index 00000000000..629ac5f384a --- /dev/null +++ b/stable/joplin-server/17.3.0/questions.yaml @@ -0,0 +1,3338 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: APP_BASE_URL + label: App Base Url + description: Sets the APP BASE URL, eg http://ip:port | https://app.mydomain.tld + schema: + type: string + required: true + default: "" + - variable: MAILER_ENABLED + label: Mailer Enabled + description: Set 1 to enabled and 0 to disable + schema: + type: int + min: 0 + max: 1 + default: 0 + - variable: MAILER_HOST + label: Mailer Host + description: Set the mail host, eg smtp.example.com + schema: + show_if: [["MAILER_ENABLED", "=", 1]] + type: string + default: "" + - variable: MAILER_PORT + label: Mailer Port + description: Sets the mail port, eg SMTP PORT 465 + schema: + show_if: [["MAILER_ENABLED", "=", 1]] + type: int + default: 465 + - variable: MAILER_SECURITY + label: Mailer Secure + description: Enable SSL for SMTP + schema: + show_if: [["MAILER_ENABLED", "=", 1]] + type: string + default: tls + enum: + - value: tls + description: TLS + - value: starttls + description: StartTLS + - value: "none" + description: "None" + + - variable: MAILER_AUTH_USER + label: Mailer Auth User + description: Sets the username for the email server + schema: + show_if: [["MAILER_ENABLED", "=", 1]] + type: string + default: "" + - variable: MAILER_AUTH_PASSWORD + label: Mailer Auth Password + description: Sets the password for the email server + schema: + show_if: [["MAILER_ENABLED", "=", 1]] + type: string + private: true + default: "" + - variable: MAILER_NOREPLY_NAME + label: Mailer No Reply Name + description: Sets the No Reply email name + schema: + show_if: [["MAILER_ENABLED", "=", 1]] + type: string + default: "" + - variable: MAILER_NOREPLY_EMAIL + label: Mailer No Reply Email + description: Sets the No Reply default email + schema: + show_if: [["MAILER_ENABLED", "=", 1]] + type: string + default: "" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Service + description: The Primary service on which the healthcheck runs, often the webUI + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 22300 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: config + label: App Config Storage + description: Stores the Application Configuration. + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/joplin-server/17.1.3/templates/NOTES.txt b/stable/joplin-server/17.3.0/templates/NOTES.txt similarity index 100% rename from stable/joplin-server/17.1.3/templates/NOTES.txt rename to stable/joplin-server/17.3.0/templates/NOTES.txt diff --git a/stable/joplin-server/17.1.3/templates/common.yaml b/stable/joplin-server/17.3.0/templates/common.yaml similarity index 100% rename from stable/joplin-server/17.1.3/templates/common.yaml rename to stable/joplin-server/17.3.0/templates/common.yaml diff --git a/stable/kasm/8.1.3/values.yaml b/stable/joplin-server/17.3.0/values.yaml similarity index 100% rename from stable/kasm/8.1.3/values.yaml rename to stable/joplin-server/17.3.0/values.yaml diff --git a/stable/kavita/9.1.3/.helmignore b/stable/jts3servermod/1.1.0/.helmignore similarity index 100% rename from stable/kavita/9.1.3/.helmignore rename to stable/jts3servermod/1.1.0/.helmignore diff --git a/stable/jts3servermod/1.1.0/CHANGELOG.md b/stable/jts3servermod/1.1.0/CHANGELOG.md new file mode 100644 index 00000000000..364aa3077a6 --- /dev/null +++ b/stable/jts3servermod/1.1.0/CHANGELOG.md @@ -0,0 +1,41 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [jts3servermod-1.1.0](https://github.com/truecharts/charts/compare/jts3servermod-1.0.2...jts3servermod-1.1.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [jts3servermod-1.0.2](https://github.com/truecharts/charts/compare/jts3servermod-1.0.1...jts3servermod-1.0.2) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [jts3servermod-1.0.1](https://github.com/truecharts/charts/compare/jts3servermod-0.0.3...jts3servermod-1.0.1) (2024-03-05) + +### Chore + + + +- force rereleases + +### Feat + + + +- Move jts3servermod to stable & add Upstream Documentation Link ([#18941](https://github.com/truecharts/charts/issues/18941)) \ No newline at end of file diff --git a/stable/jts3servermod/1.1.0/Chart.yaml b/stable/jts3servermod/1.1.0/Chart.yaml new file mode 100644 index 00000000000..e171ad4dcb7 --- /dev/null +++ b/stable/jts3servermod/1.1.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 20240301.0.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: JTS3ServerMod by Stefan1200 +home: https://truecharts.org/charts/stable/jts3servermod +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jts3servermod.png +keywords: + - teamspeak + - jts3servermod + - teamspeak-bot +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jts3servermod +sources: + - https://github.com/galexrt/container-jts3servermod + - https://www.stefan1200.de/forum/index.php?PHPSESSID=r0m44032akt9jk7903ru9ejv2f&topic=2.0 + - https://www.stefan1200.de/documentation/jts3servermod/readme.html + - https://github.com/truecharts/charts/tree/master/charts/stable/jts3servermod + - https://ghcr.io/galexrt/jts3servermod +type: application +version: 1.1.0 diff --git a/stable/jts3servermod/1.1.0/README.md b/stable/jts3servermod/1.1.0/README.md new file mode 100644 index 00000000000..47f6b355633 --- /dev/null +++ b/stable/jts3servermod/1.1.0/README.md @@ -0,0 +1,28 @@ +--- +title: README +--- + +## General Info + +TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. +However only installations using the TrueNAS SCALE Apps system are supported. + +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/jts3servermod) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +_All Rights Reserved - The TrueCharts Project_ diff --git a/stable/jts3servermod/1.1.0/app-changelog.md b/stable/jts3servermod/1.1.0/app-changelog.md new file mode 100644 index 00000000000..5be0d1dd8a6 --- /dev/null +++ b/stable/jts3servermod/1.1.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [jts3servermod-1.1.0](https://github.com/truecharts/charts/compare/jts3servermod-1.0.2...jts3servermod-1.1.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/jts3servermod/1.1.0/app-readme.md b/stable/jts3servermod/1.1.0/app-readme.md new file mode 100644 index 00000000000..af74602c5aa --- /dev/null +++ b/stable/jts3servermod/1.1.0/app-readme.md @@ -0,0 +1,8 @@ +JTS3ServerMod by Stefan1200 + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/jts3servermod](https://truecharts.org/charts/stable/jts3servermod) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! diff --git a/stable/jts3servermod/1.1.0/charts/common-18.2.0.tgz b/stable/jts3servermod/1.1.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/jts3servermod/1.1.0/charts/common-18.2.0.tgz differ diff --git a/stable/jts3servermod/1.1.0/ix_values.yaml b/stable/jts3servermod/1.1.0/ix_values.yaml new file mode 100644 index 00000000000..b73a949dcad --- /dev/null +++ b/stable/jts3servermod/1.1.0/ix_values.yaml @@ -0,0 +1,44 @@ +image: + repository: ghcr.io/galexrt/jts3servermod + pullPolicy: IfNotPresent + tag: v20240301-172535-248@sha256:30cf3a8e043b6c27721da1a28987aaadbc6c482cccd90836b0d821cf820facaa + +securityContext: + container: + readOnlyRootFilesystem: false + runAsUser: 3000 + runAsGroup: 3000 + +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + env: + JTS3_LOG: /jts3servermod/logs/JTS3ServerMod_InstanceManager.cfg + +service: + main: + enabled: false + ports: + main: + enabled: false + +persistence: + config: + enabled: true + mountPath: "/jts3servermod/config" + logs: + enabled: true + mountPath: "/jts3servermod/logs" + +portal: + open: + enabled: false diff --git a/stable/jts3servermod/1.1.0/questions.yaml b/stable/jts3servermod/1.1.0/questions.yaml new file mode 100755 index 00000000000..3331b9e85ed --- /dev/null +++ b/stable/jts3servermod/1.1.0/questions.yaml @@ -0,0 +1,2513 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: {} +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: config + label: App Config Storage + description: Stores the Application Config. + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: logs + label: App Logs Storage + description: Stores the Application Logs. + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 3000 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 3000 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/kavita/9.1.3/templates/NOTES.txt b/stable/jts3servermod/1.1.0/templates/NOTES.txt similarity index 100% rename from stable/kavita/9.1.3/templates/NOTES.txt rename to stable/jts3servermod/1.1.0/templates/NOTES.txt diff --git a/stable/kavita/9.1.3/templates/common.yaml b/stable/jts3servermod/1.1.0/templates/common.yaml similarity index 100% rename from stable/kavita/9.1.3/templates/common.yaml rename to stable/jts3servermod/1.1.0/templates/common.yaml diff --git a/stable/kavita/9.1.3/values.yaml b/stable/jts3servermod/1.1.0/values.yaml similarity index 100% rename from stable/kavita/9.1.3/values.yaml rename to stable/jts3servermod/1.1.0/values.yaml diff --git a/stable/jupyter/8.1.3/CHANGELOG.md b/stable/jupyter/8.1.3/CHANGELOG.md deleted file mode 100644 index 682069b6c93..00000000000 --- a/stable/jupyter/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [jupyter-7.1.11](https://github.com/truecharts/charts/compare/jupyter-7.1.10...jupyter-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [jupyter-7.1.10](https://github.com/truecharts/charts/compare/jupyter-7.1.9...jupyter-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [jupyter-7.1.9](https://github.com/truecharts/charts/compare/jupyter-7.1.8...jupyter-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [jupyter-7.1.8](https://github.com/truecharts/charts/compare/jupyter-7.1.7...jupyter-7.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [jupyter-7.1.7](https://github.com/truecharts/charts/compare/jupyter-7.1.6...jupyter-7.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [jupyter-7.1.6](https://github.com/truecharts/charts/compare/jupyter-7.1.5...jupyter-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [jupyter-7.1.5](https://github.com/truecharts/charts/compare/jupyter-7.1.4...jupyter-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [jupyter-7.1.4](https://github.com/truecharts/charts/compare/jupyter-7.1.3...jupyter-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [jupyter-7.1.3](https://github.com/truecharts/charts/compare/jupyter-7.1.0...jupyter-7.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/jupyter/8.1.3/Chart.yaml b/stable/jupyter/8.1.3/Chart.yaml deleted file mode 100644 index 66ecc94db94..00000000000 --- a/stable/jupyter/8.1.3/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2023.10.20 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Jupyter a web based IDE -home: https://truecharts.org/charts/stable/jupyter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jupyter.png -keywords: - - Jupyter - - Notebook - - Lab -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: jupyter -sources: - - https://github.com/jupyter/docker-stacks - - https://github.com/truecharts/charts/tree/master/charts/stable/jupyter - - https://hub.docker.com/r/jupyter/scipy-notebook - - https://hub.docker.com/r/jupyter/all-spark-notebook - - https://hub.docker.com/r/jupyter/pyspark-notebook - - https://hub.docker.com/r/jupyter/base-notebook - - https://hub.docker.com/r/jupyter/tensorflow-notebook - - https://hub.docker.com/r/jupyter/r-notebook - - https://hub.docker.com/r/jupyter/datascience-notebook - - https://hub.docker.com/r/jupyter/minimal-notebook -type: application -version: 8.1.3 diff --git a/stable/jupyter/8.1.3/charts/common-18.0.3.tgz b/stable/jupyter/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/jupyter/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/kdenlive-vnc/5.1.3/.helmignore b/stable/jupyter/8.3.0/.helmignore similarity index 100% rename from stable/kdenlive-vnc/5.1.3/.helmignore rename to stable/jupyter/8.3.0/.helmignore diff --git a/stable/jupyter/8.3.0/CHANGELOG.md b/stable/jupyter/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..8897553aa1d --- /dev/null +++ b/stable/jupyter/8.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [jupyter-8.3.0](https://github.com/truecharts/charts/compare/jupyter-8.2.3...jupyter-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [jupyter-8.2.3](https://github.com/truecharts/charts/compare/jupyter-8.2.2...jupyter-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [jupyter-8.2.2](https://github.com/truecharts/charts/compare/jupyter-8.2.0...jupyter-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [jupyter-7.1.11](https://github.com/truecharts/charts/compare/jupyter-7.1.10...jupyter-7.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [jupyter-7.1.10](https://github.com/truecharts/charts/compare/jupyter-7.1.9...jupyter-7.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [jupyter-7.1.9](https://github.com/truecharts/charts/compare/jupyter-7.1.8...jupyter-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [jupyter-7.1.8](https://github.com/truecharts/charts/compare/jupyter-7.1.7...jupyter-7.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [jupyter-7.1.7](https://github.com/truecharts/charts/compare/jupyter-7.1.6...jupyter-7.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [jupyter-7.1.6](https://github.com/truecharts/charts/compare/jupyter-7.1.5...jupyter-7.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/jupyter/8.3.0/Chart.yaml b/stable/jupyter/8.3.0/Chart.yaml new file mode 100644 index 00000000000..8eb3e9d2dde --- /dev/null +++ b/stable/jupyter/8.3.0/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2023.10.20 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Jupyter a web based IDE +home: https://truecharts.org/charts/stable/jupyter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jupyter.png +keywords: + - Jupyter + - Notebook + - Lab +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jupyter +sources: + - https://github.com/jupyter/docker-stacks + - https://github.com/truecharts/charts/tree/master/charts/stable/jupyter + - https://hub.docker.com/r/jupyter/all-spark-notebook + - https://hub.docker.com/r/jupyter/tensorflow-notebook + - https://hub.docker.com/r/jupyter/scipy-notebook + - https://hub.docker.com/r/jupyter/r-notebook + - https://hub.docker.com/r/jupyter/minimal-notebook + - https://hub.docker.com/r/jupyter/datascience-notebook + - https://hub.docker.com/r/jupyter/pyspark-notebook + - https://hub.docker.com/r/jupyter/base-notebook +type: application +version: 8.3.0 diff --git a/stable/jupyter/8.1.3/README.md b/stable/jupyter/8.3.0/README.md similarity index 100% rename from stable/jupyter/8.1.3/README.md rename to stable/jupyter/8.3.0/README.md diff --git a/stable/jupyter/8.3.0/app-changelog.md b/stable/jupyter/8.3.0/app-changelog.md new file mode 100644 index 00000000000..809ce2334fe --- /dev/null +++ b/stable/jupyter/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [jupyter-8.3.0](https://github.com/truecharts/charts/compare/jupyter-8.2.3...jupyter-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/jupyter/8.1.3/app-readme.md b/stable/jupyter/8.3.0/app-readme.md similarity index 100% rename from stable/jupyter/8.1.3/app-readme.md rename to stable/jupyter/8.3.0/app-readme.md diff --git a/stable/jupyter/8.3.0/charts/common-18.2.0.tgz b/stable/jupyter/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/jupyter/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/jupyter/8.1.3/ix_values.yaml b/stable/jupyter/8.3.0/ix_values.yaml similarity index 100% rename from stable/jupyter/8.1.3/ix_values.yaml rename to stable/jupyter/8.3.0/ix_values.yaml diff --git a/stable/jupyter/8.1.3/questions.yaml b/stable/jupyter/8.3.0/questions.yaml similarity index 100% rename from stable/jupyter/8.1.3/questions.yaml rename to stable/jupyter/8.3.0/questions.yaml diff --git a/stable/kitchenowl/9.1.3/templates/NOTES.txt b/stable/jupyter/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/kitchenowl/9.1.3/templates/NOTES.txt rename to stable/jupyter/8.3.0/templates/NOTES.txt diff --git a/stable/kms/18.1.3/templates/common.yaml b/stable/jupyter/8.3.0/templates/common.yaml similarity index 100% rename from stable/kms/18.1.3/templates/common.yaml rename to stable/jupyter/8.3.0/templates/common.yaml diff --git a/stable/kdenlive-vnc/5.1.3/values.yaml b/stable/jupyter/8.3.0/values.yaml similarity index 100% rename from stable/kdenlive-vnc/5.1.3/values.yaml rename to stable/jupyter/8.3.0/values.yaml diff --git a/stable/kanboard/16.1.3/CHANGELOG.md b/stable/kanboard/16.1.3/CHANGELOG.md deleted file mode 100644 index bf007c023f7..00000000000 --- a/stable/kanboard/16.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [kanboard-15.1.12](https://github.com/truecharts/charts/compare/kanboard-15.1.11...kanboard-15.1.12) (2024-02-05) - -### Chore - - - -- update container image kanboard/kanboard to v1.2.35[@987ab3d](https://github.com/987ab3d) by renovate ([#17922](https://github.com/truecharts/charts/issues/17922)) - - -## [kanboard-15.1.11](https://github.com/truecharts/charts/compare/kanboard-15.1.10...kanboard-15.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [kanboard-15.1.10](https://github.com/truecharts/charts/compare/kanboard-15.1.9...kanboard-15.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [kanboard-15.1.9](https://github.com/truecharts/charts/compare/kanboard-15.1.8...kanboard-15.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [kanboard-15.1.8](https://github.com/truecharts/charts/compare/kanboard-15.1.7...kanboard-15.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [kanboard-15.1.7](https://github.com/truecharts/charts/compare/kanboard-15.1.6...kanboard-15.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [kanboard-15.1.6](https://github.com/truecharts/charts/compare/kanboard-15.1.5...kanboard-15.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [kanboard-15.1.5](https://github.com/truecharts/charts/compare/kanboard-15.1.4...kanboard-15.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [kanboard-15.1.4](https://github.com/truecharts/charts/compare/kanboard-15.1.3...kanboard-15.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/kanboard/16.1.3/Chart.yaml b/stable/kanboard/16.1.3/Chart.yaml deleted file mode 100644 index 8335b099649..00000000000 --- a/stable/kanboard/16.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.2.35 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Kanboard is a free and open source Kanban project management software. -home: https://truecharts.org/charts/stable/kanboard -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kanboard.png -keywords: - - kanboard - - kanban -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: kanboard -sources: - - https://github.com/kanboard/kanboard - - https://github.com/truecharts/charts/tree/master/charts/stable/kanboard - - https://hub.docker.com/r/kanboard/kanboard -type: application -version: 16.1.3 diff --git a/stable/kanboard/16.1.3/charts/common-18.0.3.tgz b/stable/kanboard/16.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/kanboard/16.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/kanboard/16.1.3/questions.yaml b/stable/kanboard/16.1.3/questions.yaml deleted file mode 100755 index f65f6ebdcd2..00000000000 --- a/stable/kanboard/16.1.3/questions.yaml +++ /dev/null @@ -1,3593 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: MAIL_CONFIGURATION - label: "MAIL_CONFIGURATION" - description: "Sets the MAIL_CONFIGURATION env var" - schema: - type: boolean - default: false - - variable: LOG_DRIVER - label: "LOG_DRIVER" - description: "Sets the LOG_DRIVER env var" - schema: - type: string - default: "stdout" - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10015 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ssl - label: "App SSL Storage" - description: "Stores the Application SSL." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/kdenlive/5.2.0/.helmignore b/stable/kanboard/16.3.0/.helmignore similarity index 100% rename from stable/kdenlive/5.2.0/.helmignore rename to stable/kanboard/16.3.0/.helmignore diff --git a/stable/kanboard/16.3.0/CHANGELOG.md b/stable/kanboard/16.3.0/CHANGELOG.md new file mode 100644 index 00000000000..e00690438d7 --- /dev/null +++ b/stable/kanboard/16.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kanboard-16.3.0](https://github.com/truecharts/charts/compare/kanboard-16.2.3...kanboard-16.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [kanboard-16.2.3](https://github.com/truecharts/charts/compare/kanboard-16.2.2...kanboard-16.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [kanboard-16.2.2](https://github.com/truecharts/charts/compare/kanboard-16.2.0...kanboard-16.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [kanboard-15.1.12](https://github.com/truecharts/charts/compare/kanboard-15.1.11...kanboard-15.1.12) (2024-02-05) + +### Chore + + + +- update container image kanboard/kanboard to v1.2.35[@987ab3d](https://github.com/987ab3d) by renovate ([#17922](https://github.com/truecharts/charts/issues/17922)) + + +## [kanboard-15.1.11](https://github.com/truecharts/charts/compare/kanboard-15.1.10...kanboard-15.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [kanboard-15.1.10](https://github.com/truecharts/charts/compare/kanboard-15.1.9...kanboard-15.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [kanboard-15.1.9](https://github.com/truecharts/charts/compare/kanboard-15.1.8...kanboard-15.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [kanboard-15.1.8](https://github.com/truecharts/charts/compare/kanboard-15.1.7...kanboard-15.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [kanboard-15.1.7](https://github.com/truecharts/charts/compare/kanboard-15.1.6...kanboard-15.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/kanboard/16.3.0/Chart.yaml b/stable/kanboard/16.3.0/Chart.yaml new file mode 100644 index 00000000000..2f94fdc6e25 --- /dev/null +++ b/stable/kanboard/16.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.35 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Kanboard is a free and open source Kanban project management software. +home: https://truecharts.org/charts/stable/kanboard +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kanboard.png +keywords: + - kanboard + - kanban +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kanboard +sources: + - https://github.com/kanboard/kanboard + - https://github.com/truecharts/charts/tree/master/charts/stable/kanboard + - https://hub.docker.com/r/kanboard/kanboard +type: application +version: 16.3.0 diff --git a/stable/kanboard/16.1.3/README.md b/stable/kanboard/16.3.0/README.md similarity index 100% rename from stable/kanboard/16.1.3/README.md rename to stable/kanboard/16.3.0/README.md diff --git a/stable/kanboard/16.3.0/app-changelog.md b/stable/kanboard/16.3.0/app-changelog.md new file mode 100644 index 00000000000..3e07103aa3c --- /dev/null +++ b/stable/kanboard/16.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [kanboard-16.3.0](https://github.com/truecharts/charts/compare/kanboard-16.2.3...kanboard-16.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/kanboard/16.1.3/app-readme.md b/stable/kanboard/16.3.0/app-readme.md similarity index 100% rename from stable/kanboard/16.1.3/app-readme.md rename to stable/kanboard/16.3.0/app-readme.md diff --git a/stable/kanboard/16.3.0/charts/common-18.2.0.tgz b/stable/kanboard/16.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/kanboard/16.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/kanboard/16.1.3/ix_values.yaml b/stable/kanboard/16.3.0/ix_values.yaml similarity index 100% rename from stable/kanboard/16.1.3/ix_values.yaml rename to stable/kanboard/16.3.0/ix_values.yaml diff --git a/stable/kanboard/16.3.0/questions.yaml b/stable/kanboard/16.3.0/questions.yaml new file mode 100755 index 00000000000..9dab2a298cb --- /dev/null +++ b/stable/kanboard/16.3.0/questions.yaml @@ -0,0 +1,3551 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: MAIL_CONFIGURATION + label: "MAIL_CONFIGURATION" + description: "Sets the MAIL_CONFIGURATION env var" + schema: + type: boolean + default: false + - variable: LOG_DRIVER + label: "LOG_DRIVER" + description: "Sets the LOG_DRIVER env var" + schema: + type: string + default: "stdout" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10015 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: data + label: "App Data Storage" + description: "Stores the Application Data." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ssl + label: "App SSL Storage" + description: "Stores the Application SSL." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/kiwix-serve/8.1.4/templates/NOTES.txt b/stable/kanboard/16.3.0/templates/NOTES.txt similarity index 100% rename from stable/kiwix-serve/8.1.4/templates/NOTES.txt rename to stable/kanboard/16.3.0/templates/NOTES.txt diff --git a/stable/kodi-headless/9.1.3/templates/common.yaml b/stable/kanboard/16.3.0/templates/common.yaml similarity index 100% rename from stable/kodi-headless/9.1.3/templates/common.yaml rename to stable/kanboard/16.3.0/templates/common.yaml diff --git a/stable/kdenlive/5.2.0/values.yaml b/stable/kanboard/16.3.0/values.yaml similarity index 100% rename from stable/kdenlive/5.2.0/values.yaml rename to stable/kanboard/16.3.0/values.yaml diff --git a/stable/kasm/8.1.3/CHANGELOG.md b/stable/kasm/8.1.3/CHANGELOG.md deleted file mode 100644 index 480f7b52be1..00000000000 --- a/stable/kasm/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - -## [kasm-7.1.11](https://github.com/truecharts/charts/compare/kasm-7.1.10...kasm-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [kasm-7.1.10](https://github.com/truecharts/charts/compare/kasm-7.1.9...kasm-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [kasm-7.1.9](https://github.com/truecharts/charts/compare/kasm-7.1.8...kasm-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [kasm-7.1.8](https://github.com/truecharts/charts/compare/kasm-7.1.7...kasm-7.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [kasm-7.1.7](https://github.com/truecharts/charts/compare/kasm-7.1.6...kasm-7.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [kasm-7.1.6](https://github.com/truecharts/charts/compare/kasm-7.1.5...kasm-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [kasm-7.1.5](https://github.com/truecharts/charts/compare/kasm-7.1.4...kasm-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [kasm-7.1.4](https://github.com/truecharts/charts/compare/kasm-7.1.3...kasm-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [kasm-7.1.3](https://github.com/truecharts/charts/compare/kasm-7.1.0...kasm-7.1.3) (2024-01-01) - -### Chore diff --git a/stable/kasm/8.1.3/Chart.yaml b/stable/kasm/8.1.3/Chart.yaml deleted file mode 100644 index 2261be7e394..00000000000 --- a/stable/kasm/8.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.15.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Kasm Workspaces is a streaming platform for delivering browser-based access to desktops, applications, and web services. -home: https://truecharts.org/charts/stable/kasm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kasm.png -keywords: - - kasm - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: kasm -sources: - - https://www.kasmweb.com/ - - https://github.com/orgs/linuxserver/packages/container/package/kasm - - https://github.com/linuxserver/docker-kasm#readme - - https://github.com/truecharts/charts/tree/master/charts/stable/kasm - - https://hub.docker.com/r/kasmweb/workspaces -type: application -version: 8.1.3 diff --git a/stable/kasm/8.1.3/charts/common-18.0.3.tgz b/stable/kasm/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/kasm/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/keeweb/5.1.3/.helmignore b/stable/kasm/8.3.0/.helmignore similarity index 100% rename from stable/keeweb/5.1.3/.helmignore rename to stable/kasm/8.3.0/.helmignore diff --git a/stable/kasm/8.3.0/CHANGELOG.md b/stable/kasm/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..b98de9d0896 --- /dev/null +++ b/stable/kasm/8.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kasm-8.3.0](https://github.com/truecharts/charts/compare/kasm-8.2.3...kasm-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [kasm-8.2.3](https://github.com/truecharts/charts/compare/kasm-8.2.2...kasm-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [kasm-8.2.2](https://github.com/truecharts/charts/compare/kasm-8.2.0...kasm-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + +## [kasm-7.1.11](https://github.com/truecharts/charts/compare/kasm-7.1.10...kasm-7.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [kasm-7.1.10](https://github.com/truecharts/charts/compare/kasm-7.1.9...kasm-7.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [kasm-7.1.9](https://github.com/truecharts/charts/compare/kasm-7.1.8...kasm-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [kasm-7.1.8](https://github.com/truecharts/charts/compare/kasm-7.1.7...kasm-7.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [kasm-7.1.7](https://github.com/truecharts/charts/compare/kasm-7.1.6...kasm-7.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [kasm-7.1.6](https://github.com/truecharts/charts/compare/kasm-7.1.5...kasm-7.1.6) (2024-01-09) + +### Chore \ No newline at end of file diff --git a/stable/kasm/8.3.0/Chart.yaml b/stable/kasm/8.3.0/Chart.yaml new file mode 100644 index 00000000000..4eb527edfb6 --- /dev/null +++ b/stable/kasm/8.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.15.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Kasm Workspaces is a streaming platform for delivering browser-based access to desktops, applications, and web services. +home: https://truecharts.org/charts/stable/kasm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kasm.png +keywords: + - kasm + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kasm +sources: + - https://www.kasmweb.com/ + - https://github.com/orgs/linuxserver/packages/container/package/kasm + - https://github.com/linuxserver/docker-kasm#readme + - https://github.com/truecharts/charts/tree/master/charts/stable/kasm + - https://hub.docker.com/r/kasmweb/workspaces +type: application +version: 8.3.0 diff --git a/stable/kasm/8.1.3/README.md b/stable/kasm/8.3.0/README.md similarity index 100% rename from stable/kasm/8.1.3/README.md rename to stable/kasm/8.3.0/README.md diff --git a/stable/kasm/8.3.0/app-changelog.md b/stable/kasm/8.3.0/app-changelog.md new file mode 100644 index 00000000000..6a0d7cba974 --- /dev/null +++ b/stable/kasm/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [kasm-8.3.0](https://github.com/truecharts/charts/compare/kasm-8.2.3...kasm-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/kasm/8.1.3/app-readme.md b/stable/kasm/8.3.0/app-readme.md similarity index 100% rename from stable/kasm/8.1.3/app-readme.md rename to stable/kasm/8.3.0/app-readme.md diff --git a/stable/kasm/8.3.0/charts/common-18.2.0.tgz b/stable/kasm/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/kasm/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/kasm/8.1.3/ix_values.yaml b/stable/kasm/8.3.0/ix_values.yaml similarity index 100% rename from stable/kasm/8.1.3/ix_values.yaml rename to stable/kasm/8.3.0/ix_values.yaml diff --git a/stable/kasm/8.1.3/questions.yaml b/stable/kasm/8.3.0/questions.yaml similarity index 100% rename from stable/kasm/8.1.3/questions.yaml rename to stable/kasm/8.3.0/questions.yaml diff --git a/stable/kms/18.1.3/templates/NOTES.txt b/stable/kasm/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/kms/18.1.3/templates/NOTES.txt rename to stable/kasm/8.3.0/templates/NOTES.txt diff --git a/stable/kasm/8.1.3/templates/_hostPathMounts.tpl b/stable/kasm/8.3.0/templates/_hostPathMounts.tpl similarity index 100% rename from stable/kasm/8.1.3/templates/_hostPathMounts.tpl rename to stable/kasm/8.3.0/templates/_hostPathMounts.tpl diff --git a/stable/kasm/8.1.3/templates/common.yaml b/stable/kasm/8.3.0/templates/common.yaml similarity index 100% rename from stable/kasm/8.1.3/templates/common.yaml rename to stable/kasm/8.3.0/templates/common.yaml diff --git a/stable/keeweb/5.1.3/values.yaml b/stable/kasm/8.3.0/values.yaml similarity index 100% rename from stable/keeweb/5.1.3/values.yaml rename to stable/kasm/8.3.0/values.yaml diff --git a/stable/kavita/9.1.3/CHANGELOG.md b/stable/kavita/9.1.3/CHANGELOG.md deleted file mode 100644 index b458274d9df..00000000000 --- a/stable/kavita/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [kavita-8.1.14](https://github.com/truecharts/charts/compare/kavita-8.1.13...kavita-8.1.14) (2024-02-12) - -### Chore - - - -- update container image jvmilazz0/kavita to v0.7.14[@9cbe62e](https://github.com/9cbe62e) by renovate ([#18141](https://github.com/truecharts/charts/issues/18141)) - - -## [kavita-8.1.13](https://github.com/truecharts/charts/compare/kavita-8.1.12...kavita-8.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [kavita-8.1.12](https://github.com/truecharts/charts/compare/kavita-8.1.11...kavita-8.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [kavita-8.1.11](https://github.com/truecharts/charts/compare/kavita-8.1.10...kavita-8.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [kavita-8.1.10](https://github.com/truecharts/charts/compare/kavita-8.1.9...kavita-8.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [kavita-8.1.9](https://github.com/truecharts/charts/compare/kavita-8.1.8...kavita-8.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [kavita-8.1.8](https://github.com/truecharts/charts/compare/kavita-8.1.7...kavita-8.1.8) (2024-01-21) - -### Chore - - - -- update container image jvmilazz0/kavita to v0.7.13[@89a5953](https://github.com/89a5953) by renovate ([#17430](https://github.com/truecharts/charts/issues/17430)) - - - - -## [kavita-8.1.7](https://github.com/truecharts/charts/compare/kavita-8.1.6...kavita-8.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [kavita-8.1.6](https://github.com/truecharts/charts/compare/kavita-8.1.5...kavita-8.1.6) (2024-01-08) - -### Chore - - - -- update container image jvmilazz0/kavita to v0.7.12[@a7dd4dd](https://github.com/a7dd4dd) by renovate ([#17005](https://github.com/truecharts/charts/issues/17005)) - diff --git a/stable/kavita/9.1.3/Chart.yaml b/stable/kavita/9.1.3/Chart.yaml deleted file mode 100644 index da596cdd4f8..00000000000 --- a/stable/kavita/9.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.7.14 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Kavita is a rocket fueled self-hosted digital library which supports a vast array of file formats -home: https://truecharts.org/charts/stable/kavita -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kavita.png -keywords: - - kavita - - manga - - library - - book -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: kavita -sources: - - https://www.kavitareader.com - - https://github.com/truecharts/charts/tree/master/charts/stable/kavita - - https://hub.docker.com/r/jvmilazz0/kavita -type: application -version: 9.1.3 diff --git a/stable/kavita/9.1.3/charts/common-18.0.3.tgz b/stable/kavita/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/kavita/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/kerbalspaceprogram-lmp/5.1.3/.helmignore b/stable/kavita/9.3.0/.helmignore similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.1.3/.helmignore rename to stable/kavita/9.3.0/.helmignore diff --git a/stable/kavita/9.3.0/CHANGELOG.md b/stable/kavita/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..d23363c693d --- /dev/null +++ b/stable/kavita/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kavita-9.3.0](https://github.com/truecharts/charts/compare/kavita-9.2.3...kavita-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [kavita-9.2.3](https://github.com/truecharts/charts/compare/kavita-9.2.2...kavita-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [kavita-9.2.2](https://github.com/truecharts/charts/compare/kavita-9.2.0...kavita-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [kavita-8.1.14](https://github.com/truecharts/charts/compare/kavita-8.1.13...kavita-8.1.14) (2024-02-12) + +### Chore + + + +- update container image jvmilazz0/kavita to v0.7.14[@9cbe62e](https://github.com/9cbe62e) by renovate ([#18141](https://github.com/truecharts/charts/issues/18141)) + + +## [kavita-8.1.13](https://github.com/truecharts/charts/compare/kavita-8.1.12...kavita-8.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [kavita-8.1.12](https://github.com/truecharts/charts/compare/kavita-8.1.11...kavita-8.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [kavita-8.1.11](https://github.com/truecharts/charts/compare/kavita-8.1.10...kavita-8.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [kavita-8.1.10](https://github.com/truecharts/charts/compare/kavita-8.1.9...kavita-8.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [kavita-8.1.9](https://github.com/truecharts/charts/compare/kavita-8.1.8...kavita-8.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/kavita/9.3.0/Chart.yaml b/stable/kavita/9.3.0/Chart.yaml new file mode 100644 index 00000000000..0e25df9f4cd --- /dev/null +++ b/stable/kavita/9.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.7.14 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Kavita is a rocket fueled self-hosted digital library which supports a vast array of file formats +home: https://truecharts.org/charts/stable/kavita +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kavita.png +keywords: + - kavita + - manga + - library + - book +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kavita +sources: + - https://www.kavitareader.com + - https://github.com/truecharts/charts/tree/master/charts/stable/kavita + - https://hub.docker.com/r/jvmilazz0/kavita +type: application +version: 9.3.0 diff --git a/stable/kavita/9.1.3/README.md b/stable/kavita/9.3.0/README.md similarity index 100% rename from stable/kavita/9.1.3/README.md rename to stable/kavita/9.3.0/README.md diff --git a/stable/kavita/9.3.0/app-changelog.md b/stable/kavita/9.3.0/app-changelog.md new file mode 100644 index 00000000000..7c7043f9658 --- /dev/null +++ b/stable/kavita/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [kavita-9.3.0](https://github.com/truecharts/charts/compare/kavita-9.2.3...kavita-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/kavita/9.1.3/app-readme.md b/stable/kavita/9.3.0/app-readme.md similarity index 100% rename from stable/kavita/9.1.3/app-readme.md rename to stable/kavita/9.3.0/app-readme.md diff --git a/stable/kavita/9.3.0/charts/common-18.2.0.tgz b/stable/kavita/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/kavita/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/kavita/9.1.3/ix_values.yaml b/stable/kavita/9.3.0/ix_values.yaml similarity index 100% rename from stable/kavita/9.1.3/ix_values.yaml rename to stable/kavita/9.3.0/ix_values.yaml diff --git a/stable/kavita/9.1.3/questions.yaml b/stable/kavita/9.3.0/questions.yaml similarity index 100% rename from stable/kavita/9.1.3/questions.yaml rename to stable/kavita/9.3.0/questions.yaml diff --git a/stable/kodi-headless/9.1.3/templates/NOTES.txt b/stable/kavita/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/kodi-headless/9.1.3/templates/NOTES.txt rename to stable/kavita/9.3.0/templates/NOTES.txt diff --git a/stable/komga/13.1.3/templates/common.yaml b/stable/kavita/9.3.0/templates/common.yaml similarity index 100% rename from stable/komga/13.1.3/templates/common.yaml rename to stable/kavita/9.3.0/templates/common.yaml diff --git a/stable/kerbalspaceprogram-lmp/5.1.3/values.yaml b/stable/kavita/9.3.0/values.yaml similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.1.3/values.yaml rename to stable/kavita/9.3.0/values.yaml diff --git a/stable/kdenlive-vnc/5.1.3/CHANGELOG.md b/stable/kdenlive-vnc/5.1.3/CHANGELOG.md deleted file mode 100644 index ebdfa717d76..00000000000 --- a/stable/kdenlive-vnc/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [kdenlive-vnc-4.1.11](https://github.com/truecharts/charts/compare/kdenlive-vnc-4.1.10...kdenlive-vnc-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [kdenlive-vnc-4.1.10](https://github.com/truecharts/charts/compare/kdenlive-vnc-4.1.9...kdenlive-vnc-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [kdenlive-vnc-4.1.9](https://github.com/truecharts/charts/compare/kdenlive-vnc-4.1.8...kdenlive-vnc-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [kdenlive-vnc-4.1.8](https://github.com/truecharts/charts/compare/kdenlive-vnc-4.1.7...kdenlive-vnc-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [kdenlive-vnc-4.1.7](https://github.com/truecharts/charts/compare/kdenlive-vnc-4.1.6...kdenlive-vnc-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [kdenlive-vnc-4.1.6](https://github.com/truecharts/charts/compare/kdenlive-vnc-4.1.5...kdenlive-vnc-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [kdenlive-vnc-4.1.5](https://github.com/truecharts/charts/compare/kdenlive-vnc-4.1.4...kdenlive-vnc-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [kdenlive-vnc-4.1.4](https://github.com/truecharts/charts/compare/kdenlive-vnc-4.1.3...kdenlive-vnc-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [kdenlive-vnc-4.1.3](https://github.com/truecharts/charts/compare/kdenlive-vnc-4.1.0...kdenlive-vnc-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/kdenlive-vnc/5.1.3/Chart.yaml b/stable/kdenlive-vnc/5.1.3/Chart.yaml deleted file mode 100644 index 6402b026892..00000000000 --- a/stable/kdenlive-vnc/5.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaApp-Video - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: An instance of kdenlive accessible through vnc and noVnc (=Web Interface) -home: https://truecharts.org/charts/stable/kdenlive-vnc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive-vnc.png -keywords: - - kdenlive-vnc - - MediaApp-Video - - MediaApp-Music - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: kdenlive-vnc -sources: - - https://github.com/JonathanTreffler/kdenlive-vnc-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/kdenlive-vnc - - https://hub.docker.com/r/tessypowder/docker-kdenlive -type: application -version: 5.1.3 diff --git a/stable/kdenlive-vnc/5.1.3/charts/common-18.0.3.tgz b/stable/kdenlive-vnc/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/kdenlive-vnc/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/kerio-connect/5.1.3/.helmignore b/stable/kdenlive-vnc/5.3.0/.helmignore similarity index 100% rename from stable/kerio-connect/5.1.3/.helmignore rename to stable/kdenlive-vnc/5.3.0/.helmignore diff --git a/stable/kdenlive-vnc/5.3.0/CHANGELOG.md b/stable/kdenlive-vnc/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..421fe16cfed --- /dev/null +++ b/stable/kdenlive-vnc/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kdenlive-vnc-5.3.0](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.2.3...kdenlive-vnc-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [kdenlive-vnc-5.2.3](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.2.2...kdenlive-vnc-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [kdenlive-vnc-5.2.2](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.2.0...kdenlive-vnc-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [kdenlive-vnc-4.1.11](https://github.com/truecharts/charts/compare/kdenlive-vnc-4.1.10...kdenlive-vnc-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [kdenlive-vnc-4.1.10](https://github.com/truecharts/charts/compare/kdenlive-vnc-4.1.9...kdenlive-vnc-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [kdenlive-vnc-4.1.9](https://github.com/truecharts/charts/compare/kdenlive-vnc-4.1.8...kdenlive-vnc-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [kdenlive-vnc-4.1.8](https://github.com/truecharts/charts/compare/kdenlive-vnc-4.1.7...kdenlive-vnc-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [kdenlive-vnc-4.1.7](https://github.com/truecharts/charts/compare/kdenlive-vnc-4.1.6...kdenlive-vnc-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [kdenlive-vnc-4.1.6](https://github.com/truecharts/charts/compare/kdenlive-vnc-4.1.5...kdenlive-vnc-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/kdenlive-vnc/5.3.0/Chart.yaml b/stable/kdenlive-vnc/5.3.0/Chart.yaml new file mode 100644 index 00000000000..b01a16c470c --- /dev/null +++ b/stable/kdenlive-vnc/5.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Video + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An instance of kdenlive accessible through vnc and noVnc (=Web Interface) +home: https://truecharts.org/charts/stable/kdenlive-vnc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive-vnc.png +keywords: + - kdenlive-vnc + - MediaApp-Video + - MediaApp-Music + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kdenlive-vnc +sources: + - https://github.com/JonathanTreffler/kdenlive-vnc-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/kdenlive-vnc + - https://hub.docker.com/r/tessypowder/docker-kdenlive +type: application +version: 5.3.0 diff --git a/stable/kdenlive-vnc/5.1.3/README.md b/stable/kdenlive-vnc/5.3.0/README.md similarity index 100% rename from stable/kdenlive-vnc/5.1.3/README.md rename to stable/kdenlive-vnc/5.3.0/README.md diff --git a/stable/kdenlive-vnc/5.3.0/app-changelog.md b/stable/kdenlive-vnc/5.3.0/app-changelog.md new file mode 100644 index 00000000000..d9aba2b46d1 --- /dev/null +++ b/stable/kdenlive-vnc/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [kdenlive-vnc-5.3.0](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.2.3...kdenlive-vnc-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/kdenlive-vnc/5.1.3/app-readme.md b/stable/kdenlive-vnc/5.3.0/app-readme.md similarity index 100% rename from stable/kdenlive-vnc/5.1.3/app-readme.md rename to stable/kdenlive-vnc/5.3.0/app-readme.md diff --git a/stable/kdenlive-vnc/5.3.0/charts/common-18.2.0.tgz b/stable/kdenlive-vnc/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/kdenlive-vnc/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/kdenlive-vnc/5.1.3/ix_values.yaml b/stable/kdenlive-vnc/5.3.0/ix_values.yaml similarity index 100% rename from stable/kdenlive-vnc/5.1.3/ix_values.yaml rename to stable/kdenlive-vnc/5.3.0/ix_values.yaml diff --git a/stable/kdenlive-vnc/5.1.3/questions.yaml b/stable/kdenlive-vnc/5.3.0/questions.yaml similarity index 100% rename from stable/kdenlive-vnc/5.1.3/questions.yaml rename to stable/kdenlive-vnc/5.3.0/questions.yaml diff --git a/stable/kdenlive-vnc/5.1.3/templates/common.yaml b/stable/kdenlive-vnc/5.3.0/templates/common.yaml similarity index 100% rename from stable/kdenlive-vnc/5.1.3/templates/common.yaml rename to stable/kdenlive-vnc/5.3.0/templates/common.yaml diff --git a/stable/kerio-connect/5.1.3/values.yaml b/stable/kdenlive-vnc/5.3.0/values.yaml similarity index 100% rename from stable/kerio-connect/5.1.3/values.yaml rename to stable/kdenlive-vnc/5.3.0/values.yaml diff --git a/stable/kdenlive/5.2.0/CHANGELOG.md b/stable/kdenlive/5.2.0/CHANGELOG.md deleted file mode 100644 index dca05a443e5..00000000000 --- a/stable/kdenlive/5.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - -## [kdenlive-4.1.17](https://github.com/truecharts/charts/compare/kdenlive-4.1.16...kdenlive-4.1.17) (2024-02-12) - -### Chore - - - -- update container image lscr.io/linuxserver/kdenlive to latest[@85d4ef5](https://github.com/85d4ef5) by renovate ([#18093](https://github.com/truecharts/charts/issues/18093)) - - -## [kdenlive-4.1.16](https://github.com/truecharts/charts/compare/kdenlive-4.1.15...kdenlive-4.1.16) (2024-02-05) - -### Chore - - - -- update container image lscr.io/linuxserver/kdenlive to latest[@199f52f](https://github.com/199f52f) by renovate ([#17980](https://github.com/truecharts/charts/issues/17980)) - - -## [kdenlive-4.1.15](https://github.com/truecharts/charts/compare/kdenlive-4.1.14...kdenlive-4.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [kdenlive-4.1.14](https://github.com/truecharts/charts/compare/kdenlive-4.1.13...kdenlive-4.1.14) (2024-01-29) - -### Chore - - - -- update container image lscr.io/linuxserver/kdenlive to latest[@02dc593](https://github.com/02dc593) by renovate ([#17747](https://github.com/truecharts/charts/issues/17747)) - - -## [kdenlive-4.1.13](https://github.com/truecharts/charts/compare/kdenlive-4.1.12...kdenlive-4.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [kdenlive-4.1.12](https://github.com/truecharts/charts/compare/kdenlive-4.1.11...kdenlive-4.1.12) (2024-01-22) - -### Chore - - - -- update container image lscr.io/linuxserver/kdenlive to latest[@0eaa108](https://github.com/0eaa108) by renovate ([#17513](https://github.com/truecharts/charts/issues/17513)) - - -## [kdenlive-4.1.11](https://github.com/truecharts/charts/compare/kdenlive-4.1.10...kdenlive-4.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [kdenlive-4.1.10](https://github.com/truecharts/charts/compare/kdenlive-4.1.9...kdenlive-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [kdenlive-4.1.9](https://github.com/truecharts/charts/compare/kdenlive-4.1.8...kdenlive-4.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/kdenlive/5.2.0/Chart.yaml b/stable/kdenlive/5.2.0/Chart.yaml deleted file mode 100644 index 16159417b38..00000000000 --- a/stable/kdenlive/5.2.0/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Kdenlive(https://kdenlive.org/) is a powerful free and open source cross-platform video editing program made by the KDE community. Feature rich and production ready. -home: https://truecharts.org/charts/stable/kdenlive -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive.png -keywords: - - kdenlive - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: kdenlive -sources: - - https://github.com/linuxserver/docker-kdenlive#readme - - https://kdenlive.org/ - - https://github.com/orgs/linuxserver/packages/container/package/kdenlive - - https://github.com/truecharts/charts/tree/master/charts/stable/kdenlive - - https://fleet.linuxserver.io/image?name=linuxserver/kdenlive -type: application -version: 5.2.0 diff --git a/stable/kdenlive/5.2.0/charts/common-18.1.2.tgz b/stable/kdenlive/5.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/kdenlive/5.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/kdenlive/5.2.0/ix_values.yaml b/stable/kdenlive/5.2.0/ix_values.yaml deleted file mode 100644 index 7a9e9d4c30f..00000000000 --- a/stable/kdenlive/5.2.0/ix_values.yaml +++ /dev/null @@ -1,31 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: lscr.io/linuxserver/kdenlive - tag: latest@sha256:6b2d3f964d88bc4cf6146efcf68c1fb3b8a015fbc28fcf26baf311c51b106960 -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 3000 - protocol: tcp - targetPort: 3000 -workload: - main: - podSpec: - containers: - main: - env: - KEYBOARD: "" - SUBFOLDER: "" diff --git a/stable/kitana/5.1.3/.helmignore b/stable/kdenlive/5.3.0/.helmignore similarity index 100% rename from stable/kitana/5.1.3/.helmignore rename to stable/kdenlive/5.3.0/.helmignore diff --git a/stable/kdenlive/5.3.0/CHANGELOG.md b/stable/kdenlive/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..39a430a1e1a --- /dev/null +++ b/stable/kdenlive/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kdenlive-5.3.0](https://github.com/truecharts/charts/compare/kdenlive-5.2.4...kdenlive-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [kdenlive-5.2.4](https://github.com/truecharts/charts/compare/kdenlive-5.2.3...kdenlive-5.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [kdenlive-5.2.3](https://github.com/truecharts/charts/compare/kdenlive-5.2.1...kdenlive-5.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + +## [kdenlive-4.1.17](https://github.com/truecharts/charts/compare/kdenlive-4.1.16...kdenlive-4.1.17) (2024-02-12) + +### Chore + + + +- update container image lscr.io/linuxserver/kdenlive to latest[@85d4ef5](https://github.com/85d4ef5) by renovate ([#18093](https://github.com/truecharts/charts/issues/18093)) + + +## [kdenlive-4.1.16](https://github.com/truecharts/charts/compare/kdenlive-4.1.15...kdenlive-4.1.16) (2024-02-05) + +### Chore + + + +- update container image lscr.io/linuxserver/kdenlive to latest[@199f52f](https://github.com/199f52f) by renovate ([#17980](https://github.com/truecharts/charts/issues/17980)) + + +## [kdenlive-4.1.15](https://github.com/truecharts/charts/compare/kdenlive-4.1.14...kdenlive-4.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [kdenlive-4.1.14](https://github.com/truecharts/charts/compare/kdenlive-4.1.13...kdenlive-4.1.14) (2024-01-29) + +### Chore + + + +- update container image lscr.io/linuxserver/kdenlive to latest[@02dc593](https://github.com/02dc593) by renovate ([#17747](https://github.com/truecharts/charts/issues/17747)) + + +## [kdenlive-4.1.13](https://github.com/truecharts/charts/compare/kdenlive-4.1.12...kdenlive-4.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [kdenlive-4.1.12](https://github.com/truecharts/charts/compare/kdenlive-4.1.11...kdenlive-4.1.12) (2024-01-22) + +### Chore + diff --git a/stable/kdenlive/5.3.0/Chart.yaml b/stable/kdenlive/5.3.0/Chart.yaml new file mode 100644 index 00000000000..8216d8427c6 --- /dev/null +++ b/stable/kdenlive/5.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Kdenlive(https://kdenlive.org/) is a powerful free and open source cross-platform video editing program made by the KDE community. Feature rich and production ready. +home: https://truecharts.org/charts/stable/kdenlive +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive.png +keywords: + - kdenlive + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kdenlive +sources: + - https://github.com/linuxserver/docker-kdenlive#readme + - https://kdenlive.org/ + - https://github.com/orgs/linuxserver/packages/container/package/kdenlive + - https://github.com/truecharts/charts/tree/master/charts/stable/kdenlive + - https://fleet.linuxserver.io/image?name=linuxserver/kdenlive +type: application +version: 5.3.0 diff --git a/stable/kdenlive/5.2.0/README.md b/stable/kdenlive/5.3.0/README.md similarity index 100% rename from stable/kdenlive/5.2.0/README.md rename to stable/kdenlive/5.3.0/README.md diff --git a/stable/kdenlive/5.3.0/app-changelog.md b/stable/kdenlive/5.3.0/app-changelog.md new file mode 100644 index 00000000000..f2597ebe1fb --- /dev/null +++ b/stable/kdenlive/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [kdenlive-5.3.0](https://github.com/truecharts/charts/compare/kdenlive-5.2.4...kdenlive-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/kdenlive/5.2.0/app-readme.md b/stable/kdenlive/5.3.0/app-readme.md similarity index 100% rename from stable/kdenlive/5.2.0/app-readme.md rename to stable/kdenlive/5.3.0/app-readme.md diff --git a/stable/kdenlive/5.3.0/charts/common-18.2.0.tgz b/stable/kdenlive/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/kdenlive/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/kdenlive/5.3.0/ix_values.yaml b/stable/kdenlive/5.3.0/ix_values.yaml new file mode 100644 index 00000000000..8ecf355ea39 --- /dev/null +++ b/stable/kdenlive/5.3.0/ix_values.yaml @@ -0,0 +1,31 @@ +image: + pullPolicy: IfNotPresent + repository: lscr.io/linuxserver/kdenlive + tag: latest@sha256:bd2e88fc95aa1a5a9af22fb17c36241d5d9dc57c810ff2ea6221ef3d2fe3cdc6 +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 3000 + protocol: tcp + targetPort: 3000 +workload: + main: + podSpec: + containers: + main: + env: + KEYBOARD: "" + SUBFOLDER: "" diff --git a/stable/kdenlive/5.2.0/questions.yaml b/stable/kdenlive/5.3.0/questions.yaml similarity index 100% rename from stable/kdenlive/5.2.0/questions.yaml rename to stable/kdenlive/5.3.0/questions.yaml diff --git a/stable/kdenlive/5.2.0/templates/common.yaml b/stable/kdenlive/5.3.0/templates/common.yaml similarity index 100% rename from stable/kdenlive/5.2.0/templates/common.yaml rename to stable/kdenlive/5.3.0/templates/common.yaml diff --git a/stable/kitana/5.1.3/values.yaml b/stable/kdenlive/5.3.0/values.yaml similarity index 100% rename from stable/kitana/5.1.3/values.yaml rename to stable/kdenlive/5.3.0/values.yaml diff --git a/stable/keeweb/5.1.3/CHANGELOG.md b/stable/keeweb/5.1.3/CHANGELOG.md deleted file mode 100644 index 0a55b6bc94f..00000000000 --- a/stable/keeweb/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [keeweb-4.1.11](https://github.com/truecharts/charts/compare/keeweb-4.1.10...keeweb-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [keeweb-4.1.10](https://github.com/truecharts/charts/compare/keeweb-4.1.9...keeweb-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [keeweb-4.1.9](https://github.com/truecharts/charts/compare/keeweb-4.1.8...keeweb-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [keeweb-4.1.8](https://github.com/truecharts/charts/compare/keeweb-4.1.7...keeweb-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [keeweb-4.1.7](https://github.com/truecharts/charts/compare/keeweb-4.1.6...keeweb-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [keeweb-4.1.6](https://github.com/truecharts/charts/compare/keeweb-4.1.5...keeweb-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [keeweb-4.1.5](https://github.com/truecharts/charts/compare/keeweb-4.1.4...keeweb-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [keeweb-4.1.4](https://github.com/truecharts/charts/compare/keeweb-4.1.3...keeweb-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [keeweb-4.1.3](https://github.com/truecharts/charts/compare/keeweb-4.1.0...keeweb-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/keeweb/5.1.3/Chart.yaml b/stable/keeweb/5.1.3/Chart.yaml deleted file mode 100644 index 1e2d5d74682..00000000000 --- a/stable/keeweb/5.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This webapp is a browser and desktop password manager compatible with KeePass databases. It doesn't require any server or additional resources. The app can run either in browser, or as a desktop app. -home: https://truecharts.org/charts/stable/keeweb -icon: https://truecharts.org/img/hotlink-ok/chart-icons/keeweb.png -keywords: - - keeweb - - Productivity - - Tools-Utilities - - Network-Web - - Network-Management -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: keeweb -sources: - - https://github.com/keeweb/keeweb - - https://github.com/truecharts/charts/tree/master/charts/stable/keeweb - - https://hub.docker.com/r/antelle/keeweb -type: application -version: 5.1.3 diff --git a/stable/keeweb/5.1.3/charts/common-18.0.3.tgz b/stable/keeweb/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/keeweb/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/kitchenowl/9.1.3/.helmignore b/stable/keeweb/5.3.0/.helmignore similarity index 100% rename from stable/kitchenowl/9.1.3/.helmignore rename to stable/keeweb/5.3.0/.helmignore diff --git a/stable/keeweb/5.3.0/CHANGELOG.md b/stable/keeweb/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..46be320341a --- /dev/null +++ b/stable/keeweb/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [keeweb-5.3.0](https://github.com/truecharts/charts/compare/keeweb-5.2.3...keeweb-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [keeweb-5.2.3](https://github.com/truecharts/charts/compare/keeweb-5.2.2...keeweb-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [keeweb-5.2.2](https://github.com/truecharts/charts/compare/keeweb-5.2.0...keeweb-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [keeweb-4.1.11](https://github.com/truecharts/charts/compare/keeweb-4.1.10...keeweb-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [keeweb-4.1.10](https://github.com/truecharts/charts/compare/keeweb-4.1.9...keeweb-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [keeweb-4.1.9](https://github.com/truecharts/charts/compare/keeweb-4.1.8...keeweb-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [keeweb-4.1.8](https://github.com/truecharts/charts/compare/keeweb-4.1.7...keeweb-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [keeweb-4.1.7](https://github.com/truecharts/charts/compare/keeweb-4.1.6...keeweb-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [keeweb-4.1.6](https://github.com/truecharts/charts/compare/keeweb-4.1.5...keeweb-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/keeweb/5.3.0/Chart.yaml b/stable/keeweb/5.3.0/Chart.yaml new file mode 100644 index 00000000000..aa04285db03 --- /dev/null +++ b/stable/keeweb/5.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This webapp is a browser and desktop password manager compatible with KeePass databases. It doesn't require any server or additional resources. The app can run either in browser, or as a desktop app. +home: https://truecharts.org/charts/stable/keeweb +icon: https://truecharts.org/img/hotlink-ok/chart-icons/keeweb.png +keywords: + - keeweb + - Productivity + - Tools-Utilities + - Network-Web + - Network-Management +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: keeweb +sources: + - https://github.com/keeweb/keeweb + - https://github.com/truecharts/charts/tree/master/charts/stable/keeweb + - https://hub.docker.com/r/antelle/keeweb +type: application +version: 5.3.0 diff --git a/stable/keeweb/5.1.3/README.md b/stable/keeweb/5.3.0/README.md similarity index 100% rename from stable/keeweb/5.1.3/README.md rename to stable/keeweb/5.3.0/README.md diff --git a/stable/keeweb/5.3.0/app-changelog.md b/stable/keeweb/5.3.0/app-changelog.md new file mode 100644 index 00000000000..3a323e2b3a8 --- /dev/null +++ b/stable/keeweb/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [keeweb-5.3.0](https://github.com/truecharts/charts/compare/keeweb-5.2.3...keeweb-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/keeweb/5.1.3/app-readme.md b/stable/keeweb/5.3.0/app-readme.md similarity index 100% rename from stable/keeweb/5.1.3/app-readme.md rename to stable/keeweb/5.3.0/app-readme.md diff --git a/stable/keeweb/5.3.0/charts/common-18.2.0.tgz b/stable/keeweb/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/keeweb/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/keeweb/5.1.3/ix_values.yaml b/stable/keeweb/5.3.0/ix_values.yaml similarity index 100% rename from stable/keeweb/5.1.3/ix_values.yaml rename to stable/keeweb/5.3.0/ix_values.yaml diff --git a/stable/keeweb/5.1.3/questions.yaml b/stable/keeweb/5.3.0/questions.yaml similarity index 100% rename from stable/keeweb/5.1.3/questions.yaml rename to stable/keeweb/5.3.0/questions.yaml diff --git a/stable/keeweb/5.1.3/templates/common.yaml b/stable/keeweb/5.3.0/templates/common.yaml similarity index 100% rename from stable/keeweb/5.1.3/templates/common.yaml rename to stable/keeweb/5.3.0/templates/common.yaml diff --git a/stable/kitchenowl/9.1.3/values.yaml b/stable/keeweb/5.3.0/values.yaml similarity index 100% rename from stable/kitchenowl/9.1.3/values.yaml rename to stable/keeweb/5.3.0/values.yaml diff --git a/stable/kerbalspaceprogram-lmp/5.1.3/CHANGELOG.md b/stable/kerbalspaceprogram-lmp/5.1.3/CHANGELOG.md deleted file mode 100644 index 5d55ebb1cf6..00000000000 --- a/stable/kerbalspaceprogram-lmp/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [kerbalspaceprogram-lmp-4.1.11](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-4.1.10...kerbalspaceprogram-lmp-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [kerbalspaceprogram-lmp-4.1.10](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-4.1.9...kerbalspaceprogram-lmp-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [kerbalspaceprogram-lmp-4.1.9](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-4.1.8...kerbalspaceprogram-lmp-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [kerbalspaceprogram-lmp-4.1.8](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-4.1.7...kerbalspaceprogram-lmp-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [kerbalspaceprogram-lmp-4.1.7](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-4.1.6...kerbalspaceprogram-lmp-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [kerbalspaceprogram-lmp-4.1.6](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-4.1.5...kerbalspaceprogram-lmp-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [kerbalspaceprogram-lmp-4.1.5](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-4.1.4...kerbalspaceprogram-lmp-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [kerbalspaceprogram-lmp-4.1.4](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-4.1.3...kerbalspaceprogram-lmp-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [kerbalspaceprogram-lmp-4.1.3](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-4.1.0...kerbalspaceprogram-lmp-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/kerbalspaceprogram-lmp/5.1.3/Chart.yaml b/stable/kerbalspaceprogram-lmp/5.1.3/Chart.yaml deleted file mode 100644 index 0bcceba49d0..00000000000 --- a/stable/kerbalspaceprogram-lmp/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and run Luna Multiplayer for Kerbal Space Program (KSP). -home: https://truecharts.org/charts/stable/kerbalspaceprogram-lmp -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kerbalspaceprogram-lmp.png -keywords: - - kerbalspaceprogram-lmp - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: kerbalspaceprogram-lmp -sources: - - https://github.com/LunaMultiplayer/LunaMultiplayer - - https://github.com/truecharts/charts/tree/master/charts/stable/kerbalspaceprogram-lmp - - https://hub.docker.com/r/ich777/lunamultiplayer-ksp -type: application -version: 5.1.3 diff --git a/stable/kerbalspaceprogram-lmp/5.1.3/charts/common-18.0.3.tgz b/stable/kerbalspaceprogram-lmp/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/kerbalspaceprogram-lmp/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/kiwix-serve/8.1.4/.helmignore b/stable/kerbalspaceprogram-lmp/5.3.0/.helmignore similarity index 100% rename from stable/kiwix-serve/8.1.4/.helmignore rename to stable/kerbalspaceprogram-lmp/5.3.0/.helmignore diff --git a/stable/kerbalspaceprogram-lmp/5.3.0/CHANGELOG.md b/stable/kerbalspaceprogram-lmp/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..a00ac26b14e --- /dev/null +++ b/stable/kerbalspaceprogram-lmp/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kerbalspaceprogram-lmp-5.3.0](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.2.3...kerbalspaceprogram-lmp-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [kerbalspaceprogram-lmp-5.2.3](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.2.2...kerbalspaceprogram-lmp-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [kerbalspaceprogram-lmp-5.2.2](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.2.0...kerbalspaceprogram-lmp-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [kerbalspaceprogram-lmp-4.1.11](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-4.1.10...kerbalspaceprogram-lmp-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [kerbalspaceprogram-lmp-4.1.10](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-4.1.9...kerbalspaceprogram-lmp-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [kerbalspaceprogram-lmp-4.1.9](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-4.1.8...kerbalspaceprogram-lmp-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [kerbalspaceprogram-lmp-4.1.8](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-4.1.7...kerbalspaceprogram-lmp-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [kerbalspaceprogram-lmp-4.1.7](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-4.1.6...kerbalspaceprogram-lmp-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [kerbalspaceprogram-lmp-4.1.6](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-4.1.5...kerbalspaceprogram-lmp-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/kerbalspaceprogram-lmp/5.3.0/Chart.yaml b/stable/kerbalspaceprogram-lmp/5.3.0/Chart.yaml new file mode 100644 index 00000000000..51d1ea03127 --- /dev/null +++ b/stable/kerbalspaceprogram-lmp/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and run Luna Multiplayer for Kerbal Space Program (KSP). +home: https://truecharts.org/charts/stable/kerbalspaceprogram-lmp +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kerbalspaceprogram-lmp.png +keywords: + - kerbalspaceprogram-lmp + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kerbalspaceprogram-lmp +sources: + - https://github.com/LunaMultiplayer/LunaMultiplayer + - https://github.com/truecharts/charts/tree/master/charts/stable/kerbalspaceprogram-lmp + - https://hub.docker.com/r/ich777/lunamultiplayer-ksp +type: application +version: 5.3.0 diff --git a/stable/kerbalspaceprogram-lmp/5.1.3/README.md b/stable/kerbalspaceprogram-lmp/5.3.0/README.md similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.1.3/README.md rename to stable/kerbalspaceprogram-lmp/5.3.0/README.md diff --git a/stable/kerbalspaceprogram-lmp/5.3.0/app-changelog.md b/stable/kerbalspaceprogram-lmp/5.3.0/app-changelog.md new file mode 100644 index 00000000000..da71d2f1f1e --- /dev/null +++ b/stable/kerbalspaceprogram-lmp/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [kerbalspaceprogram-lmp-5.3.0](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.2.3...kerbalspaceprogram-lmp-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/kerbalspaceprogram-lmp/5.1.3/app-readme.md b/stable/kerbalspaceprogram-lmp/5.3.0/app-readme.md similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.1.3/app-readme.md rename to stable/kerbalspaceprogram-lmp/5.3.0/app-readme.md diff --git a/stable/kerbalspaceprogram-lmp/5.3.0/charts/common-18.2.0.tgz b/stable/kerbalspaceprogram-lmp/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/kerbalspaceprogram-lmp/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/kerbalspaceprogram-lmp/5.1.3/ix_values.yaml b/stable/kerbalspaceprogram-lmp/5.3.0/ix_values.yaml similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.1.3/ix_values.yaml rename to stable/kerbalspaceprogram-lmp/5.3.0/ix_values.yaml diff --git a/stable/kerbalspaceprogram-lmp/5.1.3/questions.yaml b/stable/kerbalspaceprogram-lmp/5.3.0/questions.yaml similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.1.3/questions.yaml rename to stable/kerbalspaceprogram-lmp/5.3.0/questions.yaml diff --git a/stable/kerbalspaceprogram-lmp/5.1.3/templates/common.yaml b/stable/kerbalspaceprogram-lmp/5.3.0/templates/common.yaml similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.1.3/templates/common.yaml rename to stable/kerbalspaceprogram-lmp/5.3.0/templates/common.yaml diff --git a/stable/kiwix-serve/8.1.4/values.yaml b/stable/kerbalspaceprogram-lmp/5.3.0/values.yaml similarity index 100% rename from stable/kiwix-serve/8.1.4/values.yaml rename to stable/kerbalspaceprogram-lmp/5.3.0/values.yaml diff --git a/stable/kerio-connect/5.1.3/CHANGELOG.md b/stable/kerio-connect/5.1.3/CHANGELOG.md deleted file mode 100644 index 0e65619754c..00000000000 --- a/stable/kerio-connect/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [kerio-connect-4.1.11](https://github.com/truecharts/charts/compare/kerio-connect-4.1.10...kerio-connect-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [kerio-connect-4.1.10](https://github.com/truecharts/charts/compare/kerio-connect-4.1.9...kerio-connect-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [kerio-connect-4.1.9](https://github.com/truecharts/charts/compare/kerio-connect-4.1.8...kerio-connect-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [kerio-connect-4.1.8](https://github.com/truecharts/charts/compare/kerio-connect-4.1.7...kerio-connect-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [kerio-connect-4.1.7](https://github.com/truecharts/charts/compare/kerio-connect-4.1.6...kerio-connect-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [kerio-connect-4.1.6](https://github.com/truecharts/charts/compare/kerio-connect-4.1.5...kerio-connect-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [kerio-connect-4.1.5](https://github.com/truecharts/charts/compare/kerio-connect-4.1.4...kerio-connect-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [kerio-connect-4.1.4](https://github.com/truecharts/charts/compare/kerio-connect-4.1.3...kerio-connect-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [kerio-connect-4.1.3](https://github.com/truecharts/charts/compare/kerio-connect-4.1.0...kerio-connect-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/kerio-connect/5.1.3/Chart.yaml b/stable/kerio-connect/5.1.3/Chart.yaml deleted file mode 100644 index 504543dd371..00000000000 --- a/stable/kerio-connect/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Web - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Kerio Connect is Mail/Groupware like Microsoft Exchange, but running on Linux. More Informations under www.kerio.com/connect -home: https://truecharts.org/charts/stable/kerio-connect -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kerio-connect.png -keywords: - - kerio-connect - - Network-Web - - Network-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: kerio-connect -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/kerio-connect - - https://hub.docker.com/r/chvb/docker-kerio-connect -type: application -version: 5.1.3 diff --git a/stable/kerio-connect/5.1.3/charts/common-18.0.3.tgz b/stable/kerio-connect/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/kerio-connect/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/kms/18.1.3/.helmignore b/stable/kerio-connect/5.3.0/.helmignore similarity index 100% rename from stable/kms/18.1.3/.helmignore rename to stable/kerio-connect/5.3.0/.helmignore diff --git a/stable/kerio-connect/5.3.0/CHANGELOG.md b/stable/kerio-connect/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..6919720147e --- /dev/null +++ b/stable/kerio-connect/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kerio-connect-5.3.0](https://github.com/truecharts/charts/compare/kerio-connect-5.2.3...kerio-connect-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [kerio-connect-5.2.3](https://github.com/truecharts/charts/compare/kerio-connect-5.2.2...kerio-connect-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [kerio-connect-5.2.2](https://github.com/truecharts/charts/compare/kerio-connect-5.2.0...kerio-connect-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [kerio-connect-4.1.11](https://github.com/truecharts/charts/compare/kerio-connect-4.1.10...kerio-connect-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [kerio-connect-4.1.10](https://github.com/truecharts/charts/compare/kerio-connect-4.1.9...kerio-connect-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [kerio-connect-4.1.9](https://github.com/truecharts/charts/compare/kerio-connect-4.1.8...kerio-connect-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [kerio-connect-4.1.8](https://github.com/truecharts/charts/compare/kerio-connect-4.1.7...kerio-connect-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [kerio-connect-4.1.7](https://github.com/truecharts/charts/compare/kerio-connect-4.1.6...kerio-connect-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [kerio-connect-4.1.6](https://github.com/truecharts/charts/compare/kerio-connect-4.1.5...kerio-connect-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/kerio-connect/5.3.0/Chart.yaml b/stable/kerio-connect/5.3.0/Chart.yaml new file mode 100644 index 00000000000..b55c8010855 --- /dev/null +++ b/stable/kerio-connect/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Web + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Kerio Connect is Mail/Groupware like Microsoft Exchange, but running on Linux. More Informations under www.kerio.com/connect +home: https://truecharts.org/charts/stable/kerio-connect +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kerio-connect.png +keywords: + - kerio-connect + - Network-Web + - Network-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kerio-connect +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/kerio-connect + - https://hub.docker.com/r/chvb/docker-kerio-connect +type: application +version: 5.3.0 diff --git a/stable/kerio-connect/5.1.3/README.md b/stable/kerio-connect/5.3.0/README.md similarity index 100% rename from stable/kerio-connect/5.1.3/README.md rename to stable/kerio-connect/5.3.0/README.md diff --git a/stable/kerio-connect/5.3.0/app-changelog.md b/stable/kerio-connect/5.3.0/app-changelog.md new file mode 100644 index 00000000000..5675efbfb19 --- /dev/null +++ b/stable/kerio-connect/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [kerio-connect-5.3.0](https://github.com/truecharts/charts/compare/kerio-connect-5.2.3...kerio-connect-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/kerio-connect/5.1.3/app-readme.md b/stable/kerio-connect/5.3.0/app-readme.md similarity index 100% rename from stable/kerio-connect/5.1.3/app-readme.md rename to stable/kerio-connect/5.3.0/app-readme.md diff --git a/stable/kerio-connect/5.3.0/charts/common-18.2.0.tgz b/stable/kerio-connect/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/kerio-connect/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/kerio-connect/5.1.3/ix_values.yaml b/stable/kerio-connect/5.3.0/ix_values.yaml similarity index 100% rename from stable/kerio-connect/5.1.3/ix_values.yaml rename to stable/kerio-connect/5.3.0/ix_values.yaml diff --git a/stable/kerio-connect/5.1.3/questions.yaml b/stable/kerio-connect/5.3.0/questions.yaml similarity index 100% rename from stable/kerio-connect/5.1.3/questions.yaml rename to stable/kerio-connect/5.3.0/questions.yaml diff --git a/stable/kerio-connect/5.1.3/templates/common.yaml b/stable/kerio-connect/5.3.0/templates/common.yaml similarity index 100% rename from stable/kerio-connect/5.1.3/templates/common.yaml rename to stable/kerio-connect/5.3.0/templates/common.yaml diff --git a/stable/kms/18.1.3/values.yaml b/stable/kerio-connect/5.3.0/values.yaml similarity index 100% rename from stable/kms/18.1.3/values.yaml rename to stable/kerio-connect/5.3.0/values.yaml diff --git a/stable/kitana/5.1.3/CHANGELOG.md b/stable/kitana/5.1.3/CHANGELOG.md deleted file mode 100644 index 11fd3fca21c..00000000000 --- a/stable/kitana/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [kitana-4.1.12](https://github.com/truecharts/charts/compare/kitana-4.1.11...kitana-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [kitana-4.1.11](https://github.com/truecharts/charts/compare/kitana-4.1.10...kitana-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [kitana-4.1.10](https://github.com/truecharts/charts/compare/kitana-4.1.9...kitana-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [kitana-4.1.9](https://github.com/truecharts/charts/compare/kitana-4.1.8...kitana-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [kitana-4.1.8](https://github.com/truecharts/charts/compare/kitana-4.1.7...kitana-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [kitana-4.1.7](https://github.com/truecharts/charts/compare/kitana-4.1.6...kitana-4.1.7) (2024-01-14) - - - - -## [kitana-4.1.6](https://github.com/truecharts/charts/compare/kitana-4.1.5...kitana-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [kitana-4.1.5](https://github.com/truecharts/charts/compare/kitana-4.1.4...kitana-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [kitana-4.1.4](https://github.com/truecharts/charts/compare/kitana-4.1.3...kitana-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [kitana-4.1.3](https://github.com/truecharts/charts/compare/kitana-4.1.0...kitana-4.1.3) (2024-01-01) - -### Chore diff --git a/stable/kitana/5.1.3/Chart.yaml b/stable/kitana/5.1.3/Chart.yaml deleted file mode 100644 index b6053aa4188..00000000000 --- a/stable/kitana/5.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Kitana exposes your Plex plugin interfaces "to the outside world". It does that by authenticating against Plex.TV, then connecting to the Plex Media Server you tell it to, and essentially proxying the plugin UI. It has full PMS connection awareness and allows you to connect locally, remotely, or even via relay. -home: https://truecharts.org/charts/stable/kitana -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kitana.png -keywords: - - kitana - - home-automation - - Tools-Utilities - - MediaApp-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: kitana -sources: - - https://github.com/pannal/Kitana - - https://github.com/truecharts/charts/tree/master/charts/stable/kitana - - https://hub.docker.com/r/pannal/kitana -type: application -version: 5.1.3 diff --git a/stable/kitana/5.1.3/charts/common-18.0.3.tgz b/stable/kitana/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/kitana/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/kodi-headless/9.1.3/.helmignore b/stable/kitana/5.3.0/.helmignore similarity index 100% rename from stable/kodi-headless/9.1.3/.helmignore rename to stable/kitana/5.3.0/.helmignore diff --git a/stable/kitana/5.3.0/CHANGELOG.md b/stable/kitana/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..679e06cfbff --- /dev/null +++ b/stable/kitana/5.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kitana-5.3.0](https://github.com/truecharts/charts/compare/kitana-5.2.3...kitana-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [kitana-5.2.3](https://github.com/truecharts/charts/compare/kitana-5.2.2...kitana-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [kitana-5.2.2](https://github.com/truecharts/charts/compare/kitana-5.2.0...kitana-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [kitana-4.1.12](https://github.com/truecharts/charts/compare/kitana-4.1.11...kitana-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [kitana-4.1.11](https://github.com/truecharts/charts/compare/kitana-4.1.10...kitana-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [kitana-4.1.10](https://github.com/truecharts/charts/compare/kitana-4.1.9...kitana-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [kitana-4.1.9](https://github.com/truecharts/charts/compare/kitana-4.1.8...kitana-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [kitana-4.1.8](https://github.com/truecharts/charts/compare/kitana-4.1.7...kitana-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [kitana-4.1.7](https://github.com/truecharts/charts/compare/kitana-4.1.6...kitana-4.1.7) (2024-01-14) + + + + +## [kitana-4.1.6](https://github.com/truecharts/charts/compare/kitana-4.1.5...kitana-4.1.6) (2024-01-09) + +### Chore \ No newline at end of file diff --git a/stable/kitana/5.3.0/Chart.yaml b/stable/kitana/5.3.0/Chart.yaml new file mode 100644 index 00000000000..0341bab7bc7 --- /dev/null +++ b/stable/kitana/5.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Kitana exposes your Plex plugin interfaces "to the outside world". It does that by authenticating against Plex.TV, then connecting to the Plex Media Server you tell it to, and essentially proxying the plugin UI. It has full PMS connection awareness and allows you to connect locally, remotely, or even via relay. +home: https://truecharts.org/charts/stable/kitana +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kitana.png +keywords: + - kitana + - home-automation + - Tools-Utilities + - MediaApp-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kitana +sources: + - https://github.com/pannal/Kitana + - https://github.com/truecharts/charts/tree/master/charts/stable/kitana + - https://hub.docker.com/r/pannal/kitana +type: application +version: 5.3.0 diff --git a/stable/kitana/5.1.3/README.md b/stable/kitana/5.3.0/README.md similarity index 100% rename from stable/kitana/5.1.3/README.md rename to stable/kitana/5.3.0/README.md diff --git a/stable/kitana/5.3.0/app-changelog.md b/stable/kitana/5.3.0/app-changelog.md new file mode 100644 index 00000000000..52ac79ddd1b --- /dev/null +++ b/stable/kitana/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [kitana-5.3.0](https://github.com/truecharts/charts/compare/kitana-5.2.3...kitana-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/kitana/5.1.3/app-readme.md b/stable/kitana/5.3.0/app-readme.md similarity index 100% rename from stable/kitana/5.1.3/app-readme.md rename to stable/kitana/5.3.0/app-readme.md diff --git a/stable/kitana/5.3.0/charts/common-18.2.0.tgz b/stable/kitana/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/kitana/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/kitana/5.1.3/ix_values.yaml b/stable/kitana/5.3.0/ix_values.yaml similarity index 100% rename from stable/kitana/5.1.3/ix_values.yaml rename to stable/kitana/5.3.0/ix_values.yaml diff --git a/stable/kitana/5.1.3/questions.yaml b/stable/kitana/5.3.0/questions.yaml similarity index 100% rename from stable/kitana/5.1.3/questions.yaml rename to stable/kitana/5.3.0/questions.yaml diff --git a/stable/kitana/5.1.3/templates/common.yaml b/stable/kitana/5.3.0/templates/common.yaml similarity index 100% rename from stable/kitana/5.1.3/templates/common.yaml rename to stable/kitana/5.3.0/templates/common.yaml diff --git a/stable/kodi-headless/9.1.3/values.yaml b/stable/kitana/5.3.0/values.yaml similarity index 100% rename from stable/kodi-headless/9.1.3/values.yaml rename to stable/kitana/5.3.0/values.yaml diff --git a/stable/kitchenowl/9.1.3/CHANGELOG.md b/stable/kitchenowl/9.1.3/CHANGELOG.md deleted file mode 100644 index 5e1ade30fdd..00000000000 --- a/stable/kitchenowl/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [kitchenowl-8.3.5](https://github.com/truecharts/charts/compare/kitchenowl-8.3.4...kitchenowl-8.3.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [kitchenowl-8.3.4](https://github.com/truecharts/charts/compare/kitchenowl-8.3.3...kitchenowl-8.3.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [kitchenowl-8.3.3](https://github.com/truecharts/charts/compare/kitchenowl-8.3.2...kitchenowl-8.3.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [kitchenowl-8.3.2](https://github.com/truecharts/charts/compare/kitchenowl-8.3.1...kitchenowl-8.3.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [kitchenowl-8.3.1](https://github.com/truecharts/charts/compare/kitchenowl-8.3.0...kitchenowl-8.3.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [kitchenowl-8.3.0](https://github.com/truecharts/charts/compare/kitchenowl-8.2.2...kitchenowl-8.3.0) (2024-01-12) - -### Fix - - - -- assign backend environment variables ([#17050](https://github.com/truecharts/charts/issues/17050)) - - -## [kitchenowl-8.2.2](https://github.com/truecharts/charts/compare/kitchenowl-8.2.1...kitchenowl-8.2.2) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [kitchenowl-8.2.1](https://github.com/truecharts/charts/compare/kitchenowl-8.2.0...kitchenowl-8.2.1) (2024-01-08) - -### Chore - - - -- update container image tombursch/kitchenowl-web to latest[@8144301](https://github.com/8144301) by renovate ([#16968](https://github.com/truecharts/charts/issues/16968)) - -- update container image tombursch/kitchenowl to latest[@0a4ae56](https://github.com/0a4ae56) by renovate ([#16967](https://github.com/truecharts/charts/issues/16967)) - - -## [kitchenowl-8.2.0](https://github.com/truecharts/charts/compare/kitchenowl-8.1.5...kitchenowl-8.2.0) (2024-01-03) - -### Feat - - - -- Add OIDC providers ([#16748](https://github.com/truecharts/charts/issues/16748)) \ No newline at end of file diff --git a/stable/kitchenowl/9.1.3/Chart.yaml b/stable/kitchenowl/9.1.3/Chart.yaml deleted file mode 100644 index 428d9038430..00000000000 --- a/stable/kitchenowl/9.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: KitchenOwl is a smart self-hosted grocery list and recipe manager. -home: https://truecharts.org/charts/stable/kitchenowl -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kitchenowl.png -keywords: - - recipes - - kitchen - - grocery -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: kitchenowl -sources: - - https://tombursch.github.io/kitchenowl - - https://github.com/truecharts/charts/tree/master/charts/stable/kitchenowl - - https://hub.docker.com/r/tombursch/kitchenowl-web - - https://hub.docker.com/r/tombursch/kitchenowl -type: application -version: 9.1.3 diff --git a/stable/kitchenowl/9.1.3/charts/common-18.0.3.tgz b/stable/kitchenowl/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/kitchenowl/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/kitchenowl/9.1.3/questions.yaml b/stable/kitchenowl/9.1.3/questions.yaml deleted file mode 100755 index fdd5cc02ce7..00000000000 --- a/stable/kitchenowl/9.1.3/questions.yaml +++ /dev/null @@ -1,3357 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: FRONT_URL - label: "FRONT_URL" - description: "The url the instance will be accessed. eg. http://192.168.1.100:10246 or https://kitchen.mydomain.com" - schema: - type: string - required: true - default: "" - - variable: OIDC_ISSUER - label: "OIDC Issuer" - description: "See https://docs.kitchenowl.org/self-hosting/oidc/" - schema: - type: string - default: "" - - variable: OIDC_CLIENT_ID - label: "OIDC Client ID" - description: "See https://docs.kitchenowl.org/self-hosting/oidc/" - schema: - type: string - default: "" - - variable: OIDC_CLIENT_SECRET - label: "OIDC Client Secret" - description: "See https://docs.kitchenowl.org/self-hosting/oidc/" - schema: - type: string - default: "" - - variable: APPLE_CLIENT_ID - label: "Apple Client ID" - description: "See https://docs.kitchenowl.org/self-hosting/oidc/" - schema: - type: string - default: "" - - variable: APPLE_CLIENT_SECRET - label: "Apple Client Secret" - description: "See https://docs.kitchenowl.org/self-hosting/oidc/" - schema: - type: string - default: "" - - variable: GOOGLE_CLIENT_ID - label: "Google Client ID" - description: "See https://docs.kitchenowl.org/self-hosting/oidc/" - schema: - type: string - default: "" - - variable: GOOGLE_CLIENT_SECRET - label: "Google Client Secret" - description: "See https://docs.kitchenowl.org/self-hosting/oidc/" - schema: - type: string - default: "" - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10246 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/komga/13.1.3/.helmignore b/stable/kitchenowl/9.3.0/.helmignore similarity index 100% rename from stable/komga/13.1.3/.helmignore rename to stable/kitchenowl/9.3.0/.helmignore diff --git a/stable/kitchenowl/9.3.0/CHANGELOG.md b/stable/kitchenowl/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..fc52f9f72e1 --- /dev/null +++ b/stable/kitchenowl/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kitchenowl-9.3.0](https://github.com/truecharts/charts/compare/kitchenowl-9.2.3...kitchenowl-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [kitchenowl-9.2.3](https://github.com/truecharts/charts/compare/kitchenowl-9.2.2...kitchenowl-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [kitchenowl-9.2.2](https://github.com/truecharts/charts/compare/kitchenowl-9.2.0...kitchenowl-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [kitchenowl-8.3.5](https://github.com/truecharts/charts/compare/kitchenowl-8.3.4...kitchenowl-8.3.5) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [kitchenowl-8.3.4](https://github.com/truecharts/charts/compare/kitchenowl-8.3.3...kitchenowl-8.3.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [kitchenowl-8.3.3](https://github.com/truecharts/charts/compare/kitchenowl-8.3.2...kitchenowl-8.3.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [kitchenowl-8.3.2](https://github.com/truecharts/charts/compare/kitchenowl-8.3.1...kitchenowl-8.3.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [kitchenowl-8.3.1](https://github.com/truecharts/charts/compare/kitchenowl-8.3.0...kitchenowl-8.3.1) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [kitchenowl-8.3.0](https://github.com/truecharts/charts/compare/kitchenowl-8.2.2...kitchenowl-8.3.0) (2024-01-12) + +### Fix + + diff --git a/stable/kitchenowl/9.3.0/Chart.yaml b/stable/kitchenowl/9.3.0/Chart.yaml new file mode 100644 index 00000000000..4d23b6e81cc --- /dev/null +++ b/stable/kitchenowl/9.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: KitchenOwl is a smart self-hosted grocery list and recipe manager. +home: https://truecharts.org/charts/stable/kitchenowl +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kitchenowl.png +keywords: + - recipes + - kitchen + - grocery +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kitchenowl +sources: + - https://tombursch.github.io/kitchenowl + - https://github.com/truecharts/charts/tree/master/charts/stable/kitchenowl + - https://hub.docker.com/r/tombursch/kitchenowl-web + - https://hub.docker.com/r/tombursch/kitchenowl +type: application +version: 9.3.0 diff --git a/stable/kitchenowl/9.1.3/README.md b/stable/kitchenowl/9.3.0/README.md similarity index 100% rename from stable/kitchenowl/9.1.3/README.md rename to stable/kitchenowl/9.3.0/README.md diff --git a/stable/kitchenowl/9.3.0/app-changelog.md b/stable/kitchenowl/9.3.0/app-changelog.md new file mode 100644 index 00000000000..f054707be5a --- /dev/null +++ b/stable/kitchenowl/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [kitchenowl-9.3.0](https://github.com/truecharts/charts/compare/kitchenowl-9.2.3...kitchenowl-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/kitchenowl/9.1.3/app-readme.md b/stable/kitchenowl/9.3.0/app-readme.md similarity index 100% rename from stable/kitchenowl/9.1.3/app-readme.md rename to stable/kitchenowl/9.3.0/app-readme.md diff --git a/stable/kitchenowl/9.3.0/charts/common-18.2.0.tgz b/stable/kitchenowl/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/kitchenowl/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/kitchenowl/9.1.3/ix_values.yaml b/stable/kitchenowl/9.3.0/ix_values.yaml similarity index 100% rename from stable/kitchenowl/9.1.3/ix_values.yaml rename to stable/kitchenowl/9.3.0/ix_values.yaml diff --git a/stable/kitchenowl/9.3.0/questions.yaml b/stable/kitchenowl/9.3.0/questions.yaml new file mode 100755 index 00000000000..62fb1764b9e --- /dev/null +++ b/stable/kitchenowl/9.3.0/questions.yaml @@ -0,0 +1,3315 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: FRONT_URL + label: "FRONT_URL" + description: "The url the instance will be accessed. eg. http://192.168.1.100:10246 or https://kitchen.mydomain.com" + schema: + type: string + required: true + default: "" + - variable: OIDC_ISSUER + label: "OIDC Issuer" + description: "See https://docs.kitchenowl.org/self-hosting/oidc/" + schema: + type: string + default: "" + - variable: OIDC_CLIENT_ID + label: "OIDC Client ID" + description: "See https://docs.kitchenowl.org/self-hosting/oidc/" + schema: + type: string + default: "" + - variable: OIDC_CLIENT_SECRET + label: "OIDC Client Secret" + description: "See https://docs.kitchenowl.org/self-hosting/oidc/" + schema: + type: string + default: "" + - variable: APPLE_CLIENT_ID + label: "Apple Client ID" + description: "See https://docs.kitchenowl.org/self-hosting/oidc/" + schema: + type: string + default: "" + - variable: APPLE_CLIENT_SECRET + label: "Apple Client Secret" + description: "See https://docs.kitchenowl.org/self-hosting/oidc/" + schema: + type: string + default: "" + - variable: GOOGLE_CLIENT_ID + label: "Google Client ID" + description: "See https://docs.kitchenowl.org/self-hosting/oidc/" + schema: + type: string + default: "" + - variable: GOOGLE_CLIENT_SECRET + label: "Google Client Secret" + description: "See https://docs.kitchenowl.org/self-hosting/oidc/" + schema: + type: string + default: "" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10246 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: data + label: "App Data Storage" + description: "Stores the Application Data." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/komga/13.1.3/templates/NOTES.txt b/stable/kitchenowl/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/komga/13.1.3/templates/NOTES.txt rename to stable/kitchenowl/9.3.0/templates/NOTES.txt diff --git a/stable/kitchenowl/9.1.3/templates/_secrets.tpl b/stable/kitchenowl/9.3.0/templates/_secrets.tpl similarity index 100% rename from stable/kitchenowl/9.1.3/templates/_secrets.tpl rename to stable/kitchenowl/9.3.0/templates/_secrets.tpl diff --git a/stable/kitchenowl/9.1.3/templates/common.yaml b/stable/kitchenowl/9.3.0/templates/common.yaml similarity index 100% rename from stable/kitchenowl/9.1.3/templates/common.yaml rename to stable/kitchenowl/9.3.0/templates/common.yaml diff --git a/stable/komga/13.1.3/values.yaml b/stable/kitchenowl/9.3.0/values.yaml similarity index 100% rename from stable/komga/13.1.3/values.yaml rename to stable/kitchenowl/9.3.0/values.yaml diff --git a/stable/kiwix-serve/8.1.4/CHANGELOG.md b/stable/kiwix-serve/8.1.4/CHANGELOG.md deleted file mode 100644 index 025b08e9305..00000000000 --- a/stable/kiwix-serve/8.1.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [kiwix-serve-7.1.12](https://github.com/truecharts/charts/compare/kiwix-serve-7.1.11...kiwix-serve-7.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [kiwix-serve-7.1.11](https://github.com/truecharts/charts/compare/kiwix-serve-7.1.10...kiwix-serve-7.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [kiwix-serve-7.1.10](https://github.com/truecharts/charts/compare/kiwix-serve-7.1.9...kiwix-serve-7.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [kiwix-serve-7.1.9](https://github.com/truecharts/charts/compare/kiwix-serve-7.1.8...kiwix-serve-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [kiwix-serve-7.1.8](https://github.com/truecharts/charts/compare/kiwix-serve-7.1.7...kiwix-serve-7.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [kiwix-serve-7.1.7](https://github.com/truecharts/charts/compare/kiwix-serve-7.1.6...kiwix-serve-7.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [kiwix-serve-7.1.6](https://github.com/truecharts/charts/compare/kiwix-serve-7.1.5...kiwix-serve-7.1.6) (2024-01-03) - -### Chore - - - -- update container image ghcr.io/kiwix/kiwix-serve to 3.6.0[@b25f5fc](https://github.com/b25f5fc) by renovate ([#16711](https://github.com/truecharts/charts/issues/16711)) - - -## [kiwix-serve-7.1.5](https://github.com/truecharts/charts/compare/kiwix-serve-7.1.4...kiwix-serve-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [kiwix-serve-7.1.4](https://github.com/truecharts/charts/compare/kiwix-serve-7.1.3...kiwix-serve-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes diff --git a/stable/kiwix-serve/8.1.4/Chart.yaml b/stable/kiwix-serve/8.1.4/Chart.yaml deleted file mode 100644 index f05eec4d557..00000000000 --- a/stable/kiwix-serve/8.1.4/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.6.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Kiwix enables you to have the whole Wikipedia at hand wherever you go! -home: https://truecharts.org/charts/stable/kiwix-serve -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kiwix-serve.png -keywords: - - kiwix-serve - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: kiwix-serve -sources: - - https://www.kiwix.org/ - - https://github.com/kiwix/kiwix-tools/blob/master/docker/server - - https://github.com/truecharts/charts/tree/master/charts/stable/kiwix-serve - - https://ghcr.io/kiwix/kiwix-serve -type: application -version: 8.1.4 diff --git a/stable/kiwix-serve/8.1.4/charts/common-18.0.3.tgz b/stable/kiwix-serve/8.1.4/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/kiwix-serve/8.1.4/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/kopia/11.1.3/.helmignore b/stable/kiwix-serve/8.3.0/.helmignore similarity index 100% rename from stable/kopia/11.1.3/.helmignore rename to stable/kiwix-serve/8.3.0/.helmignore diff --git a/stable/kiwix-serve/8.3.0/CHANGELOG.md b/stable/kiwix-serve/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..80e91c7fd45 --- /dev/null +++ b/stable/kiwix-serve/8.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kiwix-serve-8.3.0](https://github.com/truecharts/charts/compare/kiwix-serve-8.2.3...kiwix-serve-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [kiwix-serve-8.2.3](https://github.com/truecharts/charts/compare/kiwix-serve-8.2.2...kiwix-serve-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [kiwix-serve-8.2.2](https://github.com/truecharts/charts/compare/kiwix-serve-8.2.0...kiwix-serve-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [kiwix-serve-7.1.12](https://github.com/truecharts/charts/compare/kiwix-serve-7.1.11...kiwix-serve-7.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [kiwix-serve-7.1.11](https://github.com/truecharts/charts/compare/kiwix-serve-7.1.10...kiwix-serve-7.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [kiwix-serve-7.1.10](https://github.com/truecharts/charts/compare/kiwix-serve-7.1.9...kiwix-serve-7.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [kiwix-serve-7.1.9](https://github.com/truecharts/charts/compare/kiwix-serve-7.1.8...kiwix-serve-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [kiwix-serve-7.1.8](https://github.com/truecharts/charts/compare/kiwix-serve-7.1.7...kiwix-serve-7.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [kiwix-serve-7.1.7](https://github.com/truecharts/charts/compare/kiwix-serve-7.1.6...kiwix-serve-7.1.7) (2024-01-09) + +### Chore + diff --git a/stable/kiwix-serve/8.3.0/Chart.yaml b/stable/kiwix-serve/8.3.0/Chart.yaml new file mode 100644 index 00000000000..7a757bcab4f --- /dev/null +++ b/stable/kiwix-serve/8.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.6.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Kiwix enables you to have the whole Wikipedia at hand wherever you go! +home: https://truecharts.org/charts/stable/kiwix-serve +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kiwix-serve.png +keywords: + - kiwix-serve + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kiwix-serve +sources: + - https://www.kiwix.org/ + - https://github.com/kiwix/kiwix-tools/blob/master/docker/server + - https://github.com/truecharts/charts/tree/master/charts/stable/kiwix-serve + - https://ghcr.io/kiwix/kiwix-serve +type: application +version: 8.3.0 diff --git a/stable/kiwix-serve/8.1.4/README.md b/stable/kiwix-serve/8.3.0/README.md similarity index 100% rename from stable/kiwix-serve/8.1.4/README.md rename to stable/kiwix-serve/8.3.0/README.md diff --git a/stable/kiwix-serve/8.3.0/app-changelog.md b/stable/kiwix-serve/8.3.0/app-changelog.md new file mode 100644 index 00000000000..0c65de5e667 --- /dev/null +++ b/stable/kiwix-serve/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [kiwix-serve-8.3.0](https://github.com/truecharts/charts/compare/kiwix-serve-8.2.3...kiwix-serve-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/kiwix-serve/8.1.4/app-readme.md b/stable/kiwix-serve/8.3.0/app-readme.md similarity index 100% rename from stable/kiwix-serve/8.1.4/app-readme.md rename to stable/kiwix-serve/8.3.0/app-readme.md diff --git a/stable/kiwix-serve/8.3.0/charts/common-18.2.0.tgz b/stable/kiwix-serve/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/kiwix-serve/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/kiwix-serve/8.1.4/ix_values.yaml b/stable/kiwix-serve/8.3.0/ix_values.yaml similarity index 100% rename from stable/kiwix-serve/8.1.4/ix_values.yaml rename to stable/kiwix-serve/8.3.0/ix_values.yaml diff --git a/stable/kiwix-serve/8.1.4/questions.yaml b/stable/kiwix-serve/8.3.0/questions.yaml similarity index 100% rename from stable/kiwix-serve/8.1.4/questions.yaml rename to stable/kiwix-serve/8.3.0/questions.yaml diff --git a/stable/kopia/11.1.3/templates/NOTES.txt b/stable/kiwix-serve/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/kopia/11.1.3/templates/NOTES.txt rename to stable/kiwix-serve/8.3.0/templates/NOTES.txt diff --git a/stable/kiwix-serve/8.1.4/templates/common.yaml b/stable/kiwix-serve/8.3.0/templates/common.yaml similarity index 100% rename from stable/kiwix-serve/8.1.4/templates/common.yaml rename to stable/kiwix-serve/8.3.0/templates/common.yaml diff --git a/stable/kopia/11.1.3/values.yaml b/stable/kiwix-serve/8.3.0/values.yaml similarity index 100% rename from stable/kopia/11.1.3/values.yaml rename to stable/kiwix-serve/8.3.0/values.yaml diff --git a/stable/kms/18.1.3/CHANGELOG.md b/stable/kms/18.1.3/CHANGELOG.md deleted file mode 100644 index 46c149d85c3..00000000000 --- a/stable/kms/18.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [kms-17.1.11](https://github.com/truecharts/charts/compare/kms-17.1.10...kms-17.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [kms-17.1.10](https://github.com/truecharts/charts/compare/kms-17.1.9...kms-17.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [kms-17.1.9](https://github.com/truecharts/charts/compare/kms-17.1.8...kms-17.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [kms-17.1.8](https://github.com/truecharts/charts/compare/kms-17.1.7...kms-17.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [kms-17.1.7](https://github.com/truecharts/charts/compare/kms-17.1.6...kms-17.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [kms-17.1.6](https://github.com/truecharts/charts/compare/kms-17.1.5...kms-17.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [kms-17.1.5](https://github.com/truecharts/charts/compare/kms-17.1.4...kms-17.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [kms-17.1.4](https://github.com/truecharts/charts/compare/kms-17.1.3...kms-17.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [kms-17.1.3](https://github.com/truecharts/charts/compare/kms-17.1.0...kms-17.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/kms/18.1.3/Chart.yaml b/stable/kms/18.1.3/Chart.yaml deleted file mode 100644 index 4cf279c18ea..00000000000 --- a/stable/kms/18.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: graywares - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: minimal -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Private Windows Activation Server for development and testing -home: https://truecharts.org/charts/stable/kms -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kms.png -keywords: - - kms -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: kms -sources: - - https://github.com/Py-KMS-Organization/py-kms - - https://github.com/truecharts/charts/tree/master/charts/stable/kms - - https://hub.docker.com/r/pykmsorg/py-kms -type: application -version: 18.1.3 diff --git a/stable/kms/18.1.3/charts/common-18.0.3.tgz b/stable/kms/18.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/kms/18.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/krusader/5.1.3/.helmignore b/stable/kms/18.3.0/.helmignore similarity index 100% rename from stable/krusader/5.1.3/.helmignore rename to stable/kms/18.3.0/.helmignore diff --git a/stable/kms/18.3.0/CHANGELOG.md b/stable/kms/18.3.0/CHANGELOG.md new file mode 100644 index 00000000000..38f1c087916 --- /dev/null +++ b/stable/kms/18.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kms-18.3.0](https://github.com/truecharts/charts/compare/kms-18.2.3...kms-18.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [kms-18.2.3](https://github.com/truecharts/charts/compare/kms-18.2.2...kms-18.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [kms-18.2.2](https://github.com/truecharts/charts/compare/kms-18.2.0...kms-18.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [kms-17.1.11](https://github.com/truecharts/charts/compare/kms-17.1.10...kms-17.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [kms-17.1.10](https://github.com/truecharts/charts/compare/kms-17.1.9...kms-17.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [kms-17.1.9](https://github.com/truecharts/charts/compare/kms-17.1.8...kms-17.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [kms-17.1.8](https://github.com/truecharts/charts/compare/kms-17.1.7...kms-17.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [kms-17.1.7](https://github.com/truecharts/charts/compare/kms-17.1.6...kms-17.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [kms-17.1.6](https://github.com/truecharts/charts/compare/kms-17.1.5...kms-17.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/kms/18.3.0/Chart.yaml b/stable/kms/18.3.0/Chart.yaml new file mode 100644 index 00000000000..93cefbd689a --- /dev/null +++ b/stable/kms/18.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: graywares + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: minimal +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Private Windows Activation Server for development and testing +home: https://truecharts.org/charts/stable/kms +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kms.png +keywords: + - kms +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kms +sources: + - https://github.com/Py-KMS-Organization/py-kms + - https://github.com/truecharts/charts/tree/master/charts/stable/kms + - https://hub.docker.com/r/pykmsorg/py-kms +type: application +version: 18.3.0 diff --git a/stable/kms/18.1.3/README.md b/stable/kms/18.3.0/README.md similarity index 100% rename from stable/kms/18.1.3/README.md rename to stable/kms/18.3.0/README.md diff --git a/stable/kms/18.3.0/app-changelog.md b/stable/kms/18.3.0/app-changelog.md new file mode 100644 index 00000000000..d366e123474 --- /dev/null +++ b/stable/kms/18.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [kms-18.3.0](https://github.com/truecharts/charts/compare/kms-18.2.3...kms-18.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/kms/18.1.3/app-readme.md b/stable/kms/18.3.0/app-readme.md similarity index 100% rename from stable/kms/18.1.3/app-readme.md rename to stable/kms/18.3.0/app-readme.md diff --git a/stable/kms/18.3.0/charts/common-18.2.0.tgz b/stable/kms/18.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/kms/18.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/kms/18.1.3/ix_values.yaml b/stable/kms/18.3.0/ix_values.yaml similarity index 100% rename from stable/kms/18.1.3/ix_values.yaml rename to stable/kms/18.3.0/ix_values.yaml diff --git a/stable/kms/18.1.3/questions.yaml b/stable/kms/18.3.0/questions.yaml similarity index 100% rename from stable/kms/18.1.3/questions.yaml rename to stable/kms/18.3.0/questions.yaml diff --git a/stable/lama-cleaner/6.1.3/templates/NOTES.txt b/stable/kms/18.3.0/templates/NOTES.txt similarity index 100% rename from stable/lama-cleaner/6.1.3/templates/NOTES.txt rename to stable/kms/18.3.0/templates/NOTES.txt diff --git a/stable/lancache-dns/8.1.3/templates/common.yaml b/stable/kms/18.3.0/templates/common.yaml similarity index 100% rename from stable/lancache-dns/8.1.3/templates/common.yaml rename to stable/kms/18.3.0/templates/common.yaml diff --git a/stable/krusader/5.1.3/values.yaml b/stable/kms/18.3.0/values.yaml similarity index 100% rename from stable/krusader/5.1.3/values.yaml rename to stable/kms/18.3.0/values.yaml diff --git a/stable/kodi-headless/9.1.3/CHANGELOG.md b/stable/kodi-headless/9.1.3/CHANGELOG.md deleted file mode 100644 index b7cb1d70e24..00000000000 --- a/stable/kodi-headless/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [kodi-headless-8.1.11](https://github.com/truecharts/charts/compare/kodi-headless-8.1.10...kodi-headless-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [kodi-headless-8.1.10](https://github.com/truecharts/charts/compare/kodi-headless-8.1.9...kodi-headless-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [kodi-headless-8.1.9](https://github.com/truecharts/charts/compare/kodi-headless-8.1.8...kodi-headless-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [kodi-headless-8.1.8](https://github.com/truecharts/charts/compare/kodi-headless-8.1.7...kodi-headless-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [kodi-headless-8.1.7](https://github.com/truecharts/charts/compare/kodi-headless-8.1.6...kodi-headless-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [kodi-headless-8.1.6](https://github.com/truecharts/charts/compare/kodi-headless-8.1.5...kodi-headless-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [kodi-headless-8.1.5](https://github.com/truecharts/charts/compare/kodi-headless-8.1.4...kodi-headless-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [kodi-headless-8.1.4](https://github.com/truecharts/charts/compare/kodi-headless-8.1.3...kodi-headless-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [kodi-headless-8.1.3](https://github.com/truecharts/charts/compare/kodi-headless-8.1.0...kodi-headless-8.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/kodi-headless/9.1.3/Chart.yaml b/stable/kodi-headless/9.1.3/Chart.yaml deleted file mode 100644 index fabe6cea794..00000000000 --- a/stable/kodi-headless/9.1.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 190.0.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A headless install of kodi in a docker container. -home: https://truecharts.org/charts/stable/kodi-headless -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kodi-headless.png -keywords: - - kodi-headless -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: kodi-headless -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/kodi-headless - - https://hub.docker.com/r/linuxserver/kodi-headless -type: application -version: 9.1.3 diff --git a/stable/kodi-headless/9.1.3/charts/common-18.0.3.tgz b/stable/kodi-headless/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/kodi-headless/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/lama-cleaner/6.1.3/.helmignore b/stable/kodi-headless/9.3.0/.helmignore similarity index 100% rename from stable/lama-cleaner/6.1.3/.helmignore rename to stable/kodi-headless/9.3.0/.helmignore diff --git a/stable/kodi-headless/9.3.0/CHANGELOG.md b/stable/kodi-headless/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..08443a717cd --- /dev/null +++ b/stable/kodi-headless/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kodi-headless-9.3.0](https://github.com/truecharts/charts/compare/kodi-headless-9.2.3...kodi-headless-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [kodi-headless-9.2.3](https://github.com/truecharts/charts/compare/kodi-headless-9.2.2...kodi-headless-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [kodi-headless-9.2.2](https://github.com/truecharts/charts/compare/kodi-headless-9.2.0...kodi-headless-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [kodi-headless-8.1.11](https://github.com/truecharts/charts/compare/kodi-headless-8.1.10...kodi-headless-8.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [kodi-headless-8.1.10](https://github.com/truecharts/charts/compare/kodi-headless-8.1.9...kodi-headless-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [kodi-headless-8.1.9](https://github.com/truecharts/charts/compare/kodi-headless-8.1.8...kodi-headless-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [kodi-headless-8.1.8](https://github.com/truecharts/charts/compare/kodi-headless-8.1.7...kodi-headless-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [kodi-headless-8.1.7](https://github.com/truecharts/charts/compare/kodi-headless-8.1.6...kodi-headless-8.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [kodi-headless-8.1.6](https://github.com/truecharts/charts/compare/kodi-headless-8.1.5...kodi-headless-8.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/kodi-headless/9.3.0/Chart.yaml b/stable/kodi-headless/9.3.0/Chart.yaml new file mode 100644 index 00000000000..256ff44673a --- /dev/null +++ b/stable/kodi-headless/9.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 190.0.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A headless install of kodi in a docker container. +home: https://truecharts.org/charts/stable/kodi-headless +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kodi-headless.png +keywords: + - kodi-headless +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kodi-headless +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/kodi-headless + - https://hub.docker.com/r/linuxserver/kodi-headless +type: application +version: 9.3.0 diff --git a/stable/kodi-headless/9.1.3/README.md b/stable/kodi-headless/9.3.0/README.md similarity index 100% rename from stable/kodi-headless/9.1.3/README.md rename to stable/kodi-headless/9.3.0/README.md diff --git a/stable/kodi-headless/9.3.0/app-changelog.md b/stable/kodi-headless/9.3.0/app-changelog.md new file mode 100644 index 00000000000..6fbe09df7f4 --- /dev/null +++ b/stable/kodi-headless/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [kodi-headless-9.3.0](https://github.com/truecharts/charts/compare/kodi-headless-9.2.3...kodi-headless-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/kodi-headless/9.1.3/app-readme.md b/stable/kodi-headless/9.3.0/app-readme.md similarity index 100% rename from stable/kodi-headless/9.1.3/app-readme.md rename to stable/kodi-headless/9.3.0/app-readme.md diff --git a/stable/kodi-headless/9.3.0/charts/common-18.2.0.tgz b/stable/kodi-headless/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/kodi-headless/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/kodi-headless/9.1.3/ix_values.yaml b/stable/kodi-headless/9.3.0/ix_values.yaml similarity index 100% rename from stable/kodi-headless/9.1.3/ix_values.yaml rename to stable/kodi-headless/9.3.0/ix_values.yaml diff --git a/stable/kodi-headless/9.1.3/questions.yaml b/stable/kodi-headless/9.3.0/questions.yaml similarity index 100% rename from stable/kodi-headless/9.1.3/questions.yaml rename to stable/kodi-headless/9.3.0/questions.yaml diff --git a/stable/lancache-dns/8.1.3/templates/NOTES.txt b/stable/kodi-headless/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/lancache-dns/8.1.3/templates/NOTES.txt rename to stable/kodi-headless/9.3.0/templates/NOTES.txt diff --git a/stable/lanraragi/9.1.3/templates/common.yaml b/stable/kodi-headless/9.3.0/templates/common.yaml similarity index 100% rename from stable/lanraragi/9.1.3/templates/common.yaml rename to stable/kodi-headless/9.3.0/templates/common.yaml diff --git a/stable/lama-cleaner/6.1.3/values.yaml b/stable/kodi-headless/9.3.0/values.yaml similarity index 100% rename from stable/lama-cleaner/6.1.3/values.yaml rename to stable/kodi-headless/9.3.0/values.yaml diff --git a/stable/komga/13.1.3/CHANGELOG.md b/stable/komga/13.1.3/CHANGELOG.md deleted file mode 100644 index db2b2bc1d55..00000000000 --- a/stable/komga/13.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [komga-12.2.9](https://github.com/truecharts/charts/compare/komga-12.2.8...komga-12.2.9) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [komga-12.2.8](https://github.com/truecharts/charts/compare/komga-12.2.7...komga-12.2.8) (2024-01-29) - -### Chore - - - -- update container image gotson/komga to v1.10.3[@d962b7a](https://github.com/d962b7a) by renovate ([#17678](https://github.com/truecharts/charts/issues/17678)) - - -## [komga-12.2.7](https://github.com/truecharts/charts/compare/komga-12.2.6...komga-12.2.7) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [komga-12.2.6](https://github.com/truecharts/charts/compare/komga-12.2.5...komga-12.2.6) (2024-01-22) - -### Chore - - - -- update container image gotson/komga to v1.10.2[@3cc3c8c](https://github.com/3cc3c8c) by renovate ([#17508](https://github.com/truecharts/charts/issues/17508)) - - -## [komga-12.2.5](https://github.com/truecharts/charts/compare/komga-12.2.4...komga-12.2.5) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [komga-12.2.4](https://github.com/truecharts/charts/compare/komga-12.2.3...komga-12.2.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [komga-12.2.3](https://github.com/truecharts/charts/compare/komga-12.2.2...komga-12.2.3) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [komga-12.2.2](https://github.com/truecharts/charts/compare/komga-12.2.1...komga-12.2.2) (2024-01-14) - -### Chore - - - -- update container image gotson/komga to v1.10.1[@ffe43cb](https://github.com/ffe43cb) by renovate ([#17192](https://github.com/truecharts/charts/issues/17192)) - - - - -## [komga-12.2.1](https://github.com/truecharts/charts/compare/komga-12.2.0...komga-12.2.1) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - diff --git a/stable/komga/13.1.3/Chart.yaml b/stable/komga/13.1.3/Chart.yaml deleted file mode 100644 index 711b3d45eab..00000000000 --- a/stable/komga/13.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.10.3 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A comics/mangas server to serve/stream pages via API -home: https://truecharts.org/charts/stable/komga -icon: https://truecharts.org/img/hotlink-ok/chart-icons/komga.png -keywords: - - komga - - comics - - mangas - - server -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: komga -sources: - - https://github.com/gotson/komga - - https://komga.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/komga - - https://hub.docker.com/r/gotson/komga -type: application -version: 13.1.3 diff --git a/stable/komga/13.1.3/charts/common-18.0.3.tgz b/stable/komga/13.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/komga/13.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/lancache-dns/8.1.3/.helmignore b/stable/komga/13.3.0/.helmignore similarity index 100% rename from stable/lancache-dns/8.1.3/.helmignore rename to stable/komga/13.3.0/.helmignore diff --git a/stable/komga/13.3.0/CHANGELOG.md b/stable/komga/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..e8aaeb6cad1 --- /dev/null +++ b/stable/komga/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [komga-13.3.0](https://github.com/truecharts/charts/compare/komga-13.2.3...komga-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [komga-13.2.3](https://github.com/truecharts/charts/compare/komga-13.2.2...komga-13.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [komga-13.2.2](https://github.com/truecharts/charts/compare/komga-13.2.0...komga-13.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [komga-12.2.9](https://github.com/truecharts/charts/compare/komga-12.2.8...komga-12.2.9) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [komga-12.2.8](https://github.com/truecharts/charts/compare/komga-12.2.7...komga-12.2.8) (2024-01-29) + +### Chore + + + +- update container image gotson/komga to v1.10.3[@d962b7a](https://github.com/d962b7a) by renovate ([#17678](https://github.com/truecharts/charts/issues/17678)) + + +## [komga-12.2.7](https://github.com/truecharts/charts/compare/komga-12.2.6...komga-12.2.7) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [komga-12.2.6](https://github.com/truecharts/charts/compare/komga-12.2.5...komga-12.2.6) (2024-01-22) + +### Chore + + + +- update container image gotson/komga to v1.10.2[@3cc3c8c](https://github.com/3cc3c8c) by renovate ([#17508](https://github.com/truecharts/charts/issues/17508)) + + +## [komga-12.2.5](https://github.com/truecharts/charts/compare/komga-12.2.4...komga-12.2.5) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [komga-12.2.4](https://github.com/truecharts/charts/compare/komga-12.2.3...komga-12.2.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) diff --git a/stable/komga/13.3.0/Chart.yaml b/stable/komga/13.3.0/Chart.yaml new file mode 100644 index 00000000000..1befec26dde --- /dev/null +++ b/stable/komga/13.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.10.3 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A comics/mangas server to serve/stream pages via API +home: https://truecharts.org/charts/stable/komga +icon: https://truecharts.org/img/hotlink-ok/chart-icons/komga.png +keywords: + - komga + - comics + - mangas + - server +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: komga +sources: + - https://github.com/gotson/komga + - https://komga.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/komga + - https://hub.docker.com/r/gotson/komga +type: application +version: 13.3.0 diff --git a/stable/komga/13.1.3/README.md b/stable/komga/13.3.0/README.md similarity index 100% rename from stable/komga/13.1.3/README.md rename to stable/komga/13.3.0/README.md diff --git a/stable/komga/13.3.0/app-changelog.md b/stable/komga/13.3.0/app-changelog.md new file mode 100644 index 00000000000..f6f9a2e6387 --- /dev/null +++ b/stable/komga/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [komga-13.3.0](https://github.com/truecharts/charts/compare/komga-13.2.3...komga-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/komga/13.1.3/app-readme.md b/stable/komga/13.3.0/app-readme.md similarity index 100% rename from stable/komga/13.1.3/app-readme.md rename to stable/komga/13.3.0/app-readme.md diff --git a/stable/komga/13.3.0/charts/common-18.2.0.tgz b/stable/komga/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/komga/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/komga/13.1.3/ix_values.yaml b/stable/komga/13.3.0/ix_values.yaml similarity index 100% rename from stable/komga/13.1.3/ix_values.yaml rename to stable/komga/13.3.0/ix_values.yaml diff --git a/stable/komga/13.1.3/questions.yaml b/stable/komga/13.3.0/questions.yaml similarity index 100% rename from stable/komga/13.1.3/questions.yaml rename to stable/komga/13.3.0/questions.yaml diff --git a/stable/lancache-monolithic/8.1.3/templates/NOTES.txt b/stable/komga/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/lancache-monolithic/8.1.3/templates/NOTES.txt rename to stable/komga/13.3.0/templates/NOTES.txt diff --git a/stable/lazylibrarian/18.2.0/templates/common.yaml b/stable/komga/13.3.0/templates/common.yaml similarity index 100% rename from stable/lazylibrarian/18.2.0/templates/common.yaml rename to stable/komga/13.3.0/templates/common.yaml diff --git a/stable/lancache-dns/8.1.3/values.yaml b/stable/komga/13.3.0/values.yaml similarity index 100% rename from stable/lancache-dns/8.1.3/values.yaml rename to stable/komga/13.3.0/values.yaml diff --git a/stable/kopia/11.1.3/CHANGELOG.md b/stable/kopia/11.1.3/CHANGELOG.md deleted file mode 100644 index 672e7969f45..00000000000 --- a/stable/kopia/11.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [kopia-10.1.14](https://github.com/truecharts/charts/compare/kopia-10.1.13...kopia-10.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [kopia-10.1.13](https://github.com/truecharts/charts/compare/kopia-10.1.12...kopia-10.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [kopia-10.1.12](https://github.com/truecharts/charts/compare/kopia-10.1.11...kopia-10.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [kopia-10.1.11](https://github.com/truecharts/charts/compare/kopia-10.1.10...kopia-10.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [kopia-10.1.10](https://github.com/truecharts/charts/compare/kopia-10.1.9...kopia-10.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [kopia-10.1.9](https://github.com/truecharts/charts/compare/kopia-10.1.8...kopia-10.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [kopia-10.1.8](https://github.com/truecharts/charts/compare/kopia-10.1.7...kopia-10.1.8) (2024-01-03) - -### Chore - - - -- update container image kopia/kopia to 0.15.0[@fea96ce](https://github.com/fea96ce) by renovate ([#16783](https://github.com/truecharts/charts/issues/16783)) - - -## [kopia-10.1.7](https://github.com/truecharts/charts/compare/kopia-10.1.6...kopia-10.1.7) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [kopia-10.1.6](https://github.com/truecharts/charts/compare/kopia-10.1.4...kopia-10.1.6) (2024-01-02) - -### Chore - - - -- fix some refs ([#16749](https://github.com/truecharts/charts/issues/16749)) - diff --git a/stable/kopia/11.1.3/Chart.yaml b/stable/kopia/11.1.3/Chart.yaml deleted file mode 100644 index 976e153bdb2..00000000000 --- a/stable/kopia/11.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utility - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.15.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Kopia is a simple, cross-platform tool for managing encrypted backups in the cloud. It provides fast, incremental backups, secure, client-side end-to-end encryption, compression and data deduplication. -home: https://truecharts.org/charts/stable/kopia -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kopia.png -keywords: - - backup -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: kopia -sources: - - https://github.com/kopia/kopia - - https://kopia.io/docs/installation/#docker-images - - https://github.com/truecharts/charts/tree/master/charts/stable/kopia - - https://hub.docker.com/r/kopia/kopia -type: application -version: 11.1.3 diff --git a/stable/kopia/11.1.3/charts/common-18.0.3.tgz b/stable/kopia/11.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/kopia/11.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/lancache-monolithic/8.1.3/.helmignore b/stable/kopia/11.3.0/.helmignore similarity index 100% rename from stable/lancache-monolithic/8.1.3/.helmignore rename to stable/kopia/11.3.0/.helmignore diff --git a/stable/kopia/11.3.0/CHANGELOG.md b/stable/kopia/11.3.0/CHANGELOG.md new file mode 100644 index 00000000000..2103a9f2457 --- /dev/null +++ b/stable/kopia/11.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kopia-11.3.0](https://github.com/truecharts/charts/compare/kopia-11.2.3...kopia-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [kopia-11.2.3](https://github.com/truecharts/charts/compare/kopia-11.2.2...kopia-11.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [kopia-11.2.2](https://github.com/truecharts/charts/compare/kopia-11.2.0...kopia-11.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [kopia-10.1.14](https://github.com/truecharts/charts/compare/kopia-10.1.13...kopia-10.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [kopia-10.1.13](https://github.com/truecharts/charts/compare/kopia-10.1.12...kopia-10.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [kopia-10.1.12](https://github.com/truecharts/charts/compare/kopia-10.1.11...kopia-10.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [kopia-10.1.11](https://github.com/truecharts/charts/compare/kopia-10.1.10...kopia-10.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [kopia-10.1.10](https://github.com/truecharts/charts/compare/kopia-10.1.9...kopia-10.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [kopia-10.1.9](https://github.com/truecharts/charts/compare/kopia-10.1.8...kopia-10.1.9) (2024-01-09) + +### Chore + + diff --git a/stable/kopia/11.3.0/Chart.yaml b/stable/kopia/11.3.0/Chart.yaml new file mode 100644 index 00000000000..e13d9f29373 --- /dev/null +++ b/stable/kopia/11.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utility + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.15.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Kopia is a simple, cross-platform tool for managing encrypted backups in the cloud. It provides fast, incremental backups, secure, client-side end-to-end encryption, compression and data deduplication. +home: https://truecharts.org/charts/stable/kopia +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kopia.png +keywords: + - backup +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kopia +sources: + - https://github.com/kopia/kopia + - https://kopia.io/docs/installation/#docker-images + - https://github.com/truecharts/charts/tree/master/charts/stable/kopia + - https://hub.docker.com/r/kopia/kopia +type: application +version: 11.3.0 diff --git a/stable/kopia/11.1.3/README.md b/stable/kopia/11.3.0/README.md similarity index 100% rename from stable/kopia/11.1.3/README.md rename to stable/kopia/11.3.0/README.md diff --git a/stable/kopia/11.3.0/app-changelog.md b/stable/kopia/11.3.0/app-changelog.md new file mode 100644 index 00000000000..02758f0bc7b --- /dev/null +++ b/stable/kopia/11.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [kopia-11.3.0](https://github.com/truecharts/charts/compare/kopia-11.2.3...kopia-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/kopia/11.1.3/app-readme.md b/stable/kopia/11.3.0/app-readme.md similarity index 100% rename from stable/kopia/11.1.3/app-readme.md rename to stable/kopia/11.3.0/app-readme.md diff --git a/stable/kopia/11.3.0/charts/common-18.2.0.tgz b/stable/kopia/11.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/kopia/11.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/kopia/11.1.3/ix_values.yaml b/stable/kopia/11.3.0/ix_values.yaml similarity index 100% rename from stable/kopia/11.1.3/ix_values.yaml rename to stable/kopia/11.3.0/ix_values.yaml diff --git a/stable/kopia/11.1.3/questions.yaml b/stable/kopia/11.3.0/questions.yaml similarity index 100% rename from stable/kopia/11.1.3/questions.yaml rename to stable/kopia/11.3.0/questions.yaml diff --git a/stable/lanraragi/9.1.3/templates/NOTES.txt b/stable/kopia/11.3.0/templates/NOTES.txt similarity index 100% rename from stable/lanraragi/9.1.3/templates/NOTES.txt rename to stable/kopia/11.3.0/templates/NOTES.txt diff --git a/stable/kopia/11.1.3/templates/_secrets.tpl b/stable/kopia/11.3.0/templates/_secrets.tpl similarity index 100% rename from stable/kopia/11.1.3/templates/_secrets.tpl rename to stable/kopia/11.3.0/templates/_secrets.tpl diff --git a/stable/kopia/11.1.3/templates/common.yaml b/stable/kopia/11.3.0/templates/common.yaml similarity index 100% rename from stable/kopia/11.1.3/templates/common.yaml rename to stable/kopia/11.3.0/templates/common.yaml diff --git a/stable/lancache-monolithic/8.1.3/values.yaml b/stable/kopia/11.3.0/values.yaml similarity index 100% rename from stable/lancache-monolithic/8.1.3/values.yaml rename to stable/kopia/11.3.0/values.yaml diff --git a/stable/krusader/5.1.3/CHANGELOG.md b/stable/krusader/5.1.3/CHANGELOG.md deleted file mode 100644 index 651dd2aa618..00000000000 --- a/stable/krusader/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [krusader-4.1.12](https://github.com/truecharts/charts/compare/krusader-4.1.11...krusader-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [krusader-4.1.11](https://github.com/truecharts/charts/compare/krusader-4.1.10...krusader-4.1.11) (2024-01-29) - -### Chore - - - -- update container image ich777/krusader to latest[@1183d0e](https://github.com/1183d0e) by renovate ([#17634](https://github.com/truecharts/charts/issues/17634)) - - -## [krusader-4.1.10](https://github.com/truecharts/charts/compare/krusader-4.1.9...krusader-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [krusader-4.1.9](https://github.com/truecharts/charts/compare/krusader-4.1.8...krusader-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [krusader-4.1.8](https://github.com/truecharts/charts/compare/krusader-4.1.7...krusader-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [krusader-4.1.7](https://github.com/truecharts/charts/compare/krusader-4.1.6...krusader-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [krusader-4.1.6](https://github.com/truecharts/charts/compare/krusader-4.1.5...krusader-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [krusader-4.1.5](https://github.com/truecharts/charts/compare/krusader-4.1.4...krusader-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [krusader-4.1.4](https://github.com/truecharts/charts/compare/krusader-4.1.3...krusader-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/krusader/5.1.3/Chart.yaml b/stable/krusader/5.1.3/Chart.yaml deleted file mode 100644 index fb4b433bbdd..00000000000 --- a/stable/krusader/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Krusader is an advanced orthodox file manager for KDE and other desktops in the Unix world. It is similar to the console-based GNU Midnight Commander, GNOME Commander for the GNOME desktop environment, or Total Commander for Windows, all of which can trace their paradigmatic features to the original Norton Commander for DOS. It supports extensive archive handling, mounted filesystem support, FTP, advanced search, viewer/editor, directory synchronisation, file content comparisons, batch renaming, etc. -home: https://truecharts.org/charts/stable/krusader -icon: https://truecharts.org/img/hotlink-ok/chart-icons/krusader.png -keywords: - - krusader - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: krusader -sources: - - https://krusader.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/krusader - - https://hub.docker.com/r/ich777/krusader -type: application -version: 5.1.3 diff --git a/stable/krusader/5.1.3/charts/common-18.0.3.tgz b/stable/krusader/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/krusader/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/lanraragi/9.1.3/.helmignore b/stable/krusader/5.3.0/.helmignore similarity index 100% rename from stable/lanraragi/9.1.3/.helmignore rename to stable/krusader/5.3.0/.helmignore diff --git a/stable/krusader/5.3.0/CHANGELOG.md b/stable/krusader/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..4a226306a95 --- /dev/null +++ b/stable/krusader/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [krusader-5.3.0](https://github.com/truecharts/charts/compare/krusader-5.2.3...krusader-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [krusader-5.2.3](https://github.com/truecharts/charts/compare/krusader-5.2.2...krusader-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [krusader-5.2.2](https://github.com/truecharts/charts/compare/krusader-5.2.0...krusader-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [krusader-4.1.12](https://github.com/truecharts/charts/compare/krusader-4.1.11...krusader-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [krusader-4.1.11](https://github.com/truecharts/charts/compare/krusader-4.1.10...krusader-4.1.11) (2024-01-29) + +### Chore + + + +- update container image ich777/krusader to latest[@1183d0e](https://github.com/1183d0e) by renovate ([#17634](https://github.com/truecharts/charts/issues/17634)) + + +## [krusader-4.1.10](https://github.com/truecharts/charts/compare/krusader-4.1.9...krusader-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [krusader-4.1.9](https://github.com/truecharts/charts/compare/krusader-4.1.8...krusader-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [krusader-4.1.8](https://github.com/truecharts/charts/compare/krusader-4.1.7...krusader-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [krusader-4.1.7](https://github.com/truecharts/charts/compare/krusader-4.1.6...krusader-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/krusader/5.3.0/Chart.yaml b/stable/krusader/5.3.0/Chart.yaml new file mode 100644 index 00000000000..7e931e12450 --- /dev/null +++ b/stable/krusader/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Krusader is an advanced orthodox file manager for KDE and other desktops in the Unix world. It is similar to the console-based GNU Midnight Commander, GNOME Commander for the GNOME desktop environment, or Total Commander for Windows, all of which can trace their paradigmatic features to the original Norton Commander for DOS. It supports extensive archive handling, mounted filesystem support, FTP, advanced search, viewer/editor, directory synchronisation, file content comparisons, batch renaming, etc. +home: https://truecharts.org/charts/stable/krusader +icon: https://truecharts.org/img/hotlink-ok/chart-icons/krusader.png +keywords: + - krusader + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: krusader +sources: + - https://krusader.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/krusader + - https://hub.docker.com/r/ich777/krusader +type: application +version: 5.3.0 diff --git a/stable/krusader/5.1.3/README.md b/stable/krusader/5.3.0/README.md similarity index 100% rename from stable/krusader/5.1.3/README.md rename to stable/krusader/5.3.0/README.md diff --git a/stable/krusader/5.3.0/app-changelog.md b/stable/krusader/5.3.0/app-changelog.md new file mode 100644 index 00000000000..8fb7d2bf9a0 --- /dev/null +++ b/stable/krusader/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [krusader-5.3.0](https://github.com/truecharts/charts/compare/krusader-5.2.3...krusader-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/krusader/5.1.3/app-readme.md b/stable/krusader/5.3.0/app-readme.md similarity index 100% rename from stable/krusader/5.1.3/app-readme.md rename to stable/krusader/5.3.0/app-readme.md diff --git a/stable/krusader/5.3.0/charts/common-18.2.0.tgz b/stable/krusader/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/krusader/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/krusader/5.1.3/ix_values.yaml b/stable/krusader/5.3.0/ix_values.yaml similarity index 100% rename from stable/krusader/5.1.3/ix_values.yaml rename to stable/krusader/5.3.0/ix_values.yaml diff --git a/stable/krusader/5.1.3/questions.yaml b/stable/krusader/5.3.0/questions.yaml similarity index 100% rename from stable/krusader/5.1.3/questions.yaml rename to stable/krusader/5.3.0/questions.yaml diff --git a/stable/krusader/5.1.3/templates/common.yaml b/stable/krusader/5.3.0/templates/common.yaml similarity index 100% rename from stable/krusader/5.1.3/templates/common.yaml rename to stable/krusader/5.3.0/templates/common.yaml diff --git a/stable/lanraragi/9.1.3/values.yaml b/stable/krusader/5.3.0/values.yaml similarity index 100% rename from stable/lanraragi/9.1.3/values.yaml rename to stable/krusader/5.3.0/values.yaml diff --git a/stable/lama-cleaner/6.1.3/CHANGELOG.md b/stable/lama-cleaner/6.1.3/CHANGELOG.md deleted file mode 100644 index e0ce19cf3da..00000000000 --- a/stable/lama-cleaner/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [lama-cleaner-5.1.11](https://github.com/truecharts/charts/compare/lama-cleaner-5.1.10...lama-cleaner-5.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [lama-cleaner-5.1.10](https://github.com/truecharts/charts/compare/lama-cleaner-5.1.9...lama-cleaner-5.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [lama-cleaner-5.1.9](https://github.com/truecharts/charts/compare/lama-cleaner-5.1.8...lama-cleaner-5.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [lama-cleaner-5.1.8](https://github.com/truecharts/charts/compare/lama-cleaner-5.1.7...lama-cleaner-5.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [lama-cleaner-5.1.7](https://github.com/truecharts/charts/compare/lama-cleaner-5.1.6...lama-cleaner-5.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [lama-cleaner-5.1.6](https://github.com/truecharts/charts/compare/lama-cleaner-5.1.5...lama-cleaner-5.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [lama-cleaner-5.1.5](https://github.com/truecharts/charts/compare/lama-cleaner-5.1.4...lama-cleaner-5.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [lama-cleaner-5.1.4](https://github.com/truecharts/charts/compare/lama-cleaner-5.1.3...lama-cleaner-5.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [lama-cleaner-5.1.3](https://github.com/truecharts/charts/compare/lama-cleaner-5.1.0...lama-cleaner-5.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/lama-cleaner/6.1.3/Chart.yaml b/stable/lama-cleaner/6.1.3/Chart.yaml deleted file mode 100644 index 11963d7bb8f..00000000000 --- a/stable/lama-cleaner/6.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.33.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Open-source inpainting tool powered by SOTA AI model. -home: https://truecharts.org/charts/stable/lama-cleaner -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lama-cleaner.png -keywords: - - lama-cleaner - - media - - AI -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: lama-cleaner -sources: - - https://github.com/Sanster/lama-cleaner - - https://github.com/truecharts/charts/tree/master/charts/stable/lama-cleaner - - https://hub.docker.com/r/cwq1913/lama-cleaner -type: application -version: 6.1.3 diff --git a/stable/lama-cleaner/6.1.3/charts/common-18.0.3.tgz b/stable/lama-cleaner/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/lama-cleaner/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/lastoasis/5.1.3/.helmignore b/stable/lama-cleaner/6.3.0/.helmignore similarity index 100% rename from stable/lastoasis/5.1.3/.helmignore rename to stable/lama-cleaner/6.3.0/.helmignore diff --git a/stable/lama-cleaner/6.3.0/CHANGELOG.md b/stable/lama-cleaner/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..aeb6834827a --- /dev/null +++ b/stable/lama-cleaner/6.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [lama-cleaner-6.3.0](https://github.com/truecharts/charts/compare/lama-cleaner-6.2.3...lama-cleaner-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [lama-cleaner-6.2.3](https://github.com/truecharts/charts/compare/lama-cleaner-6.2.2...lama-cleaner-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [lama-cleaner-6.2.2](https://github.com/truecharts/charts/compare/lama-cleaner-6.2.0...lama-cleaner-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [lama-cleaner-5.1.11](https://github.com/truecharts/charts/compare/lama-cleaner-5.1.10...lama-cleaner-5.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [lama-cleaner-5.1.10](https://github.com/truecharts/charts/compare/lama-cleaner-5.1.9...lama-cleaner-5.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [lama-cleaner-5.1.9](https://github.com/truecharts/charts/compare/lama-cleaner-5.1.8...lama-cleaner-5.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [lama-cleaner-5.1.8](https://github.com/truecharts/charts/compare/lama-cleaner-5.1.7...lama-cleaner-5.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [lama-cleaner-5.1.7](https://github.com/truecharts/charts/compare/lama-cleaner-5.1.6...lama-cleaner-5.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [lama-cleaner-5.1.6](https://github.com/truecharts/charts/compare/lama-cleaner-5.1.5...lama-cleaner-5.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/lama-cleaner/6.3.0/Chart.yaml b/stable/lama-cleaner/6.3.0/Chart.yaml new file mode 100644 index 00000000000..9fefbf8d1de --- /dev/null +++ b/stable/lama-cleaner/6.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.33.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Open-source inpainting tool powered by SOTA AI model. +home: https://truecharts.org/charts/stable/lama-cleaner +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lama-cleaner.png +keywords: + - lama-cleaner + - media + - AI +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lama-cleaner +sources: + - https://github.com/Sanster/lama-cleaner + - https://github.com/truecharts/charts/tree/master/charts/stable/lama-cleaner + - https://hub.docker.com/r/cwq1913/lama-cleaner +type: application +version: 6.3.0 diff --git a/stable/lama-cleaner/6.1.3/README.md b/stable/lama-cleaner/6.3.0/README.md similarity index 100% rename from stable/lama-cleaner/6.1.3/README.md rename to stable/lama-cleaner/6.3.0/README.md diff --git a/stable/lama-cleaner/6.3.0/app-changelog.md b/stable/lama-cleaner/6.3.0/app-changelog.md new file mode 100644 index 00000000000..1919aca6e68 --- /dev/null +++ b/stable/lama-cleaner/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [lama-cleaner-6.3.0](https://github.com/truecharts/charts/compare/lama-cleaner-6.2.3...lama-cleaner-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/lama-cleaner/6.1.3/app-readme.md b/stable/lama-cleaner/6.3.0/app-readme.md similarity index 100% rename from stable/lama-cleaner/6.1.3/app-readme.md rename to stable/lama-cleaner/6.3.0/app-readme.md diff --git a/stable/lama-cleaner/6.3.0/charts/common-18.2.0.tgz b/stable/lama-cleaner/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/lama-cleaner/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/lama-cleaner/6.1.3/ix_values.yaml b/stable/lama-cleaner/6.3.0/ix_values.yaml similarity index 100% rename from stable/lama-cleaner/6.1.3/ix_values.yaml rename to stable/lama-cleaner/6.3.0/ix_values.yaml diff --git a/stable/lama-cleaner/6.1.3/questions.yaml b/stable/lama-cleaner/6.3.0/questions.yaml similarity index 100% rename from stable/lama-cleaner/6.1.3/questions.yaml rename to stable/lama-cleaner/6.3.0/questions.yaml diff --git a/stable/lazylibrarian/18.2.0/templates/NOTES.txt b/stable/lama-cleaner/6.3.0/templates/NOTES.txt similarity index 100% rename from stable/lazylibrarian/18.2.0/templates/NOTES.txt rename to stable/lama-cleaner/6.3.0/templates/NOTES.txt diff --git a/stable/lama-cleaner/6.1.3/templates/_args.tpl b/stable/lama-cleaner/6.3.0/templates/_args.tpl similarity index 100% rename from stable/lama-cleaner/6.1.3/templates/_args.tpl rename to stable/lama-cleaner/6.3.0/templates/_args.tpl diff --git a/stable/lama-cleaner/6.1.3/templates/common.yaml b/stable/lama-cleaner/6.3.0/templates/common.yaml similarity index 100% rename from stable/lama-cleaner/6.1.3/templates/common.yaml rename to stable/lama-cleaner/6.3.0/templates/common.yaml diff --git a/stable/lastoasis/5.1.3/values.yaml b/stable/lama-cleaner/6.3.0/values.yaml similarity index 100% rename from stable/lastoasis/5.1.3/values.yaml rename to stable/lama-cleaner/6.3.0/values.yaml diff --git a/stable/lancache-dns/8.1.3/CHANGELOG.md b/stable/lancache-dns/8.1.3/CHANGELOG.md deleted file mode 100644 index fd05393b130..00000000000 --- a/stable/lancache-dns/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [lancache-dns-7.1.11](https://github.com/truecharts/charts/compare/lancache-dns-7.1.10...lancache-dns-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [lancache-dns-7.1.10](https://github.com/truecharts/charts/compare/lancache-dns-7.1.9...lancache-dns-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [lancache-dns-7.1.9](https://github.com/truecharts/charts/compare/lancache-dns-7.1.8...lancache-dns-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [lancache-dns-7.1.8](https://github.com/truecharts/charts/compare/lancache-dns-7.1.7...lancache-dns-7.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [lancache-dns-7.1.7](https://github.com/truecharts/charts/compare/lancache-dns-7.1.6...lancache-dns-7.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [lancache-dns-7.1.6](https://github.com/truecharts/charts/compare/lancache-dns-7.1.5...lancache-dns-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [lancache-dns-7.1.5](https://github.com/truecharts/charts/compare/lancache-dns-7.1.4...lancache-dns-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [lancache-dns-7.1.4](https://github.com/truecharts/charts/compare/lancache-dns-7.1.3...lancache-dns-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [lancache-dns-7.1.3](https://github.com/truecharts/charts/compare/lancache-dns-7.1.0...lancache-dns-7.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/lancache-dns/8.1.3/Chart.yaml b/stable/lancache-dns/8.1.3/Chart.yaml deleted file mode 100644 index 6e7b35d8972..00000000000 --- a/stable/lancache-dns/8.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: DNS Chart service for a steam cache. -home: https://truecharts.org/charts/stable/lancache-dns -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lancache-dns.png -keywords: - - lancache-dns - - dns -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: lancache-dns -sources: - - https://github.com/lancachenet/lancache-dns - - https://github.com/truecharts/charts/tree/master/charts/stable/lancache-dns - - https://hub.docker.com/r/lancachenet/lancache-dns -type: application -version: 8.1.3 diff --git a/stable/lancache-dns/8.1.3/charts/common-18.0.3.tgz b/stable/lancache-dns/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/lancache-dns/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/lazylibrarian/18.2.0/.helmignore b/stable/lancache-dns/8.3.0/.helmignore similarity index 100% rename from stable/lazylibrarian/18.2.0/.helmignore rename to stable/lancache-dns/8.3.0/.helmignore diff --git a/stable/lancache-dns/8.3.0/CHANGELOG.md b/stable/lancache-dns/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..bf617f4dc0f --- /dev/null +++ b/stable/lancache-dns/8.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [lancache-dns-8.3.0](https://github.com/truecharts/charts/compare/lancache-dns-8.2.3...lancache-dns-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [lancache-dns-8.2.3](https://github.com/truecharts/charts/compare/lancache-dns-8.2.2...lancache-dns-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [lancache-dns-8.2.2](https://github.com/truecharts/charts/compare/lancache-dns-8.2.0...lancache-dns-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [lancache-dns-7.1.11](https://github.com/truecharts/charts/compare/lancache-dns-7.1.10...lancache-dns-7.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [lancache-dns-7.1.10](https://github.com/truecharts/charts/compare/lancache-dns-7.1.9...lancache-dns-7.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [lancache-dns-7.1.9](https://github.com/truecharts/charts/compare/lancache-dns-7.1.8...lancache-dns-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [lancache-dns-7.1.8](https://github.com/truecharts/charts/compare/lancache-dns-7.1.7...lancache-dns-7.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [lancache-dns-7.1.7](https://github.com/truecharts/charts/compare/lancache-dns-7.1.6...lancache-dns-7.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [lancache-dns-7.1.6](https://github.com/truecharts/charts/compare/lancache-dns-7.1.5...lancache-dns-7.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/lancache-dns/8.3.0/Chart.yaml b/stable/lancache-dns/8.3.0/Chart.yaml new file mode 100644 index 00000000000..fc80ae06d76 --- /dev/null +++ b/stable/lancache-dns/8.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: DNS Chart service for a steam cache. +home: https://truecharts.org/charts/stable/lancache-dns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lancache-dns.png +keywords: + - lancache-dns + - dns +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lancache-dns +sources: + - https://github.com/lancachenet/lancache-dns + - https://github.com/truecharts/charts/tree/master/charts/stable/lancache-dns + - https://hub.docker.com/r/lancachenet/lancache-dns +type: application +version: 8.3.0 diff --git a/stable/lancache-dns/8.1.3/README.md b/stable/lancache-dns/8.3.0/README.md similarity index 100% rename from stable/lancache-dns/8.1.3/README.md rename to stable/lancache-dns/8.3.0/README.md diff --git a/stable/lancache-dns/8.3.0/app-changelog.md b/stable/lancache-dns/8.3.0/app-changelog.md new file mode 100644 index 00000000000..08b2b3e646a --- /dev/null +++ b/stable/lancache-dns/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [lancache-dns-8.3.0](https://github.com/truecharts/charts/compare/lancache-dns-8.2.3...lancache-dns-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/lancache-dns/8.1.3/app-readme.md b/stable/lancache-dns/8.3.0/app-readme.md similarity index 100% rename from stable/lancache-dns/8.1.3/app-readme.md rename to stable/lancache-dns/8.3.0/app-readme.md diff --git a/stable/lancache-dns/8.3.0/charts/common-18.2.0.tgz b/stable/lancache-dns/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/lancache-dns/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/lancache-dns/8.1.3/ix_values.yaml b/stable/lancache-dns/8.3.0/ix_values.yaml similarity index 100% rename from stable/lancache-dns/8.1.3/ix_values.yaml rename to stable/lancache-dns/8.3.0/ix_values.yaml diff --git a/stable/lancache-dns/8.1.3/questions.yaml b/stable/lancache-dns/8.3.0/questions.yaml similarity index 100% rename from stable/lancache-dns/8.1.3/questions.yaml rename to stable/lancache-dns/8.3.0/questions.yaml diff --git a/stable/leaf2mqtt/11.1.3/templates/NOTES.txt b/stable/lancache-dns/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/leaf2mqtt/11.1.3/templates/NOTES.txt rename to stable/lancache-dns/8.3.0/templates/NOTES.txt diff --git a/stable/libreddit/8.1.3/templates/common.yaml b/stable/lancache-dns/8.3.0/templates/common.yaml similarity index 100% rename from stable/libreddit/8.1.3/templates/common.yaml rename to stable/lancache-dns/8.3.0/templates/common.yaml diff --git a/stable/lazylibrarian/18.2.0/values.yaml b/stable/lancache-dns/8.3.0/values.yaml similarity index 100% rename from stable/lazylibrarian/18.2.0/values.yaml rename to stable/lancache-dns/8.3.0/values.yaml diff --git a/stable/lancache-monolithic/8.1.3/CHANGELOG.md b/stable/lancache-monolithic/8.1.3/CHANGELOG.md deleted file mode 100644 index e80801a8b97..00000000000 --- a/stable/lancache-monolithic/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [lancache-monolithic-7.1.11](https://github.com/truecharts/charts/compare/lancache-monolithic-7.1.10...lancache-monolithic-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [lancache-monolithic-7.1.10](https://github.com/truecharts/charts/compare/lancache-monolithic-7.1.9...lancache-monolithic-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [lancache-monolithic-7.1.9](https://github.com/truecharts/charts/compare/lancache-monolithic-7.1.8...lancache-monolithic-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [lancache-monolithic-7.1.8](https://github.com/truecharts/charts/compare/lancache-monolithic-7.1.7...lancache-monolithic-7.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [lancache-monolithic-7.1.7](https://github.com/truecharts/charts/compare/lancache-monolithic-7.1.6...lancache-monolithic-7.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [lancache-monolithic-7.1.6](https://github.com/truecharts/charts/compare/lancache-monolithic-7.1.5...lancache-monolithic-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [lancache-monolithic-7.1.5](https://github.com/truecharts/charts/compare/lancache-monolithic-7.1.4...lancache-monolithic-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [lancache-monolithic-7.1.4](https://github.com/truecharts/charts/compare/lancache-monolithic-7.1.3...lancache-monolithic-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [lancache-monolithic-7.1.3](https://github.com/truecharts/charts/compare/lancache-monolithic-7.1.0...lancache-monolithic-7.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/lancache-monolithic/8.1.3/Chart.yaml b/stable/lancache-monolithic/8.1.3/Chart.yaml deleted file mode 100644 index caca4284e5d..00000000000 --- a/stable/lancache-monolithic/8.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: gaming - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A monolithic lancache service capable of caching all CDNs in a single instance. -home: https://truecharts.org/charts/stable/lancache-monolithic -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lancache-monolithic.png -keywords: - - monolithic - - lancache -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: lancache-monolithic -sources: - - https://github.com/lancachenet/monolithic - - https://github.com/truecharts/charts/tree/master/charts/stable/lancache-monolithic - - https://hub.docker.com/r/lancachenet/monolithic - - https://hub.docker.com/r/ich777/lancache-prefill -type: application -version: 8.1.3 diff --git a/stable/lancache-monolithic/8.1.3/charts/common-18.0.3.tgz b/stable/lancache-monolithic/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/lancache-monolithic/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/leaf2mqtt/11.1.3/.helmignore b/stable/lancache-monolithic/8.3.0/.helmignore similarity index 100% rename from stable/leaf2mqtt/11.1.3/.helmignore rename to stable/lancache-monolithic/8.3.0/.helmignore diff --git a/stable/lancache-monolithic/8.3.0/CHANGELOG.md b/stable/lancache-monolithic/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..cacce9ccd3b --- /dev/null +++ b/stable/lancache-monolithic/8.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [lancache-monolithic-8.3.0](https://github.com/truecharts/charts/compare/lancache-monolithic-8.2.3...lancache-monolithic-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [lancache-monolithic-8.2.3](https://github.com/truecharts/charts/compare/lancache-monolithic-8.2.2...lancache-monolithic-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [lancache-monolithic-8.2.2](https://github.com/truecharts/charts/compare/lancache-monolithic-8.2.0...lancache-monolithic-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [lancache-monolithic-7.1.11](https://github.com/truecharts/charts/compare/lancache-monolithic-7.1.10...lancache-monolithic-7.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [lancache-monolithic-7.1.10](https://github.com/truecharts/charts/compare/lancache-monolithic-7.1.9...lancache-monolithic-7.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [lancache-monolithic-7.1.9](https://github.com/truecharts/charts/compare/lancache-monolithic-7.1.8...lancache-monolithic-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [lancache-monolithic-7.1.8](https://github.com/truecharts/charts/compare/lancache-monolithic-7.1.7...lancache-monolithic-7.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [lancache-monolithic-7.1.7](https://github.com/truecharts/charts/compare/lancache-monolithic-7.1.6...lancache-monolithic-7.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [lancache-monolithic-7.1.6](https://github.com/truecharts/charts/compare/lancache-monolithic-7.1.5...lancache-monolithic-7.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/lancache-monolithic/8.3.0/Chart.yaml b/stable/lancache-monolithic/8.3.0/Chart.yaml new file mode 100644 index 00000000000..ddf0f99b9b7 --- /dev/null +++ b/stable/lancache-monolithic/8.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: gaming + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A monolithic lancache service capable of caching all CDNs in a single instance. +home: https://truecharts.org/charts/stable/lancache-monolithic +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lancache-monolithic.png +keywords: + - monolithic + - lancache +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lancache-monolithic +sources: + - https://github.com/lancachenet/monolithic + - https://github.com/truecharts/charts/tree/master/charts/stable/lancache-monolithic + - https://hub.docker.com/r/ich777/lancache-prefill + - https://hub.docker.com/r/lancachenet/monolithic +type: application +version: 8.3.0 diff --git a/stable/lancache-monolithic/8.1.3/README.md b/stable/lancache-monolithic/8.3.0/README.md similarity index 100% rename from stable/lancache-monolithic/8.1.3/README.md rename to stable/lancache-monolithic/8.3.0/README.md diff --git a/stable/lancache-monolithic/8.3.0/app-changelog.md b/stable/lancache-monolithic/8.3.0/app-changelog.md new file mode 100644 index 00000000000..ebc36ce672a --- /dev/null +++ b/stable/lancache-monolithic/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [lancache-monolithic-8.3.0](https://github.com/truecharts/charts/compare/lancache-monolithic-8.2.3...lancache-monolithic-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/lancache-monolithic/8.1.3/app-readme.md b/stable/lancache-monolithic/8.3.0/app-readme.md similarity index 100% rename from stable/lancache-monolithic/8.1.3/app-readme.md rename to stable/lancache-monolithic/8.3.0/app-readme.md diff --git a/stable/lancache-monolithic/8.3.0/charts/common-18.2.0.tgz b/stable/lancache-monolithic/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/lancache-monolithic/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/lancache-monolithic/8.1.3/ix_values.yaml b/stable/lancache-monolithic/8.3.0/ix_values.yaml similarity index 100% rename from stable/lancache-monolithic/8.1.3/ix_values.yaml rename to stable/lancache-monolithic/8.3.0/ix_values.yaml diff --git a/stable/lancache-monolithic/8.1.3/questions.yaml b/stable/lancache-monolithic/8.3.0/questions.yaml similarity index 100% rename from stable/lancache-monolithic/8.1.3/questions.yaml rename to stable/lancache-monolithic/8.3.0/questions.yaml diff --git a/stable/libreddit/8.1.3/templates/NOTES.txt b/stable/lancache-monolithic/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/libreddit/8.1.3/templates/NOTES.txt rename to stable/lancache-monolithic/8.3.0/templates/NOTES.txt diff --git a/stable/lancache-monolithic/8.1.3/templates/common.yaml b/stable/lancache-monolithic/8.3.0/templates/common.yaml similarity index 100% rename from stable/lancache-monolithic/8.1.3/templates/common.yaml rename to stable/lancache-monolithic/8.3.0/templates/common.yaml diff --git a/stable/leaf2mqtt/11.1.3/values.yaml b/stable/lancache-monolithic/8.3.0/values.yaml similarity index 100% rename from stable/leaf2mqtt/11.1.3/values.yaml rename to stable/lancache-monolithic/8.3.0/values.yaml diff --git a/stable/lanraragi/9.1.3/CHANGELOG.md b/stable/lanraragi/9.1.3/CHANGELOG.md deleted file mode 100644 index 98e3bf7c5f6..00000000000 --- a/stable/lanraragi/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [lanraragi-8.1.11](https://github.com/truecharts/charts/compare/lanraragi-8.1.10...lanraragi-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [lanraragi-8.1.10](https://github.com/truecharts/charts/compare/lanraragi-8.1.9...lanraragi-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [lanraragi-8.1.9](https://github.com/truecharts/charts/compare/lanraragi-8.1.8...lanraragi-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [lanraragi-8.1.8](https://github.com/truecharts/charts/compare/lanraragi-8.1.7...lanraragi-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [lanraragi-8.1.7](https://github.com/truecharts/charts/compare/lanraragi-8.1.6...lanraragi-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [lanraragi-8.1.6](https://github.com/truecharts/charts/compare/lanraragi-8.1.5...lanraragi-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [lanraragi-8.1.5](https://github.com/truecharts/charts/compare/lanraragi-8.1.4...lanraragi-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [lanraragi-8.1.4](https://github.com/truecharts/charts/compare/lanraragi-8.1.3...lanraragi-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [lanraragi-8.1.3](https://github.com/truecharts/charts/compare/lanraragi-8.1.0...lanraragi-8.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/lanraragi/9.1.3/Chart.yaml b/stable/lanraragi/9.1.3/Chart.yaml deleted file mode 100644 index 210ac56cd90..00000000000 --- a/stable/lanraragi/9.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.9.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Open source server for archival of comics/manga. -home: https://truecharts.org/charts/stable/lanraragi -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lanraragi.png -keywords: - - lanraragi - - comics - - manga -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: lanraragi -sources: - - https://github.com/Difegue/LANraragi - - https://sugoi.gitbook.io/lanraragi/ - - https://github.com/truecharts/charts/tree/master/charts/stable/lanraragi - - https://hub.docker.com/r/difegue/lanraragi -type: application -version: 9.1.3 diff --git a/stable/lanraragi/9.1.3/charts/common-18.0.3.tgz b/stable/lanraragi/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/lanraragi/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/left4dead/5.1.3/.helmignore b/stable/lanraragi/9.3.0/.helmignore similarity index 100% rename from stable/left4dead/5.1.3/.helmignore rename to stable/lanraragi/9.3.0/.helmignore diff --git a/stable/lanraragi/9.3.0/CHANGELOG.md b/stable/lanraragi/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..1dd67894025 --- /dev/null +++ b/stable/lanraragi/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [lanraragi-9.3.0](https://github.com/truecharts/charts/compare/lanraragi-9.2.3...lanraragi-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [lanraragi-9.2.3](https://github.com/truecharts/charts/compare/lanraragi-9.2.2...lanraragi-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [lanraragi-9.2.2](https://github.com/truecharts/charts/compare/lanraragi-9.2.0...lanraragi-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [lanraragi-8.1.11](https://github.com/truecharts/charts/compare/lanraragi-8.1.10...lanraragi-8.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [lanraragi-8.1.10](https://github.com/truecharts/charts/compare/lanraragi-8.1.9...lanraragi-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [lanraragi-8.1.9](https://github.com/truecharts/charts/compare/lanraragi-8.1.8...lanraragi-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [lanraragi-8.1.8](https://github.com/truecharts/charts/compare/lanraragi-8.1.7...lanraragi-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [lanraragi-8.1.7](https://github.com/truecharts/charts/compare/lanraragi-8.1.6...lanraragi-8.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [lanraragi-8.1.6](https://github.com/truecharts/charts/compare/lanraragi-8.1.5...lanraragi-8.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) diff --git a/stable/lanraragi/9.3.0/Chart.yaml b/stable/lanraragi/9.3.0/Chart.yaml new file mode 100644 index 00000000000..b0d19601161 --- /dev/null +++ b/stable/lanraragi/9.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.9.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Open source server for archival of comics/manga. +home: https://truecharts.org/charts/stable/lanraragi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lanraragi.png +keywords: + - lanraragi + - comics + - manga +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lanraragi +sources: + - https://github.com/Difegue/LANraragi + - https://sugoi.gitbook.io/lanraragi/ + - https://github.com/truecharts/charts/tree/master/charts/stable/lanraragi + - https://hub.docker.com/r/difegue/lanraragi +type: application +version: 9.3.0 diff --git a/stable/lanraragi/9.1.3/README.md b/stable/lanraragi/9.3.0/README.md similarity index 100% rename from stable/lanraragi/9.1.3/README.md rename to stable/lanraragi/9.3.0/README.md diff --git a/stable/lanraragi/9.3.0/app-changelog.md b/stable/lanraragi/9.3.0/app-changelog.md new file mode 100644 index 00000000000..353a65e873f --- /dev/null +++ b/stable/lanraragi/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [lanraragi-9.3.0](https://github.com/truecharts/charts/compare/lanraragi-9.2.3...lanraragi-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/lanraragi/9.1.3/app-readme.md b/stable/lanraragi/9.3.0/app-readme.md similarity index 100% rename from stable/lanraragi/9.1.3/app-readme.md rename to stable/lanraragi/9.3.0/app-readme.md diff --git a/stable/lanraragi/9.3.0/charts/common-18.2.0.tgz b/stable/lanraragi/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/lanraragi/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/lanraragi/9.1.3/ix_values.yaml b/stable/lanraragi/9.3.0/ix_values.yaml similarity index 100% rename from stable/lanraragi/9.1.3/ix_values.yaml rename to stable/lanraragi/9.3.0/ix_values.yaml diff --git a/stable/lanraragi/9.1.3/questions.yaml b/stable/lanraragi/9.3.0/questions.yaml similarity index 100% rename from stable/lanraragi/9.1.3/questions.yaml rename to stable/lanraragi/9.3.0/questions.yaml diff --git a/stable/libremdb/7.2.3/templates/NOTES.txt b/stable/lanraragi/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/libremdb/7.2.3/templates/NOTES.txt rename to stable/lanraragi/9.3.0/templates/NOTES.txt diff --git a/stable/libremdb/7.2.3/templates/common.yaml b/stable/lanraragi/9.3.0/templates/common.yaml similarity index 100% rename from stable/libremdb/7.2.3/templates/common.yaml rename to stable/lanraragi/9.3.0/templates/common.yaml diff --git a/stable/left4dead/5.1.3/values.yaml b/stable/lanraragi/9.3.0/values.yaml similarity index 100% rename from stable/left4dead/5.1.3/values.yaml rename to stable/lanraragi/9.3.0/values.yaml diff --git a/stable/lastoasis/5.1.3/CHANGELOG.md b/stable/lastoasis/5.1.3/CHANGELOG.md deleted file mode 100644 index 64ebb27d7e4..00000000000 --- a/stable/lastoasis/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [lastoasis-4.1.12](https://github.com/truecharts/charts/compare/lastoasis-4.1.11...lastoasis-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [lastoasis-4.1.11](https://github.com/truecharts/charts/compare/lastoasis-4.1.10...lastoasis-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [lastoasis-4.1.10](https://github.com/truecharts/charts/compare/lastoasis-4.1.9...lastoasis-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [lastoasis-4.1.9](https://github.com/truecharts/charts/compare/lastoasis-4.1.8...lastoasis-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [lastoasis-4.1.8](https://github.com/truecharts/charts/compare/lastoasis-4.1.7...lastoasis-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [lastoasis-4.1.7](https://github.com/truecharts/charts/compare/lastoasis-4.1.6...lastoasis-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [lastoasis-4.1.6](https://github.com/truecharts/charts/compare/lastoasis-4.1.5...lastoasis-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [lastoasis-4.1.5](https://github.com/truecharts/charts/compare/lastoasis-4.1.4...lastoasis-4.1.5) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [lastoasis-4.1.4](https://github.com/truecharts/charts/compare/lastoasis-4.1.1...lastoasis-4.1.4) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/lastoasis/5.1.3/Chart.yaml b/stable/lastoasis/5.1.3/Chart.yaml deleted file mode 100644 index 84f48ddeb76..00000000000 --- a/stable/lastoasis/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: lastoasis -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Last Oasis and run it. -home: https://truecharts.org/charts/stable/lastoasis -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lastoasis.png -keywords: - - lastoasis - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: lastoasis -sources: - - https://store.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/lastoasis - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/lastoasis/5.1.3/charts/common-18.0.3.tgz b/stable/lastoasis/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/lastoasis/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/lemur-cfssl/5.1.3/.helmignore b/stable/lastoasis/5.3.0/.helmignore similarity index 100% rename from stable/lemur-cfssl/5.1.3/.helmignore rename to stable/lastoasis/5.3.0/.helmignore diff --git a/stable/lastoasis/5.3.0/CHANGELOG.md b/stable/lastoasis/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..375158892a9 --- /dev/null +++ b/stable/lastoasis/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [lastoasis-5.3.0](https://github.com/truecharts/charts/compare/lastoasis-5.2.3...lastoasis-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [lastoasis-5.2.3](https://github.com/truecharts/charts/compare/lastoasis-5.2.2...lastoasis-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [lastoasis-5.2.2](https://github.com/truecharts/charts/compare/lastoasis-5.2.0...lastoasis-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [lastoasis-4.1.12](https://github.com/truecharts/charts/compare/lastoasis-4.1.11...lastoasis-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [lastoasis-4.1.11](https://github.com/truecharts/charts/compare/lastoasis-4.1.10...lastoasis-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [lastoasis-4.1.10](https://github.com/truecharts/charts/compare/lastoasis-4.1.9...lastoasis-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [lastoasis-4.1.9](https://github.com/truecharts/charts/compare/lastoasis-4.1.8...lastoasis-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [lastoasis-4.1.8](https://github.com/truecharts/charts/compare/lastoasis-4.1.7...lastoasis-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [lastoasis-4.1.7](https://github.com/truecharts/charts/compare/lastoasis-4.1.6...lastoasis-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/lastoasis/5.3.0/Chart.yaml b/stable/lastoasis/5.3.0/Chart.yaml new file mode 100644 index 00000000000..fc35cfa76af --- /dev/null +++ b/stable/lastoasis/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: lastoasis +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Last Oasis and run it. +home: https://truecharts.org/charts/stable/lastoasis +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lastoasis.png +keywords: + - lastoasis + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lastoasis +sources: + - https://store.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/lastoasis + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/lastoasis/5.1.3/README.md b/stable/lastoasis/5.3.0/README.md similarity index 100% rename from stable/lastoasis/5.1.3/README.md rename to stable/lastoasis/5.3.0/README.md diff --git a/stable/lastoasis/5.3.0/app-changelog.md b/stable/lastoasis/5.3.0/app-changelog.md new file mode 100644 index 00000000000..9c4e869faee --- /dev/null +++ b/stable/lastoasis/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [lastoasis-5.3.0](https://github.com/truecharts/charts/compare/lastoasis-5.2.3...lastoasis-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/lastoasis/5.1.3/app-readme.md b/stable/lastoasis/5.3.0/app-readme.md similarity index 100% rename from stable/lastoasis/5.1.3/app-readme.md rename to stable/lastoasis/5.3.0/app-readme.md diff --git a/stable/lastoasis/5.3.0/charts/common-18.2.0.tgz b/stable/lastoasis/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/lastoasis/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/lastoasis/5.1.3/ix_values.yaml b/stable/lastoasis/5.3.0/ix_values.yaml similarity index 100% rename from stable/lastoasis/5.1.3/ix_values.yaml rename to stable/lastoasis/5.3.0/ix_values.yaml diff --git a/stable/lastoasis/5.1.3/questions.yaml b/stable/lastoasis/5.3.0/questions.yaml similarity index 100% rename from stable/lastoasis/5.1.3/questions.yaml rename to stable/lastoasis/5.3.0/questions.yaml diff --git a/stable/lastoasis/5.1.3/templates/common.yaml b/stable/lastoasis/5.3.0/templates/common.yaml similarity index 100% rename from stable/lastoasis/5.1.3/templates/common.yaml rename to stable/lastoasis/5.3.0/templates/common.yaml diff --git a/stable/lemur-cfssl/5.1.3/values.yaml b/stable/lastoasis/5.3.0/values.yaml similarity index 100% rename from stable/lemur-cfssl/5.1.3/values.yaml rename to stable/lastoasis/5.3.0/values.yaml diff --git a/stable/lazylibrarian/18.2.0/CHANGELOG.md b/stable/lazylibrarian/18.2.0/CHANGELOG.md deleted file mode 100644 index f7e4969b2b4..00000000000 --- a/stable/lazylibrarian/18.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - -## [lazylibrarian-17.1.18](https://github.com/truecharts/charts/compare/lazylibrarian-17.1.17...lazylibrarian-17.1.18) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/lazylibrarian to latest[@c2f0250](https://github.com/c2f0250) by renovate ([#18065](https://github.com/truecharts/charts/issues/18065)) - - -## [lazylibrarian-17.1.17](https://github.com/truecharts/charts/compare/lazylibrarian-17.1.16...lazylibrarian-17.1.17) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/lazylibrarian to latest[@70dce84](https://github.com/70dce84) by renovate ([#17855](https://github.com/truecharts/charts/issues/17855)) - - -## [lazylibrarian-17.1.16](https://github.com/truecharts/charts/compare/lazylibrarian-17.1.15...lazylibrarian-17.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [lazylibrarian-17.1.15](https://github.com/truecharts/charts/compare/lazylibrarian-17.1.14...lazylibrarian-17.1.15) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/lazylibrarian to latest[@8dc3d2b](https://github.com/8dc3d2b) by renovate ([#17610](https://github.com/truecharts/charts/issues/17610)) - - -## [lazylibrarian-17.1.14](https://github.com/truecharts/charts/compare/lazylibrarian-17.1.13...lazylibrarian-17.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [lazylibrarian-17.1.13](https://github.com/truecharts/charts/compare/lazylibrarian-17.1.12...lazylibrarian-17.1.13) (2024-01-21) - -### Chore - - - -- update container image ghcr.io/linuxserver/lazylibrarian to latest[@5b86d9a](https://github.com/5b86d9a) by renovate ([#17476](https://github.com/truecharts/charts/issues/17476)) - - -## [lazylibrarian-17.1.12](https://github.com/truecharts/charts/compare/lazylibrarian-17.1.11...lazylibrarian-17.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [lazylibrarian-17.1.11](https://github.com/truecharts/charts/compare/lazylibrarian-17.1.10...lazylibrarian-17.1.11) (2024-01-21) - -### Chore diff --git a/stable/lazylibrarian/18.2.0/Chart.yaml b/stable/lazylibrarian/18.2.0/Chart.yaml deleted file mode 100644 index c505c634a69..00000000000 --- a/stable/lazylibrarian/18.2.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Get all your books, like series with Sonarr... -home: https://truecharts.org/charts/stable/lazylibrarian -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lazylibrarian.png -keywords: - - lazylibrarian - - ebooks -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: lazylibrarian -sources: - - https://lazylibrarian.gitlab.io - - https://gitlab.com/LazyLibrarian/LazyLibrarian.git - - https://github.com/truecharts/charts/tree/master/charts/stable/lazylibrarian - - https://ghcr.io/linuxserver/lazylibrarian -type: application -version: 18.2.0 diff --git a/stable/lazylibrarian/18.2.0/charts/common-18.1.2.tgz b/stable/lazylibrarian/18.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/lazylibrarian/18.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/lazylibrarian/18.2.0/ix_values.yaml b/stable/lazylibrarian/18.2.0/ix_values.yaml deleted file mode 100644 index 16b02f20694..00000000000 --- a/stable/lazylibrarian/18.2.0/ix_values.yaml +++ /dev/null @@ -1,25 +0,0 @@ -image: - repository: ghcr.io/linuxserver/lazylibrarian - pullPolicy: IfNotPresent - tag: latest@sha256:51542a5083948be1f382fb28edf71637c36228799a4249b40393ab4f2d028aa3 -service: - main: - ports: - main: - port: 5299 - targetPort: 5299 -persistence: - config: - enabled: true - mountPath: "/config" - varrun: - enabled: true -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 diff --git a/stable/libreddit/8.1.3/.helmignore b/stable/lazylibrarian/18.3.0/.helmignore similarity index 100% rename from stable/libreddit/8.1.3/.helmignore rename to stable/lazylibrarian/18.3.0/.helmignore diff --git a/stable/lazylibrarian/18.3.0/CHANGELOG.md b/stable/lazylibrarian/18.3.0/CHANGELOG.md new file mode 100644 index 00000000000..394008c70fb --- /dev/null +++ b/stable/lazylibrarian/18.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [lazylibrarian-18.3.0](https://github.com/truecharts/charts/compare/lazylibrarian-18.2.4...lazylibrarian-18.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [lazylibrarian-18.2.4](https://github.com/truecharts/charts/compare/lazylibrarian-18.2.3...lazylibrarian-18.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [lazylibrarian-18.2.3](https://github.com/truecharts/charts/compare/lazylibrarian-18.2.1...lazylibrarian-18.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + +## [lazylibrarian-17.1.18](https://github.com/truecharts/charts/compare/lazylibrarian-17.1.17...lazylibrarian-17.1.18) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/lazylibrarian to latest[@c2f0250](https://github.com/c2f0250) by renovate ([#18065](https://github.com/truecharts/charts/issues/18065)) + + +## [lazylibrarian-17.1.17](https://github.com/truecharts/charts/compare/lazylibrarian-17.1.16...lazylibrarian-17.1.17) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/lazylibrarian to latest[@70dce84](https://github.com/70dce84) by renovate ([#17855](https://github.com/truecharts/charts/issues/17855)) + + +## [lazylibrarian-17.1.16](https://github.com/truecharts/charts/compare/lazylibrarian-17.1.15...lazylibrarian-17.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [lazylibrarian-17.1.15](https://github.com/truecharts/charts/compare/lazylibrarian-17.1.14...lazylibrarian-17.1.15) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/lazylibrarian to latest[@8dc3d2b](https://github.com/8dc3d2b) by renovate ([#17610](https://github.com/truecharts/charts/issues/17610)) + + +## [lazylibrarian-17.1.14](https://github.com/truecharts/charts/compare/lazylibrarian-17.1.13...lazylibrarian-17.1.14) (2024-01-26) + +### Chore \ No newline at end of file diff --git a/stable/lazylibrarian/18.3.0/Chart.yaml b/stable/lazylibrarian/18.3.0/Chart.yaml new file mode 100644 index 00000000000..6a4ed42df5e --- /dev/null +++ b/stable/lazylibrarian/18.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Get all your books, like series with Sonarr... +home: https://truecharts.org/charts/stable/lazylibrarian +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lazylibrarian.png +keywords: + - lazylibrarian + - ebooks +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lazylibrarian +sources: + - https://lazylibrarian.gitlab.io + - https://gitlab.com/LazyLibrarian/LazyLibrarian.git + - https://github.com/truecharts/charts/tree/master/charts/stable/lazylibrarian + - https://ghcr.io/linuxserver/lazylibrarian +type: application +version: 18.3.0 diff --git a/stable/lazylibrarian/18.2.0/README.md b/stable/lazylibrarian/18.3.0/README.md similarity index 100% rename from stable/lazylibrarian/18.2.0/README.md rename to stable/lazylibrarian/18.3.0/README.md diff --git a/stable/lazylibrarian/18.3.0/app-changelog.md b/stable/lazylibrarian/18.3.0/app-changelog.md new file mode 100644 index 00000000000..62e5e6736b6 --- /dev/null +++ b/stable/lazylibrarian/18.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [lazylibrarian-18.3.0](https://github.com/truecharts/charts/compare/lazylibrarian-18.2.4...lazylibrarian-18.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/lazylibrarian/18.2.0/app-readme.md b/stable/lazylibrarian/18.3.0/app-readme.md similarity index 100% rename from stable/lazylibrarian/18.2.0/app-readme.md rename to stable/lazylibrarian/18.3.0/app-readme.md diff --git a/stable/lazylibrarian/18.3.0/charts/common-18.2.0.tgz b/stable/lazylibrarian/18.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/lazylibrarian/18.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/lazylibrarian/18.3.0/ix_values.yaml b/stable/lazylibrarian/18.3.0/ix_values.yaml new file mode 100644 index 00000000000..d6058a82da4 --- /dev/null +++ b/stable/lazylibrarian/18.3.0/ix_values.yaml @@ -0,0 +1,25 @@ +image: + repository: ghcr.io/linuxserver/lazylibrarian + pullPolicy: IfNotPresent + tag: latest@sha256:a1b95cd246e810e1f657f6f7843d10592fd214fd63a5ee2177a73c3459a83f86 +service: + main: + ports: + main: + port: 5299 + targetPort: 5299 +persistence: + config: + enabled: true + mountPath: "/config" + varrun: + enabled: true +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 diff --git a/stable/lazylibrarian/18.2.0/questions.yaml b/stable/lazylibrarian/18.3.0/questions.yaml similarity index 100% rename from stable/lazylibrarian/18.2.0/questions.yaml rename to stable/lazylibrarian/18.3.0/questions.yaml diff --git a/stable/librespeed/13.2.0/templates/NOTES.txt b/stable/lazylibrarian/18.3.0/templates/NOTES.txt similarity index 100% rename from stable/librespeed/13.2.0/templates/NOTES.txt rename to stable/lazylibrarian/18.3.0/templates/NOTES.txt diff --git a/stable/librespeed/13.2.0/templates/common.yaml b/stable/lazylibrarian/18.3.0/templates/common.yaml similarity index 100% rename from stable/librespeed/13.2.0/templates/common.yaml rename to stable/lazylibrarian/18.3.0/templates/common.yaml diff --git a/stable/libreddit/8.1.3/values.yaml b/stable/lazylibrarian/18.3.0/values.yaml similarity index 100% rename from stable/libreddit/8.1.3/values.yaml rename to stable/lazylibrarian/18.3.0/values.yaml diff --git a/stable/leaf2mqtt/11.1.3/CHANGELOG.md b/stable/leaf2mqtt/11.1.3/CHANGELOG.md deleted file mode 100644 index ac463999ea2..00000000000 --- a/stable/leaf2mqtt/11.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [leaf2mqtt-10.1.11](https://github.com/truecharts/charts/compare/leaf2mqtt-10.1.10...leaf2mqtt-10.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [leaf2mqtt-10.1.10](https://github.com/truecharts/charts/compare/leaf2mqtt-10.1.9...leaf2mqtt-10.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [leaf2mqtt-10.1.9](https://github.com/truecharts/charts/compare/leaf2mqtt-10.1.8...leaf2mqtt-10.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [leaf2mqtt-10.1.8](https://github.com/truecharts/charts/compare/leaf2mqtt-10.1.7...leaf2mqtt-10.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [leaf2mqtt-10.1.7](https://github.com/truecharts/charts/compare/leaf2mqtt-10.1.6...leaf2mqtt-10.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [leaf2mqtt-10.1.6](https://github.com/truecharts/charts/compare/leaf2mqtt-10.1.5...leaf2mqtt-10.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [leaf2mqtt-10.1.5](https://github.com/truecharts/charts/compare/leaf2mqtt-10.1.4...leaf2mqtt-10.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [leaf2mqtt-10.1.4](https://github.com/truecharts/charts/compare/leaf2mqtt-10.1.3...leaf2mqtt-10.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [leaf2mqtt-10.1.3](https://github.com/truecharts/charts/compare/leaf2mqtt-10.1.0...leaf2mqtt-10.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/leaf2mqtt/11.1.3/Chart.yaml b/stable/leaf2mqtt/11.1.3/Chart.yaml deleted file mode 100644 index ec85967aa51..00000000000 --- a/stable/leaf2mqtt/11.1.3/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.6.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Nissan Leaf connected services to MQTT adapter -home: https://truecharts.org/charts/stable/leaf2mqtt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/leaf2mqtt.png -keywords: - - leaf2mqtt - - leaf - - nissan - - kamereon - - carwings -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: leaf2mqtt -sources: - - https://github.com/mitsumaui/leaf2mqtt - - https://github.com/k8s-at-home/container-images - - https://github.com/truecharts/charts/tree/master/charts/stable/leaf2mqtt - - https://ghcr.io/k8s-at-home/leaf2mqtt -type: application -version: 11.1.3 diff --git a/stable/leaf2mqtt/11.1.3/charts/common-18.0.3.tgz b/stable/leaf2mqtt/11.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/leaf2mqtt/11.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/libremdb/7.2.3/.helmignore b/stable/leaf2mqtt/11.3.0/.helmignore similarity index 100% rename from stable/libremdb/7.2.3/.helmignore rename to stable/leaf2mqtt/11.3.0/.helmignore diff --git a/stable/leaf2mqtt/11.3.0/CHANGELOG.md b/stable/leaf2mqtt/11.3.0/CHANGELOG.md new file mode 100644 index 00000000000..4517ac661be --- /dev/null +++ b/stable/leaf2mqtt/11.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [leaf2mqtt-11.3.0](https://github.com/truecharts/charts/compare/leaf2mqtt-11.2.3...leaf2mqtt-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [leaf2mqtt-11.2.3](https://github.com/truecharts/charts/compare/leaf2mqtt-11.2.2...leaf2mqtt-11.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [leaf2mqtt-11.2.2](https://github.com/truecharts/charts/compare/leaf2mqtt-11.2.0...leaf2mqtt-11.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [leaf2mqtt-10.1.11](https://github.com/truecharts/charts/compare/leaf2mqtt-10.1.10...leaf2mqtt-10.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [leaf2mqtt-10.1.10](https://github.com/truecharts/charts/compare/leaf2mqtt-10.1.9...leaf2mqtt-10.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [leaf2mqtt-10.1.9](https://github.com/truecharts/charts/compare/leaf2mqtt-10.1.8...leaf2mqtt-10.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [leaf2mqtt-10.1.8](https://github.com/truecharts/charts/compare/leaf2mqtt-10.1.7...leaf2mqtt-10.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [leaf2mqtt-10.1.7](https://github.com/truecharts/charts/compare/leaf2mqtt-10.1.6...leaf2mqtt-10.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [leaf2mqtt-10.1.6](https://github.com/truecharts/charts/compare/leaf2mqtt-10.1.5...leaf2mqtt-10.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/leaf2mqtt/11.3.0/Chart.yaml b/stable/leaf2mqtt/11.3.0/Chart.yaml new file mode 100644 index 00000000000..c029e46d924 --- /dev/null +++ b/stable/leaf2mqtt/11.3.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.6.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Nissan Leaf connected services to MQTT adapter +home: https://truecharts.org/charts/stable/leaf2mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/leaf2mqtt.png +keywords: + - leaf2mqtt + - leaf + - nissan + - kamereon + - carwings +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: leaf2mqtt +sources: + - https://github.com/mitsumaui/leaf2mqtt + - https://github.com/k8s-at-home/container-images + - https://github.com/truecharts/charts/tree/master/charts/stable/leaf2mqtt + - https://ghcr.io/k8s-at-home/leaf2mqtt +type: application +version: 11.3.0 diff --git a/stable/leaf2mqtt/11.1.3/README.md b/stable/leaf2mqtt/11.3.0/README.md similarity index 100% rename from stable/leaf2mqtt/11.1.3/README.md rename to stable/leaf2mqtt/11.3.0/README.md diff --git a/stable/leaf2mqtt/11.3.0/app-changelog.md b/stable/leaf2mqtt/11.3.0/app-changelog.md new file mode 100644 index 00000000000..26e408d6b32 --- /dev/null +++ b/stable/leaf2mqtt/11.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [leaf2mqtt-11.3.0](https://github.com/truecharts/charts/compare/leaf2mqtt-11.2.3...leaf2mqtt-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/leaf2mqtt/11.1.3/app-readme.md b/stable/leaf2mqtt/11.3.0/app-readme.md similarity index 100% rename from stable/leaf2mqtt/11.1.3/app-readme.md rename to stable/leaf2mqtt/11.3.0/app-readme.md diff --git a/stable/leaf2mqtt/11.3.0/charts/common-18.2.0.tgz b/stable/leaf2mqtt/11.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/leaf2mqtt/11.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/leaf2mqtt/11.1.3/ix_values.yaml b/stable/leaf2mqtt/11.3.0/ix_values.yaml similarity index 100% rename from stable/leaf2mqtt/11.1.3/ix_values.yaml rename to stable/leaf2mqtt/11.3.0/ix_values.yaml diff --git a/stable/leaf2mqtt/11.1.3/questions.yaml b/stable/leaf2mqtt/11.3.0/questions.yaml similarity index 100% rename from stable/leaf2mqtt/11.1.3/questions.yaml rename to stable/leaf2mqtt/11.3.0/questions.yaml diff --git a/stable/linkding/9.1.3/templates/NOTES.txt b/stable/leaf2mqtt/11.3.0/templates/NOTES.txt similarity index 100% rename from stable/linkding/9.1.3/templates/NOTES.txt rename to stable/leaf2mqtt/11.3.0/templates/NOTES.txt diff --git a/stable/leaf2mqtt/11.1.3/templates/common.yaml b/stable/leaf2mqtt/11.3.0/templates/common.yaml similarity index 100% rename from stable/leaf2mqtt/11.1.3/templates/common.yaml rename to stable/leaf2mqtt/11.3.0/templates/common.yaml diff --git a/stable/libremdb/7.2.3/values.yaml b/stable/leaf2mqtt/11.3.0/values.yaml similarity index 100% rename from stable/libremdb/7.2.3/values.yaml rename to stable/leaf2mqtt/11.3.0/values.yaml diff --git a/stable/left4dead/5.1.3/CHANGELOG.md b/stable/left4dead/5.1.3/CHANGELOG.md deleted file mode 100644 index 85fc4c6f43e..00000000000 --- a/stable/left4dead/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [left4dead-4.1.11](https://github.com/truecharts/charts/compare/left4dead-4.1.10...left4dead-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [left4dead-4.1.10](https://github.com/truecharts/charts/compare/left4dead-4.1.9...left4dead-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [left4dead-4.1.9](https://github.com/truecharts/charts/compare/left4dead-4.1.8...left4dead-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [left4dead-4.1.8](https://github.com/truecharts/charts/compare/left4dead-4.1.7...left4dead-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [left4dead-4.1.7](https://github.com/truecharts/charts/compare/left4dead-4.1.6...left4dead-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [left4dead-4.1.6](https://github.com/truecharts/charts/compare/left4dead-4.1.5...left4dead-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [left4dead-4.1.5](https://github.com/truecharts/charts/compare/left4dead-4.1.4...left4dead-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [left4dead-4.1.4](https://github.com/truecharts/charts/compare/left4dead-4.1.3...left4dead-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [left4dead-4.1.3](https://github.com/truecharts/charts/compare/left4dead-4.1.0...left4dead-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/left4dead/5.1.3/Chart.yaml b/stable/left4dead/5.1.3/Chart.yaml deleted file mode 100644 index 833c64b4a7c..00000000000 --- a/stable/left4dead/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: l4d -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Left4Dead and run it. -home: https://truecharts.org/charts/stable/left4dead -icon: https://truecharts.org/img/hotlink-ok/chart-icons/left4dead.png -keywords: - - left4dead - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: left4dead -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/left4dead - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/left4dead/5.1.3/charts/common-18.0.3.tgz b/stable/left4dead/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/left4dead/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/librespeed/13.2.0/.helmignore b/stable/left4dead/5.3.0/.helmignore similarity index 100% rename from stable/librespeed/13.2.0/.helmignore rename to stable/left4dead/5.3.0/.helmignore diff --git a/stable/left4dead/5.3.0/CHANGELOG.md b/stable/left4dead/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..c02985f1b68 --- /dev/null +++ b/stable/left4dead/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [left4dead-5.3.0](https://github.com/truecharts/charts/compare/left4dead-5.2.3...left4dead-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [left4dead-5.2.3](https://github.com/truecharts/charts/compare/left4dead-5.2.2...left4dead-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [left4dead-5.2.2](https://github.com/truecharts/charts/compare/left4dead-5.2.0...left4dead-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [left4dead-4.1.11](https://github.com/truecharts/charts/compare/left4dead-4.1.10...left4dead-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [left4dead-4.1.10](https://github.com/truecharts/charts/compare/left4dead-4.1.9...left4dead-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [left4dead-4.1.9](https://github.com/truecharts/charts/compare/left4dead-4.1.8...left4dead-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [left4dead-4.1.8](https://github.com/truecharts/charts/compare/left4dead-4.1.7...left4dead-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [left4dead-4.1.7](https://github.com/truecharts/charts/compare/left4dead-4.1.6...left4dead-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [left4dead-4.1.6](https://github.com/truecharts/charts/compare/left4dead-4.1.5...left4dead-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/left4dead/5.3.0/Chart.yaml b/stable/left4dead/5.3.0/Chart.yaml new file mode 100644 index 00000000000..ba73e6f0d0f --- /dev/null +++ b/stable/left4dead/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: l4d +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Left4Dead and run it. +home: https://truecharts.org/charts/stable/left4dead +icon: https://truecharts.org/img/hotlink-ok/chart-icons/left4dead.png +keywords: + - left4dead + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: left4dead +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/left4dead + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/left4dead/5.1.3/README.md b/stable/left4dead/5.3.0/README.md similarity index 100% rename from stable/left4dead/5.1.3/README.md rename to stable/left4dead/5.3.0/README.md diff --git a/stable/left4dead/5.3.0/app-changelog.md b/stable/left4dead/5.3.0/app-changelog.md new file mode 100644 index 00000000000..52aab57567d --- /dev/null +++ b/stable/left4dead/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [left4dead-5.3.0](https://github.com/truecharts/charts/compare/left4dead-5.2.3...left4dead-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/left4dead/5.1.3/app-readme.md b/stable/left4dead/5.3.0/app-readme.md similarity index 100% rename from stable/left4dead/5.1.3/app-readme.md rename to stable/left4dead/5.3.0/app-readme.md diff --git a/stable/left4dead/5.3.0/charts/common-18.2.0.tgz b/stable/left4dead/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/left4dead/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/left4dead/5.1.3/ix_values.yaml b/stable/left4dead/5.3.0/ix_values.yaml similarity index 100% rename from stable/left4dead/5.1.3/ix_values.yaml rename to stable/left4dead/5.3.0/ix_values.yaml diff --git a/stable/left4dead/5.1.3/questions.yaml b/stable/left4dead/5.3.0/questions.yaml similarity index 100% rename from stable/left4dead/5.1.3/questions.yaml rename to stable/left4dead/5.3.0/questions.yaml diff --git a/stable/left4dead/5.1.3/templates/common.yaml b/stable/left4dead/5.3.0/templates/common.yaml similarity index 100% rename from stable/left4dead/5.1.3/templates/common.yaml rename to stable/left4dead/5.3.0/templates/common.yaml diff --git a/stable/librespeed/13.2.0/values.yaml b/stable/left4dead/5.3.0/values.yaml similarity index 100% rename from stable/librespeed/13.2.0/values.yaml rename to stable/left4dead/5.3.0/values.yaml diff --git a/stable/lemur-cfssl/5.1.3/CHANGELOG.md b/stable/lemur-cfssl/5.1.3/CHANGELOG.md deleted file mode 100644 index fb059bdc04d..00000000000 --- a/stable/lemur-cfssl/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [lemur-cfssl-4.1.11](https://github.com/truecharts/charts/compare/lemur-cfssl-4.1.10...lemur-cfssl-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [lemur-cfssl-4.1.10](https://github.com/truecharts/charts/compare/lemur-cfssl-4.1.9...lemur-cfssl-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [lemur-cfssl-4.1.9](https://github.com/truecharts/charts/compare/lemur-cfssl-4.1.8...lemur-cfssl-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [lemur-cfssl-4.1.8](https://github.com/truecharts/charts/compare/lemur-cfssl-4.1.7...lemur-cfssl-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [lemur-cfssl-4.1.7](https://github.com/truecharts/charts/compare/lemur-cfssl-4.1.6...lemur-cfssl-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [lemur-cfssl-4.1.6](https://github.com/truecharts/charts/compare/lemur-cfssl-4.1.5...lemur-cfssl-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [lemur-cfssl-4.1.5](https://github.com/truecharts/charts/compare/lemur-cfssl-4.1.4...lemur-cfssl-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [lemur-cfssl-4.1.4](https://github.com/truecharts/charts/compare/lemur-cfssl-4.1.3...lemur-cfssl-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [lemur-cfssl-4.1.3](https://github.com/truecharts/charts/compare/lemur-cfssl-4.1.0...lemur-cfssl-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/lemur-cfssl/5.1.3/Chart.yaml b/stable/lemur-cfssl/5.1.3/Chart.yaml deleted file mode 100644 index 610a0226b03..00000000000 --- a/stable/lemur-cfssl/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Lemur manages TLS certificate creation. While not able to issue certificates itself, Lemur acts as a broker between CAs and environments providing a central portal for developers to issue TLS certificates with 'sane' defaults. -home: https://truecharts.org/charts/stable/lemur-cfssl -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lemur-cfssl.png -keywords: - - lemur-cfssl - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: lemur-cfssl -sources: - - https://github.com/Netflix/lemur - - https://github.com/truecharts/charts/tree/master/charts/stable/lemur-cfssl - - https://hub.docker.com/r/halianelf/lemur -type: application -version: 5.1.3 diff --git a/stable/lemur-cfssl/5.1.3/charts/common-18.0.3.tgz b/stable/lemur-cfssl/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/lemur-cfssl/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/lingva/5.1.3/.helmignore b/stable/lemur-cfssl/5.3.0/.helmignore similarity index 100% rename from stable/lingva/5.1.3/.helmignore rename to stable/lemur-cfssl/5.3.0/.helmignore diff --git a/stable/lemur-cfssl/5.3.0/CHANGELOG.md b/stable/lemur-cfssl/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..cac38267835 --- /dev/null +++ b/stable/lemur-cfssl/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [lemur-cfssl-5.3.0](https://github.com/truecharts/charts/compare/lemur-cfssl-5.2.3...lemur-cfssl-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [lemur-cfssl-5.2.3](https://github.com/truecharts/charts/compare/lemur-cfssl-5.2.2...lemur-cfssl-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [lemur-cfssl-5.2.2](https://github.com/truecharts/charts/compare/lemur-cfssl-5.2.0...lemur-cfssl-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [lemur-cfssl-4.1.11](https://github.com/truecharts/charts/compare/lemur-cfssl-4.1.10...lemur-cfssl-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [lemur-cfssl-4.1.10](https://github.com/truecharts/charts/compare/lemur-cfssl-4.1.9...lemur-cfssl-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [lemur-cfssl-4.1.9](https://github.com/truecharts/charts/compare/lemur-cfssl-4.1.8...lemur-cfssl-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [lemur-cfssl-4.1.8](https://github.com/truecharts/charts/compare/lemur-cfssl-4.1.7...lemur-cfssl-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [lemur-cfssl-4.1.7](https://github.com/truecharts/charts/compare/lemur-cfssl-4.1.6...lemur-cfssl-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [lemur-cfssl-4.1.6](https://github.com/truecharts/charts/compare/lemur-cfssl-4.1.5...lemur-cfssl-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/lemur-cfssl/5.3.0/Chart.yaml b/stable/lemur-cfssl/5.3.0/Chart.yaml new file mode 100644 index 00000000000..6c00d47d81a --- /dev/null +++ b/stable/lemur-cfssl/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Lemur manages TLS certificate creation. While not able to issue certificates itself, Lemur acts as a broker between CAs and environments providing a central portal for developers to issue TLS certificates with 'sane' defaults. +home: https://truecharts.org/charts/stable/lemur-cfssl +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lemur-cfssl.png +keywords: + - lemur-cfssl + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lemur-cfssl +sources: + - https://github.com/Netflix/lemur + - https://github.com/truecharts/charts/tree/master/charts/stable/lemur-cfssl + - https://hub.docker.com/r/halianelf/lemur +type: application +version: 5.3.0 diff --git a/stable/lemur-cfssl/5.1.3/README.md b/stable/lemur-cfssl/5.3.0/README.md similarity index 100% rename from stable/lemur-cfssl/5.1.3/README.md rename to stable/lemur-cfssl/5.3.0/README.md diff --git a/stable/lemur-cfssl/5.3.0/app-changelog.md b/stable/lemur-cfssl/5.3.0/app-changelog.md new file mode 100644 index 00000000000..2d494327c23 --- /dev/null +++ b/stable/lemur-cfssl/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [lemur-cfssl-5.3.0](https://github.com/truecharts/charts/compare/lemur-cfssl-5.2.3...lemur-cfssl-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/lemur-cfssl/5.1.3/app-readme.md b/stable/lemur-cfssl/5.3.0/app-readme.md similarity index 100% rename from stable/lemur-cfssl/5.1.3/app-readme.md rename to stable/lemur-cfssl/5.3.0/app-readme.md diff --git a/stable/lemur-cfssl/5.3.0/charts/common-18.2.0.tgz b/stable/lemur-cfssl/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/lemur-cfssl/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/lemur-cfssl/5.1.3/ix_values.yaml b/stable/lemur-cfssl/5.3.0/ix_values.yaml similarity index 100% rename from stable/lemur-cfssl/5.1.3/ix_values.yaml rename to stable/lemur-cfssl/5.3.0/ix_values.yaml diff --git a/stable/lemur-cfssl/5.1.3/questions.yaml b/stable/lemur-cfssl/5.3.0/questions.yaml similarity index 100% rename from stable/lemur-cfssl/5.1.3/questions.yaml rename to stable/lemur-cfssl/5.3.0/questions.yaml diff --git a/stable/lemur-cfssl/5.1.3/templates/common.yaml b/stable/lemur-cfssl/5.3.0/templates/common.yaml similarity index 100% rename from stable/lemur-cfssl/5.1.3/templates/common.yaml rename to stable/lemur-cfssl/5.3.0/templates/common.yaml diff --git a/stable/lingva/5.1.3/values.yaml b/stable/lemur-cfssl/5.3.0/values.yaml similarity index 100% rename from stable/lingva/5.1.3/values.yaml rename to stable/lemur-cfssl/5.3.0/values.yaml diff --git a/stable/libreddit/8.1.3/CHANGELOG.md b/stable/libreddit/8.1.3/CHANGELOG.md deleted file mode 100644 index b99c74632a6..00000000000 --- a/stable/libreddit/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [libreddit-7.1.11](https://github.com/truecharts/charts/compare/libreddit-7.1.10...libreddit-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [libreddit-7.1.10](https://github.com/truecharts/charts/compare/libreddit-7.1.9...libreddit-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [libreddit-7.1.9](https://github.com/truecharts/charts/compare/libreddit-7.1.8...libreddit-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [libreddit-7.1.8](https://github.com/truecharts/charts/compare/libreddit-7.1.7...libreddit-7.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [libreddit-7.1.7](https://github.com/truecharts/charts/compare/libreddit-7.1.6...libreddit-7.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [libreddit-7.1.6](https://github.com/truecharts/charts/compare/libreddit-7.1.5...libreddit-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [libreddit-7.1.5](https://github.com/truecharts/charts/compare/libreddit-7.1.4...libreddit-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [libreddit-7.1.4](https://github.com/truecharts/charts/compare/libreddit-7.1.3...libreddit-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [libreddit-7.1.3](https://github.com/truecharts/charts/compare/libreddit-7.1.0...libreddit-7.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/libreddit/8.1.3/Chart.yaml b/stable/libreddit/8.1.3/Chart.yaml deleted file mode 100644 index cdfa73b151c..00000000000 --- a/stable/libreddit/8.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: An alternative private front-end to Reddit -home: https://truecharts.org/charts/stable/libreddit -icon: https://truecharts.org/img/hotlink-ok/chart-icons/libreddit.png -keywords: - - reddit - - libreddit - - social -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: libreddit -sources: - - https://github.com/spikecodes/libreddit - - https://github.com/truecharts/charts/tree/master/charts/stable/libreddit - - https://hub.docker.com/r/libreddit/libreddit -type: application -version: 8.1.3 diff --git a/stable/libreddit/8.1.3/charts/common-18.0.3.tgz b/stable/libreddit/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/libreddit/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/linkding/9.1.3/.helmignore b/stable/libreddit/8.3.0/.helmignore similarity index 100% rename from stable/linkding/9.1.3/.helmignore rename to stable/libreddit/8.3.0/.helmignore diff --git a/stable/libreddit/8.3.0/CHANGELOG.md b/stable/libreddit/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..328da77ff44 --- /dev/null +++ b/stable/libreddit/8.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [libreddit-8.3.0](https://github.com/truecharts/charts/compare/libreddit-8.2.3...libreddit-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [libreddit-8.2.3](https://github.com/truecharts/charts/compare/libreddit-8.2.2...libreddit-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [libreddit-8.2.2](https://github.com/truecharts/charts/compare/libreddit-8.2.0...libreddit-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [libreddit-7.1.11](https://github.com/truecharts/charts/compare/libreddit-7.1.10...libreddit-7.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [libreddit-7.1.10](https://github.com/truecharts/charts/compare/libreddit-7.1.9...libreddit-7.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [libreddit-7.1.9](https://github.com/truecharts/charts/compare/libreddit-7.1.8...libreddit-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [libreddit-7.1.8](https://github.com/truecharts/charts/compare/libreddit-7.1.7...libreddit-7.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [libreddit-7.1.7](https://github.com/truecharts/charts/compare/libreddit-7.1.6...libreddit-7.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [libreddit-7.1.6](https://github.com/truecharts/charts/compare/libreddit-7.1.5...libreddit-7.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/libreddit/8.3.0/Chart.yaml b/stable/libreddit/8.3.0/Chart.yaml new file mode 100644 index 00000000000..9a2d3024871 --- /dev/null +++ b/stable/libreddit/8.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An alternative private front-end to Reddit +home: https://truecharts.org/charts/stable/libreddit +icon: https://truecharts.org/img/hotlink-ok/chart-icons/libreddit.png +keywords: + - reddit + - libreddit + - social +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: libreddit +sources: + - https://github.com/spikecodes/libreddit + - https://github.com/truecharts/charts/tree/master/charts/stable/libreddit + - https://hub.docker.com/r/libreddit/libreddit +type: application +version: 8.3.0 diff --git a/stable/libreddit/8.1.3/README.md b/stable/libreddit/8.3.0/README.md similarity index 100% rename from stable/libreddit/8.1.3/README.md rename to stable/libreddit/8.3.0/README.md diff --git a/stable/libreddit/8.3.0/app-changelog.md b/stable/libreddit/8.3.0/app-changelog.md new file mode 100644 index 00000000000..f41a3d52554 --- /dev/null +++ b/stable/libreddit/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [libreddit-8.3.0](https://github.com/truecharts/charts/compare/libreddit-8.2.3...libreddit-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/libreddit/8.1.3/app-readme.md b/stable/libreddit/8.3.0/app-readme.md similarity index 100% rename from stable/libreddit/8.1.3/app-readme.md rename to stable/libreddit/8.3.0/app-readme.md diff --git a/stable/libreddit/8.3.0/charts/common-18.2.0.tgz b/stable/libreddit/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/libreddit/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/libreddit/8.1.3/ix_values.yaml b/stable/libreddit/8.3.0/ix_values.yaml similarity index 100% rename from stable/libreddit/8.1.3/ix_values.yaml rename to stable/libreddit/8.3.0/ix_values.yaml diff --git a/stable/libreddit/8.1.3/questions.yaml b/stable/libreddit/8.3.0/questions.yaml similarity index 100% rename from stable/libreddit/8.1.3/questions.yaml rename to stable/libreddit/8.3.0/questions.yaml diff --git a/stable/linkwarden/4.1.3/templates/NOTES.txt b/stable/libreddit/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/linkwarden/4.1.3/templates/NOTES.txt rename to stable/libreddit/8.3.0/templates/NOTES.txt diff --git a/stable/linkding/9.1.3/templates/common.yaml b/stable/libreddit/8.3.0/templates/common.yaml similarity index 100% rename from stable/linkding/9.1.3/templates/common.yaml rename to stable/libreddit/8.3.0/templates/common.yaml diff --git a/stable/linkding/9.1.3/values.yaml b/stable/libreddit/8.3.0/values.yaml similarity index 100% rename from stable/linkding/9.1.3/values.yaml rename to stable/libreddit/8.3.0/values.yaml diff --git a/stable/libremdb/7.2.3/CHANGELOG.md b/stable/libremdb/7.2.3/CHANGELOG.md deleted file mode 100644 index e224a8263ca..00000000000 --- a/stable/libremdb/7.2.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - -## [libremdb-6.1.23](https://github.com/truecharts/charts/compare/libremdb-6.1.22...libremdb-6.1.23) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [libremdb-6.1.22](https://github.com/truecharts/charts/compare/libremdb-6.1.21...libremdb-6.1.22) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [libremdb-6.1.21](https://github.com/truecharts/charts/compare/libremdb-6.1.20...libremdb-6.1.21) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [libremdb-6.1.20](https://github.com/truecharts/charts/compare/libremdb-6.1.19...libremdb-6.1.20) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [libremdb-6.1.19](https://github.com/truecharts/charts/compare/libremdb-6.1.18...libremdb-6.1.19) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [libremdb-6.1.18](https://github.com/truecharts/charts/compare/libremdb-6.1.17...libremdb-6.1.18) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [libremdb-6.1.17](https://github.com/truecharts/charts/compare/libremdb-6.1.16...libremdb-6.1.17) (2024-01-14) - -### Chore - - - -- update container image quay.io/pussthecatorg/libremdb to latest[@093e10a](https://github.com/093e10a) by renovate ([#17173](https://github.com/truecharts/charts/issues/17173)) - - - - -## [libremdb-6.1.16](https://github.com/truecharts/charts/compare/libremdb-6.1.15...libremdb-6.1.16) (2024-01-09) - -### Chore - diff --git a/stable/libremdb/7.2.3/Chart.yaml b/stable/libremdb/7.2.3/Chart.yaml deleted file mode 100644 index b0b0ca8facb..00000000000 --- a/stable/libremdb/7.2.3/Chart.yaml +++ /dev/null @@ -1,46 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 11.2.1 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A free & open source IMDb front-end. -home: https://truecharts.org/charts/stable/libremdb -icon: https://truecharts.org/img/hotlink-ok/chart-icons/libremdb.png -keywords: - - libremdb - - media - - imdb -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: libremdb -sources: - - https://github.com/PussTheCat-org/docker-libremdb-quay - - https://github.com/zyachel/libremdb - - https://github.com/truecharts/charts/tree/master/charts/stable/libremdb - - https://quay.io/pussthecatorg/libremdb -type: application -version: 7.2.3 diff --git a/stable/libremdb/7.2.3/charts/common-18.1.2.tgz b/stable/libremdb/7.2.3/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/libremdb/7.2.3/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/libremdb/7.2.3/ix_values.yaml b/stable/libremdb/7.2.3/ix_values.yaml deleted file mode 100644 index fb02181e175..00000000000 --- a/stable/libremdb/7.2.3/ix_values.yaml +++ /dev/null @@ -1,38 +0,0 @@ -image: - repository: quay.io/pussthecatorg/libremdb - pullPolicy: IfNotPresent - tag: latest@sha256:c1c5bd522c7e866afc9e29709eb2c100d55f6dc83f6e33b75fb711c75ae67f9c -service: - main: - ports: - main: - protocol: http - targetPort: 3000 - port: 10593 -persistence: - config: - enabled: true - mountPath: /opt/app -redis: - enabled: true - redisUsername: default -portal: - open: - enabled: true -workload: - main: - podSpec: - containers: - main: - env: - NEXT_PUBLIC_URL: http://localhost:3000 - NEXT_TELEMETRY_DISABLED: 1 - AXIOS_USERAGENT: "Mozilla/5.0 (X11; Linux x86_64; rv:104.0) Gecko/20100101 Firefox/104.0" - AXIOS_ACCEPT: "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8" - AXIOS_LANGUAGE: "en-US,en;q=0.5" - USE_REDIS: true - REDIS_URL: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' - key: url diff --git a/stable/linkwallet/5.1.3/.helmignore b/stable/libremdb/7.3.0/.helmignore similarity index 100% rename from stable/linkwallet/5.1.3/.helmignore rename to stable/libremdb/7.3.0/.helmignore diff --git a/stable/libremdb/7.3.0/CHANGELOG.md b/stable/libremdb/7.3.0/CHANGELOG.md new file mode 100644 index 00000000000..e0104c4aca8 --- /dev/null +++ b/stable/libremdb/7.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [libremdb-7.3.0](https://github.com/truecharts/charts/compare/libremdb-7.2.7...libremdb-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [libremdb-7.2.7](https://github.com/truecharts/charts/compare/libremdb-7.2.6...libremdb-7.2.7) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [libremdb-7.2.6](https://github.com/truecharts/charts/compare/libremdb-7.2.4...libremdb-7.2.6) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + +## [libremdb-6.1.23](https://github.com/truecharts/charts/compare/libremdb-6.1.22...libremdb-6.1.23) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [libremdb-6.1.22](https://github.com/truecharts/charts/compare/libremdb-6.1.21...libremdb-6.1.22) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [libremdb-6.1.21](https://github.com/truecharts/charts/compare/libremdb-6.1.20...libremdb-6.1.21) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [libremdb-6.1.20](https://github.com/truecharts/charts/compare/libremdb-6.1.19...libremdb-6.1.20) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [libremdb-6.1.19](https://github.com/truecharts/charts/compare/libremdb-6.1.18...libremdb-6.1.19) (2024-01-21) + +### Chore diff --git a/stable/libremdb/7.3.0/Chart.yaml b/stable/libremdb/7.3.0/Chart.yaml new file mode 100644 index 00000000000..02a7a6bc223 --- /dev/null +++ b/stable/libremdb/7.3.0/Chart.yaml @@ -0,0 +1,46 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A free & open source IMDb front-end. +home: https://truecharts.org/charts/stable/libremdb +icon: https://truecharts.org/img/hotlink-ok/chart-icons/libremdb.png +keywords: + - libremdb + - media + - imdb +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: libremdb +sources: + - https://github.com/PussTheCat-org/docker-libremdb-quay + - https://github.com/zyachel/libremdb + - https://github.com/truecharts/charts/tree/master/charts/stable/libremdb + - https://quay.io/pussthecatorg/libremdb +type: application +version: 7.3.0 diff --git a/stable/libremdb/7.2.3/README.md b/stable/libremdb/7.3.0/README.md similarity index 100% rename from stable/libremdb/7.2.3/README.md rename to stable/libremdb/7.3.0/README.md diff --git a/stable/libremdb/7.3.0/app-changelog.md b/stable/libremdb/7.3.0/app-changelog.md new file mode 100644 index 00000000000..b5bfed850bf --- /dev/null +++ b/stable/libremdb/7.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [libremdb-7.3.0](https://github.com/truecharts/charts/compare/libremdb-7.2.7...libremdb-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/libremdb/7.2.3/app-readme.md b/stable/libremdb/7.3.0/app-readme.md similarity index 100% rename from stable/libremdb/7.2.3/app-readme.md rename to stable/libremdb/7.3.0/app-readme.md diff --git a/stable/libremdb/7.3.0/charts/common-18.2.0.tgz b/stable/libremdb/7.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/libremdb/7.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/libremdb/7.2.3/charts/redis-11.2.1.tgz b/stable/libremdb/7.3.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/libremdb/7.2.3/charts/redis-11.2.1.tgz rename to stable/libremdb/7.3.0/charts/redis-11.2.1.tgz diff --git a/stable/libremdb/7.3.0/ix_values.yaml b/stable/libremdb/7.3.0/ix_values.yaml new file mode 100644 index 00000000000..d32781185a9 --- /dev/null +++ b/stable/libremdb/7.3.0/ix_values.yaml @@ -0,0 +1,38 @@ +image: + repository: quay.io/pussthecatorg/libremdb + pullPolicy: IfNotPresent + tag: latest@sha256:a1a26e6e8a84f99eb9bc9e68e3d5fd49e8fbd534c26dcfe9ff1d8cf765145f02 +service: + main: + ports: + main: + protocol: http + targetPort: 3000 + port: 10593 +persistence: + config: + enabled: true + mountPath: /opt/app +redis: + enabled: true + redisUsername: default +portal: + open: + enabled: true +workload: + main: + podSpec: + containers: + main: + env: + NEXT_PUBLIC_URL: http://localhost:3000 + NEXT_TELEMETRY_DISABLED: 1 + AXIOS_USERAGENT: "Mozilla/5.0 (X11; Linux x86_64; rv:104.0) Gecko/20100101 Firefox/104.0" + AXIOS_ACCEPT: "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8" + AXIOS_LANGUAGE: "en-US,en;q=0.5" + USE_REDIS: true + REDIS_URL: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' + key: url diff --git a/stable/libremdb/7.2.3/questions.yaml b/stable/libremdb/7.3.0/questions.yaml similarity index 100% rename from stable/libremdb/7.2.3/questions.yaml rename to stable/libremdb/7.3.0/questions.yaml diff --git a/stable/littlelink/13.2.0/templates/NOTES.txt b/stable/libremdb/7.3.0/templates/NOTES.txt similarity index 100% rename from stable/littlelink/13.2.0/templates/NOTES.txt rename to stable/libremdb/7.3.0/templates/NOTES.txt diff --git a/stable/linkwallet/5.1.3/templates/common.yaml b/stable/libremdb/7.3.0/templates/common.yaml similarity index 100% rename from stable/linkwallet/5.1.3/templates/common.yaml rename to stable/libremdb/7.3.0/templates/common.yaml diff --git a/stable/linkwallet/5.1.3/values.yaml b/stable/libremdb/7.3.0/values.yaml similarity index 100% rename from stable/linkwallet/5.1.3/values.yaml rename to stable/libremdb/7.3.0/values.yaml diff --git a/stable/librespeed/13.2.0/CHANGELOG.md b/stable/librespeed/13.2.0/CHANGELOG.md deleted file mode 100644 index ddaf93a6fe9..00000000000 --- a/stable/librespeed/13.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - -## [librespeed-12.1.17](https://github.com/truecharts/charts/compare/librespeed-12.1.16...librespeed-12.1.17) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@d9c4605](https://github.com/d9c4605) by renovate ([#18066](https://github.com/truecharts/charts/issues/18066)) - - -## [librespeed-12.1.16](https://github.com/truecharts/charts/compare/librespeed-12.1.15...librespeed-12.1.16) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@8e56f58](https://github.com/8e56f58) by renovate ([#17856](https://github.com/truecharts/charts/issues/17856)) - - -## [librespeed-12.1.15](https://github.com/truecharts/charts/compare/librespeed-12.1.14...librespeed-12.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [librespeed-12.1.14](https://github.com/truecharts/charts/compare/librespeed-12.1.13...librespeed-12.1.14) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@e7e8a14](https://github.com/e7e8a14) by renovate ([#17611](https://github.com/truecharts/charts/issues/17611)) - - -## [librespeed-12.1.13](https://github.com/truecharts/charts/compare/librespeed-12.1.12...librespeed-12.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [librespeed-12.1.12](https://github.com/truecharts/charts/compare/librespeed-12.1.11...librespeed-12.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [librespeed-12.1.11](https://github.com/truecharts/charts/compare/librespeed-12.1.10...librespeed-12.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [librespeed-12.1.10](https://github.com/truecharts/charts/compare/librespeed-12.1.9...librespeed-12.1.10) (2024-01-21) - -### Chore - - diff --git a/stable/librespeed/13.2.0/Chart.yaml b/stable/librespeed/13.2.0/Chart.yaml deleted file mode 100644 index a084a061679..00000000000 --- a/stable/librespeed/13.2.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.3.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Librespeed is a HTML5 webpage to test upload and download speeds -home: https://truecharts.org/charts/stable/librespeed -icon: https://truecharts.org/img/hotlink-ok/chart-icons/librespeed.png -keywords: - - librespeed - - speedtest -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: librespeed -sources: - - https://github.com/librespeed/speedtest - - https://github.com/truecharts/charts/tree/master/charts/stable/librespeed - - https://ghcr.io/linuxserver/librespeed -type: application -version: 13.2.0 diff --git a/stable/librespeed/13.2.0/charts/common-18.1.2.tgz b/stable/librespeed/13.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/librespeed/13.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/librespeed/13.2.0/ix_values.yaml b/stable/librespeed/13.2.0/ix_values.yaml deleted file mode 100644 index 46cc11d18da..00000000000 --- a/stable/librespeed/13.2.0/ix_values.yaml +++ /dev/null @@ -1,23 +0,0 @@ -image: - repository: ghcr.io/linuxserver/librespeed - tag: 5.3.0@sha256:0d566b193c145858d29bd09de55a28520fdc4d3fef26b0b9d7a22ce80efdd830 - pullPolicy: IfNotPresent -service: - main: - ports: - main: - port: 10016 - targetPort: 80 -persistence: - config: - enabled: true - mountPath: "/config" -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 diff --git a/stable/linkwarden/4.1.3/.helmignore b/stable/librespeed/13.3.0/.helmignore similarity index 100% rename from stable/linkwarden/4.1.3/.helmignore rename to stable/librespeed/13.3.0/.helmignore diff --git a/stable/librespeed/13.3.0/CHANGELOG.md b/stable/librespeed/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..e17434159c3 --- /dev/null +++ b/stable/librespeed/13.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [librespeed-13.3.0](https://github.com/truecharts/charts/compare/librespeed-13.2.4...librespeed-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [librespeed-13.2.4](https://github.com/truecharts/charts/compare/librespeed-13.2.3...librespeed-13.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [librespeed-13.2.3](https://github.com/truecharts/charts/compare/librespeed-13.2.1...librespeed-13.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + +## [librespeed-12.1.17](https://github.com/truecharts/charts/compare/librespeed-12.1.16...librespeed-12.1.17) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@d9c4605](https://github.com/d9c4605) by renovate ([#18066](https://github.com/truecharts/charts/issues/18066)) + + +## [librespeed-12.1.16](https://github.com/truecharts/charts/compare/librespeed-12.1.15...librespeed-12.1.16) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@8e56f58](https://github.com/8e56f58) by renovate ([#17856](https://github.com/truecharts/charts/issues/17856)) + + +## [librespeed-12.1.15](https://github.com/truecharts/charts/compare/librespeed-12.1.14...librespeed-12.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [librespeed-12.1.14](https://github.com/truecharts/charts/compare/librespeed-12.1.13...librespeed-12.1.14) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@e7e8a14](https://github.com/e7e8a14) by renovate ([#17611](https://github.com/truecharts/charts/issues/17611)) + + +## [librespeed-12.1.13](https://github.com/truecharts/charts/compare/librespeed-12.1.12...librespeed-12.1.13) (2024-01-26) + +### Chore \ No newline at end of file diff --git a/stable/librespeed/13.3.0/Chart.yaml b/stable/librespeed/13.3.0/Chart.yaml new file mode 100644 index 00000000000..26045604b2e --- /dev/null +++ b/stable/librespeed/13.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.3.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Librespeed is a HTML5 webpage to test upload and download speeds +home: https://truecharts.org/charts/stable/librespeed +icon: https://truecharts.org/img/hotlink-ok/chart-icons/librespeed.png +keywords: + - librespeed + - speedtest +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: librespeed +sources: + - https://github.com/librespeed/speedtest + - https://github.com/truecharts/charts/tree/master/charts/stable/librespeed + - https://ghcr.io/linuxserver/librespeed +type: application +version: 13.3.0 diff --git a/stable/librespeed/13.2.0/README.md b/stable/librespeed/13.3.0/README.md similarity index 100% rename from stable/librespeed/13.2.0/README.md rename to stable/librespeed/13.3.0/README.md diff --git a/stable/librespeed/13.3.0/app-changelog.md b/stable/librespeed/13.3.0/app-changelog.md new file mode 100644 index 00000000000..d860f9b5570 --- /dev/null +++ b/stable/librespeed/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [librespeed-13.3.0](https://github.com/truecharts/charts/compare/librespeed-13.2.4...librespeed-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/librespeed/13.2.0/app-readme.md b/stable/librespeed/13.3.0/app-readme.md similarity index 100% rename from stable/librespeed/13.2.0/app-readme.md rename to stable/librespeed/13.3.0/app-readme.md diff --git a/stable/librespeed/13.3.0/charts/common-18.2.0.tgz b/stable/librespeed/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/librespeed/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/librespeed/13.3.0/ix_values.yaml b/stable/librespeed/13.3.0/ix_values.yaml new file mode 100644 index 00000000000..99ad02c556f --- /dev/null +++ b/stable/librespeed/13.3.0/ix_values.yaml @@ -0,0 +1,23 @@ +image: + repository: ghcr.io/linuxserver/librespeed + tag: 5.3.0@sha256:b89b2de9615ac78b042e22e595f775e49a8cf7cec162fe6ae5944e063530728d + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 10016 + targetPort: 80 +persistence: + config: + enabled: true + mountPath: "/config" +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 diff --git a/stable/librespeed/13.2.0/questions.yaml b/stable/librespeed/13.3.0/questions.yaml similarity index 100% rename from stable/librespeed/13.2.0/questions.yaml rename to stable/librespeed/13.3.0/questions.yaml diff --git a/stable/lldap/5.1.3/NOTES.txt b/stable/librespeed/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/lldap/5.1.3/NOTES.txt rename to stable/librespeed/13.3.0/templates/NOTES.txt diff --git a/stable/local-ai/9.8.0/templates/common.yaml b/stable/librespeed/13.3.0/templates/common.yaml similarity index 100% rename from stable/local-ai/9.8.0/templates/common.yaml rename to stable/librespeed/13.3.0/templates/common.yaml diff --git a/stable/linkwarden/4.1.3/values.yaml b/stable/librespeed/13.3.0/values.yaml similarity index 100% rename from stable/linkwarden/4.1.3/values.yaml rename to stable/librespeed/13.3.0/values.yaml diff --git a/stable/littlelink/13.2.0/.helmignore b/stable/lidarr/21.1.0/.helmignore similarity index 100% rename from stable/littlelink/13.2.0/.helmignore rename to stable/lidarr/21.1.0/.helmignore diff --git a/stable/lidarr/21.1.0/CHANGELOG.md b/stable/lidarr/21.1.0/CHANGELOG.md new file mode 100644 index 00000000000..2e4a428fdca --- /dev/null +++ b/stable/lidarr/21.1.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [lidarr-21.1.0](https://github.com/truecharts/charts/compare/lidarr-21.0.3...lidarr-21.1.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [lidarr-21.0.3](https://github.com/truecharts/charts/compare/lidarr-21.0.2...lidarr-21.0.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [lidarr-21.0.2](https://github.com/truecharts/charts/compare/lidarr-21.0.0...lidarr-21.0.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + +## [lidarr-19.1.19](https://github.com/truecharts/charts/compare/lidarr-19.1.18...lidarr-19.1.19) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/onedr0p/lidarr-develop to v2.1.7.4030[@01d40bb](https://github.com/01d40bb) by renovate ([#18169](https://github.com/truecharts/charts/issues/18169)) + + +## [lidarr-19.1.18](https://github.com/truecharts/charts/compare/lidarr-19.1.17...lidarr-19.1.18) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/onedr0p/lidarr-develop to 2.1.6.3993[@36b75d7](https://github.com/36b75d7) by renovate ([#17955](https://github.com/truecharts/charts/issues/17955)) + + +## [lidarr-19.1.17](https://github.com/truecharts/charts/compare/lidarr-19.1.16...lidarr-19.1.17) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/onedr0p/lidarr-develop to v2.1.6.3993[@90ddf2d](https://github.com/90ddf2d) by renovate ([#17914](https://github.com/truecharts/charts/issues/17914)) + + +## [lidarr-19.1.16](https://github.com/truecharts/charts/compare/lidarr-19.1.15...lidarr-19.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [lidarr-19.1.15](https://github.com/truecharts/charts/compare/lidarr-19.1.14...lidarr-19.1.15) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/onedr0p/exportarr to v1.6.1[@60cf3d4](https://github.com/60cf3d4) by renovate ([#17725](https://github.com/truecharts/charts/issues/17725)) + + +## [lidarr-19.1.14](https://github.com/truecharts/charts/compare/lidarr-19.1.13...lidarr-19.1.14) (2024-01-29) + +### Chore + diff --git a/stable/lidarr/21.1.0/Chart.yaml b/stable/lidarr/21.1.0/Chart.yaml new file mode 100644 index 00000000000..f7d649920ea --- /dev/null +++ b/stable/lidarr/21.1.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.2.0.4053 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Looks and smells like Sonarr but made for music +home: https://truecharts.org/charts/stable/lidarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lidarr.png +keywords: + - lidarr + - torrent + - usenet +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lidarr +sources: + - https://github.com/Lidarr/Lidarr + - https://github.com/truecharts/charts/tree/master/charts/stable/lidarr + - https://ghcr.io/onedr0p/exportarr + - https://ghcr.io/onedr0p/lidarr-develop +type: application +version: 21.1.0 diff --git a/stable/lidarr/21.1.0/README.md b/stable/lidarr/21.1.0/README.md new file mode 100644 index 00000000000..5dd4de9f508 --- /dev/null +++ b/stable/lidarr/21.1.0/README.md @@ -0,0 +1,28 @@ +--- +title: README +--- + +## General Info + +TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. +However only installations using the TrueNAS SCALE Apps system are supported. + +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/lidarr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +_All Rights Reserved - The TrueCharts Project_ diff --git a/stable/lidarr/21.1.0/app-changelog.md b/stable/lidarr/21.1.0/app-changelog.md new file mode 100644 index 00000000000..23219148530 --- /dev/null +++ b/stable/lidarr/21.1.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [lidarr-21.1.0](https://github.com/truecharts/charts/compare/lidarr-21.0.3...lidarr-21.1.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/lidarr/21.1.0/app-readme.md b/stable/lidarr/21.1.0/app-readme.md new file mode 100644 index 00000000000..ab0ee61c1d3 --- /dev/null +++ b/stable/lidarr/21.1.0/app-readme.md @@ -0,0 +1,8 @@ +Looks and smells like Sonarr but made for music + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/lidarr](https://truecharts.org/charts/stable/lidarr) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! diff --git a/stable/lidarr/21.1.0/charts/common-18.2.0.tgz b/stable/lidarr/21.1.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/lidarr/21.1.0/charts/common-18.2.0.tgz differ diff --git a/stable/lidarr/21.1.0/ix_values.yaml b/stable/lidarr/21.1.0/ix_values.yaml new file mode 100644 index 00000000000..c7aa6ea3564 --- /dev/null +++ b/stable/lidarr/21.1.0/ix_values.yaml @@ -0,0 +1,109 @@ +image: + repository: ghcr.io/onedr0p/lidarr-develop + pullPolicy: IfNotPresent + tag: 2.2.0.4053@sha256:0dc627db78c12432cb0d39df036fcc26dc8e392d7e565f5d0c8d95a376811b07 +exportarrImage: + repository: ghcr.io/onedr0p/exportarr + pullPolicy: IfNotPresent + tag: v2.0.0@sha256:760327e885a9bb5b818b56e8a6f818c9570eeaa9484bed122028adbf80bcaeb9 +securityContext: + container: + readOnlyRootFilesystem: false +service: + main: + ports: + main: + port: 8686 + metrics: + enabled: true + type: ClusterIP + targetSelector: exportarr + ports: + metrics: + enabled: true + port: 8687 + targetSelector: exportarr +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: true + type: http + path: /ping + readiness: + enabled: true + type: http + path: /ping + startup: + enabled: true + type: http + path: /ping + env: + LIDARR__PORT: "{{ .Values.service.main.ports.main.port }}" + LIDARR__AUTHENTICATION_METHOD: "" + exportarr: + enabled: true + type: Deployment + strategy: RollingUpdate + replicas: 1 + podSpec: + containers: + exportarr: + primary: true + enabled: true + imageSelector: exportarrImage + args: + - lidarr + probes: + liveness: + enabled: true + type: http + path: /healthz + port: "{{ .Values.service.metrics.ports.metrics.port }}" + readiness: + enabled: true + type: http + path: /healthz + port: "{{ .Values.service.metrics.ports.metrics.port }}" + startup: + enabled: true + type: http + path: /healthz + port: "{{ .Values.service.metrics.ports.metrics.port }}" + env: + INTERFACE: 0.0.0.0 + PORT: "{{ .Values.service.metrics.ports.metrics.port }}" + URL: '{{ printf "http://%v:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.main.ports.main.port }}' + # additional metrics (slow) + # ENABLE_ADDITIONAL_METRICS: false + # enable gathering unknown queue items + # ENABLE_UNKNOWN_QUEUE_ITEMS: false + CONFIG: "/config/config.xml" +persistence: + config: + enabled: true + targetSelector: + main: + main: + mountPath: /config + exportarr: + exportarr: + mountPath: /config + readOnly: true +metrics: + main: + enabled: true + type: "servicemonitor" + endpoints: + - port: metrics + path: /metrics + targetSelector: metrics + prometheusRule: + enabled: false +portal: + open: + enabled: true +updated: true diff --git a/stable/lidarr/21.1.0/questions.yaml b/stable/lidarr/21.1.0/questions.yaml new file mode 100755 index 00000000000..86ad1ce49cf --- /dev/null +++ b/stable/lidarr/21.1.0/questions.yaml @@ -0,0 +1,2899 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: App Configuration + label: Image Environment + schema: + additional_attrs: true + type: dict + attrs: + - variable: LIDARR__AUTHENTICATION_METHOD + label: Auth Method + description: Sets the auth method. + schema: + type: string + default: "" + enum: + - value: "" + description: In-App Setting + - value: External + description: External/None + - value: Basic + description: Basic + - value: Forms + description: Forms + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 8686 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: metrics + group: Metrics + label: Prometheus Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: Main Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable Prometheus Metrics + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: prometheusRule + label: PrometheusRule + description: Enable and configure Prometheus Rules for the App. + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable Prometheus Metrics + schema: + type: boolean + default: false + # TODO: Rule List section + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/local-ai/9.8.0/templates/NOTES.txt b/stable/lidarr/21.1.0/templates/NOTES.txt similarity index 100% rename from stable/local-ai/9.8.0/templates/NOTES.txt rename to stable/lidarr/21.1.0/templates/NOTES.txt diff --git a/stable/rtorrent-rutorrent/4.1.3/templates/common.yaml b/stable/lidarr/21.1.0/templates/common.yaml similarity index 100% rename from stable/rtorrent-rutorrent/4.1.3/templates/common.yaml rename to stable/lidarr/21.1.0/templates/common.yaml diff --git a/stable/littlelink/13.2.0/values.yaml b/stable/lidarr/21.1.0/values.yaml similarity index 100% rename from stable/littlelink/13.2.0/values.yaml rename to stable/lidarr/21.1.0/values.yaml diff --git a/stable/lingva/5.1.3/CHANGELOG.md b/stable/lingva/5.1.3/CHANGELOG.md deleted file mode 100644 index 3817c334453..00000000000 --- a/stable/lingva/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [lingva-4.1.11](https://github.com/truecharts/charts/compare/lingva-4.1.10...lingva-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [lingva-4.1.10](https://github.com/truecharts/charts/compare/lingva-4.1.9...lingva-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [lingva-4.1.9](https://github.com/truecharts/charts/compare/lingva-4.1.8...lingva-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [lingva-4.1.8](https://github.com/truecharts/charts/compare/lingva-4.1.7...lingva-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [lingva-4.1.7](https://github.com/truecharts/charts/compare/lingva-4.1.6...lingva-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [lingva-4.1.6](https://github.com/truecharts/charts/compare/lingva-4.1.5...lingva-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [lingva-4.1.5](https://github.com/truecharts/charts/compare/lingva-4.1.4...lingva-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [lingva-4.1.4](https://github.com/truecharts/charts/compare/lingva-4.1.3...lingva-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [lingva-4.1.3](https://github.com/truecharts/charts/compare/lingva-4.1.0...lingva-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/lingva/5.1.3/Chart.yaml b/stable/lingva/5.1.3/Chart.yaml deleted file mode 100644 index f86c2926920..00000000000 --- a/stable/lingva/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Alternative front-end for Google Translate, serving as a Free and Open Source translator with over a hundred languages available -home: https://truecharts.org/charts/stable/lingva -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lingva.png -keywords: - - lingva - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: lingva -sources: - - https://github.com/TheDavidDelta/lingva-translate - - https://github.com/truecharts/charts/tree/master/charts/stable/lingva - - https://hub.docker.com/r/thedaviddelta/lingva-translate -type: application -version: 5.1.3 diff --git a/stable/lingva/5.1.3/charts/common-18.0.3.tgz b/stable/lingva/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/lingva/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/livestreamdvr/5.1.3/.helmignore b/stable/lingva/5.3.0/.helmignore similarity index 100% rename from stable/livestreamdvr/5.1.3/.helmignore rename to stable/lingva/5.3.0/.helmignore diff --git a/stable/lingva/5.3.0/CHANGELOG.md b/stable/lingva/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..7b94ccf761c --- /dev/null +++ b/stable/lingva/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [lingva-5.3.0](https://github.com/truecharts/charts/compare/lingva-5.2.3...lingva-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [lingva-5.2.3](https://github.com/truecharts/charts/compare/lingva-5.2.2...lingva-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [lingva-5.2.2](https://github.com/truecharts/charts/compare/lingva-5.2.0...lingva-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [lingva-4.1.11](https://github.com/truecharts/charts/compare/lingva-4.1.10...lingva-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [lingva-4.1.10](https://github.com/truecharts/charts/compare/lingva-4.1.9...lingva-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [lingva-4.1.9](https://github.com/truecharts/charts/compare/lingva-4.1.8...lingva-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [lingva-4.1.8](https://github.com/truecharts/charts/compare/lingva-4.1.7...lingva-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [lingva-4.1.7](https://github.com/truecharts/charts/compare/lingva-4.1.6...lingva-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [lingva-4.1.6](https://github.com/truecharts/charts/compare/lingva-4.1.5...lingva-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/lingva/5.3.0/Chart.yaml b/stable/lingva/5.3.0/Chart.yaml new file mode 100644 index 00000000000..6483fdd489d --- /dev/null +++ b/stable/lingva/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Alternative front-end for Google Translate, serving as a Free and Open Source translator with over a hundred languages available +home: https://truecharts.org/charts/stable/lingva +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lingva.png +keywords: + - lingva + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lingva +sources: + - https://github.com/TheDavidDelta/lingva-translate + - https://github.com/truecharts/charts/tree/master/charts/stable/lingva + - https://hub.docker.com/r/thedaviddelta/lingva-translate +type: application +version: 5.3.0 diff --git a/stable/lingva/5.1.3/README.md b/stable/lingva/5.3.0/README.md similarity index 100% rename from stable/lingva/5.1.3/README.md rename to stable/lingva/5.3.0/README.md diff --git a/stable/lingva/5.3.0/app-changelog.md b/stable/lingva/5.3.0/app-changelog.md new file mode 100644 index 00000000000..1187d7e057a --- /dev/null +++ b/stable/lingva/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [lingva-5.3.0](https://github.com/truecharts/charts/compare/lingva-5.2.3...lingva-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/lingva/5.1.3/app-readme.md b/stable/lingva/5.3.0/app-readme.md similarity index 100% rename from stable/lingva/5.1.3/app-readme.md rename to stable/lingva/5.3.0/app-readme.md diff --git a/stable/lingva/5.3.0/charts/common-18.2.0.tgz b/stable/lingva/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/lingva/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/lingva/5.1.3/ix_values.yaml b/stable/lingva/5.3.0/ix_values.yaml similarity index 100% rename from stable/lingva/5.1.3/ix_values.yaml rename to stable/lingva/5.3.0/ix_values.yaml diff --git a/stable/lingva/5.1.3/questions.yaml b/stable/lingva/5.3.0/questions.yaml similarity index 100% rename from stable/lingva/5.1.3/questions.yaml rename to stable/lingva/5.3.0/questions.yaml diff --git a/stable/lingva/5.1.3/templates/common.yaml b/stable/lingva/5.3.0/templates/common.yaml similarity index 100% rename from stable/lingva/5.1.3/templates/common.yaml rename to stable/lingva/5.3.0/templates/common.yaml diff --git a/stable/livestreamdvr/5.1.3/values.yaml b/stable/lingva/5.3.0/values.yaml similarity index 100% rename from stable/livestreamdvr/5.1.3/values.yaml rename to stable/lingva/5.3.0/values.yaml diff --git a/stable/linkding/9.1.3/CHANGELOG.md b/stable/linkding/9.1.3/CHANGELOG.md deleted file mode 100644 index 70262041ddd..00000000000 --- a/stable/linkding/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [linkding-8.2.1](https://github.com/truecharts/charts/compare/linkding-8.2.0...linkding-8.2.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [linkding-8.2.0](https://github.com/truecharts/charts/compare/linkding-8.1.10...linkding-8.2.0) (2024-01-29) - -### Chore - - - -- update container image sissbruecker/linkding to v1.24.0[@3efe1d0](https://github.com/3efe1d0) by renovate ([#17700](https://github.com/truecharts/charts/issues/17700)) - - -## [linkding-8.1.10](https://github.com/truecharts/charts/compare/linkding-8.1.9...linkding-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [linkding-8.1.9](https://github.com/truecharts/charts/compare/linkding-8.1.8...linkding-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [linkding-8.1.8](https://github.com/truecharts/charts/compare/linkding-8.1.7...linkding-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [linkding-8.1.7](https://github.com/truecharts/charts/compare/linkding-8.1.6...linkding-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [linkding-8.1.6](https://github.com/truecharts/charts/compare/linkding-8.1.5...linkding-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [linkding-8.1.5](https://github.com/truecharts/charts/compare/linkding-8.1.4...linkding-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [linkding-8.1.4](https://github.com/truecharts/charts/compare/linkding-8.1.3...linkding-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/linkding/9.1.3/Chart.yaml b/stable/linkding/9.1.3/Chart.yaml deleted file mode 100644 index 87806a491ff..00000000000 --- a/stable/linkding/9.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: bookmarks - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.24.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Linkding is a simple bookmark service that you can host yourself. It's designed be to be minimal, fast and easy. -home: https://truecharts.org/charts/stable/linkding -icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkding.png -keywords: - - bookmarks - - links -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: linkding -sources: - - https://github.com/sissbruecker/linkding - - https://github.com/truecharts/charts/tree/master/charts/stable/linkding - - https://hub.docker.com/r/sissbruecker/linkding -type: application -version: 9.1.3 diff --git a/stable/linkding/9.1.3/charts/common-18.0.3.tgz b/stable/linkding/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/linkding/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/llalon-github-backup/5.1.3/.helmignore b/stable/linkding/9.3.0/.helmignore similarity index 100% rename from stable/llalon-github-backup/5.1.3/.helmignore rename to stable/linkding/9.3.0/.helmignore diff --git a/stable/linkding/9.3.0/CHANGELOG.md b/stable/linkding/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..637298098e5 --- /dev/null +++ b/stable/linkding/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [linkding-9.3.0](https://github.com/truecharts/charts/compare/linkding-9.2.3...linkding-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [linkding-9.2.3](https://github.com/truecharts/charts/compare/linkding-9.2.2...linkding-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [linkding-9.2.2](https://github.com/truecharts/charts/compare/linkding-9.2.0...linkding-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [linkding-8.2.1](https://github.com/truecharts/charts/compare/linkding-8.2.0...linkding-8.2.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [linkding-8.2.0](https://github.com/truecharts/charts/compare/linkding-8.1.10...linkding-8.2.0) (2024-01-29) + +### Chore + + + +- update container image sissbruecker/linkding to v1.24.0[@3efe1d0](https://github.com/3efe1d0) by renovate ([#17700](https://github.com/truecharts/charts/issues/17700)) + + +## [linkding-8.1.10](https://github.com/truecharts/charts/compare/linkding-8.1.9...linkding-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [linkding-8.1.9](https://github.com/truecharts/charts/compare/linkding-8.1.8...linkding-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [linkding-8.1.8](https://github.com/truecharts/charts/compare/linkding-8.1.7...linkding-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [linkding-8.1.7](https://github.com/truecharts/charts/compare/linkding-8.1.6...linkding-8.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/linkding/9.3.0/Chart.yaml b/stable/linkding/9.3.0/Chart.yaml new file mode 100644 index 00000000000..61cd15c7398 --- /dev/null +++ b/stable/linkding/9.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: bookmarks + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.24.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Linkding is a simple bookmark service that you can host yourself. It's designed be to be minimal, fast and easy. +home: https://truecharts.org/charts/stable/linkding +icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkding.png +keywords: + - bookmarks + - links +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: linkding +sources: + - https://github.com/sissbruecker/linkding + - https://github.com/truecharts/charts/tree/master/charts/stable/linkding + - https://hub.docker.com/r/sissbruecker/linkding +type: application +version: 9.3.0 diff --git a/stable/linkding/9.1.3/README.md b/stable/linkding/9.3.0/README.md similarity index 100% rename from stable/linkding/9.1.3/README.md rename to stable/linkding/9.3.0/README.md diff --git a/stable/linkding/9.3.0/app-changelog.md b/stable/linkding/9.3.0/app-changelog.md new file mode 100644 index 00000000000..038ed7cb457 --- /dev/null +++ b/stable/linkding/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [linkding-9.3.0](https://github.com/truecharts/charts/compare/linkding-9.2.3...linkding-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/linkding/9.1.3/app-readme.md b/stable/linkding/9.3.0/app-readme.md similarity index 100% rename from stable/linkding/9.1.3/app-readme.md rename to stable/linkding/9.3.0/app-readme.md diff --git a/stable/linkding/9.3.0/charts/common-18.2.0.tgz b/stable/linkding/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/linkding/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/linkding/9.1.3/ix_values.yaml b/stable/linkding/9.3.0/ix_values.yaml similarity index 100% rename from stable/linkding/9.1.3/ix_values.yaml rename to stable/linkding/9.3.0/ix_values.yaml diff --git a/stable/linkding/9.1.3/questions.yaml b/stable/linkding/9.3.0/questions.yaml similarity index 100% rename from stable/linkding/9.1.3/questions.yaml rename to stable/linkding/9.3.0/questions.yaml diff --git a/stable/logitech-media-server/11.1.4/templates/NOTES.txt b/stable/linkding/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/logitech-media-server/11.1.4/templates/NOTES.txt rename to stable/linkding/9.3.0/templates/NOTES.txt diff --git a/stable/logitech-media-server/11.1.4/templates/common.yaml b/stable/linkding/9.3.0/templates/common.yaml similarity index 100% rename from stable/logitech-media-server/11.1.4/templates/common.yaml rename to stable/linkding/9.3.0/templates/common.yaml diff --git a/stable/llalon-github-backup/5.1.3/values.yaml b/stable/linkding/9.3.0/values.yaml similarity index 100% rename from stable/llalon-github-backup/5.1.3/values.yaml rename to stable/linkding/9.3.0/values.yaml diff --git a/stable/linkwallet/5.1.3/CHANGELOG.md b/stable/linkwallet/5.1.3/CHANGELOG.md deleted file mode 100644 index 0b319fd11cf..00000000000 --- a/stable/linkwallet/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [linkwallet-4.1.11](https://github.com/truecharts/charts/compare/linkwallet-4.1.10...linkwallet-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [linkwallet-4.1.10](https://github.com/truecharts/charts/compare/linkwallet-4.1.9...linkwallet-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [linkwallet-4.1.9](https://github.com/truecharts/charts/compare/linkwallet-4.1.8...linkwallet-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [linkwallet-4.1.8](https://github.com/truecharts/charts/compare/linkwallet-4.1.7...linkwallet-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [linkwallet-4.1.7](https://github.com/truecharts/charts/compare/linkwallet-4.1.6...linkwallet-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [linkwallet-4.1.6](https://github.com/truecharts/charts/compare/linkwallet-4.1.5...linkwallet-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [linkwallet-4.1.5](https://github.com/truecharts/charts/compare/linkwallet-4.1.4...linkwallet-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [linkwallet-4.1.4](https://github.com/truecharts/charts/compare/linkwallet-4.1.3...linkwallet-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [linkwallet-4.1.3](https://github.com/truecharts/charts/compare/linkwallet-4.1.0...linkwallet-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/linkwallet/5.1.3/Chart.yaml b/stable/linkwallet/5.1.3/Chart.yaml deleted file mode 100644 index 37a261ea327..00000000000 --- a/stable/linkwallet/5.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: bookmarks - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.0.36 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A self-hosted bookmark database with full-text page content search. -home: https://truecharts.org/charts/stable/linkwallet -icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkwallet.png -keywords: - - bookmarks -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: linkwallet -sources: - - https://github.com/tardisx/linkwallet - - https://github.com/truecharts/charts/tree/master/charts/stable/linkwallet - - https://hub.docker.com/r/tardisx/linkwallet -type: application -version: 5.1.3 diff --git a/stable/linkwallet/5.1.3/charts/common-18.0.3.tgz b/stable/linkwallet/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/linkwallet/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/lldap/5.1.3/.helmignore b/stable/linkwallet/5.3.0/.helmignore similarity index 100% rename from stable/lldap/5.1.3/.helmignore rename to stable/linkwallet/5.3.0/.helmignore diff --git a/stable/linkwallet/5.3.0/CHANGELOG.md b/stable/linkwallet/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..5f21ee91971 --- /dev/null +++ b/stable/linkwallet/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [linkwallet-5.3.0](https://github.com/truecharts/charts/compare/linkwallet-5.2.3...linkwallet-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [linkwallet-5.2.3](https://github.com/truecharts/charts/compare/linkwallet-5.2.2...linkwallet-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [linkwallet-5.2.2](https://github.com/truecharts/charts/compare/linkwallet-5.2.0...linkwallet-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [linkwallet-4.1.11](https://github.com/truecharts/charts/compare/linkwallet-4.1.10...linkwallet-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [linkwallet-4.1.10](https://github.com/truecharts/charts/compare/linkwallet-4.1.9...linkwallet-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [linkwallet-4.1.9](https://github.com/truecharts/charts/compare/linkwallet-4.1.8...linkwallet-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [linkwallet-4.1.8](https://github.com/truecharts/charts/compare/linkwallet-4.1.7...linkwallet-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [linkwallet-4.1.7](https://github.com/truecharts/charts/compare/linkwallet-4.1.6...linkwallet-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [linkwallet-4.1.6](https://github.com/truecharts/charts/compare/linkwallet-4.1.5...linkwallet-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/linkwallet/5.3.0/Chart.yaml b/stable/linkwallet/5.3.0/Chart.yaml new file mode 100644 index 00000000000..ac0ae3806ac --- /dev/null +++ b/stable/linkwallet/5.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: bookmarks + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.0.36 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted bookmark database with full-text page content search. +home: https://truecharts.org/charts/stable/linkwallet +icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkwallet.png +keywords: + - bookmarks +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: linkwallet +sources: + - https://github.com/tardisx/linkwallet + - https://github.com/truecharts/charts/tree/master/charts/stable/linkwallet + - https://hub.docker.com/r/tardisx/linkwallet +type: application +version: 5.3.0 diff --git a/stable/linkwallet/5.1.3/README.md b/stable/linkwallet/5.3.0/README.md similarity index 100% rename from stable/linkwallet/5.1.3/README.md rename to stable/linkwallet/5.3.0/README.md diff --git a/stable/linkwallet/5.3.0/app-changelog.md b/stable/linkwallet/5.3.0/app-changelog.md new file mode 100644 index 00000000000..892d145330f --- /dev/null +++ b/stable/linkwallet/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [linkwallet-5.3.0](https://github.com/truecharts/charts/compare/linkwallet-5.2.3...linkwallet-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/linkwallet/5.1.3/app-readme.md b/stable/linkwallet/5.3.0/app-readme.md similarity index 100% rename from stable/linkwallet/5.1.3/app-readme.md rename to stable/linkwallet/5.3.0/app-readme.md diff --git a/stable/linkwallet/5.3.0/charts/common-18.2.0.tgz b/stable/linkwallet/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/linkwallet/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/linkwallet/5.1.3/ix_values.yaml b/stable/linkwallet/5.3.0/ix_values.yaml similarity index 100% rename from stable/linkwallet/5.1.3/ix_values.yaml rename to stable/linkwallet/5.3.0/ix_values.yaml diff --git a/stable/linkwallet/5.1.3/questions.yaml b/stable/linkwallet/5.3.0/questions.yaml similarity index 100% rename from stable/linkwallet/5.1.3/questions.yaml rename to stable/linkwallet/5.3.0/questions.yaml diff --git a/stable/maintainerr/2.1.3/templates/common.yaml b/stable/linkwallet/5.3.0/templates/common.yaml similarity index 100% rename from stable/maintainerr/2.1.3/templates/common.yaml rename to stable/linkwallet/5.3.0/templates/common.yaml diff --git a/stable/lldap/5.1.3/values.yaml b/stable/linkwallet/5.3.0/values.yaml similarity index 100% rename from stable/lldap/5.1.3/values.yaml rename to stable/linkwallet/5.3.0/values.yaml diff --git a/stable/linkwarden/4.1.3/CHANGELOG.md b/stable/linkwarden/4.1.3/CHANGELOG.md deleted file mode 100644 index 2371660bdf5..00000000000 --- a/stable/linkwarden/4.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [linkwarden-3.2.14](https://github.com/truecharts/charts/compare/linkwarden-3.2.13...linkwarden-3.2.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [linkwarden-3.2.13](https://github.com/truecharts/charts/compare/linkwarden-3.2.12...linkwarden-3.2.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [linkwarden-3.2.12](https://github.com/truecharts/charts/compare/linkwarden-3.2.11...linkwarden-3.2.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [linkwarden-3.2.11](https://github.com/truecharts/charts/compare/linkwarden-3.2.10...linkwarden-3.2.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [linkwarden-3.2.10](https://github.com/truecharts/charts/compare/linkwarden-3.2.9...linkwarden-3.2.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [linkwarden-3.2.9](https://github.com/truecharts/charts/compare/linkwarden-3.2.8...linkwarden-3.2.9) (2024-01-21) - -### Chore - - - -- update container image ghcr.io/linkwarden/linkwarden to v2.4.9[@9d0c86d](https://github.com/9d0c86d) by renovate ([#17417](https://github.com/truecharts/charts/issues/17417)) - - - - -## [linkwarden-3.2.8](https://github.com/truecharts/charts/compare/linkwarden-3.2.7...linkwarden-3.2.8) (2024-01-12) - -### Chore - - - -- update label text on scale ui ([#17087](https://github.com/truecharts/charts/issues/17087)) - - -## [linkwarden-3.2.7](https://github.com/truecharts/charts/compare/linkwarden-3.2.6...linkwarden-3.2.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [linkwarden-3.2.6](https://github.com/truecharts/charts/compare/linkwarden-3.2.5...linkwarden-3.2.6) (2024-01-03) - -### Chore - - - -- update container image ghcr.io/linkwarden/linkwarden to v2.4.8[@ee344d6](https://github.com/ee344d6) by renovate ([#16717](https://github.com/truecharts/charts/issues/16717)) - diff --git a/stable/linkwarden/4.1.3/Chart.yaml b/stable/linkwarden/4.1.3/Chart.yaml deleted file mode 100644 index 0debf88e3b4..00000000000 --- a/stable/linkwarden/4.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: bookmarks - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.4.9 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Linkwarden is a self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages. -home: https://truecharts.org/charts/stable/linkwarden -icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkwarden.png -keywords: - - linkwarden - - bookmark - - manager -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: linkwarden -sources: - - https://github.com/linkwarden/linkwarden - - https://github.com/truecharts/charts/tree/master/charts/stable/linkwarden - - https://ghcr.io/linkwarden/linkwarden -type: application -version: 4.1.3 diff --git a/stable/linkwarden/4.1.3/charts/common-18.0.3.tgz b/stable/linkwarden/4.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/linkwarden/4.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/linkwarden/4.1.3/questions.yaml b/stable/linkwarden/4.1.3/questions.yaml deleted file mode 100755 index d035aff6bb4..00000000000 --- a/stable/linkwarden/4.1.3/questions.yaml +++ /dev/null @@ -1,3337 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: config - label: "" - group: "App Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: nextauth_url - label: "Next Auth URL" - description: "This is the public-facing URL that Linkwarden will be hosted on." - schema: - type: string - default: "http://example.com" - - variable: pagination_take_count - label: "Pagination Take Count" - description: "The numbers of Links to fetch every time you reach to the bottom of the webpage." - schema: - type: int - default: 20 - - variable: autoscroll_timeout - label: "Autoscroll Timeout" - description: "The amount of time to wait for the website to be archived (in seconds)." - schema: - type: int - default: 30 - - variable: disable_registration - label: "Disable User Registration" - description: "If set to true, registration will be disabled." - schema: - type: boolean - default: false - - variable: archive_limit - label: "Archive Limit" - description: "Adjusts how often a user can trigger a new archive for each link (in minutes)." - schema: - type: int - default: 5 - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Service Port Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 2985 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/local-ai/9.8.0/.helmignore b/stable/linkwarden/4.3.0/.helmignore similarity index 100% rename from stable/local-ai/9.8.0/.helmignore rename to stable/linkwarden/4.3.0/.helmignore diff --git a/stable/linkwarden/4.3.0/CHANGELOG.md b/stable/linkwarden/4.3.0/CHANGELOG.md new file mode 100644 index 00000000000..f88e4c6409d --- /dev/null +++ b/stable/linkwarden/4.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [linkwarden-4.3.0](https://github.com/truecharts/charts/compare/linkwarden-4.2.3...linkwarden-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [linkwarden-4.2.3](https://github.com/truecharts/charts/compare/linkwarden-4.2.2...linkwarden-4.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [linkwarden-4.2.2](https://github.com/truecharts/charts/compare/linkwarden-4.2.0...linkwarden-4.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [linkwarden-3.2.14](https://github.com/truecharts/charts/compare/linkwarden-3.2.13...linkwarden-3.2.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [linkwarden-3.2.13](https://github.com/truecharts/charts/compare/linkwarden-3.2.12...linkwarden-3.2.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [linkwarden-3.2.12](https://github.com/truecharts/charts/compare/linkwarden-3.2.11...linkwarden-3.2.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [linkwarden-3.2.11](https://github.com/truecharts/charts/compare/linkwarden-3.2.10...linkwarden-3.2.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [linkwarden-3.2.10](https://github.com/truecharts/charts/compare/linkwarden-3.2.9...linkwarden-3.2.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [linkwarden-3.2.9](https://github.com/truecharts/charts/compare/linkwarden-3.2.8...linkwarden-3.2.9) (2024-01-21) + +### Chore + + + +- update container image ghcr.io/linkwarden/linkwarden to v2.4.9[@9d0c86d](https://github.com/9d0c86d) by renovate ([#17417](https://github.com/truecharts/charts/issues/17417)) diff --git a/stable/linkwarden/4.3.0/Chart.yaml b/stable/linkwarden/4.3.0/Chart.yaml new file mode 100644 index 00000000000..d0a00b9d4e9 --- /dev/null +++ b/stable/linkwarden/4.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: bookmarks + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.4.9 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Linkwarden is a self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages. +home: https://truecharts.org/charts/stable/linkwarden +icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkwarden.png +keywords: + - linkwarden + - bookmark + - manager +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: linkwarden +sources: + - https://github.com/linkwarden/linkwarden + - https://github.com/truecharts/charts/tree/master/charts/stable/linkwarden + - https://ghcr.io/linkwarden/linkwarden +type: application +version: 4.3.0 diff --git a/stable/linkwarden/4.1.3/README.md b/stable/linkwarden/4.3.0/README.md similarity index 100% rename from stable/linkwarden/4.1.3/README.md rename to stable/linkwarden/4.3.0/README.md diff --git a/stable/linkwarden/4.3.0/app-changelog.md b/stable/linkwarden/4.3.0/app-changelog.md new file mode 100644 index 00000000000..630d30c26e4 --- /dev/null +++ b/stable/linkwarden/4.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [linkwarden-4.3.0](https://github.com/truecharts/charts/compare/linkwarden-4.2.3...linkwarden-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/linkwarden/4.1.3/app-readme.md b/stable/linkwarden/4.3.0/app-readme.md similarity index 100% rename from stable/linkwarden/4.1.3/app-readme.md rename to stable/linkwarden/4.3.0/app-readme.md diff --git a/stable/linkwarden/4.3.0/charts/common-18.2.0.tgz b/stable/linkwarden/4.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/linkwarden/4.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/linkwarden/4.1.3/ix_values.yaml b/stable/linkwarden/4.3.0/ix_values.yaml similarity index 100% rename from stable/linkwarden/4.1.3/ix_values.yaml rename to stable/linkwarden/4.3.0/ix_values.yaml diff --git a/stable/linkwarden/4.3.0/questions.yaml b/stable/linkwarden/4.3.0/questions.yaml new file mode 100755 index 00000000000..20451ce59af --- /dev/null +++ b/stable/linkwarden/4.3.0/questions.yaml @@ -0,0 +1,3295 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: config + label: "" + group: "App Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: nextauth_url + label: "Next Auth URL" + description: "This is the public-facing URL that Linkwarden will be hosted on." + schema: + type: string + default: "http://example.com" + - variable: pagination_take_count + label: "Pagination Take Count" + description: "The numbers of Links to fetch every time you reach to the bottom of the webpage." + schema: + type: int + default: 20 + - variable: autoscroll_timeout + label: "Autoscroll Timeout" + description: "The amount of time to wait for the website to be archived (in seconds)." + schema: + type: int + default: 30 + - variable: disable_registration + label: "Disable User Registration" + description: "If set to true, registration will be disabled." + schema: + type: boolean + default: false + - variable: archive_limit + label: "Archive Limit" + description: "Adjusts how often a user can trigger a new archive for each link (in minutes)." + schema: + type: int + default: 5 + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Service + description: The Primary service on which the healthcheck runs, often the webUI + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 2985 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: data + label: "App Data Storage" + description: "Stores the Application Data." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/maintainerr/2.1.3/templates/NOTES.txt b/stable/linkwarden/4.3.0/templates/NOTES.txt similarity index 100% rename from stable/maintainerr/2.1.3/templates/NOTES.txt rename to stable/linkwarden/4.3.0/templates/NOTES.txt diff --git a/stable/linkwarden/4.1.3/templates/_secrets.tpl b/stable/linkwarden/4.3.0/templates/_secrets.tpl similarity index 100% rename from stable/linkwarden/4.1.3/templates/_secrets.tpl rename to stable/linkwarden/4.3.0/templates/_secrets.tpl diff --git a/stable/linkwarden/4.1.3/templates/common.yaml b/stable/linkwarden/4.3.0/templates/common.yaml similarity index 100% rename from stable/linkwarden/4.1.3/templates/common.yaml rename to stable/linkwarden/4.3.0/templates/common.yaml diff --git a/stable/local-ai/9.8.0/values.yaml b/stable/linkwarden/4.3.0/values.yaml similarity index 100% rename from stable/local-ai/9.8.0/values.yaml rename to stable/linkwarden/4.3.0/values.yaml diff --git a/stable/littlelink/13.2.0/CHANGELOG.md b/stable/littlelink/13.2.0/CHANGELOG.md deleted file mode 100644 index 7fd8cbb5b10..00000000000 --- a/stable/littlelink/13.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - -## [littlelink-12.1.17](https://github.com/truecharts/charts/compare/littlelink-12.1.16...littlelink-12.1.17) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/techno-tim/littlelink-server to latest[@f94c94f](https://github.com/f94c94f) by renovate ([#18084](https://github.com/truecharts/charts/issues/18084)) - - -## [littlelink-12.1.16](https://github.com/truecharts/charts/compare/littlelink-12.1.15...littlelink-12.1.16) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/techno-tim/littlelink-server to latest[@c387a43](https://github.com/c387a43) by renovate ([#17874](https://github.com/truecharts/charts/issues/17874)) - - -## [littlelink-12.1.15](https://github.com/truecharts/charts/compare/littlelink-12.1.14...littlelink-12.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [littlelink-12.1.14](https://github.com/truecharts/charts/compare/littlelink-12.1.13...littlelink-12.1.14) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/techno-tim/littlelink-server to latest[@fcb88ba](https://github.com/fcb88ba) by renovate ([#17719](https://github.com/truecharts/charts/issues/17719)) - - -## [littlelink-12.1.13](https://github.com/truecharts/charts/compare/littlelink-12.1.12...littlelink-12.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [littlelink-12.1.12](https://github.com/truecharts/charts/compare/littlelink-12.1.11...littlelink-12.1.12) (2024-01-21) - -### Chore - - - -- update container image ghcr.io/techno-tim/littlelink-server to latest[@66371a0](https://github.com/66371a0) by renovate ([#17477](https://github.com/truecharts/charts/issues/17477)) - - -## [littlelink-12.1.11](https://github.com/truecharts/charts/compare/littlelink-12.1.10...littlelink-12.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [littlelink-12.1.10](https://github.com/truecharts/charts/compare/littlelink-12.1.9...littlelink-12.1.10) (2024-01-21) - -### Chore - diff --git a/stable/littlelink/13.2.0/Chart.yaml b/stable/littlelink/13.2.0/Chart.yaml deleted file mode 100644 index b7b81e35786..00000000000 --- a/stable/littlelink/13.2.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: social - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Easy platform to combine all your social links -home: https://truecharts.org/charts/stable/littlelink -icon: https://truecharts.org/img/hotlink-ok/chart-icons/littlelink.png -keywords: - - littlelink -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: littlelink -sources: - - https://github.com/sethcottle/littlelink - - https://github.com/techno-tim/littlelink-server - - https://github.com/truecharts/charts/tree/master/charts/stable/littlelink - - https://ghcr.io/techno-tim/littlelink-server -type: application -version: 13.2.0 diff --git a/stable/littlelink/13.2.0/charts/common-18.1.2.tgz b/stable/littlelink/13.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/littlelink/13.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/littlelink/13.2.0/ix_values.yaml b/stable/littlelink/13.2.0/ix_values.yaml deleted file mode 100644 index f5182279146..00000000000 --- a/stable/littlelink/13.2.0/ix_values.yaml +++ /dev/null @@ -1,41 +0,0 @@ -image: - repository: ghcr.io/techno-tim/littlelink-server - pullPolicy: IfNotPresent - tag: latest@sha256:15884bc70c033f06bd31b2fab6a22a774278c91f954903752c959dd50757376f -service: - main: - ports: - main: - port: 10040 - targetPort: 3000 -littlelink: - meta_title: "techno tim" - meta_description: "techno tim link page" - meta_author: "techno tim" - theme: "dark" - favicon_url: "https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_200x200.jpg" - avatar_url: "https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_200x200.jpg" - avatar_2x_url: "https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_400x400.jpg" - avatar_alt: "techno tim profile pic" - name: "technotim" - bio: "hey! just a place where you can connect with me!" - github: "https://github.com/timothystewart6" - twitter: "https://twitter.com/technotimlive" - instagram: "https://www.instagram.com/techno.tim" - youtube: "https://www.youtube.com/channel/ucok-ghyjcwznj3br4oxwh0a" - twitch: "https://www.twitch.tv/technotim/" - discord: "https://discord.gg/djkexrj" - tiktok: "https://www.tiktok.com/@technotim" - kit: "https://kit.co/technotim" - footer: "thanks for stopping by!" -portal: - open: - enabled: true -workload: - main: - podSpec: - containers: - main: - envFrom: - - configMapRef: - name: config diff --git a/stable/logitech-media-server/11.1.4/.helmignore b/stable/littlelink/13.3.0/.helmignore similarity index 100% rename from stable/logitech-media-server/11.1.4/.helmignore rename to stable/littlelink/13.3.0/.helmignore diff --git a/stable/littlelink/13.3.0/CHANGELOG.md b/stable/littlelink/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..2a02b260f07 --- /dev/null +++ b/stable/littlelink/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [littlelink-13.3.0](https://github.com/truecharts/charts/compare/littlelink-13.2.4...littlelink-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [littlelink-13.2.4](https://github.com/truecharts/charts/compare/littlelink-13.2.3...littlelink-13.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [littlelink-13.2.3](https://github.com/truecharts/charts/compare/littlelink-13.2.1...littlelink-13.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + +## [littlelink-12.1.17](https://github.com/truecharts/charts/compare/littlelink-12.1.16...littlelink-12.1.17) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/techno-tim/littlelink-server to latest[@f94c94f](https://github.com/f94c94f) by renovate ([#18084](https://github.com/truecharts/charts/issues/18084)) + + +## [littlelink-12.1.16](https://github.com/truecharts/charts/compare/littlelink-12.1.15...littlelink-12.1.16) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/techno-tim/littlelink-server to latest[@c387a43](https://github.com/c387a43) by renovate ([#17874](https://github.com/truecharts/charts/issues/17874)) + + +## [littlelink-12.1.15](https://github.com/truecharts/charts/compare/littlelink-12.1.14...littlelink-12.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [littlelink-12.1.14](https://github.com/truecharts/charts/compare/littlelink-12.1.13...littlelink-12.1.14) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/techno-tim/littlelink-server to latest[@fcb88ba](https://github.com/fcb88ba) by renovate ([#17719](https://github.com/truecharts/charts/issues/17719)) + + +## [littlelink-12.1.13](https://github.com/truecharts/charts/compare/littlelink-12.1.12...littlelink-12.1.13) (2024-01-26) + +### Chore diff --git a/stable/littlelink/13.3.0/Chart.yaml b/stable/littlelink/13.3.0/Chart.yaml new file mode 100644 index 00000000000..f0c57489f5f --- /dev/null +++ b/stable/littlelink/13.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: social + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Easy platform to combine all your social links +home: https://truecharts.org/charts/stable/littlelink +icon: https://truecharts.org/img/hotlink-ok/chart-icons/littlelink.png +keywords: + - littlelink +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: littlelink +sources: + - https://github.com/sethcottle/littlelink + - https://github.com/techno-tim/littlelink-server + - https://github.com/truecharts/charts/tree/master/charts/stable/littlelink + - https://ghcr.io/techno-tim/littlelink-server +type: application +version: 13.3.0 diff --git a/stable/littlelink/13.2.0/README.md b/stable/littlelink/13.3.0/README.md similarity index 100% rename from stable/littlelink/13.2.0/README.md rename to stable/littlelink/13.3.0/README.md diff --git a/stable/littlelink/13.3.0/app-changelog.md b/stable/littlelink/13.3.0/app-changelog.md new file mode 100644 index 00000000000..8f8521e059a --- /dev/null +++ b/stable/littlelink/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [littlelink-13.3.0](https://github.com/truecharts/charts/compare/littlelink-13.2.4...littlelink-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/littlelink/13.2.0/app-readme.md b/stable/littlelink/13.3.0/app-readme.md similarity index 100% rename from stable/littlelink/13.2.0/app-readme.md rename to stable/littlelink/13.3.0/app-readme.md diff --git a/stable/littlelink/13.3.0/charts/common-18.2.0.tgz b/stable/littlelink/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/littlelink/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/littlelink/13.3.0/ix_values.yaml b/stable/littlelink/13.3.0/ix_values.yaml new file mode 100644 index 00000000000..7a4c1b2633f --- /dev/null +++ b/stable/littlelink/13.3.0/ix_values.yaml @@ -0,0 +1,41 @@ +image: + repository: ghcr.io/techno-tim/littlelink-server + pullPolicy: IfNotPresent + tag: latest@sha256:4fd9ce372bcd737ff11c2ade9327b264341cefecb448e0da9f9d0bcb61358df5 +service: + main: + ports: + main: + port: 10040 + targetPort: 3000 +littlelink: + meta_title: "techno tim" + meta_description: "techno tim link page" + meta_author: "techno tim" + theme: "dark" + favicon_url: "https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_200x200.jpg" + avatar_url: "https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_200x200.jpg" + avatar_2x_url: "https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_400x400.jpg" + avatar_alt: "techno tim profile pic" + name: "technotim" + bio: "hey! just a place where you can connect with me!" + github: "https://github.com/timothystewart6" + twitter: "https://twitter.com/technotimlive" + instagram: "https://www.instagram.com/techno.tim" + youtube: "https://www.youtube.com/channel/ucok-ghyjcwznj3br4oxwh0a" + twitch: "https://www.twitch.tv/technotim/" + discord: "https://discord.gg/djkexrj" + tiktok: "https://www.tiktok.com/@technotim" + kit: "https://kit.co/technotim" + footer: "thanks for stopping by!" +portal: + open: + enabled: true +workload: + main: + podSpec: + containers: + main: + envFrom: + - configMapRef: + name: config diff --git a/stable/littlelink/13.2.0/questions.yaml b/stable/littlelink/13.3.0/questions.yaml similarity index 100% rename from stable/littlelink/13.2.0/questions.yaml rename to stable/littlelink/13.3.0/questions.yaml diff --git a/stable/makemkv/10.1.3/templates/NOTES.txt b/stable/littlelink/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/makemkv/10.1.3/templates/NOTES.txt rename to stable/littlelink/13.3.0/templates/NOTES.txt diff --git a/stable/littlelink/13.2.0/templates/_configmap.tpl b/stable/littlelink/13.3.0/templates/_configmap.tpl similarity index 100% rename from stable/littlelink/13.2.0/templates/_configmap.tpl rename to stable/littlelink/13.3.0/templates/_configmap.tpl diff --git a/stable/littlelink/13.2.0/templates/common.yaml b/stable/littlelink/13.3.0/templates/common.yaml similarity index 100% rename from stable/littlelink/13.2.0/templates/common.yaml rename to stable/littlelink/13.3.0/templates/common.yaml diff --git a/stable/logitech-media-server/11.1.4/values.yaml b/stable/littlelink/13.3.0/values.yaml similarity index 100% rename from stable/logitech-media-server/11.1.4/values.yaml rename to stable/littlelink/13.3.0/values.yaml diff --git a/stable/livestreamdvr/5.1.3/CHANGELOG.md b/stable/livestreamdvr/5.1.3/CHANGELOG.md deleted file mode 100644 index 3340aa2a2a4..00000000000 --- a/stable/livestreamdvr/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [livestreamdvr-4.1.14](https://github.com/truecharts/charts/compare/livestreamdvr-4.1.13...livestreamdvr-4.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [livestreamdvr-4.1.13](https://github.com/truecharts/charts/compare/livestreamdvr-4.1.12...livestreamdvr-4.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [livestreamdvr-4.1.12](https://github.com/truecharts/charts/compare/livestreamdvr-4.1.11...livestreamdvr-4.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [livestreamdvr-4.1.11](https://github.com/truecharts/charts/compare/livestreamdvr-4.1.10...livestreamdvr-4.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [livestreamdvr-4.1.10](https://github.com/truecharts/charts/compare/livestreamdvr-4.1.9...livestreamdvr-4.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [livestreamdvr-4.1.9](https://github.com/truecharts/charts/compare/livestreamdvr-4.1.8...livestreamdvr-4.1.9) (2024-01-21) - -### Chore - - - -- update container image mrbrax/twitchautomator to master[@ad91155](https://github.com/ad91155) by renovate ([#17388](https://github.com/truecharts/charts/issues/17388)) - - -## [livestreamdvr-4.1.8](https://github.com/truecharts/charts/compare/livestreamdvr-4.1.7...livestreamdvr-4.1.8) (2024-01-15) - -### Chore - - - -- update container image mrbrax/twitchautomator to master[@0e2b537](https://github.com/0e2b537) by renovate ([#17265](https://github.com/truecharts/charts/issues/17265)) - - -## [livestreamdvr-4.1.7](https://github.com/truecharts/charts/compare/livestreamdvr-4.1.6...livestreamdvr-4.1.7) (2024-01-14) - -### Chore - - - -- update container image mrbrax/twitchautomator to master[@e9d2660](https://github.com/e9d2660) by renovate ([#17170](https://github.com/truecharts/charts/issues/17170)) - - - - -## [livestreamdvr-4.1.6](https://github.com/truecharts/charts/compare/livestreamdvr-4.1.5...livestreamdvr-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - diff --git a/stable/livestreamdvr/5.1.3/Chart.yaml b/stable/livestreamdvr/5.1.3/Chart.yaml deleted file mode 100644 index 339919e8ebf..00000000000 --- a/stable/livestreamdvr/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaApp-Video - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: master -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: An automatic twitch recorder. -home: https://truecharts.org/charts/stable/livestreamdvr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/livestreamdvr.png -keywords: - - livestreamdvr - - MediaApp-Video -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: livestreamdvr -sources: - - https://github.com/MrBrax/LiveStreamDVR - - https://github.com/truecharts/charts/tree/master/charts/stable/livestreamdvr - - https://hub.docker.com/r/mrbrax/twitchautomator -type: application -version: 5.1.3 diff --git a/stable/livestreamdvr/5.1.3/charts/common-18.0.3.tgz b/stable/livestreamdvr/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/livestreamdvr/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/longvinter/5.1.3/.helmignore b/stable/livestreamdvr/5.3.0/.helmignore similarity index 100% rename from stable/longvinter/5.1.3/.helmignore rename to stable/livestreamdvr/5.3.0/.helmignore diff --git a/stable/livestreamdvr/5.3.0/CHANGELOG.md b/stable/livestreamdvr/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..a2e9cdb2d6b --- /dev/null +++ b/stable/livestreamdvr/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [livestreamdvr-5.3.0](https://github.com/truecharts/charts/compare/livestreamdvr-5.2.3...livestreamdvr-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [livestreamdvr-5.2.3](https://github.com/truecharts/charts/compare/livestreamdvr-5.2.2...livestreamdvr-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [livestreamdvr-5.2.2](https://github.com/truecharts/charts/compare/livestreamdvr-5.2.0...livestreamdvr-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [livestreamdvr-4.1.14](https://github.com/truecharts/charts/compare/livestreamdvr-4.1.13...livestreamdvr-4.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [livestreamdvr-4.1.13](https://github.com/truecharts/charts/compare/livestreamdvr-4.1.12...livestreamdvr-4.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [livestreamdvr-4.1.12](https://github.com/truecharts/charts/compare/livestreamdvr-4.1.11...livestreamdvr-4.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [livestreamdvr-4.1.11](https://github.com/truecharts/charts/compare/livestreamdvr-4.1.10...livestreamdvr-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [livestreamdvr-4.1.10](https://github.com/truecharts/charts/compare/livestreamdvr-4.1.9...livestreamdvr-4.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [livestreamdvr-4.1.9](https://github.com/truecharts/charts/compare/livestreamdvr-4.1.8...livestreamdvr-4.1.9) (2024-01-21) + +### Chore + + + +- update container image mrbrax/twitchautomator to master[@ad91155](https://github.com/ad91155) by renovate ([#17388](https://github.com/truecharts/charts/issues/17388)) diff --git a/stable/livestreamdvr/5.3.0/Chart.yaml b/stable/livestreamdvr/5.3.0/Chart.yaml new file mode 100644 index 00000000000..298dba5ef87 --- /dev/null +++ b/stable/livestreamdvr/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Video + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: master +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An automatic twitch recorder. +home: https://truecharts.org/charts/stable/livestreamdvr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/livestreamdvr.png +keywords: + - livestreamdvr + - MediaApp-Video +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: livestreamdvr +sources: + - https://github.com/MrBrax/LiveStreamDVR + - https://github.com/truecharts/charts/tree/master/charts/stable/livestreamdvr + - https://hub.docker.com/r/mrbrax/twitchautomator +type: application +version: 5.3.0 diff --git a/stable/livestreamdvr/5.1.3/README.md b/stable/livestreamdvr/5.3.0/README.md similarity index 100% rename from stable/livestreamdvr/5.1.3/README.md rename to stable/livestreamdvr/5.3.0/README.md diff --git a/stable/livestreamdvr/5.3.0/app-changelog.md b/stable/livestreamdvr/5.3.0/app-changelog.md new file mode 100644 index 00000000000..ca524f5d3c6 --- /dev/null +++ b/stable/livestreamdvr/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [livestreamdvr-5.3.0](https://github.com/truecharts/charts/compare/livestreamdvr-5.2.3...livestreamdvr-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/livestreamdvr/5.1.3/app-readme.md b/stable/livestreamdvr/5.3.0/app-readme.md similarity index 100% rename from stable/livestreamdvr/5.1.3/app-readme.md rename to stable/livestreamdvr/5.3.0/app-readme.md diff --git a/stable/livestreamdvr/5.3.0/charts/common-18.2.0.tgz b/stable/livestreamdvr/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/livestreamdvr/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/livestreamdvr/5.1.3/ix_values.yaml b/stable/livestreamdvr/5.3.0/ix_values.yaml similarity index 100% rename from stable/livestreamdvr/5.1.3/ix_values.yaml rename to stable/livestreamdvr/5.3.0/ix_values.yaml diff --git a/stable/livestreamdvr/5.1.3/questions.yaml b/stable/livestreamdvr/5.3.0/questions.yaml similarity index 100% rename from stable/livestreamdvr/5.1.3/questions.yaml rename to stable/livestreamdvr/5.3.0/questions.yaml diff --git a/stable/livestreamdvr/5.1.3/templates/common.yaml b/stable/livestreamdvr/5.3.0/templates/common.yaml similarity index 100% rename from stable/livestreamdvr/5.1.3/templates/common.yaml rename to stable/livestreamdvr/5.3.0/templates/common.yaml diff --git a/stable/longvinter/5.1.3/values.yaml b/stable/livestreamdvr/5.3.0/values.yaml similarity index 100% rename from stable/longvinter/5.1.3/values.yaml rename to stable/livestreamdvr/5.3.0/values.yaml diff --git a/stable/llalon-github-backup/5.1.3/CHANGELOG.md b/stable/llalon-github-backup/5.1.3/CHANGELOG.md deleted file mode 100644 index cfcd5e15c40..00000000000 --- a/stable/llalon-github-backup/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [llalon-github-backup-4.1.11](https://github.com/truecharts/charts/compare/llalon-github-backup-4.1.10...llalon-github-backup-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [llalon-github-backup-4.1.10](https://github.com/truecharts/charts/compare/llalon-github-backup-4.1.9...llalon-github-backup-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [llalon-github-backup-4.1.9](https://github.com/truecharts/charts/compare/llalon-github-backup-4.1.8...llalon-github-backup-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [llalon-github-backup-4.1.8](https://github.com/truecharts/charts/compare/llalon-github-backup-4.1.7...llalon-github-backup-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [llalon-github-backup-4.1.7](https://github.com/truecharts/charts/compare/llalon-github-backup-4.1.6...llalon-github-backup-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [llalon-github-backup-4.1.6](https://github.com/truecharts/charts/compare/llalon-github-backup-4.1.5...llalon-github-backup-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [llalon-github-backup-4.1.5](https://github.com/truecharts/charts/compare/llalon-github-backup-4.1.4...llalon-github-backup-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [llalon-github-backup-4.1.4](https://github.com/truecharts/charts/compare/llalon-github-backup-4.1.3...llalon-github-backup-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [llalon-github-backup-4.1.3](https://github.com/truecharts/charts/compare/llalon-github-backup-4.1.0...llalon-github-backup-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/llalon-github-backup/5.1.3/Chart.yaml b/stable/llalon-github-backup/5.1.3/Chart.yaml deleted file mode 100644 index a53309a78ff..00000000000 --- a/stable/llalon-github-backup/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Backup - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Automatically backup github repositories on schedule. Allows for custom configuration. -home: https://truecharts.org/charts/stable/llalon-github-backup -icon: https://truecharts.org/img/hotlink-ok/chart-icons/llalon-github-backup.png -keywords: - - llalon-github-backup - - Backup -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: llalon-github-backup -sources: - - https://github.com/abusesa/github-backup - - https://github.com/truecharts/charts/tree/master/charts/stable/llalon-github-backup - - https://hub.docker.com/r/llalon/github-backup -type: application -version: 5.1.3 diff --git a/stable/llalon-github-backup/5.1.3/charts/common-18.0.3.tgz b/stable/llalon-github-backup/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/llalon-github-backup/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/mailpile/5.1.3/.helmignore b/stable/llalon-github-backup/5.3.0/.helmignore similarity index 100% rename from stable/mailpile/5.1.3/.helmignore rename to stable/llalon-github-backup/5.3.0/.helmignore diff --git a/stable/llalon-github-backup/5.3.0/CHANGELOG.md b/stable/llalon-github-backup/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..7d60eeb3285 --- /dev/null +++ b/stable/llalon-github-backup/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [llalon-github-backup-5.3.0](https://github.com/truecharts/charts/compare/llalon-github-backup-5.2.3...llalon-github-backup-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [llalon-github-backup-5.2.3](https://github.com/truecharts/charts/compare/llalon-github-backup-5.2.2...llalon-github-backup-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [llalon-github-backup-5.2.2](https://github.com/truecharts/charts/compare/llalon-github-backup-5.2.0...llalon-github-backup-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [llalon-github-backup-4.1.11](https://github.com/truecharts/charts/compare/llalon-github-backup-4.1.10...llalon-github-backup-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [llalon-github-backup-4.1.10](https://github.com/truecharts/charts/compare/llalon-github-backup-4.1.9...llalon-github-backup-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [llalon-github-backup-4.1.9](https://github.com/truecharts/charts/compare/llalon-github-backup-4.1.8...llalon-github-backup-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [llalon-github-backup-4.1.8](https://github.com/truecharts/charts/compare/llalon-github-backup-4.1.7...llalon-github-backup-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [llalon-github-backup-4.1.7](https://github.com/truecharts/charts/compare/llalon-github-backup-4.1.6...llalon-github-backup-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [llalon-github-backup-4.1.6](https://github.com/truecharts/charts/compare/llalon-github-backup-4.1.5...llalon-github-backup-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/llalon-github-backup/5.3.0/Chart.yaml b/stable/llalon-github-backup/5.3.0/Chart.yaml new file mode 100644 index 00000000000..8528b147374 --- /dev/null +++ b/stable/llalon-github-backup/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Automatically backup github repositories on schedule. Allows for custom configuration. +home: https://truecharts.org/charts/stable/llalon-github-backup +icon: https://truecharts.org/img/hotlink-ok/chart-icons/llalon-github-backup.png +keywords: + - llalon-github-backup + - Backup +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: llalon-github-backup +sources: + - https://github.com/abusesa/github-backup + - https://github.com/truecharts/charts/tree/master/charts/stable/llalon-github-backup + - https://hub.docker.com/r/llalon/github-backup +type: application +version: 5.3.0 diff --git a/stable/llalon-github-backup/5.1.3/README.md b/stable/llalon-github-backup/5.3.0/README.md similarity index 100% rename from stable/llalon-github-backup/5.1.3/README.md rename to stable/llalon-github-backup/5.3.0/README.md diff --git a/stable/llalon-github-backup/5.3.0/app-changelog.md b/stable/llalon-github-backup/5.3.0/app-changelog.md new file mode 100644 index 00000000000..117b760d395 --- /dev/null +++ b/stable/llalon-github-backup/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [llalon-github-backup-5.3.0](https://github.com/truecharts/charts/compare/llalon-github-backup-5.2.3...llalon-github-backup-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/llalon-github-backup/5.1.3/app-readme.md b/stable/llalon-github-backup/5.3.0/app-readme.md similarity index 100% rename from stable/llalon-github-backup/5.1.3/app-readme.md rename to stable/llalon-github-backup/5.3.0/app-readme.md diff --git a/stable/llalon-github-backup/5.3.0/charts/common-18.2.0.tgz b/stable/llalon-github-backup/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/llalon-github-backup/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/llalon-github-backup/5.1.3/ix_values.yaml b/stable/llalon-github-backup/5.3.0/ix_values.yaml similarity index 100% rename from stable/llalon-github-backup/5.1.3/ix_values.yaml rename to stable/llalon-github-backup/5.3.0/ix_values.yaml diff --git a/stable/llalon-github-backup/5.1.3/questions.yaml b/stable/llalon-github-backup/5.3.0/questions.yaml similarity index 100% rename from stable/llalon-github-backup/5.1.3/questions.yaml rename to stable/llalon-github-backup/5.3.0/questions.yaml diff --git a/stable/llalon-github-backup/5.1.3/templates/common.yaml b/stable/llalon-github-backup/5.3.0/templates/common.yaml similarity index 100% rename from stable/llalon-github-backup/5.1.3/templates/common.yaml rename to stable/llalon-github-backup/5.3.0/templates/common.yaml diff --git a/stable/mailpile/5.1.3/values.yaml b/stable/llalon-github-backup/5.3.0/values.yaml similarity index 100% rename from stable/mailpile/5.1.3/values.yaml rename to stable/llalon-github-backup/5.3.0/values.yaml diff --git a/stable/lldap/5.1.3/CHANGELOG.md b/stable/lldap/5.1.3/CHANGELOG.md deleted file mode 100644 index bd5532ed4c5..00000000000 --- a/stable/lldap/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [lldap-4.1.11](https://github.com/truecharts/charts/compare/lldap-4.1.10...lldap-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [lldap-4.1.10](https://github.com/truecharts/charts/compare/lldap-4.1.9...lldap-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [lldap-4.1.9](https://github.com/truecharts/charts/compare/lldap-4.1.8...lldap-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [lldap-4.1.8](https://github.com/truecharts/charts/compare/lldap-4.1.7...lldap-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [lldap-4.1.7](https://github.com/truecharts/charts/compare/lldap-4.1.6...lldap-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [lldap-4.1.6](https://github.com/truecharts/charts/compare/lldap-4.1.5...lldap-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [lldap-4.1.5](https://github.com/truecharts/charts/compare/lldap-4.1.4...lldap-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [lldap-4.1.4](https://github.com/truecharts/charts/compare/lldap-4.1.3...lldap-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [lldap-4.1.3](https://github.com/truecharts/charts/compare/lldap-4.1.0...lldap-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/lldap/5.1.3/Chart.yaml b/stable/lldap/5.1.3/Chart.yaml deleted file mode 100644 index cdcb3fe2c16..00000000000 --- a/stable/lldap/5.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: ldap - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.5.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Lightweight ldap server for authentication and user management -home: https://truecharts.org/charts/stable/lldap -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lldap.png -keywords: - - lldap - - ldap - - authentication - - auth -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: lldap -sources: - - https://github.com/nitnelave/lldap - - https://github.com/truecharts/charts/tree/master/charts/stable/lldap - - https://hub.docker.com/r/nitnelave/lldap -type: application -version: 5.1.3 diff --git a/stable/lldap/5.1.3/charts/common-18.0.3.tgz b/stable/lldap/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/lldap/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/lldap/5.1.3/questions.yaml b/stable/lldap/5.1.3/questions.yaml deleted file mode 100755 index 72c5cad2df7..00000000000 --- a/stable/lldap/5.1.3/questions.yaml +++ /dev/null @@ -1,3456 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - label: "" - group: "App Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: LLDAP_LDAP_BASE_DN - label: "LDAP Base DN" - description: "A domain entry within an Lldap directory." - schema: - type: string - required: true - default: "dc=example,dc=com" - - variable: LLDAP_LDAP_USER_DN - label: "Ldap User DN" - description: "The Ldap user for the default auth." - schema: - type: string - required: true - default: "" - - variable: LLDAP_LDAP_USER_EMAIL - label: "Ldap User Email" - description: "The Ldap user email for the default auth." - schema: - type: string - required: true - default: "" - - variable: LLDAP_LDAP_USER_PASS - label: "Ldap User Password" - description: "The Ldap user password for the default auth." - schema: - type: string - required: true - private: true - default: "" - min_length: 8 - - variable: LLDAP_HTTP_URL - label: "Public URL" - description: "A valid and public FQDN domain, ex https://lldap.example.com or http://IP:PORT" - schema: - type: string - required: true - default: "" - - variable: LLDAP_VERBOSE - label: "Enable Verbose" - description: "Tune the logging to be more verbose" - schema: - type: boolean - default: false - - variable: smtp - label: Show SMTP Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: LLDAP_SMTP_OPTIONS__ENABLE_PASSWORD_RESET - label: Enable Password Reset - schema: - type: boolean - default: false - - variable: LLDAP_SMTP_OPTIONS__SERVER - label: SMTP Server Url - schema: - type: string - default: "" - - variable: LLDAP_SMTP_OPTIONS__PORT - label: SMTP Server Port - schema: - type: int - default: 587 - - variable: LLDAP_SMTP_OPTIONS__SMTP_ENCRYPTION - label: SMTP Encryption - schema: - type: string - default: "STARTTLS" - enum: - - value: NONE - description: None - - value: STARTTLS - description: StartTLS - - value: TLS - description: TLS - - variable: LLDAP_SMTP_OPTIONS__USER - label: SMTP User - schema: - type: string - default: "" - - variable: LLDAP_SMTP_OPTIONS__PASSWORD - label: SMTP Password - schema: - type: string - default: "" - - variable: LLDAP_SMTP_OPTIONS__FROM - label: SMTP From - schema: - type: string - default: "LLDAP Admin " - - variable: LLDAP_SMTP_OPTIONS__REPLY_TO - label: SMTP Reply To - schema: - type: string - default: "Do not reply " - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 17170 - required: true - - variable: ldap - label: "Additional service to accept LDAP connections" - description: "The Service in which external sources will connect to the LDAP service" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: ldap - label: "LDAP Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 3890 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: data - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID 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 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/maintainerr/2.1.3/.helmignore b/stable/lldap/5.3.0/.helmignore similarity index 100% rename from stable/maintainerr/2.1.3/.helmignore rename to stable/lldap/5.3.0/.helmignore diff --git a/stable/lldap/5.3.0/CHANGELOG.md b/stable/lldap/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..8640be3bfe9 --- /dev/null +++ b/stable/lldap/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [lldap-5.3.0](https://github.com/truecharts/charts/compare/lldap-5.2.3...lldap-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [lldap-5.2.3](https://github.com/truecharts/charts/compare/lldap-5.2.2...lldap-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [lldap-5.2.2](https://github.com/truecharts/charts/compare/lldap-5.2.0...lldap-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [lldap-4.1.11](https://github.com/truecharts/charts/compare/lldap-4.1.10...lldap-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [lldap-4.1.10](https://github.com/truecharts/charts/compare/lldap-4.1.9...lldap-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [lldap-4.1.9](https://github.com/truecharts/charts/compare/lldap-4.1.8...lldap-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [lldap-4.1.8](https://github.com/truecharts/charts/compare/lldap-4.1.7...lldap-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [lldap-4.1.7](https://github.com/truecharts/charts/compare/lldap-4.1.6...lldap-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [lldap-4.1.6](https://github.com/truecharts/charts/compare/lldap-4.1.5...lldap-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/lldap/5.3.0/Chart.yaml b/stable/lldap/5.3.0/Chart.yaml new file mode 100644 index 00000000000..c555a4c7307 --- /dev/null +++ b/stable/lldap/5.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: ldap + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.5.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Lightweight ldap server for authentication and user management +home: https://truecharts.org/charts/stable/lldap +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lldap.png +keywords: + - lldap + - ldap + - authentication + - auth +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lldap +sources: + - https://github.com/nitnelave/lldap + - https://github.com/truecharts/charts/tree/master/charts/stable/lldap + - https://hub.docker.com/r/nitnelave/lldap +type: application +version: 5.3.0 diff --git a/stable/matomo/13.3.0/templates/NOTES.txt b/stable/lldap/5.3.0/NOTES.txt similarity index 100% rename from stable/matomo/13.3.0/templates/NOTES.txt rename to stable/lldap/5.3.0/NOTES.txt diff --git a/stable/lldap/5.1.3/README.md b/stable/lldap/5.3.0/README.md similarity index 100% rename from stable/lldap/5.1.3/README.md rename to stable/lldap/5.3.0/README.md diff --git a/stable/lldap/5.3.0/app-changelog.md b/stable/lldap/5.3.0/app-changelog.md new file mode 100644 index 00000000000..3b79bb1ed9d --- /dev/null +++ b/stable/lldap/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [lldap-5.3.0](https://github.com/truecharts/charts/compare/lldap-5.2.3...lldap-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/lldap/5.1.3/app-readme.md b/stable/lldap/5.3.0/app-readme.md similarity index 100% rename from stable/lldap/5.1.3/app-readme.md rename to stable/lldap/5.3.0/app-readme.md diff --git a/stable/lldap/5.3.0/charts/common-18.2.0.tgz b/stable/lldap/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/lldap/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/lldap/5.1.3/ix_values.yaml b/stable/lldap/5.3.0/ix_values.yaml similarity index 100% rename from stable/lldap/5.1.3/ix_values.yaml rename to stable/lldap/5.3.0/ix_values.yaml diff --git a/stable/lldap/5.3.0/questions.yaml b/stable/lldap/5.3.0/questions.yaml new file mode 100755 index 00000000000..f2f0f8480f4 --- /dev/null +++ b/stable/lldap/5.3.0/questions.yaml @@ -0,0 +1,3414 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + label: "" + group: "App Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: LLDAP_LDAP_BASE_DN + label: "LDAP Base DN" + description: "A domain entry within an Lldap directory." + schema: + type: string + required: true + default: "dc=example,dc=com" + - variable: LLDAP_LDAP_USER_DN + label: "Ldap User DN" + description: "The Ldap user for the default auth." + schema: + type: string + required: true + default: "" + - variable: LLDAP_LDAP_USER_EMAIL + label: "Ldap User Email" + description: "The Ldap user email for the default auth." + schema: + type: string + required: true + default: "" + - variable: LLDAP_LDAP_USER_PASS + label: "Ldap User Password" + description: "The Ldap user password for the default auth." + schema: + type: string + required: true + private: true + default: "" + min_length: 8 + - variable: LLDAP_HTTP_URL + label: "Public URL" + description: "A valid and public FQDN domain, ex https://lldap.example.com or http://IP:PORT" + schema: + type: string + required: true + default: "" + - variable: LLDAP_VERBOSE + label: "Enable Verbose" + description: "Tune the logging to be more verbose" + schema: + type: boolean + default: false + - variable: smtp + label: Show SMTP Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: LLDAP_SMTP_OPTIONS__ENABLE_PASSWORD_RESET + label: Enable Password Reset + schema: + type: boolean + default: false + - variable: LLDAP_SMTP_OPTIONS__SERVER + label: SMTP Server Url + schema: + type: string + default: "" + - variable: LLDAP_SMTP_OPTIONS__PORT + label: SMTP Server Port + schema: + type: int + default: 587 + - variable: LLDAP_SMTP_OPTIONS__SMTP_ENCRYPTION + label: SMTP Encryption + schema: + type: string + default: "STARTTLS" + enum: + - value: NONE + description: None + - value: STARTTLS + description: StartTLS + - value: TLS + description: TLS + - variable: LLDAP_SMTP_OPTIONS__USER + label: SMTP User + schema: + type: string + default: "" + - variable: LLDAP_SMTP_OPTIONS__PASSWORD + label: SMTP Password + schema: + type: string + default: "" + - variable: LLDAP_SMTP_OPTIONS__FROM + label: SMTP From + schema: + type: string + default: "LLDAP Admin " + - variable: LLDAP_SMTP_OPTIONS__REPLY_TO + label: SMTP Reply To + schema: + type: string + default: "Do not reply " + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 17170 + required: true + - variable: ldap + label: "Additional service to accept LDAP connections" + description: "The Service in which external sources will connect to the LDAP service" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: ldap + label: "LDAP Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 3890 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: data + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID 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 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/lldap/5.1.3/templates/_secrets.tpl b/stable/lldap/5.3.0/templates/_secrets.tpl similarity index 100% rename from stable/lldap/5.1.3/templates/_secrets.tpl rename to stable/lldap/5.3.0/templates/_secrets.tpl diff --git a/stable/lldap/5.1.3/templates/common.yaml b/stable/lldap/5.3.0/templates/common.yaml similarity index 100% rename from stable/lldap/5.1.3/templates/common.yaml rename to stable/lldap/5.3.0/templates/common.yaml diff --git a/stable/maintainerr/2.1.3/values.yaml b/stable/lldap/5.3.0/values.yaml similarity index 100% rename from stable/maintainerr/2.1.3/values.yaml rename to stable/lldap/5.3.0/values.yaml diff --git a/stable/local-ai/9.8.0/CHANGELOG.md b/stable/local-ai/9.8.0/CHANGELOG.md deleted file mode 100644 index 79681b54996..00000000000 --- a/stable/local-ai/9.8.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - -## [local-ai-8.32.0](https://github.com/truecharts/charts/compare/local-ai-8.26.2...local-ai-8.32.0) (2024-02-12) - -### Chore - - - -- update container image docker.io/localai/localai to v2.8.0 by renovate ([#18178](https://github.com/truecharts/charts/issues/18178)) - - -## [local-ai-8.26.2](https://github.com/truecharts/charts/compare/local-ai-8.26.1...local-ai-8.26.2) (2024-02-05) - -### Chore - - - -- update container image docker.io/localai/localai to v2.7.0[@41e5c85](https://github.com/41e5c85) by renovate ([#17829](https://github.com/truecharts/charts/issues/17829)) - - -## [local-ai-8.26.1](https://github.com/truecharts/charts/compare/local-ai-8.26.0...local-ai-8.26.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [local-ai-8.26.0](https://github.com/truecharts/charts/compare/local-ai-8.25.0...local-ai-8.26.0) (2024-01-29) - -### Chore - - - -- update container image docker.io/localai/localai to v2.7.0[@b689c91](https://github.com/b689c91) by renovate ([#17756](https://github.com/truecharts/charts/issues/17756)) - - -## [local-ai-8.25.0](https://github.com/truecharts/charts/compare/local-ai-8.20.11...local-ai-8.25.0) (2024-01-29) - -### Chore - - - -- update container image docker.io/localai/localai to v2.7.0 by renovate ([#17733](https://github.com/truecharts/charts/issues/17733)) - - -## [local-ai-8.20.11](https://github.com/truecharts/charts/compare/local-ai-8.20.5...local-ai-8.20.11) (2024-01-29) - -### Chore - - - -- update container image docker.io/localai/localai to v2.6.1 by renovate ([#17665](https://github.com/truecharts/charts/issues/17665)) - - -## [local-ai-8.20.5](https://github.com/truecharts/charts/compare/local-ai-8.20.4...local-ai-8.20.5) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [local-ai-8.20.4](https://github.com/truecharts/charts/compare/local-ai-8.20.3...local-ai-8.20.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - diff --git a/stable/local-ai/9.8.0/Chart.yaml b/stable/local-ai/9.8.0/Chart.yaml deleted file mode 100644 index 16ffa647413..00000000000 --- a/stable/local-ai/9.8.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: ai - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.9.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Self-hosted, community-driven, local OpenAI-compatible API. -home: https://truecharts.org/charts/stable/local-ai -icon: https://truecharts.org/img/hotlink-ok/chart-icons/local-ai.png -keywords: - - local-ai - - ai -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: local-ai -sources: - - https://github.com/go-skynet/LocalAI - - https://github.com/truecharts/charts/tree/master/charts/stable/local-ai - - https://hub.docker.com/r/localai/localai -type: application -version: 9.8.0 diff --git a/stable/local-ai/9.8.0/charts/common-18.1.2.tgz b/stable/local-ai/9.8.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/local-ai/9.8.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/local-ai/9.8.0/ix_values.yaml b/stable/local-ai/9.8.0/ix_values.yaml deleted file mode 100644 index fa9a4836898..00000000000 --- a/stable/local-ai/9.8.0/ix_values.yaml +++ /dev/null @@ -1,89 +0,0 @@ -image: - repository: docker.io/localai/localai - pullPolicy: IfNotPresent - tag: v2.9.0@sha256:1a9b06fc2e0f8c2e046816b0f472904ecfb99b2928c8448d4bbadc06cdea4021 -ffmpegImage: - repository: docker.io/localai/localai - pullPolicy: IfNotPresent - tag: v2.9.0-ffmpeg-core@sha256:26750f6ed498c898658862b2c8e341f8871ac8130e3e0576313fa973a5068fbe -cublasCuda12Image: - repository: docker.io/localai/localai - pullPolicy: IfNotPresent - tag: v2.9.0-cublas-cuda12-core@sha256:8416d0c1df61b33a387c1d879654461573a71813aac8eaaa65751fe7e11af22b -cublasCuda12FfmpegImage: - repository: docker.io/localai/localai - pullPolicy: IfNotPresent - tag: v2.9.0-cublas-cuda12-ffmpeg-core@sha256:f4d9d6c804b43ead0f38436c3a7757a9210d0ab56127f47ad111c6e22c509e76 -cublasCuda11Image: - repository: docker.io/localai/localai - pullPolicy: IfNotPresent - tag: v2.9.0-cublas-cuda11-core@sha256:319d58c9ddfc806e9e81c58ed9d17186e41945b1fd72582fbff6403a848de05e -cublasCuda11FfmpegImage: - repository: docker.io/localai/localai - pullPolicy: IfNotPresent - tag: v2.9.0-cublas-cuda11-ffmpeg-core@sha256:35ea8f29265f20252b1284e2f813af7f630ff7fd3e2207d1296aaf38fe7d961b -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - protocol: http - port: 8080 -localai: - # Specify a build type. Available: cublas, openblas, clblas. - build_type: "openblas" - debug: false - cors: true - cors_allow_origins: "*" - galleries: [] - # - name: model-gallery - # url: github:go-skynet/model-gallery/index.yaml - preload_models: [] - # url: github:go-skynet/model-gallery/gpt4all-j.yaml - # UPLOAD_LIMIT -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: true - type: http - path: /readyz - readiness: - enabled: true - type: http - path: /readyz - startup: - enabled: true - type: tcp - imageSelector: image - env: - ADDRESS: ":{{ .Values.service.main.ports.main.port }}" - MODELS_PATH: "{{ .Values.persistence.models.mountPath }}" - IMAGE_PATH: "{{ .Values.persistence.images.mountPath }}" - BUILD_TYPE: "{{ .Values.localai.build_type }}" - # breaks chart if true, keep it false. - REBUILD: false - DEBUG: "{{ .Values.localai.debug }}" - CORS: "{{ .Values.localai.cors }}" - GALLERIES: "{{ toJson .Values.localai.galleries }}" - PRELOAD_MODELS: "{{ toJson .Values.localai.preload_models }}" - CORS_ALLOW_ORIGINS: "{{ .Values.localai.cors_allow_origins }}" -persistence: - models: - enabled: true - mountPath: "/models" - images: - enabled: true - mountPath: "/images" -portal: - open: - enabled: false -updated: true diff --git a/stable/makemkv/10.1.3/.helmignore b/stable/local-ai/9.9.0/.helmignore similarity index 100% rename from stable/makemkv/10.1.3/.helmignore rename to stable/local-ai/9.9.0/.helmignore diff --git a/stable/local-ai/9.9.0/CHANGELOG.md b/stable/local-ai/9.9.0/CHANGELOG.md new file mode 100644 index 00000000000..097a2ed08df --- /dev/null +++ b/stable/local-ai/9.9.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [local-ai-9.9.0](https://github.com/truecharts/charts/compare/local-ai-9.8.4...local-ai-9.9.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [local-ai-9.8.4](https://github.com/truecharts/charts/compare/local-ai-9.8.3...local-ai-9.8.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [local-ai-9.8.3](https://github.com/truecharts/charts/compare/local-ai-9.8.1...local-ai-9.8.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + +## [local-ai-8.32.0](https://github.com/truecharts/charts/compare/local-ai-8.26.2...local-ai-8.32.0) (2024-02-12) + +### Chore + + + +- update container image docker.io/localai/localai to v2.8.0 by renovate ([#18178](https://github.com/truecharts/charts/issues/18178)) + + +## [local-ai-8.26.2](https://github.com/truecharts/charts/compare/local-ai-8.26.1...local-ai-8.26.2) (2024-02-05) + +### Chore + + + +- update container image docker.io/localai/localai to v2.7.0[@41e5c85](https://github.com/41e5c85) by renovate ([#17829](https://github.com/truecharts/charts/issues/17829)) + + +## [local-ai-8.26.1](https://github.com/truecharts/charts/compare/local-ai-8.26.0...local-ai-8.26.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [local-ai-8.26.0](https://github.com/truecharts/charts/compare/local-ai-8.25.0...local-ai-8.26.0) (2024-01-29) + +### Chore + + + +- update container image docker.io/localai/localai to v2.7.0[@b689c91](https://github.com/b689c91) by renovate ([#17756](https://github.com/truecharts/charts/issues/17756)) + + +## [local-ai-8.25.0](https://github.com/truecharts/charts/compare/local-ai-8.20.11...local-ai-8.25.0) (2024-01-29) + +### Chore + + diff --git a/stable/local-ai/9.9.0/Chart.yaml b/stable/local-ai/9.9.0/Chart.yaml new file mode 100644 index 00000000000..1bccccecd40 --- /dev/null +++ b/stable/local-ai/9.9.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: ai + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.9.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Self-hosted, community-driven, local OpenAI-compatible API. +home: https://truecharts.org/charts/stable/local-ai +icon: https://truecharts.org/img/hotlink-ok/chart-icons/local-ai.png +keywords: + - local-ai + - ai +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: local-ai +sources: + - https://github.com/go-skynet/LocalAI + - https://github.com/truecharts/charts/tree/master/charts/stable/local-ai + - https://hub.docker.com/r/localai/localai +type: application +version: 9.9.0 diff --git a/stable/local-ai/9.8.0/README.md b/stable/local-ai/9.9.0/README.md similarity index 100% rename from stable/local-ai/9.8.0/README.md rename to stable/local-ai/9.9.0/README.md diff --git a/stable/local-ai/9.9.0/app-changelog.md b/stable/local-ai/9.9.0/app-changelog.md new file mode 100644 index 00000000000..e5a6b8bb8f0 --- /dev/null +++ b/stable/local-ai/9.9.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [local-ai-9.9.0](https://github.com/truecharts/charts/compare/local-ai-9.8.4...local-ai-9.9.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/local-ai/9.8.0/app-readme.md b/stable/local-ai/9.9.0/app-readme.md similarity index 100% rename from stable/local-ai/9.8.0/app-readme.md rename to stable/local-ai/9.9.0/app-readme.md diff --git a/stable/local-ai/9.9.0/charts/common-18.2.0.tgz b/stable/local-ai/9.9.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/local-ai/9.9.0/charts/common-18.2.0.tgz differ diff --git a/stable/local-ai/9.9.0/ix_values.yaml b/stable/local-ai/9.9.0/ix_values.yaml new file mode 100644 index 00000000000..ffc6aaa1049 --- /dev/null +++ b/stable/local-ai/9.9.0/ix_values.yaml @@ -0,0 +1,89 @@ +image: + repository: docker.io/localai/localai + pullPolicy: IfNotPresent + tag: v2.9.0@sha256:4a100a2bee97f447008cc452a506fc247ae9566360634068316eeb6c2770d110 +ffmpegImage: + repository: docker.io/localai/localai + pullPolicy: IfNotPresent + tag: v2.9.0-ffmpeg-core@sha256:26750f6ed498c898658862b2c8e341f8871ac8130e3e0576313fa973a5068fbe +cublasCuda12Image: + repository: docker.io/localai/localai + pullPolicy: IfNotPresent + tag: v2.9.0-cublas-cuda12-core@sha256:8416d0c1df61b33a387c1d879654461573a71813aac8eaaa65751fe7e11af22b +cublasCuda12FfmpegImage: + repository: docker.io/localai/localai + pullPolicy: IfNotPresent + tag: v2.9.0-cublas-cuda12-ffmpeg-core@sha256:f4d9d6c804b43ead0f38436c3a7757a9210d0ab56127f47ad111c6e22c509e76 +cublasCuda11Image: + repository: docker.io/localai/localai + pullPolicy: IfNotPresent + tag: v2.9.0-cublas-cuda11-core@sha256:319d58c9ddfc806e9e81c58ed9d17186e41945b1fd72582fbff6403a848de05e +cublasCuda11FfmpegImage: + repository: docker.io/localai/localai + pullPolicy: IfNotPresent + tag: v2.9.0-cublas-cuda11-ffmpeg-core@sha256:35ea8f29265f20252b1284e2f813af7f630ff7fd3e2207d1296aaf38fe7d961b +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + protocol: http + port: 8080 +localai: + # Specify a build type. Available: cublas, openblas, clblas. + build_type: "openblas" + debug: false + cors: true + cors_allow_origins: "*" + galleries: [] + # - name: model-gallery + # url: github:go-skynet/model-gallery/index.yaml + preload_models: [] + # url: github:go-skynet/model-gallery/gpt4all-j.yaml + # UPLOAD_LIMIT +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: true + type: http + path: /readyz + readiness: + enabled: true + type: http + path: /readyz + startup: + enabled: true + type: tcp + imageSelector: image + env: + ADDRESS: ":{{ .Values.service.main.ports.main.port }}" + MODELS_PATH: "{{ .Values.persistence.models.mountPath }}" + IMAGE_PATH: "{{ .Values.persistence.images.mountPath }}" + BUILD_TYPE: "{{ .Values.localai.build_type }}" + # breaks chart if true, keep it false. + REBUILD: false + DEBUG: "{{ .Values.localai.debug }}" + CORS: "{{ .Values.localai.cors }}" + GALLERIES: "{{ toJson .Values.localai.galleries }}" + PRELOAD_MODELS: "{{ toJson .Values.localai.preload_models }}" + CORS_ALLOW_ORIGINS: "{{ .Values.localai.cors_allow_origins }}" +persistence: + models: + enabled: true + mountPath: "/models" + images: + enabled: true + mountPath: "/images" +portal: + open: + enabled: false +updated: true diff --git a/stable/local-ai/9.8.0/questions.yaml b/stable/local-ai/9.9.0/questions.yaml similarity index 100% rename from stable/local-ai/9.8.0/questions.yaml rename to stable/local-ai/9.9.0/questions.yaml diff --git a/stable/mattermost/12.3.0/templates/NOTES.txt b/stable/local-ai/9.9.0/templates/NOTES.txt similarity index 100% rename from stable/mattermost/12.3.0/templates/NOTES.txt rename to stable/local-ai/9.9.0/templates/NOTES.txt diff --git a/stable/makemkv/10.1.3/templates/common.yaml b/stable/local-ai/9.9.0/templates/common.yaml similarity index 100% rename from stable/makemkv/10.1.3/templates/common.yaml rename to stable/local-ai/9.9.0/templates/common.yaml diff --git a/stable/makemkv/10.1.3/values.yaml b/stable/local-ai/9.9.0/values.yaml similarity index 100% rename from stable/makemkv/10.1.3/values.yaml rename to stable/local-ai/9.9.0/values.yaml diff --git a/stable/logitech-media-server/11.1.4/CHANGELOG.md b/stable/logitech-media-server/11.1.4/CHANGELOG.md deleted file mode 100644 index b535fef04f3..00000000000 --- a/stable/logitech-media-server/11.1.4/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - -## [logitech-media-server-10.1.12](https://github.com/truecharts/charts/compare/logitech-media-server-10.1.11...logitech-media-server-10.1.12) (2024-02-12) - -### Chore - - - -- update container image lmscommunity/logitechmediaserver to stable[@d5c9075](https://github.com/d5c9075) by renovate ([#18090](https://github.com/truecharts/charts/issues/18090)) - - -## [logitech-media-server-10.1.11](https://github.com/truecharts/charts/compare/logitech-media-server-10.1.10...logitech-media-server-10.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [logitech-media-server-10.1.10](https://github.com/truecharts/charts/compare/logitech-media-server-10.1.9...logitech-media-server-10.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [logitech-media-server-10.1.9](https://github.com/truecharts/charts/compare/logitech-media-server-10.1.8...logitech-media-server-10.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [logitech-media-server-10.1.8](https://github.com/truecharts/charts/compare/logitech-media-server-10.1.7...logitech-media-server-10.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [logitech-media-server-10.1.7](https://github.com/truecharts/charts/compare/logitech-media-server-10.1.6...logitech-media-server-10.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [logitech-media-server-10.1.6](https://github.com/truecharts/charts/compare/logitech-media-server-10.1.5...logitech-media-server-10.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [logitech-media-server-10.1.5](https://github.com/truecharts/charts/compare/logitech-media-server-10.1.4...logitech-media-server-10.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs \ No newline at end of file diff --git a/stable/logitech-media-server/11.1.4/Chart.yaml b/stable/logitech-media-server/11.1.4/Chart.yaml deleted file mode 100644 index b0eb3c577c3..00000000000 --- a/stable/logitech-media-server/11.1.4/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: stable -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Logitech Media Server is a platform for home/office audio streaming. -home: https://truecharts.org/charts/stable/logitech-media-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/logitech-media-server.png -keywords: - - logitech-media-server - - squeezebox - - audio - - streaming -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: logitech-media-server -sources: - - https://github.com/Logitech/slimserver - - https://github.com/truecharts/charts/tree/master/charts/stable/logitech-media-server - - https://hub.docker.com/r/lmscommunity/logitechmediaserver -type: application -version: 11.1.4 diff --git a/stable/logitech-media-server/11.1.4/charts/common-18.0.3.tgz b/stable/logitech-media-server/11.1.4/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/logitech-media-server/11.1.4/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/maloja/5.1.3/.helmignore b/stable/logitech-media-server/11.3.0/.helmignore similarity index 100% rename from stable/maloja/5.1.3/.helmignore rename to stable/logitech-media-server/11.3.0/.helmignore diff --git a/stable/logitech-media-server/11.3.0/CHANGELOG.md b/stable/logitech-media-server/11.3.0/CHANGELOG.md new file mode 100644 index 00000000000..282f21cafc7 --- /dev/null +++ b/stable/logitech-media-server/11.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [logitech-media-server-11.3.0](https://github.com/truecharts/charts/compare/logitech-media-server-11.2.3...logitech-media-server-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [logitech-media-server-11.2.3](https://github.com/truecharts/charts/compare/logitech-media-server-11.2.2...logitech-media-server-11.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [logitech-media-server-11.2.2](https://github.com/truecharts/charts/compare/logitech-media-server-11.2.0...logitech-media-server-11.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + +## [logitech-media-server-10.1.12](https://github.com/truecharts/charts/compare/logitech-media-server-10.1.11...logitech-media-server-10.1.12) (2024-02-12) + +### Chore + + + +- update container image lmscommunity/logitechmediaserver to stable[@d5c9075](https://github.com/d5c9075) by renovate ([#18090](https://github.com/truecharts/charts/issues/18090)) + + +## [logitech-media-server-10.1.11](https://github.com/truecharts/charts/compare/logitech-media-server-10.1.10...logitech-media-server-10.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [logitech-media-server-10.1.10](https://github.com/truecharts/charts/compare/logitech-media-server-10.1.9...logitech-media-server-10.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [logitech-media-server-10.1.9](https://github.com/truecharts/charts/compare/logitech-media-server-10.1.8...logitech-media-server-10.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [logitech-media-server-10.1.8](https://github.com/truecharts/charts/compare/logitech-media-server-10.1.7...logitech-media-server-10.1.8) (2024-01-21) + +### Chore + + diff --git a/stable/logitech-media-server/11.3.0/Chart.yaml b/stable/logitech-media-server/11.3.0/Chart.yaml new file mode 100644 index 00000000000..b36979604d6 --- /dev/null +++ b/stable/logitech-media-server/11.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: stable +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Logitech Media Server is a platform for home/office audio streaming. +home: https://truecharts.org/charts/stable/logitech-media-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/logitech-media-server.png +keywords: + - logitech-media-server + - squeezebox + - audio + - streaming +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: logitech-media-server +sources: + - https://github.com/Logitech/slimserver + - https://github.com/truecharts/charts/tree/master/charts/stable/logitech-media-server + - https://hub.docker.com/r/lmscommunity/logitechmediaserver +type: application +version: 11.3.0 diff --git a/stable/logitech-media-server/11.1.4/README.md b/stable/logitech-media-server/11.3.0/README.md similarity index 100% rename from stable/logitech-media-server/11.1.4/README.md rename to stable/logitech-media-server/11.3.0/README.md diff --git a/stable/logitech-media-server/11.3.0/app-changelog.md b/stable/logitech-media-server/11.3.0/app-changelog.md new file mode 100644 index 00000000000..75384231b4c --- /dev/null +++ b/stable/logitech-media-server/11.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [logitech-media-server-11.3.0](https://github.com/truecharts/charts/compare/logitech-media-server-11.2.3...logitech-media-server-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/logitech-media-server/11.1.4/app-readme.md b/stable/logitech-media-server/11.3.0/app-readme.md similarity index 100% rename from stable/logitech-media-server/11.1.4/app-readme.md rename to stable/logitech-media-server/11.3.0/app-readme.md diff --git a/stable/logitech-media-server/11.3.0/charts/common-18.2.0.tgz b/stable/logitech-media-server/11.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/logitech-media-server/11.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/logitech-media-server/11.1.4/ix_values.yaml b/stable/logitech-media-server/11.3.0/ix_values.yaml similarity index 100% rename from stable/logitech-media-server/11.1.4/ix_values.yaml rename to stable/logitech-media-server/11.3.0/ix_values.yaml diff --git a/stable/logitech-media-server/11.1.4/questions.yaml b/stable/logitech-media-server/11.3.0/questions.yaml similarity index 100% rename from stable/logitech-media-server/11.1.4/questions.yaml rename to stable/logitech-media-server/11.3.0/questions.yaml diff --git a/stable/mc-router/4.1.3/templates/NOTES.txt b/stable/logitech-media-server/11.3.0/templates/NOTES.txt similarity index 100% rename from stable/mc-router/4.1.3/templates/NOTES.txt rename to stable/logitech-media-server/11.3.0/templates/NOTES.txt diff --git a/stable/matomo/13.3.0/templates/common.yaml b/stable/logitech-media-server/11.3.0/templates/common.yaml similarity index 100% rename from stable/matomo/13.3.0/templates/common.yaml rename to stable/logitech-media-server/11.3.0/templates/common.yaml diff --git a/stable/maloja/5.1.3/values.yaml b/stable/logitech-media-server/11.3.0/values.yaml similarity index 100% rename from stable/maloja/5.1.3/values.yaml rename to stable/logitech-media-server/11.3.0/values.yaml diff --git a/stable/longvinter/5.1.3/CHANGELOG.md b/stable/longvinter/5.1.3/CHANGELOG.md deleted file mode 100644 index 0a0e608d332..00000000000 --- a/stable/longvinter/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [longvinter-4.1.11](https://github.com/truecharts/charts/compare/longvinter-4.1.10...longvinter-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [longvinter-4.1.10](https://github.com/truecharts/charts/compare/longvinter-4.1.9...longvinter-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [longvinter-4.1.9](https://github.com/truecharts/charts/compare/longvinter-4.1.8...longvinter-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [longvinter-4.1.8](https://github.com/truecharts/charts/compare/longvinter-4.1.7...longvinter-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [longvinter-4.1.7](https://github.com/truecharts/charts/compare/longvinter-4.1.6...longvinter-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [longvinter-4.1.6](https://github.com/truecharts/charts/compare/longvinter-4.1.5...longvinter-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [longvinter-4.1.5](https://github.com/truecharts/charts/compare/longvinter-4.1.4...longvinter-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [longvinter-4.1.4](https://github.com/truecharts/charts/compare/longvinter-4.1.3...longvinter-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [longvinter-4.1.3](https://github.com/truecharts/charts/compare/longvinter-4.1.0...longvinter-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/longvinter/5.1.3/Chart.yaml b/stable/longvinter/5.1.3/Chart.yaml deleted file mode 100644 index ae775da0df1..00000000000 --- a/stable/longvinter/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: longinter -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Longvinter and run it. -home: https://truecharts.org/charts/stable/longvinter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/longvinter.png -keywords: - - longvinter - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: longvinter -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/longvinter - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/longvinter/5.1.3/charts/common-18.0.3.tgz b/stable/longvinter/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/longvinter/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/mango/5.1.3/.helmignore b/stable/longvinter/5.3.0/.helmignore similarity index 100% rename from stable/mango/5.1.3/.helmignore rename to stable/longvinter/5.3.0/.helmignore diff --git a/stable/longvinter/5.3.0/CHANGELOG.md b/stable/longvinter/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..aa0638c3ac5 --- /dev/null +++ b/stable/longvinter/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [longvinter-5.3.0](https://github.com/truecharts/charts/compare/longvinter-5.2.3...longvinter-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [longvinter-5.2.3](https://github.com/truecharts/charts/compare/longvinter-5.2.2...longvinter-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [longvinter-5.2.2](https://github.com/truecharts/charts/compare/longvinter-5.2.0...longvinter-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [longvinter-4.1.11](https://github.com/truecharts/charts/compare/longvinter-4.1.10...longvinter-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [longvinter-4.1.10](https://github.com/truecharts/charts/compare/longvinter-4.1.9...longvinter-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [longvinter-4.1.9](https://github.com/truecharts/charts/compare/longvinter-4.1.8...longvinter-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [longvinter-4.1.8](https://github.com/truecharts/charts/compare/longvinter-4.1.7...longvinter-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [longvinter-4.1.7](https://github.com/truecharts/charts/compare/longvinter-4.1.6...longvinter-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [longvinter-4.1.6](https://github.com/truecharts/charts/compare/longvinter-4.1.5...longvinter-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/longvinter/5.3.0/Chart.yaml b/stable/longvinter/5.3.0/Chart.yaml new file mode 100644 index 00000000000..436f0550073 --- /dev/null +++ b/stable/longvinter/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: longinter +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Longvinter and run it. +home: https://truecharts.org/charts/stable/longvinter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/longvinter.png +keywords: + - longvinter + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: longvinter +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/longvinter + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/longvinter/5.1.3/README.md b/stable/longvinter/5.3.0/README.md similarity index 100% rename from stable/longvinter/5.1.3/README.md rename to stable/longvinter/5.3.0/README.md diff --git a/stable/longvinter/5.3.0/app-changelog.md b/stable/longvinter/5.3.0/app-changelog.md new file mode 100644 index 00000000000..3a0722c0ba7 --- /dev/null +++ b/stable/longvinter/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [longvinter-5.3.0](https://github.com/truecharts/charts/compare/longvinter-5.2.3...longvinter-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/longvinter/5.1.3/app-readme.md b/stable/longvinter/5.3.0/app-readme.md similarity index 100% rename from stable/longvinter/5.1.3/app-readme.md rename to stable/longvinter/5.3.0/app-readme.md diff --git a/stable/longvinter/5.3.0/charts/common-18.2.0.tgz b/stable/longvinter/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/longvinter/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/longvinter/5.1.3/ix_values.yaml b/stable/longvinter/5.3.0/ix_values.yaml similarity index 100% rename from stable/longvinter/5.1.3/ix_values.yaml rename to stable/longvinter/5.3.0/ix_values.yaml diff --git a/stable/longvinter/5.1.3/questions.yaml b/stable/longvinter/5.3.0/questions.yaml similarity index 100% rename from stable/longvinter/5.1.3/questions.yaml rename to stable/longvinter/5.3.0/questions.yaml diff --git a/stable/longvinter/5.1.3/templates/common.yaml b/stable/longvinter/5.3.0/templates/common.yaml similarity index 100% rename from stable/longvinter/5.1.3/templates/common.yaml rename to stable/longvinter/5.3.0/templates/common.yaml diff --git a/stable/mango/5.1.3/values.yaml b/stable/longvinter/5.3.0/values.yaml similarity index 100% rename from stable/mango/5.1.3/values.yaml rename to stable/longvinter/5.3.0/values.yaml diff --git a/stable/mailpile/5.1.3/CHANGELOG.md b/stable/mailpile/5.1.3/CHANGELOG.md deleted file mode 100644 index b17201fa154..00000000000 --- a/stable/mailpile/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [mailpile-4.1.11](https://github.com/truecharts/charts/compare/mailpile-4.1.10...mailpile-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mailpile-4.1.10](https://github.com/truecharts/charts/compare/mailpile-4.1.9...mailpile-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [mailpile-4.1.9](https://github.com/truecharts/charts/compare/mailpile-4.1.8...mailpile-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [mailpile-4.1.8](https://github.com/truecharts/charts/compare/mailpile-4.1.7...mailpile-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [mailpile-4.1.7](https://github.com/truecharts/charts/compare/mailpile-4.1.6...mailpile-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [mailpile-4.1.6](https://github.com/truecharts/charts/compare/mailpile-4.1.5...mailpile-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [mailpile-4.1.5](https://github.com/truecharts/charts/compare/mailpile-4.1.4...mailpile-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [mailpile-4.1.4](https://github.com/truecharts/charts/compare/mailpile-4.1.3...mailpile-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [mailpile-4.1.3](https://github.com/truecharts/charts/compare/mailpile-4.1.0...mailpile-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/mailpile/5.1.3/Chart.yaml b/stable/mailpile/5.1.3/Chart.yaml deleted file mode 100644 index 190f7fdee44..00000000000 --- a/stable/mailpile/5.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Mailpile is software, an e-mail client. It runs on your desktop or laptop computer and you interact with it by using your web browser. The goal of Mailpile is to allow people to send e-mail in a more secure and private manner than before. -home: https://truecharts.org/charts/stable/mailpile -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mailpile.png -keywords: - - mailpile - - Productivity - - Network-Web - - Network-Messenger -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mailpile -sources: - - https://www.mailpile.is/ - - https://github.com/truecharts/charts/tree/master/charts/stable/mailpile - - https://hub.docker.com/r/rroemhild/mailpile -type: application -version: 5.1.3 diff --git a/stable/mailpile/5.1.3/charts/common-18.0.3.tgz b/stable/mailpile/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/mailpile/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/matomo/13.3.0/.helmignore b/stable/mailpile/5.3.0/.helmignore similarity index 100% rename from stable/matomo/13.3.0/.helmignore rename to stable/mailpile/5.3.0/.helmignore diff --git a/stable/mailpile/5.3.0/CHANGELOG.md b/stable/mailpile/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..cc1d134af33 --- /dev/null +++ b/stable/mailpile/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mailpile-5.3.0](https://github.com/truecharts/charts/compare/mailpile-5.2.3...mailpile-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [mailpile-5.2.3](https://github.com/truecharts/charts/compare/mailpile-5.2.2...mailpile-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [mailpile-5.2.2](https://github.com/truecharts/charts/compare/mailpile-5.2.0...mailpile-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [mailpile-4.1.11](https://github.com/truecharts/charts/compare/mailpile-4.1.10...mailpile-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [mailpile-4.1.10](https://github.com/truecharts/charts/compare/mailpile-4.1.9...mailpile-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [mailpile-4.1.9](https://github.com/truecharts/charts/compare/mailpile-4.1.8...mailpile-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [mailpile-4.1.8](https://github.com/truecharts/charts/compare/mailpile-4.1.7...mailpile-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [mailpile-4.1.7](https://github.com/truecharts/charts/compare/mailpile-4.1.6...mailpile-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [mailpile-4.1.6](https://github.com/truecharts/charts/compare/mailpile-4.1.5...mailpile-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/mailpile/5.3.0/Chart.yaml b/stable/mailpile/5.3.0/Chart.yaml new file mode 100644 index 00000000000..c5060f77a6a --- /dev/null +++ b/stable/mailpile/5.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Mailpile is software, an e-mail client. It runs on your desktop or laptop computer and you interact with it by using your web browser. The goal of Mailpile is to allow people to send e-mail in a more secure and private manner than before. +home: https://truecharts.org/charts/stable/mailpile +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mailpile.png +keywords: + - mailpile + - Productivity + - Network-Web + - Network-Messenger +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mailpile +sources: + - https://www.mailpile.is/ + - https://github.com/truecharts/charts/tree/master/charts/stable/mailpile + - https://hub.docker.com/r/rroemhild/mailpile +type: application +version: 5.3.0 diff --git a/stable/mailpile/5.1.3/README.md b/stable/mailpile/5.3.0/README.md similarity index 100% rename from stable/mailpile/5.1.3/README.md rename to stable/mailpile/5.3.0/README.md diff --git a/stable/mailpile/5.3.0/app-changelog.md b/stable/mailpile/5.3.0/app-changelog.md new file mode 100644 index 00000000000..d93c466692d --- /dev/null +++ b/stable/mailpile/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mailpile-5.3.0](https://github.com/truecharts/charts/compare/mailpile-5.2.3...mailpile-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/mailpile/5.1.3/app-readme.md b/stable/mailpile/5.3.0/app-readme.md similarity index 100% rename from stable/mailpile/5.1.3/app-readme.md rename to stable/mailpile/5.3.0/app-readme.md diff --git a/stable/mailpile/5.3.0/charts/common-18.2.0.tgz b/stable/mailpile/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/mailpile/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/mailpile/5.1.3/ix_values.yaml b/stable/mailpile/5.3.0/ix_values.yaml similarity index 100% rename from stable/mailpile/5.1.3/ix_values.yaml rename to stable/mailpile/5.3.0/ix_values.yaml diff --git a/stable/mailpile/5.1.3/questions.yaml b/stable/mailpile/5.3.0/questions.yaml similarity index 100% rename from stable/mailpile/5.1.3/questions.yaml rename to stable/mailpile/5.3.0/questions.yaml diff --git a/stable/mailpile/5.1.3/templates/common.yaml b/stable/mailpile/5.3.0/templates/common.yaml similarity index 100% rename from stable/mailpile/5.1.3/templates/common.yaml rename to stable/mailpile/5.3.0/templates/common.yaml diff --git a/stable/matomo/13.3.0/values.yaml b/stable/mailpile/5.3.0/values.yaml similarity index 100% rename from stable/matomo/13.3.0/values.yaml rename to stable/mailpile/5.3.0/values.yaml diff --git a/stable/maintainerr/2.1.3/CHANGELOG.md b/stable/maintainerr/2.1.3/CHANGELOG.md deleted file mode 100644 index 6cc65c589f3..00000000000 --- a/stable/maintainerr/2.1.3/CHANGELOG.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [maintainerr-1.0.1](https://github.com/truecharts/charts/compare/maintainerr-1.0.0...maintainerr-1.0.1) (2024-02-12) - -### Chore - - - -- update container image jorenn92/maintainerr to v2.0.2[@4e0f519](https://github.com/4e0f519) by renovate ([#18140](https://github.com/truecharts/charts/issues/18140)) - - -## [maintainerr-1.0.0](https://github.com/truecharts/charts/compare/maintainerr-0.0.3...maintainerr-1.0.0) (2024-02-07) \ No newline at end of file diff --git a/stable/maintainerr/2.1.3/Chart.yaml b/stable/maintainerr/2.1.3/Chart.yaml deleted file mode 100644 index 62211651faa..00000000000 --- a/stable/maintainerr/2.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.0.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Looks and smells like Overseerr, does the opposite. Maintenance tool for the Plex ecosystem. -home: https://truecharts.org/charts/stable/maintainerr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/maintainerr.png -keywords: - - maintainerr - - media -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: maintainerr -sources: - - https://github.com/jorenn92/Maintainerr - - https://github.com/truecharts/charts/tree/master/charts/stable/maintainerr - - https://hub.docker.com/r/jorenn92/maintainerr -type: application -version: 2.1.3 diff --git a/stable/maintainerr/2.1.3/charts/common-18.0.3.tgz b/stable/maintainerr/2.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/maintainerr/2.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/mattermost/12.3.0/.helmignore b/stable/maintainerr/2.3.0/.helmignore similarity index 100% rename from stable/mattermost/12.3.0/.helmignore rename to stable/maintainerr/2.3.0/.helmignore diff --git a/stable/maintainerr/2.3.0/CHANGELOG.md b/stable/maintainerr/2.3.0/CHANGELOG.md new file mode 100644 index 00000000000..e38d543831d --- /dev/null +++ b/stable/maintainerr/2.3.0/CHANGELOG.md @@ -0,0 +1,57 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [maintainerr-2.3.0](https://github.com/truecharts/charts/compare/maintainerr-2.2.3...maintainerr-2.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [maintainerr-2.2.3](https://github.com/truecharts/charts/compare/maintainerr-2.2.2...maintainerr-2.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [maintainerr-2.2.2](https://github.com/truecharts/charts/compare/maintainerr-2.2.0...maintainerr-2.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [maintainerr-1.0.1](https://github.com/truecharts/charts/compare/maintainerr-1.0.0...maintainerr-1.0.1) (2024-02-12) + +### Chore + + + +- update container image jorenn92/maintainerr to v2.0.2[@4e0f519](https://github.com/4e0f519) by renovate ([#18140](https://github.com/truecharts/charts/issues/18140)) + + +## [maintainerr-1.0.0](https://github.com/truecharts/charts/compare/maintainerr-0.0.3...maintainerr-1.0.0) (2024-02-07) \ No newline at end of file diff --git a/stable/maintainerr/2.3.0/Chart.yaml b/stable/maintainerr/2.3.0/Chart.yaml new file mode 100644 index 00000000000..abec0e025ee --- /dev/null +++ b/stable/maintainerr/2.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Looks and smells like Overseerr, does the opposite. Maintenance tool for the Plex ecosystem. +home: https://truecharts.org/charts/stable/maintainerr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/maintainerr.png +keywords: + - maintainerr + - media +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: maintainerr +sources: + - https://github.com/jorenn92/Maintainerr + - https://github.com/truecharts/charts/tree/master/charts/stable/maintainerr + - https://hub.docker.com/r/jorenn92/maintainerr +type: application +version: 2.3.0 diff --git a/stable/maintainerr/2.1.3/README.md b/stable/maintainerr/2.3.0/README.md similarity index 100% rename from stable/maintainerr/2.1.3/README.md rename to stable/maintainerr/2.3.0/README.md diff --git a/stable/maintainerr/2.3.0/app-changelog.md b/stable/maintainerr/2.3.0/app-changelog.md new file mode 100644 index 00000000000..482665a6b6e --- /dev/null +++ b/stable/maintainerr/2.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [maintainerr-2.3.0](https://github.com/truecharts/charts/compare/maintainerr-2.2.3...maintainerr-2.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/maintainerr/2.1.3/app-readme.md b/stable/maintainerr/2.3.0/app-readme.md similarity index 100% rename from stable/maintainerr/2.1.3/app-readme.md rename to stable/maintainerr/2.3.0/app-readme.md diff --git a/stable/maintainerr/2.3.0/charts/common-18.2.0.tgz b/stable/maintainerr/2.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/maintainerr/2.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/maintainerr/2.1.3/ix_values.yaml b/stable/maintainerr/2.3.0/ix_values.yaml similarity index 100% rename from stable/maintainerr/2.1.3/ix_values.yaml rename to stable/maintainerr/2.3.0/ix_values.yaml diff --git a/stable/maintainerr/2.1.3/questions.yaml b/stable/maintainerr/2.3.0/questions.yaml similarity index 100% rename from stable/maintainerr/2.1.3/questions.yaml rename to stable/maintainerr/2.3.0/questions.yaml diff --git a/stable/mealie/21.1.3/templates/NOTES.txt b/stable/maintainerr/2.3.0/templates/NOTES.txt similarity index 100% rename from stable/mealie/21.1.3/templates/NOTES.txt rename to stable/maintainerr/2.3.0/templates/NOTES.txt diff --git a/stable/mediainfo/9.1.3/templates/common.yaml b/stable/maintainerr/2.3.0/templates/common.yaml similarity index 100% rename from stable/mediainfo/9.1.3/templates/common.yaml rename to stable/maintainerr/2.3.0/templates/common.yaml diff --git a/stable/mattermost/12.3.0/values.yaml b/stable/maintainerr/2.3.0/values.yaml similarity index 100% rename from stable/mattermost/12.3.0/values.yaml rename to stable/maintainerr/2.3.0/values.yaml diff --git a/stable/makemkv/10.1.3/CHANGELOG.md b/stable/makemkv/10.1.3/CHANGELOG.md deleted file mode 100644 index 0627ca3a729..00000000000 --- a/stable/makemkv/10.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [makemkv-9.0.1](https://github.com/truecharts/charts/compare/makemkv-9.0.0...makemkv-9.0.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [makemkv-9.0.0](https://github.com/truecharts/charts/compare/makemkv-8.1.10...makemkv-9.0.0) (2024-01-29) - -### Chore - - - -- update container image jlesage/makemkv to v24.01.1[@7e7e6a0](https://github.com/7e7e6a0) by renovate ([#17708](https://github.com/truecharts/charts/issues/17708)) - - -## [makemkv-8.1.10](https://github.com/truecharts/charts/compare/makemkv-8.1.9...makemkv-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [makemkv-8.1.9](https://github.com/truecharts/charts/compare/makemkv-8.1.8...makemkv-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [makemkv-8.1.8](https://github.com/truecharts/charts/compare/makemkv-8.1.7...makemkv-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [makemkv-8.1.7](https://github.com/truecharts/charts/compare/makemkv-8.1.6...makemkv-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [makemkv-8.1.6](https://github.com/truecharts/charts/compare/makemkv-8.1.5...makemkv-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [makemkv-8.1.5](https://github.com/truecharts/charts/compare/makemkv-8.1.4...makemkv-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [makemkv-8.1.4](https://github.com/truecharts/charts/compare/makemkv-8.1.3...makemkv-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/makemkv/10.1.3/Chart.yaml b/stable/makemkv/10.1.3/Chart.yaml deleted file mode 100644 index f96c8b9db78..00000000000 --- a/stable/makemkv/10.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.01.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: MakeMKV is your one-click solution to convert video that you own into free and patents-unencumbered format that can be played everywhere. -home: https://truecharts.org/charts/stable/makemkv -icon: https://truecharts.org/img/hotlink-ok/chart-icons/makemkv.png -keywords: - - mkv -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: makemkv -sources: - - https://github.com/jlesage/docker-makemkv - - https://github.com/truecharts/charts/tree/master/charts/stable/makemkv - - https://hub.docker.com/r/jlesage/makemkv -type: application -version: 10.1.3 diff --git a/stable/makemkv/10.1.3/charts/common-18.0.3.tgz b/stable/makemkv/10.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/makemkv/10.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/mc-router/4.1.3/.helmignore b/stable/makemkv/10.3.0/.helmignore similarity index 100% rename from stable/mc-router/4.1.3/.helmignore rename to stable/makemkv/10.3.0/.helmignore diff --git a/stable/makemkv/10.3.0/CHANGELOG.md b/stable/makemkv/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..044fc0ba24a --- /dev/null +++ b/stable/makemkv/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [makemkv-10.3.0](https://github.com/truecharts/charts/compare/makemkv-10.2.3...makemkv-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [makemkv-10.2.3](https://github.com/truecharts/charts/compare/makemkv-10.2.2...makemkv-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [makemkv-10.2.2](https://github.com/truecharts/charts/compare/makemkv-10.2.0...makemkv-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [makemkv-9.0.1](https://github.com/truecharts/charts/compare/makemkv-9.0.0...makemkv-9.0.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [makemkv-9.0.0](https://github.com/truecharts/charts/compare/makemkv-8.1.10...makemkv-9.0.0) (2024-01-29) + +### Chore + + + +- update container image jlesage/makemkv to v24.01.1[@7e7e6a0](https://github.com/7e7e6a0) by renovate ([#17708](https://github.com/truecharts/charts/issues/17708)) + + +## [makemkv-8.1.10](https://github.com/truecharts/charts/compare/makemkv-8.1.9...makemkv-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [makemkv-8.1.9](https://github.com/truecharts/charts/compare/makemkv-8.1.8...makemkv-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [makemkv-8.1.8](https://github.com/truecharts/charts/compare/makemkv-8.1.7...makemkv-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [makemkv-8.1.7](https://github.com/truecharts/charts/compare/makemkv-8.1.6...makemkv-8.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/makemkv/10.3.0/Chart.yaml b/stable/makemkv/10.3.0/Chart.yaml new file mode 100644 index 00000000000..ecdfe747ad1 --- /dev/null +++ b/stable/makemkv/10.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.01.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: MakeMKV is your one-click solution to convert video that you own into free and patents-unencumbered format that can be played everywhere. +home: https://truecharts.org/charts/stable/makemkv +icon: https://truecharts.org/img/hotlink-ok/chart-icons/makemkv.png +keywords: + - mkv +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: makemkv +sources: + - https://github.com/jlesage/docker-makemkv + - https://github.com/truecharts/charts/tree/master/charts/stable/makemkv + - https://hub.docker.com/r/jlesage/makemkv +type: application +version: 10.3.0 diff --git a/stable/makemkv/10.1.3/README.md b/stable/makemkv/10.3.0/README.md similarity index 100% rename from stable/makemkv/10.1.3/README.md rename to stable/makemkv/10.3.0/README.md diff --git a/stable/makemkv/10.3.0/app-changelog.md b/stable/makemkv/10.3.0/app-changelog.md new file mode 100644 index 00000000000..cf6bac1f7a5 --- /dev/null +++ b/stable/makemkv/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [makemkv-10.3.0](https://github.com/truecharts/charts/compare/makemkv-10.2.3...makemkv-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/makemkv/10.1.3/app-readme.md b/stable/makemkv/10.3.0/app-readme.md similarity index 100% rename from stable/makemkv/10.1.3/app-readme.md rename to stable/makemkv/10.3.0/app-readme.md diff --git a/stable/makemkv/10.3.0/charts/common-18.2.0.tgz b/stable/makemkv/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/makemkv/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/makemkv/10.1.3/ix_values.yaml b/stable/makemkv/10.3.0/ix_values.yaml similarity index 100% rename from stable/makemkv/10.1.3/ix_values.yaml rename to stable/makemkv/10.3.0/ix_values.yaml diff --git a/stable/makemkv/10.1.3/questions.yaml b/stable/makemkv/10.3.0/questions.yaml similarity index 100% rename from stable/makemkv/10.1.3/questions.yaml rename to stable/makemkv/10.3.0/questions.yaml diff --git a/stable/mediainfo/9.1.3/templates/NOTES.txt b/stable/makemkv/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/mediainfo/9.1.3/templates/NOTES.txt rename to stable/makemkv/10.3.0/templates/NOTES.txt diff --git a/stable/megasync/6.1.3/templates/common.yaml b/stable/makemkv/10.3.0/templates/common.yaml similarity index 100% rename from stable/megasync/6.1.3/templates/common.yaml rename to stable/makemkv/10.3.0/templates/common.yaml diff --git a/stable/mc-router/4.1.3/values.yaml b/stable/makemkv/10.3.0/values.yaml similarity index 100% rename from stable/mc-router/4.1.3/values.yaml rename to stable/makemkv/10.3.0/values.yaml diff --git a/stable/maloja/5.1.3/CHANGELOG.md b/stable/maloja/5.1.3/CHANGELOG.md deleted file mode 100644 index 116d4aefb6b..00000000000 --- a/stable/maloja/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [maloja-4.1.11](https://github.com/truecharts/charts/compare/maloja-4.1.10...maloja-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [maloja-4.1.10](https://github.com/truecharts/charts/compare/maloja-4.1.9...maloja-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [maloja-4.1.9](https://github.com/truecharts/charts/compare/maloja-4.1.8...maloja-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [maloja-4.1.8](https://github.com/truecharts/charts/compare/maloja-4.1.7...maloja-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [maloja-4.1.7](https://github.com/truecharts/charts/compare/maloja-4.1.6...maloja-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [maloja-4.1.6](https://github.com/truecharts/charts/compare/maloja-4.1.5...maloja-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [maloja-4.1.5](https://github.com/truecharts/charts/compare/maloja-4.1.4...maloja-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [maloja-4.1.4](https://github.com/truecharts/charts/compare/maloja-4.1.3...maloja-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [maloja-4.1.3](https://github.com/truecharts/charts/compare/maloja-4.1.0...maloja-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/maloja/5.1.3/Chart.yaml b/stable/maloja/5.1.3/Chart.yaml deleted file mode 100644 index 46048b587d1..00000000000 --- a/stable/maloja/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaServer-Music - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Self-hosted music scrobble database to create personal listening statistics and charts as a substitute for Last.fm / Libre.fm / GNU FM. -home: https://truecharts.org/charts/stable/maloja -icon: https://truecharts.org/img/hotlink-ok/chart-icons/maloja.png -keywords: - - maloja - - MediaServer-Music -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: maloja -sources: - - https://maloja.krateng.ch/ - - https://github.com/truecharts/charts/tree/master/charts/stable/maloja - - https://hub.docker.com/r/krateng/maloja -type: application -version: 5.1.3 diff --git a/stable/maloja/5.1.3/charts/common-18.0.3.tgz b/stable/maloja/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/maloja/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/mealie/21.1.3/.helmignore b/stable/maloja/5.3.0/.helmignore similarity index 100% rename from stable/mealie/21.1.3/.helmignore rename to stable/maloja/5.3.0/.helmignore diff --git a/stable/maloja/5.3.0/CHANGELOG.md b/stable/maloja/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..8c584969889 --- /dev/null +++ b/stable/maloja/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [maloja-5.3.0](https://github.com/truecharts/charts/compare/maloja-5.2.3...maloja-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [maloja-5.2.3](https://github.com/truecharts/charts/compare/maloja-5.2.2...maloja-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [maloja-5.2.2](https://github.com/truecharts/charts/compare/maloja-5.2.0...maloja-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [maloja-4.1.11](https://github.com/truecharts/charts/compare/maloja-4.1.10...maloja-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [maloja-4.1.10](https://github.com/truecharts/charts/compare/maloja-4.1.9...maloja-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [maloja-4.1.9](https://github.com/truecharts/charts/compare/maloja-4.1.8...maloja-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [maloja-4.1.8](https://github.com/truecharts/charts/compare/maloja-4.1.7...maloja-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [maloja-4.1.7](https://github.com/truecharts/charts/compare/maloja-4.1.6...maloja-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [maloja-4.1.6](https://github.com/truecharts/charts/compare/maloja-4.1.5...maloja-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/maloja/5.3.0/Chart.yaml b/stable/maloja/5.3.0/Chart.yaml new file mode 100644 index 00000000000..ce5b85791a4 --- /dev/null +++ b/stable/maloja/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaServer-Music + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Self-hosted music scrobble database to create personal listening statistics and charts as a substitute for Last.fm / Libre.fm / GNU FM. +home: https://truecharts.org/charts/stable/maloja +icon: https://truecharts.org/img/hotlink-ok/chart-icons/maloja.png +keywords: + - maloja + - MediaServer-Music +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: maloja +sources: + - https://maloja.krateng.ch/ + - https://github.com/truecharts/charts/tree/master/charts/stable/maloja + - https://hub.docker.com/r/krateng/maloja +type: application +version: 5.3.0 diff --git a/stable/maloja/5.1.3/README.md b/stable/maloja/5.3.0/README.md similarity index 100% rename from stable/maloja/5.1.3/README.md rename to stable/maloja/5.3.0/README.md diff --git a/stable/maloja/5.3.0/app-changelog.md b/stable/maloja/5.3.0/app-changelog.md new file mode 100644 index 00000000000..2c792db6a51 --- /dev/null +++ b/stable/maloja/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [maloja-5.3.0](https://github.com/truecharts/charts/compare/maloja-5.2.3...maloja-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/maloja/5.1.3/app-readme.md b/stable/maloja/5.3.0/app-readme.md similarity index 100% rename from stable/maloja/5.1.3/app-readme.md rename to stable/maloja/5.3.0/app-readme.md diff --git a/stable/maloja/5.3.0/charts/common-18.2.0.tgz b/stable/maloja/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/maloja/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/maloja/5.1.3/ix_values.yaml b/stable/maloja/5.3.0/ix_values.yaml similarity index 100% rename from stable/maloja/5.1.3/ix_values.yaml rename to stable/maloja/5.3.0/ix_values.yaml diff --git a/stable/maloja/5.1.3/questions.yaml b/stable/maloja/5.3.0/questions.yaml similarity index 100% rename from stable/maloja/5.1.3/questions.yaml rename to stable/maloja/5.3.0/questions.yaml diff --git a/stable/maloja/5.1.3/templates/common.yaml b/stable/maloja/5.3.0/templates/common.yaml similarity index 100% rename from stable/maloja/5.1.3/templates/common.yaml rename to stable/maloja/5.3.0/templates/common.yaml diff --git a/stable/mealie/21.1.3/values.yaml b/stable/maloja/5.3.0/values.yaml similarity index 100% rename from stable/mealie/21.1.3/values.yaml rename to stable/maloja/5.3.0/values.yaml diff --git a/stable/mango/5.1.3/CHANGELOG.md b/stable/mango/5.1.3/CHANGELOG.md deleted file mode 100644 index 69482d06b95..00000000000 --- a/stable/mango/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [mango-4.1.11](https://github.com/truecharts/charts/compare/mango-4.1.10...mango-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mango-4.1.10](https://github.com/truecharts/charts/compare/mango-4.1.9...mango-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [mango-4.1.9](https://github.com/truecharts/charts/compare/mango-4.1.8...mango-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [mango-4.1.8](https://github.com/truecharts/charts/compare/mango-4.1.7...mango-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [mango-4.1.7](https://github.com/truecharts/charts/compare/mango-4.1.6...mango-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [mango-4.1.6](https://github.com/truecharts/charts/compare/mango-4.1.5...mango-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [mango-4.1.5](https://github.com/truecharts/charts/compare/mango-4.1.4...mango-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [mango-4.1.4](https://github.com/truecharts/charts/compare/mango-4.1.3...mango-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [mango-4.1.3](https://github.com/truecharts/charts/compare/mango-4.1.0...mango-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/mango/5.1.3/Chart.yaml b/stable/mango/5.1.3/Chart.yaml deleted file mode 100644 index 3aef15d0f23..00000000000 --- a/stable/mango/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaApp-Books - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: | - Mango is a self-hosted manga server and reader. Its features include[br] -home: https://truecharts.org/charts/stable/mango -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mango.png -keywords: - - mango - - MediaApp-Books -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mango -sources: - - https://github.com/hkalexling/mango - - https://github.com/truecharts/charts/tree/master/charts/stable/mango - - https://hub.docker.com/r/hkalexling/mango -type: application -version: 5.1.3 diff --git a/stable/mango/5.1.3/charts/common-18.0.3.tgz b/stable/mango/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/mango/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/media-roller/5.1.3/.helmignore b/stable/mango/5.3.0/.helmignore similarity index 100% rename from stable/media-roller/5.1.3/.helmignore rename to stable/mango/5.3.0/.helmignore diff --git a/stable/mango/5.3.0/CHANGELOG.md b/stable/mango/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..0555ad51b86 --- /dev/null +++ b/stable/mango/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mango-5.3.0](https://github.com/truecharts/charts/compare/mango-5.2.3...mango-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [mango-5.2.3](https://github.com/truecharts/charts/compare/mango-5.2.2...mango-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [mango-5.2.2](https://github.com/truecharts/charts/compare/mango-5.2.0...mango-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [mango-4.1.11](https://github.com/truecharts/charts/compare/mango-4.1.10...mango-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [mango-4.1.10](https://github.com/truecharts/charts/compare/mango-4.1.9...mango-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [mango-4.1.9](https://github.com/truecharts/charts/compare/mango-4.1.8...mango-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [mango-4.1.8](https://github.com/truecharts/charts/compare/mango-4.1.7...mango-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [mango-4.1.7](https://github.com/truecharts/charts/compare/mango-4.1.6...mango-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [mango-4.1.6](https://github.com/truecharts/charts/compare/mango-4.1.5...mango-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/mango/5.3.0/Chart.yaml b/stable/mango/5.3.0/Chart.yaml new file mode 100644 index 00000000000..22058f9ab9d --- /dev/null +++ b/stable/mango/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Books + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: | + Mango is a self-hosted manga server and reader. Its features include[br] +home: https://truecharts.org/charts/stable/mango +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mango.png +keywords: + - mango + - MediaApp-Books +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mango +sources: + - https://github.com/hkalexling/mango + - https://github.com/truecharts/charts/tree/master/charts/stable/mango + - https://hub.docker.com/r/hkalexling/mango +type: application +version: 5.3.0 diff --git a/stable/mango/5.1.3/README.md b/stable/mango/5.3.0/README.md similarity index 100% rename from stable/mango/5.1.3/README.md rename to stable/mango/5.3.0/README.md diff --git a/stable/mango/5.3.0/app-changelog.md b/stable/mango/5.3.0/app-changelog.md new file mode 100644 index 00000000000..ca15d9469f5 --- /dev/null +++ b/stable/mango/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mango-5.3.0](https://github.com/truecharts/charts/compare/mango-5.2.3...mango-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/mango/5.1.3/app-readme.md b/stable/mango/5.3.0/app-readme.md similarity index 100% rename from stable/mango/5.1.3/app-readme.md rename to stable/mango/5.3.0/app-readme.md diff --git a/stable/mango/5.3.0/charts/common-18.2.0.tgz b/stable/mango/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/mango/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/mango/5.1.3/ix_values.yaml b/stable/mango/5.3.0/ix_values.yaml similarity index 100% rename from stable/mango/5.1.3/ix_values.yaml rename to stable/mango/5.3.0/ix_values.yaml diff --git a/stable/mango/5.1.3/questions.yaml b/stable/mango/5.3.0/questions.yaml similarity index 100% rename from stable/mango/5.1.3/questions.yaml rename to stable/mango/5.3.0/questions.yaml diff --git a/stable/mango/5.1.3/templates/common.yaml b/stable/mango/5.3.0/templates/common.yaml similarity index 100% rename from stable/mango/5.1.3/templates/common.yaml rename to stable/mango/5.3.0/templates/common.yaml diff --git a/stable/media-roller/5.1.3/values.yaml b/stable/mango/5.3.0/values.yaml similarity index 100% rename from stable/media-roller/5.1.3/values.yaml rename to stable/mango/5.3.0/values.yaml diff --git a/stable/matomo/13.3.0/CHANGELOG.md b/stable/matomo/13.3.0/CHANGELOG.md deleted file mode 100644 index 3693068bfeb..00000000000 --- a/stable/matomo/13.3.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - -## [matomo-12.0.8](https://github.com/truecharts/charts/compare/matomo-12.0.7...matomo-12.0.8) (2024-02-12) - -### Chore - - - -- update container image bitnami/matomo to 5.0.2[@8dff6d9](https://github.com/8dff6d9) by renovate ([#18204](https://github.com/truecharts/charts/issues/18204)) - - -## [matomo-12.0.7](https://github.com/truecharts/charts/compare/matomo-12.0.6...matomo-12.0.7) (2024-02-12) - -### Chore - - - -- update container image bitnami/matomo to 5.0.2[@46b7325](https://github.com/46b7325) by renovate ([#18158](https://github.com/truecharts/charts/issues/18158)) - - -## [matomo-12.0.6](https://github.com/truecharts/charts/compare/matomo-12.0.5...matomo-12.0.6) (2024-02-12) - -### Chore - - - -- update container image bitnami/matomo to v5.0.2[@89019f4](https://github.com/89019f4) by renovate ([#18122](https://github.com/truecharts/charts/issues/18122)) - - -## [matomo-12.0.5](https://github.com/truecharts/charts/compare/matomo-12.0.4...matomo-12.0.5) (2024-02-05) - -### Chore - - - -- update container image bitnami/matomo to 5.0.1[@42f1b9b](https://github.com/42f1b9b) by renovate ([#17816](https://github.com/truecharts/charts/issues/17816)) - - -## [matomo-12.0.4](https://github.com/truecharts/charts/compare/matomo-12.0.3...matomo-12.0.4) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [matomo-12.0.3](https://github.com/truecharts/charts/compare/matomo-12.0.2...matomo-12.0.3) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [matomo-12.0.2](https://github.com/truecharts/charts/compare/matomo-12.0.1...matomo-12.0.2) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [matomo-12.0.1](https://github.com/truecharts/charts/compare/matomo-12.0.0...matomo-12.0.1) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [matomo-12.0.0](https://github.com/truecharts/charts/compare/matomo-11.1.12...matomo-12.0.0) (2024-01-21) diff --git a/stable/matomo/13.3.0/Chart.yaml b/stable/matomo/13.3.0/Chart.yaml deleted file mode 100644 index 440e0ba22a7..00000000000 --- a/stable/matomo/13.3.0/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.0.2 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.0.0 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Matomo is the leading Free/Libre open analytics platform -home: https://truecharts.org/charts/stable/matomo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/matomo.png -keywords: - - analytics -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: matomo -sources: - - https://github.com/bitnami/bitnami-docker-matomo - - https://github.com/matomo-org/matomo - - https://github.com/truecharts/charts/tree/master/charts/stable/matomo - - https://hub.docker.com/r/bitnami/matomo -type: application -version: 13.3.0 diff --git a/stable/matomo/13.3.0/charts/common-18.1.2.tgz b/stable/matomo/13.3.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/matomo/13.3.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/matomo/13.3.0/charts/mariadb-13.0.0.tgz b/stable/matomo/13.3.0/charts/mariadb-13.0.0.tgz deleted file mode 100644 index 564d2d213b7..00000000000 Binary files a/stable/matomo/13.3.0/charts/mariadb-13.0.0.tgz and /dev/null differ diff --git a/stable/mediaelch/5.1.3/.helmignore b/stable/matomo/13.5.0/.helmignore similarity index 100% rename from stable/mediaelch/5.1.3/.helmignore rename to stable/matomo/13.5.0/.helmignore diff --git a/stable/matomo/13.5.0/CHANGELOG.md b/stable/matomo/13.5.0/CHANGELOG.md new file mode 100644 index 00000000000..fc22619b615 --- /dev/null +++ b/stable/matomo/13.5.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [matomo-13.5.0](https://github.com/truecharts/charts/compare/matomo-13.4.3...matomo-13.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [matomo-13.4.3](https://github.com/truecharts/charts/compare/matomo-13.4.2...matomo-13.4.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [matomo-13.4.2](https://github.com/truecharts/charts/compare/matomo-13.4.0...matomo-13.4.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + +## [matomo-12.0.8](https://github.com/truecharts/charts/compare/matomo-12.0.7...matomo-12.0.8) (2024-02-12) + +### Chore + + + +- update container image bitnami/matomo to 5.0.2[@8dff6d9](https://github.com/8dff6d9) by renovate ([#18204](https://github.com/truecharts/charts/issues/18204)) + + +## [matomo-12.0.7](https://github.com/truecharts/charts/compare/matomo-12.0.6...matomo-12.0.7) (2024-02-12) + +### Chore + + + +- update container image bitnami/matomo to 5.0.2[@46b7325](https://github.com/46b7325) by renovate ([#18158](https://github.com/truecharts/charts/issues/18158)) + + +## [matomo-12.0.6](https://github.com/truecharts/charts/compare/matomo-12.0.5...matomo-12.0.6) (2024-02-12) + +### Chore + + + +- update container image bitnami/matomo to v5.0.2[@89019f4](https://github.com/89019f4) by renovate ([#18122](https://github.com/truecharts/charts/issues/18122)) + + +## [matomo-12.0.5](https://github.com/truecharts/charts/compare/matomo-12.0.4...matomo-12.0.5) (2024-02-05) + +### Chore + + + +- update container image bitnami/matomo to 5.0.1[@42f1b9b](https://github.com/42f1b9b) by renovate ([#17816](https://github.com/truecharts/charts/issues/17816)) + + +## [matomo-12.0.4](https://github.com/truecharts/charts/compare/matomo-12.0.3...matomo-12.0.4) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/matomo/13.5.0/Chart.yaml b/stable/matomo/13.5.0/Chart.yaml new file mode 100644 index 00000000000..be617f7504d --- /dev/null +++ b/stable/matomo/13.5.0/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.0.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.2.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Matomo is the leading Free/Libre open analytics platform +home: https://truecharts.org/charts/stable/matomo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/matomo.png +keywords: + - analytics +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: matomo +sources: + - https://github.com/bitnami/bitnami-docker-matomo + - https://github.com/matomo-org/matomo + - https://github.com/truecharts/charts/tree/master/charts/stable/matomo + - https://hub.docker.com/r/bitnami/matomo +type: application +version: 13.5.0 diff --git a/stable/matomo/13.3.0/README.md b/stable/matomo/13.5.0/README.md similarity index 100% rename from stable/matomo/13.3.0/README.md rename to stable/matomo/13.5.0/README.md diff --git a/stable/matomo/13.5.0/app-changelog.md b/stable/matomo/13.5.0/app-changelog.md new file mode 100644 index 00000000000..b98f893ad8e --- /dev/null +++ b/stable/matomo/13.5.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [matomo-13.5.0](https://github.com/truecharts/charts/compare/matomo-13.4.3...matomo-13.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/matomo/13.3.0/app-readme.md b/stable/matomo/13.5.0/app-readme.md similarity index 100% rename from stable/matomo/13.3.0/app-readme.md rename to stable/matomo/13.5.0/app-readme.md diff --git a/stable/matomo/13.5.0/charts/common-18.2.0.tgz b/stable/matomo/13.5.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/matomo/13.5.0/charts/common-18.2.0.tgz differ diff --git a/stable/matomo/13.5.0/charts/mariadb-13.2.0.tgz b/stable/matomo/13.5.0/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/matomo/13.5.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/matomo/13.3.0/ix_values.yaml b/stable/matomo/13.5.0/ix_values.yaml similarity index 100% rename from stable/matomo/13.3.0/ix_values.yaml rename to stable/matomo/13.5.0/ix_values.yaml diff --git a/stable/matomo/13.3.0/questions.yaml b/stable/matomo/13.5.0/questions.yaml similarity index 100% rename from stable/matomo/13.3.0/questions.yaml rename to stable/matomo/13.5.0/questions.yaml diff --git a/stable/medusa/10.2.0/templates/NOTES.txt b/stable/matomo/13.5.0/templates/NOTES.txt similarity index 100% rename from stable/medusa/10.2.0/templates/NOTES.txt rename to stable/matomo/13.5.0/templates/NOTES.txt diff --git a/stable/meshroom/9.1.3/templates/common.yaml b/stable/matomo/13.5.0/templates/common.yaml similarity index 100% rename from stable/meshroom/9.1.3/templates/common.yaml rename to stable/matomo/13.5.0/templates/common.yaml diff --git a/stable/mediaelch/5.1.3/values.yaml b/stable/matomo/13.5.0/values.yaml similarity index 100% rename from stable/mediaelch/5.1.3/values.yaml rename to stable/matomo/13.5.0/values.yaml diff --git a/stable/mattermost/12.3.0/CHANGELOG.md b/stable/mattermost/12.3.0/CHANGELOG.md deleted file mode 100644 index 7f9e078743d..00000000000 --- a/stable/mattermost/12.3.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - -## [mattermost-11.2.5](https://github.com/truecharts/charts/compare/mattermost-11.2.4...mattermost-11.2.5) (2024-02-12) - -### Chore - - - -- update container image mattermost/mattermost-enterprise-edition to release-9.5[@a6f732c](https://github.com/a6f732c) by renovate ([#18095](https://github.com/truecharts/charts/issues/18095)) - - -## [mattermost-11.2.4](https://github.com/truecharts/charts/compare/mattermost-11.2.3...mattermost-11.2.4) (2024-02-05) - -### Chore - - - -- update container image mattermost/mattermost-enterprise-edition to release-9.5[@e822934](https://github.com/e822934) by renovate ([#17885](https://github.com/truecharts/charts/issues/17885)) - - -## [mattermost-11.2.3](https://github.com/truecharts/charts/compare/mattermost-11.2.2...mattermost-11.2.3) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mattermost-11.2.2](https://github.com/truecharts/charts/compare/mattermost-11.2.1...mattermost-11.2.2) (2024-01-29) - -### Chore - - - -- update container image mattermost/mattermost-enterprise-edition to release-9.5[@9154cfd](https://github.com/9154cfd) by renovate ([#17645](https://github.com/truecharts/charts/issues/17645)) - - -## [mattermost-11.2.1](https://github.com/truecharts/charts/compare/mattermost-11.2.0...mattermost-11.2.1) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [mattermost-11.2.0](https://github.com/truecharts/charts/compare/mattermost-11.1.14...mattermost-11.2.0) (2024-01-23) - -### Chore - - - -- update container image mattermost/mattermost-enterprise-edition to vrelease-9.5[@8605106](https://github.com/8605106) by renovate ([#17520](https://github.com/truecharts/charts/issues/17520)) - - -## [mattermost-11.1.14](https://github.com/truecharts/charts/compare/mattermost-11.1.13...mattermost-11.1.14) (2024-01-22) - -### Chore - - - -- update container image mattermost/mattermost-enterprise-edition to v[@ad422de](https://github.com/ad422de) by renovate ([#17514](https://github.com/truecharts/charts/issues/17514)) - - -## [mattermost-11.1.13](https://github.com/truecharts/charts/compare/mattermost-11.1.12...mattermost-11.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [mattermost-11.1.12](https://github.com/truecharts/charts/compare/mattermost-11.1.11...mattermost-11.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) diff --git a/stable/mattermost/12.3.0/Chart.yaml b/stable/mattermost/12.3.0/Chart.yaml deleted file mode 100644 index e853706ca2f..00000000000 --- a/stable/mattermost/12.3.0/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: hosting - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 9.6.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Mattermost is an open source platform for secure collaboration across the entire software development lifecycle. -home: https://truecharts.org/charts/stable/mattermost -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mattermost.png -keywords: - - team - - mattermost - - development -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mattermost -sources: - - https://github.com/mattermost/mattermost-server - - https://github.com/mattermost/docker - - https://github.com/truecharts/charts/tree/master/charts/stable/mattermost - - https://hub.docker.com/r/mattermost/mattermost-enterprise-edition -type: application -version: 12.3.0 diff --git a/stable/mattermost/12.3.0/charts/common-18.1.2.tgz b/stable/mattermost/12.3.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/mattermost/12.3.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/mattermost/12.3.0/ix_values.yaml b/stable/mattermost/12.3.0/ix_values.yaml deleted file mode 100644 index 8ab69ae5bba..00000000000 --- a/stable/mattermost/12.3.0/ix_values.yaml +++ /dev/null @@ -1,48 +0,0 @@ -image: - repository: mattermost/mattermost-enterprise-edition - tag: release-9.6@sha256:da9413e1165b477d4396374175daa60cfccc29f6444e409d7858b3abdb415f75 - pullPolicy: IfNotPresent -workload: - main: - podSpec: - containers: - main: - env: - TIMEZONE: "{{ .Values.TZ }}" - MM_SQLSETTINGS_DRIVERNAME: "postgres" - MM_BLEVESETTINGS_INDEXDIR: "/mattermost/bleve-indexes" - MM_SERVICESETTINGS_SITEURL: "https://test.example.com" - MM_SQLSETTINGS_DATASOURCE: '{{ .Values.cnpg.main.creds.std | trimAll "\"" }}' -service: - main: - ports: - main: - port: 10239 - targetPort: 8065 -persistence: - config: - enabled: true - mountPath: "/mattermost/config" - data: - enabled: true - mountPath: "/mattermost/data" - logs: - enabled: true - mountPath: "/mattermost/logs" - plugins: - enabled: true - mountPath: "/mattermost/plugins" - clientplugins: - enabled: true - mountPath: "/mattermost/client/plugins" - bleveindexes: - enabled: true - mountPath: "/mattermost/bleve-indexes" -cnpg: - main: - enabled: true - user: mattermost - database: mattermost -portal: - open: - enabled: true diff --git a/stable/mattermost/12.3.0/questions.yaml b/stable/mattermost/12.3.0/questions.yaml deleted file mode 100755 index bc80d6430ce..00000000000 --- a/stable/mattermost/12.3.0/questions.yaml +++ /dev/null @@ -1,4683 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: MM_SERVICESETTINGS_SITEURL - label: "MM_SERVICESETTINGS_SITEURL" - description: "HTTPS URL on which you will reach this instance, eg. https://matter.example.com/" - schema: - type: string - default: "" - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10239 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: config - label: "App Config Storage" - description: "Stores the Application Config." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: logs - label: "App Logs Storage" - description: "Stores the Application Logs." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: plugins - label: "App Plugins Storage" - description: "Stores the Application Plugins." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: clientplugins - label: "App Client's Plugins Storage" - description: "Stores the Application Client's Plugins." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: bleveindexes - label: "App bleveIndexes Storage" - description: "Stores the Application bleveIndexes." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/mediagoblin/5.1.3/.helmignore b/stable/mattermost/12.4.0/.helmignore similarity index 100% rename from stable/mediagoblin/5.1.3/.helmignore rename to stable/mattermost/12.4.0/.helmignore diff --git a/stable/mattermost/12.4.0/CHANGELOG.md b/stable/mattermost/12.4.0/CHANGELOG.md new file mode 100644 index 00000000000..eaebd4ba45a --- /dev/null +++ b/stable/mattermost/12.4.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mattermost-12.4.0](https://github.com/truecharts/charts/compare/mattermost-12.3.4...mattermost-12.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [mattermost-12.3.4](https://github.com/truecharts/charts/compare/mattermost-12.3.3...mattermost-12.3.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [mattermost-12.3.3](https://github.com/truecharts/charts/compare/mattermost-12.3.1...mattermost-12.3.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + +## [mattermost-11.2.5](https://github.com/truecharts/charts/compare/mattermost-11.2.4...mattermost-11.2.5) (2024-02-12) + +### Chore + + + +- update container image mattermost/mattermost-enterprise-edition to release-9.5[@a6f732c](https://github.com/a6f732c) by renovate ([#18095](https://github.com/truecharts/charts/issues/18095)) + + +## [mattermost-11.2.4](https://github.com/truecharts/charts/compare/mattermost-11.2.3...mattermost-11.2.4) (2024-02-05) + +### Chore + + + +- update container image mattermost/mattermost-enterprise-edition to release-9.5[@e822934](https://github.com/e822934) by renovate ([#17885](https://github.com/truecharts/charts/issues/17885)) + + +## [mattermost-11.2.3](https://github.com/truecharts/charts/compare/mattermost-11.2.2...mattermost-11.2.3) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [mattermost-11.2.2](https://github.com/truecharts/charts/compare/mattermost-11.2.1...mattermost-11.2.2) (2024-01-29) + +### Chore + + + +- update container image mattermost/mattermost-enterprise-edition to release-9.5[@9154cfd](https://github.com/9154cfd) by renovate ([#17645](https://github.com/truecharts/charts/issues/17645)) + + +## [mattermost-11.2.1](https://github.com/truecharts/charts/compare/mattermost-11.2.0...mattermost-11.2.1) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [mattermost-11.2.0](https://github.com/truecharts/charts/compare/mattermost-11.1.14...mattermost-11.2.0) (2024-01-23) + +### Chore + diff --git a/stable/mattermost/12.4.0/Chart.yaml b/stable/mattermost/12.4.0/Chart.yaml new file mode 100644 index 00000000000..372ee69c1fe --- /dev/null +++ b/stable/mattermost/12.4.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: hosting + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 9.6.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Mattermost is an open source platform for secure collaboration across the entire software development lifecycle. +home: https://truecharts.org/charts/stable/mattermost +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mattermost.png +keywords: + - team + - mattermost + - development +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mattermost +sources: + - https://github.com/mattermost/mattermost-server + - https://github.com/mattermost/docker + - https://github.com/truecharts/charts/tree/master/charts/stable/mattermost + - https://hub.docker.com/r/mattermost/mattermost-enterprise-edition +type: application +version: 12.4.0 diff --git a/stable/mattermost/12.3.0/README.md b/stable/mattermost/12.4.0/README.md similarity index 100% rename from stable/mattermost/12.3.0/README.md rename to stable/mattermost/12.4.0/README.md diff --git a/stable/mattermost/12.4.0/app-changelog.md b/stable/mattermost/12.4.0/app-changelog.md new file mode 100644 index 00000000000..bf2609e27bb --- /dev/null +++ b/stable/mattermost/12.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mattermost-12.4.0](https://github.com/truecharts/charts/compare/mattermost-12.3.4...mattermost-12.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/mattermost/12.3.0/app-readme.md b/stable/mattermost/12.4.0/app-readme.md similarity index 100% rename from stable/mattermost/12.3.0/app-readme.md rename to stable/mattermost/12.4.0/app-readme.md diff --git a/stable/mattermost/12.4.0/charts/common-18.2.0.tgz b/stable/mattermost/12.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/mattermost/12.4.0/charts/common-18.2.0.tgz differ diff --git a/stable/mattermost/12.4.0/ix_values.yaml b/stable/mattermost/12.4.0/ix_values.yaml new file mode 100644 index 00000000000..1102fc2fbd5 --- /dev/null +++ b/stable/mattermost/12.4.0/ix_values.yaml @@ -0,0 +1,48 @@ +image: + repository: mattermost/mattermost-enterprise-edition + tag: release-9.6@sha256:e20ce6ef8f00440fd471004a4e52b32b42866fcb19a7c5143a9af616c9247805 + pullPolicy: IfNotPresent +workload: + main: + podSpec: + containers: + main: + env: + TIMEZONE: "{{ .Values.TZ }}" + MM_SQLSETTINGS_DRIVERNAME: "postgres" + MM_BLEVESETTINGS_INDEXDIR: "/mattermost/bleve-indexes" + MM_SERVICESETTINGS_SITEURL: "https://test.example.com" + MM_SQLSETTINGS_DATASOURCE: '{{ .Values.cnpg.main.creds.std | trimAll "\"" }}' +service: + main: + ports: + main: + port: 10239 + targetPort: 8065 +persistence: + config: + enabled: true + mountPath: "/mattermost/config" + data: + enabled: true + mountPath: "/mattermost/data" + logs: + enabled: true + mountPath: "/mattermost/logs" + plugins: + enabled: true + mountPath: "/mattermost/plugins" + clientplugins: + enabled: true + mountPath: "/mattermost/client/plugins" + bleveindexes: + enabled: true + mountPath: "/mattermost/bleve-indexes" +cnpg: + main: + enabled: true + user: mattermost + database: mattermost +portal: + open: + enabled: true diff --git a/stable/mattermost/12.4.0/questions.yaml b/stable/mattermost/12.4.0/questions.yaml new file mode 100755 index 00000000000..2e6b9e40094 --- /dev/null +++ b/stable/mattermost/12.4.0/questions.yaml @@ -0,0 +1,4641 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: MM_SERVICESETTINGS_SITEURL + label: "MM_SERVICESETTINGS_SITEURL" + description: "HTTPS URL on which you will reach this instance, eg. https://matter.example.com/" + schema: + type: string + default: "" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10239 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: config + label: "App Config Storage" + description: "Stores the Application Config." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: data + label: "App Data Storage" + description: "Stores the Application Data." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: logs + label: "App Logs Storage" + description: "Stores the Application Logs." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: plugins + label: "App Plugins Storage" + description: "Stores the Application Plugins." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: clientplugins + label: "App Client's Plugins Storage" + description: "Stores the Application Client's Plugins." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: bleveindexes + label: "App bleveIndexes Storage" + description: "Stores the Application bleveIndexes." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/megasync/6.1.3/templates/NOTES.txt b/stable/mattermost/12.4.0/templates/NOTES.txt similarity index 100% rename from stable/megasync/6.1.3/templates/NOTES.txt rename to stable/mattermost/12.4.0/templates/NOTES.txt diff --git a/stable/mattermost/12.3.0/templates/common.yaml b/stable/mattermost/12.4.0/templates/common.yaml similarity index 100% rename from stable/mattermost/12.3.0/templates/common.yaml rename to stable/mattermost/12.4.0/templates/common.yaml diff --git a/stable/mediagoblin/5.1.3/values.yaml b/stable/mattermost/12.4.0/values.yaml similarity index 100% rename from stable/mediagoblin/5.1.3/values.yaml rename to stable/mattermost/12.4.0/values.yaml diff --git a/stable/mc-router/4.1.3/CHANGELOG.md b/stable/mc-router/4.1.3/CHANGELOG.md deleted file mode 100644 index 458de1549ea..00000000000 --- a/stable/mc-router/4.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [mc-router-3.1.12](https://github.com/truecharts/charts/compare/mc-router-3.1.11...mc-router-3.1.12) (2024-02-05) - -### Chore - - - -- update container image itzg/mc-router to v1.20.1[@035141c](https://github.com/035141c) by renovate ([#17919](https://github.com/truecharts/charts/issues/17919)) - - -## [mc-router-3.1.11](https://github.com/truecharts/charts/compare/mc-router-3.1.10...mc-router-3.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mc-router-3.1.10](https://github.com/truecharts/charts/compare/mc-router-3.1.9...mc-router-3.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [mc-router-3.1.9](https://github.com/truecharts/charts/compare/mc-router-3.1.8...mc-router-3.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [mc-router-3.1.8](https://github.com/truecharts/charts/compare/mc-router-3.1.7...mc-router-3.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [mc-router-3.1.7](https://github.com/truecharts/charts/compare/mc-router-3.1.6...mc-router-3.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [mc-router-3.1.6](https://github.com/truecharts/charts/compare/mc-router-3.1.5...mc-router-3.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [mc-router-3.1.5](https://github.com/truecharts/charts/compare/mc-router-3.1.4...mc-router-3.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [mc-router-3.1.4](https://github.com/truecharts/charts/compare/mc-router-3.1.3...mc-router-3.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/mc-router/4.1.3/Chart.yaml b/stable/mc-router/4.1.3/Chart.yaml deleted file mode 100644 index 02341840793..00000000000 --- a/stable/mc-router/4.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: minecraft - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.20.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Lightweight multiplexer/proxy for Minecraft-Java servers. -home: https://truecharts.org/charts/stable/mc-router -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mc-router.png -keywords: - - mc-router - - minecraft -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mc-router -sources: - - https://github.com/itzg/mc-router - - https://github.com/truecharts/charts/tree/master/charts/stable/mc-router - - https://hub.docker.com/r/itzg/mc-router -type: application -version: 4.1.3 diff --git a/stable/mc-router/4.1.3/charts/common-18.0.3.tgz b/stable/mc-router/4.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/mc-router/4.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/mediainfo/9.1.3/.helmignore b/stable/mc-router/4.3.0/.helmignore similarity index 100% rename from stable/mediainfo/9.1.3/.helmignore rename to stable/mc-router/4.3.0/.helmignore diff --git a/stable/mc-router/4.3.0/CHANGELOG.md b/stable/mc-router/4.3.0/CHANGELOG.md new file mode 100644 index 00000000000..a50597a2399 --- /dev/null +++ b/stable/mc-router/4.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mc-router-4.3.0](https://github.com/truecharts/charts/compare/mc-router-4.2.3...mc-router-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [mc-router-4.2.3](https://github.com/truecharts/charts/compare/mc-router-4.2.2...mc-router-4.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [mc-router-4.2.2](https://github.com/truecharts/charts/compare/mc-router-4.2.0...mc-router-4.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [mc-router-3.1.12](https://github.com/truecharts/charts/compare/mc-router-3.1.11...mc-router-3.1.12) (2024-02-05) + +### Chore + + + +- update container image itzg/mc-router to v1.20.1[@035141c](https://github.com/035141c) by renovate ([#17919](https://github.com/truecharts/charts/issues/17919)) + + +## [mc-router-3.1.11](https://github.com/truecharts/charts/compare/mc-router-3.1.10...mc-router-3.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [mc-router-3.1.10](https://github.com/truecharts/charts/compare/mc-router-3.1.9...mc-router-3.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [mc-router-3.1.9](https://github.com/truecharts/charts/compare/mc-router-3.1.8...mc-router-3.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [mc-router-3.1.8](https://github.com/truecharts/charts/compare/mc-router-3.1.7...mc-router-3.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [mc-router-3.1.7](https://github.com/truecharts/charts/compare/mc-router-3.1.6...mc-router-3.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/mc-router/4.3.0/Chart.yaml b/stable/mc-router/4.3.0/Chart.yaml new file mode 100644 index 00000000000..558b2a9605c --- /dev/null +++ b/stable/mc-router/4.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: minecraft + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.20.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Lightweight multiplexer/proxy for Minecraft-Java servers. +home: https://truecharts.org/charts/stable/mc-router +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mc-router.png +keywords: + - mc-router + - minecraft +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mc-router +sources: + - https://github.com/itzg/mc-router + - https://github.com/truecharts/charts/tree/master/charts/stable/mc-router + - https://hub.docker.com/r/itzg/mc-router +type: application +version: 4.3.0 diff --git a/stable/mc-router/4.1.3/README.md b/stable/mc-router/4.3.0/README.md similarity index 100% rename from stable/mc-router/4.1.3/README.md rename to stable/mc-router/4.3.0/README.md diff --git a/stable/mc-router/4.3.0/app-changelog.md b/stable/mc-router/4.3.0/app-changelog.md new file mode 100644 index 00000000000..fc64edee31a --- /dev/null +++ b/stable/mc-router/4.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mc-router-4.3.0](https://github.com/truecharts/charts/compare/mc-router-4.2.3...mc-router-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/mc-router/4.1.3/app-readme.md b/stable/mc-router/4.3.0/app-readme.md similarity index 100% rename from stable/mc-router/4.1.3/app-readme.md rename to stable/mc-router/4.3.0/app-readme.md diff --git a/stable/mc-router/4.3.0/charts/common-18.2.0.tgz b/stable/mc-router/4.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/mc-router/4.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/mc-router/4.1.3/ix_values.yaml b/stable/mc-router/4.3.0/ix_values.yaml similarity index 100% rename from stable/mc-router/4.1.3/ix_values.yaml rename to stable/mc-router/4.3.0/ix_values.yaml diff --git a/stable/mc-router/4.1.3/questions.yaml b/stable/mc-router/4.3.0/questions.yaml similarity index 100% rename from stable/mc-router/4.1.3/questions.yaml rename to stable/mc-router/4.3.0/questions.yaml diff --git a/stable/meshroom/9.1.3/templates/NOTES.txt b/stable/mc-router/4.3.0/templates/NOTES.txt similarity index 100% rename from stable/meshroom/9.1.3/templates/NOTES.txt rename to stable/mc-router/4.3.0/templates/NOTES.txt diff --git a/stable/mc-router/4.1.3/templates/_secrets.tpl b/stable/mc-router/4.3.0/templates/_secrets.tpl similarity index 100% rename from stable/mc-router/4.1.3/templates/_secrets.tpl rename to stable/mc-router/4.3.0/templates/_secrets.tpl diff --git a/stable/mc-router/4.1.3/templates/common.yaml b/stable/mc-router/4.3.0/templates/common.yaml similarity index 100% rename from stable/mc-router/4.1.3/templates/common.yaml rename to stable/mc-router/4.3.0/templates/common.yaml diff --git a/stable/mediainfo/9.1.3/values.yaml b/stable/mc-router/4.3.0/values.yaml similarity index 100% rename from stable/mediainfo/9.1.3/values.yaml rename to stable/mc-router/4.3.0/values.yaml diff --git a/stable/mealie/21.1.3/CHANGELOG.md b/stable/mealie/21.1.3/CHANGELOG.md deleted file mode 100644 index 35a8146e8c5..00000000000 --- a/stable/mealie/21.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [mealie-20.4.0](https://github.com/truecharts/charts/compare/mealie-20.3.2...mealie-20.4.0) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/mealie-recipes/mealie to v1.2.0[@c3d5fda](https://github.com/c3d5fda) by renovate ([#18187](https://github.com/truecharts/charts/issues/18187)) - - -## [mealie-20.3.2](https://github.com/truecharts/charts/compare/mealie-20.3.1...mealie-20.3.2) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/mealie-recipes/mealie to v1.1.1[@44df10b](https://github.com/44df10b) by renovate ([#17912](https://github.com/truecharts/charts/issues/17912)) - - -## [mealie-20.3.1](https://github.com/truecharts/charts/compare/mealie-20.3.0...mealie-20.3.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mealie-20.3.0](https://github.com/truecharts/charts/compare/mealie-20.2.1...mealie-20.3.0) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/mealie-recipes/mealie to v1.1.0[@2df89f8](https://github.com/2df89f8) by renovate ([#17692](https://github.com/truecharts/charts/issues/17692)) - - -## [mealie-20.2.1](https://github.com/truecharts/charts/compare/mealie-20.2.0...mealie-20.2.1) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [mealie-20.2.0](https://github.com/truecharts/charts/compare/mealie-20.1.9...mealie-20.2.0) (2024-01-22) - - -## [mealie-20.1.9](https://github.com/truecharts/charts/compare/mealie-20.1.8...mealie-20.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [mealie-20.1.8](https://github.com/truecharts/charts/compare/mealie-20.1.7...mealie-20.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [mealie-20.1.7](https://github.com/truecharts/charts/compare/mealie-20.1.6...mealie-20.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [mealie-20.1.6](https://github.com/truecharts/charts/compare/mealie-20.1.5...mealie-20.1.6) (2024-01-09) - -### Chore - - diff --git a/stable/mealie/21.1.3/Chart.yaml b/stable/mealie/21.1.3/Chart.yaml deleted file mode 100644 index e8b8b5bd414..00000000000 --- a/stable/mealie/21.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.2.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Mealie is a self hosted recipe manager and meal planner with a RestAPI backend -home: https://truecharts.org/charts/stable/mealie -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mealie.png -keywords: - - grocy -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mealie -sources: - - https://github.com/mealie-recipes/mealie - - https://github.com/truecharts/charts/tree/master/charts/stable/mealie - - https://ghcr.io/mealie-recipes/mealie -type: application -version: 21.1.3 diff --git a/stable/mealie/21.1.3/charts/common-18.0.3.tgz b/stable/mealie/21.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/mealie/21.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/mealie/21.1.3/questions.yaml b/stable/mealie/21.1.3/questions.yaml deleted file mode 100755 index 3c6a3fda5ba..00000000000 --- a/stable/mealie/21.1.3/questions.yaml +++ /dev/null @@ -1,3654 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: mealie - group: App Configuration - label: Mealie Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: frontend - label: Mealie Frontend Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: theme - label: Theme - schema: - additional_attrs: true - type: dict - attrs: - - variable: light_primary - label: Light Primary - description: Light Theme Config Variable - schema: - type: string - default: "#E58325" - required: true - - variable: light_accent - label: Light Accent - description: Light Theme Config Variable - schema: - type: string - default: "#007A99" - required: true - - variable: light_secondary - label: Light Secondary - description: Light Theme Config Variable - schema: - type: string - default: "#973542" - required: true - - variable: light_success - label: Light Success - description: Light Theme Config Variable - schema: - type: string - default: "#43A047" - required: true - - variable: light_info - label: Light Info - description: Light Theme Config Variable - schema: - type: string - default: "#1976D2" - required: true - - variable: light_warning - label: Light Warning - description: Light Theme Config Variable - schema: - type: string - default: "#FF6D00" - required: true - - variable: light_error - label: Light Error - description: Light Theme Config Variable - schema: - type: string - default: "#EF5350" - required: true - - variable: dark_primary - label: Dark Primary - description: Dark Theme Config Variable - schema: - type: string - default: "#E58325" - required: true - - variable: dark_accent - label: Dark Accent - description: Dark Theme Config Variable - schema: - type: string - default: "#007A99" - required: true - - variable: dark_secondary - label: Dark Secondary - description: Dark Theme Config Variable - schema: - type: string - default: "#973542" - required: true - - variable: dark_success - label: Dark Success - description: Dark Theme Config Variable - schema: - type: string - default: "#43A047" - required: true - - variable: dark_info - label: Dark Info - description: Dark Theme Config Variable - schema: - type: string - default: "#1976D2" - required: true - - variable: dark_warning - label: Dark Warning - description: Dark Theme Config Variable - schema: - type: string - default: "#FF6D00" - required: true - - variable: dark_error - label: Dark Error - description: Dark Theme Config Variable - schema: - type: string - default: "#EF5350" - required: true - - variable: api - label: Mealie API Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: general - label: General - schema: - additional_attrs: true - type: dict - attrs: - - variable: base_url - label: Base URL - description: Used for Notifications - schema: - type: string - default: "" - - variable: allow_signup - label: Allow Sign up - description: Allow user sign-up without token - schema: - type: boolean - default: true - - variable: default_group - label: Default Group - description: The default group for users - schema: - type: string - default: Home - required: true - - variable: token_time - label: Token Time - description: The time in hours that a login/auth token is valid - schema: - type: int - default: 48 - required: true - - variable: security - label: Security - schema: - additional_attrs: true - type: dict - attrs: - - variable: max_login_attempts - label: Max Login Attempts - description: Maximum times a user can provide an invalid password before their account is locked - schema: - type: int - default: 5 - required: true - - variable: user_lockout_time - label: User Lockout Time - description: Time in hours for how long a users account is locked - schema: - type: int - default: 24 - required: true - - variable: webworkers - label: Web Workers - schema: - additional_attrs: true - type: dict - attrs: - - variable: workers_per_core - label: Workers Per Core - description: Set the number of workers to the number of CPU cores multiplied by this value. - schema: - type: int - default: 1 - required: true - - variable: max_workers - label: Max Workers - description: Set the maximum number of workers to use. Default is not set meaning unlimited. - schema: - type: int - default: 1 - required: true - - variable: web_concurrency - label: Web Concurrency - description: Override the automatic definition of number of workers. - schema: - type: int - default: 1 - required: true - - variable: smtp - label: SMTP - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: Host - description: Mail Host - schema: - type: string - default: "" - - variable: port - label: Port - description: Mail Port - schema: - type: int - show_if: [["host", "!=", ""]] - default: 587 - required: true - - variable: user - label: User - description: Mail User - schema: - type: string - show_if: [["host", "!=", ""]] - required: true - default: "" - - variable: password - label: Password - description: Mail Password - schema: - type: string - show_if: [["host", "!=", ""]] - private: true - required: true - default: "" - - variable: from_name - label: From Name - description: Mail From Name - schema: - type: string - show_if: [["host", "!=", ""]] - required: true - default: Mealie - - variable: from_email - label: From Email - description: Mail From Email - schema: - type: string - show_if: [["host", "!=", ""]] - required: true - default: "" - - variable: auth_strategy - label: Auth Strategy - description: Mail Auth Strategy - schema: - type: string - show_if: [["host", "!=", ""]] - required: true - default: "TLS" - enum: - - value: TLS - description: TLS - - value: SSL - description: SSL - - value: NONE - description: NONE - - variable: ldap - label: LDAP - schema: - additional_attrs: true - type: dict - attrs: - - variable: auth_enabled - label: Auth Enabled - description: Authenticate via an external LDAP server in addition to built-in Mealie auth - schema: - type: boolean - default: false - - variable: server_url - label: Server URL - description: LDAP server URL - schema: - type: string - default: "" - - variable: tls_insecure - label: TLS Insecure - description: Do not verify server certificate when using secure LDAP - schema: - type: boolean - default: false - - variable: enable_starttls - label: Enable StartTLS - description: Use STARTTLS to connect to the server - schema: - type: boolean - default: false - - variable: tls_cacertfile - label: TLS CA Cert File - description: File path to Certificate Authority used to verify server certificate - schema: - type: string - default: "" - - variable: base_dn - label: Base DN - description: Starting point when searching for users authentication. - schema: - type: string - default: "" - - variable: query_bind - label: Query Bind - description: Optional bind user for LDAP search queries - schema: - type: string - default: "" - - variable: query_password - label: Query Password - description: Optional password for the bind user used - schema: - type: string - default: "" - - variable: user_filter - label: User Filter - description: Optional LDAP filter to narrow down eligible users - schema: - type: string - default: "" - - variable: admin_filter - label: Admin Filter - description: Optional LDAP filter, which tells Mealie the LDAP user is an admin - schema: - type: string - default: "" - - variable: id_attribute - label: ID Attribute - description: The LDAP attribute that maps to the user's id - schema: - type: string - default: uid - - variable: name_attribute - label: Name Attribute - description: The LDAP attribute that maps to the user's name - schema: - type: string - default: name - - variable: mail_attribute - label: Mail Attribute - description: The LDAP attribute that maps to the user's email - schema: - type: string - default: mail - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Service Port Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 10018 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: data - label: App Data Storage - description: Stores the Application Data. - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/medusa/10.2.0/.helmignore b/stable/mealie/21.3.0/.helmignore similarity index 100% rename from stable/medusa/10.2.0/.helmignore rename to stable/mealie/21.3.0/.helmignore diff --git a/stable/mealie/21.3.0/CHANGELOG.md b/stable/mealie/21.3.0/CHANGELOG.md new file mode 100644 index 00000000000..a788ebe79a4 --- /dev/null +++ b/stable/mealie/21.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mealie-21.3.0](https://github.com/truecharts/charts/compare/mealie-21.2.3...mealie-21.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [mealie-21.2.3](https://github.com/truecharts/charts/compare/mealie-21.2.2...mealie-21.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [mealie-21.2.2](https://github.com/truecharts/charts/compare/mealie-21.2.0...mealie-21.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [mealie-20.4.0](https://github.com/truecharts/charts/compare/mealie-20.3.2...mealie-20.4.0) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/mealie-recipes/mealie to v1.2.0[@c3d5fda](https://github.com/c3d5fda) by renovate ([#18187](https://github.com/truecharts/charts/issues/18187)) + + +## [mealie-20.3.2](https://github.com/truecharts/charts/compare/mealie-20.3.1...mealie-20.3.2) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/mealie-recipes/mealie to v1.1.1[@44df10b](https://github.com/44df10b) by renovate ([#17912](https://github.com/truecharts/charts/issues/17912)) + + +## [mealie-20.3.1](https://github.com/truecharts/charts/compare/mealie-20.3.0...mealie-20.3.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [mealie-20.3.0](https://github.com/truecharts/charts/compare/mealie-20.2.1...mealie-20.3.0) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/mealie-recipes/mealie to v1.1.0[@2df89f8](https://github.com/2df89f8) by renovate ([#17692](https://github.com/truecharts/charts/issues/17692)) + + +## [mealie-20.2.1](https://github.com/truecharts/charts/compare/mealie-20.2.0...mealie-20.2.1) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [mealie-20.2.0](https://github.com/truecharts/charts/compare/mealie-20.1.9...mealie-20.2.0) (2024-01-22) + + +## [mealie-20.1.9](https://github.com/truecharts/charts/compare/mealie-20.1.8...mealie-20.1.9) (2024-01-21) + +### Chore + diff --git a/stable/mealie/21.3.0/Chart.yaml b/stable/mealie/21.3.0/Chart.yaml new file mode 100644 index 00000000000..26d85d4034f --- /dev/null +++ b/stable/mealie/21.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Mealie is a self hosted recipe manager and meal planner with a RestAPI backend +home: https://truecharts.org/charts/stable/mealie +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mealie.png +keywords: + - grocy +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mealie +sources: + - https://github.com/mealie-recipes/mealie + - https://github.com/truecharts/charts/tree/master/charts/stable/mealie + - https://ghcr.io/mealie-recipes/mealie +type: application +version: 21.3.0 diff --git a/stable/mealie/21.1.3/README.md b/stable/mealie/21.3.0/README.md similarity index 100% rename from stable/mealie/21.1.3/README.md rename to stable/mealie/21.3.0/README.md diff --git a/stable/mealie/21.3.0/app-changelog.md b/stable/mealie/21.3.0/app-changelog.md new file mode 100644 index 00000000000..8d83ada2031 --- /dev/null +++ b/stable/mealie/21.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mealie-21.3.0](https://github.com/truecharts/charts/compare/mealie-21.2.3...mealie-21.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/mealie/21.1.3/app-readme.md b/stable/mealie/21.3.0/app-readme.md similarity index 100% rename from stable/mealie/21.1.3/app-readme.md rename to stable/mealie/21.3.0/app-readme.md diff --git a/stable/mealie/21.3.0/charts/common-18.2.0.tgz b/stable/mealie/21.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/mealie/21.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/mealie/21.1.3/ix_values.yaml b/stable/mealie/21.3.0/ix_values.yaml similarity index 100% rename from stable/mealie/21.1.3/ix_values.yaml rename to stable/mealie/21.3.0/ix_values.yaml diff --git a/stable/mealie/21.3.0/questions.yaml b/stable/mealie/21.3.0/questions.yaml new file mode 100755 index 00000000000..5e76d9fae81 --- /dev/null +++ b/stable/mealie/21.3.0/questions.yaml @@ -0,0 +1,3612 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: mealie + group: App Configuration + label: Mealie Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: frontend + label: Mealie Frontend Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: theme + label: Theme + schema: + additional_attrs: true + type: dict + attrs: + - variable: light_primary + label: Light Primary + description: Light Theme Config Variable + schema: + type: string + default: "#E58325" + required: true + - variable: light_accent + label: Light Accent + description: Light Theme Config Variable + schema: + type: string + default: "#007A99" + required: true + - variable: light_secondary + label: Light Secondary + description: Light Theme Config Variable + schema: + type: string + default: "#973542" + required: true + - variable: light_success + label: Light Success + description: Light Theme Config Variable + schema: + type: string + default: "#43A047" + required: true + - variable: light_info + label: Light Info + description: Light Theme Config Variable + schema: + type: string + default: "#1976D2" + required: true + - variable: light_warning + label: Light Warning + description: Light Theme Config Variable + schema: + type: string + default: "#FF6D00" + required: true + - variable: light_error + label: Light Error + description: Light Theme Config Variable + schema: + type: string + default: "#EF5350" + required: true + - variable: dark_primary + label: Dark Primary + description: Dark Theme Config Variable + schema: + type: string + default: "#E58325" + required: true + - variable: dark_accent + label: Dark Accent + description: Dark Theme Config Variable + schema: + type: string + default: "#007A99" + required: true + - variable: dark_secondary + label: Dark Secondary + description: Dark Theme Config Variable + schema: + type: string + default: "#973542" + required: true + - variable: dark_success + label: Dark Success + description: Dark Theme Config Variable + schema: + type: string + default: "#43A047" + required: true + - variable: dark_info + label: Dark Info + description: Dark Theme Config Variable + schema: + type: string + default: "#1976D2" + required: true + - variable: dark_warning + label: Dark Warning + description: Dark Theme Config Variable + schema: + type: string + default: "#FF6D00" + required: true + - variable: dark_error + label: Dark Error + description: Dark Theme Config Variable + schema: + type: string + default: "#EF5350" + required: true + - variable: api + label: Mealie API Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: general + label: General + schema: + additional_attrs: true + type: dict + attrs: + - variable: base_url + label: Base URL + description: Used for Notifications + schema: + type: string + default: "" + - variable: allow_signup + label: Allow Sign up + description: Allow user sign-up without token + schema: + type: boolean + default: true + - variable: default_group + label: Default Group + description: The default group for users + schema: + type: string + default: Home + required: true + - variable: token_time + label: Token Time + description: The time in hours that a login/auth token is valid + schema: + type: int + default: 48 + required: true + - variable: security + label: Security + schema: + additional_attrs: true + type: dict + attrs: + - variable: max_login_attempts + label: Max Login Attempts + description: Maximum times a user can provide an invalid password before their account is locked + schema: + type: int + default: 5 + required: true + - variable: user_lockout_time + label: User Lockout Time + description: Time in hours for how long a users account is locked + schema: + type: int + default: 24 + required: true + - variable: webworkers + label: Web Workers + schema: + additional_attrs: true + type: dict + attrs: + - variable: workers_per_core + label: Workers Per Core + description: Set the number of workers to the number of CPU cores multiplied by this value. + schema: + type: int + default: 1 + required: true + - variable: max_workers + label: Max Workers + description: Set the maximum number of workers to use. Default is not set meaning unlimited. + schema: + type: int + default: 1 + required: true + - variable: web_concurrency + label: Web Concurrency + description: Override the automatic definition of number of workers. + schema: + type: int + default: 1 + required: true + - variable: smtp + label: SMTP + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: Host + description: Mail Host + schema: + type: string + default: "" + - variable: port + label: Port + description: Mail Port + schema: + type: int + show_if: [["host", "!=", ""]] + default: 587 + required: true + - variable: user + label: User + description: Mail User + schema: + type: string + show_if: [["host", "!=", ""]] + required: true + default: "" + - variable: password + label: Password + description: Mail Password + schema: + type: string + show_if: [["host", "!=", ""]] + private: true + required: true + default: "" + - variable: from_name + label: From Name + description: Mail From Name + schema: + type: string + show_if: [["host", "!=", ""]] + required: true + default: Mealie + - variable: from_email + label: From Email + description: Mail From Email + schema: + type: string + show_if: [["host", "!=", ""]] + required: true + default: "" + - variable: auth_strategy + label: Auth Strategy + description: Mail Auth Strategy + schema: + type: string + show_if: [["host", "!=", ""]] + required: true + default: "TLS" + enum: + - value: TLS + description: TLS + - value: SSL + description: SSL + - value: NONE + description: NONE + - variable: ldap + label: LDAP + schema: + additional_attrs: true + type: dict + attrs: + - variable: auth_enabled + label: Auth Enabled + description: Authenticate via an external LDAP server in addition to built-in Mealie auth + schema: + type: boolean + default: false + - variable: server_url + label: Server URL + description: LDAP server URL + schema: + type: string + default: "" + - variable: tls_insecure + label: TLS Insecure + description: Do not verify server certificate when using secure LDAP + schema: + type: boolean + default: false + - variable: enable_starttls + label: Enable StartTLS + description: Use STARTTLS to connect to the server + schema: + type: boolean + default: false + - variable: tls_cacertfile + label: TLS CA Cert File + description: File path to Certificate Authority used to verify server certificate + schema: + type: string + default: "" + - variable: base_dn + label: Base DN + description: Starting point when searching for users authentication. + schema: + type: string + default: "" + - variable: query_bind + label: Query Bind + description: Optional bind user for LDAP search queries + schema: + type: string + default: "" + - variable: query_password + label: Query Password + description: Optional password for the bind user used + schema: + type: string + default: "" + - variable: user_filter + label: User Filter + description: Optional LDAP filter to narrow down eligible users + schema: + type: string + default: "" + - variable: admin_filter + label: Admin Filter + description: Optional LDAP filter, which tells Mealie the LDAP user is an admin + schema: + type: string + default: "" + - variable: id_attribute + label: ID Attribute + description: The LDAP attribute that maps to the user's id + schema: + type: string + default: uid + - variable: name_attribute + label: Name Attribute + description: The LDAP attribute that maps to the user's name + schema: + type: string + default: name + - variable: mail_attribute + label: Mail Attribute + description: The LDAP attribute that maps to the user's email + schema: + type: string + default: mail + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Service + description: The Primary service on which the healthcheck runs, often the webUI + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 10018 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: data + label: App Data Storage + description: Stores the Application Data. + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/metabase/3.1.4/templates/NOTES.txt b/stable/mealie/21.3.0/templates/NOTES.txt similarity index 100% rename from stable/metabase/3.1.4/templates/NOTES.txt rename to stable/mealie/21.3.0/templates/NOTES.txt diff --git a/stable/mealie/21.1.3/templates/_secrets.tpl b/stable/mealie/21.3.0/templates/_secrets.tpl similarity index 100% rename from stable/mealie/21.1.3/templates/_secrets.tpl rename to stable/mealie/21.3.0/templates/_secrets.tpl diff --git a/stable/mealie/21.1.3/templates/common.yaml b/stable/mealie/21.3.0/templates/common.yaml similarity index 100% rename from stable/mealie/21.1.3/templates/common.yaml rename to stable/mealie/21.3.0/templates/common.yaml diff --git a/stable/medusa/10.2.0/values.yaml b/stable/mealie/21.3.0/values.yaml similarity index 100% rename from stable/medusa/10.2.0/values.yaml rename to stable/mealie/21.3.0/values.yaml diff --git a/stable/media-roller/5.1.3/CHANGELOG.md b/stable/media-roller/5.1.3/CHANGELOG.md deleted file mode 100644 index b4a6f79231a..00000000000 --- a/stable/media-roller/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [media-roller-4.1.11](https://github.com/truecharts/charts/compare/media-roller-4.1.10...media-roller-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [media-roller-4.1.10](https://github.com/truecharts/charts/compare/media-roller-4.1.9...media-roller-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [media-roller-4.1.9](https://github.com/truecharts/charts/compare/media-roller-4.1.8...media-roller-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [media-roller-4.1.8](https://github.com/truecharts/charts/compare/media-roller-4.1.7...media-roller-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [media-roller-4.1.7](https://github.com/truecharts/charts/compare/media-roller-4.1.6...media-roller-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [media-roller-4.1.6](https://github.com/truecharts/charts/compare/media-roller-4.1.5...media-roller-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [media-roller-4.1.5](https://github.com/truecharts/charts/compare/media-roller-4.1.4...media-roller-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [media-roller-4.1.4](https://github.com/truecharts/charts/compare/media-roller-4.1.3...media-roller-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [media-roller-4.1.3](https://github.com/truecharts/charts/compare/media-roller-4.1.0...media-roller-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/media-roller/5.1.3/Chart.yaml b/stable/media-roller/5.1.3/Chart.yaml deleted file mode 100644 index 572d7d7ca35..00000000000 --- a/stable/media-roller/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Mobile friendly tool for downloading videos from social media. -home: https://truecharts.org/charts/stable/media-roller -icon: https://truecharts.org/img/hotlink-ok/chart-icons/media-roller.png -keywords: - - media-roller - - Tools-Utilities - - MediaApp-Video -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: media-roller -sources: - - https://github.com/rroller/media-roller - - https://github.com/truecharts/charts/tree/master/charts/stable/media-roller - - https://hub.docker.com/r/ronnieroller/media-roller -type: application -version: 5.1.3 diff --git a/stable/media-roller/5.1.3/charts/common-18.0.3.tgz b/stable/media-roller/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/media-roller/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/megasync/6.1.3/.helmignore b/stable/media-roller/5.3.0/.helmignore similarity index 100% rename from stable/megasync/6.1.3/.helmignore rename to stable/media-roller/5.3.0/.helmignore diff --git a/stable/media-roller/5.3.0/CHANGELOG.md b/stable/media-roller/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..c30a5a3c7e7 --- /dev/null +++ b/stable/media-roller/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [media-roller-5.3.0](https://github.com/truecharts/charts/compare/media-roller-5.2.3...media-roller-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [media-roller-5.2.3](https://github.com/truecharts/charts/compare/media-roller-5.2.2...media-roller-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [media-roller-5.2.2](https://github.com/truecharts/charts/compare/media-roller-5.2.0...media-roller-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [media-roller-4.1.11](https://github.com/truecharts/charts/compare/media-roller-4.1.10...media-roller-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [media-roller-4.1.10](https://github.com/truecharts/charts/compare/media-roller-4.1.9...media-roller-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [media-roller-4.1.9](https://github.com/truecharts/charts/compare/media-roller-4.1.8...media-roller-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [media-roller-4.1.8](https://github.com/truecharts/charts/compare/media-roller-4.1.7...media-roller-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [media-roller-4.1.7](https://github.com/truecharts/charts/compare/media-roller-4.1.6...media-roller-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [media-roller-4.1.6](https://github.com/truecharts/charts/compare/media-roller-4.1.5...media-roller-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/media-roller/5.3.0/Chart.yaml b/stable/media-roller/5.3.0/Chart.yaml new file mode 100644 index 00000000000..fbf1d340541 --- /dev/null +++ b/stable/media-roller/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Mobile friendly tool for downloading videos from social media. +home: https://truecharts.org/charts/stable/media-roller +icon: https://truecharts.org/img/hotlink-ok/chart-icons/media-roller.png +keywords: + - media-roller + - Tools-Utilities + - MediaApp-Video +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: media-roller +sources: + - https://github.com/rroller/media-roller + - https://github.com/truecharts/charts/tree/master/charts/stable/media-roller + - https://hub.docker.com/r/ronnieroller/media-roller +type: application +version: 5.3.0 diff --git a/stable/media-roller/5.1.3/README.md b/stable/media-roller/5.3.0/README.md similarity index 100% rename from stable/media-roller/5.1.3/README.md rename to stable/media-roller/5.3.0/README.md diff --git a/stable/media-roller/5.3.0/app-changelog.md b/stable/media-roller/5.3.0/app-changelog.md new file mode 100644 index 00000000000..a5e729564e3 --- /dev/null +++ b/stable/media-roller/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [media-roller-5.3.0](https://github.com/truecharts/charts/compare/media-roller-5.2.3...media-roller-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/media-roller/5.1.3/app-readme.md b/stable/media-roller/5.3.0/app-readme.md similarity index 100% rename from stable/media-roller/5.1.3/app-readme.md rename to stable/media-roller/5.3.0/app-readme.md diff --git a/stable/media-roller/5.3.0/charts/common-18.2.0.tgz b/stable/media-roller/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/media-roller/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/media-roller/5.1.3/ix_values.yaml b/stable/media-roller/5.3.0/ix_values.yaml similarity index 100% rename from stable/media-roller/5.1.3/ix_values.yaml rename to stable/media-roller/5.3.0/ix_values.yaml diff --git a/stable/media-roller/5.1.3/questions.yaml b/stable/media-roller/5.3.0/questions.yaml similarity index 100% rename from stable/media-roller/5.1.3/questions.yaml rename to stable/media-roller/5.3.0/questions.yaml diff --git a/stable/media-roller/5.1.3/templates/common.yaml b/stable/media-roller/5.3.0/templates/common.yaml similarity index 100% rename from stable/media-roller/5.1.3/templates/common.yaml rename to stable/media-roller/5.3.0/templates/common.yaml diff --git a/stable/megasync/6.1.3/values.yaml b/stable/media-roller/5.3.0/values.yaml similarity index 100% rename from stable/megasync/6.1.3/values.yaml rename to stable/media-roller/5.3.0/values.yaml diff --git a/stable/mediaelch/5.1.3/CHANGELOG.md b/stable/mediaelch/5.1.3/CHANGELOG.md deleted file mode 100644 index 490c2b22cf4..00000000000 --- a/stable/mediaelch/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [mediaelch-4.1.11](https://github.com/truecharts/charts/compare/mediaelch-4.1.10...mediaelch-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mediaelch-4.1.10](https://github.com/truecharts/charts/compare/mediaelch-4.1.9...mediaelch-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [mediaelch-4.1.9](https://github.com/truecharts/charts/compare/mediaelch-4.1.8...mediaelch-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [mediaelch-4.1.8](https://github.com/truecharts/charts/compare/mediaelch-4.1.7...mediaelch-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [mediaelch-4.1.7](https://github.com/truecharts/charts/compare/mediaelch-4.1.6...mediaelch-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [mediaelch-4.1.6](https://github.com/truecharts/charts/compare/mediaelch-4.1.5...mediaelch-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [mediaelch-4.1.5](https://github.com/truecharts/charts/compare/mediaelch-4.1.4...mediaelch-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [mediaelch-4.1.4](https://github.com/truecharts/charts/compare/mediaelch-4.1.3...mediaelch-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [mediaelch-4.1.3](https://github.com/truecharts/charts/compare/mediaelch-4.1.0...mediaelch-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/mediaelch/5.1.3/Chart.yaml b/stable/mediaelch/5.1.3/Chart.yaml deleted file mode 100644 index fb2d6b8037a..00000000000 --- a/stable/mediaelch/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Mediaelch is a Tool to manage your movie and show libary regarding the metadata and artwork. -home: https://truecharts.org/charts/stable/mediaelch -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediaelch.png -keywords: - - mediaelch - - Tools - - MediaApp-Video -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mediaelch -sources: - - https://github.com/Komet/MediaElch - - https://github.com/truecharts/charts/tree/master/charts/stable/mediaelch - - https://hub.docker.com/r/masonxx/mediaelch -type: application -version: 5.1.3 diff --git a/stable/mediaelch/5.1.3/charts/common-18.0.3.tgz b/stable/mediaelch/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/mediaelch/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/memories-of-mars/5.1.3/.helmignore b/stable/mediaelch/5.3.0/.helmignore similarity index 100% rename from stable/memories-of-mars/5.1.3/.helmignore rename to stable/mediaelch/5.3.0/.helmignore diff --git a/stable/mediaelch/5.3.0/CHANGELOG.md b/stable/mediaelch/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..ff38930fb4b --- /dev/null +++ b/stable/mediaelch/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mediaelch-5.3.0](https://github.com/truecharts/charts/compare/mediaelch-5.2.3...mediaelch-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [mediaelch-5.2.3](https://github.com/truecharts/charts/compare/mediaelch-5.2.2...mediaelch-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [mediaelch-5.2.2](https://github.com/truecharts/charts/compare/mediaelch-5.2.0...mediaelch-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [mediaelch-4.1.11](https://github.com/truecharts/charts/compare/mediaelch-4.1.10...mediaelch-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [mediaelch-4.1.10](https://github.com/truecharts/charts/compare/mediaelch-4.1.9...mediaelch-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [mediaelch-4.1.9](https://github.com/truecharts/charts/compare/mediaelch-4.1.8...mediaelch-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [mediaelch-4.1.8](https://github.com/truecharts/charts/compare/mediaelch-4.1.7...mediaelch-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [mediaelch-4.1.7](https://github.com/truecharts/charts/compare/mediaelch-4.1.6...mediaelch-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [mediaelch-4.1.6](https://github.com/truecharts/charts/compare/mediaelch-4.1.5...mediaelch-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/mediaelch/5.3.0/Chart.yaml b/stable/mediaelch/5.3.0/Chart.yaml new file mode 100644 index 00000000000..3c2e8182e2b --- /dev/null +++ b/stable/mediaelch/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Mediaelch is a Tool to manage your movie and show libary regarding the metadata and artwork. +home: https://truecharts.org/charts/stable/mediaelch +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediaelch.png +keywords: + - mediaelch + - Tools + - MediaApp-Video +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mediaelch +sources: + - https://github.com/Komet/MediaElch + - https://github.com/truecharts/charts/tree/master/charts/stable/mediaelch + - https://hub.docker.com/r/masonxx/mediaelch +type: application +version: 5.3.0 diff --git a/stable/mediaelch/5.1.3/README.md b/stable/mediaelch/5.3.0/README.md similarity index 100% rename from stable/mediaelch/5.1.3/README.md rename to stable/mediaelch/5.3.0/README.md diff --git a/stable/mediaelch/5.3.0/app-changelog.md b/stable/mediaelch/5.3.0/app-changelog.md new file mode 100644 index 00000000000..751f1893158 --- /dev/null +++ b/stable/mediaelch/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mediaelch-5.3.0](https://github.com/truecharts/charts/compare/mediaelch-5.2.3...mediaelch-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/mediaelch/5.1.3/app-readme.md b/stable/mediaelch/5.3.0/app-readme.md similarity index 100% rename from stable/mediaelch/5.1.3/app-readme.md rename to stable/mediaelch/5.3.0/app-readme.md diff --git a/stable/mediaelch/5.3.0/charts/common-18.2.0.tgz b/stable/mediaelch/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/mediaelch/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/mediaelch/5.1.3/ix_values.yaml b/stable/mediaelch/5.3.0/ix_values.yaml similarity index 100% rename from stable/mediaelch/5.1.3/ix_values.yaml rename to stable/mediaelch/5.3.0/ix_values.yaml diff --git a/stable/mediaelch/5.1.3/questions.yaml b/stable/mediaelch/5.3.0/questions.yaml similarity index 100% rename from stable/mediaelch/5.1.3/questions.yaml rename to stable/mediaelch/5.3.0/questions.yaml diff --git a/stable/mediaelch/5.1.3/templates/common.yaml b/stable/mediaelch/5.3.0/templates/common.yaml similarity index 100% rename from stable/mediaelch/5.1.3/templates/common.yaml rename to stable/mediaelch/5.3.0/templates/common.yaml diff --git a/stable/memories-of-mars/5.1.3/values.yaml b/stable/mediaelch/5.3.0/values.yaml similarity index 100% rename from stable/memories-of-mars/5.1.3/values.yaml rename to stable/mediaelch/5.3.0/values.yaml diff --git a/stable/mediagoblin/5.1.3/CHANGELOG.md b/stable/mediagoblin/5.1.3/CHANGELOG.md deleted file mode 100644 index 6832d73ec8d..00000000000 --- a/stable/mediagoblin/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [mediagoblin-4.1.11](https://github.com/truecharts/charts/compare/mediagoblin-4.1.10...mediagoblin-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mediagoblin-4.1.10](https://github.com/truecharts/charts/compare/mediagoblin-4.1.9...mediagoblin-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [mediagoblin-4.1.9](https://github.com/truecharts/charts/compare/mediagoblin-4.1.8...mediagoblin-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [mediagoblin-4.1.8](https://github.com/truecharts/charts/compare/mediagoblin-4.1.7...mediagoblin-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [mediagoblin-4.1.7](https://github.com/truecharts/charts/compare/mediagoblin-4.1.6...mediagoblin-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [mediagoblin-4.1.6](https://github.com/truecharts/charts/compare/mediagoblin-4.1.5...mediagoblin-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [mediagoblin-4.1.5](https://github.com/truecharts/charts/compare/mediagoblin-4.1.4...mediagoblin-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [mediagoblin-4.1.4](https://github.com/truecharts/charts/compare/mediagoblin-4.1.3...mediagoblin-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [mediagoblin-4.1.3](https://github.com/truecharts/charts/compare/mediagoblin-4.1.0...mediagoblin-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/mediagoblin/5.1.3/Chart.yaml b/stable/mediagoblin/5.1.3/Chart.yaml deleted file mode 100644 index eb4ea643ea4..00000000000 --- a/stable/mediagoblin/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaApp-Photos - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. [br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b]" -home: https://truecharts.org/charts/stable/mediagoblin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediagoblin.png -keywords: - - mediagoblin - - MediaApp-Photos -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mediagoblin -sources: - - https://mediagoblin.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/mediagoblin - - https://hub.docker.com/r/mtlynch/mediagoblin -type: application -version: 5.1.3 diff --git a/stable/mediagoblin/5.1.3/charts/common-18.0.3.tgz b/stable/mediagoblin/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/mediagoblin/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/meshcentral/15.1.3/.helmignore b/stable/mediagoblin/5.3.0/.helmignore similarity index 100% rename from stable/meshcentral/15.1.3/.helmignore rename to stable/mediagoblin/5.3.0/.helmignore diff --git a/stable/mediagoblin/5.3.0/CHANGELOG.md b/stable/mediagoblin/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..05bf550f63e --- /dev/null +++ b/stable/mediagoblin/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mediagoblin-5.3.0](https://github.com/truecharts/charts/compare/mediagoblin-5.2.3...mediagoblin-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [mediagoblin-5.2.3](https://github.com/truecharts/charts/compare/mediagoblin-5.2.2...mediagoblin-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [mediagoblin-5.2.2](https://github.com/truecharts/charts/compare/mediagoblin-5.2.0...mediagoblin-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [mediagoblin-4.1.11](https://github.com/truecharts/charts/compare/mediagoblin-4.1.10...mediagoblin-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [mediagoblin-4.1.10](https://github.com/truecharts/charts/compare/mediagoblin-4.1.9...mediagoblin-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [mediagoblin-4.1.9](https://github.com/truecharts/charts/compare/mediagoblin-4.1.8...mediagoblin-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [mediagoblin-4.1.8](https://github.com/truecharts/charts/compare/mediagoblin-4.1.7...mediagoblin-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [mediagoblin-4.1.7](https://github.com/truecharts/charts/compare/mediagoblin-4.1.6...mediagoblin-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [mediagoblin-4.1.6](https://github.com/truecharts/charts/compare/mediagoblin-4.1.5...mediagoblin-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/mediagoblin/5.3.0/Chart.yaml b/stable/mediagoblin/5.3.0/Chart.yaml new file mode 100644 index 00000000000..744af6028c0 --- /dev/null +++ b/stable/mediagoblin/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Photos + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. [br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b]" +home: https://truecharts.org/charts/stable/mediagoblin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediagoblin.png +keywords: + - mediagoblin + - MediaApp-Photos +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mediagoblin +sources: + - https://mediagoblin.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/mediagoblin + - https://hub.docker.com/r/mtlynch/mediagoblin +type: application +version: 5.3.0 diff --git a/stable/mediagoblin/5.1.3/README.md b/stable/mediagoblin/5.3.0/README.md similarity index 100% rename from stable/mediagoblin/5.1.3/README.md rename to stable/mediagoblin/5.3.0/README.md diff --git a/stable/mediagoblin/5.3.0/app-changelog.md b/stable/mediagoblin/5.3.0/app-changelog.md new file mode 100644 index 00000000000..48ddaba275d --- /dev/null +++ b/stable/mediagoblin/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mediagoblin-5.3.0](https://github.com/truecharts/charts/compare/mediagoblin-5.2.3...mediagoblin-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/mediagoblin/5.1.3/app-readme.md b/stable/mediagoblin/5.3.0/app-readme.md similarity index 100% rename from stable/mediagoblin/5.1.3/app-readme.md rename to stable/mediagoblin/5.3.0/app-readme.md diff --git a/stable/mediagoblin/5.3.0/charts/common-18.2.0.tgz b/stable/mediagoblin/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/mediagoblin/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/mediagoblin/5.1.3/ix_values.yaml b/stable/mediagoblin/5.3.0/ix_values.yaml similarity index 100% rename from stable/mediagoblin/5.1.3/ix_values.yaml rename to stable/mediagoblin/5.3.0/ix_values.yaml diff --git a/stable/mediagoblin/5.1.3/questions.yaml b/stable/mediagoblin/5.3.0/questions.yaml similarity index 100% rename from stable/mediagoblin/5.1.3/questions.yaml rename to stable/mediagoblin/5.3.0/questions.yaml diff --git a/stable/mediagoblin/5.1.3/templates/common.yaml b/stable/mediagoblin/5.3.0/templates/common.yaml similarity index 100% rename from stable/mediagoblin/5.1.3/templates/common.yaml rename to stable/mediagoblin/5.3.0/templates/common.yaml diff --git a/stable/meshcentral/15.1.3/values.yaml b/stable/mediagoblin/5.3.0/values.yaml similarity index 100% rename from stable/meshcentral/15.1.3/values.yaml rename to stable/mediagoblin/5.3.0/values.yaml diff --git a/stable/mediainfo/9.1.3/CHANGELOG.md b/stable/mediainfo/9.1.3/CHANGELOG.md deleted file mode 100644 index bc6efd700a1..00000000000 --- a/stable/mediainfo/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [mediainfo-8.1.0](https://github.com/truecharts/charts/compare/mediainfo-8.0.1...mediainfo-8.1.0) (2024-02-05) - -### Chore - - - -- update container image jlesage/mediainfo to v24.02.1[@d73bce3](https://github.com/d73bce3) by renovate ([#17944](https://github.com/truecharts/charts/issues/17944)) - - -## [mediainfo-8.0.1](https://github.com/truecharts/charts/compare/mediainfo-8.0.0...mediainfo-8.0.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mediainfo-8.0.0](https://github.com/truecharts/charts/compare/mediainfo-7.1.10...mediainfo-8.0.0) (2024-01-29) - -### Chore - - - -- update container image jlesage/mediainfo to v24.01.1[@2e773e5](https://github.com/2e773e5) by renovate ([#17709](https://github.com/truecharts/charts/issues/17709)) - - -## [mediainfo-7.1.10](https://github.com/truecharts/charts/compare/mediainfo-7.1.9...mediainfo-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [mediainfo-7.1.9](https://github.com/truecharts/charts/compare/mediainfo-7.1.8...mediainfo-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [mediainfo-7.1.8](https://github.com/truecharts/charts/compare/mediainfo-7.1.7...mediainfo-7.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [mediainfo-7.1.7](https://github.com/truecharts/charts/compare/mediainfo-7.1.6...mediainfo-7.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [mediainfo-7.1.6](https://github.com/truecharts/charts/compare/mediainfo-7.1.5...mediainfo-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [mediainfo-7.1.5](https://github.com/truecharts/charts/compare/mediainfo-7.1.4...mediainfo-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - diff --git a/stable/mediainfo/9.1.3/Chart.yaml b/stable/mediainfo/9.1.3/Chart.yaml deleted file mode 100644 index 5f1427678d5..00000000000 --- a/stable/mediainfo/9.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.02.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files. -home: https://truecharts.org/charts/stable/mediainfo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediainfo.png -keywords: - - info - - media -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mediainfo -sources: - - https://github.com/jlesage/docker-mediainfo - - https://github.com/truecharts/charts/tree/master/charts/stable/mediainfo - - https://hub.docker.com/r/jlesage/mediainfo -type: application -version: 9.1.3 diff --git a/stable/mediainfo/9.1.3/charts/common-18.0.3.tgz b/stable/mediainfo/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/mediainfo/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/meshroom/9.1.3/.helmignore b/stable/mediainfo/9.3.0/.helmignore similarity index 100% rename from stable/meshroom/9.1.3/.helmignore rename to stable/mediainfo/9.3.0/.helmignore diff --git a/stable/mediainfo/9.3.0/CHANGELOG.md b/stable/mediainfo/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..6482966fe28 --- /dev/null +++ b/stable/mediainfo/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mediainfo-9.3.0](https://github.com/truecharts/charts/compare/mediainfo-9.2.3...mediainfo-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [mediainfo-9.2.3](https://github.com/truecharts/charts/compare/mediainfo-9.2.2...mediainfo-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [mediainfo-9.2.2](https://github.com/truecharts/charts/compare/mediainfo-9.2.0...mediainfo-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [mediainfo-8.1.0](https://github.com/truecharts/charts/compare/mediainfo-8.0.1...mediainfo-8.1.0) (2024-02-05) + +### Chore + + + +- update container image jlesage/mediainfo to v24.02.1[@d73bce3](https://github.com/d73bce3) by renovate ([#17944](https://github.com/truecharts/charts/issues/17944)) + + +## [mediainfo-8.0.1](https://github.com/truecharts/charts/compare/mediainfo-8.0.0...mediainfo-8.0.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [mediainfo-8.0.0](https://github.com/truecharts/charts/compare/mediainfo-7.1.10...mediainfo-8.0.0) (2024-01-29) + +### Chore + + + +- update container image jlesage/mediainfo to v24.01.1[@2e773e5](https://github.com/2e773e5) by renovate ([#17709](https://github.com/truecharts/charts/issues/17709)) + + +## [mediainfo-7.1.10](https://github.com/truecharts/charts/compare/mediainfo-7.1.9...mediainfo-7.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [mediainfo-7.1.9](https://github.com/truecharts/charts/compare/mediainfo-7.1.8...mediainfo-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [mediainfo-7.1.8](https://github.com/truecharts/charts/compare/mediainfo-7.1.7...mediainfo-7.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) diff --git a/stable/mediainfo/9.3.0/Chart.yaml b/stable/mediainfo/9.3.0/Chart.yaml new file mode 100644 index 00000000000..a83c31ec435 --- /dev/null +++ b/stable/mediainfo/9.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.02.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files. +home: https://truecharts.org/charts/stable/mediainfo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediainfo.png +keywords: + - info + - media +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mediainfo +sources: + - https://github.com/jlesage/docker-mediainfo + - https://github.com/truecharts/charts/tree/master/charts/stable/mediainfo + - https://hub.docker.com/r/jlesage/mediainfo +type: application +version: 9.3.0 diff --git a/stable/mediainfo/9.1.3/README.md b/stable/mediainfo/9.3.0/README.md similarity index 100% rename from stable/mediainfo/9.1.3/README.md rename to stable/mediainfo/9.3.0/README.md diff --git a/stable/mediainfo/9.3.0/app-changelog.md b/stable/mediainfo/9.3.0/app-changelog.md new file mode 100644 index 00000000000..af2c35e3807 --- /dev/null +++ b/stable/mediainfo/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mediainfo-9.3.0](https://github.com/truecharts/charts/compare/mediainfo-9.2.3...mediainfo-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/mediainfo/9.1.3/app-readme.md b/stable/mediainfo/9.3.0/app-readme.md similarity index 100% rename from stable/mediainfo/9.1.3/app-readme.md rename to stable/mediainfo/9.3.0/app-readme.md diff --git a/stable/mediainfo/9.3.0/charts/common-18.2.0.tgz b/stable/mediainfo/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/mediainfo/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/mediainfo/9.1.3/ix_values.yaml b/stable/mediainfo/9.3.0/ix_values.yaml similarity index 100% rename from stable/mediainfo/9.1.3/ix_values.yaml rename to stable/mediainfo/9.3.0/ix_values.yaml diff --git a/stable/mediainfo/9.1.3/questions.yaml b/stable/mediainfo/9.3.0/questions.yaml similarity index 100% rename from stable/mediainfo/9.1.3/questions.yaml rename to stable/mediainfo/9.3.0/questions.yaml diff --git a/stable/metube/12.1.3/templates/NOTES.txt b/stable/mediainfo/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/metube/12.1.3/templates/NOTES.txt rename to stable/mediainfo/9.3.0/templates/NOTES.txt diff --git a/stable/metabase/3.1.4/templates/common.yaml b/stable/mediainfo/9.3.0/templates/common.yaml similarity index 100% rename from stable/metabase/3.1.4/templates/common.yaml rename to stable/mediainfo/9.3.0/templates/common.yaml diff --git a/stable/meshroom/9.1.3/values.yaml b/stable/mediainfo/9.3.0/values.yaml similarity index 100% rename from stable/meshroom/9.1.3/values.yaml rename to stable/mediainfo/9.3.0/values.yaml diff --git a/stable/medusa/10.2.0/CHANGELOG.md b/stable/medusa/10.2.0/CHANGELOG.md deleted file mode 100644 index c0de706518f..00000000000 --- a/stable/medusa/10.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - -## [medusa-9.1.19](https://github.com/truecharts/charts/compare/medusa-9.1.18...medusa-9.1.19) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/medusa to 1.0.19[@a8c8507](https://github.com/a8c8507) by renovate ([#18067](https://github.com/truecharts/charts/issues/18067)) - - -## [medusa-9.1.18](https://github.com/truecharts/charts/compare/medusa-9.1.17...medusa-9.1.18) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/medusa to 1.0.19[@de5bae0](https://github.com/de5bae0) by renovate ([#17857](https://github.com/truecharts/charts/issues/17857)) - - -## [medusa-9.1.17](https://github.com/truecharts/charts/compare/medusa-9.1.16...medusa-9.1.17) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [medusa-9.1.16](https://github.com/truecharts/charts/compare/medusa-9.1.15...medusa-9.1.16) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/medusa to 1.0.19[@5460ed6](https://github.com/5460ed6) by renovate ([#17612](https://github.com/truecharts/charts/issues/17612)) - - -## [medusa-9.1.15](https://github.com/truecharts/charts/compare/medusa-9.1.14...medusa-9.1.15) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [medusa-9.1.14](https://github.com/truecharts/charts/compare/medusa-9.1.13...medusa-9.1.14) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [medusa-9.1.13](https://github.com/truecharts/charts/compare/medusa-9.1.12...medusa-9.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [medusa-9.1.12](https://github.com/truecharts/charts/compare/medusa-9.1.11...medusa-9.1.12) (2024-01-21) - -### Chore - - diff --git a/stable/medusa/10.2.0/Chart.yaml b/stable/medusa/10.2.0/Chart.yaml deleted file mode 100644 index 6e0bf0b441c..00000000000 --- a/stable/medusa/10.2.0/Chart.yaml +++ /dev/null @@ -1,42 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.0.19 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: An automatic Video Library Manager for TV Shows -home: https://truecharts.org/charts/stable/medusa -icon: https://truecharts.org/img/hotlink-ok/chart-icons/medusa.png -keywords: - - medusa - - video - - library - - manager - - tv - - shows -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: medusa -sources: - - https://github.com/linuxserver/docker-medusa - - https://pymedusa.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/medusa - - https://ghcr.io/linuxserver/medusa -type: application -version: 10.2.0 diff --git a/stable/medusa/10.2.0/charts/common-18.1.2.tgz b/stable/medusa/10.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/medusa/10.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/medusa/10.2.0/ix_values.yaml b/stable/medusa/10.2.0/ix_values.yaml deleted file mode 100644 index 23183cb7d36..00000000000 --- a/stable/medusa/10.2.0/ix_values.yaml +++ /dev/null @@ -1,25 +0,0 @@ -image: - repository: ghcr.io/linuxserver/medusa - pullPolicy: IfNotPresent - tag: 1.0.19@sha256:153a4b8cff0885719980e331115cfb853f0e0d0530fbe4902b3ada8c31832c63 -service: - main: - ports: - main: - port: 10068 - targetPort: 8081 -persistence: - config: - enabled: true - mountPath: "/config" - varrun: - enabled: true -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 diff --git a/stable/metabase/3.1.4/.helmignore b/stable/medusa/10.3.0/.helmignore similarity index 100% rename from stable/metabase/3.1.4/.helmignore rename to stable/medusa/10.3.0/.helmignore diff --git a/stable/medusa/10.3.0/CHANGELOG.md b/stable/medusa/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..c994be577ea --- /dev/null +++ b/stable/medusa/10.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [medusa-10.3.0](https://github.com/truecharts/charts/compare/medusa-10.2.4...medusa-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [medusa-10.2.4](https://github.com/truecharts/charts/compare/medusa-10.2.3...medusa-10.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [medusa-10.2.3](https://github.com/truecharts/charts/compare/medusa-10.2.1...medusa-10.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + +## [medusa-9.1.19](https://github.com/truecharts/charts/compare/medusa-9.1.18...medusa-9.1.19) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/medusa to 1.0.19[@a8c8507](https://github.com/a8c8507) by renovate ([#18067](https://github.com/truecharts/charts/issues/18067)) + + +## [medusa-9.1.18](https://github.com/truecharts/charts/compare/medusa-9.1.17...medusa-9.1.18) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/medusa to 1.0.19[@de5bae0](https://github.com/de5bae0) by renovate ([#17857](https://github.com/truecharts/charts/issues/17857)) + + +## [medusa-9.1.17](https://github.com/truecharts/charts/compare/medusa-9.1.16...medusa-9.1.17) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [medusa-9.1.16](https://github.com/truecharts/charts/compare/medusa-9.1.15...medusa-9.1.16) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/medusa to 1.0.19[@5460ed6](https://github.com/5460ed6) by renovate ([#17612](https://github.com/truecharts/charts/issues/17612)) + + +## [medusa-9.1.15](https://github.com/truecharts/charts/compare/medusa-9.1.14...medusa-9.1.15) (2024-01-26) + +### Chore \ No newline at end of file diff --git a/stable/medusa/10.3.0/Chart.yaml b/stable/medusa/10.3.0/Chart.yaml new file mode 100644 index 00000000000..3c494521239 --- /dev/null +++ b/stable/medusa/10.3.0/Chart.yaml @@ -0,0 +1,42 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.19 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An automatic Video Library Manager for TV Shows +home: https://truecharts.org/charts/stable/medusa +icon: https://truecharts.org/img/hotlink-ok/chart-icons/medusa.png +keywords: + - medusa + - video + - library + - manager + - tv + - shows +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: medusa +sources: + - https://github.com/linuxserver/docker-medusa + - https://pymedusa.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/medusa + - https://ghcr.io/linuxserver/medusa +type: application +version: 10.3.0 diff --git a/stable/medusa/10.2.0/README.md b/stable/medusa/10.3.0/README.md similarity index 100% rename from stable/medusa/10.2.0/README.md rename to stable/medusa/10.3.0/README.md diff --git a/stable/medusa/10.3.0/app-changelog.md b/stable/medusa/10.3.0/app-changelog.md new file mode 100644 index 00000000000..a5d3547f080 --- /dev/null +++ b/stable/medusa/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [medusa-10.3.0](https://github.com/truecharts/charts/compare/medusa-10.2.4...medusa-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/medusa/10.2.0/app-readme.md b/stable/medusa/10.3.0/app-readme.md similarity index 100% rename from stable/medusa/10.2.0/app-readme.md rename to stable/medusa/10.3.0/app-readme.md diff --git a/stable/medusa/10.3.0/charts/common-18.2.0.tgz b/stable/medusa/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/medusa/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/medusa/10.3.0/ix_values.yaml b/stable/medusa/10.3.0/ix_values.yaml new file mode 100644 index 00000000000..16c37db47d2 --- /dev/null +++ b/stable/medusa/10.3.0/ix_values.yaml @@ -0,0 +1,25 @@ +image: + repository: ghcr.io/linuxserver/medusa + pullPolicy: IfNotPresent + tag: 1.0.19@sha256:f5c9c8077ebfcb48a64dc26d6f755a0a58e2b0fd2f7c584ebf0b57a6ea12818a +service: + main: + ports: + main: + port: 10068 + targetPort: 8081 +persistence: + config: + enabled: true + mountPath: "/config" + varrun: + enabled: true +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 diff --git a/stable/medusa/10.2.0/questions.yaml b/stable/medusa/10.3.0/questions.yaml similarity index 100% rename from stable/medusa/10.2.0/questions.yaml rename to stable/medusa/10.3.0/questions.yaml diff --git a/stable/minecraft-bedrock/8.2.0/templates/NOTES.txt b/stable/medusa/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/minecraft-bedrock/8.2.0/templates/NOTES.txt rename to stable/medusa/10.3.0/templates/NOTES.txt diff --git a/stable/medusa/10.2.0/templates/common.yaml b/stable/medusa/10.3.0/templates/common.yaml similarity index 100% rename from stable/medusa/10.2.0/templates/common.yaml rename to stable/medusa/10.3.0/templates/common.yaml diff --git a/stable/metabase/3.1.4/values.yaml b/stable/medusa/10.3.0/values.yaml similarity index 100% rename from stable/metabase/3.1.4/values.yaml rename to stable/medusa/10.3.0/values.yaml diff --git a/stable/megasync/6.1.3/CHANGELOG.md b/stable/megasync/6.1.3/CHANGELOG.md deleted file mode 100644 index ac4cce590cd..00000000000 --- a/stable/megasync/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [megasync-5.1.15](https://github.com/truecharts/charts/compare/megasync-5.1.14...megasync-5.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [megasync-5.1.14](https://github.com/truecharts/charts/compare/megasync-5.1.13...megasync-5.1.14) (2024-01-29) - -### Chore - - - -- update container image ich777/megasync to latest[@c56d21b](https://github.com/c56d21b) by renovate ([#17635](https://github.com/truecharts/charts/issues/17635)) - - -## [megasync-5.1.13](https://github.com/truecharts/charts/compare/megasync-5.1.12...megasync-5.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [megasync-5.1.12](https://github.com/truecharts/charts/compare/megasync-5.1.11...megasync-5.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [megasync-5.1.11](https://github.com/truecharts/charts/compare/megasync-5.1.10...megasync-5.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [megasync-5.1.10](https://github.com/truecharts/charts/compare/megasync-5.1.9...megasync-5.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [megasync-5.1.9](https://github.com/truecharts/charts/compare/megasync-5.1.8...megasync-5.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [megasync-5.1.8](https://github.com/truecharts/charts/compare/megasync-5.1.7...megasync-5.1.8) (2024-01-03) - -### Chore - - - -- update container image ich777/megasync to latest[@6c65468](https://github.com/6c65468) by renovate ([#16776](https://github.com/truecharts/charts/issues/16776)) - - -## [megasync-5.1.7](https://github.com/truecharts/charts/compare/megasync-5.1.6...megasync-5.1.7) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - diff --git a/stable/megasync/6.1.3/Chart.yaml b/stable/megasync/6.1.3/Chart.yaml deleted file mode 100644 index 9c0baaf3a6c..00000000000 --- a/stable/megasync/6.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: MEGAsync can synchronize all of your devices with your MEGA account. -home: https://truecharts.org/charts/stable/megasync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/megasync.png -keywords: - - megasync - - Network-Other - - Productivity - - Tools-Utilities - - Backup -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: megasync -sources: - - https://github.com/ich777/docker-megasync - - https://github.com/truecharts/charts/tree/master/charts/stable/megasync - - https://hub.docker.com/r/ich777/megasync -type: application -version: 6.1.3 diff --git a/stable/megasync/6.1.3/charts/common-18.0.3.tgz b/stable/megasync/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/megasync/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/metatube/5.1.3/.helmignore b/stable/megasync/6.3.0/.helmignore similarity index 100% rename from stable/metatube/5.1.3/.helmignore rename to stable/megasync/6.3.0/.helmignore diff --git a/stable/megasync/6.3.0/CHANGELOG.md b/stable/megasync/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..df59125f6e3 --- /dev/null +++ b/stable/megasync/6.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [megasync-6.3.0](https://github.com/truecharts/charts/compare/megasync-6.2.3...megasync-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [megasync-6.2.3](https://github.com/truecharts/charts/compare/megasync-6.2.2...megasync-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [megasync-6.2.2](https://github.com/truecharts/charts/compare/megasync-6.2.0...megasync-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [megasync-5.1.15](https://github.com/truecharts/charts/compare/megasync-5.1.14...megasync-5.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [megasync-5.1.14](https://github.com/truecharts/charts/compare/megasync-5.1.13...megasync-5.1.14) (2024-01-29) + +### Chore + + + +- update container image ich777/megasync to latest[@c56d21b](https://github.com/c56d21b) by renovate ([#17635](https://github.com/truecharts/charts/issues/17635)) + + +## [megasync-5.1.13](https://github.com/truecharts/charts/compare/megasync-5.1.12...megasync-5.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [megasync-5.1.12](https://github.com/truecharts/charts/compare/megasync-5.1.11...megasync-5.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [megasync-5.1.11](https://github.com/truecharts/charts/compare/megasync-5.1.10...megasync-5.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [megasync-5.1.10](https://github.com/truecharts/charts/compare/megasync-5.1.9...megasync-5.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/megasync/6.3.0/Chart.yaml b/stable/megasync/6.3.0/Chart.yaml new file mode 100644 index 00000000000..7bab20a54d5 --- /dev/null +++ b/stable/megasync/6.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: MEGAsync can synchronize all of your devices with your MEGA account. +home: https://truecharts.org/charts/stable/megasync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/megasync.png +keywords: + - megasync + - Network-Other + - Productivity + - Tools-Utilities + - Backup +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: megasync +sources: + - https://github.com/ich777/docker-megasync + - https://github.com/truecharts/charts/tree/master/charts/stable/megasync + - https://hub.docker.com/r/ich777/megasync +type: application +version: 6.3.0 diff --git a/stable/megasync/6.1.3/README.md b/stable/megasync/6.3.0/README.md similarity index 100% rename from stable/megasync/6.1.3/README.md rename to stable/megasync/6.3.0/README.md diff --git a/stable/megasync/6.3.0/app-changelog.md b/stable/megasync/6.3.0/app-changelog.md new file mode 100644 index 00000000000..9554d4af900 --- /dev/null +++ b/stable/megasync/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [megasync-6.3.0](https://github.com/truecharts/charts/compare/megasync-6.2.3...megasync-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/megasync/6.1.3/app-readme.md b/stable/megasync/6.3.0/app-readme.md similarity index 100% rename from stable/megasync/6.1.3/app-readme.md rename to stable/megasync/6.3.0/app-readme.md diff --git a/stable/megasync/6.3.0/charts/common-18.2.0.tgz b/stable/megasync/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/megasync/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/megasync/6.1.3/ix_values.yaml b/stable/megasync/6.3.0/ix_values.yaml similarity index 100% rename from stable/megasync/6.1.3/ix_values.yaml rename to stable/megasync/6.3.0/ix_values.yaml diff --git a/stable/megasync/6.1.3/questions.yaml b/stable/megasync/6.3.0/questions.yaml similarity index 100% rename from stable/megasync/6.1.3/questions.yaml rename to stable/megasync/6.3.0/questions.yaml diff --git a/stable/minecraft-bungeecord/8.1.3/templates/NOTES.txt b/stable/megasync/6.3.0/templates/NOTES.txt similarity index 100% rename from stable/minecraft-bungeecord/8.1.3/templates/NOTES.txt rename to stable/megasync/6.3.0/templates/NOTES.txt diff --git a/stable/metube/12.1.3/templates/common.yaml b/stable/megasync/6.3.0/templates/common.yaml similarity index 100% rename from stable/metube/12.1.3/templates/common.yaml rename to stable/megasync/6.3.0/templates/common.yaml diff --git a/stable/metatube/5.1.3/values.yaml b/stable/megasync/6.3.0/values.yaml similarity index 100% rename from stable/metatube/5.1.3/values.yaml rename to stable/megasync/6.3.0/values.yaml diff --git a/stable/memories-of-mars/5.1.3/CHANGELOG.md b/stable/memories-of-mars/5.1.3/CHANGELOG.md deleted file mode 100644 index dcc04842382..00000000000 --- a/stable/memories-of-mars/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [memories-of-mars-4.1.11](https://github.com/truecharts/charts/compare/memories-of-mars-4.1.10...memories-of-mars-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [memories-of-mars-4.1.10](https://github.com/truecharts/charts/compare/memories-of-mars-4.1.9...memories-of-mars-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [memories-of-mars-4.1.9](https://github.com/truecharts/charts/compare/memories-of-mars-4.1.8...memories-of-mars-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [memories-of-mars-4.1.8](https://github.com/truecharts/charts/compare/memories-of-mars-4.1.7...memories-of-mars-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [memories-of-mars-4.1.7](https://github.com/truecharts/charts/compare/memories-of-mars-4.1.6...memories-of-mars-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [memories-of-mars-4.1.6](https://github.com/truecharts/charts/compare/memories-of-mars-4.1.5...memories-of-mars-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [memories-of-mars-4.1.5](https://github.com/truecharts/charts/compare/memories-of-mars-4.1.4...memories-of-mars-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [memories-of-mars-4.1.4](https://github.com/truecharts/charts/compare/memories-of-mars-4.1.3...memories-of-mars-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [memories-of-mars-4.1.3](https://github.com/truecharts/charts/compare/memories-of-mars-4.1.0...memories-of-mars-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/memories-of-mars/5.1.3/Chart.yaml b/stable/memories-of-mars/5.1.3/Chart.yaml deleted file mode 100644 index 8b30720b878..00000000000 --- a/stable/memories-of-mars/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: memoriesofmars -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Memories of Mars and run it. -home: https://truecharts.org/charts/stable/memories-of-mars -icon: https://truecharts.org/img/hotlink-ok/chart-icons/memories-of-mars.png -keywords: - - memories-of-mars - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: memories-of-mars -sources: - - https://memoriesofmars.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/memories-of-mars - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/memories-of-mars/5.1.3/charts/common-18.0.3.tgz b/stable/memories-of-mars/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/memories-of-mars/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/metube/12.1.3/.helmignore b/stable/memories-of-mars/5.3.0/.helmignore similarity index 100% rename from stable/metube/12.1.3/.helmignore rename to stable/memories-of-mars/5.3.0/.helmignore diff --git a/stable/memories-of-mars/5.3.0/CHANGELOG.md b/stable/memories-of-mars/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..cce421a3ce0 --- /dev/null +++ b/stable/memories-of-mars/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [memories-of-mars-5.3.0](https://github.com/truecharts/charts/compare/memories-of-mars-5.2.3...memories-of-mars-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [memories-of-mars-5.2.3](https://github.com/truecharts/charts/compare/memories-of-mars-5.2.2...memories-of-mars-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [memories-of-mars-5.2.2](https://github.com/truecharts/charts/compare/memories-of-mars-5.2.0...memories-of-mars-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [memories-of-mars-4.1.11](https://github.com/truecharts/charts/compare/memories-of-mars-4.1.10...memories-of-mars-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [memories-of-mars-4.1.10](https://github.com/truecharts/charts/compare/memories-of-mars-4.1.9...memories-of-mars-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [memories-of-mars-4.1.9](https://github.com/truecharts/charts/compare/memories-of-mars-4.1.8...memories-of-mars-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [memories-of-mars-4.1.8](https://github.com/truecharts/charts/compare/memories-of-mars-4.1.7...memories-of-mars-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [memories-of-mars-4.1.7](https://github.com/truecharts/charts/compare/memories-of-mars-4.1.6...memories-of-mars-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [memories-of-mars-4.1.6](https://github.com/truecharts/charts/compare/memories-of-mars-4.1.5...memories-of-mars-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/memories-of-mars/5.3.0/Chart.yaml b/stable/memories-of-mars/5.3.0/Chart.yaml new file mode 100644 index 00000000000..773915be4b8 --- /dev/null +++ b/stable/memories-of-mars/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: memoriesofmars +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Memories of Mars and run it. +home: https://truecharts.org/charts/stable/memories-of-mars +icon: https://truecharts.org/img/hotlink-ok/chart-icons/memories-of-mars.png +keywords: + - memories-of-mars + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: memories-of-mars +sources: + - https://memoriesofmars.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/memories-of-mars + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/memories-of-mars/5.1.3/README.md b/stable/memories-of-mars/5.3.0/README.md similarity index 100% rename from stable/memories-of-mars/5.1.3/README.md rename to stable/memories-of-mars/5.3.0/README.md diff --git a/stable/memories-of-mars/5.3.0/app-changelog.md b/stable/memories-of-mars/5.3.0/app-changelog.md new file mode 100644 index 00000000000..fe552c9e696 --- /dev/null +++ b/stable/memories-of-mars/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [memories-of-mars-5.3.0](https://github.com/truecharts/charts/compare/memories-of-mars-5.2.3...memories-of-mars-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/memories-of-mars/5.1.3/app-readme.md b/stable/memories-of-mars/5.3.0/app-readme.md similarity index 100% rename from stable/memories-of-mars/5.1.3/app-readme.md rename to stable/memories-of-mars/5.3.0/app-readme.md diff --git a/stable/memories-of-mars/5.3.0/charts/common-18.2.0.tgz b/stable/memories-of-mars/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/memories-of-mars/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/memories-of-mars/5.1.3/ix_values.yaml b/stable/memories-of-mars/5.3.0/ix_values.yaml similarity index 100% rename from stable/memories-of-mars/5.1.3/ix_values.yaml rename to stable/memories-of-mars/5.3.0/ix_values.yaml diff --git a/stable/memories-of-mars/5.1.3/questions.yaml b/stable/memories-of-mars/5.3.0/questions.yaml similarity index 100% rename from stable/memories-of-mars/5.1.3/questions.yaml rename to stable/memories-of-mars/5.3.0/questions.yaml diff --git a/stable/memories-of-mars/5.1.3/templates/common.yaml b/stable/memories-of-mars/5.3.0/templates/common.yaml similarity index 100% rename from stable/memories-of-mars/5.1.3/templates/common.yaml rename to stable/memories-of-mars/5.3.0/templates/common.yaml diff --git a/stable/metube/12.1.3/values.yaml b/stable/memories-of-mars/5.3.0/values.yaml similarity index 100% rename from stable/metube/12.1.3/values.yaml rename to stable/memories-of-mars/5.3.0/values.yaml diff --git a/stable/meshcentral/15.1.3/CHANGELOG.md b/stable/meshcentral/15.1.3/CHANGELOG.md deleted file mode 100644 index 4b797e19ea0..00000000000 --- a/stable/meshcentral/15.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - -## [meshcentral-14.1.14](https://github.com/truecharts/charts/compare/meshcentral-14.1.13...meshcentral-14.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [meshcentral-14.1.13](https://github.com/truecharts/charts/compare/meshcentral-14.1.12...meshcentral-14.1.13) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/ylianst/meshcentral to v1.1.20[@bd26159](https://github.com/bd26159) by renovate ([#17677](https://github.com/truecharts/charts/issues/17677)) - - -## [meshcentral-14.1.12](https://github.com/truecharts/charts/compare/meshcentral-14.1.11...meshcentral-14.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [meshcentral-14.1.11](https://github.com/truecharts/charts/compare/meshcentral-14.1.10...meshcentral-14.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [meshcentral-14.1.10](https://github.com/truecharts/charts/compare/meshcentral-14.1.9...meshcentral-14.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [meshcentral-14.1.9](https://github.com/truecharts/charts/compare/meshcentral-14.1.8...meshcentral-14.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [meshcentral-14.1.8](https://github.com/truecharts/charts/compare/meshcentral-14.1.7...meshcentral-14.1.8) (2024-01-19) - -### Chore - - - -- update container image ghcr.io/ylianst/meshcentral to v1.1.19[@b2e718e](https://github.com/b2e718e) by renovate ([#17303](https://github.com/truecharts/charts/issues/17303)) - - -## [meshcentral-14.1.7](https://github.com/truecharts/charts/compare/meshcentral-14.1.6...meshcentral-14.1.7) (2024-01-15) - -### Chore - - - -- update container image ghcr.io/ylianst/meshcentral to v1.1.18[@71f8c8d](https://github.com/71f8c8d) by renovate ([#17248](https://github.com/truecharts/charts/issues/17248)) - - - - -## [meshcentral-14.1.6](https://github.com/truecharts/charts/compare/meshcentral-14.1.5...meshcentral-14.1.6) (2024-01-09) - -### Chore \ No newline at end of file diff --git a/stable/meshcentral/15.1.3/Chart.yaml b/stable/meshcentral/15.1.3/Chart.yaml deleted file mode 100644 index 8c7b0bdfb3e..00000000000 --- a/stable/meshcentral/15.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.1.21 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: MeshCentral is a full computer management web site -home: https://truecharts.org/charts/stable/meshcentral -icon: https://truecharts.org/img/hotlink-ok/chart-icons/meshcentral.png -keywords: - - meshcentral - - teamviewer - - rdp -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: meshcentral -sources: - - https://github.com/Ylianst/MeshCentral - - https://github.com/truecharts/charts/tree/master/charts/stable/meshcentral - - https://ghcr.io/ylianst/meshcentral -type: application -version: 15.1.3 diff --git a/stable/meshcentral/15.1.3/charts/common-18.0.3.tgz b/stable/meshcentral/15.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/meshcentral/15.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/meshcentral/15.1.3/questions.yaml b/stable/meshcentral/15.1.3/questions.yaml deleted file mode 100755 index 7ec2cdfe588..00000000000 --- a/stable/meshcentral/15.1.3/questions.yaml +++ /dev/null @@ -1,4737 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: meshcentral - group: App Configuration - label: MeshCentral Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: settings - label: Section - schema: - additional_attrs: true - type: dict - attrs: - - variable: aliasPort - label: aliasPort - description: The actual main port as seen externally on the Internet, this setting is often used when a reverse-proxy is used. - schema: - type: int - required: true - default: 443 - - variable: cert - label: cert - description: Set this to the primary DNS name of this MeshCentral server. - schema: - type: string - required: true - default: "" - - variable: tlsOffload - label: tlsOffload - description: When true, indicates that a TLS offloader is in front of the MeshCentral server. More typically, set this to the IP address of the reverse proxy or TLS offloader so that IP forwarding headers will be trusted. For example 172.16.0.0/16 - schema: - type: string - default: "172.16.0.0/16" - - variable: trustedProxy - label: trustedProxy - description: Trust forwarded headers from these IPs or domains. Providing the magic string "CloudFlare" will cause the server to download the IP address list of trusted CloudFlare proxies directly from CloudFlare on each server start. For example 172.16.0.0/16. This should be left empty if traefik is used. - schema: - type: string - default: "" - - variable: WANonly - label: WANonly - description: When enabled, only MeshCentral WAN features are enabled and agents will connect to the server using a well known DNS name. - schema: - type: boolean - default: false - - variable: LANonly - label: LANonly - description: When enabled, only MeshCentral LAN features are enabled and agents will find the server using multicast LAN packets. - schema: - type: boolean - default: false - - variable: webRTC - label: webRTC - description: When enabled, allows use of WebRTC to allow direct network traffic between the agent and browser. - schema: - type: boolean - default: false - - variable: compression - label: compression - description: Enables GZIP compression for web requests. - schema: - type: boolean - default: true - - variable: wsCompression - label: wsCompression - description: Enables server-side, websocket per-message deflate compression. - schema: - type: boolean - default: true - - variable: agentWsCompression - label: agentWsCompression - description: Enables agent-side, websocket per-message deflate compression. wscompression must also be true for this to work. - schema: - type: boolean - default: true - - variable: allowFraming - label: allowFraming - description: When enabled, the MeshCentral web site can be embedded within another website's iframe. - schema: - type: boolean - default: false - - variable: newAccounts - label: newAccounts - description: When set to true, allow new user accounts to be created from the login page. - schema: - type: boolean - default: false - - variable: allowHighQualityDesktop - label: allowHighQualityDesktop - description: When false, users will only be able to set remote desktop image quality to 60%, this can reduce server bandwidth usage. - schema: - type: boolean - default: true - - variable: agentLogDump - label: agentLogDump - description: Automatically downloads all agent error logs into meshcentral-data/agenterrorlogs.txt. - schema: - type: boolean - default: false - - variable: agentCoreDump - label: agentCoreDump - description: Automatically activates and transfers any agent crash dump files to the server in meshcentral-data/coredumps. - schema: - type: boolean - default: false - - variable: browserPing - label: browserPing - description: When specified, sends data to the browser at x seconds interval and expects a response from the browser. - schema: - type: int - required: true - default: -99 - - variable: browserPong - label: browserPong - description: When specified, sends data to the browser at x seconds interval. - schema: - type: int - required: true - default: -99 - - variable: agentPing - label: agentPing - description: When specified, sends data to the agent at x seconds interval and expects a response from the agent. - schema: - type: int - required: true - default: -99 - - variable: agentPong - label: agentPong - description: When specified, sends data to the agent at x seconds interval. - schema: - type: int - required: true - default: -99 - - variable: agentIdleTimeout - label: agentIdleTimeout - description: How much time in seconds with no traffic from an agent before dropping the agent connection. - schema: - type: int - required: true - default: -99 - - variable: maxInvalidLogin - label: Section - schema: - additional_attrs: true - type: dict - attrs: - - variable: time - label: time - description: Time in minutes over which the a maximum number of invalid login attempts is allowed from an IP address. - schema: - type: int - required: true - default: 10 - - variable: count - label: count - description: Maximum number of invalid login attempts from an IP address in the time period. - schema: - type: int - required: true - default: 10 - - variable: coolofftime - label: coolofftime - description: Additional time in minute that login attempts will be denied once the invalid login limit is reached. - schema: - type: int - required: true - default: 30 - - variable: exclude - label: exclude - description: Ranges of IP addresses that are not subject to invalid login limitations. For example 192.168.1.0/24,172.16.0.1 - schema: - type: string - default: "" - - variable: maxInvalid2fa - label: Section - schema: - additional_attrs: true - type: dict - attrs: - - variable: time - label: time - description: Time in minutes over which the a maximum number of invalid 2FA attempts is allowed from an IP address. - schema: - type: int - required: true - default: 10 - - variable: count - label: count - description: Maximum number of invalid 2FA attempts from an IP address in the time period. - schema: - type: int - required: true - default: 10 - - variable: coolofftime - label: coolofftime - description: Additional time in minute that 2FA attempts will be denied once the invalid login limit is reached. - schema: - type: int - required: true - default: 30 - - variable: exclude - label: exclude - description: Ranges of IP addresses that are not subject to invalid 2FA limitations. For example 192.168.1.0/24,172.16.0.1 - schema: - type: string - default: "" - - variable: autobackup - label: Section - schema: - additional_attrs: true - type: dict - attrs: - - variable: backupIntervalHours - label: backupIntervalHours - schema: - type: int - required: true - default: 24 - - variable: keepLastDaysBackup - label: keepLastDaysBackup - schema: - type: int - required: true - default: 10 - - variable: zipPassword - label: zipPassword - description: Leave empty for no password - schema: - type: string - private: true - default: "" - - variable: _setupWebDav - label: Backup to Web DAV - description: Enabled automated upload of the server backups to a WebDAV account. - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: webdav - label: Section - schema: - additional_attrs: true - type: dict - attrs: - - variable: url - label: url - description: WebDAV account URL. - schema: - type: string - default: "" - - variable: username - label: username - description: WebDAV account username. - schema: - type: string - default: "" - - variable: password - label: password - description: WebDAV account password. - schema: - type: string - private: true - default: "" - - variable: folderName - label: folderName - description: The name of the folder to create in the WebDAV account. - schema: - type: string - default: MeshCentral-Backups - - variable: maxFiles - label: maxFiles - description: The maximum number of files to keep in the WebDAV folder, older files will be removed if needed. - schema: - type: int - default: 10 - - variable: relayDNS - label: relayDNS - description: When set, relayPort value is ignored. Set this to a DNS name the points to this server. When the server is accessed using the DNS name, the main web server port is used as a web relay port. - schema: - type: list - default: [] - items: - - variable: relayDNSEntry - label: relayDNS Entry - schema: - type: string - required: true - default: "" - - variable: plugins - label: Section - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: _setupMessaging - label: Setup Messaging - description: This section allow MeshCentral to send messages over user messaging networks like Discord - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: messaging - label: Section - schema: - additional_attrs: true - type: dict - attrs: - - variable: _setupTelegram - label: Setup Telegram - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: telegram - label: telegram - description: Configure Telegram messaging system - schema: - additional_attrs: true - type: dict - attrs: - - variable: apiid - label: apiid - schema: - type: string - default: "" - - variable: apihash - label: apihash - schema: - type: string - default: "" - - variable: session - label: session - schema: - type: string - default: "" - - variable: _setupDiscord - label: Setup Discord - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: discord - label: discord - description: Configure Discord messaging system - schema: - additional_attrs: true - type: dict - attrs: - - variable: serverurl - label: serverurl - schema: - type: string - default: "" - - variable: token - label: token - schema: - type: string - default: "" - - variable: _setupXMPP - label: Setup XMPP - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: xmpp - label: xmpp - description: Configure XMPP messaging system - schema: - additional_attrs: true - type: dict - attrs: - - variable: service - label: service - schema: - type: string - default: "" - - variable: credentials - label: credentials - schema: - additional_attrs: true - type: dict - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - private: true - default: "" - - variable: domains - label: Section - schema: - additional_attrs: true - type: dict - attrs: - - variable: tcdefaultdomain - label: 'Section <"">' - schema: - additional_attrs: true - type: dict - attrs: - - variable: certUrl - label: certUrl - description: HTTPS URL when to get the TLS certificate that MeshAgent's will see when connecting to this server. This setting is used when a reverse proxy like Traefik is used in front of MeshCentral. - schema: - type: string - required: true - default: "" - - variable: title - label: title - description: The title of this web site. All web pages will have this title. - schema: - type: string - required: true - default: MeshCentral - - variable: title2 - label: title2 - description: Secondary title text that is placed on the upper right on the title on many web pages. - schema: - type: string - required: true - default: TrueCharts - - variable: welcomeText - label: welcomeText - description: Text that will be shown on the login screen. - schema: - type: string - required: true - default: Welcome to TrueCharts MeshCentral - - variable: minify - label: minify - description: When enabled, the server will send reduced sized web pages. - schema: - type: boolean - default: true - - variable: localSessionRecording - label: localSessionRecording - description: When false, removes the local recording feature on remote desktop. - schema: - type: boolean - default: true - - variable: mstsc - label: mstsc - description: When enabled, activates the built-in web-based RDP client. - schema: - type: boolean - default: true - - variable: ssh - label: ssh - description: When enabled, activates the built-in web-based SSH client. - schema: - type: boolean - default: true - - variable: novnc - label: novnc - description: When enabled, activates the built-in web-based VNC client. - schema: - type: boolean - default: true - - variable: geoLocation - label: geoLocation - description: Enables the geo-location feature and device location map in the user interface, this feature is not being worked on. - schema: - type: boolean - default: true - - variable: nightMode - label: nightMode - description: 0 = User selects day/night mode, 1 = Always night mode, 2 = Always day mode - schema: - type: int - min: 0 - max: 2 - requited: true - default: 0 - - variable: siteStyle - label: siteStyle - description: Valid numbers are 1 and 2, changes the style of the login page and some secondary pages. - schema: - type: int - min: 1 - max: 2 - requited: true - default: 2 - - variable: deviceMeshRouterLinks - label: Section - schema: - additional_attrs: true - type: dict - attrs: - - variable: rdp - label: rdp - description: Display a RDP link in the device tab when supported - schema: - type: boolean - default: true - - variable: ssh - label: ssh - description: Display a SSH link in the device tab when supported - schema: - type: boolean - default: true - - variable: scp - label: scp - description: Display a SCP link in the device tab when supported - schema: - type: boolean - default: true - - variable: _setupAgentCustomization - label: Setup Agent Customization - description: Use this section to customize the agent branding. - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: agentCustomization - label: Section - schema: - additional_attrs: true - type: dict - attrs: - - variable: displayName - label: displayName - description: The name of the agent as displayed to the user. - schema: - type: string - default: MeshCentral Agent - - variable: description - label: description - description: The description of the agent as displayed to the user. - schema: - type: string - default: Mesh Agent Background Service - - variable: companyName - label: companyName - description: This will be used as the path to install the agent, by default this is 'Mesh Agent' in Windows and 'meshagent' in other OS's. - schema: - type: string - default: Mesh Agent - - variable: serviceName - label: serviceName - description: The name of the background service, by default this is 'Mesh Agent' in Windows and 'meshagent' in other OS's but should be set to an all lower case, no space string. - schema: - type: string - default: Mesh Agent - - variable: installText - label: installText - description: Text string to show in the agent installation dialog box. - schema: - type: string - default: "" - - variable: image - label: image - description: The filename of a image file in .png format located in meshcentral-data to display in the MeshCentral Agent installation dialog, image should be square and from 64x64 to 200x200. - schema: - type: string - default: "" - - variable: fileName - label: fileName - description: The agent filename. - schema: - type: string - default: meshagent - - variable: foregroundColor - label: foregroundColor - description: 'Foreground text color, valid values are RBG in format 0,0,0 to 255,255,255 or format "#000000" to "#FFFFFF".' - schema: - type: string - default: "" - - variable: backgroundColor - label: backgroundColor - description: 'Background color, valid values are RBG in format 0,0,0 to 255,255,255 or format "#000000" to "#FFFFFF".' - schema: - type: string - default: "" - - variable: additional_meshcentral - group: App Configuration - label: Additional MeshCentral Configuration - schema: - type: list - default: [] - items: - - variable: entry - label: Key - Value Pair - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - required: true - default: "" - - variable: value - label: Value - schema: - type: string - required: true - default: "" - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Service Port Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 10205 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: data - label: App Data Storage - description: Stores the Application Data. - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: files - label: Files Storage - description: Stores the Files - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: web - label: Web Storage - description: Stores the Web Files. Used for web customization - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: backups - label: Backups Storage - description: Stores the Backups - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/mindustry/5.1.3/.helmignore b/stable/meshcentral/15.3.0/.helmignore similarity index 100% rename from stable/mindustry/5.1.3/.helmignore rename to stable/meshcentral/15.3.0/.helmignore diff --git a/stable/meshcentral/15.3.0/CHANGELOG.md b/stable/meshcentral/15.3.0/CHANGELOG.md new file mode 100644 index 00000000000..1f75ee9d78f --- /dev/null +++ b/stable/meshcentral/15.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [meshcentral-15.3.0](https://github.com/truecharts/charts/compare/meshcentral-15.2.3...meshcentral-15.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [meshcentral-15.2.3](https://github.com/truecharts/charts/compare/meshcentral-15.2.2...meshcentral-15.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [meshcentral-15.2.2](https://github.com/truecharts/charts/compare/meshcentral-15.2.0...meshcentral-15.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + +## [meshcentral-14.1.14](https://github.com/truecharts/charts/compare/meshcentral-14.1.13...meshcentral-14.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [meshcentral-14.1.13](https://github.com/truecharts/charts/compare/meshcentral-14.1.12...meshcentral-14.1.13) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/ylianst/meshcentral to v1.1.20[@bd26159](https://github.com/bd26159) by renovate ([#17677](https://github.com/truecharts/charts/issues/17677)) + + +## [meshcentral-14.1.12](https://github.com/truecharts/charts/compare/meshcentral-14.1.11...meshcentral-14.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [meshcentral-14.1.11](https://github.com/truecharts/charts/compare/meshcentral-14.1.10...meshcentral-14.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [meshcentral-14.1.10](https://github.com/truecharts/charts/compare/meshcentral-14.1.9...meshcentral-14.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [meshcentral-14.1.9](https://github.com/truecharts/charts/compare/meshcentral-14.1.8...meshcentral-14.1.9) (2024-01-21) diff --git a/stable/meshcentral/15.3.0/Chart.yaml b/stable/meshcentral/15.3.0/Chart.yaml new file mode 100644 index 00000000000..b9787235091 --- /dev/null +++ b/stable/meshcentral/15.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.1.21 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: MeshCentral is a full computer management web site +home: https://truecharts.org/charts/stable/meshcentral +icon: https://truecharts.org/img/hotlink-ok/chart-icons/meshcentral.png +keywords: + - meshcentral + - teamviewer + - rdp +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: meshcentral +sources: + - https://github.com/Ylianst/MeshCentral + - https://github.com/truecharts/charts/tree/master/charts/stable/meshcentral + - https://ghcr.io/ylianst/meshcentral +type: application +version: 15.3.0 diff --git a/stable/meshcentral/15.1.3/README.md b/stable/meshcentral/15.3.0/README.md similarity index 100% rename from stable/meshcentral/15.1.3/README.md rename to stable/meshcentral/15.3.0/README.md diff --git a/stable/meshcentral/15.3.0/app-changelog.md b/stable/meshcentral/15.3.0/app-changelog.md new file mode 100644 index 00000000000..b4bef0439d9 --- /dev/null +++ b/stable/meshcentral/15.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [meshcentral-15.3.0](https://github.com/truecharts/charts/compare/meshcentral-15.2.3...meshcentral-15.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/meshcentral/15.1.3/app-readme.md b/stable/meshcentral/15.3.0/app-readme.md similarity index 100% rename from stable/meshcentral/15.1.3/app-readme.md rename to stable/meshcentral/15.3.0/app-readme.md diff --git a/stable/meshcentral/15.3.0/charts/common-18.2.0.tgz b/stable/meshcentral/15.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/meshcentral/15.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/meshcentral/15.1.3/ix_values.yaml b/stable/meshcentral/15.3.0/ix_values.yaml similarity index 100% rename from stable/meshcentral/15.1.3/ix_values.yaml rename to stable/meshcentral/15.3.0/ix_values.yaml diff --git a/stable/meshcentral/15.3.0/questions.yaml b/stable/meshcentral/15.3.0/questions.yaml new file mode 100755 index 00000000000..32a45116ed9 --- /dev/null +++ b/stable/meshcentral/15.3.0/questions.yaml @@ -0,0 +1,4695 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: meshcentral + group: App Configuration + label: MeshCentral Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: settings + label: Section + schema: + additional_attrs: true + type: dict + attrs: + - variable: aliasPort + label: aliasPort + description: The actual main port as seen externally on the Internet, this setting is often used when a reverse-proxy is used. + schema: + type: int + required: true + default: 443 + - variable: cert + label: cert + description: Set this to the primary DNS name of this MeshCentral server. + schema: + type: string + required: true + default: "" + - variable: tlsOffload + label: tlsOffload + description: When true, indicates that a TLS offloader is in front of the MeshCentral server. More typically, set this to the IP address of the reverse proxy or TLS offloader so that IP forwarding headers will be trusted. For example 172.16.0.0/16 + schema: + type: string + default: "172.16.0.0/16" + - variable: trustedProxy + label: trustedProxy + description: Trust forwarded headers from these IPs or domains. Providing the magic string "CloudFlare" will cause the server to download the IP address list of trusted CloudFlare proxies directly from CloudFlare on each server start. For example 172.16.0.0/16. This should be left empty if traefik is used. + schema: + type: string + default: "" + - variable: WANonly + label: WANonly + description: When enabled, only MeshCentral WAN features are enabled and agents will connect to the server using a well known DNS name. + schema: + type: boolean + default: false + - variable: LANonly + label: LANonly + description: When enabled, only MeshCentral LAN features are enabled and agents will find the server using multicast LAN packets. + schema: + type: boolean + default: false + - variable: webRTC + label: webRTC + description: When enabled, allows use of WebRTC to allow direct network traffic between the agent and browser. + schema: + type: boolean + default: false + - variable: compression + label: compression + description: Enables GZIP compression for web requests. + schema: + type: boolean + default: true + - variable: wsCompression + label: wsCompression + description: Enables server-side, websocket per-message deflate compression. + schema: + type: boolean + default: true + - variable: agentWsCompression + label: agentWsCompression + description: Enables agent-side, websocket per-message deflate compression. wscompression must also be true for this to work. + schema: + type: boolean + default: true + - variable: allowFraming + label: allowFraming + description: When enabled, the MeshCentral web site can be embedded within another website's iframe. + schema: + type: boolean + default: false + - variable: newAccounts + label: newAccounts + description: When set to true, allow new user accounts to be created from the login page. + schema: + type: boolean + default: false + - variable: allowHighQualityDesktop + label: allowHighQualityDesktop + description: When false, users will only be able to set remote desktop image quality to 60%, this can reduce server bandwidth usage. + schema: + type: boolean + default: true + - variable: agentLogDump + label: agentLogDump + description: Automatically downloads all agent error logs into meshcentral-data/agenterrorlogs.txt. + schema: + type: boolean + default: false + - variable: agentCoreDump + label: agentCoreDump + description: Automatically activates and transfers any agent crash dump files to the server in meshcentral-data/coredumps. + schema: + type: boolean + default: false + - variable: browserPing + label: browserPing + description: When specified, sends data to the browser at x seconds interval and expects a response from the browser. + schema: + type: int + required: true + default: -99 + - variable: browserPong + label: browserPong + description: When specified, sends data to the browser at x seconds interval. + schema: + type: int + required: true + default: -99 + - variable: agentPing + label: agentPing + description: When specified, sends data to the agent at x seconds interval and expects a response from the agent. + schema: + type: int + required: true + default: -99 + - variable: agentPong + label: agentPong + description: When specified, sends data to the agent at x seconds interval. + schema: + type: int + required: true + default: -99 + - variable: agentIdleTimeout + label: agentIdleTimeout + description: How much time in seconds with no traffic from an agent before dropping the agent connection. + schema: + type: int + required: true + default: -99 + - variable: maxInvalidLogin + label: Section + schema: + additional_attrs: true + type: dict + attrs: + - variable: time + label: time + description: Time in minutes over which the a maximum number of invalid login attempts is allowed from an IP address. + schema: + type: int + required: true + default: 10 + - variable: count + label: count + description: Maximum number of invalid login attempts from an IP address in the time period. + schema: + type: int + required: true + default: 10 + - variable: coolofftime + label: coolofftime + description: Additional time in minute that login attempts will be denied once the invalid login limit is reached. + schema: + type: int + required: true + default: 30 + - variable: exclude + label: exclude + description: Ranges of IP addresses that are not subject to invalid login limitations. For example 192.168.1.0/24,172.16.0.1 + schema: + type: string + default: "" + - variable: maxInvalid2fa + label: Section + schema: + additional_attrs: true + type: dict + attrs: + - variable: time + label: time + description: Time in minutes over which the a maximum number of invalid 2FA attempts is allowed from an IP address. + schema: + type: int + required: true + default: 10 + - variable: count + label: count + description: Maximum number of invalid 2FA attempts from an IP address in the time period. + schema: + type: int + required: true + default: 10 + - variable: coolofftime + label: coolofftime + description: Additional time in minute that 2FA attempts will be denied once the invalid login limit is reached. + schema: + type: int + required: true + default: 30 + - variable: exclude + label: exclude + description: Ranges of IP addresses that are not subject to invalid 2FA limitations. For example 192.168.1.0/24,172.16.0.1 + schema: + type: string + default: "" + - variable: autobackup + label: Section + schema: + additional_attrs: true + type: dict + attrs: + - variable: backupIntervalHours + label: backupIntervalHours + schema: + type: int + required: true + default: 24 + - variable: keepLastDaysBackup + label: keepLastDaysBackup + schema: + type: int + required: true + default: 10 + - variable: zipPassword + label: zipPassword + description: Leave empty for no password + schema: + type: string + private: true + default: "" + - variable: _setupWebDav + label: Backup to Web DAV + description: Enabled automated upload of the server backups to a WebDAV account. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: webdav + label: Section + schema: + additional_attrs: true + type: dict + attrs: + - variable: url + label: url + description: WebDAV account URL. + schema: + type: string + default: "" + - variable: username + label: username + description: WebDAV account username. + schema: + type: string + default: "" + - variable: password + label: password + description: WebDAV account password. + schema: + type: string + private: true + default: "" + - variable: folderName + label: folderName + description: The name of the folder to create in the WebDAV account. + schema: + type: string + default: MeshCentral-Backups + - variable: maxFiles + label: maxFiles + description: The maximum number of files to keep in the WebDAV folder, older files will be removed if needed. + schema: + type: int + default: 10 + - variable: relayDNS + label: relayDNS + description: When set, relayPort value is ignored. Set this to a DNS name the points to this server. When the server is accessed using the DNS name, the main web server port is used as a web relay port. + schema: + type: list + default: [] + items: + - variable: relayDNSEntry + label: relayDNS Entry + schema: + type: string + required: true + default: "" + - variable: plugins + label: Section + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: _setupMessaging + label: Setup Messaging + description: This section allow MeshCentral to send messages over user messaging networks like Discord + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: messaging + label: Section + schema: + additional_attrs: true + type: dict + attrs: + - variable: _setupTelegram + label: Setup Telegram + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: telegram + label: telegram + description: Configure Telegram messaging system + schema: + additional_attrs: true + type: dict + attrs: + - variable: apiid + label: apiid + schema: + type: string + default: "" + - variable: apihash + label: apihash + schema: + type: string + default: "" + - variable: session + label: session + schema: + type: string + default: "" + - variable: _setupDiscord + label: Setup Discord + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: discord + label: discord + description: Configure Discord messaging system + schema: + additional_attrs: true + type: dict + attrs: + - variable: serverurl + label: serverurl + schema: + type: string + default: "" + - variable: token + label: token + schema: + type: string + default: "" + - variable: _setupXMPP + label: Setup XMPP + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: xmpp + label: xmpp + description: Configure XMPP messaging system + schema: + additional_attrs: true + type: dict + attrs: + - variable: service + label: service + schema: + type: string + default: "" + - variable: credentials + label: credentials + schema: + additional_attrs: true + type: dict + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + private: true + default: "" + - variable: domains + label: Section + schema: + additional_attrs: true + type: dict + attrs: + - variable: tcdefaultdomain + label: 'Section <"">' + schema: + additional_attrs: true + type: dict + attrs: + - variable: certUrl + label: certUrl + description: HTTPS URL when to get the TLS certificate that MeshAgent's will see when connecting to this server. This setting is used when a reverse proxy like Traefik is used in front of MeshCentral. + schema: + type: string + required: true + default: "" + - variable: title + label: title + description: The title of this web site. All web pages will have this title. + schema: + type: string + required: true + default: MeshCentral + - variable: title2 + label: title2 + description: Secondary title text that is placed on the upper right on the title on many web pages. + schema: + type: string + required: true + default: TrueCharts + - variable: welcomeText + label: welcomeText + description: Text that will be shown on the login screen. + schema: + type: string + required: true + default: Welcome to TrueCharts MeshCentral + - variable: minify + label: minify + description: When enabled, the server will send reduced sized web pages. + schema: + type: boolean + default: true + - variable: localSessionRecording + label: localSessionRecording + description: When false, removes the local recording feature on remote desktop. + schema: + type: boolean + default: true + - variable: mstsc + label: mstsc + description: When enabled, activates the built-in web-based RDP client. + schema: + type: boolean + default: true + - variable: ssh + label: ssh + description: When enabled, activates the built-in web-based SSH client. + schema: + type: boolean + default: true + - variable: novnc + label: novnc + description: When enabled, activates the built-in web-based VNC client. + schema: + type: boolean + default: true + - variable: geoLocation + label: geoLocation + description: Enables the geo-location feature and device location map in the user interface, this feature is not being worked on. + schema: + type: boolean + default: true + - variable: nightMode + label: nightMode + description: 0 = User selects day/night mode, 1 = Always night mode, 2 = Always day mode + schema: + type: int + min: 0 + max: 2 + requited: true + default: 0 + - variable: siteStyle + label: siteStyle + description: Valid numbers are 1 and 2, changes the style of the login page and some secondary pages. + schema: + type: int + min: 1 + max: 2 + requited: true + default: 2 + - variable: deviceMeshRouterLinks + label: Section + schema: + additional_attrs: true + type: dict + attrs: + - variable: rdp + label: rdp + description: Display a RDP link in the device tab when supported + schema: + type: boolean + default: true + - variable: ssh + label: ssh + description: Display a SSH link in the device tab when supported + schema: + type: boolean + default: true + - variable: scp + label: scp + description: Display a SCP link in the device tab when supported + schema: + type: boolean + default: true + - variable: _setupAgentCustomization + label: Setup Agent Customization + description: Use this section to customize the agent branding. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: agentCustomization + label: Section + schema: + additional_attrs: true + type: dict + attrs: + - variable: displayName + label: displayName + description: The name of the agent as displayed to the user. + schema: + type: string + default: MeshCentral Agent + - variable: description + label: description + description: The description of the agent as displayed to the user. + schema: + type: string + default: Mesh Agent Background Service + - variable: companyName + label: companyName + description: This will be used as the path to install the agent, by default this is 'Mesh Agent' in Windows and 'meshagent' in other OS's. + schema: + type: string + default: Mesh Agent + - variable: serviceName + label: serviceName + description: The name of the background service, by default this is 'Mesh Agent' in Windows and 'meshagent' in other OS's but should be set to an all lower case, no space string. + schema: + type: string + default: Mesh Agent + - variable: installText + label: installText + description: Text string to show in the agent installation dialog box. + schema: + type: string + default: "" + - variable: image + label: image + description: The filename of a image file in .png format located in meshcentral-data to display in the MeshCentral Agent installation dialog, image should be square and from 64x64 to 200x200. + schema: + type: string + default: "" + - variable: fileName + label: fileName + description: The agent filename. + schema: + type: string + default: meshagent + - variable: foregroundColor + label: foregroundColor + description: 'Foreground text color, valid values are RBG in format 0,0,0 to 255,255,255 or format "#000000" to "#FFFFFF".' + schema: + type: string + default: "" + - variable: backgroundColor + label: backgroundColor + description: 'Background color, valid values are RBG in format 0,0,0 to 255,255,255 or format "#000000" to "#FFFFFF".' + schema: + type: string + default: "" + - variable: additional_meshcentral + group: App Configuration + label: Additional MeshCentral Configuration + schema: + type: list + default: [] + items: + - variable: entry + label: Key - Value Pair + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + required: true + default: "" + - variable: value + label: Value + schema: + type: string + required: true + default: "" + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 10205 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: data + label: App Data Storage + description: Stores the Application Data. + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: files + label: Files Storage + description: Stores the Files + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: web + label: Web Storage + description: Stores the Web Files. Used for web customization + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: backups + label: Backups Storage + description: Stores the Backups + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/meshcentral/15.1.3/templates/_secret.tpl b/stable/meshcentral/15.3.0/templates/_secret.tpl similarity index 100% rename from stable/meshcentral/15.1.3/templates/_secret.tpl rename to stable/meshcentral/15.3.0/templates/_secret.tpl diff --git a/stable/meshcentral/15.1.3/templates/common.yaml b/stable/meshcentral/15.3.0/templates/common.yaml similarity index 100% rename from stable/meshcentral/15.1.3/templates/common.yaml rename to stable/meshcentral/15.3.0/templates/common.yaml diff --git a/stable/mindustry/5.1.3/values.yaml b/stable/meshcentral/15.3.0/values.yaml similarity index 100% rename from stable/mindustry/5.1.3/values.yaml rename to stable/meshcentral/15.3.0/values.yaml diff --git a/stable/meshroom/9.1.3/CHANGELOG.md b/stable/meshroom/9.1.3/CHANGELOG.md deleted file mode 100644 index 9d6ad0e1582..00000000000 --- a/stable/meshroom/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [meshroom-8.1.11](https://github.com/truecharts/charts/compare/meshroom-8.1.10...meshroom-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [meshroom-8.1.10](https://github.com/truecharts/charts/compare/meshroom-8.1.9...meshroom-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [meshroom-8.1.9](https://github.com/truecharts/charts/compare/meshroom-8.1.8...meshroom-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [meshroom-8.1.8](https://github.com/truecharts/charts/compare/meshroom-8.1.7...meshroom-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [meshroom-8.1.7](https://github.com/truecharts/charts/compare/meshroom-8.1.6...meshroom-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [meshroom-8.1.6](https://github.com/truecharts/charts/compare/meshroom-8.1.5...meshroom-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [meshroom-8.1.5](https://github.com/truecharts/charts/compare/meshroom-8.1.4...meshroom-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [meshroom-8.1.4](https://github.com/truecharts/charts/compare/meshroom-8.1.3...meshroom-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [meshroom-8.1.3](https://github.com/truecharts/charts/compare/meshroom-8.1.0...meshroom-8.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/meshroom/9.1.3/Chart.yaml b/stable/meshroom/9.1.3/Chart.yaml deleted file mode 100644 index 87f8ae62be8..00000000000 --- a/stable/meshroom/9.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2021.1.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision Photogrammetric Computer Vision framework. -home: https://truecharts.org/charts/stable/meshroom -icon: https://truecharts.org/img/hotlink-ok/chart-icons/meshroom.png -keywords: - - meshroom -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: meshroom -sources: - - https://github.com/alicevision/meshroom - - https://github.com/truecharts/charts/tree/master/charts/stable/meshroom - - https://hub.docker.com/r/alicevision/meshroom -type: application -version: 9.1.3 diff --git a/stable/meshroom/9.1.3/charts/common-18.0.3.tgz b/stable/meshroom/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/meshroom/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/minecraft-bedrock/8.2.0/.helmignore b/stable/meshroom/9.3.0/.helmignore similarity index 100% rename from stable/minecraft-bedrock/8.2.0/.helmignore rename to stable/meshroom/9.3.0/.helmignore diff --git a/stable/meshroom/9.3.0/CHANGELOG.md b/stable/meshroom/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..e6864659bc7 --- /dev/null +++ b/stable/meshroom/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [meshroom-9.3.0](https://github.com/truecharts/charts/compare/meshroom-9.2.3...meshroom-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [meshroom-9.2.3](https://github.com/truecharts/charts/compare/meshroom-9.2.2...meshroom-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [meshroom-9.2.2](https://github.com/truecharts/charts/compare/meshroom-9.2.0...meshroom-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [meshroom-8.1.11](https://github.com/truecharts/charts/compare/meshroom-8.1.10...meshroom-8.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [meshroom-8.1.10](https://github.com/truecharts/charts/compare/meshroom-8.1.9...meshroom-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [meshroom-8.1.9](https://github.com/truecharts/charts/compare/meshroom-8.1.8...meshroom-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [meshroom-8.1.8](https://github.com/truecharts/charts/compare/meshroom-8.1.7...meshroom-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [meshroom-8.1.7](https://github.com/truecharts/charts/compare/meshroom-8.1.6...meshroom-8.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [meshroom-8.1.6](https://github.com/truecharts/charts/compare/meshroom-8.1.5...meshroom-8.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/meshroom/9.3.0/Chart.yaml b/stable/meshroom/9.3.0/Chart.yaml new file mode 100644 index 00000000000..3641ed4dd93 --- /dev/null +++ b/stable/meshroom/9.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2021.1.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision Photogrammetric Computer Vision framework. +home: https://truecharts.org/charts/stable/meshroom +icon: https://truecharts.org/img/hotlink-ok/chart-icons/meshroom.png +keywords: + - meshroom +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: meshroom +sources: + - https://github.com/alicevision/meshroom + - https://github.com/truecharts/charts/tree/master/charts/stable/meshroom + - https://hub.docker.com/r/alicevision/meshroom +type: application +version: 9.3.0 diff --git a/stable/meshroom/9.1.3/README.md b/stable/meshroom/9.3.0/README.md similarity index 100% rename from stable/meshroom/9.1.3/README.md rename to stable/meshroom/9.3.0/README.md diff --git a/stable/meshroom/9.3.0/app-changelog.md b/stable/meshroom/9.3.0/app-changelog.md new file mode 100644 index 00000000000..c5a462db59e --- /dev/null +++ b/stable/meshroom/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [meshroom-9.3.0](https://github.com/truecharts/charts/compare/meshroom-9.2.3...meshroom-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/meshroom/9.1.3/app-readme.md b/stable/meshroom/9.3.0/app-readme.md similarity index 100% rename from stable/meshroom/9.1.3/app-readme.md rename to stable/meshroom/9.3.0/app-readme.md diff --git a/stable/meshroom/9.3.0/charts/common-18.2.0.tgz b/stable/meshroom/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/meshroom/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/meshroom/9.1.3/ix_values.yaml b/stable/meshroom/9.3.0/ix_values.yaml similarity index 100% rename from stable/meshroom/9.1.3/ix_values.yaml rename to stable/meshroom/9.3.0/ix_values.yaml diff --git a/stable/meshroom/9.1.3/questions.yaml b/stable/meshroom/9.3.0/questions.yaml similarity index 100% rename from stable/meshroom/9.1.3/questions.yaml rename to stable/meshroom/9.3.0/questions.yaml diff --git a/stable/minecraft-java/8.1.3/templates/NOTES.txt b/stable/meshroom/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/minecraft-java/8.1.3/templates/NOTES.txt rename to stable/meshroom/9.3.0/templates/NOTES.txt diff --git a/stable/minecraft-bedrock/8.2.0/templates/common.yaml b/stable/meshroom/9.3.0/templates/common.yaml similarity index 100% rename from stable/minecraft-bedrock/8.2.0/templates/common.yaml rename to stable/meshroom/9.3.0/templates/common.yaml diff --git a/stable/minecraft-bedrock/8.2.0/values.yaml b/stable/meshroom/9.3.0/values.yaml similarity index 100% rename from stable/minecraft-bedrock/8.2.0/values.yaml rename to stable/meshroom/9.3.0/values.yaml diff --git a/stable/metabase/3.1.4/CHANGELOG.md b/stable/metabase/3.1.4/CHANGELOG.md deleted file mode 100644 index 3ecb638b0d3..00000000000 --- a/stable/metabase/3.1.4/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - -## [metabase-2.1.15](https://github.com/truecharts/charts/compare/metabase-2.1.14...metabase-2.1.15) (2024-02-12) - -### Chore - - - -- update container image metabase/metabase to v0.48.5[@9ae4ca1](https://github.com/9ae4ca1) by renovate ([#18143](https://github.com/truecharts/charts/issues/18143)) - - -## [metabase-2.1.14](https://github.com/truecharts/charts/compare/metabase-2.1.13...metabase-2.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [metabase-2.1.13](https://github.com/truecharts/charts/compare/metabase-2.1.12...metabase-2.1.13) (2024-01-29) - -### Chore - - - -- update container image metabase/metabase to v0.48.4[@fb0eb5b](https://github.com/fb0eb5b) by renovate ([#17754](https://github.com/truecharts/charts/issues/17754)) - - -## [metabase-2.1.12](https://github.com/truecharts/charts/compare/metabase-2.1.11...metabase-2.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [metabase-2.1.11](https://github.com/truecharts/charts/compare/metabase-2.1.10...metabase-2.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [metabase-2.1.10](https://github.com/truecharts/charts/compare/metabase-2.1.9...metabase-2.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [metabase-2.1.9](https://github.com/truecharts/charts/compare/metabase-2.1.8...metabase-2.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [metabase-2.1.8](https://github.com/truecharts/charts/compare/metabase-2.1.7...metabase-2.1.8) (2024-01-14) - -### Chore - - - -- update container image metabase/metabase to v0.48.3[@2f788f9](https://github.com/2f788f9) by renovate ([#17195](https://github.com/truecharts/charts/issues/17195)) - - - - -## [metabase-2.1.7](https://github.com/truecharts/charts/compare/metabase-2.1.6...metabase-2.1.7) (2024-01-09) \ No newline at end of file diff --git a/stable/metabase/3.1.4/Chart.yaml b/stable/metabase/3.1.4/Chart.yaml deleted file mode 100644 index e4f851acca7..00000000000 --- a/stable/metabase/3.1.4/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: reporting - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.48.7 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Business intelligence, dashboards, and data visualization tools -home: https://truecharts.org/charts/stable/metabase -icon: https://truecharts.org/img/hotlink-ok/chart-icons/metabase.png -keywords: - - metabase -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: metabase -sources: - - https://github.com/metabase/metabase - - https://github.com/truecharts/charts/tree/master/charts/stable/metabase - - https://hub.docker.com/r/metabase/metabase -type: application -version: 3.1.4 diff --git a/stable/metabase/3.1.4/charts/common-18.0.3.tgz b/stable/metabase/3.1.4/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/metabase/3.1.4/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/metabase/3.1.4/questions.yaml b/stable/metabase/3.1.4/questions.yaml deleted file mode 100755 index bc74308658e..00000000000 --- a/stable/metabase/3.1.4/questions.yaml +++ /dev/null @@ -1,3301 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 13030 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: plugins - label: "App Plugin Storage" - description: "Stores the Metabase Plugins." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/minecraft-bungeecord/8.1.3/.helmignore b/stable/metabase/3.3.0/.helmignore similarity index 100% rename from stable/minecraft-bungeecord/8.1.3/.helmignore rename to stable/metabase/3.3.0/.helmignore diff --git a/stable/metabase/3.3.0/CHANGELOG.md b/stable/metabase/3.3.0/CHANGELOG.md new file mode 100644 index 00000000000..32407b62443 --- /dev/null +++ b/stable/metabase/3.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [metabase-3.3.0](https://github.com/truecharts/charts/compare/metabase-3.2.3...metabase-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [metabase-3.2.3](https://github.com/truecharts/charts/compare/metabase-3.2.2...metabase-3.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [metabase-3.2.2](https://github.com/truecharts/charts/compare/metabase-3.2.0...metabase-3.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + +## [metabase-2.1.15](https://github.com/truecharts/charts/compare/metabase-2.1.14...metabase-2.1.15) (2024-02-12) + +### Chore + + + +- update container image metabase/metabase to v0.48.5[@9ae4ca1](https://github.com/9ae4ca1) by renovate ([#18143](https://github.com/truecharts/charts/issues/18143)) + + +## [metabase-2.1.14](https://github.com/truecharts/charts/compare/metabase-2.1.13...metabase-2.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [metabase-2.1.13](https://github.com/truecharts/charts/compare/metabase-2.1.12...metabase-2.1.13) (2024-01-29) + +### Chore + + + +- update container image metabase/metabase to v0.48.4[@fb0eb5b](https://github.com/fb0eb5b) by renovate ([#17754](https://github.com/truecharts/charts/issues/17754)) + + +## [metabase-2.1.12](https://github.com/truecharts/charts/compare/metabase-2.1.11...metabase-2.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [metabase-2.1.11](https://github.com/truecharts/charts/compare/metabase-2.1.10...metabase-2.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + diff --git a/stable/metabase/3.3.0/Chart.yaml b/stable/metabase/3.3.0/Chart.yaml new file mode 100644 index 00000000000..19d4ae69f70 --- /dev/null +++ b/stable/metabase/3.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: reporting + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.48.7 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Business intelligence, dashboards, and data visualization tools +home: https://truecharts.org/charts/stable/metabase +icon: https://truecharts.org/img/hotlink-ok/chart-icons/metabase.png +keywords: + - metabase +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: metabase +sources: + - https://github.com/metabase/metabase + - https://github.com/truecharts/charts/tree/master/charts/stable/metabase + - https://hub.docker.com/r/metabase/metabase +type: application +version: 3.3.0 diff --git a/stable/metabase/3.1.4/README.md b/stable/metabase/3.3.0/README.md similarity index 100% rename from stable/metabase/3.1.4/README.md rename to stable/metabase/3.3.0/README.md diff --git a/stable/metabase/3.3.0/app-changelog.md b/stable/metabase/3.3.0/app-changelog.md new file mode 100644 index 00000000000..caba5546f11 --- /dev/null +++ b/stable/metabase/3.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [metabase-3.3.0](https://github.com/truecharts/charts/compare/metabase-3.2.3...metabase-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/metabase/3.1.4/app-readme.md b/stable/metabase/3.3.0/app-readme.md similarity index 100% rename from stable/metabase/3.1.4/app-readme.md rename to stable/metabase/3.3.0/app-readme.md diff --git a/stable/metabase/3.3.0/charts/common-18.2.0.tgz b/stable/metabase/3.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/metabase/3.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/metabase/3.1.4/ix_values.yaml b/stable/metabase/3.3.0/ix_values.yaml similarity index 100% rename from stable/metabase/3.1.4/ix_values.yaml rename to stable/metabase/3.3.0/ix_values.yaml diff --git a/stable/metabase/3.3.0/questions.yaml b/stable/metabase/3.3.0/questions.yaml new file mode 100755 index 00000000000..d0c16f98b90 --- /dev/null +++ b/stable/metabase/3.3.0/questions.yaml @@ -0,0 +1,3259 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 13030 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: plugins + label: "App Plugin Storage" + description: "Stores the Metabase Plugins." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/minetest/8.1.4/templates/NOTES.txt b/stable/metabase/3.3.0/templates/NOTES.txt similarity index 100% rename from stable/minetest/8.1.4/templates/NOTES.txt rename to stable/metabase/3.3.0/templates/NOTES.txt diff --git a/stable/minecraft-bungeecord/8.1.3/templates/common.yaml b/stable/metabase/3.3.0/templates/common.yaml similarity index 100% rename from stable/minecraft-bungeecord/8.1.3/templates/common.yaml rename to stable/metabase/3.3.0/templates/common.yaml diff --git a/stable/minecraft-bungeecord/8.1.3/values.yaml b/stable/metabase/3.3.0/values.yaml similarity index 100% rename from stable/minecraft-bungeecord/8.1.3/values.yaml rename to stable/metabase/3.3.0/values.yaml diff --git a/stable/metatube/5.1.3/CHANGELOG.md b/stable/metatube/5.1.3/CHANGELOG.md deleted file mode 100644 index 35bc5fdba06..00000000000 --- a/stable/metatube/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [metatube-4.1.14](https://github.com/truecharts/charts/compare/metatube-4.1.13...metatube-4.1.14) (2024-02-05) - -### Chore - - - -- update container image jvt038/metatube to latest[@ea605c5](https://github.com/ea605c5) by renovate ([#17877](https://github.com/truecharts/charts/issues/17877)) - - -## [metatube-4.1.13](https://github.com/truecharts/charts/compare/metatube-4.1.12...metatube-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [metatube-4.1.12](https://github.com/truecharts/charts/compare/metatube-4.1.11...metatube-4.1.12) (2024-01-29) - -### Chore - - - -- update container image jvt038/metatube to latest[@67755ab](https://github.com/67755ab) by renovate ([#17746](https://github.com/truecharts/charts/issues/17746)) - - -## [metatube-4.1.11](https://github.com/truecharts/charts/compare/metatube-4.1.10...metatube-4.1.11) (2024-01-29) - -### Chore - - - -- update container image jvt038/metatube to latest[@fdf8d21](https://github.com/fdf8d21) by renovate ([#17639](https://github.com/truecharts/charts/issues/17639)) - - -## [metatube-4.1.10](https://github.com/truecharts/charts/compare/metatube-4.1.9...metatube-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [metatube-4.1.9](https://github.com/truecharts/charts/compare/metatube-4.1.8...metatube-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [metatube-4.1.8](https://github.com/truecharts/charts/compare/metatube-4.1.7...metatube-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [metatube-4.1.7](https://github.com/truecharts/charts/compare/metatube-4.1.6...metatube-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [metatube-4.1.6](https://github.com/truecharts/charts/compare/metatube-4.1.5...metatube-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - diff --git a/stable/metatube/5.1.3/Chart.yaml b/stable/metatube/5.1.3/Chart.yaml deleted file mode 100644 index 31f61c26314..00000000000 --- a/stable/metatube/5.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: MetaTube downloads video from YouTube and can add metadata from a specified metadata provider on the downloaded file. -home: https://truecharts.org/charts/stable/metatube -icon: https://truecharts.org/img/hotlink-ok/chart-icons/metatube.png -keywords: - - metatube - - Downloaders - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: metatube -sources: - - https://github.com/JVT038/MetaTube - - https://github.com/truecharts/charts/tree/master/charts/stable/metatube - - https://hub.docker.com/r/jvt038/metatube -type: application -version: 5.1.3 diff --git a/stable/metatube/5.1.3/charts/common-18.0.3.tgz b/stable/metatube/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/metatube/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/minecraft-java/8.1.3/.helmignore b/stable/metatube/5.3.0/.helmignore similarity index 100% rename from stable/minecraft-java/8.1.3/.helmignore rename to stable/metatube/5.3.0/.helmignore diff --git a/stable/metatube/5.3.0/CHANGELOG.md b/stable/metatube/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..6106f01b4a3 --- /dev/null +++ b/stable/metatube/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [metatube-5.3.0](https://github.com/truecharts/charts/compare/metatube-5.2.3...metatube-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [metatube-5.2.3](https://github.com/truecharts/charts/compare/metatube-5.2.2...metatube-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [metatube-5.2.2](https://github.com/truecharts/charts/compare/metatube-5.2.0...metatube-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [metatube-4.1.14](https://github.com/truecharts/charts/compare/metatube-4.1.13...metatube-4.1.14) (2024-02-05) + +### Chore + + + +- update container image jvt038/metatube to latest[@ea605c5](https://github.com/ea605c5) by renovate ([#17877](https://github.com/truecharts/charts/issues/17877)) + + +## [metatube-4.1.13](https://github.com/truecharts/charts/compare/metatube-4.1.12...metatube-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [metatube-4.1.12](https://github.com/truecharts/charts/compare/metatube-4.1.11...metatube-4.1.12) (2024-01-29) + +### Chore + + + +- update container image jvt038/metatube to latest[@67755ab](https://github.com/67755ab) by renovate ([#17746](https://github.com/truecharts/charts/issues/17746)) + + +## [metatube-4.1.11](https://github.com/truecharts/charts/compare/metatube-4.1.10...metatube-4.1.11) (2024-01-29) + +### Chore + + + +- update container image jvt038/metatube to latest[@fdf8d21](https://github.com/fdf8d21) by renovate ([#17639](https://github.com/truecharts/charts/issues/17639)) + + +## [metatube-4.1.10](https://github.com/truecharts/charts/compare/metatube-4.1.9...metatube-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [metatube-4.1.9](https://github.com/truecharts/charts/compare/metatube-4.1.8...metatube-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) diff --git a/stable/metatube/5.3.0/Chart.yaml b/stable/metatube/5.3.0/Chart.yaml new file mode 100644 index 00000000000..4478007aecb --- /dev/null +++ b/stable/metatube/5.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: MetaTube downloads video from YouTube and can add metadata from a specified metadata provider on the downloaded file. +home: https://truecharts.org/charts/stable/metatube +icon: https://truecharts.org/img/hotlink-ok/chart-icons/metatube.png +keywords: + - metatube + - Downloaders + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: metatube +sources: + - https://github.com/JVT038/MetaTube + - https://github.com/truecharts/charts/tree/master/charts/stable/metatube + - https://hub.docker.com/r/jvt038/metatube +type: application +version: 5.3.0 diff --git a/stable/metatube/5.1.3/README.md b/stable/metatube/5.3.0/README.md similarity index 100% rename from stable/metatube/5.1.3/README.md rename to stable/metatube/5.3.0/README.md diff --git a/stable/metatube/5.3.0/app-changelog.md b/stable/metatube/5.3.0/app-changelog.md new file mode 100644 index 00000000000..895def1dd6e --- /dev/null +++ b/stable/metatube/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [metatube-5.3.0](https://github.com/truecharts/charts/compare/metatube-5.2.3...metatube-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/metatube/5.1.3/app-readme.md b/stable/metatube/5.3.0/app-readme.md similarity index 100% rename from stable/metatube/5.1.3/app-readme.md rename to stable/metatube/5.3.0/app-readme.md diff --git a/stable/metatube/5.3.0/charts/common-18.2.0.tgz b/stable/metatube/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/metatube/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/metatube/5.1.3/ix_values.yaml b/stable/metatube/5.3.0/ix_values.yaml similarity index 100% rename from stable/metatube/5.1.3/ix_values.yaml rename to stable/metatube/5.3.0/ix_values.yaml diff --git a/stable/metatube/5.1.3/questions.yaml b/stable/metatube/5.3.0/questions.yaml similarity index 100% rename from stable/metatube/5.1.3/questions.yaml rename to stable/metatube/5.3.0/questions.yaml diff --git a/stable/metatube/5.1.3/templates/common.yaml b/stable/metatube/5.3.0/templates/common.yaml similarity index 100% rename from stable/metatube/5.1.3/templates/common.yaml rename to stable/metatube/5.3.0/templates/common.yaml diff --git a/stable/minecraft-java/8.1.3/values.yaml b/stable/metatube/5.3.0/values.yaml similarity index 100% rename from stable/minecraft-java/8.1.3/values.yaml rename to stable/metatube/5.3.0/values.yaml diff --git a/stable/metube/12.1.3/CHANGELOG.md b/stable/metube/12.1.3/CHANGELOG.md deleted file mode 100644 index 3a72fd9a43c..00000000000 --- a/stable/metube/12.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [metube-11.0.8](https://github.com/truecharts/charts/compare/metube-11.0.7...metube-11.0.8) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [metube-11.0.7](https://github.com/truecharts/charts/compare/metube-11.0.6...metube-11.0.7) (2024-01-29) - -### Chore - - - -- update container image alexta69/metube to v2024-01-26[@7609e7d](https://github.com/7609e7d) by renovate ([#17659](https://github.com/truecharts/charts/issues/17659)) - - -## [metube-11.0.6](https://github.com/truecharts/charts/compare/metube-11.0.5...metube-11.0.6) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [metube-11.0.5](https://github.com/truecharts/charts/compare/metube-11.0.4...metube-11.0.5) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [metube-11.0.4](https://github.com/truecharts/charts/compare/metube-11.0.3...metube-11.0.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [metube-11.0.3](https://github.com/truecharts/charts/compare/metube-11.0.2...metube-11.0.3) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [metube-11.0.2](https://github.com/truecharts/charts/compare/metube-11.0.1...metube-11.0.2) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [metube-11.0.1](https://github.com/truecharts/charts/compare/metube-11.0.0...metube-11.0.1) (2024-01-08) - -### Chore - - - -- update container image alexta69/metube to v2024-01-05[@a9410ec](https://github.com/a9410ec) by renovate ([#16980](https://github.com/truecharts/charts/issues/16980)) - - -## [metube-11.0.0](https://github.com/truecharts/charts/compare/metube-10.1.6...metube-11.0.0) (2024-01-03) - -### Chore - - - -- update container image alexta69/metube to v2024-01-02[@9fefa40](https://github.com/9fefa40) by renovate ([#16813](https://github.com/truecharts/charts/issues/16813)) - diff --git a/stable/metube/12.1.3/Chart.yaml b/stable/metube/12.1.3/Chart.yaml deleted file mode 100644 index 2871bcfca7b..00000000000 --- a/stable/metube/12.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.1.26 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Web GUI for youtube-dl. -home: https://truecharts.org/charts/stable/metube -icon: https://truecharts.org/img/hotlink-ok/chart-icons/metube.png -keywords: - - metube - - media -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: metube -sources: - - https://github.com/alexta69/metube - - https://github.com/truecharts/charts/tree/master/charts/stable/metube - - https://hub.docker.com/r/alexta69/metube -type: application -version: 12.1.3 diff --git a/stable/metube/12.1.3/charts/common-18.0.3.tgz b/stable/metube/12.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/metube/12.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/minetest/8.1.4/.helmignore b/stable/metube/12.3.0/.helmignore similarity index 100% rename from stable/minetest/8.1.4/.helmignore rename to stable/metube/12.3.0/.helmignore diff --git a/stable/metube/12.3.0/CHANGELOG.md b/stable/metube/12.3.0/CHANGELOG.md new file mode 100644 index 00000000000..a67c3a8d2ae --- /dev/null +++ b/stable/metube/12.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [metube-12.3.0](https://github.com/truecharts/charts/compare/metube-12.2.3...metube-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [metube-12.2.3](https://github.com/truecharts/charts/compare/metube-12.2.2...metube-12.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [metube-12.2.2](https://github.com/truecharts/charts/compare/metube-12.2.0...metube-12.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [metube-11.0.8](https://github.com/truecharts/charts/compare/metube-11.0.7...metube-11.0.8) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [metube-11.0.7](https://github.com/truecharts/charts/compare/metube-11.0.6...metube-11.0.7) (2024-01-29) + +### Chore + + + +- update container image alexta69/metube to v2024-01-26[@7609e7d](https://github.com/7609e7d) by renovate ([#17659](https://github.com/truecharts/charts/issues/17659)) + + +## [metube-11.0.6](https://github.com/truecharts/charts/compare/metube-11.0.5...metube-11.0.6) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [metube-11.0.5](https://github.com/truecharts/charts/compare/metube-11.0.4...metube-11.0.5) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [metube-11.0.4](https://github.com/truecharts/charts/compare/metube-11.0.3...metube-11.0.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [metube-11.0.3](https://github.com/truecharts/charts/compare/metube-11.0.2...metube-11.0.3) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/metube/12.3.0/Chart.yaml b/stable/metube/12.3.0/Chart.yaml new file mode 100644 index 00000000000..ba3df2b602c --- /dev/null +++ b/stable/metube/12.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.1.26 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Web GUI for youtube-dl. +home: https://truecharts.org/charts/stable/metube +icon: https://truecharts.org/img/hotlink-ok/chart-icons/metube.png +keywords: + - metube + - media +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: metube +sources: + - https://github.com/alexta69/metube + - https://github.com/truecharts/charts/tree/master/charts/stable/metube + - https://hub.docker.com/r/alexta69/metube +type: application +version: 12.3.0 diff --git a/stable/metube/12.1.3/README.md b/stable/metube/12.3.0/README.md similarity index 100% rename from stable/metube/12.1.3/README.md rename to stable/metube/12.3.0/README.md diff --git a/stable/metube/12.3.0/app-changelog.md b/stable/metube/12.3.0/app-changelog.md new file mode 100644 index 00000000000..36b1c31f448 --- /dev/null +++ b/stable/metube/12.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [metube-12.3.0](https://github.com/truecharts/charts/compare/metube-12.2.3...metube-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/metube/12.1.3/app-readme.md b/stable/metube/12.3.0/app-readme.md similarity index 100% rename from stable/metube/12.1.3/app-readme.md rename to stable/metube/12.3.0/app-readme.md diff --git a/stable/metube/12.3.0/charts/common-18.2.0.tgz b/stable/metube/12.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/metube/12.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/metube/12.1.3/ix_values.yaml b/stable/metube/12.3.0/ix_values.yaml similarity index 100% rename from stable/metube/12.1.3/ix_values.yaml rename to stable/metube/12.3.0/ix_values.yaml diff --git a/stable/metube/12.1.3/questions.yaml b/stable/metube/12.3.0/questions.yaml similarity index 100% rename from stable/metube/12.1.3/questions.yaml rename to stable/metube/12.3.0/questions.yaml diff --git a/stable/minio-console/10.1.3/templates/NOTES.txt b/stable/metube/12.3.0/templates/NOTES.txt similarity index 100% rename from stable/minio-console/10.1.3/templates/NOTES.txt rename to stable/metube/12.3.0/templates/NOTES.txt diff --git a/stable/minetest/8.1.4/templates/common.yaml b/stable/metube/12.3.0/templates/common.yaml similarity index 100% rename from stable/minetest/8.1.4/templates/common.yaml rename to stable/metube/12.3.0/templates/common.yaml diff --git a/stable/minetest/8.1.4/values.yaml b/stable/metube/12.3.0/values.yaml similarity index 100% rename from stable/minetest/8.1.4/values.yaml rename to stable/metube/12.3.0/values.yaml diff --git a/stable/mindustry/5.1.3/CHANGELOG.md b/stable/mindustry/5.1.3/CHANGELOG.md deleted file mode 100644 index 8906d4b4ce8..00000000000 --- a/stable/mindustry/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [mindustry-4.1.11](https://github.com/truecharts/charts/compare/mindustry-4.1.10...mindustry-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mindustry-4.1.10](https://github.com/truecharts/charts/compare/mindustry-4.1.9...mindustry-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [mindustry-4.1.9](https://github.com/truecharts/charts/compare/mindustry-4.1.8...mindustry-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [mindustry-4.1.8](https://github.com/truecharts/charts/compare/mindustry-4.1.7...mindustry-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [mindustry-4.1.7](https://github.com/truecharts/charts/compare/mindustry-4.1.6...mindustry-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [mindustry-4.1.6](https://github.com/truecharts/charts/compare/mindustry-4.1.5...mindustry-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [mindustry-4.1.5](https://github.com/truecharts/charts/compare/mindustry-4.1.4...mindustry-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [mindustry-4.1.4](https://github.com/truecharts/charts/compare/mindustry-4.1.3...mindustry-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [mindustry-4.1.3](https://github.com/truecharts/charts/compare/mindustry-4.1.0...mindustry-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/mindustry/5.1.3/Chart.yaml b/stable/mindustry/5.1.3/Chart.yaml deleted file mode 100644 index 33630bc4737..00000000000 --- a/stable/mindustry/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This is a Basic Mindustry Server. It will download the preferred version of Mindustry and run it. -home: https://truecharts.org/charts/stable/mindustry -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mindustry.png -keywords: - - mindustry - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mindustry -sources: - - https://anuke.itch.io/mindustry - - https://github.com/truecharts/charts/tree/master/charts/stable/mindustry - - https://hub.docker.com/r/ich777/mindustry-server -type: application -version: 5.1.3 diff --git a/stable/mindustry/5.1.3/charts/common-18.0.3.tgz b/stable/mindustry/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/mindustry/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/miniflux/14.1.3/.helmignore b/stable/mindustry/5.3.0/.helmignore similarity index 100% rename from stable/miniflux/14.1.3/.helmignore rename to stable/mindustry/5.3.0/.helmignore diff --git a/stable/mindustry/5.3.0/CHANGELOG.md b/stable/mindustry/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..75d18a405b6 --- /dev/null +++ b/stable/mindustry/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mindustry-5.3.0](https://github.com/truecharts/charts/compare/mindustry-5.2.3...mindustry-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [mindustry-5.2.3](https://github.com/truecharts/charts/compare/mindustry-5.2.2...mindustry-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [mindustry-5.2.2](https://github.com/truecharts/charts/compare/mindustry-5.2.0...mindustry-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [mindustry-4.1.11](https://github.com/truecharts/charts/compare/mindustry-4.1.10...mindustry-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [mindustry-4.1.10](https://github.com/truecharts/charts/compare/mindustry-4.1.9...mindustry-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [mindustry-4.1.9](https://github.com/truecharts/charts/compare/mindustry-4.1.8...mindustry-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [mindustry-4.1.8](https://github.com/truecharts/charts/compare/mindustry-4.1.7...mindustry-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [mindustry-4.1.7](https://github.com/truecharts/charts/compare/mindustry-4.1.6...mindustry-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [mindustry-4.1.6](https://github.com/truecharts/charts/compare/mindustry-4.1.5...mindustry-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/mindustry/5.3.0/Chart.yaml b/stable/mindustry/5.3.0/Chart.yaml new file mode 100644 index 00000000000..6d9956d9bf1 --- /dev/null +++ b/stable/mindustry/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is a Basic Mindustry Server. It will download the preferred version of Mindustry and run it. +home: https://truecharts.org/charts/stable/mindustry +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mindustry.png +keywords: + - mindustry + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mindustry +sources: + - https://anuke.itch.io/mindustry + - https://github.com/truecharts/charts/tree/master/charts/stable/mindustry + - https://hub.docker.com/r/ich777/mindustry-server +type: application +version: 5.3.0 diff --git a/stable/mindustry/5.1.3/README.md b/stable/mindustry/5.3.0/README.md similarity index 100% rename from stable/mindustry/5.1.3/README.md rename to stable/mindustry/5.3.0/README.md diff --git a/stable/mindustry/5.3.0/app-changelog.md b/stable/mindustry/5.3.0/app-changelog.md new file mode 100644 index 00000000000..f60cb68cb27 --- /dev/null +++ b/stable/mindustry/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mindustry-5.3.0](https://github.com/truecharts/charts/compare/mindustry-5.2.3...mindustry-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/mindustry/5.1.3/app-readme.md b/stable/mindustry/5.3.0/app-readme.md similarity index 100% rename from stable/mindustry/5.1.3/app-readme.md rename to stable/mindustry/5.3.0/app-readme.md diff --git a/stable/mindustry/5.3.0/charts/common-18.2.0.tgz b/stable/mindustry/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/mindustry/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/mindustry/5.1.3/ix_values.yaml b/stable/mindustry/5.3.0/ix_values.yaml similarity index 100% rename from stable/mindustry/5.1.3/ix_values.yaml rename to stable/mindustry/5.3.0/ix_values.yaml diff --git a/stable/mindustry/5.1.3/questions.yaml b/stable/mindustry/5.3.0/questions.yaml similarity index 100% rename from stable/mindustry/5.1.3/questions.yaml rename to stable/mindustry/5.3.0/questions.yaml diff --git a/stable/mindustry/5.1.3/templates/common.yaml b/stable/mindustry/5.3.0/templates/common.yaml similarity index 100% rename from stable/mindustry/5.1.3/templates/common.yaml rename to stable/mindustry/5.3.0/templates/common.yaml diff --git a/stable/miniflux/14.1.3/values.yaml b/stable/mindustry/5.3.0/values.yaml similarity index 100% rename from stable/miniflux/14.1.3/values.yaml rename to stable/mindustry/5.3.0/values.yaml diff --git a/stable/minecraft-bedrock/8.2.0/CHANGELOG.md b/stable/minecraft-bedrock/8.2.0/CHANGELOG.md deleted file mode 100644 index bc1fb90f5df..00000000000 --- a/stable/minecraft-bedrock/8.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [minecraft-bedrock-7.1.11](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.10...minecraft-bedrock-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [minecraft-bedrock-7.1.10](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.9...minecraft-bedrock-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [minecraft-bedrock-7.1.9](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.8...minecraft-bedrock-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [minecraft-bedrock-7.1.8](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.7...minecraft-bedrock-7.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [minecraft-bedrock-7.1.7](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.6...minecraft-bedrock-7.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [minecraft-bedrock-7.1.6](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.5...minecraft-bedrock-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [minecraft-bedrock-7.1.5](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.4...minecraft-bedrock-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [minecraft-bedrock-7.1.4](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.3...minecraft-bedrock-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [minecraft-bedrock-7.1.3](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.0...minecraft-bedrock-7.1.3) (2024-01-01) - -### Chore - - diff --git a/stable/minecraft-bedrock/8.2.0/Chart.yaml b/stable/minecraft-bedrock/8.2.0/Chart.yaml deleted file mode 100644 index a6fe57900f3..00000000000 --- a/stable/minecraft-bedrock/8.2.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2023.8.1 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Minecraft Bedrock Dedicated Server -home: https://truecharts.org/charts/stable/minecraft-bedrock -icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-bedrock.png -keywords: - - minecraft -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: minecraft-bedrock -sources: - - https://github.com/itzg/docker-minecraft-server - - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-bedrock - - https://hub.docker.com/r/itzg/minecraft-bedrock-server -type: application -version: 8.2.0 diff --git a/stable/minecraft-bedrock/8.2.0/charts/common-18.1.2.tgz b/stable/minecraft-bedrock/8.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/minecraft-bedrock/8.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/minecraft-bedrock/8.2.0/ix_values.yaml b/stable/minecraft-bedrock/8.2.0/ix_values.yaml deleted file mode 100644 index 72b946158dc..00000000000 --- a/stable/minecraft-bedrock/8.2.0/ix_values.yaml +++ /dev/null @@ -1,65 +0,0 @@ -image: - repository: itzg/minecraft-bedrock-server - tag: 2023.8.1@sha256:e2019e959daa70dffd1468aaa1348bc906170709bf2c790bee302fc1efedbde7 - pullPolicy: Always -service: - main: - ports: - main: - port: 19132 - protocol: udp -workload: - main: - podSpec: - containers: - main: - tty: true - stdin: true - probes: - # -- Liveness probe configuration - # @default -- See below - liveness: - enabled: false - # -- Redainess probe configuration - # @default -- See below - readiness: - enabled: false - # -- Startup probe configuration - # @default -- See below - startup: - enabled: false - env: - EULA: true - ENABLE_LAN_VISIBILITY: false - VERSION: "LATEST" - SERVER_NAME: "TrueCharts Dedicated Server!" - SERVER_PORT: "{{ .Values.service.main.ports.main.port }}" - SERVER_PORT_V6: 19133 - GAMEMODE: "survival" - DIFFICULTY: "easy" - LEVEL_TYPE: "DEFAULT" - ALLOW_CHEATS: false - MAX_PLAYERS: 10 - ONLINE_MODE: true - WHITE_LIST: false - VIEW_DISTANCE: 32 - TICK_DISTANCE: 4 - PLAYER_IDLE_TIMEOUT: 30 - MAX_THREADS: 8 - LEVEL_NAME: "Bedrock level" - LEVEL_SEED: "" - DEFAULT_PLAYER_PERMISSION_LEVEL: "member" - TEXTUREPACK_REQUIRED: false - SERVER_AUTHORITATIVE_MOVEMENT: server-auth - PLAYER_MOVEMENT_SCORE_THRESHOLD: 20 - PLAYER_MOVEMENT_DISTANCE_THRESHOLD: 0.3 - PLAYER_MOVEMENT_DURATION_THRESHOLD_IN_MS: 500 - CORRECT_PLAYER_MOVEMENT: false - # OPS: "XUID,XUID" -persistence: - config: - enabled: true - mountPath: "/data" -portal: - open: - enabled: false diff --git a/stable/minecraft-bedrock/8.2.0/questions.yaml b/stable/minecraft-bedrock/8.2.0/questions.yaml deleted file mode 100755 index 1768bde578e..00000000000 --- a/stable/minecraft-bedrock/8.2.0/questions.yaml +++ /dev/null @@ -1,2497 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: {} -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: EULA - label: Minecraft Eula - schema: - type: boolean - required: true - default: false - - variable: ENABLE_LAN_VISIBILITY - label: Enable Lan Visibility - schema: - type: boolean - default: false - - variable: VERSION - label: "Minecraft version" - description: "Options: LATEST, PREVIOUS or version number" - schema: - type: string - required: true - default: "LATEST" - - variable: SERVER_NAME - label: "Server Name" - schema: - type: string - required: true - default: "Dedicated Server on TrueNAS Scale!" - - variable: GAMEMODE - label: "Default gamemode" - schema: - type: string - required: true - default: "survival" - enum: - - value: "survival" - description: "Survival" - - value: "creative" - description: "Creative" - - value: "adventure" - description: "Adventure" - - value: "spectator" - description: "Spectator" - - variable: DIFFICULTY - label: "Difficulty" - schema: - type: string - required: true - default: "easy" - enum: - - value: "peaceful" - description: "Peaceful" - - value: "easy" - description: "Easy" - - value: "normal" - description: "Normal" - - value: "hard" - description: "Hard" - - variable: LEVEL_TYPE - label: "Level type" - schema: - type: string - required: true - default: "DEFAULT" - enum: - - value: "DEFAULT" - description: "Default" - - value: "FLAT" - description: "Flat" - - value: "LEGACY" - description: "Legacy" - - variable: ALLOW_CHEATS - label: "Enable/Disable Cheats" - schema: - type: boolean - default: false - - variable: MAX_PLAYERS - label: "Max players" - schema: - type: int - min: 1 - required: true - default: 10 - - variable: ONLINE_MODE - label: "Online mode" - schema: - type: boolean - default: true - - variable: WHITE_LIST - label: "White list" - schema: - type: boolean - default: false - - variable: OPS - label: "OPS" - description: "To OP a player, use the XUID value, not the player's username. Multiple values accepted in this format `XUID,XUID` separated by a comma." - schema: - type: string - default: "" - - variable: VIEW_DISTANCE - label: "View distance" - schema: - type: int - min: 1 - required: true - default: 32 - - variable: TICK_DISTANCE - label: "Tick distance" - schema: - type: int - min: 1 - required: true - default: 4 - - variable: PLAYER_IDLE_TIMEOUT - label: "Player idle timeout" - schema: - type: int - min: 0 - required: true - default: 30 - - variable: MAX_THREADS - label: "Max threads" - schema: - type: int - min: 0 - required: true - default: 8 - - variable: LEVEL_NAME - label: "Level name" - schema: - type: string - required: true - default: "Bedrock level" - - variable: LEVEL_SEED - label: "Level seed" - schema: - type: string - default: "" - - variable: DEFAULT_PLAYER_PERMISSION_LEVEL - label: "Default player permission level" - schema: - type: string - required: true - default: "member" - enum: - - value: "visitor" - description: "Visitor" - - value: "member" - description: "Member" - - value: "operator" - description: "Operator" - - variable: TEXTUREPACK_REQUIRED - label: "Require texturepack" - schema: - type: boolean - default: false - - variable: SERVER_AUTHORITATIVE_MOVEMENT - label: "Server authoritave movement" - schema: - type: string - required: true - default: "server-auth" - enum: - - value: "client-auth" - description: "client-auth" - - value: "server-auth" - description: "server-auth" - - value: "server-auth-with-rewind" - description: "server-auth-with-rewind" - - variable: PLAYER_MOVEMENT_SCORE_THRESHOLD - label: "Player movement score threshold" - schema: - type: int - min: 1 - required: true - default: 20 - - variable: PLAYER_MOVEMENT_DISTANCE_THRESHOLD - label: "Player movement distance threshold" - schema: - type: string - required: true - default: "0.3" - - variable: PLAYER_MOVEMENT_DURATION_THRESHOLD_IN_MS - label: "Player movement duration threshold in MS" - schema: - type: int - min: 1 - required: true - default: 500 - - variable: CORRECT_PLAYER_MOVEMENT - label: "Enable/Disable Player movement correction" - schema: - type: boolean - default: false - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 19132 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/mininote/5.1.3/.helmignore b/stable/minecraft-bedrock/8.3.0/.helmignore similarity index 100% rename from stable/mininote/5.1.3/.helmignore rename to stable/minecraft-bedrock/8.3.0/.helmignore diff --git a/stable/minecraft-bedrock/8.3.0/CHANGELOG.md b/stable/minecraft-bedrock/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..e2fe25734d1 --- /dev/null +++ b/stable/minecraft-bedrock/8.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [minecraft-bedrock-8.3.0](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.2.4...minecraft-bedrock-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [minecraft-bedrock-8.2.4](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.2.3...minecraft-bedrock-8.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [minecraft-bedrock-8.2.3](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.2.1...minecraft-bedrock-8.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [minecraft-bedrock-7.1.11](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.10...minecraft-bedrock-7.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [minecraft-bedrock-7.1.10](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.9...minecraft-bedrock-7.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [minecraft-bedrock-7.1.9](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.8...minecraft-bedrock-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [minecraft-bedrock-7.1.8](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.7...minecraft-bedrock-7.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [minecraft-bedrock-7.1.7](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.6...minecraft-bedrock-7.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [minecraft-bedrock-7.1.6](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.5...minecraft-bedrock-7.1.6) (2024-01-09) + +### Chore + diff --git a/stable/minecraft-bedrock/8.3.0/Chart.yaml b/stable/minecraft-bedrock/8.3.0/Chart.yaml new file mode 100644 index 00000000000..48dd1b0698b --- /dev/null +++ b/stable/minecraft-bedrock/8.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2023.8.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Minecraft Bedrock Dedicated Server +home: https://truecharts.org/charts/stable/minecraft-bedrock +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-bedrock.png +keywords: + - minecraft +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: minecraft-bedrock +sources: + - https://github.com/itzg/docker-minecraft-server + - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-bedrock + - https://hub.docker.com/r/itzg/minecraft-bedrock-server +type: application +version: 8.3.0 diff --git a/stable/minecraft-bedrock/8.2.0/README.md b/stable/minecraft-bedrock/8.3.0/README.md similarity index 100% rename from stable/minecraft-bedrock/8.2.0/README.md rename to stable/minecraft-bedrock/8.3.0/README.md diff --git a/stable/minecraft-bedrock/8.3.0/app-changelog.md b/stable/minecraft-bedrock/8.3.0/app-changelog.md new file mode 100644 index 00000000000..e24c03fb3ac --- /dev/null +++ b/stable/minecraft-bedrock/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [minecraft-bedrock-8.3.0](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.2.4...minecraft-bedrock-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/minecraft-bedrock/8.2.0/app-readme.md b/stable/minecraft-bedrock/8.3.0/app-readme.md similarity index 100% rename from stable/minecraft-bedrock/8.2.0/app-readme.md rename to stable/minecraft-bedrock/8.3.0/app-readme.md diff --git a/stable/minecraft-bedrock/8.3.0/charts/common-18.2.0.tgz b/stable/minecraft-bedrock/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/minecraft-bedrock/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/minecraft-bedrock/8.3.0/ix_values.yaml b/stable/minecraft-bedrock/8.3.0/ix_values.yaml new file mode 100644 index 00000000000..bee88b27ff7 --- /dev/null +++ b/stable/minecraft-bedrock/8.3.0/ix_values.yaml @@ -0,0 +1,90 @@ +image: + repository: itzg/minecraft-bedrock-server + tag: 2023.8.1@sha256:e2019e959daa70dffd1468aaa1348bc906170709bf2c790bee302fc1efedbde7 + pullPolicy: Always +service: + main: + ports: + main: + port: 19132 + protocol: udp +workload: + main: + podSpec: + containers: + main: + tty: true + stdin: true + probes: + liveness: + enabled: true + type: exec + command: + - /usr/local/bin/mc-monitor + - status-bedrock + - --host + - 127.0.0.1 + - --port + - "{{ .Values.service.main.ports.main.port }}" + spec: + periodSeconds: 60 + readiness: + enabled: true + type: exec + command: + - /usr/local/bin/mc-monitor + - status-bedrock + - --host + - 127.0.0.1 + - --port + - "{{ .Values.service.main.ports.main.port }}" + spec: + periodSeconds: 60 + startup: + enabled: true + type: exec + command: + - /usr/local/bin/mc-monitor + - status-bedrock + - --host + - 127.0.0.1 + - --port + - "{{ .Values.service.main.ports.main.port }}" + spec: + periodSeconds: 60 + env: + EULA: true + ENABLE_LAN_VISIBILITY: false + VERSION: "LATEST" + SERVER_NAME: "TrueCharts Dedicated Server!" + SERVER_PORT: "{{ .Values.service.main.ports.main.port }}" + SERVER_PORT_V6: 19133 + GAMEMODE: "survival" + DIFFICULTY: "easy" + LEVEL_TYPE: "DEFAULT" + ALLOW_CHEATS: false + MAX_PLAYERS: 10 + ONLINE_MODE: true + WHITE_LIST: false + # WHITE_LIST_USERS: "USER:XUID,USER:XUID" + VIEW_DISTANCE: 32 + TICK_DISTANCE: 4 + PLAYER_IDLE_TIMEOUT: 30 + MAX_THREADS: 8 + LEVEL_NAME: "Bedrock level" + LEVEL_SEED: "" + DEFAULT_PLAYER_PERMISSION_LEVEL: "member" + TEXTUREPACK_REQUIRED: false + SERVER_AUTHORITATIVE_MOVEMENT: server-auth + PLAYER_MOVEMENT_SCORE_THRESHOLD: 20 + PLAYER_MOVEMENT_DISTANCE_THRESHOLD: 0.3 + PLAYER_MOVEMENT_DURATION_THRESHOLD_IN_MS: 500 + CORRECT_PLAYER_MOVEMENT: false + # OPS: "XUID,XUID" +persistence: + config: + enabled: true + mountPath: "/data" +portal: + open: + enabled: false diff --git a/stable/minecraft-bedrock/8.3.0/questions.yaml b/stable/minecraft-bedrock/8.3.0/questions.yaml new file mode 100755 index 00000000000..45696bf351f --- /dev/null +++ b/stable/minecraft-bedrock/8.3.0/questions.yaml @@ -0,0 +1,2504 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: {} +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: EULA + label: Minecraft Eula + schema: + type: boolean + required: true + default: false + - variable: ENABLE_LAN_VISIBILITY + label: Enable Lan Visibility + schema: + type: boolean + default: false + - variable: VERSION + label: "Minecraft version" + description: "Options: LATEST, PREVIOUS or version number" + schema: + type: string + required: true + default: "LATEST" + - variable: SERVER_NAME + label: "Server Name" + schema: + type: string + required: true + default: "Dedicated Server on TrueNAS Scale!" + - variable: GAMEMODE + label: "Default gamemode" + schema: + type: string + required: true + default: "survival" + enum: + - value: "survival" + description: "Survival" + - value: "creative" + description: "Creative" + - value: "adventure" + description: "Adventure" + - value: "spectator" + description: "Spectator" + - variable: DIFFICULTY + label: "Difficulty" + schema: + type: string + required: true + default: "easy" + enum: + - value: "peaceful" + description: "Peaceful" + - value: "easy" + description: "Easy" + - value: "normal" + description: "Normal" + - value: "hard" + description: "Hard" + - variable: LEVEL_TYPE + label: "Level type" + schema: + type: string + required: true + default: "DEFAULT" + enum: + - value: "DEFAULT" + description: "Default" + - value: "FLAT" + description: "Flat" + - value: "LEGACY" + description: "Legacy" + - variable: ALLOW_CHEATS + label: "Enable/Disable Cheats" + schema: + type: boolean + default: false + - variable: MAX_PLAYERS + label: "Max players" + schema: + type: int + min: 1 + required: true + default: 10 + - variable: ONLINE_MODE + label: "Online mode" + schema: + type: boolean + default: true + - variable: WHITE_LIST + label: "White list" + schema: + type: boolean + default: false + - variable: WHITE_LIST_USERS + label: "White List Users" + description: "A user:xuid comma separated list." + schema: + type: string + default: "" + show_if: [[WHITE_LIST, "=", true]] + - variable: OPS + label: "OPS" + description: "To OP a player, use the XUID value, not the player's username. Multiple values accepted in this format `XUID,XUID` separated by a comma." + schema: + type: string + default: "" + - variable: VIEW_DISTANCE + label: "View distance" + schema: + type: int + min: 1 + required: true + default: 32 + - variable: TICK_DISTANCE + label: "Tick distance" + schema: + type: int + min: 1 + required: true + default: 4 + - variable: PLAYER_IDLE_TIMEOUT + label: "Player idle timeout" + schema: + type: int + min: 0 + required: true + default: 30 + - variable: MAX_THREADS + label: "Max threads" + schema: + type: int + min: 0 + required: true + default: 8 + - variable: LEVEL_NAME + label: "Level name" + schema: + type: string + required: true + default: "Bedrock level" + - variable: LEVEL_SEED + label: "Level seed" + schema: + type: string + default: "" + - variable: DEFAULT_PLAYER_PERMISSION_LEVEL + label: "Default player permission level" + schema: + type: string + required: true + default: "member" + enum: + - value: "visitor" + description: "Visitor" + - value: "member" + description: "Member" + - value: "operator" + description: "Operator" + - variable: TEXTUREPACK_REQUIRED + label: "Require texturepack" + schema: + type: boolean + default: false + - variable: SERVER_AUTHORITATIVE_MOVEMENT + label: "Server authoritave movement" + schema: + type: string + required: true + default: "server-auth" + enum: + - value: "client-auth" + description: "client-auth" + - value: "server-auth" + description: "server-auth" + - value: "server-auth-with-rewind" + description: "server-auth-with-rewind" + - variable: PLAYER_MOVEMENT_SCORE_THRESHOLD + label: "Player movement score threshold" + schema: + type: int + min: 1 + required: true + default: 20 + - variable: PLAYER_MOVEMENT_DISTANCE_THRESHOLD + label: "Player movement distance threshold" + schema: + type: string + required: true + default: "0.3" + - variable: PLAYER_MOVEMENT_DURATION_THRESHOLD_IN_MS + label: "Player movement duration threshold in MS" + schema: + type: int + min: 1 + required: true + default: 500 + - variable: CORRECT_PLAYER_MOVEMENT + label: "Enable/Disable Player movement correction" + schema: + type: boolean + default: false + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 19132 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/minio/11.2.0/templates/NOTES.txt b/stable/minecraft-bedrock/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/minio/11.2.0/templates/NOTES.txt rename to stable/minecraft-bedrock/8.3.0/templates/NOTES.txt diff --git a/stable/miniflux/14.1.3/templates/common.yaml b/stable/minecraft-bedrock/8.3.0/templates/common.yaml similarity index 100% rename from stable/miniflux/14.1.3/templates/common.yaml rename to stable/minecraft-bedrock/8.3.0/templates/common.yaml diff --git a/stable/mininote/5.1.3/values.yaml b/stable/minecraft-bedrock/8.3.0/values.yaml similarity index 100% rename from stable/mininote/5.1.3/values.yaml rename to stable/minecraft-bedrock/8.3.0/values.yaml diff --git a/stable/minecraft-bungeecord/8.1.3/CHANGELOG.md b/stable/minecraft-bungeecord/8.1.3/CHANGELOG.md deleted file mode 100644 index e3d12b0193d..00000000000 --- a/stable/minecraft-bungeecord/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [minecraft-bungeecord-7.1.11](https://github.com/truecharts/charts/compare/minecraft-bungeecord-7.1.10...minecraft-bungeecord-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [minecraft-bungeecord-7.1.10](https://github.com/truecharts/charts/compare/minecraft-bungeecord-7.1.9...minecraft-bungeecord-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [minecraft-bungeecord-7.1.9](https://github.com/truecharts/charts/compare/minecraft-bungeecord-7.1.8...minecraft-bungeecord-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [minecraft-bungeecord-7.1.8](https://github.com/truecharts/charts/compare/minecraft-bungeecord-7.1.7...minecraft-bungeecord-7.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [minecraft-bungeecord-7.1.7](https://github.com/truecharts/charts/compare/minecraft-bungeecord-7.1.6...minecraft-bungeecord-7.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [minecraft-bungeecord-7.1.6](https://github.com/truecharts/charts/compare/minecraft-bungeecord-7.1.5...minecraft-bungeecord-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [minecraft-bungeecord-7.1.5](https://github.com/truecharts/charts/compare/minecraft-bungeecord-7.1.4...minecraft-bungeecord-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [minecraft-bungeecord-7.1.4](https://github.com/truecharts/charts/compare/minecraft-bungeecord-7.1.3...minecraft-bungeecord-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [minecraft-bungeecord-7.1.3](https://github.com/truecharts/charts/compare/minecraft-bungeecord-7.1.0...minecraft-bungeecord-7.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/minecraft-bungeecord/8.1.3/Chart.yaml b/stable/minecraft-bungeecord/8.1.3/Chart.yaml deleted file mode 100644 index 8a9656722fd..00000000000 --- a/stable/minecraft-bungeecord/8.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: proxy - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2022.4.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: the front-end of a cluster of minecraft-java containers. -home: https://truecharts.org/charts/stable/minecraft-bungeecord -icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-bungeecord.png -keywords: - - minecraft-bungeecord - - gameserver - - minecraft -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: minecraft-bungeecord -sources: - - https://github.com/itzg/docker-bungeecord - - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-bungeecord - - https://hub.docker.com/r/itzg/bungeecord -type: application -version: 8.1.3 diff --git a/stable/minecraft-bungeecord/8.1.3/charts/common-18.0.3.tgz b/stable/minecraft-bungeecord/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/minecraft-bungeecord/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/minio-console/10.1.3/.helmignore b/stable/minecraft-bungeecord/8.3.0/.helmignore similarity index 100% rename from stable/minio-console/10.1.3/.helmignore rename to stable/minecraft-bungeecord/8.3.0/.helmignore diff --git a/stable/minecraft-bungeecord/8.3.0/CHANGELOG.md b/stable/minecraft-bungeecord/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..214f7fb2992 --- /dev/null +++ b/stable/minecraft-bungeecord/8.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [minecraft-bungeecord-8.3.0](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.2.3...minecraft-bungeecord-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [minecraft-bungeecord-8.2.3](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.2.2...minecraft-bungeecord-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [minecraft-bungeecord-8.2.2](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.2.0...minecraft-bungeecord-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [minecraft-bungeecord-7.1.11](https://github.com/truecharts/charts/compare/minecraft-bungeecord-7.1.10...minecraft-bungeecord-7.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [minecraft-bungeecord-7.1.10](https://github.com/truecharts/charts/compare/minecraft-bungeecord-7.1.9...minecraft-bungeecord-7.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [minecraft-bungeecord-7.1.9](https://github.com/truecharts/charts/compare/minecraft-bungeecord-7.1.8...minecraft-bungeecord-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [minecraft-bungeecord-7.1.8](https://github.com/truecharts/charts/compare/minecraft-bungeecord-7.1.7...minecraft-bungeecord-7.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [minecraft-bungeecord-7.1.7](https://github.com/truecharts/charts/compare/minecraft-bungeecord-7.1.6...minecraft-bungeecord-7.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [minecraft-bungeecord-7.1.6](https://github.com/truecharts/charts/compare/minecraft-bungeecord-7.1.5...minecraft-bungeecord-7.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/minecraft-bungeecord/8.3.0/Chart.yaml b/stable/minecraft-bungeecord/8.3.0/Chart.yaml new file mode 100644 index 00000000000..053949700ee --- /dev/null +++ b/stable/minecraft-bungeecord/8.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: proxy + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2022.4.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: the front-end of a cluster of minecraft-java containers. +home: https://truecharts.org/charts/stable/minecraft-bungeecord +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-bungeecord.png +keywords: + - minecraft-bungeecord + - gameserver + - minecraft +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: minecraft-bungeecord +sources: + - https://github.com/itzg/docker-bungeecord + - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-bungeecord + - https://hub.docker.com/r/itzg/bungeecord +type: application +version: 8.3.0 diff --git a/stable/minecraft-bungeecord/8.1.3/README.md b/stable/minecraft-bungeecord/8.3.0/README.md similarity index 100% rename from stable/minecraft-bungeecord/8.1.3/README.md rename to stable/minecraft-bungeecord/8.3.0/README.md diff --git a/stable/minecraft-bungeecord/8.3.0/app-changelog.md b/stable/minecraft-bungeecord/8.3.0/app-changelog.md new file mode 100644 index 00000000000..a20cd339018 --- /dev/null +++ b/stable/minecraft-bungeecord/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [minecraft-bungeecord-8.3.0](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.2.3...minecraft-bungeecord-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/minecraft-bungeecord/8.1.3/app-readme.md b/stable/minecraft-bungeecord/8.3.0/app-readme.md similarity index 100% rename from stable/minecraft-bungeecord/8.1.3/app-readme.md rename to stable/minecraft-bungeecord/8.3.0/app-readme.md diff --git a/stable/minecraft-bungeecord/8.3.0/charts/common-18.2.0.tgz b/stable/minecraft-bungeecord/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/minecraft-bungeecord/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/minecraft-bungeecord/8.1.3/ix_values.yaml b/stable/minecraft-bungeecord/8.3.0/ix_values.yaml similarity index 100% rename from stable/minecraft-bungeecord/8.1.3/ix_values.yaml rename to stable/minecraft-bungeecord/8.3.0/ix_values.yaml diff --git a/stable/minecraft-bungeecord/8.1.3/questions.yaml b/stable/minecraft-bungeecord/8.3.0/questions.yaml similarity index 100% rename from stable/minecraft-bungeecord/8.1.3/questions.yaml rename to stable/minecraft-bungeecord/8.3.0/questions.yaml diff --git a/stable/minisatip/9.1.3/templates/NOTES.txt b/stable/minecraft-bungeecord/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/minisatip/9.1.3/templates/NOTES.txt rename to stable/minecraft-bungeecord/8.3.0/templates/NOTES.txt diff --git a/stable/minio-console/10.1.3/templates/common.yaml b/stable/minecraft-bungeecord/8.3.0/templates/common.yaml similarity index 100% rename from stable/minio-console/10.1.3/templates/common.yaml rename to stable/minecraft-bungeecord/8.3.0/templates/common.yaml diff --git a/stable/minio-console/10.1.3/values.yaml b/stable/minecraft-bungeecord/8.3.0/values.yaml similarity index 100% rename from stable/minio-console/10.1.3/values.yaml rename to stable/minecraft-bungeecord/8.3.0/values.yaml diff --git a/stable/minecraft-java/8.1.3/CHANGELOG.md b/stable/minecraft-java/8.1.3/CHANGELOG.md deleted file mode 100644 index f0114d6262e..00000000000 --- a/stable/minecraft-java/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - -## [minecraft-java-7.1.14](https://github.com/truecharts/charts/compare/minecraft-java-7.1.13...minecraft-java-7.1.14) (2024-02-05) - -### Chore - - - -- update container image itzg/mc-backup to latest[@bd0854f](https://github.com/bd0854f) by renovate ([#17979](https://github.com/truecharts/charts/issues/17979)) - - -## [minecraft-java-7.1.13](https://github.com/truecharts/charts/compare/minecraft-java-7.1.12...minecraft-java-7.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [minecraft-java-7.1.11](https://github.com/truecharts/charts/compare/minecraft-java-7.1.10...minecraft-java-7.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [minecraft-java-7.1.10](https://github.com/truecharts/charts/compare/minecraft-java-7.1.9...minecraft-java-7.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [minecraft-java-7.1.9](https://github.com/truecharts/charts/compare/minecraft-java-7.1.8...minecraft-java-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [minecraft-java-7.1.8](https://github.com/truecharts/charts/compare/minecraft-java-7.1.7...minecraft-java-7.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [minecraft-java-7.1.7](https://github.com/truecharts/charts/compare/minecraft-java-7.1.6...minecraft-java-7.1.7) (2024-01-14) - -### Fix - - - -- mcbackup wrong service name in host ([#17089](https://github.com/truecharts/charts/issues/17089)) - - - - -## [minecraft-java-7.1.6](https://github.com/truecharts/charts/compare/minecraft-java-7.1.5...minecraft-java-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [minecraft-java-7.1.5](https://github.com/truecharts/charts/compare/minecraft-java-7.1.4...minecraft-java-7.1.5) (2024-01-02) - -### Chore - diff --git a/stable/minecraft-java/8.1.3/Chart.yaml b/stable/minecraft-java/8.1.3/Chart.yaml deleted file mode 100644 index 303a7768e85..00000000000 --- a/stable/minecraft-java/8.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2023.11.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Minecraft Java Dedicated Server -home: https://truecharts.org/charts/stable/minecraft-java -icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-java.png -keywords: - - minecraft-java - - minecraft -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: minecraft-java -sources: - - https://github.com/itzg/docker-minecraft-server - - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-java - - https://hub.docker.com/r/itzg/minecraft-server - - https://hub.docker.com/r/itzg/mc-backup -type: application -version: 8.1.3 diff --git a/stable/minecraft-java/8.1.3/charts/common-18.0.3.tgz b/stable/minecraft-java/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/minecraft-java/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/minio/11.2.0/.helmignore b/stable/minecraft-java/8.3.0/.helmignore similarity index 100% rename from stable/minio/11.2.0/.helmignore rename to stable/minecraft-java/8.3.0/.helmignore diff --git a/stable/minecraft-java/8.3.0/CHANGELOG.md b/stable/minecraft-java/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..37eb896e8da --- /dev/null +++ b/stable/minecraft-java/8.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [minecraft-java-8.3.0](https://github.com/truecharts/charts/compare/minecraft-java-8.2.3...minecraft-java-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [minecraft-java-8.2.3](https://github.com/truecharts/charts/compare/minecraft-java-8.2.2...minecraft-java-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [minecraft-java-8.2.2](https://github.com/truecharts/charts/compare/minecraft-java-8.2.0...minecraft-java-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + +## [minecraft-java-7.1.14](https://github.com/truecharts/charts/compare/minecraft-java-7.1.13...minecraft-java-7.1.14) (2024-02-05) + +### Chore + + + +- update container image itzg/mc-backup to latest[@bd0854f](https://github.com/bd0854f) by renovate ([#17979](https://github.com/truecharts/charts/issues/17979)) + + +## [minecraft-java-7.1.13](https://github.com/truecharts/charts/compare/minecraft-java-7.1.12...minecraft-java-7.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [minecraft-java-7.1.11](https://github.com/truecharts/charts/compare/minecraft-java-7.1.10...minecraft-java-7.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [minecraft-java-7.1.10](https://github.com/truecharts/charts/compare/minecraft-java-7.1.9...minecraft-java-7.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [minecraft-java-7.1.9](https://github.com/truecharts/charts/compare/minecraft-java-7.1.8...minecraft-java-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [minecraft-java-7.1.8](https://github.com/truecharts/charts/compare/minecraft-java-7.1.7...minecraft-java-7.1.8) (2024-01-21) + +### Chore diff --git a/stable/minecraft-java/8.3.0/Chart.yaml b/stable/minecraft-java/8.3.0/Chart.yaml new file mode 100644 index 00000000000..134eaade061 --- /dev/null +++ b/stable/minecraft-java/8.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2023.11.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Minecraft Java Dedicated Server +home: https://truecharts.org/charts/stable/minecraft-java +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-java.png +keywords: + - minecraft-java + - minecraft +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: minecraft-java +sources: + - https://github.com/itzg/docker-minecraft-server + - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-java + - https://hub.docker.com/r/itzg/minecraft-server + - https://hub.docker.com/r/itzg/mc-backup +type: application +version: 8.3.0 diff --git a/stable/minecraft-java/8.1.3/README.md b/stable/minecraft-java/8.3.0/README.md similarity index 100% rename from stable/minecraft-java/8.1.3/README.md rename to stable/minecraft-java/8.3.0/README.md diff --git a/stable/minecraft-java/8.3.0/app-changelog.md b/stable/minecraft-java/8.3.0/app-changelog.md new file mode 100644 index 00000000000..f63bf3158fd --- /dev/null +++ b/stable/minecraft-java/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [minecraft-java-8.3.0](https://github.com/truecharts/charts/compare/minecraft-java-8.2.3...minecraft-java-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/minecraft-java/8.1.3/app-readme.md b/stable/minecraft-java/8.3.0/app-readme.md similarity index 100% rename from stable/minecraft-java/8.1.3/app-readme.md rename to stable/minecraft-java/8.3.0/app-readme.md diff --git a/stable/minecraft-java/8.3.0/charts/common-18.2.0.tgz b/stable/minecraft-java/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/minecraft-java/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/minecraft-java/8.1.3/ix_values.yaml b/stable/minecraft-java/8.3.0/ix_values.yaml similarity index 100% rename from stable/minecraft-java/8.1.3/ix_values.yaml rename to stable/minecraft-java/8.3.0/ix_values.yaml diff --git a/stable/minecraft-java/8.1.3/questions.yaml b/stable/minecraft-java/8.3.0/questions.yaml similarity index 100% rename from stable/minecraft-java/8.1.3/questions.yaml rename to stable/minecraft-java/8.3.0/questions.yaml diff --git a/stable/misskey/8.2.0/templates/NOTES.txt b/stable/minecraft-java/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/misskey/8.2.0/templates/NOTES.txt rename to stable/minecraft-java/8.3.0/templates/NOTES.txt diff --git a/stable/minecraft-java/8.1.3/templates/common.yaml b/stable/minecraft-java/8.3.0/templates/common.yaml similarity index 100% rename from stable/minecraft-java/8.1.3/templates/common.yaml rename to stable/minecraft-java/8.3.0/templates/common.yaml diff --git a/stable/minio/11.2.0/values.yaml b/stable/minecraft-java/8.3.0/values.yaml similarity index 100% rename from stable/minio/11.2.0/values.yaml rename to stable/minecraft-java/8.3.0/values.yaml diff --git a/stable/minetest/8.1.4/CHANGELOG.md b/stable/minetest/8.1.4/CHANGELOG.md deleted file mode 100644 index 71e19773e2a..00000000000 --- a/stable/minetest/8.1.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [minetest-7.1.16](https://github.com/truecharts/charts/compare/minetest-7.1.15...minetest-7.1.16) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/minetest to 5.8.0[@eaf5138](https://github.com/eaf5138) by renovate ([#18068](https://github.com/truecharts/charts/issues/18068)) - - -## [minetest-7.1.15](https://github.com/truecharts/charts/compare/minetest-7.1.14...minetest-7.1.15) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/minetest to 5.8.0[@885c61f](https://github.com/885c61f) by renovate ([#17858](https://github.com/truecharts/charts/issues/17858)) - - -## [minetest-7.1.14](https://github.com/truecharts/charts/compare/minetest-7.1.13...minetest-7.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [minetest-7.1.13](https://github.com/truecharts/charts/compare/minetest-7.1.12...minetest-7.1.13) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/minetest to 5.8.0[@d9b67b1](https://github.com/d9b67b1) by renovate ([#17613](https://github.com/truecharts/charts/issues/17613)) - - -## [minetest-7.1.12](https://github.com/truecharts/charts/compare/minetest-7.1.11...minetest-7.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [minetest-7.1.11](https://github.com/truecharts/charts/compare/minetest-7.1.10...minetest-7.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [minetest-7.1.10](https://github.com/truecharts/charts/compare/minetest-7.1.9...minetest-7.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [minetest-7.1.9](https://github.com/truecharts/charts/compare/minetest-7.1.8...minetest-7.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [minetest-7.1.8](https://github.com/truecharts/charts/compare/minetest-7.1.7...minetest-7.1.8) (2024-01-14) - -### Chore - - - -- update container image ghcr.io/linuxserver/minetest to 5.8.0[@6f5fbd7](https://github.com/6f5fbd7) by renovate ([#17143](https://github.com/truecharts/charts/issues/17143)) - - diff --git a/stable/minetest/8.1.4/Chart.yaml b/stable/minetest/8.1.4/Chart.yaml deleted file mode 100644 index 044fd665b6e..00000000000 --- a/stable/minetest/8.1.4/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.8.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Minetest (server) is a near-infinite-world block sandbox game and a game engine. -home: https://truecharts.org/charts/stable/minetest -icon: https://truecharts.org/img/hotlink-ok/chart-icons/minetest.png -keywords: - - minetest -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: minetest -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/minetest - - https://ghcr.io/linuxserver/minetest -type: application -version: 8.1.4 diff --git a/stable/minetest/8.1.4/charts/common-18.0.3.tgz b/stable/minetest/8.1.4/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/minetest/8.1.4/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/minisatip/9.1.3/.helmignore b/stable/minetest/8.3.0/.helmignore similarity index 100% rename from stable/minisatip/9.1.3/.helmignore rename to stable/minetest/8.3.0/.helmignore diff --git a/stable/minetest/8.3.0/CHANGELOG.md b/stable/minetest/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..0c660e635a8 --- /dev/null +++ b/stable/minetest/8.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [minetest-8.3.0](https://github.com/truecharts/charts/compare/minetest-8.2.3...minetest-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [minetest-8.2.3](https://github.com/truecharts/charts/compare/minetest-8.2.2...minetest-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [minetest-8.2.2](https://github.com/truecharts/charts/compare/minetest-8.2.0...minetest-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [minetest-7.1.16](https://github.com/truecharts/charts/compare/minetest-7.1.15...minetest-7.1.16) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/minetest to 5.8.0[@eaf5138](https://github.com/eaf5138) by renovate ([#18068](https://github.com/truecharts/charts/issues/18068)) + + +## [minetest-7.1.15](https://github.com/truecharts/charts/compare/minetest-7.1.14...minetest-7.1.15) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/minetest to 5.8.0[@885c61f](https://github.com/885c61f) by renovate ([#17858](https://github.com/truecharts/charts/issues/17858)) + + +## [minetest-7.1.14](https://github.com/truecharts/charts/compare/minetest-7.1.13...minetest-7.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [minetest-7.1.13](https://github.com/truecharts/charts/compare/minetest-7.1.12...minetest-7.1.13) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/minetest to 5.8.0[@d9b67b1](https://github.com/d9b67b1) by renovate ([#17613](https://github.com/truecharts/charts/issues/17613)) + + +## [minetest-7.1.12](https://github.com/truecharts/charts/compare/minetest-7.1.11...minetest-7.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [minetest-7.1.11](https://github.com/truecharts/charts/compare/minetest-7.1.10...minetest-7.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) \ No newline at end of file diff --git a/stable/minetest/8.3.0/Chart.yaml b/stable/minetest/8.3.0/Chart.yaml new file mode 100644 index 00000000000..4fe9d7d0a4a --- /dev/null +++ b/stable/minetest/8.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.8.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Minetest (server) is a near-infinite-world block sandbox game and a game engine. +home: https://truecharts.org/charts/stable/minetest +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minetest.png +keywords: + - minetest +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: minetest +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/minetest + - https://ghcr.io/linuxserver/minetest +type: application +version: 8.3.0 diff --git a/stable/minetest/8.1.4/README.md b/stable/minetest/8.3.0/README.md similarity index 100% rename from stable/minetest/8.1.4/README.md rename to stable/minetest/8.3.0/README.md diff --git a/stable/minetest/8.3.0/app-changelog.md b/stable/minetest/8.3.0/app-changelog.md new file mode 100644 index 00000000000..956cb3d508f --- /dev/null +++ b/stable/minetest/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [minetest-8.3.0](https://github.com/truecharts/charts/compare/minetest-8.2.3...minetest-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/minetest/8.1.4/app-readme.md b/stable/minetest/8.3.0/app-readme.md similarity index 100% rename from stable/minetest/8.1.4/app-readme.md rename to stable/minetest/8.3.0/app-readme.md diff --git a/stable/minetest/8.3.0/charts/common-18.2.0.tgz b/stable/minetest/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/minetest/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/minetest/8.1.4/ix_values.yaml b/stable/minetest/8.3.0/ix_values.yaml similarity index 100% rename from stable/minetest/8.1.4/ix_values.yaml rename to stable/minetest/8.3.0/ix_values.yaml diff --git a/stable/minetest/8.1.4/questions.yaml b/stable/minetest/8.3.0/questions.yaml similarity index 100% rename from stable/minetest/8.1.4/questions.yaml rename to stable/minetest/8.3.0/questions.yaml diff --git a/stable/mkvcleaver/9.1.3/templates/NOTES.txt b/stable/minetest/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/mkvcleaver/9.1.3/templates/NOTES.txt rename to stable/minetest/8.3.0/templates/NOTES.txt diff --git a/stable/minio/11.2.0/templates/common.yaml b/stable/minetest/8.3.0/templates/common.yaml similarity index 100% rename from stable/minio/11.2.0/templates/common.yaml rename to stable/minetest/8.3.0/templates/common.yaml diff --git a/stable/minisatip/9.1.3/values.yaml b/stable/minetest/8.3.0/values.yaml similarity index 100% rename from stable/minisatip/9.1.3/values.yaml rename to stable/minetest/8.3.0/values.yaml diff --git a/stable/miniflux/14.1.3/CHANGELOG.md b/stable/miniflux/14.1.3/CHANGELOG.md deleted file mode 100644 index 03cc174dc26..00000000000 --- a/stable/miniflux/14.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - -## [miniflux-13.1.11](https://github.com/truecharts/charts/compare/miniflux-13.1.10...miniflux-13.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [miniflux-13.1.10](https://github.com/truecharts/charts/compare/miniflux-13.1.9...miniflux-13.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [miniflux-13.1.9](https://github.com/truecharts/charts/compare/miniflux-13.1.8...miniflux-13.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [miniflux-13.1.8](https://github.com/truecharts/charts/compare/miniflux-13.1.7...miniflux-13.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [miniflux-13.1.7](https://github.com/truecharts/charts/compare/miniflux-13.1.6...miniflux-13.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [miniflux-13.1.6](https://github.com/truecharts/charts/compare/miniflux-13.1.5...miniflux-13.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [miniflux-13.1.5](https://github.com/truecharts/charts/compare/miniflux-13.1.4...miniflux-13.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [miniflux-13.1.4](https://github.com/truecharts/charts/compare/miniflux-13.1.3...miniflux-13.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [miniflux-13.1.3](https://github.com/truecharts/charts/compare/miniflux-13.1.0...miniflux-13.1.3) (2024-01-01) - -### Chore diff --git a/stable/miniflux/14.1.3/Chart.yaml b/stable/miniflux/14.1.3/Chart.yaml deleted file mode 100644 index f9bd0866247..00000000000 --- a/stable/miniflux/14.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: rss - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.1.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Miniflux is a minimalist and opinionated feed reader. -home: https://truecharts.org/charts/stable/miniflux -icon: https://truecharts.org/img/hotlink-ok/chart-icons/miniflux.png -keywords: - - miniflux - - rss - - news -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: miniflux -sources: - - https://github.com/miniflux/v2 - - https://github.com/truecharts/charts/tree/master/charts/stable/miniflux - - https://hub.docker.com/r/miniflux/miniflux -type: application -version: 14.1.3 diff --git a/stable/miniflux/14.1.3/charts/common-18.0.3.tgz b/stable/miniflux/14.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/miniflux/14.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/miniflux/14.1.3/questions.yaml b/stable/miniflux/14.1.3/questions.yaml deleted file mode 100755 index aab537a76f3..00000000000 --- a/stable/miniflux/14.1.3/questions.yaml +++ /dev/null @@ -1,3326 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: BASE_URL - label: "BASE_URL" - description: "Base URL to generate HTML links and base path for cookies." - schema: - type: string - default: "" - - variable: ADMIN_USERNAME - label: "ADMIN_USERNAME" - description: "Sets the ADMIN_USERNAME env var" - schema: - type: string - default: "admin" - - variable: ADMIN_PASSWORD - label: "ADMIN_PASSWORD" - description: "Sets the ADMIN_PASSWORD env var" - schema: - type: string - default: "changeme" - private: true - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10091 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/misskey/8.2.0/.helmignore b/stable/miniflux/14.3.0/.helmignore similarity index 100% rename from stable/misskey/8.2.0/.helmignore rename to stable/miniflux/14.3.0/.helmignore diff --git a/stable/miniflux/14.3.0/CHANGELOG.md b/stable/miniflux/14.3.0/CHANGELOG.md new file mode 100644 index 00000000000..f063f33a6a2 --- /dev/null +++ b/stable/miniflux/14.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [miniflux-14.3.0](https://github.com/truecharts/charts/compare/miniflux-14.2.3...miniflux-14.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [miniflux-14.2.3](https://github.com/truecharts/charts/compare/miniflux-14.2.2...miniflux-14.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [miniflux-14.2.2](https://github.com/truecharts/charts/compare/miniflux-14.2.0...miniflux-14.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + +## [miniflux-13.1.11](https://github.com/truecharts/charts/compare/miniflux-13.1.10...miniflux-13.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [miniflux-13.1.10](https://github.com/truecharts/charts/compare/miniflux-13.1.9...miniflux-13.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [miniflux-13.1.9](https://github.com/truecharts/charts/compare/miniflux-13.1.8...miniflux-13.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [miniflux-13.1.8](https://github.com/truecharts/charts/compare/miniflux-13.1.7...miniflux-13.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [miniflux-13.1.7](https://github.com/truecharts/charts/compare/miniflux-13.1.6...miniflux-13.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [miniflux-13.1.6](https://github.com/truecharts/charts/compare/miniflux-13.1.5...miniflux-13.1.6) (2024-01-09) + +### Chore \ No newline at end of file diff --git a/stable/miniflux/14.3.0/Chart.yaml b/stable/miniflux/14.3.0/Chart.yaml new file mode 100644 index 00000000000..554187a7d01 --- /dev/null +++ b/stable/miniflux/14.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: rss + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.1.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Miniflux is a minimalist and opinionated feed reader. +home: https://truecharts.org/charts/stable/miniflux +icon: https://truecharts.org/img/hotlink-ok/chart-icons/miniflux.png +keywords: + - miniflux + - rss + - news +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: miniflux +sources: + - https://github.com/miniflux/v2 + - https://github.com/truecharts/charts/tree/master/charts/stable/miniflux + - https://hub.docker.com/r/miniflux/miniflux +type: application +version: 14.3.0 diff --git a/stable/miniflux/14.1.3/README.md b/stable/miniflux/14.3.0/README.md similarity index 100% rename from stable/miniflux/14.1.3/README.md rename to stable/miniflux/14.3.0/README.md diff --git a/stable/miniflux/14.3.0/app-changelog.md b/stable/miniflux/14.3.0/app-changelog.md new file mode 100644 index 00000000000..775f2374ee6 --- /dev/null +++ b/stable/miniflux/14.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [miniflux-14.3.0](https://github.com/truecharts/charts/compare/miniflux-14.2.3...miniflux-14.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/miniflux/14.1.3/app-readme.md b/stable/miniflux/14.3.0/app-readme.md similarity index 100% rename from stable/miniflux/14.1.3/app-readme.md rename to stable/miniflux/14.3.0/app-readme.md diff --git a/stable/miniflux/14.3.0/charts/common-18.2.0.tgz b/stable/miniflux/14.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/miniflux/14.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/miniflux/14.1.3/ix_values.yaml b/stable/miniflux/14.3.0/ix_values.yaml similarity index 100% rename from stable/miniflux/14.1.3/ix_values.yaml rename to stable/miniflux/14.3.0/ix_values.yaml diff --git a/stable/miniflux/14.3.0/questions.yaml b/stable/miniflux/14.3.0/questions.yaml new file mode 100755 index 00000000000..0e3891dcee5 --- /dev/null +++ b/stable/miniflux/14.3.0/questions.yaml @@ -0,0 +1,3284 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: BASE_URL + label: "BASE_URL" + description: "Base URL to generate HTML links and base path for cookies." + schema: + type: string + default: "" + - variable: ADMIN_USERNAME + label: "ADMIN_USERNAME" + description: "Sets the ADMIN_USERNAME env var" + schema: + type: string + default: "admin" + - variable: ADMIN_PASSWORD + label: "ADMIN_PASSWORD" + description: "Sets the ADMIN_PASSWORD env var" + schema: + type: string + default: "changeme" + private: true + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10091 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/minisatip/9.1.3/templates/common.yaml b/stable/miniflux/14.3.0/templates/common.yaml similarity index 100% rename from stable/minisatip/9.1.3/templates/common.yaml rename to stable/miniflux/14.3.0/templates/common.yaml diff --git a/stable/misskey/8.2.0/values.yaml b/stable/miniflux/14.3.0/values.yaml similarity index 100% rename from stable/misskey/8.2.0/values.yaml rename to stable/miniflux/14.3.0/values.yaml diff --git a/stable/mininote/5.1.3/CHANGELOG.md b/stable/mininote/5.1.3/CHANGELOG.md deleted file mode 100644 index 1950ee8fd69..00000000000 --- a/stable/mininote/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [mininote-4.1.11](https://github.com/truecharts/charts/compare/mininote-4.1.10...mininote-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mininote-4.1.10](https://github.com/truecharts/charts/compare/mininote-4.1.9...mininote-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [mininote-4.1.9](https://github.com/truecharts/charts/compare/mininote-4.1.8...mininote-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [mininote-4.1.8](https://github.com/truecharts/charts/compare/mininote-4.1.7...mininote-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [mininote-4.1.7](https://github.com/truecharts/charts/compare/mininote-4.1.6...mininote-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [mininote-4.1.6](https://github.com/truecharts/charts/compare/mininote-4.1.5...mininote-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [mininote-4.1.5](https://github.com/truecharts/charts/compare/mininote-4.1.4...mininote-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [mininote-4.1.4](https://github.com/truecharts/charts/compare/mininote-4.1.3...mininote-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [mininote-4.1.3](https://github.com/truecharts/charts/compare/mininote-4.1.0...mininote-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/mininote/5.1.3/Chart.yaml b/stable/mininote/5.1.3/Chart.yaml deleted file mode 100644 index 46710044b29..00000000000 --- a/stable/mininote/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A simple, self-hosted, encrypted Markdown note-taking app built with Vue 3, and Express. -home: https://truecharts.org/charts/stable/mininote -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mininote.png -keywords: - - mininote - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mininote -sources: - - https://github.com/muety/mininote - - https://github.com/truecharts/charts/tree/master/charts/stable/mininote - - https://hub.docker.com/r/n1try/mininote -type: application -version: 5.1.3 diff --git a/stable/mininote/5.1.3/charts/common-18.0.3.tgz b/stable/mininote/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/mininote/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/mkvcleaver/9.1.3/.helmignore b/stable/mininote/5.3.0/.helmignore similarity index 100% rename from stable/mkvcleaver/9.1.3/.helmignore rename to stable/mininote/5.3.0/.helmignore diff --git a/stable/mininote/5.3.0/CHANGELOG.md b/stable/mininote/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..0a3e7e1c8fd --- /dev/null +++ b/stable/mininote/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mininote-5.3.0](https://github.com/truecharts/charts/compare/mininote-5.2.3...mininote-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [mininote-5.2.3](https://github.com/truecharts/charts/compare/mininote-5.2.2...mininote-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [mininote-5.2.2](https://github.com/truecharts/charts/compare/mininote-5.2.0...mininote-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [mininote-4.1.11](https://github.com/truecharts/charts/compare/mininote-4.1.10...mininote-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [mininote-4.1.10](https://github.com/truecharts/charts/compare/mininote-4.1.9...mininote-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [mininote-4.1.9](https://github.com/truecharts/charts/compare/mininote-4.1.8...mininote-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [mininote-4.1.8](https://github.com/truecharts/charts/compare/mininote-4.1.7...mininote-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [mininote-4.1.7](https://github.com/truecharts/charts/compare/mininote-4.1.6...mininote-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [mininote-4.1.6](https://github.com/truecharts/charts/compare/mininote-4.1.5...mininote-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/mininote/5.3.0/Chart.yaml b/stable/mininote/5.3.0/Chart.yaml new file mode 100644 index 00000000000..4ff4454b81b --- /dev/null +++ b/stable/mininote/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A simple, self-hosted, encrypted Markdown note-taking app built with Vue 3, and Express. +home: https://truecharts.org/charts/stable/mininote +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mininote.png +keywords: + - mininote + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mininote +sources: + - https://github.com/muety/mininote + - https://github.com/truecharts/charts/tree/master/charts/stable/mininote + - https://hub.docker.com/r/n1try/mininote +type: application +version: 5.3.0 diff --git a/stable/mininote/5.1.3/README.md b/stable/mininote/5.3.0/README.md similarity index 100% rename from stable/mininote/5.1.3/README.md rename to stable/mininote/5.3.0/README.md diff --git a/stable/mininote/5.3.0/app-changelog.md b/stable/mininote/5.3.0/app-changelog.md new file mode 100644 index 00000000000..a80ac63d7f5 --- /dev/null +++ b/stable/mininote/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mininote-5.3.0](https://github.com/truecharts/charts/compare/mininote-5.2.3...mininote-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/mininote/5.1.3/app-readme.md b/stable/mininote/5.3.0/app-readme.md similarity index 100% rename from stable/mininote/5.1.3/app-readme.md rename to stable/mininote/5.3.0/app-readme.md diff --git a/stable/mininote/5.3.0/charts/common-18.2.0.tgz b/stable/mininote/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/mininote/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/mininote/5.1.3/ix_values.yaml b/stable/mininote/5.3.0/ix_values.yaml similarity index 100% rename from stable/mininote/5.1.3/ix_values.yaml rename to stable/mininote/5.3.0/ix_values.yaml diff --git a/stable/mininote/5.1.3/questions.yaml b/stable/mininote/5.3.0/questions.yaml similarity index 100% rename from stable/mininote/5.1.3/questions.yaml rename to stable/mininote/5.3.0/questions.yaml diff --git a/stable/mininote/5.1.3/templates/common.yaml b/stable/mininote/5.3.0/templates/common.yaml similarity index 100% rename from stable/mininote/5.1.3/templates/common.yaml rename to stable/mininote/5.3.0/templates/common.yaml diff --git a/stable/mkvcleaver/9.1.3/values.yaml b/stable/mininote/5.3.0/values.yaml similarity index 100% rename from stable/mkvcleaver/9.1.3/values.yaml rename to stable/mininote/5.3.0/values.yaml diff --git a/stable/minio-console/10.1.3/CHANGELOG.md b/stable/minio-console/10.1.3/CHANGELOG.md deleted file mode 100644 index d1b353b16b9..00000000000 --- a/stable/minio-console/10.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [minio-console-9.1.11](https://github.com/truecharts/charts/compare/minio-console-9.1.10...minio-console-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [minio-console-9.1.10](https://github.com/truecharts/charts/compare/minio-console-9.1.9...minio-console-9.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [minio-console-9.1.9](https://github.com/truecharts/charts/compare/minio-console-9.1.8...minio-console-9.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [minio-console-9.1.8](https://github.com/truecharts/charts/compare/minio-console-9.1.7...minio-console-9.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [minio-console-9.1.7](https://github.com/truecharts/charts/compare/minio-console-9.1.6...minio-console-9.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [minio-console-9.1.6](https://github.com/truecharts/charts/compare/minio-console-9.1.5...minio-console-9.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [minio-console-9.1.5](https://github.com/truecharts/charts/compare/minio-console-9.1.4...minio-console-9.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [minio-console-9.1.4](https://github.com/truecharts/charts/compare/minio-console-9.1.3...minio-console-9.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [minio-console-9.1.3](https://github.com/truecharts/charts/compare/minio-console-9.1.0...minio-console-9.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/minio-console/10.1.3/Chart.yaml b/stable/minio-console/10.1.3/Chart.yaml deleted file mode 100644 index 64d321deb77..00000000000 --- a/stable/minio-console/10.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.30.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A management console for minio server and operator -home: https://truecharts.org/charts/stable/minio-console -icon: https://truecharts.org/img/hotlink-ok/chart-icons/minio-console.png -keywords: - - minio-console - - minio - - s3 -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: minio-console -sources: - - https://github.com/minio/console - - https://github.com/truecharts/charts/tree/master/charts/stable/minio-console - - https://hub.docker.com/r/minio/console -type: application -version: 10.1.3 diff --git a/stable/minio-console/10.1.3/charts/common-18.0.3.tgz b/stable/minio-console/10.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/minio-console/10.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/mkvtoolnix/10.1.3/.helmignore b/stable/minio-console/10.3.0/.helmignore similarity index 100% rename from stable/mkvtoolnix/10.1.3/.helmignore rename to stable/minio-console/10.3.0/.helmignore diff --git a/stable/minio-console/10.3.0/CHANGELOG.md b/stable/minio-console/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..58e43758a84 --- /dev/null +++ b/stable/minio-console/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [minio-console-10.3.0](https://github.com/truecharts/charts/compare/minio-console-10.2.3...minio-console-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [minio-console-10.2.3](https://github.com/truecharts/charts/compare/minio-console-10.2.2...minio-console-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [minio-console-10.2.2](https://github.com/truecharts/charts/compare/minio-console-10.2.0...minio-console-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [minio-console-9.1.11](https://github.com/truecharts/charts/compare/minio-console-9.1.10...minio-console-9.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [minio-console-9.1.10](https://github.com/truecharts/charts/compare/minio-console-9.1.9...minio-console-9.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [minio-console-9.1.9](https://github.com/truecharts/charts/compare/minio-console-9.1.8...minio-console-9.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [minio-console-9.1.8](https://github.com/truecharts/charts/compare/minio-console-9.1.7...minio-console-9.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [minio-console-9.1.7](https://github.com/truecharts/charts/compare/minio-console-9.1.6...minio-console-9.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [minio-console-9.1.6](https://github.com/truecharts/charts/compare/minio-console-9.1.5...minio-console-9.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/minio-console/10.3.0/Chart.yaml b/stable/minio-console/10.3.0/Chart.yaml new file mode 100644 index 00000000000..4adf81d9338 --- /dev/null +++ b/stable/minio-console/10.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.30.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A management console for minio server and operator +home: https://truecharts.org/charts/stable/minio-console +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minio-console.png +keywords: + - minio-console + - minio + - s3 +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: minio-console +sources: + - https://github.com/minio/console + - https://github.com/truecharts/charts/tree/master/charts/stable/minio-console + - https://hub.docker.com/r/minio/console +type: application +version: 10.3.0 diff --git a/stable/minio-console/10.1.3/README.md b/stable/minio-console/10.3.0/README.md similarity index 100% rename from stable/minio-console/10.1.3/README.md rename to stable/minio-console/10.3.0/README.md diff --git a/stable/minio-console/10.3.0/app-changelog.md b/stable/minio-console/10.3.0/app-changelog.md new file mode 100644 index 00000000000..bd9062b324f --- /dev/null +++ b/stable/minio-console/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [minio-console-10.3.0](https://github.com/truecharts/charts/compare/minio-console-10.2.3...minio-console-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/minio-console/10.1.3/app-readme.md b/stable/minio-console/10.3.0/app-readme.md similarity index 100% rename from stable/minio-console/10.1.3/app-readme.md rename to stable/minio-console/10.3.0/app-readme.md diff --git a/stable/minio-console/10.3.0/charts/common-18.2.0.tgz b/stable/minio-console/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/minio-console/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/minio-console/10.1.3/ix_values.yaml b/stable/minio-console/10.3.0/ix_values.yaml similarity index 100% rename from stable/minio-console/10.1.3/ix_values.yaml rename to stable/minio-console/10.3.0/ix_values.yaml diff --git a/stable/minio-console/10.1.3/questions.yaml b/stable/minio-console/10.3.0/questions.yaml similarity index 100% rename from stable/minio-console/10.1.3/questions.yaml rename to stable/minio-console/10.3.0/questions.yaml diff --git a/stable/mkvtoolnix/10.1.3/templates/NOTES.txt b/stable/minio-console/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/mkvtoolnix/10.1.3/templates/NOTES.txt rename to stable/minio-console/10.3.0/templates/NOTES.txt diff --git a/stable/mkvcleaver/9.1.3/templates/common.yaml b/stable/minio-console/10.3.0/templates/common.yaml similarity index 100% rename from stable/mkvcleaver/9.1.3/templates/common.yaml rename to stable/minio-console/10.3.0/templates/common.yaml diff --git a/stable/mkvtoolnix/10.1.3/values.yaml b/stable/minio-console/10.3.0/values.yaml similarity index 100% rename from stable/mkvtoolnix/10.1.3/values.yaml rename to stable/minio-console/10.3.0/values.yaml diff --git a/stable/minio/11.2.0/CHANGELOG.md b/stable/minio/11.2.0/CHANGELOG.md deleted file mode 100644 index 81bbea38d2c..00000000000 --- a/stable/minio/11.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [minio-10.1.1](https://github.com/truecharts/charts/compare/minio-10.1.0...minio-10.1.1) (2024-02-12) - -### Chore - - - -- update container image minio/minio to vrelease.2024-02-09t21-25-16z[@68622c3](https://github.com/68622c3) by renovate ([#18144](https://github.com/truecharts/charts/issues/18144)) - - -## [minio-10.1.0](https://github.com/truecharts/charts/compare/minio-10.0.11...minio-10.1.0) (2024-02-05) - -### Chore - - - -- update container image minio/minio to vrelease.2024-02-04t22-36-13z[@edc8947](https://github.com/edc8947) by renovate ([#17964](https://github.com/truecharts/charts/issues/17964)) - - -## [minio-10.0.11](https://github.com/truecharts/charts/compare/minio-10.0.10...minio-10.0.11) (2024-02-05) - -### Chore - - - -- update container image minio/minio to vrelease.2024-01-31t20-20-33z[@4092433](https://github.com/4092433) by renovate ([#17924](https://github.com/truecharts/charts/issues/17924)) - - -## [minio-10.0.10](https://github.com/truecharts/charts/compare/minio-10.0.9...minio-10.0.10) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [minio-10.0.9](https://github.com/truecharts/charts/compare/minio-10.0.8...minio-10.0.9) (2024-01-29) - -### Chore - - - -- update container image minio/minio to vrelease.2024-01-29t03-56-32z[@9b19278](https://github.com/9b19278) by renovate ([#17726](https://github.com/truecharts/charts/issues/17726)) - - -## [minio-10.0.8](https://github.com/truecharts/charts/compare/minio-10.0.7...minio-10.0.8) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [minio-10.0.7](https://github.com/truecharts/charts/compare/minio-10.0.6...minio-10.0.7) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [minio-10.0.6](https://github.com/truecharts/charts/compare/minio-10.0.5...minio-10.0.6) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [minio-10.0.5](https://github.com/truecharts/charts/compare/minio-10.0.4...minio-10.0.5) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - diff --git a/stable/minio/11.2.0/Chart.yaml b/stable/minio/11.2.0/Chart.yaml deleted file mode 100644 index c5b7d55086d..00000000000 --- a/stable/minio/11.2.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.02.26 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Minio is a self-hosted S3 storage server -home: https://truecharts.org/charts/stable/minio -icon: https://truecharts.org/img/hotlink-ok/chart-icons/minio.png -keywords: - - minio - - s3 - - storage -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: minio -sources: - - https://github.com/minio/minio - - https://github.com/truecharts/charts/tree/master/charts/stable/minio - - https://hub.docker.com/r/minio/minio -type: application -version: 11.2.0 diff --git a/stable/minio/11.2.0/charts/common-18.1.2.tgz b/stable/minio/11.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/minio/11.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/minio/11.2.0/ix_values.yaml b/stable/minio/11.2.0/ix_values.yaml deleted file mode 100644 index 6f39dee54f1..00000000000 --- a/stable/minio/11.2.0/ix_values.yaml +++ /dev/null @@ -1,63 +0,0 @@ -image: - repository: minio/minio - tag: RELEASE.2024-02-26T09-33-48Z@sha256:b4426663e5b4cd9648debdb2ad9ff512ec1fedaa0ca3d892512606203fb05550 - pullPolicy: IfNotPresent -service: - main: - ports: - main: - port: 10107 - targetPort: 10107 - api: - enabled: true - ports: - api: - enabled: true - targetPort: 10106 - port: 10106 -ingress: - api: - targetSelector: - api: api -persistence: - config: - enabled: true - mountPath: "/data" -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - custom: true - spec: - httpGet: - scheme: HTTP - path: "/minio/health/live" - port: 10106 - readiness: - custom: true - spec: - httpGet: - scheme: HTTP - path: "/minio/health/ready" - port: 10106 - args: - - "server" - - "/data" - - "--address" - - ":10106" - - "--console-address" - - ":10107" - env: - MINIO_ROOT_USER: "minio" - MINIO_BROWSER_REDIRECT_URL: "" - MINIO_SERVER_URL: "" - MINIO_ROOT_PASSWORD: "changeme" diff --git a/stable/modsecurity-crs/3.1.3/.helmignore b/stable/minio/11.4.0/.helmignore similarity index 100% rename from stable/modsecurity-crs/3.1.3/.helmignore rename to stable/minio/11.4.0/.helmignore diff --git a/stable/minio/11.4.0/CHANGELOG.md b/stable/minio/11.4.0/CHANGELOG.md new file mode 100644 index 00000000000..f432409ebc2 --- /dev/null +++ b/stable/minio/11.4.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [minio-11.4.0](https://github.com/truecharts/charts/compare/minio-11.3.3...minio-11.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [minio-11.3.3](https://github.com/truecharts/charts/compare/minio-11.3.2...minio-11.3.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [minio-11.3.2](https://github.com/truecharts/charts/compare/minio-11.3.0...minio-11.3.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + +## [minio-10.1.1](https://github.com/truecharts/charts/compare/minio-10.1.0...minio-10.1.1) (2024-02-12) + +### Chore + + + +- update container image minio/minio to vrelease.2024-02-09t21-25-16z[@68622c3](https://github.com/68622c3) by renovate ([#18144](https://github.com/truecharts/charts/issues/18144)) + + +## [minio-10.1.0](https://github.com/truecharts/charts/compare/minio-10.0.11...minio-10.1.0) (2024-02-05) + +### Chore + + + +- update container image minio/minio to vrelease.2024-02-04t22-36-13z[@edc8947](https://github.com/edc8947) by renovate ([#17964](https://github.com/truecharts/charts/issues/17964)) + + +## [minio-10.0.11](https://github.com/truecharts/charts/compare/minio-10.0.10...minio-10.0.11) (2024-02-05) + +### Chore + + + +- update container image minio/minio to vrelease.2024-01-31t20-20-33z[@4092433](https://github.com/4092433) by renovate ([#17924](https://github.com/truecharts/charts/issues/17924)) + + +## [minio-10.0.10](https://github.com/truecharts/charts/compare/minio-10.0.9...minio-10.0.10) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [minio-10.0.9](https://github.com/truecharts/charts/compare/minio-10.0.8...minio-10.0.9) (2024-01-29) + +### Chore + + + +- update container image minio/minio to vrelease.2024-01-29t03-56-32z[@9b19278](https://github.com/9b19278) by renovate ([#17726](https://github.com/truecharts/charts/issues/17726)) + + +## [minio-10.0.8](https://github.com/truecharts/charts/compare/minio-10.0.7...minio-10.0.8) (2024-01-26) + +### Chore + + diff --git a/stable/minio/11.4.0/Chart.yaml b/stable/minio/11.4.0/Chart.yaml new file mode 100644 index 00000000000..24d12395405 --- /dev/null +++ b/stable/minio/11.4.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.03.03 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Minio is a self-hosted S3 storage server +home: https://truecharts.org/charts/stable/minio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minio.png +keywords: + - minio + - s3 + - storage +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: minio +sources: + - https://github.com/minio/minio + - https://github.com/truecharts/charts/tree/master/charts/stable/minio + - https://hub.docker.com/r/minio/minio +type: application +version: 11.4.0 diff --git a/stable/minio/11.2.0/README.md b/stable/minio/11.4.0/README.md similarity index 100% rename from stable/minio/11.2.0/README.md rename to stable/minio/11.4.0/README.md diff --git a/stable/minio/11.4.0/app-changelog.md b/stable/minio/11.4.0/app-changelog.md new file mode 100644 index 00000000000..bdf7423a73c --- /dev/null +++ b/stable/minio/11.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [minio-11.4.0](https://github.com/truecharts/charts/compare/minio-11.3.3...minio-11.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/minio/11.2.0/app-readme.md b/stable/minio/11.4.0/app-readme.md similarity index 100% rename from stable/minio/11.2.0/app-readme.md rename to stable/minio/11.4.0/app-readme.md diff --git a/stable/minio/11.4.0/charts/common-18.2.0.tgz b/stable/minio/11.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/minio/11.4.0/charts/common-18.2.0.tgz differ diff --git a/stable/minio/11.4.0/ix_values.yaml b/stable/minio/11.4.0/ix_values.yaml new file mode 100644 index 00000000000..7b566c5b665 --- /dev/null +++ b/stable/minio/11.4.0/ix_values.yaml @@ -0,0 +1,63 @@ +image: + repository: minio/minio + tag: RELEASE.2024-03-03T17-50-39Z@sha256:78eba29be5c2539b0961dee68b44334d4eda4c9bd7cb1f43f4e07c2ffb609cff + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 10107 + targetPort: 10107 + api: + enabled: true + ports: + api: + enabled: true + targetPort: 10106 + port: 10106 +ingress: + api: + targetSelector: + api: api +persistence: + config: + enabled: true + mountPath: "/data" +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + custom: true + spec: + httpGet: + scheme: HTTP + path: "/minio/health/live" + port: 10106 + readiness: + custom: true + spec: + httpGet: + scheme: HTTP + path: "/minio/health/ready" + port: 10106 + args: + - "server" + - "/data" + - "--address" + - ":10106" + - "--console-address" + - ":10107" + env: + MINIO_ROOT_USER: "minio" + MINIO_BROWSER_REDIRECT_URL: "" + MINIO_SERVER_URL: "" + MINIO_ROOT_PASSWORD: "changeme" diff --git a/stable/minio/11.2.0/questions.yaml b/stable/minio/11.4.0/questions.yaml similarity index 100% rename from stable/minio/11.2.0/questions.yaml rename to stable/minio/11.4.0/questions.yaml diff --git a/stable/modsecurity-crs/3.1.3/templates/NOTES.txt b/stable/minio/11.4.0/templates/NOTES.txt similarity index 100% rename from stable/modsecurity-crs/3.1.3/templates/NOTES.txt rename to stable/minio/11.4.0/templates/NOTES.txt diff --git a/stable/mkvtoolnix/10.1.3/templates/common.yaml b/stable/minio/11.4.0/templates/common.yaml similarity index 100% rename from stable/mkvtoolnix/10.1.3/templates/common.yaml rename to stable/minio/11.4.0/templates/common.yaml diff --git a/stable/modsecurity-crs/3.1.3/values.yaml b/stable/minio/11.4.0/values.yaml similarity index 100% rename from stable/modsecurity-crs/3.1.3/values.yaml rename to stable/minio/11.4.0/values.yaml diff --git a/stable/minisatip/9.1.3/CHANGELOG.md b/stable/minisatip/9.1.3/CHANGELOG.md deleted file mode 100644 index 81284bfe9ae..00000000000 --- a/stable/minisatip/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [minisatip-8.1.11](https://github.com/truecharts/charts/compare/minisatip-8.1.10...minisatip-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [minisatip-8.1.10](https://github.com/truecharts/charts/compare/minisatip-8.1.9...minisatip-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [minisatip-8.1.9](https://github.com/truecharts/charts/compare/minisatip-8.1.8...minisatip-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [minisatip-8.1.8](https://github.com/truecharts/charts/compare/minisatip-8.1.7...minisatip-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [minisatip-8.1.7](https://github.com/truecharts/charts/compare/minisatip-8.1.6...minisatip-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [minisatip-8.1.6](https://github.com/truecharts/charts/compare/minisatip-8.1.5...minisatip-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [minisatip-8.1.5](https://github.com/truecharts/charts/compare/minisatip-8.1.4...minisatip-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [minisatip-8.1.4](https://github.com/truecharts/charts/compare/minisatip-8.1.3...minisatip-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [minisatip-8.1.3](https://github.com/truecharts/charts/compare/minisatip-8.1.0...minisatip-8.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/minisatip/9.1.3/Chart.yaml b/stable/minisatip/9.1.3/Chart.yaml deleted file mode 100644 index 4de7759f081..00000000000 --- a/stable/minisatip/9.1.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utility - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2021.12.01 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Minisatip is a multi-threaded satip server version 1.2 that runs under Linux. -home: https://truecharts.org/charts/stable/minisatip -icon: https://truecharts.org/img/hotlink-ok/chart-icons/minisatip.png -keywords: - - minisatip -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: minisatip -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/minisatip - - https://ghcr.io/linuxserver/minisatip -type: application -version: 9.1.3 diff --git a/stable/minisatip/9.1.3/charts/common-18.0.3.tgz b/stable/minisatip/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/minisatip/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/mojopaste/5.1.3/.helmignore b/stable/minisatip/9.3.0/.helmignore similarity index 100% rename from stable/mojopaste/5.1.3/.helmignore rename to stable/minisatip/9.3.0/.helmignore diff --git a/stable/minisatip/9.3.0/CHANGELOG.md b/stable/minisatip/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..cb20f8afaa8 --- /dev/null +++ b/stable/minisatip/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [minisatip-9.3.0](https://github.com/truecharts/charts/compare/minisatip-9.2.3...minisatip-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [minisatip-9.2.3](https://github.com/truecharts/charts/compare/minisatip-9.2.2...minisatip-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [minisatip-9.2.2](https://github.com/truecharts/charts/compare/minisatip-9.2.0...minisatip-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [minisatip-8.1.11](https://github.com/truecharts/charts/compare/minisatip-8.1.10...minisatip-8.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [minisatip-8.1.10](https://github.com/truecharts/charts/compare/minisatip-8.1.9...minisatip-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [minisatip-8.1.9](https://github.com/truecharts/charts/compare/minisatip-8.1.8...minisatip-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [minisatip-8.1.8](https://github.com/truecharts/charts/compare/minisatip-8.1.7...minisatip-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [minisatip-8.1.7](https://github.com/truecharts/charts/compare/minisatip-8.1.6...minisatip-8.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [minisatip-8.1.6](https://github.com/truecharts/charts/compare/minisatip-8.1.5...minisatip-8.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/minisatip/9.3.0/Chart.yaml b/stable/minisatip/9.3.0/Chart.yaml new file mode 100644 index 00000000000..d26b8165fe2 --- /dev/null +++ b/stable/minisatip/9.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utility + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2021.12.01 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Minisatip is a multi-threaded satip server version 1.2 that runs under Linux. +home: https://truecharts.org/charts/stable/minisatip +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minisatip.png +keywords: + - minisatip +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: minisatip +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/minisatip + - https://ghcr.io/linuxserver/minisatip +type: application +version: 9.3.0 diff --git a/stable/minisatip/9.1.3/README.md b/stable/minisatip/9.3.0/README.md similarity index 100% rename from stable/minisatip/9.1.3/README.md rename to stable/minisatip/9.3.0/README.md diff --git a/stable/minisatip/9.3.0/app-changelog.md b/stable/minisatip/9.3.0/app-changelog.md new file mode 100644 index 00000000000..3b4ad27f75d --- /dev/null +++ b/stable/minisatip/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [minisatip-9.3.0](https://github.com/truecharts/charts/compare/minisatip-9.2.3...minisatip-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/minisatip/9.1.3/app-readme.md b/stable/minisatip/9.3.0/app-readme.md similarity index 100% rename from stable/minisatip/9.1.3/app-readme.md rename to stable/minisatip/9.3.0/app-readme.md diff --git a/stable/minisatip/9.3.0/charts/common-18.2.0.tgz b/stable/minisatip/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/minisatip/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/minisatip/9.1.3/ix_values.yaml b/stable/minisatip/9.3.0/ix_values.yaml similarity index 100% rename from stable/minisatip/9.1.3/ix_values.yaml rename to stable/minisatip/9.3.0/ix_values.yaml diff --git a/stable/minisatip/9.1.3/questions.yaml b/stable/minisatip/9.3.0/questions.yaml similarity index 100% rename from stable/minisatip/9.1.3/questions.yaml rename to stable/minisatip/9.3.0/questions.yaml diff --git a/stable/mongo-express/6.1.3/templates/NOTES.txt b/stable/minisatip/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/mongo-express/6.1.3/templates/NOTES.txt rename to stable/minisatip/9.3.0/templates/NOTES.txt diff --git a/stable/modsecurity-crs/3.1.3/templates/common.yaml b/stable/minisatip/9.3.0/templates/common.yaml similarity index 100% rename from stable/modsecurity-crs/3.1.3/templates/common.yaml rename to stable/minisatip/9.3.0/templates/common.yaml diff --git a/stable/mojopaste/5.1.3/values.yaml b/stable/minisatip/9.3.0/values.yaml similarity index 100% rename from stable/mojopaste/5.1.3/values.yaml rename to stable/minisatip/9.3.0/values.yaml diff --git a/stable/misskey/8.2.0/CHANGELOG.md b/stable/misskey/8.2.0/CHANGELOG.md deleted file mode 100644 index 4a9a6761e88..00000000000 --- a/stable/misskey/8.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - -## [misskey-7.1.16](https://github.com/truecharts/charts/compare/misskey-7.1.15...misskey-7.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [misskey-7.1.15](https://github.com/truecharts/charts/compare/misskey-7.1.14...misskey-7.1.15) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [misskey-7.1.14](https://github.com/truecharts/charts/compare/misskey-7.1.13...misskey-7.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [misskey-7.1.13](https://github.com/truecharts/charts/compare/misskey-7.1.12...misskey-7.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [misskey-7.1.12](https://github.com/truecharts/charts/compare/misskey-7.1.11...misskey-7.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [misskey-7.1.11](https://github.com/truecharts/charts/compare/misskey-7.1.10...misskey-7.1.11) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [misskey-7.1.10](https://github.com/truecharts/charts/compare/misskey-7.1.9...misskey-7.1.10) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [misskey-7.1.9](https://github.com/truecharts/charts/compare/misskey-7.1.8...misskey-7.1.9) (2024-01-02) - -### Chore - - - -- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820)) - - -## [misskey-7.1.8](https://github.com/truecharts/charts/compare/misskey-7.1.7...misskey-7.1.8) (2024-01-02) - -### Chore \ No newline at end of file diff --git a/stable/misskey/8.2.0/Chart.yaml b/stable/misskey/8.2.0/Chart.yaml deleted file mode 100644 index ed5b11bb35f..00000000000 --- a/stable/misskey/8.2.0/Chart.yaml +++ /dev/null @@ -1,48 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Social - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.2.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 11.2.1 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Open source decentralized social media platform that's free forever! -home: https://truecharts.org/charts/stable/misskey -icon: https://truecharts.org/img/hotlink-ok/chart-icons/misskey.png -keywords: - - Misskey - - Social - - Friend - - Social Media - - Fediverse - - ActivityPub -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: misskey -sources: - - https://github.com/misskey-dev/misskey/ - - https://github.com/truecharts/charts/tree/master/charts/stable/misskey - - https://hub.docker.com/r/misskey/misskey -type: application -version: 8.2.0 diff --git a/stable/misskey/8.2.0/charts/common-18.1.2.tgz b/stable/misskey/8.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/misskey/8.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/misskey/8.2.0/ix_values.yaml b/stable/misskey/8.2.0/ix_values.yaml deleted file mode 100644 index 2e0c9c4dbf6..00000000000 --- a/stable/misskey/8.2.0/ix_values.yaml +++ /dev/null @@ -1,78 +0,0 @@ -image: - repository: misskey/misskey - pullPolicy: IfNotPresent - tag: 2024.2.0@sha256:bcb6cb6b6576e834f2cf4421348b51a7182f58cc2af323013f788e979a6cffd7 - -securityContext: - pod: - fsgroup: 33 - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 - -service: - main: - ports: - main: - port: 3003 - -misskey: - # Final accessible URL seen by a user. ONCE YOU HAVE STARTED THE INSTANCE, DO NOT CHANGE THE URL SETTINGS AFTER THAT! - url: "https://example.tld/" - # ID generation method. 'aid' recommended. - id: "aid" - other: - disableHSTS: false - signToActivityPubGet: true - maxFileSize: 262144000 - clusterLimit: 1 - deliverJobConcurrency: 128 - inboxJobConcurrency: 16 - relashionshipJobConcurrency: 16 - deliverJobPerSec: 128 - inboxJobPerSec: 16 - relashionshipJobPerSec: 64 - deliverJobMaxAttempts: 12 - inboxJobMaxAttempts: 8 - allowedPrivateNetworks: - - 127.0.0.1/32 - proxyBypassHosts: - - api.deepl.com - - api-free.deepl.com - - www.recaptcha.net - - hcaptcha.com - - challenges.cloudflare.com - -workload: - main: - podSpec: - containers: - main: - env: - NODE_ENV: production - -persistence: - misskeyconfig: - enabled: true - type: configmap - objectName: misskeyconfig - mountPath: "/misskey/.config" - files: - enabled: true - mountPath: "/misskey/files" - -cnpg: - main: - enabled: true - user: misskey - database: misskey - -redis: - enabled: true - username: default - -portal: - open: - enabled: true diff --git a/stable/misskey/8.2.0/questions.yaml b/stable/misskey/8.2.0/questions.yaml deleted file mode 100755 index b0f30749e79..00000000000 --- a/stable/misskey/8.2.0/questions.yaml +++ /dev/null @@ -1,3426 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: misskey - group: "App Configuration" - label: "Misskey Configuration" - schema: - type: dict - attrs: - - variable: url - label: "Final Accessible URL (Initial Install Only)" - description: "Final accessible URL seen by a user. ONCE YOU HAVE STARTED THE INSTANCE, DO NOT CHANGE THE URL SETTINGS AFTER THAT!" - schema: - type: string - required: true - - variable: id - label: "ID Generation Method (Initial Install Only)" - description: "Select the ID generation method. DO NOT CHANGE AFTER INSTANCE IS STARTED!" - schema: - type: string - enum: - - value: aid - description: "(aid) Short, Millisecond accuracy" - - value: meid - description: "(meid) Similar to ObjectID, Millisecond accuracy" - - value: ulid - description: "(ulid) Millisecond accuracy" - - value: objectid - description: "(objectid) This is left for backward compatibility" - default: aid - required: true - - variable: other - label: "Other Configuration" - schema: - type: dict - attrs: - - variable: disableHSTS - label: "Disable HSTS" - schema: - type: boolean - default: false - - variable: signToActivityPubGet - label: "Sign to ActivityPub GET Request" - schema: - type: boolean - default: false - - variable: maxFileSize - label: "Max file upload/download size (bytes)" - schema: - type: int - required: true - default: 262144000 - - variable: clusterLimit - label: "Cluster Limit" - description: "Number of worker processes for server" - schema: - type: int - required: true - default: 1 - - variable: deliverJobConcurrency - label: "Deliver Job Concurrency" - description: "Job concurrency per worker" - schema: - type: int - required: true - default: 128 - - variable: inboxJobConcurrency - label: "Inbox Job Concurrency" - description: "Inbox job concurrency per worker" - schema: - type: int - required: true - default: 16 - - variable: relashionshipJobConcurrency - label: "Relashionship Job Concurrency" - description: "Relashionship job concurrency per worker" - schema: - type: int - required: true - default: 16 - - variable: deliverJobPerSec - label: "Deliver Jobs Per Second" - description: "Job rate limiter" - schema: - type: int - required: true - default: 128 - - variable: inboxJobPerSec - label: "Inbox Jobs Per Second" - description: "Inbox job rate limiter" - schema: - type: int - required: true - default: 16 - - variable: relashionshipJobPerSec - label: "Relashionship Jobs Per Second" - description: "Relashionship job rate limiter" - schema: - type: int - required: true - default: 64 - - variable: deliverJobMaxAttempts - label: "Max Deliver Job Attempts" - schema: - type: int - required: true - default: 12 - - variable: inboxJobMaxAttempts - label: "Max Inbox Job Attempts" - schema: - type: int - required: true - default: 8 - - variable: allowedPrivateNetworks - label: "Allowed Private Networks" - description: "Automatically 127.0.0.1/32 is added" - schema: - type: list - default: [] - items: - - variable: privateNet - label: "Private Network Entry" - schema: - type: string - required: true - default: "" - - variable: proxyBypassHosts - label: "Proxy Bypass Hosts" - schema: - type: list - default: - - api.deepl.com - - api-free.deepl.com - - www.recaptcha.net - - hcaptcha.com - - challenges.cloudflare.com - items: - - variable: proxyBypassHostEntry - label: "Proxy Bypass Host Entry" - schema: - type: string - required: true - default: "" - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 3003 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: files - label: "Misskey file Storage" - description: "Stores the Application file data." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - - 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 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 33 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/monero-node/6.1.0/.helmignore b/stable/misskey/8.4.0/.helmignore similarity index 100% rename from stable/monero-node/6.1.0/.helmignore rename to stable/misskey/8.4.0/.helmignore diff --git a/stable/misskey/8.4.0/CHANGELOG.md b/stable/misskey/8.4.0/CHANGELOG.md new file mode 100644 index 00000000000..5e0f0fc8c37 --- /dev/null +++ b/stable/misskey/8.4.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [misskey-8.4.0](https://github.com/truecharts/charts/compare/misskey-8.3.3...misskey-8.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [misskey-8.3.3](https://github.com/truecharts/charts/compare/misskey-8.3.2...misskey-8.3.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [misskey-8.3.2](https://github.com/truecharts/charts/compare/misskey-8.3.0...misskey-8.3.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + +## [misskey-7.1.16](https://github.com/truecharts/charts/compare/misskey-7.1.15...misskey-7.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [misskey-7.1.15](https://github.com/truecharts/charts/compare/misskey-7.1.14...misskey-7.1.15) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [misskey-7.1.14](https://github.com/truecharts/charts/compare/misskey-7.1.13...misskey-7.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [misskey-7.1.13](https://github.com/truecharts/charts/compare/misskey-7.1.12...misskey-7.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [misskey-7.1.12](https://github.com/truecharts/charts/compare/misskey-7.1.11...misskey-7.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [misskey-7.1.11](https://github.com/truecharts/charts/compare/misskey-7.1.10...misskey-7.1.11) (2024-01-21) diff --git a/stable/misskey/8.4.0/Chart.yaml b/stable/misskey/8.4.0/Chart.yaml new file mode 100644 index 00000000000..6ca104c89f4 --- /dev/null +++ b/stable/misskey/8.4.0/Chart.yaml @@ -0,0 +1,48 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Social + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.3.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Open source decentralized social media platform that's free forever! +home: https://truecharts.org/charts/stable/misskey +icon: https://truecharts.org/img/hotlink-ok/chart-icons/misskey.png +keywords: + - Misskey + - Social + - Friend + - Social Media + - Fediverse + - ActivityPub +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: misskey +sources: + - https://github.com/misskey-dev/misskey/ + - https://github.com/truecharts/charts/tree/master/charts/stable/misskey + - https://hub.docker.com/r/misskey/misskey +type: application +version: 8.4.0 diff --git a/stable/misskey/8.2.0/README.md b/stable/misskey/8.4.0/README.md similarity index 100% rename from stable/misskey/8.2.0/README.md rename to stable/misskey/8.4.0/README.md diff --git a/stable/misskey/8.4.0/app-changelog.md b/stable/misskey/8.4.0/app-changelog.md new file mode 100644 index 00000000000..c108944cfef --- /dev/null +++ b/stable/misskey/8.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [misskey-8.4.0](https://github.com/truecharts/charts/compare/misskey-8.3.3...misskey-8.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/misskey/8.2.0/app-readme.md b/stable/misskey/8.4.0/app-readme.md similarity index 100% rename from stable/misskey/8.2.0/app-readme.md rename to stable/misskey/8.4.0/app-readme.md diff --git a/stable/misskey/8.4.0/charts/common-18.2.0.tgz b/stable/misskey/8.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/misskey/8.4.0/charts/common-18.2.0.tgz differ diff --git a/stable/misskey/8.2.0/charts/redis-11.2.1.tgz b/stable/misskey/8.4.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/misskey/8.2.0/charts/redis-11.2.1.tgz rename to stable/misskey/8.4.0/charts/redis-11.2.1.tgz diff --git a/stable/misskey/8.4.0/ix_values.yaml b/stable/misskey/8.4.0/ix_values.yaml new file mode 100644 index 00000000000..115282e48df --- /dev/null +++ b/stable/misskey/8.4.0/ix_values.yaml @@ -0,0 +1,78 @@ +image: + repository: misskey/misskey + pullPolicy: IfNotPresent + tag: 2024.3.1@sha256:e9a4f1bfed7c5bcb608e14e8678eeddf06a5742012cb4d27f54ef2f35c8737e3 + +securityContext: + pod: + fsgroup: 33 + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + port: 3003 + +misskey: + # Final accessible URL seen by a user. ONCE YOU HAVE STARTED THE INSTANCE, DO NOT CHANGE THE URL SETTINGS AFTER THAT! + url: "https://example.tld/" + # ID generation method. 'aid' recommended. + id: "aid" + other: + disableHSTS: false + signToActivityPubGet: true + maxFileSize: 262144000 + clusterLimit: 1 + deliverJobConcurrency: 128 + inboxJobConcurrency: 16 + relashionshipJobConcurrency: 16 + deliverJobPerSec: 128 + inboxJobPerSec: 16 + relashionshipJobPerSec: 64 + deliverJobMaxAttempts: 12 + inboxJobMaxAttempts: 8 + allowedPrivateNetworks: + - 127.0.0.1/32 + proxyBypassHosts: + - api.deepl.com + - api-free.deepl.com + - www.recaptcha.net + - hcaptcha.com + - challenges.cloudflare.com + +workload: + main: + podSpec: + containers: + main: + env: + NODE_ENV: production + +persistence: + misskeyconfig: + enabled: true + type: configmap + objectName: misskeyconfig + mountPath: "/misskey/.config" + files: + enabled: true + mountPath: "/misskey/files" + +cnpg: + main: + enabled: true + user: misskey + database: misskey + +redis: + enabled: true + username: default + +portal: + open: + enabled: true diff --git a/stable/misskey/8.4.0/questions.yaml b/stable/misskey/8.4.0/questions.yaml new file mode 100755 index 00000000000..e3239044ad9 --- /dev/null +++ b/stable/misskey/8.4.0/questions.yaml @@ -0,0 +1,3384 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: misskey + group: "App Configuration" + label: "Misskey Configuration" + schema: + type: dict + attrs: + - variable: url + label: "Final Accessible URL (Initial Install Only)" + description: "Final accessible URL seen by a user. ONCE YOU HAVE STARTED THE INSTANCE, DO NOT CHANGE THE URL SETTINGS AFTER THAT!" + schema: + type: string + required: true + - variable: id + label: "ID Generation Method (Initial Install Only)" + description: "Select the ID generation method. DO NOT CHANGE AFTER INSTANCE IS STARTED!" + schema: + type: string + enum: + - value: aid + description: "(aid) Short, Millisecond accuracy" + - value: meid + description: "(meid) Similar to ObjectID, Millisecond accuracy" + - value: ulid + description: "(ulid) Millisecond accuracy" + - value: objectid + description: "(objectid) This is left for backward compatibility" + default: aid + required: true + - variable: other + label: "Other Configuration" + schema: + type: dict + attrs: + - variable: disableHSTS + label: "Disable HSTS" + schema: + type: boolean + default: false + - variable: signToActivityPubGet + label: "Sign to ActivityPub GET Request" + schema: + type: boolean + default: false + - variable: maxFileSize + label: "Max file upload/download size (bytes)" + schema: + type: int + required: true + default: 262144000 + - variable: clusterLimit + label: "Cluster Limit" + description: "Number of worker processes for server" + schema: + type: int + required: true + default: 1 + - variable: deliverJobConcurrency + label: "Deliver Job Concurrency" + description: "Job concurrency per worker" + schema: + type: int + required: true + default: 128 + - variable: inboxJobConcurrency + label: "Inbox Job Concurrency" + description: "Inbox job concurrency per worker" + schema: + type: int + required: true + default: 16 + - variable: relashionshipJobConcurrency + label: "Relashionship Job Concurrency" + description: "Relashionship job concurrency per worker" + schema: + type: int + required: true + default: 16 + - variable: deliverJobPerSec + label: "Deliver Jobs Per Second" + description: "Job rate limiter" + schema: + type: int + required: true + default: 128 + - variable: inboxJobPerSec + label: "Inbox Jobs Per Second" + description: "Inbox job rate limiter" + schema: + type: int + required: true + default: 16 + - variable: relashionshipJobPerSec + label: "Relashionship Jobs Per Second" + description: "Relashionship job rate limiter" + schema: + type: int + required: true + default: 64 + - variable: deliverJobMaxAttempts + label: "Max Deliver Job Attempts" + schema: + type: int + required: true + default: 12 + - variable: inboxJobMaxAttempts + label: "Max Inbox Job Attempts" + schema: + type: int + required: true + default: 8 + - variable: allowedPrivateNetworks + label: "Allowed Private Networks" + description: "Automatically 127.0.0.1/32 is added" + schema: + type: list + default: [] + items: + - variable: privateNet + label: "Private Network Entry" + schema: + type: string + required: true + default: "" + - variable: proxyBypassHosts + label: "Proxy Bypass Hosts" + schema: + type: list + default: + - api.deepl.com + - api-free.deepl.com + - www.recaptcha.net + - hcaptcha.com + - challenges.cloudflare.com + items: + - variable: proxyBypassHostEntry + label: "Proxy Bypass Host Entry" + schema: + type: string + required: true + default: "" + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 3003 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: files + label: "Misskey file Storage" + description: "Stores the Application file data." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + + - 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 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 33 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/monica/12.3.0/templates/NOTES.txt b/stable/misskey/8.4.0/templates/NOTES.txt similarity index 100% rename from stable/monica/12.3.0/templates/NOTES.txt rename to stable/misskey/8.4.0/templates/NOTES.txt diff --git a/stable/misskey/8.2.0/templates/_configmap.tpl b/stable/misskey/8.4.0/templates/_configmap.tpl similarity index 100% rename from stable/misskey/8.2.0/templates/_configmap.tpl rename to stable/misskey/8.4.0/templates/_configmap.tpl diff --git a/stable/misskey/8.2.0/templates/common.yaml b/stable/misskey/8.4.0/templates/common.yaml similarity index 100% rename from stable/misskey/8.2.0/templates/common.yaml rename to stable/misskey/8.4.0/templates/common.yaml diff --git a/stable/monero-node/6.1.0/values.yaml b/stable/misskey/8.4.0/values.yaml similarity index 100% rename from stable/monero-node/6.1.0/values.yaml rename to stable/misskey/8.4.0/values.yaml diff --git a/stable/mkvcleaver/9.1.3/CHANGELOG.md b/stable/mkvcleaver/9.1.3/CHANGELOG.md deleted file mode 100644 index 01ff139f01b..00000000000 --- a/stable/mkvcleaver/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [mkvcleaver-7.1.11](https://github.com/truecharts/charts/compare/mkvcleaver-7.1.10...mkvcleaver-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mkvcleaver-7.1.10](https://github.com/truecharts/charts/compare/mkvcleaver-7.1.9...mkvcleaver-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [mkvcleaver-7.1.9](https://github.com/truecharts/charts/compare/mkvcleaver-7.1.8...mkvcleaver-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [mkvcleaver-7.1.8](https://github.com/truecharts/charts/compare/mkvcleaver-7.1.7...mkvcleaver-7.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [mkvcleaver-7.1.7](https://github.com/truecharts/charts/compare/mkvcleaver-7.1.6...mkvcleaver-7.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [mkvcleaver-7.1.6](https://github.com/truecharts/charts/compare/mkvcleaver-7.1.5...mkvcleaver-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [mkvcleaver-7.1.5](https://github.com/truecharts/charts/compare/mkvcleaver-7.1.4...mkvcleaver-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [mkvcleaver-7.1.4](https://github.com/truecharts/charts/compare/mkvcleaver-7.1.3...mkvcleaver-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [mkvcleaver-7.1.3](https://github.com/truecharts/charts/compare/mkvcleaver-7.1.0...mkvcleaver-7.1.3) (2024-01-01) - -### Chore - - diff --git a/stable/mkvcleaver/9.1.3/Chart.yaml b/stable/mkvcleaver/9.1.3/Chart.yaml deleted file mode 100644 index 54ce24c43a7..00000000000 --- a/stable/mkvcleaver/9.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.02.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: MKVCleaver is a tool for batch extraction of data from MKV files -home: https://truecharts.org/charts/stable/mkvcleaver -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mkvcleaver.png -keywords: - - media - - mkvcleaver -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mkvcleaver -sources: - - https://github.com/jlesage/docker-mkvcleaver - - https://github.com/truecharts/charts/tree/master/charts/stable/mkvcleaver - - https://hub.docker.com/r/jlesage/mkvcleaver -type: application -version: 9.1.3 diff --git a/stable/mkvcleaver/9.1.3/charts/common-18.0.3.tgz b/stable/mkvcleaver/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/mkvcleaver/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/mongo-express/6.1.3/.helmignore b/stable/mkvcleaver/9.3.0/.helmignore similarity index 100% rename from stable/mongo-express/6.1.3/.helmignore rename to stable/mkvcleaver/9.3.0/.helmignore diff --git a/stable/mkvcleaver/9.3.0/CHANGELOG.md b/stable/mkvcleaver/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..5fded40786f --- /dev/null +++ b/stable/mkvcleaver/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mkvcleaver-9.3.0](https://github.com/truecharts/charts/compare/mkvcleaver-9.2.3...mkvcleaver-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [mkvcleaver-9.2.3](https://github.com/truecharts/charts/compare/mkvcleaver-9.2.2...mkvcleaver-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [mkvcleaver-9.2.2](https://github.com/truecharts/charts/compare/mkvcleaver-9.2.0...mkvcleaver-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [mkvcleaver-7.1.11](https://github.com/truecharts/charts/compare/mkvcleaver-7.1.10...mkvcleaver-7.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [mkvcleaver-7.1.10](https://github.com/truecharts/charts/compare/mkvcleaver-7.1.9...mkvcleaver-7.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [mkvcleaver-7.1.9](https://github.com/truecharts/charts/compare/mkvcleaver-7.1.8...mkvcleaver-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [mkvcleaver-7.1.8](https://github.com/truecharts/charts/compare/mkvcleaver-7.1.7...mkvcleaver-7.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [mkvcleaver-7.1.7](https://github.com/truecharts/charts/compare/mkvcleaver-7.1.6...mkvcleaver-7.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [mkvcleaver-7.1.6](https://github.com/truecharts/charts/compare/mkvcleaver-7.1.5...mkvcleaver-7.1.6) (2024-01-09) + +### Chore + diff --git a/stable/mkvcleaver/9.3.0/Chart.yaml b/stable/mkvcleaver/9.3.0/Chart.yaml new file mode 100644 index 00000000000..018b63e809a --- /dev/null +++ b/stable/mkvcleaver/9.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.02.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: MKVCleaver is a tool for batch extraction of data from MKV files +home: https://truecharts.org/charts/stable/mkvcleaver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mkvcleaver.png +keywords: + - media + - mkvcleaver +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mkvcleaver +sources: + - https://github.com/jlesage/docker-mkvcleaver + - https://github.com/truecharts/charts/tree/master/charts/stable/mkvcleaver + - https://hub.docker.com/r/jlesage/mkvcleaver +type: application +version: 9.3.0 diff --git a/stable/mkvcleaver/9.1.3/README.md b/stable/mkvcleaver/9.3.0/README.md similarity index 100% rename from stable/mkvcleaver/9.1.3/README.md rename to stable/mkvcleaver/9.3.0/README.md diff --git a/stable/mkvcleaver/9.3.0/app-changelog.md b/stable/mkvcleaver/9.3.0/app-changelog.md new file mode 100644 index 00000000000..d0f12775173 --- /dev/null +++ b/stable/mkvcleaver/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mkvcleaver-9.3.0](https://github.com/truecharts/charts/compare/mkvcleaver-9.2.3...mkvcleaver-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/mkvcleaver/9.1.3/app-readme.md b/stable/mkvcleaver/9.3.0/app-readme.md similarity index 100% rename from stable/mkvcleaver/9.1.3/app-readme.md rename to stable/mkvcleaver/9.3.0/app-readme.md diff --git a/stable/mkvcleaver/9.3.0/charts/common-18.2.0.tgz b/stable/mkvcleaver/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/mkvcleaver/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/mkvcleaver/9.1.3/ix_values.yaml b/stable/mkvcleaver/9.3.0/ix_values.yaml similarity index 100% rename from stable/mkvcleaver/9.1.3/ix_values.yaml rename to stable/mkvcleaver/9.3.0/ix_values.yaml diff --git a/stable/mkvcleaver/9.1.3/questions.yaml b/stable/mkvcleaver/9.3.0/questions.yaml similarity index 100% rename from stable/mkvcleaver/9.1.3/questions.yaml rename to stable/mkvcleaver/9.3.0/questions.yaml diff --git a/stable/mosdns/9.1.3/templates/NOTES.txt b/stable/mkvcleaver/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/mosdns/9.1.3/templates/NOTES.txt rename to stable/mkvcleaver/9.3.0/templates/NOTES.txt diff --git a/stable/mongo-express/6.1.3/templates/common.yaml b/stable/mkvcleaver/9.3.0/templates/common.yaml similarity index 100% rename from stable/mongo-express/6.1.3/templates/common.yaml rename to stable/mkvcleaver/9.3.0/templates/common.yaml diff --git a/stable/mongo-express/6.1.3/values.yaml b/stable/mkvcleaver/9.3.0/values.yaml similarity index 100% rename from stable/mongo-express/6.1.3/values.yaml rename to stable/mkvcleaver/9.3.0/values.yaml diff --git a/stable/mkvtoolnix/10.1.3/CHANGELOG.md b/stable/mkvtoolnix/10.1.3/CHANGELOG.md deleted file mode 100644 index be1ef516dc1..00000000000 --- a/stable/mkvtoolnix/10.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [mkvtoolnix-9.0.0](https://github.com/truecharts/charts/compare/mkvtoolnix-8.1.11...mkvtoolnix-9.0.0) (2024-02-10) - -### Chore - - - -- update container image jlesage/mkvtoolnix to v24.02.1[@f90aca5](https://github.com/f90aca5) by renovate ([#17965](https://github.com/truecharts/charts/issues/17965)) - - -## [mkvtoolnix-8.1.11](https://github.com/truecharts/charts/compare/mkvtoolnix-8.1.10...mkvtoolnix-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mkvtoolnix-8.1.10](https://github.com/truecharts/charts/compare/mkvtoolnix-8.1.9...mkvtoolnix-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [mkvtoolnix-8.1.9](https://github.com/truecharts/charts/compare/mkvtoolnix-8.1.8...mkvtoolnix-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [mkvtoolnix-8.1.8](https://github.com/truecharts/charts/compare/mkvtoolnix-8.1.7...mkvtoolnix-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [mkvtoolnix-8.1.7](https://github.com/truecharts/charts/compare/mkvtoolnix-8.1.6...mkvtoolnix-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [mkvtoolnix-8.1.6](https://github.com/truecharts/charts/compare/mkvtoolnix-8.1.5...mkvtoolnix-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [mkvtoolnix-8.1.5](https://github.com/truecharts/charts/compare/mkvtoolnix-8.1.4...mkvtoolnix-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [mkvtoolnix-8.1.4](https://github.com/truecharts/charts/compare/mkvtoolnix-8.1.3...mkvtoolnix-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/mkvtoolnix/10.1.3/Chart.yaml b/stable/mkvtoolnix/10.1.3/Chart.yaml deleted file mode 100644 index b184b4f3f3e..00000000000 --- a/stable/mkvtoolnix/10.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.02.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: MKVToolNix is a set of tools to create, alter and inspect Matroska files. -home: https://truecharts.org/charts/stable/mkvtoolnix -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mkvtoolnix.png -keywords: - - media - - mkvtoolnix - - mkv -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mkvtoolnix -sources: - - https://mkvtoolnix.download/ - - https://github.com/jlesage/docker-mkvtoolnix - - https://github.com/truecharts/charts/tree/master/charts/stable/mkvtoolnix - - https://hub.docker.com/r/jlesage/mkvtoolnix -type: application -version: 10.1.3 diff --git a/stable/mkvtoolnix/10.1.3/charts/common-18.0.3.tgz b/stable/mkvtoolnix/10.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/mkvtoolnix/10.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/monica/12.3.0/.helmignore b/stable/mkvtoolnix/10.3.0/.helmignore similarity index 100% rename from stable/monica/12.3.0/.helmignore rename to stable/mkvtoolnix/10.3.0/.helmignore diff --git a/stable/mkvtoolnix/10.3.0/CHANGELOG.md b/stable/mkvtoolnix/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..2aa71c05abb --- /dev/null +++ b/stable/mkvtoolnix/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mkvtoolnix-10.3.0](https://github.com/truecharts/charts/compare/mkvtoolnix-10.2.3...mkvtoolnix-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [mkvtoolnix-10.2.3](https://github.com/truecharts/charts/compare/mkvtoolnix-10.2.2...mkvtoolnix-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [mkvtoolnix-10.2.2](https://github.com/truecharts/charts/compare/mkvtoolnix-10.2.0...mkvtoolnix-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [mkvtoolnix-9.0.0](https://github.com/truecharts/charts/compare/mkvtoolnix-8.1.11...mkvtoolnix-9.0.0) (2024-02-10) + +### Chore + + + +- update container image jlesage/mkvtoolnix to v24.02.1[@f90aca5](https://github.com/f90aca5) by renovate ([#17965](https://github.com/truecharts/charts/issues/17965)) + + +## [mkvtoolnix-8.1.11](https://github.com/truecharts/charts/compare/mkvtoolnix-8.1.10...mkvtoolnix-8.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [mkvtoolnix-8.1.10](https://github.com/truecharts/charts/compare/mkvtoolnix-8.1.9...mkvtoolnix-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [mkvtoolnix-8.1.9](https://github.com/truecharts/charts/compare/mkvtoolnix-8.1.8...mkvtoolnix-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [mkvtoolnix-8.1.8](https://github.com/truecharts/charts/compare/mkvtoolnix-8.1.7...mkvtoolnix-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [mkvtoolnix-8.1.7](https://github.com/truecharts/charts/compare/mkvtoolnix-8.1.6...mkvtoolnix-8.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/mkvtoolnix/10.3.0/Chart.yaml b/stable/mkvtoolnix/10.3.0/Chart.yaml new file mode 100644 index 00000000000..5db75eee71e --- /dev/null +++ b/stable/mkvtoolnix/10.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.02.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: MKVToolNix is a set of tools to create, alter and inspect Matroska files. +home: https://truecharts.org/charts/stable/mkvtoolnix +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mkvtoolnix.png +keywords: + - media + - mkvtoolnix + - mkv +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mkvtoolnix +sources: + - https://mkvtoolnix.download/ + - https://github.com/jlesage/docker-mkvtoolnix + - https://github.com/truecharts/charts/tree/master/charts/stable/mkvtoolnix + - https://hub.docker.com/r/jlesage/mkvtoolnix +type: application +version: 10.3.0 diff --git a/stable/mkvtoolnix/10.1.3/README.md b/stable/mkvtoolnix/10.3.0/README.md similarity index 100% rename from stable/mkvtoolnix/10.1.3/README.md rename to stable/mkvtoolnix/10.3.0/README.md diff --git a/stable/mkvtoolnix/10.3.0/app-changelog.md b/stable/mkvtoolnix/10.3.0/app-changelog.md new file mode 100644 index 00000000000..25bfd4f62a0 --- /dev/null +++ b/stable/mkvtoolnix/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mkvtoolnix-10.3.0](https://github.com/truecharts/charts/compare/mkvtoolnix-10.2.3...mkvtoolnix-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/mkvtoolnix/10.1.3/app-readme.md b/stable/mkvtoolnix/10.3.0/app-readme.md similarity index 100% rename from stable/mkvtoolnix/10.1.3/app-readme.md rename to stable/mkvtoolnix/10.3.0/app-readme.md diff --git a/stable/mkvtoolnix/10.3.0/charts/common-18.2.0.tgz b/stable/mkvtoolnix/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/mkvtoolnix/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/mkvtoolnix/10.1.3/ix_values.yaml b/stable/mkvtoolnix/10.3.0/ix_values.yaml similarity index 100% rename from stable/mkvtoolnix/10.1.3/ix_values.yaml rename to stable/mkvtoolnix/10.3.0/ix_values.yaml diff --git a/stable/mkvtoolnix/10.1.3/questions.yaml b/stable/mkvtoolnix/10.3.0/questions.yaml similarity index 100% rename from stable/mkvtoolnix/10.1.3/questions.yaml rename to stable/mkvtoolnix/10.3.0/questions.yaml diff --git a/stable/mosquitto/14.1.3/templates/NOTES.txt b/stable/mkvtoolnix/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/mosquitto/14.1.3/templates/NOTES.txt rename to stable/mkvtoolnix/10.3.0/templates/NOTES.txt diff --git a/stable/mosdns/9.1.3/templates/common.yaml b/stable/mkvtoolnix/10.3.0/templates/common.yaml similarity index 100% rename from stable/mosdns/9.1.3/templates/common.yaml rename to stable/mkvtoolnix/10.3.0/templates/common.yaml diff --git a/stable/monica/12.3.0/values.yaml b/stable/mkvtoolnix/10.3.0/values.yaml similarity index 100% rename from stable/monica/12.3.0/values.yaml rename to stable/mkvtoolnix/10.3.0/values.yaml diff --git a/stable/modsecurity-crs/3.1.3/CHANGELOG.md b/stable/modsecurity-crs/3.1.3/CHANGELOG.md deleted file mode 100644 index 73f5abeef6f..00000000000 --- a/stable/modsecurity-crs/3.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [modsecurity-crs-2.1.11](https://github.com/truecharts/charts/compare/modsecurity-crs-2.1.10...modsecurity-crs-2.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [modsecurity-crs-2.1.10](https://github.com/truecharts/charts/compare/modsecurity-crs-2.1.9...modsecurity-crs-2.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [modsecurity-crs-2.1.9](https://github.com/truecharts/charts/compare/modsecurity-crs-2.1.8...modsecurity-crs-2.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [modsecurity-crs-2.1.8](https://github.com/truecharts/charts/compare/modsecurity-crs-2.1.7...modsecurity-crs-2.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [modsecurity-crs-2.1.7](https://github.com/truecharts/charts/compare/modsecurity-crs-2.1.6...modsecurity-crs-2.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [modsecurity-crs-2.1.6](https://github.com/truecharts/charts/compare/modsecurity-crs-2.1.5...modsecurity-crs-2.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [modsecurity-crs-2.1.5](https://github.com/truecharts/charts/compare/modsecurity-crs-2.1.4...modsecurity-crs-2.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [modsecurity-crs-2.1.4](https://github.com/truecharts/charts/compare/modsecurity-crs-2.1.3...modsecurity-crs-2.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [modsecurity-crs-2.1.3](https://github.com/truecharts/charts/compare/modsecurity-crs-2.1.0...modsecurity-crs-2.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/modsecurity-crs/3.1.3/Chart.yaml b/stable/modsecurity-crs/3.1.3/Chart.yaml deleted file mode 100644 index 86d11844705..00000000000 --- a/stable/modsecurity-crs/3.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.3.4 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: ModSecurity is an open source, cross platform Web Application Firewall (WAF) engine. -home: https://truecharts.org/charts/stable/modsecurity-crs -icon: https://truecharts.org/img/hotlink-ok/chart-icons/modsecurity-crs.png -keywords: - - modsecurity-crs - - waf - - networking -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: modsecurity-crs -sources: - - https://github.com/coreruleset/modsecurity-crs-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/modsecurity-crs - - https://hub.docker.com/r/owasp/modsecurity-crs -type: application -version: 3.1.3 diff --git a/stable/modsecurity-crs/3.1.3/charts/common-18.0.3.tgz b/stable/modsecurity-crs/3.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/modsecurity-crs/3.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/mordhau/5.1.3/.helmignore b/stable/modsecurity-crs/3.3.0/.helmignore similarity index 100% rename from stable/mordhau/5.1.3/.helmignore rename to stable/modsecurity-crs/3.3.0/.helmignore diff --git a/stable/modsecurity-crs/3.3.0/CHANGELOG.md b/stable/modsecurity-crs/3.3.0/CHANGELOG.md new file mode 100644 index 00000000000..605e3542545 --- /dev/null +++ b/stable/modsecurity-crs/3.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [modsecurity-crs-3.3.0](https://github.com/truecharts/charts/compare/modsecurity-crs-3.2.3...modsecurity-crs-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [modsecurity-crs-3.2.3](https://github.com/truecharts/charts/compare/modsecurity-crs-3.2.2...modsecurity-crs-3.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [modsecurity-crs-3.2.2](https://github.com/truecharts/charts/compare/modsecurity-crs-3.2.0...modsecurity-crs-3.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [modsecurity-crs-2.1.11](https://github.com/truecharts/charts/compare/modsecurity-crs-2.1.10...modsecurity-crs-2.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [modsecurity-crs-2.1.10](https://github.com/truecharts/charts/compare/modsecurity-crs-2.1.9...modsecurity-crs-2.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [modsecurity-crs-2.1.9](https://github.com/truecharts/charts/compare/modsecurity-crs-2.1.8...modsecurity-crs-2.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [modsecurity-crs-2.1.8](https://github.com/truecharts/charts/compare/modsecurity-crs-2.1.7...modsecurity-crs-2.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [modsecurity-crs-2.1.7](https://github.com/truecharts/charts/compare/modsecurity-crs-2.1.6...modsecurity-crs-2.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [modsecurity-crs-2.1.6](https://github.com/truecharts/charts/compare/modsecurity-crs-2.1.5...modsecurity-crs-2.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/modsecurity-crs/3.3.0/Chart.yaml b/stable/modsecurity-crs/3.3.0/Chart.yaml new file mode 100644 index 00000000000..c8c1bdbb9bc --- /dev/null +++ b/stable/modsecurity-crs/3.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.3.4 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ModSecurity is an open source, cross platform Web Application Firewall (WAF) engine. +home: https://truecharts.org/charts/stable/modsecurity-crs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/modsecurity-crs.png +keywords: + - modsecurity-crs + - waf + - networking +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: modsecurity-crs +sources: + - https://github.com/coreruleset/modsecurity-crs-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/modsecurity-crs + - https://hub.docker.com/r/owasp/modsecurity-crs +type: application +version: 3.3.0 diff --git a/stable/modsecurity-crs/3.1.3/README.md b/stable/modsecurity-crs/3.3.0/README.md similarity index 100% rename from stable/modsecurity-crs/3.1.3/README.md rename to stable/modsecurity-crs/3.3.0/README.md diff --git a/stable/modsecurity-crs/3.3.0/app-changelog.md b/stable/modsecurity-crs/3.3.0/app-changelog.md new file mode 100644 index 00000000000..9396f5b330d --- /dev/null +++ b/stable/modsecurity-crs/3.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [modsecurity-crs-3.3.0](https://github.com/truecharts/charts/compare/modsecurity-crs-3.2.3...modsecurity-crs-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/modsecurity-crs/3.1.3/app-readme.md b/stable/modsecurity-crs/3.3.0/app-readme.md similarity index 100% rename from stable/modsecurity-crs/3.1.3/app-readme.md rename to stable/modsecurity-crs/3.3.0/app-readme.md diff --git a/stable/modsecurity-crs/3.3.0/charts/common-18.2.0.tgz b/stable/modsecurity-crs/3.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/modsecurity-crs/3.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/modsecurity-crs/3.1.3/ix_values.yaml b/stable/modsecurity-crs/3.3.0/ix_values.yaml similarity index 100% rename from stable/modsecurity-crs/3.1.3/ix_values.yaml rename to stable/modsecurity-crs/3.3.0/ix_values.yaml diff --git a/stable/modsecurity-crs/3.1.3/questions.yaml b/stable/modsecurity-crs/3.3.0/questions.yaml similarity index 100% rename from stable/modsecurity-crs/3.1.3/questions.yaml rename to stable/modsecurity-crs/3.3.0/questions.yaml diff --git a/stable/mstream/10.1.3/templates/NOTES.txt b/stable/modsecurity-crs/3.3.0/templates/NOTES.txt similarity index 100% rename from stable/mstream/10.1.3/templates/NOTES.txt rename to stable/modsecurity-crs/3.3.0/templates/NOTES.txt diff --git a/stable/muse/5.2.0/templates/common.yaml b/stable/modsecurity-crs/3.3.0/templates/common.yaml similarity index 100% rename from stable/muse/5.2.0/templates/common.yaml rename to stable/modsecurity-crs/3.3.0/templates/common.yaml diff --git a/stable/mordhau/5.1.3/values.yaml b/stable/modsecurity-crs/3.3.0/values.yaml similarity index 100% rename from stable/mordhau/5.1.3/values.yaml rename to stable/modsecurity-crs/3.3.0/values.yaml diff --git a/stable/mojopaste/5.1.3/CHANGELOG.md b/stable/mojopaste/5.1.3/CHANGELOG.md deleted file mode 100644 index bfc5eef7ec2..00000000000 --- a/stable/mojopaste/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [mojopaste-4.1.11](https://github.com/truecharts/charts/compare/mojopaste-4.1.10...mojopaste-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mojopaste-4.1.10](https://github.com/truecharts/charts/compare/mojopaste-4.1.9...mojopaste-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [mojopaste-4.1.9](https://github.com/truecharts/charts/compare/mojopaste-4.1.8...mojopaste-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [mojopaste-4.1.8](https://github.com/truecharts/charts/compare/mojopaste-4.1.7...mojopaste-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [mojopaste-4.1.7](https://github.com/truecharts/charts/compare/mojopaste-4.1.6...mojopaste-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [mojopaste-4.1.6](https://github.com/truecharts/charts/compare/mojopaste-4.1.5...mojopaste-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [mojopaste-4.1.5](https://github.com/truecharts/charts/compare/mojopaste-4.1.4...mojopaste-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [mojopaste-4.1.4](https://github.com/truecharts/charts/compare/mojopaste-4.1.3...mojopaste-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [mojopaste-4.1.3](https://github.com/truecharts/charts/compare/mojopaste-4.1.0...mojopaste-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/mojopaste/5.1.3/Chart.yaml b/stable/mojopaste/5.1.3/Chart.yaml deleted file mode 100644 index eb7d2c2be7e..00000000000 --- a/stable/mojopaste/5.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Mojopaste is a pastebin application. There's about one million of these out there, but if you have the need to run something internally at work or you just fancy having your own pastebin, this is your application. -home: https://truecharts.org/charts/stable/mojopaste -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mojopaste.png -keywords: - - mojopaste - - Cloud - - Productivity - - Tools-Utilities - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mojopaste -sources: - - https://github.com/jhthorsen/app-mojopaste - - https://github.com/truecharts/charts/tree/master/charts/stable/mojopaste - - https://hub.docker.com/r/jhthorsen/mojopaste -type: application -version: 5.1.3 diff --git a/stable/mojopaste/5.1.3/charts/common-18.0.3.tgz b/stable/mojopaste/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/mojopaste/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/mosdns/9.1.3/.helmignore b/stable/mojopaste/5.3.0/.helmignore similarity index 100% rename from stable/mosdns/9.1.3/.helmignore rename to stable/mojopaste/5.3.0/.helmignore diff --git a/stable/mojopaste/5.3.0/CHANGELOG.md b/stable/mojopaste/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..f13c6e71d2f --- /dev/null +++ b/stable/mojopaste/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mojopaste-5.3.0](https://github.com/truecharts/charts/compare/mojopaste-5.2.3...mojopaste-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [mojopaste-5.2.3](https://github.com/truecharts/charts/compare/mojopaste-5.2.2...mojopaste-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [mojopaste-5.2.2](https://github.com/truecharts/charts/compare/mojopaste-5.2.0...mojopaste-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [mojopaste-4.1.11](https://github.com/truecharts/charts/compare/mojopaste-4.1.10...mojopaste-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [mojopaste-4.1.10](https://github.com/truecharts/charts/compare/mojopaste-4.1.9...mojopaste-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [mojopaste-4.1.9](https://github.com/truecharts/charts/compare/mojopaste-4.1.8...mojopaste-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [mojopaste-4.1.8](https://github.com/truecharts/charts/compare/mojopaste-4.1.7...mojopaste-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [mojopaste-4.1.7](https://github.com/truecharts/charts/compare/mojopaste-4.1.6...mojopaste-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [mojopaste-4.1.6](https://github.com/truecharts/charts/compare/mojopaste-4.1.5...mojopaste-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/mojopaste/5.3.0/Chart.yaml b/stable/mojopaste/5.3.0/Chart.yaml new file mode 100644 index 00000000000..eb4a1e85724 --- /dev/null +++ b/stable/mojopaste/5.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Mojopaste is a pastebin application. There's about one million of these out there, but if you have the need to run something internally at work or you just fancy having your own pastebin, this is your application. +home: https://truecharts.org/charts/stable/mojopaste +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mojopaste.png +keywords: + - mojopaste + - Cloud + - Productivity + - Tools-Utilities + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mojopaste +sources: + - https://github.com/jhthorsen/app-mojopaste + - https://github.com/truecharts/charts/tree/master/charts/stable/mojopaste + - https://hub.docker.com/r/jhthorsen/mojopaste +type: application +version: 5.3.0 diff --git a/stable/mojopaste/5.1.3/README.md b/stable/mojopaste/5.3.0/README.md similarity index 100% rename from stable/mojopaste/5.1.3/README.md rename to stable/mojopaste/5.3.0/README.md diff --git a/stable/mojopaste/5.3.0/app-changelog.md b/stable/mojopaste/5.3.0/app-changelog.md new file mode 100644 index 00000000000..3bb4e23b3a6 --- /dev/null +++ b/stable/mojopaste/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mojopaste-5.3.0](https://github.com/truecharts/charts/compare/mojopaste-5.2.3...mojopaste-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/mojopaste/5.1.3/app-readme.md b/stable/mojopaste/5.3.0/app-readme.md similarity index 100% rename from stable/mojopaste/5.1.3/app-readme.md rename to stable/mojopaste/5.3.0/app-readme.md diff --git a/stable/mojopaste/5.3.0/charts/common-18.2.0.tgz b/stable/mojopaste/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/mojopaste/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/mojopaste/5.1.3/ix_values.yaml b/stable/mojopaste/5.3.0/ix_values.yaml similarity index 100% rename from stable/mojopaste/5.1.3/ix_values.yaml rename to stable/mojopaste/5.3.0/ix_values.yaml diff --git a/stable/mojopaste/5.1.3/questions.yaml b/stable/mojopaste/5.3.0/questions.yaml similarity index 100% rename from stable/mojopaste/5.1.3/questions.yaml rename to stable/mojopaste/5.3.0/questions.yaml diff --git a/stable/mojopaste/5.1.3/templates/common.yaml b/stable/mojopaste/5.3.0/templates/common.yaml similarity index 100% rename from stable/mojopaste/5.1.3/templates/common.yaml rename to stable/mojopaste/5.3.0/templates/common.yaml diff --git a/stable/mosdns/9.1.3/values.yaml b/stable/mojopaste/5.3.0/values.yaml similarity index 100% rename from stable/mosdns/9.1.3/values.yaml rename to stable/mojopaste/5.3.0/values.yaml diff --git a/stable/monero-node/6.1.0/CHANGELOG.md b/stable/monero-node/6.1.0/CHANGELOG.md deleted file mode 100644 index 655551bb3a8..00000000000 --- a/stable/monero-node/6.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - -## [monero-node-4.1.11](https://github.com/truecharts/charts/compare/monero-node-4.1.10...monero-node-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [monero-node-4.1.10](https://github.com/truecharts/charts/compare/monero-node-4.1.9...monero-node-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [monero-node-4.1.9](https://github.com/truecharts/charts/compare/monero-node-4.1.8...monero-node-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [monero-node-4.1.8](https://github.com/truecharts/charts/compare/monero-node-4.1.7...monero-node-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [monero-node-4.1.7](https://github.com/truecharts/charts/compare/monero-node-4.1.6...monero-node-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [monero-node-4.1.6](https://github.com/truecharts/charts/compare/monero-node-4.1.5...monero-node-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [monero-node-4.1.5](https://github.com/truecharts/charts/compare/monero-node-4.1.4...monero-node-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [monero-node-4.1.4](https://github.com/truecharts/charts/compare/monero-node-4.1.3...monero-node-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [monero-node-4.1.3](https://github.com/truecharts/charts/compare/monero-node-4.1.0...monero-node-4.1.3) (2024-01-01) - -### Chore diff --git a/stable/monero-node/6.1.0/Chart.yaml b/stable/monero-node/6.1.0/Chart.yaml deleted file mode 100644 index 062927c3ff4..00000000000 --- a/stable/monero-node/6.1.0/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Crypto - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.18.3.1 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Chart to run a monero full network node -home: https://truecharts.org/charts/stable/monero-node -icon: https://truecharts.org/img/hotlink-ok/chart-icons/monero-node.png -keywords: - - monero-node - - Crypto - - Tools-Utilities - - Network-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: monero-node -sources: - - https://github.com/kannix/monero-full-node - - https://github.com/truecharts/charts/tree/master/charts/stable/monero-node - - https://ghcr.io/sethforprivacy/simple-monerod -type: application -version: 6.1.0 diff --git a/stable/monero-node/6.1.0/charts/common-18.1.2.tgz b/stable/monero-node/6.1.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/monero-node/6.1.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/monero-node/6.1.0/ix_values.yaml b/stable/monero-node/6.1.0/ix_values.yaml deleted file mode 100644 index d0fc24981a1..00000000000 --- a/stable/monero-node/6.1.0/ix_values.yaml +++ /dev/null @@ -1,43 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: ghcr.io/sethforprivacy/simple-monerod - tag: v0.18.3.1@sha256:28525d292717c11f0bce64eaa7fc370c7ea944b417c594be9fe8531c20ca9f76 - -monero: - rpcbindip: "0.0.0.0" - rpcbindport: "18089" - publicnode: true - noigd: true - enablednsblocklist: true - pruneblockchain: true - -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 - -service: - main: - ports: - main: - port: 18080 - protocol: tcp - targetPort: 18080 - rpc: - enabled: true - ports: - rpc: - enabled: true - port: 18089 - protocol: tcp - targetPort: 18089 - -persistence: - blockchainstorage: - enabled: true - mountPath: /home/monero/.bitmonero - -portal: - open: - enabled: true diff --git a/stable/mosquitto/14.1.3/.helmignore b/stable/monero-node/6.2.0/.helmignore similarity index 100% rename from stable/mosquitto/14.1.3/.helmignore rename to stable/monero-node/6.2.0/.helmignore diff --git a/stable/monero-node/6.2.0/CHANGELOG.md b/stable/monero-node/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..b630ec97389 --- /dev/null +++ b/stable/monero-node/6.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [monero-node-6.2.0](https://github.com/truecharts/charts/compare/monero-node-6.1.4...monero-node-6.2.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [monero-node-6.1.4](https://github.com/truecharts/charts/compare/monero-node-6.1.3...monero-node-6.1.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [monero-node-6.1.3](https://github.com/truecharts/charts/compare/monero-node-6.1.1...monero-node-6.1.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + +## [monero-node-4.1.11](https://github.com/truecharts/charts/compare/monero-node-4.1.10...monero-node-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [monero-node-4.1.10](https://github.com/truecharts/charts/compare/monero-node-4.1.9...monero-node-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [monero-node-4.1.9](https://github.com/truecharts/charts/compare/monero-node-4.1.8...monero-node-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [monero-node-4.1.8](https://github.com/truecharts/charts/compare/monero-node-4.1.7...monero-node-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [monero-node-4.1.7](https://github.com/truecharts/charts/compare/monero-node-4.1.6...monero-node-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [monero-node-4.1.6](https://github.com/truecharts/charts/compare/monero-node-4.1.5...monero-node-4.1.6) (2024-01-09) + +### Chore \ No newline at end of file diff --git a/stable/monero-node/6.2.0/Chart.yaml b/stable/monero-node/6.2.0/Chart.yaml new file mode 100644 index 00000000000..0858d37a909 --- /dev/null +++ b/stable/monero-node/6.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Crypto + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.18.3.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chart to run a monero full network node +home: https://truecharts.org/charts/stable/monero-node +icon: https://truecharts.org/img/hotlink-ok/chart-icons/monero-node.png +keywords: + - monero-node + - Crypto + - Tools-Utilities + - Network-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: monero-node +sources: + - https://github.com/kannix/monero-full-node + - https://github.com/truecharts/charts/tree/master/charts/stable/monero-node + - https://ghcr.io/sethforprivacy/simple-monerod +type: application +version: 6.2.0 diff --git a/stable/monero-node/6.1.0/README.md b/stable/monero-node/6.2.0/README.md similarity index 100% rename from stable/monero-node/6.1.0/README.md rename to stable/monero-node/6.2.0/README.md diff --git a/stable/monero-node/6.2.0/app-changelog.md b/stable/monero-node/6.2.0/app-changelog.md new file mode 100644 index 00000000000..9334c068d32 --- /dev/null +++ b/stable/monero-node/6.2.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [monero-node-6.2.0](https://github.com/truecharts/charts/compare/monero-node-6.1.4...monero-node-6.2.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/monero-node/6.1.0/app-readme.md b/stable/monero-node/6.2.0/app-readme.md similarity index 100% rename from stable/monero-node/6.1.0/app-readme.md rename to stable/monero-node/6.2.0/app-readme.md diff --git a/stable/monero-node/6.2.0/charts/common-18.2.0.tgz b/stable/monero-node/6.2.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/monero-node/6.2.0/charts/common-18.2.0.tgz differ diff --git a/stable/monero-node/6.2.0/ix_values.yaml b/stable/monero-node/6.2.0/ix_values.yaml new file mode 100644 index 00000000000..eb1f58fcb75 --- /dev/null +++ b/stable/monero-node/6.2.0/ix_values.yaml @@ -0,0 +1,43 @@ +image: + pullPolicy: IfNotPresent + repository: ghcr.io/sethforprivacy/simple-monerod + tag: v0.18.3.1@sha256:58688eb8a9f4b7a613537f390b26ef4d00ec69cdcea1f81e63afa3de73299565 + +monero: + rpcbindip: "0.0.0.0" + rpcbindport: "18089" + publicnode: true + noigd: true + enablednsblocklist: true + pruneblockchain: true + +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 + +service: + main: + ports: + main: + port: 18080 + protocol: tcp + targetPort: 18080 + rpc: + enabled: true + ports: + rpc: + enabled: true + port: 18089 + protocol: tcp + targetPort: 18089 + +persistence: + blockchainstorage: + enabled: true + mountPath: /home/monero/.bitmonero + +portal: + open: + enabled: true diff --git a/stable/monero-node/6.1.0/questions.yaml b/stable/monero-node/6.2.0/questions.yaml similarity index 100% rename from stable/monero-node/6.1.0/questions.yaml rename to stable/monero-node/6.2.0/questions.yaml diff --git a/stable/monero-node/6.1.0/templates/_args.tpl b/stable/monero-node/6.2.0/templates/_args.tpl similarity index 100% rename from stable/monero-node/6.1.0/templates/_args.tpl rename to stable/monero-node/6.2.0/templates/_args.tpl diff --git a/stable/monero-node/6.1.0/templates/common.yaml b/stable/monero-node/6.2.0/templates/common.yaml similarity index 100% rename from stable/monero-node/6.1.0/templates/common.yaml rename to stable/monero-node/6.2.0/templates/common.yaml diff --git a/stable/mosquitto/14.1.3/values.yaml b/stable/monero-node/6.2.0/values.yaml similarity index 100% rename from stable/mosquitto/14.1.3/values.yaml rename to stable/monero-node/6.2.0/values.yaml diff --git a/stable/mongo-express/6.1.3/CHANGELOG.md b/stable/mongo-express/6.1.3/CHANGELOG.md deleted file mode 100644 index 0f1ac47c78c..00000000000 --- a/stable/mongo-express/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - -## [mongo-express-5.1.16](https://github.com/truecharts/charts/compare/mongo-express-5.1.15...mongo-express-5.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mongo-express-5.1.15](https://github.com/truecharts/charts/compare/mongo-express-5.1.14...mongo-express-5.1.15) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [mongo-express-5.1.14](https://github.com/truecharts/charts/compare/mongo-express-5.1.13...mongo-express-5.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [mongo-express-5.1.13](https://github.com/truecharts/charts/compare/mongo-express-5.1.12...mongo-express-5.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [mongo-express-5.1.12](https://github.com/truecharts/charts/compare/mongo-express-5.1.11...mongo-express-5.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [mongo-express-5.1.11](https://github.com/truecharts/charts/compare/mongo-express-5.1.10...mongo-express-5.1.11) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [mongo-express-5.1.10](https://github.com/truecharts/charts/compare/mongo-express-5.1.9...mongo-express-5.1.10) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - -- update helm general non-major by renovate ([#17057](https://github.com/truecharts/charts/issues/17057)) - - -## [mongo-express-5.1.10](https://github.com/truecharts/charts/compare/mongo-express-5.1.9...mongo-express-5.1.10) (2024-01-09) - -### Chore - - - -- update helm general non-major by renovate ([#17057](https://github.com/truecharts/charts/issues/17057)) - - -## [mongo-express-5.1.9](https://github.com/truecharts/charts/compare/mongo-express-5.1.8...mongo-express-5.1.9) (2024-01-02) diff --git a/stable/mongo-express/6.1.3/Chart.yaml b/stable/mongo-express/6.1.3/Chart.yaml deleted file mode 100644 index 0ba21875ff9..00000000000 --- a/stable/mongo-express/6.1.3/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: database - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mongodb - version: 11.3.0 - repository: oci://tccr.io/truecharts - condition: mongodb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: mongo-express is a web-based MongoDB admin interface written in Node.js, Express.js, and Bootstrap3. -home: https://truecharts.org/charts/stable/mongo-express -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mongo-express.png -keywords: - - mongo - - mongodb - - database -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mongo-express -sources: - - https://github.com/mongo-express/mongo-express - - https://github.com/truecharts/charts/tree/master/charts/stable/mongo-express - - https://hub.docker.com/_/mongo-express -type: application -version: 6.1.3 diff --git a/stable/mongo-express/6.1.3/charts/common-18.0.3.tgz b/stable/mongo-express/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/mongo-express/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/mstream/10.1.3/.helmignore b/stable/mongo-express/6.3.0/.helmignore similarity index 100% rename from stable/mstream/10.1.3/.helmignore rename to stable/mongo-express/6.3.0/.helmignore diff --git a/stable/mongo-express/6.3.0/CHANGELOG.md b/stable/mongo-express/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..aabbab48b90 --- /dev/null +++ b/stable/mongo-express/6.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mongo-express-6.3.0](https://github.com/truecharts/charts/compare/mongo-express-6.2.3...mongo-express-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [mongo-express-6.2.3](https://github.com/truecharts/charts/compare/mongo-express-6.2.2...mongo-express-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [mongo-express-6.2.2](https://github.com/truecharts/charts/compare/mongo-express-6.2.0...mongo-express-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + +## [mongo-express-5.1.16](https://github.com/truecharts/charts/compare/mongo-express-5.1.15...mongo-express-5.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [mongo-express-5.1.15](https://github.com/truecharts/charts/compare/mongo-express-5.1.14...mongo-express-5.1.15) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [mongo-express-5.1.14](https://github.com/truecharts/charts/compare/mongo-express-5.1.13...mongo-express-5.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [mongo-express-5.1.13](https://github.com/truecharts/charts/compare/mongo-express-5.1.12...mongo-express-5.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [mongo-express-5.1.12](https://github.com/truecharts/charts/compare/mongo-express-5.1.11...mongo-express-5.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [mongo-express-5.1.11](https://github.com/truecharts/charts/compare/mongo-express-5.1.10...mongo-express-5.1.11) (2024-01-21) + +### Chore \ No newline at end of file diff --git a/stable/mongo-express/6.3.0/Chart.yaml b/stable/mongo-express/6.3.0/Chart.yaml new file mode 100644 index 00000000000..e1d4ed46ab9 --- /dev/null +++ b/stable/mongo-express/6.3.0/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: database + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mongodb + version: 11.3.0 + repository: oci://tccr.io/truecharts + condition: mongodb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: mongo-express is a web-based MongoDB admin interface written in Node.js, Express.js, and Bootstrap3. +home: https://truecharts.org/charts/stable/mongo-express +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mongo-express.png +keywords: + - mongo + - mongodb + - database +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mongo-express +sources: + - https://github.com/mongo-express/mongo-express + - https://github.com/truecharts/charts/tree/master/charts/stable/mongo-express + - https://hub.docker.com/_/mongo-express +type: application +version: 6.3.0 diff --git a/stable/mongo-express/6.1.3/README.md b/stable/mongo-express/6.3.0/README.md similarity index 100% rename from stable/mongo-express/6.1.3/README.md rename to stable/mongo-express/6.3.0/README.md diff --git a/stable/mongo-express/6.3.0/app-changelog.md b/stable/mongo-express/6.3.0/app-changelog.md new file mode 100644 index 00000000000..df824a18d5c --- /dev/null +++ b/stable/mongo-express/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mongo-express-6.3.0](https://github.com/truecharts/charts/compare/mongo-express-6.2.3...mongo-express-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/mongo-express/6.1.3/app-readme.md b/stable/mongo-express/6.3.0/app-readme.md similarity index 100% rename from stable/mongo-express/6.1.3/app-readme.md rename to stable/mongo-express/6.3.0/app-readme.md diff --git a/stable/mongo-express/6.3.0/charts/common-18.2.0.tgz b/stable/mongo-express/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/mongo-express/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/mongo-express/6.1.3/charts/mongodb-11.3.0.tgz b/stable/mongo-express/6.3.0/charts/mongodb-11.3.0.tgz similarity index 100% rename from stable/mongo-express/6.1.3/charts/mongodb-11.3.0.tgz rename to stable/mongo-express/6.3.0/charts/mongodb-11.3.0.tgz diff --git a/stable/mongo-express/6.1.3/ix_values.yaml b/stable/mongo-express/6.3.0/ix_values.yaml similarity index 100% rename from stable/mongo-express/6.1.3/ix_values.yaml rename to stable/mongo-express/6.3.0/ix_values.yaml diff --git a/stable/mongo-express/6.1.3/questions.yaml b/stable/mongo-express/6.3.0/questions.yaml similarity index 100% rename from stable/mongo-express/6.1.3/questions.yaml rename to stable/mongo-express/6.3.0/questions.yaml diff --git a/stable/multi-scrobbler/6.1.3/templates/NOTES.txt b/stable/mongo-express/6.3.0/templates/NOTES.txt similarity index 100% rename from stable/multi-scrobbler/6.1.3/templates/NOTES.txt rename to stable/mongo-express/6.3.0/templates/NOTES.txt diff --git a/stable/mylar/13.2.0/templates/common.yaml b/stable/mongo-express/6.3.0/templates/common.yaml similarity index 100% rename from stable/mylar/13.2.0/templates/common.yaml rename to stable/mongo-express/6.3.0/templates/common.yaml diff --git a/stable/mstream/10.1.3/values.yaml b/stable/mongo-express/6.3.0/values.yaml similarity index 100% rename from stable/mstream/10.1.3/values.yaml rename to stable/mongo-express/6.3.0/values.yaml diff --git a/stable/monica/12.3.0/CHANGELOG.md b/stable/monica/12.3.0/CHANGELOG.md deleted file mode 100644 index 359b983c57e..00000000000 --- a/stable/monica/12.3.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - - -## [monica-11.1.18](https://github.com/truecharts/charts/compare/monica-11.1.17...monica-11.1.18) (2024-02-05) - -### Chore - - - -- update container image monica to 4.0.0[@b364526](https://github.com/b364526) by renovate ([#17888](https://github.com/truecharts/charts/issues/17888)) - - -## [monica-11.1.17](https://github.com/truecharts/charts/compare/monica-11.1.16...monica-11.1.17) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [monica-11.1.16](https://github.com/truecharts/charts/compare/monica-11.1.15...monica-11.1.16) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [monica-11.1.15](https://github.com/truecharts/charts/compare/monica-11.1.14...monica-11.1.15) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [monica-11.1.14](https://github.com/truecharts/charts/compare/monica-11.1.13...monica-11.1.14) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [monica-11.1.13](https://github.com/truecharts/charts/compare/monica-11.1.12...monica-11.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [monica-11.1.12](https://github.com/truecharts/charts/compare/monica-11.1.11...monica-11.1.12) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [monica-11.1.11](https://github.com/truecharts/charts/compare/monica-11.1.10...monica-11.1.11) (2024-01-14) - -### Chore - diff --git a/stable/monica/12.3.0/Chart.yaml b/stable/monica/12.3.0/Chart.yaml deleted file mode 100644 index 7baa6663122..00000000000 --- a/stable/monica/12.3.0/Chart.yaml +++ /dev/null @@ -1,43 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: crm - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.0.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.0.0 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Monica is a great open source personal relationship management system. -home: https://truecharts.org/charts/stable/monica -icon: https://truecharts.org/img/hotlink-ok/chart-icons/monica.png -keywords: - - crm -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: monica -sources: - - https://github.com/monicahq/monica - - https://github.com/truecharts/charts/tree/master/charts/stable/monica - - https://hub.docker.com/_/monica -type: application -version: 12.3.0 diff --git a/stable/monica/12.3.0/charts/common-18.1.2.tgz b/stable/monica/12.3.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/monica/12.3.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/monica/12.3.0/charts/mariadb-13.0.0.tgz b/stable/monica/12.3.0/charts/mariadb-13.0.0.tgz deleted file mode 100644 index 564d2d213b7..00000000000 Binary files a/stable/monica/12.3.0/charts/mariadb-13.0.0.tgz and /dev/null differ diff --git a/stable/multi-scrobbler/6.1.3/.helmignore b/stable/monica/12.5.0/.helmignore similarity index 100% rename from stable/multi-scrobbler/6.1.3/.helmignore rename to stable/monica/12.5.0/.helmignore diff --git a/stable/monica/12.5.0/CHANGELOG.md b/stable/monica/12.5.0/CHANGELOG.md new file mode 100644 index 00000000000..ac412d5923a --- /dev/null +++ b/stable/monica/12.5.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [monica-12.5.0](https://github.com/truecharts/charts/compare/monica-12.4.3...monica-12.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [monica-12.4.3](https://github.com/truecharts/charts/compare/monica-12.4.2...monica-12.4.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [monica-12.4.2](https://github.com/truecharts/charts/compare/monica-12.4.0...monica-12.4.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + + +## [monica-11.1.18](https://github.com/truecharts/charts/compare/monica-11.1.17...monica-11.1.18) (2024-02-05) + +### Chore + + + +- update container image monica to 4.0.0[@b364526](https://github.com/b364526) by renovate ([#17888](https://github.com/truecharts/charts/issues/17888)) + + +## [monica-11.1.17](https://github.com/truecharts/charts/compare/monica-11.1.16...monica-11.1.17) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [monica-11.1.16](https://github.com/truecharts/charts/compare/monica-11.1.15...monica-11.1.16) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [monica-11.1.15](https://github.com/truecharts/charts/compare/monica-11.1.14...monica-11.1.15) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [monica-11.1.14](https://github.com/truecharts/charts/compare/monica-11.1.13...monica-11.1.14) (2024-01-21) diff --git a/stable/monica/12.5.0/Chart.yaml b/stable/monica/12.5.0/Chart.yaml new file mode 100644 index 00000000000..eaaec3e3ea0 --- /dev/null +++ b/stable/monica/12.5.0/Chart.yaml @@ -0,0 +1,43 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: crm + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.0.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.2.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Monica is a great open source personal relationship management system. +home: https://truecharts.org/charts/stable/monica +icon: https://truecharts.org/img/hotlink-ok/chart-icons/monica.png +keywords: + - crm +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: monica +sources: + - https://github.com/monicahq/monica + - https://github.com/truecharts/charts/tree/master/charts/stable/monica + - https://hub.docker.com/_/monica +type: application +version: 12.5.0 diff --git a/stable/monica/12.3.0/README.md b/stable/monica/12.5.0/README.md similarity index 100% rename from stable/monica/12.3.0/README.md rename to stable/monica/12.5.0/README.md diff --git a/stable/monica/12.5.0/app-changelog.md b/stable/monica/12.5.0/app-changelog.md new file mode 100644 index 00000000000..8d1fa4c3047 --- /dev/null +++ b/stable/monica/12.5.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [monica-12.5.0](https://github.com/truecharts/charts/compare/monica-12.4.3...monica-12.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/monica/12.3.0/app-readme.md b/stable/monica/12.5.0/app-readme.md similarity index 100% rename from stable/monica/12.3.0/app-readme.md rename to stable/monica/12.5.0/app-readme.md diff --git a/stable/monica/12.5.0/charts/common-18.2.0.tgz b/stable/monica/12.5.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/monica/12.5.0/charts/common-18.2.0.tgz differ diff --git a/stable/monica/12.5.0/charts/mariadb-13.2.0.tgz b/stable/monica/12.5.0/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/monica/12.5.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/monica/12.3.0/ix_values.yaml b/stable/monica/12.5.0/ix_values.yaml similarity index 100% rename from stable/monica/12.3.0/ix_values.yaml rename to stable/monica/12.5.0/ix_values.yaml diff --git a/stable/monica/12.3.0/questions.yaml b/stable/monica/12.5.0/questions.yaml similarity index 100% rename from stable/monica/12.3.0/questions.yaml rename to stable/monica/12.5.0/questions.yaml diff --git a/stable/muximux/10.1.3/templates/NOTES.txt b/stable/monica/12.5.0/templates/NOTES.txt similarity index 100% rename from stable/muximux/10.1.3/templates/NOTES.txt rename to stable/monica/12.5.0/templates/NOTES.txt diff --git a/stable/monica/12.3.0/templates/_appkey.tpl b/stable/monica/12.5.0/templates/_appkey.tpl similarity index 100% rename from stable/monica/12.3.0/templates/_appkey.tpl rename to stable/monica/12.5.0/templates/_appkey.tpl diff --git a/stable/monica/12.3.0/templates/common.yaml b/stable/monica/12.5.0/templates/common.yaml similarity index 100% rename from stable/monica/12.3.0/templates/common.yaml rename to stable/monica/12.5.0/templates/common.yaml diff --git a/stable/multi-scrobbler/6.1.3/values.yaml b/stable/monica/12.5.0/values.yaml similarity index 100% rename from stable/multi-scrobbler/6.1.3/values.yaml rename to stable/monica/12.5.0/values.yaml diff --git a/stable/mordhau/5.1.3/CHANGELOG.md b/stable/mordhau/5.1.3/CHANGELOG.md deleted file mode 100644 index edeca0e2866..00000000000 --- a/stable/mordhau/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [mordhau-4.1.11](https://github.com/truecharts/charts/compare/mordhau-4.1.10...mordhau-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mordhau-4.1.10](https://github.com/truecharts/charts/compare/mordhau-4.1.9...mordhau-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [mordhau-4.1.9](https://github.com/truecharts/charts/compare/mordhau-4.1.8...mordhau-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [mordhau-4.1.8](https://github.com/truecharts/charts/compare/mordhau-4.1.7...mordhau-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [mordhau-4.1.7](https://github.com/truecharts/charts/compare/mordhau-4.1.6...mordhau-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [mordhau-4.1.6](https://github.com/truecharts/charts/compare/mordhau-4.1.5...mordhau-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [mordhau-4.1.5](https://github.com/truecharts/charts/compare/mordhau-4.1.4...mordhau-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [mordhau-4.1.4](https://github.com/truecharts/charts/compare/mordhau-4.1.3...mordhau-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [mordhau-4.1.3](https://github.com/truecharts/charts/compare/mordhau-4.1.0...mordhau-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/mordhau/5.1.3/Chart.yaml b/stable/mordhau/5.1.3/Chart.yaml deleted file mode 100644 index a8d3cb9651d..00000000000 --- a/stable/mordhau/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: mordhau -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "This Docker will download and install SteamCMD. It will also install Mordhau and run it. Initial login SERVERNAME: MordhauDocker SERVERPASSWORD: Chart ADMINPASSWORD adminChart" -home: https://truecharts.org/charts/stable/mordhau -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mordhau.png -keywords: - - mordhau - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mordhau -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/mordhau - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/mordhau/5.1.3/charts/common-18.0.3.tgz b/stable/mordhau/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/mordhau/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/muse/5.2.0/.helmignore b/stable/mordhau/5.3.0/.helmignore similarity index 100% rename from stable/muse/5.2.0/.helmignore rename to stable/mordhau/5.3.0/.helmignore diff --git a/stable/mordhau/5.3.0/CHANGELOG.md b/stable/mordhau/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..7152ff6c69b --- /dev/null +++ b/stable/mordhau/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mordhau-5.3.0](https://github.com/truecharts/charts/compare/mordhau-5.2.3...mordhau-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [mordhau-5.2.3](https://github.com/truecharts/charts/compare/mordhau-5.2.2...mordhau-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [mordhau-5.2.2](https://github.com/truecharts/charts/compare/mordhau-5.2.0...mordhau-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [mordhau-4.1.11](https://github.com/truecharts/charts/compare/mordhau-4.1.10...mordhau-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [mordhau-4.1.10](https://github.com/truecharts/charts/compare/mordhau-4.1.9...mordhau-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [mordhau-4.1.9](https://github.com/truecharts/charts/compare/mordhau-4.1.8...mordhau-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [mordhau-4.1.8](https://github.com/truecharts/charts/compare/mordhau-4.1.7...mordhau-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [mordhau-4.1.7](https://github.com/truecharts/charts/compare/mordhau-4.1.6...mordhau-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [mordhau-4.1.6](https://github.com/truecharts/charts/compare/mordhau-4.1.5...mordhau-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/mordhau/5.3.0/Chart.yaml b/stable/mordhau/5.3.0/Chart.yaml new file mode 100644 index 00000000000..c10bb06cf20 --- /dev/null +++ b/stable/mordhau/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: mordhau +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "This Docker will download and install SteamCMD. It will also install Mordhau and run it. Initial login SERVERNAME: MordhauDocker SERVERPASSWORD: Chart ADMINPASSWORD adminChart" +home: https://truecharts.org/charts/stable/mordhau +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mordhau.png +keywords: + - mordhau + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mordhau +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/mordhau + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/mordhau/5.1.3/README.md b/stable/mordhau/5.3.0/README.md similarity index 100% rename from stable/mordhau/5.1.3/README.md rename to stable/mordhau/5.3.0/README.md diff --git a/stable/mordhau/5.3.0/app-changelog.md b/stable/mordhau/5.3.0/app-changelog.md new file mode 100644 index 00000000000..548f24fbce3 --- /dev/null +++ b/stable/mordhau/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mordhau-5.3.0](https://github.com/truecharts/charts/compare/mordhau-5.2.3...mordhau-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/mordhau/5.1.3/app-readme.md b/stable/mordhau/5.3.0/app-readme.md similarity index 100% rename from stable/mordhau/5.1.3/app-readme.md rename to stable/mordhau/5.3.0/app-readme.md diff --git a/stable/mordhau/5.3.0/charts/common-18.2.0.tgz b/stable/mordhau/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/mordhau/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/mordhau/5.1.3/ix_values.yaml b/stable/mordhau/5.3.0/ix_values.yaml similarity index 100% rename from stable/mordhau/5.1.3/ix_values.yaml rename to stable/mordhau/5.3.0/ix_values.yaml diff --git a/stable/mordhau/5.1.3/questions.yaml b/stable/mordhau/5.3.0/questions.yaml similarity index 100% rename from stable/mordhau/5.1.3/questions.yaml rename to stable/mordhau/5.3.0/questions.yaml diff --git a/stable/mordhau/5.1.3/templates/common.yaml b/stable/mordhau/5.3.0/templates/common.yaml similarity index 100% rename from stable/mordhau/5.1.3/templates/common.yaml rename to stable/mordhau/5.3.0/templates/common.yaml diff --git a/stable/muse/5.2.0/values.yaml b/stable/mordhau/5.3.0/values.yaml similarity index 100% rename from stable/muse/5.2.0/values.yaml rename to stable/mordhau/5.3.0/values.yaml diff --git a/stable/mosdns/9.1.3/CHANGELOG.md b/stable/mosdns/9.1.3/CHANGELOG.md deleted file mode 100644 index a66a569acc2..00000000000 --- a/stable/mosdns/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [mosdns-8.1.11](https://github.com/truecharts/charts/compare/mosdns-8.1.10...mosdns-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mosdns-8.1.10](https://github.com/truecharts/charts/compare/mosdns-8.1.9...mosdns-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [mosdns-8.1.9](https://github.com/truecharts/charts/compare/mosdns-8.1.8...mosdns-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [mosdns-8.1.8](https://github.com/truecharts/charts/compare/mosdns-8.1.7...mosdns-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [mosdns-8.1.7](https://github.com/truecharts/charts/compare/mosdns-8.1.6...mosdns-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [mosdns-8.1.6](https://github.com/truecharts/charts/compare/mosdns-8.1.5...mosdns-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [mosdns-8.1.5](https://github.com/truecharts/charts/compare/mosdns-8.1.4...mosdns-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [mosdns-8.1.4](https://github.com/truecharts/charts/compare/mosdns-8.1.3...mosdns-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [mosdns-8.1.3](https://github.com/truecharts/charts/compare/mosdns-8.1.0...mosdns-8.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/mosdns/9.1.3/Chart.yaml b/stable/mosdns/9.1.3/Chart.yaml deleted file mode 100644 index a6b1687b45d..00000000000 --- a/stable/mosdns/9.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.3.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A location-based pluggable DNS forwarder/splitter. -home: https://truecharts.org/charts/stable/mosdns -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mosdns.png -keywords: - - mosdns - - dns -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mosdns -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/mosdns - - https://hub.docker.com/r/601096721/mosdns -type: application -version: 9.1.3 diff --git a/stable/mosdns/9.1.3/charts/common-18.0.3.tgz b/stable/mosdns/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/mosdns/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/muximux/10.1.3/.helmignore b/stable/mosdns/9.3.0/.helmignore similarity index 100% rename from stable/muximux/10.1.3/.helmignore rename to stable/mosdns/9.3.0/.helmignore diff --git a/stable/mosdns/9.3.0/CHANGELOG.md b/stable/mosdns/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..0ea370b218c --- /dev/null +++ b/stable/mosdns/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mosdns-9.3.0](https://github.com/truecharts/charts/compare/mosdns-9.2.3...mosdns-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [mosdns-9.2.3](https://github.com/truecharts/charts/compare/mosdns-9.2.2...mosdns-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [mosdns-9.2.2](https://github.com/truecharts/charts/compare/mosdns-9.2.0...mosdns-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [mosdns-8.1.11](https://github.com/truecharts/charts/compare/mosdns-8.1.10...mosdns-8.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [mosdns-8.1.10](https://github.com/truecharts/charts/compare/mosdns-8.1.9...mosdns-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [mosdns-8.1.9](https://github.com/truecharts/charts/compare/mosdns-8.1.8...mosdns-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [mosdns-8.1.8](https://github.com/truecharts/charts/compare/mosdns-8.1.7...mosdns-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [mosdns-8.1.7](https://github.com/truecharts/charts/compare/mosdns-8.1.6...mosdns-8.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [mosdns-8.1.6](https://github.com/truecharts/charts/compare/mosdns-8.1.5...mosdns-8.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/mosdns/9.3.0/Chart.yaml b/stable/mosdns/9.3.0/Chart.yaml new file mode 100644 index 00000000000..84c833d10b8 --- /dev/null +++ b/stable/mosdns/9.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.3.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A location-based pluggable DNS forwarder/splitter. +home: https://truecharts.org/charts/stable/mosdns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mosdns.png +keywords: + - mosdns + - dns +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mosdns +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/mosdns + - https://hub.docker.com/r/601096721/mosdns +type: application +version: 9.3.0 diff --git a/stable/mosdns/9.1.3/README.md b/stable/mosdns/9.3.0/README.md similarity index 100% rename from stable/mosdns/9.1.3/README.md rename to stable/mosdns/9.3.0/README.md diff --git a/stable/mosdns/9.3.0/app-changelog.md b/stable/mosdns/9.3.0/app-changelog.md new file mode 100644 index 00000000000..a5075dc435b --- /dev/null +++ b/stable/mosdns/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mosdns-9.3.0](https://github.com/truecharts/charts/compare/mosdns-9.2.3...mosdns-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/mosdns/9.1.3/app-readme.md b/stable/mosdns/9.3.0/app-readme.md similarity index 100% rename from stable/mosdns/9.1.3/app-readme.md rename to stable/mosdns/9.3.0/app-readme.md diff --git a/stable/mosdns/9.3.0/charts/common-18.2.0.tgz b/stable/mosdns/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/mosdns/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/mosdns/9.1.3/ix_values.yaml b/stable/mosdns/9.3.0/ix_values.yaml similarity index 100% rename from stable/mosdns/9.1.3/ix_values.yaml rename to stable/mosdns/9.3.0/ix_values.yaml diff --git a/stable/mosdns/9.1.3/questions.yaml b/stable/mosdns/9.3.0/questions.yaml similarity index 100% rename from stable/mosdns/9.1.3/questions.yaml rename to stable/mosdns/9.3.0/questions.yaml diff --git a/stable/mylar/13.2.0/templates/NOTES.txt b/stable/mosdns/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/mylar/13.2.0/templates/NOTES.txt rename to stable/mosdns/9.3.0/templates/NOTES.txt diff --git a/stable/mymediaforalexa/8.1.3/templates/common.yaml b/stable/mosdns/9.3.0/templates/common.yaml similarity index 100% rename from stable/mymediaforalexa/8.1.3/templates/common.yaml rename to stable/mosdns/9.3.0/templates/common.yaml diff --git a/stable/muximux/10.1.3/values.yaml b/stable/mosdns/9.3.0/values.yaml similarity index 100% rename from stable/muximux/10.1.3/values.yaml rename to stable/mosdns/9.3.0/values.yaml diff --git a/stable/mosquitto/14.1.3/CHANGELOG.md b/stable/mosquitto/14.1.3/CHANGELOG.md deleted file mode 100644 index 8f8a4867fa0..00000000000 --- a/stable/mosquitto/14.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [mosquitto-13.1.13](https://github.com/truecharts/charts/compare/mosquitto-13.1.12...mosquitto-13.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mosquitto-13.1.12](https://github.com/truecharts/charts/compare/mosquitto-13.1.11...mosquitto-13.1.12) (2024-01-29) - -### Chore - - - -- update container image eclipse-mosquitto to 2.0.18[@da38d58](https://github.com/da38d58) by renovate ([#17591](https://github.com/truecharts/charts/issues/17591)) - - -## [mosquitto-13.1.11](https://github.com/truecharts/charts/compare/mosquitto-13.1.10...mosquitto-13.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [mosquitto-13.1.10](https://github.com/truecharts/charts/compare/mosquitto-13.1.9...mosquitto-13.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [mosquitto-13.1.9](https://github.com/truecharts/charts/compare/mosquitto-13.1.8...mosquitto-13.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [mosquitto-13.1.8](https://github.com/truecharts/charts/compare/mosquitto-13.1.7...mosquitto-13.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [mosquitto-13.1.7](https://github.com/truecharts/charts/compare/mosquitto-13.1.6...mosquitto-13.1.7) (2024-01-14) - - - - -## [mosquitto-13.1.6](https://github.com/truecharts/charts/compare/mosquitto-13.1.5...mosquitto-13.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [mosquitto-13.1.5](https://github.com/truecharts/charts/compare/mosquitto-13.1.4...mosquitto-13.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [mosquitto-13.1.4](https://github.com/truecharts/charts/compare/mosquitto-13.1.3...mosquitto-13.1.4) (2024-01-01) - -### Chore - - diff --git a/stable/mosquitto/14.1.3/Chart.yaml b/stable/mosquitto/14.1.3/Chart.yaml deleted file mode 100644 index abd004f235e..00000000000 --- a/stable/mosquitto/14.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.0.18 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Eclipse Mosquitto - An open source MQTT broker -home: https://truecharts.org/charts/stable/mosquitto -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mosquitto.png -keywords: - - mosquitto - - home-automation - - MQTT - - eclipse-iot -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mosquitto -sources: - - https://github.com/eclipse/mosquitto - - https://github.com/truecharts/charts/tree/master/charts/stable/mosquitto - - https://hub.docker.com/_/eclipse-mosquitto -type: application -version: 14.1.3 diff --git a/stable/mosquitto/14.1.3/charts/common-18.0.3.tgz b/stable/mosquitto/14.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/mosquitto/14.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/mylar/13.2.0/.helmignore b/stable/mosquitto/14.3.0/.helmignore similarity index 100% rename from stable/mylar/13.2.0/.helmignore rename to stable/mosquitto/14.3.0/.helmignore diff --git a/stable/mosquitto/14.3.0/CHANGELOG.md b/stable/mosquitto/14.3.0/CHANGELOG.md new file mode 100644 index 00000000000..2febb06f75d --- /dev/null +++ b/stable/mosquitto/14.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mosquitto-14.3.0](https://github.com/truecharts/charts/compare/mosquitto-14.2.3...mosquitto-14.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [mosquitto-14.2.3](https://github.com/truecharts/charts/compare/mosquitto-14.2.2...mosquitto-14.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [mosquitto-14.2.2](https://github.com/truecharts/charts/compare/mosquitto-14.2.0...mosquitto-14.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [mosquitto-13.1.13](https://github.com/truecharts/charts/compare/mosquitto-13.1.12...mosquitto-13.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [mosquitto-13.1.12](https://github.com/truecharts/charts/compare/mosquitto-13.1.11...mosquitto-13.1.12) (2024-01-29) + +### Chore + + + +- update container image eclipse-mosquitto to 2.0.18[@da38d58](https://github.com/da38d58) by renovate ([#17591](https://github.com/truecharts/charts/issues/17591)) + + +## [mosquitto-13.1.11](https://github.com/truecharts/charts/compare/mosquitto-13.1.10...mosquitto-13.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [mosquitto-13.1.10](https://github.com/truecharts/charts/compare/mosquitto-13.1.9...mosquitto-13.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [mosquitto-13.1.9](https://github.com/truecharts/charts/compare/mosquitto-13.1.8...mosquitto-13.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [mosquitto-13.1.8](https://github.com/truecharts/charts/compare/mosquitto-13.1.7...mosquitto-13.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/mosquitto/14.3.0/Chart.yaml b/stable/mosquitto/14.3.0/Chart.yaml new file mode 100644 index 00000000000..0425042a413 --- /dev/null +++ b/stable/mosquitto/14.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.18 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Eclipse Mosquitto - An open source MQTT broker +home: https://truecharts.org/charts/stable/mosquitto +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mosquitto.png +keywords: + - mosquitto + - home-automation + - MQTT + - eclipse-iot +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mosquitto +sources: + - https://github.com/eclipse/mosquitto + - https://github.com/truecharts/charts/tree/master/charts/stable/mosquitto + - https://hub.docker.com/_/eclipse-mosquitto +type: application +version: 14.3.0 diff --git a/stable/mosquitto/14.1.3/README.md b/stable/mosquitto/14.3.0/README.md similarity index 100% rename from stable/mosquitto/14.1.3/README.md rename to stable/mosquitto/14.3.0/README.md diff --git a/stable/mosquitto/14.3.0/app-changelog.md b/stable/mosquitto/14.3.0/app-changelog.md new file mode 100644 index 00000000000..e114083f5e1 --- /dev/null +++ b/stable/mosquitto/14.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mosquitto-14.3.0](https://github.com/truecharts/charts/compare/mosquitto-14.2.3...mosquitto-14.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/mosquitto/14.1.3/app-readme.md b/stable/mosquitto/14.3.0/app-readme.md similarity index 100% rename from stable/mosquitto/14.1.3/app-readme.md rename to stable/mosquitto/14.3.0/app-readme.md diff --git a/stable/mosquitto/14.3.0/charts/common-18.2.0.tgz b/stable/mosquitto/14.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/mosquitto/14.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/mosquitto/14.1.3/ix_values.yaml b/stable/mosquitto/14.3.0/ix_values.yaml similarity index 100% rename from stable/mosquitto/14.1.3/ix_values.yaml rename to stable/mosquitto/14.3.0/ix_values.yaml diff --git a/stable/mosquitto/14.1.3/questions.yaml b/stable/mosquitto/14.3.0/questions.yaml similarity index 100% rename from stable/mosquitto/14.1.3/questions.yaml rename to stable/mosquitto/14.3.0/questions.yaml diff --git a/stable/mymediaforalexa/8.1.3/templates/NOTES.txt b/stable/mosquitto/14.3.0/templates/NOTES.txt similarity index 100% rename from stable/mymediaforalexa/8.1.3/templates/NOTES.txt rename to stable/mosquitto/14.3.0/templates/NOTES.txt diff --git a/stable/mosquitto/14.1.3/templates/common.yaml b/stable/mosquitto/14.3.0/templates/common.yaml similarity index 100% rename from stable/mosquitto/14.1.3/templates/common.yaml rename to stable/mosquitto/14.3.0/templates/common.yaml diff --git a/stable/mylar/13.2.0/values.yaml b/stable/mosquitto/14.3.0/values.yaml similarity index 100% rename from stable/mylar/13.2.0/values.yaml rename to stable/mosquitto/14.3.0/values.yaml diff --git a/stable/mstream/10.1.3/CHANGELOG.md b/stable/mstream/10.1.3/CHANGELOG.md deleted file mode 100644 index b0ec38cbe8a..00000000000 --- a/stable/mstream/10.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -## [mstream-9.1.18](https://github.com/truecharts/charts/compare/mstream-9.1.17...mstream-9.1.18) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/mstream to 5.11.4[@88e5506](https://github.com/88e5506) by renovate ([#18069](https://github.com/truecharts/charts/issues/18069)) - - -## [mstream-9.1.17](https://github.com/truecharts/charts/compare/mstream-9.1.16...mstream-9.1.17) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/mstream to 5.11.4[@2572611](https://github.com/2572611) by renovate ([#17859](https://github.com/truecharts/charts/issues/17859)) - - -## [mstream-9.1.16](https://github.com/truecharts/charts/compare/mstream-9.1.15...mstream-9.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mstream-9.1.15](https://github.com/truecharts/charts/compare/mstream-9.1.14...mstream-9.1.15) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/mstream to 5.11.4[@00b1223](https://github.com/00b1223) by renovate ([#17614](https://github.com/truecharts/charts/issues/17614)) - - -## [mstream-9.1.14](https://github.com/truecharts/charts/compare/mstream-9.1.13...mstream-9.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [mstream-9.1.13](https://github.com/truecharts/charts/compare/mstream-9.1.12...mstream-9.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [mstream-9.1.12](https://github.com/truecharts/charts/compare/mstream-9.1.11...mstream-9.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) diff --git a/stable/mstream/10.1.3/Chart.yaml b/stable/mstream/10.1.3/Chart.yaml deleted file mode 100644 index 64ceea1ef3b..00000000000 --- a/stable/mstream/10.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.11.4 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A personal music streaming server -home: https://truecharts.org/charts/stable/mstream -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mstream.png -keywords: - - mstream - - server - - music -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mstream -sources: - - https://mstream.io/ - - https://github.com/linuxserver/docker-mstream - - https://github.com/truecharts/charts/tree/master/charts/stable/mstream - - https://ghcr.io/linuxserver/mstream -type: application -version: 10.1.3 diff --git a/stable/mstream/10.1.3/charts/common-18.0.3.tgz b/stable/mstream/10.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/mstream/10.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/mymediaforalexa/8.1.3/.helmignore b/stable/mstream/10.3.0/.helmignore similarity index 100% rename from stable/mymediaforalexa/8.1.3/.helmignore rename to stable/mstream/10.3.0/.helmignore diff --git a/stable/mstream/10.3.0/CHANGELOG.md b/stable/mstream/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..d2e4f08fb80 --- /dev/null +++ b/stable/mstream/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mstream-10.3.0](https://github.com/truecharts/charts/compare/mstream-10.2.3...mstream-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [mstream-10.2.3](https://github.com/truecharts/charts/compare/mstream-10.2.2...mstream-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [mstream-10.2.2](https://github.com/truecharts/charts/compare/mstream-10.2.0...mstream-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## [mstream-9.1.18](https://github.com/truecharts/charts/compare/mstream-9.1.17...mstream-9.1.18) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/mstream to 5.11.4[@88e5506](https://github.com/88e5506) by renovate ([#18069](https://github.com/truecharts/charts/issues/18069)) + + +## [mstream-9.1.17](https://github.com/truecharts/charts/compare/mstream-9.1.16...mstream-9.1.17) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/mstream to 5.11.4[@2572611](https://github.com/2572611) by renovate ([#17859](https://github.com/truecharts/charts/issues/17859)) + + +## [mstream-9.1.16](https://github.com/truecharts/charts/compare/mstream-9.1.15...mstream-9.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [mstream-9.1.15](https://github.com/truecharts/charts/compare/mstream-9.1.14...mstream-9.1.15) (2024-01-29) + +### Chore + diff --git a/stable/mstream/10.3.0/Chart.yaml b/stable/mstream/10.3.0/Chart.yaml new file mode 100644 index 00000000000..cd47318dc6c --- /dev/null +++ b/stable/mstream/10.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.11.4 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A personal music streaming server +home: https://truecharts.org/charts/stable/mstream +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mstream.png +keywords: + - mstream + - server + - music +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mstream +sources: + - https://mstream.io/ + - https://github.com/linuxserver/docker-mstream + - https://github.com/truecharts/charts/tree/master/charts/stable/mstream + - https://ghcr.io/linuxserver/mstream +type: application +version: 10.3.0 diff --git a/stable/mstream/10.1.3/README.md b/stable/mstream/10.3.0/README.md similarity index 100% rename from stable/mstream/10.1.3/README.md rename to stable/mstream/10.3.0/README.md diff --git a/stable/mstream/10.3.0/app-changelog.md b/stable/mstream/10.3.0/app-changelog.md new file mode 100644 index 00000000000..11e8b30db3b --- /dev/null +++ b/stable/mstream/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mstream-10.3.0](https://github.com/truecharts/charts/compare/mstream-10.2.3...mstream-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/mstream/10.1.3/app-readme.md b/stable/mstream/10.3.0/app-readme.md similarity index 100% rename from stable/mstream/10.1.3/app-readme.md rename to stable/mstream/10.3.0/app-readme.md diff --git a/stable/mstream/10.3.0/charts/common-18.2.0.tgz b/stable/mstream/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/mstream/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/mstream/10.1.3/ix_values.yaml b/stable/mstream/10.3.0/ix_values.yaml similarity index 100% rename from stable/mstream/10.1.3/ix_values.yaml rename to stable/mstream/10.3.0/ix_values.yaml diff --git a/stable/mstream/10.1.3/questions.yaml b/stable/mstream/10.3.0/questions.yaml similarity index 100% rename from stable/mstream/10.1.3/questions.yaml rename to stable/mstream/10.3.0/questions.yaml diff --git a/stable/mysql-workbench/9.2.0/templates/NOTES.txt b/stable/mstream/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/mysql-workbench/9.2.0/templates/NOTES.txt rename to stable/mstream/10.3.0/templates/NOTES.txt diff --git a/stable/mstream/10.1.3/templates/common.yaml b/stable/mstream/10.3.0/templates/common.yaml similarity index 100% rename from stable/mstream/10.1.3/templates/common.yaml rename to stable/mstream/10.3.0/templates/common.yaml diff --git a/stable/mymediaforalexa/8.1.3/values.yaml b/stable/mstream/10.3.0/values.yaml similarity index 100% rename from stable/mymediaforalexa/8.1.3/values.yaml rename to stable/mstream/10.3.0/values.yaml diff --git a/stable/multi-scrobbler/6.1.3/CHANGELOG.md b/stable/multi-scrobbler/6.1.3/CHANGELOG.md deleted file mode 100644 index a116028a7b2..00000000000 --- a/stable/multi-scrobbler/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [multi-scrobbler-5.1.18](https://github.com/truecharts/charts/compare/multi-scrobbler-5.1.17...multi-scrobbler-5.1.18) (2024-02-12) - -### Chore - - - -- update container image foxxmd/multi-scrobbler to latest[@35aadb7](https://github.com/35aadb7) by renovate ([#18045](https://github.com/truecharts/charts/issues/18045)) - - -## [multi-scrobbler-5.1.17](https://github.com/truecharts/charts/compare/multi-scrobbler-5.1.16...multi-scrobbler-5.1.17) (2024-02-05) - -### Chore - - - -- update container image foxxmd/multi-scrobbler to latest[@bcfd5c3](https://github.com/bcfd5c3) by renovate ([#17976](https://github.com/truecharts/charts/issues/17976)) - - -## [multi-scrobbler-5.1.16](https://github.com/truecharts/charts/compare/multi-scrobbler-5.1.15...multi-scrobbler-5.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [multi-scrobbler-5.1.15](https://github.com/truecharts/charts/compare/multi-scrobbler-5.1.14...multi-scrobbler-5.1.15) (2024-01-29) - -### Chore - - - -- update container image foxxmd/multi-scrobbler to latest[@5df930b](https://github.com/5df930b) by renovate ([#17742](https://github.com/truecharts/charts/issues/17742)) - - -## [multi-scrobbler-5.1.14](https://github.com/truecharts/charts/compare/multi-scrobbler-5.1.13...multi-scrobbler-5.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [multi-scrobbler-5.1.13](https://github.com/truecharts/charts/compare/multi-scrobbler-5.1.12...multi-scrobbler-5.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [multi-scrobbler-5.1.12](https://github.com/truecharts/charts/compare/multi-scrobbler-5.1.11...multi-scrobbler-5.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [multi-scrobbler-5.1.11](https://github.com/truecharts/charts/compare/multi-scrobbler-5.1.10...multi-scrobbler-5.1.11) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [multi-scrobbler-5.1.10](https://github.com/truecharts/charts/compare/multi-scrobbler-5.1.9...multi-scrobbler-5.1.10) (2024-01-14) - -### Chore - - - -- update container image foxxmd/multi-scrobbler to latest[@fe9aaf6](https://github.com/fe9aaf6) by renovate ([#17131](https://github.com/truecharts/charts/issues/17131)) - - - diff --git a/stable/multi-scrobbler/6.1.3/Chart.yaml b/stable/multi-scrobbler/6.1.3/Chart.yaml deleted file mode 100644 index f255b196211..00000000000 --- a/stable/multi-scrobbler/6.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Web - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Track your music listening history from many sources and record to many scrobble clients. -home: https://truecharts.org/charts/stable/multi-scrobbler -icon: https://truecharts.org/img/hotlink-ok/chart-icons/multi-scrobbler.png -keywords: - - multi-scrobbler - - Network-Web - - MediaServer-Music -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: multi-scrobbler -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/multi-scrobbler - - https://hub.docker.com/r/foxxmd/multi-scrobbler -type: application -version: 6.1.3 diff --git a/stable/multi-scrobbler/6.1.3/charts/common-18.0.3.tgz b/stable/multi-scrobbler/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/multi-scrobbler/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/mysql-workbench/9.2.0/.helmignore b/stable/multi-scrobbler/6.3.0/.helmignore similarity index 100% rename from stable/mysql-workbench/9.2.0/.helmignore rename to stable/multi-scrobbler/6.3.0/.helmignore diff --git a/stable/multi-scrobbler/6.3.0/CHANGELOG.md b/stable/multi-scrobbler/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..576ac71f00e --- /dev/null +++ b/stable/multi-scrobbler/6.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [multi-scrobbler-6.3.0](https://github.com/truecharts/charts/compare/multi-scrobbler-6.2.3...multi-scrobbler-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [multi-scrobbler-6.2.3](https://github.com/truecharts/charts/compare/multi-scrobbler-6.2.2...multi-scrobbler-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [multi-scrobbler-6.2.2](https://github.com/truecharts/charts/compare/multi-scrobbler-6.2.0...multi-scrobbler-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [multi-scrobbler-5.1.18](https://github.com/truecharts/charts/compare/multi-scrobbler-5.1.17...multi-scrobbler-5.1.18) (2024-02-12) + +### Chore + + + +- update container image foxxmd/multi-scrobbler to latest[@35aadb7](https://github.com/35aadb7) by renovate ([#18045](https://github.com/truecharts/charts/issues/18045)) + + +## [multi-scrobbler-5.1.17](https://github.com/truecharts/charts/compare/multi-scrobbler-5.1.16...multi-scrobbler-5.1.17) (2024-02-05) + +### Chore + + + +- update container image foxxmd/multi-scrobbler to latest[@bcfd5c3](https://github.com/bcfd5c3) by renovate ([#17976](https://github.com/truecharts/charts/issues/17976)) + + +## [multi-scrobbler-5.1.16](https://github.com/truecharts/charts/compare/multi-scrobbler-5.1.15...multi-scrobbler-5.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [multi-scrobbler-5.1.15](https://github.com/truecharts/charts/compare/multi-scrobbler-5.1.14...multi-scrobbler-5.1.15) (2024-01-29) + +### Chore + + + +- update container image foxxmd/multi-scrobbler to latest[@5df930b](https://github.com/5df930b) by renovate ([#17742](https://github.com/truecharts/charts/issues/17742)) + + +## [multi-scrobbler-5.1.14](https://github.com/truecharts/charts/compare/multi-scrobbler-5.1.13...multi-scrobbler-5.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [multi-scrobbler-5.1.13](https://github.com/truecharts/charts/compare/multi-scrobbler-5.1.12...multi-scrobbler-5.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) diff --git a/stable/multi-scrobbler/6.3.0/Chart.yaml b/stable/multi-scrobbler/6.3.0/Chart.yaml new file mode 100644 index 00000000000..54d03bf29cf --- /dev/null +++ b/stable/multi-scrobbler/6.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Web + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Track your music listening history from many sources and record to many scrobble clients. +home: https://truecharts.org/charts/stable/multi-scrobbler +icon: https://truecharts.org/img/hotlink-ok/chart-icons/multi-scrobbler.png +keywords: + - multi-scrobbler + - Network-Web + - MediaServer-Music +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: multi-scrobbler +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/multi-scrobbler + - https://hub.docker.com/r/foxxmd/multi-scrobbler +type: application +version: 6.3.0 diff --git a/stable/multi-scrobbler/6.1.3/README.md b/stable/multi-scrobbler/6.3.0/README.md similarity index 100% rename from stable/multi-scrobbler/6.1.3/README.md rename to stable/multi-scrobbler/6.3.0/README.md diff --git a/stable/multi-scrobbler/6.3.0/app-changelog.md b/stable/multi-scrobbler/6.3.0/app-changelog.md new file mode 100644 index 00000000000..6a36bb3c22a --- /dev/null +++ b/stable/multi-scrobbler/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [multi-scrobbler-6.3.0](https://github.com/truecharts/charts/compare/multi-scrobbler-6.2.3...multi-scrobbler-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/multi-scrobbler/6.1.3/app-readme.md b/stable/multi-scrobbler/6.3.0/app-readme.md similarity index 100% rename from stable/multi-scrobbler/6.1.3/app-readme.md rename to stable/multi-scrobbler/6.3.0/app-readme.md diff --git a/stable/multi-scrobbler/6.3.0/charts/common-18.2.0.tgz b/stable/multi-scrobbler/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/multi-scrobbler/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/multi-scrobbler/6.1.3/ix_values.yaml b/stable/multi-scrobbler/6.3.0/ix_values.yaml similarity index 100% rename from stable/multi-scrobbler/6.1.3/ix_values.yaml rename to stable/multi-scrobbler/6.3.0/ix_values.yaml diff --git a/stable/multi-scrobbler/6.1.3/questions.yaml b/stable/multi-scrobbler/6.3.0/questions.yaml similarity index 100% rename from stable/multi-scrobbler/6.1.3/questions.yaml rename to stable/multi-scrobbler/6.3.0/questions.yaml diff --git a/stable/n8n/13.3.0/templates/NOTES.txt b/stable/multi-scrobbler/6.3.0/templates/NOTES.txt similarity index 100% rename from stable/n8n/13.3.0/templates/NOTES.txt rename to stable/multi-scrobbler/6.3.0/templates/NOTES.txt diff --git a/stable/multi-scrobbler/6.1.3/templates/common.yaml b/stable/multi-scrobbler/6.3.0/templates/common.yaml similarity index 100% rename from stable/multi-scrobbler/6.1.3/templates/common.yaml rename to stable/multi-scrobbler/6.3.0/templates/common.yaml diff --git a/stable/mysql-workbench/9.2.0/values.yaml b/stable/multi-scrobbler/6.3.0/values.yaml similarity index 100% rename from stable/mysql-workbench/9.2.0/values.yaml rename to stable/multi-scrobbler/6.3.0/values.yaml diff --git a/stable/muse/5.2.0/CHANGELOG.md b/stable/muse/5.2.0/CHANGELOG.md deleted file mode 100644 index 41b11bda4f8..00000000000 --- a/stable/muse/5.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [muse-4.2.5](https://github.com/truecharts/charts/compare/muse-4.2.4...muse-4.2.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [muse-4.2.4](https://github.com/truecharts/charts/compare/muse-4.2.3...muse-4.2.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [muse-4.2.3](https://github.com/truecharts/charts/compare/muse-4.2.2...muse-4.2.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [muse-4.2.2](https://github.com/truecharts/charts/compare/muse-4.2.1...muse-4.2.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [muse-4.2.1](https://github.com/truecharts/charts/compare/muse-4.2.0...muse-4.2.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [muse-4.2.0](https://github.com/truecharts/charts/compare/muse-4.1.6...muse-4.2.0) (2024-01-21) - -### Chore - - - -- update container image codetheweb/muse to v2.5.0[@3433b97](https://github.com/3433b97) by renovate ([#17441](https://github.com/truecharts/charts/issues/17441)) - - - - -## [muse-4.1.6](https://github.com/truecharts/charts/compare/muse-4.1.5...muse-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [muse-4.1.5](https://github.com/truecharts/charts/compare/muse-4.1.4...muse-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [muse-4.1.4](https://github.com/truecharts/charts/compare/muse-4.1.3...muse-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes diff --git a/stable/muse/5.2.0/Chart.yaml b/stable/muse/5.2.0/Chart.yaml deleted file mode 100644 index 6815499d3df..00000000000 --- a/stable/muse/5.2.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.5.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A self-hosted midwestern Discord music bot that doesn't suck. -home: https://truecharts.org/charts/stable/muse -icon: https://truecharts.org/img/hotlink-ok/chart-icons/muse.png -keywords: - - muse - - media - - discord-bot -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: muse -sources: - - https://github.com/codetheweb/muse - - https://github.com/truecharts/charts/tree/master/charts/stable/muse - - https://hub.docker.com/r/codetheweb/muse -type: application -version: 5.2.0 diff --git a/stable/muse/5.2.0/charts/common-18.1.2.tgz b/stable/muse/5.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/muse/5.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/muse/5.2.0/ix_values.yaml b/stable/muse/5.2.0/ix_values.yaml deleted file mode 100644 index 92791628f08..00000000000 --- a/stable/muse/5.2.0/ix_values.yaml +++ /dev/null @@ -1,46 +0,0 @@ -image: - repository: codetheweb/muse - pullPolicy: IfNotPresent - tag: 2.5.0@sha256:3433b97776b9243b93b4d205e6250e3a2c48cc775baec9baed45e058175a31df -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - enabled: false - ports: - main: - enabled: false -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false - env: - DATA_DIR: /config - DISCORD_TOKEN: "" - SPOTIFY_CLIENT_ID: "" - SPOTIFY_CLIENT_SECRET: "" - YOUTUBE_API_KEY: "" - # CACHE_LIMIT: 2GB - # BOT_STATUS: online - # BOT_ACTIVITY_TYPE: PLAYING - # BOT_ACTIVITY: A incubator app - # BOT_ACTIVITY_URL: https://www.youtube.com/truecharts -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: false diff --git a/stable/n8n/13.3.0/.helmignore b/stable/muse/5.4.0/.helmignore similarity index 100% rename from stable/n8n/13.3.0/.helmignore rename to stable/muse/5.4.0/.helmignore diff --git a/stable/muse/5.4.0/CHANGELOG.md b/stable/muse/5.4.0/CHANGELOG.md new file mode 100644 index 00000000000..75692f04d8f --- /dev/null +++ b/stable/muse/5.4.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [muse-5.4.0](https://github.com/truecharts/charts/compare/muse-5.3.3...muse-5.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [muse-5.3.3](https://github.com/truecharts/charts/compare/muse-5.3.2...muse-5.3.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [muse-5.3.2](https://github.com/truecharts/charts/compare/muse-5.3.0...muse-5.3.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [muse-4.2.5](https://github.com/truecharts/charts/compare/muse-4.2.4...muse-4.2.5) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [muse-4.2.4](https://github.com/truecharts/charts/compare/muse-4.2.3...muse-4.2.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [muse-4.2.3](https://github.com/truecharts/charts/compare/muse-4.2.2...muse-4.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [muse-4.2.2](https://github.com/truecharts/charts/compare/muse-4.2.1...muse-4.2.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [muse-4.2.1](https://github.com/truecharts/charts/compare/muse-4.2.0...muse-4.2.1) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [muse-4.2.0](https://github.com/truecharts/charts/compare/muse-4.1.6...muse-4.2.0) (2024-01-21) + +### Chore + + + +- update container image codetheweb/muse to v2.5.0[@3433b97](https://github.com/3433b97) by renovate ([#17441](https://github.com/truecharts/charts/issues/17441)) \ No newline at end of file diff --git a/stable/muse/5.4.0/Chart.yaml b/stable/muse/5.4.0/Chart.yaml new file mode 100644 index 00000000000..164d7dcfb3d --- /dev/null +++ b/stable/muse/5.4.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.6.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted midwestern Discord music bot that doesn't suck. +home: https://truecharts.org/charts/stable/muse +icon: https://truecharts.org/img/hotlink-ok/chart-icons/muse.png +keywords: + - muse + - media + - discord-bot +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: muse +sources: + - https://github.com/codetheweb/muse + - https://github.com/truecharts/charts/tree/master/charts/stable/muse + - https://hub.docker.com/r/codetheweb/muse +type: application +version: 5.4.0 diff --git a/stable/muse/5.2.0/README.md b/stable/muse/5.4.0/README.md similarity index 100% rename from stable/muse/5.2.0/README.md rename to stable/muse/5.4.0/README.md diff --git a/stable/muse/5.4.0/app-changelog.md b/stable/muse/5.4.0/app-changelog.md new file mode 100644 index 00000000000..780555d8c38 --- /dev/null +++ b/stable/muse/5.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [muse-5.4.0](https://github.com/truecharts/charts/compare/muse-5.3.3...muse-5.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/muse/5.2.0/app-readme.md b/stable/muse/5.4.0/app-readme.md similarity index 100% rename from stable/muse/5.2.0/app-readme.md rename to stable/muse/5.4.0/app-readme.md diff --git a/stable/muse/5.4.0/charts/common-18.2.0.tgz b/stable/muse/5.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/muse/5.4.0/charts/common-18.2.0.tgz differ diff --git a/stable/muse/5.4.0/ix_values.yaml b/stable/muse/5.4.0/ix_values.yaml new file mode 100644 index 00000000000..e6feb727d8f --- /dev/null +++ b/stable/muse/5.4.0/ix_values.yaml @@ -0,0 +1,46 @@ +image: + repository: codetheweb/muse + pullPolicy: IfNotPresent + tag: 2.6.0@sha256:9deedbb212a0083008cf1f371ce1ac9e0ac9b2a159ac2b62d3c7ef28b8424389 +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + enabled: false + ports: + main: + enabled: false +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + env: + DATA_DIR: /config + DISCORD_TOKEN: "" + SPOTIFY_CLIENT_ID: "" + SPOTIFY_CLIENT_SECRET: "" + YOUTUBE_API_KEY: "" + # CACHE_LIMIT: 2GB + # BOT_STATUS: online + # BOT_ACTIVITY_TYPE: PLAYING + # BOT_ACTIVITY: A incubator app + # BOT_ACTIVITY_URL: https://www.youtube.com/truecharts +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: false diff --git a/stable/muse/5.2.0/questions.yaml b/stable/muse/5.4.0/questions.yaml similarity index 100% rename from stable/muse/5.2.0/questions.yaml rename to stable/muse/5.4.0/questions.yaml diff --git a/stable/mysql-workbench/9.2.0/templates/common.yaml b/stable/muse/5.4.0/templates/common.yaml similarity index 100% rename from stable/mysql-workbench/9.2.0/templates/common.yaml rename to stable/muse/5.4.0/templates/common.yaml diff --git a/stable/n8n/13.3.0/values.yaml b/stable/muse/5.4.0/values.yaml similarity index 100% rename from stable/n8n/13.3.0/values.yaml rename to stable/muse/5.4.0/values.yaml diff --git a/stable/muximux/10.1.3/CHANGELOG.md b/stable/muximux/10.1.3/CHANGELOG.md deleted file mode 100644 index 01f947eca84..00000000000 --- a/stable/muximux/10.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [muximux-9.1.11](https://github.com/truecharts/charts/compare/muximux-9.1.10...muximux-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [muximux-9.1.10](https://github.com/truecharts/charts/compare/muximux-9.1.9...muximux-9.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [muximux-9.1.9](https://github.com/truecharts/charts/compare/muximux-9.1.8...muximux-9.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [muximux-9.1.8](https://github.com/truecharts/charts/compare/muximux-9.1.7...muximux-9.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [muximux-9.1.7](https://github.com/truecharts/charts/compare/muximux-9.1.6...muximux-9.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [muximux-9.1.6](https://github.com/truecharts/charts/compare/muximux-9.1.5...muximux-9.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [muximux-9.1.5](https://github.com/truecharts/charts/compare/muximux-9.1.4...muximux-9.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [muximux-9.1.4](https://github.com/truecharts/charts/compare/muximux-9.1.3...muximux-9.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [muximux-9.1.3](https://github.com/truecharts/charts/compare/muximux-9.1.0...muximux-9.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/muximux/10.1.3/Chart.yaml b/stable/muximux/10.1.3/Chart.yaml deleted file mode 100644 index 66dcc235381..00000000000 --- a/stable/muximux/10.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: "057352e8" -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A lightweight portal to view & manage your HTPC apps without having to run anything more than a PHP enabled webserver -home: https://truecharts.org/charts/stable/muximux -icon: https://truecharts.org/img/hotlink-ok/chart-icons/muximux.png -keywords: - - muximux - - htpc - - manage - - portal -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: muximux -sources: - - https://github.com/mescon/Muximux - - https://github.com/linuxserver/docker-muximux - - https://github.com/truecharts/charts/tree/master/charts/stable/muximux - - https://ghcr.io/linuxserver/muximux -type: application -version: 10.1.3 diff --git a/stable/muximux/10.1.3/charts/common-18.0.3.tgz b/stable/muximux/10.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/muximux/10.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/namecheap-ddns/5.1.3/.helmignore b/stable/muximux/10.3.0/.helmignore similarity index 100% rename from stable/namecheap-ddns/5.1.3/.helmignore rename to stable/muximux/10.3.0/.helmignore diff --git a/stable/muximux/10.3.0/CHANGELOG.md b/stable/muximux/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..63b89a8bc63 --- /dev/null +++ b/stable/muximux/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [muximux-10.3.0](https://github.com/truecharts/charts/compare/muximux-10.2.3...muximux-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [muximux-10.2.3](https://github.com/truecharts/charts/compare/muximux-10.2.2...muximux-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [muximux-10.2.2](https://github.com/truecharts/charts/compare/muximux-10.2.0...muximux-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [muximux-9.1.11](https://github.com/truecharts/charts/compare/muximux-9.1.10...muximux-9.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [muximux-9.1.10](https://github.com/truecharts/charts/compare/muximux-9.1.9...muximux-9.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [muximux-9.1.9](https://github.com/truecharts/charts/compare/muximux-9.1.8...muximux-9.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [muximux-9.1.8](https://github.com/truecharts/charts/compare/muximux-9.1.7...muximux-9.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [muximux-9.1.7](https://github.com/truecharts/charts/compare/muximux-9.1.6...muximux-9.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [muximux-9.1.6](https://github.com/truecharts/charts/compare/muximux-9.1.5...muximux-9.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/muximux/10.3.0/Chart.yaml b/stable/muximux/10.3.0/Chart.yaml new file mode 100644 index 00000000000..d7da0ece936 --- /dev/null +++ b/stable/muximux/10.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: "057352e8" +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A lightweight portal to view & manage your HTPC apps without having to run anything more than a PHP enabled webserver +home: https://truecharts.org/charts/stable/muximux +icon: https://truecharts.org/img/hotlink-ok/chart-icons/muximux.png +keywords: + - muximux + - htpc + - manage + - portal +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: muximux +sources: + - https://github.com/mescon/Muximux + - https://github.com/linuxserver/docker-muximux + - https://github.com/truecharts/charts/tree/master/charts/stable/muximux + - https://ghcr.io/linuxserver/muximux +type: application +version: 10.3.0 diff --git a/stable/muximux/10.1.3/README.md b/stable/muximux/10.3.0/README.md similarity index 100% rename from stable/muximux/10.1.3/README.md rename to stable/muximux/10.3.0/README.md diff --git a/stable/muximux/10.3.0/app-changelog.md b/stable/muximux/10.3.0/app-changelog.md new file mode 100644 index 00000000000..38c5a84447e --- /dev/null +++ b/stable/muximux/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [muximux-10.3.0](https://github.com/truecharts/charts/compare/muximux-10.2.3...muximux-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/muximux/10.1.3/app-readme.md b/stable/muximux/10.3.0/app-readme.md similarity index 100% rename from stable/muximux/10.1.3/app-readme.md rename to stable/muximux/10.3.0/app-readme.md diff --git a/stable/muximux/10.3.0/charts/common-18.2.0.tgz b/stable/muximux/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/muximux/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/muximux/10.1.3/ix_values.yaml b/stable/muximux/10.3.0/ix_values.yaml similarity index 100% rename from stable/muximux/10.1.3/ix_values.yaml rename to stable/muximux/10.3.0/ix_values.yaml diff --git a/stable/muximux/10.1.3/questions.yaml b/stable/muximux/10.3.0/questions.yaml similarity index 100% rename from stable/muximux/10.1.3/questions.yaml rename to stable/muximux/10.3.0/questions.yaml diff --git a/stable/nano-wallet/9.1.3/templates/NOTES.txt b/stable/muximux/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/nano-wallet/9.1.3/templates/NOTES.txt rename to stable/muximux/10.3.0/templates/NOTES.txt diff --git a/stable/muximux/10.1.3/templates/common.yaml b/stable/muximux/10.3.0/templates/common.yaml similarity index 100% rename from stable/muximux/10.1.3/templates/common.yaml rename to stable/muximux/10.3.0/templates/common.yaml diff --git a/stable/namecheap-ddns/5.1.3/values.yaml b/stable/muximux/10.3.0/values.yaml similarity index 100% rename from stable/namecheap-ddns/5.1.3/values.yaml rename to stable/muximux/10.3.0/values.yaml diff --git a/stable/mylar/13.2.0/CHANGELOG.md b/stable/mylar/13.2.0/CHANGELOG.md deleted file mode 100644 index f9d656fca1f..00000000000 --- a/stable/mylar/13.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - -## [mylar-12.1.18](https://github.com/truecharts/charts/compare/mylar-12.1.17...mylar-12.1.18) (2024-02-12) - -### Chore - - - -- update container image linuxserver/mylar3 to version-v0.7.8[@06d90fc](https://github.com/06d90fc) by renovate ([#18088](https://github.com/truecharts/charts/issues/18088)) - - -## [mylar-12.1.17](https://github.com/truecharts/charts/compare/mylar-12.1.16...mylar-12.1.17) (2024-02-05) - -### Chore - - - -- update container image linuxserver/mylar3 to version-v0.7.8[@5f74433](https://github.com/5f74433) by renovate ([#17880](https://github.com/truecharts/charts/issues/17880)) - - -## [mylar-12.1.16](https://github.com/truecharts/charts/compare/mylar-12.1.15...mylar-12.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mylar-12.1.15](https://github.com/truecharts/charts/compare/mylar-12.1.14...mylar-12.1.15) (2024-01-29) - -### Chore - - - -- update container image linuxserver/mylar3 to version-v0.7.8[@88a49b7](https://github.com/88a49b7) by renovate ([#17641](https://github.com/truecharts/charts/issues/17641)) - - -## [mylar-12.1.14](https://github.com/truecharts/charts/compare/mylar-12.1.13...mylar-12.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [mylar-12.1.13](https://github.com/truecharts/charts/compare/mylar-12.1.12...mylar-12.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [mylar-12.1.12](https://github.com/truecharts/charts/compare/mylar-12.1.11...mylar-12.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [mylar-12.1.11](https://github.com/truecharts/charts/compare/mylar-12.1.10...mylar-12.1.11) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/mylar/13.2.0/Chart.yaml b/stable/mylar/13.2.0/Chart.yaml deleted file mode 100644 index bd9e718dc46..00000000000 --- a/stable/mylar/13.2.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.7.8 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Mylar is a automated Comic Book downloader -home: https://truecharts.org/charts/stable/mylar -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mylar.png -keywords: - - mylar -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mylar -sources: - - https://github.com/linuxserver/docker-mylar3 - - https://github.com/mylar3/mylar3 - - https://github.com/truecharts/charts/tree/master/charts/stable/mylar - - https://hub.docker.com/r/linuxserver/mylar3 -type: application -version: 13.2.0 diff --git a/stable/mylar/13.2.0/charts/common-18.1.2.tgz b/stable/mylar/13.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/mylar/13.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/mylar/13.2.0/ix_values.yaml b/stable/mylar/13.2.0/ix_values.yaml deleted file mode 100644 index 16bae1d45b0..00000000000 --- a/stable/mylar/13.2.0/ix_values.yaml +++ /dev/null @@ -1,25 +0,0 @@ -image: - repository: linuxserver/mylar3 - tag: version-v0.7.8@sha256:de5e3c7012d9e80d8fe0be554e32fe773c15d8907c44b96b5689dfcf8525774b - pullPolicy: IfNotPresent -service: - main: - ports: - main: - port: 8090 - targetPort: 8090 -persistence: - config: - enabled: true - mountPath: "/config" - varrun: - enabled: true -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 diff --git a/stable/nano-wallet/9.1.3/.helmignore b/stable/mylar/13.3.0/.helmignore similarity index 100% rename from stable/nano-wallet/9.1.3/.helmignore rename to stable/mylar/13.3.0/.helmignore diff --git a/stable/mylar/13.3.0/CHANGELOG.md b/stable/mylar/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..7a5a1b72910 --- /dev/null +++ b/stable/mylar/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mylar-13.3.0](https://github.com/truecharts/charts/compare/mylar-13.2.4...mylar-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [mylar-13.2.4](https://github.com/truecharts/charts/compare/mylar-13.2.3...mylar-13.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [mylar-13.2.3](https://github.com/truecharts/charts/compare/mylar-13.2.1...mylar-13.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + +## [mylar-12.1.18](https://github.com/truecharts/charts/compare/mylar-12.1.17...mylar-12.1.18) (2024-02-12) + +### Chore + + + +- update container image linuxserver/mylar3 to version-v0.7.8[@06d90fc](https://github.com/06d90fc) by renovate ([#18088](https://github.com/truecharts/charts/issues/18088)) + + +## [mylar-12.1.17](https://github.com/truecharts/charts/compare/mylar-12.1.16...mylar-12.1.17) (2024-02-05) + +### Chore + + + +- update container image linuxserver/mylar3 to version-v0.7.8[@5f74433](https://github.com/5f74433) by renovate ([#17880](https://github.com/truecharts/charts/issues/17880)) + + +## [mylar-12.1.16](https://github.com/truecharts/charts/compare/mylar-12.1.15...mylar-12.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [mylar-12.1.15](https://github.com/truecharts/charts/compare/mylar-12.1.14...mylar-12.1.15) (2024-01-29) + +### Chore + + + +- update container image linuxserver/mylar3 to version-v0.7.8[@88a49b7](https://github.com/88a49b7) by renovate ([#17641](https://github.com/truecharts/charts/issues/17641)) + + +## [mylar-12.1.14](https://github.com/truecharts/charts/compare/mylar-12.1.13...mylar-12.1.14) (2024-01-26) + +### Chore + diff --git a/stable/mylar/13.3.0/Chart.yaml b/stable/mylar/13.3.0/Chart.yaml new file mode 100644 index 00000000000..a37ec178b7d --- /dev/null +++ b/stable/mylar/13.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.7.8 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Mylar is a automated Comic Book downloader +home: https://truecharts.org/charts/stable/mylar +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mylar.png +keywords: + - mylar +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mylar +sources: + - https://github.com/linuxserver/docker-mylar3 + - https://github.com/mylar3/mylar3 + - https://github.com/truecharts/charts/tree/master/charts/stable/mylar + - https://hub.docker.com/r/linuxserver/mylar3 +type: application +version: 13.3.0 diff --git a/stable/mylar/13.2.0/README.md b/stable/mylar/13.3.0/README.md similarity index 100% rename from stable/mylar/13.2.0/README.md rename to stable/mylar/13.3.0/README.md diff --git a/stable/mylar/13.3.0/app-changelog.md b/stable/mylar/13.3.0/app-changelog.md new file mode 100644 index 00000000000..8a334eec5d3 --- /dev/null +++ b/stable/mylar/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mylar-13.3.0](https://github.com/truecharts/charts/compare/mylar-13.2.4...mylar-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/mylar/13.2.0/app-readme.md b/stable/mylar/13.3.0/app-readme.md similarity index 100% rename from stable/mylar/13.2.0/app-readme.md rename to stable/mylar/13.3.0/app-readme.md diff --git a/stable/mylar/13.3.0/charts/common-18.2.0.tgz b/stable/mylar/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/mylar/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/mylar/13.3.0/ix_values.yaml b/stable/mylar/13.3.0/ix_values.yaml new file mode 100644 index 00000000000..cc3fece819d --- /dev/null +++ b/stable/mylar/13.3.0/ix_values.yaml @@ -0,0 +1,25 @@ +image: + repository: linuxserver/mylar3 + tag: version-v0.7.8@sha256:1bd33a1908650d76a760ee116b5f8d9952dba0e1513c49f187e7b9e224f96e49 + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 8090 + targetPort: 8090 +persistence: + config: + enabled: true + mountPath: "/config" + varrun: + enabled: true +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 diff --git a/stable/mylar/13.2.0/questions.yaml b/stable/mylar/13.3.0/questions.yaml similarity index 100% rename from stable/mylar/13.2.0/questions.yaml rename to stable/mylar/13.3.0/questions.yaml diff --git a/stable/navidrome/19.1.3/templates/NOTES.txt b/stable/mylar/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/navidrome/19.1.3/templates/NOTES.txt rename to stable/mylar/13.3.0/templates/NOTES.txt diff --git a/stable/nano-wallet/9.1.3/templates/common.yaml b/stable/mylar/13.3.0/templates/common.yaml similarity index 100% rename from stable/nano-wallet/9.1.3/templates/common.yaml rename to stable/mylar/13.3.0/templates/common.yaml diff --git a/stable/nano-wallet/9.1.3/values.yaml b/stable/mylar/13.3.0/values.yaml similarity index 100% rename from stable/nano-wallet/9.1.3/values.yaml rename to stable/mylar/13.3.0/values.yaml diff --git a/stable/mymediaforalexa/8.1.3/CHANGELOG.md b/stable/mymediaforalexa/8.1.3/CHANGELOG.md deleted file mode 100644 index b3e0d702727..00000000000 --- a/stable/mymediaforalexa/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [mymediaforalexa-7.1.11](https://github.com/truecharts/charts/compare/mymediaforalexa-7.1.10...mymediaforalexa-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mymediaforalexa-7.1.10](https://github.com/truecharts/charts/compare/mymediaforalexa-7.1.9...mymediaforalexa-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [mymediaforalexa-7.1.9](https://github.com/truecharts/charts/compare/mymediaforalexa-7.1.8...mymediaforalexa-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [mymediaforalexa-7.1.8](https://github.com/truecharts/charts/compare/mymediaforalexa-7.1.7...mymediaforalexa-7.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [mymediaforalexa-7.1.7](https://github.com/truecharts/charts/compare/mymediaforalexa-7.1.6...mymediaforalexa-7.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [mymediaforalexa-7.1.6](https://github.com/truecharts/charts/compare/mymediaforalexa-7.1.5...mymediaforalexa-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [mymediaforalexa-7.1.5](https://github.com/truecharts/charts/compare/mymediaforalexa-7.1.4...mymediaforalexa-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [mymediaforalexa-7.1.4](https://github.com/truecharts/charts/compare/mymediaforalexa-7.1.3...mymediaforalexa-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [mymediaforalexa-7.1.3](https://github.com/truecharts/charts/compare/mymediaforalexa-7.1.0...mymediaforalexa-7.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/mymediaforalexa/8.1.3/Chart.yaml b/stable/mymediaforalexa/8.1.3/Chart.yaml deleted file mode 100644 index 9365a55d2c4..00000000000 --- a/stable/mymediaforalexa/8.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.3.151.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This is the multi-platform Docker image for My Media for Alexa - https://www.mymediaalexa.com . -home: https://truecharts.org/charts/stable/mymediaforalexa -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mymediaforalexa.png -keywords: - - media - - alexa -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mymediaforalexa -sources: - - https://www.mymediaalexa.com/home/docker#dockerhub - - https://github.com/truecharts/charts/tree/master/charts/stable/mymediaforalexa - - https://hub.docker.com/r/bizmodeller/mymediaforalexa -type: application -version: 8.1.3 diff --git a/stable/mymediaforalexa/8.1.3/charts/common-18.0.3.tgz b/stable/mymediaforalexa/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/mymediaforalexa/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/navidrome/19.1.3/.helmignore b/stable/mymediaforalexa/8.3.0/.helmignore similarity index 100% rename from stable/navidrome/19.1.3/.helmignore rename to stable/mymediaforalexa/8.3.0/.helmignore diff --git a/stable/mymediaforalexa/8.3.0/CHANGELOG.md b/stable/mymediaforalexa/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..dfed4b8e8f9 --- /dev/null +++ b/stable/mymediaforalexa/8.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mymediaforalexa-8.3.0](https://github.com/truecharts/charts/compare/mymediaforalexa-8.2.3...mymediaforalexa-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [mymediaforalexa-8.2.3](https://github.com/truecharts/charts/compare/mymediaforalexa-8.2.2...mymediaforalexa-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [mymediaforalexa-8.2.2](https://github.com/truecharts/charts/compare/mymediaforalexa-8.2.0...mymediaforalexa-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [mymediaforalexa-7.1.11](https://github.com/truecharts/charts/compare/mymediaforalexa-7.1.10...mymediaforalexa-7.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [mymediaforalexa-7.1.10](https://github.com/truecharts/charts/compare/mymediaforalexa-7.1.9...mymediaforalexa-7.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [mymediaforalexa-7.1.9](https://github.com/truecharts/charts/compare/mymediaforalexa-7.1.8...mymediaforalexa-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [mymediaforalexa-7.1.8](https://github.com/truecharts/charts/compare/mymediaforalexa-7.1.7...mymediaforalexa-7.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [mymediaforalexa-7.1.7](https://github.com/truecharts/charts/compare/mymediaforalexa-7.1.6...mymediaforalexa-7.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [mymediaforalexa-7.1.6](https://github.com/truecharts/charts/compare/mymediaforalexa-7.1.5...mymediaforalexa-7.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/mymediaforalexa/8.3.0/Chart.yaml b/stable/mymediaforalexa/8.3.0/Chart.yaml new file mode 100644 index 00000000000..6ecf905e331 --- /dev/null +++ b/stable/mymediaforalexa/8.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.3.151.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is the multi-platform Docker image for My Media for Alexa - https://www.mymediaalexa.com . +home: https://truecharts.org/charts/stable/mymediaforalexa +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mymediaforalexa.png +keywords: + - media + - alexa +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mymediaforalexa +sources: + - https://www.mymediaalexa.com/home/docker#dockerhub + - https://github.com/truecharts/charts/tree/master/charts/stable/mymediaforalexa + - https://hub.docker.com/r/bizmodeller/mymediaforalexa +type: application +version: 8.3.0 diff --git a/stable/mymediaforalexa/8.1.3/README.md b/stable/mymediaforalexa/8.3.0/README.md similarity index 100% rename from stable/mymediaforalexa/8.1.3/README.md rename to stable/mymediaforalexa/8.3.0/README.md diff --git a/stable/mymediaforalexa/8.3.0/app-changelog.md b/stable/mymediaforalexa/8.3.0/app-changelog.md new file mode 100644 index 00000000000..5f4f4207306 --- /dev/null +++ b/stable/mymediaforalexa/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mymediaforalexa-8.3.0](https://github.com/truecharts/charts/compare/mymediaforalexa-8.2.3...mymediaforalexa-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/mymediaforalexa/8.1.3/app-readme.md b/stable/mymediaforalexa/8.3.0/app-readme.md similarity index 100% rename from stable/mymediaforalexa/8.1.3/app-readme.md rename to stable/mymediaforalexa/8.3.0/app-readme.md diff --git a/stable/mymediaforalexa/8.3.0/charts/common-18.2.0.tgz b/stable/mymediaforalexa/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/mymediaforalexa/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/mymediaforalexa/8.1.3/ix_values.yaml b/stable/mymediaforalexa/8.3.0/ix_values.yaml similarity index 100% rename from stable/mymediaforalexa/8.1.3/ix_values.yaml rename to stable/mymediaforalexa/8.3.0/ix_values.yaml diff --git a/stable/mymediaforalexa/8.1.3/questions.yaml b/stable/mymediaforalexa/8.3.0/questions.yaml similarity index 100% rename from stable/mymediaforalexa/8.1.3/questions.yaml rename to stable/mymediaforalexa/8.3.0/questions.yaml diff --git a/stable/netdata/9.1.3/templates/NOTES.txt b/stable/mymediaforalexa/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/netdata/9.1.3/templates/NOTES.txt rename to stable/mymediaforalexa/8.3.0/templates/NOTES.txt diff --git a/stable/navidrome/19.1.3/templates/common.yaml b/stable/mymediaforalexa/8.3.0/templates/common.yaml similarity index 100% rename from stable/navidrome/19.1.3/templates/common.yaml rename to stable/mymediaforalexa/8.3.0/templates/common.yaml diff --git a/stable/navidrome/19.1.3/values.yaml b/stable/mymediaforalexa/8.3.0/values.yaml similarity index 100% rename from stable/navidrome/19.1.3/values.yaml rename to stable/mymediaforalexa/8.3.0/values.yaml diff --git a/stable/mysql-workbench/9.2.0/CHANGELOG.md b/stable/mysql-workbench/9.2.0/CHANGELOG.md deleted file mode 100644 index 172a87c7062..00000000000 --- a/stable/mysql-workbench/9.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - -## [mysql-workbench-8.1.18](https://github.com/truecharts/charts/compare/mysql-workbench-8.1.17...mysql-workbench-8.1.18) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@258561a](https://github.com/258561a) by renovate ([#18070](https://github.com/truecharts/charts/issues/18070)) - - -## [mysql-workbench-8.1.17](https://github.com/truecharts/charts/compare/mysql-workbench-8.1.16...mysql-workbench-8.1.17) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@deca1b6](https://github.com/deca1b6) by renovate ([#17860](https://github.com/truecharts/charts/issues/17860)) - - -## [mysql-workbench-8.1.16](https://github.com/truecharts/charts/compare/mysql-workbench-8.1.15...mysql-workbench-8.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mysql-workbench-8.1.15](https://github.com/truecharts/charts/compare/mysql-workbench-8.1.14...mysql-workbench-8.1.15) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@1990230](https://github.com/1990230) by renovate ([#17615](https://github.com/truecharts/charts/issues/17615)) - - -## [mysql-workbench-8.1.14](https://github.com/truecharts/charts/compare/mysql-workbench-8.1.13...mysql-workbench-8.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [mysql-workbench-8.1.13](https://github.com/truecharts/charts/compare/mysql-workbench-8.1.12...mysql-workbench-8.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [mysql-workbench-8.1.12](https://github.com/truecharts/charts/compare/mysql-workbench-8.1.11...mysql-workbench-8.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [mysql-workbench-8.1.11](https://github.com/truecharts/charts/compare/mysql-workbench-8.1.10...mysql-workbench-8.1.11) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) \ No newline at end of file diff --git a/stable/mysql-workbench/9.2.0/Chart.yaml b/stable/mysql-workbench/9.2.0/Chart.yaml deleted file mode 100644 index b0110f789fa..00000000000 --- a/stable/mysql-workbench/9.2.0/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 8.0.36 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: MySQL Workbench is a unified visual tool for database architects, developers and DBAs. -home: https://truecharts.org/charts/stable/mysql-workbench -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mysql-workbench.png -keywords: - - mysql-workbench -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mysql-workbench -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/mysql-workbench - - https://ghcr.io/linuxserver/mysql-workbench -type: application -version: 9.2.0 diff --git a/stable/mysql-workbench/9.2.0/charts/common-18.1.2.tgz b/stable/mysql-workbench/9.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/mysql-workbench/9.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/mysql-workbench/9.2.0/ix_values.yaml b/stable/mysql-workbench/9.2.0/ix_values.yaml deleted file mode 100644 index 3ee5e355a8d..00000000000 --- a/stable/mysql-workbench/9.2.0/ix_values.yaml +++ /dev/null @@ -1,29 +0,0 @@ -image: - repository: ghcr.io/linuxserver/mysql-workbench - pullPolicy: IfNotPresent - tag: 8.0.36@sha256:7ed388e0b7df5749db3644d44c18da1a90f99c5c25bf95f056275115cd907081 -service: - main: - ports: - main: - targetPort: 3000 - protocol: http - port: 10134 -persistence: - config: - enabled: true - mountPath: "/config" - varrun: - enabled: true -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - capabilities: - add: - - IPC_LOCK - runAsUser: 0 - runAsGroup: 0 diff --git a/stable/necesse/5.1.3/.helmignore b/stable/mysql-workbench/9.3.0/.helmignore similarity index 100% rename from stable/necesse/5.1.3/.helmignore rename to stable/mysql-workbench/9.3.0/.helmignore diff --git a/stable/mysql-workbench/9.3.0/CHANGELOG.md b/stable/mysql-workbench/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..1aef04796e0 --- /dev/null +++ b/stable/mysql-workbench/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mysql-workbench-9.3.0](https://github.com/truecharts/charts/compare/mysql-workbench-9.2.4...mysql-workbench-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [mysql-workbench-9.2.4](https://github.com/truecharts/charts/compare/mysql-workbench-9.2.3...mysql-workbench-9.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [mysql-workbench-9.2.3](https://github.com/truecharts/charts/compare/mysql-workbench-9.2.1...mysql-workbench-9.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + +## [mysql-workbench-8.1.18](https://github.com/truecharts/charts/compare/mysql-workbench-8.1.17...mysql-workbench-8.1.18) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@258561a](https://github.com/258561a) by renovate ([#18070](https://github.com/truecharts/charts/issues/18070)) + + +## [mysql-workbench-8.1.17](https://github.com/truecharts/charts/compare/mysql-workbench-8.1.16...mysql-workbench-8.1.17) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@deca1b6](https://github.com/deca1b6) by renovate ([#17860](https://github.com/truecharts/charts/issues/17860)) + + +## [mysql-workbench-8.1.16](https://github.com/truecharts/charts/compare/mysql-workbench-8.1.15...mysql-workbench-8.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [mysql-workbench-8.1.15](https://github.com/truecharts/charts/compare/mysql-workbench-8.1.14...mysql-workbench-8.1.15) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@1990230](https://github.com/1990230) by renovate ([#17615](https://github.com/truecharts/charts/issues/17615)) + + +## [mysql-workbench-8.1.14](https://github.com/truecharts/charts/compare/mysql-workbench-8.1.13...mysql-workbench-8.1.14) (2024-01-26) + +### Chore diff --git a/stable/mysql-workbench/9.3.0/Chart.yaml b/stable/mysql-workbench/9.3.0/Chart.yaml new file mode 100644 index 00000000000..ee25901ce13 --- /dev/null +++ b/stable/mysql-workbench/9.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 8.0.36 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: MySQL Workbench is a unified visual tool for database architects, developers and DBAs. +home: https://truecharts.org/charts/stable/mysql-workbench +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mysql-workbench.png +keywords: + - mysql-workbench +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mysql-workbench +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/mysql-workbench + - https://ghcr.io/linuxserver/mysql-workbench +type: application +version: 9.3.0 diff --git a/stable/mysql-workbench/9.2.0/README.md b/stable/mysql-workbench/9.3.0/README.md similarity index 100% rename from stable/mysql-workbench/9.2.0/README.md rename to stable/mysql-workbench/9.3.0/README.md diff --git a/stable/mysql-workbench/9.3.0/app-changelog.md b/stable/mysql-workbench/9.3.0/app-changelog.md new file mode 100644 index 00000000000..5533aae3daf --- /dev/null +++ b/stable/mysql-workbench/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mysql-workbench-9.3.0](https://github.com/truecharts/charts/compare/mysql-workbench-9.2.4...mysql-workbench-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/mysql-workbench/9.2.0/app-readme.md b/stable/mysql-workbench/9.3.0/app-readme.md similarity index 100% rename from stable/mysql-workbench/9.2.0/app-readme.md rename to stable/mysql-workbench/9.3.0/app-readme.md diff --git a/stable/mysql-workbench/9.3.0/charts/common-18.2.0.tgz b/stable/mysql-workbench/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/mysql-workbench/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/mysql-workbench/9.3.0/ix_values.yaml b/stable/mysql-workbench/9.3.0/ix_values.yaml new file mode 100644 index 00000000000..eeaa84679a7 --- /dev/null +++ b/stable/mysql-workbench/9.3.0/ix_values.yaml @@ -0,0 +1,29 @@ +image: + repository: ghcr.io/linuxserver/mysql-workbench + pullPolicy: IfNotPresent + tag: 8.0.36@sha256:70f4ec12e542ca5a79b613ea782341b3d59005425cce3720bfa5f611e3fb29a6 +service: + main: + ports: + main: + targetPort: 3000 + protocol: http + port: 10134 +persistence: + config: + enabled: true + mountPath: "/config" + varrun: + enabled: true +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + capabilities: + add: + - IPC_LOCK + runAsUser: 0 + runAsGroup: 0 diff --git a/stable/mysql-workbench/9.2.0/questions.yaml b/stable/mysql-workbench/9.3.0/questions.yaml similarity index 100% rename from stable/mysql-workbench/9.2.0/questions.yaml rename to stable/mysql-workbench/9.3.0/questions.yaml diff --git a/stable/nextpvr/9.1.3/templates/NOTES.txt b/stable/mysql-workbench/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/nextpvr/9.1.3/templates/NOTES.txt rename to stable/mysql-workbench/9.3.0/templates/NOTES.txt diff --git a/stable/netbootxyz/4.1.3/templates/common.yaml b/stable/mysql-workbench/9.3.0/templates/common.yaml similarity index 100% rename from stable/netbootxyz/4.1.3/templates/common.yaml rename to stable/mysql-workbench/9.3.0/templates/common.yaml diff --git a/stable/necesse/5.1.3/values.yaml b/stable/mysql-workbench/9.3.0/values.yaml similarity index 100% rename from stable/necesse/5.1.3/values.yaml rename to stable/mysql-workbench/9.3.0/values.yaml diff --git a/stable/n8n/13.3.0/CHANGELOG.md b/stable/n8n/13.3.0/CHANGELOG.md deleted file mode 100644 index b4d200b6977..00000000000 --- a/stable/n8n/13.3.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - -## [n8n-12.7.0](https://github.com/truecharts/charts/compare/n8n-12.6.1...n8n-12.7.0) (2024-02-12) - -### Chore - - - -- update container image n8nio/n8n to v1.28.0[@dc32d30](https://github.com/dc32d30) by renovate ([#18195](https://github.com/truecharts/charts/issues/18195)) - - -## [n8n-12.6.1](https://github.com/truecharts/charts/compare/n8n-12.6.0...n8n-12.6.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [n8n-12.6.0](https://github.com/truecharts/charts/compare/n8n-12.5.0...n8n-12.6.0) (2024-02-03) - -### Chore - - - -- update container image n8nio/n8n to v1.27.2[@f7d0105](https://github.com/f7d0105) by renovate ([#17802](https://github.com/truecharts/charts/issues/17802)) - - -## [n8n-12.5.0](https://github.com/truecharts/charts/compare/n8n-12.4.6...n8n-12.5.0) (2024-01-29) - -### Chore - - - -- update container image n8nio/n8n to v1.26.0[@6caf4a6](https://github.com/6caf4a6) by renovate ([#17698](https://github.com/truecharts/charts/issues/17698)) - - -## [n8n-12.4.6](https://github.com/truecharts/charts/compare/n8n-12.4.5...n8n-12.4.6) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [n8n-12.4.5](https://github.com/truecharts/charts/compare/n8n-12.4.4...n8n-12.4.5) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [n8n-12.4.4](https://github.com/truecharts/charts/compare/n8n-12.4.3...n8n-12.4.4) (2024-01-22) - -### Chore - - - -- update container image n8nio/n8n to v1.25.1[@d43a180](https://github.com/d43a180) by renovate ([#17518](https://github.com/truecharts/charts/issues/17518)) - - -## [n8n-12.4.3](https://github.com/truecharts/charts/compare/n8n-12.4.2...n8n-12.4.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [n8n-12.4.2](https://github.com/truecharts/charts/compare/n8n-12.4.1...n8n-12.4.2) (2024-01-21) \ No newline at end of file diff --git a/stable/n8n/13.3.0/Chart.yaml b/stable/n8n/13.3.0/Chart.yaml deleted file mode 100644 index f00bb62beb9..00000000000 --- a/stable/n8n/13.3.0/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.31.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 11.2.1 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: n8n is an extendable workflow automation tool. -home: https://truecharts.org/charts/stable/n8n -icon: https://truecharts.org/img/hotlink-ok/chart-icons/n8n.png -keywords: - - workflows - - automation -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: n8n -sources: - - https://github.com/n8n-io/n8n - - https://docs.n8n.io/ - - https://github.com/truecharts/charts/tree/master/charts/stable/n8n - - https://hub.docker.com/r/n8nio/n8n -type: application -version: 13.3.0 diff --git a/stable/n8n/13.3.0/charts/common-18.1.2.tgz b/stable/n8n/13.3.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/n8n/13.3.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/n8n/13.3.0/questions.yaml b/stable/n8n/13.3.0/questions.yaml deleted file mode 100755 index 5dc715e33e7..00000000000 --- a/stable/n8n/13.3.0/questions.yaml +++ /dev/null @@ -1,3833 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: timezoneandlocale - group: "App Configuration" - label: "Timezone and Localization" - schema: - additional_attrs: true - type: dict - attrs: - - variable: N8N_DEFAULT_LOCALE - label: "Default Locale (Leave empty for default)" - description: "A locale identifier, compatible with the Accept-Language header." - schema: - type: string - default: "" - - variable: deployment - group: "App Configuration" - label: "Deployment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: N8N_HOST - label: "Host" - description: "Host name n8n runs on." - schema: - type: string - required: true - default: "" - - variable: N8N_EDITOR_BASE_URL - label: "Base URL" - description: "Public URL where users can access the editor. Also used for emails sent from n8n." - schema: - type: string - default: "" - - variable: N8N_CONFIG_FILES - label: "Config Files (Leave empty for default)" - description: "Use to provide the path to any JSON configuration file(s)" - schema: - type: string - default: "" - - variable: N8N_DISABLE_UI - label: "Disable UI" - description: "Whether the UI should be disabled" - schema: - type: boolean - default: false - - variable: N8N_TEMPLATES_ENABLED - label: "Enable Templates" - description: "Enable workflow templates." - schema: - type: boolean - default: false - show_subquestions_if: - subquestions: - - variable: N8N_TEMPLATES_HOST - label: "Templates Host (Leave empty for default)" - description: "Change this if creating your own workflow template library." - schema: - type: string - default: "" - - variable: N8N_ENCRYPTION_KEY - label: "Encryption Key (Leave empty for default)" - description: "Provide a custom key used to encrypt credentials in the n8n database. By default a random key is generated on first launch" - schema: - type: string - default: "" - - variable: N8N_PERSONALIZATION_ENABLED - label: "Enable Personalization" - description: "Whether to ask users personalization questions and then customize n8n accordingly" - schema: - type: boolean - default: true - - variable: N8N_VERSION_NOTIFICATIONS_ENABLED - label: "Enable Version Notifications" - description: "When enabled, notifications of new versions and security updates are provided" - schema: - type: boolean - default: true - - variable: N8N_DIAGNOSTICS_ENABLED - label: "Enable Diagnostics" - description: "Whether to share selected, anonymous telemetry with n8n" - schema: - type: boolean - default: false - - variable: N8N_HIRING_BANNER_ENABLED - label: "Enable Hiring Banner" - description: "Whether to show the n8n hiring banner in the console." - schema: - type: boolean - default: false - - variable: workflows - group: "App Configuration" - label: "Workflows" - schema: - additional_attrs: true - type: dict - attrs: - - variable: WORKFLOWS_DEFAULT_NAME - label: "Workflows Default Name (Leave empty for default)" - description: "The default name used for new workflows" - schema: - type: string - default: "" - - variable: N8N_ONBOARDING_FLOW_DISABLED - label: "Enable Onboarding Flow" - description: "Whether to show onboarding tips when creating a new workflow." - schema: - type: boolean - default: false - - variable: N8N_WORKFLOW_TAGS_DISABLED - label: "Disable Workflow Tags" - description: "Whether to disable workflow tags." - schema: - type: boolean - default: false - - variable: executions - group: "App Configuration" - label: "Executions" - schema: - additional_attrs: true - type: dict - attrs: - - variable: EXECUTIONS_PROCESS - label: "Execution Process" - description: "Whether processes are executed in their own process or the main process" - schema: - type: string - default: "" - enum: - - value: "" - description: "Default" - - value: "main" - description: "Main" - - value: "own" - description: "Own" - - variable: EXECUTIONS_MODE - label: "Execution Mode" - description: "Whether processes should run directly or via queue" - schema: - type: string - default: "" - enum: - - value: "" - description: "Default" - - value: "regular" - description: "Regular" - - value: "queue" - description: "Queue" - - variable: EXECUTIONS_TIMEOUT - label: "Execution Timeout (Leave empty for default)" - description: "The maximum run time (in seconds) before stopping a workflow execution. Set to -1 to disable." - schema: - type: int - - variable: EXECUTIONS_TIMEOUT_MAX - label: "Max Execution Timeout (Leave empty for default)" - description: "The max execution time (in seconds) that can be set for a workflow individually" - schema: - type: int - - variable: EXECUTIONS_DATA_SAVE_ON_ERROR - label: "Execution Data Save on Error" - description: "Whether n8n saves execution data on error." - schema: - type: string - default: "" - enum: - - value: "" - description: "Default" - - value: "all" - description: "All" - - value: "none" - description: "None" - - variable: EXECUTIONS_DATA_SAVE_ON_SUCCESS - label: "Execution Data Save on Success" - description: "Whether execution data is saved on success" - schema: - type: string - default: "" - enum: - - value: "" - description: "Default" - - value: "all" - description: "All" - - value: "none" - description: "None" - - variable: EXECUTIONS_DATA_SAVE_ON_PROGRESS - label: "Execution Data Save on Progress" - description: "Whether to save progress for each node executed" - schema: - type: boolean - default: false - - variable: EXECUTIONS_DATA_SAVE_MANUAL_EXECUTIONS - label: "Execution Data Save on Manual Executions" - description: "Whether to save data of executions when started manually" - schema: - type: boolean - default: false - - variable: EXECUTIONS_DATA_MAX_AGE - label: "Execution Data Max Age (Leave empty for default)" - description: "The execution age (in hours) before it is deleted" - schema: - type: int - - variable: EXECUTIONS_DATA_PRUNE - label: "Execution Data Prune" - description: "Whether to delete data of past executions on a rolling basis" - schema: - type: boolean - default: false - show_subquestions_if: - subquestions: - - variable: EXECUTIONS_DATA_PRUNE_TIMEOUT - label: "Data Prune Timeout (Leave empty for default)" - description: "The timeout (in seconds) after execution data has been pruned" - schema: - type: int - - variable: n8n_security - group: "App Configuration" - label: "Security" - schema: - additional_attrs: true - type: dict - attrs: - - variable: N8N_BLOCK_ENV_ACCESS_IN_NODE - label: "Block Environment Access in Node" - description: "Whether to allow users to access environment variables in expressions and the function node" - schema: - type: boolean - default: false - - variable: N8N_BASIC_AUTH_ACTIVE - label: "Enable Basic Auth" - description: "Whether basic auth should be activated for editor and REST-API access" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: N8N_BASIC_AUTH_USER - label: "Basic Auth User (Leave empty for default)" - description: "The name of the n8n user for basic authentication" - schema: - type: string - default: "" - - variable: N8N_BASIC_AUTH_PASSWORD - label: "Basic Auth Password (Leave empty for default)" - description: "The password of the n8n user for basic authentication" - schema: - type: string - default: "" - - variable: N8N_BASIC_AUTH_HASH - label: "Enable Basic Auth Hash" - description: "Whether the basic authentication password is hashed" - schema: - type: boolean - default: false - - variable: N8N_JWT_AUTH_ACTIVE - label: "Enable JWT Auth" - description: "Whether JWT authentication should be activated for editor and REST-API access" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: N8N_JWT_AUTH_HEADER - label: "JWT Auth Header (Leave empty for default)" - description: "The request header containing a signed JWT" - schema: - type: string - default: "" - - variable: N8N_JWT_AUTH_HEADER_VALUE_PREFIX - label: "JWT Auth Header Prefix to strip (Leave empty for default)" - description: "Optional. The request header value prefix to strip" - schema: - type: string - default: "" - - variable: N8N_JWKS_URI - label: "JWT Set URI (Leave empty for default)" - description: "The URI to fetch JWK Set for JWT authentication" - schema: - type: string - default: "" - - variable: N8N_JWT_ISSUER - label: "JWT Issuer (Leave empty for default)" - description: "Optional. The expected JWT issuer" - schema: - type: string - default: "" - - variable: N8N_JWT_NAMESPACE - label: "JWT Namespace (Leave empty for default)" - description: "Optional. The expected JWT namespace" - schema: - type: string - default: "" - - variable: N8N_JWT_ALLOWED_TENANT - label: "JWT Allowed Tenant (Leave empty for default)" - description: "Optional. The allowed JWT tenant" - schema: - type: string - default: "" - - variable: N8N_JWT_ALLOWED_TENANT_KEY - label: "JWT Allowed Tenant Key (Leave empty for default)" - description: "Optional. The JWT tenant key name to inspect within the JWT namespace" - schema: - type: string - default: "" - - variable: N8N_AUTH_EXCLUDE_ENDPOINTS - label: "Additional Endpoints to Exclude Auth Checks (Leave empty for default)" - description: "Additional endpoints to exclude auth checks. Multiple endpoints can be provided separated by a colon (\":\"). The endpoints should not start with a forward slash (\"/\")" - schema: - type: string - default: "" - - variable: endpoints - group: "App Configuration" - label: "Endpoints" - schema: - additional_attrs: true - type: dict - attrs: - - variable: WEBHOOK_URL - label: "Webhook URL" - description: "Used to manually provide the Webhook URL when running n8n behind a reverse proxy" - schema: - type: string - default: "" - - variable: N8N_PAYLOAD_SIZE_MAX - label: "Max Payload Size (Leave empty for default)" - description: "The maximum payload size in MB" - schema: - type: int - - variable: N8N_METRICS - label: "Enable Metrics endpoint" - description: "Whether to enable the metrics endpoint" - schema: - type: boolean - default: false - show_subquestions_if: - subquestions: - - variable: N8N_METRICS_PREFIX - label: "Metrics Prefix (Leave empty for default)" - description: "Optional prefix to be used for metrics names" - schema: - type: string - default: "" - - variable: N8N_ENDPOINT_REST - label: "Rest Endpoint Path (Leave empty for default)" - description: "The path used for REST endpoint" - schema: - type: string - default: "" - - variable: N8N_ENDPOINT_WEBHOOK - label: "Webhook Endpoint Path (Leave empty for default)" - description: "The path used for webhook endpoint" - schema: - type: string - default: "" - - variable: N8N_ENDPOINT_WEBHOOK_TEST - label: "Test-Webhook Endpoint Path (Leave empty for default)" - description: "The path used for test-webhook endpoin" - schema: - type: string - default: "" - - variable: N8N_ENDPOINT_WEBHOOK_WAIT - label: "Waiting-Webhook Endpoint Path (Leave empty for default)" - description: "The path used for waiting-webhook endpoint" - schema: - type: string - default: "" - - variable: N8N_DISABLE_PRODUCTION_MAIN_PROCESS - label: "Disable Production Webhooks" - description: "Disable production webhooks from main process. This helps ensures no HTTP traffic load to main process when using webhook-specific processes" - schema: - type: boolean - default: false - - variable: N8N_SKIP_WEBHOOK_DEREGISTRATION_SHUTDOWN - label: "Deregister External Webhooks" - description: "Deregister webhooks on external services only when workflows are deactivated" - schema: - type: boolean - default: false - - variable: credentials - group: "App Configuration" - label: "Credentials" - schema: - additional_attrs: true - type: dict - attrs: - - variable: CREDENTIALS_OVERWRITE_DATA - label: "Credentials Overwrites (Leave empty for default)" - description: "Overwrites for credentials" - schema: - type: string - default: "" - - variable: CREDENTIALS_OVERWRITE_ENDPOINT - label: "Credentials Overwrite Endpoint (Leave empty for default)" - description: "The API endpoint to fetch credentials" - schema: - type: string - default: "" - - variable: CREDENTIALS_DEFAULT_NAME - label: "Credentials Default Name (Leave empty for default)" - description: "The default name for credentials" - schema: - type: string - default: "" - - variable: logs - group: "App Configuration" - label: "Logs" - schema: - additional_attrs: true - type: dict - attrs: - - variable: N8N_LOG_LEVEL - label: "Log Level" - description: "Log output level" - schema: - type: string - default: "" - enum: - - value: "" - description: "Default" - - value: "info" - description: "Info" - - value: "warn" - description: "Warn" - - value: "error" - description: "Error" - - value: "verbose" - description: "Verbose" - - value: "debug" - description: "Debug" - - variable: N8N_LOG_OUTPUT - label: "Log Output" - description: "Where to output logs" - schema: - type: string - default: "" - enum: - - value: "" - description: "Default" - - value: "console" - description: "Console" - - value: "file" - description: "File" - - value: "console,file" - description: "Console and File" - - variable: N8N_LOG_FILE_COUNT_MAX - label: "Max Log File Count (Leave empty for default)" - description: "Max number of log files to keep" - schema: - type: int - - variable: N8N_LOG_FILE_SIZE_MAX - label: "Max Log File Size (Leave empty for default)" - description: "Max size of each log file in MB" - schema: - type: int - - variable: externalhooks - group: "App Configuration" - label: "External Hooks" - schema: - additional_attrs: true - type: dict - attrs: - - variable: EXTERNAL_HOOK_FILES - label: "External Hook Files (Leave empty for default)" - description: "Files containing external hooks. Provide multiple files as a colon-separated list ':'." - schema: - type: string - default: "" - - variable: usermanagement - group: "App Configuration" - label: "User Management and SMTP" - schema: - additional_attrs: true - type: dict - attrs: - - variable: N8N_USER_MANAGEMENT_DISABLED - label: "Disable User Management" - description: "Set to true to disable the user management feature. Note that n8n ignores this environment variable if you have already set up an owner account." - schema: - type: boolean - default: false - - variable: N8N_EMAIL_MODE - label: "Email Mode" - description: "Enable emails." - schema: - type: string - default: "smtp" - - variable: N8N_SMTP_HOST - label: "SMTP Host" - description: "Your SMTP server name" - schema: - type: string - default: "" - - variable: N8N_SMTP_PORT - label: "SMTP Port" - description: "Your SMTP server port" - schema: - type: int - - variable: N8N_SMTP_USER - label: "SMTP User" - description: "Your SMTP username" - schema: - type: string - default: "" - - variable: N8N_SMTP_PASS - label: "SMTP Pass" - description: "Your SMTP password" - schema: - type: string - private: true - default: "" - - variable: N8N_SMTP_SENDER - label: "SMTP Sender" - description: "You can select the sender name from the sender addresses." - schema: - type: string - default: "" - - variable: N8N_SMTP_SSL - label: "SMTP SSL" - description: "Whether to use SSL for SMTP." - schema: - type: boolean - default: true - - variable: N8N_UM_EMAIL_TEMPLATES_INVITE - label: "Invite Email Templates (Leave empty for default)" - description: "Full path to your HTML email template. This overrides the default template for invite emails." - schema: - type: string - default: "" - - variable: N8N_UM_EMAIL_TEMPLATES_PWRESET - label: "Password Reset Email Templates (Leave empty for default)" - description: "Full path to your HTML email template. This overrides the default template for password reset emails." - schema: - type: string - default: "" - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 5678 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 1000 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/neko/5.2.0/.helmignore b/stable/n8n/13.4.0/.helmignore similarity index 100% rename from stable/neko/5.2.0/.helmignore rename to stable/n8n/13.4.0/.helmignore diff --git a/stable/n8n/13.4.0/CHANGELOG.md b/stable/n8n/13.4.0/CHANGELOG.md new file mode 100644 index 00000000000..d69679b53a8 --- /dev/null +++ b/stable/n8n/13.4.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [n8n-13.4.0](https://github.com/truecharts/charts/compare/n8n-13.3.4...n8n-13.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [n8n-13.3.4](https://github.com/truecharts/charts/compare/n8n-13.3.3...n8n-13.3.4) (2024-03-05) + + +## [n8n-13.3.3](https://github.com/truecharts/charts/compare/n8n-13.3.2...n8n-13.3.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [n8n-13.3.2](https://github.com/truecharts/charts/compare/n8n-13.3.0...n8n-13.3.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + +## [n8n-12.7.0](https://github.com/truecharts/charts/compare/n8n-12.6.1...n8n-12.7.0) (2024-02-12) + +### Chore + + + +- update container image n8nio/n8n to v1.28.0[@dc32d30](https://github.com/dc32d30) by renovate ([#18195](https://github.com/truecharts/charts/issues/18195)) + + +## [n8n-12.6.1](https://github.com/truecharts/charts/compare/n8n-12.6.0...n8n-12.6.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [n8n-12.6.0](https://github.com/truecharts/charts/compare/n8n-12.5.0...n8n-12.6.0) (2024-02-03) + +### Chore + + + +- update container image n8nio/n8n to v1.27.2[@f7d0105](https://github.com/f7d0105) by renovate ([#17802](https://github.com/truecharts/charts/issues/17802)) + + +## [n8n-12.5.0](https://github.com/truecharts/charts/compare/n8n-12.4.6...n8n-12.5.0) (2024-01-29) + +### Chore + + + +- update container image n8nio/n8n to v1.26.0[@6caf4a6](https://github.com/6caf4a6) by renovate ([#17698](https://github.com/truecharts/charts/issues/17698)) + + +## [n8n-12.4.6](https://github.com/truecharts/charts/compare/n8n-12.4.5...n8n-12.4.6) (2024-01-27) + +### Chore + diff --git a/stable/n8n/13.4.0/Chart.yaml b/stable/n8n/13.4.0/Chart.yaml new file mode 100644 index 00000000000..08c0f645190 --- /dev/null +++ b/stable/n8n/13.4.0/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.31.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: n8n is an extendable workflow automation tool. +home: https://truecharts.org/charts/stable/n8n +icon: https://truecharts.org/img/hotlink-ok/chart-icons/n8n.png +keywords: + - workflows + - automation +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: n8n +sources: + - https://github.com/n8n-io/n8n + - https://docs.n8n.io/ + - https://github.com/truecharts/charts/tree/master/charts/stable/n8n + - https://hub.docker.com/r/n8nio/n8n +type: application +version: 13.4.0 diff --git a/stable/n8n/13.3.0/LICENSE b/stable/n8n/13.4.0/LICENSE similarity index 100% rename from stable/n8n/13.3.0/LICENSE rename to stable/n8n/13.4.0/LICENSE diff --git a/stable/n8n/13.3.0/README.md b/stable/n8n/13.4.0/README.md similarity index 100% rename from stable/n8n/13.3.0/README.md rename to stable/n8n/13.4.0/README.md diff --git a/stable/n8n/13.4.0/app-changelog.md b/stable/n8n/13.4.0/app-changelog.md new file mode 100644 index 00000000000..c2cd9883c2a --- /dev/null +++ b/stable/n8n/13.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [n8n-13.4.0](https://github.com/truecharts/charts/compare/n8n-13.3.4...n8n-13.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/n8n/13.3.0/app-readme.md b/stable/n8n/13.4.0/app-readme.md similarity index 100% rename from stable/n8n/13.3.0/app-readme.md rename to stable/n8n/13.4.0/app-readme.md diff --git a/stable/n8n/13.4.0/charts/common-18.2.0.tgz b/stable/n8n/13.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/n8n/13.4.0/charts/common-18.2.0.tgz differ diff --git a/stable/n8n/13.3.0/charts/redis-11.2.1.tgz b/stable/n8n/13.4.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/n8n/13.3.0/charts/redis-11.2.1.tgz rename to stable/n8n/13.4.0/charts/redis-11.2.1.tgz diff --git a/stable/n8n/13.3.0/ix_values.yaml b/stable/n8n/13.4.0/ix_values.yaml similarity index 100% rename from stable/n8n/13.3.0/ix_values.yaml rename to stable/n8n/13.4.0/ix_values.yaml diff --git a/stable/n8n/13.4.0/questions.yaml b/stable/n8n/13.4.0/questions.yaml new file mode 100755 index 00000000000..605fbb896a4 --- /dev/null +++ b/stable/n8n/13.4.0/questions.yaml @@ -0,0 +1,3791 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: timezoneandlocale + group: "App Configuration" + label: "Timezone and Localization" + schema: + additional_attrs: true + type: dict + attrs: + - variable: N8N_DEFAULT_LOCALE + label: "Default Locale (Leave empty for default)" + description: "A locale identifier, compatible with the Accept-Language header." + schema: + type: string + default: "" + - variable: deployment + group: "App Configuration" + label: "Deployment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: N8N_HOST + label: "Host" + description: "Host name n8n runs on." + schema: + type: string + required: true + default: "" + - variable: N8N_EDITOR_BASE_URL + label: "Base URL" + description: "Public URL where users can access the editor. Also used for emails sent from n8n." + schema: + type: string + default: "" + - variable: N8N_CONFIG_FILES + label: "Config Files (Leave empty for default)" + description: "Use to provide the path to any JSON configuration file(s)" + schema: + type: string + default: "" + - variable: N8N_DISABLE_UI + label: "Disable UI" + description: "Whether the UI should be disabled" + schema: + type: boolean + default: false + - variable: N8N_TEMPLATES_ENABLED + label: "Enable Templates" + description: "Enable workflow templates." + schema: + type: boolean + default: false + show_subquestions_if: + subquestions: + - variable: N8N_TEMPLATES_HOST + label: "Templates Host (Leave empty for default)" + description: "Change this if creating your own workflow template library." + schema: + type: string + default: "" + - variable: N8N_ENCRYPTION_KEY + label: "Encryption Key (Leave empty for default)" + description: "Provide a custom key used to encrypt credentials in the n8n database. By default a random key is generated on first launch" + schema: + type: string + default: "" + - variable: N8N_PERSONALIZATION_ENABLED + label: "Enable Personalization" + description: "Whether to ask users personalization questions and then customize n8n accordingly" + schema: + type: boolean + default: true + - variable: N8N_VERSION_NOTIFICATIONS_ENABLED + label: "Enable Version Notifications" + description: "When enabled, notifications of new versions and security updates are provided" + schema: + type: boolean + default: true + - variable: N8N_DIAGNOSTICS_ENABLED + label: "Enable Diagnostics" + description: "Whether to share selected, anonymous telemetry with n8n" + schema: + type: boolean + default: false + - variable: N8N_HIRING_BANNER_ENABLED + label: "Enable Hiring Banner" + description: "Whether to show the n8n hiring banner in the console." + schema: + type: boolean + default: false + - variable: workflows + group: "App Configuration" + label: "Workflows" + schema: + additional_attrs: true + type: dict + attrs: + - variable: WORKFLOWS_DEFAULT_NAME + label: "Workflows Default Name (Leave empty for default)" + description: "The default name used for new workflows" + schema: + type: string + default: "" + - variable: N8N_ONBOARDING_FLOW_DISABLED + label: "Enable Onboarding Flow" + description: "Whether to show onboarding tips when creating a new workflow." + schema: + type: boolean + default: false + - variable: N8N_WORKFLOW_TAGS_DISABLED + label: "Disable Workflow Tags" + description: "Whether to disable workflow tags." + schema: + type: boolean + default: false + - variable: executions + group: "App Configuration" + label: "Executions" + schema: + additional_attrs: true + type: dict + attrs: + - variable: EXECUTIONS_PROCESS + label: "Execution Process" + description: "Whether processes are executed in their own process or the main process" + schema: + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "main" + description: "Main" + - value: "own" + description: "Own" + - variable: EXECUTIONS_MODE + label: "Execution Mode" + description: "Whether processes should run directly or via queue" + schema: + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "regular" + description: "Regular" + - value: "queue" + description: "Queue" + - variable: EXECUTIONS_TIMEOUT + label: "Execution Timeout (Leave empty for default)" + description: "The maximum run time (in seconds) before stopping a workflow execution. Set to -1 to disable." + schema: + type: int + - variable: EXECUTIONS_TIMEOUT_MAX + label: "Max Execution Timeout (Leave empty for default)" + description: "The max execution time (in seconds) that can be set for a workflow individually" + schema: + type: int + - variable: EXECUTIONS_DATA_SAVE_ON_ERROR + label: "Execution Data Save on Error" + description: "Whether n8n saves execution data on error." + schema: + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "all" + description: "All" + - value: "none" + description: "None" + - variable: EXECUTIONS_DATA_SAVE_ON_SUCCESS + label: "Execution Data Save on Success" + description: "Whether execution data is saved on success" + schema: + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "all" + description: "All" + - value: "none" + description: "None" + - variable: EXECUTIONS_DATA_SAVE_ON_PROGRESS + label: "Execution Data Save on Progress" + description: "Whether to save progress for each node executed" + schema: + type: boolean + default: false + - variable: EXECUTIONS_DATA_SAVE_MANUAL_EXECUTIONS + label: "Execution Data Save on Manual Executions" + description: "Whether to save data of executions when started manually" + schema: + type: boolean + default: false + - variable: EXECUTIONS_DATA_MAX_AGE + label: "Execution Data Max Age (Leave empty for default)" + description: "The execution age (in hours) before it is deleted" + schema: + type: int + - variable: EXECUTIONS_DATA_PRUNE + label: "Execution Data Prune" + description: "Whether to delete data of past executions on a rolling basis" + schema: + type: boolean + default: false + show_subquestions_if: + subquestions: + - variable: EXECUTIONS_DATA_PRUNE_TIMEOUT + label: "Data Prune Timeout (Leave empty for default)" + description: "The timeout (in seconds) after execution data has been pruned" + schema: + type: int + - variable: n8n_security + group: "App Configuration" + label: "Security" + schema: + additional_attrs: true + type: dict + attrs: + - variable: N8N_BLOCK_ENV_ACCESS_IN_NODE + label: "Block Environment Access in Node" + description: "Whether to allow users to access environment variables in expressions and the function node" + schema: + type: boolean + default: false + - variable: N8N_BASIC_AUTH_ACTIVE + label: "Enable Basic Auth" + description: "Whether basic auth should be activated for editor and REST-API access" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: N8N_BASIC_AUTH_USER + label: "Basic Auth User (Leave empty for default)" + description: "The name of the n8n user for basic authentication" + schema: + type: string + default: "" + - variable: N8N_BASIC_AUTH_PASSWORD + label: "Basic Auth Password (Leave empty for default)" + description: "The password of the n8n user for basic authentication" + schema: + type: string + default: "" + - variable: N8N_BASIC_AUTH_HASH + label: "Enable Basic Auth Hash" + description: "Whether the basic authentication password is hashed" + schema: + type: boolean + default: false + - variable: N8N_JWT_AUTH_ACTIVE + label: "Enable JWT Auth" + description: "Whether JWT authentication should be activated for editor and REST-API access" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: N8N_JWT_AUTH_HEADER + label: "JWT Auth Header (Leave empty for default)" + description: "The request header containing a signed JWT" + schema: + type: string + default: "" + - variable: N8N_JWT_AUTH_HEADER_VALUE_PREFIX + label: "JWT Auth Header Prefix to strip (Leave empty for default)" + description: "Optional. The request header value prefix to strip" + schema: + type: string + default: "" + - variable: N8N_JWKS_URI + label: "JWT Set URI (Leave empty for default)" + description: "The URI to fetch JWK Set for JWT authentication" + schema: + type: string + default: "" + - variable: N8N_JWT_ISSUER + label: "JWT Issuer (Leave empty for default)" + description: "Optional. The expected JWT issuer" + schema: + type: string + default: "" + - variable: N8N_JWT_NAMESPACE + label: "JWT Namespace (Leave empty for default)" + description: "Optional. The expected JWT namespace" + schema: + type: string + default: "" + - variable: N8N_JWT_ALLOWED_TENANT + label: "JWT Allowed Tenant (Leave empty for default)" + description: "Optional. The allowed JWT tenant" + schema: + type: string + default: "" + - variable: N8N_JWT_ALLOWED_TENANT_KEY + label: "JWT Allowed Tenant Key (Leave empty for default)" + description: "Optional. The JWT tenant key name to inspect within the JWT namespace" + schema: + type: string + default: "" + - variable: N8N_AUTH_EXCLUDE_ENDPOINTS + label: "Additional Endpoints to Exclude Auth Checks (Leave empty for default)" + description: "Additional endpoints to exclude auth checks. Multiple endpoints can be provided separated by a colon (\":\"). The endpoints should not start with a forward slash (\"/\")" + schema: + type: string + default: "" + - variable: endpoints + group: "App Configuration" + label: "Endpoints" + schema: + additional_attrs: true + type: dict + attrs: + - variable: WEBHOOK_URL + label: "Webhook URL" + description: "Used to manually provide the Webhook URL when running n8n behind a reverse proxy" + schema: + type: string + default: "" + - variable: N8N_PAYLOAD_SIZE_MAX + label: "Max Payload Size (Leave empty for default)" + description: "The maximum payload size in MB" + schema: + type: int + - variable: N8N_METRICS + label: "Enable Metrics endpoint" + description: "Whether to enable the metrics endpoint" + schema: + type: boolean + default: false + show_subquestions_if: + subquestions: + - variable: N8N_METRICS_PREFIX + label: "Metrics Prefix (Leave empty for default)" + description: "Optional prefix to be used for metrics names" + schema: + type: string + default: "" + - variable: N8N_ENDPOINT_REST + label: "Rest Endpoint Path (Leave empty for default)" + description: "The path used for REST endpoint" + schema: + type: string + default: "" + - variable: N8N_ENDPOINT_WEBHOOK + label: "Webhook Endpoint Path (Leave empty for default)" + description: "The path used for webhook endpoint" + schema: + type: string + default: "" + - variable: N8N_ENDPOINT_WEBHOOK_TEST + label: "Test-Webhook Endpoint Path (Leave empty for default)" + description: "The path used for test-webhook endpoin" + schema: + type: string + default: "" + - variable: N8N_ENDPOINT_WEBHOOK_WAIT + label: "Waiting-Webhook Endpoint Path (Leave empty for default)" + description: "The path used for waiting-webhook endpoint" + schema: + type: string + default: "" + - variable: N8N_DISABLE_PRODUCTION_MAIN_PROCESS + label: "Disable Production Webhooks" + description: "Disable production webhooks from main process. This helps ensures no HTTP traffic load to main process when using webhook-specific processes" + schema: + type: boolean + default: false + - variable: N8N_SKIP_WEBHOOK_DEREGISTRATION_SHUTDOWN + label: "Deregister External Webhooks" + description: "Deregister webhooks on external services only when workflows are deactivated" + schema: + type: boolean + default: false + - variable: credentials + group: "App Configuration" + label: "Credentials" + schema: + additional_attrs: true + type: dict + attrs: + - variable: CREDENTIALS_OVERWRITE_DATA + label: "Credentials Overwrites (Leave empty for default)" + description: "Overwrites for credentials" + schema: + type: string + default: "" + - variable: CREDENTIALS_OVERWRITE_ENDPOINT + label: "Credentials Overwrite Endpoint (Leave empty for default)" + description: "The API endpoint to fetch credentials" + schema: + type: string + default: "" + - variable: CREDENTIALS_DEFAULT_NAME + label: "Credentials Default Name (Leave empty for default)" + description: "The default name for credentials" + schema: + type: string + default: "" + - variable: logs + group: "App Configuration" + label: "Logs" + schema: + additional_attrs: true + type: dict + attrs: + - variable: N8N_LOG_LEVEL + label: "Log Level" + description: "Log output level" + schema: + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "info" + description: "Info" + - value: "warn" + description: "Warn" + - value: "error" + description: "Error" + - value: "verbose" + description: "Verbose" + - value: "debug" + description: "Debug" + - variable: N8N_LOG_OUTPUT + label: "Log Output" + description: "Where to output logs" + schema: + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "console" + description: "Console" + - value: "file" + description: "File" + - value: "console,file" + description: "Console and File" + - variable: N8N_LOG_FILE_COUNT_MAX + label: "Max Log File Count (Leave empty for default)" + description: "Max number of log files to keep" + schema: + type: int + - variable: N8N_LOG_FILE_SIZE_MAX + label: "Max Log File Size (Leave empty for default)" + description: "Max size of each log file in MB" + schema: + type: int + - variable: externalhooks + group: "App Configuration" + label: "External Hooks" + schema: + additional_attrs: true + type: dict + attrs: + - variable: EXTERNAL_HOOK_FILES + label: "External Hook Files (Leave empty for default)" + description: "Files containing external hooks. Provide multiple files as a colon-separated list ':'." + schema: + type: string + default: "" + - variable: usermanagement + group: "App Configuration" + label: "User Management and SMTP" + schema: + additional_attrs: true + type: dict + attrs: + - variable: N8N_USER_MANAGEMENT_DISABLED + label: "Disable User Management" + description: "Set to true to disable the user management feature. Note that n8n ignores this environment variable if you have already set up an owner account." + schema: + type: boolean + default: false + - variable: N8N_EMAIL_MODE + label: "Email Mode" + description: "Enable emails." + schema: + type: string + default: "smtp" + - variable: N8N_SMTP_HOST + label: "SMTP Host" + description: "Your SMTP server name" + schema: + type: string + default: "" + - variable: N8N_SMTP_PORT + label: "SMTP Port" + description: "Your SMTP server port" + schema: + type: int + - variable: N8N_SMTP_USER + label: "SMTP User" + description: "Your SMTP username" + schema: + type: string + default: "" + - variable: N8N_SMTP_PASS + label: "SMTP Pass" + description: "Your SMTP password" + schema: + type: string + private: true + default: "" + - variable: N8N_SMTP_SENDER + label: "SMTP Sender" + description: "You can select the sender name from the sender addresses." + schema: + type: string + default: "" + - variable: N8N_SMTP_SSL + label: "SMTP SSL" + description: "Whether to use SSL for SMTP." + schema: + type: boolean + default: true + - variable: N8N_UM_EMAIL_TEMPLATES_INVITE + label: "Invite Email Templates (Leave empty for default)" + description: "Full path to your HTML email template. This overrides the default template for invite emails." + schema: + type: string + default: "" + - variable: N8N_UM_EMAIL_TEMPLATES_PWRESET + label: "Password Reset Email Templates (Leave empty for default)" + description: "Full path to your HTML email template. This overrides the default template for password reset emails." + schema: + type: string + default: "" + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 5678 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: data + label: "App Data Storage" + description: "Stores the Application Data." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 1000 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/nginx-proxy-manager/9.4.0/templates/NOTES.txt b/stable/n8n/13.4.0/templates/NOTES.txt similarity index 100% rename from stable/nginx-proxy-manager/9.4.0/templates/NOTES.txt rename to stable/n8n/13.4.0/templates/NOTES.txt diff --git a/stable/n8n/13.3.0/templates/_configmap.tpl b/stable/n8n/13.4.0/templates/_configmap.tpl similarity index 100% rename from stable/n8n/13.3.0/templates/_configmap.tpl rename to stable/n8n/13.4.0/templates/_configmap.tpl diff --git a/stable/n8n/13.3.0/templates/common.yaml b/stable/n8n/13.4.0/templates/common.yaml similarity index 100% rename from stable/n8n/13.3.0/templates/common.yaml rename to stable/n8n/13.4.0/templates/common.yaml diff --git a/stable/neko/5.2.0/values.yaml b/stable/n8n/13.4.0/values.yaml similarity index 100% rename from stable/neko/5.2.0/values.yaml rename to stable/n8n/13.4.0/values.yaml diff --git a/stable/namecheap-ddns/5.1.3/CHANGELOG.md b/stable/namecheap-ddns/5.1.3/CHANGELOG.md deleted file mode 100644 index bcd1b3f05a8..00000000000 --- a/stable/namecheap-ddns/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [namecheap-ddns-4.1.11](https://github.com/truecharts/charts/compare/namecheap-ddns-4.1.10...namecheap-ddns-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [namecheap-ddns-4.1.10](https://github.com/truecharts/charts/compare/namecheap-ddns-4.1.9...namecheap-ddns-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [namecheap-ddns-4.1.9](https://github.com/truecharts/charts/compare/namecheap-ddns-4.1.8...namecheap-ddns-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [namecheap-ddns-4.1.8](https://github.com/truecharts/charts/compare/namecheap-ddns-4.1.7...namecheap-ddns-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [namecheap-ddns-4.1.7](https://github.com/truecharts/charts/compare/namecheap-ddns-4.1.6...namecheap-ddns-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [namecheap-ddns-4.1.6](https://github.com/truecharts/charts/compare/namecheap-ddns-4.1.5...namecheap-ddns-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [namecheap-ddns-4.1.5](https://github.com/truecharts/charts/compare/namecheap-ddns-4.1.4...namecheap-ddns-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [namecheap-ddns-4.1.4](https://github.com/truecharts/charts/compare/namecheap-ddns-4.1.3...namecheap-ddns-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [namecheap-ddns-4.1.3](https://github.com/truecharts/charts/compare/namecheap-ddns-4.1.0...namecheap-ddns-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/namecheap-ddns/5.1.3/Chart.yaml b/stable/namecheap-ddns/5.1.3/Chart.yaml deleted file mode 100644 index 972e693468c..00000000000 --- a/stable/namecheap-ddns/5.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "This simple Chart will update a namecheap dynamic dns domain. You must set an 'A + Dynamic DNS Record' for the host and enable Dynamic DNS in the manage page for your domain. " -home: https://truecharts.org/charts/stable/namecheap-ddns -icon: https://truecharts.org/img/hotlink-ok/chart-icons/namecheap-ddns.png -keywords: - - namecheap-ddns - - Tools-Utilities - - Network-DNS - - Network-Management -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: namecheap-ddns -sources: - - https://github.com/EdwardChamberlain/namecheap_ddns - - https://github.com/truecharts/charts/tree/master/charts/stable/namecheap-ddns - - https://hub.docker.com/r/edchamberlain/namecheap_ddns -type: application -version: 5.1.3 diff --git a/stable/namecheap-ddns/5.1.3/charts/common-18.0.3.tgz b/stable/namecheap-ddns/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/namecheap-ddns/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/netbootxyz/4.1.3/.helmignore b/stable/namecheap-ddns/5.3.0/.helmignore similarity index 100% rename from stable/netbootxyz/4.1.3/.helmignore rename to stable/namecheap-ddns/5.3.0/.helmignore diff --git a/stable/namecheap-ddns/5.3.0/CHANGELOG.md b/stable/namecheap-ddns/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..15d8620fdff --- /dev/null +++ b/stable/namecheap-ddns/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [namecheap-ddns-5.3.0](https://github.com/truecharts/charts/compare/namecheap-ddns-5.2.3...namecheap-ddns-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [namecheap-ddns-5.2.3](https://github.com/truecharts/charts/compare/namecheap-ddns-5.2.2...namecheap-ddns-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [namecheap-ddns-5.2.2](https://github.com/truecharts/charts/compare/namecheap-ddns-5.2.0...namecheap-ddns-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [namecheap-ddns-4.1.11](https://github.com/truecharts/charts/compare/namecheap-ddns-4.1.10...namecheap-ddns-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [namecheap-ddns-4.1.10](https://github.com/truecharts/charts/compare/namecheap-ddns-4.1.9...namecheap-ddns-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [namecheap-ddns-4.1.9](https://github.com/truecharts/charts/compare/namecheap-ddns-4.1.8...namecheap-ddns-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [namecheap-ddns-4.1.8](https://github.com/truecharts/charts/compare/namecheap-ddns-4.1.7...namecheap-ddns-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [namecheap-ddns-4.1.7](https://github.com/truecharts/charts/compare/namecheap-ddns-4.1.6...namecheap-ddns-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [namecheap-ddns-4.1.6](https://github.com/truecharts/charts/compare/namecheap-ddns-4.1.5...namecheap-ddns-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/namecheap-ddns/5.3.0/Chart.yaml b/stable/namecheap-ddns/5.3.0/Chart.yaml new file mode 100644 index 00000000000..2600d614709 --- /dev/null +++ b/stable/namecheap-ddns/5.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "This simple Chart will update a namecheap dynamic dns domain. You must set an 'A + Dynamic DNS Record' for the host and enable Dynamic DNS in the manage page for your domain. " +home: https://truecharts.org/charts/stable/namecheap-ddns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/namecheap-ddns.png +keywords: + - namecheap-ddns + - Tools-Utilities + - Network-DNS + - Network-Management +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: namecheap-ddns +sources: + - https://github.com/EdwardChamberlain/namecheap_ddns + - https://github.com/truecharts/charts/tree/master/charts/stable/namecheap-ddns + - https://hub.docker.com/r/edchamberlain/namecheap_ddns +type: application +version: 5.3.0 diff --git a/stable/namecheap-ddns/5.1.3/README.md b/stable/namecheap-ddns/5.3.0/README.md similarity index 100% rename from stable/namecheap-ddns/5.1.3/README.md rename to stable/namecheap-ddns/5.3.0/README.md diff --git a/stable/namecheap-ddns/5.3.0/app-changelog.md b/stable/namecheap-ddns/5.3.0/app-changelog.md new file mode 100644 index 00000000000..8b9ccef778d --- /dev/null +++ b/stable/namecheap-ddns/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [namecheap-ddns-5.3.0](https://github.com/truecharts/charts/compare/namecheap-ddns-5.2.3...namecheap-ddns-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/namecheap-ddns/5.1.3/app-readme.md b/stable/namecheap-ddns/5.3.0/app-readme.md similarity index 100% rename from stable/namecheap-ddns/5.1.3/app-readme.md rename to stable/namecheap-ddns/5.3.0/app-readme.md diff --git a/stable/namecheap-ddns/5.3.0/charts/common-18.2.0.tgz b/stable/namecheap-ddns/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/namecheap-ddns/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/namecheap-ddns/5.1.3/ix_values.yaml b/stable/namecheap-ddns/5.3.0/ix_values.yaml similarity index 100% rename from stable/namecheap-ddns/5.1.3/ix_values.yaml rename to stable/namecheap-ddns/5.3.0/ix_values.yaml diff --git a/stable/namecheap-ddns/5.1.3/questions.yaml b/stable/namecheap-ddns/5.3.0/questions.yaml similarity index 100% rename from stable/namecheap-ddns/5.1.3/questions.yaml rename to stable/namecheap-ddns/5.3.0/questions.yaml diff --git a/stable/namecheap-ddns/5.1.3/templates/common.yaml b/stable/namecheap-ddns/5.3.0/templates/common.yaml similarity index 100% rename from stable/namecheap-ddns/5.1.3/templates/common.yaml rename to stable/namecheap-ddns/5.3.0/templates/common.yaml diff --git a/stable/netbootxyz/4.1.3/values.yaml b/stable/namecheap-ddns/5.3.0/values.yaml similarity index 100% rename from stable/netbootxyz/4.1.3/values.yaml rename to stable/namecheap-ddns/5.3.0/values.yaml diff --git a/stable/nano-wallet/9.1.3/CHANGELOG.md b/stable/nano-wallet/9.1.3/CHANGELOG.md deleted file mode 100644 index 7f89e9c2b7f..00000000000 --- a/stable/nano-wallet/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [nano-wallet-8.1.11](https://github.com/truecharts/charts/compare/nano-wallet-8.1.10...nano-wallet-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [nano-wallet-8.1.10](https://github.com/truecharts/charts/compare/nano-wallet-8.1.9...nano-wallet-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [nano-wallet-8.1.9](https://github.com/truecharts/charts/compare/nano-wallet-8.1.8...nano-wallet-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [nano-wallet-8.1.8](https://github.com/truecharts/charts/compare/nano-wallet-8.1.7...nano-wallet-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [nano-wallet-8.1.7](https://github.com/truecharts/charts/compare/nano-wallet-8.1.6...nano-wallet-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [nano-wallet-8.1.6](https://github.com/truecharts/charts/compare/nano-wallet-8.1.5...nano-wallet-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [nano-wallet-8.1.5](https://github.com/truecharts/charts/compare/nano-wallet-8.1.4...nano-wallet-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [nano-wallet-8.1.4](https://github.com/truecharts/charts/compare/nano-wallet-8.1.3...nano-wallet-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [nano-wallet-8.1.3](https://github.com/truecharts/charts/compare/nano-wallet-8.1.0...nano-wallet-8.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/nano-wallet/9.1.3/Chart.yaml b/stable/nano-wallet/9.1.3/Chart.yaml deleted file mode 100644 index 28f71283237..00000000000 --- a/stable/nano-wallet/9.1.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2021.12.16 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Nano-wallet is a digital payment protocol designed to be accessible and lightweight. -home: https://truecharts.org/charts/stable/nano-wallet -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nano-wallet.png -keywords: - - nano-wallet -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: nano-wallet -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/nano-wallet - - https://ghcr.io/linuxserver/nano-wallet -type: application -version: 9.1.3 diff --git a/stable/nano-wallet/9.1.3/charts/common-18.0.3.tgz b/stable/nano-wallet/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/nano-wallet/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/netdata/9.1.3/.helmignore b/stable/nano-wallet/9.3.0/.helmignore similarity index 100% rename from stable/netdata/9.1.3/.helmignore rename to stable/nano-wallet/9.3.0/.helmignore diff --git a/stable/nano-wallet/9.3.0/CHANGELOG.md b/stable/nano-wallet/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..f19f2ab4919 --- /dev/null +++ b/stable/nano-wallet/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nano-wallet-9.3.0](https://github.com/truecharts/charts/compare/nano-wallet-9.2.3...nano-wallet-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [nano-wallet-9.2.3](https://github.com/truecharts/charts/compare/nano-wallet-9.2.2...nano-wallet-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [nano-wallet-9.2.2](https://github.com/truecharts/charts/compare/nano-wallet-9.2.0...nano-wallet-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [nano-wallet-8.1.11](https://github.com/truecharts/charts/compare/nano-wallet-8.1.10...nano-wallet-8.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [nano-wallet-8.1.10](https://github.com/truecharts/charts/compare/nano-wallet-8.1.9...nano-wallet-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [nano-wallet-8.1.9](https://github.com/truecharts/charts/compare/nano-wallet-8.1.8...nano-wallet-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [nano-wallet-8.1.8](https://github.com/truecharts/charts/compare/nano-wallet-8.1.7...nano-wallet-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [nano-wallet-8.1.7](https://github.com/truecharts/charts/compare/nano-wallet-8.1.6...nano-wallet-8.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [nano-wallet-8.1.6](https://github.com/truecharts/charts/compare/nano-wallet-8.1.5...nano-wallet-8.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/nano-wallet/9.3.0/Chart.yaml b/stable/nano-wallet/9.3.0/Chart.yaml new file mode 100644 index 00000000000..313ec7809ae --- /dev/null +++ b/stable/nano-wallet/9.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2021.12.16 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Nano-wallet is a digital payment protocol designed to be accessible and lightweight. +home: https://truecharts.org/charts/stable/nano-wallet +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nano-wallet.png +keywords: + - nano-wallet +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nano-wallet +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/nano-wallet + - https://ghcr.io/linuxserver/nano-wallet +type: application +version: 9.3.0 diff --git a/stable/nano-wallet/9.1.3/README.md b/stable/nano-wallet/9.3.0/README.md similarity index 100% rename from stable/nano-wallet/9.1.3/README.md rename to stable/nano-wallet/9.3.0/README.md diff --git a/stable/nano-wallet/9.3.0/app-changelog.md b/stable/nano-wallet/9.3.0/app-changelog.md new file mode 100644 index 00000000000..191face08a8 --- /dev/null +++ b/stable/nano-wallet/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [nano-wallet-9.3.0](https://github.com/truecharts/charts/compare/nano-wallet-9.2.3...nano-wallet-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/nano-wallet/9.1.3/app-readme.md b/stable/nano-wallet/9.3.0/app-readme.md similarity index 100% rename from stable/nano-wallet/9.1.3/app-readme.md rename to stable/nano-wallet/9.3.0/app-readme.md diff --git a/stable/nano-wallet/9.3.0/charts/common-18.2.0.tgz b/stable/nano-wallet/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/nano-wallet/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/nano-wallet/9.1.3/ix_values.yaml b/stable/nano-wallet/9.3.0/ix_values.yaml similarity index 100% rename from stable/nano-wallet/9.1.3/ix_values.yaml rename to stable/nano-wallet/9.3.0/ix_values.yaml diff --git a/stable/nano-wallet/9.1.3/questions.yaml b/stable/nano-wallet/9.3.0/questions.yaml similarity index 100% rename from stable/nano-wallet/9.1.3/questions.yaml rename to stable/nano-wallet/9.3.0/questions.yaml diff --git a/stable/ngircd/9.1.3/templates/NOTES.txt b/stable/nano-wallet/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/ngircd/9.1.3/templates/NOTES.txt rename to stable/nano-wallet/9.3.0/templates/NOTES.txt diff --git a/stable/nextpvr/9.1.3/templates/common.yaml b/stable/nano-wallet/9.3.0/templates/common.yaml similarity index 100% rename from stable/nextpvr/9.1.3/templates/common.yaml rename to stable/nano-wallet/9.3.0/templates/common.yaml diff --git a/stable/netdata/9.1.3/values.yaml b/stable/nano-wallet/9.3.0/values.yaml similarity index 100% rename from stable/netdata/9.1.3/values.yaml rename to stable/nano-wallet/9.3.0/values.yaml diff --git a/stable/navidrome/19.1.3/CHANGELOG.md b/stable/navidrome/19.1.3/CHANGELOG.md deleted file mode 100644 index f4a073452f0..00000000000 --- a/stable/navidrome/19.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - -## [navidrome-18.2.2](https://github.com/truecharts/charts/compare/navidrome-18.2.1...navidrome-18.2.2) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [navidrome-18.2.1](https://github.com/truecharts/charts/compare/navidrome-18.2.0...navidrome-18.2.1) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [navidrome-18.2.0](https://github.com/truecharts/charts/compare/navidrome-18.1.9...navidrome-18.2.0) (2024-01-22) - -### Chore - - - -- update container image deluan/navidrome to v0.51.0[@545ad99](https://github.com/545ad99) by renovate ([#17488](https://github.com/truecharts/charts/issues/17488)) - - -## [navidrome-18.1.9](https://github.com/truecharts/charts/compare/navidrome-18.1.8...navidrome-18.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [navidrome-18.1.8](https://github.com/truecharts/charts/compare/navidrome-18.1.7...navidrome-18.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [navidrome-18.1.7](https://github.com/truecharts/charts/compare/navidrome-18.1.6...navidrome-18.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [navidrome-18.1.6](https://github.com/truecharts/charts/compare/navidrome-18.1.5...navidrome-18.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [navidrome-18.1.5](https://github.com/truecharts/charts/compare/navidrome-18.1.4...navidrome-18.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [navidrome-18.1.4](https://github.com/truecharts/charts/compare/navidrome-18.1.3...navidrome-18.1.4) (2024-01-01) \ No newline at end of file diff --git a/stable/navidrome/19.1.3/Chart.yaml b/stable/navidrome/19.1.3/Chart.yaml deleted file mode 100644 index 34369fa3f72..00000000000 --- a/stable/navidrome/19.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.51.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Navidrome is an open source web-based music collection server and streamer -home: https://truecharts.org/charts/stable/navidrome -icon: https://truecharts.org/img/hotlink-ok/chart-icons/navidrome.png -keywords: - - navidrome - - music - - streaming -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: navidrome -sources: - - https://github.com/deluan/navidrome - - https://github.com/truecharts/charts/tree/master/charts/stable/navidrome - - https://hub.docker.com/r/deluan/navidrome -type: application -version: 19.1.3 diff --git a/stable/navidrome/19.1.3/charts/common-18.0.3.tgz b/stable/navidrome/19.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/navidrome/19.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/neverwinternights-ee/5.1.3/.helmignore b/stable/navidrome/19.3.0/.helmignore similarity index 100% rename from stable/neverwinternights-ee/5.1.3/.helmignore rename to stable/navidrome/19.3.0/.helmignore diff --git a/stable/navidrome/19.3.0/CHANGELOG.md b/stable/navidrome/19.3.0/CHANGELOG.md new file mode 100644 index 00000000000..6b391d14ee2 --- /dev/null +++ b/stable/navidrome/19.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [navidrome-19.3.0](https://github.com/truecharts/charts/compare/navidrome-19.2.3...navidrome-19.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [navidrome-19.2.3](https://github.com/truecharts/charts/compare/navidrome-19.2.2...navidrome-19.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [navidrome-19.2.2](https://github.com/truecharts/charts/compare/navidrome-19.2.0...navidrome-19.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + +## [navidrome-18.2.2](https://github.com/truecharts/charts/compare/navidrome-18.2.1...navidrome-18.2.2) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [navidrome-18.2.1](https://github.com/truecharts/charts/compare/navidrome-18.2.0...navidrome-18.2.1) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [navidrome-18.2.0](https://github.com/truecharts/charts/compare/navidrome-18.1.9...navidrome-18.2.0) (2024-01-22) + +### Chore + + + +- update container image deluan/navidrome to v0.51.0[@545ad99](https://github.com/545ad99) by renovate ([#17488](https://github.com/truecharts/charts/issues/17488)) + + +## [navidrome-18.1.9](https://github.com/truecharts/charts/compare/navidrome-18.1.8...navidrome-18.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [navidrome-18.1.8](https://github.com/truecharts/charts/compare/navidrome-18.1.7...navidrome-18.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + diff --git a/stable/navidrome/19.3.0/Chart.yaml b/stable/navidrome/19.3.0/Chart.yaml new file mode 100644 index 00000000000..665ea95ed47 --- /dev/null +++ b/stable/navidrome/19.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.51.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Navidrome is an open source web-based music collection server and streamer +home: https://truecharts.org/charts/stable/navidrome +icon: https://truecharts.org/img/hotlink-ok/chart-icons/navidrome.png +keywords: + - navidrome + - music + - streaming +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: navidrome +sources: + - https://github.com/deluan/navidrome + - https://github.com/truecharts/charts/tree/master/charts/stable/navidrome + - https://hub.docker.com/r/deluan/navidrome +type: application +version: 19.3.0 diff --git a/stable/navidrome/19.1.3/README.md b/stable/navidrome/19.3.0/README.md similarity index 100% rename from stable/navidrome/19.1.3/README.md rename to stable/navidrome/19.3.0/README.md diff --git a/stable/navidrome/19.3.0/app-changelog.md b/stable/navidrome/19.3.0/app-changelog.md new file mode 100644 index 00000000000..8cc67e062e3 --- /dev/null +++ b/stable/navidrome/19.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [navidrome-19.3.0](https://github.com/truecharts/charts/compare/navidrome-19.2.3...navidrome-19.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/navidrome/19.1.3/app-readme.md b/stable/navidrome/19.3.0/app-readme.md similarity index 100% rename from stable/navidrome/19.1.3/app-readme.md rename to stable/navidrome/19.3.0/app-readme.md diff --git a/stable/navidrome/19.3.0/charts/common-18.2.0.tgz b/stable/navidrome/19.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/navidrome/19.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/navidrome/19.1.3/ix_values.yaml b/stable/navidrome/19.3.0/ix_values.yaml similarity index 100% rename from stable/navidrome/19.1.3/ix_values.yaml rename to stable/navidrome/19.3.0/ix_values.yaml diff --git a/stable/navidrome/19.1.3/questions.yaml b/stable/navidrome/19.3.0/questions.yaml similarity index 100% rename from stable/navidrome/19.1.3/questions.yaml rename to stable/navidrome/19.3.0/questions.yaml diff --git a/stable/nitter/6.1.3/templates/NOTES.txt b/stable/navidrome/19.3.0/templates/NOTES.txt similarity index 100% rename from stable/nitter/6.1.3/templates/NOTES.txt rename to stable/navidrome/19.3.0/templates/NOTES.txt diff --git a/stable/ngircd/9.1.3/templates/common.yaml b/stable/navidrome/19.3.0/templates/common.yaml similarity index 100% rename from stable/ngircd/9.1.3/templates/common.yaml rename to stable/navidrome/19.3.0/templates/common.yaml diff --git a/stable/neverwinternights-ee/5.1.3/values.yaml b/stable/navidrome/19.3.0/values.yaml similarity index 100% rename from stable/neverwinternights-ee/5.1.3/values.yaml rename to stable/navidrome/19.3.0/values.yaml diff --git a/stable/necesse/5.1.3/CHANGELOG.md b/stable/necesse/5.1.3/CHANGELOG.md deleted file mode 100644 index dad81cf5ec1..00000000000 --- a/stable/necesse/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [necesse-4.1.11](https://github.com/truecharts/charts/compare/necesse-4.1.10...necesse-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [necesse-4.1.10](https://github.com/truecharts/charts/compare/necesse-4.1.9...necesse-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [necesse-4.1.9](https://github.com/truecharts/charts/compare/necesse-4.1.8...necesse-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [necesse-4.1.8](https://github.com/truecharts/charts/compare/necesse-4.1.7...necesse-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [necesse-4.1.7](https://github.com/truecharts/charts/compare/necesse-4.1.6...necesse-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [necesse-4.1.6](https://github.com/truecharts/charts/compare/necesse-4.1.5...necesse-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [necesse-4.1.5](https://github.com/truecharts/charts/compare/necesse-4.1.4...necesse-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [necesse-4.1.4](https://github.com/truecharts/charts/compare/necesse-4.1.3...necesse-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [necesse-4.1.3](https://github.com/truecharts/charts/compare/necesse-4.1.0...necesse-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/necesse/5.1.3/Chart.yaml b/stable/necesse/5.1.3/Chart.yaml deleted file mode 100644 index 45dd97282ae..00000000000 --- a/stable/necesse/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: necesse -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Necesse and run it. -home: https://truecharts.org/charts/stable/necesse -icon: https://truecharts.org/img/hotlink-ok/chart-icons/necesse.png -keywords: - - necesse - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: necesse -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/necesse - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/necesse/5.1.3/charts/common-18.0.3.tgz b/stable/necesse/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/necesse/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/newyearcountdownclock/5.2.0/.helmignore b/stable/necesse/5.3.0/.helmignore similarity index 100% rename from stable/newyearcountdownclock/5.2.0/.helmignore rename to stable/necesse/5.3.0/.helmignore diff --git a/stable/necesse/5.3.0/CHANGELOG.md b/stable/necesse/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..6d7fb479d8a --- /dev/null +++ b/stable/necesse/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [necesse-5.3.0](https://github.com/truecharts/charts/compare/necesse-5.2.3...necesse-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [necesse-5.2.3](https://github.com/truecharts/charts/compare/necesse-5.2.2...necesse-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [necesse-5.2.2](https://github.com/truecharts/charts/compare/necesse-5.2.0...necesse-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [necesse-4.1.11](https://github.com/truecharts/charts/compare/necesse-4.1.10...necesse-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [necesse-4.1.10](https://github.com/truecharts/charts/compare/necesse-4.1.9...necesse-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [necesse-4.1.9](https://github.com/truecharts/charts/compare/necesse-4.1.8...necesse-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [necesse-4.1.8](https://github.com/truecharts/charts/compare/necesse-4.1.7...necesse-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [necesse-4.1.7](https://github.com/truecharts/charts/compare/necesse-4.1.6...necesse-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [necesse-4.1.6](https://github.com/truecharts/charts/compare/necesse-4.1.5...necesse-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/necesse/5.3.0/Chart.yaml b/stable/necesse/5.3.0/Chart.yaml new file mode 100644 index 00000000000..ec15dc7ecf8 --- /dev/null +++ b/stable/necesse/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: necesse +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Necesse and run it. +home: https://truecharts.org/charts/stable/necesse +icon: https://truecharts.org/img/hotlink-ok/chart-icons/necesse.png +keywords: + - necesse + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: necesse +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/necesse + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/necesse/5.1.3/README.md b/stable/necesse/5.3.0/README.md similarity index 100% rename from stable/necesse/5.1.3/README.md rename to stable/necesse/5.3.0/README.md diff --git a/stable/necesse/5.3.0/app-changelog.md b/stable/necesse/5.3.0/app-changelog.md new file mode 100644 index 00000000000..6fe538848c5 --- /dev/null +++ b/stable/necesse/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [necesse-5.3.0](https://github.com/truecharts/charts/compare/necesse-5.2.3...necesse-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/necesse/5.1.3/app-readme.md b/stable/necesse/5.3.0/app-readme.md similarity index 100% rename from stable/necesse/5.1.3/app-readme.md rename to stable/necesse/5.3.0/app-readme.md diff --git a/stable/necesse/5.3.0/charts/common-18.2.0.tgz b/stable/necesse/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/necesse/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/necesse/5.1.3/ix_values.yaml b/stable/necesse/5.3.0/ix_values.yaml similarity index 100% rename from stable/necesse/5.1.3/ix_values.yaml rename to stable/necesse/5.3.0/ix_values.yaml diff --git a/stable/necesse/5.1.3/questions.yaml b/stable/necesse/5.3.0/questions.yaml similarity index 100% rename from stable/necesse/5.1.3/questions.yaml rename to stable/necesse/5.3.0/questions.yaml diff --git a/stable/necesse/5.1.3/templates/common.yaml b/stable/necesse/5.3.0/templates/common.yaml similarity index 100% rename from stable/necesse/5.1.3/templates/common.yaml rename to stable/necesse/5.3.0/templates/common.yaml diff --git a/stable/newyearcountdownclock/5.2.0/values.yaml b/stable/necesse/5.3.0/values.yaml similarity index 100% rename from stable/newyearcountdownclock/5.2.0/values.yaml rename to stable/necesse/5.3.0/values.yaml diff --git a/stable/neko/5.2.0/CHANGELOG.md b/stable/neko/5.2.0/CHANGELOG.md deleted file mode 100644 index c90601ea8e4..00000000000 --- a/stable/neko/5.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - -## [neko-4.1.121](https://github.com/truecharts/charts/compare/neko-4.1.111...neko-4.1.121) (2024-02-12) - -### Chore - - - -- update neko by renovate ([#18168](https://github.com/truecharts/charts/issues/18168)) - - -## [neko-4.1.111](https://github.com/truecharts/charts/compare/neko-4.1.101...neko-4.1.111) (2024-02-12) - -### Chore - - - -- update neko by renovate ([#18116](https://github.com/truecharts/charts/issues/18116)) - - -## [neko-4.1.101](https://github.com/truecharts/charts/compare/neko-4.1.91...neko-4.1.101) (2024-02-05) - -### Chore - - - -- update neko by renovate ([#17963](https://github.com/truecharts/charts/issues/17963)) - - -## [neko-4.1.91](https://github.com/truecharts/charts/compare/neko-4.1.90...neko-4.1.91) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [neko-4.1.90](https://github.com/truecharts/charts/compare/neko-4.1.80...neko-4.1.90) (2024-01-29) - -### Chore - - - -- update neko by renovate ([#17724](https://github.com/truecharts/charts/issues/17724)) - - -## [neko-4.1.80](https://github.com/truecharts/charts/compare/neko-4.1.79...neko-4.1.80) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [neko-4.1.79](https://github.com/truecharts/charts/compare/neko-4.1.69...neko-4.1.79) (2024-01-22) - -### Chore - - - -- update neko by renovate ([#17497](https://github.com/truecharts/charts/issues/17497)) - - -## [neko-4.1.69](https://github.com/truecharts/charts/compare/neko-4.1.68...neko-4.1.69) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [neko-4.1.68](https://github.com/truecharts/charts/compare/neko-4.1.67...neko-4.1.68) (2024-01-21) - -### Chore \ No newline at end of file diff --git a/stable/neko/5.2.0/Chart.yaml b/stable/neko/5.2.0/Chart.yaml deleted file mode 100644 index 7a7e63b70d7..00000000000 --- a/stable/neko/5.2.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: firefox -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A self hosted virtual browser that runs in Chart -home: https://truecharts.org/charts/stable/neko -icon: https://truecharts.org/img/hotlink-ok/chart-icons/neko.png -keywords: - - neko - - video -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: neko -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/neko - - https://hub.docker.com/r/m1k1o/neko -type: application -version: 5.2.0 diff --git a/stable/neko/5.2.0/charts/common-18.1.2.tgz b/stable/neko/5.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/neko/5.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/neko/5.2.0/ix_values.yaml b/stable/neko/5.2.0/ix_values.yaml deleted file mode 100644 index 0f63c0a6f4f..00000000000 --- a/stable/neko/5.2.0/ix_values.yaml +++ /dev/null @@ -1,93 +0,0 @@ -braveImage: - pullPolicy: IfNotPresent - repository: m1k1o/neko - tag: brave@sha256:857453ac87fe1847d8ab6c7279922a9c89341da2ef0ad79f8202e5ae72abbc77 -chromeImage: - pullPolicy: IfNotPresent - repository: m1k1o/neko - tag: google-chrome@sha256:21ba67ead0ddf093149cfee97e5c52a3f6e328b704b5520c2f9f720cc5d53715 -chromiumImage: - pullPolicy: IfNotPresent - repository: m1k1o/neko - tag: chromium@sha256:6814e6111194070ada65b893a5fff3662315adf52ab666dc181bd901b378cc6d -edgeImage: - pullPolicy: IfNotPresent - repository: m1k1o/neko - tag: microsoft-edge@sha256:e3d5bac6442412c5ae26ae92abcae08400dfa35ab4593beef897676aad785b19 -image: - pullPolicy: IfNotPresent - repository: m1k1o/neko - tag: firefox@sha256:c8d1ac9a33cd9c2f638ca2f778a52c128f4b66200b3930c76b4636d7d4a44d08 -imageSelector: image -portal: - open: - enabled: true -remminaImage: - pullPolicy: IfNotPresent - repository: m1k1o/neko - tag: remmina@sha256:5cf3db8485853829f66b7d21a80168b074ad823b82de52ed96c4bc1cab759c7c -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 10294 - protocol: http - targetPort: 8080 - mux-tcp: - enabled: true - ports: - mux-tcp: - enabled: true - port: 52100 - protocol: tcp - targetPort: 52100 - mux-udp: - enabled: true - ports: - mux-udp: - enabled: true - port: 52100 - protocol: udp - targetPort: 52100 -torImage: - pullPolicy: IfNotPresent - repository: m1k1o/neko - tag: tor-browser@sha256:5ca6d12fc11ea7aa4f6e040f6703fcaf58a7b6da3e4a83201bd9019fe1d29d44 -vivaldiImage: - pullPolicy: IfNotPresent - repository: m1k1o/neko - tag: vivaldi@sha256:6149e19b09ca5824e94f9b01f90fa73b849140b67c3b7b3da5e9a3af2e1be3cd -vlcImage: - pullPolicy: IfNotPresent - repository: m1k1o/neko - tag: vlc@sha256:882ca9891d2ac8fa665db88cdac1f3fb52a5a6731de5aaa2379a937cc5075cbc -vncviewerImage: - pullPolicy: IfNotPresent - repository: m1k1o/neko - tag: vncviewer@sha256:d6e961e5b15fc58639ac6b4eeb791c5b48c859e69d65d25c20ff92bf7c95b458 -workload: - main: - podSpec: - containers: - main: - env: - NEKO_CONTROL_PROTECTION: "false" - NEKO_IMPLICIT_CONTROL: "false" - NEKO_IPFETCH: "" - NEKO_LOCKS: "" - NEKO_NAT1TO1: "" - NEKO_PASSWORD: userpass - NEKO_PASSWORD_ADMIN: adminpass - NEKO_PROXY: "true" - NEKO_SCREEN: 1920x1080@30 - NEKO_tcpMUX: "52100" - NEKO_udpMUX: "52100" -xfceImage: - pullPolicy: IfNotPresent - repository: m1k1o/neko - tag: xfce@sha256:4ca31398f5298f0d539e12966c95d5d8122a960c3e6bb2bf327d8e2d2fa81760 diff --git a/stable/nextpvr/9.1.3/.helmignore b/stable/neko/5.3.0/.helmignore similarity index 100% rename from stable/nextpvr/9.1.3/.helmignore rename to stable/neko/5.3.0/.helmignore diff --git a/stable/neko/5.3.0/CHANGELOG.md b/stable/neko/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..e8e783360d0 --- /dev/null +++ b/stable/neko/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [neko-5.3.0](https://github.com/truecharts/charts/compare/neko-5.2.13...neko-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [neko-5.2.13](https://github.com/truecharts/charts/compare/neko-5.2.12...neko-5.2.13) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [neko-5.2.12](https://github.com/truecharts/charts/compare/neko-5.2.10...neko-5.2.12) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + +## [neko-4.1.121](https://github.com/truecharts/charts/compare/neko-4.1.111...neko-4.1.121) (2024-02-12) + +### Chore + + + +- update neko by renovate ([#18168](https://github.com/truecharts/charts/issues/18168)) + + +## [neko-4.1.111](https://github.com/truecharts/charts/compare/neko-4.1.101...neko-4.1.111) (2024-02-12) + +### Chore + + + +- update neko by renovate ([#18116](https://github.com/truecharts/charts/issues/18116)) + + +## [neko-4.1.101](https://github.com/truecharts/charts/compare/neko-4.1.91...neko-4.1.101) (2024-02-05) + +### Chore + + + +- update neko by renovate ([#17963](https://github.com/truecharts/charts/issues/17963)) + + +## [neko-4.1.91](https://github.com/truecharts/charts/compare/neko-4.1.90...neko-4.1.91) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [neko-4.1.90](https://github.com/truecharts/charts/compare/neko-4.1.80...neko-4.1.90) (2024-01-29) + +### Chore + + + +- update neko by renovate ([#17724](https://github.com/truecharts/charts/issues/17724)) + diff --git a/stable/neko/5.3.0/Chart.yaml b/stable/neko/5.3.0/Chart.yaml new file mode 100644 index 00000000000..b54b6f7fd2e --- /dev/null +++ b/stable/neko/5.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: firefox +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self hosted virtual browser that runs in Chart +home: https://truecharts.org/charts/stable/neko +icon: https://truecharts.org/img/hotlink-ok/chart-icons/neko.png +keywords: + - neko + - video +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: neko +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/neko + - https://hub.docker.com/r/m1k1o/neko +type: application +version: 5.3.0 diff --git a/stable/neko/5.2.0/README.md b/stable/neko/5.3.0/README.md similarity index 100% rename from stable/neko/5.2.0/README.md rename to stable/neko/5.3.0/README.md diff --git a/stable/neko/5.3.0/app-changelog.md b/stable/neko/5.3.0/app-changelog.md new file mode 100644 index 00000000000..c850c936975 --- /dev/null +++ b/stable/neko/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [neko-5.3.0](https://github.com/truecharts/charts/compare/neko-5.2.13...neko-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/neko/5.2.0/app-readme.md b/stable/neko/5.3.0/app-readme.md similarity index 100% rename from stable/neko/5.2.0/app-readme.md rename to stable/neko/5.3.0/app-readme.md diff --git a/stable/neko/5.3.0/charts/common-18.2.0.tgz b/stable/neko/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/neko/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/neko/5.3.0/ix_values.yaml b/stable/neko/5.3.0/ix_values.yaml new file mode 100644 index 00000000000..a709d8b6114 --- /dev/null +++ b/stable/neko/5.3.0/ix_values.yaml @@ -0,0 +1,93 @@ +braveImage: + pullPolicy: IfNotPresent + repository: m1k1o/neko + tag: brave@sha256:127125d756e7b5b69adf901faad6c78f28f10ae822a96a8d1b1c0c224641f77f +chromeImage: + pullPolicy: IfNotPresent + repository: m1k1o/neko + tag: google-chrome@sha256:a427eebef656536d34c5f62e4629718209a60ab36cdf5fe44c7296b37185a1db +chromiumImage: + pullPolicy: IfNotPresent + repository: m1k1o/neko + tag: chromium@sha256:e6f985cca14673a0627422bae285be3df48fc90c2f2a6d65f79dbe3673f81591 +edgeImage: + pullPolicy: IfNotPresent + repository: m1k1o/neko + tag: microsoft-edge@sha256:9fcffb64407a4cccbf28f144d6ff73710e738c7bdd0d808fbb1da60a14e1afbf +image: + pullPolicy: IfNotPresent + repository: m1k1o/neko + tag: firefox@sha256:aaa1c56140c92fd7e3d30eee976d6ee9b5dcb207de5853c36cfde8de68bf4e1d +imageSelector: image +portal: + open: + enabled: true +remminaImage: + pullPolicy: IfNotPresent + repository: m1k1o/neko + tag: remmina@sha256:8a72b9c3f8fc9378e336792602baf32440a21fb8dac56fecf2b0e0b59d15770f +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 10294 + protocol: http + targetPort: 8080 + mux-tcp: + enabled: true + ports: + mux-tcp: + enabled: true + port: 52100 + protocol: tcp + targetPort: 52100 + mux-udp: + enabled: true + ports: + mux-udp: + enabled: true + port: 52100 + protocol: udp + targetPort: 52100 +torImage: + pullPolicy: IfNotPresent + repository: m1k1o/neko + tag: tor-browser@sha256:41c345e0b270f529d527509d39ea8531ae387103a65784b44be6fe855fe4aed3 +vivaldiImage: + pullPolicy: IfNotPresent + repository: m1k1o/neko + tag: vivaldi@sha256:3cd746700f948548dfee8ea4a1afedfce54a0e5c97a79c02cf4a9fe5f935ceef +vlcImage: + pullPolicy: IfNotPresent + repository: m1k1o/neko + tag: vlc@sha256:c011ec0b27f22394b4ca53f0e41f8651740bb5ab3dcd9351f1147a96f80f542f +vncviewerImage: + pullPolicy: IfNotPresent + repository: m1k1o/neko + tag: vncviewer@sha256:d6e961e5b15fc58639ac6b4eeb791c5b48c859e69d65d25c20ff92bf7c95b458 +workload: + main: + podSpec: + containers: + main: + env: + NEKO_CONTROL_PROTECTION: "false" + NEKO_IMPLICIT_CONTROL: "false" + NEKO_IPFETCH: "" + NEKO_LOCKS: "" + NEKO_NAT1TO1: "" + NEKO_PASSWORD: userpass + NEKO_PASSWORD_ADMIN: adminpass + NEKO_PROXY: "true" + NEKO_SCREEN: 1920x1080@30 + NEKO_tcpMUX: "52100" + NEKO_udpMUX: "52100" +xfceImage: + pullPolicy: IfNotPresent + repository: m1k1o/neko + tag: xfce@sha256:f659c9fc8dd3ca34e0900a47b386811968c256cb03421b911e43c74e0c6e63ff diff --git a/stable/neko/5.2.0/questions.yaml b/stable/neko/5.3.0/questions.yaml similarity index 100% rename from stable/neko/5.2.0/questions.yaml rename to stable/neko/5.3.0/questions.yaml diff --git a/stable/neko/5.2.0/templates/common.yaml b/stable/neko/5.3.0/templates/common.yaml similarity index 100% rename from stable/neko/5.2.0/templates/common.yaml rename to stable/neko/5.3.0/templates/common.yaml diff --git a/stable/nextpvr/9.1.3/values.yaml b/stable/neko/5.3.0/values.yaml similarity index 100% rename from stable/nextpvr/9.1.3/values.yaml rename to stable/neko/5.3.0/values.yaml diff --git a/stable/netbootxyz/4.1.3/CHANGELOG.md b/stable/netbootxyz/4.1.3/CHANGELOG.md deleted file mode 100644 index 5cbc47326d9..00000000000 --- a/stable/netbootxyz/4.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [netbootxyz-3.1.11](https://github.com/truecharts/charts/compare/netbootxyz-3.1.10...netbootxyz-3.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [netbootxyz-3.1.10](https://github.com/truecharts/charts/compare/netbootxyz-3.1.9...netbootxyz-3.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [netbootxyz-3.1.9](https://github.com/truecharts/charts/compare/netbootxyz-3.1.8...netbootxyz-3.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [netbootxyz-3.1.8](https://github.com/truecharts/charts/compare/netbootxyz-3.1.7...netbootxyz-3.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [netbootxyz-3.1.7](https://github.com/truecharts/charts/compare/netbootxyz-3.1.6...netbootxyz-3.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [netbootxyz-3.1.6](https://github.com/truecharts/charts/compare/netbootxyz-3.1.5...netbootxyz-3.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [netbootxyz-3.1.5](https://github.com/truecharts/charts/compare/netbootxyz-3.1.4...netbootxyz-3.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [netbootxyz-3.1.4](https://github.com/truecharts/charts/compare/netbootxyz-3.1.3...netbootxyz-3.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [netbootxyz-3.1.3](https://github.com/truecharts/charts/compare/netbootxyz-3.1.0...netbootxyz-3.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/netbootxyz/4.1.3/Chart.yaml b/stable/netbootxyz/4.1.3/Chart.yaml deleted file mode 100644 index 7d2b9d88051..00000000000 --- a/stable/netbootxyz/4.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.7.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Your favorite operating systems in one place! -home: https://truecharts.org/charts/stable/netbootxyz -icon: https://truecharts.org/img/hotlink-ok/chart-icons/netbootxyz.png -keywords: - - netbootxyz - - pxe -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: netbootxyz -sources: - - https://github.com/netbootxyz/netboot.xyz - - https://github.com/truecharts/charts/tree/master/charts/stable/netbootxyz - - https://ghcr.io/netbootxyz/netbootxyz -type: application -version: 4.1.3 diff --git a/stable/netbootxyz/4.1.3/charts/common-18.0.3.tgz b/stable/netbootxyz/4.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/netbootxyz/4.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/nexus-oss/5.1.3/.helmignore b/stable/netbootxyz/4.3.0/.helmignore similarity index 100% rename from stable/nexus-oss/5.1.3/.helmignore rename to stable/netbootxyz/4.3.0/.helmignore diff --git a/stable/netbootxyz/4.3.0/CHANGELOG.md b/stable/netbootxyz/4.3.0/CHANGELOG.md new file mode 100644 index 00000000000..bc29dfc2bb2 --- /dev/null +++ b/stable/netbootxyz/4.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [netbootxyz-4.3.0](https://github.com/truecharts/charts/compare/netbootxyz-4.2.3...netbootxyz-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [netbootxyz-4.2.3](https://github.com/truecharts/charts/compare/netbootxyz-4.2.2...netbootxyz-4.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [netbootxyz-4.2.2](https://github.com/truecharts/charts/compare/netbootxyz-4.2.0...netbootxyz-4.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [netbootxyz-3.1.11](https://github.com/truecharts/charts/compare/netbootxyz-3.1.10...netbootxyz-3.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [netbootxyz-3.1.10](https://github.com/truecharts/charts/compare/netbootxyz-3.1.9...netbootxyz-3.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [netbootxyz-3.1.9](https://github.com/truecharts/charts/compare/netbootxyz-3.1.8...netbootxyz-3.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [netbootxyz-3.1.8](https://github.com/truecharts/charts/compare/netbootxyz-3.1.7...netbootxyz-3.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [netbootxyz-3.1.7](https://github.com/truecharts/charts/compare/netbootxyz-3.1.6...netbootxyz-3.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [netbootxyz-3.1.6](https://github.com/truecharts/charts/compare/netbootxyz-3.1.5...netbootxyz-3.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/netbootxyz/4.3.0/Chart.yaml b/stable/netbootxyz/4.3.0/Chart.yaml new file mode 100644 index 00000000000..f41093c0710 --- /dev/null +++ b/stable/netbootxyz/4.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.7.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Your favorite operating systems in one place! +home: https://truecharts.org/charts/stable/netbootxyz +icon: https://truecharts.org/img/hotlink-ok/chart-icons/netbootxyz.png +keywords: + - netbootxyz + - pxe +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: netbootxyz +sources: + - https://github.com/netbootxyz/netboot.xyz + - https://github.com/truecharts/charts/tree/master/charts/stable/netbootxyz + - https://ghcr.io/netbootxyz/netbootxyz +type: application +version: 4.3.0 diff --git a/stable/netbootxyz/4.1.3/README.md b/stable/netbootxyz/4.3.0/README.md similarity index 100% rename from stable/netbootxyz/4.1.3/README.md rename to stable/netbootxyz/4.3.0/README.md diff --git a/stable/netbootxyz/4.3.0/app-changelog.md b/stable/netbootxyz/4.3.0/app-changelog.md new file mode 100644 index 00000000000..5d720896532 --- /dev/null +++ b/stable/netbootxyz/4.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [netbootxyz-4.3.0](https://github.com/truecharts/charts/compare/netbootxyz-4.2.3...netbootxyz-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/netbootxyz/4.1.3/app-readme.md b/stable/netbootxyz/4.3.0/app-readme.md similarity index 100% rename from stable/netbootxyz/4.1.3/app-readme.md rename to stable/netbootxyz/4.3.0/app-readme.md diff --git a/stable/netbootxyz/4.3.0/charts/common-18.2.0.tgz b/stable/netbootxyz/4.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/netbootxyz/4.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/netbootxyz/4.1.3/ix_values.yaml b/stable/netbootxyz/4.3.0/ix_values.yaml similarity index 100% rename from stable/netbootxyz/4.1.3/ix_values.yaml rename to stable/netbootxyz/4.3.0/ix_values.yaml diff --git a/stable/netbootxyz/4.1.3/questions.yaml b/stable/netbootxyz/4.3.0/questions.yaml similarity index 100% rename from stable/netbootxyz/4.1.3/questions.yaml rename to stable/netbootxyz/4.3.0/questions.yaml diff --git a/stable/nntp2nntp/9.1.3/templates/common.yaml b/stable/netbootxyz/4.3.0/templates/common.yaml similarity index 100% rename from stable/nntp2nntp/9.1.3/templates/common.yaml rename to stable/netbootxyz/4.3.0/templates/common.yaml diff --git a/stable/nexus-oss/5.1.3/values.yaml b/stable/netbootxyz/4.3.0/values.yaml similarity index 100% rename from stable/nexus-oss/5.1.3/values.yaml rename to stable/netbootxyz/4.3.0/values.yaml diff --git a/stable/netdata/9.1.3/CHANGELOG.md b/stable/netdata/9.1.3/CHANGELOG.md deleted file mode 100644 index df747b5d01b..00000000000 --- a/stable/netdata/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [netdata-8.1.13](https://github.com/truecharts/charts/compare/netdata-8.1.12...netdata-8.1.13) (2024-02-12) - -### Chore - - - -- update container image netdata/netdata to v1.44.3[@9e89531](https://github.com/9e89531) by renovate ([#18230](https://github.com/truecharts/charts/issues/18230)) - - -## [netdata-8.1.12](https://github.com/truecharts/charts/compare/netdata-8.1.11...netdata-8.1.12) (2024-02-12) - -### Chore - - - -- update container image netdata/netdata to v1.44.2[@78c8cb8](https://github.com/78c8cb8) by renovate ([#18145](https://github.com/truecharts/charts/issues/18145)) - - -## [netdata-8.1.11](https://github.com/truecharts/charts/compare/netdata-8.1.10...netdata-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [netdata-8.1.10](https://github.com/truecharts/charts/compare/netdata-8.1.9...netdata-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [netdata-8.1.9](https://github.com/truecharts/charts/compare/netdata-8.1.8...netdata-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [netdata-8.1.8](https://github.com/truecharts/charts/compare/netdata-8.1.7...netdata-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [netdata-8.1.7](https://github.com/truecharts/charts/compare/netdata-8.1.6...netdata-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [netdata-8.1.6](https://github.com/truecharts/charts/compare/netdata-8.1.5...netdata-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [netdata-8.1.5](https://github.com/truecharts/charts/compare/netdata-8.1.4...netdata-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - diff --git a/stable/netdata/9.1.3/Chart.yaml b/stable/netdata/9.1.3/Chart.yaml deleted file mode 100644 index eb33e56d96d..00000000000 --- a/stable/netdata/9.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.44.3 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Netdata is high-fidelity infrastructure monitoring and troubleshooting. -home: https://truecharts.org/charts/stable/netdata -icon: https://truecharts.org/img/hotlink-ok/chart-icons/netdata.png -keywords: - - netdata - - monitoring -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: netdata -sources: - - https://github.com/netdata - - https://github.com/truecharts/charts/tree/master/charts/stable/netdata - - https://hub.docker.com/r/netdata/netdata -type: application -version: 9.1.3 diff --git a/stable/netdata/9.1.3/charts/common-18.0.3.tgz b/stable/netdata/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/netdata/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/nginx-proxy-manager/9.4.0/.helmignore b/stable/netdata/9.3.0/.helmignore similarity index 100% rename from stable/nginx-proxy-manager/9.4.0/.helmignore rename to stable/netdata/9.3.0/.helmignore diff --git a/stable/netdata/9.3.0/CHANGELOG.md b/stable/netdata/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..1e3d9195e01 --- /dev/null +++ b/stable/netdata/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [netdata-9.3.0](https://github.com/truecharts/charts/compare/netdata-9.2.3...netdata-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [netdata-9.2.3](https://github.com/truecharts/charts/compare/netdata-9.2.2...netdata-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [netdata-9.2.2](https://github.com/truecharts/charts/compare/netdata-9.2.0...netdata-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [netdata-8.1.13](https://github.com/truecharts/charts/compare/netdata-8.1.12...netdata-8.1.13) (2024-02-12) + +### Chore + + + +- update container image netdata/netdata to v1.44.3[@9e89531](https://github.com/9e89531) by renovate ([#18230](https://github.com/truecharts/charts/issues/18230)) + + +## [netdata-8.1.12](https://github.com/truecharts/charts/compare/netdata-8.1.11...netdata-8.1.12) (2024-02-12) + +### Chore + + + +- update container image netdata/netdata to v1.44.2[@78c8cb8](https://github.com/78c8cb8) by renovate ([#18145](https://github.com/truecharts/charts/issues/18145)) + + +## [netdata-8.1.11](https://github.com/truecharts/charts/compare/netdata-8.1.10...netdata-8.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [netdata-8.1.10](https://github.com/truecharts/charts/compare/netdata-8.1.9...netdata-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [netdata-8.1.9](https://github.com/truecharts/charts/compare/netdata-8.1.8...netdata-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [netdata-8.1.8](https://github.com/truecharts/charts/compare/netdata-8.1.7...netdata-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) diff --git a/stable/netdata/9.3.0/Chart.yaml b/stable/netdata/9.3.0/Chart.yaml new file mode 100644 index 00000000000..399650925e6 --- /dev/null +++ b/stable/netdata/9.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.44.3 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Netdata is high-fidelity infrastructure monitoring and troubleshooting. +home: https://truecharts.org/charts/stable/netdata +icon: https://truecharts.org/img/hotlink-ok/chart-icons/netdata.png +keywords: + - netdata + - monitoring +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: netdata +sources: + - https://github.com/netdata + - https://github.com/truecharts/charts/tree/master/charts/stable/netdata + - https://hub.docker.com/r/netdata/netdata +type: application +version: 9.3.0 diff --git a/stable/netdata/9.1.3/README.md b/stable/netdata/9.3.0/README.md similarity index 100% rename from stable/netdata/9.1.3/README.md rename to stable/netdata/9.3.0/README.md diff --git a/stable/netdata/9.3.0/app-changelog.md b/stable/netdata/9.3.0/app-changelog.md new file mode 100644 index 00000000000..50225cf3022 --- /dev/null +++ b/stable/netdata/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [netdata-9.3.0](https://github.com/truecharts/charts/compare/netdata-9.2.3...netdata-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/netdata/9.1.3/app-readme.md b/stable/netdata/9.3.0/app-readme.md similarity index 100% rename from stable/netdata/9.1.3/app-readme.md rename to stable/netdata/9.3.0/app-readme.md diff --git a/stable/netdata/9.3.0/charts/common-18.2.0.tgz b/stable/netdata/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/netdata/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/netdata/9.1.3/ix_values.yaml b/stable/netdata/9.3.0/ix_values.yaml similarity index 100% rename from stable/netdata/9.1.3/ix_values.yaml rename to stable/netdata/9.3.0/ix_values.yaml diff --git a/stable/netdata/9.1.3/questions.yaml b/stable/netdata/9.3.0/questions.yaml similarity index 100% rename from stable/netdata/9.1.3/questions.yaml rename to stable/netdata/9.3.0/questions.yaml diff --git a/stable/nntp2nntp/9.1.3/templates/NOTES.txt b/stable/netdata/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/nntp2nntp/9.1.3/templates/NOTES.txt rename to stable/netdata/9.3.0/templates/NOTES.txt diff --git a/stable/netdata/9.1.3/templates/common.yaml b/stable/netdata/9.3.0/templates/common.yaml similarity index 100% rename from stable/netdata/9.1.3/templates/common.yaml rename to stable/netdata/9.3.0/templates/common.yaml diff --git a/stable/nginx-proxy-manager/9.4.0/values.yaml b/stable/netdata/9.3.0/values.yaml similarity index 100% rename from stable/nginx-proxy-manager/9.4.0/values.yaml rename to stable/netdata/9.3.0/values.yaml diff --git a/stable/neverwinternights-ee/5.1.3/CHANGELOG.md b/stable/neverwinternights-ee/5.1.3/CHANGELOG.md deleted file mode 100644 index 20cb31e8666..00000000000 --- a/stable/neverwinternights-ee/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [neverwinternights-ee-4.1.12](https://github.com/truecharts/charts/compare/neverwinternights-ee-4.1.11...neverwinternights-ee-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [neverwinternights-ee-4.1.11](https://github.com/truecharts/charts/compare/neverwinternights-ee-4.1.10...neverwinternights-ee-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [neverwinternights-ee-4.1.10](https://github.com/truecharts/charts/compare/neverwinternights-ee-4.1.9...neverwinternights-ee-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [neverwinternights-ee-4.1.9](https://github.com/truecharts/charts/compare/neverwinternights-ee-4.1.8...neverwinternights-ee-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [neverwinternights-ee-4.1.8](https://github.com/truecharts/charts/compare/neverwinternights-ee-4.1.7...neverwinternights-ee-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [neverwinternights-ee-4.1.7](https://github.com/truecharts/charts/compare/neverwinternights-ee-4.1.6...neverwinternights-ee-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [neverwinternights-ee-4.1.6](https://github.com/truecharts/charts/compare/neverwinternights-ee-4.1.5...neverwinternights-ee-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [neverwinternights-ee-4.1.5](https://github.com/truecharts/charts/compare/neverwinternights-ee-4.1.4...neverwinternights-ee-4.1.5) (2024-01-02) - -### Chore - - - -- update container image ich777/nwnee-server to latest[@6adc2ce](https://github.com/6adc2ce) by renovate ([#16777](https://github.com/truecharts/charts/issues/16777)) - - -## [neverwinternights-ee-4.1.4](https://github.com/truecharts/charts/compare/neverwinternights-ee-4.1.3...neverwinternights-ee-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/neverwinternights-ee/5.1.3/Chart.yaml b/stable/neverwinternights-ee/5.1.3/Chart.yaml deleted file mode 100644 index 43f51cf6bae..00000000000 --- a/stable/neverwinternights-ee/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "This Chart will download and install Neverwinter Nights: Enhanced Edition and run it (by default this Chart has a MariaDB and Redis Server integrated)." -home: https://truecharts.org/charts/stable/neverwinternights-ee -icon: https://truecharts.org/img/hotlink-ok/chart-icons/neverwinternights-ee.png -keywords: - - neverwinternights-ee - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: neverwinternights-ee -sources: - - https://www.beamdog.com/games/neverwinter-nights-enhanced/ - - https://github.com/truecharts/charts/tree/master/charts/stable/neverwinternights-ee - - https://hub.docker.com/r/ich777/nwnee-server -type: application -version: 5.1.3 diff --git a/stable/neverwinternights-ee/5.1.3/charts/common-18.0.3.tgz b/stable/neverwinternights-ee/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/neverwinternights-ee/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/ngircd/9.1.3/.helmignore b/stable/neverwinternights-ee/5.3.0/.helmignore similarity index 100% rename from stable/ngircd/9.1.3/.helmignore rename to stable/neverwinternights-ee/5.3.0/.helmignore diff --git a/stable/neverwinternights-ee/5.3.0/CHANGELOG.md b/stable/neverwinternights-ee/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..ba149a7e2d5 --- /dev/null +++ b/stable/neverwinternights-ee/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [neverwinternights-ee-5.3.0](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.2.3...neverwinternights-ee-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [neverwinternights-ee-5.2.3](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.2.2...neverwinternights-ee-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [neverwinternights-ee-5.2.2](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.2.0...neverwinternights-ee-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [neverwinternights-ee-4.1.12](https://github.com/truecharts/charts/compare/neverwinternights-ee-4.1.11...neverwinternights-ee-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [neverwinternights-ee-4.1.11](https://github.com/truecharts/charts/compare/neverwinternights-ee-4.1.10...neverwinternights-ee-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [neverwinternights-ee-4.1.10](https://github.com/truecharts/charts/compare/neverwinternights-ee-4.1.9...neverwinternights-ee-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [neverwinternights-ee-4.1.9](https://github.com/truecharts/charts/compare/neverwinternights-ee-4.1.8...neverwinternights-ee-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [neverwinternights-ee-4.1.8](https://github.com/truecharts/charts/compare/neverwinternights-ee-4.1.7...neverwinternights-ee-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [neverwinternights-ee-4.1.7](https://github.com/truecharts/charts/compare/neverwinternights-ee-4.1.6...neverwinternights-ee-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/neverwinternights-ee/5.3.0/Chart.yaml b/stable/neverwinternights-ee/5.3.0/Chart.yaml new file mode 100644 index 00000000000..5f7df8ec7d5 --- /dev/null +++ b/stable/neverwinternights-ee/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "This Chart will download and install Neverwinter Nights: Enhanced Edition and run it (by default this Chart has a MariaDB and Redis Server integrated)." +home: https://truecharts.org/charts/stable/neverwinternights-ee +icon: https://truecharts.org/img/hotlink-ok/chart-icons/neverwinternights-ee.png +keywords: + - neverwinternights-ee + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: neverwinternights-ee +sources: + - https://www.beamdog.com/games/neverwinter-nights-enhanced/ + - https://github.com/truecharts/charts/tree/master/charts/stable/neverwinternights-ee + - https://hub.docker.com/r/ich777/nwnee-server +type: application +version: 5.3.0 diff --git a/stable/neverwinternights-ee/5.1.3/README.md b/stable/neverwinternights-ee/5.3.0/README.md similarity index 100% rename from stable/neverwinternights-ee/5.1.3/README.md rename to stable/neverwinternights-ee/5.3.0/README.md diff --git a/stable/neverwinternights-ee/5.3.0/app-changelog.md b/stable/neverwinternights-ee/5.3.0/app-changelog.md new file mode 100644 index 00000000000..4d2bd7a58f6 --- /dev/null +++ b/stable/neverwinternights-ee/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [neverwinternights-ee-5.3.0](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.2.3...neverwinternights-ee-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/neverwinternights-ee/5.1.3/app-readme.md b/stable/neverwinternights-ee/5.3.0/app-readme.md similarity index 100% rename from stable/neverwinternights-ee/5.1.3/app-readme.md rename to stable/neverwinternights-ee/5.3.0/app-readme.md diff --git a/stable/neverwinternights-ee/5.3.0/charts/common-18.2.0.tgz b/stable/neverwinternights-ee/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/neverwinternights-ee/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/neverwinternights-ee/5.1.3/ix_values.yaml b/stable/neverwinternights-ee/5.3.0/ix_values.yaml similarity index 100% rename from stable/neverwinternights-ee/5.1.3/ix_values.yaml rename to stable/neverwinternights-ee/5.3.0/ix_values.yaml diff --git a/stable/neverwinternights-ee/5.1.3/questions.yaml b/stable/neverwinternights-ee/5.3.0/questions.yaml similarity index 100% rename from stable/neverwinternights-ee/5.1.3/questions.yaml rename to stable/neverwinternights-ee/5.3.0/questions.yaml diff --git a/stable/neverwinternights-ee/5.1.3/templates/common.yaml b/stable/neverwinternights-ee/5.3.0/templates/common.yaml similarity index 100% rename from stable/neverwinternights-ee/5.1.3/templates/common.yaml rename to stable/neverwinternights-ee/5.3.0/templates/common.yaml diff --git a/stable/ngircd/9.1.3/values.yaml b/stable/neverwinternights-ee/5.3.0/values.yaml similarity index 100% rename from stable/ngircd/9.1.3/values.yaml rename to stable/neverwinternights-ee/5.3.0/values.yaml diff --git a/stable/newyearcountdownclock/5.2.0/CHANGELOG.md b/stable/newyearcountdownclock/5.2.0/CHANGELOG.md deleted file mode 100644 index 51184c989d2..00000000000 --- a/stable/newyearcountdownclock/5.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - -## [newyearcountdownclock-4.1.11](https://github.com/truecharts/charts/compare/newyearcountdownclock-4.1.10...newyearcountdownclock-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [newyearcountdownclock-4.1.10](https://github.com/truecharts/charts/compare/newyearcountdownclock-4.1.9...newyearcountdownclock-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [newyearcountdownclock-4.1.9](https://github.com/truecharts/charts/compare/newyearcountdownclock-4.1.8...newyearcountdownclock-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [newyearcountdownclock-4.1.8](https://github.com/truecharts/charts/compare/newyearcountdownclock-4.1.7...newyearcountdownclock-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [newyearcountdownclock-4.1.7](https://github.com/truecharts/charts/compare/newyearcountdownclock-4.1.6...newyearcountdownclock-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [newyearcountdownclock-4.1.6](https://github.com/truecharts/charts/compare/newyearcountdownclock-4.1.5...newyearcountdownclock-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [newyearcountdownclock-4.1.5](https://github.com/truecharts/charts/compare/newyearcountdownclock-4.1.4...newyearcountdownclock-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [newyearcountdownclock-4.1.4](https://github.com/truecharts/charts/compare/newyearcountdownclock-4.1.3...newyearcountdownclock-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes \ No newline at end of file diff --git a/stable/newyearcountdownclock/5.2.0/Chart.yaml b/stable/newyearcountdownclock/5.2.0/Chart.yaml deleted file mode 100644 index ba7940e0692..00000000000 --- a/stable/newyearcountdownclock/5.2.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Self Hosted, self contained New Year Countdown clock -home: https://truecharts.org/charts/stable/newyearcountdownclock -icon: https://truecharts.org/img/hotlink-ok/chart-icons/newyearcountdownclock.png -keywords: - - newyearcountdownclock - - Tools-Utilities - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: newyearcountdownclock -sources: - - https://github.com/modem7/Docker-NewYearCountdown - - https://github.com/truecharts/charts/tree/master/charts/stable/newyearcountdownclock - - https://hub.docker.com/r/modem7/newyearcountdown -type: application -version: 5.2.0 diff --git a/stable/newyearcountdownclock/5.2.0/charts/common-18.1.2.tgz b/stable/newyearcountdownclock/5.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/newyearcountdownclock/5.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/newyearcountdownclock/5.2.0/ix_values.yaml b/stable/newyearcountdownclock/5.2.0/ix_values.yaml deleted file mode 100644 index 04245ccae95..00000000000 --- a/stable/newyearcountdownclock/5.2.0/ix_values.yaml +++ /dev/null @@ -1,31 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: modem7/newyearcountdown - tag: latest@sha256:45d4ce6a4fd2843a8d5ccd7632264aaaf61582abd1b987c16af0ebcd08491cc3 -persistence: {} -portal: - open: - enabled: false -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - enabled: false - ports: - main: - enabled: false -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false diff --git a/stable/nightscout/5.1.3/.helmignore b/stable/newyearcountdownclock/5.3.0/.helmignore similarity index 100% rename from stable/nightscout/5.1.3/.helmignore rename to stable/newyearcountdownclock/5.3.0/.helmignore diff --git a/stable/newyearcountdownclock/5.3.0/CHANGELOG.md b/stable/newyearcountdownclock/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..7a77d58accd --- /dev/null +++ b/stable/newyearcountdownclock/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [newyearcountdownclock-5.3.0](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.2.4...newyearcountdownclock-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [newyearcountdownclock-5.2.4](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.2.3...newyearcountdownclock-5.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [newyearcountdownclock-5.2.3](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.2.1...newyearcountdownclock-5.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + +## [newyearcountdownclock-4.1.11](https://github.com/truecharts/charts/compare/newyearcountdownclock-4.1.10...newyearcountdownclock-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [newyearcountdownclock-4.1.10](https://github.com/truecharts/charts/compare/newyearcountdownclock-4.1.9...newyearcountdownclock-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [newyearcountdownclock-4.1.9](https://github.com/truecharts/charts/compare/newyearcountdownclock-4.1.8...newyearcountdownclock-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [newyearcountdownclock-4.1.8](https://github.com/truecharts/charts/compare/newyearcountdownclock-4.1.7...newyearcountdownclock-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [newyearcountdownclock-4.1.7](https://github.com/truecharts/charts/compare/newyearcountdownclock-4.1.6...newyearcountdownclock-4.1.7) (2024-01-21) + +### Chore + + diff --git a/stable/newyearcountdownclock/5.3.0/Chart.yaml b/stable/newyearcountdownclock/5.3.0/Chart.yaml new file mode 100644 index 00000000000..3ce91d46b37 --- /dev/null +++ b/stable/newyearcountdownclock/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Self Hosted, self contained New Year Countdown clock +home: https://truecharts.org/charts/stable/newyearcountdownclock +icon: https://truecharts.org/img/hotlink-ok/chart-icons/newyearcountdownclock.png +keywords: + - newyearcountdownclock + - Tools-Utilities + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: newyearcountdownclock +sources: + - https://github.com/modem7/Docker-NewYearCountdown + - https://github.com/truecharts/charts/tree/master/charts/stable/newyearcountdownclock + - https://hub.docker.com/r/modem7/newyearcountdown +type: application +version: 5.3.0 diff --git a/stable/newyearcountdownclock/5.2.0/README.md b/stable/newyearcountdownclock/5.3.0/README.md similarity index 100% rename from stable/newyearcountdownclock/5.2.0/README.md rename to stable/newyearcountdownclock/5.3.0/README.md diff --git a/stable/newyearcountdownclock/5.3.0/app-changelog.md b/stable/newyearcountdownclock/5.3.0/app-changelog.md new file mode 100644 index 00000000000..8ed1ed2e0d6 --- /dev/null +++ b/stable/newyearcountdownclock/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [newyearcountdownclock-5.3.0](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.2.4...newyearcountdownclock-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/newyearcountdownclock/5.2.0/app-readme.md b/stable/newyearcountdownclock/5.3.0/app-readme.md similarity index 100% rename from stable/newyearcountdownclock/5.2.0/app-readme.md rename to stable/newyearcountdownclock/5.3.0/app-readme.md diff --git a/stable/newyearcountdownclock/5.3.0/charts/common-18.2.0.tgz b/stable/newyearcountdownclock/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/newyearcountdownclock/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/newyearcountdownclock/5.3.0/ix_values.yaml b/stable/newyearcountdownclock/5.3.0/ix_values.yaml new file mode 100644 index 00000000000..885f71f3815 --- /dev/null +++ b/stable/newyearcountdownclock/5.3.0/ix_values.yaml @@ -0,0 +1,31 @@ +image: + pullPolicy: IfNotPresent + repository: modem7/newyearcountdown + tag: latest@sha256:37483dc3986e402c97ab7ac5821e0ccd080ebcf393f8d36caca64e26281ca86b +persistence: {} +portal: + open: + enabled: false +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + enabled: false + ports: + main: + enabled: false +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false diff --git a/stable/newyearcountdownclock/5.2.0/questions.yaml b/stable/newyearcountdownclock/5.3.0/questions.yaml similarity index 100% rename from stable/newyearcountdownclock/5.2.0/questions.yaml rename to stable/newyearcountdownclock/5.3.0/questions.yaml diff --git a/stable/newyearcountdownclock/5.2.0/templates/common.yaml b/stable/newyearcountdownclock/5.3.0/templates/common.yaml similarity index 100% rename from stable/newyearcountdownclock/5.2.0/templates/common.yaml rename to stable/newyearcountdownclock/5.3.0/templates/common.yaml diff --git a/stable/nightscout/5.1.3/values.yaml b/stable/newyearcountdownclock/5.3.0/values.yaml similarity index 100% rename from stable/nightscout/5.1.3/values.yaml rename to stable/newyearcountdownclock/5.3.0/values.yaml diff --git a/stable/nextpvr/9.1.3/CHANGELOG.md b/stable/nextpvr/9.1.3/CHANGELOG.md deleted file mode 100644 index 83f500146e8..00000000000 --- a/stable/nextpvr/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [nextpvr-8.1.11](https://github.com/truecharts/charts/compare/nextpvr-8.1.10...nextpvr-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [nextpvr-8.1.10](https://github.com/truecharts/charts/compare/nextpvr-8.1.9...nextpvr-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [nextpvr-8.1.9](https://github.com/truecharts/charts/compare/nextpvr-8.1.8...nextpvr-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [nextpvr-8.1.8](https://github.com/truecharts/charts/compare/nextpvr-8.1.7...nextpvr-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [nextpvr-8.1.7](https://github.com/truecharts/charts/compare/nextpvr-8.1.6...nextpvr-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [nextpvr-8.1.6](https://github.com/truecharts/charts/compare/nextpvr-8.1.5...nextpvr-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [nextpvr-8.1.5](https://github.com/truecharts/charts/compare/nextpvr-8.1.4...nextpvr-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [nextpvr-8.1.4](https://github.com/truecharts/charts/compare/nextpvr-8.1.3...nextpvr-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [nextpvr-8.1.3](https://github.com/truecharts/charts/compare/nextpvr-8.1.0...nextpvr-8.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/nextpvr/9.1.3/Chart.yaml b/stable/nextpvr/9.1.3/Chart.yaml deleted file mode 100644 index e388c609df4..00000000000 --- a/stable/nextpvr/9.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: stable -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: NextPVR is a personal video recorder application, with the goal making it easy to watch or record live TV. -home: https://truecharts.org/charts/stable/nextpvr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextpvr.png -keywords: - - pvr - - recorder -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: nextpvr -sources: - - https://github.com/sub3/NextPVR/wiki/Install-Docker - - https://github.com/truecharts/charts/tree/master/charts/stable/nextpvr - - https://hub.docker.com/r/nextpvr/nextpvr_amd64 -type: application -version: 9.1.3 diff --git a/stable/nextpvr/9.1.3/charts/common-18.0.3.tgz b/stable/nextpvr/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/nextpvr/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/nitter/6.1.3/.helmignore b/stable/nextpvr/9.3.0/.helmignore similarity index 100% rename from stable/nitter/6.1.3/.helmignore rename to stable/nextpvr/9.3.0/.helmignore diff --git a/stable/nextpvr/9.3.0/CHANGELOG.md b/stable/nextpvr/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..74ae57eb714 --- /dev/null +++ b/stable/nextpvr/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nextpvr-9.3.0](https://github.com/truecharts/charts/compare/nextpvr-9.2.3...nextpvr-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [nextpvr-9.2.3](https://github.com/truecharts/charts/compare/nextpvr-9.2.2...nextpvr-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [nextpvr-9.2.2](https://github.com/truecharts/charts/compare/nextpvr-9.2.0...nextpvr-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [nextpvr-8.1.11](https://github.com/truecharts/charts/compare/nextpvr-8.1.10...nextpvr-8.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [nextpvr-8.1.10](https://github.com/truecharts/charts/compare/nextpvr-8.1.9...nextpvr-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [nextpvr-8.1.9](https://github.com/truecharts/charts/compare/nextpvr-8.1.8...nextpvr-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [nextpvr-8.1.8](https://github.com/truecharts/charts/compare/nextpvr-8.1.7...nextpvr-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [nextpvr-8.1.7](https://github.com/truecharts/charts/compare/nextpvr-8.1.6...nextpvr-8.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [nextpvr-8.1.6](https://github.com/truecharts/charts/compare/nextpvr-8.1.5...nextpvr-8.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/nextpvr/9.3.0/Chart.yaml b/stable/nextpvr/9.3.0/Chart.yaml new file mode 100644 index 00000000000..a632c44b3d4 --- /dev/null +++ b/stable/nextpvr/9.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: stable +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: NextPVR is a personal video recorder application, with the goal making it easy to watch or record live TV. +home: https://truecharts.org/charts/stable/nextpvr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextpvr.png +keywords: + - pvr + - recorder +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nextpvr +sources: + - https://github.com/sub3/NextPVR/wiki/Install-Docker + - https://github.com/truecharts/charts/tree/master/charts/stable/nextpvr + - https://hub.docker.com/r/nextpvr/nextpvr_amd64 +type: application +version: 9.3.0 diff --git a/stable/nextpvr/9.1.3/README.md b/stable/nextpvr/9.3.0/README.md similarity index 100% rename from stable/nextpvr/9.1.3/README.md rename to stable/nextpvr/9.3.0/README.md diff --git a/stable/nextpvr/9.3.0/app-changelog.md b/stable/nextpvr/9.3.0/app-changelog.md new file mode 100644 index 00000000000..7a4f3e30d50 --- /dev/null +++ b/stable/nextpvr/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [nextpvr-9.3.0](https://github.com/truecharts/charts/compare/nextpvr-9.2.3...nextpvr-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/nextpvr/9.1.3/app-readme.md b/stable/nextpvr/9.3.0/app-readme.md similarity index 100% rename from stable/nextpvr/9.1.3/app-readme.md rename to stable/nextpvr/9.3.0/app-readme.md diff --git a/stable/nextpvr/9.3.0/charts/common-18.2.0.tgz b/stable/nextpvr/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/nextpvr/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/nextpvr/9.1.3/ix_values.yaml b/stable/nextpvr/9.3.0/ix_values.yaml similarity index 100% rename from stable/nextpvr/9.1.3/ix_values.yaml rename to stable/nextpvr/9.3.0/ix_values.yaml diff --git a/stable/nextpvr/9.1.3/questions.yaml b/stable/nextpvr/9.3.0/questions.yaml similarity index 100% rename from stable/nextpvr/9.1.3/questions.yaml rename to stable/nextpvr/9.3.0/questions.yaml diff --git a/stable/nocodb/13.2.1/templates/NOTES.txt b/stable/nextpvr/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/nocodb/13.2.1/templates/NOTES.txt rename to stable/nextpvr/9.3.0/templates/NOTES.txt diff --git a/stable/node-red/18.2.0/templates/common.yaml b/stable/nextpvr/9.3.0/templates/common.yaml similarity index 100% rename from stable/node-red/18.2.0/templates/common.yaml rename to stable/nextpvr/9.3.0/templates/common.yaml diff --git a/stable/nitter/6.1.3/values.yaml b/stable/nextpvr/9.3.0/values.yaml similarity index 100% rename from stable/nitter/6.1.3/values.yaml rename to stable/nextpvr/9.3.0/values.yaml diff --git a/stable/nexus-oss/5.1.3/CHANGELOG.md b/stable/nexus-oss/5.1.3/CHANGELOG.md deleted file mode 100644 index 84bfdf6a64b..00000000000 --- a/stable/nexus-oss/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [nexus-oss-4.3.0](https://github.com/truecharts/charts/compare/nexus-oss-4.2.5...nexus-oss-4.3.0) (2024-02-12) - -### Chore - - - -- update container image sonatype/nexus3 to v3.65.0[@7394c5a](https://github.com/7394c5a) by renovate ([#18197](https://github.com/truecharts/charts/issues/18197)) - - -## [nexus-oss-4.2.5](https://github.com/truecharts/charts/compare/nexus-oss-4.2.4...nexus-oss-4.2.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [nexus-oss-4.2.4](https://github.com/truecharts/charts/compare/nexus-oss-4.2.3...nexus-oss-4.2.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [nexus-oss-4.2.3](https://github.com/truecharts/charts/compare/nexus-oss-4.2.2...nexus-oss-4.2.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [nexus-oss-4.2.2](https://github.com/truecharts/charts/compare/nexus-oss-4.2.1...nexus-oss-4.2.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [nexus-oss-4.2.1](https://github.com/truecharts/charts/compare/nexus-oss-4.2.0...nexus-oss-4.2.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [nexus-oss-4.2.0](https://github.com/truecharts/charts/compare/nexus-oss-4.1.6...nexus-oss-4.2.0) (2024-01-14) - -### Chore - - - -- update container image sonatype/nexus3 to v3.64.0[@b0cfe12](https://github.com/b0cfe12) by renovate ([#17209](https://github.com/truecharts/charts/issues/17209)) - - - - -## [nexus-oss-4.1.6](https://github.com/truecharts/charts/compare/nexus-oss-4.1.5...nexus-oss-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [nexus-oss-4.1.5](https://github.com/truecharts/charts/compare/nexus-oss-4.1.4...nexus-oss-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - diff --git a/stable/nexus-oss/5.1.3/Chart.yaml b/stable/nexus-oss/5.1.3/Chart.yaml deleted file mode 100644 index 75be85fa739..00000000000 --- a/stable/nexus-oss/5.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.65.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Sonatype Nexus open source is a artifact repository manager -home: https://truecharts.org/charts/stable/nexus-oss -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nexus-oss.png -keywords: - - nexus-oss - - productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: nexus-oss -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/nexus-oss - - https://hub.docker.com/r/sonatype/nexus3 -type: application -version: 5.1.3 diff --git a/stable/nexus-oss/5.1.3/charts/common-18.0.3.tgz b/stable/nexus-oss/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/nexus-oss/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/nntp2nntp/9.1.3/.helmignore b/stable/nexus-oss/5.3.0/.helmignore similarity index 100% rename from stable/nntp2nntp/9.1.3/.helmignore rename to stable/nexus-oss/5.3.0/.helmignore diff --git a/stable/nexus-oss/5.3.0/CHANGELOG.md b/stable/nexus-oss/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..e28459cc029 --- /dev/null +++ b/stable/nexus-oss/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nexus-oss-5.3.0](https://github.com/truecharts/charts/compare/nexus-oss-5.2.3...nexus-oss-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [nexus-oss-5.2.3](https://github.com/truecharts/charts/compare/nexus-oss-5.2.2...nexus-oss-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [nexus-oss-5.2.2](https://github.com/truecharts/charts/compare/nexus-oss-5.2.0...nexus-oss-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [nexus-oss-4.3.0](https://github.com/truecharts/charts/compare/nexus-oss-4.2.5...nexus-oss-4.3.0) (2024-02-12) + +### Chore + + + +- update container image sonatype/nexus3 to v3.65.0[@7394c5a](https://github.com/7394c5a) by renovate ([#18197](https://github.com/truecharts/charts/issues/18197)) + + +## [nexus-oss-4.2.5](https://github.com/truecharts/charts/compare/nexus-oss-4.2.4...nexus-oss-4.2.5) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [nexus-oss-4.2.4](https://github.com/truecharts/charts/compare/nexus-oss-4.2.3...nexus-oss-4.2.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [nexus-oss-4.2.3](https://github.com/truecharts/charts/compare/nexus-oss-4.2.2...nexus-oss-4.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [nexus-oss-4.2.2](https://github.com/truecharts/charts/compare/nexus-oss-4.2.1...nexus-oss-4.2.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [nexus-oss-4.2.1](https://github.com/truecharts/charts/compare/nexus-oss-4.2.0...nexus-oss-4.2.1) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/nexus-oss/5.3.0/Chart.yaml b/stable/nexus-oss/5.3.0/Chart.yaml new file mode 100644 index 00000000000..1aa8f260ccc --- /dev/null +++ b/stable/nexus-oss/5.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.65.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Sonatype Nexus open source is a artifact repository manager +home: https://truecharts.org/charts/stable/nexus-oss +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nexus-oss.png +keywords: + - nexus-oss + - productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nexus-oss +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/nexus-oss + - https://hub.docker.com/r/sonatype/nexus3 +type: application +version: 5.3.0 diff --git a/stable/nexus-oss/5.1.3/README.md b/stable/nexus-oss/5.3.0/README.md similarity index 100% rename from stable/nexus-oss/5.1.3/README.md rename to stable/nexus-oss/5.3.0/README.md diff --git a/stable/nexus-oss/5.3.0/app-changelog.md b/stable/nexus-oss/5.3.0/app-changelog.md new file mode 100644 index 00000000000..76a58837208 --- /dev/null +++ b/stable/nexus-oss/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [nexus-oss-5.3.0](https://github.com/truecharts/charts/compare/nexus-oss-5.2.3...nexus-oss-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/nexus-oss/5.1.3/app-readme.md b/stable/nexus-oss/5.3.0/app-readme.md similarity index 100% rename from stable/nexus-oss/5.1.3/app-readme.md rename to stable/nexus-oss/5.3.0/app-readme.md diff --git a/stable/nexus-oss/5.3.0/charts/common-18.2.0.tgz b/stable/nexus-oss/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/nexus-oss/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/nexus-oss/5.1.3/ix_values.yaml b/stable/nexus-oss/5.3.0/ix_values.yaml similarity index 100% rename from stable/nexus-oss/5.1.3/ix_values.yaml rename to stable/nexus-oss/5.3.0/ix_values.yaml diff --git a/stable/nexus-oss/5.1.3/questions.yaml b/stable/nexus-oss/5.3.0/questions.yaml similarity index 100% rename from stable/nexus-oss/5.1.3/questions.yaml rename to stable/nexus-oss/5.3.0/questions.yaml diff --git a/stable/nexus-oss/5.1.3/templates/common.yaml b/stable/nexus-oss/5.3.0/templates/common.yaml similarity index 100% rename from stable/nexus-oss/5.1.3/templates/common.yaml rename to stable/nexus-oss/5.3.0/templates/common.yaml diff --git a/stable/nntp2nntp/9.1.3/values.yaml b/stable/nexus-oss/5.3.0/values.yaml similarity index 100% rename from stable/nntp2nntp/9.1.3/values.yaml rename to stable/nexus-oss/5.3.0/values.yaml diff --git a/stable/nginx-proxy-manager/9.4.0/CHANGELOG.md b/stable/nginx-proxy-manager/9.4.0/CHANGELOG.md deleted file mode 100644 index ce047030cba..00000000000 --- a/stable/nginx-proxy-manager/9.4.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - -## [nginx-proxy-manager-8.2.7](https://github.com/truecharts/charts/compare/nginx-proxy-manager-8.2.6...nginx-proxy-manager-8.2.7) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [nginx-proxy-manager-8.2.6](https://github.com/truecharts/charts/compare/nginx-proxy-manager-8.2.5...nginx-proxy-manager-8.2.6) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [nginx-proxy-manager-8.2.5](https://github.com/truecharts/charts/compare/nginx-proxy-manager-8.2.4...nginx-proxy-manager-8.2.5) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [nginx-proxy-manager-8.2.4](https://github.com/truecharts/charts/compare/nginx-proxy-manager-8.2.3...nginx-proxy-manager-8.2.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [nginx-proxy-manager-8.2.3](https://github.com/truecharts/charts/compare/nginx-proxy-manager-8.2.2...nginx-proxy-manager-8.2.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [nginx-proxy-manager-8.2.2](https://github.com/truecharts/charts/compare/nginx-proxy-manager-8.2.1...nginx-proxy-manager-8.2.2) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [nginx-proxy-manager-8.2.1](https://github.com/truecharts/charts/compare/nginx-proxy-manager-8.2.0...nginx-proxy-manager-8.2.1) (2024-01-21) - -### Chore - - - -- update container image jc21/nginx-proxy-manager to v2.11.1[@5b2d87d](https://github.com/5b2d87d) by renovate ([#17427](https://github.com/truecharts/charts/issues/17427)) - - -## [nginx-proxy-manager-8.2.0](https://github.com/truecharts/charts/compare/nginx-proxy-manager-8.1.10...nginx-proxy-manager-8.2.0) (2024-01-19) - -### Chore - - - -- update container image jc21/nginx-proxy-manager to v2.11.0[@2ee1f82](https://github.com/2ee1f82) by renovate ([#17307](https://github.com/truecharts/charts/issues/17307)) - - - - -## [nginx-proxy-manager-8.1.10](https://github.com/truecharts/charts/compare/nginx-proxy-manager-8.1.9...nginx-proxy-manager-8.1.10) (2024-01-09) diff --git a/stable/nginx-proxy-manager/9.4.0/Chart.yaml b/stable/nginx-proxy-manager/9.4.0/Chart.yaml deleted file mode 100644 index 3d61ccfa628..00000000000 --- a/stable/nginx-proxy-manager/9.4.0/Chart.yaml +++ /dev/null @@ -1,46 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.11.1 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.2.0 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Managing Nginx proxy hosts with a simple, powerful interface. -home: https://truecharts.org/charts/stable/nginx-proxy-manager -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nginx-proxy-manager.png -keywords: - - nginx-proxy-manager - - nginx - - reverse-proxy -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: nginx-proxy-manager -sources: - - https://nginxproxymanager.com/ - - https://github.com/NginxProxyManager/nginx-proxy-manager - - https://github.com/truecharts/charts/tree/master/charts/stable/nginx-proxy-manager - - https://hub.docker.com/r/jc21/nginx-proxy-manager -type: application -version: 9.4.0 diff --git a/stable/nginx-proxy-manager/9.4.0/charts/common-18.1.2.tgz b/stable/nginx-proxy-manager/9.4.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/nginx-proxy-manager/9.4.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/nginx-proxy-manager/9.4.0/charts/mariadb-13.2.0.tgz b/stable/nginx-proxy-manager/9.4.0/charts/mariadb-13.2.0.tgz deleted file mode 100644 index dabbdf01e25..00000000000 Binary files a/stable/nginx-proxy-manager/9.4.0/charts/mariadb-13.2.0.tgz and /dev/null differ diff --git a/stable/nginx-proxy-manager/9.4.0/ix_values.yaml b/stable/nginx-proxy-manager/9.4.0/ix_values.yaml deleted file mode 100644 index fa8d027b35a..00000000000 --- a/stable/nginx-proxy-manager/9.4.0/ix_values.yaml +++ /dev/null @@ -1,91 +0,0 @@ -image: - repository: jc21/nginx-proxy-manager - pullPolicy: IfNotPresent - tag: 2.11.1@sha256:5b2d87d3c060e4a364df0109d8188d816ec07273697ad350aa4beeab63529f74 -service: - main: - ports: - main: - targetPort: 81 - protocol: http - port: 10582 - web: - enabled: true - ports: - web: - enabled: true - targetPort: 80 - protocol: http - port: 10583 - websecure: - enabled: true - ports: - websecure: - enabled: true - targetPort: 443 - protocol: https - port: 10584 -persistence: - data: - enabled: true - mountPath: /data - size: 256Gi - letsencrypt: - enabled: true - mountPath: /etc/letsencrypt - size: 256Gi -mariadb: - enabled: true - mariadbUsername: npm - mariadbDatabase: npm -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: true - custom: true - spec: - exec: - command: - - /bin/check-health - readiness: - enabled: true - custom: true - spec: - exec: - command: - - /bin/check-health - startup: - enabled: true - custom: true - spec: - exec: - command: - - /bin/check-health - env: - DISABLE_IPV6: true - DB_MYSQL_PORT: 3306 - DB_MYSQL_NAME: "{{ .Values.mariadb.mariadbDatabase }}" - DB_MYSQL_USER: "{{ .Values.mariadb.mariadbUsername }}" - DB_MYSQL_HOST: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' - key: plainhost - DB_MYSQL_PASSWORD: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' - key: mariadb-password diff --git a/stable/nocodb/13.2.1/.helmignore b/stable/nginx-proxy-manager/9.5.0/.helmignore similarity index 100% rename from stable/nocodb/13.2.1/.helmignore rename to stable/nginx-proxy-manager/9.5.0/.helmignore diff --git a/stable/nginx-proxy-manager/9.5.0/CHANGELOG.md b/stable/nginx-proxy-manager/9.5.0/CHANGELOG.md new file mode 100644 index 00000000000..027d45f02f6 --- /dev/null +++ b/stable/nginx-proxy-manager/9.5.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nginx-proxy-manager-9.5.0](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.4.4...nginx-proxy-manager-9.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [nginx-proxy-manager-9.4.4](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.4.3...nginx-proxy-manager-9.4.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [nginx-proxy-manager-9.4.3](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.4.1...nginx-proxy-manager-9.4.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + +## [nginx-proxy-manager-8.2.7](https://github.com/truecharts/charts/compare/nginx-proxy-manager-8.2.6...nginx-proxy-manager-8.2.7) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [nginx-proxy-manager-8.2.6](https://github.com/truecharts/charts/compare/nginx-proxy-manager-8.2.5...nginx-proxy-manager-8.2.6) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [nginx-proxy-manager-8.2.5](https://github.com/truecharts/charts/compare/nginx-proxy-manager-8.2.4...nginx-proxy-manager-8.2.5) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [nginx-proxy-manager-8.2.4](https://github.com/truecharts/charts/compare/nginx-proxy-manager-8.2.3...nginx-proxy-manager-8.2.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [nginx-proxy-manager-8.2.3](https://github.com/truecharts/charts/compare/nginx-proxy-manager-8.2.2...nginx-proxy-manager-8.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [nginx-proxy-manager-8.2.2](https://github.com/truecharts/charts/compare/nginx-proxy-manager-8.2.1...nginx-proxy-manager-8.2.2) (2024-01-21) \ No newline at end of file diff --git a/stable/nginx-proxy-manager/9.5.0/Chart.yaml b/stable/nginx-proxy-manager/9.5.0/Chart.yaml new file mode 100644 index 00000000000..a887a1f6082 --- /dev/null +++ b/stable/nginx-proxy-manager/9.5.0/Chart.yaml @@ -0,0 +1,46 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.11.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.2.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Managing Nginx proxy hosts with a simple, powerful interface. +home: https://truecharts.org/charts/stable/nginx-proxy-manager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nginx-proxy-manager.png +keywords: + - nginx-proxy-manager + - nginx + - reverse-proxy +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nginx-proxy-manager +sources: + - https://nginxproxymanager.com/ + - https://github.com/NginxProxyManager/nginx-proxy-manager + - https://github.com/truecharts/charts/tree/master/charts/stable/nginx-proxy-manager + - https://hub.docker.com/r/jc21/nginx-proxy-manager +type: application +version: 9.5.0 diff --git a/stable/nginx-proxy-manager/9.4.0/README.md b/stable/nginx-proxy-manager/9.5.0/README.md similarity index 100% rename from stable/nginx-proxy-manager/9.4.0/README.md rename to stable/nginx-proxy-manager/9.5.0/README.md diff --git a/stable/nginx-proxy-manager/9.5.0/app-changelog.md b/stable/nginx-proxy-manager/9.5.0/app-changelog.md new file mode 100644 index 00000000000..eb30fe2e8c7 --- /dev/null +++ b/stable/nginx-proxy-manager/9.5.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [nginx-proxy-manager-9.5.0](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.4.4...nginx-proxy-manager-9.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/nginx-proxy-manager/9.4.0/app-readme.md b/stable/nginx-proxy-manager/9.5.0/app-readme.md similarity index 100% rename from stable/nginx-proxy-manager/9.4.0/app-readme.md rename to stable/nginx-proxy-manager/9.5.0/app-readme.md diff --git a/stable/nginx-proxy-manager/9.5.0/charts/common-18.2.0.tgz b/stable/nginx-proxy-manager/9.5.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/nginx-proxy-manager/9.5.0/charts/common-18.2.0.tgz differ diff --git a/stable/nginx-proxy-manager/9.5.0/charts/mariadb-13.2.0.tgz b/stable/nginx-proxy-manager/9.5.0/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/nginx-proxy-manager/9.5.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/nginx-proxy-manager/9.5.0/ix_values.yaml b/stable/nginx-proxy-manager/9.5.0/ix_values.yaml new file mode 100644 index 00000000000..6ca704fd7dc --- /dev/null +++ b/stable/nginx-proxy-manager/9.5.0/ix_values.yaml @@ -0,0 +1,91 @@ +image: + repository: jc21/nginx-proxy-manager + pullPolicy: IfNotPresent + tag: 2.11.1@sha256:7f67eed835ed95108623183b35471f953630a7be480d6a2009bd79c68667ac77 +service: + main: + ports: + main: + targetPort: 81 + protocol: http + port: 10582 + web: + enabled: true + ports: + web: + enabled: true + targetPort: 80 + protocol: http + port: 10583 + websecure: + enabled: true + ports: + websecure: + enabled: true + targetPort: 443 + protocol: https + port: 10584 +persistence: + data: + enabled: true + mountPath: /data + size: 256Gi + letsencrypt: + enabled: true + mountPath: /etc/letsencrypt + size: 256Gi +mariadb: + enabled: true + mariadbUsername: npm + mariadbDatabase: npm +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: true + custom: true + spec: + exec: + command: + - /bin/check-health + readiness: + enabled: true + custom: true + spec: + exec: + command: + - /bin/check-health + startup: + enabled: true + custom: true + spec: + exec: + command: + - /bin/check-health + env: + DISABLE_IPV6: true + DB_MYSQL_PORT: 3306 + DB_MYSQL_NAME: "{{ .Values.mariadb.mariadbDatabase }}" + DB_MYSQL_USER: "{{ .Values.mariadb.mariadbUsername }}" + DB_MYSQL_HOST: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' + key: plainhost + DB_MYSQL_PASSWORD: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' + key: mariadb-password diff --git a/stable/nginx-proxy-manager/9.4.0/questions.yaml b/stable/nginx-proxy-manager/9.5.0/questions.yaml similarity index 100% rename from stable/nginx-proxy-manager/9.4.0/questions.yaml rename to stable/nginx-proxy-manager/9.5.0/questions.yaml diff --git a/stable/node-red/18.2.0/templates/NOTES.txt b/stable/nginx-proxy-manager/9.5.0/templates/NOTES.txt similarity index 100% rename from stable/node-red/18.2.0/templates/NOTES.txt rename to stable/nginx-proxy-manager/9.5.0/templates/NOTES.txt diff --git a/stable/nginx-proxy-manager/9.4.0/templates/common.yaml b/stable/nginx-proxy-manager/9.5.0/templates/common.yaml similarity index 100% rename from stable/nginx-proxy-manager/9.4.0/templates/common.yaml rename to stable/nginx-proxy-manager/9.5.0/templates/common.yaml diff --git a/stable/nocodb/13.2.1/values.yaml b/stable/nginx-proxy-manager/9.5.0/values.yaml similarity index 100% rename from stable/nocodb/13.2.1/values.yaml rename to stable/nginx-proxy-manager/9.5.0/values.yaml diff --git a/stable/ngircd/9.1.3/CHANGELOG.md b/stable/ngircd/9.1.3/CHANGELOG.md deleted file mode 100644 index 83421cc46a4..00000000000 --- a/stable/ngircd/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [ngircd-8.1.11](https://github.com/truecharts/charts/compare/ngircd-8.1.10...ngircd-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ngircd-8.1.10](https://github.com/truecharts/charts/compare/ngircd-8.1.9...ngircd-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [ngircd-8.1.9](https://github.com/truecharts/charts/compare/ngircd-8.1.8...ngircd-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [ngircd-8.1.8](https://github.com/truecharts/charts/compare/ngircd-8.1.7...ngircd-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [ngircd-8.1.7](https://github.com/truecharts/charts/compare/ngircd-8.1.6...ngircd-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [ngircd-8.1.6](https://github.com/truecharts/charts/compare/ngircd-8.1.5...ngircd-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [ngircd-8.1.5](https://github.com/truecharts/charts/compare/ngircd-8.1.4...ngircd-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [ngircd-8.1.4](https://github.com/truecharts/charts/compare/ngircd-8.1.3...ngircd-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [ngircd-8.1.3](https://github.com/truecharts/charts/compare/ngircd-8.1.0...ngircd-8.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/ngircd/9.1.3/Chart.yaml b/stable/ngircd/9.1.3/Chart.yaml deleted file mode 100644 index c7eac3835d0..00000000000 --- a/stable/ngircd/9.1.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2021.11.21 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Ngircd is a free, portable and lightweight Internet Relay Chat server for small or private networks. -home: https://truecharts.org/charts/stable/ngircd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ngircd.png -keywords: - - ngircd -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ngircd -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/ngircd - - https://ghcr.io/linuxserver/ngircd -type: application -version: 9.1.3 diff --git a/stable/ngircd/9.1.3/charts/common-18.0.3.tgz b/stable/ngircd/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/ngircd/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/node-red/18.2.0/.helmignore b/stable/ngircd/9.3.0/.helmignore similarity index 100% rename from stable/node-red/18.2.0/.helmignore rename to stable/ngircd/9.3.0/.helmignore diff --git a/stable/ngircd/9.3.0/CHANGELOG.md b/stable/ngircd/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..a9220a785de --- /dev/null +++ b/stable/ngircd/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ngircd-9.3.0](https://github.com/truecharts/charts/compare/ngircd-9.2.3...ngircd-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [ngircd-9.2.3](https://github.com/truecharts/charts/compare/ngircd-9.2.2...ngircd-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [ngircd-9.2.2](https://github.com/truecharts/charts/compare/ngircd-9.2.0...ngircd-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [ngircd-8.1.11](https://github.com/truecharts/charts/compare/ngircd-8.1.10...ngircd-8.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [ngircd-8.1.10](https://github.com/truecharts/charts/compare/ngircd-8.1.9...ngircd-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [ngircd-8.1.9](https://github.com/truecharts/charts/compare/ngircd-8.1.8...ngircd-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [ngircd-8.1.8](https://github.com/truecharts/charts/compare/ngircd-8.1.7...ngircd-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [ngircd-8.1.7](https://github.com/truecharts/charts/compare/ngircd-8.1.6...ngircd-8.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [ngircd-8.1.6](https://github.com/truecharts/charts/compare/ngircd-8.1.5...ngircd-8.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/ngircd/9.3.0/Chart.yaml b/stable/ngircd/9.3.0/Chart.yaml new file mode 100644 index 00000000000..ed17031ac18 --- /dev/null +++ b/stable/ngircd/9.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2021.11.21 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Ngircd is a free, portable and lightweight Internet Relay Chat server for small or private networks. +home: https://truecharts.org/charts/stable/ngircd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ngircd.png +keywords: + - ngircd +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ngircd +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ngircd + - https://ghcr.io/linuxserver/ngircd +type: application +version: 9.3.0 diff --git a/stable/ngircd/9.1.3/README.md b/stable/ngircd/9.3.0/README.md similarity index 100% rename from stable/ngircd/9.1.3/README.md rename to stable/ngircd/9.3.0/README.md diff --git a/stable/ngircd/9.3.0/app-changelog.md b/stable/ngircd/9.3.0/app-changelog.md new file mode 100644 index 00000000000..6a7a3658ba8 --- /dev/null +++ b/stable/ngircd/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ngircd-9.3.0](https://github.com/truecharts/charts/compare/ngircd-9.2.3...ngircd-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/ngircd/9.1.3/app-readme.md b/stable/ngircd/9.3.0/app-readme.md similarity index 100% rename from stable/ngircd/9.1.3/app-readme.md rename to stable/ngircd/9.3.0/app-readme.md diff --git a/stable/ngircd/9.3.0/charts/common-18.2.0.tgz b/stable/ngircd/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/ngircd/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/ngircd/9.1.3/ix_values.yaml b/stable/ngircd/9.3.0/ix_values.yaml similarity index 100% rename from stable/ngircd/9.1.3/ix_values.yaml rename to stable/ngircd/9.3.0/ix_values.yaml diff --git a/stable/ngircd/9.1.3/questions.yaml b/stable/ngircd/9.3.0/questions.yaml similarity index 100% rename from stable/ngircd/9.1.3/questions.yaml rename to stable/ngircd/9.3.0/questions.yaml diff --git a/stable/novnc/10.1.3/templates/NOTES.txt b/stable/ngircd/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/novnc/10.1.3/templates/NOTES.txt rename to stable/ngircd/9.3.0/templates/NOTES.txt diff --git a/stable/notifiarr/4.1.3/templates/common.yaml b/stable/ngircd/9.3.0/templates/common.yaml similarity index 100% rename from stable/notifiarr/4.1.3/templates/common.yaml rename to stable/ngircd/9.3.0/templates/common.yaml diff --git a/stable/node-red/18.2.0/values.yaml b/stable/ngircd/9.3.0/values.yaml similarity index 100% rename from stable/node-red/18.2.0/values.yaml rename to stable/ngircd/9.3.0/values.yaml diff --git a/stable/nightscout/5.1.3/CHANGELOG.md b/stable/nightscout/5.1.3/CHANGELOG.md deleted file mode 100644 index c5e7093af17..00000000000 --- a/stable/nightscout/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [nightscout-4.1.11](https://github.com/truecharts/charts/compare/nightscout-4.1.10...nightscout-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [nightscout-4.1.10](https://github.com/truecharts/charts/compare/nightscout-4.1.9...nightscout-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [nightscout-4.1.9](https://github.com/truecharts/charts/compare/nightscout-4.1.8...nightscout-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [nightscout-4.1.8](https://github.com/truecharts/charts/compare/nightscout-4.1.7...nightscout-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [nightscout-4.1.7](https://github.com/truecharts/charts/compare/nightscout-4.1.6...nightscout-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [nightscout-4.1.6](https://github.com/truecharts/charts/compare/nightscout-4.1.5...nightscout-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [nightscout-4.1.5](https://github.com/truecharts/charts/compare/nightscout-4.1.4...nightscout-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [nightscout-4.1.4](https://github.com/truecharts/charts/compare/nightscout-4.1.3...nightscout-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [nightscout-4.1.3](https://github.com/truecharts/charts/compare/nightscout-4.1.0...nightscout-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/nightscout/5.1.3/Chart.yaml b/stable/nightscout/5.1.3/Chart.yaml deleted file mode 100644 index e239a15c669..00000000000 --- a/stable/nightscout/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Allows the installation of Nightscout, a remote CGM monitoring system. It allows the upload and display of blood glucous values and can be configuered to issue warnings etc. This is mainly useful to diabetics. -home: https://truecharts.org/charts/stable/nightscout -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nightscout.png -keywords: - - nightscout - - Cloud -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: nightscout -sources: - - https://github.com/nightscout/cgm-remote-monitor - - https://registry.hub.docker.com/r/nightscout/cgm-remote-monitor-travis - - https://github.com/truecharts/charts/tree/master/charts/stable/nightscout - - https://hub.docker.com/r/nightscout/cgm-remote-monitor-travis -type: application -version: 5.1.3 diff --git a/stable/nightscout/5.1.3/charts/common-18.0.3.tgz b/stable/nightscout/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/nightscout/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/nosqlclient/5.1.3/.helmignore b/stable/nightscout/5.3.0/.helmignore similarity index 100% rename from stable/nosqlclient/5.1.3/.helmignore rename to stable/nightscout/5.3.0/.helmignore diff --git a/stable/nightscout/5.3.0/CHANGELOG.md b/stable/nightscout/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..7c21665230a --- /dev/null +++ b/stable/nightscout/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nightscout-5.3.0](https://github.com/truecharts/charts/compare/nightscout-5.2.3...nightscout-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [nightscout-5.2.3](https://github.com/truecharts/charts/compare/nightscout-5.2.2...nightscout-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [nightscout-5.2.2](https://github.com/truecharts/charts/compare/nightscout-5.2.0...nightscout-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [nightscout-4.1.11](https://github.com/truecharts/charts/compare/nightscout-4.1.10...nightscout-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [nightscout-4.1.10](https://github.com/truecharts/charts/compare/nightscout-4.1.9...nightscout-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [nightscout-4.1.9](https://github.com/truecharts/charts/compare/nightscout-4.1.8...nightscout-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [nightscout-4.1.8](https://github.com/truecharts/charts/compare/nightscout-4.1.7...nightscout-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [nightscout-4.1.7](https://github.com/truecharts/charts/compare/nightscout-4.1.6...nightscout-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [nightscout-4.1.6](https://github.com/truecharts/charts/compare/nightscout-4.1.5...nightscout-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/nightscout/5.3.0/Chart.yaml b/stable/nightscout/5.3.0/Chart.yaml new file mode 100644 index 00000000000..e614e2ca9e2 --- /dev/null +++ b/stable/nightscout/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Allows the installation of Nightscout, a remote CGM monitoring system. It allows the upload and display of blood glucous values and can be configuered to issue warnings etc. This is mainly useful to diabetics. +home: https://truecharts.org/charts/stable/nightscout +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nightscout.png +keywords: + - nightscout + - Cloud +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nightscout +sources: + - https://github.com/nightscout/cgm-remote-monitor + - https://registry.hub.docker.com/r/nightscout/cgm-remote-monitor-travis + - https://github.com/truecharts/charts/tree/master/charts/stable/nightscout + - https://hub.docker.com/r/nightscout/cgm-remote-monitor-travis +type: application +version: 5.3.0 diff --git a/stable/nightscout/5.1.3/README.md b/stable/nightscout/5.3.0/README.md similarity index 100% rename from stable/nightscout/5.1.3/README.md rename to stable/nightscout/5.3.0/README.md diff --git a/stable/nightscout/5.3.0/app-changelog.md b/stable/nightscout/5.3.0/app-changelog.md new file mode 100644 index 00000000000..030578aa977 --- /dev/null +++ b/stable/nightscout/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [nightscout-5.3.0](https://github.com/truecharts/charts/compare/nightscout-5.2.3...nightscout-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/nightscout/5.1.3/app-readme.md b/stable/nightscout/5.3.0/app-readme.md similarity index 100% rename from stable/nightscout/5.1.3/app-readme.md rename to stable/nightscout/5.3.0/app-readme.md diff --git a/stable/nightscout/5.3.0/charts/common-18.2.0.tgz b/stable/nightscout/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/nightscout/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/nightscout/5.1.3/ix_values.yaml b/stable/nightscout/5.3.0/ix_values.yaml similarity index 100% rename from stable/nightscout/5.1.3/ix_values.yaml rename to stable/nightscout/5.3.0/ix_values.yaml diff --git a/stable/nightscout/5.1.3/questions.yaml b/stable/nightscout/5.3.0/questions.yaml similarity index 100% rename from stable/nightscout/5.1.3/questions.yaml rename to stable/nightscout/5.3.0/questions.yaml diff --git a/stable/nightscout/5.1.3/templates/common.yaml b/stable/nightscout/5.3.0/templates/common.yaml similarity index 100% rename from stable/nightscout/5.1.3/templates/common.yaml rename to stable/nightscout/5.3.0/templates/common.yaml diff --git a/stable/nosqlclient/5.1.3/values.yaml b/stable/nightscout/5.3.0/values.yaml similarity index 100% rename from stable/nosqlclient/5.1.3/values.yaml rename to stable/nightscout/5.3.0/values.yaml diff --git a/stable/nitter/6.1.3/CHANGELOG.md b/stable/nitter/6.1.3/CHANGELOG.md deleted file mode 100644 index 03539cc06f3..00000000000 --- a/stable/nitter/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - -## [nitter-5.1.15](https://github.com/truecharts/charts/compare/nitter-5.1.14...nitter-5.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [nitter-5.1.14](https://github.com/truecharts/charts/compare/nitter-5.1.13...nitter-5.1.14) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [nitter-5.1.13](https://github.com/truecharts/charts/compare/nitter-5.1.12...nitter-5.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [nitter-5.1.12](https://github.com/truecharts/charts/compare/nitter-5.1.11...nitter-5.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [nitter-5.1.11](https://github.com/truecharts/charts/compare/nitter-5.1.10...nitter-5.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [nitter-5.1.10](https://github.com/truecharts/charts/compare/nitter-5.1.9...nitter-5.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [nitter-5.1.9](https://github.com/truecharts/charts/compare/nitter-5.1.8...nitter-5.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [nitter-5.1.8](https://github.com/truecharts/charts/compare/nitter-5.1.7...nitter-5.1.8) (2024-01-02) - -### Chore - - - -- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820)) - - -## [nitter-5.1.7](https://github.com/truecharts/charts/compare/nitter-5.1.6...nitter-5.1.7) (2024-01-02) - -### Chore - diff --git a/stable/nitter/6.1.3/Chart.yaml b/stable/nitter/6.1.3/Chart.yaml deleted file mode 100644 index ff66059258a..00000000000 --- a/stable/nitter/6.1.3/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 11.2.1 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A free and open source alternative Twitter front-end focused on privacy and performance. -home: https://truecharts.org/charts/stable/nitter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nitter.png -keywords: - - nitter - - libre -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: nitter -sources: - - https://github.com/zedeus/nitter - - https://github.com/truecharts/charts/tree/master/charts/stable/nitter - - https://hub.docker.com/r/zedeus/nitter -type: application -version: 6.1.3 diff --git a/stable/nitter/6.1.3/charts/common-18.0.3.tgz b/stable/nitter/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/nitter/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/notarius/5.1.3/.helmignore b/stable/nitter/6.3.0/.helmignore similarity index 100% rename from stable/notarius/5.1.3/.helmignore rename to stable/nitter/6.3.0/.helmignore diff --git a/stable/nitter/6.3.0/CHANGELOG.md b/stable/nitter/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..40c60556059 --- /dev/null +++ b/stable/nitter/6.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nitter-6.3.0](https://github.com/truecharts/charts/compare/nitter-6.2.3...nitter-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [nitter-6.2.3](https://github.com/truecharts/charts/compare/nitter-6.2.2...nitter-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [nitter-6.2.2](https://github.com/truecharts/charts/compare/nitter-6.2.0...nitter-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + +## [nitter-5.1.15](https://github.com/truecharts/charts/compare/nitter-5.1.14...nitter-5.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [nitter-5.1.14](https://github.com/truecharts/charts/compare/nitter-5.1.13...nitter-5.1.14) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [nitter-5.1.13](https://github.com/truecharts/charts/compare/nitter-5.1.12...nitter-5.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [nitter-5.1.12](https://github.com/truecharts/charts/compare/nitter-5.1.11...nitter-5.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [nitter-5.1.11](https://github.com/truecharts/charts/compare/nitter-5.1.10...nitter-5.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [nitter-5.1.10](https://github.com/truecharts/charts/compare/nitter-5.1.9...nitter-5.1.10) (2024-01-21) + +### Chore diff --git a/stable/nitter/6.3.0/Chart.yaml b/stable/nitter/6.3.0/Chart.yaml new file mode 100644 index 00000000000..6b84967516e --- /dev/null +++ b/stable/nitter/6.3.0/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A free and open source alternative Twitter front-end focused on privacy and performance. +home: https://truecharts.org/charts/stable/nitter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nitter.png +keywords: + - nitter + - libre +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nitter +sources: + - https://github.com/zedeus/nitter + - https://github.com/truecharts/charts/tree/master/charts/stable/nitter + - https://hub.docker.com/r/zedeus/nitter +type: application +version: 6.3.0 diff --git a/stable/nitter/6.1.3/README.md b/stable/nitter/6.3.0/README.md similarity index 100% rename from stable/nitter/6.1.3/README.md rename to stable/nitter/6.3.0/README.md diff --git a/stable/nitter/6.3.0/app-changelog.md b/stable/nitter/6.3.0/app-changelog.md new file mode 100644 index 00000000000..2be9561b820 --- /dev/null +++ b/stable/nitter/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [nitter-6.3.0](https://github.com/truecharts/charts/compare/nitter-6.2.3...nitter-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/nitter/6.1.3/app-readme.md b/stable/nitter/6.3.0/app-readme.md similarity index 100% rename from stable/nitter/6.1.3/app-readme.md rename to stable/nitter/6.3.0/app-readme.md diff --git a/stable/nitter/6.3.0/charts/common-18.2.0.tgz b/stable/nitter/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/nitter/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/nitter/6.1.3/charts/redis-11.2.1.tgz b/stable/nitter/6.3.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/nitter/6.1.3/charts/redis-11.2.1.tgz rename to stable/nitter/6.3.0/charts/redis-11.2.1.tgz diff --git a/stable/nitter/6.1.3/ix_values.yaml b/stable/nitter/6.3.0/ix_values.yaml similarity index 100% rename from stable/nitter/6.1.3/ix_values.yaml rename to stable/nitter/6.3.0/ix_values.yaml diff --git a/stable/nitter/6.1.3/questions.yaml b/stable/nitter/6.3.0/questions.yaml similarity index 100% rename from stable/nitter/6.1.3/questions.yaml rename to stable/nitter/6.3.0/questions.yaml diff --git a/stable/ntfy/9.1.3/templates/NOTES.txt b/stable/nitter/6.3.0/templates/NOTES.txt similarity index 100% rename from stable/ntfy/9.1.3/templates/NOTES.txt rename to stable/nitter/6.3.0/templates/NOTES.txt diff --git a/stable/nitter/6.1.3/templates/_configmap.tpl b/stable/nitter/6.3.0/templates/_configmap.tpl similarity index 100% rename from stable/nitter/6.1.3/templates/_configmap.tpl rename to stable/nitter/6.3.0/templates/_configmap.tpl diff --git a/stable/nitter/6.1.3/templates/common.yaml b/stable/nitter/6.3.0/templates/common.yaml similarity index 100% rename from stable/nitter/6.1.3/templates/common.yaml rename to stable/nitter/6.3.0/templates/common.yaml diff --git a/stable/notarius/5.1.3/values.yaml b/stable/nitter/6.3.0/values.yaml similarity index 100% rename from stable/notarius/5.1.3/values.yaml rename to stable/nitter/6.3.0/values.yaml diff --git a/stable/nntp2nntp/9.1.3/CHANGELOG.md b/stable/nntp2nntp/9.1.3/CHANGELOG.md deleted file mode 100644 index e61fb93c571..00000000000 --- a/stable/nntp2nntp/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [nntp2nntp-8.1.11](https://github.com/truecharts/charts/compare/nntp2nntp-8.1.10...nntp2nntp-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [nntp2nntp-8.1.10](https://github.com/truecharts/charts/compare/nntp2nntp-8.1.9...nntp2nntp-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [nntp2nntp-8.1.9](https://github.com/truecharts/charts/compare/nntp2nntp-8.1.8...nntp2nntp-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [nntp2nntp-8.1.8](https://github.com/truecharts/charts/compare/nntp2nntp-8.1.7...nntp2nntp-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [nntp2nntp-8.1.7](https://github.com/truecharts/charts/compare/nntp2nntp-8.1.6...nntp2nntp-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [nntp2nntp-8.1.6](https://github.com/truecharts/charts/compare/nntp2nntp-8.1.5...nntp2nntp-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [nntp2nntp-8.1.5](https://github.com/truecharts/charts/compare/nntp2nntp-8.1.4...nntp2nntp-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [nntp2nntp-8.1.4](https://github.com/truecharts/charts/compare/nntp2nntp-8.1.3...nntp2nntp-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [nntp2nntp-8.1.3](https://github.com/truecharts/charts/compare/nntp2nntp-8.1.0...nntp2nntp-8.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/nntp2nntp/9.1.3/Chart.yaml b/stable/nntp2nntp/9.1.3/Chart.yaml deleted file mode 100644 index 968539a5063..00000000000 --- a/stable/nntp2nntp/9.1.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.3.20230704 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Nntp2nntp proxy allow you to use your NNTP Account from multiple systems, each with own user name and password. -home: https://truecharts.org/charts/stable/nntp2nntp -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nntp2nntp.png -keywords: - - nntp2nntp -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: nntp2nntp -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/nntp2nntp - - https://ghcr.io/linuxserver/nntp2nntp -type: application -version: 9.1.3 diff --git a/stable/nntp2nntp/9.1.3/charts/common-18.0.3.tgz b/stable/nntp2nntp/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/nntp2nntp/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/notea/5.1.3/.helmignore b/stable/nntp2nntp/9.3.0/.helmignore similarity index 100% rename from stable/notea/5.1.3/.helmignore rename to stable/nntp2nntp/9.3.0/.helmignore diff --git a/stable/nntp2nntp/9.3.0/CHANGELOG.md b/stable/nntp2nntp/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..37fe0e95694 --- /dev/null +++ b/stable/nntp2nntp/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nntp2nntp-9.3.0](https://github.com/truecharts/charts/compare/nntp2nntp-9.2.3...nntp2nntp-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [nntp2nntp-9.2.3](https://github.com/truecharts/charts/compare/nntp2nntp-9.2.2...nntp2nntp-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [nntp2nntp-9.2.2](https://github.com/truecharts/charts/compare/nntp2nntp-9.2.0...nntp2nntp-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [nntp2nntp-8.1.11](https://github.com/truecharts/charts/compare/nntp2nntp-8.1.10...nntp2nntp-8.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [nntp2nntp-8.1.10](https://github.com/truecharts/charts/compare/nntp2nntp-8.1.9...nntp2nntp-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [nntp2nntp-8.1.9](https://github.com/truecharts/charts/compare/nntp2nntp-8.1.8...nntp2nntp-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [nntp2nntp-8.1.8](https://github.com/truecharts/charts/compare/nntp2nntp-8.1.7...nntp2nntp-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [nntp2nntp-8.1.7](https://github.com/truecharts/charts/compare/nntp2nntp-8.1.6...nntp2nntp-8.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [nntp2nntp-8.1.6](https://github.com/truecharts/charts/compare/nntp2nntp-8.1.5...nntp2nntp-8.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/nntp2nntp/9.3.0/Chart.yaml b/stable/nntp2nntp/9.3.0/Chart.yaml new file mode 100644 index 00000000000..54e46c2db78 --- /dev/null +++ b/stable/nntp2nntp/9.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.3.20230704 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Nntp2nntp proxy allow you to use your NNTP Account from multiple systems, each with own user name and password. +home: https://truecharts.org/charts/stable/nntp2nntp +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nntp2nntp.png +keywords: + - nntp2nntp +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nntp2nntp +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/nntp2nntp + - https://ghcr.io/linuxserver/nntp2nntp +type: application +version: 9.3.0 diff --git a/stable/nntp2nntp/9.1.3/README.md b/stable/nntp2nntp/9.3.0/README.md similarity index 100% rename from stable/nntp2nntp/9.1.3/README.md rename to stable/nntp2nntp/9.3.0/README.md diff --git a/stable/nntp2nntp/9.3.0/app-changelog.md b/stable/nntp2nntp/9.3.0/app-changelog.md new file mode 100644 index 00000000000..c9c91d3c32b --- /dev/null +++ b/stable/nntp2nntp/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [nntp2nntp-9.3.0](https://github.com/truecharts/charts/compare/nntp2nntp-9.2.3...nntp2nntp-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/nntp2nntp/9.1.3/app-readme.md b/stable/nntp2nntp/9.3.0/app-readme.md similarity index 100% rename from stable/nntp2nntp/9.1.3/app-readme.md rename to stable/nntp2nntp/9.3.0/app-readme.md diff --git a/stable/nntp2nntp/9.3.0/charts/common-18.2.0.tgz b/stable/nntp2nntp/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/nntp2nntp/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/nntp2nntp/9.1.3/ix_values.yaml b/stable/nntp2nntp/9.3.0/ix_values.yaml similarity index 100% rename from stable/nntp2nntp/9.1.3/ix_values.yaml rename to stable/nntp2nntp/9.3.0/ix_values.yaml diff --git a/stable/nntp2nntp/9.1.3/questions.yaml b/stable/nntp2nntp/9.3.0/questions.yaml similarity index 100% rename from stable/nntp2nntp/9.1.3/questions.yaml rename to stable/nntp2nntp/9.3.0/questions.yaml diff --git a/stable/nullserv/13.1.3/templates/NOTES.txt b/stable/nntp2nntp/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/nullserv/13.1.3/templates/NOTES.txt rename to stable/nntp2nntp/9.3.0/templates/NOTES.txt diff --git a/stable/ntfy/9.1.3/templates/common.yaml b/stable/nntp2nntp/9.3.0/templates/common.yaml similarity index 100% rename from stable/ntfy/9.1.3/templates/common.yaml rename to stable/nntp2nntp/9.3.0/templates/common.yaml diff --git a/stable/notea/5.1.3/values.yaml b/stable/nntp2nntp/9.3.0/values.yaml similarity index 100% rename from stable/notea/5.1.3/values.yaml rename to stable/nntp2nntp/9.3.0/values.yaml diff --git a/stable/nocodb/13.2.1/CHANGELOG.md b/stable/nocodb/13.2.1/CHANGELOG.md deleted file mode 100644 index bfd29e21695..00000000000 --- a/stable/nocodb/13.2.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - -## [nocodb-12.3.6](https://github.com/truecharts/charts/compare/nocodb-12.3.5...nocodb-12.3.6) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [nocodb-12.3.5](https://github.com/truecharts/charts/compare/nocodb-12.3.4...nocodb-12.3.5) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [nocodb-12.3.4](https://github.com/truecharts/charts/compare/nocodb-12.3.3...nocodb-12.3.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [nocodb-12.3.3](https://github.com/truecharts/charts/compare/nocodb-12.3.2...nocodb-12.3.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [nocodb-12.3.2](https://github.com/truecharts/charts/compare/nocodb-12.3.1...nocodb-12.3.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [nocodb-12.3.1](https://github.com/truecharts/charts/compare/nocodb-12.3.0...nocodb-12.3.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [nocodb-12.3.0](https://github.com/truecharts/charts/compare/nocodb-12.2.9...nocodb-12.3.0) (2024-01-14) - -### Chore - - - -- update container image nocodb/nocodb to v0.204.0[@74b4704](https://github.com/74b4704) by renovate ([#17207](https://github.com/truecharts/charts/issues/17207)) - - - - -## [nocodb-12.2.9](https://github.com/truecharts/charts/compare/nocodb-12.2.8...nocodb-12.2.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [nocodb-12.2.8](https://github.com/truecharts/charts/compare/nocodb-12.2.7...nocodb-12.2.8) (2024-01-02) diff --git a/stable/nocodb/13.2.1/Chart.yaml b/stable/nocodb/13.2.1/Chart.yaml deleted file mode 100644 index 452c01df60c..00000000000 --- a/stable/nocodb/13.2.1/Chart.yaml +++ /dev/null @@ -1,43 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.204.3 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 11.2.1 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet. -home: https://truecharts.org/charts/stable/nocodb -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nocodb.png -keywords: - - nocodb -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: nocodb -sources: - - https://github.com/nocodb/nocodb - - https://github.com/truecharts/charts/tree/master/charts/stable/nocodb - - https://hub.docker.com/r/nocodb/nocodb -type: application -version: 13.2.1 diff --git a/stable/nocodb/13.2.1/charts/common-18.1.2.tgz b/stable/nocodb/13.2.1/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/nocodb/13.2.1/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/nocodb/13.2.1/ix_values.yaml b/stable/nocodb/13.2.1/ix_values.yaml deleted file mode 100644 index a4ce24f7629..00000000000 --- a/stable/nocodb/13.2.1/ix_values.yaml +++ /dev/null @@ -1,71 +0,0 @@ -image: - repository: nocodb/nocodb - tag: 0.204.3@sha256:76074aae8f5f9bf1c3f52138f10add28e4fffd7016394baf5fcc4be067173d59 - pullPolicy: IfNotPresent -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - path: "/dashboard" - readiness: - path: "/dashboard" - startup: - path: "/dashboard" - envFrom: - - configMapRef: - name: configmap - env: - PORT: "{{ .Values.service.main.ports.main.port }}" - # User Defined - NC_PUBLIC_URL: "http://localhost:10226" - NC_DISABLE_TELE: true - DISABLE_SPLASH_SCREEN: false - NC_JWT_EXPIRES_IN: "10h" - NC_INVITE_ONLY_SIGNUP: false - NC_DISABLE_CACHE: false - NC_DISABLE_ERR_REPORT: true - NC_REQUEST_BODY_SIZE: "1MB" - NC_EXPORT_MAX_TIMEOUT: 5000 - NC_SENTRY_DSN: "" - NC_REDIS_URL: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' - key: url - NC_AUTH_JWT_SECRET: - secretKeyRef: - name: secrets - key: NC_AUTH_JWT_SECRET - AWS_ACCESS_KEY_ID: "" - AWS_SECRET_ACCESS_KEY: "" - AWS_BUCKET: "" - AWS_BUCKET_PATH: "" -service: - main: - ports: - main: - port: 10226 -persistence: - data: - enabled: true - mountPath: "/usr/app/data" -cnpg: - main: - enabled: true - user: nocodb - database: nocodb -redis: - enabled: true - redisUsername: default -portal: - open: - enabled: true diff --git a/stable/nocodb/13.2.1/questions.yaml b/stable/nocodb/13.2.1/questions.yaml deleted file mode 100755 index 903376c3da6..00000000000 --- a/stable/nocodb/13.2.1/questions.yaml +++ /dev/null @@ -1,3394 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - - path: "/dashboard" -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: AWS_ACCESS_KEY_ID - label: "AWS Access Key ID" - description: "For Litestream - S3 access key id." - schema: - type: string - private: true - default: "" - - variable: AWS_SECRET_ACCESS_KEY - label: "AWS Secret Access Key" - description: For Litestream - S3 secret access key." - schema: - type: string - private: true - default: "" - - variable: AWS_BUCKET - label: "AWS Bucket" - description: "For Litestream - S3 bucket." - schema: - type: string - default: "" - - variable: AWS_BUCKET_PATH - label: "AWS Bucket Path" - description: "For Litestream - S3 bucket path (like folder within S3 bucket)." - schema: - type: string - default: "" - - variable: NC_PUBLIC_URL - label: "Public URL" - description: "Used for sending Email invitations." - schema: - type: string - default: "" - - variable: NC_JWT_EXPIRES_IN - label: "JWT Expires in" - description: "JWT token expiry time." - schema: - type: string - default: "10h" - - variable: DISABLE_SPLASH_SCREEN - label: "Disable Splash Screen" - description: "Disables the default splash screen(initial welcome animation) and matrix screensaver will disable." - schema: - type: boolean - default: false - - variable: NC_INVITE_ONLY_SIGNUP - label: "Invite Only Signup" - description: "Allow users to signup only via invite url, value should be any non-empty string." - schema: - type: boolean - default: false - - variable: NC_DISABLE_CACHE - label: "Disable Cache" - description: "If it is set to true, then meta data will not be cached." - schema: - type: boolean - default: false - - variable: NC_DISABLE_TELE - label: "Disable Telemetry" - description: "Disable telemetry." - schema: - type: boolean - default: true - - variable: NC_DISABLE_ERR_REPORT - label: "Disable Error Report" - description: "Disable Error Reporting." - schema: - type: boolean - default: true - - variable: NC_REQUEST_BODY_SIZE - label: "Request Body Size" - description: "Request body size limit." - schema: - type: string - default: "1MB" - - variable: NC_EXPORT_MAX_TIMEOUT - label: "Export Max Timeout" - description: "After timeout, csv gets downloaded in batches." - schema: - type: int - default: 5000 - - variable: NC_SENTRY_DSN - label: "Sentry DSN" - description: "For Sentry monitoring." - schema: - type: string - default: "" - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10226 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/notifiarr/4.1.3/.helmignore b/stable/nocodb/13.3.0/.helmignore similarity index 100% rename from stable/notifiarr/4.1.3/.helmignore rename to stable/nocodb/13.3.0/.helmignore diff --git a/stable/nocodb/13.3.0/CHANGELOG.md b/stable/nocodb/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..3f060a0bc29 --- /dev/null +++ b/stable/nocodb/13.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nocodb-13.3.0](https://github.com/truecharts/charts/compare/nocodb-13.2.5...nocodb-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [nocodb-13.2.5](https://github.com/truecharts/charts/compare/nocodb-13.2.4...nocodb-13.2.5) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [nocodb-13.2.4](https://github.com/truecharts/charts/compare/nocodb-13.2.2...nocodb-13.2.4) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + +## [nocodb-12.3.6](https://github.com/truecharts/charts/compare/nocodb-12.3.5...nocodb-12.3.6) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [nocodb-12.3.5](https://github.com/truecharts/charts/compare/nocodb-12.3.4...nocodb-12.3.5) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [nocodb-12.3.4](https://github.com/truecharts/charts/compare/nocodb-12.3.3...nocodb-12.3.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [nocodb-12.3.3](https://github.com/truecharts/charts/compare/nocodb-12.3.2...nocodb-12.3.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [nocodb-12.3.2](https://github.com/truecharts/charts/compare/nocodb-12.3.1...nocodb-12.3.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [nocodb-12.3.1](https://github.com/truecharts/charts/compare/nocodb-12.3.0...nocodb-12.3.1) (2024-01-21) \ No newline at end of file diff --git a/stable/nocodb/13.3.0/Chart.yaml b/stable/nocodb/13.3.0/Chart.yaml new file mode 100644 index 00000000000..6eb4c04402f --- /dev/null +++ b/stable/nocodb/13.3.0/Chart.yaml @@ -0,0 +1,43 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.204.4 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet. +home: https://truecharts.org/charts/stable/nocodb +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nocodb.png +keywords: + - nocodb +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nocodb +sources: + - https://github.com/nocodb/nocodb + - https://github.com/truecharts/charts/tree/master/charts/stable/nocodb + - https://hub.docker.com/r/nocodb/nocodb +type: application +version: 13.3.0 diff --git a/stable/nocodb/13.2.1/README.md b/stable/nocodb/13.3.0/README.md similarity index 100% rename from stable/nocodb/13.2.1/README.md rename to stable/nocodb/13.3.0/README.md diff --git a/stable/nocodb/13.3.0/app-changelog.md b/stable/nocodb/13.3.0/app-changelog.md new file mode 100644 index 00000000000..43435699e67 --- /dev/null +++ b/stable/nocodb/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [nocodb-13.3.0](https://github.com/truecharts/charts/compare/nocodb-13.2.5...nocodb-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/nocodb/13.2.1/app-readme.md b/stable/nocodb/13.3.0/app-readme.md similarity index 100% rename from stable/nocodb/13.2.1/app-readme.md rename to stable/nocodb/13.3.0/app-readme.md diff --git a/stable/nocodb/13.3.0/charts/common-18.2.0.tgz b/stable/nocodb/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/nocodb/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/nocodb/13.2.1/charts/redis-11.2.1.tgz b/stable/nocodb/13.3.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/nocodb/13.2.1/charts/redis-11.2.1.tgz rename to stable/nocodb/13.3.0/charts/redis-11.2.1.tgz diff --git a/stable/nocodb/13.3.0/ix_values.yaml b/stable/nocodb/13.3.0/ix_values.yaml new file mode 100644 index 00000000000..740e03081f2 --- /dev/null +++ b/stable/nocodb/13.3.0/ix_values.yaml @@ -0,0 +1,71 @@ +image: + repository: nocodb/nocodb + tag: 0.204.4@sha256:806a276dad127f2260d542a8ad43d6ec90d9bd37ce4a701a9b209d4a6b1dc992 + pullPolicy: IfNotPresent +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + path: "/dashboard" + readiness: + path: "/dashboard" + startup: + path: "/dashboard" + envFrom: + - configMapRef: + name: configmap + env: + PORT: "{{ .Values.service.main.ports.main.port }}" + # User Defined + NC_PUBLIC_URL: "http://localhost:10226" + NC_DISABLE_TELE: true + DISABLE_SPLASH_SCREEN: false + NC_JWT_EXPIRES_IN: "10h" + NC_INVITE_ONLY_SIGNUP: false + NC_DISABLE_CACHE: false + NC_DISABLE_ERR_REPORT: true + NC_REQUEST_BODY_SIZE: "1MB" + NC_EXPORT_MAX_TIMEOUT: 5000 + NC_SENTRY_DSN: "" + NC_REDIS_URL: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' + key: url + NC_AUTH_JWT_SECRET: + secretKeyRef: + name: secrets + key: NC_AUTH_JWT_SECRET + AWS_ACCESS_KEY_ID: "" + AWS_SECRET_ACCESS_KEY: "" + AWS_BUCKET: "" + AWS_BUCKET_PATH: "" +service: + main: + ports: + main: + port: 10226 +persistence: + data: + enabled: true + mountPath: "/usr/app/data" +cnpg: + main: + enabled: true + user: nocodb + database: nocodb +redis: + enabled: true + redisUsername: default +portal: + open: + enabled: true diff --git a/stable/nocodb/13.3.0/questions.yaml b/stable/nocodb/13.3.0/questions.yaml new file mode 100755 index 00000000000..c02ce456ec0 --- /dev/null +++ b/stable/nocodb/13.3.0/questions.yaml @@ -0,0 +1,3352 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + + path: "/dashboard" +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: AWS_ACCESS_KEY_ID + label: "AWS Access Key ID" + description: "For Litestream - S3 access key id." + schema: + type: string + private: true + default: "" + - variable: AWS_SECRET_ACCESS_KEY + label: "AWS Secret Access Key" + description: For Litestream - S3 secret access key." + schema: + type: string + private: true + default: "" + - variable: AWS_BUCKET + label: "AWS Bucket" + description: "For Litestream - S3 bucket." + schema: + type: string + default: "" + - variable: AWS_BUCKET_PATH + label: "AWS Bucket Path" + description: "For Litestream - S3 bucket path (like folder within S3 bucket)." + schema: + type: string + default: "" + - variable: NC_PUBLIC_URL + label: "Public URL" + description: "Used for sending Email invitations." + schema: + type: string + default: "" + - variable: NC_JWT_EXPIRES_IN + label: "JWT Expires in" + description: "JWT token expiry time." + schema: + type: string + default: "10h" + - variable: DISABLE_SPLASH_SCREEN + label: "Disable Splash Screen" + description: "Disables the default splash screen(initial welcome animation) and matrix screensaver will disable." + schema: + type: boolean + default: false + - variable: NC_INVITE_ONLY_SIGNUP + label: "Invite Only Signup" + description: "Allow users to signup only via invite url, value should be any non-empty string." + schema: + type: boolean + default: false + - variable: NC_DISABLE_CACHE + label: "Disable Cache" + description: "If it is set to true, then meta data will not be cached." + schema: + type: boolean + default: false + - variable: NC_DISABLE_TELE + label: "Disable Telemetry" + description: "Disable telemetry." + schema: + type: boolean + default: true + - variable: NC_DISABLE_ERR_REPORT + label: "Disable Error Report" + description: "Disable Error Reporting." + schema: + type: boolean + default: true + - variable: NC_REQUEST_BODY_SIZE + label: "Request Body Size" + description: "Request body size limit." + schema: + type: string + default: "1MB" + - variable: NC_EXPORT_MAX_TIMEOUT + label: "Export Max Timeout" + description: "After timeout, csv gets downloaded in batches." + schema: + type: int + default: 5000 + - variable: NC_SENTRY_DSN + label: "Sentry DSN" + description: "For Sentry monitoring." + schema: + type: string + default: "" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10226 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: data + label: "App Data Storage" + description: "Stores the Application Data." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/nvidia-gpu-exporter/2.1.3/templates/NOTES.txt b/stable/nocodb/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/nvidia-gpu-exporter/2.1.3/templates/NOTES.txt rename to stable/nocodb/13.3.0/templates/NOTES.txt diff --git a/stable/nocodb/13.2.1/templates/_configmap.tpl b/stable/nocodb/13.3.0/templates/_configmap.tpl similarity index 100% rename from stable/nocodb/13.2.1/templates/_configmap.tpl rename to stable/nocodb/13.3.0/templates/_configmap.tpl diff --git a/stable/nocodb/13.2.1/templates/_secrets.tpl b/stable/nocodb/13.3.0/templates/_secrets.tpl similarity index 100% rename from stable/nocodb/13.2.1/templates/_secrets.tpl rename to stable/nocodb/13.3.0/templates/_secrets.tpl diff --git a/stable/nocodb/13.2.1/templates/common.yaml b/stable/nocodb/13.3.0/templates/common.yaml similarity index 100% rename from stable/nocodb/13.2.1/templates/common.yaml rename to stable/nocodb/13.3.0/templates/common.yaml diff --git a/stable/notifiarr/4.1.3/values.yaml b/stable/nocodb/13.3.0/values.yaml similarity index 100% rename from stable/notifiarr/4.1.3/values.yaml rename to stable/nocodb/13.3.0/values.yaml diff --git a/stable/node-red/18.2.0/CHANGELOG.md b/stable/node-red/18.2.0/CHANGELOG.md deleted file mode 100644 index 5e19022d5ef..00000000000 --- a/stable/node-red/18.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [node-red-17.1.13](https://github.com/truecharts/charts/compare/node-red-17.1.12...node-red-17.1.13) (2024-02-12) - -### Chore - - - -- update container image docker.io/nodered/node-red to v3.1.5[@a5cc2d5](https://github.com/a5cc2d5) by renovate ([#18128](https://github.com/truecharts/charts/issues/18128)) - - -## [node-red-17.1.12](https://github.com/truecharts/charts/compare/node-red-17.1.11...node-red-17.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [node-red-17.1.11](https://github.com/truecharts/charts/compare/node-red-17.1.10...node-red-17.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [node-red-17.1.10](https://github.com/truecharts/charts/compare/node-red-17.1.9...node-red-17.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [node-red-17.1.9](https://github.com/truecharts/charts/compare/node-red-17.1.8...node-red-17.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [node-red-17.1.8](https://github.com/truecharts/charts/compare/node-red-17.1.7...node-red-17.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [node-red-17.1.7](https://github.com/truecharts/charts/compare/node-red-17.1.6...node-red-17.1.7) (2024-01-14) - -### Chore - - - -- update container image docker.io/nodered/node-red to 3.1.3[@75e4892](https://github.com/75e4892) by renovate ([#17127](https://github.com/truecharts/charts/issues/17127)) - - - - -## [node-red-17.1.6](https://github.com/truecharts/charts/compare/node-red-17.1.5...node-red-17.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [node-red-17.1.5](https://github.com/truecharts/charts/compare/node-red-17.1.4...node-red-17.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs diff --git a/stable/node-red/18.2.0/Chart.yaml b/stable/node-red/18.2.0/Chart.yaml deleted file mode 100644 index 9f0955e7b2e..00000000000 --- a/stable/node-red/18.2.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: tools - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.1.5 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Node-RED is low-code programming for event-driven applications -home: https://truecharts.org/charts/stable/node-red -icon: https://truecharts.org/img/hotlink-ok/chart-icons/node-red.png -keywords: - - node-red - - nodered -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: node-red -sources: - - https://github.com/node-red/node-red-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/node-red - - https://hub.docker.com/r/nodered/node-red -type: application -version: 18.2.0 diff --git a/stable/node-red/18.2.0/charts/common-18.1.2.tgz b/stable/node-red/18.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/node-red/18.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/node-red/18.2.0/ix_values.yaml b/stable/node-red/18.2.0/ix_values.yaml deleted file mode 100644 index c7d39643c13..00000000000 --- a/stable/node-red/18.2.0/ix_values.yaml +++ /dev/null @@ -1,23 +0,0 @@ -image: - repository: docker.io/nodered/node-red - pullPolicy: IfNotPresent - tag: 3.1.5@sha256:a5cc2d5417d48c13a50de322aa4c0b909ff28f826e6f6449c5d8aaefbf01b558 -service: - main: - ports: - main: - port: 1880 - targetPort: 1880 -persistence: - data: - enabled: true - mountPath: "/data" -portal: - open: - enabled: true -workload: - main: - podSpec: - containers: - main: - env: {} diff --git a/stable/novnc/10.1.3/.helmignore b/stable/node-red/18.3.0/.helmignore similarity index 100% rename from stable/novnc/10.1.3/.helmignore rename to stable/node-red/18.3.0/.helmignore diff --git a/stable/node-red/18.3.0/CHANGELOG.md b/stable/node-red/18.3.0/CHANGELOG.md new file mode 100644 index 00000000000..14a4998077c --- /dev/null +++ b/stable/node-red/18.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [node-red-18.3.0](https://github.com/truecharts/charts/compare/node-red-18.2.4...node-red-18.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [node-red-18.2.4](https://github.com/truecharts/charts/compare/node-red-18.2.3...node-red-18.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [node-red-18.2.3](https://github.com/truecharts/charts/compare/node-red-18.2.1...node-red-18.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + +## [node-red-17.1.13](https://github.com/truecharts/charts/compare/node-red-17.1.12...node-red-17.1.13) (2024-02-12) + +### Chore + + + +- update container image docker.io/nodered/node-red to v3.1.5[@a5cc2d5](https://github.com/a5cc2d5) by renovate ([#18128](https://github.com/truecharts/charts/issues/18128)) + + +## [node-red-17.1.12](https://github.com/truecharts/charts/compare/node-red-17.1.11...node-red-17.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [node-red-17.1.11](https://github.com/truecharts/charts/compare/node-red-17.1.10...node-red-17.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [node-red-17.1.10](https://github.com/truecharts/charts/compare/node-red-17.1.9...node-red-17.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [node-red-17.1.9](https://github.com/truecharts/charts/compare/node-red-17.1.8...node-red-17.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [node-red-17.1.8](https://github.com/truecharts/charts/compare/node-red-17.1.7...node-red-17.1.8) (2024-01-21) + +### Chore + + diff --git a/stable/node-red/18.3.0/Chart.yaml b/stable/node-red/18.3.0/Chart.yaml new file mode 100644 index 00000000000..80ede866799 --- /dev/null +++ b/stable/node-red/18.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: tools + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.1.6 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Node-RED is low-code programming for event-driven applications +home: https://truecharts.org/charts/stable/node-red +icon: https://truecharts.org/img/hotlink-ok/chart-icons/node-red.png +keywords: + - node-red + - nodered +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: node-red +sources: + - https://github.com/node-red/node-red-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/node-red + - https://hub.docker.com/r/nodered/node-red +type: application +version: 18.3.0 diff --git a/stable/node-red/18.2.0/README.md b/stable/node-red/18.3.0/README.md similarity index 100% rename from stable/node-red/18.2.0/README.md rename to stable/node-red/18.3.0/README.md diff --git a/stable/node-red/18.3.0/app-changelog.md b/stable/node-red/18.3.0/app-changelog.md new file mode 100644 index 00000000000..8e345d0b7ac --- /dev/null +++ b/stable/node-red/18.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [node-red-18.3.0](https://github.com/truecharts/charts/compare/node-red-18.2.4...node-red-18.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/node-red/18.2.0/app-readme.md b/stable/node-red/18.3.0/app-readme.md similarity index 100% rename from stable/node-red/18.2.0/app-readme.md rename to stable/node-red/18.3.0/app-readme.md diff --git a/stable/node-red/18.3.0/charts/common-18.2.0.tgz b/stable/node-red/18.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/node-red/18.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/node-red/18.3.0/ix_values.yaml b/stable/node-red/18.3.0/ix_values.yaml new file mode 100644 index 00000000000..ec4d549e855 --- /dev/null +++ b/stable/node-red/18.3.0/ix_values.yaml @@ -0,0 +1,23 @@ +image: + repository: docker.io/nodered/node-red + pullPolicy: IfNotPresent + tag: 3.1.6@sha256:3d968a967d27b37388ea14019a75b2b2660b208ae3b500269c71e01eca67f28a +service: + main: + ports: + main: + port: 1880 + targetPort: 1880 +persistence: + data: + enabled: true + mountPath: "/data" +portal: + open: + enabled: true +workload: + main: + podSpec: + containers: + main: + env: {} diff --git a/stable/node-red/18.2.0/questions.yaml b/stable/node-red/18.3.0/questions.yaml similarity index 100% rename from stable/node-red/18.2.0/questions.yaml rename to stable/node-red/18.3.0/questions.yaml diff --git a/stable/nzbget/20.1.3/templates/NOTES.txt b/stable/node-red/18.3.0/templates/NOTES.txt similarity index 100% rename from stable/nzbget/20.1.3/templates/NOTES.txt rename to stable/node-red/18.3.0/templates/NOTES.txt diff --git a/stable/nullserv/13.1.3/templates/common.yaml b/stable/node-red/18.3.0/templates/common.yaml similarity index 100% rename from stable/nullserv/13.1.3/templates/common.yaml rename to stable/node-red/18.3.0/templates/common.yaml diff --git a/stable/novnc/10.1.3/values.yaml b/stable/node-red/18.3.0/values.yaml similarity index 100% rename from stable/novnc/10.1.3/values.yaml rename to stable/node-red/18.3.0/values.yaml diff --git a/stable/nosqlclient/5.1.3/CHANGELOG.md b/stable/nosqlclient/5.1.3/CHANGELOG.md deleted file mode 100644 index 77fd6e31c35..00000000000 --- a/stable/nosqlclient/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [nosqlclient-4.1.11](https://github.com/truecharts/charts/compare/nosqlclient-4.1.10...nosqlclient-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [nosqlclient-4.1.10](https://github.com/truecharts/charts/compare/nosqlclient-4.1.9...nosqlclient-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [nosqlclient-4.1.9](https://github.com/truecharts/charts/compare/nosqlclient-4.1.8...nosqlclient-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [nosqlclient-4.1.8](https://github.com/truecharts/charts/compare/nosqlclient-4.1.7...nosqlclient-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [nosqlclient-4.1.7](https://github.com/truecharts/charts/compare/nosqlclient-4.1.6...nosqlclient-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [nosqlclient-4.1.6](https://github.com/truecharts/charts/compare/nosqlclient-4.1.5...nosqlclient-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [nosqlclient-4.1.5](https://github.com/truecharts/charts/compare/nosqlclient-4.1.4...nosqlclient-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [nosqlclient-4.1.4](https://github.com/truecharts/charts/compare/nosqlclient-4.1.3...nosqlclient-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [nosqlclient-4.1.3](https://github.com/truecharts/charts/compare/nosqlclient-4.1.0...nosqlclient-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/nosqlclient/5.1.3/Chart.yaml b/stable/nosqlclient/5.1.3/Chart.yaml deleted file mode 100644 index 830fa6eb930..00000000000 --- a/stable/nosqlclient/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Cross-platform and self hosted, easy to use, intuitive mongodb management tool - Formerly Mongoclient -home: https://truecharts.org/charts/stable/nosqlclient -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nosqlclient.png -keywords: - - nosqlclient - - Tools-Utilities - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: nosqlclient -sources: - - https://github.com/nosqlclient/nosqlclient - - https://github.com/truecharts/charts/tree/master/charts/stable/nosqlclient - - https://hub.docker.com/r/mongoclient/mongoclient -type: application -version: 5.1.3 diff --git a/stable/nosqlclient/5.1.3/charts/common-18.0.3.tgz b/stable/nosqlclient/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/nosqlclient/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/ntfy/9.1.3/.helmignore b/stable/nosqlclient/5.3.0/.helmignore similarity index 100% rename from stable/ntfy/9.1.3/.helmignore rename to stable/nosqlclient/5.3.0/.helmignore diff --git a/stable/nosqlclient/5.3.0/CHANGELOG.md b/stable/nosqlclient/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..13f6a1e226c --- /dev/null +++ b/stable/nosqlclient/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nosqlclient-5.3.0](https://github.com/truecharts/charts/compare/nosqlclient-5.2.3...nosqlclient-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [nosqlclient-5.2.3](https://github.com/truecharts/charts/compare/nosqlclient-5.2.2...nosqlclient-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [nosqlclient-5.2.2](https://github.com/truecharts/charts/compare/nosqlclient-5.2.0...nosqlclient-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [nosqlclient-4.1.11](https://github.com/truecharts/charts/compare/nosqlclient-4.1.10...nosqlclient-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [nosqlclient-4.1.10](https://github.com/truecharts/charts/compare/nosqlclient-4.1.9...nosqlclient-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [nosqlclient-4.1.9](https://github.com/truecharts/charts/compare/nosqlclient-4.1.8...nosqlclient-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [nosqlclient-4.1.8](https://github.com/truecharts/charts/compare/nosqlclient-4.1.7...nosqlclient-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [nosqlclient-4.1.7](https://github.com/truecharts/charts/compare/nosqlclient-4.1.6...nosqlclient-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [nosqlclient-4.1.6](https://github.com/truecharts/charts/compare/nosqlclient-4.1.5...nosqlclient-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/nosqlclient/5.3.0/Chart.yaml b/stable/nosqlclient/5.3.0/Chart.yaml new file mode 100644 index 00000000000..b0e285226cb --- /dev/null +++ b/stable/nosqlclient/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Cross-platform and self hosted, easy to use, intuitive mongodb management tool - Formerly Mongoclient +home: https://truecharts.org/charts/stable/nosqlclient +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nosqlclient.png +keywords: + - nosqlclient + - Tools-Utilities + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nosqlclient +sources: + - https://github.com/nosqlclient/nosqlclient + - https://github.com/truecharts/charts/tree/master/charts/stable/nosqlclient + - https://hub.docker.com/r/mongoclient/mongoclient +type: application +version: 5.3.0 diff --git a/stable/nosqlclient/5.1.3/README.md b/stable/nosqlclient/5.3.0/README.md similarity index 100% rename from stable/nosqlclient/5.1.3/README.md rename to stable/nosqlclient/5.3.0/README.md diff --git a/stable/nosqlclient/5.3.0/app-changelog.md b/stable/nosqlclient/5.3.0/app-changelog.md new file mode 100644 index 00000000000..bbf370b715f --- /dev/null +++ b/stable/nosqlclient/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [nosqlclient-5.3.0](https://github.com/truecharts/charts/compare/nosqlclient-5.2.3...nosqlclient-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/nosqlclient/5.1.3/app-readme.md b/stable/nosqlclient/5.3.0/app-readme.md similarity index 100% rename from stable/nosqlclient/5.1.3/app-readme.md rename to stable/nosqlclient/5.3.0/app-readme.md diff --git a/stable/nosqlclient/5.3.0/charts/common-18.2.0.tgz b/stable/nosqlclient/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/nosqlclient/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/nosqlclient/5.1.3/ix_values.yaml b/stable/nosqlclient/5.3.0/ix_values.yaml similarity index 100% rename from stable/nosqlclient/5.1.3/ix_values.yaml rename to stable/nosqlclient/5.3.0/ix_values.yaml diff --git a/stable/nosqlclient/5.1.3/questions.yaml b/stable/nosqlclient/5.3.0/questions.yaml similarity index 100% rename from stable/nosqlclient/5.1.3/questions.yaml rename to stable/nosqlclient/5.3.0/questions.yaml diff --git a/stable/nosqlclient/5.1.3/templates/common.yaml b/stable/nosqlclient/5.3.0/templates/common.yaml similarity index 100% rename from stable/nosqlclient/5.1.3/templates/common.yaml rename to stable/nosqlclient/5.3.0/templates/common.yaml diff --git a/stable/ntfy/9.1.3/values.yaml b/stable/nosqlclient/5.3.0/values.yaml similarity index 100% rename from stable/ntfy/9.1.3/values.yaml rename to stable/nosqlclient/5.3.0/values.yaml diff --git a/stable/notarius/5.1.3/CHANGELOG.md b/stable/notarius/5.1.3/CHANGELOG.md deleted file mode 100644 index 545a7d6f76f..00000000000 --- a/stable/notarius/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [notarius-4.1.11](https://github.com/truecharts/charts/compare/notarius-4.1.10...notarius-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [notarius-4.1.10](https://github.com/truecharts/charts/compare/notarius-4.1.9...notarius-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [notarius-4.1.9](https://github.com/truecharts/charts/compare/notarius-4.1.8...notarius-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [notarius-4.1.8](https://github.com/truecharts/charts/compare/notarius-4.1.7...notarius-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [notarius-4.1.7](https://github.com/truecharts/charts/compare/notarius-4.1.6...notarius-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [notarius-4.1.6](https://github.com/truecharts/charts/compare/notarius-4.1.5...notarius-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [notarius-4.1.5](https://github.com/truecharts/charts/compare/notarius-4.1.4...notarius-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [notarius-4.1.4](https://github.com/truecharts/charts/compare/notarius-4.1.3...notarius-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [notarius-4.1.3](https://github.com/truecharts/charts/compare/notarius-4.1.0...notarius-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/notarius/5.1.3/Chart.yaml b/stable/notarius/5.1.3/Chart.yaml deleted file mode 100644 index c2d024ce5d9..00000000000 --- a/stable/notarius/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: No description provide. -home: https://truecharts.org/charts/stable/notarius -icon: https://truecharts.org/img/hotlink-ok/chart-icons/notarius.png -keywords: - - notarius - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: notarius -sources: - - https://github.com/agusalex/Notarius - - https://github.com/truecharts/charts/tree/master/charts/stable/notarius - - https://hub.docker.com/r/agusalex/notarius -type: application -version: 5.1.3 diff --git a/stable/notarius/5.1.3/charts/common-18.0.3.tgz b/stable/notarius/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/notarius/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/nullserv/13.1.3/.helmignore b/stable/notarius/5.3.0/.helmignore similarity index 100% rename from stable/nullserv/13.1.3/.helmignore rename to stable/notarius/5.3.0/.helmignore diff --git a/stable/notarius/5.3.0/CHANGELOG.md b/stable/notarius/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..3212a4042af --- /dev/null +++ b/stable/notarius/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [notarius-5.3.0](https://github.com/truecharts/charts/compare/notarius-5.2.3...notarius-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [notarius-5.2.3](https://github.com/truecharts/charts/compare/notarius-5.2.2...notarius-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [notarius-5.2.2](https://github.com/truecharts/charts/compare/notarius-5.2.0...notarius-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [notarius-4.1.11](https://github.com/truecharts/charts/compare/notarius-4.1.10...notarius-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [notarius-4.1.10](https://github.com/truecharts/charts/compare/notarius-4.1.9...notarius-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [notarius-4.1.9](https://github.com/truecharts/charts/compare/notarius-4.1.8...notarius-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [notarius-4.1.8](https://github.com/truecharts/charts/compare/notarius-4.1.7...notarius-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [notarius-4.1.7](https://github.com/truecharts/charts/compare/notarius-4.1.6...notarius-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [notarius-4.1.6](https://github.com/truecharts/charts/compare/notarius-4.1.5...notarius-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/notarius/5.3.0/Chart.yaml b/stable/notarius/5.3.0/Chart.yaml new file mode 100644 index 00000000000..c1e22cb2ad6 --- /dev/null +++ b/stable/notarius/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: No description provide. +home: https://truecharts.org/charts/stable/notarius +icon: https://truecharts.org/img/hotlink-ok/chart-icons/notarius.png +keywords: + - notarius + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: notarius +sources: + - https://github.com/agusalex/Notarius + - https://github.com/truecharts/charts/tree/master/charts/stable/notarius + - https://hub.docker.com/r/agusalex/notarius +type: application +version: 5.3.0 diff --git a/stable/notarius/5.1.3/README.md b/stable/notarius/5.3.0/README.md similarity index 100% rename from stable/notarius/5.1.3/README.md rename to stable/notarius/5.3.0/README.md diff --git a/stable/notarius/5.3.0/app-changelog.md b/stable/notarius/5.3.0/app-changelog.md new file mode 100644 index 00000000000..ff96113f842 --- /dev/null +++ b/stable/notarius/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [notarius-5.3.0](https://github.com/truecharts/charts/compare/notarius-5.2.3...notarius-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/notarius/5.1.3/app-readme.md b/stable/notarius/5.3.0/app-readme.md similarity index 100% rename from stable/notarius/5.1.3/app-readme.md rename to stable/notarius/5.3.0/app-readme.md diff --git a/stable/notarius/5.3.0/charts/common-18.2.0.tgz b/stable/notarius/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/notarius/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/notarius/5.1.3/ix_values.yaml b/stable/notarius/5.3.0/ix_values.yaml similarity index 100% rename from stable/notarius/5.1.3/ix_values.yaml rename to stable/notarius/5.3.0/ix_values.yaml diff --git a/stable/notarius/5.1.3/questions.yaml b/stable/notarius/5.3.0/questions.yaml similarity index 100% rename from stable/notarius/5.1.3/questions.yaml rename to stable/notarius/5.3.0/questions.yaml diff --git a/stable/notarius/5.1.3/templates/common.yaml b/stable/notarius/5.3.0/templates/common.yaml similarity index 100% rename from stable/notarius/5.1.3/templates/common.yaml rename to stable/notarius/5.3.0/templates/common.yaml diff --git a/stable/nullserv/13.1.3/values.yaml b/stable/notarius/5.3.0/values.yaml similarity index 100% rename from stable/nullserv/13.1.3/values.yaml rename to stable/notarius/5.3.0/values.yaml diff --git a/stable/notea/5.1.3/CHANGELOG.md b/stable/notea/5.1.3/CHANGELOG.md deleted file mode 100644 index 3b96345bfd5..00000000000 --- a/stable/notea/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [notea-4.1.11](https://github.com/truecharts/charts/compare/notea-4.1.10...notea-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [notea-4.1.10](https://github.com/truecharts/charts/compare/notea-4.1.9...notea-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [notea-4.1.9](https://github.com/truecharts/charts/compare/notea-4.1.8...notea-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [notea-4.1.8](https://github.com/truecharts/charts/compare/notea-4.1.7...notea-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [notea-4.1.7](https://github.com/truecharts/charts/compare/notea-4.1.6...notea-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [notea-4.1.6](https://github.com/truecharts/charts/compare/notea-4.1.5...notea-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [notea-4.1.5](https://github.com/truecharts/charts/compare/notea-4.1.4...notea-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [notea-4.1.4](https://github.com/truecharts/charts/compare/notea-4.1.3...notea-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [notea-4.1.3](https://github.com/truecharts/charts/compare/notea-4.1.0...notea-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/notea/5.1.3/Chart.yaml b/stable/notea/5.1.3/Chart.yaml deleted file mode 100644 index d099e3c4a11..00000000000 --- a/stable/notea/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Self hosted note taking, alternative to Notions. Look at Github for config -home: https://truecharts.org/charts/stable/notea -icon: https://truecharts.org/img/hotlink-ok/chart-icons/notea.png -keywords: - - notea - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: notea -sources: - - https://github.com/diamkil/docker-notea - - https://registry.hub.docker.com/r/diamkil/notea/ - - https://github.com/truecharts/charts/tree/master/charts/stable/notea - - https://hub.docker.com/r/diamkil/notea -type: application -version: 5.1.3 diff --git a/stable/notea/5.1.3/charts/common-18.0.3.tgz b/stable/notea/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/notea/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/nvidia-gpu-exporter/2.1.3/.helmignore b/stable/notea/5.3.0/.helmignore similarity index 100% rename from stable/nvidia-gpu-exporter/2.1.3/.helmignore rename to stable/notea/5.3.0/.helmignore diff --git a/stable/notea/5.3.0/CHANGELOG.md b/stable/notea/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..02dfac8fe05 --- /dev/null +++ b/stable/notea/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [notea-5.3.0](https://github.com/truecharts/charts/compare/notea-5.2.3...notea-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [notea-5.2.3](https://github.com/truecharts/charts/compare/notea-5.2.2...notea-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [notea-5.2.2](https://github.com/truecharts/charts/compare/notea-5.2.0...notea-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [notea-4.1.11](https://github.com/truecharts/charts/compare/notea-4.1.10...notea-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [notea-4.1.10](https://github.com/truecharts/charts/compare/notea-4.1.9...notea-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [notea-4.1.9](https://github.com/truecharts/charts/compare/notea-4.1.8...notea-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [notea-4.1.8](https://github.com/truecharts/charts/compare/notea-4.1.7...notea-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [notea-4.1.7](https://github.com/truecharts/charts/compare/notea-4.1.6...notea-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [notea-4.1.6](https://github.com/truecharts/charts/compare/notea-4.1.5...notea-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/notea/5.3.0/Chart.yaml b/stable/notea/5.3.0/Chart.yaml new file mode 100644 index 00000000000..8172b09507f --- /dev/null +++ b/stable/notea/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Self hosted note taking, alternative to Notions. Look at Github for config +home: https://truecharts.org/charts/stable/notea +icon: https://truecharts.org/img/hotlink-ok/chart-icons/notea.png +keywords: + - notea + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: notea +sources: + - https://github.com/diamkil/docker-notea + - https://registry.hub.docker.com/r/diamkil/notea/ + - https://github.com/truecharts/charts/tree/master/charts/stable/notea + - https://hub.docker.com/r/diamkil/notea +type: application +version: 5.3.0 diff --git a/stable/notea/5.1.3/README.md b/stable/notea/5.3.0/README.md similarity index 100% rename from stable/notea/5.1.3/README.md rename to stable/notea/5.3.0/README.md diff --git a/stable/notea/5.3.0/app-changelog.md b/stable/notea/5.3.0/app-changelog.md new file mode 100644 index 00000000000..345190e257f --- /dev/null +++ b/stable/notea/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [notea-5.3.0](https://github.com/truecharts/charts/compare/notea-5.2.3...notea-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/notea/5.1.3/app-readme.md b/stable/notea/5.3.0/app-readme.md similarity index 100% rename from stable/notea/5.1.3/app-readme.md rename to stable/notea/5.3.0/app-readme.md diff --git a/stable/notea/5.3.0/charts/common-18.2.0.tgz b/stable/notea/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/notea/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/notea/5.1.3/ix_values.yaml b/stable/notea/5.3.0/ix_values.yaml similarity index 100% rename from stable/notea/5.1.3/ix_values.yaml rename to stable/notea/5.3.0/ix_values.yaml diff --git a/stable/notea/5.1.3/questions.yaml b/stable/notea/5.3.0/questions.yaml similarity index 100% rename from stable/notea/5.1.3/questions.yaml rename to stable/notea/5.3.0/questions.yaml diff --git a/stable/notea/5.1.3/templates/common.yaml b/stable/notea/5.3.0/templates/common.yaml similarity index 100% rename from stable/notea/5.1.3/templates/common.yaml rename to stable/notea/5.3.0/templates/common.yaml diff --git a/stable/nvidia-gpu-exporter/2.1.3/values.yaml b/stable/notea/5.3.0/values.yaml similarity index 100% rename from stable/nvidia-gpu-exporter/2.1.3/values.yaml rename to stable/notea/5.3.0/values.yaml diff --git a/stable/notifiarr/4.1.3/CHANGELOG.md b/stable/notifiarr/4.1.3/CHANGELOG.md deleted file mode 100644 index d05bc8e1b5c..00000000000 --- a/stable/notifiarr/4.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [notifiarr-3.1.11](https://github.com/truecharts/charts/compare/notifiarr-3.1.10...notifiarr-3.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [notifiarr-3.1.10](https://github.com/truecharts/charts/compare/notifiarr-3.1.9...notifiarr-3.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [notifiarr-3.1.9](https://github.com/truecharts/charts/compare/notifiarr-3.1.8...notifiarr-3.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [notifiarr-3.1.8](https://github.com/truecharts/charts/compare/notifiarr-3.1.7...notifiarr-3.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [notifiarr-3.1.7](https://github.com/truecharts/charts/compare/notifiarr-3.1.6...notifiarr-3.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [notifiarr-3.1.6](https://github.com/truecharts/charts/compare/notifiarr-3.1.5...notifiarr-3.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [notifiarr-3.1.5](https://github.com/truecharts/charts/compare/notifiarr-3.1.4...notifiarr-3.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [notifiarr-3.1.4](https://github.com/truecharts/charts/compare/notifiarr-3.1.3...notifiarr-3.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [notifiarr-3.1.3](https://github.com/truecharts/charts/compare/notifiarr-3.1.0...notifiarr-3.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/notifiarr/4.1.3/Chart.yaml b/stable/notifiarr/4.1.3/Chart.yaml deleted file mode 100644 index b8c6bf74815..00000000000 --- a/stable/notifiarr/4.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaApp-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.7.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This is the unified client for Notifiarr.com. The client enables content requests from Media Bot in your Discord Server and also provides reports for Plex usage and system health among many other features. -home: https://truecharts.org/charts/stable/notifiarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/notifiarr.png -keywords: - - plex - - discord - - MediaApp-Other - - notification -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: notifiarr -sources: - - https://github.com/Notifiarr/notifiarr - - https://github.com/truecharts/charts/tree/master/charts/stable/notifiarr - - https://hub.docker.com/r/golift/notifiarr -type: application -version: 4.1.3 diff --git a/stable/notifiarr/4.1.3/charts/common-18.0.3.tgz b/stable/notifiarr/4.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/notifiarr/4.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/nzbget/20.1.3/.helmignore b/stable/notifiarr/4.3.0/.helmignore similarity index 100% rename from stable/nzbget/20.1.3/.helmignore rename to stable/notifiarr/4.3.0/.helmignore diff --git a/stable/notifiarr/4.3.0/CHANGELOG.md b/stable/notifiarr/4.3.0/CHANGELOG.md new file mode 100644 index 00000000000..680fe00b7fb --- /dev/null +++ b/stable/notifiarr/4.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [notifiarr-4.3.0](https://github.com/truecharts/charts/compare/notifiarr-4.2.3...notifiarr-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [notifiarr-4.2.3](https://github.com/truecharts/charts/compare/notifiarr-4.2.2...notifiarr-4.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [notifiarr-4.2.2](https://github.com/truecharts/charts/compare/notifiarr-4.2.0...notifiarr-4.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [notifiarr-3.1.11](https://github.com/truecharts/charts/compare/notifiarr-3.1.10...notifiarr-3.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [notifiarr-3.1.10](https://github.com/truecharts/charts/compare/notifiarr-3.1.9...notifiarr-3.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [notifiarr-3.1.9](https://github.com/truecharts/charts/compare/notifiarr-3.1.8...notifiarr-3.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [notifiarr-3.1.8](https://github.com/truecharts/charts/compare/notifiarr-3.1.7...notifiarr-3.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [notifiarr-3.1.7](https://github.com/truecharts/charts/compare/notifiarr-3.1.6...notifiarr-3.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [notifiarr-3.1.6](https://github.com/truecharts/charts/compare/notifiarr-3.1.5...notifiarr-3.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/notifiarr/4.3.0/Chart.yaml b/stable/notifiarr/4.3.0/Chart.yaml new file mode 100644 index 00000000000..7e21eddc6cd --- /dev/null +++ b/stable/notifiarr/4.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.7.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is the unified client for Notifiarr.com. The client enables content requests from Media Bot in your Discord Server and also provides reports for Plex usage and system health among many other features. +home: https://truecharts.org/charts/stable/notifiarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/notifiarr.png +keywords: + - plex + - discord + - MediaApp-Other + - notification +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: notifiarr +sources: + - https://github.com/Notifiarr/notifiarr + - https://github.com/truecharts/charts/tree/master/charts/stable/notifiarr + - https://hub.docker.com/r/golift/notifiarr +type: application +version: 4.3.0 diff --git a/stable/notifiarr/4.1.3/README.md b/stable/notifiarr/4.3.0/README.md similarity index 100% rename from stable/notifiarr/4.1.3/README.md rename to stable/notifiarr/4.3.0/README.md diff --git a/stable/notifiarr/4.3.0/app-changelog.md b/stable/notifiarr/4.3.0/app-changelog.md new file mode 100644 index 00000000000..afd1ff19224 --- /dev/null +++ b/stable/notifiarr/4.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [notifiarr-4.3.0](https://github.com/truecharts/charts/compare/notifiarr-4.2.3...notifiarr-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/notifiarr/4.1.3/app-readme.md b/stable/notifiarr/4.3.0/app-readme.md similarity index 100% rename from stable/notifiarr/4.1.3/app-readme.md rename to stable/notifiarr/4.3.0/app-readme.md diff --git a/stable/notifiarr/4.3.0/charts/common-18.2.0.tgz b/stable/notifiarr/4.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/notifiarr/4.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/notifiarr/4.1.3/ix_values.yaml b/stable/notifiarr/4.3.0/ix_values.yaml similarity index 100% rename from stable/notifiarr/4.1.3/ix_values.yaml rename to stable/notifiarr/4.3.0/ix_values.yaml diff --git a/stable/notifiarr/4.1.3/questions.yaml b/stable/notifiarr/4.3.0/questions.yaml similarity index 100% rename from stable/notifiarr/4.1.3/questions.yaml rename to stable/notifiarr/4.3.0/questions.yaml diff --git a/stable/nvidia-gpu-exporter/2.1.3/templates/common.yaml b/stable/notifiarr/4.3.0/templates/common.yaml similarity index 100% rename from stable/nvidia-gpu-exporter/2.1.3/templates/common.yaml rename to stable/notifiarr/4.3.0/templates/common.yaml diff --git a/stable/nzbget/20.1.3/values.yaml b/stable/notifiarr/4.3.0/values.yaml similarity index 100% rename from stable/nzbget/20.1.3/values.yaml rename to stable/notifiarr/4.3.0/values.yaml diff --git a/stable/novnc/10.1.3/CHANGELOG.md b/stable/novnc/10.1.3/CHANGELOG.md deleted file mode 100644 index dd1a9d6aaff..00000000000 --- a/stable/novnc/10.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [novnc-9.1.11](https://github.com/truecharts/charts/compare/novnc-9.1.10...novnc-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [novnc-9.1.10](https://github.com/truecharts/charts/compare/novnc-9.1.9...novnc-9.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [novnc-9.1.9](https://github.com/truecharts/charts/compare/novnc-9.1.8...novnc-9.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [novnc-9.1.8](https://github.com/truecharts/charts/compare/novnc-9.1.7...novnc-9.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [novnc-9.1.7](https://github.com/truecharts/charts/compare/novnc-9.1.6...novnc-9.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [novnc-9.1.6](https://github.com/truecharts/charts/compare/novnc-9.1.5...novnc-9.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [novnc-9.1.5](https://github.com/truecharts/charts/compare/novnc-9.1.4...novnc-9.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [novnc-9.1.4](https://github.com/truecharts/charts/compare/novnc-9.1.3...novnc-9.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [novnc-9.1.3](https://github.com/truecharts/charts/compare/novnc-9.1.0...novnc-9.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/novnc/10.1.3/Chart.yaml b/stable/novnc/10.1.3/Chart.yaml deleted file mode 100644 index a2b15d04049..00000000000 --- a/stable/novnc/10.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.2.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The open source VNC client -home: https://truecharts.org/charts/stable/novnc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/novnc.png -keywords: - - novnc - - vnc - - remote - - desktop -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: novnc -sources: - - https://novnc.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/novnc - - https://ghcr.io/nicholaswilde/novnc -type: application -version: 10.1.3 diff --git a/stable/novnc/10.1.3/charts/common-18.0.3.tgz b/stable/novnc/10.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/novnc/10.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/nzbhydra/19.1.3/.helmignore b/stable/novnc/10.3.0/.helmignore similarity index 100% rename from stable/nzbhydra/19.1.3/.helmignore rename to stable/novnc/10.3.0/.helmignore diff --git a/stable/novnc/10.3.0/CHANGELOG.md b/stable/novnc/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..94ee90de2da --- /dev/null +++ b/stable/novnc/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [novnc-10.3.0](https://github.com/truecharts/charts/compare/novnc-10.2.3...novnc-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [novnc-10.2.3](https://github.com/truecharts/charts/compare/novnc-10.2.2...novnc-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [novnc-10.2.2](https://github.com/truecharts/charts/compare/novnc-10.2.0...novnc-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [novnc-9.1.11](https://github.com/truecharts/charts/compare/novnc-9.1.10...novnc-9.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [novnc-9.1.10](https://github.com/truecharts/charts/compare/novnc-9.1.9...novnc-9.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [novnc-9.1.9](https://github.com/truecharts/charts/compare/novnc-9.1.8...novnc-9.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [novnc-9.1.8](https://github.com/truecharts/charts/compare/novnc-9.1.7...novnc-9.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [novnc-9.1.7](https://github.com/truecharts/charts/compare/novnc-9.1.6...novnc-9.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [novnc-9.1.6](https://github.com/truecharts/charts/compare/novnc-9.1.5...novnc-9.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/novnc/10.3.0/Chart.yaml b/stable/novnc/10.3.0/Chart.yaml new file mode 100644 index 00000000000..23a5bc5b81c --- /dev/null +++ b/stable/novnc/10.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The open source VNC client +home: https://truecharts.org/charts/stable/novnc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/novnc.png +keywords: + - novnc + - vnc + - remote + - desktop +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: novnc +sources: + - https://novnc.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/novnc + - https://ghcr.io/nicholaswilde/novnc +type: application +version: 10.3.0 diff --git a/stable/novnc/10.1.3/README.md b/stable/novnc/10.3.0/README.md similarity index 100% rename from stable/novnc/10.1.3/README.md rename to stable/novnc/10.3.0/README.md diff --git a/stable/novnc/10.3.0/app-changelog.md b/stable/novnc/10.3.0/app-changelog.md new file mode 100644 index 00000000000..60139461215 --- /dev/null +++ b/stable/novnc/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [novnc-10.3.0](https://github.com/truecharts/charts/compare/novnc-10.2.3...novnc-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/novnc/10.1.3/app-readme.md b/stable/novnc/10.3.0/app-readme.md similarity index 100% rename from stable/novnc/10.1.3/app-readme.md rename to stable/novnc/10.3.0/app-readme.md diff --git a/stable/novnc/10.3.0/charts/common-18.2.0.tgz b/stable/novnc/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/novnc/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/novnc/10.1.3/ix_values.yaml b/stable/novnc/10.3.0/ix_values.yaml similarity index 100% rename from stable/novnc/10.1.3/ix_values.yaml rename to stable/novnc/10.3.0/ix_values.yaml diff --git a/stable/novnc/10.1.3/questions.yaml b/stable/novnc/10.3.0/questions.yaml similarity index 100% rename from stable/novnc/10.1.3/questions.yaml rename to stable/novnc/10.3.0/questions.yaml diff --git a/stable/nzbhydra/19.1.3/templates/NOTES.txt b/stable/novnc/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/nzbhydra/19.1.3/templates/NOTES.txt rename to stable/novnc/10.3.0/templates/NOTES.txt diff --git a/stable/novnc/10.1.3/templates/common.yaml b/stable/novnc/10.3.0/templates/common.yaml similarity index 100% rename from stable/novnc/10.1.3/templates/common.yaml rename to stable/novnc/10.3.0/templates/common.yaml diff --git a/stable/nzbhydra/19.1.3/values.yaml b/stable/novnc/10.3.0/values.yaml similarity index 100% rename from stable/nzbhydra/19.1.3/values.yaml rename to stable/novnc/10.3.0/values.yaml diff --git a/stable/ntfy/9.1.3/CHANGELOG.md b/stable/ntfy/9.1.3/CHANGELOG.md deleted file mode 100644 index b4be79582c6..00000000000 --- a/stable/ntfy/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [ntfy-8.2.5](https://github.com/truecharts/charts/compare/ntfy-8.2.4...ntfy-8.2.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ntfy-8.2.4](https://github.com/truecharts/charts/compare/ntfy-8.2.3...ntfy-8.2.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [ntfy-8.2.3](https://github.com/truecharts/charts/compare/ntfy-8.2.2...ntfy-8.2.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [ntfy-8.2.2](https://github.com/truecharts/charts/compare/ntfy-8.2.1...ntfy-8.2.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [ntfy-8.2.1](https://github.com/truecharts/charts/compare/ntfy-8.2.0...ntfy-8.2.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [ntfy-8.2.0](https://github.com/truecharts/charts/compare/ntfy-8.1.6...ntfy-8.2.0) (2024-01-21) - -### Feat - - - -- Add nfty_upstream_base_url env var ([#17314](https://github.com/truecharts/charts/issues/17314)) - - - - -## [ntfy-8.1.6](https://github.com/truecharts/charts/compare/ntfy-8.1.5...ntfy-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [ntfy-8.1.5](https://github.com/truecharts/charts/compare/ntfy-8.1.4...ntfy-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [ntfy-8.1.4](https://github.com/truecharts/charts/compare/ntfy-8.1.3...ntfy-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/ntfy/9.1.3/Chart.yaml b/stable/ntfy/9.1.3/Chart.yaml deleted file mode 100644 index 74957e0a199..00000000000 --- a/stable/ntfy/9.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.8.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: ntfy is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer. -home: https://truecharts.org/charts/stable/ntfy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ntfy.png -keywords: - - ntfy -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ntfy -sources: - - https://github.com/binwiederhier/ntfy/ - - https://github.com/truecharts/charts/tree/master/charts/stable/ntfy - - https://hub.docker.com/r/binwiederhier/ntfy -type: application -version: 9.1.3 diff --git a/stable/ntfy/9.1.3/charts/common-18.0.3.tgz b/stable/ntfy/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/ntfy/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/obs-ndi/6.1.3/.helmignore b/stable/ntfy/9.3.0/.helmignore similarity index 100% rename from stable/obs-ndi/6.1.3/.helmignore rename to stable/ntfy/9.3.0/.helmignore diff --git a/stable/ntfy/9.3.0/CHANGELOG.md b/stable/ntfy/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..78fc2afa5a7 --- /dev/null +++ b/stable/ntfy/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ntfy-9.3.0](https://github.com/truecharts/charts/compare/ntfy-9.2.3...ntfy-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [ntfy-9.2.3](https://github.com/truecharts/charts/compare/ntfy-9.2.2...ntfy-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [ntfy-9.2.2](https://github.com/truecharts/charts/compare/ntfy-9.2.0...ntfy-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [ntfy-8.2.5](https://github.com/truecharts/charts/compare/ntfy-8.2.4...ntfy-8.2.5) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [ntfy-8.2.4](https://github.com/truecharts/charts/compare/ntfy-8.2.3...ntfy-8.2.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [ntfy-8.2.3](https://github.com/truecharts/charts/compare/ntfy-8.2.2...ntfy-8.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [ntfy-8.2.2](https://github.com/truecharts/charts/compare/ntfy-8.2.1...ntfy-8.2.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [ntfy-8.2.1](https://github.com/truecharts/charts/compare/ntfy-8.2.0...ntfy-8.2.1) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [ntfy-8.2.0](https://github.com/truecharts/charts/compare/ntfy-8.1.6...ntfy-8.2.0) (2024-01-21) + +### Feat + + + +- Add nfty_upstream_base_url env var ([#17314](https://github.com/truecharts/charts/issues/17314)) diff --git a/stable/ntfy/9.3.0/Chart.yaml b/stable/ntfy/9.3.0/Chart.yaml new file mode 100644 index 00000000000..b541ea51562 --- /dev/null +++ b/stable/ntfy/9.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.8.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ntfy is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer. +home: https://truecharts.org/charts/stable/ntfy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ntfy.png +keywords: + - ntfy +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ntfy +sources: + - https://github.com/binwiederhier/ntfy/ + - https://github.com/truecharts/charts/tree/master/charts/stable/ntfy + - https://hub.docker.com/r/binwiederhier/ntfy +type: application +version: 9.3.0 diff --git a/stable/ntfy/9.1.3/README.md b/stable/ntfy/9.3.0/README.md similarity index 100% rename from stable/ntfy/9.1.3/README.md rename to stable/ntfy/9.3.0/README.md diff --git a/stable/ntfy/9.3.0/app-changelog.md b/stable/ntfy/9.3.0/app-changelog.md new file mode 100644 index 00000000000..31c188a8baf --- /dev/null +++ b/stable/ntfy/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ntfy-9.3.0](https://github.com/truecharts/charts/compare/ntfy-9.2.3...ntfy-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/ntfy/9.1.3/app-readme.md b/stable/ntfy/9.3.0/app-readme.md similarity index 100% rename from stable/ntfy/9.1.3/app-readme.md rename to stable/ntfy/9.3.0/app-readme.md diff --git a/stable/ntfy/9.3.0/charts/common-18.2.0.tgz b/stable/ntfy/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/ntfy/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/ntfy/9.1.3/ix_values.yaml b/stable/ntfy/9.3.0/ix_values.yaml similarity index 100% rename from stable/ntfy/9.1.3/ix_values.yaml rename to stable/ntfy/9.3.0/ix_values.yaml diff --git a/stable/ntfy/9.1.3/questions.yaml b/stable/ntfy/9.3.0/questions.yaml similarity index 100% rename from stable/ntfy/9.1.3/questions.yaml rename to stable/ntfy/9.3.0/questions.yaml diff --git a/stable/octoprint/13.1.3/templates/NOTES.txt b/stable/ntfy/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/octoprint/13.1.3/templates/NOTES.txt rename to stable/ntfy/9.3.0/templates/NOTES.txt diff --git a/stable/nzbget/20.1.3/templates/common.yaml b/stable/ntfy/9.3.0/templates/common.yaml similarity index 100% rename from stable/nzbget/20.1.3/templates/common.yaml rename to stable/ntfy/9.3.0/templates/common.yaml diff --git a/stable/obs-ndi/6.1.3/values.yaml b/stable/ntfy/9.3.0/values.yaml similarity index 100% rename from stable/obs-ndi/6.1.3/values.yaml rename to stable/ntfy/9.3.0/values.yaml diff --git a/stable/nullserv/13.1.3/CHANGELOG.md b/stable/nullserv/13.1.3/CHANGELOG.md deleted file mode 100644 index 104f28801d4..00000000000 --- a/stable/nullserv/13.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [nullserv-12.1.11](https://github.com/truecharts/charts/compare/nullserv-12.1.10...nullserv-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [nullserv-12.1.10](https://github.com/truecharts/charts/compare/nullserv-12.1.9...nullserv-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [nullserv-12.1.9](https://github.com/truecharts/charts/compare/nullserv-12.1.8...nullserv-12.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [nullserv-12.1.8](https://github.com/truecharts/charts/compare/nullserv-12.1.7...nullserv-12.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [nullserv-12.1.7](https://github.com/truecharts/charts/compare/nullserv-12.1.6...nullserv-12.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [nullserv-12.1.6](https://github.com/truecharts/charts/compare/nullserv-12.1.5...nullserv-12.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [nullserv-12.1.5](https://github.com/truecharts/charts/compare/nullserv-12.1.4...nullserv-12.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [nullserv-12.1.4](https://github.com/truecharts/charts/compare/nullserv-12.1.3...nullserv-12.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [nullserv-12.1.3](https://github.com/truecharts/charts/compare/nullserv-12.1.0...nullserv-12.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/nullserv/13.1.3/Chart.yaml b/stable/nullserv/13.1.3/Chart.yaml deleted file mode 100644 index a48c890832f..00000000000 --- a/stable/nullserv/13.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.3.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A simple null file http and https server -home: https://truecharts.org/charts/stable/nullserv -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nullserv.png -keywords: - - nullserv -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: nullserv -sources: - - https://github.com/bmrzycki/nullserv - - https://github.com/truecharts/charts/tree/master/charts/stable/nullserv - - https://ghcr.io/k8s-at-home/nullserv -type: application -version: 13.1.3 diff --git a/stable/nullserv/13.1.3/charts/common-18.0.3.tgz b/stable/nullserv/13.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/nullserv/13.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/observium/6.0.0/.helmignore b/stable/nullserv/13.3.0/.helmignore similarity index 100% rename from stable/observium/6.0.0/.helmignore rename to stable/nullserv/13.3.0/.helmignore diff --git a/stable/nullserv/13.3.0/CHANGELOG.md b/stable/nullserv/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..eaef21026ab --- /dev/null +++ b/stable/nullserv/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nullserv-13.3.0](https://github.com/truecharts/charts/compare/nullserv-13.2.3...nullserv-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [nullserv-13.2.3](https://github.com/truecharts/charts/compare/nullserv-13.2.2...nullserv-13.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [nullserv-13.2.2](https://github.com/truecharts/charts/compare/nullserv-13.2.0...nullserv-13.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [nullserv-12.1.11](https://github.com/truecharts/charts/compare/nullserv-12.1.10...nullserv-12.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [nullserv-12.1.10](https://github.com/truecharts/charts/compare/nullserv-12.1.9...nullserv-12.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [nullserv-12.1.9](https://github.com/truecharts/charts/compare/nullserv-12.1.8...nullserv-12.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [nullserv-12.1.8](https://github.com/truecharts/charts/compare/nullserv-12.1.7...nullserv-12.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [nullserv-12.1.7](https://github.com/truecharts/charts/compare/nullserv-12.1.6...nullserv-12.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [nullserv-12.1.6](https://github.com/truecharts/charts/compare/nullserv-12.1.5...nullserv-12.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/nullserv/13.3.0/Chart.yaml b/stable/nullserv/13.3.0/Chart.yaml new file mode 100644 index 00000000000..6a7850b980c --- /dev/null +++ b/stable/nullserv/13.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.3.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A simple null file http and https server +home: https://truecharts.org/charts/stable/nullserv +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nullserv.png +keywords: + - nullserv +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nullserv +sources: + - https://github.com/bmrzycki/nullserv + - https://github.com/truecharts/charts/tree/master/charts/stable/nullserv + - https://ghcr.io/k8s-at-home/nullserv +type: application +version: 13.3.0 diff --git a/stable/nullserv/13.1.3/README.md b/stable/nullserv/13.3.0/README.md similarity index 100% rename from stable/nullserv/13.1.3/README.md rename to stable/nullserv/13.3.0/README.md diff --git a/stable/nullserv/13.3.0/app-changelog.md b/stable/nullserv/13.3.0/app-changelog.md new file mode 100644 index 00000000000..b58003f5cc9 --- /dev/null +++ b/stable/nullserv/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [nullserv-13.3.0](https://github.com/truecharts/charts/compare/nullserv-13.2.3...nullserv-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/nullserv/13.1.3/app-readme.md b/stable/nullserv/13.3.0/app-readme.md similarity index 100% rename from stable/nullserv/13.1.3/app-readme.md rename to stable/nullserv/13.3.0/app-readme.md diff --git a/stable/nullserv/13.3.0/charts/common-18.2.0.tgz b/stable/nullserv/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/nullserv/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/nullserv/13.1.3/ix_values.yaml b/stable/nullserv/13.3.0/ix_values.yaml similarity index 100% rename from stable/nullserv/13.1.3/ix_values.yaml rename to stable/nullserv/13.3.0/ix_values.yaml diff --git a/stable/nullserv/13.1.3/questions.yaml b/stable/nullserv/13.3.0/questions.yaml similarity index 100% rename from stable/nullserv/13.1.3/questions.yaml rename to stable/nullserv/13.3.0/questions.yaml diff --git a/stable/odoo/17.2.0/templates/NOTES.txt b/stable/nullserv/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/odoo/17.2.0/templates/NOTES.txt rename to stable/nullserv/13.3.0/templates/NOTES.txt diff --git a/stable/nzbhydra/19.1.3/templates/common.yaml b/stable/nullserv/13.3.0/templates/common.yaml similarity index 100% rename from stable/nzbhydra/19.1.3/templates/common.yaml rename to stable/nullserv/13.3.0/templates/common.yaml diff --git a/stable/observium/6.0.0/values.yaml b/stable/nullserv/13.3.0/values.yaml similarity index 100% rename from stable/observium/6.0.0/values.yaml rename to stable/nullserv/13.3.0/values.yaml diff --git a/stable/nvidia-gpu-exporter/2.1.3/Chart.yaml b/stable/nvidia-gpu-exporter/2.1.3/Chart.yaml deleted file mode 100644 index 3da272daafc..00000000000 --- a/stable/nvidia-gpu-exporter/2.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: metrics - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.2.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Prometheus exporter for Nvidia GPU's using nvidia-smi binary to gather metrics. -home: https://truecharts.org/charts/stable/nvidia-gpu-exporter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nvidia-gpu-exporter.png -keywords: - - prometheus - - nvidia-gpu-exporter - - monitoring -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: nvidia-gpu-exporter -sources: - - https://github.com/utkuozdemir/nvidia_gpu_exporter - - https://github.com/truecharts/charts/tree/master/charts/stable/nvidia-gpu-exporter - - https://hub.docker.com/r/utkuozdemir/nvidia_gpu_exporter -type: application -version: 2.1.3 diff --git a/stable/nvidia-gpu-exporter/2.1.3/charts/common-18.0.3.tgz b/stable/nvidia-gpu-exporter/2.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/nvidia-gpu-exporter/2.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/obsidian/5.1.3/.helmignore b/stable/nvidia-gpu-exporter/2.3.0/.helmignore similarity index 100% rename from stable/obsidian/5.1.3/.helmignore rename to stable/nvidia-gpu-exporter/2.3.0/.helmignore diff --git a/stable/nvidia-gpu-exporter/2.3.0/CHANGELOG.md b/stable/nvidia-gpu-exporter/2.3.0/CHANGELOG.md new file mode 100644 index 00000000000..ac0c0bc770f --- /dev/null +++ b/stable/nvidia-gpu-exporter/2.3.0/CHANGELOG.md @@ -0,0 +1,37 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nvidia-gpu-exporter-2.3.0](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.2.3...nvidia-gpu-exporter-2.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [nvidia-gpu-exporter-2.2.3](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.2.2...nvidia-gpu-exporter-2.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [nvidia-gpu-exporter-2.2.2](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.2.0...nvidia-gpu-exporter-2.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) \ No newline at end of file diff --git a/stable/nvidia-gpu-exporter/2.3.0/Chart.yaml b/stable/nvidia-gpu-exporter/2.3.0/Chart.yaml new file mode 100644 index 00000000000..9dadfbc4caf --- /dev/null +++ b/stable/nvidia-gpu-exporter/2.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: metrics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Prometheus exporter for Nvidia GPU's using nvidia-smi binary to gather metrics. +home: https://truecharts.org/charts/stable/nvidia-gpu-exporter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nvidia-gpu-exporter.png +keywords: + - prometheus + - nvidia-gpu-exporter + - monitoring +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nvidia-gpu-exporter +sources: + - https://github.com/utkuozdemir/nvidia_gpu_exporter + - https://github.com/truecharts/charts/tree/master/charts/stable/nvidia-gpu-exporter + - https://hub.docker.com/r/utkuozdemir/nvidia_gpu_exporter +type: application +version: 2.3.0 diff --git a/stable/nvidia-gpu-exporter/2.1.3/README.md b/stable/nvidia-gpu-exporter/2.3.0/README.md similarity index 100% rename from stable/nvidia-gpu-exporter/2.1.3/README.md rename to stable/nvidia-gpu-exporter/2.3.0/README.md diff --git a/stable/nvidia-gpu-exporter/2.3.0/app-changelog.md b/stable/nvidia-gpu-exporter/2.3.0/app-changelog.md new file mode 100644 index 00000000000..249d6e77bab --- /dev/null +++ b/stable/nvidia-gpu-exporter/2.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [nvidia-gpu-exporter-2.3.0](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.2.3...nvidia-gpu-exporter-2.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/nvidia-gpu-exporter/2.1.3/app-readme.md b/stable/nvidia-gpu-exporter/2.3.0/app-readme.md similarity index 100% rename from stable/nvidia-gpu-exporter/2.1.3/app-readme.md rename to stable/nvidia-gpu-exporter/2.3.0/app-readme.md diff --git a/stable/nvidia-gpu-exporter/2.3.0/charts/common-18.2.0.tgz b/stable/nvidia-gpu-exporter/2.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/nvidia-gpu-exporter/2.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/nvidia-gpu-exporter/2.1.3/ix_values.yaml b/stable/nvidia-gpu-exporter/2.3.0/ix_values.yaml similarity index 100% rename from stable/nvidia-gpu-exporter/2.1.3/ix_values.yaml rename to stable/nvidia-gpu-exporter/2.3.0/ix_values.yaml diff --git a/stable/nvidia-gpu-exporter/2.1.3/questions.yaml b/stable/nvidia-gpu-exporter/2.3.0/questions.yaml similarity index 100% rename from stable/nvidia-gpu-exporter/2.1.3/questions.yaml rename to stable/nvidia-gpu-exporter/2.3.0/questions.yaml diff --git a/stable/omada-controller/14.2.0/templates/NOTES.txt b/stable/nvidia-gpu-exporter/2.3.0/templates/NOTES.txt similarity index 100% rename from stable/omada-controller/14.2.0/templates/NOTES.txt rename to stable/nvidia-gpu-exporter/2.3.0/templates/NOTES.txt diff --git a/stable/octoprint/13.1.3/templates/common.yaml b/stable/nvidia-gpu-exporter/2.3.0/templates/common.yaml similarity index 100% rename from stable/octoprint/13.1.3/templates/common.yaml rename to stable/nvidia-gpu-exporter/2.3.0/templates/common.yaml diff --git a/stable/obsidian/5.1.3/values.yaml b/stable/nvidia-gpu-exporter/2.3.0/values.yaml similarity index 100% rename from stable/obsidian/5.1.3/values.yaml rename to stable/nvidia-gpu-exporter/2.3.0/values.yaml diff --git a/stable/nzbget/20.1.3/CHANGELOG.md b/stable/nzbget/20.1.3/CHANGELOG.md deleted file mode 100644 index 519a9ad246b..00000000000 --- a/stable/nzbget/20.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [nzbget-18.0.5](https://github.com/truecharts/charts/compare/nzbget-18.0.4...nzbget-18.0.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [nzbget-18.0.4](https://github.com/truecharts/charts/compare/nzbget-18.0.3...nzbget-18.0.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [nzbget-18.0.3](https://github.com/truecharts/charts/compare/nzbget-18.0.2...nzbget-18.0.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [nzbget-18.0.2](https://github.com/truecharts/charts/compare/nzbget-18.0.1...nzbget-18.0.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [nzbget-18.0.1](https://github.com/truecharts/charts/compare/nzbget-18.0.0...nzbget-18.0.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [nzbget-18.0.0](https://github.com/truecharts/charts/compare/nzbget-17.1.6...nzbget-18.0.0) (2024-01-09) - -### Chore - - - -- update container image ghcr.io/geek-cookbook/nzbget to v22.0[@d6b3b69](https://github.com/d6b3b69) by renovate ([#17026](https://github.com/truecharts/charts/issues/17026)) - - -## [nzbget-17.1.6](https://github.com/truecharts/charts/compare/nzbget-17.1.5...nzbget-17.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [nzbget-17.1.5](https://github.com/truecharts/charts/compare/nzbget-17.1.4...nzbget-17.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [nzbget-17.1.4](https://github.com/truecharts/charts/compare/nzbget-17.1.3...nzbget-17.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes diff --git a/stable/nzbget/20.1.3/Chart.yaml b/stable/nzbget/20.1.3/Chart.yaml deleted file mode 100644 index 6ad5ca73004..00000000000 --- a/stable/nzbget/20.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 23.0.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: NZBGet is a Usenet downloader client -home: https://truecharts.org/charts/stable/nzbget -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbget.png -keywords: - - nzbget - - usenet -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: nzbget -sources: - - https://nzbget.net/ - - https://github.com/truecharts/charts/tree/master/charts/stable/nzbget - - https://ghcr.io/geek-cookbook/nzbget -type: application -version: 20.1.3 diff --git a/stable/nzbget/20.1.3/charts/common-18.0.3.tgz b/stable/nzbget/20.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/nzbget/20.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/octoprint/13.1.3/.helmignore b/stable/nzbget/20.3.0/.helmignore similarity index 100% rename from stable/octoprint/13.1.3/.helmignore rename to stable/nzbget/20.3.0/.helmignore diff --git a/stable/nzbget/20.3.0/CHANGELOG.md b/stable/nzbget/20.3.0/CHANGELOG.md new file mode 100644 index 00000000000..b9dfb4b70ea --- /dev/null +++ b/stable/nzbget/20.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nzbget-20.3.0](https://github.com/truecharts/charts/compare/nzbget-20.2.3...nzbget-20.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [nzbget-20.2.3](https://github.com/truecharts/charts/compare/nzbget-20.2.2...nzbget-20.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [nzbget-20.2.2](https://github.com/truecharts/charts/compare/nzbget-20.2.0...nzbget-20.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [nzbget-18.0.5](https://github.com/truecharts/charts/compare/nzbget-18.0.4...nzbget-18.0.5) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [nzbget-18.0.4](https://github.com/truecharts/charts/compare/nzbget-18.0.3...nzbget-18.0.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [nzbget-18.0.3](https://github.com/truecharts/charts/compare/nzbget-18.0.2...nzbget-18.0.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [nzbget-18.0.2](https://github.com/truecharts/charts/compare/nzbget-18.0.1...nzbget-18.0.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [nzbget-18.0.1](https://github.com/truecharts/charts/compare/nzbget-18.0.0...nzbget-18.0.1) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [nzbget-18.0.0](https://github.com/truecharts/charts/compare/nzbget-17.1.6...nzbget-18.0.0) (2024-01-09) + +### Chore + diff --git a/stable/nzbget/20.3.0/Chart.yaml b/stable/nzbget/20.3.0/Chart.yaml new file mode 100644 index 00000000000..76f139d14d6 --- /dev/null +++ b/stable/nzbget/20.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 23.0.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: NZBGet is a Usenet downloader client +home: https://truecharts.org/charts/stable/nzbget +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbget.png +keywords: + - nzbget + - usenet +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nzbget +sources: + - https://nzbget.net/ + - https://github.com/truecharts/charts/tree/master/charts/stable/nzbget + - https://ghcr.io/geek-cookbook/nzbget +type: application +version: 20.3.0 diff --git a/stable/nzbget/20.1.3/README.md b/stable/nzbget/20.3.0/README.md similarity index 100% rename from stable/nzbget/20.1.3/README.md rename to stable/nzbget/20.3.0/README.md diff --git a/stable/nzbget/20.3.0/app-changelog.md b/stable/nzbget/20.3.0/app-changelog.md new file mode 100644 index 00000000000..a46323574cd --- /dev/null +++ b/stable/nzbget/20.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [nzbget-20.3.0](https://github.com/truecharts/charts/compare/nzbget-20.2.3...nzbget-20.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/nzbget/20.1.3/app-readme.md b/stable/nzbget/20.3.0/app-readme.md similarity index 100% rename from stable/nzbget/20.1.3/app-readme.md rename to stable/nzbget/20.3.0/app-readme.md diff --git a/stable/nzbget/20.3.0/charts/common-18.2.0.tgz b/stable/nzbget/20.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/nzbget/20.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/nzbget/20.1.3/ix_values.yaml b/stable/nzbget/20.3.0/ix_values.yaml similarity index 100% rename from stable/nzbget/20.1.3/ix_values.yaml rename to stable/nzbget/20.3.0/ix_values.yaml diff --git a/stable/nzbget/20.1.3/questions.yaml b/stable/nzbget/20.3.0/questions.yaml similarity index 100% rename from stable/nzbget/20.1.3/questions.yaml rename to stable/nzbget/20.3.0/questions.yaml diff --git a/stable/ombi/18.1.3/templates/NOTES.txt b/stable/nzbget/20.3.0/templates/NOTES.txt similarity index 100% rename from stable/ombi/18.1.3/templates/NOTES.txt rename to stable/nzbget/20.3.0/templates/NOTES.txt diff --git a/stable/ombi/18.1.3/templates/common.yaml b/stable/nzbget/20.3.0/templates/common.yaml similarity index 100% rename from stable/ombi/18.1.3/templates/common.yaml rename to stable/nzbget/20.3.0/templates/common.yaml diff --git a/stable/octoprint/13.1.3/values.yaml b/stable/nzbget/20.3.0/values.yaml similarity index 100% rename from stable/octoprint/13.1.3/values.yaml rename to stable/nzbget/20.3.0/values.yaml diff --git a/stable/nzbhydra/19.1.3/CHANGELOG.md b/stable/nzbhydra/19.1.3/CHANGELOG.md deleted file mode 100644 index 2e35065c153..00000000000 --- a/stable/nzbhydra/19.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - -## [nzbhydra-18.1.12](https://github.com/truecharts/charts/compare/nzbhydra-18.1.11...nzbhydra-18.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [nzbhydra-18.1.11](https://github.com/truecharts/charts/compare/nzbhydra-18.1.10...nzbhydra-18.1.11) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.7[@560a5ad](https://github.com/560a5ad) by renovate ([#17669](https://github.com/truecharts/charts/issues/17669)) - - -## [nzbhydra-18.1.10](https://github.com/truecharts/charts/compare/nzbhydra-18.1.9...nzbhydra-18.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [nzbhydra-18.1.9](https://github.com/truecharts/charts/compare/nzbhydra-18.1.8...nzbhydra-18.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [nzbhydra-18.1.8](https://github.com/truecharts/charts/compare/nzbhydra-18.1.7...nzbhydra-18.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [nzbhydra-18.1.7](https://github.com/truecharts/charts/compare/nzbhydra-18.1.6...nzbhydra-18.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [nzbhydra-18.1.6](https://github.com/truecharts/charts/compare/nzbhydra-18.1.5...nzbhydra-18.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [nzbhydra-18.1.5](https://github.com/truecharts/charts/compare/nzbhydra-18.1.4...nzbhydra-18.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [nzbhydra-18.1.4](https://github.com/truecharts/charts/compare/nzbhydra-18.1.3...nzbhydra-18.1.4) (2024-01-01) \ No newline at end of file diff --git a/stable/nzbhydra/19.1.3/Chart.yaml b/stable/nzbhydra/19.1.3/Chart.yaml deleted file mode 100644 index 77a0d236f3a..00000000000 --- a/stable/nzbhydra/19.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.3.8 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: true -description: Usenet meta search -home: https://truecharts.org/charts/stable/nzbhydra -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbhydra.png -keywords: - - nzbhydra - - usenet -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: nzbhydra -sources: - - https://github.com/theotherp/nzbhydra2 - - https://github.com/truecharts/charts/tree/master/charts/stable/nzbhydra - - https://ghcr.io/geek-cookbook/nzbhydra2 -type: application -version: 19.1.3 diff --git a/stable/nzbhydra/19.1.3/charts/common-18.0.3.tgz b/stable/nzbhydra/19.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/nzbhydra/19.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/odoo/17.2.0/.helmignore b/stable/nzbhydra/19.3.0/.helmignore similarity index 100% rename from stable/odoo/17.2.0/.helmignore rename to stable/nzbhydra/19.3.0/.helmignore diff --git a/stable/nzbhydra/19.3.0/CHANGELOG.md b/stable/nzbhydra/19.3.0/CHANGELOG.md new file mode 100644 index 00000000000..c4461bdb523 --- /dev/null +++ b/stable/nzbhydra/19.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nzbhydra-19.3.0](https://github.com/truecharts/charts/compare/nzbhydra-19.2.3...nzbhydra-19.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [nzbhydra-19.2.3](https://github.com/truecharts/charts/compare/nzbhydra-19.2.2...nzbhydra-19.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [nzbhydra-19.2.2](https://github.com/truecharts/charts/compare/nzbhydra-19.2.0...nzbhydra-19.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + +## [nzbhydra-18.1.12](https://github.com/truecharts/charts/compare/nzbhydra-18.1.11...nzbhydra-18.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [nzbhydra-18.1.11](https://github.com/truecharts/charts/compare/nzbhydra-18.1.10...nzbhydra-18.1.11) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.7[@560a5ad](https://github.com/560a5ad) by renovate ([#17669](https://github.com/truecharts/charts/issues/17669)) + + +## [nzbhydra-18.1.10](https://github.com/truecharts/charts/compare/nzbhydra-18.1.9...nzbhydra-18.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [nzbhydra-18.1.9](https://github.com/truecharts/charts/compare/nzbhydra-18.1.8...nzbhydra-18.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [nzbhydra-18.1.8](https://github.com/truecharts/charts/compare/nzbhydra-18.1.7...nzbhydra-18.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + diff --git a/stable/nzbhydra/19.3.0/Chart.yaml b/stable/nzbhydra/19.3.0/Chart.yaml new file mode 100644 index 00000000000..90b3ddecb13 --- /dev/null +++ b/stable/nzbhydra/19.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.3.8 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: true +description: Usenet meta search +home: https://truecharts.org/charts/stable/nzbhydra +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbhydra.png +keywords: + - nzbhydra + - usenet +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nzbhydra +sources: + - https://github.com/theotherp/nzbhydra2 + - https://github.com/truecharts/charts/tree/master/charts/stable/nzbhydra + - https://ghcr.io/geek-cookbook/nzbhydra2 +type: application +version: 19.3.0 diff --git a/stable/nzbhydra/19.1.3/README.md b/stable/nzbhydra/19.3.0/README.md similarity index 100% rename from stable/nzbhydra/19.1.3/README.md rename to stable/nzbhydra/19.3.0/README.md diff --git a/stable/nzbhydra/19.3.0/app-changelog.md b/stable/nzbhydra/19.3.0/app-changelog.md new file mode 100644 index 00000000000..9248c47ccbc --- /dev/null +++ b/stable/nzbhydra/19.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [nzbhydra-19.3.0](https://github.com/truecharts/charts/compare/nzbhydra-19.2.3...nzbhydra-19.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/nzbhydra/19.1.3/app-readme.md b/stable/nzbhydra/19.3.0/app-readme.md similarity index 100% rename from stable/nzbhydra/19.1.3/app-readme.md rename to stable/nzbhydra/19.3.0/app-readme.md diff --git a/stable/nzbhydra/19.3.0/charts/common-18.2.0.tgz b/stable/nzbhydra/19.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/nzbhydra/19.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/nzbhydra/19.1.3/ix_values.yaml b/stable/nzbhydra/19.3.0/ix_values.yaml similarity index 100% rename from stable/nzbhydra/19.1.3/ix_values.yaml rename to stable/nzbhydra/19.3.0/ix_values.yaml diff --git a/stable/nzbhydra/19.1.3/questions.yaml b/stable/nzbhydra/19.3.0/questions.yaml similarity index 100% rename from stable/nzbhydra/19.1.3/questions.yaml rename to stable/nzbhydra/19.3.0/questions.yaml diff --git a/stable/onlyoffice-document-server/17.1.3/templates/NOTES.txt b/stable/nzbhydra/19.3.0/templates/NOTES.txt similarity index 100% rename from stable/onlyoffice-document-server/17.1.3/templates/NOTES.txt rename to stable/nzbhydra/19.3.0/templates/NOTES.txt diff --git a/stable/onlyoffice-document-server/17.1.3/templates/common.yaml b/stable/nzbhydra/19.3.0/templates/common.yaml similarity index 100% rename from stable/onlyoffice-document-server/17.1.3/templates/common.yaml rename to stable/nzbhydra/19.3.0/templates/common.yaml diff --git a/stable/odoo/17.2.0/values.yaml b/stable/nzbhydra/19.3.0/values.yaml similarity index 100% rename from stable/odoo/17.2.0/values.yaml rename to stable/nzbhydra/19.3.0/values.yaml diff --git a/stable/obs-ndi/6.1.3/CHANGELOG.md b/stable/obs-ndi/6.1.3/CHANGELOG.md deleted file mode 100644 index 1a7d2c529b2..00000000000 --- a/stable/obs-ndi/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [obs-ndi-5.1.11](https://github.com/truecharts/charts/compare/obs-ndi-5.1.10...obs-ndi-5.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [obs-ndi-5.1.10](https://github.com/truecharts/charts/compare/obs-ndi-5.1.9...obs-ndi-5.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [obs-ndi-5.1.9](https://github.com/truecharts/charts/compare/obs-ndi-5.1.8...obs-ndi-5.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [obs-ndi-5.1.8](https://github.com/truecharts/charts/compare/obs-ndi-5.1.7...obs-ndi-5.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [obs-ndi-5.1.7](https://github.com/truecharts/charts/compare/obs-ndi-5.1.6...obs-ndi-5.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [obs-ndi-5.1.6](https://github.com/truecharts/charts/compare/obs-ndi-5.1.5...obs-ndi-5.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [obs-ndi-5.1.5](https://github.com/truecharts/charts/compare/obs-ndi-5.1.4...obs-ndi-5.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [obs-ndi-5.1.4](https://github.com/truecharts/charts/compare/obs-ndi-5.1.3...obs-ndi-5.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [obs-ndi-5.1.3](https://github.com/truecharts/charts/compare/obs-ndi-5.1.0...obs-ndi-5.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/obs-ndi/6.1.3/Chart.yaml b/stable/obs-ndi/6.1.3/Chart.yaml deleted file mode 100644 index 1e6c2960d20..00000000000 --- a/stable/obs-ndi/6.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Docker Open Broadcaster Software (obs). -home: https://truecharts.org/charts/stable/obs-ndi -icon: https://truecharts.org/img/hotlink-ok/chart-icons/obs-ndi.png -keywords: - - obs-ndi - - GameServers - - Productivity - - MediaApp-Video - - MediaServer-Video -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: obs-ndi -sources: - - https://github.com/patrickstigler/docker-obs-ndi - - https://github.com/truecharts/charts/tree/master/charts/stable/obs-ndi - - https://hub.docker.com/r/patrickstigler/obs-ndi -type: application -version: 6.1.3 diff --git a/stable/obs-ndi/6.1.3/charts/common-18.0.3.tgz b/stable/obs-ndi/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/obs-ndi/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/omada-controller/14.2.0/.helmignore b/stable/obs-ndi/6.3.0/.helmignore similarity index 100% rename from stable/omada-controller/14.2.0/.helmignore rename to stable/obs-ndi/6.3.0/.helmignore diff --git a/stable/obs-ndi/6.3.0/CHANGELOG.md b/stable/obs-ndi/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..aef5e3f88ce --- /dev/null +++ b/stable/obs-ndi/6.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [obs-ndi-6.3.0](https://github.com/truecharts/charts/compare/obs-ndi-6.2.3...obs-ndi-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [obs-ndi-6.2.3](https://github.com/truecharts/charts/compare/obs-ndi-6.2.2...obs-ndi-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [obs-ndi-6.2.2](https://github.com/truecharts/charts/compare/obs-ndi-6.2.0...obs-ndi-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [obs-ndi-5.1.11](https://github.com/truecharts/charts/compare/obs-ndi-5.1.10...obs-ndi-5.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [obs-ndi-5.1.10](https://github.com/truecharts/charts/compare/obs-ndi-5.1.9...obs-ndi-5.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [obs-ndi-5.1.9](https://github.com/truecharts/charts/compare/obs-ndi-5.1.8...obs-ndi-5.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [obs-ndi-5.1.8](https://github.com/truecharts/charts/compare/obs-ndi-5.1.7...obs-ndi-5.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [obs-ndi-5.1.7](https://github.com/truecharts/charts/compare/obs-ndi-5.1.6...obs-ndi-5.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [obs-ndi-5.1.6](https://github.com/truecharts/charts/compare/obs-ndi-5.1.5...obs-ndi-5.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/obs-ndi/6.3.0/Chart.yaml b/stable/obs-ndi/6.3.0/Chart.yaml new file mode 100644 index 00000000000..2b5456732b2 --- /dev/null +++ b/stable/obs-ndi/6.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Docker Open Broadcaster Software (obs). +home: https://truecharts.org/charts/stable/obs-ndi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/obs-ndi.png +keywords: + - obs-ndi + - GameServers + - Productivity + - MediaApp-Video + - MediaServer-Video +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: obs-ndi +sources: + - https://github.com/patrickstigler/docker-obs-ndi + - https://github.com/truecharts/charts/tree/master/charts/stable/obs-ndi + - https://hub.docker.com/r/patrickstigler/obs-ndi +type: application +version: 6.3.0 diff --git a/stable/obs-ndi/6.1.3/README.md b/stable/obs-ndi/6.3.0/README.md similarity index 100% rename from stable/obs-ndi/6.1.3/README.md rename to stable/obs-ndi/6.3.0/README.md diff --git a/stable/obs-ndi/6.3.0/app-changelog.md b/stable/obs-ndi/6.3.0/app-changelog.md new file mode 100644 index 00000000000..ab12d2ee561 --- /dev/null +++ b/stable/obs-ndi/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [obs-ndi-6.3.0](https://github.com/truecharts/charts/compare/obs-ndi-6.2.3...obs-ndi-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/obs-ndi/6.1.3/app-readme.md b/stable/obs-ndi/6.3.0/app-readme.md similarity index 100% rename from stable/obs-ndi/6.1.3/app-readme.md rename to stable/obs-ndi/6.3.0/app-readme.md diff --git a/stable/obs-ndi/6.3.0/charts/common-18.2.0.tgz b/stable/obs-ndi/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/obs-ndi/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/obs-ndi/6.1.3/ix_values.yaml b/stable/obs-ndi/6.3.0/ix_values.yaml similarity index 100% rename from stable/obs-ndi/6.1.3/ix_values.yaml rename to stable/obs-ndi/6.3.0/ix_values.yaml diff --git a/stable/obs-ndi/6.1.3/questions.yaml b/stable/obs-ndi/6.3.0/questions.yaml similarity index 100% rename from stable/obs-ndi/6.1.3/questions.yaml rename to stable/obs-ndi/6.3.0/questions.yaml diff --git a/stable/obs-ndi/6.1.3/templates/common.yaml b/stable/obs-ndi/6.3.0/templates/common.yaml similarity index 100% rename from stable/obs-ndi/6.1.3/templates/common.yaml rename to stable/obs-ndi/6.3.0/templates/common.yaml diff --git a/stable/omada-controller/14.2.0/values.yaml b/stable/obs-ndi/6.3.0/values.yaml similarity index 100% rename from stable/omada-controller/14.2.0/values.yaml rename to stable/obs-ndi/6.3.0/values.yaml diff --git a/stable/observium/6.0.0/CHANGELOG.md b/stable/observium/6.0.0/CHANGELOG.md deleted file mode 100644 index 90360e61639..00000000000 --- a/stable/observium/6.0.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [observium-4.1.12](https://github.com/truecharts/charts/compare/observium-4.1.11...observium-4.1.12) (2024-02-12) - -### Chore - - - -- update container image uberchuckie/observium to latest[@60859fd](https://github.com/60859fd) by renovate ([#18112](https://github.com/truecharts/charts/issues/18112)) - - -## [observium-4.1.11](https://github.com/truecharts/charts/compare/observium-4.1.10...observium-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [observium-4.1.10](https://github.com/truecharts/charts/compare/observium-4.1.9...observium-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [observium-4.1.9](https://github.com/truecharts/charts/compare/observium-4.1.8...observium-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [observium-4.1.8](https://github.com/truecharts/charts/compare/observium-4.1.7...observium-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [observium-4.1.7](https://github.com/truecharts/charts/compare/observium-4.1.6...observium-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [observium-4.1.6](https://github.com/truecharts/charts/compare/observium-4.1.5...observium-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [observium-4.1.5](https://github.com/truecharts/charts/compare/observium-4.1.4...observium-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [observium-4.1.4](https://github.com/truecharts/charts/compare/observium-4.1.3...observium-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes \ No newline at end of file diff --git a/stable/observium/6.0.0/Chart.yaml b/stable/observium/6.0.0/Chart.yaml deleted file mode 100644 index 30f0bf66a7b..00000000000 --- a/stable/observium/6.0.0/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Management - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 20231219.0.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.0.0 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Observium is an autodiscovering network monitoring platform supporting a wide range of hardware platforms and operating systems.[br][br] -home: https://truecharts.org/charts/stable/observium -icon: https://truecharts.org/img/hotlink-ok/chart-icons/observium.png -keywords: - - observium - - Network-Management -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: observium -sources: - - https://www.observium.org/ - - https://github.com/pvrmza/docker-observium - - https://github.com/truecharts/charts/tree/master/charts/stable/observium - - https://hub.docker.com/r/pvrmza/docker-observium -type: application -version: 6.0.0 diff --git a/stable/observium/6.0.0/charts/common-18.1.2.tgz b/stable/observium/6.0.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/observium/6.0.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/observium/6.0.0/charts/mariadb-13.0.0.tgz b/stable/observium/6.0.0/charts/mariadb-13.0.0.tgz deleted file mode 100644 index 564d2d213b7..00000000000 Binary files a/stable/observium/6.0.0/charts/mariadb-13.0.0.tgz and /dev/null differ diff --git a/stable/ombi/18.1.3/.helmignore b/stable/observium/6.2.0/.helmignore similarity index 100% rename from stable/ombi/18.1.3/.helmignore rename to stable/observium/6.2.0/.helmignore diff --git a/stable/observium/6.2.0/CHANGELOG.md b/stable/observium/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..31879d493f7 --- /dev/null +++ b/stable/observium/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [observium-6.2.0](https://github.com/truecharts/charts/compare/observium-6.1.3...observium-6.2.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [observium-6.1.3](https://github.com/truecharts/charts/compare/observium-6.1.2...observium-6.1.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [observium-6.1.2](https://github.com/truecharts/charts/compare/observium-6.1.0...observium-6.1.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + +## [observium-4.1.12](https://github.com/truecharts/charts/compare/observium-4.1.11...observium-4.1.12) (2024-02-12) + +### Chore + + + +- update container image uberchuckie/observium to latest[@60859fd](https://github.com/60859fd) by renovate ([#18112](https://github.com/truecharts/charts/issues/18112)) + + +## [observium-4.1.11](https://github.com/truecharts/charts/compare/observium-4.1.10...observium-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [observium-4.1.10](https://github.com/truecharts/charts/compare/observium-4.1.9...observium-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [observium-4.1.9](https://github.com/truecharts/charts/compare/observium-4.1.8...observium-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [observium-4.1.8](https://github.com/truecharts/charts/compare/observium-4.1.7...observium-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [observium-4.1.7](https://github.com/truecharts/charts/compare/observium-4.1.6...observium-4.1.7) (2024-01-21) + +### Chore + + diff --git a/stable/observium/6.2.0/Chart.yaml b/stable/observium/6.2.0/Chart.yaml new file mode 100644 index 00000000000..d098d2c8619 --- /dev/null +++ b/stable/observium/6.2.0/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Management + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 20231219.0.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.2.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Observium is an autodiscovering network monitoring platform supporting a wide range of hardware platforms and operating systems.[br][br] +home: https://truecharts.org/charts/stable/observium +icon: https://truecharts.org/img/hotlink-ok/chart-icons/observium.png +keywords: + - observium + - Network-Management +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: observium +sources: + - https://www.observium.org/ + - https://github.com/pvrmza/docker-observium + - https://github.com/truecharts/charts/tree/master/charts/stable/observium + - https://hub.docker.com/r/pvrmza/docker-observium +type: application +version: 6.2.0 diff --git a/stable/observium/6.0.0/README.md b/stable/observium/6.2.0/README.md similarity index 100% rename from stable/observium/6.0.0/README.md rename to stable/observium/6.2.0/README.md diff --git a/stable/observium/6.2.0/app-changelog.md b/stable/observium/6.2.0/app-changelog.md new file mode 100644 index 00000000000..1bdae8a4a77 --- /dev/null +++ b/stable/observium/6.2.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [observium-6.2.0](https://github.com/truecharts/charts/compare/observium-6.1.3...observium-6.2.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/observium/6.0.0/app-readme.md b/stable/observium/6.2.0/app-readme.md similarity index 100% rename from stable/observium/6.0.0/app-readme.md rename to stable/observium/6.2.0/app-readme.md diff --git a/stable/observium/6.2.0/charts/common-18.2.0.tgz b/stable/observium/6.2.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/observium/6.2.0/charts/common-18.2.0.tgz differ diff --git a/stable/observium/6.2.0/charts/mariadb-13.2.0.tgz b/stable/observium/6.2.0/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/observium/6.2.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/observium/6.0.0/ix_values.yaml b/stable/observium/6.2.0/ix_values.yaml similarity index 100% rename from stable/observium/6.0.0/ix_values.yaml rename to stable/observium/6.2.0/ix_values.yaml diff --git a/stable/observium/6.0.0/questions.yaml b/stable/observium/6.2.0/questions.yaml similarity index 100% rename from stable/observium/6.0.0/questions.yaml rename to stable/observium/6.2.0/questions.yaml diff --git a/stable/observium/6.0.0/templates/common.yaml b/stable/observium/6.2.0/templates/common.yaml similarity index 100% rename from stable/observium/6.0.0/templates/common.yaml rename to stable/observium/6.2.0/templates/common.yaml diff --git a/stable/ombi/18.1.3/values.yaml b/stable/observium/6.2.0/values.yaml similarity index 100% rename from stable/ombi/18.1.3/values.yaml rename to stable/observium/6.2.0/values.yaml diff --git a/stable/obsidian/5.1.3/CHANGELOG.md b/stable/obsidian/5.1.3/CHANGELOG.md deleted file mode 100644 index c5d50103e64..00000000000 --- a/stable/obsidian/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [obsidian-4.1.11](https://github.com/truecharts/charts/compare/obsidian-4.1.10...obsidian-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [obsidian-4.1.10](https://github.com/truecharts/charts/compare/obsidian-4.1.9...obsidian-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [obsidian-4.1.9](https://github.com/truecharts/charts/compare/obsidian-4.1.8...obsidian-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [obsidian-4.1.8](https://github.com/truecharts/charts/compare/obsidian-4.1.7...obsidian-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [obsidian-4.1.7](https://github.com/truecharts/charts/compare/obsidian-4.1.6...obsidian-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [obsidian-4.1.6](https://github.com/truecharts/charts/compare/obsidian-4.1.5...obsidian-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [obsidian-4.1.5](https://github.com/truecharts/charts/compare/obsidian-4.1.4...obsidian-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [obsidian-4.1.4](https://github.com/truecharts/charts/compare/obsidian-4.1.3...obsidian-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [obsidian-4.1.3](https://github.com/truecharts/charts/compare/obsidian-4.1.0...obsidian-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/obsidian/5.1.3/Chart.yaml b/stable/obsidian/5.1.3/Chart.yaml deleted file mode 100644 index 96d56d211cf..00000000000 --- a/stable/obsidian/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.1.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A knowledge base that works on local Markdown files. -home: https://truecharts.org/charts/stable/obsidian -icon: https://truecharts.org/img/hotlink-ok/chart-icons/obsidian.png -keywords: - - obsidian - - productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: obsidian -sources: - - https://github.com/sytone/obsidian-remote - - https://github.com/sytone/obsidian-remote/pkgs/container/obsidian-remote - - https://github.com/truecharts/charts/tree/master/charts/stable/obsidian - - https://ghcr.io/sytone/obsidian-remote -type: application -version: 5.1.3 diff --git a/stable/obsidian/5.1.3/charts/common-18.0.3.tgz b/stable/obsidian/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/obsidian/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/onlinecheckyourserver/5.1.3/.helmignore b/stable/obsidian/5.3.0/.helmignore similarity index 100% rename from stable/onlinecheckyourserver/5.1.3/.helmignore rename to stable/obsidian/5.3.0/.helmignore diff --git a/stable/obsidian/5.3.0/CHANGELOG.md b/stable/obsidian/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..c07f5d21bb5 --- /dev/null +++ b/stable/obsidian/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [obsidian-5.3.0](https://github.com/truecharts/charts/compare/obsidian-5.2.3...obsidian-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [obsidian-5.2.3](https://github.com/truecharts/charts/compare/obsidian-5.2.2...obsidian-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [obsidian-5.2.2](https://github.com/truecharts/charts/compare/obsidian-5.2.0...obsidian-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [obsidian-4.1.11](https://github.com/truecharts/charts/compare/obsidian-4.1.10...obsidian-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [obsidian-4.1.10](https://github.com/truecharts/charts/compare/obsidian-4.1.9...obsidian-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [obsidian-4.1.9](https://github.com/truecharts/charts/compare/obsidian-4.1.8...obsidian-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [obsidian-4.1.8](https://github.com/truecharts/charts/compare/obsidian-4.1.7...obsidian-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [obsidian-4.1.7](https://github.com/truecharts/charts/compare/obsidian-4.1.6...obsidian-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [obsidian-4.1.6](https://github.com/truecharts/charts/compare/obsidian-4.1.5...obsidian-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/obsidian/5.3.0/Chart.yaml b/stable/obsidian/5.3.0/Chart.yaml new file mode 100644 index 00000000000..2a61186d3ab --- /dev/null +++ b/stable/obsidian/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.1.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A knowledge base that works on local Markdown files. +home: https://truecharts.org/charts/stable/obsidian +icon: https://truecharts.org/img/hotlink-ok/chart-icons/obsidian.png +keywords: + - obsidian + - productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: obsidian +sources: + - https://github.com/sytone/obsidian-remote + - https://github.com/sytone/obsidian-remote/pkgs/container/obsidian-remote + - https://github.com/truecharts/charts/tree/master/charts/stable/obsidian + - https://ghcr.io/sytone/obsidian-remote +type: application +version: 5.3.0 diff --git a/stable/obsidian/5.1.3/README.md b/stable/obsidian/5.3.0/README.md similarity index 100% rename from stable/obsidian/5.1.3/README.md rename to stable/obsidian/5.3.0/README.md diff --git a/stable/obsidian/5.3.0/app-changelog.md b/stable/obsidian/5.3.0/app-changelog.md new file mode 100644 index 00000000000..45afbdb7437 --- /dev/null +++ b/stable/obsidian/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [obsidian-5.3.0](https://github.com/truecharts/charts/compare/obsidian-5.2.3...obsidian-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/obsidian/5.1.3/app-readme.md b/stable/obsidian/5.3.0/app-readme.md similarity index 100% rename from stable/obsidian/5.1.3/app-readme.md rename to stable/obsidian/5.3.0/app-readme.md diff --git a/stable/obsidian/5.3.0/charts/common-18.2.0.tgz b/stable/obsidian/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/obsidian/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/obsidian/5.1.3/ix_values.yaml b/stable/obsidian/5.3.0/ix_values.yaml similarity index 100% rename from stable/obsidian/5.1.3/ix_values.yaml rename to stable/obsidian/5.3.0/ix_values.yaml diff --git a/stable/obsidian/5.1.3/questions.yaml b/stable/obsidian/5.3.0/questions.yaml similarity index 100% rename from stable/obsidian/5.1.3/questions.yaml rename to stable/obsidian/5.3.0/questions.yaml diff --git a/stable/obsidian/5.1.3/templates/common.yaml b/stable/obsidian/5.3.0/templates/common.yaml similarity index 100% rename from stable/obsidian/5.1.3/templates/common.yaml rename to stable/obsidian/5.3.0/templates/common.yaml diff --git a/stable/onlinecheckyourserver/5.1.3/values.yaml b/stable/obsidian/5.3.0/values.yaml similarity index 100% rename from stable/onlinecheckyourserver/5.1.3/values.yaml rename to stable/obsidian/5.3.0/values.yaml diff --git a/stable/octoprint/13.1.3/CHANGELOG.md b/stable/octoprint/13.1.3/CHANGELOG.md deleted file mode 100644 index e0ebfaa5cf7..00000000000 --- a/stable/octoprint/13.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [octoprint-12.1.11](https://github.com/truecharts/charts/compare/octoprint-12.1.10...octoprint-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [octoprint-12.1.10](https://github.com/truecharts/charts/compare/octoprint-12.1.9...octoprint-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [octoprint-12.1.9](https://github.com/truecharts/charts/compare/octoprint-12.1.8...octoprint-12.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [octoprint-12.1.8](https://github.com/truecharts/charts/compare/octoprint-12.1.7...octoprint-12.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [octoprint-12.1.7](https://github.com/truecharts/charts/compare/octoprint-12.1.6...octoprint-12.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [octoprint-12.1.6](https://github.com/truecharts/charts/compare/octoprint-12.1.5...octoprint-12.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [octoprint-12.1.5](https://github.com/truecharts/charts/compare/octoprint-12.1.4...octoprint-12.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [octoprint-12.1.4](https://github.com/truecharts/charts/compare/octoprint-12.1.3...octoprint-12.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [octoprint-12.1.3](https://github.com/truecharts/charts/compare/octoprint-12.1.0...octoprint-12.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/octoprint/13.1.3/Chart.yaml b/stable/octoprint/13.1.3/Chart.yaml deleted file mode 100644 index a82e37d7133..00000000000 --- a/stable/octoprint/13.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.9.3 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: OctoPrint is the snappy web interface for your 3D printer -home: https://truecharts.org/charts/stable/octoprint -icon: https://truecharts.org/img/hotlink-ok/chart-icons/octoprint.png -keywords: - - octoprint - - 3d - - printer -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: octoprint -sources: - - https://github.com/OctoPrint/OctoPrint - - https://github.com/truecharts/charts/tree/master/charts/stable/octoprint - - https://hub.docker.com/r/octoprint/octoprint -type: application -version: 13.1.3 diff --git a/stable/octoprint/13.1.3/charts/common-18.0.3.tgz b/stable/octoprint/13.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/octoprint/13.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/onlyoffice-document-server/17.1.3/.helmignore b/stable/octoprint/13.3.0/.helmignore similarity index 100% rename from stable/onlyoffice-document-server/17.1.3/.helmignore rename to stable/octoprint/13.3.0/.helmignore diff --git a/stable/octoprint/13.3.0/CHANGELOG.md b/stable/octoprint/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..c2cd5e3115b --- /dev/null +++ b/stable/octoprint/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [octoprint-13.3.0](https://github.com/truecharts/charts/compare/octoprint-13.2.3...octoprint-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [octoprint-13.2.3](https://github.com/truecharts/charts/compare/octoprint-13.2.2...octoprint-13.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [octoprint-13.2.2](https://github.com/truecharts/charts/compare/octoprint-13.2.0...octoprint-13.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [octoprint-12.1.11](https://github.com/truecharts/charts/compare/octoprint-12.1.10...octoprint-12.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [octoprint-12.1.10](https://github.com/truecharts/charts/compare/octoprint-12.1.9...octoprint-12.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [octoprint-12.1.9](https://github.com/truecharts/charts/compare/octoprint-12.1.8...octoprint-12.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [octoprint-12.1.8](https://github.com/truecharts/charts/compare/octoprint-12.1.7...octoprint-12.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [octoprint-12.1.7](https://github.com/truecharts/charts/compare/octoprint-12.1.6...octoprint-12.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [octoprint-12.1.6](https://github.com/truecharts/charts/compare/octoprint-12.1.5...octoprint-12.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/octoprint/13.3.0/Chart.yaml b/stable/octoprint/13.3.0/Chart.yaml new file mode 100644 index 00000000000..e34592e1ebf --- /dev/null +++ b/stable/octoprint/13.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.9.3 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: OctoPrint is the snappy web interface for your 3D printer +home: https://truecharts.org/charts/stable/octoprint +icon: https://truecharts.org/img/hotlink-ok/chart-icons/octoprint.png +keywords: + - octoprint + - 3d + - printer +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: octoprint +sources: + - https://github.com/OctoPrint/OctoPrint + - https://github.com/truecharts/charts/tree/master/charts/stable/octoprint + - https://hub.docker.com/r/octoprint/octoprint +type: application +version: 13.3.0 diff --git a/stable/octoprint/13.1.3/README.md b/stable/octoprint/13.3.0/README.md similarity index 100% rename from stable/octoprint/13.1.3/README.md rename to stable/octoprint/13.3.0/README.md diff --git a/stable/octoprint/13.3.0/app-changelog.md b/stable/octoprint/13.3.0/app-changelog.md new file mode 100644 index 00000000000..d229a4af4d7 --- /dev/null +++ b/stable/octoprint/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [octoprint-13.3.0](https://github.com/truecharts/charts/compare/octoprint-13.2.3...octoprint-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/octoprint/13.1.3/app-readme.md b/stable/octoprint/13.3.0/app-readme.md similarity index 100% rename from stable/octoprint/13.1.3/app-readme.md rename to stable/octoprint/13.3.0/app-readme.md diff --git a/stable/octoprint/13.3.0/charts/common-18.2.0.tgz b/stable/octoprint/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/octoprint/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/octoprint/13.1.3/ix_values.yaml b/stable/octoprint/13.3.0/ix_values.yaml similarity index 100% rename from stable/octoprint/13.1.3/ix_values.yaml rename to stable/octoprint/13.3.0/ix_values.yaml diff --git a/stable/octoprint/13.1.3/questions.yaml b/stable/octoprint/13.3.0/questions.yaml similarity index 100% rename from stable/octoprint/13.1.3/questions.yaml rename to stable/octoprint/13.3.0/questions.yaml diff --git a/stable/openbooks/4.1.3/templates/NOTES.txt b/stable/octoprint/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/openbooks/4.1.3/templates/NOTES.txt rename to stable/octoprint/13.3.0/templates/NOTES.txt diff --git a/stable/openaudible/5.1.3/templates/common.yaml b/stable/octoprint/13.3.0/templates/common.yaml similarity index 100% rename from stable/openaudible/5.1.3/templates/common.yaml rename to stable/octoprint/13.3.0/templates/common.yaml diff --git a/stable/onlyoffice-document-server/17.1.3/values.yaml b/stable/octoprint/13.3.0/values.yaml similarity index 100% rename from stable/onlyoffice-document-server/17.1.3/values.yaml rename to stable/octoprint/13.3.0/values.yaml diff --git a/stable/odoo/17.2.0/CHANGELOG.md b/stable/odoo/17.2.0/CHANGELOG.md deleted file mode 100644 index e65f0210eab..00000000000 --- a/stable/odoo/17.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - -## [odoo-16.1.16](https://github.com/truecharts/charts/compare/odoo-16.1.15...odoo-16.1.16) (2024-02-12) - -### Chore - - - -- update container image docker.io/odoo to 17.0[@a4e061f](https://github.com/a4e061f) by renovate ([#18041](https://github.com/truecharts/charts/issues/18041)) - - -## [odoo-16.1.15](https://github.com/truecharts/charts/compare/odoo-16.1.14...odoo-16.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [odoo-16.1.14](https://github.com/truecharts/charts/compare/odoo-16.1.13...odoo-16.1.14) (2024-02-02) - -### Chore - - - -- update container image docker.io/odoo to 17.0[@11429ba](https://github.com/11429ba) by renovate ([#17780](https://github.com/truecharts/charts/issues/17780)) - - -## [odoo-16.1.13](https://github.com/truecharts/charts/compare/odoo-16.1.12...odoo-16.1.13) (2024-01-29) - -### Chore - - - -- update container image docker.io/odoo to 17.0[@cf2ef1d](https://github.com/cf2ef1d) by renovate ([#17589](https://github.com/truecharts/charts/issues/17589)) - - -## [odoo-16.1.12](https://github.com/truecharts/charts/compare/odoo-16.1.11...odoo-16.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [odoo-16.1.11](https://github.com/truecharts/charts/compare/odoo-16.1.10...odoo-16.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [odoo-16.1.10](https://github.com/truecharts/charts/compare/odoo-16.1.9...odoo-16.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [odoo-16.1.9](https://github.com/truecharts/charts/compare/odoo-16.1.8...odoo-16.1.9) (2024-01-21) - -### Chore - - diff --git a/stable/odoo/17.2.0/Chart.yaml b/stable/odoo/17.2.0/Chart.yaml deleted file mode 100644 index daced21d03e..00000000000 --- a/stable/odoo/17.2.0/Chart.yaml +++ /dev/null @@ -1,42 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 17.0.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc. -home: https://truecharts.org/charts/stable/odoo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/odoo.png -keywords: - - odoo - - crm - - pm - - hr - - accounting - - mrp - - marketing -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: odoo -sources: - - https://github.com/odoo/docker - - https://github.com/truecharts/charts/tree/master/charts/stable/odoo - - https://hub.docker.com/_/odoo -type: application -version: 17.2.0 diff --git a/stable/odoo/17.2.0/charts/common-18.1.2.tgz b/stable/odoo/17.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/odoo/17.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/odoo/17.2.0/ix_values.yaml b/stable/odoo/17.2.0/ix_values.yaml deleted file mode 100644 index 880f198f5e6..00000000000 --- a/stable/odoo/17.2.0/ix_values.yaml +++ /dev/null @@ -1,92 +0,0 @@ -image: - repository: docker.io/odoo - pullPolicy: IfNotPresent - tag: 17.0@sha256:df9d92ed7530f4f858ca068e84770426315b3cb2444d0babf0bed834657a9c02 -securityContext: - container: - readOnlyRootFilesystem: false - runAsUser: 101 - runAsGroup: 101 -service: - main: - ports: - main: - port: 8069 -odoo: - additionalConf: [] -workload: - main: - podSpec: - initContainers: - init-db: - type: install - enabled: true - imageSelector: "image" - env: - ODOO_RC: /etc/odoo/odoo.conf - command: - - /bin/bash - args: - - -c - - | - /usr/bin/odoo --config=/etc/odoo/odoo.conf \ - --stop-after-init \ - --without-demo=all \ - --init=base - containers: - main: - probes: - liveness: - enabled: true - type: http - path: /web/health - readiness: - enabled: true - type: http - path: /web/health - startup: - enabled: true - type: http - path: /web/health - env: - ODOO_RC: /etc/odoo/odoo.conf -persistence: - odoo: - enabled: true - targetSelector: - main: - main: - mountPath: "/var/lib/odoo" - init-db: - mountPath: "/var/lib/odoo" - addons: - enabled: true - targetSelector: - main: - main: - mountPath: "/mnt/extra-addons" - init-db: - mountPath: "/mnt/extra-addons" - odoo-config: - enabled: true - type: configmap - objectName: odoo-config - targetSelector: - main: - main: - mountPath: /etc/odoo/odoo.conf - subPath: odoo.conf - readOnly: true - init-db: - mountPath: /etc/odoo/odoo.conf - subPath: odoo.conf - readOnly: true -# Enabled postgres -cnpg: - main: - enabled: true - user: odoo - database: odoo -portal: - open: - enabled: true diff --git a/stable/odoo/17.2.0/questions.yaml b/stable/odoo/17.2.0/questions.yaml deleted file mode 100755 index b9362af1a36..00000000000 --- a/stable/odoo/17.2.0/questions.yaml +++ /dev/null @@ -1,3607 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: odoo - group: App Configuration - label: Odoo - schema: - additional_attrs: true - type: dict - attrs: - - variable: additionalConf - label: Additional File Configuration Options - description: | - Configure additional file configuration options for Odoo.
- Options are appended to the end of the configuration file.
- After the predefined configuration options.
- schema: - type: list - default: [] - items: - - variable: conf - label: Configuration Option - schema: - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 8069 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: odoo - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: addons - label: "App Addons Storage" - description: "Stores the Application addons." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 101 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 101 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/openaudible/5.1.3/.helmignore b/stable/odoo/17.3.0/.helmignore similarity index 100% rename from stable/openaudible/5.1.3/.helmignore rename to stable/odoo/17.3.0/.helmignore diff --git a/stable/odoo/17.3.0/CHANGELOG.md b/stable/odoo/17.3.0/CHANGELOG.md new file mode 100644 index 00000000000..08596af8c58 --- /dev/null +++ b/stable/odoo/17.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [odoo-17.3.0](https://github.com/truecharts/charts/compare/odoo-17.2.4...odoo-17.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [odoo-17.2.4](https://github.com/truecharts/charts/compare/odoo-17.2.3...odoo-17.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [odoo-17.2.3](https://github.com/truecharts/charts/compare/odoo-17.2.1...odoo-17.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + +## [odoo-16.1.16](https://github.com/truecharts/charts/compare/odoo-16.1.15...odoo-16.1.16) (2024-02-12) + +### Chore + + + +- update container image docker.io/odoo to 17.0[@a4e061f](https://github.com/a4e061f) by renovate ([#18041](https://github.com/truecharts/charts/issues/18041)) + + +## [odoo-16.1.15](https://github.com/truecharts/charts/compare/odoo-16.1.14...odoo-16.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [odoo-16.1.14](https://github.com/truecharts/charts/compare/odoo-16.1.13...odoo-16.1.14) (2024-02-02) + +### Chore + + + +- update container image docker.io/odoo to 17.0[@11429ba](https://github.com/11429ba) by renovate ([#17780](https://github.com/truecharts/charts/issues/17780)) + + +## [odoo-16.1.13](https://github.com/truecharts/charts/compare/odoo-16.1.12...odoo-16.1.13) (2024-01-29) + +### Chore + + + +- update container image docker.io/odoo to 17.0[@cf2ef1d](https://github.com/cf2ef1d) by renovate ([#17589](https://github.com/truecharts/charts/issues/17589)) + + +## [odoo-16.1.12](https://github.com/truecharts/charts/compare/odoo-16.1.11...odoo-16.1.12) (2024-01-26) + +### Chore \ No newline at end of file diff --git a/stable/odoo/17.3.0/Chart.yaml b/stable/odoo/17.3.0/Chart.yaml new file mode 100644 index 00000000000..aa5d0a80a66 --- /dev/null +++ b/stable/odoo/17.3.0/Chart.yaml @@ -0,0 +1,42 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 17.0.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc. +home: https://truecharts.org/charts/stable/odoo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/odoo.png +keywords: + - odoo + - crm + - pm + - hr + - accounting + - mrp + - marketing +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: odoo +sources: + - https://github.com/odoo/docker + - https://github.com/truecharts/charts/tree/master/charts/stable/odoo + - https://hub.docker.com/_/odoo +type: application +version: 17.3.0 diff --git a/stable/odoo/17.2.0/README.md b/stable/odoo/17.3.0/README.md similarity index 100% rename from stable/odoo/17.2.0/README.md rename to stable/odoo/17.3.0/README.md diff --git a/stable/odoo/17.3.0/app-changelog.md b/stable/odoo/17.3.0/app-changelog.md new file mode 100644 index 00000000000..0131f2cbc70 --- /dev/null +++ b/stable/odoo/17.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [odoo-17.3.0](https://github.com/truecharts/charts/compare/odoo-17.2.4...odoo-17.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/odoo/17.2.0/app-readme.md b/stable/odoo/17.3.0/app-readme.md similarity index 100% rename from stable/odoo/17.2.0/app-readme.md rename to stable/odoo/17.3.0/app-readme.md diff --git a/stable/odoo/17.3.0/charts/common-18.2.0.tgz b/stable/odoo/17.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/odoo/17.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/odoo/17.3.0/ix_values.yaml b/stable/odoo/17.3.0/ix_values.yaml new file mode 100644 index 00000000000..95b97001436 --- /dev/null +++ b/stable/odoo/17.3.0/ix_values.yaml @@ -0,0 +1,92 @@ +image: + repository: docker.io/odoo + pullPolicy: IfNotPresent + tag: 17.0@sha256:7be75cd6e517879310f9dec9090a6b25345a5bc219c4ba22f7bab9c699faff7f +securityContext: + container: + readOnlyRootFilesystem: false + runAsUser: 101 + runAsGroup: 101 +service: + main: + ports: + main: + port: 8069 +odoo: + additionalConf: [] +workload: + main: + podSpec: + initContainers: + init-db: + type: install + enabled: true + imageSelector: "image" + env: + ODOO_RC: /etc/odoo/odoo.conf + command: + - /bin/bash + args: + - -c + - | + /usr/bin/odoo --config=/etc/odoo/odoo.conf \ + --stop-after-init \ + --without-demo=all \ + --init=base + containers: + main: + probes: + liveness: + enabled: true + type: http + path: /web/health + readiness: + enabled: true + type: http + path: /web/health + startup: + enabled: true + type: http + path: /web/health + env: + ODOO_RC: /etc/odoo/odoo.conf +persistence: + odoo: + enabled: true + targetSelector: + main: + main: + mountPath: "/var/lib/odoo" + init-db: + mountPath: "/var/lib/odoo" + addons: + enabled: true + targetSelector: + main: + main: + mountPath: "/mnt/extra-addons" + init-db: + mountPath: "/mnt/extra-addons" + odoo-config: + enabled: true + type: configmap + objectName: odoo-config + targetSelector: + main: + main: + mountPath: /etc/odoo/odoo.conf + subPath: odoo.conf + readOnly: true + init-db: + mountPath: /etc/odoo/odoo.conf + subPath: odoo.conf + readOnly: true +# Enabled postgres +cnpg: + main: + enabled: true + user: odoo + database: odoo +portal: + open: + enabled: true diff --git a/stable/odoo/17.3.0/questions.yaml b/stable/odoo/17.3.0/questions.yaml new file mode 100755 index 00000000000..3b85388623a --- /dev/null +++ b/stable/odoo/17.3.0/questions.yaml @@ -0,0 +1,3565 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: odoo + group: App Configuration + label: Odoo + schema: + additional_attrs: true + type: dict + attrs: + - variable: additionalConf + label: Additional File Configuration Options + description: | + Configure additional file configuration options for Odoo.
+ Options are appended to the end of the configuration file.
+ After the predefined configuration options.
+ schema: + type: list + default: [] + items: + - variable: conf + label: Configuration Option + schema: + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 8069 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: odoo + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: addons + label: "App Addons Storage" + description: "Stores the Application addons." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 101 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 101 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/openhab/9.1.3/templates/NOTES.txt b/stable/odoo/17.3.0/templates/NOTES.txt similarity index 100% rename from stable/openhab/9.1.3/templates/NOTES.txt rename to stable/odoo/17.3.0/templates/NOTES.txt diff --git a/stable/odoo/17.2.0/templates/_configmap.tpl b/stable/odoo/17.3.0/templates/_configmap.tpl similarity index 100% rename from stable/odoo/17.2.0/templates/_configmap.tpl rename to stable/odoo/17.3.0/templates/_configmap.tpl diff --git a/stable/odoo/17.2.0/templates/common.yaml b/stable/odoo/17.3.0/templates/common.yaml similarity index 100% rename from stable/odoo/17.2.0/templates/common.yaml rename to stable/odoo/17.3.0/templates/common.yaml diff --git a/stable/openaudible/5.1.3/values.yaml b/stable/odoo/17.3.0/values.yaml similarity index 100% rename from stable/openaudible/5.1.3/values.yaml rename to stable/odoo/17.3.0/values.yaml diff --git a/stable/omada-controller/14.2.0/CHANGELOG.md b/stable/omada-controller/14.2.0/CHANGELOG.md deleted file mode 100644 index 11253286993..00000000000 --- a/stable/omada-controller/14.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - -## [omada-controller-13.0.12](https://github.com/truecharts/charts/compare/omada-controller-13.0.11...omada-controller-13.0.12) (2024-02-12) - -### Chore - - - -- update container image mbentley/omada-controller to 5.13[@6b878ec](https://github.com/6b878ec) by renovate ([#18096](https://github.com/truecharts/charts/issues/18096)) - - -## [omada-controller-13.0.11](https://github.com/truecharts/charts/compare/omada-controller-13.0.10...omada-controller-13.0.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [omada-controller-13.0.10](https://github.com/truecharts/charts/compare/omada-controller-13.0.9...omada-controller-13.0.10) (2024-02-03) - -### Chore - - - -- update container image mbentley/omada-controller to 5.13[@a53f929](https://github.com/a53f929) by renovate ([#17781](https://github.com/truecharts/charts/issues/17781)) - - -## [omada-controller-13.0.9](https://github.com/truecharts/charts/compare/omada-controller-13.0.8...omada-controller-13.0.9) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [omada-controller-13.0.8](https://github.com/truecharts/charts/compare/omada-controller-13.0.7...omada-controller-13.0.8) (2024-01-26) - -### Chore - - - -- update container image mbentley/omada-controller to 5.13[@f1e50b9](https://github.com/f1e50b9) by renovate ([#17543](https://github.com/truecharts/charts/issues/17543)) - - -## [omada-controller-13.0.7](https://github.com/truecharts/charts/compare/omada-controller-13.0.6...omada-controller-13.0.7) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [omada-controller-13.0.6](https://github.com/truecharts/charts/compare/omada-controller-13.0.5...omada-controller-13.0.6) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [omada-controller-13.0.5](https://github.com/truecharts/charts/compare/omada-controller-13.0.4...omada-controller-13.0.5) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - diff --git a/stable/omada-controller/14.2.0/Chart.yaml b/stable/omada-controller/14.2.0/Chart.yaml deleted file mode 100644 index 241c94a2caf..00000000000 --- a/stable/omada-controller/14.2.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.13.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Omada is a SDN tool for TP-Link Omada hardware -home: https://truecharts.org/charts/stable/omada-controller -icon: https://truecharts.org/img/hotlink-ok/chart-icons/omada-controller.png -keywords: - - omada-controller -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: omada-controller -sources: - - https://github.com/mbentley/docker-omada-controller - - https://github.com/truecharts/charts/tree/master/charts/stable/omada-controller - - https://hub.docker.com/r/mbentley/omada-controller -type: application -version: 14.2.0 diff --git a/stable/omada-controller/14.2.0/charts/common-18.1.2.tgz b/stable/omada-controller/14.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/omada-controller/14.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/omada-controller/14.2.0/ix_values.yaml b/stable/omada-controller/14.2.0/ix_values.yaml deleted file mode 100644 index f6652bd4779..00000000000 --- a/stable/omada-controller/14.2.0/ix_values.yaml +++ /dev/null @@ -1,84 +0,0 @@ -image: - repository: mbentley/omada-controller - tag: 5.13@sha256:b6b2001f37971e0557ad11509cc78a132e513bb30fa23f80bab8a1cea355cba0 - pullPolicy: IfNotPresent -service: - main: - ports: - main: - protocol: https - port: 8043 - comm: - enabled: true - ports: - comm: - protocol: https - enabled: true - port: 8843 - omada-tcp: - enabled: true - ports: - omada-tcp1: - enabled: true - port: 29811 - targetPort: 29811 - omada-tcp2: - enabled: true - port: 29812 - targetPort: 29812 - omada-tcp3: - enabled: true - port: 29813 - targetPort: 29813 - omada-tcp4: - enabled: true - port: 29814 - targetPort: 29814 - omada-udp: - enabled: true - ports: - omada-udp1: - enabled: true - protocol: udp - port: 29810 - targetPort: 29810 -ingress: - comm: - autoLink: true -persistence: - data: - enabled: true - mountPath: /opt/tplink/EAPController/data - work: - enabled: true - mountPath: /opt/tplink/EAPController/work -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - env: - MANAGE_HTTPS_PORT: "{{ .Values.service.main.ports.main.port }}" - PORTAL_HTTPS_PORT: "{{ .Values.service.comm.ports.comm.port }}" - probes: - startup: - path: /api/info - httpHeaders: - Host: kube.internal.health - liveness: - path: /api/info - httpHeaders: - Host: kube.internal.health - readiness: - path: /api/info - httpHeaders: - Host: kube.internal.health diff --git a/stable/openbooks/4.1.3/.helmignore b/stable/omada-controller/14.3.0/.helmignore similarity index 100% rename from stable/openbooks/4.1.3/.helmignore rename to stable/omada-controller/14.3.0/.helmignore diff --git a/stable/omada-controller/14.3.0/CHANGELOG.md b/stable/omada-controller/14.3.0/CHANGELOG.md new file mode 100644 index 00000000000..1a9b334be1b --- /dev/null +++ b/stable/omada-controller/14.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [omada-controller-14.3.0](https://github.com/truecharts/charts/compare/omada-controller-14.2.4...omada-controller-14.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [omada-controller-14.2.4](https://github.com/truecharts/charts/compare/omada-controller-14.2.3...omada-controller-14.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [omada-controller-14.2.3](https://github.com/truecharts/charts/compare/omada-controller-14.2.1...omada-controller-14.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + +## [omada-controller-13.0.12](https://github.com/truecharts/charts/compare/omada-controller-13.0.11...omada-controller-13.0.12) (2024-02-12) + +### Chore + + + +- update container image mbentley/omada-controller to 5.13[@6b878ec](https://github.com/6b878ec) by renovate ([#18096](https://github.com/truecharts/charts/issues/18096)) + + +## [omada-controller-13.0.11](https://github.com/truecharts/charts/compare/omada-controller-13.0.10...omada-controller-13.0.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [omada-controller-13.0.10](https://github.com/truecharts/charts/compare/omada-controller-13.0.9...omada-controller-13.0.10) (2024-02-03) + +### Chore + + + +- update container image mbentley/omada-controller to 5.13[@a53f929](https://github.com/a53f929) by renovate ([#17781](https://github.com/truecharts/charts/issues/17781)) + + +## [omada-controller-13.0.9](https://github.com/truecharts/charts/compare/omada-controller-13.0.8...omada-controller-13.0.9) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [omada-controller-13.0.8](https://github.com/truecharts/charts/compare/omada-controller-13.0.7...omada-controller-13.0.8) (2024-01-26) + +### Chore + + diff --git a/stable/omada-controller/14.3.0/Chart.yaml b/stable/omada-controller/14.3.0/Chart.yaml new file mode 100644 index 00000000000..65a1942a31c --- /dev/null +++ b/stable/omada-controller/14.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.13.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Omada is a SDN tool for TP-Link Omada hardware +home: https://truecharts.org/charts/stable/omada-controller +icon: https://truecharts.org/img/hotlink-ok/chart-icons/omada-controller.png +keywords: + - omada-controller +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: omada-controller +sources: + - https://github.com/mbentley/docker-omada-controller + - https://github.com/truecharts/charts/tree/master/charts/stable/omada-controller + - https://hub.docker.com/r/mbentley/omada-controller +type: application +version: 14.3.0 diff --git a/stable/omada-controller/14.2.0/README.md b/stable/omada-controller/14.3.0/README.md similarity index 100% rename from stable/omada-controller/14.2.0/README.md rename to stable/omada-controller/14.3.0/README.md diff --git a/stable/omada-controller/14.3.0/app-changelog.md b/stable/omada-controller/14.3.0/app-changelog.md new file mode 100644 index 00000000000..7983c2a268f --- /dev/null +++ b/stable/omada-controller/14.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [omada-controller-14.3.0](https://github.com/truecharts/charts/compare/omada-controller-14.2.4...omada-controller-14.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/omada-controller/14.2.0/app-readme.md b/stable/omada-controller/14.3.0/app-readme.md similarity index 100% rename from stable/omada-controller/14.2.0/app-readme.md rename to stable/omada-controller/14.3.0/app-readme.md diff --git a/stable/omada-controller/14.3.0/charts/common-18.2.0.tgz b/stable/omada-controller/14.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/omada-controller/14.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/omada-controller/14.3.0/ix_values.yaml b/stable/omada-controller/14.3.0/ix_values.yaml new file mode 100644 index 00000000000..3e37fb56573 --- /dev/null +++ b/stable/omada-controller/14.3.0/ix_values.yaml @@ -0,0 +1,84 @@ +image: + repository: mbentley/omada-controller + tag: 5.13@sha256:352425d58edc9a5a57857c39e03acd4a5d08af97fc8a86a2373a26982a822115 + pullPolicy: IfNotPresent +service: + main: + ports: + main: + protocol: https + port: 8043 + comm: + enabled: true + ports: + comm: + protocol: https + enabled: true + port: 8843 + omada-tcp: + enabled: true + ports: + omada-tcp1: + enabled: true + port: 29811 + targetPort: 29811 + omada-tcp2: + enabled: true + port: 29812 + targetPort: 29812 + omada-tcp3: + enabled: true + port: 29813 + targetPort: 29813 + omada-tcp4: + enabled: true + port: 29814 + targetPort: 29814 + omada-udp: + enabled: true + ports: + omada-udp1: + enabled: true + protocol: udp + port: 29810 + targetPort: 29810 +ingress: + comm: + autoLink: true +persistence: + data: + enabled: true + mountPath: /opt/tplink/EAPController/data + work: + enabled: true + mountPath: /opt/tplink/EAPController/work +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + env: + MANAGE_HTTPS_PORT: "{{ .Values.service.main.ports.main.port }}" + PORTAL_HTTPS_PORT: "{{ .Values.service.comm.ports.comm.port }}" + probes: + startup: + path: /api/info + httpHeaders: + Host: kube.internal.health + liveness: + path: /api/info + httpHeaders: + Host: kube.internal.health + readiness: + path: /api/info + httpHeaders: + Host: kube.internal.health diff --git a/stable/omada-controller/14.2.0/questions.yaml b/stable/omada-controller/14.3.0/questions.yaml similarity index 100% rename from stable/omada-controller/14.2.0/questions.yaml rename to stable/omada-controller/14.3.0/questions.yaml diff --git a/stable/openspeedtest/8.1.3/templates/NOTES.txt b/stable/omada-controller/14.3.0/templates/NOTES.txt similarity index 100% rename from stable/openspeedtest/8.1.3/templates/NOTES.txt rename to stable/omada-controller/14.3.0/templates/NOTES.txt diff --git a/stable/omada-controller/14.2.0/templates/common.yaml b/stable/omada-controller/14.3.0/templates/common.yaml similarity index 100% rename from stable/omada-controller/14.2.0/templates/common.yaml rename to stable/omada-controller/14.3.0/templates/common.yaml diff --git a/stable/openbooks/4.1.3/values.yaml b/stable/omada-controller/14.3.0/values.yaml similarity index 100% rename from stable/openbooks/4.1.3/values.yaml rename to stable/omada-controller/14.3.0/values.yaml diff --git a/stable/ombi/18.1.3/CHANGELOG.md b/stable/ombi/18.1.3/CHANGELOG.md deleted file mode 100644 index 6dc2190e926..00000000000 --- a/stable/ombi/18.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [ombi-17.1.14](https://github.com/truecharts/charts/compare/ombi-17.1.13...ombi-17.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ombi-17.1.13](https://github.com/truecharts/charts/compare/ombi-17.1.12...ombi-17.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [ombi-17.1.12](https://github.com/truecharts/charts/compare/ombi-17.1.11...ombi-17.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [ombi-17.1.11](https://github.com/truecharts/charts/compare/ombi-17.1.10...ombi-17.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [ombi-17.1.10](https://github.com/truecharts/charts/compare/ombi-17.1.9...ombi-17.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [ombi-17.1.9](https://github.com/truecharts/charts/compare/ombi-17.1.8...ombi-17.1.9) (2024-01-14) - -### Chore - - - -- update container image tccr.io/tccr/ombi to v4.43.11[@d4b0813](https://github.com/d4b0813) by renovate ([#17199](https://github.com/truecharts/charts/issues/17199)) - - - - -## [ombi-17.1.8](https://github.com/truecharts/charts/compare/ombi-17.1.7...ombi-17.1.8) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [ombi-17.1.7](https://github.com/truecharts/charts/compare/ombi-17.1.6...ombi-17.1.7) (2024-01-03) - -### Chore - - - -- update container image tccr.io/tccr/ombi to v4.43.10[@2c10a0f](https://github.com/2c10a0f) by renovate ([#16795](https://github.com/truecharts/charts/issues/16795)) - - -## [ombi-17.1.6](https://github.com/truecharts/charts/compare/ombi-17.1.5...ombi-17.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - diff --git a/stable/ombi/18.1.3/Chart.yaml b/stable/ombi/18.1.3/Chart.yaml deleted file mode 100644 index 4ba82c49477..00000000000 --- a/stable/ombi/18.1.3/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.43.11 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Want a Movie or TV Show on Plex or Emby? Use Ombi! -home: https://truecharts.org/charts/stable/ombi -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ombi.png -keywords: - - ombi - - plex - - emby - - sonarr - - radarr - - couchpotato -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ombi -sources: - - https://github.com/tidusjar/Ombi - - https://github.com/truecharts/charts/tree/master/charts/stable/ombi - - https://github.com/truecharts/containers/tree/master/apps/ombi -type: application -version: 18.1.3 diff --git a/stable/ombi/18.1.3/charts/common-18.0.3.tgz b/stable/ombi/18.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/ombi/18.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/opengl-desktop-g3/5.2.0/.helmignore b/stable/ombi/18.3.0/.helmignore similarity index 100% rename from stable/opengl-desktop-g3/5.2.0/.helmignore rename to stable/ombi/18.3.0/.helmignore diff --git a/stable/ombi/18.3.0/CHANGELOG.md b/stable/ombi/18.3.0/CHANGELOG.md new file mode 100644 index 00000000000..c9fff397614 --- /dev/null +++ b/stable/ombi/18.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ombi-18.3.0](https://github.com/truecharts/charts/compare/ombi-18.2.3...ombi-18.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [ombi-18.2.3](https://github.com/truecharts/charts/compare/ombi-18.2.2...ombi-18.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [ombi-18.2.2](https://github.com/truecharts/charts/compare/ombi-18.2.0...ombi-18.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [ombi-17.1.14](https://github.com/truecharts/charts/compare/ombi-17.1.13...ombi-17.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [ombi-17.1.13](https://github.com/truecharts/charts/compare/ombi-17.1.12...ombi-17.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [ombi-17.1.12](https://github.com/truecharts/charts/compare/ombi-17.1.11...ombi-17.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [ombi-17.1.11](https://github.com/truecharts/charts/compare/ombi-17.1.10...ombi-17.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [ombi-17.1.10](https://github.com/truecharts/charts/compare/ombi-17.1.9...ombi-17.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [ombi-17.1.9](https://github.com/truecharts/charts/compare/ombi-17.1.8...ombi-17.1.9) (2024-01-14) + +### Chore + + + +- update container image tccr.io/tccr/ombi to v4.43.11[@d4b0813](https://github.com/d4b0813) by renovate ([#17199](https://github.com/truecharts/charts/issues/17199)) diff --git a/stable/ombi/18.3.0/Chart.yaml b/stable/ombi/18.3.0/Chart.yaml new file mode 100644 index 00000000000..1a3ca565474 --- /dev/null +++ b/stable/ombi/18.3.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.43.11 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Want a Movie or TV Show on Plex or Emby? Use Ombi! +home: https://truecharts.org/charts/stable/ombi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ombi.png +keywords: + - ombi + - plex + - emby + - sonarr + - radarr + - couchpotato +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ombi +sources: + - https://github.com/tidusjar/Ombi + - https://github.com/truecharts/charts/tree/master/charts/stable/ombi + - https://github.com/truecharts/containers/tree/master/apps/ombi +type: application +version: 18.3.0 diff --git a/stable/ombi/18.1.3/README.md b/stable/ombi/18.3.0/README.md similarity index 100% rename from stable/ombi/18.1.3/README.md rename to stable/ombi/18.3.0/README.md diff --git a/stable/ombi/18.3.0/app-changelog.md b/stable/ombi/18.3.0/app-changelog.md new file mode 100644 index 00000000000..d3b02273856 --- /dev/null +++ b/stable/ombi/18.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ombi-18.3.0](https://github.com/truecharts/charts/compare/ombi-18.2.3...ombi-18.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/ombi/18.1.3/app-readme.md b/stable/ombi/18.3.0/app-readme.md similarity index 100% rename from stable/ombi/18.1.3/app-readme.md rename to stable/ombi/18.3.0/app-readme.md diff --git a/stable/ombi/18.3.0/charts/common-18.2.0.tgz b/stable/ombi/18.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/ombi/18.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/ombi/18.1.3/ix_values.yaml b/stable/ombi/18.3.0/ix_values.yaml similarity index 100% rename from stable/ombi/18.1.3/ix_values.yaml rename to stable/ombi/18.3.0/ix_values.yaml diff --git a/stable/ombi/18.1.3/questions.yaml b/stable/ombi/18.3.0/questions.yaml similarity index 100% rename from stable/ombi/18.1.3/questions.yaml rename to stable/ombi/18.3.0/questions.yaml diff --git a/stable/openvscode-server/9.2.0/templates/NOTES.txt b/stable/ombi/18.3.0/templates/NOTES.txt similarity index 100% rename from stable/openvscode-server/9.2.0/templates/NOTES.txt rename to stable/ombi/18.3.0/templates/NOTES.txt diff --git a/stable/openspeedtest/8.1.3/templates/common.yaml b/stable/ombi/18.3.0/templates/common.yaml similarity index 100% rename from stable/openspeedtest/8.1.3/templates/common.yaml rename to stable/ombi/18.3.0/templates/common.yaml diff --git a/stable/opengl-desktop-g3/5.2.0/values.yaml b/stable/ombi/18.3.0/values.yaml similarity index 100% rename from stable/opengl-desktop-g3/5.2.0/values.yaml rename to stable/ombi/18.3.0/values.yaml diff --git a/stable/onlinecheckyourserver/5.1.3/CHANGELOG.md b/stable/onlinecheckyourserver/5.1.3/CHANGELOG.md deleted file mode 100644 index b7e6b33bc26..00000000000 --- a/stable/onlinecheckyourserver/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [onlinecheckyourserver-4.1.11](https://github.com/truecharts/charts/compare/onlinecheckyourserver-4.1.10...onlinecheckyourserver-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [onlinecheckyourserver-4.1.10](https://github.com/truecharts/charts/compare/onlinecheckyourserver-4.1.9...onlinecheckyourserver-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [onlinecheckyourserver-4.1.9](https://github.com/truecharts/charts/compare/onlinecheckyourserver-4.1.8...onlinecheckyourserver-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [onlinecheckyourserver-4.1.8](https://github.com/truecharts/charts/compare/onlinecheckyourserver-4.1.7...onlinecheckyourserver-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [onlinecheckyourserver-4.1.7](https://github.com/truecharts/charts/compare/onlinecheckyourserver-4.1.6...onlinecheckyourserver-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [onlinecheckyourserver-4.1.6](https://github.com/truecharts/charts/compare/onlinecheckyourserver-4.1.5...onlinecheckyourserver-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [onlinecheckyourserver-4.1.5](https://github.com/truecharts/charts/compare/onlinecheckyourserver-4.1.4...onlinecheckyourserver-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [onlinecheckyourserver-4.1.4](https://github.com/truecharts/charts/compare/onlinecheckyourserver-4.1.3...onlinecheckyourserver-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [onlinecheckyourserver-4.1.3](https://github.com/truecharts/charts/compare/onlinecheckyourserver-4.1.0...onlinecheckyourserver-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/onlinecheckyourserver/5.1.3/Chart.yaml b/stable/onlinecheckyourserver/5.1.3/Chart.yaml deleted file mode 100644 index b5aaf72a090..00000000000 --- a/stable/onlinecheckyourserver/5.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This is a simple Chart that will check if a domain name or IP address is pingable and send you a message with Pushover if it goes offline. -home: https://truecharts.org/charts/stable/onlinecheckyourserver -icon: https://truecharts.org/img/hotlink-ok/chart-icons/onlinecheckyourserver.png -keywords: - - onlinecheckyourserver - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: onlinecheckyourserver -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/onlinecheckyourserver - - https://hub.docker.com/r/ich777/online-check-pushover -type: application -version: 5.1.3 diff --git a/stable/onlinecheckyourserver/5.1.3/charts/common-18.0.3.tgz b/stable/onlinecheckyourserver/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/onlinecheckyourserver/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/openhab/9.1.3/.helmignore b/stable/onlinecheckyourserver/5.3.0/.helmignore similarity index 100% rename from stable/openhab/9.1.3/.helmignore rename to stable/onlinecheckyourserver/5.3.0/.helmignore diff --git a/stable/onlinecheckyourserver/5.3.0/CHANGELOG.md b/stable/onlinecheckyourserver/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..18b137144ac --- /dev/null +++ b/stable/onlinecheckyourserver/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [onlinecheckyourserver-5.3.0](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.2.3...onlinecheckyourserver-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [onlinecheckyourserver-5.2.3](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.2.2...onlinecheckyourserver-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [onlinecheckyourserver-5.2.2](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.2.0...onlinecheckyourserver-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [onlinecheckyourserver-4.1.11](https://github.com/truecharts/charts/compare/onlinecheckyourserver-4.1.10...onlinecheckyourserver-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [onlinecheckyourserver-4.1.10](https://github.com/truecharts/charts/compare/onlinecheckyourserver-4.1.9...onlinecheckyourserver-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [onlinecheckyourserver-4.1.9](https://github.com/truecharts/charts/compare/onlinecheckyourserver-4.1.8...onlinecheckyourserver-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [onlinecheckyourserver-4.1.8](https://github.com/truecharts/charts/compare/onlinecheckyourserver-4.1.7...onlinecheckyourserver-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [onlinecheckyourserver-4.1.7](https://github.com/truecharts/charts/compare/onlinecheckyourserver-4.1.6...onlinecheckyourserver-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [onlinecheckyourserver-4.1.6](https://github.com/truecharts/charts/compare/onlinecheckyourserver-4.1.5...onlinecheckyourserver-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/onlinecheckyourserver/5.3.0/Chart.yaml b/stable/onlinecheckyourserver/5.3.0/Chart.yaml new file mode 100644 index 00000000000..af58e1a9aac --- /dev/null +++ b/stable/onlinecheckyourserver/5.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is a simple Chart that will check if a domain name or IP address is pingable and send you a message with Pushover if it goes offline. +home: https://truecharts.org/charts/stable/onlinecheckyourserver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/onlinecheckyourserver.png +keywords: + - onlinecheckyourserver + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: onlinecheckyourserver +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/onlinecheckyourserver + - https://hub.docker.com/r/ich777/online-check-pushover +type: application +version: 5.3.0 diff --git a/stable/onlinecheckyourserver/5.1.3/README.md b/stable/onlinecheckyourserver/5.3.0/README.md similarity index 100% rename from stable/onlinecheckyourserver/5.1.3/README.md rename to stable/onlinecheckyourserver/5.3.0/README.md diff --git a/stable/onlinecheckyourserver/5.3.0/app-changelog.md b/stable/onlinecheckyourserver/5.3.0/app-changelog.md new file mode 100644 index 00000000000..7ef9511b5d0 --- /dev/null +++ b/stable/onlinecheckyourserver/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [onlinecheckyourserver-5.3.0](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.2.3...onlinecheckyourserver-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/onlinecheckyourserver/5.1.3/app-readme.md b/stable/onlinecheckyourserver/5.3.0/app-readme.md similarity index 100% rename from stable/onlinecheckyourserver/5.1.3/app-readme.md rename to stable/onlinecheckyourserver/5.3.0/app-readme.md diff --git a/stable/onlinecheckyourserver/5.3.0/charts/common-18.2.0.tgz b/stable/onlinecheckyourserver/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/onlinecheckyourserver/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/onlinecheckyourserver/5.1.3/ix_values.yaml b/stable/onlinecheckyourserver/5.3.0/ix_values.yaml similarity index 100% rename from stable/onlinecheckyourserver/5.1.3/ix_values.yaml rename to stable/onlinecheckyourserver/5.3.0/ix_values.yaml diff --git a/stable/onlinecheckyourserver/5.1.3/questions.yaml b/stable/onlinecheckyourserver/5.3.0/questions.yaml similarity index 100% rename from stable/onlinecheckyourserver/5.1.3/questions.yaml rename to stable/onlinecheckyourserver/5.3.0/questions.yaml diff --git a/stable/onlinecheckyourserver/5.1.3/templates/common.yaml b/stable/onlinecheckyourserver/5.3.0/templates/common.yaml similarity index 100% rename from stable/onlinecheckyourserver/5.1.3/templates/common.yaml rename to stable/onlinecheckyourserver/5.3.0/templates/common.yaml diff --git a/stable/openhab/9.1.3/values.yaml b/stable/onlinecheckyourserver/5.3.0/values.yaml similarity index 100% rename from stable/openhab/9.1.3/values.yaml rename to stable/onlinecheckyourserver/5.3.0/values.yaml diff --git a/stable/onlyoffice-document-server/17.1.3/CHANGELOG.md b/stable/onlyoffice-document-server/17.1.3/CHANGELOG.md deleted file mode 100644 index 3bbe0030891..00000000000 --- a/stable/onlyoffice-document-server/17.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - -## [onlyoffice-document-server-16.0.1](https://github.com/truecharts/charts/compare/onlyoffice-document-server-16.0.0...onlyoffice-document-server-16.0.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [onlyoffice-document-server-16.0.0](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.14...onlyoffice-document-server-16.0.0) (2024-02-03) - -### Chore - - - -- update container image onlyoffice/documentserver to v8.0.0[@ba008a8](https://github.com/ba008a8) by renovate ([#17790](https://github.com/truecharts/charts/issues/17790)) - - -## [onlyoffice-document-server-15.1.14](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.13...onlyoffice-document-server-15.1.14) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [onlyoffice-document-server-15.1.13](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.12...onlyoffice-document-server-15.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [onlyoffice-document-server-15.1.12](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.11...onlyoffice-document-server-15.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [onlyoffice-document-server-15.1.11](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.10...onlyoffice-document-server-15.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [onlyoffice-document-server-15.1.10](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.9...onlyoffice-document-server-15.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [onlyoffice-document-server-15.1.9](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.8...onlyoffice-document-server-15.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [onlyoffice-document-server-15.1.8](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.7...onlyoffice-document-server-15.1.8) (2024-01-02) - -### Chore - diff --git a/stable/onlyoffice-document-server/17.1.3/Chart.yaml b/stable/onlyoffice-document-server/17.1.3/Chart.yaml deleted file mode 100644 index afed097a88e..00000000000 --- a/stable/onlyoffice-document-server/17.1.3/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: office - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 8.0.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 11.2.1 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time." -home: https://truecharts.org/charts/stable/onlyoffice-document-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/onlyoffice-document-server.png -keywords: - - onlyoffice -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: onlyoffice-document-server -sources: - - https://github.com/ONLYOFFICE/Docker-DocumentServer - - https://github.com/ONLYOFFICE/DocumentServer - - https://github.com/truecharts/charts/tree/master/charts/stable/onlyoffice-document-server - - https://hub.docker.com/r/onlyoffice/documentserver -type: application -version: 17.1.3 diff --git a/stable/onlyoffice-document-server/17.1.3/charts/common-18.0.3.tgz b/stable/onlyoffice-document-server/17.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/onlyoffice-document-server/17.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/onlyoffice-document-server/17.1.3/questions.yaml b/stable/onlyoffice-document-server/17.1.3/questions.yaml deleted file mode 100755 index 9d1fcfdb6c8..00000000000 --- a/stable/onlyoffice-document-server/17.1.3/questions.yaml +++ /dev/null @@ -1,3043 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: JWT_SECRET - label: "JWT_SECRET" - description: "Defines the secret key to validate the JSON Web Token in the request to the ONLYOFFICE Document Server." - schema: - type: string - private: true - default: "REPLACETHIS" - - variable: JWT_ENABLED - label: "JWT_ENABLED" - description: "Specifies the enabling the JSON Web Token validation by the ONLYOFFICE Document Server." - schema: - type: boolean - default: false - - variable: WOPI_ENABLED - label: "WOPI_ENABLED" - description: "Specifies the enabling the wopi handlers." - schema: - type: boolean - default: false - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10043 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/openra/5.1.3/.helmignore b/stable/onlyoffice-document-server/17.3.0/.helmignore similarity index 100% rename from stable/openra/5.1.3/.helmignore rename to stable/onlyoffice-document-server/17.3.0/.helmignore diff --git a/stable/onlyoffice-document-server/17.3.0/CHANGELOG.md b/stable/onlyoffice-document-server/17.3.0/CHANGELOG.md new file mode 100644 index 00000000000..b8678a233d2 --- /dev/null +++ b/stable/onlyoffice-document-server/17.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [onlyoffice-document-server-17.3.0](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.2.3...onlyoffice-document-server-17.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [onlyoffice-document-server-17.2.3](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.2.2...onlyoffice-document-server-17.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [onlyoffice-document-server-17.2.2](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.2.0...onlyoffice-document-server-17.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + +## [onlyoffice-document-server-16.0.1](https://github.com/truecharts/charts/compare/onlyoffice-document-server-16.0.0...onlyoffice-document-server-16.0.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [onlyoffice-document-server-16.0.0](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.14...onlyoffice-document-server-16.0.0) (2024-02-03) + +### Chore + + + +- update container image onlyoffice/documentserver to v8.0.0[@ba008a8](https://github.com/ba008a8) by renovate ([#17790](https://github.com/truecharts/charts/issues/17790)) + + +## [onlyoffice-document-server-15.1.14](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.13...onlyoffice-document-server-15.1.14) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [onlyoffice-document-server-15.1.13](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.12...onlyoffice-document-server-15.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [onlyoffice-document-server-15.1.12](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.11...onlyoffice-document-server-15.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [onlyoffice-document-server-15.1.11](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.10...onlyoffice-document-server-15.1.11) (2024-01-21) + +### Chore diff --git a/stable/onlyoffice-document-server/17.3.0/Chart.yaml b/stable/onlyoffice-document-server/17.3.0/Chart.yaml new file mode 100644 index 00000000000..531ef9d0539 --- /dev/null +++ b/stable/onlyoffice-document-server/17.3.0/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: office + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 8.0.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time." +home: https://truecharts.org/charts/stable/onlyoffice-document-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/onlyoffice-document-server.png +keywords: + - onlyoffice +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: onlyoffice-document-server +sources: + - https://github.com/ONLYOFFICE/Docker-DocumentServer + - https://github.com/ONLYOFFICE/DocumentServer + - https://github.com/truecharts/charts/tree/master/charts/stable/onlyoffice-document-server + - https://hub.docker.com/r/onlyoffice/documentserver +type: application +version: 17.3.0 diff --git a/stable/onlyoffice-document-server/17.1.3/README.md b/stable/onlyoffice-document-server/17.3.0/README.md similarity index 100% rename from stable/onlyoffice-document-server/17.1.3/README.md rename to stable/onlyoffice-document-server/17.3.0/README.md diff --git a/stable/onlyoffice-document-server/17.3.0/app-changelog.md b/stable/onlyoffice-document-server/17.3.0/app-changelog.md new file mode 100644 index 00000000000..bf26c340376 --- /dev/null +++ b/stable/onlyoffice-document-server/17.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [onlyoffice-document-server-17.3.0](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.2.3...onlyoffice-document-server-17.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/onlyoffice-document-server/17.1.3/app-readme.md b/stable/onlyoffice-document-server/17.3.0/app-readme.md similarity index 100% rename from stable/onlyoffice-document-server/17.1.3/app-readme.md rename to stable/onlyoffice-document-server/17.3.0/app-readme.md diff --git a/stable/onlyoffice-document-server/17.3.0/charts/common-18.2.0.tgz b/stable/onlyoffice-document-server/17.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/onlyoffice-document-server/17.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/onlyoffice-document-server/17.1.3/charts/redis-11.2.1.tgz b/stable/onlyoffice-document-server/17.3.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/onlyoffice-document-server/17.1.3/charts/redis-11.2.1.tgz rename to stable/onlyoffice-document-server/17.3.0/charts/redis-11.2.1.tgz diff --git a/stable/onlyoffice-document-server/17.1.3/ix_values.yaml b/stable/onlyoffice-document-server/17.3.0/ix_values.yaml similarity index 100% rename from stable/onlyoffice-document-server/17.1.3/ix_values.yaml rename to stable/onlyoffice-document-server/17.3.0/ix_values.yaml diff --git a/stable/onlyoffice-document-server/17.3.0/questions.yaml b/stable/onlyoffice-document-server/17.3.0/questions.yaml new file mode 100755 index 00000000000..80261faae3c --- /dev/null +++ b/stable/onlyoffice-document-server/17.3.0/questions.yaml @@ -0,0 +1,3001 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: JWT_SECRET + label: "JWT_SECRET" + description: "Defines the secret key to validate the JSON Web Token in the request to the ONLYOFFICE Document Server." + schema: + type: string + private: true + default: "REPLACETHIS" + - variable: JWT_ENABLED + label: "JWT_ENABLED" + description: "Specifies the enabling the JSON Web Token validation by the ONLYOFFICE Document Server." + schema: + type: boolean + default: false + - variable: WOPI_ENABLED + label: "WOPI_ENABLED" + description: "Specifies the enabling the wopi handlers." + schema: + type: boolean + default: false + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10043 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/organizr/18.1.3/templates/NOTES.txt b/stable/onlyoffice-document-server/17.3.0/templates/NOTES.txt similarity index 100% rename from stable/organizr/18.1.3/templates/NOTES.txt rename to stable/onlyoffice-document-server/17.3.0/templates/NOTES.txt diff --git a/stable/openvscode-server/9.2.0/templates/common.yaml b/stable/onlyoffice-document-server/17.3.0/templates/common.yaml similarity index 100% rename from stable/openvscode-server/9.2.0/templates/common.yaml rename to stable/onlyoffice-document-server/17.3.0/templates/common.yaml diff --git a/stable/openra/5.1.3/values.yaml b/stable/onlyoffice-document-server/17.3.0/values.yaml similarity index 100% rename from stable/openra/5.1.3/values.yaml rename to stable/onlyoffice-document-server/17.3.0/values.yaml diff --git a/stable/openaudible/5.1.3/CHANGELOG.md b/stable/openaudible/5.1.3/CHANGELOG.md deleted file mode 100644 index 4653546e31e..00000000000 --- a/stable/openaudible/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [openaudible-4.1.11](https://github.com/truecharts/charts/compare/openaudible-4.1.10...openaudible-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [openaudible-4.1.10](https://github.com/truecharts/charts/compare/openaudible-4.1.9...openaudible-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [openaudible-4.1.9](https://github.com/truecharts/charts/compare/openaudible-4.1.8...openaudible-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [openaudible-4.1.8](https://github.com/truecharts/charts/compare/openaudible-4.1.7...openaudible-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [openaudible-4.1.7](https://github.com/truecharts/charts/compare/openaudible-4.1.6...openaudible-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [openaudible-4.1.6](https://github.com/truecharts/charts/compare/openaudible-4.1.5...openaudible-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [openaudible-4.1.5](https://github.com/truecharts/charts/compare/openaudible-4.1.4...openaudible-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [openaudible-4.1.4](https://github.com/truecharts/charts/compare/openaudible-4.1.3...openaudible-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [openaudible-4.1.3](https://github.com/truecharts/charts/compare/openaudible-4.1.0...openaudible-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/openaudible/5.1.3/Chart.yaml b/stable/openaudible/5.1.3/Chart.yaml deleted file mode 100644 index defeb8a4498..00000000000 --- a/stable/openaudible/5.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: All your audiobooks in one place -home: https://truecharts.org/charts/stable/openaudible -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openaudible.png -keywords: - - audible -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: openaudible -sources: - - https://github.com/openaudible/openaudible_docker - - https://github.com/truecharts/charts/tree/master/charts/stable/openaudible - - https://hub.docker.com/r/openaudible/openaudible -type: application -version: 5.1.3 diff --git a/stable/openaudible/5.1.3/charts/common-18.0.3.tgz b/stable/openaudible/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/openaudible/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/openspeedtest/8.1.3/.helmignore b/stable/openaudible/5.3.0/.helmignore similarity index 100% rename from stable/openspeedtest/8.1.3/.helmignore rename to stable/openaudible/5.3.0/.helmignore diff --git a/stable/openaudible/5.3.0/CHANGELOG.md b/stable/openaudible/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..e2b3704447f --- /dev/null +++ b/stable/openaudible/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [openaudible-5.3.0](https://github.com/truecharts/charts/compare/openaudible-5.2.3...openaudible-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [openaudible-5.2.3](https://github.com/truecharts/charts/compare/openaudible-5.2.2...openaudible-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [openaudible-5.2.2](https://github.com/truecharts/charts/compare/openaudible-5.2.0...openaudible-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [openaudible-4.1.11](https://github.com/truecharts/charts/compare/openaudible-4.1.10...openaudible-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [openaudible-4.1.10](https://github.com/truecharts/charts/compare/openaudible-4.1.9...openaudible-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [openaudible-4.1.9](https://github.com/truecharts/charts/compare/openaudible-4.1.8...openaudible-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [openaudible-4.1.8](https://github.com/truecharts/charts/compare/openaudible-4.1.7...openaudible-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [openaudible-4.1.7](https://github.com/truecharts/charts/compare/openaudible-4.1.6...openaudible-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [openaudible-4.1.6](https://github.com/truecharts/charts/compare/openaudible-4.1.5...openaudible-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/openaudible/5.3.0/Chart.yaml b/stable/openaudible/5.3.0/Chart.yaml new file mode 100644 index 00000000000..a6b2d679396 --- /dev/null +++ b/stable/openaudible/5.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: All your audiobooks in one place +home: https://truecharts.org/charts/stable/openaudible +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openaudible.png +keywords: + - audible +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: openaudible +sources: + - https://github.com/openaudible/openaudible_docker + - https://github.com/truecharts/charts/tree/master/charts/stable/openaudible + - https://hub.docker.com/r/openaudible/openaudible +type: application +version: 5.3.0 diff --git a/stable/openaudible/5.1.3/README.md b/stable/openaudible/5.3.0/README.md similarity index 100% rename from stable/openaudible/5.1.3/README.md rename to stable/openaudible/5.3.0/README.md diff --git a/stable/openaudible/5.3.0/app-changelog.md b/stable/openaudible/5.3.0/app-changelog.md new file mode 100644 index 00000000000..275b96f8c80 --- /dev/null +++ b/stable/openaudible/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [openaudible-5.3.0](https://github.com/truecharts/charts/compare/openaudible-5.2.3...openaudible-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/openaudible/5.1.3/app-readme.md b/stable/openaudible/5.3.0/app-readme.md similarity index 100% rename from stable/openaudible/5.1.3/app-readme.md rename to stable/openaudible/5.3.0/app-readme.md diff --git a/stable/openaudible/5.3.0/charts/common-18.2.0.tgz b/stable/openaudible/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/openaudible/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/openaudible/5.1.3/ix_values.yaml b/stable/openaudible/5.3.0/ix_values.yaml similarity index 100% rename from stable/openaudible/5.1.3/ix_values.yaml rename to stable/openaudible/5.3.0/ix_values.yaml diff --git a/stable/openaudible/5.1.3/questions.yaml b/stable/openaudible/5.3.0/questions.yaml similarity index 100% rename from stable/openaudible/5.1.3/questions.yaml rename to stable/openaudible/5.3.0/questions.yaml diff --git a/stable/organizr/18.1.3/templates/common.yaml b/stable/openaudible/5.3.0/templates/common.yaml similarity index 100% rename from stable/organizr/18.1.3/templates/common.yaml rename to stable/openaudible/5.3.0/templates/common.yaml diff --git a/stable/openspeedtest/8.1.3/values.yaml b/stable/openaudible/5.3.0/values.yaml similarity index 100% rename from stable/openspeedtest/8.1.3/values.yaml rename to stable/openaudible/5.3.0/values.yaml diff --git a/stable/openbooks/4.1.3/CHANGELOG.md b/stable/openbooks/4.1.3/CHANGELOG.md deleted file mode 100644 index da17d537c6a..00000000000 --- a/stable/openbooks/4.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [openbooks-3.1.14](https://github.com/truecharts/charts/compare/openbooks-3.1.13...openbooks-3.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [openbooks-3.1.13](https://github.com/truecharts/charts/compare/openbooks-3.1.12...openbooks-3.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [openbooks-3.1.12](https://github.com/truecharts/charts/compare/openbooks-3.1.11...openbooks-3.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [openbooks-3.1.11](https://github.com/truecharts/charts/compare/openbooks-3.1.10...openbooks-3.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [openbooks-3.1.10](https://github.com/truecharts/charts/compare/openbooks-3.1.9...openbooks-3.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [openbooks-3.1.9](https://github.com/truecharts/charts/compare/openbooks-3.1.8...openbooks-3.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [openbooks-3.1.8](https://github.com/truecharts/charts/compare/openbooks-3.1.7...openbooks-3.1.8) (2024-01-03) - -### Chore - - - -- update container image evanbuss/openbooks to 4.5.0[@3f2e59a](https://github.com/3f2e59a) by renovate ([#16760](https://github.com/truecharts/charts/issues/16760)) - - -## [openbooks-3.1.7](https://github.com/truecharts/charts/compare/openbooks-3.1.6...openbooks-3.1.7) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [openbooks-3.1.6](https://github.com/truecharts/charts/compare/openbooks-3.1.4...openbooks-3.1.6) (2024-01-02) - -### Chore - - - -- fix some refs ([#16749](https://github.com/truecharts/charts/issues/16749)) - diff --git a/stable/openbooks/4.1.3/Chart.yaml b/stable/openbooks/4.1.3/Chart.yaml deleted file mode 100644 index 7008c5ffe0f..00000000000 --- a/stable/openbooks/4.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.5.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: IRC Highway eBook Downloads. -home: https://truecharts.org/charts/stable/openbooks -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openbooks.png -keywords: - - openbooks - - media -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: openbooks -sources: - - https://github.com/evan-buss/openbooks - - https://github.com/truecharts/charts/tree/master/charts/stable/openbooks - - https://hub.docker.com/r/evanbuss/openbooks -type: application -version: 4.1.3 diff --git a/stable/openbooks/4.1.3/charts/common-18.0.3.tgz b/stable/openbooks/4.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/openbooks/4.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/openttd/5.1.3/.helmignore b/stable/openbooks/4.3.0/.helmignore similarity index 100% rename from stable/openttd/5.1.3/.helmignore rename to stable/openbooks/4.3.0/.helmignore diff --git a/stable/openbooks/4.3.0/CHANGELOG.md b/stable/openbooks/4.3.0/CHANGELOG.md new file mode 100644 index 00000000000..8ac68844c90 --- /dev/null +++ b/stable/openbooks/4.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [openbooks-4.3.0](https://github.com/truecharts/charts/compare/openbooks-4.2.3...openbooks-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [openbooks-4.2.3](https://github.com/truecharts/charts/compare/openbooks-4.2.2...openbooks-4.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [openbooks-4.2.2](https://github.com/truecharts/charts/compare/openbooks-4.2.0...openbooks-4.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [openbooks-3.1.14](https://github.com/truecharts/charts/compare/openbooks-3.1.13...openbooks-3.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [openbooks-3.1.13](https://github.com/truecharts/charts/compare/openbooks-3.1.12...openbooks-3.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [openbooks-3.1.12](https://github.com/truecharts/charts/compare/openbooks-3.1.11...openbooks-3.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [openbooks-3.1.11](https://github.com/truecharts/charts/compare/openbooks-3.1.10...openbooks-3.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [openbooks-3.1.10](https://github.com/truecharts/charts/compare/openbooks-3.1.9...openbooks-3.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [openbooks-3.1.9](https://github.com/truecharts/charts/compare/openbooks-3.1.8...openbooks-3.1.9) (2024-01-09) + +### Chore + + diff --git a/stable/openbooks/4.3.0/Chart.yaml b/stable/openbooks/4.3.0/Chart.yaml new file mode 100644 index 00000000000..82f047a6095 --- /dev/null +++ b/stable/openbooks/4.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.5.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: IRC Highway eBook Downloads. +home: https://truecharts.org/charts/stable/openbooks +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openbooks.png +keywords: + - openbooks + - media +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: openbooks +sources: + - https://github.com/evan-buss/openbooks + - https://github.com/truecharts/charts/tree/master/charts/stable/openbooks + - https://hub.docker.com/r/evanbuss/openbooks +type: application +version: 4.3.0 diff --git a/stable/openbooks/4.1.3/README.md b/stable/openbooks/4.3.0/README.md similarity index 100% rename from stable/openbooks/4.1.3/README.md rename to stable/openbooks/4.3.0/README.md diff --git a/stable/openbooks/4.3.0/app-changelog.md b/stable/openbooks/4.3.0/app-changelog.md new file mode 100644 index 00000000000..b7cfdf01ab0 --- /dev/null +++ b/stable/openbooks/4.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [openbooks-4.3.0](https://github.com/truecharts/charts/compare/openbooks-4.2.3...openbooks-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/openbooks/4.1.3/app-readme.md b/stable/openbooks/4.3.0/app-readme.md similarity index 100% rename from stable/openbooks/4.1.3/app-readme.md rename to stable/openbooks/4.3.0/app-readme.md diff --git a/stable/openbooks/4.3.0/charts/common-18.2.0.tgz b/stable/openbooks/4.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/openbooks/4.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/openbooks/4.1.3/ix_values.yaml b/stable/openbooks/4.3.0/ix_values.yaml similarity index 100% rename from stable/openbooks/4.1.3/ix_values.yaml rename to stable/openbooks/4.3.0/ix_values.yaml diff --git a/stable/openbooks/4.1.3/questions.yaml b/stable/openbooks/4.3.0/questions.yaml similarity index 100% rename from stable/openbooks/4.1.3/questions.yaml rename to stable/openbooks/4.3.0/questions.yaml diff --git a/stable/oscam/13.1.3/templates/NOTES.txt b/stable/openbooks/4.3.0/templates/NOTES.txt similarity index 100% rename from stable/oscam/13.1.3/templates/NOTES.txt rename to stable/openbooks/4.3.0/templates/NOTES.txt diff --git a/stable/openbooks/4.1.3/templates/_args.tpl b/stable/openbooks/4.3.0/templates/_args.tpl similarity index 100% rename from stable/openbooks/4.1.3/templates/_args.tpl rename to stable/openbooks/4.3.0/templates/_args.tpl diff --git a/stable/openbooks/4.1.3/templates/common.yaml b/stable/openbooks/4.3.0/templates/common.yaml similarity index 100% rename from stable/openbooks/4.1.3/templates/common.yaml rename to stable/openbooks/4.3.0/templates/common.yaml diff --git a/stable/openttd/5.1.3/values.yaml b/stable/openbooks/4.3.0/values.yaml similarity index 100% rename from stable/openttd/5.1.3/values.yaml rename to stable/openbooks/4.3.0/values.yaml diff --git a/stable/opengl-desktop-g3/5.2.0/CHANGELOG.md b/stable/opengl-desktop-g3/5.2.0/CHANGELOG.md deleted file mode 100644 index 47c0f27203e..00000000000 --- a/stable/opengl-desktop-g3/5.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [opengl-desktop-g3-4.1.12](https://github.com/truecharts/charts/compare/opengl-desktop-g3-4.1.11...opengl-desktop-g3-4.1.12) (2024-02-12) - -### Chore - - - -- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@cf2f93a](https://github.com/cf2f93a) by renovate ([#18023](https://github.com/truecharts/charts/issues/18023)) - - -## [opengl-desktop-g3-4.1.11](https://github.com/truecharts/charts/compare/opengl-desktop-g3-4.1.10...opengl-desktop-g3-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [opengl-desktop-g3-4.1.10](https://github.com/truecharts/charts/compare/opengl-desktop-g3-4.1.9...opengl-desktop-g3-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [opengl-desktop-g3-4.1.9](https://github.com/truecharts/charts/compare/opengl-desktop-g3-4.1.8...opengl-desktop-g3-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [opengl-desktop-g3-4.1.8](https://github.com/truecharts/charts/compare/opengl-desktop-g3-4.1.7...opengl-desktop-g3-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [opengl-desktop-g3-4.1.7](https://github.com/truecharts/charts/compare/opengl-desktop-g3-4.1.6...opengl-desktop-g3-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [opengl-desktop-g3-4.1.6](https://github.com/truecharts/charts/compare/opengl-desktop-g3-4.1.5...opengl-desktop-g3-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [opengl-desktop-g3-4.1.5](https://github.com/truecharts/charts/compare/opengl-desktop-g3-4.1.4...opengl-desktop-g3-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [opengl-desktop-g3-4.1.4](https://github.com/truecharts/charts/compare/opengl-desktop-g3-4.1.3...opengl-desktop-g3-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes diff --git a/stable/opengl-desktop-g3/5.2.0/Chart.yaml b/stable/opengl-desktop-g3/5.2.0/Chart.yaml deleted file mode 100644 index 34c913a1b82..00000000000 --- a/stable/opengl-desktop-g3/5.2.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing -home: https://truecharts.org/charts/stable/opengl-desktop-g3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/opengl-desktop-g3.png -keywords: - - opengl-desktop-g3 - - Productivity - - Tools-Utilities - - MediaApp-Photos - - MediaApp-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: opengl-desktop-g3 -sources: - - https://github.com/accetto/headless-drawing-g3/ - - https://github.com/truecharts/charts/tree/master/charts/stable/opengl-desktop-g3 - - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-opengl-g3 -type: application -version: 5.2.0 diff --git a/stable/opengl-desktop-g3/5.2.0/charts/common-18.1.2.tgz b/stable/opengl-desktop-g3/5.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/opengl-desktop-g3/5.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/opengl-desktop-g3/5.2.0/ix_values.yaml b/stable/opengl-desktop-g3/5.2.0/ix_values.yaml deleted file mode 100644 index 6981ced0f87..00000000000 --- a/stable/opengl-desktop-g3/5.2.0/ix_values.yaml +++ /dev/null @@ -1,39 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: accetto/ubuntu-vnc-xfce-opengl-g3 - tag: latest@sha256:cf2f93aaaba5877ed52bb5a00a42e8bf78f62ec5161de188cd32a9c992f5ea0e -persistence: - internalshare: - enabled: true - mountPath: /UNRAID_SHARE -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 6901 - protocol: http - targetPort: 6901 - webuivnc: - enabled: true - ports: - webuivnc: - enabled: true - port: 5901 - protocol: tcp - targetPort: 5901 -workload: - main: - podSpec: - containers: - main: - env: - VNC_PW: unraid - VNC_RESOLUTION: 1360x768 diff --git a/stable/openvscode-server/9.2.0/.helmignore b/stable/opengl-desktop-g3/5.3.0/.helmignore similarity index 100% rename from stable/openvscode-server/9.2.0/.helmignore rename to stable/opengl-desktop-g3/5.3.0/.helmignore diff --git a/stable/opengl-desktop-g3/5.3.0/CHANGELOG.md b/stable/opengl-desktop-g3/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..9d08325d0e7 --- /dev/null +++ b/stable/opengl-desktop-g3/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [opengl-desktop-g3-5.3.0](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.2.4...opengl-desktop-g3-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [opengl-desktop-g3-5.2.4](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.2.3...opengl-desktop-g3-5.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [opengl-desktop-g3-5.2.3](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.2.2...opengl-desktop-g3-5.2.3) (2024-03-05) + +### Chore + + + +- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@228b67b](https://github.com/228b67b) by renovate ([#18753](https://github.com/truecharts/charts/issues/18753)) + + +## [opengl-desktop-g3-5.2.2](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.2.0...opengl-desktop-g3-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [opengl-desktop-g3-4.1.12](https://github.com/truecharts/charts/compare/opengl-desktop-g3-4.1.11...opengl-desktop-g3-4.1.12) (2024-02-12) + +### Chore + + + +- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@cf2f93a](https://github.com/cf2f93a) by renovate ([#18023](https://github.com/truecharts/charts/issues/18023)) + + +## [opengl-desktop-g3-4.1.11](https://github.com/truecharts/charts/compare/opengl-desktop-g3-4.1.10...opengl-desktop-g3-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [opengl-desktop-g3-4.1.10](https://github.com/truecharts/charts/compare/opengl-desktop-g3-4.1.9...opengl-desktop-g3-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [opengl-desktop-g3-4.1.9](https://github.com/truecharts/charts/compare/opengl-desktop-g3-4.1.8...opengl-desktop-g3-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [opengl-desktop-g3-4.1.8](https://github.com/truecharts/charts/compare/opengl-desktop-g3-4.1.7...opengl-desktop-g3-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) diff --git a/stable/opengl-desktop-g3/5.3.0/Chart.yaml b/stable/opengl-desktop-g3/5.3.0/Chart.yaml new file mode 100644 index 00000000000..67b4401b430 --- /dev/null +++ b/stable/opengl-desktop-g3/5.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing +home: https://truecharts.org/charts/stable/opengl-desktop-g3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/opengl-desktop-g3.png +keywords: + - opengl-desktop-g3 + - Productivity + - Tools-Utilities + - MediaApp-Photos + - MediaApp-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: opengl-desktop-g3 +sources: + - https://github.com/accetto/headless-drawing-g3/ + - https://github.com/truecharts/charts/tree/master/charts/stable/opengl-desktop-g3 + - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-opengl-g3 +type: application +version: 5.3.0 diff --git a/stable/opengl-desktop-g3/5.2.0/README.md b/stable/opengl-desktop-g3/5.3.0/README.md similarity index 100% rename from stable/opengl-desktop-g3/5.2.0/README.md rename to stable/opengl-desktop-g3/5.3.0/README.md diff --git a/stable/opengl-desktop-g3/5.3.0/app-changelog.md b/stable/opengl-desktop-g3/5.3.0/app-changelog.md new file mode 100644 index 00000000000..c9776a8ca34 --- /dev/null +++ b/stable/opengl-desktop-g3/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [opengl-desktop-g3-5.3.0](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.2.4...opengl-desktop-g3-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/opengl-desktop-g3/5.2.0/app-readme.md b/stable/opengl-desktop-g3/5.3.0/app-readme.md similarity index 100% rename from stable/opengl-desktop-g3/5.2.0/app-readme.md rename to stable/opengl-desktop-g3/5.3.0/app-readme.md diff --git a/stable/opengl-desktop-g3/5.3.0/charts/common-18.2.0.tgz b/stable/opengl-desktop-g3/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/opengl-desktop-g3/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/opengl-desktop-g3/5.3.0/ix_values.yaml b/stable/opengl-desktop-g3/5.3.0/ix_values.yaml new file mode 100644 index 00000000000..aaef3a65f8f --- /dev/null +++ b/stable/opengl-desktop-g3/5.3.0/ix_values.yaml @@ -0,0 +1,39 @@ +image: + pullPolicy: IfNotPresent + repository: accetto/ubuntu-vnc-xfce-opengl-g3 + tag: latest@sha256:228b67b449e0e2f082a568e3903d7b8ff9555991b39226a82e6bc481b2eb93a6 +persistence: + internalshare: + enabled: true + mountPath: /UNRAID_SHARE +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 6901 + protocol: http + targetPort: 6901 + webuivnc: + enabled: true + ports: + webuivnc: + enabled: true + port: 5901 + protocol: tcp + targetPort: 5901 +workload: + main: + podSpec: + containers: + main: + env: + VNC_PW: unraid + VNC_RESOLUTION: 1360x768 diff --git a/stable/opengl-desktop-g3/5.2.0/questions.yaml b/stable/opengl-desktop-g3/5.3.0/questions.yaml similarity index 100% rename from stable/opengl-desktop-g3/5.2.0/questions.yaml rename to stable/opengl-desktop-g3/5.3.0/questions.yaml diff --git a/stable/opengl-desktop-g3/5.2.0/templates/common.yaml b/stable/opengl-desktop-g3/5.3.0/templates/common.yaml similarity index 100% rename from stable/opengl-desktop-g3/5.2.0/templates/common.yaml rename to stable/opengl-desktop-g3/5.3.0/templates/common.yaml diff --git a/stable/openvscode-server/9.2.0/values.yaml b/stable/opengl-desktop-g3/5.3.0/values.yaml similarity index 100% rename from stable/openvscode-server/9.2.0/values.yaml rename to stable/opengl-desktop-g3/5.3.0/values.yaml diff --git a/stable/openhab/9.1.3/CHANGELOG.md b/stable/openhab/9.1.3/CHANGELOG.md deleted file mode 100644 index c7f113c51c5..00000000000 --- a/stable/openhab/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [openhab-8.1.12](https://github.com/truecharts/charts/compare/openhab-8.1.11...openhab-8.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [openhab-8.1.11](https://github.com/truecharts/charts/compare/openhab-8.1.10...openhab-8.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [openhab-8.1.10](https://github.com/truecharts/charts/compare/openhab-8.1.9...openhab-8.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [openhab-8.1.9](https://github.com/truecharts/charts/compare/openhab-8.1.8...openhab-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [openhab-8.1.8](https://github.com/truecharts/charts/compare/openhab-8.1.7...openhab-8.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [openhab-8.1.7](https://github.com/truecharts/charts/compare/openhab-8.1.6...openhab-8.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [openhab-8.1.6](https://github.com/truecharts/charts/compare/openhab-8.1.5...openhab-8.1.6) (2024-01-08) - -### Chore - - - -- update container image openhab/openhab to v4.1.1[@cf4e12d](https://github.com/cf4e12d) by renovate ([#17009](https://github.com/truecharts/charts/issues/17009)) - - -## [openhab-8.1.5](https://github.com/truecharts/charts/compare/openhab-8.1.4...openhab-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [openhab-8.1.4](https://github.com/truecharts/charts/compare/openhab-8.1.3...openhab-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/openhab/9.1.3/Chart.yaml b/stable/openhab/9.1.3/Chart.yaml deleted file mode 100644 index 04acb1db5e0..00000000000 --- a/stable/openhab/9.1.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.1.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: OpenHab is a home-automation application -home: https://truecharts.org/charts/stable/openhab -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openhab.png -keywords: - - openhab -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: openhab -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/openhab - - https://hub.docker.com/r/openhab/openhab -type: application -version: 9.1.3 diff --git a/stable/openhab/9.1.3/charts/common-18.0.3.tgz b/stable/openhab/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/openhab/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/organizr/18.1.3/.helmignore b/stable/openhab/9.3.0/.helmignore similarity index 100% rename from stable/organizr/18.1.3/.helmignore rename to stable/openhab/9.3.0/.helmignore diff --git a/stable/openhab/9.3.0/CHANGELOG.md b/stable/openhab/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..148c2f55204 --- /dev/null +++ b/stable/openhab/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [openhab-9.3.0](https://github.com/truecharts/charts/compare/openhab-9.2.3...openhab-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [openhab-9.2.3](https://github.com/truecharts/charts/compare/openhab-9.2.2...openhab-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [openhab-9.2.2](https://github.com/truecharts/charts/compare/openhab-9.2.0...openhab-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [openhab-8.1.12](https://github.com/truecharts/charts/compare/openhab-8.1.11...openhab-8.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [openhab-8.1.11](https://github.com/truecharts/charts/compare/openhab-8.1.10...openhab-8.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [openhab-8.1.10](https://github.com/truecharts/charts/compare/openhab-8.1.9...openhab-8.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [openhab-8.1.9](https://github.com/truecharts/charts/compare/openhab-8.1.8...openhab-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [openhab-8.1.8](https://github.com/truecharts/charts/compare/openhab-8.1.7...openhab-8.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [openhab-8.1.7](https://github.com/truecharts/charts/compare/openhab-8.1.6...openhab-8.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/openhab/9.3.0/Chart.yaml b/stable/openhab/9.3.0/Chart.yaml new file mode 100644 index 00000000000..96b5692fe90 --- /dev/null +++ b/stable/openhab/9.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.1.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: OpenHab is a home-automation application +home: https://truecharts.org/charts/stable/openhab +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openhab.png +keywords: + - openhab +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: openhab +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/openhab + - https://hub.docker.com/r/openhab/openhab +type: application +version: 9.3.0 diff --git a/stable/openhab/9.1.3/README.md b/stable/openhab/9.3.0/README.md similarity index 100% rename from stable/openhab/9.1.3/README.md rename to stable/openhab/9.3.0/README.md diff --git a/stable/openhab/9.3.0/app-changelog.md b/stable/openhab/9.3.0/app-changelog.md new file mode 100644 index 00000000000..120b5631ed1 --- /dev/null +++ b/stable/openhab/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [openhab-9.3.0](https://github.com/truecharts/charts/compare/openhab-9.2.3...openhab-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/openhab/9.1.3/app-readme.md b/stable/openhab/9.3.0/app-readme.md similarity index 100% rename from stable/openhab/9.1.3/app-readme.md rename to stable/openhab/9.3.0/app-readme.md diff --git a/stable/openhab/9.3.0/charts/common-18.2.0.tgz b/stable/openhab/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/openhab/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/openhab/9.1.3/ix_values.yaml b/stable/openhab/9.3.0/ix_values.yaml similarity index 100% rename from stable/openhab/9.1.3/ix_values.yaml rename to stable/openhab/9.3.0/ix_values.yaml diff --git a/stable/openhab/9.1.3/questions.yaml b/stable/openhab/9.3.0/questions.yaml similarity index 100% rename from stable/openhab/9.1.3/questions.yaml rename to stable/openhab/9.3.0/questions.yaml diff --git a/stable/outline/12.1.4/templates/NOTES.txt b/stable/openhab/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/outline/12.1.4/templates/NOTES.txt rename to stable/openhab/9.3.0/templates/NOTES.txt diff --git a/stable/openhab/9.1.3/templates/common.yaml b/stable/openhab/9.3.0/templates/common.yaml similarity index 100% rename from stable/openhab/9.1.3/templates/common.yaml rename to stable/openhab/9.3.0/templates/common.yaml diff --git a/stable/organizr/18.1.3/values.yaml b/stable/openhab/9.3.0/values.yaml similarity index 100% rename from stable/organizr/18.1.3/values.yaml rename to stable/openhab/9.3.0/values.yaml diff --git a/stable/openra/5.1.3/CHANGELOG.md b/stable/openra/5.1.3/CHANGELOG.md deleted file mode 100644 index 85706a8596d..00000000000 --- a/stable/openra/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [openra-4.1.11](https://github.com/truecharts/charts/compare/openra-4.1.10...openra-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [openra-4.1.10](https://github.com/truecharts/charts/compare/openra-4.1.9...openra-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [openra-4.1.9](https://github.com/truecharts/charts/compare/openra-4.1.8...openra-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [openra-4.1.8](https://github.com/truecharts/charts/compare/openra-4.1.7...openra-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [openra-4.1.7](https://github.com/truecharts/charts/compare/openra-4.1.6...openra-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [openra-4.1.6](https://github.com/truecharts/charts/compare/openra-4.1.5...openra-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [openra-4.1.5](https://github.com/truecharts/charts/compare/openra-4.1.4...openra-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [openra-4.1.4](https://github.com/truecharts/charts/compare/openra-4.1.3...openra-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [openra-4.1.3](https://github.com/truecharts/charts/compare/openra-4.1.0...openra-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/openra/5.1.3/Chart.yaml b/stable/openra/5.1.3/Chart.yaml deleted file mode 100644 index 6bad9b98703..00000000000 --- a/stable/openra/5.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Mudislanders Template for mounting OpenRA's dedicated server by rmoriz [br][br] -home: https://truecharts.org/charts/stable/openra -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openra.png -keywords: - - openra - - Network-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: openra -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/openra - - https://hub.docker.com/r/rmoriz/openra -type: application -version: 5.1.3 diff --git a/stable/openra/5.1.3/charts/common-18.0.3.tgz b/stable/openra/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/openra/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/oscam/13.1.3/.helmignore b/stable/openra/5.3.0/.helmignore similarity index 100% rename from stable/oscam/13.1.3/.helmignore rename to stable/openra/5.3.0/.helmignore diff --git a/stable/openra/5.3.0/CHANGELOG.md b/stable/openra/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..4d764111cfc --- /dev/null +++ b/stable/openra/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [openra-5.3.0](https://github.com/truecharts/charts/compare/openra-5.2.3...openra-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [openra-5.2.3](https://github.com/truecharts/charts/compare/openra-5.2.2...openra-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [openra-5.2.2](https://github.com/truecharts/charts/compare/openra-5.2.0...openra-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [openra-4.1.11](https://github.com/truecharts/charts/compare/openra-4.1.10...openra-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [openra-4.1.10](https://github.com/truecharts/charts/compare/openra-4.1.9...openra-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [openra-4.1.9](https://github.com/truecharts/charts/compare/openra-4.1.8...openra-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [openra-4.1.8](https://github.com/truecharts/charts/compare/openra-4.1.7...openra-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [openra-4.1.7](https://github.com/truecharts/charts/compare/openra-4.1.6...openra-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [openra-4.1.6](https://github.com/truecharts/charts/compare/openra-4.1.5...openra-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/openra/5.3.0/Chart.yaml b/stable/openra/5.3.0/Chart.yaml new file mode 100644 index 00000000000..dc20349c1dd --- /dev/null +++ b/stable/openra/5.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Mudislanders Template for mounting OpenRA's dedicated server by rmoriz [br][br] +home: https://truecharts.org/charts/stable/openra +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openra.png +keywords: + - openra + - Network-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: openra +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/openra + - https://hub.docker.com/r/rmoriz/openra +type: application +version: 5.3.0 diff --git a/stable/openra/5.1.3/README.md b/stable/openra/5.3.0/README.md similarity index 100% rename from stable/openra/5.1.3/README.md rename to stable/openra/5.3.0/README.md diff --git a/stable/openra/5.3.0/app-changelog.md b/stable/openra/5.3.0/app-changelog.md new file mode 100644 index 00000000000..8275d4e0af6 --- /dev/null +++ b/stable/openra/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [openra-5.3.0](https://github.com/truecharts/charts/compare/openra-5.2.3...openra-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/openra/5.1.3/app-readme.md b/stable/openra/5.3.0/app-readme.md similarity index 100% rename from stable/openra/5.1.3/app-readme.md rename to stable/openra/5.3.0/app-readme.md diff --git a/stable/openra/5.3.0/charts/common-18.2.0.tgz b/stable/openra/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/openra/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/openra/5.1.3/ix_values.yaml b/stable/openra/5.3.0/ix_values.yaml similarity index 100% rename from stable/openra/5.1.3/ix_values.yaml rename to stable/openra/5.3.0/ix_values.yaml diff --git a/stable/openra/5.1.3/questions.yaml b/stable/openra/5.3.0/questions.yaml similarity index 100% rename from stable/openra/5.1.3/questions.yaml rename to stable/openra/5.3.0/questions.yaml diff --git a/stable/openra/5.1.3/templates/common.yaml b/stable/openra/5.3.0/templates/common.yaml similarity index 100% rename from stable/openra/5.1.3/templates/common.yaml rename to stable/openra/5.3.0/templates/common.yaml diff --git a/stable/oscam/13.1.3/values.yaml b/stable/openra/5.3.0/values.yaml similarity index 100% rename from stable/oscam/13.1.3/values.yaml rename to stable/openra/5.3.0/values.yaml diff --git a/stable/openspeedtest/8.1.3/CHANGELOG.md b/stable/openspeedtest/8.1.3/CHANGELOG.md deleted file mode 100644 index 142bb83b2fb..00000000000 --- a/stable/openspeedtest/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [openspeedtest-7.1.12](https://github.com/truecharts/charts/compare/openspeedtest-7.1.11...openspeedtest-7.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [openspeedtest-7.1.11](https://github.com/truecharts/charts/compare/openspeedtest-7.1.10...openspeedtest-7.1.11) (2024-01-29) - -### Chore - - - -- update container image openspeedtest/latest to latest[@0d2d940](https://github.com/0d2d940) by renovate ([#17647](https://github.com/truecharts/charts/issues/17647)) - - -## [openspeedtest-7.1.10](https://github.com/truecharts/charts/compare/openspeedtest-7.1.9...openspeedtest-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [openspeedtest-7.1.9](https://github.com/truecharts/charts/compare/openspeedtest-7.1.8...openspeedtest-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [openspeedtest-7.1.8](https://github.com/truecharts/charts/compare/openspeedtest-7.1.7...openspeedtest-7.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [openspeedtest-7.1.7](https://github.com/truecharts/charts/compare/openspeedtest-7.1.6...openspeedtest-7.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [openspeedtest-7.1.6](https://github.com/truecharts/charts/compare/openspeedtest-7.1.5...openspeedtest-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [openspeedtest-7.1.5](https://github.com/truecharts/charts/compare/openspeedtest-7.1.4...openspeedtest-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [openspeedtest-7.1.4](https://github.com/truecharts/charts/compare/openspeedtest-7.1.3...openspeedtest-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/openspeedtest/8.1.3/Chart.yaml b/stable/openspeedtest/8.1.3/Chart.yaml deleted file mode 100644 index 88cf6fa617b..00000000000 --- a/stable/openspeedtest/8.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: HTML5 Network Speed Test Server. You can test download & upload speed from any device within your network with a web browser that is IE10 or new. -home: https://truecharts.org/charts/stable/openspeedtest -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openspeedtest.png -keywords: - - speedtest - - speed test - - openspeedtest -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: openspeedtest -sources: - - https://github.com/openspeedtest/Speed-Test - - https://github.com/truecharts/charts/tree/master/charts/stable/openspeedtest - - https://hub.docker.com/r/openspeedtest/latest -type: application -version: 8.1.3 diff --git a/stable/openspeedtest/8.1.3/charts/common-18.0.3.tgz b/stable/openspeedtest/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/openspeedtest/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/outline/12.1.4/.helmignore b/stable/openspeedtest/8.3.0/.helmignore similarity index 100% rename from stable/outline/12.1.4/.helmignore rename to stable/openspeedtest/8.3.0/.helmignore diff --git a/stable/openspeedtest/8.3.0/CHANGELOG.md b/stable/openspeedtest/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..2f691386e7c --- /dev/null +++ b/stable/openspeedtest/8.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [openspeedtest-8.3.0](https://github.com/truecharts/charts/compare/openspeedtest-8.2.3...openspeedtest-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [openspeedtest-8.2.3](https://github.com/truecharts/charts/compare/openspeedtest-8.2.2...openspeedtest-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [openspeedtest-8.2.2](https://github.com/truecharts/charts/compare/openspeedtest-8.2.0...openspeedtest-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [openspeedtest-7.1.12](https://github.com/truecharts/charts/compare/openspeedtest-7.1.11...openspeedtest-7.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [openspeedtest-7.1.11](https://github.com/truecharts/charts/compare/openspeedtest-7.1.10...openspeedtest-7.1.11) (2024-01-29) + +### Chore + + + +- update container image openspeedtest/latest to latest[@0d2d940](https://github.com/0d2d940) by renovate ([#17647](https://github.com/truecharts/charts/issues/17647)) + + +## [openspeedtest-7.1.10](https://github.com/truecharts/charts/compare/openspeedtest-7.1.9...openspeedtest-7.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [openspeedtest-7.1.9](https://github.com/truecharts/charts/compare/openspeedtest-7.1.8...openspeedtest-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [openspeedtest-7.1.8](https://github.com/truecharts/charts/compare/openspeedtest-7.1.7...openspeedtest-7.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [openspeedtest-7.1.7](https://github.com/truecharts/charts/compare/openspeedtest-7.1.6...openspeedtest-7.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/openspeedtest/8.3.0/Chart.yaml b/stable/openspeedtest/8.3.0/Chart.yaml new file mode 100644 index 00000000000..f6edd643cf5 --- /dev/null +++ b/stable/openspeedtest/8.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: HTML5 Network Speed Test Server. You can test download & upload speed from any device within your network with a web browser that is IE10 or new. +home: https://truecharts.org/charts/stable/openspeedtest +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openspeedtest.png +keywords: + - speedtest + - speed test + - openspeedtest +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: openspeedtest +sources: + - https://github.com/openspeedtest/Speed-Test + - https://github.com/truecharts/charts/tree/master/charts/stable/openspeedtest + - https://hub.docker.com/r/openspeedtest/latest +type: application +version: 8.3.0 diff --git a/stable/openspeedtest/8.1.3/README.md b/stable/openspeedtest/8.3.0/README.md similarity index 100% rename from stable/openspeedtest/8.1.3/README.md rename to stable/openspeedtest/8.3.0/README.md diff --git a/stable/openspeedtest/8.3.0/app-changelog.md b/stable/openspeedtest/8.3.0/app-changelog.md new file mode 100644 index 00000000000..84b2128eaac --- /dev/null +++ b/stable/openspeedtest/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [openspeedtest-8.3.0](https://github.com/truecharts/charts/compare/openspeedtest-8.2.3...openspeedtest-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/openspeedtest/8.1.3/app-readme.md b/stable/openspeedtest/8.3.0/app-readme.md similarity index 100% rename from stable/openspeedtest/8.1.3/app-readme.md rename to stable/openspeedtest/8.3.0/app-readme.md diff --git a/stable/openspeedtest/8.3.0/charts/common-18.2.0.tgz b/stable/openspeedtest/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/openspeedtest/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/openspeedtest/8.1.3/ix_values.yaml b/stable/openspeedtest/8.3.0/ix_values.yaml similarity index 100% rename from stable/openspeedtest/8.1.3/ix_values.yaml rename to stable/openspeedtest/8.3.0/ix_values.yaml diff --git a/stable/openspeedtest/8.1.3/questions.yaml b/stable/openspeedtest/8.3.0/questions.yaml similarity index 100% rename from stable/openspeedtest/8.1.3/questions.yaml rename to stable/openspeedtest/8.3.0/questions.yaml diff --git a/stable/overseerr/13.1.3/templates/NOTES.txt b/stable/openspeedtest/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/overseerr/13.1.3/templates/NOTES.txt rename to stable/openspeedtest/8.3.0/templates/NOTES.txt diff --git a/stable/oscam/13.1.3/templates/common.yaml b/stable/openspeedtest/8.3.0/templates/common.yaml similarity index 100% rename from stable/oscam/13.1.3/templates/common.yaml rename to stable/openspeedtest/8.3.0/templates/common.yaml diff --git a/stable/outline/12.1.4/values.yaml b/stable/openspeedtest/8.3.0/values.yaml similarity index 100% rename from stable/outline/12.1.4/values.yaml rename to stable/openspeedtest/8.3.0/values.yaml diff --git a/stable/openttd/5.1.3/CHANGELOG.md b/stable/openttd/5.1.3/CHANGELOG.md deleted file mode 100644 index bf8a0b20acf..00000000000 --- a/stable/openttd/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [openttd-4.1.11](https://github.com/truecharts/charts/compare/openttd-4.1.10...openttd-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [openttd-4.1.10](https://github.com/truecharts/charts/compare/openttd-4.1.9...openttd-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [openttd-4.1.9](https://github.com/truecharts/charts/compare/openttd-4.1.8...openttd-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [openttd-4.1.8](https://github.com/truecharts/charts/compare/openttd-4.1.7...openttd-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [openttd-4.1.7](https://github.com/truecharts/charts/compare/openttd-4.1.6...openttd-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [openttd-4.1.6](https://github.com/truecharts/charts/compare/openttd-4.1.5...openttd-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [openttd-4.1.5](https://github.com/truecharts/charts/compare/openttd-4.1.4...openttd-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [openttd-4.1.4](https://github.com/truecharts/charts/compare/openttd-4.1.3...openttd-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [openttd-4.1.3](https://github.com/truecharts/charts/compare/openttd-4.1.0...openttd-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/openttd/5.1.3/Chart.yaml b/stable/openttd/5.1.3/Chart.yaml deleted file mode 100644 index 2690afbba3d..00000000000 --- a/stable/openttd/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install the version of OpenTTD that you enter in the variable 'GAME_VERSION' (if you define 'latest' it will always pull the latest build, if you define 'testing' it will always pull down the latest testing build). -home: https://truecharts.org/charts/stable/openttd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openttd.png -keywords: - - openttd - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: openttd -sources: - - https://www.openttd.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/openttd - - https://hub.docker.com/r/ich777/openttdserver -type: application -version: 5.1.3 diff --git a/stable/openttd/5.1.3/charts/common-18.0.3.tgz b/stable/openttd/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/openttd/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/overseerr/13.1.3/.helmignore b/stable/openttd/5.3.0/.helmignore similarity index 100% rename from stable/overseerr/13.1.3/.helmignore rename to stable/openttd/5.3.0/.helmignore diff --git a/stable/openttd/5.3.0/CHANGELOG.md b/stable/openttd/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..875b8a3a52d --- /dev/null +++ b/stable/openttd/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [openttd-5.3.0](https://github.com/truecharts/charts/compare/openttd-5.2.3...openttd-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [openttd-5.2.3](https://github.com/truecharts/charts/compare/openttd-5.2.2...openttd-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [openttd-5.2.2](https://github.com/truecharts/charts/compare/openttd-5.2.0...openttd-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [openttd-4.1.11](https://github.com/truecharts/charts/compare/openttd-4.1.10...openttd-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [openttd-4.1.10](https://github.com/truecharts/charts/compare/openttd-4.1.9...openttd-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [openttd-4.1.9](https://github.com/truecharts/charts/compare/openttd-4.1.8...openttd-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [openttd-4.1.8](https://github.com/truecharts/charts/compare/openttd-4.1.7...openttd-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [openttd-4.1.7](https://github.com/truecharts/charts/compare/openttd-4.1.6...openttd-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [openttd-4.1.6](https://github.com/truecharts/charts/compare/openttd-4.1.5...openttd-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/openttd/5.3.0/Chart.yaml b/stable/openttd/5.3.0/Chart.yaml new file mode 100644 index 00000000000..384b214083c --- /dev/null +++ b/stable/openttd/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install the version of OpenTTD that you enter in the variable 'GAME_VERSION' (if you define 'latest' it will always pull the latest build, if you define 'testing' it will always pull down the latest testing build). +home: https://truecharts.org/charts/stable/openttd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openttd.png +keywords: + - openttd + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: openttd +sources: + - https://www.openttd.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/openttd + - https://hub.docker.com/r/ich777/openttdserver +type: application +version: 5.3.0 diff --git a/stable/openttd/5.1.3/README.md b/stable/openttd/5.3.0/README.md similarity index 100% rename from stable/openttd/5.1.3/README.md rename to stable/openttd/5.3.0/README.md diff --git a/stable/openttd/5.3.0/app-changelog.md b/stable/openttd/5.3.0/app-changelog.md new file mode 100644 index 00000000000..44e76bf7e3e --- /dev/null +++ b/stable/openttd/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [openttd-5.3.0](https://github.com/truecharts/charts/compare/openttd-5.2.3...openttd-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/openttd/5.1.3/app-readme.md b/stable/openttd/5.3.0/app-readme.md similarity index 100% rename from stable/openttd/5.1.3/app-readme.md rename to stable/openttd/5.3.0/app-readme.md diff --git a/stable/openttd/5.3.0/charts/common-18.2.0.tgz b/stable/openttd/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/openttd/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/openttd/5.1.3/ix_values.yaml b/stable/openttd/5.3.0/ix_values.yaml similarity index 100% rename from stable/openttd/5.1.3/ix_values.yaml rename to stable/openttd/5.3.0/ix_values.yaml diff --git a/stable/openttd/5.1.3/questions.yaml b/stable/openttd/5.3.0/questions.yaml similarity index 100% rename from stable/openttd/5.1.3/questions.yaml rename to stable/openttd/5.3.0/questions.yaml diff --git a/stable/openttd/5.1.3/templates/common.yaml b/stable/openttd/5.3.0/templates/common.yaml similarity index 100% rename from stable/openttd/5.1.3/templates/common.yaml rename to stable/openttd/5.3.0/templates/common.yaml diff --git a/stable/overseerr/13.1.3/values.yaml b/stable/openttd/5.3.0/values.yaml similarity index 100% rename from stable/overseerr/13.1.3/values.yaml rename to stable/openttd/5.3.0/values.yaml diff --git a/stable/openvscode-server/9.2.0/CHANGELOG.md b/stable/openvscode-server/9.2.0/CHANGELOG.md deleted file mode 100644 index 80080406eb4..00000000000 --- a/stable/openvscode-server/9.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - -## [openvscode-server-8.2.0](https://github.com/truecharts/charts/compare/openvscode-server-8.1.16...openvscode-server-8.2.0) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/openvscode-server to v1.86.1[@6f501df](https://github.com/6f501df) by renovate ([#18186](https://github.com/truecharts/charts/issues/18186)) - - -## [openvscode-server-8.1.16](https://github.com/truecharts/charts/compare/openvscode-server-8.1.15...openvscode-server-8.1.16) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/openvscode-server to v1.85.2[@1da1d36](https://github.com/1da1d36) by renovate ([#18135](https://github.com/truecharts/charts/issues/18135)) - - -## [openvscode-server-8.1.15](https://github.com/truecharts/charts/compare/openvscode-server-8.1.14...openvscode-server-8.1.15) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/openvscode-server to 1.85.1[@b952c00](https://github.com/b952c00) by renovate ([#17861](https://github.com/truecharts/charts/issues/17861)) - - -## [openvscode-server-8.1.14](https://github.com/truecharts/charts/compare/openvscode-server-8.1.13...openvscode-server-8.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [openvscode-server-8.1.13](https://github.com/truecharts/charts/compare/openvscode-server-8.1.12...openvscode-server-8.1.13) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/openvscode-server to 1.85.1[@c162501](https://github.com/c162501) by renovate ([#17616](https://github.com/truecharts/charts/issues/17616)) - - -## [openvscode-server-8.1.12](https://github.com/truecharts/charts/compare/openvscode-server-8.1.11...openvscode-server-8.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [openvscode-server-8.1.11](https://github.com/truecharts/charts/compare/openvscode-server-8.1.10...openvscode-server-8.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [openvscode-server-8.1.10](https://github.com/truecharts/charts/compare/openvscode-server-8.1.9...openvscode-server-8.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [openvscode-server-8.1.9](https://github.com/truecharts/charts/compare/openvscode-server-8.1.8...openvscode-server-8.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/openvscode-server/9.2.0/Chart.yaml b/stable/openvscode-server/9.2.0/Chart.yaml deleted file mode 100644 index f360e27fbe2..00000000000 --- a/stable/openvscode-server/9.2.0/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.86.2 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Openvscode-server provides a version of VS Code that runs a server on a remote machine. -home: https://truecharts.org/charts/stable/openvscode-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openvscode-server.png -keywords: - - openvscode-server -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: openvscode-server -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/openvscode-server - - https://ghcr.io/linuxserver/openvscode-server -type: application -version: 9.2.0 diff --git a/stable/openvscode-server/9.2.0/charts/common-18.1.2.tgz b/stable/openvscode-server/9.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/openvscode-server/9.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/openvscode-server/9.2.0/ix_values.yaml b/stable/openvscode-server/9.2.0/ix_values.yaml deleted file mode 100644 index dfff21412ee..00000000000 --- a/stable/openvscode-server/9.2.0/ix_values.yaml +++ /dev/null @@ -1,29 +0,0 @@ -image: - repository: ghcr.io/linuxserver/openvscode-server - pullPolicy: IfNotPresent - tag: 1.86.2@sha256:2c0e1ffa563d050d807ce3e88c339024074d3b3a140dd368d79342371c047f7c -# secretEnv: -# CONNECTION_TOKEN: "somerandomstring" -# CONNECTION_SECRET: "" -# SUDO_PASSWORD: "" -service: - main: - ports: - main: - targetPort: 3000 - port: 10135 -persistence: - config: - enabled: true - mountPath: "/config" - varrun: - enabled: true -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 diff --git a/stable/owi2plex/5.1.3/.helmignore b/stable/openvscode-server/9.3.0/.helmignore similarity index 100% rename from stable/owi2plex/5.1.3/.helmignore rename to stable/openvscode-server/9.3.0/.helmignore diff --git a/stable/openvscode-server/9.3.0/CHANGELOG.md b/stable/openvscode-server/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..a5e239454d5 --- /dev/null +++ b/stable/openvscode-server/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [openvscode-server-9.3.0](https://github.com/truecharts/charts/compare/openvscode-server-9.2.4...openvscode-server-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [openvscode-server-9.2.4](https://github.com/truecharts/charts/compare/openvscode-server-9.2.3...openvscode-server-9.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [openvscode-server-9.2.3](https://github.com/truecharts/charts/compare/openvscode-server-9.2.1...openvscode-server-9.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + +## [openvscode-server-8.2.0](https://github.com/truecharts/charts/compare/openvscode-server-8.1.16...openvscode-server-8.2.0) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/openvscode-server to v1.86.1[@6f501df](https://github.com/6f501df) by renovate ([#18186](https://github.com/truecharts/charts/issues/18186)) + + +## [openvscode-server-8.1.16](https://github.com/truecharts/charts/compare/openvscode-server-8.1.15...openvscode-server-8.1.16) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/openvscode-server to v1.85.2[@1da1d36](https://github.com/1da1d36) by renovate ([#18135](https://github.com/truecharts/charts/issues/18135)) + + +## [openvscode-server-8.1.15](https://github.com/truecharts/charts/compare/openvscode-server-8.1.14...openvscode-server-8.1.15) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/openvscode-server to 1.85.1[@b952c00](https://github.com/b952c00) by renovate ([#17861](https://github.com/truecharts/charts/issues/17861)) + + +## [openvscode-server-8.1.14](https://github.com/truecharts/charts/compare/openvscode-server-8.1.13...openvscode-server-8.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [openvscode-server-8.1.13](https://github.com/truecharts/charts/compare/openvscode-server-8.1.12...openvscode-server-8.1.13) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/openvscode-server to 1.85.1[@c162501](https://github.com/c162501) by renovate ([#17616](https://github.com/truecharts/charts/issues/17616)) + + +## [openvscode-server-8.1.12](https://github.com/truecharts/charts/compare/openvscode-server-8.1.11...openvscode-server-8.1.12) (2024-01-26) + +### Chore + diff --git a/stable/openvscode-server/9.3.0/Chart.yaml b/stable/openvscode-server/9.3.0/Chart.yaml new file mode 100644 index 00000000000..5bdb3f7174c --- /dev/null +++ b/stable/openvscode-server/9.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.86.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Openvscode-server provides a version of VS Code that runs a server on a remote machine. +home: https://truecharts.org/charts/stable/openvscode-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openvscode-server.png +keywords: + - openvscode-server +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: openvscode-server +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/openvscode-server + - https://ghcr.io/linuxserver/openvscode-server +type: application +version: 9.3.0 diff --git a/stable/openvscode-server/9.2.0/README.md b/stable/openvscode-server/9.3.0/README.md similarity index 100% rename from stable/openvscode-server/9.2.0/README.md rename to stable/openvscode-server/9.3.0/README.md diff --git a/stable/openvscode-server/9.3.0/app-changelog.md b/stable/openvscode-server/9.3.0/app-changelog.md new file mode 100644 index 00000000000..420b2d8c35d --- /dev/null +++ b/stable/openvscode-server/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [openvscode-server-9.3.0](https://github.com/truecharts/charts/compare/openvscode-server-9.2.4...openvscode-server-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/openvscode-server/9.2.0/app-readme.md b/stable/openvscode-server/9.3.0/app-readme.md similarity index 100% rename from stable/openvscode-server/9.2.0/app-readme.md rename to stable/openvscode-server/9.3.0/app-readme.md diff --git a/stable/openvscode-server/9.3.0/charts/common-18.2.0.tgz b/stable/openvscode-server/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/openvscode-server/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/openvscode-server/9.3.0/ix_values.yaml b/stable/openvscode-server/9.3.0/ix_values.yaml new file mode 100644 index 00000000000..ad609565671 --- /dev/null +++ b/stable/openvscode-server/9.3.0/ix_values.yaml @@ -0,0 +1,29 @@ +image: + repository: ghcr.io/linuxserver/openvscode-server + pullPolicy: IfNotPresent + tag: 1.86.2@sha256:c6641b5a5ec6067beee2276acf9de60f6b664e0fd326d25be25a9798a4a25a38 +# secretEnv: +# CONNECTION_TOKEN: "somerandomstring" +# CONNECTION_SECRET: "" +# SUDO_PASSWORD: "" +service: + main: + ports: + main: + targetPort: 3000 + port: 10135 +persistence: + config: + enabled: true + mountPath: "/config" + varrun: + enabled: true +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 diff --git a/stable/openvscode-server/9.2.0/questions.yaml b/stable/openvscode-server/9.3.0/questions.yaml similarity index 100% rename from stable/openvscode-server/9.2.0/questions.yaml rename to stable/openvscode-server/9.3.0/questions.yaml diff --git a/stable/owncast/13.1.3/templates/NOTES.txt b/stable/openvscode-server/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/owncast/13.1.3/templates/NOTES.txt rename to stable/openvscode-server/9.3.0/templates/NOTES.txt diff --git a/stable/overseerr/13.1.3/templates/common.yaml b/stable/openvscode-server/9.3.0/templates/common.yaml similarity index 100% rename from stable/overseerr/13.1.3/templates/common.yaml rename to stable/openvscode-server/9.3.0/templates/common.yaml diff --git a/stable/owi2plex/5.1.3/values.yaml b/stable/openvscode-server/9.3.0/values.yaml similarity index 100% rename from stable/owi2plex/5.1.3/values.yaml rename to stable/openvscode-server/9.3.0/values.yaml diff --git a/stable/organizr/18.1.3/CHANGELOG.md b/stable/organizr/18.1.3/CHANGELOG.md deleted file mode 100644 index d771794d1b2..00000000000 --- a/stable/organizr/18.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [organizr-17.1.11](https://github.com/truecharts/charts/compare/organizr-17.1.10...organizr-17.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [organizr-17.1.10](https://github.com/truecharts/charts/compare/organizr-17.1.9...organizr-17.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [organizr-17.1.9](https://github.com/truecharts/charts/compare/organizr-17.1.8...organizr-17.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [organizr-17.1.8](https://github.com/truecharts/charts/compare/organizr-17.1.7...organizr-17.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [organizr-17.1.7](https://github.com/truecharts/charts/compare/organizr-17.1.6...organizr-17.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [organizr-17.1.6](https://github.com/truecharts/charts/compare/organizr-17.1.5...organizr-17.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [organizr-17.1.5](https://github.com/truecharts/charts/compare/organizr-17.1.4...organizr-17.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [organizr-17.1.4](https://github.com/truecharts/charts/compare/organizr-17.1.3...organizr-17.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [organizr-17.1.3](https://github.com/truecharts/charts/compare/organizr-17.1.0...organizr-17.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/organizr/18.1.3/Chart.yaml b/stable/organizr/18.1.3/Chart.yaml deleted file mode 100644 index 060e28daa40..00000000000 --- a/stable/organizr/18.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: organizers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: HTPC/Homelab Services Organizer -home: https://truecharts.org/charts/stable/organizr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/organizr.png -keywords: - - organizr -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: organizr -sources: - - https://github.com/causefx/Organizr - - https://github.com/truecharts/charts/tree/master/charts/stable/organizr - - https://hub.docker.com/r/organizr/organizr -type: application -version: 18.1.3 diff --git a/stable/organizr/18.1.3/charts/common-18.0.3.tgz b/stable/organizr/18.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/organizr/18.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/owncast/13.1.3/.helmignore b/stable/organizr/18.3.0/.helmignore similarity index 100% rename from stable/owncast/13.1.3/.helmignore rename to stable/organizr/18.3.0/.helmignore diff --git a/stable/organizr/18.3.0/CHANGELOG.md b/stable/organizr/18.3.0/CHANGELOG.md new file mode 100644 index 00000000000..c1f099f12ae --- /dev/null +++ b/stable/organizr/18.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [organizr-18.3.0](https://github.com/truecharts/charts/compare/organizr-18.2.3...organizr-18.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [organizr-18.2.3](https://github.com/truecharts/charts/compare/organizr-18.2.2...organizr-18.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [organizr-18.2.2](https://github.com/truecharts/charts/compare/organizr-18.2.0...organizr-18.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [organizr-17.1.11](https://github.com/truecharts/charts/compare/organizr-17.1.10...organizr-17.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [organizr-17.1.10](https://github.com/truecharts/charts/compare/organizr-17.1.9...organizr-17.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [organizr-17.1.9](https://github.com/truecharts/charts/compare/organizr-17.1.8...organizr-17.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [organizr-17.1.8](https://github.com/truecharts/charts/compare/organizr-17.1.7...organizr-17.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [organizr-17.1.7](https://github.com/truecharts/charts/compare/organizr-17.1.6...organizr-17.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [organizr-17.1.6](https://github.com/truecharts/charts/compare/organizr-17.1.5...organizr-17.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/organizr/18.3.0/Chart.yaml b/stable/organizr/18.3.0/Chart.yaml new file mode 100644 index 00000000000..5cdf9f60fd7 --- /dev/null +++ b/stable/organizr/18.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: organizers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: HTPC/Homelab Services Organizer +home: https://truecharts.org/charts/stable/organizr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/organizr.png +keywords: + - organizr +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: organizr +sources: + - https://github.com/causefx/Organizr + - https://github.com/truecharts/charts/tree/master/charts/stable/organizr + - https://hub.docker.com/r/organizr/organizr +type: application +version: 18.3.0 diff --git a/stable/organizr/18.1.3/README.md b/stable/organizr/18.3.0/README.md similarity index 100% rename from stable/organizr/18.1.3/README.md rename to stable/organizr/18.3.0/README.md diff --git a/stable/organizr/18.3.0/app-changelog.md b/stable/organizr/18.3.0/app-changelog.md new file mode 100644 index 00000000000..078b6da5743 --- /dev/null +++ b/stable/organizr/18.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [organizr-18.3.0](https://github.com/truecharts/charts/compare/organizr-18.2.3...organizr-18.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/organizr/18.1.3/app-readme.md b/stable/organizr/18.3.0/app-readme.md similarity index 100% rename from stable/organizr/18.1.3/app-readme.md rename to stable/organizr/18.3.0/app-readme.md diff --git a/stable/organizr/18.3.0/charts/common-18.2.0.tgz b/stable/organizr/18.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/organizr/18.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/organizr/18.1.3/ix_values.yaml b/stable/organizr/18.3.0/ix_values.yaml similarity index 100% rename from stable/organizr/18.1.3/ix_values.yaml rename to stable/organizr/18.3.0/ix_values.yaml diff --git a/stable/organizr/18.1.3/questions.yaml b/stable/organizr/18.3.0/questions.yaml similarity index 100% rename from stable/organizr/18.1.3/questions.yaml rename to stable/organizr/18.3.0/questions.yaml diff --git a/stable/palworld/2.1.4/templates/NOTES.txt b/stable/organizr/18.3.0/templates/NOTES.txt similarity index 100% rename from stable/palworld/2.1.4/templates/NOTES.txt rename to stable/organizr/18.3.0/templates/NOTES.txt diff --git a/stable/owncast/13.1.3/templates/common.yaml b/stable/organizr/18.3.0/templates/common.yaml similarity index 100% rename from stable/owncast/13.1.3/templates/common.yaml rename to stable/organizr/18.3.0/templates/common.yaml diff --git a/stable/owncast/13.1.3/values.yaml b/stable/organizr/18.3.0/values.yaml similarity index 100% rename from stable/owncast/13.1.3/values.yaml rename to stable/organizr/18.3.0/values.yaml diff --git a/stable/oscam/13.1.3/CHANGELOG.md b/stable/oscam/13.1.3/CHANGELOG.md deleted file mode 100644 index 9d0ec07bfa7..00000000000 --- a/stable/oscam/13.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [oscam-12.1.11](https://github.com/truecharts/charts/compare/oscam-12.1.10...oscam-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [oscam-12.1.10](https://github.com/truecharts/charts/compare/oscam-12.1.9...oscam-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [oscam-12.1.9](https://github.com/truecharts/charts/compare/oscam-12.1.8...oscam-12.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [oscam-12.1.8](https://github.com/truecharts/charts/compare/oscam-12.1.7...oscam-12.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [oscam-12.1.7](https://github.com/truecharts/charts/compare/oscam-12.1.6...oscam-12.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [oscam-12.1.6](https://github.com/truecharts/charts/compare/oscam-12.1.5...oscam-12.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [oscam-12.1.5](https://github.com/truecharts/charts/compare/oscam-12.1.4...oscam-12.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [oscam-12.1.4](https://github.com/truecharts/charts/compare/oscam-12.1.3...oscam-12.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [oscam-12.1.3](https://github.com/truecharts/charts/compare/oscam-12.1.0...oscam-12.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/oscam/13.1.3/Chart.yaml b/stable/oscam/13.1.3/Chart.yaml deleted file mode 100644 index c46aaa8d921..00000000000 --- a/stable/oscam/13.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: DIY - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 11719.0.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Open Source Conditional Access Module software -home: https://truecharts.org/charts/stable/oscam -icon: https://truecharts.org/img/hotlink-ok/chart-icons/oscam.png -keywords: - - oscam -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: oscam -sources: - - https://trac.streamboard.tv/oscam/browser/trunk - - https://github.com/truecharts/charts/tree/master/charts/stable/oscam - - https://ghcr.io/linuxserver/oscam -type: application -version: 13.1.3 diff --git a/stable/oscam/13.1.3/charts/common-18.0.3.tgz b/stable/oscam/13.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/oscam/13.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/palworld/2.1.4/.helmignore b/stable/oscam/13.3.0/.helmignore similarity index 100% rename from stable/palworld/2.1.4/.helmignore rename to stable/oscam/13.3.0/.helmignore diff --git a/stable/oscam/13.3.0/CHANGELOG.md b/stable/oscam/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..1c42764e1ec --- /dev/null +++ b/stable/oscam/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [oscam-13.3.0](https://github.com/truecharts/charts/compare/oscam-13.2.3...oscam-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [oscam-13.2.3](https://github.com/truecharts/charts/compare/oscam-13.2.2...oscam-13.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [oscam-13.2.2](https://github.com/truecharts/charts/compare/oscam-13.2.0...oscam-13.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [oscam-12.1.11](https://github.com/truecharts/charts/compare/oscam-12.1.10...oscam-12.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [oscam-12.1.10](https://github.com/truecharts/charts/compare/oscam-12.1.9...oscam-12.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [oscam-12.1.9](https://github.com/truecharts/charts/compare/oscam-12.1.8...oscam-12.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [oscam-12.1.8](https://github.com/truecharts/charts/compare/oscam-12.1.7...oscam-12.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [oscam-12.1.7](https://github.com/truecharts/charts/compare/oscam-12.1.6...oscam-12.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [oscam-12.1.6](https://github.com/truecharts/charts/compare/oscam-12.1.5...oscam-12.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/oscam/13.3.0/Chart.yaml b/stable/oscam/13.3.0/Chart.yaml new file mode 100644 index 00000000000..2abbf823e2a --- /dev/null +++ b/stable/oscam/13.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: DIY + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 11719.0.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Open Source Conditional Access Module software +home: https://truecharts.org/charts/stable/oscam +icon: https://truecharts.org/img/hotlink-ok/chart-icons/oscam.png +keywords: + - oscam +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: oscam +sources: + - https://trac.streamboard.tv/oscam/browser/trunk + - https://github.com/truecharts/charts/tree/master/charts/stable/oscam + - https://ghcr.io/linuxserver/oscam +type: application +version: 13.3.0 diff --git a/stable/oscam/13.1.3/README.md b/stable/oscam/13.3.0/README.md similarity index 100% rename from stable/oscam/13.1.3/README.md rename to stable/oscam/13.3.0/README.md diff --git a/stable/oscam/13.3.0/app-changelog.md b/stable/oscam/13.3.0/app-changelog.md new file mode 100644 index 00000000000..0359074f6c4 --- /dev/null +++ b/stable/oscam/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [oscam-13.3.0](https://github.com/truecharts/charts/compare/oscam-13.2.3...oscam-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/oscam/13.1.3/app-readme.md b/stable/oscam/13.3.0/app-readme.md similarity index 100% rename from stable/oscam/13.1.3/app-readme.md rename to stable/oscam/13.3.0/app-readme.md diff --git a/stable/oscam/13.3.0/charts/common-18.2.0.tgz b/stable/oscam/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/oscam/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/oscam/13.1.3/ix_values.yaml b/stable/oscam/13.3.0/ix_values.yaml similarity index 100% rename from stable/oscam/13.1.3/ix_values.yaml rename to stable/oscam/13.3.0/ix_values.yaml diff --git a/stable/oscam/13.1.3/questions.yaml b/stable/oscam/13.3.0/questions.yaml similarity index 100% rename from stable/oscam/13.1.3/questions.yaml rename to stable/oscam/13.3.0/questions.yaml diff --git a/stable/paperless-ngx/7.1.4/templates/NOTES.txt b/stable/oscam/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/paperless-ngx/7.1.4/templates/NOTES.txt rename to stable/oscam/13.3.0/templates/NOTES.txt diff --git a/stable/pastey/6.1.3/templates/common.yaml b/stable/oscam/13.3.0/templates/common.yaml similarity index 100% rename from stable/pastey/6.1.3/templates/common.yaml rename to stable/oscam/13.3.0/templates/common.yaml diff --git a/stable/palworld/2.1.4/values.yaml b/stable/oscam/13.3.0/values.yaml similarity index 100% rename from stable/palworld/2.1.4/values.yaml rename to stable/oscam/13.3.0/values.yaml diff --git a/stable/outline/12.1.4/CHANGELOG.md b/stable/outline/12.1.4/CHANGELOG.md deleted file mode 100644 index 7039dee0cf6..00000000000 --- a/stable/outline/12.1.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - -## [outline-11.1.15](https://github.com/truecharts/charts/compare/outline-11.1.14...outline-11.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [outline-11.1.14](https://github.com/truecharts/charts/compare/outline-11.1.13...outline-11.1.14) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [outline-11.1.13](https://github.com/truecharts/charts/compare/outline-11.1.12...outline-11.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [outline-11.1.12](https://github.com/truecharts/charts/compare/outline-11.1.11...outline-11.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [outline-11.1.11](https://github.com/truecharts/charts/compare/outline-11.1.10...outline-11.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [outline-11.1.10](https://github.com/truecharts/charts/compare/outline-11.1.9...outline-11.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [outline-11.1.9](https://github.com/truecharts/charts/compare/outline-11.1.8...outline-11.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [outline-11.1.8](https://github.com/truecharts/charts/compare/outline-11.1.7...outline-11.1.8) (2024-01-02) - -### Chore - - - -- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820)) - diff --git a/stable/outline/12.1.4/Chart.yaml b/stable/outline/12.1.4/Chart.yaml deleted file mode 100644 index 8affb4a1d48..00000000000 --- a/stable/outline/12.1.4/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.75.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 11.2.1 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A fast, collaborative, knowledge base for your team built using React and Node.js. -home: https://truecharts.org/charts/stable/outline -icon: https://truecharts.org/img/hotlink-ok/chart-icons/outline.png -keywords: - - outline - - knowledge -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: outline -sources: - - https://github.com/outline/outline - - https://github.com/truecharts/charts/tree/master/charts/stable/outline - - https://hub.docker.com/r/outlinewiki/outline -type: application -version: 12.1.4 diff --git a/stable/outline/12.1.4/charts/common-18.0.3.tgz b/stable/outline/12.1.4/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/outline/12.1.4/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/outline/12.1.4/questions.yaml b/stable/outline/12.1.4/questions.yaml deleted file mode 100755 index b3085cdf9cf..00000000000 --- a/stable/outline/12.1.4/questions.yaml +++ /dev/null @@ -1,3605 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: URL - label: "URL" - description: "URL should point to the fully qualified, publicly accessible URL." - schema: - type: string - required: true - default: "" - - variable: COLLABORATION_URL - label: "COLLABORATION_URL" - description: "URL for external collaboration server" - schema: - type: string - default: "" - - variable: SLACK_MESSAGE_ACTIONS - label: "SLACK_MESSAGE_ACTIONS" - schema: - type: boolean - default: true - - variable: ENABLE_UPDATES - label: "ENABLE_UPDATES" - schema: - type: boolean - default: true - - variable: WEB_CONCURRENCY - label: "WEB_CONCURRENCY" - description: "How many processes should be spawned. As a reasonable rule divide your servers available memory by 512 for a rough estimate" - schema: - type: int - default: 1 - - variable: DEFAULT_LANGUAGE - label: "DEFAULT_LANGUAGE" - description: "The default interface language. See translate.getoutline.com for a list of available language codes and their rough percentage translated." - schema: - type: string - default: "en_US" - - variable: TEAM_LOGO - label: "TEAM_LOGO URL" - description: "Custom logo that displays on the authentication screen, scaled to height: 60px (Insert URL here)" - schema: - type: string - default: "" - - variable: MAXIMUM_IMPORT_SIZE - label: "MAXIMUM_IMPORT_SIZE" - description: "Override the maxium size of document imports, could be required if you have especially large Word documents with embedded imagery" - schema: - type: int - default: 5120000 - - variable: SENTRY_DSN - label: "SENTRY_DSN" - schema: - type: string - default: "" - - variable: localstorage - label: "Enable Local Storage + Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: FILE_STORAGE - label: "Enable Local File Storage" - description: Set local to enable local file storage bypassing Minio or S3 - schema: - type: string - default: "local" - - variable: FILE_STORAGE_MAX_UPLOAD_SIZE - label: "Local File Storage Max Upload Size" - schema: - type: int - default: 26214400 - - variable: slackenabled - label: "Enable Slack Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: SLACK_KEY - label: "SLACK_KEY" - schema: - type: string - default: "" - private: true - - variable: SLACK_SECRET - label: "SLACK_SECRET" - schema: - type: string - default: "" - private: true - - variable: SLACK_VERIFICATION_TOKEN - label: "SLACK_VERIFICATION_TOKEN" - schema: - type: string - default: "" - private: true - - variable: SLACK_APP_ID - label: "SLACK_APP_ID" - schema: - type: string - default: "" - private: true - - variable: googlenabled - label: "Enable Google Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: GOOGLE_CLIENT_ID - label: "GOOGLE_CLIENT_ID" - schema: - type: string - default: "" - private: true - - variable: GOOGLE_CLIENT_SECRET - label: "GOOGLE_CLIENT_SECRET" - schema: - type: string - default: "" - private: true - - variable: GOOGLE_ANALYTICS_ID - label: "GOOGLE_ANALYTICS_ID" - schema: - type: string - default: "" - private: true - - variable: azureenabled - label: "Enable Azure Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: AZURE_CLIENT_ID - label: "AZURE_CLIENT_ID" - schema: - type: string - default: "" - private: true - - variable: AZURE_CLIENT_SECRET - label: "AZURE_CLIENT_SECRET" - schema: - type: string - default: "" - private: true - - variable: AZURE_RESOURCE_APP_ID - label: "AZURE_RESOURCE_APP_ID" - schema: - type: string - default: "" - private: true - - variable: oidcenabled - label: "Enable OIDC Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: OIDC_CLIENT_ID - label: "OIDC_CLIENT_ID" - schema: - type: string - default: "" - private: true - - variable: OIDC_CLIENT_SECRET - label: "OIDC_CLIENT_SECRET" - schema: - type: string - default: "" - private: true - - variable: OIDC_AUTH_URI - label: "OIDC_AUTH_URI" - schema: - type: string - default: "" - - variable: OIDC_TOKEN_URI - label: "OIDC_TOKEN_URI" - schema: - type: string - default: "" - - variable: OIDC_USERINFO_URI - label: "OIDC_USERINFO_URI" - schema: - type: string - default: "" - - variable: OIDC_USERNAME_CLAIM - label: "OIDC_USERNAME_CLAIM" - schema: - type: string - default: "preferred_username" - - variable: OIDC_DISPLAY_NAME - label: "OIDC_DISPLAY_NAME" - schema: - type: string - default: "OpenID" - - variable: OIDC_SCOPES - label: "OIDC_SCOPES" - schema: - type: string - default: "openid profile email" - - variable: sthreenabled - label: "Enable AWS / Minio (S3) Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: AWS_ACCESS_KEY_ID - label: "AWS_ACCESS_KEY_ID" - schema: - type: string - default: "" - private: true - - variable: AWS_SECRET_ACCESS_KEY - label: "AWS_SECRET_ACCESS_KEY" - schema: - type: string - default: "" - private: true - - variable: AWS_REGION - label: "AWS_REGION" - schema: - type: string - default: "" - - variable: AWS_S3_ACCELERATE_URL - label: "AWS_S3_ACCELERATE_URL" - schema: - type: string - default: "" - - variable: AWS_S3_UPLOAD_BUCKET_URL - label: "AWS_S3_UPLOAD_BUCKET_URL" - schema: - type: string - default: "" - - variable: AWS_S3_UPLOAD_BUCKET_NAME - label: "AWS_S3_UPLOAD_BUCKET_NAME" - schema: - type: string - default: "" - - variable: AWS_S3_UPLOAD_MAX_SIZE - label: "AWS_S3_UPLOAD_MAX_SIZE" - schema: - type: int - default: 26214400 - - variable: AWS_S3_FORCE_PATH_STYLE - label: "AWS_S3_FORCE_PATH_STYLE" - schema: - type: boolean - default: true - - variable: AWS_S3_ACL - label: "AWS_S3_ACL" - schema: - type: string - default: "private" - - variable: smtpenabled - label: "Enable SMTP Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: SMTP_HOST - label: "SMTP_HOST" - schema: - type: string - default: "" - - variable: SMTP_PORT - label: "SMTP_PORT" - schema: - type: int - default: 587 - - variable: SMTP_USERNAME - label: "SMTP_USERNAME" - schema: - type: string - default: "" - - variable: SMTP_PASSWORD - label: "SMTP_PASSWORD" - schema: - type: string - default: "" - private: true - - variable: SMTP_FROM_EMAIL - label: "SMTP_FROM_EMAIL" - schema: - type: string - default: "" - - variable: SMTP_REPLY_EMAIL - label: "SMTP_REPLY_EMAIL" - schema: - type: string - default: "" - - variable: SMTP_SECURE - label: "SMTP_SECURE" - schema: - type: boolean - default: true - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10196 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: data - label: "App Data Storage" - description: "Stores the Application's Data." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/paperless-ngx/7.1.4/.helmignore b/stable/outline/12.3.0/.helmignore similarity index 100% rename from stable/paperless-ngx/7.1.4/.helmignore rename to stable/outline/12.3.0/.helmignore diff --git a/stable/outline/12.3.0/CHANGELOG.md b/stable/outline/12.3.0/CHANGELOG.md new file mode 100644 index 00000000000..ce380cc93a7 --- /dev/null +++ b/stable/outline/12.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [outline-12.3.0](https://github.com/truecharts/charts/compare/outline-12.2.3...outline-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [outline-12.2.3](https://github.com/truecharts/charts/compare/outline-12.2.2...outline-12.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [outline-12.2.2](https://github.com/truecharts/charts/compare/outline-12.2.0...outline-12.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + +## [outline-11.1.15](https://github.com/truecharts/charts/compare/outline-11.1.14...outline-11.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [outline-11.1.14](https://github.com/truecharts/charts/compare/outline-11.1.13...outline-11.1.14) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [outline-11.1.13](https://github.com/truecharts/charts/compare/outline-11.1.12...outline-11.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [outline-11.1.12](https://github.com/truecharts/charts/compare/outline-11.1.11...outline-11.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [outline-11.1.11](https://github.com/truecharts/charts/compare/outline-11.1.10...outline-11.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) diff --git a/stable/outline/12.3.0/Chart.yaml b/stable/outline/12.3.0/Chart.yaml new file mode 100644 index 00000000000..62511bc91e7 --- /dev/null +++ b/stable/outline/12.3.0/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.75.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A fast, collaborative, knowledge base for your team built using React and Node.js. +home: https://truecharts.org/charts/stable/outline +icon: https://truecharts.org/img/hotlink-ok/chart-icons/outline.png +keywords: + - outline + - knowledge +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: outline +sources: + - https://github.com/outline/outline + - https://github.com/truecharts/charts/tree/master/charts/stable/outline + - https://hub.docker.com/r/outlinewiki/outline +type: application +version: 12.3.0 diff --git a/stable/outline/12.1.4/README.md b/stable/outline/12.3.0/README.md similarity index 100% rename from stable/outline/12.1.4/README.md rename to stable/outline/12.3.0/README.md diff --git a/stable/outline/12.3.0/app-changelog.md b/stable/outline/12.3.0/app-changelog.md new file mode 100644 index 00000000000..71cc5dbb361 --- /dev/null +++ b/stable/outline/12.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [outline-12.3.0](https://github.com/truecharts/charts/compare/outline-12.2.3...outline-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/outline/12.1.4/app-readme.md b/stable/outline/12.3.0/app-readme.md similarity index 100% rename from stable/outline/12.1.4/app-readme.md rename to stable/outline/12.3.0/app-readme.md diff --git a/stable/outline/12.3.0/charts/common-18.2.0.tgz b/stable/outline/12.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/outline/12.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/outline/12.1.4/charts/redis-11.2.1.tgz b/stable/outline/12.3.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/outline/12.1.4/charts/redis-11.2.1.tgz rename to stable/outline/12.3.0/charts/redis-11.2.1.tgz diff --git a/stable/outline/12.1.4/ix_values.yaml b/stable/outline/12.3.0/ix_values.yaml similarity index 100% rename from stable/outline/12.1.4/ix_values.yaml rename to stable/outline/12.3.0/ix_values.yaml diff --git a/stable/outline/12.3.0/questions.yaml b/stable/outline/12.3.0/questions.yaml new file mode 100755 index 00000000000..4c914041198 --- /dev/null +++ b/stable/outline/12.3.0/questions.yaml @@ -0,0 +1,3563 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: URL + label: "URL" + description: "URL should point to the fully qualified, publicly accessible URL." + schema: + type: string + required: true + default: "" + - variable: COLLABORATION_URL + label: "COLLABORATION_URL" + description: "URL for external collaboration server" + schema: + type: string + default: "" + - variable: SLACK_MESSAGE_ACTIONS + label: "SLACK_MESSAGE_ACTIONS" + schema: + type: boolean + default: true + - variable: ENABLE_UPDATES + label: "ENABLE_UPDATES" + schema: + type: boolean + default: true + - variable: WEB_CONCURRENCY + label: "WEB_CONCURRENCY" + description: "How many processes should be spawned. As a reasonable rule divide your servers available memory by 512 for a rough estimate" + schema: + type: int + default: 1 + - variable: DEFAULT_LANGUAGE + label: "DEFAULT_LANGUAGE" + description: "The default interface language. See translate.getoutline.com for a list of available language codes and their rough percentage translated." + schema: + type: string + default: "en_US" + - variable: TEAM_LOGO + label: "TEAM_LOGO URL" + description: "Custom logo that displays on the authentication screen, scaled to height: 60px (Insert URL here)" + schema: + type: string + default: "" + - variable: MAXIMUM_IMPORT_SIZE + label: "MAXIMUM_IMPORT_SIZE" + description: "Override the maxium size of document imports, could be required if you have especially large Word documents with embedded imagery" + schema: + type: int + default: 5120000 + - variable: SENTRY_DSN + label: "SENTRY_DSN" + schema: + type: string + default: "" + - variable: localstorage + label: "Enable Local Storage + Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: FILE_STORAGE + label: "Enable Local File Storage" + description: Set local to enable local file storage bypassing Minio or S3 + schema: + type: string + default: "local" + - variable: FILE_STORAGE_MAX_UPLOAD_SIZE + label: "Local File Storage Max Upload Size" + schema: + type: int + default: 26214400 + - variable: slackenabled + label: "Enable Slack Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: SLACK_KEY + label: "SLACK_KEY" + schema: + type: string + default: "" + private: true + - variable: SLACK_SECRET + label: "SLACK_SECRET" + schema: + type: string + default: "" + private: true + - variable: SLACK_VERIFICATION_TOKEN + label: "SLACK_VERIFICATION_TOKEN" + schema: + type: string + default: "" + private: true + - variable: SLACK_APP_ID + label: "SLACK_APP_ID" + schema: + type: string + default: "" + private: true + - variable: googlenabled + label: "Enable Google Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: GOOGLE_CLIENT_ID + label: "GOOGLE_CLIENT_ID" + schema: + type: string + default: "" + private: true + - variable: GOOGLE_CLIENT_SECRET + label: "GOOGLE_CLIENT_SECRET" + schema: + type: string + default: "" + private: true + - variable: GOOGLE_ANALYTICS_ID + label: "GOOGLE_ANALYTICS_ID" + schema: + type: string + default: "" + private: true + - variable: azureenabled + label: "Enable Azure Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: AZURE_CLIENT_ID + label: "AZURE_CLIENT_ID" + schema: + type: string + default: "" + private: true + - variable: AZURE_CLIENT_SECRET + label: "AZURE_CLIENT_SECRET" + schema: + type: string + default: "" + private: true + - variable: AZURE_RESOURCE_APP_ID + label: "AZURE_RESOURCE_APP_ID" + schema: + type: string + default: "" + private: true + - variable: oidcenabled + label: "Enable OIDC Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: OIDC_CLIENT_ID + label: "OIDC_CLIENT_ID" + schema: + type: string + default: "" + private: true + - variable: OIDC_CLIENT_SECRET + label: "OIDC_CLIENT_SECRET" + schema: + type: string + default: "" + private: true + - variable: OIDC_AUTH_URI + label: "OIDC_AUTH_URI" + schema: + type: string + default: "" + - variable: OIDC_TOKEN_URI + label: "OIDC_TOKEN_URI" + schema: + type: string + default: "" + - variable: OIDC_USERINFO_URI + label: "OIDC_USERINFO_URI" + schema: + type: string + default: "" + - variable: OIDC_USERNAME_CLAIM + label: "OIDC_USERNAME_CLAIM" + schema: + type: string + default: "preferred_username" + - variable: OIDC_DISPLAY_NAME + label: "OIDC_DISPLAY_NAME" + schema: + type: string + default: "OpenID" + - variable: OIDC_SCOPES + label: "OIDC_SCOPES" + schema: + type: string + default: "openid profile email" + - variable: sthreenabled + label: "Enable AWS / Minio (S3) Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: AWS_ACCESS_KEY_ID + label: "AWS_ACCESS_KEY_ID" + schema: + type: string + default: "" + private: true + - variable: AWS_SECRET_ACCESS_KEY + label: "AWS_SECRET_ACCESS_KEY" + schema: + type: string + default: "" + private: true + - variable: AWS_REGION + label: "AWS_REGION" + schema: + type: string + default: "" + - variable: AWS_S3_ACCELERATE_URL + label: "AWS_S3_ACCELERATE_URL" + schema: + type: string + default: "" + - variable: AWS_S3_UPLOAD_BUCKET_URL + label: "AWS_S3_UPLOAD_BUCKET_URL" + schema: + type: string + default: "" + - variable: AWS_S3_UPLOAD_BUCKET_NAME + label: "AWS_S3_UPLOAD_BUCKET_NAME" + schema: + type: string + default: "" + - variable: AWS_S3_UPLOAD_MAX_SIZE + label: "AWS_S3_UPLOAD_MAX_SIZE" + schema: + type: int + default: 26214400 + - variable: AWS_S3_FORCE_PATH_STYLE + label: "AWS_S3_FORCE_PATH_STYLE" + schema: + type: boolean + default: true + - variable: AWS_S3_ACL + label: "AWS_S3_ACL" + schema: + type: string + default: "private" + - variable: smtpenabled + label: "Enable SMTP Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: SMTP_HOST + label: "SMTP_HOST" + schema: + type: string + default: "" + - variable: SMTP_PORT + label: "SMTP_PORT" + schema: + type: int + default: 587 + - variable: SMTP_USERNAME + label: "SMTP_USERNAME" + schema: + type: string + default: "" + - variable: SMTP_PASSWORD + label: "SMTP_PASSWORD" + schema: + type: string + default: "" + private: true + - variable: SMTP_FROM_EMAIL + label: "SMTP_FROM_EMAIL" + schema: + type: string + default: "" + - variable: SMTP_REPLY_EMAIL + label: "SMTP_REPLY_EMAIL" + schema: + type: string + default: "" + - variable: SMTP_SECURE + label: "SMTP_SECURE" + schema: + type: boolean + default: true + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10196 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: data + label: "App Data Storage" + description: "Stores the Application's Data." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/papermerge/12.1.3/templates/NOTES.txt b/stable/outline/12.3.0/templates/NOTES.txt similarity index 100% rename from stable/papermerge/12.1.3/templates/NOTES.txt rename to stable/outline/12.3.0/templates/NOTES.txt diff --git a/stable/outline/12.1.4/templates/_secrets.tpl b/stable/outline/12.3.0/templates/_secrets.tpl similarity index 100% rename from stable/outline/12.1.4/templates/_secrets.tpl rename to stable/outline/12.3.0/templates/_secrets.tpl diff --git a/stable/outline/12.1.4/templates/common.yaml b/stable/outline/12.3.0/templates/common.yaml similarity index 100% rename from stable/outline/12.1.4/templates/common.yaml rename to stable/outline/12.3.0/templates/common.yaml diff --git a/stable/paperless-ngx/7.1.4/values.yaml b/stable/outline/12.3.0/values.yaml similarity index 100% rename from stable/paperless-ngx/7.1.4/values.yaml rename to stable/outline/12.3.0/values.yaml diff --git a/stable/overseerr/13.1.3/CHANGELOG.md b/stable/overseerr/13.1.3/CHANGELOG.md deleted file mode 100644 index ec8952ad1ba..00000000000 --- a/stable/overseerr/13.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [overseerr-12.1.11](https://github.com/truecharts/charts/compare/overseerr-12.1.10...overseerr-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [overseerr-12.1.10](https://github.com/truecharts/charts/compare/overseerr-12.1.9...overseerr-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [overseerr-12.1.9](https://github.com/truecharts/charts/compare/overseerr-12.1.8...overseerr-12.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [overseerr-12.1.8](https://github.com/truecharts/charts/compare/overseerr-12.1.7...overseerr-12.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [overseerr-12.1.7](https://github.com/truecharts/charts/compare/overseerr-12.1.6...overseerr-12.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [overseerr-12.1.6](https://github.com/truecharts/charts/compare/overseerr-12.1.5...overseerr-12.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [overseerr-12.1.5](https://github.com/truecharts/charts/compare/overseerr-12.1.4...overseerr-12.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [overseerr-12.1.4](https://github.com/truecharts/charts/compare/overseerr-12.1.3...overseerr-12.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [overseerr-12.1.3](https://github.com/truecharts/charts/compare/overseerr-12.1.0...overseerr-12.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/overseerr/13.1.3/Chart.yaml b/stable/overseerr/13.1.3/Chart.yaml deleted file mode 100644 index 84205d975f6..00000000000 --- a/stable/overseerr/13.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.33.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Overseerr is a free and open source software application for managing requests for your media library. It integrates with your existing services such as Sonarr, Radarr and Plex! -home: https://truecharts.org/charts/stable/overseerr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/overseerr.png -keywords: - - overseerr - - plex - - sonarr - - radarr -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: overseerr -sources: - - https://github.com/sct/overseerr - - https://github.com/truecharts/charts/tree/master/charts/stable/overseerr - - https://ghcr.io/sct/overseerr -type: application -version: 13.1.3 diff --git a/stable/overseerr/13.1.3/charts/common-18.0.3.tgz b/stable/overseerr/13.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/overseerr/13.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/papermerge/12.1.3/.helmignore b/stable/overseerr/13.3.0/.helmignore similarity index 100% rename from stable/papermerge/12.1.3/.helmignore rename to stable/overseerr/13.3.0/.helmignore diff --git a/stable/overseerr/13.3.0/CHANGELOG.md b/stable/overseerr/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..e5679da69a7 --- /dev/null +++ b/stable/overseerr/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [overseerr-13.3.0](https://github.com/truecharts/charts/compare/overseerr-13.2.3...overseerr-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [overseerr-13.2.3](https://github.com/truecharts/charts/compare/overseerr-13.2.2...overseerr-13.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [overseerr-13.2.2](https://github.com/truecharts/charts/compare/overseerr-13.2.0...overseerr-13.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [overseerr-12.1.11](https://github.com/truecharts/charts/compare/overseerr-12.1.10...overseerr-12.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [overseerr-12.1.10](https://github.com/truecharts/charts/compare/overseerr-12.1.9...overseerr-12.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [overseerr-12.1.9](https://github.com/truecharts/charts/compare/overseerr-12.1.8...overseerr-12.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [overseerr-12.1.8](https://github.com/truecharts/charts/compare/overseerr-12.1.7...overseerr-12.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [overseerr-12.1.7](https://github.com/truecharts/charts/compare/overseerr-12.1.6...overseerr-12.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [overseerr-12.1.6](https://github.com/truecharts/charts/compare/overseerr-12.1.5...overseerr-12.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/overseerr/13.3.0/Chart.yaml b/stable/overseerr/13.3.0/Chart.yaml new file mode 100644 index 00000000000..0e6f7aaa728 --- /dev/null +++ b/stable/overseerr/13.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.33.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Overseerr is a free and open source software application for managing requests for your media library. It integrates with your existing services such as Sonarr, Radarr and Plex! +home: https://truecharts.org/charts/stable/overseerr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/overseerr.png +keywords: + - overseerr + - plex + - sonarr + - radarr +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: overseerr +sources: + - https://github.com/sct/overseerr + - https://github.com/truecharts/charts/tree/master/charts/stable/overseerr + - https://ghcr.io/sct/overseerr +type: application +version: 13.3.0 diff --git a/stable/overseerr/13.1.3/README.md b/stable/overseerr/13.3.0/README.md similarity index 100% rename from stable/overseerr/13.1.3/README.md rename to stable/overseerr/13.3.0/README.md diff --git a/stable/overseerr/13.3.0/app-changelog.md b/stable/overseerr/13.3.0/app-changelog.md new file mode 100644 index 00000000000..0d99db5109c --- /dev/null +++ b/stable/overseerr/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [overseerr-13.3.0](https://github.com/truecharts/charts/compare/overseerr-13.2.3...overseerr-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/overseerr/13.1.3/app-readme.md b/stable/overseerr/13.3.0/app-readme.md similarity index 100% rename from stable/overseerr/13.1.3/app-readme.md rename to stable/overseerr/13.3.0/app-readme.md diff --git a/stable/overseerr/13.3.0/charts/common-18.2.0.tgz b/stable/overseerr/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/overseerr/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/overseerr/13.1.3/ix_values.yaml b/stable/overseerr/13.3.0/ix_values.yaml similarity index 100% rename from stable/overseerr/13.1.3/ix_values.yaml rename to stable/overseerr/13.3.0/ix_values.yaml diff --git a/stable/overseerr/13.1.3/questions.yaml b/stable/overseerr/13.3.0/questions.yaml similarity index 100% rename from stable/overseerr/13.1.3/questions.yaml rename to stable/overseerr/13.3.0/questions.yaml diff --git a/stable/pasta/8.1.3/templates/NOTES.txt b/stable/overseerr/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/pasta/8.1.3/templates/NOTES.txt rename to stable/overseerr/13.3.0/templates/NOTES.txt diff --git a/stable/pgadmin/15.1.3/templates/common.yaml b/stable/overseerr/13.3.0/templates/common.yaml similarity index 100% rename from stable/pgadmin/15.1.3/templates/common.yaml rename to stable/overseerr/13.3.0/templates/common.yaml diff --git a/stable/papermerge/12.1.3/values.yaml b/stable/overseerr/13.3.0/values.yaml similarity index 100% rename from stable/papermerge/12.1.3/values.yaml rename to stable/overseerr/13.3.0/values.yaml diff --git a/stable/owi2plex/5.1.3/CHANGELOG.md b/stable/owi2plex/5.1.3/CHANGELOG.md deleted file mode 100644 index ee73f958ed2..00000000000 --- a/stable/owi2plex/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [owi2plex-4.1.11](https://github.com/truecharts/charts/compare/owi2plex-4.1.10...owi2plex-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [owi2plex-4.1.10](https://github.com/truecharts/charts/compare/owi2plex-4.1.9...owi2plex-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [owi2plex-4.1.9](https://github.com/truecharts/charts/compare/owi2plex-4.1.8...owi2plex-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [owi2plex-4.1.8](https://github.com/truecharts/charts/compare/owi2plex-4.1.7...owi2plex-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [owi2plex-4.1.7](https://github.com/truecharts/charts/compare/owi2plex-4.1.6...owi2plex-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [owi2plex-4.1.6](https://github.com/truecharts/charts/compare/owi2plex-4.1.5...owi2plex-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [owi2plex-4.1.5](https://github.com/truecharts/charts/compare/owi2plex-4.1.4...owi2plex-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [owi2plex-4.1.4](https://github.com/truecharts/charts/compare/owi2plex-4.1.3...owi2plex-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [owi2plex-4.1.3](https://github.com/truecharts/charts/compare/owi2plex-4.1.0...owi2plex-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/owi2plex/5.1.3/Chart.yaml b/stable/owi2plex/5.1.3/Chart.yaml deleted file mode 100644 index a4442899982..00000000000 --- a/stable/owi2plex/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: a xml grabber for enigma with open webif -home: https://truecharts.org/charts/stable/owi2plex -icon: https://truecharts.org/img/hotlink-ok/chart-icons/owi2plex.png -keywords: - - owi2plex - - Downloaders -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: owi2plex -sources: - - https://github.com/alturismo/owi2plex - - https://github.com/truecharts/charts/tree/master/charts/stable/owi2plex - - https://hub.docker.com/r/alturismo/owi2plex -type: application -version: 5.1.3 diff --git a/stable/owi2plex/5.1.3/charts/common-18.0.3.tgz b/stable/owi2plex/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/owi2plex/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/passwordpusherephemeral/5.1.3/.helmignore b/stable/owi2plex/5.3.0/.helmignore similarity index 100% rename from stable/passwordpusherephemeral/5.1.3/.helmignore rename to stable/owi2plex/5.3.0/.helmignore diff --git a/stable/owi2plex/5.3.0/CHANGELOG.md b/stable/owi2plex/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..052ed490071 --- /dev/null +++ b/stable/owi2plex/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [owi2plex-5.3.0](https://github.com/truecharts/charts/compare/owi2plex-5.2.3...owi2plex-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [owi2plex-5.2.3](https://github.com/truecharts/charts/compare/owi2plex-5.2.2...owi2plex-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [owi2plex-5.2.2](https://github.com/truecharts/charts/compare/owi2plex-5.2.0...owi2plex-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [owi2plex-4.1.11](https://github.com/truecharts/charts/compare/owi2plex-4.1.10...owi2plex-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [owi2plex-4.1.10](https://github.com/truecharts/charts/compare/owi2plex-4.1.9...owi2plex-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [owi2plex-4.1.9](https://github.com/truecharts/charts/compare/owi2plex-4.1.8...owi2plex-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [owi2plex-4.1.8](https://github.com/truecharts/charts/compare/owi2plex-4.1.7...owi2plex-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [owi2plex-4.1.7](https://github.com/truecharts/charts/compare/owi2plex-4.1.6...owi2plex-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [owi2plex-4.1.6](https://github.com/truecharts/charts/compare/owi2plex-4.1.5...owi2plex-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/owi2plex/5.3.0/Chart.yaml b/stable/owi2plex/5.3.0/Chart.yaml new file mode 100644 index 00000000000..a6524b29b52 --- /dev/null +++ b/stable/owi2plex/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: a xml grabber for enigma with open webif +home: https://truecharts.org/charts/stable/owi2plex +icon: https://truecharts.org/img/hotlink-ok/chart-icons/owi2plex.png +keywords: + - owi2plex + - Downloaders +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: owi2plex +sources: + - https://github.com/alturismo/owi2plex + - https://github.com/truecharts/charts/tree/master/charts/stable/owi2plex + - https://hub.docker.com/r/alturismo/owi2plex +type: application +version: 5.3.0 diff --git a/stable/owi2plex/5.1.3/README.md b/stable/owi2plex/5.3.0/README.md similarity index 100% rename from stable/owi2plex/5.1.3/README.md rename to stable/owi2plex/5.3.0/README.md diff --git a/stable/owi2plex/5.3.0/app-changelog.md b/stable/owi2plex/5.3.0/app-changelog.md new file mode 100644 index 00000000000..c431e84fe64 --- /dev/null +++ b/stable/owi2plex/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [owi2plex-5.3.0](https://github.com/truecharts/charts/compare/owi2plex-5.2.3...owi2plex-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/owi2plex/5.1.3/app-readme.md b/stable/owi2plex/5.3.0/app-readme.md similarity index 100% rename from stable/owi2plex/5.1.3/app-readme.md rename to stable/owi2plex/5.3.0/app-readme.md diff --git a/stable/owi2plex/5.3.0/charts/common-18.2.0.tgz b/stable/owi2plex/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/owi2plex/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/owi2plex/5.1.3/ix_values.yaml b/stable/owi2plex/5.3.0/ix_values.yaml similarity index 100% rename from stable/owi2plex/5.1.3/ix_values.yaml rename to stable/owi2plex/5.3.0/ix_values.yaml diff --git a/stable/owi2plex/5.1.3/questions.yaml b/stable/owi2plex/5.3.0/questions.yaml similarity index 100% rename from stable/owi2plex/5.1.3/questions.yaml rename to stable/owi2plex/5.3.0/questions.yaml diff --git a/stable/owi2plex/5.1.3/templates/common.yaml b/stable/owi2plex/5.3.0/templates/common.yaml similarity index 100% rename from stable/owi2plex/5.1.3/templates/common.yaml rename to stable/owi2plex/5.3.0/templates/common.yaml diff --git a/stable/passwordpusherephemeral/5.1.3/values.yaml b/stable/owi2plex/5.3.0/values.yaml similarity index 100% rename from stable/passwordpusherephemeral/5.1.3/values.yaml rename to stable/owi2plex/5.3.0/values.yaml diff --git a/stable/owncast/13.1.3/CHANGELOG.md b/stable/owncast/13.1.3/CHANGELOG.md deleted file mode 100644 index 3e729c58e4f..00000000000 --- a/stable/owncast/13.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [owncast-12.1.11](https://github.com/truecharts/charts/compare/owncast-12.1.10...owncast-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [owncast-12.1.10](https://github.com/truecharts/charts/compare/owncast-12.1.9...owncast-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [owncast-12.1.9](https://github.com/truecharts/charts/compare/owncast-12.1.8...owncast-12.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [owncast-12.1.8](https://github.com/truecharts/charts/compare/owncast-12.1.7...owncast-12.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [owncast-12.1.7](https://github.com/truecharts/charts/compare/owncast-12.1.6...owncast-12.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [owncast-12.1.6](https://github.com/truecharts/charts/compare/owncast-12.1.5...owncast-12.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [owncast-12.1.5](https://github.com/truecharts/charts/compare/owncast-12.1.4...owncast-12.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [owncast-12.1.4](https://github.com/truecharts/charts/compare/owncast-12.1.3...owncast-12.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [owncast-12.1.3](https://github.com/truecharts/charts/compare/owncast-12.1.0...owncast-12.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/owncast/13.1.3/Chart.yaml b/stable/owncast/13.1.3/Chart.yaml deleted file mode 100644 index 4884105fb1f..00000000000 --- a/stable/owncast/13.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.1.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Take control over your live stream video by running it yourself. Streaming + chat out of the box. -home: https://truecharts.org/charts/stable/owncast -icon: https://truecharts.org/img/hotlink-ok/chart-icons/owncast.png -keywords: - - owncast - - stream - - open source - - chat -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: owncast -sources: - - https://github.com/owncast/owncast - - https://owncast.online/ - - https://github.com/truecharts/charts/tree/master/charts/stable/owncast - - https://hub.docker.com/r/gabekangas/owncast -type: application -version: 13.1.3 diff --git a/stable/owncast/13.1.3/charts/common-18.0.3.tgz b/stable/owncast/13.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/owncast/13.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/pasta/8.1.3/.helmignore b/stable/owncast/13.3.0/.helmignore similarity index 100% rename from stable/pasta/8.1.3/.helmignore rename to stable/owncast/13.3.0/.helmignore diff --git a/stable/owncast/13.3.0/CHANGELOG.md b/stable/owncast/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..386e5881fdc --- /dev/null +++ b/stable/owncast/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [owncast-13.3.0](https://github.com/truecharts/charts/compare/owncast-13.2.3...owncast-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [owncast-13.2.3](https://github.com/truecharts/charts/compare/owncast-13.2.2...owncast-13.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [owncast-13.2.2](https://github.com/truecharts/charts/compare/owncast-13.2.0...owncast-13.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [owncast-12.1.11](https://github.com/truecharts/charts/compare/owncast-12.1.10...owncast-12.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [owncast-12.1.10](https://github.com/truecharts/charts/compare/owncast-12.1.9...owncast-12.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [owncast-12.1.9](https://github.com/truecharts/charts/compare/owncast-12.1.8...owncast-12.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [owncast-12.1.8](https://github.com/truecharts/charts/compare/owncast-12.1.7...owncast-12.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [owncast-12.1.7](https://github.com/truecharts/charts/compare/owncast-12.1.6...owncast-12.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [owncast-12.1.6](https://github.com/truecharts/charts/compare/owncast-12.1.5...owncast-12.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/owncast/13.3.0/Chart.yaml b/stable/owncast/13.3.0/Chart.yaml new file mode 100644 index 00000000000..3eaf4688091 --- /dev/null +++ b/stable/owncast/13.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.1.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Take control over your live stream video by running it yourself. Streaming + chat out of the box. +home: https://truecharts.org/charts/stable/owncast +icon: https://truecharts.org/img/hotlink-ok/chart-icons/owncast.png +keywords: + - owncast + - stream + - open source + - chat +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: owncast +sources: + - https://github.com/owncast/owncast + - https://owncast.online/ + - https://github.com/truecharts/charts/tree/master/charts/stable/owncast + - https://hub.docker.com/r/gabekangas/owncast +type: application +version: 13.3.0 diff --git a/stable/owncast/13.1.3/README.md b/stable/owncast/13.3.0/README.md similarity index 100% rename from stable/owncast/13.1.3/README.md rename to stable/owncast/13.3.0/README.md diff --git a/stable/owncast/13.3.0/app-changelog.md b/stable/owncast/13.3.0/app-changelog.md new file mode 100644 index 00000000000..a0aa9140741 --- /dev/null +++ b/stable/owncast/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [owncast-13.3.0](https://github.com/truecharts/charts/compare/owncast-13.2.3...owncast-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/owncast/13.1.3/app-readme.md b/stable/owncast/13.3.0/app-readme.md similarity index 100% rename from stable/owncast/13.1.3/app-readme.md rename to stable/owncast/13.3.0/app-readme.md diff --git a/stable/owncast/13.3.0/charts/common-18.2.0.tgz b/stable/owncast/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/owncast/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/owncast/13.1.3/ix_values.yaml b/stable/owncast/13.3.0/ix_values.yaml similarity index 100% rename from stable/owncast/13.1.3/ix_values.yaml rename to stable/owncast/13.3.0/ix_values.yaml diff --git a/stable/owncast/13.1.3/questions.yaml b/stable/owncast/13.3.0/questions.yaml similarity index 100% rename from stable/owncast/13.1.3/questions.yaml rename to stable/owncast/13.3.0/questions.yaml diff --git a/stable/pastey/6.1.3/templates/NOTES.txt b/stable/owncast/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/pastey/6.1.3/templates/NOTES.txt rename to stable/owncast/13.3.0/templates/NOTES.txt diff --git a/stable/photoprism/20.3.0/templates/common.yaml b/stable/owncast/13.3.0/templates/common.yaml similarity index 100% rename from stable/photoprism/20.3.0/templates/common.yaml rename to stable/owncast/13.3.0/templates/common.yaml diff --git a/stable/pasta/8.1.3/values.yaml b/stable/owncast/13.3.0/values.yaml similarity index 100% rename from stable/pasta/8.1.3/values.yaml rename to stable/owncast/13.3.0/values.yaml diff --git a/stable/palworld/2.1.4/CHANGELOG.md b/stable/palworld/2.1.4/CHANGELOG.md deleted file mode 100644 index 2b2c572e03e..00000000000 --- a/stable/palworld/2.1.4/CHANGELOG.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [palworld-1.0.3](https://github.com/truecharts/charts/compare/palworld-1.0.2...palworld-1.0.3) (2024-02-14) - - -## [palworld-1.0.2](https://github.com/truecharts/charts/compare/palworld-1.0.1...palworld-1.0.2) (2024-02-12) - -### Chore - - - -- update container image outdead/rcon to latest[@f4ab6d4](https://github.com/f4ab6d4) by renovate ([#18101](https://github.com/truecharts/charts/issues/18101)) - - -## [palworld-1.0.1](https://github.com/truecharts/charts/compare/palworld-1.0.0...palworld-1.0.1) (2024-02-10) - -### Docs - - - -- fix a typo in questions ([#18012](https://github.com/truecharts/charts/issues/18012)) - - -## [palworld-1.0.0](https://github.com/truecharts/charts/compare/palworld-0.1.5...palworld-1.0.0) (2024-02-06) \ No newline at end of file diff --git a/stable/palworld/2.1.4/Chart.yaml b/stable/palworld/2.1.4/Chart.yaml deleted file mode 100644 index 54489cb0fed..00000000000 --- a/stable/palworld/2.1.4/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: palworld -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A custom SteamCMD chart that runs Palworld. -home: https://truecharts.org/charts/stable/palworld -icon: https://truecharts.org/img/hotlink-ok/chart-icons/palworld.png -keywords: - - palworld - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: palworld -sources: - - https://github.com/ich777/docker-steamcmd-server/tree/palworld - - https://github.com/truecharts/charts/tree/master/charts/stable/palworld - - https://ghcr.io/ich777/steamcmd - - https://hub.docker.com/r/outdead/rcon -type: application -version: 2.1.4 diff --git a/stable/palworld/2.1.4/charts/common-18.0.3.tgz b/stable/palworld/2.1.4/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/palworld/2.1.4/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/pastey/6.1.3/.helmignore b/stable/palworld/2.3.0/.helmignore similarity index 100% rename from stable/pastey/6.1.3/.helmignore rename to stable/palworld/2.3.0/.helmignore diff --git a/stable/palworld/2.3.0/CHANGELOG.md b/stable/palworld/2.3.0/CHANGELOG.md new file mode 100644 index 00000000000..88a35922bfe --- /dev/null +++ b/stable/palworld/2.3.0/CHANGELOG.md @@ -0,0 +1,71 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [palworld-2.3.0](https://github.com/truecharts/charts/compare/palworld-2.2.3...palworld-2.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [palworld-2.2.3](https://github.com/truecharts/charts/compare/palworld-2.2.2...palworld-2.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [palworld-2.2.2](https://github.com/truecharts/charts/compare/palworld-2.2.0...palworld-2.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + +## [palworld-1.0.3](https://github.com/truecharts/charts/compare/palworld-1.0.2...palworld-1.0.3) (2024-02-14) + + +## [palworld-1.0.2](https://github.com/truecharts/charts/compare/palworld-1.0.1...palworld-1.0.2) (2024-02-12) + +### Chore + + + +- update container image outdead/rcon to latest[@f4ab6d4](https://github.com/f4ab6d4) by renovate ([#18101](https://github.com/truecharts/charts/issues/18101)) + + +## [palworld-1.0.1](https://github.com/truecharts/charts/compare/palworld-1.0.0...palworld-1.0.1) (2024-02-10) + +### Docs + + + +- fix a typo in questions ([#18012](https://github.com/truecharts/charts/issues/18012)) + + +## [palworld-1.0.0](https://github.com/truecharts/charts/compare/palworld-0.1.5...palworld-1.0.0) (2024-02-06) \ No newline at end of file diff --git a/stable/palworld/2.3.0/Chart.yaml b/stable/palworld/2.3.0/Chart.yaml new file mode 100644 index 00000000000..c5ac4230cc9 --- /dev/null +++ b/stable/palworld/2.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: palworld +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A custom SteamCMD chart that runs Palworld. +home: https://truecharts.org/charts/stable/palworld +icon: https://truecharts.org/img/hotlink-ok/chart-icons/palworld.png +keywords: + - palworld + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: palworld +sources: + - https://github.com/ich777/docker-steamcmd-server/tree/palworld + - https://github.com/truecharts/charts/tree/master/charts/stable/palworld + - https://ghcr.io/ich777/steamcmd + - https://hub.docker.com/r/outdead/rcon +type: application +version: 2.3.0 diff --git a/stable/palworld/2.1.4/README.md b/stable/palworld/2.3.0/README.md similarity index 100% rename from stable/palworld/2.1.4/README.md rename to stable/palworld/2.3.0/README.md diff --git a/stable/palworld/2.3.0/app-changelog.md b/stable/palworld/2.3.0/app-changelog.md new file mode 100644 index 00000000000..21752f8781b --- /dev/null +++ b/stable/palworld/2.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [palworld-2.3.0](https://github.com/truecharts/charts/compare/palworld-2.2.3...palworld-2.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/palworld/2.1.4/app-readme.md b/stable/palworld/2.3.0/app-readme.md similarity index 100% rename from stable/palworld/2.1.4/app-readme.md rename to stable/palworld/2.3.0/app-readme.md diff --git a/stable/palworld/2.3.0/charts/common-18.2.0.tgz b/stable/palworld/2.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/palworld/2.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/palworld/2.1.4/ix_values.yaml b/stable/palworld/2.3.0/ix_values.yaml similarity index 100% rename from stable/palworld/2.1.4/ix_values.yaml rename to stable/palworld/2.3.0/ix_values.yaml diff --git a/stable/palworld/2.1.4/questions.yaml b/stable/palworld/2.3.0/questions.yaml similarity index 100% rename from stable/palworld/2.1.4/questions.yaml rename to stable/palworld/2.3.0/questions.yaml diff --git a/stable/pgadmin/15.1.3/templates/NOTES.txt b/stable/palworld/2.3.0/templates/NOTES.txt similarity index 100% rename from stable/pgadmin/15.1.3/templates/NOTES.txt rename to stable/palworld/2.3.0/templates/NOTES.txt diff --git a/stable/palworld/2.1.4/templates/_configmap.tpl b/stable/palworld/2.3.0/templates/_configmap.tpl similarity index 100% rename from stable/palworld/2.1.4/templates/_configmap.tpl rename to stable/palworld/2.3.0/templates/_configmap.tpl diff --git a/stable/palworld/2.1.4/templates/common.yaml b/stable/palworld/2.3.0/templates/common.yaml similarity index 100% rename from stable/palworld/2.1.4/templates/common.yaml rename to stable/palworld/2.3.0/templates/common.yaml diff --git a/stable/pastey/6.1.3/values.yaml b/stable/palworld/2.3.0/values.yaml similarity index 100% rename from stable/pastey/6.1.3/values.yaml rename to stable/palworld/2.3.0/values.yaml diff --git a/stable/paperless-ngx/7.1.4/CHANGELOG.md b/stable/paperless-ngx/7.1.4/CHANGELOG.md deleted file mode 100644 index ce725a8e36c..00000000000 --- a/stable/paperless-ngx/7.1.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - -## [paperless-ngx-6.5.0](https://github.com/truecharts/charts/compare/paperless-ngx-6.4.8...paperless-ngx-6.5.0) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/paperless-ngx/paperless-ngx to v2.5.0[@3bebeb2](https://github.com/3bebeb2) by renovate ([#18188](https://github.com/truecharts/charts/issues/18188)) - - -## [paperless-ngx-6.4.8](https://github.com/truecharts/charts/compare/paperless-ngx-6.4.7...paperless-ngx-6.4.8) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [paperless-ngx-6.4.7](https://github.com/truecharts/charts/compare/paperless-ngx-6.4.6...paperless-ngx-6.4.7) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/paperless-ngx/paperless-ngx to v2.4.3[@839cabc](https://github.com/839cabc) by renovate ([#17676](https://github.com/truecharts/charts/issues/17676)) - - -## [paperless-ngx-6.4.6](https://github.com/truecharts/charts/compare/paperless-ngx-6.4.5...paperless-ngx-6.4.6) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [paperless-ngx-6.4.5](https://github.com/truecharts/charts/compare/paperless-ngx-6.4.4...paperless-ngx-6.4.5) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [paperless-ngx-6.4.4](https://github.com/truecharts/charts/compare/paperless-ngx-6.4.3...paperless-ngx-6.4.4) (2024-01-26) - -### Chore - - - -- update container image ghcr.io/paperless-ngx/paperless-ngx to v2.4.2[@d632fac](https://github.com/d632fac) by renovate ([#17549](https://github.com/truecharts/charts/issues/17549)) - - -## [paperless-ngx-6.4.3](https://github.com/truecharts/charts/compare/paperless-ngx-6.4.2...paperless-ngx-6.4.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [paperless-ngx-6.4.2](https://github.com/truecharts/charts/compare/paperless-ngx-6.4.1...paperless-ngx-6.4.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) diff --git a/stable/paperless-ngx/7.1.4/Chart.yaml b/stable/paperless-ngx/7.1.4/Chart.yaml deleted file mode 100644 index 01985000e36..00000000000 --- a/stable/paperless-ngx/7.1.4/Chart.yaml +++ /dev/null @@ -1,47 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.5.4 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 11.2.1 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents. -home: https://truecharts.org/charts/stable/paperless-ngx -icon: https://truecharts.org/img/hotlink-ok/chart-icons/paperless-ngx.png -keywords: - - paperless-ng - - paperless-ngx - - documents - - paper -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: paperless-ngx -sources: - - https://github.com/paperless-ngx/paperless-ngx - - https://paperless-ngx.readthedocs.io/en/latest/ - - https://github.com/truecharts/charts/tree/master/charts/stable/paperless-ngx - - https://ghcr.io/paperless-ngx/paperless-ngx -type: application -version: 7.1.4 diff --git a/stable/paperless-ngx/7.1.4/charts/common-18.0.3.tgz b/stable/paperless-ngx/7.1.4/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/paperless-ngx/7.1.4/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/paperless-ngx/7.1.4/questions.yaml b/stable/paperless-ngx/7.1.4/questions.yaml deleted file mode 100755 index 18e05facd09..00000000000 --- a/stable/paperless-ngx/7.1.4/questions.yaml +++ /dev/null @@ -1,3899 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: PAPERLESS_ADMIN_USER - label: "PAPERLESS_ADMIN_USER (First Install Only)" - schema: - type: string - required: true - default: "" - - variable: PAPERLESS_ADMIN_PASSWORD - label: "PAPERLESS_ADMIN_PASSWORD (First Install Only)" - schema: - type: string - required: true - private: true - default: "" - - variable: PAPERLESS_ADMIN_MAIL - label: "PAPERLESS_ADMIN_MAIL (First Install Only)" - schema: - type: string - default: "" - - variable: PAPERLESS_URL - label: "PAPERLESS_URL" - description: "This is required if you will be exposing Paperless-ngx on a public domain." - schema: - type: string - default: "" - - variable: PAPERLESS_WEBSERVER_WORKERS - label: "PAPERLESS_WEBSERVER_WORKERS" - description: "The number of worker processes the webserver should spawn." - schema: - type: int - required: true - default: 2 - - variable: PAPERLESS_OCR_LANGUAGES - label: "Additional Paperless OCR Languages" - description: "Additional OCR languages to install. By default, paperless comes with English, German, Italian, Spanish and French. If your language is not in this list, install additional languages with this configuration option. Use LangCodes for the additional languages in a SPACED list." - schema: - type: string - default: "eng fra deu spa ita" - - variable: PAPERLESS_OCR_LANGUAGE - label: "Additional Language Selector" - description: "If additional languages are selected above, you can set the default language used with OCR using LangCodes below, default is eng. Can use eng+fra if muliple" - schema: - type: string - default: "eng" - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10140 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: data - label: "App Data Storage" - description: "This is where paperless stores all its data (search index, classification model, etc)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: consume - label: "To-be consumed Document Storage" - description: "This where your documents should go to be consumed." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: media - label: "App Document Storage" - description: "This is where your documents and thumbnails are stored." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/pavlovvr/5.1.3/.helmignore b/stable/paperless-ngx/7.3.0/.helmignore similarity index 100% rename from stable/pavlovvr/5.1.3/.helmignore rename to stable/paperless-ngx/7.3.0/.helmignore diff --git a/stable/paperless-ngx/7.3.0/CHANGELOG.md b/stable/paperless-ngx/7.3.0/CHANGELOG.md new file mode 100644 index 00000000000..a0bad828429 --- /dev/null +++ b/stable/paperless-ngx/7.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [paperless-ngx-7.3.0](https://github.com/truecharts/charts/compare/paperless-ngx-7.2.3...paperless-ngx-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [paperless-ngx-7.2.3](https://github.com/truecharts/charts/compare/paperless-ngx-7.2.2...paperless-ngx-7.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [paperless-ngx-7.2.2](https://github.com/truecharts/charts/compare/paperless-ngx-7.2.0...paperless-ngx-7.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + +## [paperless-ngx-6.5.0](https://github.com/truecharts/charts/compare/paperless-ngx-6.4.8...paperless-ngx-6.5.0) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/paperless-ngx/paperless-ngx to v2.5.0[@3bebeb2](https://github.com/3bebeb2) by renovate ([#18188](https://github.com/truecharts/charts/issues/18188)) + + +## [paperless-ngx-6.4.8](https://github.com/truecharts/charts/compare/paperless-ngx-6.4.7...paperless-ngx-6.4.8) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [paperless-ngx-6.4.7](https://github.com/truecharts/charts/compare/paperless-ngx-6.4.6...paperless-ngx-6.4.7) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/paperless-ngx/paperless-ngx to v2.4.3[@839cabc](https://github.com/839cabc) by renovate ([#17676](https://github.com/truecharts/charts/issues/17676)) + + +## [paperless-ngx-6.4.6](https://github.com/truecharts/charts/compare/paperless-ngx-6.4.5...paperless-ngx-6.4.6) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [paperless-ngx-6.4.5](https://github.com/truecharts/charts/compare/paperless-ngx-6.4.4...paperless-ngx-6.4.5) (2024-01-26) + +### Chore + diff --git a/stable/paperless-ngx/7.3.0/Chart.yaml b/stable/paperless-ngx/7.3.0/Chart.yaml new file mode 100644 index 00000000000..b75e000d91a --- /dev/null +++ b/stable/paperless-ngx/7.3.0/Chart.yaml @@ -0,0 +1,47 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.5.4 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents. +home: https://truecharts.org/charts/stable/paperless-ngx +icon: https://truecharts.org/img/hotlink-ok/chart-icons/paperless-ngx.png +keywords: + - paperless-ng + - paperless-ngx + - documents + - paper +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: paperless-ngx +sources: + - https://github.com/paperless-ngx/paperless-ngx + - https://paperless-ngx.readthedocs.io/en/latest/ + - https://github.com/truecharts/charts/tree/master/charts/stable/paperless-ngx + - https://ghcr.io/paperless-ngx/paperless-ngx +type: application +version: 7.3.0 diff --git a/stable/paperless-ngx/7.1.4/README.md b/stable/paperless-ngx/7.3.0/README.md similarity index 100% rename from stable/paperless-ngx/7.1.4/README.md rename to stable/paperless-ngx/7.3.0/README.md diff --git a/stable/paperless-ngx/7.3.0/app-changelog.md b/stable/paperless-ngx/7.3.0/app-changelog.md new file mode 100644 index 00000000000..79bf6d35050 --- /dev/null +++ b/stable/paperless-ngx/7.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [paperless-ngx-7.3.0](https://github.com/truecharts/charts/compare/paperless-ngx-7.2.3...paperless-ngx-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/paperless-ngx/7.1.4/app-readme.md b/stable/paperless-ngx/7.3.0/app-readme.md similarity index 100% rename from stable/paperless-ngx/7.1.4/app-readme.md rename to stable/paperless-ngx/7.3.0/app-readme.md diff --git a/stable/paperless-ngx/7.3.0/charts/common-18.2.0.tgz b/stable/paperless-ngx/7.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/paperless-ngx/7.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/paperless-ngx/7.1.4/charts/redis-11.2.1.tgz b/stable/paperless-ngx/7.3.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/paperless-ngx/7.1.4/charts/redis-11.2.1.tgz rename to stable/paperless-ngx/7.3.0/charts/redis-11.2.1.tgz diff --git a/stable/paperless-ngx/7.1.4/ix_values.yaml b/stable/paperless-ngx/7.3.0/ix_values.yaml similarity index 100% rename from stable/paperless-ngx/7.1.4/ix_values.yaml rename to stable/paperless-ngx/7.3.0/ix_values.yaml diff --git a/stable/paperless-ngx/7.3.0/questions.yaml b/stable/paperless-ngx/7.3.0/questions.yaml new file mode 100755 index 00000000000..d0ec6638805 --- /dev/null +++ b/stable/paperless-ngx/7.3.0/questions.yaml @@ -0,0 +1,3857 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: PAPERLESS_ADMIN_USER + label: "PAPERLESS_ADMIN_USER (First Install Only)" + schema: + type: string + required: true + default: "" + - variable: PAPERLESS_ADMIN_PASSWORD + label: "PAPERLESS_ADMIN_PASSWORD (First Install Only)" + schema: + type: string + required: true + private: true + default: "" + - variable: PAPERLESS_ADMIN_MAIL + label: "PAPERLESS_ADMIN_MAIL (First Install Only)" + schema: + type: string + default: "" + - variable: PAPERLESS_URL + label: "PAPERLESS_URL" + description: "This is required if you will be exposing Paperless-ngx on a public domain." + schema: + type: string + default: "" + - variable: PAPERLESS_WEBSERVER_WORKERS + label: "PAPERLESS_WEBSERVER_WORKERS" + description: "The number of worker processes the webserver should spawn." + schema: + type: int + required: true + default: 2 + - variable: PAPERLESS_OCR_LANGUAGES + label: "Additional Paperless OCR Languages" + description: "Additional OCR languages to install. By default, paperless comes with English, German, Italian, Spanish and French. If your language is not in this list, install additional languages with this configuration option. Use LangCodes for the additional languages in a SPACED list." + schema: + type: string + default: "eng fra deu spa ita" + - variable: PAPERLESS_OCR_LANGUAGE + label: "Additional Language Selector" + description: "If additional languages are selected above, you can set the default language used with OCR using LangCodes below, default is eng. Can use eng+fra if muliple" + schema: + type: string + default: "eng" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10140 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: data + label: "App Data Storage" + description: "This is where paperless stores all its data (search index, classification model, etc)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: consume + label: "To-be consumed Document Storage" + description: "This where your documents should go to be consumed." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: media + label: "App Document Storage" + description: "This is where your documents and thumbnails are stored." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/photoprism/20.3.0/templates/NOTES.txt b/stable/paperless-ngx/7.3.0/templates/NOTES.txt similarity index 100% rename from stable/photoprism/20.3.0/templates/NOTES.txt rename to stable/paperless-ngx/7.3.0/templates/NOTES.txt diff --git a/stable/paperless-ngx/7.1.4/templates/_secrets.tpl b/stable/paperless-ngx/7.3.0/templates/_secrets.tpl similarity index 100% rename from stable/paperless-ngx/7.1.4/templates/_secrets.tpl rename to stable/paperless-ngx/7.3.0/templates/_secrets.tpl diff --git a/stable/paperless-ngx/7.1.4/templates/common.yaml b/stable/paperless-ngx/7.3.0/templates/common.yaml similarity index 100% rename from stable/paperless-ngx/7.1.4/templates/common.yaml rename to stable/paperless-ngx/7.3.0/templates/common.yaml diff --git a/stable/pavlovvr/5.1.3/values.yaml b/stable/paperless-ngx/7.3.0/values.yaml similarity index 100% rename from stable/pavlovvr/5.1.3/values.yaml rename to stable/paperless-ngx/7.3.0/values.yaml diff --git a/stable/papermerge/12.1.3/CHANGELOG.md b/stable/papermerge/12.1.3/CHANGELOG.md deleted file mode 100644 index d0c2f1c0347..00000000000 --- a/stable/papermerge/12.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - -## [papermerge-11.1.15](https://github.com/truecharts/charts/compare/papermerge-11.1.14...papermerge-11.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [papermerge-11.1.14](https://github.com/truecharts/charts/compare/papermerge-11.1.13...papermerge-11.1.14) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [papermerge-11.1.13](https://github.com/truecharts/charts/compare/papermerge-11.1.12...papermerge-11.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [papermerge-11.1.12](https://github.com/truecharts/charts/compare/papermerge-11.1.11...papermerge-11.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [papermerge-11.1.11](https://github.com/truecharts/charts/compare/papermerge-11.1.10...papermerge-11.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [papermerge-11.1.10](https://github.com/truecharts/charts/compare/papermerge-11.1.9...papermerge-11.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [papermerge-11.1.9](https://github.com/truecharts/charts/compare/papermerge-11.1.8...papermerge-11.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [papermerge-11.1.8](https://github.com/truecharts/charts/compare/papermerge-11.1.7...papermerge-11.1.8) (2024-01-02) - -### Chore - - - -- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820)) - - -## [papermerge-11.1.7](https://github.com/truecharts/charts/compare/papermerge-11.1.6...papermerge-11.1.7) (2024-01-02) - -### Chore - diff --git a/stable/papermerge/12.1.3/Chart.yaml b/stable/papermerge/12.1.3/Chart.yaml deleted file mode 100644 index d0962ae0221..00000000000 --- a/stable/papermerge/12.1.3/Chart.yaml +++ /dev/null @@ -1,43 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.1.9 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 11.2.1 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Papermerge is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents. -home: https://truecharts.org/charts/stable/papermerge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/papermerge.png -keywords: - - papermerge -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: papermerge -sources: - - https://github.com/ciur/papermerge - - https://github.com/truecharts/charts/tree/master/charts/stable/papermerge - - https://hub.docker.com/r/papermerge/papermerge -type: application -version: 12.1.3 diff --git a/stable/papermerge/12.1.3/charts/common-18.0.3.tgz b/stable/papermerge/12.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/papermerge/12.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/papermerge/12.1.3/questions.yaml b/stable/papermerge/12.1.3/questions.yaml deleted file mode 100755 index d8bd51b626a..00000000000 --- a/stable/papermerge/12.1.3/questions.yaml +++ /dev/null @@ -1,3330 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: DJANGO_SUPERUSER_EMAIL - label: SuperUser Email - description: Admin email - schema: - type: string - required: true - default: "" - - variable: DJANGO_SUPERUSER_USENAME - label: SuperUser UserName - description: Admin user - schema: - type: string - required: true - default: "" - - variable: DJANGO_SUPERUSER_PASSWORD - label: SuperUser Password - description: Admin Password - schema: - type: string - required: true - private: true - default: "" - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10141 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/pgadmin/15.1.3/.helmignore b/stable/papermerge/12.3.0/.helmignore similarity index 100% rename from stable/pgadmin/15.1.3/.helmignore rename to stable/papermerge/12.3.0/.helmignore diff --git a/stable/papermerge/12.3.0/CHANGELOG.md b/stable/papermerge/12.3.0/CHANGELOG.md new file mode 100644 index 00000000000..99089165afe --- /dev/null +++ b/stable/papermerge/12.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [papermerge-12.3.0](https://github.com/truecharts/charts/compare/papermerge-12.2.3...papermerge-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [papermerge-12.2.3](https://github.com/truecharts/charts/compare/papermerge-12.2.2...papermerge-12.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [papermerge-12.2.2](https://github.com/truecharts/charts/compare/papermerge-12.2.0...papermerge-12.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + +## [papermerge-11.1.15](https://github.com/truecharts/charts/compare/papermerge-11.1.14...papermerge-11.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [papermerge-11.1.14](https://github.com/truecharts/charts/compare/papermerge-11.1.13...papermerge-11.1.14) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [papermerge-11.1.13](https://github.com/truecharts/charts/compare/papermerge-11.1.12...papermerge-11.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [papermerge-11.1.12](https://github.com/truecharts/charts/compare/papermerge-11.1.11...papermerge-11.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [papermerge-11.1.11](https://github.com/truecharts/charts/compare/papermerge-11.1.10...papermerge-11.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [papermerge-11.1.10](https://github.com/truecharts/charts/compare/papermerge-11.1.9...papermerge-11.1.10) (2024-01-21) + +### Chore diff --git a/stable/papermerge/12.3.0/Chart.yaml b/stable/papermerge/12.3.0/Chart.yaml new file mode 100644 index 00000000000..f89cefbc4fa --- /dev/null +++ b/stable/papermerge/12.3.0/Chart.yaml @@ -0,0 +1,43 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.1.9 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Papermerge is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents. +home: https://truecharts.org/charts/stable/papermerge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/papermerge.png +keywords: + - papermerge +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: papermerge +sources: + - https://github.com/ciur/papermerge + - https://github.com/truecharts/charts/tree/master/charts/stable/papermerge + - https://hub.docker.com/r/papermerge/papermerge +type: application +version: 12.3.0 diff --git a/stable/papermerge/12.1.3/README.md b/stable/papermerge/12.3.0/README.md similarity index 100% rename from stable/papermerge/12.1.3/README.md rename to stable/papermerge/12.3.0/README.md diff --git a/stable/papermerge/12.3.0/app-changelog.md b/stable/papermerge/12.3.0/app-changelog.md new file mode 100644 index 00000000000..f16c3b44169 --- /dev/null +++ b/stable/papermerge/12.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [papermerge-12.3.0](https://github.com/truecharts/charts/compare/papermerge-12.2.3...papermerge-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/papermerge/12.1.3/app-readme.md b/stable/papermerge/12.3.0/app-readme.md similarity index 100% rename from stable/papermerge/12.1.3/app-readme.md rename to stable/papermerge/12.3.0/app-readme.md diff --git a/stable/papermerge/12.3.0/charts/common-18.2.0.tgz b/stable/papermerge/12.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/papermerge/12.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/papermerge/12.1.3/charts/redis-11.2.1.tgz b/stable/papermerge/12.3.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/papermerge/12.1.3/charts/redis-11.2.1.tgz rename to stable/papermerge/12.3.0/charts/redis-11.2.1.tgz diff --git a/stable/papermerge/12.1.3/ix_values.yaml b/stable/papermerge/12.3.0/ix_values.yaml similarity index 100% rename from stable/papermerge/12.1.3/ix_values.yaml rename to stable/papermerge/12.3.0/ix_values.yaml diff --git a/stable/papermerge/12.3.0/questions.yaml b/stable/papermerge/12.3.0/questions.yaml new file mode 100755 index 00000000000..6e4c9a3e037 --- /dev/null +++ b/stable/papermerge/12.3.0/questions.yaml @@ -0,0 +1,3288 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: App Configuration + label: Image Environment + schema: + additional_attrs: true + type: dict + attrs: + - variable: DJANGO_SUPERUSER_EMAIL + label: SuperUser Email + description: Admin email + schema: + type: string + required: true + default: "" + - variable: DJANGO_SUPERUSER_USENAME + label: SuperUser UserName + description: Admin user + schema: + type: string + required: true + default: "" + - variable: DJANGO_SUPERUSER_PASSWORD + label: SuperUser Password + description: Admin Password + schema: + type: string + required: true + private: true + default: "" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10141 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/photoshow/10.1.3/templates/NOTES.txt b/stable/papermerge/12.3.0/templates/NOTES.txt similarity index 100% rename from stable/photoshow/10.1.3/templates/NOTES.txt rename to stable/papermerge/12.3.0/templates/NOTES.txt diff --git a/stable/papermerge/12.1.3/templates/_secrets.tpl b/stable/papermerge/12.3.0/templates/_secrets.tpl similarity index 100% rename from stable/papermerge/12.1.3/templates/_secrets.tpl rename to stable/papermerge/12.3.0/templates/_secrets.tpl diff --git a/stable/papermerge/12.1.3/templates/common.yaml b/stable/papermerge/12.3.0/templates/common.yaml similarity index 100% rename from stable/papermerge/12.1.3/templates/common.yaml rename to stable/papermerge/12.3.0/templates/common.yaml diff --git a/stable/pgadmin/15.1.3/values.yaml b/stable/papermerge/12.3.0/values.yaml similarity index 100% rename from stable/pgadmin/15.1.3/values.yaml rename to stable/papermerge/12.3.0/values.yaml diff --git a/stable/passwordpusherephemeral/5.1.3/CHANGELOG.md b/stable/passwordpusherephemeral/5.1.3/CHANGELOG.md deleted file mode 100644 index fd569f52015..00000000000 --- a/stable/passwordpusherephemeral/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [passwordpusherephemeral-4.1.11](https://github.com/truecharts/charts/compare/passwordpusherephemeral-4.1.10...passwordpusherephemeral-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [passwordpusherephemeral-4.1.10](https://github.com/truecharts/charts/compare/passwordpusherephemeral-4.1.9...passwordpusherephemeral-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [passwordpusherephemeral-4.1.9](https://github.com/truecharts/charts/compare/passwordpusherephemeral-4.1.8...passwordpusherephemeral-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [passwordpusherephemeral-4.1.8](https://github.com/truecharts/charts/compare/passwordpusherephemeral-4.1.7...passwordpusherephemeral-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [passwordpusherephemeral-4.1.7](https://github.com/truecharts/charts/compare/passwordpusherephemeral-4.1.6...passwordpusherephemeral-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [passwordpusherephemeral-4.1.6](https://github.com/truecharts/charts/compare/passwordpusherephemeral-4.1.5...passwordpusherephemeral-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [passwordpusherephemeral-4.1.5](https://github.com/truecharts/charts/compare/passwordpusherephemeral-4.1.4...passwordpusherephemeral-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [passwordpusherephemeral-4.1.4](https://github.com/truecharts/charts/compare/passwordpusherephemeral-4.1.3...passwordpusherephemeral-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [passwordpusherephemeral-4.1.3](https://github.com/truecharts/charts/compare/passwordpusherephemeral-4.1.0...passwordpusherephemeral-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/passwordpusherephemeral/5.1.3/Chart.yaml b/stable/passwordpusherephemeral/5.1.3/Chart.yaml deleted file mode 100644 index 350bb458dc0..00000000000 --- a/stable/passwordpusherephemeral/5.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Ephemeral version requires no other database Chart! PasswordPusher or PWPush is an opensource application to communicate passwords over the web. Links to passwords expire after a certain number of views and/or time has passed. -home: https://truecharts.org/charts/stable/passwordpusherephemeral -icon: https://truecharts.org/img/hotlink-ok/chart-icons/passwordpusherephemeral.png -keywords: - - passwordpusherephemeral - - Productivity - - Security - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: passwordpusherephemeral -sources: - - https://github.com/pglombardo/PasswordPusher - - https://github.com/truecharts/charts/tree/master/charts/stable/passwordpusherephemeral - - https://hub.docker.com/r/pglombardo/pwpush-ephemeral -type: application -version: 5.1.3 diff --git a/stable/passwordpusherephemeral/5.1.3/charts/common-18.0.3.tgz b/stable/passwordpusherephemeral/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/passwordpusherephemeral/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/phoronix-test-suite/5.1.3/.helmignore b/stable/passwordpusherephemeral/5.3.0/.helmignore similarity index 100% rename from stable/phoronix-test-suite/5.1.3/.helmignore rename to stable/passwordpusherephemeral/5.3.0/.helmignore diff --git a/stable/passwordpusherephemeral/5.3.0/CHANGELOG.md b/stable/passwordpusherephemeral/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..f9c22b455ca --- /dev/null +++ b/stable/passwordpusherephemeral/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [passwordpusherephemeral-5.3.0](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.2.3...passwordpusherephemeral-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [passwordpusherephemeral-5.2.3](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.2.2...passwordpusherephemeral-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [passwordpusherephemeral-5.2.2](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.2.0...passwordpusherephemeral-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [passwordpusherephemeral-4.1.11](https://github.com/truecharts/charts/compare/passwordpusherephemeral-4.1.10...passwordpusherephemeral-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [passwordpusherephemeral-4.1.10](https://github.com/truecharts/charts/compare/passwordpusherephemeral-4.1.9...passwordpusherephemeral-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [passwordpusherephemeral-4.1.9](https://github.com/truecharts/charts/compare/passwordpusherephemeral-4.1.8...passwordpusherephemeral-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [passwordpusherephemeral-4.1.8](https://github.com/truecharts/charts/compare/passwordpusherephemeral-4.1.7...passwordpusherephemeral-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [passwordpusherephemeral-4.1.7](https://github.com/truecharts/charts/compare/passwordpusherephemeral-4.1.6...passwordpusherephemeral-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [passwordpusherephemeral-4.1.6](https://github.com/truecharts/charts/compare/passwordpusherephemeral-4.1.5...passwordpusherephemeral-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/passwordpusherephemeral/5.3.0/Chart.yaml b/stable/passwordpusherephemeral/5.3.0/Chart.yaml new file mode 100644 index 00000000000..32b2e9d9389 --- /dev/null +++ b/stable/passwordpusherephemeral/5.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Ephemeral version requires no other database Chart! PasswordPusher or PWPush is an opensource application to communicate passwords over the web. Links to passwords expire after a certain number of views and/or time has passed. +home: https://truecharts.org/charts/stable/passwordpusherephemeral +icon: https://truecharts.org/img/hotlink-ok/chart-icons/passwordpusherephemeral.png +keywords: + - passwordpusherephemeral + - Productivity + - Security + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: passwordpusherephemeral +sources: + - https://github.com/pglombardo/PasswordPusher + - https://github.com/truecharts/charts/tree/master/charts/stable/passwordpusherephemeral + - https://hub.docker.com/r/pglombardo/pwpush-ephemeral +type: application +version: 5.3.0 diff --git a/stable/passwordpusherephemeral/5.1.3/README.md b/stable/passwordpusherephemeral/5.3.0/README.md similarity index 100% rename from stable/passwordpusherephemeral/5.1.3/README.md rename to stable/passwordpusherephemeral/5.3.0/README.md diff --git a/stable/passwordpusherephemeral/5.3.0/app-changelog.md b/stable/passwordpusherephemeral/5.3.0/app-changelog.md new file mode 100644 index 00000000000..33b152a77ba --- /dev/null +++ b/stable/passwordpusherephemeral/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [passwordpusherephemeral-5.3.0](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.2.3...passwordpusherephemeral-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/passwordpusherephemeral/5.1.3/app-readme.md b/stable/passwordpusherephemeral/5.3.0/app-readme.md similarity index 100% rename from stable/passwordpusherephemeral/5.1.3/app-readme.md rename to stable/passwordpusherephemeral/5.3.0/app-readme.md diff --git a/stable/passwordpusherephemeral/5.3.0/charts/common-18.2.0.tgz b/stable/passwordpusherephemeral/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/passwordpusherephemeral/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/passwordpusherephemeral/5.1.3/ix_values.yaml b/stable/passwordpusherephemeral/5.3.0/ix_values.yaml similarity index 100% rename from stable/passwordpusherephemeral/5.1.3/ix_values.yaml rename to stable/passwordpusherephemeral/5.3.0/ix_values.yaml diff --git a/stable/passwordpusherephemeral/5.1.3/questions.yaml b/stable/passwordpusherephemeral/5.3.0/questions.yaml similarity index 100% rename from stable/passwordpusherephemeral/5.1.3/questions.yaml rename to stable/passwordpusherephemeral/5.3.0/questions.yaml diff --git a/stable/passwordpusherephemeral/5.1.3/templates/common.yaml b/stable/passwordpusherephemeral/5.3.0/templates/common.yaml similarity index 100% rename from stable/passwordpusherephemeral/5.1.3/templates/common.yaml rename to stable/passwordpusherephemeral/5.3.0/templates/common.yaml diff --git a/stable/phoronix-test-suite/5.1.3/values.yaml b/stable/passwordpusherephemeral/5.3.0/values.yaml similarity index 100% rename from stable/phoronix-test-suite/5.1.3/values.yaml rename to stable/passwordpusherephemeral/5.3.0/values.yaml diff --git a/stable/pasta/8.1.3/CHANGELOG.md b/stable/pasta/8.1.3/CHANGELOG.md deleted file mode 100644 index e49b948bf10..00000000000 --- a/stable/pasta/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [pasta-7.1.11](https://github.com/truecharts/charts/compare/pasta-7.1.10...pasta-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pasta-7.1.10](https://github.com/truecharts/charts/compare/pasta-7.1.9...pasta-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [pasta-7.1.9](https://github.com/truecharts/charts/compare/pasta-7.1.8...pasta-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [pasta-7.1.8](https://github.com/truecharts/charts/compare/pasta-7.1.7...pasta-7.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [pasta-7.1.7](https://github.com/truecharts/charts/compare/pasta-7.1.6...pasta-7.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [pasta-7.1.6](https://github.com/truecharts/charts/compare/pasta-7.1.5...pasta-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [pasta-7.1.5](https://github.com/truecharts/charts/compare/pasta-7.1.4...pasta-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [pasta-7.1.4](https://github.com/truecharts/charts/compare/pasta-7.1.3...pasta-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [pasta-7.1.3](https://github.com/truecharts/charts/compare/pasta-7.1.0...pasta-7.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/pasta/8.1.3/Chart.yaml b/stable/pasta/8.1.3/Chart.yaml deleted file mode 100644 index 29835bb920c..00000000000 --- a/stable/pasta/8.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaApp-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.6.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: PASTA - Audio and Subtitle Track Changer for Plex -home: https://truecharts.org/charts/stable/pasta -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pasta.png -keywords: - - pasta - - MediaApp-Other - - Tools-Utilities - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pasta -sources: - - https://github.com/cglatot/pasta - - https://github.com/truecharts/charts/tree/master/charts/stable/pasta - - https://hub.docker.com/r/cglatot/pasta -type: application -version: 8.1.3 diff --git a/stable/pasta/8.1.3/charts/common-18.0.3.tgz b/stable/pasta/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/pasta/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/photo-stream/5.1.3/.helmignore b/stable/pasta/8.3.0/.helmignore similarity index 100% rename from stable/photo-stream/5.1.3/.helmignore rename to stable/pasta/8.3.0/.helmignore diff --git a/stable/pasta/8.3.0/CHANGELOG.md b/stable/pasta/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..2bac43f5862 --- /dev/null +++ b/stable/pasta/8.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pasta-8.3.0](https://github.com/truecharts/charts/compare/pasta-8.2.3...pasta-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [pasta-8.2.3](https://github.com/truecharts/charts/compare/pasta-8.2.2...pasta-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [pasta-8.2.2](https://github.com/truecharts/charts/compare/pasta-8.2.0...pasta-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [pasta-7.1.11](https://github.com/truecharts/charts/compare/pasta-7.1.10...pasta-7.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [pasta-7.1.10](https://github.com/truecharts/charts/compare/pasta-7.1.9...pasta-7.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [pasta-7.1.9](https://github.com/truecharts/charts/compare/pasta-7.1.8...pasta-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [pasta-7.1.8](https://github.com/truecharts/charts/compare/pasta-7.1.7...pasta-7.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [pasta-7.1.7](https://github.com/truecharts/charts/compare/pasta-7.1.6...pasta-7.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [pasta-7.1.6](https://github.com/truecharts/charts/compare/pasta-7.1.5...pasta-7.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/pasta/8.3.0/Chart.yaml b/stable/pasta/8.3.0/Chart.yaml new file mode 100644 index 00000000000..c03d69b48e3 --- /dev/null +++ b/stable/pasta/8.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.6.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: PASTA - Audio and Subtitle Track Changer for Plex +home: https://truecharts.org/charts/stable/pasta +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pasta.png +keywords: + - pasta + - MediaApp-Other + - Tools-Utilities + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pasta +sources: + - https://github.com/cglatot/pasta + - https://github.com/truecharts/charts/tree/master/charts/stable/pasta + - https://hub.docker.com/r/cglatot/pasta +type: application +version: 8.3.0 diff --git a/stable/pasta/8.1.3/README.md b/stable/pasta/8.3.0/README.md similarity index 100% rename from stable/pasta/8.1.3/README.md rename to stable/pasta/8.3.0/README.md diff --git a/stable/pasta/8.3.0/app-changelog.md b/stable/pasta/8.3.0/app-changelog.md new file mode 100644 index 00000000000..caa19392aca --- /dev/null +++ b/stable/pasta/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [pasta-8.3.0](https://github.com/truecharts/charts/compare/pasta-8.2.3...pasta-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/pasta/8.1.3/app-readme.md b/stable/pasta/8.3.0/app-readme.md similarity index 100% rename from stable/pasta/8.1.3/app-readme.md rename to stable/pasta/8.3.0/app-readme.md diff --git a/stable/pasta/8.3.0/charts/common-18.2.0.tgz b/stable/pasta/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/pasta/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/pasta/8.1.3/ix_values.yaml b/stable/pasta/8.3.0/ix_values.yaml similarity index 100% rename from stable/pasta/8.1.3/ix_values.yaml rename to stable/pasta/8.3.0/ix_values.yaml diff --git a/stable/pasta/8.1.3/questions.yaml b/stable/pasta/8.3.0/questions.yaml similarity index 100% rename from stable/pasta/8.1.3/questions.yaml rename to stable/pasta/8.3.0/questions.yaml diff --git a/stable/photostructure/7.1.3/templates/NOTES.txt b/stable/pasta/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/photostructure/7.1.3/templates/NOTES.txt rename to stable/pasta/8.3.0/templates/NOTES.txt diff --git a/stable/pasta/8.1.3/templates/common.yaml b/stable/pasta/8.3.0/templates/common.yaml similarity index 100% rename from stable/pasta/8.1.3/templates/common.yaml rename to stable/pasta/8.3.0/templates/common.yaml diff --git a/stable/photo-stream/5.1.3/values.yaml b/stable/pasta/8.3.0/values.yaml similarity index 100% rename from stable/photo-stream/5.1.3/values.yaml rename to stable/pasta/8.3.0/values.yaml diff --git a/stable/pastey/6.1.3/CHANGELOG.md b/stable/pastey/6.1.3/CHANGELOG.md deleted file mode 100644 index 8e341ff5d61..00000000000 --- a/stable/pastey/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [pastey-5.1.15](https://github.com/truecharts/charts/compare/pastey-5.1.14...pastey-5.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pastey-5.1.14](https://github.com/truecharts/charts/compare/pastey-5.1.13...pastey-5.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [pastey-5.1.13](https://github.com/truecharts/charts/compare/pastey-5.1.12...pastey-5.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [pastey-5.1.12](https://github.com/truecharts/charts/compare/pastey-5.1.11...pastey-5.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [pastey-5.1.11](https://github.com/truecharts/charts/compare/pastey-5.1.10...pastey-5.1.11) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [pastey-5.1.10](https://github.com/truecharts/charts/compare/pastey-5.1.9...pastey-5.1.10) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [pastey-5.1.9](https://github.com/truecharts/charts/compare/pastey-5.1.8...pastey-5.1.9) (2024-01-03) - -### Chore - - - -- update container image cesura/pastey to 0.5.1-slim[@dc994c0](https://github.com/dc994c0) by renovate ([#16757](https://github.com/truecharts/charts/issues/16757)) - - -## [pastey-5.1.8](https://github.com/truecharts/charts/compare/pastey-5.1.7...pastey-5.1.8) (2024-01-03) - -### Chore - - - -- update container image cesura/pastey to 0.5.1[@4c4f6e7](https://github.com/4c4f6e7) by renovate ([#16758](https://github.com/truecharts/charts/issues/16758)) - - -## [pastey-5.1.7](https://github.com/truecharts/charts/compare/pastey-5.1.6...pastey-5.1.7) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - diff --git a/stable/pastey/6.1.3/Chart.yaml b/stable/pastey/6.1.3/Chart.yaml deleted file mode 100644 index c09da4e6ff6..00000000000 --- a/stable/pastey/6.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.5.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A lightweight, self-hosted paste platform. -home: https://truecharts.org/charts/stable/pastey -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pastey.png -keywords: - - pastey - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pastey -sources: - - https://github.com/Cesura/pastey - - https://github.com/truecharts/charts/tree/master/charts/stable/pastey - - https://hub.docker.com/r/cesura/pastey -type: application -version: 6.1.3 diff --git a/stable/pastey/6.1.3/charts/common-18.0.3.tgz b/stable/pastey/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/pastey/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/photoprism/20.3.0/.helmignore b/stable/pastey/6.3.0/.helmignore similarity index 100% rename from stable/photoprism/20.3.0/.helmignore rename to stable/pastey/6.3.0/.helmignore diff --git a/stable/pastey/6.3.0/CHANGELOG.md b/stable/pastey/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..a4b369445ff --- /dev/null +++ b/stable/pastey/6.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pastey-6.3.0](https://github.com/truecharts/charts/compare/pastey-6.2.3...pastey-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [pastey-6.2.3](https://github.com/truecharts/charts/compare/pastey-6.2.2...pastey-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [pastey-6.2.2](https://github.com/truecharts/charts/compare/pastey-6.2.0...pastey-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [pastey-5.1.15](https://github.com/truecharts/charts/compare/pastey-5.1.14...pastey-5.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [pastey-5.1.14](https://github.com/truecharts/charts/compare/pastey-5.1.13...pastey-5.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [pastey-5.1.13](https://github.com/truecharts/charts/compare/pastey-5.1.12...pastey-5.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [pastey-5.1.12](https://github.com/truecharts/charts/compare/pastey-5.1.11...pastey-5.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [pastey-5.1.11](https://github.com/truecharts/charts/compare/pastey-5.1.10...pastey-5.1.11) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [pastey-5.1.10](https://github.com/truecharts/charts/compare/pastey-5.1.9...pastey-5.1.10) (2024-01-09) + +### Chore + + diff --git a/stable/pastey/6.3.0/Chart.yaml b/stable/pastey/6.3.0/Chart.yaml new file mode 100644 index 00000000000..0b8b6cf9621 --- /dev/null +++ b/stable/pastey/6.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.5.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A lightweight, self-hosted paste platform. +home: https://truecharts.org/charts/stable/pastey +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pastey.png +keywords: + - pastey + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pastey +sources: + - https://github.com/Cesura/pastey + - https://github.com/truecharts/charts/tree/master/charts/stable/pastey + - https://hub.docker.com/r/cesura/pastey +type: application +version: 6.3.0 diff --git a/stable/pastey/6.1.3/README.md b/stable/pastey/6.3.0/README.md similarity index 100% rename from stable/pastey/6.1.3/README.md rename to stable/pastey/6.3.0/README.md diff --git a/stable/pastey/6.3.0/app-changelog.md b/stable/pastey/6.3.0/app-changelog.md new file mode 100644 index 00000000000..87cad8f1e2f --- /dev/null +++ b/stable/pastey/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [pastey-6.3.0](https://github.com/truecharts/charts/compare/pastey-6.2.3...pastey-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/pastey/6.1.3/app-readme.md b/stable/pastey/6.3.0/app-readme.md similarity index 100% rename from stable/pastey/6.1.3/app-readme.md rename to stable/pastey/6.3.0/app-readme.md diff --git a/stable/pastey/6.3.0/charts/common-18.2.0.tgz b/stable/pastey/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/pastey/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/pastey/6.1.3/ix_values.yaml b/stable/pastey/6.3.0/ix_values.yaml similarity index 100% rename from stable/pastey/6.1.3/ix_values.yaml rename to stable/pastey/6.3.0/ix_values.yaml diff --git a/stable/pastey/6.1.3/questions.yaml b/stable/pastey/6.3.0/questions.yaml similarity index 100% rename from stable/pastey/6.1.3/questions.yaml rename to stable/pastey/6.3.0/questions.yaml diff --git a/stable/photoview/13.1.3/templates/NOTES.txt b/stable/pastey/6.3.0/templates/NOTES.txt similarity index 100% rename from stable/photoview/13.1.3/templates/NOTES.txt rename to stable/pastey/6.3.0/templates/NOTES.txt diff --git a/stable/photostructure/7.1.3/templates/common.yaml b/stable/pastey/6.3.0/templates/common.yaml similarity index 100% rename from stable/photostructure/7.1.3/templates/common.yaml rename to stable/pastey/6.3.0/templates/common.yaml diff --git a/stable/photoprism/20.3.0/values.yaml b/stable/pastey/6.3.0/values.yaml similarity index 100% rename from stable/photoprism/20.3.0/values.yaml rename to stable/pastey/6.3.0/values.yaml diff --git a/stable/pavlovvr/5.1.3/CHANGELOG.md b/stable/pavlovvr/5.1.3/CHANGELOG.md deleted file mode 100644 index eebe5085bf6..00000000000 --- a/stable/pavlovvr/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [pavlovvr-4.1.11](https://github.com/truecharts/charts/compare/pavlovvr-4.1.10...pavlovvr-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pavlovvr-4.1.10](https://github.com/truecharts/charts/compare/pavlovvr-4.1.9...pavlovvr-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [pavlovvr-4.1.9](https://github.com/truecharts/charts/compare/pavlovvr-4.1.8...pavlovvr-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [pavlovvr-4.1.8](https://github.com/truecharts/charts/compare/pavlovvr-4.1.7...pavlovvr-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [pavlovvr-4.1.7](https://github.com/truecharts/charts/compare/pavlovvr-4.1.6...pavlovvr-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [pavlovvr-4.1.6](https://github.com/truecharts/charts/compare/pavlovvr-4.1.5...pavlovvr-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [pavlovvr-4.1.5](https://github.com/truecharts/charts/compare/pavlovvr-4.1.4...pavlovvr-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [pavlovvr-4.1.4](https://github.com/truecharts/charts/compare/pavlovvr-4.1.3...pavlovvr-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [pavlovvr-4.1.3](https://github.com/truecharts/charts/compare/pavlovvr-4.1.0...pavlovvr-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/pavlovvr/5.1.3/Chart.yaml b/stable/pavlovvr/5.1.3/Chart.yaml deleted file mode 100644 index dacefe5d2f8..00000000000 --- a/stable/pavlovvr/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: palor -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Pavlov VR and run it. -home: https://truecharts.org/charts/stable/pavlovvr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pavlovvr.png -keywords: - - pavlovvr - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pavlovvr -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/pavlovvr - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/pavlovvr/5.1.3/charts/common-18.0.3.tgz b/stable/pavlovvr/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/pavlovvr/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/photoshow/10.1.3/.helmignore b/stable/pavlovvr/5.3.0/.helmignore similarity index 100% rename from stable/photoshow/10.1.3/.helmignore rename to stable/pavlovvr/5.3.0/.helmignore diff --git a/stable/pavlovvr/5.3.0/CHANGELOG.md b/stable/pavlovvr/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..17b9d968c47 --- /dev/null +++ b/stable/pavlovvr/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pavlovvr-5.3.0](https://github.com/truecharts/charts/compare/pavlovvr-5.2.3...pavlovvr-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [pavlovvr-5.2.3](https://github.com/truecharts/charts/compare/pavlovvr-5.2.2...pavlovvr-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [pavlovvr-5.2.2](https://github.com/truecharts/charts/compare/pavlovvr-5.2.0...pavlovvr-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [pavlovvr-4.1.11](https://github.com/truecharts/charts/compare/pavlovvr-4.1.10...pavlovvr-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [pavlovvr-4.1.10](https://github.com/truecharts/charts/compare/pavlovvr-4.1.9...pavlovvr-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [pavlovvr-4.1.9](https://github.com/truecharts/charts/compare/pavlovvr-4.1.8...pavlovvr-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [pavlovvr-4.1.8](https://github.com/truecharts/charts/compare/pavlovvr-4.1.7...pavlovvr-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [pavlovvr-4.1.7](https://github.com/truecharts/charts/compare/pavlovvr-4.1.6...pavlovvr-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [pavlovvr-4.1.6](https://github.com/truecharts/charts/compare/pavlovvr-4.1.5...pavlovvr-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/pavlovvr/5.3.0/Chart.yaml b/stable/pavlovvr/5.3.0/Chart.yaml new file mode 100644 index 00000000000..2c7bdac86a1 --- /dev/null +++ b/stable/pavlovvr/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: palor +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Pavlov VR and run it. +home: https://truecharts.org/charts/stable/pavlovvr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pavlovvr.png +keywords: + - pavlovvr + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pavlovvr +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/pavlovvr + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/pavlovvr/5.1.3/README.md b/stable/pavlovvr/5.3.0/README.md similarity index 100% rename from stable/pavlovvr/5.1.3/README.md rename to stable/pavlovvr/5.3.0/README.md diff --git a/stable/pavlovvr/5.3.0/app-changelog.md b/stable/pavlovvr/5.3.0/app-changelog.md new file mode 100644 index 00000000000..7bcbb32c167 --- /dev/null +++ b/stable/pavlovvr/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [pavlovvr-5.3.0](https://github.com/truecharts/charts/compare/pavlovvr-5.2.3...pavlovvr-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/pavlovvr/5.1.3/app-readme.md b/stable/pavlovvr/5.3.0/app-readme.md similarity index 100% rename from stable/pavlovvr/5.1.3/app-readme.md rename to stable/pavlovvr/5.3.0/app-readme.md diff --git a/stable/pavlovvr/5.3.0/charts/common-18.2.0.tgz b/stable/pavlovvr/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/pavlovvr/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/pavlovvr/5.1.3/ix_values.yaml b/stable/pavlovvr/5.3.0/ix_values.yaml similarity index 100% rename from stable/pavlovvr/5.1.3/ix_values.yaml rename to stable/pavlovvr/5.3.0/ix_values.yaml diff --git a/stable/pavlovvr/5.1.3/questions.yaml b/stable/pavlovvr/5.3.0/questions.yaml similarity index 100% rename from stable/pavlovvr/5.1.3/questions.yaml rename to stable/pavlovvr/5.3.0/questions.yaml diff --git a/stable/pavlovvr/5.1.3/templates/common.yaml b/stable/pavlovvr/5.3.0/templates/common.yaml similarity index 100% rename from stable/pavlovvr/5.1.3/templates/common.yaml rename to stable/pavlovvr/5.3.0/templates/common.yaml diff --git a/stable/photoshow/10.1.3/values.yaml b/stable/pavlovvr/5.3.0/values.yaml similarity index 100% rename from stable/photoshow/10.1.3/values.yaml rename to stable/pavlovvr/5.3.0/values.yaml diff --git a/stable/photostructure/7.1.3/.helmignore b/stable/peanut/1.1.0/.helmignore similarity index 100% rename from stable/photostructure/7.1.3/.helmignore rename to stable/peanut/1.1.0/.helmignore diff --git a/stable/peanut/1.1.0/CHANGELOG.md b/stable/peanut/1.1.0/CHANGELOG.md new file mode 100644 index 00000000000..2c079245fda --- /dev/null +++ b/stable/peanut/1.1.0/CHANGELOG.md @@ -0,0 +1,37 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [peanut-1.1.0](https://github.com/truecharts/charts/compare/peanut-1.0.3...peanut-1.1.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [peanut-1.0.3](https://github.com/truecharts/charts/compare/peanut-1.0.2...peanut-1.0.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [peanut-1.0.2](https://github.com/truecharts/charts/compare/peanut-1.0.0...peanut-1.0.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) \ No newline at end of file diff --git a/stable/peanut/1.1.0/Chart.yaml b/stable/peanut/1.1.0/Chart.yaml new file mode 100644 index 00000000000..6683e43d2a5 --- /dev/null +++ b/stable/peanut/1.1.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: system + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.5.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Tiny Dashboard for Network UPS Tools. +home: https://truecharts.org/charts/stable/peanut +icon: https://truecharts.org/img/hotlink-ok/chart-icons/peanut.png +keywords: + - peanut + - ups +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: peanut +sources: + - https://github.com/Brandawg93/PeaNUT + - https://github.com/truecharts/charts/tree/master/charts/stable/peanut + - https://hub.docker.com/r/brandawg93/peanut +type: application +version: 1.1.0 diff --git a/stable/peanut/1.1.0/README.md b/stable/peanut/1.1.0/README.md new file mode 100644 index 00000000000..68f8187e899 --- /dev/null +++ b/stable/peanut/1.1.0/README.md @@ -0,0 +1,28 @@ +--- +title: README +--- + +## General Info + +TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. +However only installations using the TrueNAS SCALE Apps system are supported. + +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/peanut) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +_All Rights Reserved - The TrueCharts Project_ diff --git a/stable/peanut/1.1.0/app-changelog.md b/stable/peanut/1.1.0/app-changelog.md new file mode 100644 index 00000000000..dbe95d457a1 --- /dev/null +++ b/stable/peanut/1.1.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [peanut-1.1.0](https://github.com/truecharts/charts/compare/peanut-1.0.3...peanut-1.1.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/peanut/1.1.0/app-readme.md b/stable/peanut/1.1.0/app-readme.md new file mode 100644 index 00000000000..9615304c26b --- /dev/null +++ b/stable/peanut/1.1.0/app-readme.md @@ -0,0 +1,8 @@ +A Tiny Dashboard for Network UPS Tools. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/peanut](https://truecharts.org/charts/stable/peanut) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! diff --git a/stable/peanut/1.1.0/charts/common-18.2.0.tgz b/stable/peanut/1.1.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/peanut/1.1.0/charts/common-18.2.0.tgz differ diff --git a/stable/peanut/1.1.0/ix_values.yaml b/stable/peanut/1.1.0/ix_values.yaml new file mode 100644 index 00000000000..0c9692750cb --- /dev/null +++ b/stable/peanut/1.1.0/ix_values.yaml @@ -0,0 +1,28 @@ +image: + repository: brandawg93/peanut + tag: 2.5.0@sha256:9624673053d8c38c64e932f836aa2c0a33256af391dd8aa2d79d222401cab768 + pullPolicy: IfNotPresent +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 10688 +portal: + open: + enabled: true +workload: + main: + podSpec: + containers: + main: + env: + NUT_HOST: "localhost" + NUT_PORT: 3493 + USERNAME: "" + PASSWORD: "" + WEB_PORT: "{{ .Values.service.main.ports.main.port }}" diff --git a/stable/peanut/1.1.0/questions.yaml b/stable/peanut/1.1.0/questions.yaml new file mode 100755 index 00000000000..edde04806c4 --- /dev/null +++ b/stable/peanut/1.1.0/questions.yaml @@ -0,0 +1,2587 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: App Configuration + label: Image Environment + schema: + additional_attrs: true + type: dict + attrs: + - variable: NUT_HOST + label: NUT Host + description: Host of NUT server + schema: + type: string + default: "localhost" + - variable: NUT_PORT + label: NUT Port + description: Port of NUT server + schema: + type: int + default: 3493 + - variable: USERNAME + label: Username + schema: + type: string + default: "" + - variable: PASSWORD + label: Password + schema: + type: string + private: true + default: "" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10688 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/phpldapadmin/13.1.3/templates/NOTES.txt b/stable/peanut/1.1.0/templates/NOTES.txt similarity index 100% rename from stable/phpldapadmin/13.1.3/templates/NOTES.txt rename to stable/peanut/1.1.0/templates/NOTES.txt diff --git a/stable/phpldapadmin/13.1.3/templates/common.yaml b/stable/peanut/1.1.0/templates/common.yaml similarity index 100% rename from stable/phpldapadmin/13.1.3/templates/common.yaml rename to stable/peanut/1.1.0/templates/common.yaml diff --git a/stable/photostructure/7.1.3/values.yaml b/stable/peanut/1.1.0/values.yaml similarity index 100% rename from stable/photostructure/7.1.3/values.yaml rename to stable/peanut/1.1.0/values.yaml diff --git a/stable/pgadmin/15.1.3/CHANGELOG.md b/stable/pgadmin/15.1.3/CHANGELOG.md deleted file mode 100644 index 82523ac889a..00000000000 --- a/stable/pgadmin/15.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [pgadmin-14.3.0](https://github.com/truecharts/charts/compare/pgadmin-14.2.5...pgadmin-14.3.0) (2024-02-12) - -### Chore - - - -- update container image dpage/pgadmin4 to v8.3[@f1460b1](https://github.com/f1460b1) by renovate ([#18179](https://github.com/truecharts/charts/issues/18179)) - - -## [pgadmin-14.2.5](https://github.com/truecharts/charts/compare/pgadmin-14.2.4...pgadmin-14.2.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pgadmin-14.2.4](https://github.com/truecharts/charts/compare/pgadmin-14.2.3...pgadmin-14.2.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [pgadmin-14.2.3](https://github.com/truecharts/charts/compare/pgadmin-14.2.2...pgadmin-14.2.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [pgadmin-14.2.2](https://github.com/truecharts/charts/compare/pgadmin-14.2.1...pgadmin-14.2.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [pgadmin-14.2.1](https://github.com/truecharts/charts/compare/pgadmin-14.2.0...pgadmin-14.2.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [pgadmin-14.2.0](https://github.com/truecharts/charts/compare/pgadmin-14.1.6...pgadmin-14.2.0) (2024-01-13) - -### Chore - - - -- update container image dpage/pgadmin4 to v8.2[@3b48078](https://github.com/3b48078) by renovate ([#17106](https://github.com/truecharts/charts/issues/17106)) - - -## [pgadmin-14.1.6](https://github.com/truecharts/charts/compare/pgadmin-14.1.5...pgadmin-14.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [pgadmin-14.1.5](https://github.com/truecharts/charts/compare/pgadmin-14.1.4...pgadmin-14.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [pgadmin-14.1.4](https://github.com/truecharts/charts/compare/pgadmin-14.1.3...pgadmin-14.1.4) (2024-01-01) diff --git a/stable/pgadmin/15.1.3/Chart.yaml b/stable/pgadmin/15.1.3/Chart.yaml deleted file mode 100644 index 0e21fd17c2c..00000000000 --- a/stable/pgadmin/15.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: management - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 8.3.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Web-Based postgresql database management utility -home: https://truecharts.org/charts/stable/pgadmin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pgadmin.png -keywords: - - pgadmin - - db - - database -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pgadmin -sources: - - https://www.pgadmin.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/pgadmin - - https://hub.docker.com/r/dpage/pgadmin4 -type: application -version: 15.1.3 diff --git a/stable/pgadmin/15.1.3/charts/common-18.0.3.tgz b/stable/pgadmin/15.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/pgadmin/15.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/photoview/13.1.3/.helmignore b/stable/pgadmin/15.3.0/.helmignore similarity index 100% rename from stable/photoview/13.1.3/.helmignore rename to stable/pgadmin/15.3.0/.helmignore diff --git a/stable/pgadmin/15.3.0/CHANGELOG.md b/stable/pgadmin/15.3.0/CHANGELOG.md new file mode 100644 index 00000000000..e6b239c496f --- /dev/null +++ b/stable/pgadmin/15.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pgadmin-15.3.0](https://github.com/truecharts/charts/compare/pgadmin-15.2.3...pgadmin-15.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [pgadmin-15.2.3](https://github.com/truecharts/charts/compare/pgadmin-15.2.2...pgadmin-15.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [pgadmin-15.2.2](https://github.com/truecharts/charts/compare/pgadmin-15.2.0...pgadmin-15.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [pgadmin-14.3.0](https://github.com/truecharts/charts/compare/pgadmin-14.2.5...pgadmin-14.3.0) (2024-02-12) + +### Chore + + + +- update container image dpage/pgadmin4 to v8.3[@f1460b1](https://github.com/f1460b1) by renovate ([#18179](https://github.com/truecharts/charts/issues/18179)) + + +## [pgadmin-14.2.5](https://github.com/truecharts/charts/compare/pgadmin-14.2.4...pgadmin-14.2.5) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [pgadmin-14.2.4](https://github.com/truecharts/charts/compare/pgadmin-14.2.3...pgadmin-14.2.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [pgadmin-14.2.3](https://github.com/truecharts/charts/compare/pgadmin-14.2.2...pgadmin-14.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [pgadmin-14.2.2](https://github.com/truecharts/charts/compare/pgadmin-14.2.1...pgadmin-14.2.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [pgadmin-14.2.1](https://github.com/truecharts/charts/compare/pgadmin-14.2.0...pgadmin-14.2.1) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/pgadmin/15.3.0/Chart.yaml b/stable/pgadmin/15.3.0/Chart.yaml new file mode 100644 index 00000000000..2992da4c2c1 --- /dev/null +++ b/stable/pgadmin/15.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: management + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 8.3.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Web-Based postgresql database management utility +home: https://truecharts.org/charts/stable/pgadmin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pgadmin.png +keywords: + - pgadmin + - db + - database +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pgadmin +sources: + - https://www.pgadmin.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/pgadmin + - https://hub.docker.com/r/dpage/pgadmin4 +type: application +version: 15.3.0 diff --git a/stable/pgadmin/15.1.3/README.md b/stable/pgadmin/15.3.0/README.md similarity index 100% rename from stable/pgadmin/15.1.3/README.md rename to stable/pgadmin/15.3.0/README.md diff --git a/stable/pgadmin/15.3.0/app-changelog.md b/stable/pgadmin/15.3.0/app-changelog.md new file mode 100644 index 00000000000..4728833ac94 --- /dev/null +++ b/stable/pgadmin/15.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [pgadmin-15.3.0](https://github.com/truecharts/charts/compare/pgadmin-15.2.3...pgadmin-15.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/pgadmin/15.1.3/app-readme.md b/stable/pgadmin/15.3.0/app-readme.md similarity index 100% rename from stable/pgadmin/15.1.3/app-readme.md rename to stable/pgadmin/15.3.0/app-readme.md diff --git a/stable/pgadmin/15.3.0/charts/common-18.2.0.tgz b/stable/pgadmin/15.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/pgadmin/15.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/pgadmin/15.1.3/ix_values.yaml b/stable/pgadmin/15.3.0/ix_values.yaml similarity index 100% rename from stable/pgadmin/15.1.3/ix_values.yaml rename to stable/pgadmin/15.3.0/ix_values.yaml diff --git a/stable/pgadmin/15.1.3/questions.yaml b/stable/pgadmin/15.3.0/questions.yaml similarity index 100% rename from stable/pgadmin/15.1.3/questions.yaml rename to stable/pgadmin/15.3.0/questions.yaml diff --git a/stable/picoshare/9.1.3/templates/NOTES.txt b/stable/pgadmin/15.3.0/templates/NOTES.txt similarity index 100% rename from stable/picoshare/9.1.3/templates/NOTES.txt rename to stable/pgadmin/15.3.0/templates/NOTES.txt diff --git a/stable/piaware/12.1.3/templates/common.yaml b/stable/pgadmin/15.3.0/templates/common.yaml similarity index 100% rename from stable/piaware/12.1.3/templates/common.yaml rename to stable/pgadmin/15.3.0/templates/common.yaml diff --git a/stable/photoview/13.1.3/values.yaml b/stable/pgadmin/15.3.0/values.yaml similarity index 100% rename from stable/photoview/13.1.3/values.yaml rename to stable/pgadmin/15.3.0/values.yaml diff --git a/stable/phoronix-test-suite/5.1.3/CHANGELOG.md b/stable/phoronix-test-suite/5.1.3/CHANGELOG.md deleted file mode 100644 index cdb938fff3a..00000000000 --- a/stable/phoronix-test-suite/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [phoronix-test-suite-4.1.11](https://github.com/truecharts/charts/compare/phoronix-test-suite-4.1.10...phoronix-test-suite-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [phoronix-test-suite-4.1.10](https://github.com/truecharts/charts/compare/phoronix-test-suite-4.1.9...phoronix-test-suite-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [phoronix-test-suite-4.1.9](https://github.com/truecharts/charts/compare/phoronix-test-suite-4.1.8...phoronix-test-suite-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [phoronix-test-suite-4.1.8](https://github.com/truecharts/charts/compare/phoronix-test-suite-4.1.7...phoronix-test-suite-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [phoronix-test-suite-4.1.7](https://github.com/truecharts/charts/compare/phoronix-test-suite-4.1.6...phoronix-test-suite-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [phoronix-test-suite-4.1.6](https://github.com/truecharts/charts/compare/phoronix-test-suite-4.1.5...phoronix-test-suite-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [phoronix-test-suite-4.1.5](https://github.com/truecharts/charts/compare/phoronix-test-suite-4.1.4...phoronix-test-suite-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [phoronix-test-suite-4.1.4](https://github.com/truecharts/charts/compare/phoronix-test-suite-4.1.3...phoronix-test-suite-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [phoronix-test-suite-4.1.3](https://github.com/truecharts/charts/compare/phoronix-test-suite-4.1.0...phoronix-test-suite-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/phoronix-test-suite/5.1.3/Chart.yaml b/stable/phoronix-test-suite/5.1.3/Chart.yaml deleted file mode 100644 index 142a689df22..00000000000 --- a/stable/phoronix-test-suite/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available that provides an extensible framework for which new tests can be easily added. -home: https://truecharts.org/charts/stable/phoronix-test-suite -icon: https://truecharts.org/img/hotlink-ok/chart-icons/phoronix-test-suite.png -keywords: - - phoronix-test-suite - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: phoronix-test-suite -sources: - - https://github.com/phoronix-test-suite/phoronix-test-suite - - https://github.com/truecharts/charts/tree/master/charts/stable/phoronix-test-suite - - https://hub.docker.com/r/phoronix/pts -type: application -version: 5.1.3 diff --git a/stable/phoronix-test-suite/5.1.3/charts/common-18.0.3.tgz b/stable/phoronix-test-suite/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/phoronix-test-suite/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/phpldapadmin/13.1.3/.helmignore b/stable/phoronix-test-suite/5.3.0/.helmignore similarity index 100% rename from stable/phpldapadmin/13.1.3/.helmignore rename to stable/phoronix-test-suite/5.3.0/.helmignore diff --git a/stable/phoronix-test-suite/5.3.0/CHANGELOG.md b/stable/phoronix-test-suite/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..820dcb20bd5 --- /dev/null +++ b/stable/phoronix-test-suite/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [phoronix-test-suite-5.3.0](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.2.3...phoronix-test-suite-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [phoronix-test-suite-5.2.3](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.2.2...phoronix-test-suite-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [phoronix-test-suite-5.2.2](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.2.0...phoronix-test-suite-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [phoronix-test-suite-4.1.11](https://github.com/truecharts/charts/compare/phoronix-test-suite-4.1.10...phoronix-test-suite-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [phoronix-test-suite-4.1.10](https://github.com/truecharts/charts/compare/phoronix-test-suite-4.1.9...phoronix-test-suite-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [phoronix-test-suite-4.1.9](https://github.com/truecharts/charts/compare/phoronix-test-suite-4.1.8...phoronix-test-suite-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [phoronix-test-suite-4.1.8](https://github.com/truecharts/charts/compare/phoronix-test-suite-4.1.7...phoronix-test-suite-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [phoronix-test-suite-4.1.7](https://github.com/truecharts/charts/compare/phoronix-test-suite-4.1.6...phoronix-test-suite-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [phoronix-test-suite-4.1.6](https://github.com/truecharts/charts/compare/phoronix-test-suite-4.1.5...phoronix-test-suite-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/phoronix-test-suite/5.3.0/Chart.yaml b/stable/phoronix-test-suite/5.3.0/Chart.yaml new file mode 100644 index 00000000000..e740a8ebcf2 --- /dev/null +++ b/stable/phoronix-test-suite/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available that provides an extensible framework for which new tests can be easily added. +home: https://truecharts.org/charts/stable/phoronix-test-suite +icon: https://truecharts.org/img/hotlink-ok/chart-icons/phoronix-test-suite.png +keywords: + - phoronix-test-suite + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: phoronix-test-suite +sources: + - https://github.com/phoronix-test-suite/phoronix-test-suite + - https://github.com/truecharts/charts/tree/master/charts/stable/phoronix-test-suite + - https://hub.docker.com/r/phoronix/pts +type: application +version: 5.3.0 diff --git a/stable/phoronix-test-suite/5.1.3/README.md b/stable/phoronix-test-suite/5.3.0/README.md similarity index 100% rename from stable/phoronix-test-suite/5.1.3/README.md rename to stable/phoronix-test-suite/5.3.0/README.md diff --git a/stable/phoronix-test-suite/5.3.0/app-changelog.md b/stable/phoronix-test-suite/5.3.0/app-changelog.md new file mode 100644 index 00000000000..02d8df62b26 --- /dev/null +++ b/stable/phoronix-test-suite/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [phoronix-test-suite-5.3.0](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.2.3...phoronix-test-suite-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/phoronix-test-suite/5.1.3/app-readme.md b/stable/phoronix-test-suite/5.3.0/app-readme.md similarity index 100% rename from stable/phoronix-test-suite/5.1.3/app-readme.md rename to stable/phoronix-test-suite/5.3.0/app-readme.md diff --git a/stable/phoronix-test-suite/5.3.0/charts/common-18.2.0.tgz b/stable/phoronix-test-suite/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/phoronix-test-suite/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/phoronix-test-suite/5.1.3/ix_values.yaml b/stable/phoronix-test-suite/5.3.0/ix_values.yaml similarity index 100% rename from stable/phoronix-test-suite/5.1.3/ix_values.yaml rename to stable/phoronix-test-suite/5.3.0/ix_values.yaml diff --git a/stable/phoronix-test-suite/5.1.3/questions.yaml b/stable/phoronix-test-suite/5.3.0/questions.yaml similarity index 100% rename from stable/phoronix-test-suite/5.1.3/questions.yaml rename to stable/phoronix-test-suite/5.3.0/questions.yaml diff --git a/stable/phoronix-test-suite/5.1.3/templates/common.yaml b/stable/phoronix-test-suite/5.3.0/templates/common.yaml similarity index 100% rename from stable/phoronix-test-suite/5.1.3/templates/common.yaml rename to stable/phoronix-test-suite/5.3.0/templates/common.yaml diff --git a/stable/phpldapadmin/13.1.3/values.yaml b/stable/phoronix-test-suite/5.3.0/values.yaml similarity index 100% rename from stable/phpldapadmin/13.1.3/values.yaml rename to stable/phoronix-test-suite/5.3.0/values.yaml diff --git a/stable/photo-stream/5.1.3/CHANGELOG.md b/stable/photo-stream/5.1.3/CHANGELOG.md deleted file mode 100644 index 33fa69c56e6..00000000000 --- a/stable/photo-stream/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [photo-stream-4.1.11](https://github.com/truecharts/charts/compare/photo-stream-4.1.10...photo-stream-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [photo-stream-4.1.10](https://github.com/truecharts/charts/compare/photo-stream-4.1.9...photo-stream-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [photo-stream-4.1.9](https://github.com/truecharts/charts/compare/photo-stream-4.1.8...photo-stream-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [photo-stream-4.1.8](https://github.com/truecharts/charts/compare/photo-stream-4.1.7...photo-stream-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [photo-stream-4.1.7](https://github.com/truecharts/charts/compare/photo-stream-4.1.6...photo-stream-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [photo-stream-4.1.6](https://github.com/truecharts/charts/compare/photo-stream-4.1.5...photo-stream-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [photo-stream-4.1.5](https://github.com/truecharts/charts/compare/photo-stream-4.1.4...photo-stream-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [photo-stream-4.1.4](https://github.com/truecharts/charts/compare/photo-stream-4.1.3...photo-stream-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [photo-stream-4.1.3](https://github.com/truecharts/charts/compare/photo-stream-4.1.0...photo-stream-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/photo-stream/5.1.3/Chart.yaml b/stable/photo-stream/5.1.3/Chart.yaml deleted file mode 100644 index 0c4eff3affc..00000000000 --- a/stable/photo-stream/5.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Photo Stream is a simpler home for your photos. Easy to use, self hosted, no tracking, just photos. -home: https://truecharts.org/charts/stable/photo-stream -icon: https://truecharts.org/img/hotlink-ok/chart-icons/photo-stream.png -keywords: - - photo-stream - - Productivity - - Tools-Utilities - - MediaApp-Photos - - MediaServer-Photos -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: photo-stream -sources: - - https://github.com/waschinski/photo-stream - - https://github.com/truecharts/charts/tree/master/charts/stable/photo-stream - - https://hub.docker.com/r/waschinski/photo-stream -type: application -version: 5.1.3 diff --git a/stable/photo-stream/5.1.3/charts/common-18.0.3.tgz b/stable/photo-stream/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/photo-stream/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/phpmyadmin/5.1.3/.helmignore b/stable/photo-stream/5.3.0/.helmignore similarity index 100% rename from stable/phpmyadmin/5.1.3/.helmignore rename to stable/photo-stream/5.3.0/.helmignore diff --git a/stable/photo-stream/5.3.0/CHANGELOG.md b/stable/photo-stream/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..32195e9be6b --- /dev/null +++ b/stable/photo-stream/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [photo-stream-5.3.0](https://github.com/truecharts/charts/compare/photo-stream-5.2.3...photo-stream-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [photo-stream-5.2.3](https://github.com/truecharts/charts/compare/photo-stream-5.2.2...photo-stream-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [photo-stream-5.2.2](https://github.com/truecharts/charts/compare/photo-stream-5.2.0...photo-stream-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [photo-stream-4.1.11](https://github.com/truecharts/charts/compare/photo-stream-4.1.10...photo-stream-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [photo-stream-4.1.10](https://github.com/truecharts/charts/compare/photo-stream-4.1.9...photo-stream-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [photo-stream-4.1.9](https://github.com/truecharts/charts/compare/photo-stream-4.1.8...photo-stream-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [photo-stream-4.1.8](https://github.com/truecharts/charts/compare/photo-stream-4.1.7...photo-stream-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [photo-stream-4.1.7](https://github.com/truecharts/charts/compare/photo-stream-4.1.6...photo-stream-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [photo-stream-4.1.6](https://github.com/truecharts/charts/compare/photo-stream-4.1.5...photo-stream-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/photo-stream/5.3.0/Chart.yaml b/stable/photo-stream/5.3.0/Chart.yaml new file mode 100644 index 00000000000..13ff88af26f --- /dev/null +++ b/stable/photo-stream/5.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Photo Stream is a simpler home for your photos. Easy to use, self hosted, no tracking, just photos. +home: https://truecharts.org/charts/stable/photo-stream +icon: https://truecharts.org/img/hotlink-ok/chart-icons/photo-stream.png +keywords: + - photo-stream + - Productivity + - Tools-Utilities + - MediaApp-Photos + - MediaServer-Photos +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: photo-stream +sources: + - https://github.com/waschinski/photo-stream + - https://github.com/truecharts/charts/tree/master/charts/stable/photo-stream + - https://hub.docker.com/r/waschinski/photo-stream +type: application +version: 5.3.0 diff --git a/stable/photo-stream/5.1.3/README.md b/stable/photo-stream/5.3.0/README.md similarity index 100% rename from stable/photo-stream/5.1.3/README.md rename to stable/photo-stream/5.3.0/README.md diff --git a/stable/photo-stream/5.3.0/app-changelog.md b/stable/photo-stream/5.3.0/app-changelog.md new file mode 100644 index 00000000000..cbcf0d5d302 --- /dev/null +++ b/stable/photo-stream/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [photo-stream-5.3.0](https://github.com/truecharts/charts/compare/photo-stream-5.2.3...photo-stream-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/photo-stream/5.1.3/app-readme.md b/stable/photo-stream/5.3.0/app-readme.md similarity index 100% rename from stable/photo-stream/5.1.3/app-readme.md rename to stable/photo-stream/5.3.0/app-readme.md diff --git a/stable/photo-stream/5.3.0/charts/common-18.2.0.tgz b/stable/photo-stream/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/photo-stream/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/photo-stream/5.1.3/ix_values.yaml b/stable/photo-stream/5.3.0/ix_values.yaml similarity index 100% rename from stable/photo-stream/5.1.3/ix_values.yaml rename to stable/photo-stream/5.3.0/ix_values.yaml diff --git a/stable/photo-stream/5.1.3/questions.yaml b/stable/photo-stream/5.3.0/questions.yaml similarity index 100% rename from stable/photo-stream/5.1.3/questions.yaml rename to stable/photo-stream/5.3.0/questions.yaml diff --git a/stable/photo-stream/5.1.3/templates/common.yaml b/stable/photo-stream/5.3.0/templates/common.yaml similarity index 100% rename from stable/photo-stream/5.1.3/templates/common.yaml rename to stable/photo-stream/5.3.0/templates/common.yaml diff --git a/stable/phpmyadmin/5.1.3/values.yaml b/stable/photo-stream/5.3.0/values.yaml similarity index 100% rename from stable/phpmyadmin/5.1.3/values.yaml rename to stable/photo-stream/5.3.0/values.yaml diff --git a/stable/photoprism/20.3.0/CHANGELOG.md b/stable/photoprism/20.3.0/CHANGELOG.md deleted file mode 100644 index f956e9eae90..00000000000 --- a/stable/photoprism/20.3.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - -## [photoprism-19.1.16](https://github.com/truecharts/charts/compare/photoprism-19.1.15...photoprism-19.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [photoprism-19.1.15](https://github.com/truecharts/charts/compare/photoprism-19.1.14...photoprism-19.1.15) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [photoprism-19.1.14](https://github.com/truecharts/charts/compare/photoprism-19.1.13...photoprism-19.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [photoprism-19.1.13](https://github.com/truecharts/charts/compare/photoprism-19.1.12...photoprism-19.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [photoprism-19.1.12](https://github.com/truecharts/charts/compare/photoprism-19.1.11...photoprism-19.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [photoprism-19.1.11](https://github.com/truecharts/charts/compare/photoprism-19.1.10...photoprism-19.1.11) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [photoprism-19.1.10](https://github.com/truecharts/charts/compare/photoprism-19.1.9...photoprism-19.1.10) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [photoprism-19.1.9](https://github.com/truecharts/charts/compare/photoprism-19.1.8...photoprism-19.1.9) (2024-01-03) - - -## [photoprism-19.1.8](https://github.com/truecharts/charts/compare/photoprism-19.1.7...photoprism-19.1.8) (2024-01-02) - -### Chore - - - -- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820)) - diff --git a/stable/photoprism/20.3.0/Chart.yaml b/stable/photoprism/20.3.0/Chart.yaml deleted file mode 100644 index 8a6b5bb43e6..00000000000 --- a/stable/photoprism/20.3.0/Chart.yaml +++ /dev/null @@ -1,46 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 231128.0.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.0.0 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection -home: https://truecharts.org/charts/stable/photoprism -icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoprism.png -keywords: - - photos - - photoprism - - pictures - - sharing -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: photoprism -sources: - - https://github.com/photoprism/photoprism - - https://github.com/truecharts/charts/tree/master/charts/stable/photoprism - - https://hub.docker.com/r/photoprism/photoprism -type: application -version: 20.3.0 diff --git a/stable/photoprism/20.3.0/charts/common-18.1.2.tgz b/stable/photoprism/20.3.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/photoprism/20.3.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/photoprism/20.3.0/charts/mariadb-13.0.0.tgz b/stable/photoprism/20.3.0/charts/mariadb-13.0.0.tgz deleted file mode 100644 index 564d2d213b7..00000000000 Binary files a/stable/photoprism/20.3.0/charts/mariadb-13.0.0.tgz and /dev/null differ diff --git a/stable/piaware/12.1.3/.helmignore b/stable/photoprism/20.5.0/.helmignore similarity index 100% rename from stable/piaware/12.1.3/.helmignore rename to stable/photoprism/20.5.0/.helmignore diff --git a/stable/photoprism/20.5.0/CHANGELOG.md b/stable/photoprism/20.5.0/CHANGELOG.md new file mode 100644 index 00000000000..c69e2ba843e --- /dev/null +++ b/stable/photoprism/20.5.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [photoprism-20.5.0](https://github.com/truecharts/charts/compare/photoprism-20.4.3...photoprism-20.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [photoprism-20.4.3](https://github.com/truecharts/charts/compare/photoprism-20.4.2...photoprism-20.4.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [photoprism-20.4.2](https://github.com/truecharts/charts/compare/photoprism-20.4.0...photoprism-20.4.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + +## [photoprism-19.1.16](https://github.com/truecharts/charts/compare/photoprism-19.1.15...photoprism-19.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [photoprism-19.1.15](https://github.com/truecharts/charts/compare/photoprism-19.1.14...photoprism-19.1.15) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [photoprism-19.1.14](https://github.com/truecharts/charts/compare/photoprism-19.1.13...photoprism-19.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [photoprism-19.1.13](https://github.com/truecharts/charts/compare/photoprism-19.1.12...photoprism-19.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [photoprism-19.1.12](https://github.com/truecharts/charts/compare/photoprism-19.1.11...photoprism-19.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [photoprism-19.1.11](https://github.com/truecharts/charts/compare/photoprism-19.1.10...photoprism-19.1.11) (2024-01-21) diff --git a/stable/photoprism/20.5.0/Chart.yaml b/stable/photoprism/20.5.0/Chart.yaml new file mode 100644 index 00000000000..609ac7050d6 --- /dev/null +++ b/stable/photoprism/20.5.0/Chart.yaml @@ -0,0 +1,46 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 231128.0.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.2.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection +home: https://truecharts.org/charts/stable/photoprism +icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoprism.png +keywords: + - photos + - photoprism + - pictures + - sharing +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: photoprism +sources: + - https://github.com/photoprism/photoprism + - https://github.com/truecharts/charts/tree/master/charts/stable/photoprism + - https://hub.docker.com/r/photoprism/photoprism +type: application +version: 20.5.0 diff --git a/stable/photoprism/20.3.0/README.md b/stable/photoprism/20.5.0/README.md similarity index 100% rename from stable/photoprism/20.3.0/README.md rename to stable/photoprism/20.5.0/README.md diff --git a/stable/photoprism/20.5.0/app-changelog.md b/stable/photoprism/20.5.0/app-changelog.md new file mode 100644 index 00000000000..0f9a28eb9a9 --- /dev/null +++ b/stable/photoprism/20.5.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [photoprism-20.5.0](https://github.com/truecharts/charts/compare/photoprism-20.4.3...photoprism-20.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/photoprism/20.3.0/app-readme.md b/stable/photoprism/20.5.0/app-readme.md similarity index 100% rename from stable/photoprism/20.3.0/app-readme.md rename to stable/photoprism/20.5.0/app-readme.md diff --git a/stable/photoprism/20.5.0/charts/common-18.2.0.tgz b/stable/photoprism/20.5.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/photoprism/20.5.0/charts/common-18.2.0.tgz differ diff --git a/stable/photoprism/20.5.0/charts/mariadb-13.2.0.tgz b/stable/photoprism/20.5.0/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/photoprism/20.5.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/photoprism/20.3.0/ix_values.yaml b/stable/photoprism/20.5.0/ix_values.yaml similarity index 100% rename from stable/photoprism/20.3.0/ix_values.yaml rename to stable/photoprism/20.5.0/ix_values.yaml diff --git a/stable/photoprism/20.3.0/questions.yaml b/stable/photoprism/20.5.0/questions.yaml similarity index 100% rename from stable/photoprism/20.3.0/questions.yaml rename to stable/photoprism/20.5.0/questions.yaml diff --git a/stable/pinry/9.1.3/templates/NOTES.txt b/stable/photoprism/20.5.0/templates/NOTES.txt similarity index 100% rename from stable/pinry/9.1.3/templates/NOTES.txt rename to stable/photoprism/20.5.0/templates/NOTES.txt diff --git a/stable/piwigo/12.4.0/templates/common.yaml b/stable/photoprism/20.5.0/templates/common.yaml similarity index 100% rename from stable/piwigo/12.4.0/templates/common.yaml rename to stable/photoprism/20.5.0/templates/common.yaml diff --git a/stable/piaware/12.1.3/values.yaml b/stable/photoprism/20.5.0/values.yaml similarity index 100% rename from stable/piaware/12.1.3/values.yaml rename to stable/photoprism/20.5.0/values.yaml diff --git a/stable/photoshow/10.1.3/CHANGELOG.md b/stable/photoshow/10.1.3/CHANGELOG.md deleted file mode 100644 index cc01d408b8b..00000000000 --- a/stable/photoshow/10.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [photoshow-9.1.11](https://github.com/truecharts/charts/compare/photoshow-9.1.10...photoshow-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [photoshow-9.1.10](https://github.com/truecharts/charts/compare/photoshow-9.1.9...photoshow-9.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [photoshow-9.1.9](https://github.com/truecharts/charts/compare/photoshow-9.1.8...photoshow-9.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [photoshow-9.1.8](https://github.com/truecharts/charts/compare/photoshow-9.1.7...photoshow-9.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [photoshow-9.1.7](https://github.com/truecharts/charts/compare/photoshow-9.1.6...photoshow-9.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [photoshow-9.1.6](https://github.com/truecharts/charts/compare/photoshow-9.1.5...photoshow-9.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [photoshow-9.1.5](https://github.com/truecharts/charts/compare/photoshow-9.1.4...photoshow-9.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [photoshow-9.1.4](https://github.com/truecharts/charts/compare/photoshow-9.1.3...photoshow-9.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [photoshow-9.1.3](https://github.com/truecharts/charts/compare/photoshow-9.1.0...photoshow-9.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/photoshow/10.1.3/Chart.yaml b/stable/photoshow/10.1.3/Chart.yaml deleted file mode 100644 index 9391083264e..00000000000 --- a/stable/photoshow/10.1.3/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 48aabb98 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A gallery software at its easiest, it doesn't even require a database. -home: https://truecharts.org/charts/stable/photoshow -icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoshow.png -keywords: - - photoshow - - photo - - show - - gallary - - image -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: photoshow -sources: - - https://github.com/linuxserver/docker-photoshow - - https://github.com/thibaud-rohmer/PhotoShow - - https://github.com/truecharts/charts/tree/master/charts/stable/photoshow - - https://ghcr.io/linuxserver/photoshow -type: application -version: 10.1.3 diff --git a/stable/photoshow/10.1.3/charts/common-18.0.3.tgz b/stable/photoshow/10.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/photoshow/10.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/picoshare/9.1.3/.helmignore b/stable/photoshow/10.3.0/.helmignore similarity index 100% rename from stable/picoshare/9.1.3/.helmignore rename to stable/photoshow/10.3.0/.helmignore diff --git a/stable/photoshow/10.3.0/CHANGELOG.md b/stable/photoshow/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..dfaf4854763 --- /dev/null +++ b/stable/photoshow/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [photoshow-10.3.0](https://github.com/truecharts/charts/compare/photoshow-10.2.3...photoshow-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [photoshow-10.2.3](https://github.com/truecharts/charts/compare/photoshow-10.2.2...photoshow-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [photoshow-10.2.2](https://github.com/truecharts/charts/compare/photoshow-10.2.0...photoshow-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [photoshow-9.1.11](https://github.com/truecharts/charts/compare/photoshow-9.1.10...photoshow-9.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [photoshow-9.1.10](https://github.com/truecharts/charts/compare/photoshow-9.1.9...photoshow-9.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [photoshow-9.1.9](https://github.com/truecharts/charts/compare/photoshow-9.1.8...photoshow-9.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [photoshow-9.1.8](https://github.com/truecharts/charts/compare/photoshow-9.1.7...photoshow-9.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [photoshow-9.1.7](https://github.com/truecharts/charts/compare/photoshow-9.1.6...photoshow-9.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [photoshow-9.1.6](https://github.com/truecharts/charts/compare/photoshow-9.1.5...photoshow-9.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/photoshow/10.3.0/Chart.yaml b/stable/photoshow/10.3.0/Chart.yaml new file mode 100644 index 00000000000..a964dee4444 --- /dev/null +++ b/stable/photoshow/10.3.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 48aabb98 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A gallery software at its easiest, it doesn't even require a database. +home: https://truecharts.org/charts/stable/photoshow +icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoshow.png +keywords: + - photoshow + - photo + - show + - gallary + - image +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: photoshow +sources: + - https://github.com/linuxserver/docker-photoshow + - https://github.com/thibaud-rohmer/PhotoShow + - https://github.com/truecharts/charts/tree/master/charts/stable/photoshow + - https://ghcr.io/linuxserver/photoshow +type: application +version: 10.3.0 diff --git a/stable/photoshow/10.1.3/README.md b/stable/photoshow/10.3.0/README.md similarity index 100% rename from stable/photoshow/10.1.3/README.md rename to stable/photoshow/10.3.0/README.md diff --git a/stable/photoshow/10.3.0/app-changelog.md b/stable/photoshow/10.3.0/app-changelog.md new file mode 100644 index 00000000000..37c90d420c8 --- /dev/null +++ b/stable/photoshow/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [photoshow-10.3.0](https://github.com/truecharts/charts/compare/photoshow-10.2.3...photoshow-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/photoshow/10.1.3/app-readme.md b/stable/photoshow/10.3.0/app-readme.md similarity index 100% rename from stable/photoshow/10.1.3/app-readme.md rename to stable/photoshow/10.3.0/app-readme.md diff --git a/stable/photoshow/10.3.0/charts/common-18.2.0.tgz b/stable/photoshow/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/photoshow/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/photoshow/10.1.3/ix_values.yaml b/stable/photoshow/10.3.0/ix_values.yaml similarity index 100% rename from stable/photoshow/10.1.3/ix_values.yaml rename to stable/photoshow/10.3.0/ix_values.yaml diff --git a/stable/photoshow/10.1.3/questions.yaml b/stable/photoshow/10.3.0/questions.yaml similarity index 100% rename from stable/photoshow/10.1.3/questions.yaml rename to stable/photoshow/10.3.0/questions.yaml diff --git a/stable/piwigo/12.4.0/templates/NOTES.txt b/stable/photoshow/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/piwigo/12.4.0/templates/NOTES.txt rename to stable/photoshow/10.3.0/templates/NOTES.txt diff --git a/stable/photoshow/10.1.3/templates/common.yaml b/stable/photoshow/10.3.0/templates/common.yaml similarity index 100% rename from stable/photoshow/10.1.3/templates/common.yaml rename to stable/photoshow/10.3.0/templates/common.yaml diff --git a/stable/picoshare/9.1.3/values.yaml b/stable/photoshow/10.3.0/values.yaml similarity index 100% rename from stable/picoshare/9.1.3/values.yaml rename to stable/photoshow/10.3.0/values.yaml diff --git a/stable/photostructure/7.1.3/CHANGELOG.md b/stable/photostructure/7.1.3/CHANGELOG.md deleted file mode 100644 index e3585df99f0..00000000000 --- a/stable/photostructure/7.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [photostructure-6.0.6](https://github.com/truecharts/charts/compare/photostructure-6.0.5...photostructure-6.0.6) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [photostructure-6.0.5](https://github.com/truecharts/charts/compare/photostructure-6.0.4...photostructure-6.0.5) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [photostructure-6.0.4](https://github.com/truecharts/charts/compare/photostructure-6.0.3...photostructure-6.0.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [photostructure-6.0.3](https://github.com/truecharts/charts/compare/photostructure-6.0.2...photostructure-6.0.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [photostructure-6.0.2](https://github.com/truecharts/charts/compare/photostructure-6.0.1...photostructure-6.0.2) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [photostructure-6.0.1](https://github.com/truecharts/charts/compare/photostructure-6.0.0...photostructure-6.0.1) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [photostructure-6.0.0](https://github.com/truecharts/charts/compare/photostructure-5.1.8...photostructure-6.0.0) (2024-01-03) - -### Chore - - - -- update container image photostructure/server to v2023.12.0[@ad73bfc](https://github.com/ad73bfc) by renovate ([#16815](https://github.com/truecharts/charts/issues/16815)) - - -## [photostructure-5.1.8](https://github.com/truecharts/charts/compare/photostructure-5.1.7...photostructure-5.1.8) (2024-01-03) - -### Chore - - - -- update container image photostructure/server to v[@e540bac](https://github.com/e540bac) by renovate ([#16788](https://github.com/truecharts/charts/issues/16788)) - - -## [photostructure-5.1.7](https://github.com/truecharts/charts/compare/photostructure-5.1.6...photostructure-5.1.7) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - diff --git a/stable/photostructure/7.1.3/Chart.yaml b/stable/photostructure/7.1.3/Chart.yaml deleted file mode 100644 index 9465fe1d43f..00000000000 --- a/stable/photostructure/7.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaApp-Photos - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2023.12.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: PhotoStructure is your new home for all your photos and videos. -home: https://truecharts.org/charts/stable/photostructure -icon: https://truecharts.org/img/hotlink-ok/chart-icons/photostructure.png -keywords: - - photostructure - - MediaApp-Photos - - MediaServer-Video - - MediaServer-Photos -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: photostructure -sources: - - https://github.com/photostructure/photostructure-for-servers - - https://github.com/truecharts/charts/tree/master/charts/stable/photostructure - - https://hub.docker.com/r/photostructure/server -type: application -version: 7.1.3 diff --git a/stable/photostructure/7.1.3/charts/common-18.0.3.tgz b/stable/photostructure/7.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/photostructure/7.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/pigallery2/5.1.3/.helmignore b/stable/photostructure/7.3.0/.helmignore similarity index 100% rename from stable/pigallery2/5.1.3/.helmignore rename to stable/photostructure/7.3.0/.helmignore diff --git a/stable/photostructure/7.3.0/CHANGELOG.md b/stable/photostructure/7.3.0/CHANGELOG.md new file mode 100644 index 00000000000..033ffffad03 --- /dev/null +++ b/stable/photostructure/7.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [photostructure-7.3.0](https://github.com/truecharts/charts/compare/photostructure-7.2.3...photostructure-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [photostructure-7.2.3](https://github.com/truecharts/charts/compare/photostructure-7.2.2...photostructure-7.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [photostructure-7.2.2](https://github.com/truecharts/charts/compare/photostructure-7.2.0...photostructure-7.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [photostructure-6.0.6](https://github.com/truecharts/charts/compare/photostructure-6.0.5...photostructure-6.0.6) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [photostructure-6.0.5](https://github.com/truecharts/charts/compare/photostructure-6.0.4...photostructure-6.0.5) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [photostructure-6.0.4](https://github.com/truecharts/charts/compare/photostructure-6.0.3...photostructure-6.0.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [photostructure-6.0.3](https://github.com/truecharts/charts/compare/photostructure-6.0.2...photostructure-6.0.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [photostructure-6.0.2](https://github.com/truecharts/charts/compare/photostructure-6.0.1...photostructure-6.0.2) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [photostructure-6.0.1](https://github.com/truecharts/charts/compare/photostructure-6.0.0...photostructure-6.0.1) (2024-01-09) + +### Chore + + diff --git a/stable/photostructure/7.3.0/Chart.yaml b/stable/photostructure/7.3.0/Chart.yaml new file mode 100644 index 00000000000..df0feb20049 --- /dev/null +++ b/stable/photostructure/7.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Photos + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2023.12.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: PhotoStructure is your new home for all your photos and videos. +home: https://truecharts.org/charts/stable/photostructure +icon: https://truecharts.org/img/hotlink-ok/chart-icons/photostructure.png +keywords: + - photostructure + - MediaApp-Photos + - MediaServer-Video + - MediaServer-Photos +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: photostructure +sources: + - https://github.com/photostructure/photostructure-for-servers + - https://github.com/truecharts/charts/tree/master/charts/stable/photostructure + - https://hub.docker.com/r/photostructure/server +type: application +version: 7.3.0 diff --git a/stable/photostructure/7.1.3/README.md b/stable/photostructure/7.3.0/README.md similarity index 100% rename from stable/photostructure/7.1.3/README.md rename to stable/photostructure/7.3.0/README.md diff --git a/stable/photostructure/7.3.0/app-changelog.md b/stable/photostructure/7.3.0/app-changelog.md new file mode 100644 index 00000000000..2df486fe701 --- /dev/null +++ b/stable/photostructure/7.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [photostructure-7.3.0](https://github.com/truecharts/charts/compare/photostructure-7.2.3...photostructure-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/photostructure/7.1.3/app-readme.md b/stable/photostructure/7.3.0/app-readme.md similarity index 100% rename from stable/photostructure/7.1.3/app-readme.md rename to stable/photostructure/7.3.0/app-readme.md diff --git a/stable/photostructure/7.3.0/charts/common-18.2.0.tgz b/stable/photostructure/7.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/photostructure/7.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/photostructure/7.1.3/ix_values.yaml b/stable/photostructure/7.3.0/ix_values.yaml similarity index 100% rename from stable/photostructure/7.1.3/ix_values.yaml rename to stable/photostructure/7.3.0/ix_values.yaml diff --git a/stable/photostructure/7.1.3/questions.yaml b/stable/photostructure/7.3.0/questions.yaml similarity index 100% rename from stable/photostructure/7.1.3/questions.yaml rename to stable/photostructure/7.3.0/questions.yaml diff --git a/stable/pixapop/10.1.3/templates/NOTES.txt b/stable/photostructure/7.3.0/templates/NOTES.txt similarity index 100% rename from stable/pixapop/10.1.3/templates/NOTES.txt rename to stable/photostructure/7.3.0/templates/NOTES.txt diff --git a/stable/plexripper/8.1.3/templates/common.yaml b/stable/photostructure/7.3.0/templates/common.yaml similarity index 100% rename from stable/plexripper/8.1.3/templates/common.yaml rename to stable/photostructure/7.3.0/templates/common.yaml diff --git a/stable/pigallery2/5.1.3/values.yaml b/stable/photostructure/7.3.0/values.yaml similarity index 100% rename from stable/pigallery2/5.1.3/values.yaml rename to stable/photostructure/7.3.0/values.yaml diff --git a/stable/photoview/13.1.3/CHANGELOG.md b/stable/photoview/13.1.3/CHANGELOG.md deleted file mode 100644 index 3db1bda945f..00000000000 --- a/stable/photoview/13.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [photoview-12.1.11](https://github.com/truecharts/charts/compare/photoview-12.1.10...photoview-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [photoview-12.1.10](https://github.com/truecharts/charts/compare/photoview-12.1.9...photoview-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [photoview-12.1.9](https://github.com/truecharts/charts/compare/photoview-12.1.8...photoview-12.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [photoview-12.1.8](https://github.com/truecharts/charts/compare/photoview-12.1.7...photoview-12.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [photoview-12.1.7](https://github.com/truecharts/charts/compare/photoview-12.1.6...photoview-12.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [photoview-12.1.6](https://github.com/truecharts/charts/compare/photoview-12.1.5...photoview-12.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [photoview-12.1.5](https://github.com/truecharts/charts/compare/photoview-12.1.4...photoview-12.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [photoview-12.1.4](https://github.com/truecharts/charts/compare/photoview-12.1.3...photoview-12.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [photoview-12.1.3](https://github.com/truecharts/charts/compare/photoview-12.1.0...photoview-12.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/photoview/13.1.3/Chart.yaml b/stable/photoview/13.1.3/Chart.yaml deleted file mode 100644 index a5f767f33a8..00000000000 --- a/stable/photoview/13.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.3.13 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Photoview is a simple and user-friendly photo gallery. -home: https://truecharts.org/charts/stable/photoview -icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoview.png -keywords: - - photo - - gallery -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: photoview -sources: - - https://github.com/photoview/photoview - - https://github.com/truecharts/charts/tree/master/charts/stable/photoview - - https://hub.docker.com/r/viktorstrate/photoview -type: application -version: 13.1.3 diff --git a/stable/photoview/13.1.3/charts/common-18.0.3.tgz b/stable/photoview/13.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/photoview/13.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/photoview/13.1.3/questions.yaml b/stable/photoview/13.1.3/questions.yaml deleted file mode 100755 index 36a9b8a7b90..00000000000 --- a/stable/photoview/13.1.3/questions.yaml +++ /dev/null @@ -1,3614 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: MAPBOX_TOKEN - label: "Mapbox Token" - description: "Enable map related features, you need to create a mapbox token. A token can be generated for free at https://account.mapbox.com/access-tokens/" - schema: - type: string - default: "" - private: true - - variable: PHOTOVIEW_DISABLE_FACE_RECOGNITION - label: "Disable Face Recognition" - description: "Completely disable face recognition and hide the icon from the side menu." - schema: - type: boolean - default: false - - variable: PHOTOVIEW_DISABLE_VIDEO_ENCODING - label: "Disable Video Encoding" - description: "Disable ffmpeg encoding, but still show web compatible videos that doesn't need encoding." - schema: - type: boolean - default: false - - variable: PHOTOVIEW_DISABLE_RAW_PROCESSING - label: "Disable Raw Processing" - description: "Disable processing of RAW photos using darktable-cli." - schema: - type: boolean - default: false - - variable: PHOTOVIEW_LISTEN_IP - label: PhotoView Listen IP - schema: - type: string - required: true - $ref: - - definitions/nodeIP - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10159 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: cache - label: "App Cache Storage" - description: "Stores the Application Cache." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: photos - label: "App Photos Storage" - description: "Stores the Application Photos." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/pihole/15.2.0/.helmignore b/stable/photoview/13.3.0/.helmignore similarity index 100% rename from stable/pihole/15.2.0/.helmignore rename to stable/photoview/13.3.0/.helmignore diff --git a/stable/photoview/13.3.0/CHANGELOG.md b/stable/photoview/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..31d7c0e11a7 --- /dev/null +++ b/stable/photoview/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [photoview-13.3.0](https://github.com/truecharts/charts/compare/photoview-13.2.3...photoview-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [photoview-13.2.3](https://github.com/truecharts/charts/compare/photoview-13.2.2...photoview-13.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [photoview-13.2.2](https://github.com/truecharts/charts/compare/photoview-13.2.0...photoview-13.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [photoview-12.1.11](https://github.com/truecharts/charts/compare/photoview-12.1.10...photoview-12.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [photoview-12.1.10](https://github.com/truecharts/charts/compare/photoview-12.1.9...photoview-12.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [photoview-12.1.9](https://github.com/truecharts/charts/compare/photoview-12.1.8...photoview-12.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [photoview-12.1.8](https://github.com/truecharts/charts/compare/photoview-12.1.7...photoview-12.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [photoview-12.1.7](https://github.com/truecharts/charts/compare/photoview-12.1.6...photoview-12.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [photoview-12.1.6](https://github.com/truecharts/charts/compare/photoview-12.1.5...photoview-12.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/photoview/13.3.0/Chart.yaml b/stable/photoview/13.3.0/Chart.yaml new file mode 100644 index 00000000000..27471a0daf5 --- /dev/null +++ b/stable/photoview/13.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.3.13 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Photoview is a simple and user-friendly photo gallery. +home: https://truecharts.org/charts/stable/photoview +icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoview.png +keywords: + - photo + - gallery +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: photoview +sources: + - https://github.com/photoview/photoview + - https://github.com/truecharts/charts/tree/master/charts/stable/photoview + - https://hub.docker.com/r/viktorstrate/photoview +type: application +version: 13.3.0 diff --git a/stable/photoview/13.1.3/README.md b/stable/photoview/13.3.0/README.md similarity index 100% rename from stable/photoview/13.1.3/README.md rename to stable/photoview/13.3.0/README.md diff --git a/stable/photoview/13.3.0/app-changelog.md b/stable/photoview/13.3.0/app-changelog.md new file mode 100644 index 00000000000..7e8165043ee --- /dev/null +++ b/stable/photoview/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [photoview-13.3.0](https://github.com/truecharts/charts/compare/photoview-13.2.3...photoview-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/photoview/13.1.3/app-readme.md b/stable/photoview/13.3.0/app-readme.md similarity index 100% rename from stable/photoview/13.1.3/app-readme.md rename to stable/photoview/13.3.0/app-readme.md diff --git a/stable/photoview/13.3.0/charts/common-18.2.0.tgz b/stable/photoview/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/photoview/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/photoview/13.1.3/ix_values.yaml b/stable/photoview/13.3.0/ix_values.yaml similarity index 100% rename from stable/photoview/13.1.3/ix_values.yaml rename to stable/photoview/13.3.0/ix_values.yaml diff --git a/stable/photoview/13.3.0/questions.yaml b/stable/photoview/13.3.0/questions.yaml new file mode 100755 index 00000000000..d430a7fe598 --- /dev/null +++ b/stable/photoview/13.3.0/questions.yaml @@ -0,0 +1,3572 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: MAPBOX_TOKEN + label: "Mapbox Token" + description: "Enable map related features, you need to create a mapbox token. A token can be generated for free at https://account.mapbox.com/access-tokens/" + schema: + type: string + default: "" + private: true + - variable: PHOTOVIEW_DISABLE_FACE_RECOGNITION + label: "Disable Face Recognition" + description: "Completely disable face recognition and hide the icon from the side menu." + schema: + type: boolean + default: false + - variable: PHOTOVIEW_DISABLE_VIDEO_ENCODING + label: "Disable Video Encoding" + description: "Disable ffmpeg encoding, but still show web compatible videos that doesn't need encoding." + schema: + type: boolean + default: false + - variable: PHOTOVIEW_DISABLE_RAW_PROCESSING + label: "Disable Raw Processing" + description: "Disable processing of RAW photos using darktable-cli." + schema: + type: boolean + default: false + - variable: PHOTOVIEW_LISTEN_IP + label: PhotoView Listen IP + schema: + type: string + required: true + $ref: + - definitions/nodeIP + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10159 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: cache + label: "App Cache Storage" + description: "Stores the Application Cache." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: photos + label: "App Photos Storage" + description: "Stores the Application Photos." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/plaxt/8.1.3/templates/NOTES.txt b/stable/photoview/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/plaxt/8.1.3/templates/NOTES.txt rename to stable/photoview/13.3.0/templates/NOTES.txt diff --git a/stable/photoview/13.1.3/templates/_secrets.tpl b/stable/photoview/13.3.0/templates/_secrets.tpl similarity index 100% rename from stable/photoview/13.1.3/templates/_secrets.tpl rename to stable/photoview/13.3.0/templates/_secrets.tpl diff --git a/stable/photoview/13.1.3/templates/common.yaml b/stable/photoview/13.3.0/templates/common.yaml similarity index 100% rename from stable/photoview/13.1.3/templates/common.yaml rename to stable/photoview/13.3.0/templates/common.yaml diff --git a/stable/pihole/15.2.0/values.yaml b/stable/photoview/13.3.0/values.yaml similarity index 100% rename from stable/pihole/15.2.0/values.yaml rename to stable/photoview/13.3.0/values.yaml diff --git a/stable/phpldapadmin/13.1.3/CHANGELOG.md b/stable/phpldapadmin/13.1.3/CHANGELOG.md deleted file mode 100644 index da2a378c5ce..00000000000 --- a/stable/phpldapadmin/13.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [phpldapadmin-12.1.11](https://github.com/truecharts/charts/compare/phpldapadmin-12.1.10...phpldapadmin-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [phpldapadmin-12.1.10](https://github.com/truecharts/charts/compare/phpldapadmin-12.1.9...phpldapadmin-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [phpldapadmin-12.1.9](https://github.com/truecharts/charts/compare/phpldapadmin-12.1.8...phpldapadmin-12.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [phpldapadmin-12.1.8](https://github.com/truecharts/charts/compare/phpldapadmin-12.1.7...phpldapadmin-12.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [phpldapadmin-12.1.7](https://github.com/truecharts/charts/compare/phpldapadmin-12.1.6...phpldapadmin-12.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [phpldapadmin-12.1.6](https://github.com/truecharts/charts/compare/phpldapadmin-12.1.5...phpldapadmin-12.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [phpldapadmin-12.1.5](https://github.com/truecharts/charts/compare/phpldapadmin-12.1.4...phpldapadmin-12.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [phpldapadmin-12.1.4](https://github.com/truecharts/charts/compare/phpldapadmin-12.1.3...phpldapadmin-12.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [phpldapadmin-12.1.3](https://github.com/truecharts/charts/compare/phpldapadmin-12.1.0...phpldapadmin-12.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/phpldapadmin/13.1.3/Chart.yaml b/stable/phpldapadmin/13.1.3/Chart.yaml deleted file mode 100644 index 51d63c13676..00000000000 --- a/stable/phpldapadmin/13.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: management - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.9.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Web-based LDAP browser to manage your LDAP server -home: https://truecharts.org/charts/stable/phpldapadmin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/phpldapadmin.png -keywords: - - phpldapadmin - - openldap - - userrights -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: phpldapadmin -sources: - - https://gitlab.v2.rancher.geohub.space/g3s/i3s/i3s-helm-catalog - - https://github.com/truecharts/charts/tree/master/charts/stable/phpldapadmin - - https://hub.docker.com/r/osixia/phpldapadmin -type: application -version: 13.1.3 diff --git a/stable/phpldapadmin/13.1.3/charts/common-18.0.3.tgz b/stable/phpldapadmin/13.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/phpldapadmin/13.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/pinry/9.1.3/.helmignore b/stable/phpldapadmin/13.3.0/.helmignore similarity index 100% rename from stable/pinry/9.1.3/.helmignore rename to stable/phpldapadmin/13.3.0/.helmignore diff --git a/stable/phpldapadmin/13.3.0/CHANGELOG.md b/stable/phpldapadmin/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..7bbeb40a751 --- /dev/null +++ b/stable/phpldapadmin/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [phpldapadmin-13.3.0](https://github.com/truecharts/charts/compare/phpldapadmin-13.2.3...phpldapadmin-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [phpldapadmin-13.2.3](https://github.com/truecharts/charts/compare/phpldapadmin-13.2.2...phpldapadmin-13.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [phpldapadmin-13.2.2](https://github.com/truecharts/charts/compare/phpldapadmin-13.2.0...phpldapadmin-13.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [phpldapadmin-12.1.11](https://github.com/truecharts/charts/compare/phpldapadmin-12.1.10...phpldapadmin-12.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [phpldapadmin-12.1.10](https://github.com/truecharts/charts/compare/phpldapadmin-12.1.9...phpldapadmin-12.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [phpldapadmin-12.1.9](https://github.com/truecharts/charts/compare/phpldapadmin-12.1.8...phpldapadmin-12.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [phpldapadmin-12.1.8](https://github.com/truecharts/charts/compare/phpldapadmin-12.1.7...phpldapadmin-12.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [phpldapadmin-12.1.7](https://github.com/truecharts/charts/compare/phpldapadmin-12.1.6...phpldapadmin-12.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [phpldapadmin-12.1.6](https://github.com/truecharts/charts/compare/phpldapadmin-12.1.5...phpldapadmin-12.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/phpldapadmin/13.3.0/Chart.yaml b/stable/phpldapadmin/13.3.0/Chart.yaml new file mode 100644 index 00000000000..5e3dc704399 --- /dev/null +++ b/stable/phpldapadmin/13.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: management + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.9.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Web-based LDAP browser to manage your LDAP server +home: https://truecharts.org/charts/stable/phpldapadmin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/phpldapadmin.png +keywords: + - phpldapadmin + - openldap + - userrights +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: phpldapadmin +sources: + - https://gitlab.v2.rancher.geohub.space/g3s/i3s/i3s-helm-catalog + - https://github.com/truecharts/charts/tree/master/charts/stable/phpldapadmin + - https://hub.docker.com/r/osixia/phpldapadmin +type: application +version: 13.3.0 diff --git a/stable/phpldapadmin/13.1.3/README.md b/stable/phpldapadmin/13.3.0/README.md similarity index 100% rename from stable/phpldapadmin/13.1.3/README.md rename to stable/phpldapadmin/13.3.0/README.md diff --git a/stable/phpldapadmin/13.3.0/app-changelog.md b/stable/phpldapadmin/13.3.0/app-changelog.md new file mode 100644 index 00000000000..6a4947bc8b1 --- /dev/null +++ b/stable/phpldapadmin/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [phpldapadmin-13.3.0](https://github.com/truecharts/charts/compare/phpldapadmin-13.2.3...phpldapadmin-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/phpldapadmin/13.1.3/app-readme.md b/stable/phpldapadmin/13.3.0/app-readme.md similarity index 100% rename from stable/phpldapadmin/13.1.3/app-readme.md rename to stable/phpldapadmin/13.3.0/app-readme.md diff --git a/stable/phpldapadmin/13.3.0/charts/common-18.2.0.tgz b/stable/phpldapadmin/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/phpldapadmin/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/phpldapadmin/13.1.3/ix_values.yaml b/stable/phpldapadmin/13.3.0/ix_values.yaml similarity index 100% rename from stable/phpldapadmin/13.1.3/ix_values.yaml rename to stable/phpldapadmin/13.3.0/ix_values.yaml diff --git a/stable/phpldapadmin/13.1.3/questions.yaml b/stable/phpldapadmin/13.3.0/questions.yaml similarity index 100% rename from stable/phpldapadmin/13.1.3/questions.yaml rename to stable/phpldapadmin/13.3.0/questions.yaml diff --git a/stable/plex-auto-languages/8.1.3/templates/NOTES.txt b/stable/phpldapadmin/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/plex-auto-languages/8.1.3/templates/NOTES.txt rename to stable/phpldapadmin/13.3.0/templates/NOTES.txt diff --git a/stable/pocketmine-mp/3.1.3/templates/common.yaml b/stable/phpldapadmin/13.3.0/templates/common.yaml similarity index 100% rename from stable/pocketmine-mp/3.1.3/templates/common.yaml rename to stable/phpldapadmin/13.3.0/templates/common.yaml diff --git a/stable/pinry/9.1.3/values.yaml b/stable/phpldapadmin/13.3.0/values.yaml similarity index 100% rename from stable/pinry/9.1.3/values.yaml rename to stable/phpldapadmin/13.3.0/values.yaml diff --git a/stable/phpmyadmin/5.1.3/CHANGELOG.md b/stable/phpmyadmin/5.1.3/CHANGELOG.md deleted file mode 100644 index 1afa8c457ce..00000000000 --- a/stable/phpmyadmin/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [phpmyadmin-4.1.11](https://github.com/truecharts/charts/compare/phpmyadmin-4.1.10...phpmyadmin-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [phpmyadmin-4.1.10](https://github.com/truecharts/charts/compare/phpmyadmin-4.1.9...phpmyadmin-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [phpmyadmin-4.1.9](https://github.com/truecharts/charts/compare/phpmyadmin-4.1.8...phpmyadmin-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [phpmyadmin-4.1.8](https://github.com/truecharts/charts/compare/phpmyadmin-4.1.7...phpmyadmin-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [phpmyadmin-4.1.7](https://github.com/truecharts/charts/compare/phpmyadmin-4.1.6...phpmyadmin-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [phpmyadmin-4.1.6](https://github.com/truecharts/charts/compare/phpmyadmin-4.1.5...phpmyadmin-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [phpmyadmin-4.1.5](https://github.com/truecharts/charts/compare/phpmyadmin-4.1.4...phpmyadmin-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [phpmyadmin-4.1.4](https://github.com/truecharts/charts/compare/phpmyadmin-4.1.3...phpmyadmin-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [phpmyadmin-4.1.3](https://github.com/truecharts/charts/compare/phpmyadmin-4.1.0...phpmyadmin-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/phpmyadmin/5.1.3/Chart.yaml b/stable/phpmyadmin/5.1.3/Chart.yaml deleted file mode 100644 index a60600b4636..00000000000 --- a/stable/phpmyadmin/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.2.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A web interface for MySQL and MariaDB. -home: https://truecharts.org/charts/stable/phpmyadmin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/phpmyadmin.png -keywords: - - phpmyadmin - - Tools-Utilities - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: phpmyadmin -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/phpmyadmin - - https://hub.docker.com/r/phpmyadmin/phpmyadmin -type: application -version: 5.1.3 diff --git a/stable/phpmyadmin/5.1.3/charts/common-18.0.3.tgz b/stable/phpmyadmin/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/phpmyadmin/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/piwigo/12.4.0/.helmignore b/stable/phpmyadmin/5.3.0/.helmignore similarity index 100% rename from stable/piwigo/12.4.0/.helmignore rename to stable/phpmyadmin/5.3.0/.helmignore diff --git a/stable/phpmyadmin/5.3.0/CHANGELOG.md b/stable/phpmyadmin/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..0d5706a89f1 --- /dev/null +++ b/stable/phpmyadmin/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [phpmyadmin-5.3.0](https://github.com/truecharts/charts/compare/phpmyadmin-5.2.3...phpmyadmin-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [phpmyadmin-5.2.3](https://github.com/truecharts/charts/compare/phpmyadmin-5.2.2...phpmyadmin-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [phpmyadmin-5.2.2](https://github.com/truecharts/charts/compare/phpmyadmin-5.2.0...phpmyadmin-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [phpmyadmin-4.1.11](https://github.com/truecharts/charts/compare/phpmyadmin-4.1.10...phpmyadmin-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [phpmyadmin-4.1.10](https://github.com/truecharts/charts/compare/phpmyadmin-4.1.9...phpmyadmin-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [phpmyadmin-4.1.9](https://github.com/truecharts/charts/compare/phpmyadmin-4.1.8...phpmyadmin-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [phpmyadmin-4.1.8](https://github.com/truecharts/charts/compare/phpmyadmin-4.1.7...phpmyadmin-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [phpmyadmin-4.1.7](https://github.com/truecharts/charts/compare/phpmyadmin-4.1.6...phpmyadmin-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [phpmyadmin-4.1.6](https://github.com/truecharts/charts/compare/phpmyadmin-4.1.5...phpmyadmin-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/phpmyadmin/5.3.0/Chart.yaml b/stable/phpmyadmin/5.3.0/Chart.yaml new file mode 100644 index 00000000000..f221c6851cb --- /dev/null +++ b/stable/phpmyadmin/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.2.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A web interface for MySQL and MariaDB. +home: https://truecharts.org/charts/stable/phpmyadmin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/phpmyadmin.png +keywords: + - phpmyadmin + - Tools-Utilities + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: phpmyadmin +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/phpmyadmin + - https://hub.docker.com/r/phpmyadmin/phpmyadmin +type: application +version: 5.3.0 diff --git a/stable/phpmyadmin/5.1.3/README.md b/stable/phpmyadmin/5.3.0/README.md similarity index 100% rename from stable/phpmyadmin/5.1.3/README.md rename to stable/phpmyadmin/5.3.0/README.md diff --git a/stable/phpmyadmin/5.3.0/app-changelog.md b/stable/phpmyadmin/5.3.0/app-changelog.md new file mode 100644 index 00000000000..ee3b916d921 --- /dev/null +++ b/stable/phpmyadmin/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [phpmyadmin-5.3.0](https://github.com/truecharts/charts/compare/phpmyadmin-5.2.3...phpmyadmin-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/phpmyadmin/5.1.3/app-readme.md b/stable/phpmyadmin/5.3.0/app-readme.md similarity index 100% rename from stable/phpmyadmin/5.1.3/app-readme.md rename to stable/phpmyadmin/5.3.0/app-readme.md diff --git a/stable/phpmyadmin/5.3.0/charts/common-18.2.0.tgz b/stable/phpmyadmin/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/phpmyadmin/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/phpmyadmin/5.1.3/ix_values.yaml b/stable/phpmyadmin/5.3.0/ix_values.yaml similarity index 100% rename from stable/phpmyadmin/5.1.3/ix_values.yaml rename to stable/phpmyadmin/5.3.0/ix_values.yaml diff --git a/stable/phpmyadmin/5.1.3/questions.yaml b/stable/phpmyadmin/5.3.0/questions.yaml similarity index 100% rename from stable/phpmyadmin/5.1.3/questions.yaml rename to stable/phpmyadmin/5.3.0/questions.yaml diff --git a/stable/phpmyadmin/5.1.3/templates/common.yaml b/stable/phpmyadmin/5.3.0/templates/common.yaml similarity index 100% rename from stable/phpmyadmin/5.1.3/templates/common.yaml rename to stable/phpmyadmin/5.3.0/templates/common.yaml diff --git a/stable/piwigo/12.4.0/values.yaml b/stable/phpmyadmin/5.3.0/values.yaml similarity index 100% rename from stable/piwigo/12.4.0/values.yaml rename to stable/phpmyadmin/5.3.0/values.yaml diff --git a/stable/piaware/12.1.3/CHANGELOG.md b/stable/piaware/12.1.3/CHANGELOG.md deleted file mode 100644 index 446ba6b6cfd..00000000000 --- a/stable/piaware/12.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [piaware-11.1.11](https://github.com/truecharts/charts/compare/piaware-11.1.10...piaware-11.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [piaware-11.1.10](https://github.com/truecharts/charts/compare/piaware-11.1.9...piaware-11.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [piaware-11.1.9](https://github.com/truecharts/charts/compare/piaware-11.1.8...piaware-11.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [piaware-11.1.8](https://github.com/truecharts/charts/compare/piaware-11.1.7...piaware-11.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [piaware-11.1.7](https://github.com/truecharts/charts/compare/piaware-11.1.6...piaware-11.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [piaware-11.1.6](https://github.com/truecharts/charts/compare/piaware-11.1.5...piaware-11.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [piaware-11.1.5](https://github.com/truecharts/charts/compare/piaware-11.1.4...piaware-11.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [piaware-11.1.4](https://github.com/truecharts/charts/compare/piaware-11.1.3...piaware-11.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [piaware-11.1.3](https://github.com/truecharts/charts/compare/piaware-11.1.0...piaware-11.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/piaware/12.1.3/Chart.yaml b/stable/piaware/12.1.3/Chart.yaml deleted file mode 100644 index 108ebccc4a3..00000000000 --- a/stable/piaware/12.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 9.0.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Program for forwarding ADS-B data to FlightAware -home: https://truecharts.org/charts/stable/piaware -icon: https://truecharts.org/img/hotlink-ok/chart-icons/piaware.png -keywords: - - piaware - - flight-aware - - flight-tracker -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: piaware -sources: - - https://github.com/flightaware/piaware - - https://github.com/truecharts/charts/tree/master/charts/stable/piaware - - https://hub.docker.com/r/mikenye/piaware -type: application -version: 12.1.3 diff --git a/stable/piaware/12.1.3/charts/common-18.0.3.tgz b/stable/piaware/12.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/piaware/12.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/pixapop/10.1.3/.helmignore b/stable/piaware/12.3.0/.helmignore similarity index 100% rename from stable/pixapop/10.1.3/.helmignore rename to stable/piaware/12.3.0/.helmignore diff --git a/stable/piaware/12.3.0/CHANGELOG.md b/stable/piaware/12.3.0/CHANGELOG.md new file mode 100644 index 00000000000..c835654c894 --- /dev/null +++ b/stable/piaware/12.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [piaware-12.3.0](https://github.com/truecharts/charts/compare/piaware-12.2.3...piaware-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [piaware-12.2.3](https://github.com/truecharts/charts/compare/piaware-12.2.2...piaware-12.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [piaware-12.2.2](https://github.com/truecharts/charts/compare/piaware-12.2.0...piaware-12.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [piaware-11.1.11](https://github.com/truecharts/charts/compare/piaware-11.1.10...piaware-11.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [piaware-11.1.10](https://github.com/truecharts/charts/compare/piaware-11.1.9...piaware-11.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [piaware-11.1.9](https://github.com/truecharts/charts/compare/piaware-11.1.8...piaware-11.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [piaware-11.1.8](https://github.com/truecharts/charts/compare/piaware-11.1.7...piaware-11.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [piaware-11.1.7](https://github.com/truecharts/charts/compare/piaware-11.1.6...piaware-11.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [piaware-11.1.6](https://github.com/truecharts/charts/compare/piaware-11.1.5...piaware-11.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/piaware/12.3.0/Chart.yaml b/stable/piaware/12.3.0/Chart.yaml new file mode 100644 index 00000000000..a97fd533046 --- /dev/null +++ b/stable/piaware/12.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 9.0.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Program for forwarding ADS-B data to FlightAware +home: https://truecharts.org/charts/stable/piaware +icon: https://truecharts.org/img/hotlink-ok/chart-icons/piaware.png +keywords: + - piaware + - flight-aware + - flight-tracker +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: piaware +sources: + - https://github.com/flightaware/piaware + - https://github.com/truecharts/charts/tree/master/charts/stable/piaware + - https://hub.docker.com/r/mikenye/piaware +type: application +version: 12.3.0 diff --git a/stable/piaware/12.1.3/README.md b/stable/piaware/12.3.0/README.md similarity index 100% rename from stable/piaware/12.1.3/README.md rename to stable/piaware/12.3.0/README.md diff --git a/stable/piaware/12.3.0/app-changelog.md b/stable/piaware/12.3.0/app-changelog.md new file mode 100644 index 00000000000..ca7f74a788a --- /dev/null +++ b/stable/piaware/12.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [piaware-12.3.0](https://github.com/truecharts/charts/compare/piaware-12.2.3...piaware-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/piaware/12.1.3/app-readme.md b/stable/piaware/12.3.0/app-readme.md similarity index 100% rename from stable/piaware/12.1.3/app-readme.md rename to stable/piaware/12.3.0/app-readme.md diff --git a/stable/piaware/12.3.0/charts/common-18.2.0.tgz b/stable/piaware/12.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/piaware/12.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/piaware/12.1.3/ix_values.yaml b/stable/piaware/12.3.0/ix_values.yaml similarity index 100% rename from stable/piaware/12.1.3/ix_values.yaml rename to stable/piaware/12.3.0/ix_values.yaml diff --git a/stable/piaware/12.1.3/questions.yaml b/stable/piaware/12.3.0/questions.yaml similarity index 100% rename from stable/piaware/12.1.3/questions.yaml rename to stable/piaware/12.3.0/questions.yaml diff --git a/stable/podgrab/17.1.3/templates/common.yaml b/stable/piaware/12.3.0/templates/common.yaml similarity index 100% rename from stable/podgrab/17.1.3/templates/common.yaml rename to stable/piaware/12.3.0/templates/common.yaml diff --git a/stable/pixapop/10.1.3/values.yaml b/stable/piaware/12.3.0/values.yaml similarity index 100% rename from stable/pixapop/10.1.3/values.yaml rename to stable/piaware/12.3.0/values.yaml diff --git a/stable/picoshare/9.1.3/CHANGELOG.md b/stable/picoshare/9.1.3/CHANGELOG.md deleted file mode 100644 index 18aec379ad8..00000000000 --- a/stable/picoshare/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - -## [picoshare-8.1.11](https://github.com/truecharts/charts/compare/picoshare-8.1.10...picoshare-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [picoshare-8.1.10](https://github.com/truecharts/charts/compare/picoshare-8.1.9...picoshare-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [picoshare-8.1.9](https://github.com/truecharts/charts/compare/picoshare-8.1.8...picoshare-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [picoshare-8.1.8](https://github.com/truecharts/charts/compare/picoshare-8.1.7...picoshare-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [picoshare-8.1.7](https://github.com/truecharts/charts/compare/picoshare-8.1.6...picoshare-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [picoshare-8.1.6](https://github.com/truecharts/charts/compare/picoshare-8.1.5...picoshare-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [picoshare-8.1.5](https://github.com/truecharts/charts/compare/picoshare-8.1.4...picoshare-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [picoshare-8.1.4](https://github.com/truecharts/charts/compare/picoshare-8.1.3...picoshare-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - diff --git a/stable/picoshare/9.1.3/Chart.yaml b/stable/picoshare/9.1.3/Chart.yaml deleted file mode 100644 index 973aa3d7bee..00000000000 --- a/stable/picoshare/9.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.4.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: PicoShare is a minimalist service that allows you to share files easily. -home: https://truecharts.org/charts/stable/picoshare -icon: https://truecharts.org/img/hotlink-ok/chart-icons/picoshare.png -keywords: - - picoshare -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: picoshare -sources: - - https://github.com/mtlynch/picoshare - - https://github.com/truecharts/charts/tree/master/charts/stable/picoshare - - https://hub.docker.com/r/mtlynch/picoshare -type: application -version: 9.1.3 diff --git a/stable/picoshare/9.1.3/charts/common-18.0.3.tgz b/stable/picoshare/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/picoshare/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/pixark/5.1.3/.helmignore b/stable/picoshare/9.3.0/.helmignore similarity index 100% rename from stable/pixark/5.1.3/.helmignore rename to stable/picoshare/9.3.0/.helmignore diff --git a/stable/picoshare/9.3.0/CHANGELOG.md b/stable/picoshare/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..f65561a3209 --- /dev/null +++ b/stable/picoshare/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [picoshare-9.3.0](https://github.com/truecharts/charts/compare/picoshare-9.2.3...picoshare-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [picoshare-9.2.3](https://github.com/truecharts/charts/compare/picoshare-9.2.2...picoshare-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [picoshare-9.2.2](https://github.com/truecharts/charts/compare/picoshare-9.2.0...picoshare-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + +## [picoshare-8.1.11](https://github.com/truecharts/charts/compare/picoshare-8.1.10...picoshare-8.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [picoshare-8.1.10](https://github.com/truecharts/charts/compare/picoshare-8.1.9...picoshare-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [picoshare-8.1.9](https://github.com/truecharts/charts/compare/picoshare-8.1.8...picoshare-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [picoshare-8.1.8](https://github.com/truecharts/charts/compare/picoshare-8.1.7...picoshare-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [picoshare-8.1.7](https://github.com/truecharts/charts/compare/picoshare-8.1.6...picoshare-8.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + diff --git a/stable/picoshare/9.3.0/Chart.yaml b/stable/picoshare/9.3.0/Chart.yaml new file mode 100644 index 00000000000..2cd7e3b29f0 --- /dev/null +++ b/stable/picoshare/9.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.4.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: PicoShare is a minimalist service that allows you to share files easily. +home: https://truecharts.org/charts/stable/picoshare +icon: https://truecharts.org/img/hotlink-ok/chart-icons/picoshare.png +keywords: + - picoshare +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: picoshare +sources: + - https://github.com/mtlynch/picoshare + - https://github.com/truecharts/charts/tree/master/charts/stable/picoshare + - https://hub.docker.com/r/mtlynch/picoshare +type: application +version: 9.3.0 diff --git a/stable/picoshare/9.1.3/README.md b/stable/picoshare/9.3.0/README.md similarity index 100% rename from stable/picoshare/9.1.3/README.md rename to stable/picoshare/9.3.0/README.md diff --git a/stable/picoshare/9.3.0/app-changelog.md b/stable/picoshare/9.3.0/app-changelog.md new file mode 100644 index 00000000000..19903b63c05 --- /dev/null +++ b/stable/picoshare/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [picoshare-9.3.0](https://github.com/truecharts/charts/compare/picoshare-9.2.3...picoshare-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/picoshare/9.1.3/app-readme.md b/stable/picoshare/9.3.0/app-readme.md similarity index 100% rename from stable/picoshare/9.1.3/app-readme.md rename to stable/picoshare/9.3.0/app-readme.md diff --git a/stable/picoshare/9.3.0/charts/common-18.2.0.tgz b/stable/picoshare/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/picoshare/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/picoshare/9.1.3/ix_values.yaml b/stable/picoshare/9.3.0/ix_values.yaml similarity index 100% rename from stable/picoshare/9.1.3/ix_values.yaml rename to stable/picoshare/9.3.0/ix_values.yaml diff --git a/stable/picoshare/9.1.3/questions.yaml b/stable/picoshare/9.3.0/questions.yaml similarity index 100% rename from stable/picoshare/9.1.3/questions.yaml rename to stable/picoshare/9.3.0/questions.yaml diff --git a/stable/plex-meta-manager/6.1.3/templates/NOTES.txt b/stable/picoshare/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/plex-meta-manager/6.1.3/templates/NOTES.txt rename to stable/picoshare/9.3.0/templates/NOTES.txt diff --git a/stable/picoshare/9.1.3/templates/common.yaml b/stable/picoshare/9.3.0/templates/common.yaml similarity index 100% rename from stable/picoshare/9.1.3/templates/common.yaml rename to stable/picoshare/9.3.0/templates/common.yaml diff --git a/stable/pixark/5.1.3/values.yaml b/stable/picoshare/9.3.0/values.yaml similarity index 100% rename from stable/pixark/5.1.3/values.yaml rename to stable/picoshare/9.3.0/values.yaml diff --git a/stable/pigallery2/5.1.3/CHANGELOG.md b/stable/pigallery2/5.1.3/CHANGELOG.md deleted file mode 100644 index f8b95dc572e..00000000000 --- a/stable/pigallery2/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [pigallery2-4.1.11](https://github.com/truecharts/charts/compare/pigallery2-4.1.10...pigallery2-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pigallery2-4.1.10](https://github.com/truecharts/charts/compare/pigallery2-4.1.9...pigallery2-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [pigallery2-4.1.9](https://github.com/truecharts/charts/compare/pigallery2-4.1.8...pigallery2-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [pigallery2-4.1.8](https://github.com/truecharts/charts/compare/pigallery2-4.1.7...pigallery2-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [pigallery2-4.1.7](https://github.com/truecharts/charts/compare/pigallery2-4.1.6...pigallery2-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [pigallery2-4.1.6](https://github.com/truecharts/charts/compare/pigallery2-4.1.5...pigallery2-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [pigallery2-4.1.5](https://github.com/truecharts/charts/compare/pigallery2-4.1.4...pigallery2-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [pigallery2-4.1.4](https://github.com/truecharts/charts/compare/pigallery2-4.1.3...pigallery2-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [pigallery2-4.1.3](https://github.com/truecharts/charts/compare/pigallery2-4.1.0...pigallery2-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/pigallery2/5.1.3/Chart.yaml b/stable/pigallery2/5.1.3/Chart.yaml deleted file mode 100644 index f739ce82f97..00000000000 --- a/stable/pigallery2/5.1.3/Chart.yaml +++ /dev/null @@ -1,43 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "Homepage: http://bpatrik.github.io/pigallery2/" -home: https://truecharts.org/charts/stable/pigallery2 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pigallery2.png -keywords: - - pigallery2 - - Cloud - - MediaApp-Video - - MediaApp-Music - - MediaApp-Photos - - MediaServer-Video - - MediaServer-Music - - MediaServer-Photos -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pigallery2 -sources: - - https://github.com/bpatrik/pigallery2 - - https://github.com/truecharts/charts/tree/master/charts/stable/pigallery2 - - https://hub.docker.com/r/bpatrik/pigallery2 -type: application -version: 5.1.3 diff --git a/stable/pigallery2/5.1.3/charts/common-18.0.3.tgz b/stable/pigallery2/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/pigallery2/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/plausible/10.4.0/.helmignore b/stable/pigallery2/5.3.0/.helmignore similarity index 100% rename from stable/plausible/10.4.0/.helmignore rename to stable/pigallery2/5.3.0/.helmignore diff --git a/stable/pigallery2/5.3.0/CHANGELOG.md b/stable/pigallery2/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..4d4ba86f5c6 --- /dev/null +++ b/stable/pigallery2/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pigallery2-5.3.0](https://github.com/truecharts/charts/compare/pigallery2-5.2.3...pigallery2-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [pigallery2-5.2.3](https://github.com/truecharts/charts/compare/pigallery2-5.2.2...pigallery2-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [pigallery2-5.2.2](https://github.com/truecharts/charts/compare/pigallery2-5.2.0...pigallery2-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [pigallery2-4.1.11](https://github.com/truecharts/charts/compare/pigallery2-4.1.10...pigallery2-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [pigallery2-4.1.10](https://github.com/truecharts/charts/compare/pigallery2-4.1.9...pigallery2-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [pigallery2-4.1.9](https://github.com/truecharts/charts/compare/pigallery2-4.1.8...pigallery2-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [pigallery2-4.1.8](https://github.com/truecharts/charts/compare/pigallery2-4.1.7...pigallery2-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [pigallery2-4.1.7](https://github.com/truecharts/charts/compare/pigallery2-4.1.6...pigallery2-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [pigallery2-4.1.6](https://github.com/truecharts/charts/compare/pigallery2-4.1.5...pigallery2-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/pigallery2/5.3.0/Chart.yaml b/stable/pigallery2/5.3.0/Chart.yaml new file mode 100644 index 00000000000..4fb4cf4fe48 --- /dev/null +++ b/stable/pigallery2/5.3.0/Chart.yaml @@ -0,0 +1,43 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "Homepage: http://bpatrik.github.io/pigallery2/" +home: https://truecharts.org/charts/stable/pigallery2 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pigallery2.png +keywords: + - pigallery2 + - Cloud + - MediaApp-Video + - MediaApp-Music + - MediaApp-Photos + - MediaServer-Video + - MediaServer-Music + - MediaServer-Photos +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pigallery2 +sources: + - https://github.com/bpatrik/pigallery2 + - https://github.com/truecharts/charts/tree/master/charts/stable/pigallery2 + - https://hub.docker.com/r/bpatrik/pigallery2 +type: application +version: 5.3.0 diff --git a/stable/pigallery2/5.1.3/README.md b/stable/pigallery2/5.3.0/README.md similarity index 100% rename from stable/pigallery2/5.1.3/README.md rename to stable/pigallery2/5.3.0/README.md diff --git a/stable/pigallery2/5.3.0/app-changelog.md b/stable/pigallery2/5.3.0/app-changelog.md new file mode 100644 index 00000000000..92facd3c92c --- /dev/null +++ b/stable/pigallery2/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [pigallery2-5.3.0](https://github.com/truecharts/charts/compare/pigallery2-5.2.3...pigallery2-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/pigallery2/5.1.3/app-readme.md b/stable/pigallery2/5.3.0/app-readme.md similarity index 100% rename from stable/pigallery2/5.1.3/app-readme.md rename to stable/pigallery2/5.3.0/app-readme.md diff --git a/stable/pigallery2/5.3.0/charts/common-18.2.0.tgz b/stable/pigallery2/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/pigallery2/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/pigallery2/5.1.3/ix_values.yaml b/stable/pigallery2/5.3.0/ix_values.yaml similarity index 100% rename from stable/pigallery2/5.1.3/ix_values.yaml rename to stable/pigallery2/5.3.0/ix_values.yaml diff --git a/stable/pigallery2/5.1.3/questions.yaml b/stable/pigallery2/5.3.0/questions.yaml similarity index 100% rename from stable/pigallery2/5.1.3/questions.yaml rename to stable/pigallery2/5.3.0/questions.yaml diff --git a/stable/pigallery2/5.1.3/templates/common.yaml b/stable/pigallery2/5.3.0/templates/common.yaml similarity index 100% rename from stable/pigallery2/5.1.3/templates/common.yaml rename to stable/pigallery2/5.3.0/templates/common.yaml diff --git a/stable/plausible/10.4.0/values.yaml b/stable/pigallery2/5.3.0/values.yaml similarity index 100% rename from stable/plausible/10.4.0/values.yaml rename to stable/pigallery2/5.3.0/values.yaml diff --git a/stable/pihole/15.2.0/CHANGELOG.md b/stable/pihole/15.2.0/CHANGELOG.md deleted file mode 100644 index a3ccaa92ab4..00000000000 --- a/stable/pihole/15.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [pihole-14.0.5](https://github.com/truecharts/charts/compare/pihole-14.0.4...pihole-14.0.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pihole-14.0.4](https://github.com/truecharts/charts/compare/pihole-14.0.3...pihole-14.0.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [pihole-14.0.3](https://github.com/truecharts/charts/compare/pihole-14.0.2...pihole-14.0.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [pihole-14.0.2](https://github.com/truecharts/charts/compare/pihole-14.0.1...pihole-14.0.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [pihole-14.0.1](https://github.com/truecharts/charts/compare/pihole-14.0.0...pihole-14.0.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [pihole-14.0.0](https://github.com/truecharts/charts/compare/pihole-13.1.5...pihole-14.0.0) (2024-01-09) - -### Chore - - - -- update container image pihole/pihole to v2024.01.0[@d095ec4](https://github.com/d095ec4) by renovate ([#17027](https://github.com/truecharts/charts/issues/17027)) - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [pihole-13.1.5](https://github.com/truecharts/charts/compare/pihole-13.1.4...pihole-13.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [pihole-13.1.4](https://github.com/truecharts/charts/compare/pihole-13.1.3...pihole-13.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [pihole-13.1.3](https://github.com/truecharts/charts/compare/pihole-13.1.0...pihole-13.1.3) (2024-01-01) - -### Chore \ No newline at end of file diff --git a/stable/pihole/15.2.0/Chart.yaml b/stable/pihole/15.2.0/Chart.yaml deleted file mode 100644 index 9380598a1a9..00000000000 --- a/stable/pihole/15.2.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.02.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: DNS and Ad-filtering for your network -home: https://truecharts.org/charts/stable/pihole -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pihole.png -keywords: - - DNS -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pihole -sources: - - https://github.com/pi-hole - - https://github.com/pi-hole/docker-pi-hole - - https://pi-hole.net/ - - https://github.com/truecharts/charts/tree/master/charts/stable/pihole - - https://hub.docker.com/r/pihole/pihole -type: application -version: 15.2.0 diff --git a/stable/pihole/15.2.0/charts/common-18.1.2.tgz b/stable/pihole/15.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/pihole/15.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/pihole/15.2.0/ix_values.yaml b/stable/pihole/15.2.0/ix_values.yaml deleted file mode 100644 index 6b0d90355ed..00000000000 --- a/stable/pihole/15.2.0/ix_values.yaml +++ /dev/null @@ -1,71 +0,0 @@ -image: - repository: pihole/pihole - pullPolicy: IfNotPresent - tag: 2024.02.0@sha256:8077053835c2d2449041adad0c272d6e5fea3df91c5dfc3dae2bd950999c3118 -pihole: - webPassword: somepassword" - dnsServers: - - "9.9.9.9" - - "149.112.112.112" -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - allowPrivilegeEscalation: true - runAsUser: 0 - runAsGroup: 0 - capabilities: - add: - - NET_ADMIN - - SETFCAP - - SETPCAP - - KILL -workload: - main: - podSpec: - containers: - main: - envFrom: - - configMapRef: - name: pihole-env - probes: - liveness: - type: http - path: /admin/index.php - readiness: - type: http - path: /admin/index.php - startup: - type: http - path: /admin/index.php -service: - main: - ports: - main: - port: 9089 - targetPort: 80 - dns-tcp: - enabled: true - ports: - dns-tcp: - enabled: true - port: 53 - targetPort: 53 - dns: - enabled: true - ports: - dns: - enabled: true - protocol: udp - port: 53 - targetPort: 53 -persistence: - config: - enabled: true - mountPath: "/etc/pihole" - dnsmasq: - enabled: true - mountPath: "/etc/dnsmasq.d" -portal: - open: - enabled: true diff --git a/stable/plaxt/8.1.3/.helmignore b/stable/pihole/15.3.0/.helmignore similarity index 100% rename from stable/plaxt/8.1.3/.helmignore rename to stable/pihole/15.3.0/.helmignore diff --git a/stable/pihole/15.3.0/CHANGELOG.md b/stable/pihole/15.3.0/CHANGELOG.md new file mode 100644 index 00000000000..f06748da7b1 --- /dev/null +++ b/stable/pihole/15.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pihole-15.3.0](https://github.com/truecharts/charts/compare/pihole-15.2.4...pihole-15.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [pihole-15.2.4](https://github.com/truecharts/charts/compare/pihole-15.2.3...pihole-15.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [pihole-15.2.3](https://github.com/truecharts/charts/compare/pihole-15.2.1...pihole-15.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + +## [pihole-14.0.5](https://github.com/truecharts/charts/compare/pihole-14.0.4...pihole-14.0.5) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [pihole-14.0.4](https://github.com/truecharts/charts/compare/pihole-14.0.3...pihole-14.0.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [pihole-14.0.3](https://github.com/truecharts/charts/compare/pihole-14.0.2...pihole-14.0.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [pihole-14.0.2](https://github.com/truecharts/charts/compare/pihole-14.0.1...pihole-14.0.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [pihole-14.0.1](https://github.com/truecharts/charts/compare/pihole-14.0.0...pihole-14.0.1) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [pihole-14.0.0](https://github.com/truecharts/charts/compare/pihole-13.1.5...pihole-14.0.0) (2024-01-09) + +### Chore diff --git a/stable/pihole/15.3.0/Chart.yaml b/stable/pihole/15.3.0/Chart.yaml new file mode 100644 index 00000000000..0808e57c32b --- /dev/null +++ b/stable/pihole/15.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.02.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: DNS and Ad-filtering for your network +home: https://truecharts.org/charts/stable/pihole +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pihole.png +keywords: + - DNS +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pihole +sources: + - https://github.com/pi-hole + - https://github.com/pi-hole/docker-pi-hole + - https://pi-hole.net/ + - https://github.com/truecharts/charts/tree/master/charts/stable/pihole + - https://hub.docker.com/r/pihole/pihole +type: application +version: 15.3.0 diff --git a/stable/pihole/15.2.0/README.md b/stable/pihole/15.3.0/README.md similarity index 100% rename from stable/pihole/15.2.0/README.md rename to stable/pihole/15.3.0/README.md diff --git a/stable/pihole/15.3.0/app-changelog.md b/stable/pihole/15.3.0/app-changelog.md new file mode 100644 index 00000000000..8e6937cdb84 --- /dev/null +++ b/stable/pihole/15.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [pihole-15.3.0](https://github.com/truecharts/charts/compare/pihole-15.2.4...pihole-15.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/pihole/15.2.0/app-readme.md b/stable/pihole/15.3.0/app-readme.md similarity index 100% rename from stable/pihole/15.2.0/app-readme.md rename to stable/pihole/15.3.0/app-readme.md diff --git a/stable/pihole/15.3.0/charts/common-18.2.0.tgz b/stable/pihole/15.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/pihole/15.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/pihole/15.3.0/ix_values.yaml b/stable/pihole/15.3.0/ix_values.yaml new file mode 100644 index 00000000000..66e1d434fe1 --- /dev/null +++ b/stable/pihole/15.3.0/ix_values.yaml @@ -0,0 +1,71 @@ +image: + repository: pihole/pihole + pullPolicy: IfNotPresent + tag: 2024.02.2@sha256:774f55647070106d20787a65beaa4354cbd455c59f734f239fde544abd679928 +pihole: + webPassword: somepassword" + dnsServers: + - "9.9.9.9" + - "149.112.112.112" +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + allowPrivilegeEscalation: true + runAsUser: 0 + runAsGroup: 0 + capabilities: + add: + - NET_ADMIN + - SETFCAP + - SETPCAP + - KILL +workload: + main: + podSpec: + containers: + main: + envFrom: + - configMapRef: + name: pihole-env + probes: + liveness: + type: http + path: /admin/index.php + readiness: + type: http + path: /admin/index.php + startup: + type: http + path: /admin/index.php +service: + main: + ports: + main: + port: 9089 + targetPort: 80 + dns-tcp: + enabled: true + ports: + dns-tcp: + enabled: true + port: 53 + targetPort: 53 + dns: + enabled: true + ports: + dns: + enabled: true + protocol: udp + port: 53 + targetPort: 53 +persistence: + config: + enabled: true + mountPath: "/etc/pihole" + dnsmasq: + enabled: true + mountPath: "/etc/dnsmasq.d" +portal: + open: + enabled: true diff --git a/stable/pihole/15.2.0/questions.yaml b/stable/pihole/15.3.0/questions.yaml similarity index 100% rename from stable/pihole/15.2.0/questions.yaml rename to stable/pihole/15.3.0/questions.yaml diff --git a/stable/pihole/15.2.0/templates/_configmap.tpl b/stable/pihole/15.3.0/templates/_configmap.tpl similarity index 100% rename from stable/pihole/15.2.0/templates/_configmap.tpl rename to stable/pihole/15.3.0/templates/_configmap.tpl diff --git a/stable/pihole/15.2.0/templates/common.yaml b/stable/pihole/15.3.0/templates/common.yaml similarity index 100% rename from stable/pihole/15.2.0/templates/common.yaml rename to stable/pihole/15.3.0/templates/common.yaml diff --git a/stable/plaxt/8.1.3/values.yaml b/stable/pihole/15.3.0/values.yaml similarity index 100% rename from stable/plaxt/8.1.3/values.yaml rename to stable/pihole/15.3.0/values.yaml diff --git a/stable/pinry/9.1.3/CHANGELOG.md b/stable/pinry/9.1.3/CHANGELOG.md deleted file mode 100644 index 38d85733eea..00000000000 --- a/stable/pinry/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [pinry-8.1.11](https://github.com/truecharts/charts/compare/pinry-8.1.10...pinry-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pinry-8.1.10](https://github.com/truecharts/charts/compare/pinry-8.1.9...pinry-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [pinry-8.1.9](https://github.com/truecharts/charts/compare/pinry-8.1.8...pinry-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [pinry-8.1.8](https://github.com/truecharts/charts/compare/pinry-8.1.7...pinry-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [pinry-8.1.7](https://github.com/truecharts/charts/compare/pinry-8.1.6...pinry-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [pinry-8.1.6](https://github.com/truecharts/charts/compare/pinry-8.1.5...pinry-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [pinry-8.1.5](https://github.com/truecharts/charts/compare/pinry-8.1.4...pinry-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [pinry-8.1.4](https://github.com/truecharts/charts/compare/pinry-8.1.3...pinry-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [pinry-8.1.3](https://github.com/truecharts/charts/compare/pinry-8.1.0...pinry-8.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/pinry/9.1.3/Chart.yaml b/stable/pinry/9.1.3/Chart.yaml deleted file mode 100644 index f1c89d38753..00000000000 --- a/stable/pinry/9.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.1.12 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The open-source core of Pinry, a tiling image board system for people who want to save, tag, and share images, videos and webpages in an easy to skim through format. -home: https://truecharts.org/charts/stable/pinry -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pinry.png -keywords: - - pinry -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pinry -sources: - - https://github.com/pinry/pinry/ - - https://github.com/truecharts/charts/tree/master/charts/stable/pinry - - https://hub.docker.com/r/getpinry/pinry -type: application -version: 9.1.3 diff --git a/stable/pinry/9.1.3/charts/common-18.0.3.tgz b/stable/pinry/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/pinry/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/plex-auto-languages/8.1.3/.helmignore b/stable/pinry/9.3.0/.helmignore similarity index 100% rename from stable/plex-auto-languages/8.1.3/.helmignore rename to stable/pinry/9.3.0/.helmignore diff --git a/stable/pinry/9.3.0/CHANGELOG.md b/stable/pinry/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..070ff2131e5 --- /dev/null +++ b/stable/pinry/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pinry-9.3.0](https://github.com/truecharts/charts/compare/pinry-9.2.3...pinry-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [pinry-9.2.3](https://github.com/truecharts/charts/compare/pinry-9.2.2...pinry-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [pinry-9.2.2](https://github.com/truecharts/charts/compare/pinry-9.2.0...pinry-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [pinry-8.1.11](https://github.com/truecharts/charts/compare/pinry-8.1.10...pinry-8.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [pinry-8.1.10](https://github.com/truecharts/charts/compare/pinry-8.1.9...pinry-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [pinry-8.1.9](https://github.com/truecharts/charts/compare/pinry-8.1.8...pinry-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [pinry-8.1.8](https://github.com/truecharts/charts/compare/pinry-8.1.7...pinry-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [pinry-8.1.7](https://github.com/truecharts/charts/compare/pinry-8.1.6...pinry-8.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [pinry-8.1.6](https://github.com/truecharts/charts/compare/pinry-8.1.5...pinry-8.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/pinry/9.3.0/Chart.yaml b/stable/pinry/9.3.0/Chart.yaml new file mode 100644 index 00000000000..5b6726ecd6e --- /dev/null +++ b/stable/pinry/9.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.1.12 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The open-source core of Pinry, a tiling image board system for people who want to save, tag, and share images, videos and webpages in an easy to skim through format. +home: https://truecharts.org/charts/stable/pinry +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pinry.png +keywords: + - pinry +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pinry +sources: + - https://github.com/pinry/pinry/ + - https://github.com/truecharts/charts/tree/master/charts/stable/pinry + - https://hub.docker.com/r/getpinry/pinry +type: application +version: 9.3.0 diff --git a/stable/pinry/9.1.3/README.md b/stable/pinry/9.3.0/README.md similarity index 100% rename from stable/pinry/9.1.3/README.md rename to stable/pinry/9.3.0/README.md diff --git a/stable/pinry/9.3.0/app-changelog.md b/stable/pinry/9.3.0/app-changelog.md new file mode 100644 index 00000000000..bd496547dd4 --- /dev/null +++ b/stable/pinry/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [pinry-9.3.0](https://github.com/truecharts/charts/compare/pinry-9.2.3...pinry-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/pinry/9.1.3/app-readme.md b/stable/pinry/9.3.0/app-readme.md similarity index 100% rename from stable/pinry/9.1.3/app-readme.md rename to stable/pinry/9.3.0/app-readme.md diff --git a/stable/pinry/9.3.0/charts/common-18.2.0.tgz b/stable/pinry/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/pinry/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/pinry/9.1.3/ix_values.yaml b/stable/pinry/9.3.0/ix_values.yaml similarity index 100% rename from stable/pinry/9.1.3/ix_values.yaml rename to stable/pinry/9.3.0/ix_values.yaml diff --git a/stable/pinry/9.1.3/questions.yaml b/stable/pinry/9.3.0/questions.yaml similarity index 100% rename from stable/pinry/9.1.3/questions.yaml rename to stable/pinry/9.3.0/questions.yaml diff --git a/stable/plex-playlist-sync/3.1.3/templates/NOTES.txt b/stable/pinry/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/plex-playlist-sync/3.1.3/templates/NOTES.txt rename to stable/pinry/9.3.0/templates/NOTES.txt diff --git a/stable/pinry/9.1.3/templates/_secrets.tpl b/stable/pinry/9.3.0/templates/_secrets.tpl similarity index 100% rename from stable/pinry/9.1.3/templates/_secrets.tpl rename to stable/pinry/9.3.0/templates/_secrets.tpl diff --git a/stable/pinry/9.1.3/templates/common.yaml b/stable/pinry/9.3.0/templates/common.yaml similarity index 100% rename from stable/pinry/9.1.3/templates/common.yaml rename to stable/pinry/9.3.0/templates/common.yaml diff --git a/stable/plex-auto-languages/8.1.3/values.yaml b/stable/pinry/9.3.0/values.yaml similarity index 100% rename from stable/plex-auto-languages/8.1.3/values.yaml rename to stable/pinry/9.3.0/values.yaml diff --git a/stable/piwigo/12.4.0/CHANGELOG.md b/stable/piwigo/12.4.0/CHANGELOG.md deleted file mode 100644 index 1d7d0699895..00000000000 --- a/stable/piwigo/12.4.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - - - - - - -## [piwigo-11.3.1](https://github.com/truecharts/charts/compare/piwigo-11.3.0...piwigo-11.3.1) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/piwigo to 14.2.0[@5097fb5](https://github.com/5097fb5) by renovate ([#18071](https://github.com/truecharts/charts/issues/18071)) - - -## [piwigo-11.3.0](https://github.com/truecharts/charts/compare/piwigo-11.2.19...piwigo-11.3.0) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/piwigo to v14.2.0[@77f4bbd](https://github.com/77f4bbd) by renovate ([#17938](https://github.com/truecharts/charts/issues/17938)) - - -## [piwigo-11.2.19](https://github.com/truecharts/charts/compare/piwigo-11.2.18...piwigo-11.2.19) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [piwigo-11.2.18](https://github.com/truecharts/charts/compare/piwigo-11.2.17...piwigo-11.2.18) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/piwigo to 14.1.0[@90348fd](https://github.com/90348fd) by renovate ([#17617](https://github.com/truecharts/charts/issues/17617)) - - -## [piwigo-11.2.17](https://github.com/truecharts/charts/compare/piwigo-11.2.16...piwigo-11.2.17) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [piwigo-11.2.16](https://github.com/truecharts/charts/compare/piwigo-11.2.15...piwigo-11.2.16) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [piwigo-11.2.15](https://github.com/truecharts/charts/compare/piwigo-11.2.14...piwigo-11.2.15) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [piwigo-11.2.14](https://github.com/truecharts/charts/compare/piwigo-11.2.13...piwigo-11.2.14) (2024-01-21) \ No newline at end of file diff --git a/stable/piwigo/12.4.0/Chart.yaml b/stable/piwigo/12.4.0/Chart.yaml deleted file mode 100644 index dee441ecf3b..00000000000 --- a/stable/piwigo/12.4.0/Chart.yaml +++ /dev/null @@ -1,46 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 14.2.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.2.0 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A photo gallery software for the web. -home: https://truecharts.org/charts/stable/piwigo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/piwigo.png -keywords: - - piwigo - - gallery - - photo - - image -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: piwigo -sources: - - https://github.com/linuxserver/docker-piwigo - - https://github.com/truecharts/charts/tree/master/charts/stable/piwigo - - https://ghcr.io/linuxserver/piwigo -type: application -version: 12.4.0 diff --git a/stable/piwigo/12.4.0/charts/common-18.1.2.tgz b/stable/piwigo/12.4.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/piwigo/12.4.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/piwigo/12.4.0/charts/mariadb-13.2.0.tgz b/stable/piwigo/12.4.0/charts/mariadb-13.2.0.tgz deleted file mode 100644 index e0c199af270..00000000000 Binary files a/stable/piwigo/12.4.0/charts/mariadb-13.2.0.tgz and /dev/null differ diff --git a/stable/piwigo/12.4.0/ix_values.yaml b/stable/piwigo/12.4.0/ix_values.yaml deleted file mode 100644 index 7209af2153d..00000000000 --- a/stable/piwigo/12.4.0/ix_values.yaml +++ /dev/null @@ -1,59 +0,0 @@ -image: - repository: ghcr.io/linuxserver/piwigo - pullPolicy: IfNotPresent - tag: 14.2.0@sha256:34503bbb2c29d01515ad2f34af5764598c2c70846a0f0afe3be4b4330a227b0b -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - targetPort: 80 - port: 10027 -piwigo: - language: en_US - admin_user: admin - admin_pass: admin123 - admin_email: admin@email.com -workload: - main: - podSpec: - containers: - main: - lifecycle: - postStart: - type: exec - command: - - /bin/sh - - -c - - | - if [ -f "/config/POSTSETUP" ]; then - echo "POSTSETUP exists, no further action is needed." - else - while ! curl -s -o -v /dev/null http://localhost/install.php; do sleep 1; done && \ - curl -v -X POST -d "language={{ .Values.piwigo.language }}&dbhost={{ .Values.mariadb.creds.plainhost | trimAll "\"" }}:3306&dbuser={{ .Values.mariadb.mariadbUsername }}&dbpasswd={{ .Values.mariadb.creds.mariadbPassword | trimAll "\"" }}&dbname={{ .Values.mariadb.mariadbDatabase }}&prefix=piwigo_&admin_name={{ .Values.piwigo.admin_user }}&admin_pass1={{ .Values.piwigo.admin_pass }}&admin_pass2={{ .Values.piwigo.admin_pass }}&admin_mail={{ .Values.piwigo.admin_email }}&install=Start+installation" http://localhost/install.php?language={{ .Values.piwigo.language }} && \ - ( touch "/config/POSTSETUP" && echo "Created POSTSETUP!") || \ - ( echo "Failed to create POSTSETUP file..." && exit 1 ) - fi -persistence: - config: - enabled: true - mountPath: /config - size: 256Gi - gallery: - enabled: true - mountPath: /gallery - size: 256Gi - varrun: - enabled: true -mariadb: - enabled: true - mariadbUsername: piwigo - mariadbDatabase: piwigo -portal: - open: - enabled: true diff --git a/stable/plex-meta-manager/6.1.3/.helmignore b/stable/piwigo/12.6.0/.helmignore similarity index 100% rename from stable/plex-meta-manager/6.1.3/.helmignore rename to stable/piwigo/12.6.0/.helmignore diff --git a/stable/piwigo/12.6.0/CHANGELOG.md b/stable/piwigo/12.6.0/CHANGELOG.md new file mode 100644 index 00000000000..1166feddc50 --- /dev/null +++ b/stable/piwigo/12.6.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [piwigo-12.6.0](https://github.com/truecharts/charts/compare/piwigo-12.5.3...piwigo-12.6.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [piwigo-12.5.3](https://github.com/truecharts/charts/compare/piwigo-12.5.2...piwigo-12.5.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [piwigo-12.5.2](https://github.com/truecharts/charts/compare/piwigo-12.5.0...piwigo-12.5.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## [piwigo-11.3.1](https://github.com/truecharts/charts/compare/piwigo-11.3.0...piwigo-11.3.1) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/piwigo to 14.2.0[@5097fb5](https://github.com/5097fb5) by renovate ([#18071](https://github.com/truecharts/charts/issues/18071)) + + +## [piwigo-11.3.0](https://github.com/truecharts/charts/compare/piwigo-11.2.19...piwigo-11.3.0) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/piwigo to v14.2.0[@77f4bbd](https://github.com/77f4bbd) by renovate ([#17938](https://github.com/truecharts/charts/issues/17938)) + + +## [piwigo-11.2.19](https://github.com/truecharts/charts/compare/piwigo-11.2.18...piwigo-11.2.19) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [piwigo-11.2.18](https://github.com/truecharts/charts/compare/piwigo-11.2.17...piwigo-11.2.18) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/piwigo to 14.1.0[@90348fd](https://github.com/90348fd) by renovate ([#17617](https://github.com/truecharts/charts/issues/17617)) \ No newline at end of file diff --git a/stable/piwigo/12.6.0/Chart.yaml b/stable/piwigo/12.6.0/Chart.yaml new file mode 100644 index 00000000000..12df22c7093 --- /dev/null +++ b/stable/piwigo/12.6.0/Chart.yaml @@ -0,0 +1,46 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 14.3.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.2.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A photo gallery software for the web. +home: https://truecharts.org/charts/stable/piwigo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/piwigo.png +keywords: + - piwigo + - gallery + - photo + - image +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: piwigo +sources: + - https://github.com/linuxserver/docker-piwigo + - https://github.com/truecharts/charts/tree/master/charts/stable/piwigo + - https://ghcr.io/linuxserver/piwigo +type: application +version: 12.6.0 diff --git a/stable/piwigo/12.4.0/README.md b/stable/piwigo/12.6.0/README.md similarity index 100% rename from stable/piwigo/12.4.0/README.md rename to stable/piwigo/12.6.0/README.md diff --git a/stable/piwigo/12.6.0/app-changelog.md b/stable/piwigo/12.6.0/app-changelog.md new file mode 100644 index 00000000000..4842ad2a8c0 --- /dev/null +++ b/stable/piwigo/12.6.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [piwigo-12.6.0](https://github.com/truecharts/charts/compare/piwigo-12.5.3...piwigo-12.6.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/piwigo/12.4.0/app-readme.md b/stable/piwigo/12.6.0/app-readme.md similarity index 100% rename from stable/piwigo/12.4.0/app-readme.md rename to stable/piwigo/12.6.0/app-readme.md diff --git a/stable/piwigo/12.6.0/charts/common-18.2.0.tgz b/stable/piwigo/12.6.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/piwigo/12.6.0/charts/common-18.2.0.tgz differ diff --git a/stable/piwigo/12.6.0/charts/mariadb-13.2.0.tgz b/stable/piwigo/12.6.0/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/piwigo/12.6.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/piwigo/12.6.0/ix_values.yaml b/stable/piwigo/12.6.0/ix_values.yaml new file mode 100644 index 00000000000..30bc24fc561 --- /dev/null +++ b/stable/piwigo/12.6.0/ix_values.yaml @@ -0,0 +1,59 @@ +image: + repository: ghcr.io/linuxserver/piwigo + pullPolicy: IfNotPresent + tag: 14.3.0@sha256:a59502f998d0998c1444c6a60cffa4997863838de5e9fba7c90f02e041dc12b6 +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + targetPort: 80 + port: 10027 +piwigo: + language: en_US + admin_user: admin + admin_pass: admin123 + admin_email: admin@email.com +workload: + main: + podSpec: + containers: + main: + lifecycle: + postStart: + type: exec + command: + - /bin/sh + - -c + - | + if [ -f "/config/POSTSETUP" ]; then + echo "POSTSETUP exists, no further action is needed." + else + while ! curl -s -o -v /dev/null http://localhost/install.php; do sleep 1; done && \ + curl -v -X POST -d "language={{ .Values.piwigo.language }}&dbhost={{ .Values.mariadb.creds.plainhost | trimAll "\"" }}:3306&dbuser={{ .Values.mariadb.mariadbUsername }}&dbpasswd={{ .Values.mariadb.creds.mariadbPassword | trimAll "\"" }}&dbname={{ .Values.mariadb.mariadbDatabase }}&prefix=piwigo_&admin_name={{ .Values.piwigo.admin_user }}&admin_pass1={{ .Values.piwigo.admin_pass }}&admin_pass2={{ .Values.piwigo.admin_pass }}&admin_mail={{ .Values.piwigo.admin_email }}&install=Start+installation" http://localhost/install.php?language={{ .Values.piwigo.language }} && \ + ( touch "/config/POSTSETUP" && echo "Created POSTSETUP!") || \ + ( echo "Failed to create POSTSETUP file..." && exit 1 ) + fi +persistence: + config: + enabled: true + mountPath: /config + size: 256Gi + gallery: + enabled: true + mountPath: /gallery + size: 256Gi + varrun: + enabled: true +mariadb: + enabled: true + mariadbUsername: piwigo + mariadbDatabase: piwigo +portal: + open: + enabled: true diff --git a/stable/piwigo/12.4.0/questions.yaml b/stable/piwigo/12.6.0/questions.yaml similarity index 100% rename from stable/piwigo/12.4.0/questions.yaml rename to stable/piwigo/12.6.0/questions.yaml diff --git a/stable/plex-utills/8.1.3/templates/NOTES.txt b/stable/piwigo/12.6.0/templates/NOTES.txt similarity index 100% rename from stable/plex-utills/8.1.3/templates/NOTES.txt rename to stable/piwigo/12.6.0/templates/NOTES.txt diff --git a/stable/pretend-youre-xyzzy/13.1.3/templates/common.yaml b/stable/piwigo/12.6.0/templates/common.yaml similarity index 100% rename from stable/pretend-youre-xyzzy/13.1.3/templates/common.yaml rename to stable/piwigo/12.6.0/templates/common.yaml diff --git a/stable/plex-meta-manager/6.1.3/values.yaml b/stable/piwigo/12.6.0/values.yaml similarity index 100% rename from stable/plex-meta-manager/6.1.3/values.yaml rename to stable/piwigo/12.6.0/values.yaml diff --git a/stable/pixapop/10.1.3/CHANGELOG.md b/stable/pixapop/10.1.3/CHANGELOG.md deleted file mode 100644 index 4e66528ed64..00000000000 --- a/stable/pixapop/10.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [pixapop-9.1.11](https://github.com/truecharts/charts/compare/pixapop-9.1.10...pixapop-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pixapop-9.1.10](https://github.com/truecharts/charts/compare/pixapop-9.1.9...pixapop-9.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [pixapop-9.1.9](https://github.com/truecharts/charts/compare/pixapop-9.1.8...pixapop-9.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [pixapop-9.1.8](https://github.com/truecharts/charts/compare/pixapop-9.1.7...pixapop-9.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [pixapop-9.1.7](https://github.com/truecharts/charts/compare/pixapop-9.1.6...pixapop-9.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [pixapop-9.1.6](https://github.com/truecharts/charts/compare/pixapop-9.1.5...pixapop-9.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [pixapop-9.1.5](https://github.com/truecharts/charts/compare/pixapop-9.1.4...pixapop-9.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [pixapop-9.1.4](https://github.com/truecharts/charts/compare/pixapop-9.1.3...pixapop-9.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [pixapop-9.1.3](https://github.com/truecharts/charts/compare/pixapop-9.1.0...pixapop-9.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/pixapop/10.1.3/Chart.yaml b/stable/pixapop/10.1.3/Chart.yaml deleted file mode 100644 index cd361d34572..00000000000 --- a/stable/pixapop/10.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.2.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: An open-source single page application to view your photos in the easiest way possible. -home: https://truecharts.org/charts/stable/pixapop -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixapop.png -keywords: - - pixapop - - photo - - gallery - - image -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pixapop -sources: - - https://github.com/linuxserver/docker-pixapop - - https://github.com/bierdok/pixapop - - https://github.com/truecharts/charts/tree/master/charts/stable/pixapop - - https://ghcr.io/linuxserver/pixapop -type: application -version: 10.1.3 diff --git a/stable/pixapop/10.1.3/charts/common-18.0.3.tgz b/stable/pixapop/10.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/pixapop/10.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/plex-playlist-sync/3.1.3/.helmignore b/stable/pixapop/10.3.0/.helmignore similarity index 100% rename from stable/plex-playlist-sync/3.1.3/.helmignore rename to stable/pixapop/10.3.0/.helmignore diff --git a/stable/pixapop/10.3.0/CHANGELOG.md b/stable/pixapop/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..aa72400ca8b --- /dev/null +++ b/stable/pixapop/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pixapop-10.3.0](https://github.com/truecharts/charts/compare/pixapop-10.2.3...pixapop-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [pixapop-10.2.3](https://github.com/truecharts/charts/compare/pixapop-10.2.2...pixapop-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [pixapop-10.2.2](https://github.com/truecharts/charts/compare/pixapop-10.2.0...pixapop-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [pixapop-9.1.11](https://github.com/truecharts/charts/compare/pixapop-9.1.10...pixapop-9.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [pixapop-9.1.10](https://github.com/truecharts/charts/compare/pixapop-9.1.9...pixapop-9.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [pixapop-9.1.9](https://github.com/truecharts/charts/compare/pixapop-9.1.8...pixapop-9.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [pixapop-9.1.8](https://github.com/truecharts/charts/compare/pixapop-9.1.7...pixapop-9.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [pixapop-9.1.7](https://github.com/truecharts/charts/compare/pixapop-9.1.6...pixapop-9.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [pixapop-9.1.6](https://github.com/truecharts/charts/compare/pixapop-9.1.5...pixapop-9.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/pixapop/10.3.0/Chart.yaml b/stable/pixapop/10.3.0/Chart.yaml new file mode 100644 index 00000000000..f9ea0ee69fc --- /dev/null +++ b/stable/pixapop/10.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An open-source single page application to view your photos in the easiest way possible. +home: https://truecharts.org/charts/stable/pixapop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixapop.png +keywords: + - pixapop + - photo + - gallery + - image +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pixapop +sources: + - https://github.com/linuxserver/docker-pixapop + - https://github.com/bierdok/pixapop + - https://github.com/truecharts/charts/tree/master/charts/stable/pixapop + - https://ghcr.io/linuxserver/pixapop +type: application +version: 10.3.0 diff --git a/stable/pixapop/10.1.3/README.md b/stable/pixapop/10.3.0/README.md similarity index 100% rename from stable/pixapop/10.1.3/README.md rename to stable/pixapop/10.3.0/README.md diff --git a/stable/pixapop/10.3.0/app-changelog.md b/stable/pixapop/10.3.0/app-changelog.md new file mode 100644 index 00000000000..89e189cdb00 --- /dev/null +++ b/stable/pixapop/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [pixapop-10.3.0](https://github.com/truecharts/charts/compare/pixapop-10.2.3...pixapop-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/pixapop/10.1.3/app-readme.md b/stable/pixapop/10.3.0/app-readme.md similarity index 100% rename from stable/pixapop/10.1.3/app-readme.md rename to stable/pixapop/10.3.0/app-readme.md diff --git a/stable/pixapop/10.3.0/charts/common-18.2.0.tgz b/stable/pixapop/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/pixapop/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/pixapop/10.1.3/ix_values.yaml b/stable/pixapop/10.3.0/ix_values.yaml similarity index 100% rename from stable/pixapop/10.1.3/ix_values.yaml rename to stable/pixapop/10.3.0/ix_values.yaml diff --git a/stable/pixapop/10.1.3/questions.yaml b/stable/pixapop/10.3.0/questions.yaml similarity index 100% rename from stable/pixapop/10.1.3/questions.yaml rename to stable/pixapop/10.3.0/questions.yaml diff --git a/stable/plex/17.2.0/templates/NOTES.txt b/stable/pixapop/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/plex/17.2.0/templates/NOTES.txt rename to stable/pixapop/10.3.0/templates/NOTES.txt diff --git a/stable/pixapop/10.1.3/templates/common.yaml b/stable/pixapop/10.3.0/templates/common.yaml similarity index 100% rename from stable/pixapop/10.1.3/templates/common.yaml rename to stable/pixapop/10.3.0/templates/common.yaml diff --git a/stable/plex-playlist-sync/3.1.3/values.yaml b/stable/pixapop/10.3.0/values.yaml similarity index 100% rename from stable/plex-playlist-sync/3.1.3/values.yaml rename to stable/pixapop/10.3.0/values.yaml diff --git a/stable/pixark/5.1.3/CHANGELOG.md b/stable/pixark/5.1.3/CHANGELOG.md deleted file mode 100644 index f03e847ced9..00000000000 --- a/stable/pixark/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [pixark-4.1.11](https://github.com/truecharts/charts/compare/pixark-4.1.10...pixark-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pixark-4.1.10](https://github.com/truecharts/charts/compare/pixark-4.1.9...pixark-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [pixark-4.1.9](https://github.com/truecharts/charts/compare/pixark-4.1.8...pixark-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [pixark-4.1.8](https://github.com/truecharts/charts/compare/pixark-4.1.7...pixark-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [pixark-4.1.7](https://github.com/truecharts/charts/compare/pixark-4.1.6...pixark-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [pixark-4.1.6](https://github.com/truecharts/charts/compare/pixark-4.1.5...pixark-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [pixark-4.1.5](https://github.com/truecharts/charts/compare/pixark-4.1.4...pixark-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [pixark-4.1.4](https://github.com/truecharts/charts/compare/pixark-4.1.3...pixark-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [pixark-4.1.3](https://github.com/truecharts/charts/compare/pixark-4.1.0...pixark-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/pixark/5.1.3/Chart.yaml b/stable/pixark/5.1.3/Chart.yaml deleted file mode 100644 index eb3c49978ea..00000000000 --- a/stable/pixark/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: pixark -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install PIXARK and run it (a normal server startup of PIXARK can take a long time!). -home: https://truecharts.org/charts/stable/pixark -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixark.png -keywords: - - pixark - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pixark -sources: - - https://pixark.snail.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/pixark - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/pixark/5.1.3/charts/common-18.0.3.tgz b/stable/pixark/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/pixark/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/plex-utills/8.1.3/.helmignore b/stable/pixark/5.3.0/.helmignore similarity index 100% rename from stable/plex-utills/8.1.3/.helmignore rename to stable/pixark/5.3.0/.helmignore diff --git a/stable/pixark/5.3.0/CHANGELOG.md b/stable/pixark/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..db0a7f01373 --- /dev/null +++ b/stable/pixark/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pixark-5.3.0](https://github.com/truecharts/charts/compare/pixark-5.2.3...pixark-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [pixark-5.2.3](https://github.com/truecharts/charts/compare/pixark-5.2.2...pixark-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [pixark-5.2.2](https://github.com/truecharts/charts/compare/pixark-5.2.0...pixark-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [pixark-4.1.11](https://github.com/truecharts/charts/compare/pixark-4.1.10...pixark-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [pixark-4.1.10](https://github.com/truecharts/charts/compare/pixark-4.1.9...pixark-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [pixark-4.1.9](https://github.com/truecharts/charts/compare/pixark-4.1.8...pixark-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [pixark-4.1.8](https://github.com/truecharts/charts/compare/pixark-4.1.7...pixark-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [pixark-4.1.7](https://github.com/truecharts/charts/compare/pixark-4.1.6...pixark-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [pixark-4.1.6](https://github.com/truecharts/charts/compare/pixark-4.1.5...pixark-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/pixark/5.3.0/Chart.yaml b/stable/pixark/5.3.0/Chart.yaml new file mode 100644 index 00000000000..dc5fc91d077 --- /dev/null +++ b/stable/pixark/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: pixark +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install PIXARK and run it (a normal server startup of PIXARK can take a long time!). +home: https://truecharts.org/charts/stable/pixark +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixark.png +keywords: + - pixark + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pixark +sources: + - https://pixark.snail.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/pixark + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/pixark/5.1.3/README.md b/stable/pixark/5.3.0/README.md similarity index 100% rename from stable/pixark/5.1.3/README.md rename to stable/pixark/5.3.0/README.md diff --git a/stable/pixark/5.3.0/app-changelog.md b/stable/pixark/5.3.0/app-changelog.md new file mode 100644 index 00000000000..582e3c7e3f4 --- /dev/null +++ b/stable/pixark/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [pixark-5.3.0](https://github.com/truecharts/charts/compare/pixark-5.2.3...pixark-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/pixark/5.1.3/app-readme.md b/stable/pixark/5.3.0/app-readme.md similarity index 100% rename from stable/pixark/5.1.3/app-readme.md rename to stable/pixark/5.3.0/app-readme.md diff --git a/stable/pixark/5.3.0/charts/common-18.2.0.tgz b/stable/pixark/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/pixark/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/pixark/5.1.3/ix_values.yaml b/stable/pixark/5.3.0/ix_values.yaml similarity index 100% rename from stable/pixark/5.1.3/ix_values.yaml rename to stable/pixark/5.3.0/ix_values.yaml diff --git a/stable/pixark/5.1.3/questions.yaml b/stable/pixark/5.3.0/questions.yaml similarity index 100% rename from stable/pixark/5.1.3/questions.yaml rename to stable/pixark/5.3.0/questions.yaml diff --git a/stable/pixark/5.1.3/templates/common.yaml b/stable/pixark/5.3.0/templates/common.yaml similarity index 100% rename from stable/pixark/5.1.3/templates/common.yaml rename to stable/pixark/5.3.0/templates/common.yaml diff --git a/stable/plex-utills/8.1.3/values.yaml b/stable/pixark/5.3.0/values.yaml similarity index 100% rename from stable/plex-utills/8.1.3/values.yaml rename to stable/pixark/5.3.0/values.yaml diff --git a/stable/plausible/10.4.0/CHANGELOG.md b/stable/plausible/10.4.0/CHANGELOG.md deleted file mode 100644 index 53e76a0a515..00000000000 --- a/stable/plausible/10.4.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - -## [plausible-8.2.9](https://github.com/truecharts/charts/compare/plausible-8.2.8...plausible-8.2.9) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [plausible-8.2.8](https://github.com/truecharts/charts/compare/plausible-8.2.7...plausible-8.2.8) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [plausible-8.2.7](https://github.com/truecharts/charts/compare/plausible-8.2.6...plausible-8.2.7) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [plausible-8.2.6](https://github.com/truecharts/charts/compare/plausible-8.2.5...plausible-8.2.6) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [plausible-8.2.5](https://github.com/truecharts/charts/compare/plausible-8.2.4...plausible-8.2.5) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [plausible-8.2.4](https://github.com/truecharts/charts/compare/plausible-8.2.3...plausible-8.2.4) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [plausible-8.2.3](https://github.com/truecharts/charts/compare/plausible-8.2.2...plausible-8.2.3) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - -- update helm general non-major by renovate ([#17057](https://github.com/truecharts/charts/issues/17057)) - - -## [plausible-8.2.3](https://github.com/truecharts/charts/compare/plausible-8.2.2...plausible-8.2.3) (2024-01-09) - -### Chore - - diff --git a/stable/plausible/10.4.0/Chart.yaml b/stable/plausible/10.4.0/Chart.yaml deleted file mode 100644 index d73ac42a264..00000000000 --- a/stable/plausible/10.4.0/Chart.yaml +++ /dev/null @@ -1,47 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: analytics - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.0.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: clickhouse - version: 12.2.0 - repository: oci://tccr.io/truecharts - condition: clickhouse.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Plausible is lightweight and open source web analytics. No cookies and fully compliant with GDPR, CCPA and PECR. -home: https://truecharts.org/charts/stable/plausible -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plausible.png -keywords: - - plausible - - analytics -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: plausible -sources: - - https://plausible.io/docs/self-hosting - - https://github.com/plausible/analytics - - https://github.com/plausible/hosting - - https://plausible.io/ - - https://github.com/truecharts/charts/tree/master/charts/stable/plausible - - https://hub.docker.com/r/plausible/analytics -type: application -version: 10.4.0 diff --git a/stable/plausible/10.4.0/charts/clickhouse-12.2.0.tgz b/stable/plausible/10.4.0/charts/clickhouse-12.2.0.tgz deleted file mode 100644 index 8a10a36f672..00000000000 Binary files a/stable/plausible/10.4.0/charts/clickhouse-12.2.0.tgz and /dev/null differ diff --git a/stable/plausible/10.4.0/charts/common-18.1.2.tgz b/stable/plausible/10.4.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/plausible/10.4.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/plausible/10.4.0/questions.yaml b/stable/plausible/10.4.0/questions.yaml deleted file mode 100755 index 2fbd6d43714..00000000000 --- a/stable/plausible/10.4.0/questions.yaml +++ /dev/null @@ -1,3262 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: plausible - group: "App Configuration" - label: "Plausible Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: server - label: Server Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: base_url - label: Base Url - description: The hosting URL of the server, used for URL generation. In production systems, this should be your ingress host. - schema: - type: string - default: http://localhost:10277 - required: true - - variable: disable_registration - label: Disable Registration - description: Restricts registration of new users. - schema: - type: string - required: true - default: "true" - enum: - - value: "true" - description: Full restriction - - value: "false" - description: No restriction - - value: invite_only - description: Only invited users can register - - variable: log_failed_login_attempts - label: Log Failed Login Attempts - description: Controls whether to log warnings about failed login attempts. - schema: - type: boolean - default: false - - variable: log_level - label: Log Level - description: Logging Level - schema: - type: string - required: true - default: warn - enum: - - value: debug - description: debug - - value: info - description: info - - value: warn - description: warn - - value: error - description: error - - variable: db - label: DB Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: clickhouse_flush_interval_ms - label: Clickhouse Flush Interval MS - description: Interval (in milliseconds) between flushing events and sessions data to Clickhouse. Consult Clickhouse docs before changing it. - schema: - type: int - default: 5000 - required: true - - variable: clickhouse_max_buffer_size - label: Clickhouse Max Buffer Size - description: Maximum size of the buffer of events or sessions. Consult Clickhouse docs before changing it. - schema: - type: int - default: 10000 - required: true - - variable: email - label: Email Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: mailer_email - label: Mailer Email - description: The email id to use for as from address of all communications from Plausible. - schema: - type: string - default: hello@plausible.local - required: true - - variable: mailer_name - label: Mailer Name - description: The display name for the sender (from). - schema: - type: string - default: "" - - variable: smtp_host_address - label: SMTP Host Address - description: The host address of your smtp server. - schema: - type: string - default: localhost - required: true - - variable: smtp_host_port - label: SMTP Host Port - description: The port of your smtp server. - schema: - type: int - default: 25 - required: true - - variable: smtp_user_name - label: SMTP User Name - description: The username/email in case SMTP auth is enabled. - schema: - type: string - default: "" - - variable: smtp_user_password - label: SMTP User Password - description: The password in case SMTP auth is enabled. - schema: - type: string - default: "" - private: true - - variable: smtp_host_ssl_enabled - label: SMTP Host SSL Enabled - description: If SSL is enabled for SMTP connection - schema: - type: boolean - default: false - - variable: smtp_retries - label: SMTP Retries - description: Number of retries to make until mailer gives up. - schema: - type: int - default: 2 - required: true - - variable: mailer_adapter - label: Mailer Adapter - description: Mailer Adapter - schema: - type: string - required: true - default: Bamboo.SMTPAdapter - enum: - - value: Bamboo.SMTPAdapter - description: Bamboo.SMTPAdapter - - value: Bamboo.PostmarkAdapter - description: Bamboo.PostmarkAdapter - - value: Bamboo.MailgunAdapter - description: Bamboo.MailgunAdapter - - value: Bamboo.MandrillAdapter - description: Bamboo.MandrillAdapter - - value: Bamboo.SendGridAdapter - description: Bamboo.SendGridAdapter - - variable: postmark_api_key - label: Postmark API Key - description: Required. Enter your API key. - schema: - type: string - private: true - default: "" - show_if: [["mailer_adapter", "=", "Bamboo.PostmarkAdapter"]] - - variable: mailgun_api_key - label: Mailgun API Key - description: Required. Enter your API key. - schema: - type: string - default: "" - private: true - show_if: [["mailer_adapter", "=", "Bamboo.MailgunAdapter"]] - - variable: mailgun_domain - label: Mailgun Domain - description: Required. Enter your Mailgun domain. - schema: - type: string - default: "" - show_if: [["mailer_adapter", "=", "Bamboo.MailgunAdapter"]] - - variable: mailgun_base_uri - label: Mailgun Base URI - description: This is optional. Mailgun makes a difference in the API base URL between sender domains from within the EU and outside. By default, the base URL is set to https://api.mailgun.net/v3. To override this you can pass https://api.eu.mailgun.net/v3 if you are using an EU domain. - schema: - type: string - default: "" - show_if: [["mailer_adapter", "=", "Bamboo.MailgunAdapter"]] - - variable: mandrill_api_key - label: Mandrill API Key - description: Required. Enter your API key. - schema: - type: string - default: "" - private: true - show_if: [["mailer_adapter", "=", "Bamboo.MandrillAdapter"]] - - variable: sendgrid_api_key - label: Sendgrid API Key - description: Required. Enter your API key. - schema: - type: string - default: "" - private: true - show_if: [["mailer_adapter", "=", "Bamboo.SendGridAdapter"]] - - variable: maxmind - label: Maxmind Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: license_key - label: Maxmind License Key - description: MaxMind license key to automatically download and update the database - schema: - type: string - default: "" - private: true - - variable: edition - label: Maxmind Edition - description: MaxMind database edition to use (only if Maxmind License Key is set) - schema: - show_if: [["license_key", "!=", ""]] - type: string - required: true - default: GeoLite2-City - enum: - - value: GeoLite2-City - description: GeoLite2-City - - value: GeoLite2-Country - description: GeoLite2-Country - - variable: google - label: Google Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: client_id - label: Google CLient ID - description: The Client ID from the Google API Console for your Plausible Analytics project - schema: - type: string - default: "" - - variable: client_secret - label: Google CLient Secret - description: The Client Secret from the Google API Console for your Plausible Analytics project - schema: - type: string - default: "" - private: true - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10277 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 1000 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 1000 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/plex/17.2.0/.helmignore b/stable/plausible/10.6.0/.helmignore similarity index 100% rename from stable/plex/17.2.0/.helmignore rename to stable/plausible/10.6.0/.helmignore diff --git a/stable/plausible/10.6.0/CHANGELOG.md b/stable/plausible/10.6.0/CHANGELOG.md new file mode 100644 index 00000000000..318b9966ffb --- /dev/null +++ b/stable/plausible/10.6.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [plausible-10.6.0](https://github.com/truecharts/charts/compare/plausible-10.5.3...plausible-10.6.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [plausible-10.5.3](https://github.com/truecharts/charts/compare/plausible-10.5.2...plausible-10.5.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [plausible-10.5.2](https://github.com/truecharts/charts/compare/plausible-10.5.0...plausible-10.5.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + +## [plausible-8.2.9](https://github.com/truecharts/charts/compare/plausible-8.2.8...plausible-8.2.9) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [plausible-8.2.8](https://github.com/truecharts/charts/compare/plausible-8.2.7...plausible-8.2.8) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [plausible-8.2.7](https://github.com/truecharts/charts/compare/plausible-8.2.6...plausible-8.2.7) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [plausible-8.2.6](https://github.com/truecharts/charts/compare/plausible-8.2.5...plausible-8.2.6) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [plausible-8.2.5](https://github.com/truecharts/charts/compare/plausible-8.2.4...plausible-8.2.5) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) \ No newline at end of file diff --git a/stable/plausible/10.6.0/Chart.yaml b/stable/plausible/10.6.0/Chart.yaml new file mode 100644 index 00000000000..e833e293f7e --- /dev/null +++ b/stable/plausible/10.6.0/Chart.yaml @@ -0,0 +1,47 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: analytics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: clickhouse + version: 12.3.0 + repository: oci://tccr.io/truecharts + condition: clickhouse.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Plausible is lightweight and open source web analytics. No cookies and fully compliant with GDPR, CCPA and PECR. +home: https://truecharts.org/charts/stable/plausible +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plausible.png +keywords: + - plausible + - analytics +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plausible +sources: + - https://plausible.io/docs/self-hosting + - https://github.com/plausible/analytics + - https://github.com/plausible/hosting + - https://plausible.io/ + - https://github.com/truecharts/charts/tree/master/charts/stable/plausible + - https://hub.docker.com/r/plausible/analytics +type: application +version: 10.6.0 diff --git a/stable/plausible/10.4.0/README.md b/stable/plausible/10.6.0/README.md similarity index 100% rename from stable/plausible/10.4.0/README.md rename to stable/plausible/10.6.0/README.md diff --git a/stable/plausible/10.6.0/app-changelog.md b/stable/plausible/10.6.0/app-changelog.md new file mode 100644 index 00000000000..8e78f80b949 --- /dev/null +++ b/stable/plausible/10.6.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [plausible-10.6.0](https://github.com/truecharts/charts/compare/plausible-10.5.3...plausible-10.6.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/plausible/10.4.0/app-readme.md b/stable/plausible/10.6.0/app-readme.md similarity index 100% rename from stable/plausible/10.4.0/app-readme.md rename to stable/plausible/10.6.0/app-readme.md diff --git a/stable/plausible/10.6.0/charts/clickhouse-12.3.0.tgz b/stable/plausible/10.6.0/charts/clickhouse-12.3.0.tgz new file mode 100644 index 00000000000..b91756a71d8 Binary files /dev/null and b/stable/plausible/10.6.0/charts/clickhouse-12.3.0.tgz differ diff --git a/stable/plausible/10.6.0/charts/common-18.2.0.tgz b/stable/plausible/10.6.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/plausible/10.6.0/charts/common-18.2.0.tgz differ diff --git a/stable/plausible/10.4.0/ix_values.yaml b/stable/plausible/10.6.0/ix_values.yaml similarity index 100% rename from stable/plausible/10.4.0/ix_values.yaml rename to stable/plausible/10.6.0/ix_values.yaml diff --git a/stable/plausible/10.6.0/questions.yaml b/stable/plausible/10.6.0/questions.yaml new file mode 100755 index 00000000000..8cbeafcb41a --- /dev/null +++ b/stable/plausible/10.6.0/questions.yaml @@ -0,0 +1,3220 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: plausible + group: "App Configuration" + label: "Plausible Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: server + label: Server Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: base_url + label: Base Url + description: The hosting URL of the server, used for URL generation. In production systems, this should be your ingress host. + schema: + type: string + default: http://localhost:10277 + required: true + - variable: disable_registration + label: Disable Registration + description: Restricts registration of new users. + schema: + type: string + required: true + default: "true" + enum: + - value: "true" + description: Full restriction + - value: "false" + description: No restriction + - value: invite_only + description: Only invited users can register + - variable: log_failed_login_attempts + label: Log Failed Login Attempts + description: Controls whether to log warnings about failed login attempts. + schema: + type: boolean + default: false + - variable: log_level + label: Log Level + description: Logging Level + schema: + type: string + required: true + default: warn + enum: + - value: debug + description: debug + - value: info + description: info + - value: warn + description: warn + - value: error + description: error + - variable: db + label: DB Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: clickhouse_flush_interval_ms + label: Clickhouse Flush Interval MS + description: Interval (in milliseconds) between flushing events and sessions data to Clickhouse. Consult Clickhouse docs before changing it. + schema: + type: int + default: 5000 + required: true + - variable: clickhouse_max_buffer_size + label: Clickhouse Max Buffer Size + description: Maximum size of the buffer of events or sessions. Consult Clickhouse docs before changing it. + schema: + type: int + default: 10000 + required: true + - variable: email + label: Email Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: mailer_email + label: Mailer Email + description: The email id to use for as from address of all communications from Plausible. + schema: + type: string + default: hello@plausible.local + required: true + - variable: mailer_name + label: Mailer Name + description: The display name for the sender (from). + schema: + type: string + default: "" + - variable: smtp_host_address + label: SMTP Host Address + description: The host address of your smtp server. + schema: + type: string + default: localhost + required: true + - variable: smtp_host_port + label: SMTP Host Port + description: The port of your smtp server. + schema: + type: int + default: 25 + required: true + - variable: smtp_user_name + label: SMTP User Name + description: The username/email in case SMTP auth is enabled. + schema: + type: string + default: "" + - variable: smtp_user_password + label: SMTP User Password + description: The password in case SMTP auth is enabled. + schema: + type: string + default: "" + private: true + - variable: smtp_host_ssl_enabled + label: SMTP Host SSL Enabled + description: If SSL is enabled for SMTP connection + schema: + type: boolean + default: false + - variable: smtp_retries + label: SMTP Retries + description: Number of retries to make until mailer gives up. + schema: + type: int + default: 2 + required: true + - variable: mailer_adapter + label: Mailer Adapter + description: Mailer Adapter + schema: + type: string + required: true + default: Bamboo.SMTPAdapter + enum: + - value: Bamboo.SMTPAdapter + description: Bamboo.SMTPAdapter + - value: Bamboo.PostmarkAdapter + description: Bamboo.PostmarkAdapter + - value: Bamboo.MailgunAdapter + description: Bamboo.MailgunAdapter + - value: Bamboo.MandrillAdapter + description: Bamboo.MandrillAdapter + - value: Bamboo.SendGridAdapter + description: Bamboo.SendGridAdapter + - variable: postmark_api_key + label: Postmark API Key + description: Required. Enter your API key. + schema: + type: string + private: true + default: "" + show_if: [["mailer_adapter", "=", "Bamboo.PostmarkAdapter"]] + - variable: mailgun_api_key + label: Mailgun API Key + description: Required. Enter your API key. + schema: + type: string + default: "" + private: true + show_if: [["mailer_adapter", "=", "Bamboo.MailgunAdapter"]] + - variable: mailgun_domain + label: Mailgun Domain + description: Required. Enter your Mailgun domain. + schema: + type: string + default: "" + show_if: [["mailer_adapter", "=", "Bamboo.MailgunAdapter"]] + - variable: mailgun_base_uri + label: Mailgun Base URI + description: This is optional. Mailgun makes a difference in the API base URL between sender domains from within the EU and outside. By default, the base URL is set to https://api.mailgun.net/v3. To override this you can pass https://api.eu.mailgun.net/v3 if you are using an EU domain. + schema: + type: string + default: "" + show_if: [["mailer_adapter", "=", "Bamboo.MailgunAdapter"]] + - variable: mandrill_api_key + label: Mandrill API Key + description: Required. Enter your API key. + schema: + type: string + default: "" + private: true + show_if: [["mailer_adapter", "=", "Bamboo.MandrillAdapter"]] + - variable: sendgrid_api_key + label: Sendgrid API Key + description: Required. Enter your API key. + schema: + type: string + default: "" + private: true + show_if: [["mailer_adapter", "=", "Bamboo.SendGridAdapter"]] + - variable: maxmind + label: Maxmind Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: license_key + label: Maxmind License Key + description: MaxMind license key to automatically download and update the database + schema: + type: string + default: "" + private: true + - variable: edition + label: Maxmind Edition + description: MaxMind database edition to use (only if Maxmind License Key is set) + schema: + show_if: [["license_key", "!=", ""]] + type: string + required: true + default: GeoLite2-City + enum: + - value: GeoLite2-City + description: GeoLite2-City + - value: GeoLite2-Country + description: GeoLite2-Country + - variable: google + label: Google Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: client_id + label: Google CLient ID + description: The Client ID from the Google API Console for your Plausible Analytics project + schema: + type: string + default: "" + - variable: client_secret + label: Google CLient Secret + description: The Client Secret from the Google API Console for your Plausible Analytics project + schema: + type: string + default: "" + private: true + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10277 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 1000 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 1000 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/plausible/10.4.0/templates/_configmap.tpl b/stable/plausible/10.6.0/templates/_configmap.tpl similarity index 100% rename from stable/plausible/10.4.0/templates/_configmap.tpl rename to stable/plausible/10.6.0/templates/_configmap.tpl diff --git a/stable/plausible/10.4.0/templates/_secret.tpl b/stable/plausible/10.6.0/templates/_secret.tpl similarity index 100% rename from stable/plausible/10.4.0/templates/_secret.tpl rename to stable/plausible/10.6.0/templates/_secret.tpl diff --git a/stable/plausible/10.4.0/templates/common.yaml b/stable/plausible/10.6.0/templates/common.yaml similarity index 100% rename from stable/plausible/10.4.0/templates/common.yaml rename to stable/plausible/10.6.0/templates/common.yaml diff --git a/stable/plex/17.2.0/values.yaml b/stable/plausible/10.6.0/values.yaml similarity index 100% rename from stable/plex/17.2.0/values.yaml rename to stable/plausible/10.6.0/values.yaml diff --git a/stable/plaxt/8.1.3/CHANGELOG.md b/stable/plaxt/8.1.3/CHANGELOG.md deleted file mode 100644 index 3d23dedc8b7..00000000000 --- a/stable/plaxt/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [plaxt-7.1.11](https://github.com/truecharts/charts/compare/plaxt-7.1.10...plaxt-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [plaxt-7.1.10](https://github.com/truecharts/charts/compare/plaxt-7.1.9...plaxt-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [plaxt-7.1.9](https://github.com/truecharts/charts/compare/plaxt-7.1.8...plaxt-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [plaxt-7.1.8](https://github.com/truecharts/charts/compare/plaxt-7.1.7...plaxt-7.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [plaxt-7.1.7](https://github.com/truecharts/charts/compare/plaxt-7.1.6...plaxt-7.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [plaxt-7.1.6](https://github.com/truecharts/charts/compare/plaxt-7.1.5...plaxt-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [plaxt-7.1.5](https://github.com/truecharts/charts/compare/plaxt-7.1.4...plaxt-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [plaxt-7.1.4](https://github.com/truecharts/charts/compare/plaxt-7.1.3...plaxt-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [plaxt-7.1.3](https://github.com/truecharts/charts/compare/plaxt-7.1.0...plaxt-7.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/plaxt/8.1.3/Chart.yaml b/stable/plaxt/8.1.3/Chart.yaml deleted file mode 100644 index f657321289a..00000000000 --- a/stable/plaxt/8.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Tools provides a way to keep your watched history synced FROM Plex Server To Trakt.tv -home: https://truecharts.org/charts/stable/plaxt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plaxt.png -keywords: - - plaxt - - Other - - MediaApp-Other - - MediaServer-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: plaxt -sources: - - https://github.com/XanderStrike/goplaxt - - https://github.com/truecharts/charts/tree/master/charts/stable/plaxt - - https://hub.docker.com/r/xanderstrike/goplaxt -type: application -version: 8.1.3 diff --git a/stable/plaxt/8.1.3/charts/common-18.0.3.tgz b/stable/plaxt/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/plaxt/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/plexanisync/6.1.3/.helmignore b/stable/plaxt/8.3.0/.helmignore similarity index 100% rename from stable/plexanisync/6.1.3/.helmignore rename to stable/plaxt/8.3.0/.helmignore diff --git a/stable/plaxt/8.3.0/CHANGELOG.md b/stable/plaxt/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..a4cfe9847c3 --- /dev/null +++ b/stable/plaxt/8.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [plaxt-8.3.0](https://github.com/truecharts/charts/compare/plaxt-8.2.3...plaxt-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [plaxt-8.2.3](https://github.com/truecharts/charts/compare/plaxt-8.2.2...plaxt-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [plaxt-8.2.2](https://github.com/truecharts/charts/compare/plaxt-8.2.0...plaxt-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [plaxt-7.1.11](https://github.com/truecharts/charts/compare/plaxt-7.1.10...plaxt-7.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [plaxt-7.1.10](https://github.com/truecharts/charts/compare/plaxt-7.1.9...plaxt-7.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [plaxt-7.1.9](https://github.com/truecharts/charts/compare/plaxt-7.1.8...plaxt-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [plaxt-7.1.8](https://github.com/truecharts/charts/compare/plaxt-7.1.7...plaxt-7.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [plaxt-7.1.7](https://github.com/truecharts/charts/compare/plaxt-7.1.6...plaxt-7.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [plaxt-7.1.6](https://github.com/truecharts/charts/compare/plaxt-7.1.5...plaxt-7.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/plaxt/8.3.0/Chart.yaml b/stable/plaxt/8.3.0/Chart.yaml new file mode 100644 index 00000000000..cfd778644b4 --- /dev/null +++ b/stable/plaxt/8.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Tools provides a way to keep your watched history synced FROM Plex Server To Trakt.tv +home: https://truecharts.org/charts/stable/plaxt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plaxt.png +keywords: + - plaxt + - Other + - MediaApp-Other + - MediaServer-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plaxt +sources: + - https://github.com/XanderStrike/goplaxt + - https://github.com/truecharts/charts/tree/master/charts/stable/plaxt + - https://hub.docker.com/r/xanderstrike/goplaxt +type: application +version: 8.3.0 diff --git a/stable/plaxt/8.1.3/README.md b/stable/plaxt/8.3.0/README.md similarity index 100% rename from stable/plaxt/8.1.3/README.md rename to stable/plaxt/8.3.0/README.md diff --git a/stable/plaxt/8.3.0/app-changelog.md b/stable/plaxt/8.3.0/app-changelog.md new file mode 100644 index 00000000000..f7b891bd44d --- /dev/null +++ b/stable/plaxt/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [plaxt-8.3.0](https://github.com/truecharts/charts/compare/plaxt-8.2.3...plaxt-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/plaxt/8.1.3/app-readme.md b/stable/plaxt/8.3.0/app-readme.md similarity index 100% rename from stable/plaxt/8.1.3/app-readme.md rename to stable/plaxt/8.3.0/app-readme.md diff --git a/stable/plaxt/8.3.0/charts/common-18.2.0.tgz b/stable/plaxt/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/plaxt/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/plaxt/8.1.3/ix_values.yaml b/stable/plaxt/8.3.0/ix_values.yaml similarity index 100% rename from stable/plaxt/8.1.3/ix_values.yaml rename to stable/plaxt/8.3.0/ix_values.yaml diff --git a/stable/plaxt/8.1.3/questions.yaml b/stable/plaxt/8.3.0/questions.yaml similarity index 100% rename from stable/plaxt/8.1.3/questions.yaml rename to stable/plaxt/8.3.0/questions.yaml diff --git a/stable/plexanisync/6.1.3/templates/NOTES.txt b/stable/plaxt/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/plexanisync/6.1.3/templates/NOTES.txt rename to stable/plaxt/8.3.0/templates/NOTES.txt diff --git a/stable/plaxt/8.1.3/templates/common.yaml b/stable/plaxt/8.3.0/templates/common.yaml similarity index 100% rename from stable/plaxt/8.1.3/templates/common.yaml rename to stable/plaxt/8.3.0/templates/common.yaml diff --git a/stable/plexanisync/6.1.3/values.yaml b/stable/plaxt/8.3.0/values.yaml similarity index 100% rename from stable/plexanisync/6.1.3/values.yaml rename to stable/plaxt/8.3.0/values.yaml diff --git a/stable/plex-auto-languages/8.1.3/CHANGELOG.md b/stable/plex-auto-languages/8.1.3/CHANGELOG.md deleted file mode 100644 index 9c6a735c0fe..00000000000 --- a/stable/plex-auto-languages/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [plex-auto-languages-7.1.11](https://github.com/truecharts/charts/compare/plex-auto-languages-7.1.10...plex-auto-languages-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [plex-auto-languages-7.1.10](https://github.com/truecharts/charts/compare/plex-auto-languages-7.1.9...plex-auto-languages-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [plex-auto-languages-7.1.9](https://github.com/truecharts/charts/compare/plex-auto-languages-7.1.8...plex-auto-languages-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [plex-auto-languages-7.1.8](https://github.com/truecharts/charts/compare/plex-auto-languages-7.1.7...plex-auto-languages-7.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [plex-auto-languages-7.1.7](https://github.com/truecharts/charts/compare/plex-auto-languages-7.1.6...plex-auto-languages-7.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [plex-auto-languages-7.1.6](https://github.com/truecharts/charts/compare/plex-auto-languages-7.1.5...plex-auto-languages-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [plex-auto-languages-7.1.5](https://github.com/truecharts/charts/compare/plex-auto-languages-7.1.4...plex-auto-languages-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [plex-auto-languages-7.1.4](https://github.com/truecharts/charts/compare/plex-auto-languages-7.1.3...plex-auto-languages-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [plex-auto-languages-7.1.3](https://github.com/truecharts/charts/compare/plex-auto-languages-7.1.0...plex-auto-languages-7.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/plex-auto-languages/8.1.3/Chart.yaml b/stable/plex-auto-languages/8.1.3/Chart.yaml deleted file mode 100644 index 760ee91b700..00000000000 --- a/stable/plex-auto-languages/8.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Automated language selection for Plex TV Shows. -home: https://truecharts.org/charts/stable/plex-auto-languages -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-auto-languages.png -keywords: - - plex-auto-languages - - Tools-Utilities - - MediaApp-Other - - MediaApp-Video - - MediaServer-Video -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: plex-auto-languages -sources: - - https://github.com/remirigal/plex-auto-languages - - https://github.com/truecharts/charts/tree/master/charts/stable/plex-auto-languages - - https://hub.docker.com/r/remirigal/plex-auto-languages -type: application -version: 8.1.3 diff --git a/stable/plex-auto-languages/8.1.3/charts/common-18.0.3.tgz b/stable/plex-auto-languages/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/plex-auto-languages/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/plexripper/8.1.3/.helmignore b/stable/plex-auto-languages/8.3.0/.helmignore similarity index 100% rename from stable/plexripper/8.1.3/.helmignore rename to stable/plex-auto-languages/8.3.0/.helmignore diff --git a/stable/plex-auto-languages/8.3.0/CHANGELOG.md b/stable/plex-auto-languages/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..143b8a822bb --- /dev/null +++ b/stable/plex-auto-languages/8.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [plex-auto-languages-8.3.0](https://github.com/truecharts/charts/compare/plex-auto-languages-8.2.3...plex-auto-languages-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [plex-auto-languages-8.2.3](https://github.com/truecharts/charts/compare/plex-auto-languages-8.2.2...plex-auto-languages-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [plex-auto-languages-8.2.2](https://github.com/truecharts/charts/compare/plex-auto-languages-8.2.0...plex-auto-languages-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [plex-auto-languages-7.1.11](https://github.com/truecharts/charts/compare/plex-auto-languages-7.1.10...plex-auto-languages-7.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [plex-auto-languages-7.1.10](https://github.com/truecharts/charts/compare/plex-auto-languages-7.1.9...plex-auto-languages-7.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [plex-auto-languages-7.1.9](https://github.com/truecharts/charts/compare/plex-auto-languages-7.1.8...plex-auto-languages-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [plex-auto-languages-7.1.8](https://github.com/truecharts/charts/compare/plex-auto-languages-7.1.7...plex-auto-languages-7.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [plex-auto-languages-7.1.7](https://github.com/truecharts/charts/compare/plex-auto-languages-7.1.6...plex-auto-languages-7.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [plex-auto-languages-7.1.6](https://github.com/truecharts/charts/compare/plex-auto-languages-7.1.5...plex-auto-languages-7.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/plex-auto-languages/8.3.0/Chart.yaml b/stable/plex-auto-languages/8.3.0/Chart.yaml new file mode 100644 index 00000000000..52a18522223 --- /dev/null +++ b/stable/plex-auto-languages/8.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Automated language selection for Plex TV Shows. +home: https://truecharts.org/charts/stable/plex-auto-languages +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-auto-languages.png +keywords: + - plex-auto-languages + - Tools-Utilities + - MediaApp-Other + - MediaApp-Video + - MediaServer-Video +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plex-auto-languages +sources: + - https://github.com/remirigal/plex-auto-languages + - https://github.com/truecharts/charts/tree/master/charts/stable/plex-auto-languages + - https://hub.docker.com/r/remirigal/plex-auto-languages +type: application +version: 8.3.0 diff --git a/stable/plex-auto-languages/8.1.3/README.md b/stable/plex-auto-languages/8.3.0/README.md similarity index 100% rename from stable/plex-auto-languages/8.1.3/README.md rename to stable/plex-auto-languages/8.3.0/README.md diff --git a/stable/plex-auto-languages/8.3.0/app-changelog.md b/stable/plex-auto-languages/8.3.0/app-changelog.md new file mode 100644 index 00000000000..e82552fe06d --- /dev/null +++ b/stable/plex-auto-languages/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [plex-auto-languages-8.3.0](https://github.com/truecharts/charts/compare/plex-auto-languages-8.2.3...plex-auto-languages-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/plex-auto-languages/8.1.3/app-readme.md b/stable/plex-auto-languages/8.3.0/app-readme.md similarity index 100% rename from stable/plex-auto-languages/8.1.3/app-readme.md rename to stable/plex-auto-languages/8.3.0/app-readme.md diff --git a/stable/plex-auto-languages/8.3.0/charts/common-18.2.0.tgz b/stable/plex-auto-languages/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/plex-auto-languages/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/plex-auto-languages/8.1.3/ix_values.yaml b/stable/plex-auto-languages/8.3.0/ix_values.yaml similarity index 100% rename from stable/plex-auto-languages/8.1.3/ix_values.yaml rename to stable/plex-auto-languages/8.3.0/ix_values.yaml diff --git a/stable/plex-auto-languages/8.1.3/questions.yaml b/stable/plex-auto-languages/8.3.0/questions.yaml similarity index 100% rename from stable/plex-auto-languages/8.1.3/questions.yaml rename to stable/plex-auto-languages/8.3.0/questions.yaml diff --git a/stable/plexripper/8.1.3/templates/NOTES.txt b/stable/plex-auto-languages/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/plexripper/8.1.3/templates/NOTES.txt rename to stable/plex-auto-languages/8.3.0/templates/NOTES.txt diff --git a/stable/plex-auto-languages/8.1.3/templates/common.yaml b/stable/plex-auto-languages/8.3.0/templates/common.yaml similarity index 100% rename from stable/plex-auto-languages/8.1.3/templates/common.yaml rename to stable/plex-auto-languages/8.3.0/templates/common.yaml diff --git a/stable/plexripper/8.1.3/values.yaml b/stable/plex-auto-languages/8.3.0/values.yaml similarity index 100% rename from stable/plexripper/8.1.3/values.yaml rename to stable/plex-auto-languages/8.3.0/values.yaml diff --git a/stable/plex-meta-manager/6.1.3/CHANGELOG.md b/stable/plex-meta-manager/6.1.3/CHANGELOG.md deleted file mode 100644 index 41bb1a90ee3..00000000000 --- a/stable/plex-meta-manager/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [plex-meta-manager-5.2.6](https://github.com/truecharts/charts/compare/plex-meta-manager-5.2.5...plex-meta-manager-5.2.6) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [plex-meta-manager-5.2.5](https://github.com/truecharts/charts/compare/plex-meta-manager-5.2.4...plex-meta-manager-5.2.5) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [plex-meta-manager-5.2.4](https://github.com/truecharts/charts/compare/plex-meta-manager-5.2.3...plex-meta-manager-5.2.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [plex-meta-manager-5.2.3](https://github.com/truecharts/charts/compare/plex-meta-manager-5.2.2...plex-meta-manager-5.2.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [plex-meta-manager-5.2.2](https://github.com/truecharts/charts/compare/plex-meta-manager-5.2.1...plex-meta-manager-5.2.2) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [plex-meta-manager-5.2.1](https://github.com/truecharts/charts/compare/plex-meta-manager-5.2.0...plex-meta-manager-5.2.1) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [plex-meta-manager-5.2.0](https://github.com/truecharts/charts/compare/plex-meta-manager-5.1.8...plex-meta-manager-5.2.0) (2024-01-08) - -### Chore - - - -- update container image meisnate12/plex-meta-manager to v1.20.0[@5bcf400](https://github.com/5bcf400) by renovate ([#17022](https://github.com/truecharts/charts/issues/17022)) - - -## [plex-meta-manager-5.1.8](https://github.com/truecharts/charts/compare/plex-meta-manager-5.1.7...plex-meta-manager-5.1.8) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [plex-meta-manager-5.1.7](https://github.com/truecharts/charts/compare/plex-meta-manager-5.1.6...plex-meta-manager-5.1.7) (2024-01-02) - -### Chore - - - -- update container image meisnate12/plex-meta-manager to v1.19.1[@25dd08a](https://github.com/25dd08a) by renovate ([#16786](https://github.com/truecharts/charts/issues/16786)) - diff --git a/stable/plex-meta-manager/6.1.3/Chart.yaml b/stable/plex-meta-manager/6.1.3/Chart.yaml deleted file mode 100644 index e0dc356c209..00000000000 --- a/stable/plex-meta-manager/6.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.20.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Python script to update metadata and automatically build collections. -home: https://truecharts.org/charts/stable/plex-meta-manager -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-meta-manager.png -keywords: - - plex-meta-manager -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: plex-meta-manager -sources: - - https://github.com/meisnate12/Plex-Meta-Manager - - https://github.com/truecharts/charts/tree/master/charts/stable/plex-meta-manager - - https://hub.docker.com/r/meisnate12/plex-meta-manager -type: application -version: 6.1.3 diff --git a/stable/plex-meta-manager/6.1.3/charts/common-18.0.3.tgz b/stable/plex-meta-manager/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/plex-meta-manager/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/plextraktsync/7.3.0/.helmignore b/stable/plex-meta-manager/6.3.0/.helmignore similarity index 100% rename from stable/plextraktsync/7.3.0/.helmignore rename to stable/plex-meta-manager/6.3.0/.helmignore diff --git a/stable/plex-meta-manager/6.3.0/CHANGELOG.md b/stable/plex-meta-manager/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..e6ae0d5786b --- /dev/null +++ b/stable/plex-meta-manager/6.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [plex-meta-manager-6.3.0](https://github.com/truecharts/charts/compare/plex-meta-manager-6.2.3...plex-meta-manager-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [plex-meta-manager-6.2.3](https://github.com/truecharts/charts/compare/plex-meta-manager-6.2.2...plex-meta-manager-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [plex-meta-manager-6.2.2](https://github.com/truecharts/charts/compare/plex-meta-manager-6.2.0...plex-meta-manager-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [plex-meta-manager-5.2.6](https://github.com/truecharts/charts/compare/plex-meta-manager-5.2.5...plex-meta-manager-5.2.6) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [plex-meta-manager-5.2.5](https://github.com/truecharts/charts/compare/plex-meta-manager-5.2.4...plex-meta-manager-5.2.5) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [plex-meta-manager-5.2.4](https://github.com/truecharts/charts/compare/plex-meta-manager-5.2.3...plex-meta-manager-5.2.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [plex-meta-manager-5.2.3](https://github.com/truecharts/charts/compare/plex-meta-manager-5.2.2...plex-meta-manager-5.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [plex-meta-manager-5.2.2](https://github.com/truecharts/charts/compare/plex-meta-manager-5.2.1...plex-meta-manager-5.2.2) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [plex-meta-manager-5.2.1](https://github.com/truecharts/charts/compare/plex-meta-manager-5.2.0...plex-meta-manager-5.2.1) (2024-01-09) + +### Chore + + diff --git a/stable/plex-meta-manager/6.3.0/Chart.yaml b/stable/plex-meta-manager/6.3.0/Chart.yaml new file mode 100644 index 00000000000..56cf6f36038 --- /dev/null +++ b/stable/plex-meta-manager/6.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.20.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Python script to update metadata and automatically build collections. +home: https://truecharts.org/charts/stable/plex-meta-manager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-meta-manager.png +keywords: + - plex-meta-manager +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plex-meta-manager +sources: + - https://github.com/meisnate12/Plex-Meta-Manager + - https://github.com/truecharts/charts/tree/master/charts/stable/plex-meta-manager + - https://hub.docker.com/r/meisnate12/plex-meta-manager +type: application +version: 6.3.0 diff --git a/stable/plex-meta-manager/6.1.3/README.md b/stable/plex-meta-manager/6.3.0/README.md similarity index 100% rename from stable/plex-meta-manager/6.1.3/README.md rename to stable/plex-meta-manager/6.3.0/README.md diff --git a/stable/plex-meta-manager/6.3.0/app-changelog.md b/stable/plex-meta-manager/6.3.0/app-changelog.md new file mode 100644 index 00000000000..80f64c8e198 --- /dev/null +++ b/stable/plex-meta-manager/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [plex-meta-manager-6.3.0](https://github.com/truecharts/charts/compare/plex-meta-manager-6.2.3...plex-meta-manager-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/plex-meta-manager/6.1.3/app-readme.md b/stable/plex-meta-manager/6.3.0/app-readme.md similarity index 100% rename from stable/plex-meta-manager/6.1.3/app-readme.md rename to stable/plex-meta-manager/6.3.0/app-readme.md diff --git a/stable/plex-meta-manager/6.3.0/charts/common-18.2.0.tgz b/stable/plex-meta-manager/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/plex-meta-manager/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/plex-meta-manager/6.1.3/ix_values.yaml b/stable/plex-meta-manager/6.3.0/ix_values.yaml similarity index 100% rename from stable/plex-meta-manager/6.1.3/ix_values.yaml rename to stable/plex-meta-manager/6.3.0/ix_values.yaml diff --git a/stable/plex-meta-manager/6.1.3/questions.yaml b/stable/plex-meta-manager/6.3.0/questions.yaml similarity index 100% rename from stable/plex-meta-manager/6.1.3/questions.yaml rename to stable/plex-meta-manager/6.3.0/questions.yaml diff --git a/stable/plextraktsync/7.3.0/templates/NOTES.txt b/stable/plex-meta-manager/6.3.0/templates/NOTES.txt similarity index 100% rename from stable/plextraktsync/7.3.0/templates/NOTES.txt rename to stable/plex-meta-manager/6.3.0/templates/NOTES.txt diff --git a/stable/plex-meta-manager/6.1.3/templates/_secret.tpl b/stable/plex-meta-manager/6.3.0/templates/_secret.tpl similarity index 100% rename from stable/plex-meta-manager/6.1.3/templates/_secret.tpl rename to stable/plex-meta-manager/6.3.0/templates/_secret.tpl diff --git a/stable/plex-meta-manager/6.1.3/templates/common.yaml b/stable/plex-meta-manager/6.3.0/templates/common.yaml similarity index 100% rename from stable/plex-meta-manager/6.1.3/templates/common.yaml rename to stable/plex-meta-manager/6.3.0/templates/common.yaml diff --git a/stable/plextraktsync/7.3.0/values.yaml b/stable/plex-meta-manager/6.3.0/values.yaml similarity index 100% rename from stable/plextraktsync/7.3.0/values.yaml rename to stable/plex-meta-manager/6.3.0/values.yaml diff --git a/stable/plex-playlist-sync/3.1.3/CHANGELOG.md b/stable/plex-playlist-sync/3.1.3/CHANGELOG.md deleted file mode 100644 index eb61aec3032..00000000000 --- a/stable/plex-playlist-sync/3.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [plex-playlist-sync-2.1.14](https://github.com/truecharts/charts/compare/plex-playlist-sync-2.1.13...plex-playlist-sync-2.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [plex-playlist-sync-2.1.13](https://github.com/truecharts/charts/compare/plex-playlist-sync-2.1.12...plex-playlist-sync-2.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [plex-playlist-sync-2.1.12](https://github.com/truecharts/charts/compare/plex-playlist-sync-2.1.11...plex-playlist-sync-2.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [plex-playlist-sync-2.1.11](https://github.com/truecharts/charts/compare/plex-playlist-sync-2.1.10...plex-playlist-sync-2.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [plex-playlist-sync-2.1.10](https://github.com/truecharts/charts/compare/plex-playlist-sync-2.1.9...plex-playlist-sync-2.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [plex-playlist-sync-2.1.9](https://github.com/truecharts/charts/compare/plex-playlist-sync-2.1.8...plex-playlist-sync-2.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [plex-playlist-sync-2.1.8](https://github.com/truecharts/charts/compare/plex-playlist-sync-2.1.7...plex-playlist-sync-2.1.8) (2024-01-03) - -### Chore - - - -- update container image rnagabhyrava/plexplaylistsync to latest[@c9e85cb](https://github.com/c9e85cb) by renovate ([#16790](https://github.com/truecharts/charts/issues/16790)) - - -## [plex-playlist-sync-2.1.7](https://github.com/truecharts/charts/compare/plex-playlist-sync-2.1.6...plex-playlist-sync-2.1.7) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [plex-playlist-sync-2.1.6](https://github.com/truecharts/charts/compare/plex-playlist-sync-2.1.4...plex-playlist-sync-2.1.6) (2024-01-02) - -### Chore - - - -- fix some refs ([#16749](https://github.com/truecharts/charts/issues/16749)) - diff --git a/stable/plex-playlist-sync/3.1.3/Chart.yaml b/stable/plex-playlist-sync/3.1.3/Chart.yaml deleted file mode 100644 index 76d82bbafa6..00000000000 --- a/stable/plex-playlist-sync/3.1.3/Chart.yaml +++ /dev/null @@ -1,42 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Sync your Spotify and Deezer playlists to your Plex server. -home: https://truecharts.org/charts/stable/plex-playlist-sync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-playlist-sync.png -keywords: - - plex-playlist-sync - - Spotify - - Deezer - - Tools-Utilities - - MediaApp-Other - - MediaApp-Video - - MediaServer-Video -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: plex-playlist-sync -sources: - - https://github.com/rnagabhyrava/plex-playlist-sync - - https://github.com/truecharts/charts/tree/master/charts/stable/plex-playlist-sync - - https://hub.docker.com/r/rnagabhyrava/plexplaylistsync -type: application -version: 3.1.3 diff --git a/stable/plex-playlist-sync/3.1.3/charts/common-18.0.3.tgz b/stable/plex-playlist-sync/3.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/plex-playlist-sync/3.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/pocketmine-mp/3.1.3/.helmignore b/stable/plex-playlist-sync/3.3.0/.helmignore similarity index 100% rename from stable/pocketmine-mp/3.1.3/.helmignore rename to stable/plex-playlist-sync/3.3.0/.helmignore diff --git a/stable/plex-playlist-sync/3.3.0/CHANGELOG.md b/stable/plex-playlist-sync/3.3.0/CHANGELOG.md new file mode 100644 index 00000000000..3a7f32f1860 --- /dev/null +++ b/stable/plex-playlist-sync/3.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [plex-playlist-sync-3.3.0](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.2.3...plex-playlist-sync-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [plex-playlist-sync-3.2.3](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.2.2...plex-playlist-sync-3.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [plex-playlist-sync-3.2.2](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.2.0...plex-playlist-sync-3.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [plex-playlist-sync-2.1.14](https://github.com/truecharts/charts/compare/plex-playlist-sync-2.1.13...plex-playlist-sync-2.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [plex-playlist-sync-2.1.13](https://github.com/truecharts/charts/compare/plex-playlist-sync-2.1.12...plex-playlist-sync-2.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [plex-playlist-sync-2.1.12](https://github.com/truecharts/charts/compare/plex-playlist-sync-2.1.11...plex-playlist-sync-2.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [plex-playlist-sync-2.1.11](https://github.com/truecharts/charts/compare/plex-playlist-sync-2.1.10...plex-playlist-sync-2.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [plex-playlist-sync-2.1.10](https://github.com/truecharts/charts/compare/plex-playlist-sync-2.1.9...plex-playlist-sync-2.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [plex-playlist-sync-2.1.9](https://github.com/truecharts/charts/compare/plex-playlist-sync-2.1.8...plex-playlist-sync-2.1.9) (2024-01-09) + +### Chore + + diff --git a/stable/plex-playlist-sync/3.3.0/Chart.yaml b/stable/plex-playlist-sync/3.3.0/Chart.yaml new file mode 100644 index 00000000000..0307bab9d88 --- /dev/null +++ b/stable/plex-playlist-sync/3.3.0/Chart.yaml @@ -0,0 +1,42 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Sync your Spotify and Deezer playlists to your Plex server. +home: https://truecharts.org/charts/stable/plex-playlist-sync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-playlist-sync.png +keywords: + - plex-playlist-sync + - Spotify + - Deezer + - Tools-Utilities + - MediaApp-Other + - MediaApp-Video + - MediaServer-Video +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plex-playlist-sync +sources: + - https://github.com/rnagabhyrava/plex-playlist-sync + - https://github.com/truecharts/charts/tree/master/charts/stable/plex-playlist-sync + - https://hub.docker.com/r/rnagabhyrava/plexplaylistsync +type: application +version: 3.3.0 diff --git a/stable/plex-playlist-sync/3.1.3/README.md b/stable/plex-playlist-sync/3.3.0/README.md similarity index 100% rename from stable/plex-playlist-sync/3.1.3/README.md rename to stable/plex-playlist-sync/3.3.0/README.md diff --git a/stable/plex-playlist-sync/3.3.0/app-changelog.md b/stable/plex-playlist-sync/3.3.0/app-changelog.md new file mode 100644 index 00000000000..be214a7a685 --- /dev/null +++ b/stable/plex-playlist-sync/3.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [plex-playlist-sync-3.3.0](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.2.3...plex-playlist-sync-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/plex-playlist-sync/3.1.3/app-readme.md b/stable/plex-playlist-sync/3.3.0/app-readme.md similarity index 100% rename from stable/plex-playlist-sync/3.1.3/app-readme.md rename to stable/plex-playlist-sync/3.3.0/app-readme.md diff --git a/stable/plex-playlist-sync/3.3.0/charts/common-18.2.0.tgz b/stable/plex-playlist-sync/3.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/plex-playlist-sync/3.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/plex-playlist-sync/3.1.3/ix_values.yaml b/stable/plex-playlist-sync/3.3.0/ix_values.yaml similarity index 100% rename from stable/plex-playlist-sync/3.1.3/ix_values.yaml rename to stable/plex-playlist-sync/3.3.0/ix_values.yaml diff --git a/stable/plex-playlist-sync/3.1.3/questions.yaml b/stable/plex-playlist-sync/3.3.0/questions.yaml similarity index 100% rename from stable/plex-playlist-sync/3.1.3/questions.yaml rename to stable/plex-playlist-sync/3.3.0/questions.yaml diff --git a/stable/pocketmine-mp/3.1.3/templates/NOTES.txt b/stable/plex-playlist-sync/3.3.0/templates/NOTES.txt similarity index 100% rename from stable/pocketmine-mp/3.1.3/templates/NOTES.txt rename to stable/plex-playlist-sync/3.3.0/templates/NOTES.txt diff --git a/stable/plex-playlist-sync/3.1.3/templates/common.yaml b/stable/plex-playlist-sync/3.3.0/templates/common.yaml similarity index 100% rename from stable/plex-playlist-sync/3.1.3/templates/common.yaml rename to stable/plex-playlist-sync/3.3.0/templates/common.yaml diff --git a/stable/pocketmine-mp/3.1.3/values.yaml b/stable/plex-playlist-sync/3.3.0/values.yaml similarity index 100% rename from stable/pocketmine-mp/3.1.3/values.yaml rename to stable/plex-playlist-sync/3.3.0/values.yaml diff --git a/stable/plex-utills/8.1.3/CHANGELOG.md b/stable/plex-utills/8.1.3/CHANGELOG.md deleted file mode 100644 index 52aa5253c72..00000000000 --- a/stable/plex-utills/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [plex-utills-7.1.11](https://github.com/truecharts/charts/compare/plex-utills-7.1.10...plex-utills-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [plex-utills-7.1.10](https://github.com/truecharts/charts/compare/plex-utills-7.1.9...plex-utills-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [plex-utills-7.1.9](https://github.com/truecharts/charts/compare/plex-utills-7.1.8...plex-utills-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [plex-utills-7.1.8](https://github.com/truecharts/charts/compare/plex-utills-7.1.7...plex-utills-7.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [plex-utills-7.1.7](https://github.com/truecharts/charts/compare/plex-utills-7.1.6...plex-utills-7.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [plex-utills-7.1.6](https://github.com/truecharts/charts/compare/plex-utills-7.1.5...plex-utills-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [plex-utills-7.1.5](https://github.com/truecharts/charts/compare/plex-utills-7.1.4...plex-utills-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [plex-utills-7.1.4](https://github.com/truecharts/charts/compare/plex-utills-7.1.3...plex-utills-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [plex-utills-7.1.3](https://github.com/truecharts/charts/compare/plex-utills-7.1.0...plex-utills-7.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/plex-utills/8.1.3/Chart.yaml b/stable/plex-utills/8.1.3/Chart.yaml deleted file mode 100644 index f1135e5cbb0..00000000000 --- a/stable/plex-utills/8.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A utility to help manage your library. -home: https://truecharts.org/charts/stable/plex-utills -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-utills.png -keywords: - - plex-utills - - Tools-Utilities - - MediaApp-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: plex-utills -sources: - - https://github.com/jkirkcaldy/plex-utills - - https://github.com/truecharts/charts/tree/master/charts/stable/plex-utills - - https://hub.docker.com/r/jkirkcaldy/plex-utills -type: application -version: 8.1.3 diff --git a/stable/plex-utills/8.1.3/charts/common-18.0.3.tgz b/stable/plex-utills/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/plex-utills/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/podgrab/17.1.3/.helmignore b/stable/plex-utills/8.3.0/.helmignore similarity index 100% rename from stable/podgrab/17.1.3/.helmignore rename to stable/plex-utills/8.3.0/.helmignore diff --git a/stable/plex-utills/8.3.0/CHANGELOG.md b/stable/plex-utills/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..54c46532ac9 --- /dev/null +++ b/stable/plex-utills/8.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [plex-utills-8.3.0](https://github.com/truecharts/charts/compare/plex-utills-8.2.3...plex-utills-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [plex-utills-8.2.3](https://github.com/truecharts/charts/compare/plex-utills-8.2.2...plex-utills-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [plex-utills-8.2.2](https://github.com/truecharts/charts/compare/plex-utills-8.2.0...plex-utills-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [plex-utills-7.1.11](https://github.com/truecharts/charts/compare/plex-utills-7.1.10...plex-utills-7.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [plex-utills-7.1.10](https://github.com/truecharts/charts/compare/plex-utills-7.1.9...plex-utills-7.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [plex-utills-7.1.9](https://github.com/truecharts/charts/compare/plex-utills-7.1.8...plex-utills-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [plex-utills-7.1.8](https://github.com/truecharts/charts/compare/plex-utills-7.1.7...plex-utills-7.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [plex-utills-7.1.7](https://github.com/truecharts/charts/compare/plex-utills-7.1.6...plex-utills-7.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [plex-utills-7.1.6](https://github.com/truecharts/charts/compare/plex-utills-7.1.5...plex-utills-7.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/plex-utills/8.3.0/Chart.yaml b/stable/plex-utills/8.3.0/Chart.yaml new file mode 100644 index 00000000000..bd1e2bc75ae --- /dev/null +++ b/stable/plex-utills/8.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A utility to help manage your library. +home: https://truecharts.org/charts/stable/plex-utills +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-utills.png +keywords: + - plex-utills + - Tools-Utilities + - MediaApp-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plex-utills +sources: + - https://github.com/jkirkcaldy/plex-utills + - https://github.com/truecharts/charts/tree/master/charts/stable/plex-utills + - https://hub.docker.com/r/jkirkcaldy/plex-utills +type: application +version: 8.3.0 diff --git a/stable/plex-utills/8.1.3/README.md b/stable/plex-utills/8.3.0/README.md similarity index 100% rename from stable/plex-utills/8.1.3/README.md rename to stable/plex-utills/8.3.0/README.md diff --git a/stable/plex-utills/8.3.0/app-changelog.md b/stable/plex-utills/8.3.0/app-changelog.md new file mode 100644 index 00000000000..4c0180abf74 --- /dev/null +++ b/stable/plex-utills/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [plex-utills-8.3.0](https://github.com/truecharts/charts/compare/plex-utills-8.2.3...plex-utills-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/plex-utills/8.1.3/app-readme.md b/stable/plex-utills/8.3.0/app-readme.md similarity index 100% rename from stable/plex-utills/8.1.3/app-readme.md rename to stable/plex-utills/8.3.0/app-readme.md diff --git a/stable/plex-utills/8.3.0/charts/common-18.2.0.tgz b/stable/plex-utills/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/plex-utills/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/plex-utills/8.1.3/ix_values.yaml b/stable/plex-utills/8.3.0/ix_values.yaml similarity index 100% rename from stable/plex-utills/8.1.3/ix_values.yaml rename to stable/plex-utills/8.3.0/ix_values.yaml diff --git a/stable/plex-utills/8.1.3/questions.yaml b/stable/plex-utills/8.3.0/questions.yaml similarity index 100% rename from stable/plex-utills/8.1.3/questions.yaml rename to stable/plex-utills/8.3.0/questions.yaml diff --git a/stable/podgrab/17.1.3/templates/NOTES.txt b/stable/plex-utills/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/podgrab/17.1.3/templates/NOTES.txt rename to stable/plex-utills/8.3.0/templates/NOTES.txt diff --git a/stable/plex-utills/8.1.3/templates/common.yaml b/stable/plex-utills/8.3.0/templates/common.yaml similarity index 100% rename from stable/plex-utills/8.1.3/templates/common.yaml rename to stable/plex-utills/8.3.0/templates/common.yaml diff --git a/stable/podgrab/17.1.3/values.yaml b/stable/plex-utills/8.3.0/values.yaml similarity index 100% rename from stable/podgrab/17.1.3/values.yaml rename to stable/plex-utills/8.3.0/values.yaml diff --git a/stable/plex/17.2.0/CHANGELOG.md b/stable/plex/17.2.0/CHANGELOG.md deleted file mode 100644 index 49690e9b687..00000000000 --- a/stable/plex/17.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - -## [plex-16.1.13](https://github.com/truecharts/charts/compare/plex-16.1.12...plex-16.1.13) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/onedr0p/plex to 1.32.8.7639-fb6452ebf[@97bf4a8](https://github.com/97bf4a8) by renovate ([#18228](https://github.com/truecharts/charts/issues/18228)) - - -## [plex-16.1.12](https://github.com/truecharts/charts/compare/plex-16.1.11...plex-16.1.12) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/onedr0p/plex to 1.32.8.7639-fb6452ebf[@76dce9f](https://github.com/76dce9f) by renovate ([#18165](https://github.com/truecharts/charts/issues/18165)) - - -## [plex-16.1.11](https://github.com/truecharts/charts/compare/plex-16.1.10...plex-16.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [plex-16.1.10](https://github.com/truecharts/charts/compare/plex-16.1.9...plex-16.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [plex-16.1.9](https://github.com/truecharts/charts/compare/plex-16.1.8...plex-16.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [plex-16.1.8](https://github.com/truecharts/charts/compare/plex-16.1.7...plex-16.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [plex-16.1.7](https://github.com/truecharts/charts/compare/plex-16.1.6...plex-16.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [plex-16.1.6](https://github.com/truecharts/charts/compare/plex-16.1.5...plex-16.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [plex-16.1.5](https://github.com/truecharts/charts/compare/plex-16.1.4...plex-16.1.5) (2024-01-02) - -### Chore diff --git a/stable/plex/17.2.0/Chart.yaml b/stable/plex/17.2.0/Chart.yaml deleted file mode 100644 index 7d47e37c5f4..00000000000 --- a/stable/plex/17.2.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.40.0.7998 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Plex Media Server -home: https://truecharts.org/charts/stable/plex -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex.png -keywords: - - plex - - plex-media-server -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: plex -sources: - - https://github.com/k8s-at-home/container-images/pkgs/container/plex - - https://github.com/truecharts/charts/tree/master/charts/stable/plex - - https://ghcr.io/onedr0p/plex -type: application -version: 17.2.0 diff --git a/stable/plex/17.2.0/charts/common-18.1.2.tgz b/stable/plex/17.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/plex/17.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/plex/17.2.0/ix_values.yaml b/stable/plex/17.2.0/ix_values.yaml deleted file mode 100644 index 2589934366d..00000000000 --- a/stable/plex/17.2.0/ix_values.yaml +++ /dev/null @@ -1,52 +0,0 @@ -image: - repository: ghcr.io/onedr0p/plex - pullPolicy: IfNotPresent - tag: 1.40.0.7998-c29d4c0c8@sha256:6aee52b3ad59747bd8d794820be9771ab11d8ee60168c77ea2871f69301bdc35 -service: - main: - ports: - main: - protocol: http - port: 32400 - targetPort: 32400 -persistence: - config: - enabled: true - mountPath: "/config" - transcode: - enabled: true - mountPath: "/transcode" - type: emptyDir - medium: Memory - targetSelectAll: true -plex: - # User Defined - serverIP: "127.0.0.1" - additionalAdvertiseURL: "" - disableGDM: true - requireHTTPS: false -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: true - path: /identity - readiness: - enabled: true - path: /identity - startup: - enabled: true - path: /identity - env: - PLEX_PREFERENCE_GDM: 'GdmEnabled={{ ternary "0" "1" .Values.plex.disableGDM }}' - # 0=Required, 1=Preferred - PLEX_PREFERENCE_SEC_CON: 'secureConnections={{ ternary "0" "1" .Values.plex.requireHTTPS }}' - # User Defined - ALLOWED_NETWORKS: "172.16.0.0/12,10.0.0.0/8,192.168.0.0/16" - PLEX_CLAIM: "" -portal: - open: - enabled: true diff --git a/stable/portainer/8.1.3/.helmignore b/stable/plex/17.3.0/.helmignore similarity index 100% rename from stable/portainer/8.1.3/.helmignore rename to stable/plex/17.3.0/.helmignore diff --git a/stable/plex/17.3.0/CHANGELOG.md b/stable/plex/17.3.0/CHANGELOG.md new file mode 100644 index 00000000000..1c772048f3f --- /dev/null +++ b/stable/plex/17.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [plex-17.3.0](https://github.com/truecharts/charts/compare/plex-17.2.4...plex-17.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [plex-17.2.4](https://github.com/truecharts/charts/compare/plex-17.2.3...plex-17.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [plex-17.2.3](https://github.com/truecharts/charts/compare/plex-17.2.1...plex-17.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + +## [plex-16.1.13](https://github.com/truecharts/charts/compare/plex-16.1.12...plex-16.1.13) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/onedr0p/plex to 1.32.8.7639-fb6452ebf[@97bf4a8](https://github.com/97bf4a8) by renovate ([#18228](https://github.com/truecharts/charts/issues/18228)) + + +## [plex-16.1.12](https://github.com/truecharts/charts/compare/plex-16.1.11...plex-16.1.12) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/onedr0p/plex to 1.32.8.7639-fb6452ebf[@76dce9f](https://github.com/76dce9f) by renovate ([#18165](https://github.com/truecharts/charts/issues/18165)) + + +## [plex-16.1.11](https://github.com/truecharts/charts/compare/plex-16.1.10...plex-16.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [plex-16.1.10](https://github.com/truecharts/charts/compare/plex-16.1.9...plex-16.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [plex-16.1.9](https://github.com/truecharts/charts/compare/plex-16.1.8...plex-16.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [plex-16.1.8](https://github.com/truecharts/charts/compare/plex-16.1.7...plex-16.1.8) (2024-01-21) + +### Chore \ No newline at end of file diff --git a/stable/plex/17.3.0/Chart.yaml b/stable/plex/17.3.0/Chart.yaml new file mode 100644 index 00000000000..d991f0e364e --- /dev/null +++ b/stable/plex/17.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.40.0.7998 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Plex Media Server +home: https://truecharts.org/charts/stable/plex +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex.png +keywords: + - plex + - plex-media-server +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plex +sources: + - https://github.com/k8s-at-home/container-images/pkgs/container/plex + - https://github.com/truecharts/charts/tree/master/charts/stable/plex + - https://ghcr.io/onedr0p/plex +type: application +version: 17.3.0 diff --git a/stable/plex/17.2.0/README.md b/stable/plex/17.3.0/README.md similarity index 100% rename from stable/plex/17.2.0/README.md rename to stable/plex/17.3.0/README.md diff --git a/stable/plex/17.3.0/app-changelog.md b/stable/plex/17.3.0/app-changelog.md new file mode 100644 index 00000000000..432a9b41d3d --- /dev/null +++ b/stable/plex/17.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [plex-17.3.0](https://github.com/truecharts/charts/compare/plex-17.2.4...plex-17.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/plex/17.2.0/app-readme.md b/stable/plex/17.3.0/app-readme.md similarity index 100% rename from stable/plex/17.2.0/app-readme.md rename to stable/plex/17.3.0/app-readme.md diff --git a/stable/plex/17.3.0/charts/common-18.2.0.tgz b/stable/plex/17.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/plex/17.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/plex/17.3.0/ix_values.yaml b/stable/plex/17.3.0/ix_values.yaml new file mode 100644 index 00000000000..fcead8cf040 --- /dev/null +++ b/stable/plex/17.3.0/ix_values.yaml @@ -0,0 +1,52 @@ +image: + repository: ghcr.io/onedr0p/plex + pullPolicy: IfNotPresent + tag: 1.40.0.7998-c29d4c0c8@sha256:7c4501799f0d5f4f94fcb95a8a47b883528354c779a182a9ae4af118a1fc6b10 +service: + main: + ports: + main: + protocol: http + port: 32400 + targetPort: 32400 +persistence: + config: + enabled: true + mountPath: "/config" + transcode: + enabled: true + mountPath: "/transcode" + type: emptyDir + medium: Memory + targetSelectAll: true +plex: + # User Defined + serverIP: "127.0.0.1" + additionalAdvertiseURL: "" + disableGDM: true + requireHTTPS: false +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: true + path: /identity + readiness: + enabled: true + path: /identity + startup: + enabled: true + path: /identity + env: + PLEX_PREFERENCE_GDM: 'GdmEnabled={{ ternary "0" "1" .Values.plex.disableGDM }}' + # 0=Required, 1=Preferred + PLEX_PREFERENCE_SEC_CON: 'secureConnections={{ ternary "0" "1" .Values.plex.requireHTTPS }}' + # User Defined + ALLOWED_NETWORKS: "172.16.0.0/12,10.0.0.0/8,192.168.0.0/16" + PLEX_CLAIM: "" +portal: + open: + enabled: true diff --git a/stable/plex/17.2.0/questions.yaml b/stable/plex/17.3.0/questions.yaml similarity index 100% rename from stable/plex/17.2.0/questions.yaml rename to stable/plex/17.3.0/questions.yaml diff --git a/stable/portainer/8.1.3/templates/NOTES.txt b/stable/plex/17.3.0/templates/NOTES.txt similarity index 100% rename from stable/portainer/8.1.3/templates/NOTES.txt rename to stable/plex/17.3.0/templates/NOTES.txt diff --git a/stable/plex/17.2.0/templates/common.yaml b/stable/plex/17.3.0/templates/common.yaml similarity index 100% rename from stable/plex/17.2.0/templates/common.yaml rename to stable/plex/17.3.0/templates/common.yaml diff --git a/stable/portainer/8.1.3/values.yaml b/stable/plex/17.3.0/values.yaml similarity index 100% rename from stable/portainer/8.1.3/values.yaml rename to stable/plex/17.3.0/values.yaml diff --git a/stable/plexanisync/6.1.3/CHANGELOG.md b/stable/plexanisync/6.1.3/CHANGELOG.md deleted file mode 100644 index 560ee93d09d..00000000000 --- a/stable/plexanisync/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - -## [plexanisync-5.1.12](https://github.com/truecharts/charts/compare/plexanisync-5.1.11...plexanisync-5.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [plexanisync-5.1.11](https://github.com/truecharts/charts/compare/plexanisync-5.1.10...plexanisync-5.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [plexanisync-5.1.10](https://github.com/truecharts/charts/compare/plexanisync-5.1.9...plexanisync-5.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [plexanisync-5.1.9](https://github.com/truecharts/charts/compare/plexanisync-5.1.8...plexanisync-5.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [plexanisync-5.1.8](https://github.com/truecharts/charts/compare/plexanisync-5.1.7...plexanisync-5.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [plexanisync-5.1.7](https://github.com/truecharts/charts/compare/plexanisync-5.1.6...plexanisync-5.1.7) (2024-01-21) - -### Chore - - - -- update container image ghcr.io/rickdb/plexanisync to v1.3.26[@6d26126](https://github.com/6d26126) by renovate ([#17424](https://github.com/truecharts/charts/issues/17424)) - - - - -## [plexanisync-5.1.6](https://github.com/truecharts/charts/compare/plexanisync-5.1.5...plexanisync-5.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [plexanisync-5.1.5](https://github.com/truecharts/charts/compare/plexanisync-5.1.4...plexanisync-5.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [plexanisync-5.1.4](https://github.com/truecharts/charts/compare/plexanisync-5.1.3...plexanisync-5.1.4) (2024-01-01) diff --git a/stable/plexanisync/6.1.3/Chart.yaml b/stable/plexanisync/6.1.3/Chart.yaml deleted file mode 100644 index f69a16eaa71..00000000000 --- a/stable/plexanisync/6.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.3.27 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Plex to AniList Sync. -home: https://truecharts.org/charts/stable/plexanisync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plexanisync.png -keywords: - - plexanisync - - media -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: plexanisync -sources: - - https://github.com/RickDB/PlexAniSync - - https://github.com/RickDB/PlexAniSync/pkgs/container/plexanisync - - https://github.com/truecharts/charts/tree/master/charts/stable/plexanisync - - https://ghcr.io/rickdb/plexanisync -type: application -version: 6.1.3 diff --git a/stable/plexanisync/6.1.3/charts/common-18.0.3.tgz b/stable/plexanisync/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/plexanisync/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/post-recording/5.1.3/.helmignore b/stable/plexanisync/6.3.0/.helmignore similarity index 100% rename from stable/post-recording/5.1.3/.helmignore rename to stable/plexanisync/6.3.0/.helmignore diff --git a/stable/plexanisync/6.3.0/CHANGELOG.md b/stable/plexanisync/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..d86f45434bf --- /dev/null +++ b/stable/plexanisync/6.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [plexanisync-6.3.0](https://github.com/truecharts/charts/compare/plexanisync-6.2.3...plexanisync-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [plexanisync-6.2.3](https://github.com/truecharts/charts/compare/plexanisync-6.2.2...plexanisync-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [plexanisync-6.2.2](https://github.com/truecharts/charts/compare/plexanisync-6.2.0...plexanisync-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + +## [plexanisync-5.1.12](https://github.com/truecharts/charts/compare/plexanisync-5.1.11...plexanisync-5.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [plexanisync-5.1.11](https://github.com/truecharts/charts/compare/plexanisync-5.1.10...plexanisync-5.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [plexanisync-5.1.10](https://github.com/truecharts/charts/compare/plexanisync-5.1.9...plexanisync-5.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [plexanisync-5.1.9](https://github.com/truecharts/charts/compare/plexanisync-5.1.8...plexanisync-5.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [plexanisync-5.1.8](https://github.com/truecharts/charts/compare/plexanisync-5.1.7...plexanisync-5.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [plexanisync-5.1.7](https://github.com/truecharts/charts/compare/plexanisync-5.1.6...plexanisync-5.1.7) (2024-01-21) \ No newline at end of file diff --git a/stable/plexanisync/6.3.0/Chart.yaml b/stable/plexanisync/6.3.0/Chart.yaml new file mode 100644 index 00000000000..677b2935be7 --- /dev/null +++ b/stable/plexanisync/6.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.3.27 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Plex to AniList Sync. +home: https://truecharts.org/charts/stable/plexanisync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plexanisync.png +keywords: + - plexanisync + - media +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plexanisync +sources: + - https://github.com/RickDB/PlexAniSync + - https://github.com/RickDB/PlexAniSync/pkgs/container/plexanisync + - https://github.com/truecharts/charts/tree/master/charts/stable/plexanisync + - https://ghcr.io/rickdb/plexanisync +type: application +version: 6.3.0 diff --git a/stable/plexanisync/6.1.3/README.md b/stable/plexanisync/6.3.0/README.md similarity index 100% rename from stable/plexanisync/6.1.3/README.md rename to stable/plexanisync/6.3.0/README.md diff --git a/stable/plexanisync/6.3.0/app-changelog.md b/stable/plexanisync/6.3.0/app-changelog.md new file mode 100644 index 00000000000..a92f3dc1992 --- /dev/null +++ b/stable/plexanisync/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [plexanisync-6.3.0](https://github.com/truecharts/charts/compare/plexanisync-6.2.3...plexanisync-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/plexanisync/6.1.3/app-readme.md b/stable/plexanisync/6.3.0/app-readme.md similarity index 100% rename from stable/plexanisync/6.1.3/app-readme.md rename to stable/plexanisync/6.3.0/app-readme.md diff --git a/stable/plexanisync/6.3.0/charts/common-18.2.0.tgz b/stable/plexanisync/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/plexanisync/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/plexanisync/6.1.3/ix_values.yaml b/stable/plexanisync/6.3.0/ix_values.yaml similarity index 100% rename from stable/plexanisync/6.1.3/ix_values.yaml rename to stable/plexanisync/6.3.0/ix_values.yaml diff --git a/stable/plexanisync/6.1.3/questions.yaml b/stable/plexanisync/6.3.0/questions.yaml similarity index 100% rename from stable/plexanisync/6.1.3/questions.yaml rename to stable/plexanisync/6.3.0/questions.yaml diff --git a/stable/posterr/8.2.0/templates/NOTES.txt b/stable/plexanisync/6.3.0/templates/NOTES.txt similarity index 100% rename from stable/posterr/8.2.0/templates/NOTES.txt rename to stable/plexanisync/6.3.0/templates/NOTES.txt diff --git a/stable/plexanisync/6.1.3/templates/_config.tpl b/stable/plexanisync/6.3.0/templates/_config.tpl similarity index 100% rename from stable/plexanisync/6.1.3/templates/_config.tpl rename to stable/plexanisync/6.3.0/templates/_config.tpl diff --git a/stable/plexanisync/6.1.3/templates/_secret.tpl b/stable/plexanisync/6.3.0/templates/_secret.tpl similarity index 100% rename from stable/plexanisync/6.1.3/templates/_secret.tpl rename to stable/plexanisync/6.3.0/templates/_secret.tpl diff --git a/stable/plexanisync/6.1.3/templates/common.yaml b/stable/plexanisync/6.3.0/templates/common.yaml similarity index 100% rename from stable/plexanisync/6.1.3/templates/common.yaml rename to stable/plexanisync/6.3.0/templates/common.yaml diff --git a/stable/post-recording/5.1.3/values.yaml b/stable/plexanisync/6.3.0/values.yaml similarity index 100% rename from stable/post-recording/5.1.3/values.yaml rename to stable/plexanisync/6.3.0/values.yaml diff --git a/stable/plexripper/8.1.3/CHANGELOG.md b/stable/plexripper/8.1.3/CHANGELOG.md deleted file mode 100644 index 43cf517a13b..00000000000 --- a/stable/plexripper/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [plexripper-7.1.11](https://github.com/truecharts/charts/compare/plexripper-7.1.10...plexripper-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [plexripper-7.1.10](https://github.com/truecharts/charts/compare/plexripper-7.1.9...plexripper-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [plexripper-7.1.9](https://github.com/truecharts/charts/compare/plexripper-7.1.8...plexripper-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [plexripper-7.1.8](https://github.com/truecharts/charts/compare/plexripper-7.1.7...plexripper-7.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [plexripper-7.1.7](https://github.com/truecharts/charts/compare/plexripper-7.1.6...plexripper-7.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [plexripper-7.1.6](https://github.com/truecharts/charts/compare/plexripper-7.1.5...plexripper-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [plexripper-7.1.5](https://github.com/truecharts/charts/compare/plexripper-7.1.4...plexripper-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [plexripper-7.1.4](https://github.com/truecharts/charts/compare/plexripper-7.1.3...plexripper-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [plexripper-7.1.3](https://github.com/truecharts/charts/compare/plexripper-7.1.0...plexripper-7.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/plexripper/8.1.3/Chart.yaml b/stable/plexripper/8.1.3/Chart.yaml deleted file mode 100644 index 92e4ae18108..00000000000 --- a/stable/plexripper/8.1.3/Chart.yaml +++ /dev/null @@ -1,42 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.14.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A multi-platform media downloader that indexes and downloads content from your accessible Plex servers. -home: https://truecharts.org/charts/stable/plexripper -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plexripper.png -keywords: - - plexripper - - Backup - - Downloaders - - MediaApp-Video - - MediaApp-Music - - MediaApp-Photos - - MediaApp-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: plexripper -sources: - - https://github.com/PlexRipper/PlexRipper/ - - https://github.com/truecharts/charts/tree/master/charts/stable/plexripper - - https://hub.docker.com/r/plexripper/plexripper -type: application -version: 8.1.3 diff --git a/stable/plexripper/8.1.3/charts/common-18.0.3.tgz b/stable/plexripper/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/plexripper/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/posterr/8.2.0/.helmignore b/stable/plexripper/8.3.0/.helmignore similarity index 100% rename from stable/posterr/8.2.0/.helmignore rename to stable/plexripper/8.3.0/.helmignore diff --git a/stable/plexripper/8.3.0/CHANGELOG.md b/stable/plexripper/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..d0aec68c0de --- /dev/null +++ b/stable/plexripper/8.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [plexripper-8.3.0](https://github.com/truecharts/charts/compare/plexripper-8.2.3...plexripper-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [plexripper-8.2.3](https://github.com/truecharts/charts/compare/plexripper-8.2.2...plexripper-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [plexripper-8.2.2](https://github.com/truecharts/charts/compare/plexripper-8.2.0...plexripper-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [plexripper-7.1.11](https://github.com/truecharts/charts/compare/plexripper-7.1.10...plexripper-7.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [plexripper-7.1.10](https://github.com/truecharts/charts/compare/plexripper-7.1.9...plexripper-7.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [plexripper-7.1.9](https://github.com/truecharts/charts/compare/plexripper-7.1.8...plexripper-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [plexripper-7.1.8](https://github.com/truecharts/charts/compare/plexripper-7.1.7...plexripper-7.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [plexripper-7.1.7](https://github.com/truecharts/charts/compare/plexripper-7.1.6...plexripper-7.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [plexripper-7.1.6](https://github.com/truecharts/charts/compare/plexripper-7.1.5...plexripper-7.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/plexripper/8.3.0/Chart.yaml b/stable/plexripper/8.3.0/Chart.yaml new file mode 100644 index 00000000000..77d919ca71a --- /dev/null +++ b/stable/plexripper/8.3.0/Chart.yaml @@ -0,0 +1,42 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.14.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A multi-platform media downloader that indexes and downloads content from your accessible Plex servers. +home: https://truecharts.org/charts/stable/plexripper +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plexripper.png +keywords: + - plexripper + - Backup + - Downloaders + - MediaApp-Video + - MediaApp-Music + - MediaApp-Photos + - MediaApp-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plexripper +sources: + - https://github.com/PlexRipper/PlexRipper/ + - https://github.com/truecharts/charts/tree/master/charts/stable/plexripper + - https://hub.docker.com/r/plexripper/plexripper +type: application +version: 8.3.0 diff --git a/stable/plexripper/8.1.3/README.md b/stable/plexripper/8.3.0/README.md similarity index 100% rename from stable/plexripper/8.1.3/README.md rename to stable/plexripper/8.3.0/README.md diff --git a/stable/plexripper/8.3.0/app-changelog.md b/stable/plexripper/8.3.0/app-changelog.md new file mode 100644 index 00000000000..e6e68dc379b --- /dev/null +++ b/stable/plexripper/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [plexripper-8.3.0](https://github.com/truecharts/charts/compare/plexripper-8.2.3...plexripper-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/plexripper/8.1.3/app-readme.md b/stable/plexripper/8.3.0/app-readme.md similarity index 100% rename from stable/plexripper/8.1.3/app-readme.md rename to stable/plexripper/8.3.0/app-readme.md diff --git a/stable/plexripper/8.3.0/charts/common-18.2.0.tgz b/stable/plexripper/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/plexripper/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/plexripper/8.1.3/ix_values.yaml b/stable/plexripper/8.3.0/ix_values.yaml similarity index 100% rename from stable/plexripper/8.1.3/ix_values.yaml rename to stable/plexripper/8.3.0/ix_values.yaml diff --git a/stable/plexripper/8.1.3/questions.yaml b/stable/plexripper/8.3.0/questions.yaml similarity index 100% rename from stable/plexripper/8.1.3/questions.yaml rename to stable/plexripper/8.3.0/questions.yaml diff --git a/stable/pretend-youre-xyzzy/13.1.3/templates/NOTES.txt b/stable/plexripper/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/pretend-youre-xyzzy/13.1.3/templates/NOTES.txt rename to stable/plexripper/8.3.0/templates/NOTES.txt diff --git a/stable/protonmail-bridge/14.2.1/templates/common.yaml b/stable/plexripper/8.3.0/templates/common.yaml similarity index 100% rename from stable/protonmail-bridge/14.2.1/templates/common.yaml rename to stable/plexripper/8.3.0/templates/common.yaml diff --git a/stable/posterr/8.2.0/values.yaml b/stable/plexripper/8.3.0/values.yaml similarity index 100% rename from stable/posterr/8.2.0/values.yaml rename to stable/plexripper/8.3.0/values.yaml diff --git a/stable/plextraktsync/7.3.0/CHANGELOG.md b/stable/plextraktsync/7.3.0/CHANGELOG.md deleted file mode 100644 index 66ff1c43758..00000000000 --- a/stable/plextraktsync/7.3.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - -## [plextraktsync-6.2.13](https://github.com/truecharts/charts/compare/plextraktsync-6.2.12...plextraktsync-6.2.13) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/taxel/plextraktsync to v0.28.17[@99085c4](https://github.com/99085c4) by renovate ([#18138](https://github.com/truecharts/charts/issues/18138)) - - -## [plextraktsync-6.2.12](https://github.com/truecharts/charts/compare/plextraktsync-6.2.11...plextraktsync-6.2.12) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/taxel/plextraktsync to v0.28.16[@2a39047](https://github.com/2a39047) by renovate ([#17985](https://github.com/truecharts/charts/issues/17985)) - - -## [plextraktsync-6.2.11](https://github.com/truecharts/charts/compare/plextraktsync-6.2.10...plextraktsync-6.2.11) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/taxel/plextraktsync to v0.28.15[@002ad99](https://github.com/002ad99) by renovate ([#17918](https://github.com/truecharts/charts/issues/17918)) - - -## [plextraktsync-6.2.10](https://github.com/truecharts/charts/compare/plextraktsync-6.2.9...plextraktsync-6.2.10) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [plextraktsync-6.2.9](https://github.com/truecharts/charts/compare/plextraktsync-6.2.8...plextraktsync-6.2.9) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [plextraktsync-6.2.8](https://github.com/truecharts/charts/compare/plextraktsync-6.2.7...plextraktsync-6.2.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [plextraktsync-6.2.7](https://github.com/truecharts/charts/compare/plextraktsync-6.2.6...plextraktsync-6.2.7) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [plextraktsync-6.2.6](https://github.com/truecharts/charts/compare/plextraktsync-6.2.5...plextraktsync-6.2.6) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [plextraktsync-6.2.5](https://github.com/truecharts/charts/compare/plextraktsync-6.2.4...plextraktsync-6.2.5) (2024-01-21) \ No newline at end of file diff --git a/stable/plextraktsync/7.3.0/Chart.yaml b/stable/plextraktsync/7.3.0/Chart.yaml deleted file mode 100644 index b9319196681..00000000000 --- a/stable/plextraktsync/7.3.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.29.2 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Two-way-sync between trakt.tv and Plex Media Server. -home: https://truecharts.org/charts/stable/plextraktsync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plextraktsync.png -keywords: - - plextraktsync - - Tools-Utilities - - MediaApp-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: plextraktsync -sources: - - https://github.com/Taxel/PlexTraktSync - - https://github.com/truecharts/charts/tree/master/charts/stable/plextraktsync - - https://ghcr.io/taxel/plextraktsync -type: application -version: 7.3.0 diff --git a/stable/plextraktsync/7.3.0/charts/common-18.1.2.tgz b/stable/plextraktsync/7.3.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/plextraktsync/7.3.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/plextraktsync/7.3.0/ix_values.yaml b/stable/plextraktsync/7.3.0/ix_values.yaml deleted file mode 100644 index ab19f5f2605..00000000000 --- a/stable/plextraktsync/7.3.0/ix_values.yaml +++ /dev/null @@ -1,52 +0,0 @@ -image: - repository: ghcr.io/taxel/plextraktsync - tag: 0.29.2@sha256:24ee219a309b4c3a1505e6321bb431e7393177d96c9e1ee6491844a347ee2ef8 - pullPolicy: IfNotPresent - -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 - -service: - main: - enabled: false - ports: - main: - enabled: false - -plextraktsync: - cron_enabled: true - task: "" - schedule: "0 */6 * * *" - -cronjob: - annotations: {} - failedJobsHistoryLimit: 5 - successfulJobsHistoryLimit: 2 - -workload: - main: - podSpec: - containers: - main: - tty: true - stdin: true - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false - -persistence: - config: - enabled: true - mountPath: /app/config - -portal: - open: - enabled: false diff --git a/stable/postscriptum/5.1.3/.helmignore b/stable/plextraktsync/7.4.0/.helmignore similarity index 100% rename from stable/postscriptum/5.1.3/.helmignore rename to stable/plextraktsync/7.4.0/.helmignore diff --git a/stable/plextraktsync/7.4.0/CHANGELOG.md b/stable/plextraktsync/7.4.0/CHANGELOG.md new file mode 100644 index 00000000000..38818210243 --- /dev/null +++ b/stable/plextraktsync/7.4.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [plextraktsync-7.4.0](https://github.com/truecharts/charts/compare/plextraktsync-7.3.4...plextraktsync-7.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [plextraktsync-7.3.4](https://github.com/truecharts/charts/compare/plextraktsync-7.3.3...plextraktsync-7.3.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [plextraktsync-7.3.3](https://github.com/truecharts/charts/compare/plextraktsync-7.3.1...plextraktsync-7.3.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + +## [plextraktsync-6.2.13](https://github.com/truecharts/charts/compare/plextraktsync-6.2.12...plextraktsync-6.2.13) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/taxel/plextraktsync to v0.28.17[@99085c4](https://github.com/99085c4) by renovate ([#18138](https://github.com/truecharts/charts/issues/18138)) + + +## [plextraktsync-6.2.12](https://github.com/truecharts/charts/compare/plextraktsync-6.2.11...plextraktsync-6.2.12) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/taxel/plextraktsync to v0.28.16[@2a39047](https://github.com/2a39047) by renovate ([#17985](https://github.com/truecharts/charts/issues/17985)) + + +## [plextraktsync-6.2.11](https://github.com/truecharts/charts/compare/plextraktsync-6.2.10...plextraktsync-6.2.11) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/taxel/plextraktsync to v0.28.15[@002ad99](https://github.com/002ad99) by renovate ([#17918](https://github.com/truecharts/charts/issues/17918)) + + +## [plextraktsync-6.2.10](https://github.com/truecharts/charts/compare/plextraktsync-6.2.9...plextraktsync-6.2.10) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [plextraktsync-6.2.9](https://github.com/truecharts/charts/compare/plextraktsync-6.2.8...plextraktsync-6.2.9) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) \ No newline at end of file diff --git a/stable/plextraktsync/7.4.0/Chart.yaml b/stable/plextraktsync/7.4.0/Chart.yaml new file mode 100644 index 00000000000..fd047a2d7db --- /dev/null +++ b/stable/plextraktsync/7.4.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.29.4 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Two-way-sync between trakt.tv and Plex Media Server. +home: https://truecharts.org/charts/stable/plextraktsync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plextraktsync.png +keywords: + - plextraktsync + - Tools-Utilities + - MediaApp-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plextraktsync +sources: + - https://github.com/Taxel/PlexTraktSync + - https://github.com/truecharts/charts/tree/master/charts/stable/plextraktsync + - https://ghcr.io/taxel/plextraktsync +type: application +version: 7.4.0 diff --git a/stable/plextraktsync/7.3.0/README.md b/stable/plextraktsync/7.4.0/README.md similarity index 100% rename from stable/plextraktsync/7.3.0/README.md rename to stable/plextraktsync/7.4.0/README.md diff --git a/stable/plextraktsync/7.4.0/app-changelog.md b/stable/plextraktsync/7.4.0/app-changelog.md new file mode 100644 index 00000000000..0c5634eae8a --- /dev/null +++ b/stable/plextraktsync/7.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [plextraktsync-7.4.0](https://github.com/truecharts/charts/compare/plextraktsync-7.3.4...plextraktsync-7.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/plextraktsync/7.3.0/app-readme.md b/stable/plextraktsync/7.4.0/app-readme.md similarity index 100% rename from stable/plextraktsync/7.3.0/app-readme.md rename to stable/plextraktsync/7.4.0/app-readme.md diff --git a/stable/plextraktsync/7.4.0/charts/common-18.2.0.tgz b/stable/plextraktsync/7.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/plextraktsync/7.4.0/charts/common-18.2.0.tgz differ diff --git a/stable/plextraktsync/7.4.0/ix_values.yaml b/stable/plextraktsync/7.4.0/ix_values.yaml new file mode 100644 index 00000000000..d57d29c8416 --- /dev/null +++ b/stable/plextraktsync/7.4.0/ix_values.yaml @@ -0,0 +1,52 @@ +image: + repository: ghcr.io/taxel/plextraktsync + tag: 0.29.4@sha256:fba7ce3a8c34581aa75fea88d14b512e42a8c6dba3892617f8cad292810f039f + pullPolicy: IfNotPresent + +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 + +service: + main: + enabled: false + ports: + main: + enabled: false + +plextraktsync: + cron_enabled: true + task: "" + schedule: "0 */6 * * *" + +cronjob: + annotations: {} + failedJobsHistoryLimit: 5 + successfulJobsHistoryLimit: 2 + +workload: + main: + podSpec: + containers: + main: + tty: true + stdin: true + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + +persistence: + config: + enabled: true + mountPath: /app/config + +portal: + open: + enabled: false diff --git a/stable/plextraktsync/7.3.0/questions.yaml b/stable/plextraktsync/7.4.0/questions.yaml similarity index 100% rename from stable/plextraktsync/7.3.0/questions.yaml rename to stable/plextraktsync/7.4.0/questions.yaml diff --git a/stable/projectsend/12.3.0/templates/NOTES.txt b/stable/plextraktsync/7.4.0/templates/NOTES.txt similarity index 100% rename from stable/projectsend/12.3.0/templates/NOTES.txt rename to stable/plextraktsync/7.4.0/templates/NOTES.txt diff --git a/stable/plextraktsync/7.3.0/templates/_cronjob.tpl b/stable/plextraktsync/7.4.0/templates/_cronjob.tpl similarity index 100% rename from stable/plextraktsync/7.3.0/templates/_cronjob.tpl rename to stable/plextraktsync/7.4.0/templates/_cronjob.tpl diff --git a/stable/plextraktsync/7.3.0/templates/common.yaml b/stable/plextraktsync/7.4.0/templates/common.yaml similarity index 100% rename from stable/plextraktsync/7.3.0/templates/common.yaml rename to stable/plextraktsync/7.4.0/templates/common.yaml diff --git a/stable/postscriptum/5.1.3/values.yaml b/stable/plextraktsync/7.4.0/values.yaml similarity index 100% rename from stable/postscriptum/5.1.3/values.yaml rename to stable/plextraktsync/7.4.0/values.yaml diff --git a/stable/pocketmine-mp/3.1.3/CHANGELOG.md b/stable/pocketmine-mp/3.1.3/CHANGELOG.md deleted file mode 100644 index a88de911bb6..00000000000 --- a/stable/pocketmine-mp/3.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [pocketmine-mp-2.1.12](https://github.com/truecharts/charts/compare/pocketmine-mp-2.1.11...pocketmine-mp-2.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pocketmine-mp-2.1.11](https://github.com/truecharts/charts/compare/pocketmine-mp-2.1.10...pocketmine-mp-2.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [pocketmine-mp-2.1.10](https://github.com/truecharts/charts/compare/pocketmine-mp-2.1.9...pocketmine-mp-2.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [pocketmine-mp-2.1.9](https://github.com/truecharts/charts/compare/pocketmine-mp-2.1.8...pocketmine-mp-2.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [pocketmine-mp-2.1.8](https://github.com/truecharts/charts/compare/pocketmine-mp-2.1.7...pocketmine-mp-2.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [pocketmine-mp-2.1.7](https://github.com/truecharts/charts/compare/pocketmine-mp-2.1.6...pocketmine-mp-2.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [pocketmine-mp-2.1.6](https://github.com/truecharts/charts/compare/pocketmine-mp-2.1.5...pocketmine-mp-2.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [pocketmine-mp-2.1.5](https://github.com/truecharts/charts/compare/pocketmine-mp-2.1.4...pocketmine-mp-2.1.5) (2024-01-02) - -### Chore - - - -- fix some refs ([#16749](https://github.com/truecharts/charts/issues/16749)) - - -## [pocketmine-mp-2.1.4](https://github.com/truecharts/charts/compare/pocketmine-mp-2.1.3...pocketmine-mp-2.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/pocketmine-mp/3.1.3/Chart.yaml b/stable/pocketmine-mp/3.1.3/Chart.yaml deleted file mode 100644 index 48069921b97..00000000000 --- a/stable/pocketmine-mp/3.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.8.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A server software for Minecraft Bedrock Edition in PHP. -home: https://truecharts.org/charts/stable/pocketmine-mp -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pocketmine-mp.png -keywords: - - pocketmine-mp - - minecraft -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pocketmine-mp -sources: - - https://github.com/pmmp/PocketMine-MP - - https://github.com/truecharts/charts/tree/master/charts/stable/pocketmine-mp - - https://github.com/truecharts/containers/tree/master/apps/pocketmine-mp -type: application -version: 3.1.3 diff --git a/stable/pocketmine-mp/3.1.3/charts/common-18.0.3.tgz b/stable/pocketmine-mp/3.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/pocketmine-mp/3.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/pretend-youre-xyzzy/13.1.3/.helmignore b/stable/pocketmine-mp/3.3.0/.helmignore similarity index 100% rename from stable/pretend-youre-xyzzy/13.1.3/.helmignore rename to stable/pocketmine-mp/3.3.0/.helmignore diff --git a/stable/pocketmine-mp/3.3.0/CHANGELOG.md b/stable/pocketmine-mp/3.3.0/CHANGELOG.md new file mode 100644 index 00000000000..25c179696ea --- /dev/null +++ b/stable/pocketmine-mp/3.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pocketmine-mp-3.3.0](https://github.com/truecharts/charts/compare/pocketmine-mp-3.2.3...pocketmine-mp-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [pocketmine-mp-3.2.3](https://github.com/truecharts/charts/compare/pocketmine-mp-3.2.2...pocketmine-mp-3.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [pocketmine-mp-3.2.2](https://github.com/truecharts/charts/compare/pocketmine-mp-3.2.0...pocketmine-mp-3.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [pocketmine-mp-2.1.12](https://github.com/truecharts/charts/compare/pocketmine-mp-2.1.11...pocketmine-mp-2.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [pocketmine-mp-2.1.11](https://github.com/truecharts/charts/compare/pocketmine-mp-2.1.10...pocketmine-mp-2.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [pocketmine-mp-2.1.10](https://github.com/truecharts/charts/compare/pocketmine-mp-2.1.9...pocketmine-mp-2.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [pocketmine-mp-2.1.9](https://github.com/truecharts/charts/compare/pocketmine-mp-2.1.8...pocketmine-mp-2.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [pocketmine-mp-2.1.8](https://github.com/truecharts/charts/compare/pocketmine-mp-2.1.7...pocketmine-mp-2.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [pocketmine-mp-2.1.7](https://github.com/truecharts/charts/compare/pocketmine-mp-2.1.6...pocketmine-mp-2.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/pocketmine-mp/3.3.0/Chart.yaml b/stable/pocketmine-mp/3.3.0/Chart.yaml new file mode 100644 index 00000000000..1516e23597f --- /dev/null +++ b/stable/pocketmine-mp/3.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.8.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A server software for Minecraft Bedrock Edition in PHP. +home: https://truecharts.org/charts/stable/pocketmine-mp +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pocketmine-mp.png +keywords: + - pocketmine-mp + - minecraft +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pocketmine-mp +sources: + - https://github.com/pmmp/PocketMine-MP + - https://github.com/truecharts/charts/tree/master/charts/stable/pocketmine-mp + - https://github.com/truecharts/containers/tree/master/apps/pocketmine-mp +type: application +version: 3.3.0 diff --git a/stable/pocketmine-mp/3.1.3/README.md b/stable/pocketmine-mp/3.3.0/README.md similarity index 100% rename from stable/pocketmine-mp/3.1.3/README.md rename to stable/pocketmine-mp/3.3.0/README.md diff --git a/stable/pocketmine-mp/3.3.0/app-changelog.md b/stable/pocketmine-mp/3.3.0/app-changelog.md new file mode 100644 index 00000000000..73f6d5c668c --- /dev/null +++ b/stable/pocketmine-mp/3.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [pocketmine-mp-3.3.0](https://github.com/truecharts/charts/compare/pocketmine-mp-3.2.3...pocketmine-mp-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/pocketmine-mp/3.1.3/app-readme.md b/stable/pocketmine-mp/3.3.0/app-readme.md similarity index 100% rename from stable/pocketmine-mp/3.1.3/app-readme.md rename to stable/pocketmine-mp/3.3.0/app-readme.md diff --git a/stable/pocketmine-mp/3.3.0/charts/common-18.2.0.tgz b/stable/pocketmine-mp/3.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/pocketmine-mp/3.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/pocketmine-mp/3.1.3/ix_values.yaml b/stable/pocketmine-mp/3.3.0/ix_values.yaml similarity index 100% rename from stable/pocketmine-mp/3.1.3/ix_values.yaml rename to stable/pocketmine-mp/3.3.0/ix_values.yaml diff --git a/stable/pocketmine-mp/3.1.3/questions.yaml b/stable/pocketmine-mp/3.3.0/questions.yaml similarity index 100% rename from stable/pocketmine-mp/3.1.3/questions.yaml rename to stable/pocketmine-mp/3.3.0/questions.yaml diff --git a/stable/promcord/11.1.3/templates/NOTES.txt b/stable/pocketmine-mp/3.3.0/templates/NOTES.txt similarity index 100% rename from stable/promcord/11.1.3/templates/NOTES.txt rename to stable/pocketmine-mp/3.3.0/templates/NOTES.txt diff --git a/stable/proxmox-backup-server/3.1.3/templates/common.yaml b/stable/pocketmine-mp/3.3.0/templates/common.yaml similarity index 100% rename from stable/proxmox-backup-server/3.1.3/templates/common.yaml rename to stable/pocketmine-mp/3.3.0/templates/common.yaml diff --git a/stable/pretend-youre-xyzzy/13.1.3/values.yaml b/stable/pocketmine-mp/3.3.0/values.yaml similarity index 100% rename from stable/pretend-youre-xyzzy/13.1.3/values.yaml rename to stable/pocketmine-mp/3.3.0/values.yaml diff --git a/stable/podgrab/17.1.3/CHANGELOG.md b/stable/podgrab/17.1.3/CHANGELOG.md deleted file mode 100644 index c0de3073117..00000000000 --- a/stable/podgrab/17.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [podgrab-16.1.11](https://github.com/truecharts/charts/compare/podgrab-16.1.10...podgrab-16.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [podgrab-16.1.10](https://github.com/truecharts/charts/compare/podgrab-16.1.9...podgrab-16.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [podgrab-16.1.9](https://github.com/truecharts/charts/compare/podgrab-16.1.8...podgrab-16.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [podgrab-16.1.8](https://github.com/truecharts/charts/compare/podgrab-16.1.7...podgrab-16.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [podgrab-16.1.7](https://github.com/truecharts/charts/compare/podgrab-16.1.6...podgrab-16.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [podgrab-16.1.6](https://github.com/truecharts/charts/compare/podgrab-16.1.5...podgrab-16.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [podgrab-16.1.5](https://github.com/truecharts/charts/compare/podgrab-16.1.4...podgrab-16.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [podgrab-16.1.4](https://github.com/truecharts/charts/compare/podgrab-16.1.3...podgrab-16.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [podgrab-16.1.3](https://github.com/truecharts/charts/compare/podgrab-16.1.0...podgrab-16.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/podgrab/17.1.3/Chart.yaml b/stable/podgrab/17.1.3/Chart.yaml deleted file mode 100644 index 3b3890007de..00000000000 --- a/stable/podgrab/17.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: mutlimedia - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.0.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A self-hosted podcast manager to download episodes as soon as they become live. -home: https://truecharts.org/charts/stable/podgrab -icon: https://truecharts.org/img/hotlink-ok/chart-icons/podgrab.png -keywords: - - podgrab -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: podgrab -sources: - - https://github.com/akhilrex/podgrab - - https://github.com/truecharts/charts/tree/master/charts/stable/podgrab - - https://hub.docker.com/r/akhilrex/podgrab -type: application -version: 17.1.3 diff --git a/stable/podgrab/17.1.3/charts/common-18.0.3.tgz b/stable/podgrab/17.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/podgrab/17.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/projectsend/12.3.0/.helmignore b/stable/podgrab/17.3.0/.helmignore similarity index 100% rename from stable/projectsend/12.3.0/.helmignore rename to stable/podgrab/17.3.0/.helmignore diff --git a/stable/podgrab/17.3.0/CHANGELOG.md b/stable/podgrab/17.3.0/CHANGELOG.md new file mode 100644 index 00000000000..9301e9bc173 --- /dev/null +++ b/stable/podgrab/17.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [podgrab-17.3.0](https://github.com/truecharts/charts/compare/podgrab-17.2.3...podgrab-17.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [podgrab-17.2.3](https://github.com/truecharts/charts/compare/podgrab-17.2.2...podgrab-17.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [podgrab-17.2.2](https://github.com/truecharts/charts/compare/podgrab-17.2.0...podgrab-17.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [podgrab-16.1.11](https://github.com/truecharts/charts/compare/podgrab-16.1.10...podgrab-16.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [podgrab-16.1.10](https://github.com/truecharts/charts/compare/podgrab-16.1.9...podgrab-16.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [podgrab-16.1.9](https://github.com/truecharts/charts/compare/podgrab-16.1.8...podgrab-16.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [podgrab-16.1.8](https://github.com/truecharts/charts/compare/podgrab-16.1.7...podgrab-16.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [podgrab-16.1.7](https://github.com/truecharts/charts/compare/podgrab-16.1.6...podgrab-16.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [podgrab-16.1.6](https://github.com/truecharts/charts/compare/podgrab-16.1.5...podgrab-16.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/podgrab/17.3.0/Chart.yaml b/stable/podgrab/17.3.0/Chart.yaml new file mode 100644 index 00000000000..4a44b512537 --- /dev/null +++ b/stable/podgrab/17.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: mutlimedia + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted podcast manager to download episodes as soon as they become live. +home: https://truecharts.org/charts/stable/podgrab +icon: https://truecharts.org/img/hotlink-ok/chart-icons/podgrab.png +keywords: + - podgrab +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: podgrab +sources: + - https://github.com/akhilrex/podgrab + - https://github.com/truecharts/charts/tree/master/charts/stable/podgrab + - https://hub.docker.com/r/akhilrex/podgrab +type: application +version: 17.3.0 diff --git a/stable/podgrab/17.1.3/README.md b/stable/podgrab/17.3.0/README.md similarity index 100% rename from stable/podgrab/17.1.3/README.md rename to stable/podgrab/17.3.0/README.md diff --git a/stable/podgrab/17.3.0/app-changelog.md b/stable/podgrab/17.3.0/app-changelog.md new file mode 100644 index 00000000000..6a2dc68b16e --- /dev/null +++ b/stable/podgrab/17.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [podgrab-17.3.0](https://github.com/truecharts/charts/compare/podgrab-17.2.3...podgrab-17.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/podgrab/17.1.3/app-readme.md b/stable/podgrab/17.3.0/app-readme.md similarity index 100% rename from stable/podgrab/17.1.3/app-readme.md rename to stable/podgrab/17.3.0/app-readme.md diff --git a/stable/podgrab/17.3.0/charts/common-18.2.0.tgz b/stable/podgrab/17.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/podgrab/17.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/podgrab/17.1.3/ix_values.yaml b/stable/podgrab/17.3.0/ix_values.yaml similarity index 100% rename from stable/podgrab/17.1.3/ix_values.yaml rename to stable/podgrab/17.3.0/ix_values.yaml diff --git a/stable/podgrab/17.1.3/questions.yaml b/stable/podgrab/17.3.0/questions.yaml similarity index 100% rename from stable/podgrab/17.1.3/questions.yaml rename to stable/podgrab/17.3.0/questions.yaml diff --git a/stable/protonmail-bridge/14.2.1/templates/NOTES.txt b/stable/podgrab/17.3.0/templates/NOTES.txt similarity index 100% rename from stable/protonmail-bridge/14.2.1/templates/NOTES.txt rename to stable/podgrab/17.3.0/templates/NOTES.txt diff --git a/stable/putty/9.1.3/templates/common.yaml b/stable/podgrab/17.3.0/templates/common.yaml similarity index 100% rename from stable/putty/9.1.3/templates/common.yaml rename to stable/podgrab/17.3.0/templates/common.yaml diff --git a/stable/projectsend/12.3.0/values.yaml b/stable/podgrab/17.3.0/values.yaml similarity index 100% rename from stable/projectsend/12.3.0/values.yaml rename to stable/podgrab/17.3.0/values.yaml diff --git a/stable/portainer/8.1.3/CHANGELOG.md b/stable/portainer/8.1.3/CHANGELOG.md deleted file mode 100644 index 299e2283963..00000000000 --- a/stable/portainer/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [portainer-7.1.11](https://github.com/truecharts/charts/compare/portainer-7.1.10...portainer-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [portainer-7.1.10](https://github.com/truecharts/charts/compare/portainer-7.1.9...portainer-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [portainer-7.1.9](https://github.com/truecharts/charts/compare/portainer-7.1.8...portainer-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [portainer-7.1.8](https://github.com/truecharts/charts/compare/portainer-7.1.7...portainer-7.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [portainer-7.1.7](https://github.com/truecharts/charts/compare/portainer-7.1.6...portainer-7.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [portainer-7.1.6](https://github.com/truecharts/charts/compare/portainer-7.1.5...portainer-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [portainer-7.1.5](https://github.com/truecharts/charts/compare/portainer-7.1.4...portainer-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [portainer-7.1.4](https://github.com/truecharts/charts/compare/portainer-7.1.3...portainer-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [portainer-7.1.3](https://github.com/truecharts/charts/compare/portainer-7.1.0...portainer-7.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/portainer/8.1.3/Chart.yaml b/stable/portainer/8.1.3/Chart.yaml deleted file mode 100644 index 3201751ea5a..00000000000 --- a/stable/portainer/8.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: management - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.19.4 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Container management made easy -home: https://truecharts.org/charts/stable/portainer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/portainer.png -keywords: - - portainer -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: portainer -sources: - - https://docs.portainer.io/start/install-ce/server - - https://docs.portainer.io/start/install/server - - https://github.com/truecharts/charts/tree/master/charts/stable/portainer - - https://hub.docker.com/r/portainer/portainer-ce - - https://hub.docker.com/r/portainer/portainer-ee -type: application -version: 8.1.3 diff --git a/stable/portainer/8.1.3/charts/common-18.0.3.tgz b/stable/portainer/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/portainer/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/promcord/11.1.3/.helmignore b/stable/portainer/8.3.0/.helmignore similarity index 100% rename from stable/promcord/11.1.3/.helmignore rename to stable/portainer/8.3.0/.helmignore diff --git a/stable/portainer/8.3.0/CHANGELOG.md b/stable/portainer/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..d568832f18c --- /dev/null +++ b/stable/portainer/8.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [portainer-8.3.0](https://github.com/truecharts/charts/compare/portainer-8.2.3...portainer-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [portainer-8.2.3](https://github.com/truecharts/charts/compare/portainer-8.2.2...portainer-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [portainer-8.2.2](https://github.com/truecharts/charts/compare/portainer-8.2.0...portainer-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [portainer-7.1.11](https://github.com/truecharts/charts/compare/portainer-7.1.10...portainer-7.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [portainer-7.1.10](https://github.com/truecharts/charts/compare/portainer-7.1.9...portainer-7.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [portainer-7.1.9](https://github.com/truecharts/charts/compare/portainer-7.1.8...portainer-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [portainer-7.1.8](https://github.com/truecharts/charts/compare/portainer-7.1.7...portainer-7.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [portainer-7.1.7](https://github.com/truecharts/charts/compare/portainer-7.1.6...portainer-7.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [portainer-7.1.6](https://github.com/truecharts/charts/compare/portainer-7.1.5...portainer-7.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/portainer/8.3.0/Chart.yaml b/stable/portainer/8.3.0/Chart.yaml new file mode 100644 index 00000000000..435c40ada91 --- /dev/null +++ b/stable/portainer/8.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: management + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.19.4 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Container management made easy +home: https://truecharts.org/charts/stable/portainer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/portainer.png +keywords: + - portainer +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: portainer +sources: + - https://docs.portainer.io/start/install-ce/server + - https://docs.portainer.io/start/install/server + - https://github.com/truecharts/charts/tree/master/charts/stable/portainer + - https://hub.docker.com/r/portainer/portainer-ce + - https://hub.docker.com/r/portainer/portainer-ee +type: application +version: 8.3.0 diff --git a/stable/portainer/8.1.3/README.md b/stable/portainer/8.3.0/README.md similarity index 100% rename from stable/portainer/8.1.3/README.md rename to stable/portainer/8.3.0/README.md diff --git a/stable/portainer/8.3.0/app-changelog.md b/stable/portainer/8.3.0/app-changelog.md new file mode 100644 index 00000000000..90dde560d44 --- /dev/null +++ b/stable/portainer/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [portainer-8.3.0](https://github.com/truecharts/charts/compare/portainer-8.2.3...portainer-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/portainer/8.1.3/app-readme.md b/stable/portainer/8.3.0/app-readme.md similarity index 100% rename from stable/portainer/8.1.3/app-readme.md rename to stable/portainer/8.3.0/app-readme.md diff --git a/stable/portainer/8.3.0/charts/common-18.2.0.tgz b/stable/portainer/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/portainer/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/portainer/8.1.3/ix_values.yaml b/stable/portainer/8.3.0/ix_values.yaml similarity index 100% rename from stable/portainer/8.1.3/ix_values.yaml rename to stable/portainer/8.3.0/ix_values.yaml diff --git a/stable/portainer/8.1.3/questions.yaml b/stable/portainer/8.3.0/questions.yaml similarity index 100% rename from stable/portainer/8.1.3/questions.yaml rename to stable/portainer/8.3.0/questions.yaml diff --git a/stable/prusaslicer-novnc/8.2.0/templates/NOTES.txt b/stable/portainer/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/prusaslicer-novnc/8.2.0/templates/NOTES.txt rename to stable/portainer/8.3.0/templates/NOTES.txt diff --git a/stable/portainer/8.1.3/templates/_args.tpl b/stable/portainer/8.3.0/templates/_args.tpl similarity index 100% rename from stable/portainer/8.1.3/templates/_args.tpl rename to stable/portainer/8.3.0/templates/_args.tpl diff --git a/stable/portainer/8.1.3/templates/common.yaml b/stable/portainer/8.3.0/templates/common.yaml similarity index 100% rename from stable/portainer/8.1.3/templates/common.yaml rename to stable/portainer/8.3.0/templates/common.yaml diff --git a/stable/promcord/11.1.3/values.yaml b/stable/portainer/8.3.0/values.yaml similarity index 100% rename from stable/promcord/11.1.3/values.yaml rename to stable/portainer/8.3.0/values.yaml diff --git a/stable/post-recording/5.1.3/CHANGELOG.md b/stable/post-recording/5.1.3/CHANGELOG.md deleted file mode 100644 index 38d20c93a8a..00000000000 --- a/stable/post-recording/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [post-recording-4.1.11](https://github.com/truecharts/charts/compare/post-recording-4.1.10...post-recording-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [post-recording-4.1.10](https://github.com/truecharts/charts/compare/post-recording-4.1.9...post-recording-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [post-recording-4.1.9](https://github.com/truecharts/charts/compare/post-recording-4.1.8...post-recording-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [post-recording-4.1.8](https://github.com/truecharts/charts/compare/post-recording-4.1.7...post-recording-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [post-recording-4.1.7](https://github.com/truecharts/charts/compare/post-recording-4.1.6...post-recording-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [post-recording-4.1.6](https://github.com/truecharts/charts/compare/post-recording-4.1.5...post-recording-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [post-recording-4.1.5](https://github.com/truecharts/charts/compare/post-recording-4.1.4...post-recording-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [post-recording-4.1.4](https://github.com/truecharts/charts/compare/post-recording-4.1.3...post-recording-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [post-recording-4.1.3](https://github.com/truecharts/charts/compare/post-recording-4.1.0...post-recording-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/post-recording/5.1.3/Chart.yaml b/stable/post-recording/5.1.3/Chart.yaml deleted file mode 100644 index 2f2e59e2902..00000000000 --- a/stable/post-recording/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaApp-Video - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Watches for .ts files made by Live TV recordings, convert them to a friendly format, extract .srt file, add chapters with comchap or remove them with comcut. Tested with Emby recordings. -home: https://truecharts.org/charts/stable/post-recording -icon: https://truecharts.org/img/hotlink-ok/chart-icons/post-recording.png -keywords: - - post-recording - - MediaApp-Video -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: post-recording -sources: - - https://github.com/chacawaca/docker-post-recording - - https://github.com/truecharts/charts/tree/master/charts/stable/post-recording - - https://hub.docker.com/r/chacawaca/post-recording -type: application -version: 5.1.3 diff --git a/stable/post-recording/5.1.3/charts/common-18.0.3.tgz b/stable/post-recording/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/post-recording/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/protonmail-bridge/14.2.1/.helmignore b/stable/post-recording/5.3.0/.helmignore similarity index 100% rename from stable/protonmail-bridge/14.2.1/.helmignore rename to stable/post-recording/5.3.0/.helmignore diff --git a/stable/post-recording/5.3.0/CHANGELOG.md b/stable/post-recording/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..1a45704e659 --- /dev/null +++ b/stable/post-recording/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [post-recording-5.3.0](https://github.com/truecharts/charts/compare/post-recording-5.2.3...post-recording-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [post-recording-5.2.3](https://github.com/truecharts/charts/compare/post-recording-5.2.2...post-recording-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [post-recording-5.2.2](https://github.com/truecharts/charts/compare/post-recording-5.2.0...post-recording-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [post-recording-4.1.11](https://github.com/truecharts/charts/compare/post-recording-4.1.10...post-recording-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [post-recording-4.1.10](https://github.com/truecharts/charts/compare/post-recording-4.1.9...post-recording-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [post-recording-4.1.9](https://github.com/truecharts/charts/compare/post-recording-4.1.8...post-recording-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [post-recording-4.1.8](https://github.com/truecharts/charts/compare/post-recording-4.1.7...post-recording-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [post-recording-4.1.7](https://github.com/truecharts/charts/compare/post-recording-4.1.6...post-recording-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [post-recording-4.1.6](https://github.com/truecharts/charts/compare/post-recording-4.1.5...post-recording-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/post-recording/5.3.0/Chart.yaml b/stable/post-recording/5.3.0/Chart.yaml new file mode 100644 index 00000000000..8dc6bdf7f89 --- /dev/null +++ b/stable/post-recording/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Video + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Watches for .ts files made by Live TV recordings, convert them to a friendly format, extract .srt file, add chapters with comchap or remove them with comcut. Tested with Emby recordings. +home: https://truecharts.org/charts/stable/post-recording +icon: https://truecharts.org/img/hotlink-ok/chart-icons/post-recording.png +keywords: + - post-recording + - MediaApp-Video +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: post-recording +sources: + - https://github.com/chacawaca/docker-post-recording + - https://github.com/truecharts/charts/tree/master/charts/stable/post-recording + - https://hub.docker.com/r/chacawaca/post-recording +type: application +version: 5.3.0 diff --git a/stable/post-recording/5.1.3/README.md b/stable/post-recording/5.3.0/README.md similarity index 100% rename from stable/post-recording/5.1.3/README.md rename to stable/post-recording/5.3.0/README.md diff --git a/stable/post-recording/5.3.0/app-changelog.md b/stable/post-recording/5.3.0/app-changelog.md new file mode 100644 index 00000000000..04d58aebb43 --- /dev/null +++ b/stable/post-recording/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [post-recording-5.3.0](https://github.com/truecharts/charts/compare/post-recording-5.2.3...post-recording-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/post-recording/5.1.3/app-readme.md b/stable/post-recording/5.3.0/app-readme.md similarity index 100% rename from stable/post-recording/5.1.3/app-readme.md rename to stable/post-recording/5.3.0/app-readme.md diff --git a/stable/post-recording/5.3.0/charts/common-18.2.0.tgz b/stable/post-recording/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/post-recording/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/post-recording/5.1.3/ix_values.yaml b/stable/post-recording/5.3.0/ix_values.yaml similarity index 100% rename from stable/post-recording/5.1.3/ix_values.yaml rename to stable/post-recording/5.3.0/ix_values.yaml diff --git a/stable/post-recording/5.1.3/questions.yaml b/stable/post-recording/5.3.0/questions.yaml similarity index 100% rename from stable/post-recording/5.1.3/questions.yaml rename to stable/post-recording/5.3.0/questions.yaml diff --git a/stable/post-recording/5.1.3/templates/common.yaml b/stable/post-recording/5.3.0/templates/common.yaml similarity index 100% rename from stable/post-recording/5.1.3/templates/common.yaml rename to stable/post-recording/5.3.0/templates/common.yaml diff --git a/stable/protonmail-bridge/14.2.1/values.yaml b/stable/post-recording/5.3.0/values.yaml similarity index 100% rename from stable/protonmail-bridge/14.2.1/values.yaml rename to stable/post-recording/5.3.0/values.yaml diff --git a/stable/posterr/8.2.0/CHANGELOG.md b/stable/posterr/8.2.0/CHANGELOG.md deleted file mode 100644 index d0db6adfae2..00000000000 --- a/stable/posterr/8.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - -## [posterr-7.1.16](https://github.com/truecharts/charts/compare/posterr-7.1.15...posterr-7.1.16) (2024-02-12) - -### Chore - - - -- update container image petersem/posterr to latest[@852e536](https://github.com/852e536) by renovate ([#18214](https://github.com/truecharts/charts/issues/18214)) - - -## [posterr-7.1.15](https://github.com/truecharts/charts/compare/posterr-7.1.14...posterr-7.1.15) (2024-02-12) - -### Chore - - - -- update container image petersem/posterr to latest[@93583c6](https://github.com/93583c6) by renovate ([#18102](https://github.com/truecharts/charts/issues/18102)) - - -## [posterr-7.1.14](https://github.com/truecharts/charts/compare/posterr-7.1.13...posterr-7.1.14) (2024-02-05) - -### Chore - - - -- update container image petersem/posterr to latest[@7ffe3c5](https://github.com/7ffe3c5) by renovate ([#17890](https://github.com/truecharts/charts/issues/17890)) - - -## [posterr-7.1.13](https://github.com/truecharts/charts/compare/posterr-7.1.12...posterr-7.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [posterr-7.1.12](https://github.com/truecharts/charts/compare/posterr-7.1.11...posterr-7.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [posterr-7.1.11](https://github.com/truecharts/charts/compare/posterr-7.1.10...posterr-7.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [posterr-7.1.10](https://github.com/truecharts/charts/compare/posterr-7.1.9...posterr-7.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [posterr-7.1.9](https://github.com/truecharts/charts/compare/posterr-7.1.8...posterr-7.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [posterr-7.1.8](https://github.com/truecharts/charts/compare/posterr-7.1.7...posterr-7.1.8) (2024-01-21) \ No newline at end of file diff --git a/stable/posterr/8.2.0/Chart.yaml b/stable/posterr/8.2.0/Chart.yaml deleted file mode 100644 index 78b02e3a501..00000000000 --- a/stable/posterr/8.2.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaServer-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Media display for Plex, Sonarr and Radarr. -home: https://truecharts.org/charts/stable/posterr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/posterr.png -keywords: - - posterr - - MediaServer-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: posterr -sources: - - https://github.com/petersem/posterr - - https://github.com/truecharts/charts/tree/master/charts/stable/posterr - - https://hub.docker.com/r/petersem/posterr -type: application -version: 8.2.0 diff --git a/stable/posterr/8.2.0/charts/common-18.1.2.tgz b/stable/posterr/8.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/posterr/8.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/posterr/8.2.0/ix_values.yaml b/stable/posterr/8.2.0/ix_values.yaml deleted file mode 100644 index adc81a7d2b5..00000000000 --- a/stable/posterr/8.2.0/ix_values.yaml +++ /dev/null @@ -1,27 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: petersem/posterr - tag: latest@sha256:fb50673a6aca7d32db0005db0345aaa4a9a1f015361d2312fa46a2eb4225fe8d -service: - main: - ports: - main: - port: 9876 - protocol: http - targetPort: 3000 -persistence: - config: - enabled: true - mountPath: /usr/src/app/config - custom: - enabled: true - mountPath: /usr/src/app/public/custom -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsGroup: 0 - runAsUser: 0 diff --git a/stable/proxmox-backup-server/3.1.3/.helmignore b/stable/posterr/8.3.0/.helmignore similarity index 100% rename from stable/proxmox-backup-server/3.1.3/.helmignore rename to stable/posterr/8.3.0/.helmignore diff --git a/stable/posterr/8.3.0/CHANGELOG.md b/stable/posterr/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..0c9bdc3bd46 --- /dev/null +++ b/stable/posterr/8.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [posterr-8.3.0](https://github.com/truecharts/charts/compare/posterr-8.2.4...posterr-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [posterr-8.2.4](https://github.com/truecharts/charts/compare/posterr-8.2.3...posterr-8.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [posterr-8.2.3](https://github.com/truecharts/charts/compare/posterr-8.2.1...posterr-8.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + +## [posterr-7.1.16](https://github.com/truecharts/charts/compare/posterr-7.1.15...posterr-7.1.16) (2024-02-12) + +### Chore + + + +- update container image petersem/posterr to latest[@852e536](https://github.com/852e536) by renovate ([#18214](https://github.com/truecharts/charts/issues/18214)) + + +## [posterr-7.1.15](https://github.com/truecharts/charts/compare/posterr-7.1.14...posterr-7.1.15) (2024-02-12) + +### Chore + + + +- update container image petersem/posterr to latest[@93583c6](https://github.com/93583c6) by renovate ([#18102](https://github.com/truecharts/charts/issues/18102)) + + +## [posterr-7.1.14](https://github.com/truecharts/charts/compare/posterr-7.1.13...posterr-7.1.14) (2024-02-05) + +### Chore + + + +- update container image petersem/posterr to latest[@7ffe3c5](https://github.com/7ffe3c5) by renovate ([#17890](https://github.com/truecharts/charts/issues/17890)) + + +## [posterr-7.1.13](https://github.com/truecharts/charts/compare/posterr-7.1.12...posterr-7.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [posterr-7.1.12](https://github.com/truecharts/charts/compare/posterr-7.1.11...posterr-7.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) \ No newline at end of file diff --git a/stable/posterr/8.3.0/Chart.yaml b/stable/posterr/8.3.0/Chart.yaml new file mode 100644 index 00000000000..e8c7233dca7 --- /dev/null +++ b/stable/posterr/8.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaServer-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Media display for Plex, Sonarr and Radarr. +home: https://truecharts.org/charts/stable/posterr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/posterr.png +keywords: + - posterr + - MediaServer-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: posterr +sources: + - https://github.com/petersem/posterr + - https://github.com/truecharts/charts/tree/master/charts/stable/posterr + - https://hub.docker.com/r/petersem/posterr +type: application +version: 8.3.0 diff --git a/stable/posterr/8.2.0/README.md b/stable/posterr/8.3.0/README.md similarity index 100% rename from stable/posterr/8.2.0/README.md rename to stable/posterr/8.3.0/README.md diff --git a/stable/posterr/8.3.0/app-changelog.md b/stable/posterr/8.3.0/app-changelog.md new file mode 100644 index 00000000000..1202d8edc27 --- /dev/null +++ b/stable/posterr/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [posterr-8.3.0](https://github.com/truecharts/charts/compare/posterr-8.2.4...posterr-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/posterr/8.2.0/app-readme.md b/stable/posterr/8.3.0/app-readme.md similarity index 100% rename from stable/posterr/8.2.0/app-readme.md rename to stable/posterr/8.3.0/app-readme.md diff --git a/stable/posterr/8.3.0/charts/common-18.2.0.tgz b/stable/posterr/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/posterr/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/posterr/8.3.0/ix_values.yaml b/stable/posterr/8.3.0/ix_values.yaml new file mode 100644 index 00000000000..694b64f16a5 --- /dev/null +++ b/stable/posterr/8.3.0/ix_values.yaml @@ -0,0 +1,27 @@ +image: + pullPolicy: IfNotPresent + repository: petersem/posterr + tag: latest@sha256:f8cc22b540331fdf63ee7c41e7622f126ab36dd2ee40fb2b11672e595f1c7a00 +service: + main: + ports: + main: + port: 9876 + protocol: http + targetPort: 3000 +persistence: + config: + enabled: true + mountPath: /usr/src/app/config + custom: + enabled: true + mountPath: /usr/src/app/public/custom +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsGroup: 0 + runAsUser: 0 diff --git a/stable/posterr/8.2.0/questions.yaml b/stable/posterr/8.3.0/questions.yaml similarity index 100% rename from stable/posterr/8.2.0/questions.yaml rename to stable/posterr/8.3.0/questions.yaml diff --git a/stable/putty/9.1.3/templates/NOTES.txt b/stable/posterr/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/putty/9.1.3/templates/NOTES.txt rename to stable/posterr/8.3.0/templates/NOTES.txt diff --git a/stable/posterr/8.2.0/templates/common.yaml b/stable/posterr/8.3.0/templates/common.yaml similarity index 100% rename from stable/posterr/8.2.0/templates/common.yaml rename to stable/posterr/8.3.0/templates/common.yaml diff --git a/stable/proxmox-backup-server/3.1.3/values.yaml b/stable/posterr/8.3.0/values.yaml similarity index 100% rename from stable/proxmox-backup-server/3.1.3/values.yaml rename to stable/posterr/8.3.0/values.yaml diff --git a/stable/postscriptum/5.1.3/CHANGELOG.md b/stable/postscriptum/5.1.3/CHANGELOG.md deleted file mode 100644 index 2ec001a41c0..00000000000 --- a/stable/postscriptum/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [postscriptum-4.1.11](https://github.com/truecharts/charts/compare/postscriptum-4.1.10...postscriptum-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [postscriptum-4.1.10](https://github.com/truecharts/charts/compare/postscriptum-4.1.9...postscriptum-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [postscriptum-4.1.9](https://github.com/truecharts/charts/compare/postscriptum-4.1.8...postscriptum-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [postscriptum-4.1.8](https://github.com/truecharts/charts/compare/postscriptum-4.1.7...postscriptum-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [postscriptum-4.1.7](https://github.com/truecharts/charts/compare/postscriptum-4.1.6...postscriptum-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [postscriptum-4.1.6](https://github.com/truecharts/charts/compare/postscriptum-4.1.5...postscriptum-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [postscriptum-4.1.5](https://github.com/truecharts/charts/compare/postscriptum-4.1.4...postscriptum-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [postscriptum-4.1.4](https://github.com/truecharts/charts/compare/postscriptum-4.1.3...postscriptum-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [postscriptum-4.1.3](https://github.com/truecharts/charts/compare/postscriptum-4.1.0...postscriptum-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/postscriptum/5.1.3/Chart.yaml b/stable/postscriptum/5.1.3/Chart.yaml deleted file mode 100644 index 66f43953205..00000000000 --- a/stable/postscriptum/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: postscriptum -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install PostScriptum and run it. -home: https://truecharts.org/charts/stable/postscriptum -icon: https://truecharts.org/img/hotlink-ok/chart-icons/postscriptum.png -keywords: - - postscriptum - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: postscriptum -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/postscriptum - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/postscriptum/5.1.3/charts/common-18.0.3.tgz b/stable/postscriptum/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/postscriptum/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/prpdf/5.1.3/.helmignore b/stable/postscriptum/5.3.0/.helmignore similarity index 100% rename from stable/prpdf/5.1.3/.helmignore rename to stable/postscriptum/5.3.0/.helmignore diff --git a/stable/postscriptum/5.3.0/CHANGELOG.md b/stable/postscriptum/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..5a1c472b141 --- /dev/null +++ b/stable/postscriptum/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [postscriptum-5.3.0](https://github.com/truecharts/charts/compare/postscriptum-5.2.3...postscriptum-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [postscriptum-5.2.3](https://github.com/truecharts/charts/compare/postscriptum-5.2.2...postscriptum-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [postscriptum-5.2.2](https://github.com/truecharts/charts/compare/postscriptum-5.2.0...postscriptum-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [postscriptum-4.1.11](https://github.com/truecharts/charts/compare/postscriptum-4.1.10...postscriptum-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [postscriptum-4.1.10](https://github.com/truecharts/charts/compare/postscriptum-4.1.9...postscriptum-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [postscriptum-4.1.9](https://github.com/truecharts/charts/compare/postscriptum-4.1.8...postscriptum-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [postscriptum-4.1.8](https://github.com/truecharts/charts/compare/postscriptum-4.1.7...postscriptum-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [postscriptum-4.1.7](https://github.com/truecharts/charts/compare/postscriptum-4.1.6...postscriptum-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [postscriptum-4.1.6](https://github.com/truecharts/charts/compare/postscriptum-4.1.5...postscriptum-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/postscriptum/5.3.0/Chart.yaml b/stable/postscriptum/5.3.0/Chart.yaml new file mode 100644 index 00000000000..44296f87644 --- /dev/null +++ b/stable/postscriptum/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: postscriptum +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install PostScriptum and run it. +home: https://truecharts.org/charts/stable/postscriptum +icon: https://truecharts.org/img/hotlink-ok/chart-icons/postscriptum.png +keywords: + - postscriptum + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: postscriptum +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/postscriptum + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/postscriptum/5.1.3/README.md b/stable/postscriptum/5.3.0/README.md similarity index 100% rename from stable/postscriptum/5.1.3/README.md rename to stable/postscriptum/5.3.0/README.md diff --git a/stable/postscriptum/5.3.0/app-changelog.md b/stable/postscriptum/5.3.0/app-changelog.md new file mode 100644 index 00000000000..2ad135ea307 --- /dev/null +++ b/stable/postscriptum/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [postscriptum-5.3.0](https://github.com/truecharts/charts/compare/postscriptum-5.2.3...postscriptum-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/postscriptum/5.1.3/app-readme.md b/stable/postscriptum/5.3.0/app-readme.md similarity index 100% rename from stable/postscriptum/5.1.3/app-readme.md rename to stable/postscriptum/5.3.0/app-readme.md diff --git a/stable/postscriptum/5.3.0/charts/common-18.2.0.tgz b/stable/postscriptum/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/postscriptum/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/postscriptum/5.1.3/ix_values.yaml b/stable/postscriptum/5.3.0/ix_values.yaml similarity index 100% rename from stable/postscriptum/5.1.3/ix_values.yaml rename to stable/postscriptum/5.3.0/ix_values.yaml diff --git a/stable/postscriptum/5.1.3/questions.yaml b/stable/postscriptum/5.3.0/questions.yaml similarity index 100% rename from stable/postscriptum/5.1.3/questions.yaml rename to stable/postscriptum/5.3.0/questions.yaml diff --git a/stable/postscriptum/5.1.3/templates/common.yaml b/stable/postscriptum/5.3.0/templates/common.yaml similarity index 100% rename from stable/postscriptum/5.1.3/templates/common.yaml rename to stable/postscriptum/5.3.0/templates/common.yaml diff --git a/stable/prpdf/5.1.3/values.yaml b/stable/postscriptum/5.3.0/values.yaml similarity index 100% rename from stable/prpdf/5.1.3/values.yaml rename to stable/postscriptum/5.3.0/values.yaml diff --git a/stable/pretend-youre-xyzzy/13.1.3/CHANGELOG.md b/stable/pretend-youre-xyzzy/13.1.3/CHANGELOG.md deleted file mode 100644 index 9ad5694b6cb..00000000000 --- a/stable/pretend-youre-xyzzy/13.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [pretend-youre-xyzzy-12.1.11](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-12.1.10...pretend-youre-xyzzy-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pretend-youre-xyzzy-12.1.10](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-12.1.9...pretend-youre-xyzzy-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [pretend-youre-xyzzy-12.1.9](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-12.1.8...pretend-youre-xyzzy-12.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [pretend-youre-xyzzy-12.1.8](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-12.1.7...pretend-youre-xyzzy-12.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [pretend-youre-xyzzy-12.1.7](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-12.1.6...pretend-youre-xyzzy-12.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [pretend-youre-xyzzy-12.1.6](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-12.1.5...pretend-youre-xyzzy-12.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [pretend-youre-xyzzy-12.1.5](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-12.1.4...pretend-youre-xyzzy-12.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [pretend-youre-xyzzy-12.1.4](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-12.1.3...pretend-youre-xyzzy-12.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [pretend-youre-xyzzy-12.1.3](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-12.1.0...pretend-youre-xyzzy-12.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/pretend-youre-xyzzy/13.1.3/Chart.yaml b/stable/pretend-youre-xyzzy/13.1.3/Chart.yaml deleted file mode 100644 index 57604bc12e4..00000000000 --- a/stable/pretend-youre-xyzzy/13.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.0.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: pretend-youre-xyzzy, a cards against humanity clone -home: https://truecharts.org/charts/stable/pretend-youre-xyzzy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pretend-youre-xyzzy.png -keywords: - - pretend-youre-xyzzy - - cards - - against - - humanity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pretend-youre-xyzzy -sources: - - https://github.com/ajanata/PretendYoureXyzzy - - https://github.com/emcniece/DockerYourXyzzy - - https://github.com/truecharts/charts/tree/master/charts/stable/pretend-youre-xyzzy - - https://hub.docker.com/r/emcniece/dockeryourxyzzy -type: application -version: 13.1.3 diff --git a/stable/pretend-youre-xyzzy/13.1.3/charts/common-18.0.3.tgz b/stable/pretend-youre-xyzzy/13.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/pretend-youre-xyzzy/13.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/prusaslicer-novnc/8.2.0/.helmignore b/stable/pretend-youre-xyzzy/13.3.0/.helmignore similarity index 100% rename from stable/prusaslicer-novnc/8.2.0/.helmignore rename to stable/pretend-youre-xyzzy/13.3.0/.helmignore diff --git a/stable/pretend-youre-xyzzy/13.3.0/CHANGELOG.md b/stable/pretend-youre-xyzzy/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..2b5937d1fe1 --- /dev/null +++ b/stable/pretend-youre-xyzzy/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pretend-youre-xyzzy-13.3.0](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.2.3...pretend-youre-xyzzy-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [pretend-youre-xyzzy-13.2.3](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.2.2...pretend-youre-xyzzy-13.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [pretend-youre-xyzzy-13.2.2](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.2.0...pretend-youre-xyzzy-13.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [pretend-youre-xyzzy-12.1.11](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-12.1.10...pretend-youre-xyzzy-12.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [pretend-youre-xyzzy-12.1.10](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-12.1.9...pretend-youre-xyzzy-12.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [pretend-youre-xyzzy-12.1.9](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-12.1.8...pretend-youre-xyzzy-12.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [pretend-youre-xyzzy-12.1.8](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-12.1.7...pretend-youre-xyzzy-12.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [pretend-youre-xyzzy-12.1.7](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-12.1.6...pretend-youre-xyzzy-12.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [pretend-youre-xyzzy-12.1.6](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-12.1.5...pretend-youre-xyzzy-12.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/pretend-youre-xyzzy/13.3.0/Chart.yaml b/stable/pretend-youre-xyzzy/13.3.0/Chart.yaml new file mode 100644 index 00000000000..10110362f47 --- /dev/null +++ b/stable/pretend-youre-xyzzy/13.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.0.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: pretend-youre-xyzzy, a cards against humanity clone +home: https://truecharts.org/charts/stable/pretend-youre-xyzzy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pretend-youre-xyzzy.png +keywords: + - pretend-youre-xyzzy + - cards + - against + - humanity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pretend-youre-xyzzy +sources: + - https://github.com/ajanata/PretendYoureXyzzy + - https://github.com/emcniece/DockerYourXyzzy + - https://github.com/truecharts/charts/tree/master/charts/stable/pretend-youre-xyzzy + - https://hub.docker.com/r/emcniece/dockeryourxyzzy +type: application +version: 13.3.0 diff --git a/stable/pretend-youre-xyzzy/13.1.3/README.md b/stable/pretend-youre-xyzzy/13.3.0/README.md similarity index 100% rename from stable/pretend-youre-xyzzy/13.1.3/README.md rename to stable/pretend-youre-xyzzy/13.3.0/README.md diff --git a/stable/pretend-youre-xyzzy/13.3.0/app-changelog.md b/stable/pretend-youre-xyzzy/13.3.0/app-changelog.md new file mode 100644 index 00000000000..9a9ced74c94 --- /dev/null +++ b/stable/pretend-youre-xyzzy/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [pretend-youre-xyzzy-13.3.0](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.2.3...pretend-youre-xyzzy-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/pretend-youre-xyzzy/13.1.3/app-readme.md b/stable/pretend-youre-xyzzy/13.3.0/app-readme.md similarity index 100% rename from stable/pretend-youre-xyzzy/13.1.3/app-readme.md rename to stable/pretend-youre-xyzzy/13.3.0/app-readme.md diff --git a/stable/pretend-youre-xyzzy/13.3.0/charts/common-18.2.0.tgz b/stable/pretend-youre-xyzzy/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/pretend-youre-xyzzy/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/pretend-youre-xyzzy/13.1.3/ix_values.yaml b/stable/pretend-youre-xyzzy/13.3.0/ix_values.yaml similarity index 100% rename from stable/pretend-youre-xyzzy/13.1.3/ix_values.yaml rename to stable/pretend-youre-xyzzy/13.3.0/ix_values.yaml diff --git a/stable/pretend-youre-xyzzy/13.1.3/questions.yaml b/stable/pretend-youre-xyzzy/13.3.0/questions.yaml similarity index 100% rename from stable/pretend-youre-xyzzy/13.1.3/questions.yaml rename to stable/pretend-youre-xyzzy/13.3.0/questions.yaml diff --git a/stable/pwndrop/9.2.0/templates/NOTES.txt b/stable/pretend-youre-xyzzy/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/pwndrop/9.2.0/templates/NOTES.txt rename to stable/pretend-youre-xyzzy/13.3.0/templates/NOTES.txt diff --git a/stable/pwndrop/9.2.0/templates/common.yaml b/stable/pretend-youre-xyzzy/13.3.0/templates/common.yaml similarity index 100% rename from stable/pwndrop/9.2.0/templates/common.yaml rename to stable/pretend-youre-xyzzy/13.3.0/templates/common.yaml diff --git a/stable/prusaslicer-novnc/8.2.0/values.yaml b/stable/pretend-youre-xyzzy/13.3.0/values.yaml similarity index 100% rename from stable/prusaslicer-novnc/8.2.0/values.yaml rename to stable/pretend-youre-xyzzy/13.3.0/values.yaml diff --git a/stable/projectsend/12.3.0/CHANGELOG.md b/stable/projectsend/12.3.0/CHANGELOG.md deleted file mode 100644 index 9083e38d302..00000000000 --- a/stable/projectsend/12.3.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - - - - -## [projectsend-11.1.19](https://github.com/truecharts/charts/compare/projectsend-11.1.18...projectsend-11.1.19) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [projectsend-11.1.18](https://github.com/truecharts/charts/compare/projectsend-11.1.17...projectsend-11.1.18) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/projectsend to latest[@6b560c5](https://github.com/6b560c5) by renovate ([#17618](https://github.com/truecharts/charts/issues/17618)) - - -## [projectsend-11.1.17](https://github.com/truecharts/charts/compare/projectsend-11.1.16...projectsend-11.1.17) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [projectsend-11.1.16](https://github.com/truecharts/charts/compare/projectsend-11.1.15...projectsend-11.1.16) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [projectsend-11.1.15](https://github.com/truecharts/charts/compare/projectsend-11.1.14...projectsend-11.1.15) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [projectsend-11.1.14](https://github.com/truecharts/charts/compare/projectsend-11.1.13...projectsend-11.1.14) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [projectsend-11.1.13](https://github.com/truecharts/charts/compare/projectsend-11.1.12...projectsend-11.1.13) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [projectsend-11.1.12](https://github.com/truecharts/charts/compare/projectsend-11.1.11...projectsend-11.1.12) (2024-01-21) - -### Chore \ No newline at end of file diff --git a/stable/projectsend/12.3.0/Chart.yaml b/stable/projectsend/12.3.0/Chart.yaml deleted file mode 100644 index 9f3f7246e37..00000000000 --- a/stable/projectsend/12.3.0/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: files - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.0.0 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: ProjectSend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself. -home: https://truecharts.org/charts/stable/projectsend -icon: https://truecharts.org/img/hotlink-ok/chart-icons/projectsend.png -keywords: - - projectsend - - files -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: projectsend -sources: - - https://github.com/projectsend/projectsend - - https://github.com/truecharts/charts/tree/master/charts/stable/projectsend - - https://ghcr.io/linuxserver/projectsend -type: application -version: 12.3.0 diff --git a/stable/projectsend/12.3.0/charts/common-18.1.2.tgz b/stable/projectsend/12.3.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/projectsend/12.3.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/projectsend/12.3.0/charts/mariadb-13.0.0.tgz b/stable/projectsend/12.3.0/charts/mariadb-13.0.0.tgz deleted file mode 100644 index 564d2d213b7..00000000000 Binary files a/stable/projectsend/12.3.0/charts/mariadb-13.0.0.tgz and /dev/null differ diff --git a/stable/pt-helper/5.1.3/.helmignore b/stable/projectsend/12.5.0/.helmignore similarity index 100% rename from stable/pt-helper/5.1.3/.helmignore rename to stable/projectsend/12.5.0/.helmignore diff --git a/stable/projectsend/12.5.0/CHANGELOG.md b/stable/projectsend/12.5.0/CHANGELOG.md new file mode 100644 index 00000000000..4afc612be2a --- /dev/null +++ b/stable/projectsend/12.5.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [projectsend-12.5.0](https://github.com/truecharts/charts/compare/projectsend-12.4.3...projectsend-12.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [projectsend-12.4.3](https://github.com/truecharts/charts/compare/projectsend-12.4.2...projectsend-12.4.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [projectsend-12.4.2](https://github.com/truecharts/charts/compare/projectsend-12.4.0...projectsend-12.4.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + + + + +## [projectsend-11.1.19](https://github.com/truecharts/charts/compare/projectsend-11.1.18...projectsend-11.1.19) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [projectsend-11.1.18](https://github.com/truecharts/charts/compare/projectsend-11.1.17...projectsend-11.1.18) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/projectsend to latest[@6b560c5](https://github.com/6b560c5) by renovate ([#17618](https://github.com/truecharts/charts/issues/17618)) + + +## [projectsend-11.1.17](https://github.com/truecharts/charts/compare/projectsend-11.1.16...projectsend-11.1.17) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [projectsend-11.1.16](https://github.com/truecharts/charts/compare/projectsend-11.1.15...projectsend-11.1.16) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + diff --git a/stable/projectsend/12.5.0/Chart.yaml b/stable/projectsend/12.5.0/Chart.yaml new file mode 100644 index 00000000000..41b70d88835 --- /dev/null +++ b/stable/projectsend/12.5.0/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: files + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.2.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ProjectSend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself. +home: https://truecharts.org/charts/stable/projectsend +icon: https://truecharts.org/img/hotlink-ok/chart-icons/projectsend.png +keywords: + - projectsend + - files +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: projectsend +sources: + - https://github.com/projectsend/projectsend + - https://github.com/truecharts/charts/tree/master/charts/stable/projectsend + - https://ghcr.io/linuxserver/projectsend +type: application +version: 12.5.0 diff --git a/stable/projectsend/12.3.0/README.md b/stable/projectsend/12.5.0/README.md similarity index 100% rename from stable/projectsend/12.3.0/README.md rename to stable/projectsend/12.5.0/README.md diff --git a/stable/projectsend/12.5.0/app-changelog.md b/stable/projectsend/12.5.0/app-changelog.md new file mode 100644 index 00000000000..07051efe696 --- /dev/null +++ b/stable/projectsend/12.5.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [projectsend-12.5.0](https://github.com/truecharts/charts/compare/projectsend-12.4.3...projectsend-12.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/projectsend/12.3.0/app-readme.md b/stable/projectsend/12.5.0/app-readme.md similarity index 100% rename from stable/projectsend/12.3.0/app-readme.md rename to stable/projectsend/12.5.0/app-readme.md diff --git a/stable/projectsend/12.5.0/charts/common-18.2.0.tgz b/stable/projectsend/12.5.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/projectsend/12.5.0/charts/common-18.2.0.tgz differ diff --git a/stable/projectsend/12.5.0/charts/mariadb-13.2.0.tgz b/stable/projectsend/12.5.0/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/projectsend/12.5.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/projectsend/12.3.0/ix_values.yaml b/stable/projectsend/12.5.0/ix_values.yaml similarity index 100% rename from stable/projectsend/12.3.0/ix_values.yaml rename to stable/projectsend/12.5.0/ix_values.yaml diff --git a/stable/projectsend/12.3.0/questions.yaml b/stable/projectsend/12.5.0/questions.yaml similarity index 100% rename from stable/projectsend/12.3.0/questions.yaml rename to stable/projectsend/12.5.0/questions.yaml diff --git a/stable/pyload/13.1.3/templates/NOTES.txt b/stable/projectsend/12.5.0/templates/NOTES.txt similarity index 100% rename from stable/pyload/13.1.3/templates/NOTES.txt rename to stable/projectsend/12.5.0/templates/NOTES.txt diff --git a/stable/projectsend/12.3.0/templates/_configmap.tpl b/stable/projectsend/12.5.0/templates/_configmap.tpl similarity index 100% rename from stable/projectsend/12.3.0/templates/_configmap.tpl rename to stable/projectsend/12.5.0/templates/_configmap.tpl diff --git a/stable/projectsend/12.3.0/templates/common.yaml b/stable/projectsend/12.5.0/templates/common.yaml similarity index 100% rename from stable/projectsend/12.3.0/templates/common.yaml rename to stable/projectsend/12.5.0/templates/common.yaml diff --git a/stable/pt-helper/5.1.3/values.yaml b/stable/projectsend/12.5.0/values.yaml similarity index 100% rename from stable/pt-helper/5.1.3/values.yaml rename to stable/projectsend/12.5.0/values.yaml diff --git a/stable/promcord/11.1.3/CHANGELOG.md b/stable/promcord/11.1.3/CHANGELOG.md deleted file mode 100644 index c9fca23bad7..00000000000 --- a/stable/promcord/11.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [promcord-10.1.12](https://github.com/truecharts/charts/compare/promcord-10.1.11...promcord-10.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [promcord-10.1.11](https://github.com/truecharts/charts/compare/promcord-10.1.10...promcord-10.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [promcord-10.1.10](https://github.com/truecharts/charts/compare/promcord-10.1.9...promcord-10.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [promcord-10.1.9](https://github.com/truecharts/charts/compare/promcord-10.1.8...promcord-10.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [promcord-10.1.8](https://github.com/truecharts/charts/compare/promcord-10.1.7...promcord-10.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [promcord-10.1.7](https://github.com/truecharts/charts/compare/promcord-10.1.6...promcord-10.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [promcord-10.1.6](https://github.com/truecharts/charts/compare/promcord-10.1.5...promcord-10.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [promcord-10.1.5](https://github.com/truecharts/charts/compare/promcord-10.1.4...promcord-10.1.5) (2024-01-02) - -### Chore - - - -- fix some refs ([#16749](https://github.com/truecharts/charts/issues/16749)) - - -## [promcord-10.1.4](https://github.com/truecharts/charts/compare/promcord-10.1.3...promcord-10.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/promcord/11.1.3/Chart.yaml b/stable/promcord/11.1.3/Chart.yaml deleted file mode 100644 index de7cde54ac4..00000000000 --- a/stable/promcord/11.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: metrics - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Discord bot that provides metrics from a Discord server -home: https://truecharts.org/charts/stable/promcord -icon: https://truecharts.org/img/hotlink-ok/chart-icons/promcord.png -keywords: - - promcord - - discord - - metrics -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: promcord -sources: - - https://github.com/nimarion/promcord - - https://github.com/truecharts/charts/tree/master/charts/stable/promcord - - https://hub.docker.com/r/biospheere/promcord -type: application -version: 11.1.3 diff --git a/stable/promcord/11.1.3/charts/common-18.0.3.tgz b/stable/promcord/11.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/promcord/11.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/putty/9.1.3/.helmignore b/stable/promcord/11.3.0/.helmignore similarity index 100% rename from stable/putty/9.1.3/.helmignore rename to stable/promcord/11.3.0/.helmignore diff --git a/stable/promcord/11.3.0/CHANGELOG.md b/stable/promcord/11.3.0/CHANGELOG.md new file mode 100644 index 00000000000..95ca6a8ac40 --- /dev/null +++ b/stable/promcord/11.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [promcord-11.3.0](https://github.com/truecharts/charts/compare/promcord-11.2.3...promcord-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [promcord-11.2.3](https://github.com/truecharts/charts/compare/promcord-11.2.2...promcord-11.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [promcord-11.2.2](https://github.com/truecharts/charts/compare/promcord-11.2.0...promcord-11.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [promcord-10.1.12](https://github.com/truecharts/charts/compare/promcord-10.1.11...promcord-10.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [promcord-10.1.11](https://github.com/truecharts/charts/compare/promcord-10.1.10...promcord-10.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [promcord-10.1.10](https://github.com/truecharts/charts/compare/promcord-10.1.9...promcord-10.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [promcord-10.1.9](https://github.com/truecharts/charts/compare/promcord-10.1.8...promcord-10.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [promcord-10.1.8](https://github.com/truecharts/charts/compare/promcord-10.1.7...promcord-10.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [promcord-10.1.7](https://github.com/truecharts/charts/compare/promcord-10.1.6...promcord-10.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/promcord/11.3.0/Chart.yaml b/stable/promcord/11.3.0/Chart.yaml new file mode 100644 index 00000000000..645f163a8ed --- /dev/null +++ b/stable/promcord/11.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: metrics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Discord bot that provides metrics from a Discord server +home: https://truecharts.org/charts/stable/promcord +icon: https://truecharts.org/img/hotlink-ok/chart-icons/promcord.png +keywords: + - promcord + - discord + - metrics +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: promcord +sources: + - https://github.com/nimarion/promcord + - https://github.com/truecharts/charts/tree/master/charts/stable/promcord + - https://hub.docker.com/r/biospheere/promcord +type: application +version: 11.3.0 diff --git a/stable/promcord/11.1.3/README.md b/stable/promcord/11.3.0/README.md similarity index 100% rename from stable/promcord/11.1.3/README.md rename to stable/promcord/11.3.0/README.md diff --git a/stable/promcord/11.3.0/app-changelog.md b/stable/promcord/11.3.0/app-changelog.md new file mode 100644 index 00000000000..e6e4ac5aa7f --- /dev/null +++ b/stable/promcord/11.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [promcord-11.3.0](https://github.com/truecharts/charts/compare/promcord-11.2.3...promcord-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/promcord/11.1.3/app-readme.md b/stable/promcord/11.3.0/app-readme.md similarity index 100% rename from stable/promcord/11.1.3/app-readme.md rename to stable/promcord/11.3.0/app-readme.md diff --git a/stable/promcord/11.3.0/charts/common-18.2.0.tgz b/stable/promcord/11.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/promcord/11.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/promcord/11.1.3/ix_values.yaml b/stable/promcord/11.3.0/ix_values.yaml similarity index 100% rename from stable/promcord/11.1.3/ix_values.yaml rename to stable/promcord/11.3.0/ix_values.yaml diff --git a/stable/promcord/11.1.3/questions.yaml b/stable/promcord/11.3.0/questions.yaml similarity index 100% rename from stable/promcord/11.1.3/questions.yaml rename to stable/promcord/11.3.0/questions.yaml diff --git a/stable/pylon/9.2.0/templates/NOTES.txt b/stable/promcord/11.3.0/templates/NOTES.txt similarity index 100% rename from stable/pylon/9.2.0/templates/NOTES.txt rename to stable/promcord/11.3.0/templates/NOTES.txt diff --git a/stable/promcord/11.1.3/templates/common.yaml b/stable/promcord/11.3.0/templates/common.yaml similarity index 100% rename from stable/promcord/11.1.3/templates/common.yaml rename to stable/promcord/11.3.0/templates/common.yaml diff --git a/stable/putty/9.1.3/values.yaml b/stable/promcord/11.3.0/values.yaml similarity index 100% rename from stable/putty/9.1.3/values.yaml rename to stable/promcord/11.3.0/values.yaml diff --git a/stable/protonmail-bridge/14.2.1/CHANGELOG.md b/stable/protonmail-bridge/14.2.1/CHANGELOG.md deleted file mode 100644 index 1525c9f9b2a..00000000000 --- a/stable/protonmail-bridge/14.2.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [protonmail-bridge-13.2.6](https://github.com/truecharts/charts/compare/protonmail-bridge-13.2.5...protonmail-bridge-13.2.6) (2024-02-05) - -### Chore - - - -- update container image shenxn/protonmail-bridge to v3.8.2[@3b84ff9](https://github.com/3b84ff9) by renovate ([#17930](https://github.com/truecharts/charts/issues/17930)) - - -## [protonmail-bridge-13.2.5](https://github.com/truecharts/charts/compare/protonmail-bridge-13.2.4...protonmail-bridge-13.2.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [protonmail-bridge-13.2.4](https://github.com/truecharts/charts/compare/protonmail-bridge-13.2.3...protonmail-bridge-13.2.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [protonmail-bridge-13.2.3](https://github.com/truecharts/charts/compare/protonmail-bridge-13.2.2...protonmail-bridge-13.2.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [protonmail-bridge-13.2.2](https://github.com/truecharts/charts/compare/protonmail-bridge-13.2.1...protonmail-bridge-13.2.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [protonmail-bridge-13.2.1](https://github.com/truecharts/charts/compare/protonmail-bridge-13.2.0...protonmail-bridge-13.2.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [protonmail-bridge-13.2.0](https://github.com/truecharts/charts/compare/protonmail-bridge-13.1.6...protonmail-bridge-13.2.0) (2024-01-14) - -### Chore - - - -- update container image shenxn/protonmail-bridge to v3.8.1[@324e16a](https://github.com/324e16a) by renovate ([#17208](https://github.com/truecharts/charts/issues/17208)) - - - - -## [protonmail-bridge-13.1.6](https://github.com/truecharts/charts/compare/protonmail-bridge-13.1.5...protonmail-bridge-13.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [protonmail-bridge-13.1.5](https://github.com/truecharts/charts/compare/protonmail-bridge-13.1.4...protonmail-bridge-13.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs diff --git a/stable/protonmail-bridge/14.2.1/Chart.yaml b/stable/protonmail-bridge/14.2.1/Chart.yaml deleted file mode 100644 index 149dbefb60e..00000000000 --- a/stable/protonmail-bridge/14.2.1/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.9.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: ProtonMail IMAP/SMTP Bridge to work on the network. -home: https://truecharts.org/charts/stable/protonmail-bridge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/protonmail-bridge.png -keywords: - - protonmail - - protonmail-bridge -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: protonmail-bridge -sources: - - https://github.com/shenxn/protonmail-bridge-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/protonmail-bridge - - https://hub.docker.com/r/shenxn/protonmail-bridge -type: application -version: 14.2.1 diff --git a/stable/protonmail-bridge/14.2.1/charts/common-18.0.3.tgz b/stable/protonmail-bridge/14.2.1/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/protonmail-bridge/14.2.1/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/pvk-ii/5.1.3/.helmignore b/stable/protonmail-bridge/14.4.0/.helmignore similarity index 100% rename from stable/pvk-ii/5.1.3/.helmignore rename to stable/protonmail-bridge/14.4.0/.helmignore diff --git a/stable/protonmail-bridge/14.4.0/CHANGELOG.md b/stable/protonmail-bridge/14.4.0/CHANGELOG.md new file mode 100644 index 00000000000..dbbe2d05246 --- /dev/null +++ b/stable/protonmail-bridge/14.4.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [protonmail-bridge-14.4.0](https://github.com/truecharts/charts/compare/protonmail-bridge-14.3.3...protonmail-bridge-14.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [protonmail-bridge-14.3.3](https://github.com/truecharts/charts/compare/protonmail-bridge-14.3.2...protonmail-bridge-14.3.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [protonmail-bridge-14.3.2](https://github.com/truecharts/charts/compare/protonmail-bridge-14.3.0...protonmail-bridge-14.3.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [protonmail-bridge-13.2.6](https://github.com/truecharts/charts/compare/protonmail-bridge-13.2.5...protonmail-bridge-13.2.6) (2024-02-05) + +### Chore + + + +- update container image shenxn/protonmail-bridge to v3.8.2[@3b84ff9](https://github.com/3b84ff9) by renovate ([#17930](https://github.com/truecharts/charts/issues/17930)) + + +## [protonmail-bridge-13.2.5](https://github.com/truecharts/charts/compare/protonmail-bridge-13.2.4...protonmail-bridge-13.2.5) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [protonmail-bridge-13.2.4](https://github.com/truecharts/charts/compare/protonmail-bridge-13.2.3...protonmail-bridge-13.2.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [protonmail-bridge-13.2.3](https://github.com/truecharts/charts/compare/protonmail-bridge-13.2.2...protonmail-bridge-13.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [protonmail-bridge-13.2.2](https://github.com/truecharts/charts/compare/protonmail-bridge-13.2.1...protonmail-bridge-13.2.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [protonmail-bridge-13.2.1](https://github.com/truecharts/charts/compare/protonmail-bridge-13.2.0...protonmail-bridge-13.2.1) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) \ No newline at end of file diff --git a/stable/protonmail-bridge/14.4.0/Chart.yaml b/stable/protonmail-bridge/14.4.0/Chart.yaml new file mode 100644 index 00000000000..97d3f236c7b --- /dev/null +++ b/stable/protonmail-bridge/14.4.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.9.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ProtonMail IMAP/SMTP Bridge to work on the network. +home: https://truecharts.org/charts/stable/protonmail-bridge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/protonmail-bridge.png +keywords: + - protonmail + - protonmail-bridge +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: protonmail-bridge +sources: + - https://github.com/shenxn/protonmail-bridge-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/protonmail-bridge + - https://hub.docker.com/r/shenxn/protonmail-bridge +type: application +version: 14.4.0 diff --git a/stable/protonmail-bridge/14.2.1/README.md b/stable/protonmail-bridge/14.4.0/README.md similarity index 100% rename from stable/protonmail-bridge/14.2.1/README.md rename to stable/protonmail-bridge/14.4.0/README.md diff --git a/stable/protonmail-bridge/14.4.0/app-changelog.md b/stable/protonmail-bridge/14.4.0/app-changelog.md new file mode 100644 index 00000000000..de6e0dd7e4e --- /dev/null +++ b/stable/protonmail-bridge/14.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [protonmail-bridge-14.4.0](https://github.com/truecharts/charts/compare/protonmail-bridge-14.3.3...protonmail-bridge-14.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/protonmail-bridge/14.2.1/app-readme.md b/stable/protonmail-bridge/14.4.0/app-readme.md similarity index 100% rename from stable/protonmail-bridge/14.2.1/app-readme.md rename to stable/protonmail-bridge/14.4.0/app-readme.md diff --git a/stable/protonmail-bridge/14.4.0/charts/common-18.2.0.tgz b/stable/protonmail-bridge/14.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/protonmail-bridge/14.4.0/charts/common-18.2.0.tgz differ diff --git a/stable/protonmail-bridge/14.2.1/ix_values.yaml b/stable/protonmail-bridge/14.4.0/ix_values.yaml similarity index 100% rename from stable/protonmail-bridge/14.2.1/ix_values.yaml rename to stable/protonmail-bridge/14.4.0/ix_values.yaml diff --git a/stable/protonmail-bridge/14.2.1/questions.yaml b/stable/protonmail-bridge/14.4.0/questions.yaml similarity index 100% rename from stable/protonmail-bridge/14.2.1/questions.yaml rename to stable/protonmail-bridge/14.4.0/questions.yaml diff --git a/stable/qbitmanage/8.2.0/templates/NOTES.txt b/stable/protonmail-bridge/14.4.0/templates/NOTES.txt similarity index 100% rename from stable/qbitmanage/8.2.0/templates/NOTES.txt rename to stable/protonmail-bridge/14.4.0/templates/NOTES.txt diff --git a/stable/pyload/13.1.3/templates/common.yaml b/stable/protonmail-bridge/14.4.0/templates/common.yaml similarity index 100% rename from stable/pyload/13.1.3/templates/common.yaml rename to stable/protonmail-bridge/14.4.0/templates/common.yaml diff --git a/stable/pvk-ii/5.1.3/values.yaml b/stable/protonmail-bridge/14.4.0/values.yaml similarity index 100% rename from stable/pvk-ii/5.1.3/values.yaml rename to stable/protonmail-bridge/14.4.0/values.yaml diff --git a/stable/pwm/5.1.3/.helmignore b/stable/prowlarr/16.1.0/.helmignore similarity index 100% rename from stable/pwm/5.1.3/.helmignore rename to stable/prowlarr/16.1.0/.helmignore diff --git a/stable/prowlarr/16.1.0/CHANGELOG.md b/stable/prowlarr/16.1.0/CHANGELOG.md new file mode 100644 index 00000000000..e4bc6665638 --- /dev/null +++ b/stable/prowlarr/16.1.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [prowlarr-16.1.0](https://github.com/truecharts/charts/compare/prowlarr-16.0.3...prowlarr-16.1.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [prowlarr-16.0.3](https://github.com/truecharts/charts/compare/prowlarr-16.0.2...prowlarr-16.0.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [prowlarr-16.0.2](https://github.com/truecharts/charts/compare/prowlarr-16.0.0...prowlarr-16.0.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + +## [prowlarr-14.3.5](https://github.com/truecharts/charts/compare/prowlarr-14.3.4...prowlarr-14.3.5) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/onedr0p/prowlarr-develop to v1.13.3.4273[@ca264d9](https://github.com/ca264d9) by renovate ([#18137](https://github.com/truecharts/charts/issues/18137)) + + +## [prowlarr-14.3.4](https://github.com/truecharts/charts/compare/prowlarr-14.3.3...prowlarr-14.3.4) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/onedr0p/prowlarr-develop to 1.13.2.4251[@23d16bf](https://github.com/23d16bf) by renovate ([#17956](https://github.com/truecharts/charts/issues/17956)) + + +## [prowlarr-14.3.3](https://github.com/truecharts/charts/compare/prowlarr-14.3.2...prowlarr-14.3.3) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/onedr0p/prowlarr-develop to v1.13.2.4251[@1ada8d9](https://github.com/1ada8d9) by renovate ([#17915](https://github.com/truecharts/charts/issues/17915)) + + +## [prowlarr-14.3.2](https://github.com/truecharts/charts/compare/prowlarr-14.3.1...prowlarr-14.3.2) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [prowlarr-14.3.1](https://github.com/truecharts/charts/compare/prowlarr-14.3.0...prowlarr-14.3.1) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/onedr0p/exportarr to v1.6.1[@60cf3d4](https://github.com/60cf3d4) by renovate ([#17725](https://github.com/truecharts/charts/issues/17725)) + + +## [prowlarr-14.3.0](https://github.com/truecharts/charts/compare/prowlarr-14.2.7...prowlarr-14.3.0) (2024-01-29) + +### Chore \ No newline at end of file diff --git a/stable/prowlarr/16.1.0/Chart.yaml b/stable/prowlarr/16.1.0/Chart.yaml new file mode 100644 index 00000000000..72a227cf2e0 --- /dev/null +++ b/stable/prowlarr/16.1.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.14.0.4286 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Indexer manager/proxy built on the popular arr net base stack to integrate with your various PVR apps. +home: https://truecharts.org/charts/stable/prowlarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/prowlarr.png +keywords: + - prowlarr + - torrent + - usenet +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: prowlarr +sources: + - https://github.com/Prowlarr/Prowlarr + - https://github.com/k8s-at-home/container-images + - https://github.com/truecharts/charts/tree/master/charts/stable/prowlarr + - https://ghcr.io/onedr0p/prowlarr-develop + - https://ghcr.io/onedr0p/exportarr +type: application +version: 16.1.0 diff --git a/stable/prowlarr/16.1.0/README.md b/stable/prowlarr/16.1.0/README.md new file mode 100644 index 00000000000..fbadb86cd5f --- /dev/null +++ b/stable/prowlarr/16.1.0/README.md @@ -0,0 +1,28 @@ +--- +title: README +--- + +## General Info + +TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. +However only installations using the TrueNAS SCALE Apps system are supported. + +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/prowlarr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +_All Rights Reserved - The TrueCharts Project_ diff --git a/stable/prowlarr/16.1.0/app-changelog.md b/stable/prowlarr/16.1.0/app-changelog.md new file mode 100644 index 00000000000..69d2d121892 --- /dev/null +++ b/stable/prowlarr/16.1.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [prowlarr-16.1.0](https://github.com/truecharts/charts/compare/prowlarr-16.0.3...prowlarr-16.1.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/prowlarr/16.1.0/app-readme.md b/stable/prowlarr/16.1.0/app-readme.md new file mode 100644 index 00000000000..4e201b3174d --- /dev/null +++ b/stable/prowlarr/16.1.0/app-readme.md @@ -0,0 +1,8 @@ +Indexer manager/proxy built on the popular arr net base stack to integrate with your various PVR apps. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/prowlarr](https://truecharts.org/charts/stable/prowlarr) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! diff --git a/stable/prowlarr/16.1.0/charts/common-18.2.0.tgz b/stable/prowlarr/16.1.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/prowlarr/16.1.0/charts/common-18.2.0.tgz differ diff --git a/stable/prowlarr/16.1.0/dashboard.json b/stable/prowlarr/16.1.0/dashboard.json new file mode 100644 index 00000000000..905280f4b61 --- /dev/null +++ b/stable/prowlarr/16.1.0/dashboard.json @@ -0,0 +1,1612 @@ +{ + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": { + "type": "grafana", + "uid": "-- Grafana --" + }, + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "target": { + "limit": 100, + "matchAny": false, + "tags": [], + "type": "dashboard" + }, + "type": "dashboard" + } + ] + }, + "editable": true, + "fiscalYearStartMonth": 0, + "graphTooltip": 0, + "id": 267, + "links": [], + "liveNow": false, + "panels": [ + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [ + { + "options": { + "0": { + "color": "red", + "index": 1, + "text": "Down" + }, + "1": { + "color": "green", + "index": 0, + "text": "Up" + } + }, + "type": "value" + } + ], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 4, + "w": 3, + "x": 0, + "y": 0 + }, + "id": 34, + "options": { + "colorMode": "background", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "showPercentChange": false, + "text": {}, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "10.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "exemplar": false, + "expr": "prowlarr_system_status{instance=~\"${prowlarr_instance}\"}", + "instant": true, + "legendFormat": "Status", + "range": false, + "refId": "A" + } + ], + "type": "stat" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [ + { + "options": { + "0": { + "color": "red", + "index": 1, + "text": "Down" + }, + "1": { + "color": "green", + "index": 0, + "text": "Up" + } + }, + "type": "value" + } + ], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "red", + "value": null + }, + { + "color": "semi-dark-orange", + "value": 600 + }, + { + "color": "yellow", + "value": 3600 + }, + { + "color": "green", + "value": 86400 + } + ] + }, + "unit": "s", + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 4, + "w": 3, + "x": 3, + "y": 0 + }, + "id": 35, + "options": { + "colorMode": "background", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "showPercentChange": false, + "text": {}, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "10.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "exemplar": false, + "expr": "time() - container_start_time_seconds{container=\"prowlarr\"}", + "instant": true, + "legendFormat": "Uptime", + "range": false, + "refId": "A" + } + ], + "type": "stat" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "continuous-BlPu" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "none", + "unitScale": true + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Health Issues" + }, + "properties": [ + { + "id": "thresholds", + "value": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "yellow", + "value": 1 + }, + { + "color": "red", + "value": 2 + } + ] + } + }, + { + "id": "color" + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Disabled Indexers" + }, + "properties": [ + { + "id": "thresholds", + "value": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 1 + } + ] + } + }, + { + "id": "color" + } + ] + } + ] + }, + "gridPos": { + "h": 4, + "w": 5, + "x": 6, + "y": 0 + }, + "id": 37, + "options": { + "colorMode": "value", + "graphMode": "none", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "showPercentChange": false, + "text": { + "valueSize": 60 + }, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "10.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "expr": "max(prowlarr_system_health_issues{instance=~\"${prowlarr_instance}\"})", + "hide": false, + "legendFormat": "Health Issues", + "range": true, + "refId": "A" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "expr": "max(prowlarr_indexer_enabled_total{instance=~\"${prowlarr_instance}\"})", + "hide": false, + "legendFormat": "Enabled Indexers", + "range": true, + "refId": "B" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "expr": "max(prowlarr_indexer_total{instance=~\"${prowlarr_instance}\"} - prowlarr_indexer_enabled_total{instance=~\"${prowlarr_instance}\"})", + "hide": false, + "legendFormat": "Disabled Indexers", + "range": true, + "refId": "D" + } + ], + "type": "stat" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "continuous-BlPu" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "none", + "unitScale": true + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Query Failures" + }, + "properties": [ + { + "id": "thresholds", + "value": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "yellow", + "value": 15 + }, + { + "color": "red", + "value": 100 + } + ] + } + }, + { + "id": "color" + } + ] + } + ] + }, + "gridPos": { + "h": 4, + "w": 6, + "x": 11, + "y": 0 + }, + "id": 36, + "options": { + "colorMode": "value", + "graphMode": "none", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "showPercentChange": false, + "text": {}, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "10.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "exemplar": false, + "expr": "sum(increase(prowlarr_indexer_queries_total{instance=~\"${prowlarr_instance}\"}[$__range]))", + "hide": false, + "instant": true, + "legendFormat": "Queries", + "range": false, + "refId": "B" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "exemplar": false, + "expr": "sum(increase(prowlarr_indexer_grabs_total{instance=~\"${prowlarr_instance}\"}[$__range]))", + "hide": false, + "instant": true, + "legendFormat": "Grabs", + "range": false, + "refId": "C" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "exemplar": false, + "expr": "sum(increase(prowlarr_indexer_failed_queries_total{instance=~\"${prowlarr_instance}\"}[$__range]))", + "hide": false, + "instant": true, + "legendFormat": "Query Failures", + "range": false, + "refId": "D" + } + ], + "type": "stat" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "continuous-BlPu" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "none", + "unitScale": true + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Response Time" + }, + "properties": [ + { + "id": "unit", + "value": "ms" + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Failed Queries" + }, + "properties": [ + { + "id": "unit", + "value": "percentunit" + }, + { + "id": "thresholds", + "value": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "yellow", + "value": 0.1 + }, + { + "color": "red", + "value": 0.2 + } + ] + } + }, + { + "id": "color" + } + ] + } + ] + }, + "gridPos": { + "h": 4, + "w": 4, + "x": 17, + "y": 0 + }, + "id": 38, + "options": { + "colorMode": "value", + "graphMode": "none", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "showPercentChange": false, + "text": {}, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "10.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "exemplar": false, + "expr": "avg(prowlarr_indexer_average_response_time_ms{instance=~\"${prowlarr_instance}\"})", + "hide": false, + "instant": true, + "legendFormat": "Response Time", + "range": false, + "refId": "B" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "exemplar": false, + "expr": "sum(increase(prowlarr_indexer_failed_queries_total{instance=~\"${prowlarr_instance}\"}[$__range])) / sum(prowlarr_indexer_queries_total{instance=~\"${prowlarr_instance}\"})", + "hide": false, + "instant": true, + "legendFormat": "Failed Queries", + "range": false, + "refId": "D" + } + ], + "type": "stat" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "red", + "value": null + }, + { + "color": "yellow", + "value": 604800 + }, + { + "color": "green", + "value": 2592000 + } + ] + }, + "unit": "none", + "unitScale": true + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Nearest VIP Expiration" + }, + "properties": [ + { + "id": "unit", + "value": "s" + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Disk Used" + }, + "properties": [ + { + "id": "unit", + "value": "bytes" + } + ] + } + ] + }, + "gridPos": { + "h": 4, + "w": 3, + "x": 21, + "y": 0 + }, + "id": 39, + "options": { + "colorMode": "value", + "graphMode": "none", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "showPercentChange": false, + "text": {}, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "10.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "expr": "min(prowlarr_indexer_vip_expires_in_seconds)", + "hide": false, + "legendFormat": "Nearest VIP Expiration", + "range": true, + "refId": "D" + } + ], + "type": "stat" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "ms", + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 12, + "x": 0, + "y": 4 + }, + "id": 44, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "right", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "expr": "max(prowlarr_indexer_average_response_time_ms{instance=~\"${prowlarr_instance}\"}) by (indexer)", + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "Indexer Latency", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "ms", + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 12, + "x": 12, + "y": 4 + }, + "id": 45, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "right", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "expr": "max(increase(prowlarr_user_agent_queries_total{instance=~\"${prowlarr_instance}\"}[$__rate_interval])) by (user_agent)", + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "User Agent Queries", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + } + }, + "mappings": [], + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 0, + "y": 13 + }, + "id": 29, + "options": { + "legend": { + "displayMode": "table", + "placement": "right", + "showLegend": true, + "values": ["percent"] + }, + "pieType": "donut", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "pluginVersion": "9.3.6", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "exemplar": false, + "expr": "sum(increase(prowlarr_indexer_queries_total{instance=~\"${prowlarr_instance}\"}[$__range])) by (indexer)\n", + "instant": false, + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "Queries by Indexer", + "type": "piechart" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + } + }, + "mappings": [], + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 6, + "y": 13 + }, + "id": 33, + "options": { + "legend": { + "displayMode": "table", + "placement": "right", + "showLegend": true + }, + "pieType": "donut", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "exemplar": false, + "expr": "sum(increase(prowlarr_indexer_grabs_total{instance=~\"${prowlarr_instance}\"}[$__range])) by (indexer)", + "instant": true, + "legendFormat": "__auto", + "range": false, + "refId": "A" + } + ], + "title": "Grabs by Indexer", + "type": "piechart" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + } + }, + "mappings": [], + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 12, + "y": 13 + }, + "id": 30, + "options": { + "legend": { + "displayMode": "table", + "placement": "right", + "showLegend": true, + "values": ["percent"] + }, + "pieType": "donut", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "pluginVersion": "9.3.6", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "exemplar": false, + "expr": "sum(increase(prowlarr_user_agent_queries_total{instance=~\"${prowlarr_instance}\"}[$__range])) by (user_agent)\n", + "instant": false, + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "Queries by User Agent", + "type": "piechart" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + } + }, + "mappings": [], + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 18, + "y": 13 + }, + "id": 32, + "options": { + "legend": { + "displayMode": "table", + "placement": "right", + "showLegend": true + }, + "pieType": "donut", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "exemplar": false, + "expr": "sum(increase(prowlarr_user_agent_grabs_total{instance=~\"${prowlarr_instance}\"}[$__range])) by (user_agent)", + "instant": true, + "legendFormat": "__auto", + "range": false, + "refId": "A" + } + ], + "title": "Grabs by User Agent", + "type": "piechart" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "auto", + "cellOptions": { + "type": "auto" + }, + "inspect": false + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unitScale": true + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Expires In" + }, + "properties": [ + { + "id": "unit", + "value": "s" + }, + { + "id": "thresholds", + "value": { + "mode": "absolute", + "steps": [ + { + "color": "red", + "value": null + }, + { + "color": "yellow", + "value": 604800 + }, + { + "color": "green", + "value": 2592000 + } + ] + } + }, + { + "id": "custom.cellOptions", + "value": { + "type": "color-text" + } + }, + { + "id": "custom.width", + "value": 150 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Expiration Date" + }, + "properties": [ + { + "id": "unit", + "value": "dateTimeAsLocal" + }, + { + "id": "custom.width", + "value": 250 + } + ] + } + ] + }, + "gridPos": { + "h": 7, + "w": 12, + "x": 0, + "y": 22 + }, + "id": 41, + "options": { + "cellHeight": "sm", + "footer": { + "countRows": false, + "fields": "", + "reducer": ["sum"], + "show": false + }, + "frameIndex": 1, + "showHeader": true, + "sortBy": [ + { + "desc": false, + "displayName": "indexer" + } + ] + }, + "pluginVersion": "10.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "exemplar": false, + "expr": "prowlarr_indexer_vip_expires_in_seconds{instance=~\"${prowlarr_instance}\"}", + "format": "table", + "hide": false, + "instant": true, + "legendFormat": "__auto", + "range": false, + "refId": "A" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "exemplar": false, + "expr": "(time() * 1000) + (prowlarr_indexer_vip_expires_in_seconds{instance=~\"${prowlarr_instance}\"} * 1000)", + "format": "table", + "hide": false, + "instant": true, + "legendFormat": "__auto", + "range": false, + "refId": "B" + } + ], + "title": "VIP Expiration", + "transformations": [ + { + "id": "concatenate", + "options": {} + }, + { + "id": "organize", + "options": { + "excludeByName": { + "Time": true, + "__name__": true, + "cluster": true, + "cluster 1": true, + "cluster 2": true, + "endpoint": true, + "endpoint 1": true, + "endpoint 2": true, + "indexer 2": true, + "instance": true, + "instance 1": true, + "instance 2": true, + "job": true, + "job 1": true, + "job 2": true, + "namespace": true, + "namespace 1": true, + "namespace 2": true, + "pod": true, + "pod 1": true, + "pod 2": true, + "prometheus": true, + "prometheus 1": true, + "prometheus 2": true, + "service": true, + "service 1": true, + "service 2": true, + "url": true, + "url 1": true, + "url 2": true + }, + "indexByName": { + "Time": 0, + "Value #A": 12, + "Value #B": 13, + "__name__": 1, + "cluster 1": 2, + "cluster 2": 14, + "endpoint 1": 3, + "endpoint 2": 15, + "indexer 1": 4, + "indexer 2": 16, + "instance 1": 5, + "instance 2": 17, + "job 1": 6, + "job 2": 18, + "namespace 1": 7, + "namespace 2": 19, + "pod 1": 8, + "pod 2": 20, + "prometheus 1": 9, + "prometheus 2": 21, + "service 1": 10, + "service 2": 22, + "url 1": 11, + "url 2": 23 + }, + "renameByName": { + "Value": "Expires In", + "Value #A": "Expires In", + "Value #B": "Expiration Date" + } + } + } + ], + "type": "table" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "auto", + "cellOptions": { + "type": "auto" + }, + "inspect": false + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unitScale": true + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Expires In" + }, + "properties": [ + { + "id": "unit", + "value": "s" + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Expiration Date" + }, + "properties": [ + { + "id": "unit", + "value": "dateTimeAsUS" + } + ] + } + ] + }, + "gridPos": { + "h": 7, + "w": 12, + "x": 12, + "y": 22 + }, + "id": 42, + "options": { + "cellHeight": "sm", + "footer": { + "countRows": false, + "fields": "", + "reducer": ["sum"], + "show": false + }, + "frameIndex": 1, + "showHeader": true + }, + "pluginVersion": "10.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "exemplar": false, + "expr": "prowlarr_system_health_issues{instance=~\"${prowlarr_instance}\"}", + "format": "table", + "hide": false, + "instant": true, + "legendFormat": "__auto", + "range": false, + "refId": "A" + } + ], + "title": "System Health Issues", + "transformations": [ + { + "id": "organize", + "options": { + "excludeByName": { + "Time": true, + "Value": true, + "__name__": true, + "cluster": true, + "cluster 1": true, + "cluster 2": true, + "endpoint": true, + "endpoint 1": true, + "endpoint 2": true, + "indexer 2": true, + "instance": true, + "instance 1": true, + "instance 2": true, + "job": true, + "job 1": true, + "job 2": true, + "namespace": true, + "namespace 1": true, + "namespace 2": true, + "pod": true, + "pod 1": true, + "pod 2": true, + "prometheus": true, + "prometheus 1": true, + "prometheus 2": true, + "service": true, + "service 1": true, + "service 2": true, + "source": true, + "type": true, + "url": true, + "url 1": true, + "url 2": true + }, + "indexByName": {}, + "renameByName": { + "Value": "", + "Value #A": "Expires In", + "Value #B": "Expiration Date" + } + } + } + ], + "type": "table" + } + ], + "refresh": "30s", + "revision": 1, + "schemaVersion": 39, + "tags": ["prowlarr", "music", "movies", "tv", "media"], + "templating": { + "list": [ + { + "current": { + "selected": false, + "text": "Prometheus", + "value": "prom" + }, + "hide": 0, + "includeAll": false, + "label": "Datasource", + "multi": false, + "name": "DS_PROMETHEUS", + "options": [], + "query": "prometheus", + "queryValue": "", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "type": "datasource" + }, + { + "current": { + "selected": false, + "text": "All", + "value": "$__all" + }, + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "definition": "label_values({__name__=~\"prowlarr_.*\"},instance)", + "hide": 0, + "includeAll": true, + "label": "Prowlarr Instance", + "multi": true, + "name": "prowlarr_instance", + "options": [], + "query": { + "query": "label_values({__name__=~\"prowlarr_.*\"},instance)", + "refId": "PrometheusVariableQueryEditor-VariableQuery" + }, + "refresh": 2, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "type": "query" + } + ] + }, + "time": { + "from": "now-24h", + "to": "now" + }, + "timepicker": {}, + "timezone": "browser", + "title": "Prowlarr", + "uid": "WURH98Y4k1", + "version": 3, + "weekStart": "" +} diff --git a/stable/prowlarr/16.1.0/ix_values.yaml b/stable/prowlarr/16.1.0/ix_values.yaml new file mode 100644 index 00000000000..d3dbd366570 --- /dev/null +++ b/stable/prowlarr/16.1.0/ix_values.yaml @@ -0,0 +1,115 @@ +image: + repository: ghcr.io/onedr0p/prowlarr-develop + tag: 1.14.0.4286@sha256:c77d84ebf7a64844c858f249cb3fbb59b0d2d2de21709126c339be14386a804f + pullPolicy: IfNotPresent +exportarrImage: + repository: ghcr.io/onedr0p/exportarr + pullPolicy: IfNotPresent + tag: v2.0.0@sha256:760327e885a9bb5b818b56e8a6f818c9570eeaa9484bed122028adbf80bcaeb9 +securityContext: + container: + readOnlyRootFilesystem: false +service: + main: + ports: + main: + port: 9696 + metrics: + enabled: true + type: ClusterIP + targetSelector: exportarr + ports: + metrics: + enabled: true + port: 9697 + targetSelector: exportarr +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + path: /ping + readiness: + path: /ping + startup: + type: tcp + env: + PROWLARR__PORT: "{{ .Values.service.main.ports.main.port }}" + PROWLARR__AUTHENTICATION_METHOD: "" + exportarr: + enabled: true + type: Deployment + strategy: RollingUpdate + replicas: 1 + podSpec: + containers: + exportarr: + primary: true + enabled: true + imageSelector: exportarrImage + args: + - prowlarr + probes: + liveness: + enabled: true + type: http + path: /healthz + port: "{{ .Values.service.metrics.ports.metrics.port }}" + readiness: + enabled: true + type: http + path: /healthz + port: "{{ .Values.service.metrics.ports.metrics.port }}" + startup: + enabled: true + type: http + path: /healthz + port: "{{ .Values.service.metrics.ports.metrics.port }}" + env: + INTERFACE: 0.0.0.0 + PORT: "{{ .Values.service.metrics.ports.metrics.port }}" + URL: '{{ printf "http://%v:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.main.ports.main.port }}' + # additional metrics (slow) + # ENABLE_ADDITIONAL_METRICS: false + # enable gathering unknown queue items + # ENABLE_UNKNOWN_QUEUE_ITEMS: false + # enable backfill of historical metrics + # PROWLARR__BACKFILL: false + # Set a date from which to start the backfill + # PROWLARR__BACKFILL_SINCE_DATE: 1970-01-01 + CONFIG: "/config/config.xml" +persistence: + config: + enabled: true + targetSelector: + main: + main: + mountPath: /config + exportarr: + exportarr: + mountPath: /config + readOnly: true +configmap: + dashboard: + enabled: true + labels: + grafana_dashboard: "1" + data: + prowlarr.json: >- + {{ .Files.Get "dashboard.json" | indent 8 }} +metrics: + main: + enabled: true + type: "servicemonitor" + endpoints: + - port: metrics + path: /metrics + targetSelector: metrics + prometheusRule: + enabled: false +portal: + open: + enabled: true +updated: true diff --git a/stable/prowlarr/16.1.0/questions.yaml b/stable/prowlarr/16.1.0/questions.yaml new file mode 100755 index 00000000000..a5e4b2f658b --- /dev/null +++ b/stable/prowlarr/16.1.0/questions.yaml @@ -0,0 +1,2899 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: App Configuration + label: Image Environment + schema: + additional_attrs: true + type: dict + attrs: + - variable: PROWLARR__AUTHENTICATION_METHOD + label: Auth Method + description: Sets the auth method. + schema: + type: string + default: "" + enum: + - value: "" + description: In-App Setting + - value: External + description: External/None + - value: Basic + description: Basic + - value: Forms + description: Forms + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 9696 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: metrics + group: Metrics + label: Prometheus Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: Main Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable Prometheus Metrics + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: prometheusRule + label: PrometheusRule + description: Enable and configure Prometheus Rules for the App. + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable Prometheus Metrics + schema: + type: boolean + default: false + # TODO: Rule List section + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/qbitrr/4.2.1/templates/NOTES.txt b/stable/prowlarr/16.1.0/templates/NOTES.txt similarity index 100% rename from stable/qbitrr/4.2.1/templates/NOTES.txt rename to stable/prowlarr/16.1.0/templates/NOTES.txt diff --git a/stable/prowlarr/16.1.0/templates/common.yaml b/stable/prowlarr/16.1.0/templates/common.yaml new file mode 100644 index 00000000000..3c93f578611 --- /dev/null +++ b/stable/prowlarr/16.1.0/templates/common.yaml @@ -0,0 +1,11 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.v1.common.loader.init" . -}} + +{{/* Disable [exportarr] if requested */}} +{{- if not .Values.metrics.main.enabled -}} + {{- $_ := set .Values.workload.exportarr "enabled" false -}} + {{- $_ := set .Values.service.metrics "enabled" false -}} +{{- end -}} + +{{/* Render the templates */}} +{{- include "tc.v1.common.loader.apply" . -}} diff --git a/stable/pwm/5.1.3/values.yaml b/stable/prowlarr/16.1.0/values.yaml similarity index 100% rename from stable/pwm/5.1.3/values.yaml rename to stable/prowlarr/16.1.0/values.yaml diff --git a/stable/proxmox-backup-server/3.1.3/CHANGELOG.md b/stable/proxmox-backup-server/3.1.3/CHANGELOG.md deleted file mode 100644 index fb29048c146..00000000000 --- a/stable/proxmox-backup-server/3.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [proxmox-backup-server-2.2.6](https://github.com/truecharts/charts/compare/proxmox-backup-server-2.2.5...proxmox-backup-server-2.2.6) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [proxmox-backup-server-2.2.5](https://github.com/truecharts/charts/compare/proxmox-backup-server-2.2.4...proxmox-backup-server-2.2.5) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [proxmox-backup-server-2.2.4](https://github.com/truecharts/charts/compare/proxmox-backup-server-2.2.3...proxmox-backup-server-2.2.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [proxmox-backup-server-2.2.3](https://github.com/truecharts/charts/compare/proxmox-backup-server-2.2.2...proxmox-backup-server-2.2.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [proxmox-backup-server-2.2.2](https://github.com/truecharts/charts/compare/proxmox-backup-server-2.2.1...proxmox-backup-server-2.2.2) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [proxmox-backup-server-2.2.1](https://github.com/truecharts/charts/compare/proxmox-backup-server-2.2.0...proxmox-backup-server-2.2.1) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [proxmox-backup-server-2.2.0](https://github.com/truecharts/charts/compare/proxmox-backup-server-2.1.8...proxmox-backup-server-2.2.0) (2024-01-03) - -### Chore - - - -- update container image ayufan/proxmox-backup-server to v3.1.2[@eacdd4b](https://github.com/eacdd4b) by renovate ([#16808](https://github.com/truecharts/charts/issues/16808)) - - -## [proxmox-backup-server-2.1.8](https://github.com/truecharts/charts/compare/proxmox-backup-server-2.1.7...proxmox-backup-server-2.1.8) (2024-01-03) - -### Chore - - - -- update container image ayufan/proxmox-backup-server to v[@eed5e7b](https://github.com/eed5e7b) by renovate ([#16755](https://github.com/truecharts/charts/issues/16755)) - - -## [proxmox-backup-server-2.1.7](https://github.com/truecharts/charts/compare/proxmox-backup-server-2.1.6...proxmox-backup-server-2.1.7) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - diff --git a/stable/proxmox-backup-server/3.1.3/Chart.yaml b/stable/proxmox-backup-server/3.1.3/Chart.yaml deleted file mode 100644 index 4fb53003fff..00000000000 --- a/stable/proxmox-backup-server/3.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: test - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.1.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Container for proxmox backup server -home: https://truecharts.org/charts/stable/proxmox-backup-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/proxmox-backup-server.png -keywords: - - proxmox-backup-server - - pbs -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: proxmox-backup-server -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/proxmox-backup-server - - https://hub.docker.com/r/ayufan/proxmox-backup-server -type: application -version: 3.1.3 diff --git a/stable/proxmox-backup-server/3.1.3/charts/common-18.0.3.tgz b/stable/proxmox-backup-server/3.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/proxmox-backup-server/3.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/pwndrop/9.2.0/.helmignore b/stable/proxmox-backup-server/3.3.0/.helmignore similarity index 100% rename from stable/pwndrop/9.2.0/.helmignore rename to stable/proxmox-backup-server/3.3.0/.helmignore diff --git a/stable/proxmox-backup-server/3.3.0/CHANGELOG.md b/stable/proxmox-backup-server/3.3.0/CHANGELOG.md new file mode 100644 index 00000000000..94bfbc639a3 --- /dev/null +++ b/stable/proxmox-backup-server/3.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [proxmox-backup-server-3.3.0](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.2.3...proxmox-backup-server-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [proxmox-backup-server-3.2.3](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.2.2...proxmox-backup-server-3.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [proxmox-backup-server-3.2.2](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.2.0...proxmox-backup-server-3.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [proxmox-backup-server-2.2.6](https://github.com/truecharts/charts/compare/proxmox-backup-server-2.2.5...proxmox-backup-server-2.2.6) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [proxmox-backup-server-2.2.5](https://github.com/truecharts/charts/compare/proxmox-backup-server-2.2.4...proxmox-backup-server-2.2.5) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [proxmox-backup-server-2.2.4](https://github.com/truecharts/charts/compare/proxmox-backup-server-2.2.3...proxmox-backup-server-2.2.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [proxmox-backup-server-2.2.3](https://github.com/truecharts/charts/compare/proxmox-backup-server-2.2.2...proxmox-backup-server-2.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [proxmox-backup-server-2.2.2](https://github.com/truecharts/charts/compare/proxmox-backup-server-2.2.1...proxmox-backup-server-2.2.2) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [proxmox-backup-server-2.2.1](https://github.com/truecharts/charts/compare/proxmox-backup-server-2.2.0...proxmox-backup-server-2.2.1) (2024-01-09) + +### Chore + + diff --git a/stable/proxmox-backup-server/3.3.0/Chart.yaml b/stable/proxmox-backup-server/3.3.0/Chart.yaml new file mode 100644 index 00000000000..019a795bc40 --- /dev/null +++ b/stable/proxmox-backup-server/3.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: test + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.1.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Container for proxmox backup server +home: https://truecharts.org/charts/stable/proxmox-backup-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/proxmox-backup-server.png +keywords: + - proxmox-backup-server + - pbs +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: proxmox-backup-server +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/proxmox-backup-server + - https://hub.docker.com/r/ayufan/proxmox-backup-server +type: application +version: 3.3.0 diff --git a/stable/proxmox-backup-server/3.1.3/README.md b/stable/proxmox-backup-server/3.3.0/README.md similarity index 100% rename from stable/proxmox-backup-server/3.1.3/README.md rename to stable/proxmox-backup-server/3.3.0/README.md diff --git a/stable/proxmox-backup-server/3.3.0/app-changelog.md b/stable/proxmox-backup-server/3.3.0/app-changelog.md new file mode 100644 index 00000000000..7893ce9aace --- /dev/null +++ b/stable/proxmox-backup-server/3.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [proxmox-backup-server-3.3.0](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.2.3...proxmox-backup-server-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/proxmox-backup-server/3.1.3/app-readme.md b/stable/proxmox-backup-server/3.3.0/app-readme.md similarity index 100% rename from stable/proxmox-backup-server/3.1.3/app-readme.md rename to stable/proxmox-backup-server/3.3.0/app-readme.md diff --git a/stable/proxmox-backup-server/3.3.0/charts/common-18.2.0.tgz b/stable/proxmox-backup-server/3.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/proxmox-backup-server/3.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/proxmox-backup-server/3.1.3/ix_values.yaml b/stable/proxmox-backup-server/3.3.0/ix_values.yaml similarity index 100% rename from stable/proxmox-backup-server/3.1.3/ix_values.yaml rename to stable/proxmox-backup-server/3.3.0/ix_values.yaml diff --git a/stable/proxmox-backup-server/3.1.3/questions.yaml b/stable/proxmox-backup-server/3.3.0/questions.yaml similarity index 100% rename from stable/proxmox-backup-server/3.1.3/questions.yaml rename to stable/proxmox-backup-server/3.3.0/questions.yaml diff --git a/stable/pylon/9.2.0/templates/common.yaml b/stable/proxmox-backup-server/3.3.0/templates/common.yaml similarity index 100% rename from stable/pylon/9.2.0/templates/common.yaml rename to stable/proxmox-backup-server/3.3.0/templates/common.yaml diff --git a/stable/pwndrop/9.2.0/values.yaml b/stable/proxmox-backup-server/3.3.0/values.yaml similarity index 100% rename from stable/pwndrop/9.2.0/values.yaml rename to stable/proxmox-backup-server/3.3.0/values.yaml diff --git a/stable/prpdf/5.1.3/CHANGELOG.md b/stable/prpdf/5.1.3/CHANGELOG.md deleted file mode 100644 index b910eefca4f..00000000000 --- a/stable/prpdf/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [prpdf-4.1.11](https://github.com/truecharts/charts/compare/prpdf-4.1.10...prpdf-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [prpdf-4.1.10](https://github.com/truecharts/charts/compare/prpdf-4.1.9...prpdf-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [prpdf-4.1.9](https://github.com/truecharts/charts/compare/prpdf-4.1.8...prpdf-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [prpdf-4.1.8](https://github.com/truecharts/charts/compare/prpdf-4.1.7...prpdf-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [prpdf-4.1.7](https://github.com/truecharts/charts/compare/prpdf-4.1.6...prpdf-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [prpdf-4.1.6](https://github.com/truecharts/charts/compare/prpdf-4.1.5...prpdf-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [prpdf-4.1.5](https://github.com/truecharts/charts/compare/prpdf-4.1.4...prpdf-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [prpdf-4.1.4](https://github.com/truecharts/charts/compare/prpdf-4.1.3...prpdf-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [prpdf-4.1.3](https://github.com/truecharts/charts/compare/prpdf-4.1.0...prpdf-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/prpdf/5.1.3/Chart.yaml b/stable/prpdf/5.1.3/Chart.yaml deleted file mode 100644 index 34d5c122b7b..00000000000 --- a/stable/prpdf/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This tool is for Preview and Rename scanned PDF-Documents. Rulebased autoscan with OCR. Merge etc. -home: https://truecharts.org/charts/stable/prpdf -icon: https://truecharts.org/img/hotlink-ok/chart-icons/prpdf.png -keywords: - - prpdf - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: prpdf -sources: - - https://github.com/maschhoff/prpdf - - https://github.com/truecharts/charts/tree/master/charts/stable/prpdf - - https://hub.docker.com/r/knex666/prpdf -type: application -version: 5.1.3 diff --git a/stable/prpdf/5.1.3/charts/common-18.0.3.tgz b/stable/prpdf/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/prpdf/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/pyload-ng/5.2.0/.helmignore b/stable/prpdf/5.3.0/.helmignore similarity index 100% rename from stable/pyload-ng/5.2.0/.helmignore rename to stable/prpdf/5.3.0/.helmignore diff --git a/stable/prpdf/5.3.0/CHANGELOG.md b/stable/prpdf/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..1d3cd63fd5f --- /dev/null +++ b/stable/prpdf/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [prpdf-5.3.0](https://github.com/truecharts/charts/compare/prpdf-5.2.3...prpdf-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [prpdf-5.2.3](https://github.com/truecharts/charts/compare/prpdf-5.2.2...prpdf-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [prpdf-5.2.2](https://github.com/truecharts/charts/compare/prpdf-5.2.0...prpdf-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [prpdf-4.1.11](https://github.com/truecharts/charts/compare/prpdf-4.1.10...prpdf-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [prpdf-4.1.10](https://github.com/truecharts/charts/compare/prpdf-4.1.9...prpdf-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [prpdf-4.1.9](https://github.com/truecharts/charts/compare/prpdf-4.1.8...prpdf-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [prpdf-4.1.8](https://github.com/truecharts/charts/compare/prpdf-4.1.7...prpdf-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [prpdf-4.1.7](https://github.com/truecharts/charts/compare/prpdf-4.1.6...prpdf-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [prpdf-4.1.6](https://github.com/truecharts/charts/compare/prpdf-4.1.5...prpdf-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/prpdf/5.3.0/Chart.yaml b/stable/prpdf/5.3.0/Chart.yaml new file mode 100644 index 00000000000..d78b517ea36 --- /dev/null +++ b/stable/prpdf/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This tool is for Preview and Rename scanned PDF-Documents. Rulebased autoscan with OCR. Merge etc. +home: https://truecharts.org/charts/stable/prpdf +icon: https://truecharts.org/img/hotlink-ok/chart-icons/prpdf.png +keywords: + - prpdf + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: prpdf +sources: + - https://github.com/maschhoff/prpdf + - https://github.com/truecharts/charts/tree/master/charts/stable/prpdf + - https://hub.docker.com/r/knex666/prpdf +type: application +version: 5.3.0 diff --git a/stable/prpdf/5.1.3/README.md b/stable/prpdf/5.3.0/README.md similarity index 100% rename from stable/prpdf/5.1.3/README.md rename to stable/prpdf/5.3.0/README.md diff --git a/stable/prpdf/5.3.0/app-changelog.md b/stable/prpdf/5.3.0/app-changelog.md new file mode 100644 index 00000000000..aa0c489d593 --- /dev/null +++ b/stable/prpdf/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [prpdf-5.3.0](https://github.com/truecharts/charts/compare/prpdf-5.2.3...prpdf-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/prpdf/5.1.3/app-readme.md b/stable/prpdf/5.3.0/app-readme.md similarity index 100% rename from stable/prpdf/5.1.3/app-readme.md rename to stable/prpdf/5.3.0/app-readme.md diff --git a/stable/prpdf/5.3.0/charts/common-18.2.0.tgz b/stable/prpdf/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/prpdf/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/prpdf/5.1.3/ix_values.yaml b/stable/prpdf/5.3.0/ix_values.yaml similarity index 100% rename from stable/prpdf/5.1.3/ix_values.yaml rename to stable/prpdf/5.3.0/ix_values.yaml diff --git a/stable/prpdf/5.1.3/questions.yaml b/stable/prpdf/5.3.0/questions.yaml similarity index 100% rename from stable/prpdf/5.1.3/questions.yaml rename to stable/prpdf/5.3.0/questions.yaml diff --git a/stable/prpdf/5.1.3/templates/common.yaml b/stable/prpdf/5.3.0/templates/common.yaml similarity index 100% rename from stable/prpdf/5.1.3/templates/common.yaml rename to stable/prpdf/5.3.0/templates/common.yaml diff --git a/stable/pyload-ng/5.2.0/values.yaml b/stable/prpdf/5.3.0/values.yaml similarity index 100% rename from stable/pyload-ng/5.2.0/values.yaml rename to stable/prpdf/5.3.0/values.yaml diff --git a/stable/prusaslicer-novnc/8.2.0/CHANGELOG.md b/stable/prusaslicer-novnc/8.2.0/CHANGELOG.md deleted file mode 100644 index 30d5e7aa5a6..00000000000 --- a/stable/prusaslicer-novnc/8.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - -## [prusaslicer-novnc-7.1.19](https://github.com/truecharts/charts/compare/prusaslicer-novnc-7.1.18...prusaslicer-novnc-7.1.19) (2024-02-12) - -### Chore - - - -- update container image mikeah/prusaslicer-novnc to latest[@7537fd2](https://github.com/7537fd2) by renovate ([#18097](https://github.com/truecharts/charts/issues/18097)) - - -## [prusaslicer-novnc-7.1.18](https://github.com/truecharts/charts/compare/prusaslicer-novnc-7.1.17...prusaslicer-novnc-7.1.18) (2024-02-05) - -### Chore - - - -- update container image mikeah/prusaslicer-novnc to latest[@27c0bf5](https://github.com/27c0bf5) by renovate ([#17886](https://github.com/truecharts/charts/issues/17886)) - - -## [prusaslicer-novnc-7.1.17](https://github.com/truecharts/charts/compare/prusaslicer-novnc-7.1.16...prusaslicer-novnc-7.1.17) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [prusaslicer-novnc-7.1.16](https://github.com/truecharts/charts/compare/prusaslicer-novnc-7.1.15...prusaslicer-novnc-7.1.16) (2024-01-29) - -### Chore - - - -- update container image mikeah/prusaslicer-novnc to latest[@bdb2ff4](https://github.com/bdb2ff4) by renovate ([#17646](https://github.com/truecharts/charts/issues/17646)) - - -## [prusaslicer-novnc-7.1.15](https://github.com/truecharts/charts/compare/prusaslicer-novnc-7.1.14...prusaslicer-novnc-7.1.15) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [prusaslicer-novnc-7.1.14](https://github.com/truecharts/charts/compare/prusaslicer-novnc-7.1.13...prusaslicer-novnc-7.1.14) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [prusaslicer-novnc-7.1.13](https://github.com/truecharts/charts/compare/prusaslicer-novnc-7.1.12...prusaslicer-novnc-7.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [prusaslicer-novnc-7.1.12](https://github.com/truecharts/charts/compare/prusaslicer-novnc-7.1.11...prusaslicer-novnc-7.1.12) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/prusaslicer-novnc/8.2.0/Chart.yaml b/stable/prusaslicer-novnc/8.2.0/Chart.yaml deleted file mode 100644 index 5aef63a21b4..00000000000 --- a/stable/prusaslicer-novnc/8.2.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Enjoy Prusaslicer directly in your browser with this easy to use Chart Chart. -home: https://truecharts.org/charts/stable/prusaslicer-novnc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/prusaslicer-novnc.png -keywords: - - prusaslicer-novnc - - home-automation - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: prusaslicer-novnc -sources: - - https://www.prusa3d.com/prusaslicer/ - - https://github.com/truecharts/charts/tree/master/charts/stable/prusaslicer-novnc - - https://hub.docker.com/r/mikeah/prusaslicer-novnc -type: application -version: 8.2.0 diff --git a/stable/prusaslicer-novnc/8.2.0/charts/common-18.1.2.tgz b/stable/prusaslicer-novnc/8.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/prusaslicer-novnc/8.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/prusaslicer-novnc/8.2.0/ix_values.yaml b/stable/prusaslicer-novnc/8.2.0/ix_values.yaml deleted file mode 100644 index f742af40e82..00000000000 --- a/stable/prusaslicer-novnc/8.2.0/ix_values.yaml +++ /dev/null @@ -1,34 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: mikeah/prusaslicer-novnc - tag: latest@sha256:644eff9b0ca3f2e304686fb0556ee2c25a8278cf7b2e71db379ba3e996a03bf5 -persistence: - configsfolder: - enabled: true - mountPath: /configs/ - prints: - enabled: true - mountPath: /prints/ -service: - main: - ports: - main: - port: 16080 - protocol: http - targetPort: 8080 -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsGroup: 0 - runAsUser: 0 -workload: - main: - podSpec: - containers: - main: - env: - SSL_CERT_FILE: /etc/ssl/certs/ca-certificates.crt diff --git a/stable/pyload/13.1.3/.helmignore b/stable/prusaslicer-novnc/8.3.0/.helmignore similarity index 100% rename from stable/pyload/13.1.3/.helmignore rename to stable/prusaslicer-novnc/8.3.0/.helmignore diff --git a/stable/prusaslicer-novnc/8.3.0/CHANGELOG.md b/stable/prusaslicer-novnc/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..442a2657a27 --- /dev/null +++ b/stable/prusaslicer-novnc/8.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [prusaslicer-novnc-8.3.0](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.2.4...prusaslicer-novnc-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [prusaslicer-novnc-8.2.4](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.2.3...prusaslicer-novnc-8.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [prusaslicer-novnc-8.2.3](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.2.1...prusaslicer-novnc-8.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + +## [prusaslicer-novnc-7.1.19](https://github.com/truecharts/charts/compare/prusaslicer-novnc-7.1.18...prusaslicer-novnc-7.1.19) (2024-02-12) + +### Chore + + + +- update container image mikeah/prusaslicer-novnc to latest[@7537fd2](https://github.com/7537fd2) by renovate ([#18097](https://github.com/truecharts/charts/issues/18097)) + + +## [prusaslicer-novnc-7.1.18](https://github.com/truecharts/charts/compare/prusaslicer-novnc-7.1.17...prusaslicer-novnc-7.1.18) (2024-02-05) + +### Chore + + + +- update container image mikeah/prusaslicer-novnc to latest[@27c0bf5](https://github.com/27c0bf5) by renovate ([#17886](https://github.com/truecharts/charts/issues/17886)) + + +## [prusaslicer-novnc-7.1.17](https://github.com/truecharts/charts/compare/prusaslicer-novnc-7.1.16...prusaslicer-novnc-7.1.17) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [prusaslicer-novnc-7.1.16](https://github.com/truecharts/charts/compare/prusaslicer-novnc-7.1.15...prusaslicer-novnc-7.1.16) (2024-01-29) + +### Chore + + + +- update container image mikeah/prusaslicer-novnc to latest[@bdb2ff4](https://github.com/bdb2ff4) by renovate ([#17646](https://github.com/truecharts/charts/issues/17646)) + + +## [prusaslicer-novnc-7.1.15](https://github.com/truecharts/charts/compare/prusaslicer-novnc-7.1.14...prusaslicer-novnc-7.1.15) (2024-01-26) + +### Chore + diff --git a/stable/prusaslicer-novnc/8.3.0/Chart.yaml b/stable/prusaslicer-novnc/8.3.0/Chart.yaml new file mode 100644 index 00000000000..199f914b3e1 --- /dev/null +++ b/stable/prusaslicer-novnc/8.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Enjoy Prusaslicer directly in your browser with this easy to use Chart Chart. +home: https://truecharts.org/charts/stable/prusaslicer-novnc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/prusaslicer-novnc.png +keywords: + - prusaslicer-novnc + - home-automation + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: prusaslicer-novnc +sources: + - https://www.prusa3d.com/prusaslicer/ + - https://github.com/truecharts/charts/tree/master/charts/stable/prusaslicer-novnc + - https://hub.docker.com/r/mikeah/prusaslicer-novnc +type: application +version: 8.3.0 diff --git a/stable/prusaslicer-novnc/8.2.0/README.md b/stable/prusaslicer-novnc/8.3.0/README.md similarity index 100% rename from stable/prusaslicer-novnc/8.2.0/README.md rename to stable/prusaslicer-novnc/8.3.0/README.md diff --git a/stable/prusaslicer-novnc/8.3.0/app-changelog.md b/stable/prusaslicer-novnc/8.3.0/app-changelog.md new file mode 100644 index 00000000000..10ecd2f644b --- /dev/null +++ b/stable/prusaslicer-novnc/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [prusaslicer-novnc-8.3.0](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.2.4...prusaslicer-novnc-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/prusaslicer-novnc/8.2.0/app-readme.md b/stable/prusaslicer-novnc/8.3.0/app-readme.md similarity index 100% rename from stable/prusaslicer-novnc/8.2.0/app-readme.md rename to stable/prusaslicer-novnc/8.3.0/app-readme.md diff --git a/stable/prusaslicer-novnc/8.3.0/charts/common-18.2.0.tgz b/stable/prusaslicer-novnc/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/prusaslicer-novnc/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/prusaslicer-novnc/8.3.0/ix_values.yaml b/stable/prusaslicer-novnc/8.3.0/ix_values.yaml new file mode 100644 index 00000000000..34c23086afe --- /dev/null +++ b/stable/prusaslicer-novnc/8.3.0/ix_values.yaml @@ -0,0 +1,34 @@ +image: + pullPolicy: IfNotPresent + repository: mikeah/prusaslicer-novnc + tag: latest@sha256:e366ed356cfaff256343a82e14cece1229d69f668befc8f9f74f92edf8c10579 +persistence: + configsfolder: + enabled: true + mountPath: /configs/ + prints: + enabled: true + mountPath: /prints/ +service: + main: + ports: + main: + port: 16080 + protocol: http + targetPort: 8080 +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsGroup: 0 + runAsUser: 0 +workload: + main: + podSpec: + containers: + main: + env: + SSL_CERT_FILE: /etc/ssl/certs/ca-certificates.crt diff --git a/stable/prusaslicer-novnc/8.2.0/questions.yaml b/stable/prusaslicer-novnc/8.3.0/questions.yaml similarity index 100% rename from stable/prusaslicer-novnc/8.2.0/questions.yaml rename to stable/prusaslicer-novnc/8.3.0/questions.yaml diff --git a/stable/qbittorrent/19.2.0/templates/NOTES.txt b/stable/prusaslicer-novnc/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/qbittorrent/19.2.0/templates/NOTES.txt rename to stable/prusaslicer-novnc/8.3.0/templates/NOTES.txt diff --git a/stable/prusaslicer-novnc/8.2.0/templates/common.yaml b/stable/prusaslicer-novnc/8.3.0/templates/common.yaml similarity index 100% rename from stable/prusaslicer-novnc/8.2.0/templates/common.yaml rename to stable/prusaslicer-novnc/8.3.0/templates/common.yaml diff --git a/stable/pyload/13.1.3/values.yaml b/stable/prusaslicer-novnc/8.3.0/values.yaml similarity index 100% rename from stable/pyload/13.1.3/values.yaml rename to stable/prusaslicer-novnc/8.3.0/values.yaml diff --git a/stable/pt-helper/5.1.3/CHANGELOG.md b/stable/pt-helper/5.1.3/CHANGELOG.md deleted file mode 100644 index f9d5d0db6bb..00000000000 --- a/stable/pt-helper/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [pt-helper-4.1.11](https://github.com/truecharts/charts/compare/pt-helper-4.1.10...pt-helper-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pt-helper-4.1.10](https://github.com/truecharts/charts/compare/pt-helper-4.1.9...pt-helper-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [pt-helper-4.1.9](https://github.com/truecharts/charts/compare/pt-helper-4.1.8...pt-helper-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [pt-helper-4.1.8](https://github.com/truecharts/charts/compare/pt-helper-4.1.7...pt-helper-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [pt-helper-4.1.7](https://github.com/truecharts/charts/compare/pt-helper-4.1.6...pt-helper-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [pt-helper-4.1.6](https://github.com/truecharts/charts/compare/pt-helper-4.1.5...pt-helper-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [pt-helper-4.1.5](https://github.com/truecharts/charts/compare/pt-helper-4.1.4...pt-helper-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [pt-helper-4.1.4](https://github.com/truecharts/charts/compare/pt-helper-4.1.3...pt-helper-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [pt-helper-4.1.3](https://github.com/truecharts/charts/compare/pt-helper-4.1.0...pt-helper-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/pt-helper/5.1.3/Chart.yaml b/stable/pt-helper/5.1.3/Chart.yaml deleted file mode 100644 index b8e32e25656..00000000000 --- a/stable/pt-helper/5.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A tool that can automatically download free seeds and delete them after the free time expires. -home: https://truecharts.org/charts/stable/pt-helper -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pt-helper.png -keywords: - - pt-helper - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pt-helper -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/pt-helper - - https://hub.docker.com/r/crazyq/pt_helper -type: application -version: 5.1.3 diff --git a/stable/pt-helper/5.1.3/charts/common-18.0.3.tgz b/stable/pt-helper/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/pt-helper/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/pylon/9.2.0/.helmignore b/stable/pt-helper/5.3.0/.helmignore similarity index 100% rename from stable/pylon/9.2.0/.helmignore rename to stable/pt-helper/5.3.0/.helmignore diff --git a/stable/pt-helper/5.3.0/CHANGELOG.md b/stable/pt-helper/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..a4cc190d1dc --- /dev/null +++ b/stable/pt-helper/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pt-helper-5.3.0](https://github.com/truecharts/charts/compare/pt-helper-5.2.3...pt-helper-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [pt-helper-5.2.3](https://github.com/truecharts/charts/compare/pt-helper-5.2.2...pt-helper-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [pt-helper-5.2.2](https://github.com/truecharts/charts/compare/pt-helper-5.2.0...pt-helper-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [pt-helper-4.1.11](https://github.com/truecharts/charts/compare/pt-helper-4.1.10...pt-helper-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [pt-helper-4.1.10](https://github.com/truecharts/charts/compare/pt-helper-4.1.9...pt-helper-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [pt-helper-4.1.9](https://github.com/truecharts/charts/compare/pt-helper-4.1.8...pt-helper-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [pt-helper-4.1.8](https://github.com/truecharts/charts/compare/pt-helper-4.1.7...pt-helper-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [pt-helper-4.1.7](https://github.com/truecharts/charts/compare/pt-helper-4.1.6...pt-helper-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [pt-helper-4.1.6](https://github.com/truecharts/charts/compare/pt-helper-4.1.5...pt-helper-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/pt-helper/5.3.0/Chart.yaml b/stable/pt-helper/5.3.0/Chart.yaml new file mode 100644 index 00000000000..385c15afa2d --- /dev/null +++ b/stable/pt-helper/5.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A tool that can automatically download free seeds and delete them after the free time expires. +home: https://truecharts.org/charts/stable/pt-helper +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pt-helper.png +keywords: + - pt-helper + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pt-helper +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/pt-helper + - https://hub.docker.com/r/crazyq/pt_helper +type: application +version: 5.3.0 diff --git a/stable/pt-helper/5.1.3/README.md b/stable/pt-helper/5.3.0/README.md similarity index 100% rename from stable/pt-helper/5.1.3/README.md rename to stable/pt-helper/5.3.0/README.md diff --git a/stable/pt-helper/5.3.0/app-changelog.md b/stable/pt-helper/5.3.0/app-changelog.md new file mode 100644 index 00000000000..cc6b6ee5d97 --- /dev/null +++ b/stable/pt-helper/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [pt-helper-5.3.0](https://github.com/truecharts/charts/compare/pt-helper-5.2.3...pt-helper-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/pt-helper/5.1.3/app-readme.md b/stable/pt-helper/5.3.0/app-readme.md similarity index 100% rename from stable/pt-helper/5.1.3/app-readme.md rename to stable/pt-helper/5.3.0/app-readme.md diff --git a/stable/pt-helper/5.3.0/charts/common-18.2.0.tgz b/stable/pt-helper/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/pt-helper/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/pt-helper/5.1.3/ix_values.yaml b/stable/pt-helper/5.3.0/ix_values.yaml similarity index 100% rename from stable/pt-helper/5.1.3/ix_values.yaml rename to stable/pt-helper/5.3.0/ix_values.yaml diff --git a/stable/pt-helper/5.1.3/questions.yaml b/stable/pt-helper/5.3.0/questions.yaml similarity index 100% rename from stable/pt-helper/5.1.3/questions.yaml rename to stable/pt-helper/5.3.0/questions.yaml diff --git a/stable/pt-helper/5.1.3/templates/common.yaml b/stable/pt-helper/5.3.0/templates/common.yaml similarity index 100% rename from stable/pt-helper/5.1.3/templates/common.yaml rename to stable/pt-helper/5.3.0/templates/common.yaml diff --git a/stable/pylon/9.2.0/values.yaml b/stable/pt-helper/5.3.0/values.yaml similarity index 100% rename from stable/pylon/9.2.0/values.yaml rename to stable/pt-helper/5.3.0/values.yaml diff --git a/stable/putty/9.1.3/CHANGELOG.md b/stable/putty/9.1.3/CHANGELOG.md deleted file mode 100644 index d8a8e15f1e9..00000000000 --- a/stable/putty/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [putty-8.0.1](https://github.com/truecharts/charts/compare/putty-8.0.0...putty-8.0.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [putty-8.0.0](https://github.com/truecharts/charts/compare/putty-7.1.10...putty-8.0.0) (2024-01-29) - -### Chore - - - -- update container image jlesage/putty to v24.01.1[@3731054](https://github.com/3731054) by renovate ([#17710](https://github.com/truecharts/charts/issues/17710)) - - -## [putty-7.1.10](https://github.com/truecharts/charts/compare/putty-7.1.9...putty-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [putty-7.1.9](https://github.com/truecharts/charts/compare/putty-7.1.8...putty-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [putty-7.1.8](https://github.com/truecharts/charts/compare/putty-7.1.7...putty-7.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [putty-7.1.7](https://github.com/truecharts/charts/compare/putty-7.1.6...putty-7.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [putty-7.1.6](https://github.com/truecharts/charts/compare/putty-7.1.5...putty-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [putty-7.1.5](https://github.com/truecharts/charts/compare/putty-7.1.4...putty-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [putty-7.1.4](https://github.com/truecharts/charts/compare/putty-7.1.3...putty-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/putty/9.1.3/Chart.yaml b/stable/putty/9.1.3/Chart.yaml deleted file mode 100644 index 59b6a9eabde..00000000000 --- a/stable/putty/9.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.01.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: PuTTY is a free and open-source terminal emulator, serial console and network file transfer application. -home: https://truecharts.org/charts/stable/putty -icon: https://truecharts.org/img/hotlink-ok/chart-icons/putty.png -keywords: - - ssh - - putty -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: putty -sources: - - https://github.com/jlesage/docker-putty - - https://github.com/truecharts/charts/tree/master/charts/stable/putty - - https://hub.docker.com/r/jlesage/putty -type: application -version: 9.1.3 diff --git a/stable/putty/9.1.3/charts/common-18.0.3.tgz b/stable/putty/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/putty/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/qbitmanage/8.2.0/.helmignore b/stable/putty/9.3.0/.helmignore similarity index 100% rename from stable/qbitmanage/8.2.0/.helmignore rename to stable/putty/9.3.0/.helmignore diff --git a/stable/putty/9.3.0/CHANGELOG.md b/stable/putty/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..f47b3e97f3b --- /dev/null +++ b/stable/putty/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [putty-9.3.0](https://github.com/truecharts/charts/compare/putty-9.2.3...putty-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [putty-9.2.3](https://github.com/truecharts/charts/compare/putty-9.2.2...putty-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [putty-9.2.2](https://github.com/truecharts/charts/compare/putty-9.2.0...putty-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [putty-8.0.1](https://github.com/truecharts/charts/compare/putty-8.0.0...putty-8.0.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [putty-8.0.0](https://github.com/truecharts/charts/compare/putty-7.1.10...putty-8.0.0) (2024-01-29) + +### Chore + + + +- update container image jlesage/putty to v24.01.1[@3731054](https://github.com/3731054) by renovate ([#17710](https://github.com/truecharts/charts/issues/17710)) + + +## [putty-7.1.10](https://github.com/truecharts/charts/compare/putty-7.1.9...putty-7.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [putty-7.1.9](https://github.com/truecharts/charts/compare/putty-7.1.8...putty-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [putty-7.1.8](https://github.com/truecharts/charts/compare/putty-7.1.7...putty-7.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [putty-7.1.7](https://github.com/truecharts/charts/compare/putty-7.1.6...putty-7.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/putty/9.3.0/Chart.yaml b/stable/putty/9.3.0/Chart.yaml new file mode 100644 index 00000000000..e473d248dbf --- /dev/null +++ b/stable/putty/9.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.01.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: PuTTY is a free and open-source terminal emulator, serial console and network file transfer application. +home: https://truecharts.org/charts/stable/putty +icon: https://truecharts.org/img/hotlink-ok/chart-icons/putty.png +keywords: + - ssh + - putty +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: putty +sources: + - https://github.com/jlesage/docker-putty + - https://github.com/truecharts/charts/tree/master/charts/stable/putty + - https://hub.docker.com/r/jlesage/putty +type: application +version: 9.3.0 diff --git a/stable/putty/9.1.3/README.md b/stable/putty/9.3.0/README.md similarity index 100% rename from stable/putty/9.1.3/README.md rename to stable/putty/9.3.0/README.md diff --git a/stable/putty/9.3.0/app-changelog.md b/stable/putty/9.3.0/app-changelog.md new file mode 100644 index 00000000000..69dad7599e3 --- /dev/null +++ b/stable/putty/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [putty-9.3.0](https://github.com/truecharts/charts/compare/putty-9.2.3...putty-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/putty/9.1.3/app-readme.md b/stable/putty/9.3.0/app-readme.md similarity index 100% rename from stable/putty/9.1.3/app-readme.md rename to stable/putty/9.3.0/app-readme.md diff --git a/stable/putty/9.3.0/charts/common-18.2.0.tgz b/stable/putty/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/putty/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/putty/9.1.3/ix_values.yaml b/stable/putty/9.3.0/ix_values.yaml similarity index 100% rename from stable/putty/9.1.3/ix_values.yaml rename to stable/putty/9.3.0/ix_values.yaml diff --git a/stable/putty/9.1.3/questions.yaml b/stable/putty/9.3.0/questions.yaml similarity index 100% rename from stable/putty/9.1.3/questions.yaml rename to stable/putty/9.3.0/questions.yaml diff --git a/stable/qdirstat/9.1.3/templates/NOTES.txt b/stable/putty/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/qdirstat/9.1.3/templates/NOTES.txt rename to stable/putty/9.3.0/templates/NOTES.txt diff --git a/stable/qdirstat/9.1.3/templates/common.yaml b/stable/putty/9.3.0/templates/common.yaml similarity index 100% rename from stable/qdirstat/9.1.3/templates/common.yaml rename to stable/putty/9.3.0/templates/common.yaml diff --git a/stable/qbitmanage/8.2.0/values.yaml b/stable/putty/9.3.0/values.yaml similarity index 100% rename from stable/qbitmanage/8.2.0/values.yaml rename to stable/putty/9.3.0/values.yaml diff --git a/stable/pvk-ii/5.1.3/CHANGELOG.md b/stable/pvk-ii/5.1.3/CHANGELOG.md deleted file mode 100644 index 01a918e3086..00000000000 --- a/stable/pvk-ii/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [pvk-ii-4.1.11](https://github.com/truecharts/charts/compare/pvk-ii-4.1.10...pvk-ii-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pvk-ii-4.1.10](https://github.com/truecharts/charts/compare/pvk-ii-4.1.9...pvk-ii-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [pvk-ii-4.1.9](https://github.com/truecharts/charts/compare/pvk-ii-4.1.8...pvk-ii-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [pvk-ii-4.1.8](https://github.com/truecharts/charts/compare/pvk-ii-4.1.7...pvk-ii-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [pvk-ii-4.1.7](https://github.com/truecharts/charts/compare/pvk-ii-4.1.6...pvk-ii-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [pvk-ii-4.1.6](https://github.com/truecharts/charts/compare/pvk-ii-4.1.5...pvk-ii-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [pvk-ii-4.1.5](https://github.com/truecharts/charts/compare/pvk-ii-4.1.4...pvk-ii-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [pvk-ii-4.1.4](https://github.com/truecharts/charts/compare/pvk-ii-4.1.3...pvk-ii-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [pvk-ii-4.1.3](https://github.com/truecharts/charts/compare/pvk-ii-4.1.0...pvk-ii-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/pvk-ii/5.1.3/Chart.yaml b/stable/pvk-ii/5.1.3/Chart.yaml deleted file mode 100644 index 6db89d86297..00000000000 --- a/stable/pvk-ii/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: pkii -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Pirates, Vikings & Knights 2 and run it. -home: https://truecharts.org/charts/stable/pvk-ii -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pvk-ii.png -keywords: - - pvk-ii - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pvk-ii -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/pvk-ii - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/pvk-ii/5.1.3/charts/common-18.0.3.tgz b/stable/pvk-ii/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/pvk-ii/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/qbitrr/4.2.1/.helmignore b/stable/pvk-ii/5.3.0/.helmignore similarity index 100% rename from stable/qbitrr/4.2.1/.helmignore rename to stable/pvk-ii/5.3.0/.helmignore diff --git a/stable/pvk-ii/5.3.0/CHANGELOG.md b/stable/pvk-ii/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..176d1402167 --- /dev/null +++ b/stable/pvk-ii/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pvk-ii-5.3.0](https://github.com/truecharts/charts/compare/pvk-ii-5.2.3...pvk-ii-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [pvk-ii-5.2.3](https://github.com/truecharts/charts/compare/pvk-ii-5.2.2...pvk-ii-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [pvk-ii-5.2.2](https://github.com/truecharts/charts/compare/pvk-ii-5.2.0...pvk-ii-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [pvk-ii-4.1.11](https://github.com/truecharts/charts/compare/pvk-ii-4.1.10...pvk-ii-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [pvk-ii-4.1.10](https://github.com/truecharts/charts/compare/pvk-ii-4.1.9...pvk-ii-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [pvk-ii-4.1.9](https://github.com/truecharts/charts/compare/pvk-ii-4.1.8...pvk-ii-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [pvk-ii-4.1.8](https://github.com/truecharts/charts/compare/pvk-ii-4.1.7...pvk-ii-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [pvk-ii-4.1.7](https://github.com/truecharts/charts/compare/pvk-ii-4.1.6...pvk-ii-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [pvk-ii-4.1.6](https://github.com/truecharts/charts/compare/pvk-ii-4.1.5...pvk-ii-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/pvk-ii/5.3.0/Chart.yaml b/stable/pvk-ii/5.3.0/Chart.yaml new file mode 100644 index 00000000000..d27f08bc784 --- /dev/null +++ b/stable/pvk-ii/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: pkii +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Pirates, Vikings & Knights 2 and run it. +home: https://truecharts.org/charts/stable/pvk-ii +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pvk-ii.png +keywords: + - pvk-ii + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pvk-ii +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/pvk-ii + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/pvk-ii/5.1.3/README.md b/stable/pvk-ii/5.3.0/README.md similarity index 100% rename from stable/pvk-ii/5.1.3/README.md rename to stable/pvk-ii/5.3.0/README.md diff --git a/stable/pvk-ii/5.3.0/app-changelog.md b/stable/pvk-ii/5.3.0/app-changelog.md new file mode 100644 index 00000000000..8da6cb7d8cb --- /dev/null +++ b/stable/pvk-ii/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [pvk-ii-5.3.0](https://github.com/truecharts/charts/compare/pvk-ii-5.2.3...pvk-ii-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/pvk-ii/5.1.3/app-readme.md b/stable/pvk-ii/5.3.0/app-readme.md similarity index 100% rename from stable/pvk-ii/5.1.3/app-readme.md rename to stable/pvk-ii/5.3.0/app-readme.md diff --git a/stable/pvk-ii/5.3.0/charts/common-18.2.0.tgz b/stable/pvk-ii/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/pvk-ii/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/pvk-ii/5.1.3/ix_values.yaml b/stable/pvk-ii/5.3.0/ix_values.yaml similarity index 100% rename from stable/pvk-ii/5.1.3/ix_values.yaml rename to stable/pvk-ii/5.3.0/ix_values.yaml diff --git a/stable/pvk-ii/5.1.3/questions.yaml b/stable/pvk-ii/5.3.0/questions.yaml similarity index 100% rename from stable/pvk-ii/5.1.3/questions.yaml rename to stable/pvk-ii/5.3.0/questions.yaml diff --git a/stable/pvk-ii/5.1.3/templates/common.yaml b/stable/pvk-ii/5.3.0/templates/common.yaml similarity index 100% rename from stable/pvk-ii/5.1.3/templates/common.yaml rename to stable/pvk-ii/5.3.0/templates/common.yaml diff --git a/stable/qbitrr/4.2.1/values.yaml b/stable/pvk-ii/5.3.0/values.yaml similarity index 100% rename from stable/qbitrr/4.2.1/values.yaml rename to stable/pvk-ii/5.3.0/values.yaml diff --git a/stable/pwm/5.1.3/CHANGELOG.md b/stable/pwm/5.1.3/CHANGELOG.md deleted file mode 100644 index 46a2314f728..00000000000 --- a/stable/pwm/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [pwm-4.1.11](https://github.com/truecharts/charts/compare/pwm-4.1.10...pwm-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pwm-4.1.10](https://github.com/truecharts/charts/compare/pwm-4.1.9...pwm-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [pwm-4.1.9](https://github.com/truecharts/charts/compare/pwm-4.1.8...pwm-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [pwm-4.1.8](https://github.com/truecharts/charts/compare/pwm-4.1.7...pwm-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [pwm-4.1.7](https://github.com/truecharts/charts/compare/pwm-4.1.6...pwm-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [pwm-4.1.6](https://github.com/truecharts/charts/compare/pwm-4.1.5...pwm-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [pwm-4.1.5](https://github.com/truecharts/charts/compare/pwm-4.1.4...pwm-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [pwm-4.1.4](https://github.com/truecharts/charts/compare/pwm-4.1.3...pwm-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [pwm-4.1.3](https://github.com/truecharts/charts/compare/pwm-4.1.0...pwm-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/pwm/5.1.3/Chart.yaml b/stable/pwm/5.1.3/Chart.yaml deleted file mode 100644 index a6db6910308..00000000000 --- a/stable/pwm/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Security - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: PWM is a free and opensource password self-service application enabling end-users to reset their enterprise password themselves. -home: https://truecharts.org/charts/stable/pwm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pwm.png -keywords: - - pwm - - Security -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pwm -sources: - - https://github.com/pwm-project/pwm - - https://github.com/truecharts/charts/tree/master/charts/stable/pwm - - https://hub.docker.com/r/fjudith/pwm -type: application -version: 5.1.3 diff --git a/stable/pwm/5.1.3/charts/common-18.0.3.tgz b/stable/pwm/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/pwm/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/qbittorrent/19.2.0/.helmignore b/stable/pwm/5.3.0/.helmignore similarity index 100% rename from stable/qbittorrent/19.2.0/.helmignore rename to stable/pwm/5.3.0/.helmignore diff --git a/stable/pwm/5.3.0/CHANGELOG.md b/stable/pwm/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..0884197527b --- /dev/null +++ b/stable/pwm/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pwm-5.3.0](https://github.com/truecharts/charts/compare/pwm-5.2.3...pwm-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [pwm-5.2.3](https://github.com/truecharts/charts/compare/pwm-5.2.2...pwm-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [pwm-5.2.2](https://github.com/truecharts/charts/compare/pwm-5.2.0...pwm-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [pwm-4.1.11](https://github.com/truecharts/charts/compare/pwm-4.1.10...pwm-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [pwm-4.1.10](https://github.com/truecharts/charts/compare/pwm-4.1.9...pwm-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [pwm-4.1.9](https://github.com/truecharts/charts/compare/pwm-4.1.8...pwm-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [pwm-4.1.8](https://github.com/truecharts/charts/compare/pwm-4.1.7...pwm-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [pwm-4.1.7](https://github.com/truecharts/charts/compare/pwm-4.1.6...pwm-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [pwm-4.1.6](https://github.com/truecharts/charts/compare/pwm-4.1.5...pwm-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/pwm/5.3.0/Chart.yaml b/stable/pwm/5.3.0/Chart.yaml new file mode 100644 index 00000000000..d6451a4fe9f --- /dev/null +++ b/stable/pwm/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Security + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: PWM is a free and opensource password self-service application enabling end-users to reset their enterprise password themselves. +home: https://truecharts.org/charts/stable/pwm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pwm.png +keywords: + - pwm + - Security +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pwm +sources: + - https://github.com/pwm-project/pwm + - https://github.com/truecharts/charts/tree/master/charts/stable/pwm + - https://hub.docker.com/r/fjudith/pwm +type: application +version: 5.3.0 diff --git a/stable/pwm/5.1.3/README.md b/stable/pwm/5.3.0/README.md similarity index 100% rename from stable/pwm/5.1.3/README.md rename to stable/pwm/5.3.0/README.md diff --git a/stable/pwm/5.3.0/app-changelog.md b/stable/pwm/5.3.0/app-changelog.md new file mode 100644 index 00000000000..c6a1bfca3f4 --- /dev/null +++ b/stable/pwm/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [pwm-5.3.0](https://github.com/truecharts/charts/compare/pwm-5.2.3...pwm-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/pwm/5.1.3/app-readme.md b/stable/pwm/5.3.0/app-readme.md similarity index 100% rename from stable/pwm/5.1.3/app-readme.md rename to stable/pwm/5.3.0/app-readme.md diff --git a/stable/pwm/5.3.0/charts/common-18.2.0.tgz b/stable/pwm/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/pwm/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/pwm/5.1.3/ix_values.yaml b/stable/pwm/5.3.0/ix_values.yaml similarity index 100% rename from stable/pwm/5.1.3/ix_values.yaml rename to stable/pwm/5.3.0/ix_values.yaml diff --git a/stable/pwm/5.1.3/questions.yaml b/stable/pwm/5.3.0/questions.yaml similarity index 100% rename from stable/pwm/5.1.3/questions.yaml rename to stable/pwm/5.3.0/questions.yaml diff --git a/stable/pwm/5.1.3/templates/common.yaml b/stable/pwm/5.3.0/templates/common.yaml similarity index 100% rename from stable/pwm/5.1.3/templates/common.yaml rename to stable/pwm/5.3.0/templates/common.yaml diff --git a/stable/qbittorrent/19.2.0/values.yaml b/stable/pwm/5.3.0/values.yaml similarity index 100% rename from stable/qbittorrent/19.2.0/values.yaml rename to stable/pwm/5.3.0/values.yaml diff --git a/stable/pwndrop/9.2.0/CHANGELOG.md b/stable/pwndrop/9.2.0/CHANGELOG.md deleted file mode 100644 index bdf305bef10..00000000000 --- a/stable/pwndrop/9.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - -## [pwndrop-8.1.14](https://github.com/truecharts/charts/compare/pwndrop-8.1.13...pwndrop-8.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pwndrop-8.1.13](https://github.com/truecharts/charts/compare/pwndrop-8.1.12...pwndrop-8.1.13) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@3f2e06e](https://github.com/3f2e06e) by renovate ([#17744](https://github.com/truecharts/charts/issues/17744)) - - -## [pwndrop-8.1.12](https://github.com/truecharts/charts/compare/pwndrop-8.1.11...pwndrop-8.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [pwndrop-8.1.11](https://github.com/truecharts/charts/compare/pwndrop-8.1.10...pwndrop-8.1.11) (2024-01-22) - -### Chore - - - -- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@3e302b3](https://github.com/3e302b3) by renovate ([#17512](https://github.com/truecharts/charts/issues/17512)) - - -## [pwndrop-8.1.10](https://github.com/truecharts/charts/compare/pwndrop-8.1.9...pwndrop-8.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [pwndrop-8.1.9](https://github.com/truecharts/charts/compare/pwndrop-8.1.8...pwndrop-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [pwndrop-8.1.8](https://github.com/truecharts/charts/compare/pwndrop-8.1.7...pwndrop-8.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [pwndrop-8.1.7](https://github.com/truecharts/charts/compare/pwndrop-8.1.6...pwndrop-8.1.7) (2024-01-09) - -### Chore - diff --git a/stable/pwndrop/9.2.0/Chart.yaml b/stable/pwndrop/9.2.0/Chart.yaml deleted file mode 100644 index 21ccda55f98..00000000000 --- a/stable/pwndrop/9.2.0/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.0.1 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Pwndrop is a self-deployable file hosting service for sending out red teaming payloads or securely sharing your private files over HTTP and WebDAV. -home: https://truecharts.org/charts/stable/pwndrop -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pwndrop.png -keywords: - - pwndrop -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pwndrop -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/pwndrop - - https://ghcr.io/linuxserver/pwndrop -type: application -version: 9.2.0 diff --git a/stable/pwndrop/9.2.0/charts/common-18.1.2.tgz b/stable/pwndrop/9.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/pwndrop/9.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/pwndrop/9.2.0/ix_values.yaml b/stable/pwndrop/9.2.0/ix_values.yaml deleted file mode 100644 index 073add280e1..00000000000 --- a/stable/pwndrop/9.2.0/ix_values.yaml +++ /dev/null @@ -1,25 +0,0 @@ -image: - repository: ghcr.io/linuxserver/pwndrop - pullPolicy: IfNotPresent - tag: 1.0.1@sha256:7edaad09b6f257f9dc2ece2603483953c8d8bfc0cdf6dc11dac4427939b12e2b -service: - main: - ports: - main: - targetPort: 8080 - port: 10149 -persistence: - config: - enabled: true - mountPath: "/config" - varrun: - enabled: true -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 diff --git a/stable/qdirstat/9.1.3/.helmignore b/stable/pwndrop/9.3.0/.helmignore similarity index 100% rename from stable/qdirstat/9.1.3/.helmignore rename to stable/pwndrop/9.3.0/.helmignore diff --git a/stable/pwndrop/9.3.0/CHANGELOG.md b/stable/pwndrop/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..9272ecdc93b --- /dev/null +++ b/stable/pwndrop/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pwndrop-9.3.0](https://github.com/truecharts/charts/compare/pwndrop-9.2.4...pwndrop-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [pwndrop-9.2.4](https://github.com/truecharts/charts/compare/pwndrop-9.2.3...pwndrop-9.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [pwndrop-9.2.3](https://github.com/truecharts/charts/compare/pwndrop-9.2.1...pwndrop-9.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + +## [pwndrop-8.1.14](https://github.com/truecharts/charts/compare/pwndrop-8.1.13...pwndrop-8.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [pwndrop-8.1.13](https://github.com/truecharts/charts/compare/pwndrop-8.1.12...pwndrop-8.1.13) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@3f2e06e](https://github.com/3f2e06e) by renovate ([#17744](https://github.com/truecharts/charts/issues/17744)) + + +## [pwndrop-8.1.12](https://github.com/truecharts/charts/compare/pwndrop-8.1.11...pwndrop-8.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [pwndrop-8.1.11](https://github.com/truecharts/charts/compare/pwndrop-8.1.10...pwndrop-8.1.11) (2024-01-22) + +### Chore + + + +- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@3e302b3](https://github.com/3e302b3) by renovate ([#17512](https://github.com/truecharts/charts/issues/17512)) + + +## [pwndrop-8.1.10](https://github.com/truecharts/charts/compare/pwndrop-8.1.9...pwndrop-8.1.10) (2024-01-21) + +### Chore diff --git a/stable/pwndrop/9.3.0/Chart.yaml b/stable/pwndrop/9.3.0/Chart.yaml new file mode 100644 index 00000000000..c7243cdcefc --- /dev/null +++ b/stable/pwndrop/9.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Pwndrop is a self-deployable file hosting service for sending out red teaming payloads or securely sharing your private files over HTTP and WebDAV. +home: https://truecharts.org/charts/stable/pwndrop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pwndrop.png +keywords: + - pwndrop +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pwndrop +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/pwndrop + - https://ghcr.io/linuxserver/pwndrop +type: application +version: 9.3.0 diff --git a/stable/pwndrop/9.2.0/README.md b/stable/pwndrop/9.3.0/README.md similarity index 100% rename from stable/pwndrop/9.2.0/README.md rename to stable/pwndrop/9.3.0/README.md diff --git a/stable/pwndrop/9.3.0/app-changelog.md b/stable/pwndrop/9.3.0/app-changelog.md new file mode 100644 index 00000000000..72ec18605d3 --- /dev/null +++ b/stable/pwndrop/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [pwndrop-9.3.0](https://github.com/truecharts/charts/compare/pwndrop-9.2.4...pwndrop-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/pwndrop/9.2.0/app-readme.md b/stable/pwndrop/9.3.0/app-readme.md similarity index 100% rename from stable/pwndrop/9.2.0/app-readme.md rename to stable/pwndrop/9.3.0/app-readme.md diff --git a/stable/pwndrop/9.3.0/charts/common-18.2.0.tgz b/stable/pwndrop/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/pwndrop/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/pwndrop/9.3.0/ix_values.yaml b/stable/pwndrop/9.3.0/ix_values.yaml new file mode 100644 index 00000000000..b6ee09ce0b0 --- /dev/null +++ b/stable/pwndrop/9.3.0/ix_values.yaml @@ -0,0 +1,25 @@ +image: + repository: ghcr.io/linuxserver/pwndrop + pullPolicy: IfNotPresent + tag: 1.0.1@sha256:714be96d84cbd93a2573c1632fffe0c96bc479f5134dcbb2dd6985343aaa6fc2 +service: + main: + ports: + main: + targetPort: 8080 + port: 10149 +persistence: + config: + enabled: true + mountPath: "/config" + varrun: + enabled: true +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 diff --git a/stable/pwndrop/9.2.0/questions.yaml b/stable/pwndrop/9.3.0/questions.yaml similarity index 100% rename from stable/pwndrop/9.2.0/questions.yaml rename to stable/pwndrop/9.3.0/questions.yaml diff --git a/stable/qinglong/9.2.0/templates/NOTES.txt b/stable/pwndrop/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/qinglong/9.2.0/templates/NOTES.txt rename to stable/pwndrop/9.3.0/templates/NOTES.txt diff --git a/stable/qinglong/9.2.0/templates/common.yaml b/stable/pwndrop/9.3.0/templates/common.yaml similarity index 100% rename from stable/qinglong/9.2.0/templates/common.yaml rename to stable/pwndrop/9.3.0/templates/common.yaml diff --git a/stable/qdirstat/9.1.3/values.yaml b/stable/pwndrop/9.3.0/values.yaml similarity index 100% rename from stable/qdirstat/9.1.3/values.yaml rename to stable/pwndrop/9.3.0/values.yaml diff --git a/stable/pyload-ng/5.2.0/CHANGELOG.md b/stable/pyload-ng/5.2.0/CHANGELOG.md deleted file mode 100644 index 7e79fb0afea..00000000000 --- a/stable/pyload-ng/5.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - -## [pyload-ng-4.1.18](https://github.com/truecharts/charts/compare/pyload-ng-4.1.17...pyload-ng-4.1.18) (2024-02-12) - -### Chore - - - -- update container image lscr.io/linuxserver/pyload-ng to latest[@ede9324](https://github.com/ede9324) by renovate ([#18094](https://github.com/truecharts/charts/issues/18094)) - - -## [pyload-ng-4.1.17](https://github.com/truecharts/charts/compare/pyload-ng-4.1.16...pyload-ng-4.1.17) (2024-02-05) - -### Chore - - - -- update container image lscr.io/linuxserver/pyload-ng to latest[@1bc743d](https://github.com/1bc743d) by renovate ([#17883](https://github.com/truecharts/charts/issues/17883)) - - -## [pyload-ng-4.1.16](https://github.com/truecharts/charts/compare/pyload-ng-4.1.15...pyload-ng-4.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pyload-ng-4.1.15](https://github.com/truecharts/charts/compare/pyload-ng-4.1.14...pyload-ng-4.1.15) (2024-01-29) - -### Chore - - - -- update container image lscr.io/linuxserver/pyload-ng to latest[@4e2b001](https://github.com/4e2b001) by renovate ([#17643](https://github.com/truecharts/charts/issues/17643)) - - -## [pyload-ng-4.1.14](https://github.com/truecharts/charts/compare/pyload-ng-4.1.13...pyload-ng-4.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [pyload-ng-4.1.13](https://github.com/truecharts/charts/compare/pyload-ng-4.1.12...pyload-ng-4.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [pyload-ng-4.1.12](https://github.com/truecharts/charts/compare/pyload-ng-4.1.11...pyload-ng-4.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [pyload-ng-4.1.11](https://github.com/truecharts/charts/compare/pyload-ng-4.1.10...pyload-ng-4.1.11) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/pyload-ng/5.2.0/Chart.yaml b/stable/pyload-ng/5.2.0/Chart.yaml deleted file mode 100644 index 94cab3fccc8..00000000000 --- a/stable/pyload-ng/5.2.0/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: pyLoad(https://pyload.net/) is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web. -home: https://truecharts.org/charts/stable/pyload-ng -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload-ng.png -keywords: - - pyload-ng - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pyload-ng -sources: - - https://github.com/orgs/linuxserver/packages/container/package/pyload-ng - - https://github.com/linuxserver/docker-pyload-ng#readme - - https://pyload.net/ - - https://github.com/truecharts/charts/tree/master/charts/stable/pyload-ng - - https://fleet.linuxserver.io/image?name=linuxserver/pyload-ng -type: application -version: 5.2.0 diff --git a/stable/pyload-ng/5.2.0/charts/common-18.1.2.tgz b/stable/pyload-ng/5.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/pyload-ng/5.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/pyload-ng/5.2.0/ix_values.yaml b/stable/pyload-ng/5.2.0/ix_values.yaml deleted file mode 100644 index 1ab4e7430a8..00000000000 --- a/stable/pyload-ng/5.2.0/ix_values.yaml +++ /dev/null @@ -1,40 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: lscr.io/linuxserver/pyload-ng - tag: latest@sha256:ab02217e927e91331d9b30b15cf8081c92c10e3fed77aa94108589358ebb8431 -persistence: - config: - enabled: true - mountPath: /config - pathdownloads: - enabled: true - mountPath: /downloads -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 8000 - protocol: http - targetPort: 8000 - port9666: - enabled: true - ports: - port9666: - enabled: true - port: 9666 - protocol: tcp - targetPort: 9666 -workload: - main: - podSpec: - containers: - main: - env: diff --git a/stable/qflood/5.1.3/.helmignore b/stable/pyload-ng/5.3.0/.helmignore similarity index 100% rename from stable/qflood/5.1.3/.helmignore rename to stable/pyload-ng/5.3.0/.helmignore diff --git a/stable/pyload-ng/5.3.0/CHANGELOG.md b/stable/pyload-ng/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..5712eb6f80c --- /dev/null +++ b/stable/pyload-ng/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pyload-ng-5.3.0](https://github.com/truecharts/charts/compare/pyload-ng-5.2.4...pyload-ng-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [pyload-ng-5.2.4](https://github.com/truecharts/charts/compare/pyload-ng-5.2.3...pyload-ng-5.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [pyload-ng-5.2.3](https://github.com/truecharts/charts/compare/pyload-ng-5.2.1...pyload-ng-5.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + +## [pyload-ng-4.1.18](https://github.com/truecharts/charts/compare/pyload-ng-4.1.17...pyload-ng-4.1.18) (2024-02-12) + +### Chore + + + +- update container image lscr.io/linuxserver/pyload-ng to latest[@ede9324](https://github.com/ede9324) by renovate ([#18094](https://github.com/truecharts/charts/issues/18094)) + + +## [pyload-ng-4.1.17](https://github.com/truecharts/charts/compare/pyload-ng-4.1.16...pyload-ng-4.1.17) (2024-02-05) + +### Chore + + + +- update container image lscr.io/linuxserver/pyload-ng to latest[@1bc743d](https://github.com/1bc743d) by renovate ([#17883](https://github.com/truecharts/charts/issues/17883)) + + +## [pyload-ng-4.1.16](https://github.com/truecharts/charts/compare/pyload-ng-4.1.15...pyload-ng-4.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [pyload-ng-4.1.15](https://github.com/truecharts/charts/compare/pyload-ng-4.1.14...pyload-ng-4.1.15) (2024-01-29) + +### Chore + + + +- update container image lscr.io/linuxserver/pyload-ng to latest[@4e2b001](https://github.com/4e2b001) by renovate ([#17643](https://github.com/truecharts/charts/issues/17643)) + + +## [pyload-ng-4.1.14](https://github.com/truecharts/charts/compare/pyload-ng-4.1.13...pyload-ng-4.1.14) (2024-01-26) + +### Chore + diff --git a/stable/pyload-ng/5.3.0/Chart.yaml b/stable/pyload-ng/5.3.0/Chart.yaml new file mode 100644 index 00000000000..41eb1ecea6b --- /dev/null +++ b/stable/pyload-ng/5.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: pyLoad(https://pyload.net/) is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web. +home: https://truecharts.org/charts/stable/pyload-ng +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload-ng.png +keywords: + - pyload-ng + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pyload-ng +sources: + - https://github.com/orgs/linuxserver/packages/container/package/pyload-ng + - https://github.com/linuxserver/docker-pyload-ng#readme + - https://pyload.net/ + - https://github.com/truecharts/charts/tree/master/charts/stable/pyload-ng + - https://fleet.linuxserver.io/image?name=linuxserver/pyload-ng +type: application +version: 5.3.0 diff --git a/stable/pyload-ng/5.2.0/README.md b/stable/pyload-ng/5.3.0/README.md similarity index 100% rename from stable/pyload-ng/5.2.0/README.md rename to stable/pyload-ng/5.3.0/README.md diff --git a/stable/pyload-ng/5.3.0/app-changelog.md b/stable/pyload-ng/5.3.0/app-changelog.md new file mode 100644 index 00000000000..665039c91e8 --- /dev/null +++ b/stable/pyload-ng/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [pyload-ng-5.3.0](https://github.com/truecharts/charts/compare/pyload-ng-5.2.4...pyload-ng-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/pyload-ng/5.2.0/app-readme.md b/stable/pyload-ng/5.3.0/app-readme.md similarity index 100% rename from stable/pyload-ng/5.2.0/app-readme.md rename to stable/pyload-ng/5.3.0/app-readme.md diff --git a/stable/pyload-ng/5.3.0/charts/common-18.2.0.tgz b/stable/pyload-ng/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/pyload-ng/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/pyload-ng/5.3.0/ix_values.yaml b/stable/pyload-ng/5.3.0/ix_values.yaml new file mode 100644 index 00000000000..19474e0685b --- /dev/null +++ b/stable/pyload-ng/5.3.0/ix_values.yaml @@ -0,0 +1,40 @@ +image: + pullPolicy: IfNotPresent + repository: lscr.io/linuxserver/pyload-ng + tag: latest@sha256:cea98c045ec19a59d71762b2af0cf03ba8ebaf86755f5962d59fa8dbc8608615 +persistence: + config: + enabled: true + mountPath: /config + pathdownloads: + enabled: true + mountPath: /downloads +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 8000 + protocol: http + targetPort: 8000 + port9666: + enabled: true + ports: + port9666: + enabled: true + port: 9666 + protocol: tcp + targetPort: 9666 +workload: + main: + podSpec: + containers: + main: + env: diff --git a/stable/pyload-ng/5.2.0/questions.yaml b/stable/pyload-ng/5.3.0/questions.yaml similarity index 100% rename from stable/pyload-ng/5.2.0/questions.yaml rename to stable/pyload-ng/5.3.0/questions.yaml diff --git a/stable/pyload-ng/5.2.0/templates/common.yaml b/stable/pyload-ng/5.3.0/templates/common.yaml similarity index 100% rename from stable/pyload-ng/5.2.0/templates/common.yaml rename to stable/pyload-ng/5.3.0/templates/common.yaml diff --git a/stable/qflood/5.1.3/values.yaml b/stable/pyload-ng/5.3.0/values.yaml similarity index 100% rename from stable/qflood/5.1.3/values.yaml rename to stable/pyload-ng/5.3.0/values.yaml diff --git a/stable/pyload/13.1.3/CHANGELOG.md b/stable/pyload/13.1.3/CHANGELOG.md deleted file mode 100644 index 1d78eb2dd2f..00000000000 --- a/stable/pyload/13.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [pyload-12.1.11](https://github.com/truecharts/charts/compare/pyload-12.1.10...pyload-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pyload-12.1.10](https://github.com/truecharts/charts/compare/pyload-12.1.9...pyload-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [pyload-12.1.9](https://github.com/truecharts/charts/compare/pyload-12.1.8...pyload-12.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [pyload-12.1.8](https://github.com/truecharts/charts/compare/pyload-12.1.7...pyload-12.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [pyload-12.1.7](https://github.com/truecharts/charts/compare/pyload-12.1.6...pyload-12.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [pyload-12.1.6](https://github.com/truecharts/charts/compare/pyload-12.1.5...pyload-12.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [pyload-12.1.5](https://github.com/truecharts/charts/compare/pyload-12.1.4...pyload-12.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [pyload-12.1.4](https://github.com/truecharts/charts/compare/pyload-12.1.3...pyload-12.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [pyload-12.1.3](https://github.com/truecharts/charts/compare/pyload-12.1.0...pyload-12.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/pyload/13.1.3/Chart.yaml b/stable/pyload/13.1.3/Chart.yaml deleted file mode 100644 index e132f2ac595..00000000000 --- a/stable/pyload/13.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 360b2295 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: pyLoad is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web. -home: https://truecharts.org/charts/stable/pyload -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload.png -keywords: - - pyload - - download -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pyload -sources: - - https://github.com/pyload/pyload - - https://github.com/truecharts/charts/tree/master/charts/stable/pyload - - https://ghcr.io/linuxserver/pyload -type: application -version: 13.1.3 diff --git a/stable/pyload/13.1.3/charts/common-18.0.3.tgz b/stable/pyload/13.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/pyload/13.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/qinglong/9.2.0/.helmignore b/stable/pyload/13.3.0/.helmignore similarity index 100% rename from stable/qinglong/9.2.0/.helmignore rename to stable/pyload/13.3.0/.helmignore diff --git a/stable/pyload/13.3.0/CHANGELOG.md b/stable/pyload/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..d5dc56b3cf9 --- /dev/null +++ b/stable/pyload/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pyload-13.3.0](https://github.com/truecharts/charts/compare/pyload-13.2.3...pyload-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [pyload-13.2.3](https://github.com/truecharts/charts/compare/pyload-13.2.2...pyload-13.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [pyload-13.2.2](https://github.com/truecharts/charts/compare/pyload-13.2.0...pyload-13.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [pyload-12.1.11](https://github.com/truecharts/charts/compare/pyload-12.1.10...pyload-12.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [pyload-12.1.10](https://github.com/truecharts/charts/compare/pyload-12.1.9...pyload-12.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [pyload-12.1.9](https://github.com/truecharts/charts/compare/pyload-12.1.8...pyload-12.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [pyload-12.1.8](https://github.com/truecharts/charts/compare/pyload-12.1.7...pyload-12.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [pyload-12.1.7](https://github.com/truecharts/charts/compare/pyload-12.1.6...pyload-12.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [pyload-12.1.6](https://github.com/truecharts/charts/compare/pyload-12.1.5...pyload-12.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/pyload/13.3.0/Chart.yaml b/stable/pyload/13.3.0/Chart.yaml new file mode 100644 index 00000000000..fc3ed4437f5 --- /dev/null +++ b/stable/pyload/13.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 360b2295 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: pyLoad is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web. +home: https://truecharts.org/charts/stable/pyload +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload.png +keywords: + - pyload + - download +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pyload +sources: + - https://github.com/pyload/pyload + - https://github.com/truecharts/charts/tree/master/charts/stable/pyload + - https://ghcr.io/linuxserver/pyload +type: application +version: 13.3.0 diff --git a/stable/pyload/13.1.3/README.md b/stable/pyload/13.3.0/README.md similarity index 100% rename from stable/pyload/13.1.3/README.md rename to stable/pyload/13.3.0/README.md diff --git a/stable/pyload/13.3.0/app-changelog.md b/stable/pyload/13.3.0/app-changelog.md new file mode 100644 index 00000000000..a94ff92ab69 --- /dev/null +++ b/stable/pyload/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [pyload-13.3.0](https://github.com/truecharts/charts/compare/pyload-13.2.3...pyload-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/pyload/13.1.3/app-readme.md b/stable/pyload/13.3.0/app-readme.md similarity index 100% rename from stable/pyload/13.1.3/app-readme.md rename to stable/pyload/13.3.0/app-readme.md diff --git a/stable/pyload/13.3.0/charts/common-18.2.0.tgz b/stable/pyload/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/pyload/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/pyload/13.1.3/ix_values.yaml b/stable/pyload/13.3.0/ix_values.yaml similarity index 100% rename from stable/pyload/13.1.3/ix_values.yaml rename to stable/pyload/13.3.0/ix_values.yaml diff --git a/stable/pyload/13.1.3/questions.yaml b/stable/pyload/13.3.0/questions.yaml similarity index 100% rename from stable/pyload/13.1.3/questions.yaml rename to stable/pyload/13.3.0/questions.yaml diff --git a/stable/quassel-core/11.2.0/templates/NOTES.txt b/stable/pyload/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/quassel-core/11.2.0/templates/NOTES.txt rename to stable/pyload/13.3.0/templates/NOTES.txt diff --git a/stable/quassel-core/11.2.0/templates/common.yaml b/stable/pyload/13.3.0/templates/common.yaml similarity index 100% rename from stable/quassel-core/11.2.0/templates/common.yaml rename to stable/pyload/13.3.0/templates/common.yaml diff --git a/stable/qinglong/9.2.0/values.yaml b/stable/pyload/13.3.0/values.yaml similarity index 100% rename from stable/qinglong/9.2.0/values.yaml rename to stable/pyload/13.3.0/values.yaml diff --git a/stable/pylon/9.2.0/CHANGELOG.md b/stable/pylon/9.2.0/CHANGELOG.md deleted file mode 100644 index f71ce528709..00000000000 --- a/stable/pylon/9.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - -## [pylon-8.1.16](https://github.com/truecharts/charts/compare/pylon-8.1.15...pylon-8.1.16) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/pylon to 2.10.0[@f0c91a2](https://github.com/f0c91a2) by renovate ([#18072](https://github.com/truecharts/charts/issues/18072)) - - -## [pylon-8.1.15](https://github.com/truecharts/charts/compare/pylon-8.1.14...pylon-8.1.15) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/pylon to 2.10.0[@25e7683](https://github.com/25e7683) by renovate ([#17862](https://github.com/truecharts/charts/issues/17862)) - - -## [pylon-8.1.14](https://github.com/truecharts/charts/compare/pylon-8.1.13...pylon-8.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pylon-8.1.13](https://github.com/truecharts/charts/compare/pylon-8.1.12...pylon-8.1.13) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/pylon to 2.10.0[@4c93278](https://github.com/4c93278) by renovate ([#17619](https://github.com/truecharts/charts/issues/17619)) - - -## [pylon-8.1.12](https://github.com/truecharts/charts/compare/pylon-8.1.11...pylon-8.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [pylon-8.1.11](https://github.com/truecharts/charts/compare/pylon-8.1.10...pylon-8.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [pylon-8.1.10](https://github.com/truecharts/charts/compare/pylon-8.1.9...pylon-8.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [pylon-8.1.9](https://github.com/truecharts/charts/compare/pylon-8.1.8...pylon-8.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/pylon/9.2.0/Chart.yaml b/stable/pylon/9.2.0/Chart.yaml deleted file mode 100644 index c4e24459b07..00000000000 --- a/stable/pylon/9.2.0/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.10.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Pylon is a web based integrated development environment. -home: https://truecharts.org/charts/stable/pylon -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pylon.png -keywords: - - pylon -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pylon -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/pylon - - https://ghcr.io/linuxserver/pylon -type: application -version: 9.2.0 diff --git a/stable/pylon/9.2.0/charts/common-18.1.2.tgz b/stable/pylon/9.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/pylon/9.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/pylon/9.2.0/ix_values.yaml b/stable/pylon/9.2.0/ix_values.yaml deleted file mode 100644 index 81e72dedb18..00000000000 --- a/stable/pylon/9.2.0/ix_values.yaml +++ /dev/null @@ -1,34 +0,0 @@ -image: - repository: ghcr.io/linuxserver/pylon - pullPolicy: IfNotPresent - tag: 2.10.0@sha256:11217cb20cf5ca9c45d688f4d690fd596a75c5509a2da67c03d96258b9817202 -service: - main: - ports: - main: - targetPort: 3131 - port: 3131 -persistence: - code: - enabled: true - mountPath: "/code" - varrun: - enabled: true -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - env: - GITURL: "" - PYUSER: "" - PYPASS: "" diff --git a/stable/quake3/5.1.3/.helmignore b/stable/pylon/9.3.0/.helmignore similarity index 100% rename from stable/quake3/5.1.3/.helmignore rename to stable/pylon/9.3.0/.helmignore diff --git a/stable/pylon/9.3.0/CHANGELOG.md b/stable/pylon/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..f5888a58f57 --- /dev/null +++ b/stable/pylon/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pylon-9.3.0](https://github.com/truecharts/charts/compare/pylon-9.2.4...pylon-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [pylon-9.2.4](https://github.com/truecharts/charts/compare/pylon-9.2.3...pylon-9.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [pylon-9.2.3](https://github.com/truecharts/charts/compare/pylon-9.2.1...pylon-9.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + +## [pylon-8.1.16](https://github.com/truecharts/charts/compare/pylon-8.1.15...pylon-8.1.16) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/pylon to 2.10.0[@f0c91a2](https://github.com/f0c91a2) by renovate ([#18072](https://github.com/truecharts/charts/issues/18072)) + + +## [pylon-8.1.15](https://github.com/truecharts/charts/compare/pylon-8.1.14...pylon-8.1.15) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/pylon to 2.10.0[@25e7683](https://github.com/25e7683) by renovate ([#17862](https://github.com/truecharts/charts/issues/17862)) + + +## [pylon-8.1.14](https://github.com/truecharts/charts/compare/pylon-8.1.13...pylon-8.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [pylon-8.1.13](https://github.com/truecharts/charts/compare/pylon-8.1.12...pylon-8.1.13) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/pylon to 2.10.0[@4c93278](https://github.com/4c93278) by renovate ([#17619](https://github.com/truecharts/charts/issues/17619)) + + +## [pylon-8.1.12](https://github.com/truecharts/charts/compare/pylon-8.1.11...pylon-8.1.12) (2024-01-26) + +### Chore + diff --git a/stable/pylon/9.3.0/Chart.yaml b/stable/pylon/9.3.0/Chart.yaml new file mode 100644 index 00000000000..95121b884f3 --- /dev/null +++ b/stable/pylon/9.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.10.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Pylon is a web based integrated development environment. +home: https://truecharts.org/charts/stable/pylon +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pylon.png +keywords: + - pylon +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pylon +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/pylon + - https://ghcr.io/linuxserver/pylon +type: application +version: 9.3.0 diff --git a/stable/pylon/9.2.0/README.md b/stable/pylon/9.3.0/README.md similarity index 100% rename from stable/pylon/9.2.0/README.md rename to stable/pylon/9.3.0/README.md diff --git a/stable/pylon/9.3.0/app-changelog.md b/stable/pylon/9.3.0/app-changelog.md new file mode 100644 index 00000000000..53e1e6bc2d3 --- /dev/null +++ b/stable/pylon/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [pylon-9.3.0](https://github.com/truecharts/charts/compare/pylon-9.2.4...pylon-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/pylon/9.2.0/app-readme.md b/stable/pylon/9.3.0/app-readme.md similarity index 100% rename from stable/pylon/9.2.0/app-readme.md rename to stable/pylon/9.3.0/app-readme.md diff --git a/stable/pylon/9.3.0/charts/common-18.2.0.tgz b/stable/pylon/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/pylon/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/pylon/9.3.0/ix_values.yaml b/stable/pylon/9.3.0/ix_values.yaml new file mode 100644 index 00000000000..f5731d6e934 --- /dev/null +++ b/stable/pylon/9.3.0/ix_values.yaml @@ -0,0 +1,34 @@ +image: + repository: ghcr.io/linuxserver/pylon + pullPolicy: IfNotPresent + tag: 2.10.0@sha256:4e27d8b109d19f3f219ed7e398c2413f31d483c4501e81fc0e49a8cecb4419e8 +service: + main: + ports: + main: + targetPort: 3131 + port: 3131 +persistence: + code: + enabled: true + mountPath: "/code" + varrun: + enabled: true +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + env: + GITURL: "" + PYUSER: "" + PYPASS: "" diff --git a/stable/pylon/9.2.0/questions.yaml b/stable/pylon/9.3.0/questions.yaml similarity index 100% rename from stable/pylon/9.2.0/questions.yaml rename to stable/pylon/9.3.0/questions.yaml diff --git a/stable/quassel-web/9.1.3/templates/NOTES.txt b/stable/pylon/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/quassel-web/9.1.3/templates/NOTES.txt rename to stable/pylon/9.3.0/templates/NOTES.txt diff --git a/stable/quassel-web/9.1.3/templates/common.yaml b/stable/pylon/9.3.0/templates/common.yaml similarity index 100% rename from stable/quassel-web/9.1.3/templates/common.yaml rename to stable/pylon/9.3.0/templates/common.yaml diff --git a/stable/quake3/5.1.3/values.yaml b/stable/pylon/9.3.0/values.yaml similarity index 100% rename from stable/quake3/5.1.3/values.yaml rename to stable/pylon/9.3.0/values.yaml diff --git a/stable/qbitmanage/8.2.0/CHANGELOG.md b/stable/qbitmanage/8.2.0/CHANGELOG.md deleted file mode 100644 index d5061db1138..00000000000 --- a/stable/qbitmanage/8.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [qbitmanage-7.1.13](https://github.com/truecharts/charts/compare/qbitmanage-7.1.12...qbitmanage-7.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [qbitmanage-7.1.12](https://github.com/truecharts/charts/compare/qbitmanage-7.1.11...qbitmanage-7.1.12) (2024-01-29) - -### Chore - - - -- update container image bobokun/qbit_manage to v4.0.8[@64f264d](https://github.com/64f264d) by renovate ([#17661](https://github.com/truecharts/charts/issues/17661)) - - -## [qbitmanage-7.1.11](https://github.com/truecharts/charts/compare/qbitmanage-7.1.10...qbitmanage-7.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [qbitmanage-7.1.10](https://github.com/truecharts/charts/compare/qbitmanage-7.1.9...qbitmanage-7.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [qbitmanage-7.1.9](https://github.com/truecharts/charts/compare/qbitmanage-7.1.8...qbitmanage-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [qbitmanage-7.1.8](https://github.com/truecharts/charts/compare/qbitmanage-7.1.7...qbitmanage-7.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [qbitmanage-7.1.7](https://github.com/truecharts/charts/compare/qbitmanage-7.1.6...qbitmanage-7.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [qbitmanage-7.1.6](https://github.com/truecharts/charts/compare/qbitmanage-7.1.5...qbitmanage-7.1.6) (2024-01-08) - -### Chore - - - -- update container image bobokun/qbit_manage to v4.0.7[@040d452](https://github.com/040d452) by renovate ([#16982](https://github.com/truecharts/charts/issues/16982)) - - -## [qbitmanage-7.1.5](https://github.com/truecharts/charts/compare/qbitmanage-7.1.4...qbitmanage-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs diff --git a/stable/qbitmanage/8.2.0/Chart.yaml b/stable/qbitmanage/8.2.0/Chart.yaml deleted file mode 100644 index f36b1053c73..00000000000 --- a/stable/qbitmanage/8.2.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.0.8 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This tool will help manage tedious tasks in qBittorrent and automate them. Tag, categorize, remove orphaned data, remove unregistered torrents and much much more. -home: https://truecharts.org/charts/stable/qbitmanage -icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbitmanage.png -keywords: - - qbitmanage - - Downloaders - - MediaApp-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: qbitmanage -sources: - - https://github.com/StuffAnThings/qbit_manage/wiki/Docker-Installation - - https://github.com/truecharts/charts/tree/master/charts/stable/qbitmanage - - https://hub.docker.com/r/bobokun/qbit_manage -type: application -version: 8.2.0 diff --git a/stable/qbitmanage/8.2.0/charts/common-18.1.2.tgz b/stable/qbitmanage/8.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/qbitmanage/8.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/qbitmanage/8.2.0/ix_values.yaml b/stable/qbitmanage/8.2.0/ix_values.yaml deleted file mode 100644 index de1c9c9aa70..00000000000 --- a/stable/qbitmanage/8.2.0/ix_values.yaml +++ /dev/null @@ -1,56 +0,0 @@ -image: - repository: bobokun/qbit_manage - pullPolicy: IfNotPresent - tag: v4.0.8@sha256:64f264d0e7fef5274cf85e0ce8a4a3d0274d3f1116e5bb794954daa9725b64a6 -service: - main: - enabled: false - ports: - main: - enabled: false -persistence: - config: - enabled: true - mountPath: /config - data: - enabled: true - mountPath: /data -portal: - open: - enabled: false -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsGroup: 0 - runAsUser: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false - env: - QBT_RUN: false - QBT_SCHEDULE: 30 - QBT_CROSS_SEED: false - QBT_RECHECK: false - QBT_CAT_UPDATE: false - QBT_TAG_UPDATE: false - QBT_REM_UNREGISTERED: false - QBT_TAG_TRACKER_ERROR: false - QBT_REM_ORPHANED: false - QBT_TAG_NOHARDLINKS: false - QBT_SHARE_LIMITS: false - QBT_SKIP_CLEANUP: false - QBT_SKIP_QB_VERSION_CHECK: false - QBT_DRY_RUN: false - QBT_LOG_LEVEL: INFO - QBT_DIVIDER: "=" - QBT_WIDTH: 100 diff --git a/stable/quassel-core/11.2.0/.helmignore b/stable/qbitmanage/8.3.0/.helmignore similarity index 100% rename from stable/quassel-core/11.2.0/.helmignore rename to stable/qbitmanage/8.3.0/.helmignore diff --git a/stable/qbitmanage/8.3.0/CHANGELOG.md b/stable/qbitmanage/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..55b625a03f7 --- /dev/null +++ b/stable/qbitmanage/8.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [qbitmanage-8.3.0](https://github.com/truecharts/charts/compare/qbitmanage-8.2.4...qbitmanage-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [qbitmanage-8.2.4](https://github.com/truecharts/charts/compare/qbitmanage-8.2.3...qbitmanage-8.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [qbitmanage-8.2.3](https://github.com/truecharts/charts/compare/qbitmanage-8.2.1...qbitmanage-8.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [qbitmanage-7.1.13](https://github.com/truecharts/charts/compare/qbitmanage-7.1.12...qbitmanage-7.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [qbitmanage-7.1.12](https://github.com/truecharts/charts/compare/qbitmanage-7.1.11...qbitmanage-7.1.12) (2024-01-29) + +### Chore + + + +- update container image bobokun/qbit_manage to v4.0.8[@64f264d](https://github.com/64f264d) by renovate ([#17661](https://github.com/truecharts/charts/issues/17661)) + + +## [qbitmanage-7.1.11](https://github.com/truecharts/charts/compare/qbitmanage-7.1.10...qbitmanage-7.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [qbitmanage-7.1.10](https://github.com/truecharts/charts/compare/qbitmanage-7.1.9...qbitmanage-7.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [qbitmanage-7.1.9](https://github.com/truecharts/charts/compare/qbitmanage-7.1.8...qbitmanage-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [qbitmanage-7.1.8](https://github.com/truecharts/charts/compare/qbitmanage-7.1.7...qbitmanage-7.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) \ No newline at end of file diff --git a/stable/qbitmanage/8.3.0/Chart.yaml b/stable/qbitmanage/8.3.0/Chart.yaml new file mode 100644 index 00000000000..e1d6c93d72f --- /dev/null +++ b/stable/qbitmanage/8.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.0.9 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This tool will help manage tedious tasks in qBittorrent and automate them. Tag, categorize, remove orphaned data, remove unregistered torrents and much much more. +home: https://truecharts.org/charts/stable/qbitmanage +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbitmanage.png +keywords: + - qbitmanage + - Downloaders + - MediaApp-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: qbitmanage +sources: + - https://github.com/StuffAnThings/qbit_manage/wiki/Docker-Installation + - https://github.com/truecharts/charts/tree/master/charts/stable/qbitmanage + - https://hub.docker.com/r/bobokun/qbit_manage +type: application +version: 8.3.0 diff --git a/stable/qbitmanage/8.2.0/README.md b/stable/qbitmanage/8.3.0/README.md similarity index 100% rename from stable/qbitmanage/8.2.0/README.md rename to stable/qbitmanage/8.3.0/README.md diff --git a/stable/qbitmanage/8.3.0/app-changelog.md b/stable/qbitmanage/8.3.0/app-changelog.md new file mode 100644 index 00000000000..cf4b9a0f023 --- /dev/null +++ b/stable/qbitmanage/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [qbitmanage-8.3.0](https://github.com/truecharts/charts/compare/qbitmanage-8.2.4...qbitmanage-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/qbitmanage/8.2.0/app-readme.md b/stable/qbitmanage/8.3.0/app-readme.md similarity index 100% rename from stable/qbitmanage/8.2.0/app-readme.md rename to stable/qbitmanage/8.3.0/app-readme.md diff --git a/stable/qbitmanage/8.3.0/charts/common-18.2.0.tgz b/stable/qbitmanage/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/qbitmanage/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/qbitmanage/8.3.0/ix_values.yaml b/stable/qbitmanage/8.3.0/ix_values.yaml new file mode 100644 index 00000000000..ceac569d11e --- /dev/null +++ b/stable/qbitmanage/8.3.0/ix_values.yaml @@ -0,0 +1,56 @@ +image: + repository: bobokun/qbit_manage + pullPolicy: IfNotPresent + tag: v4.0.9@sha256:64d327abf6671f8b3f7f704dd108b0f9a980ff54c21cd3e72c043d4aec481764 +service: + main: + enabled: false + ports: + main: + enabled: false +persistence: + config: + enabled: true + mountPath: /config + data: + enabled: true + mountPath: /data +portal: + open: + enabled: false +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsGroup: 0 + runAsUser: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + env: + QBT_RUN: false + QBT_SCHEDULE: 30 + QBT_CROSS_SEED: false + QBT_RECHECK: false + QBT_CAT_UPDATE: false + QBT_TAG_UPDATE: false + QBT_REM_UNREGISTERED: false + QBT_TAG_TRACKER_ERROR: false + QBT_REM_ORPHANED: false + QBT_TAG_NOHARDLINKS: false + QBT_SHARE_LIMITS: false + QBT_SKIP_CLEANUP: false + QBT_SKIP_QB_VERSION_CHECK: false + QBT_DRY_RUN: false + QBT_LOG_LEVEL: INFO + QBT_DIVIDER: "=" + QBT_WIDTH: 100 diff --git a/stable/qbitmanage/8.2.0/questions.yaml b/stable/qbitmanage/8.3.0/questions.yaml similarity index 100% rename from stable/qbitmanage/8.2.0/questions.yaml rename to stable/qbitmanage/8.3.0/questions.yaml diff --git a/stable/radicale/5.1.3/templates/NOTES.txt b/stable/qbitmanage/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/radicale/5.1.3/templates/NOTES.txt rename to stable/qbitmanage/8.3.0/templates/NOTES.txt diff --git a/stable/qbitmanage/8.2.0/templates/common.yaml b/stable/qbitmanage/8.3.0/templates/common.yaml similarity index 100% rename from stable/qbitmanage/8.2.0/templates/common.yaml rename to stable/qbitmanage/8.3.0/templates/common.yaml diff --git a/stable/quassel-core/11.2.0/values.yaml b/stable/qbitmanage/8.3.0/values.yaml similarity index 100% rename from stable/quassel-core/11.2.0/values.yaml rename to stable/qbitmanage/8.3.0/values.yaml diff --git a/stable/qbitrr/4.2.1/CHANGELOG.md b/stable/qbitrr/4.2.1/CHANGELOG.md deleted file mode 100644 index 4590189424c..00000000000 --- a/stable/qbitrr/4.2.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [qbitrr-3.3.1](https://github.com/truecharts/charts/compare/qbitrr-3.3.0...qbitrr-3.3.1) (2024-02-12) - -### Chore - - - -- update container image feramance/qbitrr to v4.3.2[@a085a66](https://github.com/a085a66) by renovate ([#18216](https://github.com/truecharts/charts/issues/18216)) - - -## [qbitrr-3.3.0](https://github.com/truecharts/charts/compare/qbitrr-3.2.9...qbitrr-3.3.0) (2024-02-12) - -### Chore - - - -- update container image feramance/qbitrr to v4.3.1[@028e4d7](https://github.com/028e4d7) by renovate ([#18180](https://github.com/truecharts/charts/issues/18180)) - - -## [qbitrr-3.2.9](https://github.com/truecharts/charts/compare/qbitrr-3.2.8...qbitrr-3.2.9) (2024-02-12) - -### Chore - - - -- update container image feramance/qbitrr to v4.2.9[@8070006](https://github.com/8070006) by renovate ([#18130](https://github.com/truecharts/charts/issues/18130)) - - -## [qbitrr-3.2.8](https://github.com/truecharts/charts/compare/qbitrr-3.2.7...qbitrr-3.2.8) (2024-02-05) - -### Chore - - - -- update container image feramance/qbitrr to v4.2.7[@1c3d3b8](https://github.com/1c3d3b8) by renovate ([#17984](https://github.com/truecharts/charts/issues/17984)) - - -## [qbitrr-3.2.7](https://github.com/truecharts/charts/compare/qbitrr-3.2.6...qbitrr-3.2.7) (2024-02-05) - -### Chore - - - -- update container image feramance/qbitrr to v4.2.6[@e8639b1](https://github.com/e8639b1) by renovate ([#17904](https://github.com/truecharts/charts/issues/17904)) - - -## [qbitrr-3.2.6](https://github.com/truecharts/charts/compare/qbitrr-3.2.5...qbitrr-3.2.6) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [qbitrr-3.2.5](https://github.com/truecharts/charts/compare/qbitrr-3.2.4...qbitrr-3.2.5) (2024-01-29) - -### Chore - - - -- update container image feramance/qbitrr to v4.2.3[@eaf04bf](https://github.com/eaf04bf) by renovate ([#17667](https://github.com/truecharts/charts/issues/17667)) - - -## [qbitrr-3.2.4](https://github.com/truecharts/charts/compare/qbitrr-3.2.3...qbitrr-3.2.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [qbitrr-3.2.3](https://github.com/truecharts/charts/compare/qbitrr-3.2.2...qbitrr-3.2.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - diff --git a/stable/qbitrr/4.2.1/Chart.yaml b/stable/qbitrr/4.2.1/Chart.yaml deleted file mode 100644 index 6536fec77f2..00000000000 --- a/stable/qbitrr/4.2.1/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.4.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A simple script to monitor qBit and communicate with Radarr and Sonarr. -home: https://truecharts.org/charts/stable/qbitrr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbitrr.png -keywords: - - qbitrr - - Downloaders - - MediaApp-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: qbitrr -sources: - - https://github.com/Feramance/Qbitrr - - https://github.com/truecharts/charts/tree/master/charts/stable/qbitrr - - https://hub.docker.com/r/feramance/qbitrr -type: application -version: 4.2.1 diff --git a/stable/qbitrr/4.2.1/charts/common-18.0.3.tgz b/stable/qbitrr/4.2.1/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/qbitrr/4.2.1/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/quassel-web/9.1.3/.helmignore b/stable/qbitrr/4.4.0/.helmignore similarity index 100% rename from stable/quassel-web/9.1.3/.helmignore rename to stable/qbitrr/4.4.0/.helmignore diff --git a/stable/qbitrr/4.4.0/CHANGELOG.md b/stable/qbitrr/4.4.0/CHANGELOG.md new file mode 100644 index 00000000000..43001cd0cac --- /dev/null +++ b/stable/qbitrr/4.4.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [qbitrr-4.4.0](https://github.com/truecharts/charts/compare/qbitrr-4.3.3...qbitrr-4.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [qbitrr-4.3.3](https://github.com/truecharts/charts/compare/qbitrr-4.3.2...qbitrr-4.3.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [qbitrr-4.3.2](https://github.com/truecharts/charts/compare/qbitrr-4.3.0...qbitrr-4.3.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + +## [qbitrr-3.3.1](https://github.com/truecharts/charts/compare/qbitrr-3.3.0...qbitrr-3.3.1) (2024-02-12) + +### Chore + + + +- update container image feramance/qbitrr to v4.3.2[@a085a66](https://github.com/a085a66) by renovate ([#18216](https://github.com/truecharts/charts/issues/18216)) + + +## [qbitrr-3.3.0](https://github.com/truecharts/charts/compare/qbitrr-3.2.9...qbitrr-3.3.0) (2024-02-12) + +### Chore + + + +- update container image feramance/qbitrr to v4.3.1[@028e4d7](https://github.com/028e4d7) by renovate ([#18180](https://github.com/truecharts/charts/issues/18180)) + + +## [qbitrr-3.2.9](https://github.com/truecharts/charts/compare/qbitrr-3.2.8...qbitrr-3.2.9) (2024-02-12) + +### Chore + + + +- update container image feramance/qbitrr to v4.2.9[@8070006](https://github.com/8070006) by renovate ([#18130](https://github.com/truecharts/charts/issues/18130)) + + +## [qbitrr-3.2.8](https://github.com/truecharts/charts/compare/qbitrr-3.2.7...qbitrr-3.2.8) (2024-02-05) + +### Chore + + + +- update container image feramance/qbitrr to v4.2.7[@1c3d3b8](https://github.com/1c3d3b8) by renovate ([#17984](https://github.com/truecharts/charts/issues/17984)) + + +## [qbitrr-3.2.7](https://github.com/truecharts/charts/compare/qbitrr-3.2.6...qbitrr-3.2.7) (2024-02-05) + +### Chore + + + +- update container image feramance/qbitrr to v4.2.6[@e8639b1](https://github.com/e8639b1) by renovate ([#17904](https://github.com/truecharts/charts/issues/17904)) + + +## [qbitrr-3.2.6](https://github.com/truecharts/charts/compare/qbitrr-3.2.5...qbitrr-3.2.6) (2024-02-03) + +### Chore + + diff --git a/stable/qbitrr/4.4.0/Chart.yaml b/stable/qbitrr/4.4.0/Chart.yaml new file mode 100644 index 00000000000..058488b983a --- /dev/null +++ b/stable/qbitrr/4.4.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.4.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A simple script to monitor qBit and communicate with Radarr and Sonarr. +home: https://truecharts.org/charts/stable/qbitrr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbitrr.png +keywords: + - qbitrr + - Downloaders + - MediaApp-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: qbitrr +sources: + - https://github.com/Feramance/Qbitrr + - https://github.com/truecharts/charts/tree/master/charts/stable/qbitrr + - https://hub.docker.com/r/feramance/qbitrr +type: application +version: 4.4.0 diff --git a/stable/qbitrr/4.2.1/README.md b/stable/qbitrr/4.4.0/README.md similarity index 100% rename from stable/qbitrr/4.2.1/README.md rename to stable/qbitrr/4.4.0/README.md diff --git a/stable/qbitrr/4.4.0/app-changelog.md b/stable/qbitrr/4.4.0/app-changelog.md new file mode 100644 index 00000000000..f075f340480 --- /dev/null +++ b/stable/qbitrr/4.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [qbitrr-4.4.0](https://github.com/truecharts/charts/compare/qbitrr-4.3.3...qbitrr-4.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/qbitrr/4.2.1/app-readme.md b/stable/qbitrr/4.4.0/app-readme.md similarity index 100% rename from stable/qbitrr/4.2.1/app-readme.md rename to stable/qbitrr/4.4.0/app-readme.md diff --git a/stable/qbitrr/4.4.0/charts/common-18.2.0.tgz b/stable/qbitrr/4.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/qbitrr/4.4.0/charts/common-18.2.0.tgz differ diff --git a/stable/qbitrr/4.2.1/ix_values.yaml b/stable/qbitrr/4.4.0/ix_values.yaml similarity index 100% rename from stable/qbitrr/4.2.1/ix_values.yaml rename to stable/qbitrr/4.4.0/ix_values.yaml diff --git a/stable/qbitrr/4.2.1/questions.yaml b/stable/qbitrr/4.4.0/questions.yaml similarity index 100% rename from stable/qbitrr/4.2.1/questions.yaml rename to stable/qbitrr/4.4.0/questions.yaml diff --git a/stable/rcon-webadmin/8.1.3/templates/NOTES.txt b/stable/qbitrr/4.4.0/templates/NOTES.txt similarity index 100% rename from stable/rcon-webadmin/8.1.3/templates/NOTES.txt rename to stable/qbitrr/4.4.0/templates/NOTES.txt diff --git a/stable/qbitrr/4.2.1/templates/common.yaml b/stable/qbitrr/4.4.0/templates/common.yaml similarity index 100% rename from stable/qbitrr/4.2.1/templates/common.yaml rename to stable/qbitrr/4.4.0/templates/common.yaml diff --git a/stable/quassel-web/9.1.3/values.yaml b/stable/qbitrr/4.4.0/values.yaml similarity index 100% rename from stable/quassel-web/9.1.3/values.yaml rename to stable/qbitrr/4.4.0/values.yaml diff --git a/stable/qbittorrent/19.2.0/CHANGELOG.md b/stable/qbittorrent/19.2.0/CHANGELOG.md deleted file mode 100644 index 94d8d484194..00000000000 --- a/stable/qbittorrent/19.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [qbittorrent-18.1.12](https://github.com/truecharts/charts/compare/qbittorrent-18.1.11...qbittorrent-18.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [qbittorrent-18.1.11](https://github.com/truecharts/charts/compare/qbittorrent-18.1.10...qbittorrent-18.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [qbittorrent-18.1.10](https://github.com/truecharts/charts/compare/qbittorrent-18.1.9...qbittorrent-18.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [qbittorrent-18.1.9](https://github.com/truecharts/charts/compare/qbittorrent-18.1.8...qbittorrent-18.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [qbittorrent-18.1.8](https://github.com/truecharts/charts/compare/qbittorrent-18.1.7...qbittorrent-18.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [qbittorrent-18.1.7](https://github.com/truecharts/charts/compare/qbittorrent-18.1.6...qbittorrent-18.1.7) (2024-01-19) - -### Chore - - - -- update container image ghcr.io/onedr0p/qbittorrent to v4.6.3[@a4ad890](https://github.com/a4ad890) by renovate ([#17302](https://github.com/truecharts/charts/issues/17302)) - - - - -## [qbittorrent-18.1.6](https://github.com/truecharts/charts/compare/qbittorrent-18.1.5...qbittorrent-18.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [qbittorrent-18.1.5](https://github.com/truecharts/charts/compare/qbittorrent-18.1.4...qbittorrent-18.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [qbittorrent-18.1.4](https://github.com/truecharts/charts/compare/qbittorrent-18.1.3...qbittorrent-18.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes \ No newline at end of file diff --git a/stable/qbittorrent/19.2.0/Chart.yaml b/stable/qbittorrent/19.2.0/Chart.yaml deleted file mode 100644 index 10d6adeed93..00000000000 --- a/stable/qbittorrent/19.2.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.6.3 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: qBittorrent is a cross-platform free and open-source BitTorrent client -home: https://truecharts.org/charts/stable/qbittorrent -icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbittorrent.png -keywords: - - qbittorrent - - torrrent -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: qbittorrent -sources: - - https://github.com/qbittorrent/qBittorrent - - https://github.com/truecharts/charts/tree/master/charts/stable/qbittorrent - - https://ghcr.io/onedr0p/qbittorrent - - https://hub.docker.com/r/mjmeli/qbittorrent-port-forward-gluetun-server -type: application -version: 19.2.0 diff --git a/stable/qbittorrent/19.2.0/charts/common-18.1.2.tgz b/stable/qbittorrent/19.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/qbittorrent/19.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/qbittorrent/19.2.0/ix_values.yaml b/stable/qbittorrent/19.2.0/ix_values.yaml deleted file mode 100644 index fe3932a06c4..00000000000 --- a/stable/qbittorrent/19.2.0/ix_values.yaml +++ /dev/null @@ -1,72 +0,0 @@ -image: - repository: ghcr.io/onedr0p/qbittorrent - pullPolicy: IfNotPresent - tag: 4.6.3@sha256:a4ad890e8c4a287c17d12ca22eb1d84a046aba2efbd882bf7d6eb12459f6a70c -qbitportforwardImage: - repository: mjmeli/qbittorrent-port-forward-gluetun-server - pullPolicy: IfNotPresent - tag: latest@sha256:67d0d21ed792cf80716d4211e7162b6d375af5c12f3cf096c9032ad705dddaa8 -qbitportforward: - enabled: false - QBT_USERNAME: "admin" - QBT_PASSWORD: "adminadmin" -service: - main: - ports: - main: - port: 10095 - targetPort: 8080 - torrent: - enabled: true - ports: - torrent: - enabled: true - port: 6881 - protocol: tcp - torrentudp: - enabled: true - port: "{{ .Values.service.torrent.ports.torrent.port }}" - protocol: udp - gluetun: - enabled: true - type: ClusterIP - ports: - gluetun: - enabled: true - port: 8000 - targetPort: 8000 - protocol: http -workload: - qbitportforward: - enabled: true - type: CronJob - schedule: "*/5 * * * *" - podSpec: - containers: - qbitportforward: - primary: true - enabled: true - imageSelector: qbitportforwardImage - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false - env: - QBT_USERNAME: "{{ .Values.qbitportforward.QBT_USERNAME }}" - QBT_PASSWORD: "{{ .Values.qbitportforward.QBT_PASSWORD }}" - QBT_ADDR: '{{ printf "http://%v:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.main.ports.main.port }}' - GTN_ADDR: '{{ printf "http://%v-gluetun:8000" (include "tc.v1.common.lib.chart.names.fullname" $) }}' - command: /usr/src/app/main.sh -persistence: - config: - enabled: true - mountPath: "/config" -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false diff --git a/stable/quickshare/5.1.3/.helmignore b/stable/qbittorrent/19.3.0/.helmignore similarity index 100% rename from stable/quickshare/5.1.3/.helmignore rename to stable/qbittorrent/19.3.0/.helmignore diff --git a/stable/qbittorrent/19.3.0/CHANGELOG.md b/stable/qbittorrent/19.3.0/CHANGELOG.md new file mode 100644 index 00000000000..2e925f3aff7 --- /dev/null +++ b/stable/qbittorrent/19.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [qbittorrent-19.3.0](https://github.com/truecharts/charts/compare/qbittorrent-19.2.4...qbittorrent-19.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [qbittorrent-19.2.4](https://github.com/truecharts/charts/compare/qbittorrent-19.2.3...qbittorrent-19.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [qbittorrent-19.2.3](https://github.com/truecharts/charts/compare/qbittorrent-19.2.1...qbittorrent-19.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + +## [qbittorrent-18.1.12](https://github.com/truecharts/charts/compare/qbittorrent-18.1.11...qbittorrent-18.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [qbittorrent-18.1.11](https://github.com/truecharts/charts/compare/qbittorrent-18.1.10...qbittorrent-18.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [qbittorrent-18.1.10](https://github.com/truecharts/charts/compare/qbittorrent-18.1.9...qbittorrent-18.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [qbittorrent-18.1.9](https://github.com/truecharts/charts/compare/qbittorrent-18.1.8...qbittorrent-18.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [qbittorrent-18.1.8](https://github.com/truecharts/charts/compare/qbittorrent-18.1.7...qbittorrent-18.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [qbittorrent-18.1.7](https://github.com/truecharts/charts/compare/qbittorrent-18.1.6...qbittorrent-18.1.7) (2024-01-19) + +### Chore + + diff --git a/stable/qbittorrent/19.3.0/Chart.yaml b/stable/qbittorrent/19.3.0/Chart.yaml new file mode 100644 index 00000000000..b995ebf8901 --- /dev/null +++ b/stable/qbittorrent/19.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.6.3 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: qBittorrent is a cross-platform free and open-source BitTorrent client +home: https://truecharts.org/charts/stable/qbittorrent +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbittorrent.png +keywords: + - qbittorrent + - torrrent +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: qbittorrent +sources: + - https://github.com/qbittorrent/qBittorrent + - https://github.com/truecharts/charts/tree/master/charts/stable/qbittorrent + - https://ghcr.io/onedr0p/qbittorrent + - https://hub.docker.com/r/mjmeli/qbittorrent-port-forward-gluetun-server +type: application +version: 19.3.0 diff --git a/stable/qbittorrent/19.2.0/README.md b/stable/qbittorrent/19.3.0/README.md similarity index 100% rename from stable/qbittorrent/19.2.0/README.md rename to stable/qbittorrent/19.3.0/README.md diff --git a/stable/qbittorrent/19.3.0/app-changelog.md b/stable/qbittorrent/19.3.0/app-changelog.md new file mode 100644 index 00000000000..1dcc007e54e --- /dev/null +++ b/stable/qbittorrent/19.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [qbittorrent-19.3.0](https://github.com/truecharts/charts/compare/qbittorrent-19.2.4...qbittorrent-19.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/qbittorrent/19.2.0/app-readme.md b/stable/qbittorrent/19.3.0/app-readme.md similarity index 100% rename from stable/qbittorrent/19.2.0/app-readme.md rename to stable/qbittorrent/19.3.0/app-readme.md diff --git a/stable/qbittorrent/19.3.0/charts/common-18.2.0.tgz b/stable/qbittorrent/19.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/qbittorrent/19.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/qbittorrent/19.3.0/ix_values.yaml b/stable/qbittorrent/19.3.0/ix_values.yaml new file mode 100644 index 00000000000..78cf5138ef3 --- /dev/null +++ b/stable/qbittorrent/19.3.0/ix_values.yaml @@ -0,0 +1,73 @@ +image: + repository: ghcr.io/onedr0p/qbittorrent + pullPolicy: IfNotPresent + tag: 4.6.3@sha256:a4ad890e8c4a287c17d12ca22eb1d84a046aba2efbd882bf7d6eb12459f6a70c +qbitportforwardImage: + repository: mjmeli/qbittorrent-port-forward-gluetun-server + pullPolicy: IfNotPresent + tag: latest@sha256:67d0d21ed792cf80716d4211e7162b6d375af5c12f3cf096c9032ad705dddaa8 +qbitportforward: + enabled: false + QBT_USERNAME: "admin" + QBT_PASSWORD: "adminadmin" +service: + main: + ports: + main: + port: 10095 + targetPort: 8080 + torrent: + enabled: true + ports: + torrent: + enabled: true + port: 6881 + protocol: tcp + torrentudp: + enabled: true + port: "{{ .Values.service.torrent.ports.torrent.port }}" + protocol: udp + gluetun: + enabled: true + type: ClusterIP + ports: + gluetun: + enabled: true + port: 8000 + targetPort: 8000 + protocol: http +workload: + qbitportforward: + enabled: true + type: CronJob + schedule: "*/5 * * * *" + podSpec: + restartPolicy: OnFailure + containers: + qbitportforward: + primary: true + enabled: true + imageSelector: qbitportforwardImage + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + env: + QBT_USERNAME: "{{ .Values.qbitportforward.QBT_USERNAME }}" + QBT_PASSWORD: "{{ .Values.qbitportforward.QBT_PASSWORD }}" + QBT_ADDR: '{{ printf "http://%v:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.main.ports.main.port }}' + GTN_ADDR: '{{ printf "http://%v-gluetun:8000" (include "tc.v1.common.lib.chart.names.fullname" $) }}' + command: /usr/src/app/main.sh +persistence: + config: + enabled: true + mountPath: "/config" +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false diff --git a/stable/qbittorrent/19.2.0/questions.yaml b/stable/qbittorrent/19.3.0/questions.yaml similarity index 100% rename from stable/qbittorrent/19.2.0/questions.yaml rename to stable/qbittorrent/19.3.0/questions.yaml diff --git a/stable/rdesktop/8.2.0/templates/NOTES.txt b/stable/qbittorrent/19.3.0/templates/NOTES.txt similarity index 100% rename from stable/rdesktop/8.2.0/templates/NOTES.txt rename to stable/qbittorrent/19.3.0/templates/NOTES.txt diff --git a/stable/qbittorrent/19.2.0/templates/_configmap.tpl b/stable/qbittorrent/19.3.0/templates/_configmap.tpl similarity index 100% rename from stable/qbittorrent/19.2.0/templates/_configmap.tpl rename to stable/qbittorrent/19.3.0/templates/_configmap.tpl diff --git a/stable/qbittorrent/19.2.0/templates/common.yaml b/stable/qbittorrent/19.3.0/templates/common.yaml similarity index 100% rename from stable/qbittorrent/19.2.0/templates/common.yaml rename to stable/qbittorrent/19.3.0/templates/common.yaml diff --git a/stable/quickshare/5.1.3/values.yaml b/stable/qbittorrent/19.3.0/values.yaml similarity index 100% rename from stable/quickshare/5.1.3/values.yaml rename to stable/qbittorrent/19.3.0/values.yaml diff --git a/stable/qdirstat/9.1.3/CHANGELOG.md b/stable/qdirstat/9.1.3/CHANGELOG.md deleted file mode 100644 index 1125a14b9f7..00000000000 --- a/stable/qdirstat/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [qdirstat-8.0.5](https://github.com/truecharts/charts/compare/qdirstat-8.0.4...qdirstat-8.0.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [qdirstat-8.0.4](https://github.com/truecharts/charts/compare/qdirstat-8.0.3...qdirstat-8.0.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [qdirstat-8.0.3](https://github.com/truecharts/charts/compare/qdirstat-8.0.2...qdirstat-8.0.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [qdirstat-8.0.2](https://github.com/truecharts/charts/compare/qdirstat-8.0.1...qdirstat-8.0.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [qdirstat-8.0.1](https://github.com/truecharts/charts/compare/qdirstat-8.0.0...qdirstat-8.0.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [qdirstat-8.0.0](https://github.com/truecharts/charts/compare/qdirstat-7.1.6...qdirstat-8.0.0) (2024-01-21) - -### Chore - - - -- update container image jlesage/qdirstat to v24.01.1[@3416d53](https://github.com/3416d53) by renovate ([#17252](https://github.com/truecharts/charts/issues/17252)) - - - - -## [qdirstat-7.1.6](https://github.com/truecharts/charts/compare/qdirstat-7.1.5...qdirstat-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [qdirstat-7.1.5](https://github.com/truecharts/charts/compare/qdirstat-7.1.4...qdirstat-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [qdirstat-7.1.4](https://github.com/truecharts/charts/compare/qdirstat-7.1.3...qdirstat-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/qdirstat/9.1.3/Chart.yaml b/stable/qdirstat/9.1.3/Chart.yaml deleted file mode 100644 index 14eac278984..00000000000 --- a/stable/qdirstat/9.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.01.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up. -home: https://truecharts.org/charts/stable/qdirstat -icon: https://truecharts.org/img/hotlink-ok/chart-icons/qdirstat.png -keywords: - - stats - - qdirstat -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: qdirstat -sources: - - https://github.com/jlesage/docker-qdirstat - - https://github.com/truecharts/charts/tree/master/charts/stable/qdirstat - - https://hub.docker.com/r/jlesage/qdirstat -type: application -version: 9.1.3 diff --git a/stable/qdirstat/9.1.3/charts/common-18.0.3.tgz b/stable/qdirstat/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/qdirstat/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/quiz-game/5.1.3/.helmignore b/stable/qdirstat/9.3.0/.helmignore similarity index 100% rename from stable/quiz-game/5.1.3/.helmignore rename to stable/qdirstat/9.3.0/.helmignore diff --git a/stable/qdirstat/9.3.0/CHANGELOG.md b/stable/qdirstat/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..62acc8b2a5e --- /dev/null +++ b/stable/qdirstat/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [qdirstat-9.3.0](https://github.com/truecharts/charts/compare/qdirstat-9.2.3...qdirstat-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [qdirstat-9.2.3](https://github.com/truecharts/charts/compare/qdirstat-9.2.2...qdirstat-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [qdirstat-9.2.2](https://github.com/truecharts/charts/compare/qdirstat-9.2.0...qdirstat-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [qdirstat-8.0.5](https://github.com/truecharts/charts/compare/qdirstat-8.0.4...qdirstat-8.0.5) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [qdirstat-8.0.4](https://github.com/truecharts/charts/compare/qdirstat-8.0.3...qdirstat-8.0.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [qdirstat-8.0.3](https://github.com/truecharts/charts/compare/qdirstat-8.0.2...qdirstat-8.0.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [qdirstat-8.0.2](https://github.com/truecharts/charts/compare/qdirstat-8.0.1...qdirstat-8.0.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [qdirstat-8.0.1](https://github.com/truecharts/charts/compare/qdirstat-8.0.0...qdirstat-8.0.1) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [qdirstat-8.0.0](https://github.com/truecharts/charts/compare/qdirstat-7.1.6...qdirstat-8.0.0) (2024-01-21) + +### Chore + + + +- update container image jlesage/qdirstat to v24.01.1[@3416d53](https://github.com/3416d53) by renovate ([#17252](https://github.com/truecharts/charts/issues/17252)) diff --git a/stable/qdirstat/9.3.0/Chart.yaml b/stable/qdirstat/9.3.0/Chart.yaml new file mode 100644 index 00000000000..5da3bd49761 --- /dev/null +++ b/stable/qdirstat/9.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.01.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up. +home: https://truecharts.org/charts/stable/qdirstat +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qdirstat.png +keywords: + - stats + - qdirstat +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: qdirstat +sources: + - https://github.com/jlesage/docker-qdirstat + - https://github.com/truecharts/charts/tree/master/charts/stable/qdirstat + - https://hub.docker.com/r/jlesage/qdirstat +type: application +version: 9.3.0 diff --git a/stable/qdirstat/9.1.3/README.md b/stable/qdirstat/9.3.0/README.md similarity index 100% rename from stable/qdirstat/9.1.3/README.md rename to stable/qdirstat/9.3.0/README.md diff --git a/stable/qdirstat/9.3.0/app-changelog.md b/stable/qdirstat/9.3.0/app-changelog.md new file mode 100644 index 00000000000..b2901eeb845 --- /dev/null +++ b/stable/qdirstat/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [qdirstat-9.3.0](https://github.com/truecharts/charts/compare/qdirstat-9.2.3...qdirstat-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/qdirstat/9.1.3/app-readme.md b/stable/qdirstat/9.3.0/app-readme.md similarity index 100% rename from stable/qdirstat/9.1.3/app-readme.md rename to stable/qdirstat/9.3.0/app-readme.md diff --git a/stable/qdirstat/9.3.0/charts/common-18.2.0.tgz b/stable/qdirstat/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/qdirstat/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/qdirstat/9.1.3/ix_values.yaml b/stable/qdirstat/9.3.0/ix_values.yaml similarity index 100% rename from stable/qdirstat/9.1.3/ix_values.yaml rename to stable/qdirstat/9.3.0/ix_values.yaml diff --git a/stable/qdirstat/9.1.3/questions.yaml b/stable/qdirstat/9.3.0/questions.yaml similarity index 100% rename from stable/qdirstat/9.1.3/questions.yaml rename to stable/qdirstat/9.3.0/questions.yaml diff --git a/stable/rdtclient/4.1.3/templates/NOTES.txt b/stable/qdirstat/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/rdtclient/4.1.3/templates/NOTES.txt rename to stable/qdirstat/9.3.0/templates/NOTES.txt diff --git a/stable/qwantify/3.1.3/templates/common.yaml b/stable/qdirstat/9.3.0/templates/common.yaml similarity index 100% rename from stable/qwantify/3.1.3/templates/common.yaml rename to stable/qdirstat/9.3.0/templates/common.yaml diff --git a/stable/quiz-game/5.1.3/values.yaml b/stable/qdirstat/9.3.0/values.yaml similarity index 100% rename from stable/quiz-game/5.1.3/values.yaml rename to stable/qdirstat/9.3.0/values.yaml diff --git a/stable/qflood/5.1.3/CHANGELOG.md b/stable/qflood/5.1.3/CHANGELOG.md deleted file mode 100644 index b73d05fceb3..00000000000 --- a/stable/qflood/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [qflood-4.1.11](https://github.com/truecharts/charts/compare/qflood-4.1.10...qflood-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [qflood-4.1.10](https://github.com/truecharts/charts/compare/qflood-4.1.9...qflood-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [qflood-4.1.9](https://github.com/truecharts/charts/compare/qflood-4.1.8...qflood-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [qflood-4.1.8](https://github.com/truecharts/charts/compare/qflood-4.1.7...qflood-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [qflood-4.1.7](https://github.com/truecharts/charts/compare/qflood-4.1.6...qflood-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [qflood-4.1.6](https://github.com/truecharts/charts/compare/qflood-4.1.5...qflood-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [qflood-4.1.5](https://github.com/truecharts/charts/compare/qflood-4.1.4...qflood-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [qflood-4.1.4](https://github.com/truecharts/charts/compare/qflood-4.1.3...qflood-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [qflood-4.1.3](https://github.com/truecharts/charts/compare/qflood-4.1.0...qflood-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/qflood/5.1.3/Chart.yaml b/stable/qflood/5.1.3/Chart.yaml deleted file mode 100644 index ef56a8134f4..00000000000 --- a/stable/qflood/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Chart with qBittorrent and the Flood UI. -home: https://truecharts.org/charts/stable/qflood -icon: https://truecharts.org/img/hotlink-ok/chart-icons/qflood.png -keywords: - - qflood - - Downloaders -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: qflood -sources: - - https://hotio.dev/containers/qflood - - https://github.com/truecharts/charts/tree/master/charts/stable/qflood - - https://ghcr.io/hotio/qflood -type: application -version: 5.1.3 diff --git a/stable/qflood/5.1.3/charts/common-18.0.3.tgz b/stable/qflood/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/qflood/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/qwantify/3.1.3/.helmignore b/stable/qflood/5.3.0/.helmignore similarity index 100% rename from stable/qwantify/3.1.3/.helmignore rename to stable/qflood/5.3.0/.helmignore diff --git a/stable/qflood/5.3.0/CHANGELOG.md b/stable/qflood/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..6e2db67b9a7 --- /dev/null +++ b/stable/qflood/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [qflood-5.3.0](https://github.com/truecharts/charts/compare/qflood-5.2.3...qflood-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [qflood-5.2.3](https://github.com/truecharts/charts/compare/qflood-5.2.2...qflood-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [qflood-5.2.2](https://github.com/truecharts/charts/compare/qflood-5.2.0...qflood-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [qflood-4.1.11](https://github.com/truecharts/charts/compare/qflood-4.1.10...qflood-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [qflood-4.1.10](https://github.com/truecharts/charts/compare/qflood-4.1.9...qflood-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [qflood-4.1.9](https://github.com/truecharts/charts/compare/qflood-4.1.8...qflood-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [qflood-4.1.8](https://github.com/truecharts/charts/compare/qflood-4.1.7...qflood-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [qflood-4.1.7](https://github.com/truecharts/charts/compare/qflood-4.1.6...qflood-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [qflood-4.1.6](https://github.com/truecharts/charts/compare/qflood-4.1.5...qflood-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/qflood/5.3.0/Chart.yaml b/stable/qflood/5.3.0/Chart.yaml new file mode 100644 index 00000000000..df24dd1a378 --- /dev/null +++ b/stable/qflood/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chart with qBittorrent and the Flood UI. +home: https://truecharts.org/charts/stable/qflood +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qflood.png +keywords: + - qflood + - Downloaders +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: qflood +sources: + - https://hotio.dev/containers/qflood + - https://github.com/truecharts/charts/tree/master/charts/stable/qflood + - https://ghcr.io/hotio/qflood +type: application +version: 5.3.0 diff --git a/stable/qflood/5.1.3/README.md b/stable/qflood/5.3.0/README.md similarity index 100% rename from stable/qflood/5.1.3/README.md rename to stable/qflood/5.3.0/README.md diff --git a/stable/qflood/5.3.0/app-changelog.md b/stable/qflood/5.3.0/app-changelog.md new file mode 100644 index 00000000000..18860327d15 --- /dev/null +++ b/stable/qflood/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [qflood-5.3.0](https://github.com/truecharts/charts/compare/qflood-5.2.3...qflood-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/qflood/5.1.3/app-readme.md b/stable/qflood/5.3.0/app-readme.md similarity index 100% rename from stable/qflood/5.1.3/app-readme.md rename to stable/qflood/5.3.0/app-readme.md diff --git a/stable/qflood/5.3.0/charts/common-18.2.0.tgz b/stable/qflood/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/qflood/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/qflood/5.1.3/ix_values.yaml b/stable/qflood/5.3.0/ix_values.yaml similarity index 100% rename from stable/qflood/5.1.3/ix_values.yaml rename to stable/qflood/5.3.0/ix_values.yaml diff --git a/stable/qflood/5.1.3/questions.yaml b/stable/qflood/5.3.0/questions.yaml similarity index 100% rename from stable/qflood/5.1.3/questions.yaml rename to stable/qflood/5.3.0/questions.yaml diff --git a/stable/qflood/5.1.3/templates/common.yaml b/stable/qflood/5.3.0/templates/common.yaml similarity index 100% rename from stable/qflood/5.1.3/templates/common.yaml rename to stable/qflood/5.3.0/templates/common.yaml diff --git a/stable/qwantify/3.1.3/values.yaml b/stable/qflood/5.3.0/values.yaml similarity index 100% rename from stable/qwantify/3.1.3/values.yaml rename to stable/qflood/5.3.0/values.yaml diff --git a/stable/qinglong/9.2.0/CHANGELOG.md b/stable/qinglong/9.2.0/CHANGELOG.md deleted file mode 100644 index 63ec2396c29..00000000000 --- a/stable/qinglong/9.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - -## [qinglong-8.2.6](https://github.com/truecharts/charts/compare/qinglong-8.2.5...qinglong-8.2.6) (2024-02-12) - -### Chore - - - -- update container image whyour/qinglong to v2.17.1[@83b868e](https://github.com/83b868e) by renovate ([#18150](https://github.com/truecharts/charts/issues/18150)) - - -## [qinglong-8.2.5](https://github.com/truecharts/charts/compare/qinglong-8.2.4...qinglong-8.2.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [qinglong-8.2.4](https://github.com/truecharts/charts/compare/qinglong-8.2.3...qinglong-8.2.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [qinglong-8.2.3](https://github.com/truecharts/charts/compare/qinglong-8.2.2...qinglong-8.2.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [qinglong-8.2.2](https://github.com/truecharts/charts/compare/qinglong-8.2.1...qinglong-8.2.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [qinglong-8.2.1](https://github.com/truecharts/charts/compare/qinglong-8.2.0...qinglong-8.2.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [qinglong-8.2.0](https://github.com/truecharts/charts/compare/qinglong-8.1.6...qinglong-8.2.0) (2024-01-21) - -### Chore - - - -- update container image whyour/qinglong to v2.17.0[@de6b6a9](https://github.com/de6b6a9) by renovate ([#17452](https://github.com/truecharts/charts/issues/17452)) - - - - -## [qinglong-8.1.6](https://github.com/truecharts/charts/compare/qinglong-8.1.5...qinglong-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) diff --git a/stable/qinglong/9.2.0/Chart.yaml b/stable/qinglong/9.2.0/Chart.yaml deleted file mode 100644 index 1a6b79efef3..00000000000 --- a/stable/qinglong/9.2.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.17.1 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A timed task management panel that supports typescript, javaScript, python3, and shell -home: https://truecharts.org/charts/stable/qinglong -icon: https://truecharts.org/img/hotlink-ok/chart-icons/qinglong.png -keywords: - - qinglong - - task -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: qinglong -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/qinglong - - https://hub.docker.com/r/whyour/qinglong -type: application -version: 9.2.0 diff --git a/stable/qinglong/9.2.0/charts/common-18.1.2.tgz b/stable/qinglong/9.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/qinglong/9.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/qinglong/9.2.0/ix_values.yaml b/stable/qinglong/9.2.0/ix_values.yaml deleted file mode 100644 index e4ea7264b91..00000000000 --- a/stable/qinglong/9.2.0/ix_values.yaml +++ /dev/null @@ -1,23 +0,0 @@ -image: - repository: whyour/qinglong - pullPolicy: IfNotPresent - tag: 2.17.1@sha256:c622e068cacfb410ff8353e055169da97a8ea30af9707f689ce811560bb2612e -service: - main: - ports: - main: - targetPort: 5700 - port: 10176 -persistence: - data: - enabled: true - mountPath: "/ql/data" -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 diff --git a/stable/radarrsync/5.1.3/.helmignore b/stable/qinglong/9.3.0/.helmignore similarity index 100% rename from stable/radarrsync/5.1.3/.helmignore rename to stable/qinglong/9.3.0/.helmignore diff --git a/stable/qinglong/9.3.0/CHANGELOG.md b/stable/qinglong/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..fe5179191c9 --- /dev/null +++ b/stable/qinglong/9.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [qinglong-9.3.0](https://github.com/truecharts/charts/compare/qinglong-9.2.4...qinglong-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [qinglong-9.2.4](https://github.com/truecharts/charts/compare/qinglong-9.2.3...qinglong-9.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [qinglong-9.2.3](https://github.com/truecharts/charts/compare/qinglong-9.2.1...qinglong-9.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + +## [qinglong-8.2.6](https://github.com/truecharts/charts/compare/qinglong-8.2.5...qinglong-8.2.6) (2024-02-12) + +### Chore + + + +- update container image whyour/qinglong to v2.17.1[@83b868e](https://github.com/83b868e) by renovate ([#18150](https://github.com/truecharts/charts/issues/18150)) + + +## [qinglong-8.2.5](https://github.com/truecharts/charts/compare/qinglong-8.2.4...qinglong-8.2.5) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [qinglong-8.2.4](https://github.com/truecharts/charts/compare/qinglong-8.2.3...qinglong-8.2.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [qinglong-8.2.3](https://github.com/truecharts/charts/compare/qinglong-8.2.2...qinglong-8.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [qinglong-8.2.2](https://github.com/truecharts/charts/compare/qinglong-8.2.1...qinglong-8.2.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) \ No newline at end of file diff --git a/stable/qinglong/9.3.0/Chart.yaml b/stable/qinglong/9.3.0/Chart.yaml new file mode 100644 index 00000000000..856409e0b6a --- /dev/null +++ b/stable/qinglong/9.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.17.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A timed task management panel that supports typescript, javaScript, python3, and shell +home: https://truecharts.org/charts/stable/qinglong +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qinglong.png +keywords: + - qinglong + - task +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: qinglong +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/qinglong + - https://hub.docker.com/r/whyour/qinglong +type: application +version: 9.3.0 diff --git a/stable/qinglong/9.2.0/README.md b/stable/qinglong/9.3.0/README.md similarity index 100% rename from stable/qinglong/9.2.0/README.md rename to stable/qinglong/9.3.0/README.md diff --git a/stable/qinglong/9.3.0/app-changelog.md b/stable/qinglong/9.3.0/app-changelog.md new file mode 100644 index 00000000000..aa3a6632181 --- /dev/null +++ b/stable/qinglong/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [qinglong-9.3.0](https://github.com/truecharts/charts/compare/qinglong-9.2.4...qinglong-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/qinglong/9.2.0/app-readme.md b/stable/qinglong/9.3.0/app-readme.md similarity index 100% rename from stable/qinglong/9.2.0/app-readme.md rename to stable/qinglong/9.3.0/app-readme.md diff --git a/stable/qinglong/9.3.0/charts/common-18.2.0.tgz b/stable/qinglong/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/qinglong/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/qinglong/9.3.0/ix_values.yaml b/stable/qinglong/9.3.0/ix_values.yaml new file mode 100644 index 00000000000..84e28a46a26 --- /dev/null +++ b/stable/qinglong/9.3.0/ix_values.yaml @@ -0,0 +1,23 @@ +image: + repository: whyour/qinglong + pullPolicy: IfNotPresent + tag: 2.17.2@sha256:bb78d342362e7c3126ecf2d8230dcfb69d61651bf7bb03e61099f1fb65d016e0 +service: + main: + ports: + main: + targetPort: 5700 + port: 10176 +persistence: + data: + enabled: true + mountPath: "/ql/data" +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 diff --git a/stable/qinglong/9.2.0/questions.yaml b/stable/qinglong/9.3.0/questions.yaml similarity index 100% rename from stable/qinglong/9.2.0/questions.yaml rename to stable/qinglong/9.3.0/questions.yaml diff --git a/stable/recyclarr/9.1.3/templates/NOTES.txt b/stable/qinglong/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/recyclarr/9.1.3/templates/NOTES.txt rename to stable/qinglong/9.3.0/templates/NOTES.txt diff --git a/stable/redisinsight/6.1.3/templates/common.yaml b/stable/qinglong/9.3.0/templates/common.yaml similarity index 100% rename from stable/redisinsight/6.1.3/templates/common.yaml rename to stable/qinglong/9.3.0/templates/common.yaml diff --git a/stable/radarrsync/5.1.3/values.yaml b/stable/qinglong/9.3.0/values.yaml similarity index 100% rename from stable/radarrsync/5.1.3/values.yaml rename to stable/qinglong/9.3.0/values.yaml diff --git a/stable/quake3/5.1.3/CHANGELOG.md b/stable/quake3/5.1.3/CHANGELOG.md deleted file mode 100644 index 897229c496e..00000000000 --- a/stable/quake3/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [quake3-4.1.11](https://github.com/truecharts/charts/compare/quake3-4.1.10...quake3-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [quake3-4.1.10](https://github.com/truecharts/charts/compare/quake3-4.1.9...quake3-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [quake3-4.1.9](https://github.com/truecharts/charts/compare/quake3-4.1.8...quake3-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [quake3-4.1.8](https://github.com/truecharts/charts/compare/quake3-4.1.7...quake3-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [quake3-4.1.7](https://github.com/truecharts/charts/compare/quake3-4.1.6...quake3-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [quake3-4.1.6](https://github.com/truecharts/charts/compare/quake3-4.1.5...quake3-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [quake3-4.1.5](https://github.com/truecharts/charts/compare/quake3-4.1.4...quake3-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [quake3-4.1.4](https://github.com/truecharts/charts/compare/quake3-4.1.3...quake3-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [quake3-4.1.3](https://github.com/truecharts/charts/compare/quake3-4.1.0...quake3-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/quake3/5.1.3/Chart.yaml b/stable/quake3/5.1.3/Chart.yaml deleted file mode 100644 index 9fdcddf8235..00000000000 --- a/stable/quake3/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install Quake III Server (You have to copy your .pk3 files from your game directory to your server). -home: https://truecharts.org/charts/stable/quake3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/quake3.png -keywords: - - quake3 - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: quake3 -sources: - - https://www.idsoftware.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/quake3 - - https://hub.docker.com/r/ich777/quake3 -type: application -version: 5.1.3 diff --git a/stable/quake3/5.1.3/charts/common-18.0.3.tgz b/stable/quake3/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/quake3/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/radicale/5.1.3/.helmignore b/stable/quake3/5.3.0/.helmignore similarity index 100% rename from stable/radicale/5.1.3/.helmignore rename to stable/quake3/5.3.0/.helmignore diff --git a/stable/quake3/5.3.0/CHANGELOG.md b/stable/quake3/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..7ee4d1f7d55 --- /dev/null +++ b/stable/quake3/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [quake3-5.3.0](https://github.com/truecharts/charts/compare/quake3-5.2.3...quake3-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [quake3-5.2.3](https://github.com/truecharts/charts/compare/quake3-5.2.2...quake3-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [quake3-5.2.2](https://github.com/truecharts/charts/compare/quake3-5.2.0...quake3-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [quake3-4.1.11](https://github.com/truecharts/charts/compare/quake3-4.1.10...quake3-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [quake3-4.1.10](https://github.com/truecharts/charts/compare/quake3-4.1.9...quake3-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [quake3-4.1.9](https://github.com/truecharts/charts/compare/quake3-4.1.8...quake3-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [quake3-4.1.8](https://github.com/truecharts/charts/compare/quake3-4.1.7...quake3-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [quake3-4.1.7](https://github.com/truecharts/charts/compare/quake3-4.1.6...quake3-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [quake3-4.1.6](https://github.com/truecharts/charts/compare/quake3-4.1.5...quake3-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/quake3/5.3.0/Chart.yaml b/stable/quake3/5.3.0/Chart.yaml new file mode 100644 index 00000000000..843765ae468 --- /dev/null +++ b/stable/quake3/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install Quake III Server (You have to copy your .pk3 files from your game directory to your server). +home: https://truecharts.org/charts/stable/quake3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/quake3.png +keywords: + - quake3 + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: quake3 +sources: + - https://www.idsoftware.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/quake3 + - https://hub.docker.com/r/ich777/quake3 +type: application +version: 5.3.0 diff --git a/stable/quake3/5.1.3/README.md b/stable/quake3/5.3.0/README.md similarity index 100% rename from stable/quake3/5.1.3/README.md rename to stable/quake3/5.3.0/README.md diff --git a/stable/quake3/5.3.0/app-changelog.md b/stable/quake3/5.3.0/app-changelog.md new file mode 100644 index 00000000000..84d6d665243 --- /dev/null +++ b/stable/quake3/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [quake3-5.3.0](https://github.com/truecharts/charts/compare/quake3-5.2.3...quake3-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/quake3/5.1.3/app-readme.md b/stable/quake3/5.3.0/app-readme.md similarity index 100% rename from stable/quake3/5.1.3/app-readme.md rename to stable/quake3/5.3.0/app-readme.md diff --git a/stable/quake3/5.3.0/charts/common-18.2.0.tgz b/stable/quake3/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/quake3/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/quake3/5.1.3/ix_values.yaml b/stable/quake3/5.3.0/ix_values.yaml similarity index 100% rename from stable/quake3/5.1.3/ix_values.yaml rename to stable/quake3/5.3.0/ix_values.yaml diff --git a/stable/quake3/5.1.3/questions.yaml b/stable/quake3/5.3.0/questions.yaml similarity index 100% rename from stable/quake3/5.1.3/questions.yaml rename to stable/quake3/5.3.0/questions.yaml diff --git a/stable/quake3/5.1.3/templates/common.yaml b/stable/quake3/5.3.0/templates/common.yaml similarity index 100% rename from stable/quake3/5.1.3/templates/common.yaml rename to stable/quake3/5.3.0/templates/common.yaml diff --git a/stable/radicale/5.1.3/values.yaml b/stable/quake3/5.3.0/values.yaml similarity index 100% rename from stable/radicale/5.1.3/values.yaml rename to stable/quake3/5.3.0/values.yaml diff --git a/stable/quassel-core/11.2.0/CHANGELOG.md b/stable/quassel-core/11.2.0/CHANGELOG.md deleted file mode 100644 index 923188cdefe..00000000000 --- a/stable/quassel-core/11.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - -## [quassel-core-10.1.17](https://github.com/truecharts/charts/compare/quassel-core-10.1.16...quassel-core-10.1.17) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@73ad52b](https://github.com/73ad52b) by renovate ([#18213](https://github.com/truecharts/charts/issues/18213)) - - -## [quassel-core-10.1.16](https://github.com/truecharts/charts/compare/quassel-core-10.1.15...quassel-core-10.1.16) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@f5361e3](https://github.com/f5361e3) by renovate ([#17972](https://github.com/truecharts/charts/issues/17972)) - - -## [quassel-core-10.1.15](https://github.com/truecharts/charts/compare/quassel-core-10.1.14...quassel-core-10.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [quassel-core-10.1.14](https://github.com/truecharts/charts/compare/quassel-core-10.1.13...quassel-core-10.1.14) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@e573e9d](https://github.com/e573e9d) by renovate ([#17729](https://github.com/truecharts/charts/issues/17729)) - - -## [quassel-core-10.1.13](https://github.com/truecharts/charts/compare/quassel-core-10.1.12...quassel-core-10.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [quassel-core-10.1.12](https://github.com/truecharts/charts/compare/quassel-core-10.1.11...quassel-core-10.1.12) (2024-01-22) - -### Chore - - - -- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@0d63aab](https://github.com/0d63aab) by renovate ([#17503](https://github.com/truecharts/charts/issues/17503)) - - -## [quassel-core-10.1.11](https://github.com/truecharts/charts/compare/quassel-core-10.1.10...quassel-core-10.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [quassel-core-10.1.10](https://github.com/truecharts/charts/compare/quassel-core-10.1.9...quassel-core-10.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - diff --git a/stable/quassel-core/11.2.0/Chart.yaml b/stable/quassel-core/11.2.0/Chart.yaml deleted file mode 100644 index cc67d675e7c..00000000000 --- a/stable/quassel-core/11.2.0/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.14.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Quassel-core is a modern, cross-platform, distributed IRC client. -home: https://truecharts.org/charts/stable/quassel-core -icon: https://truecharts.org/img/hotlink-ok/chart-icons/quassel-core.png -keywords: - - quassel-core -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: quassel-core -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/quassel-core - - https://ghcr.io/linuxserver/quassel-core -type: application -version: 11.2.0 diff --git a/stable/quassel-core/11.2.0/charts/common-18.1.2.tgz b/stable/quassel-core/11.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/quassel-core/11.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/quassel-core/11.2.0/ix_values.yaml b/stable/quassel-core/11.2.0/ix_values.yaml deleted file mode 100644 index c31d2f77802..00000000000 --- a/stable/quassel-core/11.2.0/ix_values.yaml +++ /dev/null @@ -1,61 +0,0 @@ -image: - repository: ghcr.io/linuxserver/quassel-core - pullPolicy: IfNotPresent - tag: 0.14.0@sha256:80b19b51a58bf290df248d410b1a2e29d7bbdd738d146cbf53c383cab75dbedb -service: - main: - ports: - main: - targetPort: 4242 - port: 4242 - ident: - enabled: true - ports: - ident: - enabled: true - targetPort: 10113 - port: 10113 -persistence: - varrun: - enabled: true -cnpg: - main: - enabled: true - user: quassel-core - database: quassel-core -portal: - open: - enabled: false -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: tcp - readiness: - type: tcp - startup: - type: tcp - env: - DB_BACKEND: "PostgreSQL" - DB_PGSQL_USERNAME: "{{ .Values.cnpg.main.user }}" - DB_PGSQL_DATABASE: "{{ .Values.cnpg.main.database }}" - DB_PGSQL_PORT: 5432 - AUTH_AUTHENTICATOR: "Database" - RUN_OPTS: "--config-from-environment" - DB_PGSQL_PASSWORD: - secretKeyRef: - name: cnpg-main-user - key: password - DB_PGSQL_HOSTNAME: - secretKeyRef: - name: cnpg-main-urls - key: host diff --git a/stable/quassel-core/11.2.0/questions.yaml b/stable/quassel-core/11.2.0/questions.yaml deleted file mode 100755 index 71a13163617..00000000000 --- a/stable/quassel-core/11.2.0/questions.yaml +++ /dev/null @@ -1,3061 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: {} -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 4242 - required: true - - variable: ident - label: "ident Service" - description: "The ident service." - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: ident - label: "ident Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10113 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/rapidphotodownloader/5.1.3/.helmignore b/stable/quassel-core/11.3.0/.helmignore similarity index 100% rename from stable/rapidphotodownloader/5.1.3/.helmignore rename to stable/quassel-core/11.3.0/.helmignore diff --git a/stable/quassel-core/11.3.0/CHANGELOG.md b/stable/quassel-core/11.3.0/CHANGELOG.md new file mode 100644 index 00000000000..cca1beeb971 --- /dev/null +++ b/stable/quassel-core/11.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [quassel-core-11.3.0](https://github.com/truecharts/charts/compare/quassel-core-11.2.4...quassel-core-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [quassel-core-11.2.4](https://github.com/truecharts/charts/compare/quassel-core-11.2.3...quassel-core-11.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [quassel-core-11.2.3](https://github.com/truecharts/charts/compare/quassel-core-11.2.1...quassel-core-11.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + +## [quassel-core-10.1.17](https://github.com/truecharts/charts/compare/quassel-core-10.1.16...quassel-core-10.1.17) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@73ad52b](https://github.com/73ad52b) by renovate ([#18213](https://github.com/truecharts/charts/issues/18213)) + + +## [quassel-core-10.1.16](https://github.com/truecharts/charts/compare/quassel-core-10.1.15...quassel-core-10.1.16) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@f5361e3](https://github.com/f5361e3) by renovate ([#17972](https://github.com/truecharts/charts/issues/17972)) + + +## [quassel-core-10.1.15](https://github.com/truecharts/charts/compare/quassel-core-10.1.14...quassel-core-10.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [quassel-core-10.1.14](https://github.com/truecharts/charts/compare/quassel-core-10.1.13...quassel-core-10.1.14) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@e573e9d](https://github.com/e573e9d) by renovate ([#17729](https://github.com/truecharts/charts/issues/17729)) + + +## [quassel-core-10.1.13](https://github.com/truecharts/charts/compare/quassel-core-10.1.12...quassel-core-10.1.13) (2024-01-26) + +### Chore + + diff --git a/stable/quassel-core/11.3.0/Chart.yaml b/stable/quassel-core/11.3.0/Chart.yaml new file mode 100644 index 00000000000..c60caed6ba8 --- /dev/null +++ b/stable/quassel-core/11.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.14.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Quassel-core is a modern, cross-platform, distributed IRC client. +home: https://truecharts.org/charts/stable/quassel-core +icon: https://truecharts.org/img/hotlink-ok/chart-icons/quassel-core.png +keywords: + - quassel-core +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: quassel-core +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/quassel-core + - https://ghcr.io/linuxserver/quassel-core +type: application +version: 11.3.0 diff --git a/stable/quassel-core/11.2.0/README.md b/stable/quassel-core/11.3.0/README.md similarity index 100% rename from stable/quassel-core/11.2.0/README.md rename to stable/quassel-core/11.3.0/README.md diff --git a/stable/quassel-core/11.3.0/app-changelog.md b/stable/quassel-core/11.3.0/app-changelog.md new file mode 100644 index 00000000000..105de35bbb9 --- /dev/null +++ b/stable/quassel-core/11.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [quassel-core-11.3.0](https://github.com/truecharts/charts/compare/quassel-core-11.2.4...quassel-core-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/quassel-core/11.2.0/app-readme.md b/stable/quassel-core/11.3.0/app-readme.md similarity index 100% rename from stable/quassel-core/11.2.0/app-readme.md rename to stable/quassel-core/11.3.0/app-readme.md diff --git a/stable/quassel-core/11.3.0/charts/common-18.2.0.tgz b/stable/quassel-core/11.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/quassel-core/11.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/quassel-core/11.3.0/ix_values.yaml b/stable/quassel-core/11.3.0/ix_values.yaml new file mode 100644 index 00000000000..46b2695a6d3 --- /dev/null +++ b/stable/quassel-core/11.3.0/ix_values.yaml @@ -0,0 +1,61 @@ +image: + repository: ghcr.io/linuxserver/quassel-core + pullPolicy: IfNotPresent + tag: 0.14.0@sha256:ede6b9b8b1431af41bf9f63fd642d1e72a97f5ed2f6affa9c4a8b43b0e677a6c +service: + main: + ports: + main: + targetPort: 4242 + port: 4242 + ident: + enabled: true + ports: + ident: + enabled: true + targetPort: 10113 + port: 10113 +persistence: + varrun: + enabled: true +cnpg: + main: + enabled: true + user: quassel-core + database: quassel-core +portal: + open: + enabled: false +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: tcp + readiness: + type: tcp + startup: + type: tcp + env: + DB_BACKEND: "PostgreSQL" + DB_PGSQL_USERNAME: "{{ .Values.cnpg.main.user }}" + DB_PGSQL_DATABASE: "{{ .Values.cnpg.main.database }}" + DB_PGSQL_PORT: 5432 + AUTH_AUTHENTICATOR: "Database" + RUN_OPTS: "--config-from-environment" + DB_PGSQL_PASSWORD: + secretKeyRef: + name: cnpg-main-user + key: password + DB_PGSQL_HOSTNAME: + secretKeyRef: + name: cnpg-main-urls + key: host diff --git a/stable/quassel-core/11.3.0/questions.yaml b/stable/quassel-core/11.3.0/questions.yaml new file mode 100755 index 00000000000..8a534572c52 --- /dev/null +++ b/stable/quassel-core/11.3.0/questions.yaml @@ -0,0 +1,3019 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: {} +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 4242 + required: true + - variable: ident + label: "ident Service" + description: "The ident service." + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: ident + label: "ident Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10113 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/redisinsight/6.1.3/templates/NOTES.txt b/stable/quassel-core/11.3.0/templates/NOTES.txt similarity index 100% rename from stable/redisinsight/6.1.3/templates/NOTES.txt rename to stable/quassel-core/11.3.0/templates/NOTES.txt diff --git a/stable/reg/13.1.3/templates/common.yaml b/stable/quassel-core/11.3.0/templates/common.yaml similarity index 100% rename from stable/reg/13.1.3/templates/common.yaml rename to stable/quassel-core/11.3.0/templates/common.yaml diff --git a/stable/rapidphotodownloader/5.1.3/values.yaml b/stable/quassel-core/11.3.0/values.yaml similarity index 100% rename from stable/rapidphotodownloader/5.1.3/values.yaml rename to stable/quassel-core/11.3.0/values.yaml diff --git a/stable/quassel-web/9.1.3/CHANGELOG.md b/stable/quassel-web/9.1.3/CHANGELOG.md deleted file mode 100644 index 7dcc5a92004..00000000000 --- a/stable/quassel-web/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [quassel-web-8.1.11](https://github.com/truecharts/charts/compare/quassel-web-8.1.10...quassel-web-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [quassel-web-8.1.10](https://github.com/truecharts/charts/compare/quassel-web-8.1.9...quassel-web-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [quassel-web-8.1.9](https://github.com/truecharts/charts/compare/quassel-web-8.1.8...quassel-web-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [quassel-web-8.1.8](https://github.com/truecharts/charts/compare/quassel-web-8.1.7...quassel-web-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [quassel-web-8.1.7](https://github.com/truecharts/charts/compare/quassel-web-8.1.6...quassel-web-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [quassel-web-8.1.6](https://github.com/truecharts/charts/compare/quassel-web-8.1.5...quassel-web-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [quassel-web-8.1.5](https://github.com/truecharts/charts/compare/quassel-web-8.1.4...quassel-web-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [quassel-web-8.1.4](https://github.com/truecharts/charts/compare/quassel-web-8.1.3...quassel-web-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [quassel-web-8.1.3](https://github.com/truecharts/charts/compare/quassel-web-8.1.0...quassel-web-8.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/quassel-web/9.1.3/Chart.yaml b/stable/quassel-web/9.1.3/Chart.yaml deleted file mode 100644 index 92c25553410..00000000000 --- a/stable/quassel-web/9.1.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2021.12.16 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Quassel-web is a web client for Quassel. -home: https://truecharts.org/charts/stable/quassel-web -icon: https://truecharts.org/img/hotlink-ok/chart-icons/quassel-web.png -keywords: - - quassel-web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: quassel-web -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/quassel-web - - https://ghcr.io/linuxserver/quassel-web -type: application -version: 9.1.3 diff --git a/stable/quassel-web/9.1.3/charts/common-18.0.3.tgz b/stable/quassel-web/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/quassel-web/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/rcon-webadmin/8.1.3/.helmignore b/stable/quassel-web/9.3.0/.helmignore similarity index 100% rename from stable/rcon-webadmin/8.1.3/.helmignore rename to stable/quassel-web/9.3.0/.helmignore diff --git a/stable/quassel-web/9.3.0/CHANGELOG.md b/stable/quassel-web/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..f299af1c29d --- /dev/null +++ b/stable/quassel-web/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [quassel-web-9.3.0](https://github.com/truecharts/charts/compare/quassel-web-9.2.3...quassel-web-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [quassel-web-9.2.3](https://github.com/truecharts/charts/compare/quassel-web-9.2.2...quassel-web-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [quassel-web-9.2.2](https://github.com/truecharts/charts/compare/quassel-web-9.2.0...quassel-web-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [quassel-web-8.1.11](https://github.com/truecharts/charts/compare/quassel-web-8.1.10...quassel-web-8.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [quassel-web-8.1.10](https://github.com/truecharts/charts/compare/quassel-web-8.1.9...quassel-web-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [quassel-web-8.1.9](https://github.com/truecharts/charts/compare/quassel-web-8.1.8...quassel-web-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [quassel-web-8.1.8](https://github.com/truecharts/charts/compare/quassel-web-8.1.7...quassel-web-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [quassel-web-8.1.7](https://github.com/truecharts/charts/compare/quassel-web-8.1.6...quassel-web-8.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [quassel-web-8.1.6](https://github.com/truecharts/charts/compare/quassel-web-8.1.5...quassel-web-8.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/quassel-web/9.3.0/Chart.yaml b/stable/quassel-web/9.3.0/Chart.yaml new file mode 100644 index 00000000000..a142da46dc8 --- /dev/null +++ b/stable/quassel-web/9.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2021.12.16 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Quassel-web is a web client for Quassel. +home: https://truecharts.org/charts/stable/quassel-web +icon: https://truecharts.org/img/hotlink-ok/chart-icons/quassel-web.png +keywords: + - quassel-web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: quassel-web +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/quassel-web + - https://ghcr.io/linuxserver/quassel-web +type: application +version: 9.3.0 diff --git a/stable/quassel-web/9.1.3/README.md b/stable/quassel-web/9.3.0/README.md similarity index 100% rename from stable/quassel-web/9.1.3/README.md rename to stable/quassel-web/9.3.0/README.md diff --git a/stable/quassel-web/9.3.0/app-changelog.md b/stable/quassel-web/9.3.0/app-changelog.md new file mode 100644 index 00000000000..0ac1d7dabd3 --- /dev/null +++ b/stable/quassel-web/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [quassel-web-9.3.0](https://github.com/truecharts/charts/compare/quassel-web-9.2.3...quassel-web-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/quassel-web/9.1.3/app-readme.md b/stable/quassel-web/9.3.0/app-readme.md similarity index 100% rename from stable/quassel-web/9.1.3/app-readme.md rename to stable/quassel-web/9.3.0/app-readme.md diff --git a/stable/quassel-web/9.3.0/charts/common-18.2.0.tgz b/stable/quassel-web/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/quassel-web/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/quassel-web/9.1.3/ix_values.yaml b/stable/quassel-web/9.3.0/ix_values.yaml similarity index 100% rename from stable/quassel-web/9.1.3/ix_values.yaml rename to stable/quassel-web/9.3.0/ix_values.yaml diff --git a/stable/quassel-web/9.1.3/questions.yaml b/stable/quassel-web/9.3.0/questions.yaml similarity index 100% rename from stable/quassel-web/9.1.3/questions.yaml rename to stable/quassel-web/9.3.0/questions.yaml diff --git a/stable/redmine/11.1.3/templates/NOTES.txt b/stable/quassel-web/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/redmine/11.1.3/templates/NOTES.txt rename to stable/quassel-web/9.3.0/templates/NOTES.txt diff --git a/stable/requestrr/10.1.3/templates/common.yaml b/stable/quassel-web/9.3.0/templates/common.yaml similarity index 100% rename from stable/requestrr/10.1.3/templates/common.yaml rename to stable/quassel-web/9.3.0/templates/common.yaml diff --git a/stable/rcon-webadmin/8.1.3/values.yaml b/stable/quassel-web/9.3.0/values.yaml similarity index 100% rename from stable/rcon-webadmin/8.1.3/values.yaml rename to stable/quassel-web/9.3.0/values.yaml diff --git a/stable/quickshare/5.1.3/CHANGELOG.md b/stable/quickshare/5.1.3/CHANGELOG.md deleted file mode 100644 index 81f779af9c5..00000000000 --- a/stable/quickshare/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [quickshare-4.1.11](https://github.com/truecharts/charts/compare/quickshare-4.1.10...quickshare-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [quickshare-4.1.10](https://github.com/truecharts/charts/compare/quickshare-4.1.9...quickshare-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [quickshare-4.1.9](https://github.com/truecharts/charts/compare/quickshare-4.1.8...quickshare-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [quickshare-4.1.8](https://github.com/truecharts/charts/compare/quickshare-4.1.7...quickshare-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [quickshare-4.1.7](https://github.com/truecharts/charts/compare/quickshare-4.1.6...quickshare-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [quickshare-4.1.6](https://github.com/truecharts/charts/compare/quickshare-4.1.5...quickshare-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [quickshare-4.1.5](https://github.com/truecharts/charts/compare/quickshare-4.1.4...quickshare-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [quickshare-4.1.4](https://github.com/truecharts/charts/compare/quickshare-4.1.3...quickshare-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [quickshare-4.1.3](https://github.com/truecharts/charts/compare/quickshare-4.1.0...quickshare-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/quickshare/5.1.3/Chart.yaml b/stable/quickshare/5.1.3/Chart.yaml deleted file mode 100644 index 680f42f912d..00000000000 --- a/stable/quickshare/5.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Quick and simple file sharing between different devices. -home: https://truecharts.org/charts/stable/quickshare -icon: https://truecharts.org/img/hotlink-ok/chart-icons/quickshare.png -keywords: - - quickshare - - Cloud - - Productivity - - Tools-Utilities - - Network-FTP -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: quickshare -sources: - - https://github.com/ihexxa/quickshare - - https://github.com/truecharts/charts/tree/master/charts/stable/quickshare - - https://hub.docker.com/r/hexxa/quickshare -type: application -version: 5.1.3 diff --git a/stable/quickshare/5.1.3/charts/common-18.0.3.tgz b/stable/quickshare/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/quickshare/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/rdesktop/8.2.0/.helmignore b/stable/quickshare/5.3.0/.helmignore similarity index 100% rename from stable/rdesktop/8.2.0/.helmignore rename to stable/quickshare/5.3.0/.helmignore diff --git a/stable/quickshare/5.3.0/CHANGELOG.md b/stable/quickshare/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..8e57bcbdb51 --- /dev/null +++ b/stable/quickshare/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [quickshare-5.3.0](https://github.com/truecharts/charts/compare/quickshare-5.2.3...quickshare-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [quickshare-5.2.3](https://github.com/truecharts/charts/compare/quickshare-5.2.2...quickshare-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [quickshare-5.2.2](https://github.com/truecharts/charts/compare/quickshare-5.2.0...quickshare-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [quickshare-4.1.11](https://github.com/truecharts/charts/compare/quickshare-4.1.10...quickshare-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [quickshare-4.1.10](https://github.com/truecharts/charts/compare/quickshare-4.1.9...quickshare-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [quickshare-4.1.9](https://github.com/truecharts/charts/compare/quickshare-4.1.8...quickshare-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [quickshare-4.1.8](https://github.com/truecharts/charts/compare/quickshare-4.1.7...quickshare-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [quickshare-4.1.7](https://github.com/truecharts/charts/compare/quickshare-4.1.6...quickshare-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [quickshare-4.1.6](https://github.com/truecharts/charts/compare/quickshare-4.1.5...quickshare-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/quickshare/5.3.0/Chart.yaml b/stable/quickshare/5.3.0/Chart.yaml new file mode 100644 index 00000000000..af866b3b802 --- /dev/null +++ b/stable/quickshare/5.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Quick and simple file sharing between different devices. +home: https://truecharts.org/charts/stable/quickshare +icon: https://truecharts.org/img/hotlink-ok/chart-icons/quickshare.png +keywords: + - quickshare + - Cloud + - Productivity + - Tools-Utilities + - Network-FTP +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: quickshare +sources: + - https://github.com/ihexxa/quickshare + - https://github.com/truecharts/charts/tree/master/charts/stable/quickshare + - https://hub.docker.com/r/hexxa/quickshare +type: application +version: 5.3.0 diff --git a/stable/quickshare/5.1.3/README.md b/stable/quickshare/5.3.0/README.md similarity index 100% rename from stable/quickshare/5.1.3/README.md rename to stable/quickshare/5.3.0/README.md diff --git a/stable/quickshare/5.3.0/app-changelog.md b/stable/quickshare/5.3.0/app-changelog.md new file mode 100644 index 00000000000..17e8bf9046d --- /dev/null +++ b/stable/quickshare/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [quickshare-5.3.0](https://github.com/truecharts/charts/compare/quickshare-5.2.3...quickshare-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/quickshare/5.1.3/app-readme.md b/stable/quickshare/5.3.0/app-readme.md similarity index 100% rename from stable/quickshare/5.1.3/app-readme.md rename to stable/quickshare/5.3.0/app-readme.md diff --git a/stable/quickshare/5.3.0/charts/common-18.2.0.tgz b/stable/quickshare/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/quickshare/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/quickshare/5.1.3/ix_values.yaml b/stable/quickshare/5.3.0/ix_values.yaml similarity index 100% rename from stable/quickshare/5.1.3/ix_values.yaml rename to stable/quickshare/5.3.0/ix_values.yaml diff --git a/stable/quickshare/5.1.3/questions.yaml b/stable/quickshare/5.3.0/questions.yaml similarity index 100% rename from stable/quickshare/5.1.3/questions.yaml rename to stable/quickshare/5.3.0/questions.yaml diff --git a/stable/quickshare/5.1.3/templates/common.yaml b/stable/quickshare/5.3.0/templates/common.yaml similarity index 100% rename from stable/quickshare/5.1.3/templates/common.yaml rename to stable/quickshare/5.3.0/templates/common.yaml diff --git a/stable/rdesktop/8.2.0/values.yaml b/stable/quickshare/5.3.0/values.yaml similarity index 100% rename from stable/rdesktop/8.2.0/values.yaml rename to stable/quickshare/5.3.0/values.yaml diff --git a/stable/quiz-game/5.1.3/CHANGELOG.md b/stable/quiz-game/5.1.3/CHANGELOG.md deleted file mode 100644 index 037c09f487c..00000000000 --- a/stable/quiz-game/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [quiz-game-4.1.11](https://github.com/truecharts/charts/compare/quiz-game-4.1.10...quiz-game-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [quiz-game-4.1.10](https://github.com/truecharts/charts/compare/quiz-game-4.1.9...quiz-game-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [quiz-game-4.1.9](https://github.com/truecharts/charts/compare/quiz-game-4.1.8...quiz-game-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [quiz-game-4.1.8](https://github.com/truecharts/charts/compare/quiz-game-4.1.7...quiz-game-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [quiz-game-4.1.7](https://github.com/truecharts/charts/compare/quiz-game-4.1.6...quiz-game-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [quiz-game-4.1.6](https://github.com/truecharts/charts/compare/quiz-game-4.1.5...quiz-game-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [quiz-game-4.1.5](https://github.com/truecharts/charts/compare/quiz-game-4.1.4...quiz-game-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [quiz-game-4.1.4](https://github.com/truecharts/charts/compare/quiz-game-4.1.3...quiz-game-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [quiz-game-4.1.3](https://github.com/truecharts/charts/compare/quiz-game-4.1.0...quiz-game-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/quiz-game/5.1.3/Chart.yaml b/stable/quiz-game/5.1.3/Chart.yaml deleted file mode 100644 index 7919a4c582e..00000000000 --- a/stable/quiz-game/5.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Test your General Knowledge in different types of topics. -home: https://truecharts.org/charts/stable/quiz-game -icon: https://truecharts.org/img/hotlink-ok/chart-icons/quiz-game.png -keywords: - - quiz-game - - GameServers - - Other - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: quiz-game -sources: - - https://github.com/ASKJR/quiz-game - - https://registry.hub.docker.com/r/patrickstigler/quiz-game - - https://github.com/truecharts/charts/tree/master/charts/stable/quiz-game - - https://hub.docker.com/r/patrickstigler/quiz-game -type: application -version: 5.1.3 diff --git a/stable/quiz-game/5.1.3/charts/common-18.0.3.tgz b/stable/quiz-game/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/quiz-game/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/rdtclient/4.1.3/.helmignore b/stable/quiz-game/5.3.0/.helmignore similarity index 100% rename from stable/rdtclient/4.1.3/.helmignore rename to stable/quiz-game/5.3.0/.helmignore diff --git a/stable/quiz-game/5.3.0/CHANGELOG.md b/stable/quiz-game/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..c2ca93731cb --- /dev/null +++ b/stable/quiz-game/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [quiz-game-5.3.0](https://github.com/truecharts/charts/compare/quiz-game-5.2.3...quiz-game-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [quiz-game-5.2.3](https://github.com/truecharts/charts/compare/quiz-game-5.2.2...quiz-game-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [quiz-game-5.2.2](https://github.com/truecharts/charts/compare/quiz-game-5.2.0...quiz-game-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [quiz-game-4.1.11](https://github.com/truecharts/charts/compare/quiz-game-4.1.10...quiz-game-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [quiz-game-4.1.10](https://github.com/truecharts/charts/compare/quiz-game-4.1.9...quiz-game-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [quiz-game-4.1.9](https://github.com/truecharts/charts/compare/quiz-game-4.1.8...quiz-game-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [quiz-game-4.1.8](https://github.com/truecharts/charts/compare/quiz-game-4.1.7...quiz-game-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [quiz-game-4.1.7](https://github.com/truecharts/charts/compare/quiz-game-4.1.6...quiz-game-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [quiz-game-4.1.6](https://github.com/truecharts/charts/compare/quiz-game-4.1.5...quiz-game-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/quiz-game/5.3.0/Chart.yaml b/stable/quiz-game/5.3.0/Chart.yaml new file mode 100644 index 00000000000..c41addf82ed --- /dev/null +++ b/stable/quiz-game/5.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Test your General Knowledge in different types of topics. +home: https://truecharts.org/charts/stable/quiz-game +icon: https://truecharts.org/img/hotlink-ok/chart-icons/quiz-game.png +keywords: + - quiz-game + - GameServers + - Other + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: quiz-game +sources: + - https://github.com/ASKJR/quiz-game + - https://registry.hub.docker.com/r/patrickstigler/quiz-game + - https://github.com/truecharts/charts/tree/master/charts/stable/quiz-game + - https://hub.docker.com/r/patrickstigler/quiz-game +type: application +version: 5.3.0 diff --git a/stable/quiz-game/5.1.3/README.md b/stable/quiz-game/5.3.0/README.md similarity index 100% rename from stable/quiz-game/5.1.3/README.md rename to stable/quiz-game/5.3.0/README.md diff --git a/stable/quiz-game/5.3.0/app-changelog.md b/stable/quiz-game/5.3.0/app-changelog.md new file mode 100644 index 00000000000..92c199377a2 --- /dev/null +++ b/stable/quiz-game/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [quiz-game-5.3.0](https://github.com/truecharts/charts/compare/quiz-game-5.2.3...quiz-game-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/quiz-game/5.1.3/app-readme.md b/stable/quiz-game/5.3.0/app-readme.md similarity index 100% rename from stable/quiz-game/5.1.3/app-readme.md rename to stable/quiz-game/5.3.0/app-readme.md diff --git a/stable/quiz-game/5.3.0/charts/common-18.2.0.tgz b/stable/quiz-game/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/quiz-game/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/quiz-game/5.1.3/ix_values.yaml b/stable/quiz-game/5.3.0/ix_values.yaml similarity index 100% rename from stable/quiz-game/5.1.3/ix_values.yaml rename to stable/quiz-game/5.3.0/ix_values.yaml diff --git a/stable/quiz-game/5.1.3/questions.yaml b/stable/quiz-game/5.3.0/questions.yaml similarity index 100% rename from stable/quiz-game/5.1.3/questions.yaml rename to stable/quiz-game/5.3.0/questions.yaml diff --git a/stable/quiz-game/5.1.3/templates/common.yaml b/stable/quiz-game/5.3.0/templates/common.yaml similarity index 100% rename from stable/quiz-game/5.1.3/templates/common.yaml rename to stable/quiz-game/5.3.0/templates/common.yaml diff --git a/stable/rdtclient/4.1.3/values.yaml b/stable/quiz-game/5.3.0/values.yaml similarity index 100% rename from stable/rdtclient/4.1.3/values.yaml rename to stable/quiz-game/5.3.0/values.yaml diff --git a/stable/qwantify/3.1.3/CHANGELOG.md b/stable/qwantify/3.1.3/CHANGELOG.md deleted file mode 100644 index 0663010b9c0..00000000000 --- a/stable/qwantify/3.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [qwantify-2.1.11](https://github.com/truecharts/charts/compare/qwantify-2.1.10...qwantify-2.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [qwantify-2.1.10](https://github.com/truecharts/charts/compare/qwantify-2.1.9...qwantify-2.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [qwantify-2.1.9](https://github.com/truecharts/charts/compare/qwantify-2.1.8...qwantify-2.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [qwantify-2.1.8](https://github.com/truecharts/charts/compare/qwantify-2.1.7...qwantify-2.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [qwantify-2.1.7](https://github.com/truecharts/charts/compare/qwantify-2.1.6...qwantify-2.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [qwantify-2.1.6](https://github.com/truecharts/charts/compare/qwantify-2.1.5...qwantify-2.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [qwantify-2.1.5](https://github.com/truecharts/charts/compare/qwantify-2.1.4...qwantify-2.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [qwantify-2.1.4](https://github.com/truecharts/charts/compare/qwantify-2.1.3...qwantify-2.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [qwantify-2.1.3](https://github.com/truecharts/charts/compare/qwantify-2.1.0...qwantify-2.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/qwantify/3.1.3/Chart.yaml b/stable/qwantify/3.1.3/Chart.yaml deleted file mode 100644 index e029984a21b..00000000000 --- a/stable/qwantify/3.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 20.04.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Play games with your friends right from the browser. -home: https://truecharts.org/charts/stable/qwantify -icon: https://truecharts.org/img/hotlink-ok/chart-icons/qwantify.png -keywords: - - qwantify - - games -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: qwantify -sources: - - https://github.com/wanjohiryan/qwantify - - https://github.com/truecharts/charts/tree/master/charts/stable/qwantify - - https://ghcr.io/wanjohiryan/qwantify -type: application -version: 3.1.3 diff --git a/stable/qwantify/3.1.3/charts/common-18.0.3.tgz b/stable/qwantify/3.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/qwantify/3.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/recyclarr/9.1.3/.helmignore b/stable/qwantify/3.3.0/.helmignore similarity index 100% rename from stable/recyclarr/9.1.3/.helmignore rename to stable/qwantify/3.3.0/.helmignore diff --git a/stable/qwantify/3.3.0/CHANGELOG.md b/stable/qwantify/3.3.0/CHANGELOG.md new file mode 100644 index 00000000000..4a2ae082fdf --- /dev/null +++ b/stable/qwantify/3.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [qwantify-3.3.0](https://github.com/truecharts/charts/compare/qwantify-3.2.3...qwantify-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [qwantify-3.2.3](https://github.com/truecharts/charts/compare/qwantify-3.2.2...qwantify-3.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [qwantify-3.2.2](https://github.com/truecharts/charts/compare/qwantify-3.2.0...qwantify-3.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [qwantify-2.1.11](https://github.com/truecharts/charts/compare/qwantify-2.1.10...qwantify-2.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [qwantify-2.1.10](https://github.com/truecharts/charts/compare/qwantify-2.1.9...qwantify-2.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [qwantify-2.1.9](https://github.com/truecharts/charts/compare/qwantify-2.1.8...qwantify-2.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [qwantify-2.1.8](https://github.com/truecharts/charts/compare/qwantify-2.1.7...qwantify-2.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [qwantify-2.1.7](https://github.com/truecharts/charts/compare/qwantify-2.1.6...qwantify-2.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [qwantify-2.1.6](https://github.com/truecharts/charts/compare/qwantify-2.1.5...qwantify-2.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/qwantify/3.3.0/Chart.yaml b/stable/qwantify/3.3.0/Chart.yaml new file mode 100644 index 00000000000..bbafdfb39e5 --- /dev/null +++ b/stable/qwantify/3.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 20.04.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Play games with your friends right from the browser. +home: https://truecharts.org/charts/stable/qwantify +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qwantify.png +keywords: + - qwantify + - games +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: qwantify +sources: + - https://github.com/wanjohiryan/qwantify + - https://github.com/truecharts/charts/tree/master/charts/stable/qwantify + - https://ghcr.io/wanjohiryan/qwantify +type: application +version: 3.3.0 diff --git a/stable/qwantify/3.1.3/README.md b/stable/qwantify/3.3.0/README.md similarity index 100% rename from stable/qwantify/3.1.3/README.md rename to stable/qwantify/3.3.0/README.md diff --git a/stable/qwantify/3.3.0/app-changelog.md b/stable/qwantify/3.3.0/app-changelog.md new file mode 100644 index 00000000000..f106b6a50a5 --- /dev/null +++ b/stable/qwantify/3.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [qwantify-3.3.0](https://github.com/truecharts/charts/compare/qwantify-3.2.3...qwantify-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/qwantify/3.1.3/app-readme.md b/stable/qwantify/3.3.0/app-readme.md similarity index 100% rename from stable/qwantify/3.1.3/app-readme.md rename to stable/qwantify/3.3.0/app-readme.md diff --git a/stable/qwantify/3.3.0/charts/common-18.2.0.tgz b/stable/qwantify/3.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/qwantify/3.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/qwantify/3.1.3/ix_values.yaml b/stable/qwantify/3.3.0/ix_values.yaml similarity index 100% rename from stable/qwantify/3.1.3/ix_values.yaml rename to stable/qwantify/3.3.0/ix_values.yaml diff --git a/stable/qwantify/3.1.3/questions.yaml b/stable/qwantify/3.3.0/questions.yaml similarity index 100% rename from stable/qwantify/3.1.3/questions.yaml rename to stable/qwantify/3.3.0/questions.yaml diff --git a/stable/resilio-sync/14.2.0/templates/common.yaml b/stable/qwantify/3.3.0/templates/common.yaml similarity index 100% rename from stable/resilio-sync/14.2.0/templates/common.yaml rename to stable/qwantify/3.3.0/templates/common.yaml diff --git a/stable/recyclarr/9.1.3/values.yaml b/stable/qwantify/3.3.0/values.yaml similarity index 100% rename from stable/recyclarr/9.1.3/values.yaml rename to stable/qwantify/3.3.0/values.yaml diff --git a/stable/red-discordbot/5.1.3/.helmignore b/stable/radarr/21.1.0/.helmignore similarity index 100% rename from stable/red-discordbot/5.1.3/.helmignore rename to stable/radarr/21.1.0/.helmignore diff --git a/stable/radarr/21.1.0/CHANGELOG.md b/stable/radarr/21.1.0/CHANGELOG.md new file mode 100644 index 00000000000..70d661a9fe1 --- /dev/null +++ b/stable/radarr/21.1.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [radarr-21.1.0](https://github.com/truecharts/charts/compare/radarr-21.0.3...radarr-21.1.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [radarr-21.0.3](https://github.com/truecharts/charts/compare/radarr-21.0.2...radarr-21.0.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [radarr-21.0.2](https://github.com/truecharts/charts/compare/radarr-21.0.0...radarr-21.0.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + +## [radarr-19.1.12](https://github.com/truecharts/charts/compare/radarr-19.1.11...radarr-19.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [radarr-19.1.11](https://github.com/truecharts/charts/compare/radarr-19.1.10...radarr-19.1.11) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/onedr0p/exportarr to v1.6.1[@60cf3d4](https://github.com/60cf3d4) by renovate ([#17725](https://github.com/truecharts/charts/issues/17725)) + + +## [radarr-19.1.10](https://github.com/truecharts/charts/compare/radarr-19.1.9...radarr-19.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [radarr-19.1.9](https://github.com/truecharts/charts/compare/radarr-19.1.8...radarr-19.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [radarr-19.1.8](https://github.com/truecharts/charts/compare/radarr-19.1.7...radarr-19.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [radarr-19.1.7](https://github.com/truecharts/charts/compare/radarr-19.1.6...radarr-19.1.7) (2024-01-21) diff --git a/stable/radarr/21.1.0/Chart.yaml b/stable/radarr/21.1.0/Chart.yaml new file mode 100644 index 00000000000..4377bdaa72b --- /dev/null +++ b/stable/radarr/21.1.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.3.6.8612 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A fork of Sonarr to work with movies à la Couchpotato +home: https://truecharts.org/charts/stable/radarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/radarr.png +keywords: + - radarr + - torrent + - usenet +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: radarr +sources: + - https://github.com/Radarr/Radarr + - https://github.com/truecharts/charts/tree/master/charts/stable/radarr + - https://ghcr.io/onedr0p/exportarr + - https://ghcr.io/onedr0p/radarr +type: application +version: 21.1.0 diff --git a/stable/radarr/21.1.0/README.md b/stable/radarr/21.1.0/README.md new file mode 100644 index 00000000000..0915ee0aa5e --- /dev/null +++ b/stable/radarr/21.1.0/README.md @@ -0,0 +1,28 @@ +--- +title: README +--- + +## General Info + +TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. +However only installations using the TrueNAS SCALE Apps system are supported. + +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/radarr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +_All Rights Reserved - The TrueCharts Project_ diff --git a/stable/radarr/21.1.0/app-changelog.md b/stable/radarr/21.1.0/app-changelog.md new file mode 100644 index 00000000000..210d0bc528f --- /dev/null +++ b/stable/radarr/21.1.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [radarr-21.1.0](https://github.com/truecharts/charts/compare/radarr-21.0.3...radarr-21.1.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/radarr/21.1.0/app-readme.md b/stable/radarr/21.1.0/app-readme.md new file mode 100644 index 00000000000..94d71850296 --- /dev/null +++ b/stable/radarr/21.1.0/app-readme.md @@ -0,0 +1,8 @@ +A fork of Sonarr to work with movies à la Couchpotato + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/radarr](https://truecharts.org/charts/stable/radarr) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! diff --git a/stable/radarr/21.1.0/charts/common-18.2.0.tgz b/stable/radarr/21.1.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/radarr/21.1.0/charts/common-18.2.0.tgz differ diff --git a/stable/radarr/21.1.0/ix_values.yaml b/stable/radarr/21.1.0/ix_values.yaml new file mode 100644 index 00000000000..237139e346c --- /dev/null +++ b/stable/radarr/21.1.0/ix_values.yaml @@ -0,0 +1,108 @@ +image: + repository: ghcr.io/onedr0p/radarr + pullPolicy: IfNotPresent + tag: 5.3.6.8612@sha256:8d299e59fce7f947643bc709dce6b4d0780d8eb092575274b396eebe7f9e1cfa +exportarrImage: + repository: ghcr.io/onedr0p/exportarr + pullPolicy: IfNotPresent + tag: v2.0.0@sha256:760327e885a9bb5b818b56e8a6f818c9570eeaa9484bed122028adbf80bcaeb9 +securityContext: + container: + readOnlyRootFilesystem: false +service: + main: + ports: + main: + port: 7878 + metrics: + enabled: true + type: ClusterIP + targetSelector: exportarr + ports: + metrics: + enabled: true + port: 7879 + targetSelector: exportarr +workload: + main: + podSpec: + containers: + main: + probes: + readiness: + enabled: true + type: http + path: /ping + liveness: + enabled: true + type: http + path: /ping + startup: + enabled: true + type: http + path: /ping + env: + RADARR__PORT: "{{ .Values.service.main.ports.main.port }}" + exportarr: + enabled: true + type: Deployment + strategy: RollingUpdate + replicas: 1 + podSpec: + containers: + exportarr: + primary: true + enabled: true + imageSelector: exportarrImage + args: + - radarr + probes: + liveness: + enabled: true + type: http + path: /healthz + port: "{{ .Values.service.metrics.ports.metrics.port }}" + readiness: + enabled: true + type: http + path: /healthz + port: "{{ .Values.service.metrics.ports.metrics.port }}" + startup: + enabled: true + type: http + path: /healthz + port: "{{ .Values.service.metrics.ports.metrics.port }}" + env: + INTERFACE: 0.0.0.0 + PORT: "{{ .Values.service.metrics.ports.metrics.port }}" + URL: '{{ printf "http://%v:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.main.ports.main.port }}' + # additional metrics (slow) + # ENABLE_ADDITIONAL_METRICS: false + # enable gathering unknown queue items + # ENABLE_UNKNOWN_QUEUE_ITEMS: false + CONFIG: "/config/config.xml" +persistence: + config: + enabled: true + targetSelector: + main: + main: + mountPath: /config + exportarr: + exportarr: + mountPath: /config + readOnly: true +metrics: + main: + enabled: true + type: "servicemonitor" + endpoints: + - port: metrics + path: /metrics + targetSelector: metrics + prometheusRule: + enabled: false +portal: + open: + enabled: true +updated: true diff --git a/stable/radarr/21.1.0/questions.yaml b/stable/radarr/21.1.0/questions.yaml new file mode 100755 index 00000000000..fb70bd2d477 --- /dev/null +++ b/stable/radarr/21.1.0/questions.yaml @@ -0,0 +1,2899 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: App Configuration + label: Image Environment + schema: + additional_attrs: true + type: dict + attrs: + - variable: RADARR__AUTHENTICATION_METHOD + label: Auth Method + description: Sets the auth method. + schema: + type: string + default: "" + enum: + - value: "" + description: In-App Setting + - value: External + description: External/None + - value: Basic + description: Basic + - value: Forms + description: Forms + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 7878 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: config + label: App Config Storage + description: Stores the Application Configuration. + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: metrics + group: Metrics + label: Prometheus Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: Main Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable Prometheus Metrics + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: prometheusRule + label: PrometheusRule + description: Enable and configure Prometheus Rules for the App. + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable Prometheus Metrics + schema: + type: boolean + default: false + # TODO: Rule List section + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/reg/13.1.3/templates/NOTES.txt b/stable/radarr/21.1.0/templates/NOTES.txt similarity index 100% rename from stable/reg/13.1.3/templates/NOTES.txt rename to stable/radarr/21.1.0/templates/NOTES.txt diff --git a/stable/radarr/21.1.0/templates/common.yaml b/stable/radarr/21.1.0/templates/common.yaml new file mode 100644 index 00000000000..3c93f578611 --- /dev/null +++ b/stable/radarr/21.1.0/templates/common.yaml @@ -0,0 +1,11 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.v1.common.loader.init" . -}} + +{{/* Disable [exportarr] if requested */}} +{{- if not .Values.metrics.main.enabled -}} + {{- $_ := set .Values.workload.exportarr "enabled" false -}} + {{- $_ := set .Values.service.metrics "enabled" false -}} +{{- end -}} + +{{/* Render the templates */}} +{{- include "tc.v1.common.loader.apply" . -}} diff --git a/stable/red-discordbot/5.1.3/values.yaml b/stable/radarr/21.1.0/values.yaml similarity index 100% rename from stable/red-discordbot/5.1.3/values.yaml rename to stable/radarr/21.1.0/values.yaml diff --git a/stable/radarrsync/5.1.3/CHANGELOG.md b/stable/radarrsync/5.1.3/CHANGELOG.md deleted file mode 100644 index dbd895ec1f2..00000000000 --- a/stable/radarrsync/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [radarrsync-4.1.11](https://github.com/truecharts/charts/compare/radarrsync-4.1.10...radarrsync-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [radarrsync-4.1.10](https://github.com/truecharts/charts/compare/radarrsync-4.1.9...radarrsync-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [radarrsync-4.1.9](https://github.com/truecharts/charts/compare/radarrsync-4.1.8...radarrsync-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [radarrsync-4.1.8](https://github.com/truecharts/charts/compare/radarrsync-4.1.7...radarrsync-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [radarrsync-4.1.7](https://github.com/truecharts/charts/compare/radarrsync-4.1.6...radarrsync-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [radarrsync-4.1.6](https://github.com/truecharts/charts/compare/radarrsync-4.1.5...radarrsync-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [radarrsync-4.1.5](https://github.com/truecharts/charts/compare/radarrsync-4.1.4...radarrsync-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [radarrsync-4.1.4](https://github.com/truecharts/charts/compare/radarrsync-4.1.3...radarrsync-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [radarrsync-4.1.3](https://github.com/truecharts/charts/compare/radarrsync-4.1.0...radarrsync-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/radarrsync/5.1.3/Chart.yaml b/stable/radarrsync/5.1.3/Chart.yaml deleted file mode 100644 index 56432b82ad9..00000000000 --- a/stable/radarrsync/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: RadarrSync Syncs two Radarr servers through web API. This is a modified version designed to be run in a Chart Chart. This version supports only two servers. -home: https://truecharts.org/charts/stable/radarrsync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/radarrsync.png -keywords: - - radarrsync - - Downloaders -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: radarrsync -sources: - - https://github.com/dairefinn/RadarrSync - - https://github.com/truecharts/charts/tree/master/charts/stable/radarrsync - - https://hub.docker.com/r/dmanius/radarrsync-docker -type: application -version: 5.1.3 diff --git a/stable/radarrsync/5.1.3/charts/common-18.0.3.tgz b/stable/radarrsync/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/radarrsync/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/redisinsight/6.1.3/.helmignore b/stable/radarrsync/5.3.0/.helmignore similarity index 100% rename from stable/redisinsight/6.1.3/.helmignore rename to stable/radarrsync/5.3.0/.helmignore diff --git a/stable/radarrsync/5.3.0/CHANGELOG.md b/stable/radarrsync/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..4a22e8c4646 --- /dev/null +++ b/stable/radarrsync/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [radarrsync-5.3.0](https://github.com/truecharts/charts/compare/radarrsync-5.2.3...radarrsync-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [radarrsync-5.2.3](https://github.com/truecharts/charts/compare/radarrsync-5.2.2...radarrsync-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [radarrsync-5.2.2](https://github.com/truecharts/charts/compare/radarrsync-5.2.0...radarrsync-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [radarrsync-4.1.11](https://github.com/truecharts/charts/compare/radarrsync-4.1.10...radarrsync-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [radarrsync-4.1.10](https://github.com/truecharts/charts/compare/radarrsync-4.1.9...radarrsync-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [radarrsync-4.1.9](https://github.com/truecharts/charts/compare/radarrsync-4.1.8...radarrsync-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [radarrsync-4.1.8](https://github.com/truecharts/charts/compare/radarrsync-4.1.7...radarrsync-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [radarrsync-4.1.7](https://github.com/truecharts/charts/compare/radarrsync-4.1.6...radarrsync-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [radarrsync-4.1.6](https://github.com/truecharts/charts/compare/radarrsync-4.1.5...radarrsync-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/radarrsync/5.3.0/Chart.yaml b/stable/radarrsync/5.3.0/Chart.yaml new file mode 100644 index 00000000000..c803b88fce0 --- /dev/null +++ b/stable/radarrsync/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: RadarrSync Syncs two Radarr servers through web API. This is a modified version designed to be run in a Chart Chart. This version supports only two servers. +home: https://truecharts.org/charts/stable/radarrsync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/radarrsync.png +keywords: + - radarrsync + - Downloaders +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: radarrsync +sources: + - https://github.com/dairefinn/RadarrSync + - https://github.com/truecharts/charts/tree/master/charts/stable/radarrsync + - https://hub.docker.com/r/dmanius/radarrsync-docker +type: application +version: 5.3.0 diff --git a/stable/radarrsync/5.1.3/README.md b/stable/radarrsync/5.3.0/README.md similarity index 100% rename from stable/radarrsync/5.1.3/README.md rename to stable/radarrsync/5.3.0/README.md diff --git a/stable/radarrsync/5.3.0/app-changelog.md b/stable/radarrsync/5.3.0/app-changelog.md new file mode 100644 index 00000000000..74b4aafd47b --- /dev/null +++ b/stable/radarrsync/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [radarrsync-5.3.0](https://github.com/truecharts/charts/compare/radarrsync-5.2.3...radarrsync-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/radarrsync/5.1.3/app-readme.md b/stable/radarrsync/5.3.0/app-readme.md similarity index 100% rename from stable/radarrsync/5.1.3/app-readme.md rename to stable/radarrsync/5.3.0/app-readme.md diff --git a/stable/radarrsync/5.3.0/charts/common-18.2.0.tgz b/stable/radarrsync/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/radarrsync/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/radarrsync/5.1.3/ix_values.yaml b/stable/radarrsync/5.3.0/ix_values.yaml similarity index 100% rename from stable/radarrsync/5.1.3/ix_values.yaml rename to stable/radarrsync/5.3.0/ix_values.yaml diff --git a/stable/radarrsync/5.1.3/questions.yaml b/stable/radarrsync/5.3.0/questions.yaml similarity index 100% rename from stable/radarrsync/5.1.3/questions.yaml rename to stable/radarrsync/5.3.0/questions.yaml diff --git a/stable/radarrsync/5.1.3/templates/common.yaml b/stable/radarrsync/5.3.0/templates/common.yaml similarity index 100% rename from stable/radarrsync/5.1.3/templates/common.yaml rename to stable/radarrsync/5.3.0/templates/common.yaml diff --git a/stable/redisinsight/6.1.3/values.yaml b/stable/radarrsync/5.3.0/values.yaml similarity index 100% rename from stable/redisinsight/6.1.3/values.yaml rename to stable/radarrsync/5.3.0/values.yaml diff --git a/stable/radicale/5.1.3/CHANGELOG.md b/stable/radicale/5.1.3/CHANGELOG.md deleted file mode 100644 index 87de48e57c5..00000000000 --- a/stable/radicale/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [radicale-4.1.12](https://github.com/truecharts/charts/compare/radicale-4.1.11...radicale-4.1.12) (2024-02-04) - - -## [radicale-4.1.11](https://github.com/truecharts/charts/compare/radicale-4.1.10...radicale-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [radicale-4.1.10](https://github.com/truecharts/charts/compare/radicale-4.1.9...radicale-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [radicale-4.1.9](https://github.com/truecharts/charts/compare/radicale-4.1.8...radicale-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [radicale-4.1.8](https://github.com/truecharts/charts/compare/radicale-4.1.7...radicale-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [radicale-4.1.7](https://github.com/truecharts/charts/compare/radicale-4.1.6...radicale-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [radicale-4.1.6](https://github.com/truecharts/charts/compare/radicale-4.1.5...radicale-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [radicale-4.1.5](https://github.com/truecharts/charts/compare/radicale-4.1.4...radicale-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [radicale-4.1.4](https://github.com/truecharts/charts/compare/radicale-4.1.3...radicale-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [radicale-4.1.3](https://github.com/truecharts/charts/compare/radicale-4.1.0...radicale-4.1.3) (2024-01-01) - -### Chore diff --git a/stable/radicale/5.1.3/Chart.yaml b/stable/radicale/5.1.3/Chart.yaml deleted file mode 100644 index 68f87f4a238..00000000000 --- a/stable/radicale/5.1.3/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: radicale - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.1.8.3 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts) server. -home: https://truecharts.org/charts/stable/radicale -icon: https://truecharts.org/img/hotlink-ok/chart-icons/radicale.png -keywords: - - radicale - - CalDAV - - CardDAV - - calendars - - contacts - - tasks - - to-do -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: radicale -sources: - - https://github.com/tomsquest/docker-radicale - - https://radicale.org/ - - https://github.com/Kozea/Radicale - - https://github.com/truecharts/charts/tree/master/charts/stable/radicale - - https://hub.docker.com/r/tomsquest/docker-radicale -type: application -version: 5.1.3 diff --git a/stable/radicale/5.1.3/charts/common-18.0.3.tgz b/stable/radicale/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/radicale/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/redm/5.1.3/.helmignore b/stable/radicale/5.3.0/.helmignore similarity index 100% rename from stable/redm/5.1.3/.helmignore rename to stable/radicale/5.3.0/.helmignore diff --git a/stable/radicale/5.3.0/CHANGELOG.md b/stable/radicale/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..623b6230336 --- /dev/null +++ b/stable/radicale/5.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [radicale-5.3.0](https://github.com/truecharts/charts/compare/radicale-5.2.3...radicale-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [radicale-5.2.3](https://github.com/truecharts/charts/compare/radicale-5.2.2...radicale-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [radicale-5.2.2](https://github.com/truecharts/charts/compare/radicale-5.2.0...radicale-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [radicale-4.1.12](https://github.com/truecharts/charts/compare/radicale-4.1.11...radicale-4.1.12) (2024-02-04) + + +## [radicale-4.1.11](https://github.com/truecharts/charts/compare/radicale-4.1.10...radicale-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [radicale-4.1.10](https://github.com/truecharts/charts/compare/radicale-4.1.9...radicale-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [radicale-4.1.9](https://github.com/truecharts/charts/compare/radicale-4.1.8...radicale-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [radicale-4.1.8](https://github.com/truecharts/charts/compare/radicale-4.1.7...radicale-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [radicale-4.1.7](https://github.com/truecharts/charts/compare/radicale-4.1.6...radicale-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [radicale-4.1.6](https://github.com/truecharts/charts/compare/radicale-4.1.5...radicale-4.1.6) (2024-01-09) + +### Chore \ No newline at end of file diff --git a/stable/radicale/5.3.0/Chart.yaml b/stable/radicale/5.3.0/Chart.yaml new file mode 100644 index 00000000000..c11888be78a --- /dev/null +++ b/stable/radicale/5.3.0/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: radicale + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.1.8.3 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts) server. +home: https://truecharts.org/charts/stable/radicale +icon: https://truecharts.org/img/hotlink-ok/chart-icons/radicale.png +keywords: + - radicale + - CalDAV + - CardDAV + - calendars + - contacts + - tasks + - to-do +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: radicale +sources: + - https://github.com/tomsquest/docker-radicale + - https://radicale.org/ + - https://github.com/Kozea/Radicale + - https://github.com/truecharts/charts/tree/master/charts/stable/radicale + - https://hub.docker.com/r/tomsquest/docker-radicale +type: application +version: 5.3.0 diff --git a/stable/radicale/5.1.3/README.md b/stable/radicale/5.3.0/README.md similarity index 100% rename from stable/radicale/5.1.3/README.md rename to stable/radicale/5.3.0/README.md diff --git a/stable/radicale/5.3.0/app-changelog.md b/stable/radicale/5.3.0/app-changelog.md new file mode 100644 index 00000000000..cff700c52c5 --- /dev/null +++ b/stable/radicale/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [radicale-5.3.0](https://github.com/truecharts/charts/compare/radicale-5.2.3...radicale-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/radicale/5.1.3/app-readme.md b/stable/radicale/5.3.0/app-readme.md similarity index 100% rename from stable/radicale/5.1.3/app-readme.md rename to stable/radicale/5.3.0/app-readme.md diff --git a/stable/radicale/5.3.0/charts/common-18.2.0.tgz b/stable/radicale/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/radicale/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/radicale/5.1.3/ix_values.yaml b/stable/radicale/5.3.0/ix_values.yaml similarity index 100% rename from stable/radicale/5.1.3/ix_values.yaml rename to stable/radicale/5.3.0/ix_values.yaml diff --git a/stable/radicale/5.1.3/questions.yaml b/stable/radicale/5.3.0/questions.yaml similarity index 100% rename from stable/radicale/5.1.3/questions.yaml rename to stable/radicale/5.3.0/questions.yaml diff --git a/stable/remmina/10.1.3/templates/NOTES.txt b/stable/radicale/5.3.0/templates/NOTES.txt similarity index 100% rename from stable/remmina/10.1.3/templates/NOTES.txt rename to stable/radicale/5.3.0/templates/NOTES.txt diff --git a/stable/radicale/5.1.3/templates/_configmap.tpl b/stable/radicale/5.3.0/templates/_configmap.tpl similarity index 100% rename from stable/radicale/5.1.3/templates/_configmap.tpl rename to stable/radicale/5.3.0/templates/_configmap.tpl diff --git a/stable/radicale/5.1.3/templates/common.yaml b/stable/radicale/5.3.0/templates/common.yaml similarity index 100% rename from stable/radicale/5.1.3/templates/common.yaml rename to stable/radicale/5.3.0/templates/common.yaml diff --git a/stable/redm/5.1.3/values.yaml b/stable/radicale/5.3.0/values.yaml similarity index 100% rename from stable/redm/5.1.3/values.yaml rename to stable/radicale/5.3.0/values.yaml diff --git a/stable/rapidphotodownloader/5.1.3/CHANGELOG.md b/stable/rapidphotodownloader/5.1.3/CHANGELOG.md deleted file mode 100644 index 24541904790..00000000000 --- a/stable/rapidphotodownloader/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [rapidphotodownloader-4.1.12](https://github.com/truecharts/charts/compare/rapidphotodownloader-4.1.11...rapidphotodownloader-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [rapidphotodownloader-4.1.11](https://github.com/truecharts/charts/compare/rapidphotodownloader-4.1.10...rapidphotodownloader-4.1.11) (2024-01-29) - -### Chore - - - -- update container image ich777/rapidphotodownloader to latest[@5d4af0a](https://github.com/5d4af0a) by renovate ([#17636](https://github.com/truecharts/charts/issues/17636)) - - -## [rapidphotodownloader-4.1.10](https://github.com/truecharts/charts/compare/rapidphotodownloader-4.1.9...rapidphotodownloader-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [rapidphotodownloader-4.1.9](https://github.com/truecharts/charts/compare/rapidphotodownloader-4.1.8...rapidphotodownloader-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [rapidphotodownloader-4.1.8](https://github.com/truecharts/charts/compare/rapidphotodownloader-4.1.7...rapidphotodownloader-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [rapidphotodownloader-4.1.7](https://github.com/truecharts/charts/compare/rapidphotodownloader-4.1.6...rapidphotodownloader-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [rapidphotodownloader-4.1.6](https://github.com/truecharts/charts/compare/rapidphotodownloader-4.1.5...rapidphotodownloader-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [rapidphotodownloader-4.1.5](https://github.com/truecharts/charts/compare/rapidphotodownloader-4.1.4...rapidphotodownloader-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [rapidphotodownloader-4.1.4](https://github.com/truecharts/charts/compare/rapidphotodownloader-4.1.3...rapidphotodownloader-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/rapidphotodownloader/5.1.3/Chart.yaml b/stable/rapidphotodownloader/5.1.3/Chart.yaml deleted file mode 100644 index c3a62a45367..00000000000 --- a/stable/rapidphotodownloader/5.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaApp-Photos - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install Rapid Photo Downloader. -home: https://truecharts.org/charts/stable/rapidphotodownloader -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rapidphotodownloader.png -keywords: - - rapidphotodownloader - - MediaApp-Photos - - Productivity - - Tools-Utilities - - Backup -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rapidphotodownloader -sources: - - https://www.damonlynch.net/rapid/ - - https://github.com/truecharts/charts/tree/master/charts/stable/rapidphotodownloader - - https://hub.docker.com/r/ich777/rapidphotodownloader -type: application -version: 5.1.3 diff --git a/stable/rapidphotodownloader/5.1.3/charts/common-18.0.3.tgz b/stable/rapidphotodownloader/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/rapidphotodownloader/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/redmine/11.1.3/.helmignore b/stable/rapidphotodownloader/5.3.0/.helmignore similarity index 100% rename from stable/redmine/11.1.3/.helmignore rename to stable/rapidphotodownloader/5.3.0/.helmignore diff --git a/stable/rapidphotodownloader/5.3.0/CHANGELOG.md b/stable/rapidphotodownloader/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..e9f89cd4e0d --- /dev/null +++ b/stable/rapidphotodownloader/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rapidphotodownloader-5.3.0](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.2.3...rapidphotodownloader-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [rapidphotodownloader-5.2.3](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.2.2...rapidphotodownloader-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [rapidphotodownloader-5.2.2](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.2.0...rapidphotodownloader-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [rapidphotodownloader-4.1.12](https://github.com/truecharts/charts/compare/rapidphotodownloader-4.1.11...rapidphotodownloader-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [rapidphotodownloader-4.1.11](https://github.com/truecharts/charts/compare/rapidphotodownloader-4.1.10...rapidphotodownloader-4.1.11) (2024-01-29) + +### Chore + + + +- update container image ich777/rapidphotodownloader to latest[@5d4af0a](https://github.com/5d4af0a) by renovate ([#17636](https://github.com/truecharts/charts/issues/17636)) + + +## [rapidphotodownloader-4.1.10](https://github.com/truecharts/charts/compare/rapidphotodownloader-4.1.9...rapidphotodownloader-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [rapidphotodownloader-4.1.9](https://github.com/truecharts/charts/compare/rapidphotodownloader-4.1.8...rapidphotodownloader-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [rapidphotodownloader-4.1.8](https://github.com/truecharts/charts/compare/rapidphotodownloader-4.1.7...rapidphotodownloader-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [rapidphotodownloader-4.1.7](https://github.com/truecharts/charts/compare/rapidphotodownloader-4.1.6...rapidphotodownloader-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/rapidphotodownloader/5.3.0/Chart.yaml b/stable/rapidphotodownloader/5.3.0/Chart.yaml new file mode 100644 index 00000000000..8b8c589cebe --- /dev/null +++ b/stable/rapidphotodownloader/5.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Photos + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install Rapid Photo Downloader. +home: https://truecharts.org/charts/stable/rapidphotodownloader +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rapidphotodownloader.png +keywords: + - rapidphotodownloader + - MediaApp-Photos + - Productivity + - Tools-Utilities + - Backup +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rapidphotodownloader +sources: + - https://www.damonlynch.net/rapid/ + - https://github.com/truecharts/charts/tree/master/charts/stable/rapidphotodownloader + - https://hub.docker.com/r/ich777/rapidphotodownloader +type: application +version: 5.3.0 diff --git a/stable/rapidphotodownloader/5.1.3/README.md b/stable/rapidphotodownloader/5.3.0/README.md similarity index 100% rename from stable/rapidphotodownloader/5.1.3/README.md rename to stable/rapidphotodownloader/5.3.0/README.md diff --git a/stable/rapidphotodownloader/5.3.0/app-changelog.md b/stable/rapidphotodownloader/5.3.0/app-changelog.md new file mode 100644 index 00000000000..035ceb7a3ca --- /dev/null +++ b/stable/rapidphotodownloader/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rapidphotodownloader-5.3.0](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.2.3...rapidphotodownloader-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/rapidphotodownloader/5.1.3/app-readme.md b/stable/rapidphotodownloader/5.3.0/app-readme.md similarity index 100% rename from stable/rapidphotodownloader/5.1.3/app-readme.md rename to stable/rapidphotodownloader/5.3.0/app-readme.md diff --git a/stable/rapidphotodownloader/5.3.0/charts/common-18.2.0.tgz b/stable/rapidphotodownloader/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/rapidphotodownloader/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/rapidphotodownloader/5.1.3/ix_values.yaml b/stable/rapidphotodownloader/5.3.0/ix_values.yaml similarity index 100% rename from stable/rapidphotodownloader/5.1.3/ix_values.yaml rename to stable/rapidphotodownloader/5.3.0/ix_values.yaml diff --git a/stable/rapidphotodownloader/5.1.3/questions.yaml b/stable/rapidphotodownloader/5.3.0/questions.yaml similarity index 100% rename from stable/rapidphotodownloader/5.1.3/questions.yaml rename to stable/rapidphotodownloader/5.3.0/questions.yaml diff --git a/stable/rapidphotodownloader/5.1.3/templates/common.yaml b/stable/rapidphotodownloader/5.3.0/templates/common.yaml similarity index 100% rename from stable/rapidphotodownloader/5.1.3/templates/common.yaml rename to stable/rapidphotodownloader/5.3.0/templates/common.yaml diff --git a/stable/redmine/11.1.3/values.yaml b/stable/rapidphotodownloader/5.3.0/values.yaml similarity index 100% rename from stable/redmine/11.1.3/values.yaml rename to stable/rapidphotodownloader/5.3.0/values.yaml diff --git a/stable/rcon-webadmin/8.1.3/CHANGELOG.md b/stable/rcon-webadmin/8.1.3/CHANGELOG.md deleted file mode 100644 index 99087e0c2cf..00000000000 --- a/stable/rcon-webadmin/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [rcon-webadmin-7.1.11](https://github.com/truecharts/charts/compare/rcon-webadmin-7.1.10...rcon-webadmin-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [rcon-webadmin-7.1.10](https://github.com/truecharts/charts/compare/rcon-webadmin-7.1.9...rcon-webadmin-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [rcon-webadmin-7.1.9](https://github.com/truecharts/charts/compare/rcon-webadmin-7.1.8...rcon-webadmin-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [rcon-webadmin-7.1.8](https://github.com/truecharts/charts/compare/rcon-webadmin-7.1.7...rcon-webadmin-7.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [rcon-webadmin-7.1.7](https://github.com/truecharts/charts/compare/rcon-webadmin-7.1.6...rcon-webadmin-7.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [rcon-webadmin-7.1.6](https://github.com/truecharts/charts/compare/rcon-webadmin-7.1.5...rcon-webadmin-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [rcon-webadmin-7.1.5](https://github.com/truecharts/charts/compare/rcon-webadmin-7.1.4...rcon-webadmin-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [rcon-webadmin-7.1.4](https://github.com/truecharts/charts/compare/rcon-webadmin-7.1.3...rcon-webadmin-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [rcon-webadmin-7.1.3](https://github.com/truecharts/charts/compare/rcon-webadmin-7.1.0...rcon-webadmin-7.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/rcon-webadmin/8.1.3/Chart.yaml b/stable/rcon-webadmin/8.1.3/Chart.yaml deleted file mode 100644 index 7d7fe267326..00000000000 --- a/stable/rcon-webadmin/8.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.14.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Out of the box, RCON Web Admin can check users for high ping, VAC status, or filter the chat for you around the clock. -home: https://truecharts.org/charts/stable/rcon-webadmin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rcon-webadmin.png -keywords: - - rcon-webadmin - - GameServers - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rcon-webadmin -sources: - - https://github.com/rcon-web-admin/rcon-web-admin - - https://github.com/truecharts/charts/tree/master/charts/stable/rcon-webadmin - - https://hub.docker.com/r/itzg/rcon -type: application -version: 8.1.3 diff --git a/stable/rcon-webadmin/8.1.3/charts/common-18.0.3.tgz b/stable/rcon-webadmin/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/rcon-webadmin/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/reg/13.1.3/.helmignore b/stable/rcon-webadmin/8.3.0/.helmignore similarity index 100% rename from stable/reg/13.1.3/.helmignore rename to stable/rcon-webadmin/8.3.0/.helmignore diff --git a/stable/rcon-webadmin/8.3.0/CHANGELOG.md b/stable/rcon-webadmin/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..8aa40ff7ac7 --- /dev/null +++ b/stable/rcon-webadmin/8.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rcon-webadmin-8.3.0](https://github.com/truecharts/charts/compare/rcon-webadmin-8.2.3...rcon-webadmin-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [rcon-webadmin-8.2.3](https://github.com/truecharts/charts/compare/rcon-webadmin-8.2.2...rcon-webadmin-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [rcon-webadmin-8.2.2](https://github.com/truecharts/charts/compare/rcon-webadmin-8.2.0...rcon-webadmin-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [rcon-webadmin-7.1.11](https://github.com/truecharts/charts/compare/rcon-webadmin-7.1.10...rcon-webadmin-7.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [rcon-webadmin-7.1.10](https://github.com/truecharts/charts/compare/rcon-webadmin-7.1.9...rcon-webadmin-7.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [rcon-webadmin-7.1.9](https://github.com/truecharts/charts/compare/rcon-webadmin-7.1.8...rcon-webadmin-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [rcon-webadmin-7.1.8](https://github.com/truecharts/charts/compare/rcon-webadmin-7.1.7...rcon-webadmin-7.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [rcon-webadmin-7.1.7](https://github.com/truecharts/charts/compare/rcon-webadmin-7.1.6...rcon-webadmin-7.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [rcon-webadmin-7.1.6](https://github.com/truecharts/charts/compare/rcon-webadmin-7.1.5...rcon-webadmin-7.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/rcon-webadmin/8.3.0/Chart.yaml b/stable/rcon-webadmin/8.3.0/Chart.yaml new file mode 100644 index 00000000000..0014fc0f156 --- /dev/null +++ b/stable/rcon-webadmin/8.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.14.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Out of the box, RCON Web Admin can check users for high ping, VAC status, or filter the chat for you around the clock. +home: https://truecharts.org/charts/stable/rcon-webadmin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rcon-webadmin.png +keywords: + - rcon-webadmin + - GameServers + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rcon-webadmin +sources: + - https://github.com/rcon-web-admin/rcon-web-admin + - https://github.com/truecharts/charts/tree/master/charts/stable/rcon-webadmin + - https://hub.docker.com/r/itzg/rcon +type: application +version: 8.3.0 diff --git a/stable/rcon-webadmin/8.1.3/README.md b/stable/rcon-webadmin/8.3.0/README.md similarity index 100% rename from stable/rcon-webadmin/8.1.3/README.md rename to stable/rcon-webadmin/8.3.0/README.md diff --git a/stable/rcon-webadmin/8.3.0/app-changelog.md b/stable/rcon-webadmin/8.3.0/app-changelog.md new file mode 100644 index 00000000000..9ec6dd251a0 --- /dev/null +++ b/stable/rcon-webadmin/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rcon-webadmin-8.3.0](https://github.com/truecharts/charts/compare/rcon-webadmin-8.2.3...rcon-webadmin-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/rcon-webadmin/8.1.3/app-readme.md b/stable/rcon-webadmin/8.3.0/app-readme.md similarity index 100% rename from stable/rcon-webadmin/8.1.3/app-readme.md rename to stable/rcon-webadmin/8.3.0/app-readme.md diff --git a/stable/rcon-webadmin/8.3.0/charts/common-18.2.0.tgz b/stable/rcon-webadmin/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/rcon-webadmin/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/rcon-webadmin/8.1.3/ix_values.yaml b/stable/rcon-webadmin/8.3.0/ix_values.yaml similarity index 100% rename from stable/rcon-webadmin/8.1.3/ix_values.yaml rename to stable/rcon-webadmin/8.3.0/ix_values.yaml diff --git a/stable/rcon-webadmin/8.1.3/questions.yaml b/stable/rcon-webadmin/8.3.0/questions.yaml similarity index 100% rename from stable/rcon-webadmin/8.1.3/questions.yaml rename to stable/rcon-webadmin/8.3.0/questions.yaml diff --git a/stable/requestrr/10.1.3/templates/NOTES.txt b/stable/rcon-webadmin/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/requestrr/10.1.3/templates/NOTES.txt rename to stable/rcon-webadmin/8.3.0/templates/NOTES.txt diff --git a/stable/rcon-webadmin/8.1.3/templates/common.yaml b/stable/rcon-webadmin/8.3.0/templates/common.yaml similarity index 100% rename from stable/rcon-webadmin/8.1.3/templates/common.yaml rename to stable/rcon-webadmin/8.3.0/templates/common.yaml diff --git a/stable/reg/13.1.3/values.yaml b/stable/rcon-webadmin/8.3.0/values.yaml similarity index 100% rename from stable/reg/13.1.3/values.yaml rename to stable/rcon-webadmin/8.3.0/values.yaml diff --git a/stable/rdesktop/8.2.0/CHANGELOG.md b/stable/rdesktop/8.2.0/CHANGELOG.md deleted file mode 100644 index 87652fe3358..00000000000 --- a/stable/rdesktop/8.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - -## [rdesktop-7.1.176](https://github.com/truecharts/charts/compare/rdesktop-7.1.152...rdesktop-7.1.176) (2024-02-12) - -### Chore - - - -- update rdesktop by renovate ([#18118](https://github.com/truecharts/charts/issues/18118)) - - -## [rdesktop-7.1.152](https://github.com/truecharts/charts/compare/rdesktop-7.1.134...rdesktop-7.1.152) (2024-02-05) - -### Chore - - - -- update rdesktop by renovate ([#17901](https://github.com/truecharts/charts/issues/17901)) - - -## [rdesktop-7.1.134](https://github.com/truecharts/charts/compare/rdesktop-7.1.133...rdesktop-7.1.134) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [rdesktop-7.1.133](https://github.com/truecharts/charts/compare/rdesktop-7.1.127...rdesktop-7.1.133) (2024-02-03) - -### Chore - - - -- update rdesktop by renovate ([#17799](https://github.com/truecharts/charts/issues/17799)) - - -## [rdesktop-7.1.127](https://github.com/truecharts/charts/compare/rdesktop-7.1.126...rdesktop-7.1.127) (2024-01-29) - -### Chore - - - -- update container image lscr.io/linuxserver/rdesktop to ubuntu-kde[@b7593e8](https://github.com/b7593e8) by renovate ([#17720](https://github.com/truecharts/charts/issues/17720)) - - -## [rdesktop-7.1.126](https://github.com/truecharts/charts/compare/rdesktop-7.1.104...rdesktop-7.1.126) (2024-01-29) - -### Chore - - - -- update rdesktop by renovate ([#17657](https://github.com/truecharts/charts/issues/17657)) - - -## [rdesktop-7.1.104](https://github.com/truecharts/charts/compare/rdesktop-7.1.103...rdesktop-7.1.104) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [rdesktop-7.1.103](https://github.com/truecharts/charts/compare/rdesktop-7.1.93...rdesktop-7.1.103) (2024-01-22) - -### Chore - - - -- update rdesktop by renovate ([#17484](https://github.com/truecharts/charts/issues/17484)) - - -## [rdesktop-7.1.93](https://github.com/truecharts/charts/compare/rdesktop-7.1.92...rdesktop-7.1.93) (2024-01-21) - -### Chore \ No newline at end of file diff --git a/stable/rdesktop/8.2.0/Chart.yaml b/stable/rdesktop/8.2.0/Chart.yaml deleted file mode 100644 index 749aeecccf0..00000000000 --- a/stable/rdesktop/8.2.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: desktops - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Full desktop environments in many popular flavors for Alpine, Ubuntu, Arch, and Fedora accessible via RDP. -home: https://truecharts.org/charts/stable/rdesktop -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdesktop.png -keywords: - - rdesktop - - desktops -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rdesktop -sources: - - https://github.com/orgs/linuxserver/packages/container/package/rdesktop - - https://github.com/linuxserver/docker-rdesktop#readme - - https://github.com/truecharts/charts/tree/master/charts/stable/rdesktop - - https://fleet.linuxserver.io/image?name=linuxserver/rdesktop -type: application -version: 8.2.0 diff --git a/stable/rdesktop/8.2.0/charts/common-18.1.2.tgz b/stable/rdesktop/8.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/rdesktop/8.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/rdesktop/8.2.0/ix_values.yaml b/stable/rdesktop/8.2.0/ix_values.yaml deleted file mode 100644 index 0a71dd961ae..00000000000 --- a/stable/rdesktop/8.2.0/ix_values.yaml +++ /dev/null @@ -1,123 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: lscr.io/linuxserver/rdesktop - tag: latest@sha256:f3420bf005f2e1a17ef60ecf98bdcb1915354dacc4cfa2f834a98e235a704a71 -ubuntuXFCEImage: - repository: lscr.io/linuxserver/rdesktop - tag: ubuntu-xfce@sha256:119cea490351427e9c684d54913d3326aca17848c9155d9e79116b89fad7eb38 - pullPolicy: Always -fedoraXFCEImage: - repository: lscr.io/linuxserver/rdesktop - tag: fedora-xfce@sha256:a2c96ebc1de2a32118c0e4f009dd98b85c7f985d8b3456c001aadb175d85a3b9 - pullPolicy: Always -archXFCEImage: - repository: lscr.io/linuxserver/rdesktop - tag: arch-xfce@sha256:bb2eec5e7a8e36466104eb4b055150923810275033fa856f70436349581fc476 - pullPolicy: Always -alpineKDEImage: - repository: lscr.io/linuxserver/rdesktop - tag: alpine-kde@sha256:b389a13edfd4bbc93383362f305c423669a6f038503e7b1bbaa93dcc8aa8d081 - pullPolicy: Always -ubuntuKDEImage: - repository: lscr.io/linuxserver/rdesktop - tag: ubuntu-kde@sha256:fd172e9da190d523b7d49f60d7cb3d8ea8fbbcb90bedc6ce17626f0df2372599 - pullPolicy: Always -fedoraKDEImage: - repository: lscr.io/linuxserver/rdesktop - tag: fedora-kde@sha256:08ff00310aa9a84d65e5ad98d26dfbd327c942edc5898d991a81e1e76d1fe5ae - pullPolicy: Always -archKDEImage: - repository: lscr.io/linuxserver/rdesktop - tag: arch-kde@sha256:086d23c1e32ec83d53e0487596cddb655c4da9e1d85a54ebb16b547e13ff9fb2 - pullPolicy: Always -alpineMATEImage: - repository: lscr.io/linuxserver/rdesktop - tag: alpine-mate@sha256:4dd24a7b4d815474fa0506092412d2d9e5af34dacc0ee986f11c313b2aff267c - pullPolicy: Always -ubuntuMATEImage: - repository: lscr.io/linuxserver/rdesktop - tag: ubuntu-mate@sha256:94c79e0c817da80ebfbbb9c53c2805aa52384d64b6b2ec63e84749a0c9854f6e - pullPolicy: Always -fedoraMATEImage: - repository: lscr.io/linuxserver/rdesktop - tag: fedora-mate@sha256:5f8a6a1bdc485a03e4b9660a140ce9e74b6e42cb4b9aa3fb4dc38cc51b39d73f - pullPolicy: Always -archMATEImage: - repository: lscr.io/linuxserver/rdesktop - tag: arch-mate@sha256:67cffc6fef03703e1ea820ac5fc61c629aba8b406e9c8266f6bad195c4bd4fae - pullPolicy: Always -alpineI3Image: - repository: lscr.io/linuxserver/rdesktop - tag: alpine-i3@sha256:ab6a6c1f26184d3fcbf8e7c1d7d4d22a71e7bb5c8f7beb5a5c1ad9306312134e - pullPolicy: Always -ubuntuI3Image: - repository: lscr.io/linuxserver/rdesktop - tag: ubuntu-i3@sha256:e186e807a16415cd2a86a4a4bf5f5c9acc7f0323f86e1b14fdf9b19b6997a34d - pullPolicy: Always -fedoraI3Image: - repository: lscr.io/linuxserver/rdesktop - tag: fedora-i3@sha256:8bc23e9d158e38106c331c2d23f399d26589006dd509c84a949641025e8c5413 - pullPolicy: Always -archI3Image: - repository: lscr.io/linuxserver/rdesktop - tag: arch-i3@sha256:e29ed1ee7537c273fad2976854837750d001076370d7f9f153725253f278eda7 - pullPolicy: Always -alpineOpenBoxImage: - repository: lscr.io/linuxserver/rdesktop - tag: alpine-openbox@sha256:390b0e32f73f304fed5be987905393524667bf181ec32cb518d9adb55ff8992c - pullPolicy: Always -ubuntuOpenBoxImage: - repository: lscr.io/linuxserver/rdesktop - tag: ubuntu-openbox@sha256:d7addc7963f09cbb1289c2e01c44cdfd6d8c8f51c152d20f4679e3c26901f0cf - pullPolicy: Always -fedoraOpenBoxImage: - repository: lscr.io/linuxserver/rdesktop - tag: fedora-openbox@sha256:85996669cadda29dd46d95c9c07099fb7f22dc60a108b2b1f0594d2a6a3ed6e2 - pullPolicy: Always -archOpenBoxImage: - repository: lscr.io/linuxserver/rdesktop - tag: arch-openbox@sha256:d0f9a6f9ef21bb05a37b688956d294dbfd516991df2faea4b60ae6141f4260c2 - pullPolicy: Always -alpineICEWMImage: - repository: lscr.io/linuxserver/rdesktop - tag: alpine-icewm@sha256:bb82fd4a59a15796e30537bc5b09808e3eeba5cd23153934609f378dc3df6059 - pullPolicy: Always -ubuntuICEWMImage: - repository: lscr.io/linuxserver/rdesktop - tag: ubuntu-icewm@sha256:6fff97636f5d3d434ba96839e54ee08eddcb0472ab828d71f70c891699c4751c - pullPolicy: Always -fedoraICEWMImage: - repository: lscr.io/linuxserver/rdesktop - tag: fedora-icewm@sha256:3f090982c5e7171971164d4561c7621a9cc1797c1e9326ea5b9aea1276451e91 - pullPolicy: Always -archICEWMImage: - repository: lscr.io/linuxserver/rdesktop - tag: arch-icewm@sha256:c62fa3781f5164eb9b691c46c44aade4a880228fb0b846cfe7e73b53fe5473ac - pullPolicy: Always -workload: - main: - podSpec: - containers: - main: - imageSelector: image -service: - main: - ports: - main: - port: 3389 - protocol: tcp - targetPort: 3389 -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsGroup: 0 - runAsUser: 0 -updated: true diff --git a/stable/remmina/10.1.3/.helmignore b/stable/rdesktop/8.3.0/.helmignore similarity index 100% rename from stable/remmina/10.1.3/.helmignore rename to stable/rdesktop/8.3.0/.helmignore diff --git a/stable/rdesktop/8.3.0/CHANGELOG.md b/stable/rdesktop/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..33aac7eea64 --- /dev/null +++ b/stable/rdesktop/8.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rdesktop-8.3.0](https://github.com/truecharts/charts/compare/rdesktop-8.2.27...rdesktop-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [rdesktop-8.2.27](https://github.com/truecharts/charts/compare/rdesktop-8.2.26...rdesktop-8.2.27) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [rdesktop-8.2.26](https://github.com/truecharts/charts/compare/rdesktop-8.2.24...rdesktop-8.2.26) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + +## [rdesktop-7.1.176](https://github.com/truecharts/charts/compare/rdesktop-7.1.152...rdesktop-7.1.176) (2024-02-12) + +### Chore + + + +- update rdesktop by renovate ([#18118](https://github.com/truecharts/charts/issues/18118)) + + +## [rdesktop-7.1.152](https://github.com/truecharts/charts/compare/rdesktop-7.1.134...rdesktop-7.1.152) (2024-02-05) + +### Chore + + + +- update rdesktop by renovate ([#17901](https://github.com/truecharts/charts/issues/17901)) + + +## [rdesktop-7.1.134](https://github.com/truecharts/charts/compare/rdesktop-7.1.133...rdesktop-7.1.134) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [rdesktop-7.1.133](https://github.com/truecharts/charts/compare/rdesktop-7.1.127...rdesktop-7.1.133) (2024-02-03) + +### Chore + + + +- update rdesktop by renovate ([#17799](https://github.com/truecharts/charts/issues/17799)) + + +## [rdesktop-7.1.127](https://github.com/truecharts/charts/compare/rdesktop-7.1.126...rdesktop-7.1.127) (2024-01-29) + +### Chore + + + +- update container image lscr.io/linuxserver/rdesktop to ubuntu-kde[@b7593e8](https://github.com/b7593e8) by renovate ([#17720](https://github.com/truecharts/charts/issues/17720)) + diff --git a/stable/rdesktop/8.3.0/Chart.yaml b/stable/rdesktop/8.3.0/Chart.yaml new file mode 100644 index 00000000000..2d1f0068980 --- /dev/null +++ b/stable/rdesktop/8.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: desktops + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Full desktop environments in many popular flavors for Alpine, Ubuntu, Arch, and Fedora accessible via RDP. +home: https://truecharts.org/charts/stable/rdesktop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdesktop.png +keywords: + - rdesktop + - desktops +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rdesktop +sources: + - https://github.com/orgs/linuxserver/packages/container/package/rdesktop + - https://github.com/linuxserver/docker-rdesktop#readme + - https://github.com/truecharts/charts/tree/master/charts/stable/rdesktop + - https://fleet.linuxserver.io/image?name=linuxserver/rdesktop +type: application +version: 8.3.0 diff --git a/stable/rdesktop/8.2.0/README.md b/stable/rdesktop/8.3.0/README.md similarity index 100% rename from stable/rdesktop/8.2.0/README.md rename to stable/rdesktop/8.3.0/README.md diff --git a/stable/rdesktop/8.3.0/app-changelog.md b/stable/rdesktop/8.3.0/app-changelog.md new file mode 100644 index 00000000000..868a551301a --- /dev/null +++ b/stable/rdesktop/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rdesktop-8.3.0](https://github.com/truecharts/charts/compare/rdesktop-8.2.27...rdesktop-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/rdesktop/8.2.0/app-readme.md b/stable/rdesktop/8.3.0/app-readme.md similarity index 100% rename from stable/rdesktop/8.2.0/app-readme.md rename to stable/rdesktop/8.3.0/app-readme.md diff --git a/stable/rdesktop/8.3.0/charts/common-18.2.0.tgz b/stable/rdesktop/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/rdesktop/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/rdesktop/8.3.0/ix_values.yaml b/stable/rdesktop/8.3.0/ix_values.yaml new file mode 100644 index 00000000000..51afd01d75c --- /dev/null +++ b/stable/rdesktop/8.3.0/ix_values.yaml @@ -0,0 +1,123 @@ +image: + pullPolicy: IfNotPresent + repository: lscr.io/linuxserver/rdesktop + tag: latest@sha256:4db847757bfef54c31c51d296751d1ed69e8d6de574754939dab8a2d6220da1a +ubuntuXFCEImage: + repository: lscr.io/linuxserver/rdesktop + tag: ubuntu-xfce@sha256:994eb098afb3f3b1e2e795210b8e75a05e4b925462cb08a84cd19e5a33374348 + pullPolicy: Always +fedoraXFCEImage: + repository: lscr.io/linuxserver/rdesktop + tag: fedora-xfce@sha256:b77c5c5790022e4c1feae3211b3af794622b2b6b4376e2d05dec8d970e597602 + pullPolicy: Always +archXFCEImage: + repository: lscr.io/linuxserver/rdesktop + tag: arch-xfce@sha256:b6216de97eeae874191b0832b3b4baff75b07f9aaa95641ca1ffdf0825c396be + pullPolicy: Always +alpineKDEImage: + repository: lscr.io/linuxserver/rdesktop + tag: alpine-kde@sha256:dc9a4b0d583da1fcd6871d00204303bb442ec90b891dc2657af00dad56852537 + pullPolicy: Always +ubuntuKDEImage: + repository: lscr.io/linuxserver/rdesktop + tag: ubuntu-kde@sha256:9fe7b266ecdb72abd2febfb2ee0f48ec5f74484e93b55ddcdc706f5de27df534 + pullPolicy: Always +fedoraKDEImage: + repository: lscr.io/linuxserver/rdesktop + tag: fedora-kde@sha256:b40de7039f736137a2c7cf09b2663de663e42d2084ee992b6ca992325d7eea29 + pullPolicy: Always +archKDEImage: + repository: lscr.io/linuxserver/rdesktop + tag: arch-kde@sha256:d5ea7899a09caee85cef58826a0bd50c216698ee86688485d00b600269ab42a7 + pullPolicy: Always +alpineMATEImage: + repository: lscr.io/linuxserver/rdesktop + tag: alpine-mate@sha256:9809d798837f973168963dbb5bca73a0de9068451b36b686084b584a51c1651e + pullPolicy: Always +ubuntuMATEImage: + repository: lscr.io/linuxserver/rdesktop + tag: ubuntu-mate@sha256:5b9f8b1bf394ee1fc4be48e72117d3d86e358bca1e4226c6b4b879bddc4f59a1 + pullPolicy: Always +fedoraMATEImage: + repository: lscr.io/linuxserver/rdesktop + tag: fedora-mate@sha256:8f29e849f1b3a49a7572180142340e4acd171f60d2992b96dce6155f9444c28c + pullPolicy: Always +archMATEImage: + repository: lscr.io/linuxserver/rdesktop + tag: arch-mate@sha256:492014777d361b89170bca7c083e603aca553b2d0f29a3699f8e3fa6ca24c607 + pullPolicy: Always +alpineI3Image: + repository: lscr.io/linuxserver/rdesktop + tag: alpine-i3@sha256:f8b585eb8b80332a88f03025538ef1c1ab3766fb96ec947cc8a75b9df6953129 + pullPolicy: Always +ubuntuI3Image: + repository: lscr.io/linuxserver/rdesktop + tag: ubuntu-i3@sha256:f6e3a7c1eb71b648edca7b8d7ecc749b700c87fc76b1c2eb157d9f8d0308edab + pullPolicy: Always +fedoraI3Image: + repository: lscr.io/linuxserver/rdesktop + tag: fedora-i3@sha256:6a769e3c82e432ba6fbb4550101c2f59b8b8530ba4c00831651b2c69221bbffe + pullPolicy: Always +archI3Image: + repository: lscr.io/linuxserver/rdesktop + tag: arch-i3@sha256:743fe440dc6fd678aaf450018676532a0c7f4ce695c4a980e0ab402499b9455d + pullPolicy: Always +alpineOpenBoxImage: + repository: lscr.io/linuxserver/rdesktop + tag: alpine-openbox@sha256:b3ccd1deb76fcd453f50bba9f45f95f9993f14a8c0fb7a37514f831d659c74c0 + pullPolicy: Always +ubuntuOpenBoxImage: + repository: lscr.io/linuxserver/rdesktop + tag: ubuntu-openbox@sha256:d6d9b31f2705fc9be37af8e911ff1085cbdcc7c47c2c35a32260a974c8d91c1a + pullPolicy: Always +fedoraOpenBoxImage: + repository: lscr.io/linuxserver/rdesktop + tag: fedora-openbox@sha256:75dfbf3d565ae7f861afab4e662dbbf24c133f410ab1eef054692c905c5dfd97 + pullPolicy: Always +archOpenBoxImage: + repository: lscr.io/linuxserver/rdesktop + tag: arch-openbox@sha256:da3725bb21dcecdb4170c6ce8865096fd9fef08fd4f9d00b170f4255699f7d46 + pullPolicy: Always +alpineICEWMImage: + repository: lscr.io/linuxserver/rdesktop + tag: alpine-icewm@sha256:9aaa6fb8cd4d95d9b6435cb86f4be82a54cf83f973d6c739d3a8fed4dd728970 + pullPolicy: Always +ubuntuICEWMImage: + repository: lscr.io/linuxserver/rdesktop + tag: ubuntu-icewm@sha256:63bd0ee743521863a8f17d33af4205f76feeee5b7b46ef301bfd8bceba5e0942 + pullPolicy: Always +fedoraICEWMImage: + repository: lscr.io/linuxserver/rdesktop + tag: fedora-icewm@sha256:0adea01a0a8ae19e80e39b0401f08466562bb029d878a3ff2fdd0b1acf18fa77 + pullPolicy: Always +archICEWMImage: + repository: lscr.io/linuxserver/rdesktop + tag: arch-icewm@sha256:c4973d327b799023cc238acd2f6800d4d7984c3638d3cfbe8aefe8f7958bcb9a + pullPolicy: Always +workload: + main: + podSpec: + containers: + main: + imageSelector: image +service: + main: + ports: + main: + port: 3389 + protocol: tcp + targetPort: 3389 +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsGroup: 0 + runAsUser: 0 +updated: true diff --git a/stable/rdesktop/8.2.0/questions.yaml b/stable/rdesktop/8.3.0/questions.yaml similarity index 100% rename from stable/rdesktop/8.2.0/questions.yaml rename to stable/rdesktop/8.3.0/questions.yaml diff --git a/stable/resilio-sync/14.2.0/templates/NOTES.txt b/stable/rdesktop/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/resilio-sync/14.2.0/templates/NOTES.txt rename to stable/rdesktop/8.3.0/templates/NOTES.txt diff --git a/stable/rdesktop/8.2.0/templates/common.yaml b/stable/rdesktop/8.3.0/templates/common.yaml similarity index 100% rename from stable/rdesktop/8.2.0/templates/common.yaml rename to stable/rdesktop/8.3.0/templates/common.yaml diff --git a/stable/remmina/10.1.3/values.yaml b/stable/rdesktop/8.3.0/values.yaml similarity index 100% rename from stable/remmina/10.1.3/values.yaml rename to stable/rdesktop/8.3.0/values.yaml diff --git a/stable/rdtclient/4.1.3/CHANGELOG.md b/stable/rdtclient/4.1.3/CHANGELOG.md deleted file mode 100644 index e22bbc035c5..00000000000 --- a/stable/rdtclient/4.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - -## [rdtclient-3.1.15](https://github.com/truecharts/charts/compare/rdtclient-3.1.14...rdtclient-3.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [rdtclient-3.1.14](https://github.com/truecharts/charts/compare/rdtclient-3.1.13...rdtclient-3.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [rdtclient-3.1.13](https://github.com/truecharts/charts/compare/rdtclient-3.1.12...rdtclient-3.1.13) (2024-01-22) - -### Chore - - - -- update container image ghcr.io/rogerfar/rdtclient to v2.0.59[@590dc26](https://github.com/590dc26) by renovate ([#17498](https://github.com/truecharts/charts/issues/17498)) - - -## [rdtclient-3.1.12](https://github.com/truecharts/charts/compare/rdtclient-3.1.11...rdtclient-3.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [rdtclient-3.1.11](https://github.com/truecharts/charts/compare/rdtclient-3.1.10...rdtclient-3.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [rdtclient-3.1.10](https://github.com/truecharts/charts/compare/rdtclient-3.1.9...rdtclient-3.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [rdtclient-3.1.9](https://github.com/truecharts/charts/compare/rdtclient-3.1.8...rdtclient-3.1.9) (2024-01-14) - -### Chore - - - -- update container image ghcr.io/rogerfar/rdtclient to v2.0.58[@5e8b26b](https://github.com/5e8b26b) by renovate ([#17187](https://github.com/truecharts/charts/issues/17187)) - - - - -## [rdtclient-3.1.8](https://github.com/truecharts/charts/compare/rdtclient-3.1.7...rdtclient-3.1.8) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [rdtclient-3.1.7](https://github.com/truecharts/charts/compare/rdtclient-3.1.6...rdtclient-3.1.7) (2024-01-08) diff --git a/stable/rdtclient/4.1.3/Chart.yaml b/stable/rdtclient/4.1.3/Chart.yaml deleted file mode 100644 index dcb72127d25..00000000000 --- a/stable/rdtclient/4.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.0.62 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This is a web interface to manage your torrents on Real-Debrid, AllDebrid or Premiumize. -home: https://truecharts.org/charts/stable/rdtclient -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdtclient.png -keywords: - - rdtclient - - torrent -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rdtclient -sources: - - https://github.com/rogerfar/rdt-client - - https://github.com/truecharts/charts/tree/master/charts/stable/rdtclient - - https://ghcr.io/rogerfar/rdtclient - - https://hub.docker.com/r/p3terx/aria2-pro -type: application -version: 4.1.3 diff --git a/stable/rdtclient/4.1.3/charts/common-18.0.3.tgz b/stable/rdtclient/4.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/rdtclient/4.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/remotely/5.1.3/.helmignore b/stable/rdtclient/4.3.0/.helmignore similarity index 100% rename from stable/remotely/5.1.3/.helmignore rename to stable/rdtclient/4.3.0/.helmignore diff --git a/stable/rdtclient/4.3.0/CHANGELOG.md b/stable/rdtclient/4.3.0/CHANGELOG.md new file mode 100644 index 00000000000..fa16fbaeed2 --- /dev/null +++ b/stable/rdtclient/4.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rdtclient-4.3.0](https://github.com/truecharts/charts/compare/rdtclient-4.2.3...rdtclient-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [rdtclient-4.2.3](https://github.com/truecharts/charts/compare/rdtclient-4.2.2...rdtclient-4.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [rdtclient-4.2.2](https://github.com/truecharts/charts/compare/rdtclient-4.2.0...rdtclient-4.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + +## [rdtclient-3.1.15](https://github.com/truecharts/charts/compare/rdtclient-3.1.14...rdtclient-3.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [rdtclient-3.1.14](https://github.com/truecharts/charts/compare/rdtclient-3.1.13...rdtclient-3.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [rdtclient-3.1.13](https://github.com/truecharts/charts/compare/rdtclient-3.1.12...rdtclient-3.1.13) (2024-01-22) + +### Chore + + + +- update container image ghcr.io/rogerfar/rdtclient to v2.0.59[@590dc26](https://github.com/590dc26) by renovate ([#17498](https://github.com/truecharts/charts/issues/17498)) + + +## [rdtclient-3.1.12](https://github.com/truecharts/charts/compare/rdtclient-3.1.11...rdtclient-3.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [rdtclient-3.1.11](https://github.com/truecharts/charts/compare/rdtclient-3.1.10...rdtclient-3.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [rdtclient-3.1.10](https://github.com/truecharts/charts/compare/rdtclient-3.1.9...rdtclient-3.1.10) (2024-01-21) \ No newline at end of file diff --git a/stable/rdtclient/4.3.0/Chart.yaml b/stable/rdtclient/4.3.0/Chart.yaml new file mode 100644 index 00000000000..ef0ee249c0b --- /dev/null +++ b/stable/rdtclient/4.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.62 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is a web interface to manage your torrents on Real-Debrid, AllDebrid or Premiumize. +home: https://truecharts.org/charts/stable/rdtclient +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdtclient.png +keywords: + - rdtclient + - torrent +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rdtclient +sources: + - https://github.com/rogerfar/rdt-client + - https://github.com/truecharts/charts/tree/master/charts/stable/rdtclient + - https://ghcr.io/rogerfar/rdtclient + - https://hub.docker.com/r/p3terx/aria2-pro +type: application +version: 4.3.0 diff --git a/stable/rdtclient/4.1.3/README.md b/stable/rdtclient/4.3.0/README.md similarity index 100% rename from stable/rdtclient/4.1.3/README.md rename to stable/rdtclient/4.3.0/README.md diff --git a/stable/rdtclient/4.3.0/app-changelog.md b/stable/rdtclient/4.3.0/app-changelog.md new file mode 100644 index 00000000000..cc830bcf59c --- /dev/null +++ b/stable/rdtclient/4.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rdtclient-4.3.0](https://github.com/truecharts/charts/compare/rdtclient-4.2.3...rdtclient-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/rdtclient/4.1.3/app-readme.md b/stable/rdtclient/4.3.0/app-readme.md similarity index 100% rename from stable/rdtclient/4.1.3/app-readme.md rename to stable/rdtclient/4.3.0/app-readme.md diff --git a/stable/rdtclient/4.3.0/charts/common-18.2.0.tgz b/stable/rdtclient/4.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/rdtclient/4.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/rdtclient/4.1.3/ix_values.yaml b/stable/rdtclient/4.3.0/ix_values.yaml similarity index 100% rename from stable/rdtclient/4.1.3/ix_values.yaml rename to stable/rdtclient/4.3.0/ix_values.yaml diff --git a/stable/rdtclient/4.1.3/questions.yaml b/stable/rdtclient/4.3.0/questions.yaml similarity index 100% rename from stable/rdtclient/4.1.3/questions.yaml rename to stable/rdtclient/4.3.0/questions.yaml diff --git a/stable/retrobot/8.1.3/templates/NOTES.txt b/stable/rdtclient/4.3.0/templates/NOTES.txt similarity index 100% rename from stable/retrobot/8.1.3/templates/NOTES.txt rename to stable/rdtclient/4.3.0/templates/NOTES.txt diff --git a/stable/rdtclient/4.1.3/templates/common.yaml b/stable/rdtclient/4.3.0/templates/common.yaml similarity index 100% rename from stable/rdtclient/4.1.3/templates/common.yaml rename to stable/rdtclient/4.3.0/templates/common.yaml diff --git a/stable/remotely/5.1.3/values.yaml b/stable/rdtclient/4.3.0/values.yaml similarity index 100% rename from stable/remotely/5.1.3/values.yaml rename to stable/rdtclient/4.3.0/values.yaml diff --git a/stable/requestrr/10.1.3/.helmignore b/stable/readarr/21.1.0/.helmignore similarity index 100% rename from stable/requestrr/10.1.3/.helmignore rename to stable/readarr/21.1.0/.helmignore diff --git a/stable/readarr/21.1.0/CHANGELOG.md b/stable/readarr/21.1.0/CHANGELOG.md new file mode 100644 index 00000000000..4fc90b3c008 --- /dev/null +++ b/stable/readarr/21.1.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [readarr-21.1.0](https://github.com/truecharts/charts/compare/readarr-21.0.3...readarr-21.1.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [readarr-21.0.3](https://github.com/truecharts/charts/compare/readarr-21.0.2...readarr-21.0.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [readarr-21.0.2](https://github.com/truecharts/charts/compare/readarr-21.0.0...readarr-21.0.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [readarr-19.1.18](https://github.com/truecharts/charts/compare/readarr-19.1.17...readarr-19.1.18) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/onedr0p/readarr-develop to 0.3.18.2411[@a1d9eb2](https://github.com/a1d9eb2) by renovate ([#17957](https://github.com/truecharts/charts/issues/17957)) + + +## [readarr-19.1.17](https://github.com/truecharts/charts/compare/readarr-19.1.16...readarr-19.1.17) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/onedr0p/readarr-develop to v0.3.18.2411[@fa1fe2d](https://github.com/fa1fe2d) by renovate ([#17916](https://github.com/truecharts/charts/issues/17916)) + + +## [readarr-19.1.16](https://github.com/truecharts/charts/compare/readarr-19.1.15...readarr-19.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [readarr-19.1.15](https://github.com/truecharts/charts/compare/readarr-19.1.14...readarr-19.1.15) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/onedr0p/exportarr to v1.6.1[@60cf3d4](https://github.com/60cf3d4) by renovate ([#17725](https://github.com/truecharts/charts/issues/17725)) + + +## [readarr-19.1.14](https://github.com/truecharts/charts/compare/readarr-19.1.13...readarr-19.1.14) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/onedr0p/readarr-develop to v0.3.17.2409[@3d8be41](https://github.com/3d8be41) by renovate ([#17675](https://github.com/truecharts/charts/issues/17675)) + + +## [readarr-19.1.13](https://github.com/truecharts/charts/compare/readarr-19.1.12...readarr-19.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) \ No newline at end of file diff --git a/stable/readarr/21.1.0/Chart.yaml b/stable/readarr/21.1.0/Chart.yaml new file mode 100644 index 00000000000..80c7a9adfa7 --- /dev/null +++ b/stable/readarr/21.1.0/Chart.yaml @@ -0,0 +1,42 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.3.18.2411 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A fork of Radarr to work with Books & AudioBooks +home: https://truecharts.org/charts/stable/readarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/readarr.png +keywords: + - readarr + - torrent + - usenet + - AudioBooks + - ebooks +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: readarr +sources: + - https://readarr.com + - https://github.com/Readarr/Readarr + - https://github.com/truecharts/charts/tree/master/charts/stable/readarr + - https://ghcr.io/onedr0p/exportarr + - https://ghcr.io/onedr0p/readarr-develop +type: application +version: 21.1.0 diff --git a/stable/readarr/21.1.0/README.md b/stable/readarr/21.1.0/README.md new file mode 100644 index 00000000000..7fa53aa4e9b --- /dev/null +++ b/stable/readarr/21.1.0/README.md @@ -0,0 +1,28 @@ +--- +title: README +--- + +## General Info + +TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. +However only installations using the TrueNAS SCALE Apps system are supported. + +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/readarr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +_All Rights Reserved - The TrueCharts Project_ diff --git a/stable/readarr/21.1.0/app-changelog.md b/stable/readarr/21.1.0/app-changelog.md new file mode 100644 index 00000000000..6eb140dccc0 --- /dev/null +++ b/stable/readarr/21.1.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [readarr-21.1.0](https://github.com/truecharts/charts/compare/readarr-21.0.3...readarr-21.1.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/readarr/21.1.0/app-readme.md b/stable/readarr/21.1.0/app-readme.md new file mode 100644 index 00000000000..3bc4be21cfe --- /dev/null +++ b/stable/readarr/21.1.0/app-readme.md @@ -0,0 +1,8 @@ +A fork of Radarr to work with Books & AudioBooks + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/readarr](https://truecharts.org/charts/stable/readarr) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! diff --git a/stable/readarr/21.1.0/charts/common-18.2.0.tgz b/stable/readarr/21.1.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/readarr/21.1.0/charts/common-18.2.0.tgz differ diff --git a/stable/readarr/21.1.0/ix_values.yaml b/stable/readarr/21.1.0/ix_values.yaml new file mode 100644 index 00000000000..122f3303640 --- /dev/null +++ b/stable/readarr/21.1.0/ix_values.yaml @@ -0,0 +1,109 @@ +image: + repository: ghcr.io/onedr0p/readarr-develop + pullPolicy: IfNotPresent + tag: 0.3.18.2411@sha256:a1d9eb2001d499322e00876106a675c36b6f750cd253843595bb8e022a54f37a +exportarrImage: + repository: ghcr.io/onedr0p/exportarr + pullPolicy: IfNotPresent + tag: v2.0.0@sha256:760327e885a9bb5b818b56e8a6f818c9570eeaa9484bed122028adbf80bcaeb9 +securityContext: + container: + readOnlyRootFilesystem: false +service: + main: + ports: + main: + port: 8787 + metrics: + enabled: true + type: ClusterIP + targetSelector: exportarr + ports: + metrics: + enabled: true + port: 8788 + targetSelector: exportarr +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: true + type: http + path: /ping + readiness: + enabled: true + type: http + path: /ping + startup: + enabled: true + type: http + path: /ping + env: + READARR__PORT: "{{ .Values.service.main.ports.main.port }}" + READARR__AUTHENTICATION_METHOD: "None" + exportarr: + enabled: true + type: Deployment + strategy: RollingUpdate + replicas: 1 + podSpec: + containers: + exportarr: + primary: true + enabled: true + imageSelector: exportarrImage + args: + - readarr + probes: + liveness: + enabled: true + type: http + path: /healthz + port: "{{ .Values.service.metrics.ports.metrics.port }}" + readiness: + enabled: true + type: http + path: /healthz + port: "{{ .Values.service.metrics.ports.metrics.port }}" + startup: + enabled: true + type: http + path: /healthz + port: "{{ .Values.service.metrics.ports.metrics.port }}" + env: + INTERFACE: 0.0.0.0 + PORT: "{{ .Values.service.metrics.ports.metrics.port }}" + URL: '{{ printf "http://%v:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.main.ports.main.port }}' + # additional metrics (slow) + # ENABLE_ADDITIONAL_METRICS: false + # enable gathering unknown queue items + # ENABLE_UNKNOWN_QUEUE_ITEMS: false + CONFIG: "/config/config.xml" +persistence: + config: + enabled: true + targetSelector: + main: + main: + mountPath: /config + exportarr: + exportarr: + mountPath: /config + readOnly: true +metrics: + main: + enabled: true + type: "servicemonitor" + endpoints: + - port: metrics + path: /metrics + targetSelector: metrics + prometheusRule: + enabled: false +portal: + open: + enabled: true +updated: true diff --git a/stable/readarr/21.1.0/questions.yaml b/stable/readarr/21.1.0/questions.yaml new file mode 100755 index 00000000000..640b272465b --- /dev/null +++ b/stable/readarr/21.1.0/questions.yaml @@ -0,0 +1,2899 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: App Configuration + label: Image Environment + schema: + additional_attrs: true + type: dict + attrs: + - variable: READARR__AUTHENTICATION_METHOD + label: Auth Method + description: Sets the auth method. + schema: + type: string + default: "" + enum: + - value: "" + description: In-App Setting + - value: None + description: None + - value: Basic + description: Basic + - value: Forms + description: Forms + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 8787 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: config + label: App Config Storage + description: Stores the Application Configuration. + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: metrics + group: Metrics + label: Prometheus Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: Main Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable Prometheus Metrics + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: prometheusRule + label: PrometheusRule + description: Enable and configure Prometheus Rules for the App. + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable Prometheus Metrics + schema: + type: boolean + default: false + # TODO: Rule List section + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/rickroll/6.2.0/templates/NOTES.txt b/stable/readarr/21.1.0/templates/NOTES.txt similarity index 100% rename from stable/rickroll/6.2.0/templates/NOTES.txt rename to stable/readarr/21.1.0/templates/NOTES.txt diff --git a/stable/readarr/21.1.0/templates/common.yaml b/stable/readarr/21.1.0/templates/common.yaml new file mode 100644 index 00000000000..3c93f578611 --- /dev/null +++ b/stable/readarr/21.1.0/templates/common.yaml @@ -0,0 +1,11 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.v1.common.loader.init" . -}} + +{{/* Disable [exportarr] if requested */}} +{{- if not .Values.metrics.main.enabled -}} + {{- $_ := set .Values.workload.exportarr "enabled" false -}} + {{- $_ := set .Values.service.metrics "enabled" false -}} +{{- end -}} + +{{/* Render the templates */}} +{{- include "tc.v1.common.loader.apply" . -}} diff --git a/stable/requestrr/10.1.3/values.yaml b/stable/readarr/21.1.0/values.yaml similarity index 100% rename from stable/requestrr/10.1.3/values.yaml rename to stable/readarr/21.1.0/values.yaml diff --git a/stable/recyclarr/9.1.3/CHANGELOG.md b/stable/recyclarr/9.1.3/CHANGELOG.md deleted file mode 100644 index 33b53671984..00000000000 --- a/stable/recyclarr/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [recyclarr-8.1.11](https://github.com/truecharts/charts/compare/recyclarr-8.1.10...recyclarr-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [recyclarr-8.1.10](https://github.com/truecharts/charts/compare/recyclarr-8.1.9...recyclarr-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [recyclarr-8.1.9](https://github.com/truecharts/charts/compare/recyclarr-8.1.8...recyclarr-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [recyclarr-8.1.8](https://github.com/truecharts/charts/compare/recyclarr-8.1.7...recyclarr-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [recyclarr-8.1.7](https://github.com/truecharts/charts/compare/recyclarr-8.1.6...recyclarr-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [recyclarr-8.1.6](https://github.com/truecharts/charts/compare/recyclarr-8.1.5...recyclarr-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [recyclarr-8.1.5](https://github.com/truecharts/charts/compare/recyclarr-8.1.4...recyclarr-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [recyclarr-8.1.4](https://github.com/truecharts/charts/compare/recyclarr-8.1.3...recyclarr-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [recyclarr-8.1.3](https://github.com/truecharts/charts/compare/recyclarr-8.1.0...recyclarr-8.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/recyclarr/9.1.3/Chart.yaml b/stable/recyclarr/9.1.3/Chart.yaml deleted file mode 100644 index d6a11ec758e..00000000000 --- a/stable/recyclarr/9.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 6.0.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A command-line application that will automatically synchronize recommended settings from TRaSH guides to your Sonarr/Radarr instances. -home: https://truecharts.org/charts/stable/recyclarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/recyclarr.png -keywords: - - recyclarr - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: recyclarr -sources: - - https://github.com/recyclarr/recyclarr/pkgs/container/recyclarr - - https://github.com/recyclarr/recyclarr - - https://github.com/truecharts/charts/tree/master/charts/stable/recyclarr - - https://ghcr.io/recyclarr/recyclarr -type: application -version: 9.1.3 diff --git a/stable/recyclarr/9.1.3/charts/common-18.0.3.tgz b/stable/recyclarr/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/recyclarr/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/resilio-sync/14.2.0/.helmignore b/stable/recyclarr/9.3.0/.helmignore similarity index 100% rename from stable/resilio-sync/14.2.0/.helmignore rename to stable/recyclarr/9.3.0/.helmignore diff --git a/stable/recyclarr/9.3.0/CHANGELOG.md b/stable/recyclarr/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..ba266edb925 --- /dev/null +++ b/stable/recyclarr/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [recyclarr-9.3.0](https://github.com/truecharts/charts/compare/recyclarr-9.2.3...recyclarr-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [recyclarr-9.2.3](https://github.com/truecharts/charts/compare/recyclarr-9.2.2...recyclarr-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [recyclarr-9.2.2](https://github.com/truecharts/charts/compare/recyclarr-9.2.0...recyclarr-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [recyclarr-8.1.11](https://github.com/truecharts/charts/compare/recyclarr-8.1.10...recyclarr-8.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [recyclarr-8.1.10](https://github.com/truecharts/charts/compare/recyclarr-8.1.9...recyclarr-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [recyclarr-8.1.9](https://github.com/truecharts/charts/compare/recyclarr-8.1.8...recyclarr-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [recyclarr-8.1.8](https://github.com/truecharts/charts/compare/recyclarr-8.1.7...recyclarr-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [recyclarr-8.1.7](https://github.com/truecharts/charts/compare/recyclarr-8.1.6...recyclarr-8.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [recyclarr-8.1.6](https://github.com/truecharts/charts/compare/recyclarr-8.1.5...recyclarr-8.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/recyclarr/9.3.0/Chart.yaml b/stable/recyclarr/9.3.0/Chart.yaml new file mode 100644 index 00000000000..72d197f356f --- /dev/null +++ b/stable/recyclarr/9.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 6.0.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A command-line application that will automatically synchronize recommended settings from TRaSH guides to your Sonarr/Radarr instances. +home: https://truecharts.org/charts/stable/recyclarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/recyclarr.png +keywords: + - recyclarr + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: recyclarr +sources: + - https://github.com/recyclarr/recyclarr/pkgs/container/recyclarr + - https://github.com/recyclarr/recyclarr + - https://github.com/truecharts/charts/tree/master/charts/stable/recyclarr + - https://ghcr.io/recyclarr/recyclarr +type: application +version: 9.3.0 diff --git a/stable/recyclarr/9.1.3/README.md b/stable/recyclarr/9.3.0/README.md similarity index 100% rename from stable/recyclarr/9.1.3/README.md rename to stable/recyclarr/9.3.0/README.md diff --git a/stable/recyclarr/9.3.0/app-changelog.md b/stable/recyclarr/9.3.0/app-changelog.md new file mode 100644 index 00000000000..fb7fba45507 --- /dev/null +++ b/stable/recyclarr/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [recyclarr-9.3.0](https://github.com/truecharts/charts/compare/recyclarr-9.2.3...recyclarr-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/recyclarr/9.1.3/app-readme.md b/stable/recyclarr/9.3.0/app-readme.md similarity index 100% rename from stable/recyclarr/9.1.3/app-readme.md rename to stable/recyclarr/9.3.0/app-readme.md diff --git a/stable/recyclarr/9.3.0/charts/common-18.2.0.tgz b/stable/recyclarr/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/recyclarr/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/recyclarr/9.1.3/ix_values.yaml b/stable/recyclarr/9.3.0/ix_values.yaml similarity index 100% rename from stable/recyclarr/9.1.3/ix_values.yaml rename to stable/recyclarr/9.3.0/ix_values.yaml diff --git a/stable/recyclarr/9.1.3/questions.yaml b/stable/recyclarr/9.3.0/questions.yaml similarity index 100% rename from stable/recyclarr/9.1.3/questions.yaml rename to stable/recyclarr/9.3.0/questions.yaml diff --git a/stable/rimgo/6.2.1/templates/NOTES.txt b/stable/recyclarr/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/rimgo/6.2.1/templates/NOTES.txt rename to stable/recyclarr/9.3.0/templates/NOTES.txt diff --git a/stable/recyclarr/9.1.3/templates/common.yaml b/stable/recyclarr/9.3.0/templates/common.yaml similarity index 100% rename from stable/recyclarr/9.1.3/templates/common.yaml rename to stable/recyclarr/9.3.0/templates/common.yaml diff --git a/stable/resilio-sync/14.2.0/values.yaml b/stable/recyclarr/9.3.0/values.yaml similarity index 100% rename from stable/resilio-sync/14.2.0/values.yaml rename to stable/recyclarr/9.3.0/values.yaml diff --git a/stable/red-discordbot/5.1.3/CHANGELOG.md b/stable/red-discordbot/5.1.3/CHANGELOG.md deleted file mode 100644 index 380a942c0b8..00000000000 --- a/stable/red-discordbot/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - -## [red-discordbot-4.1.16](https://github.com/truecharts/charts/compare/red-discordbot-4.1.15...red-discordbot-4.1.16) (2024-02-12) - -### Chore - - - -- update container image phasecorex/red-discordbot to full[@1ccb339](https://github.com/1ccb339) by renovate ([#18103](https://github.com/truecharts/charts/issues/18103)) - - -## [red-discordbot-4.1.15](https://github.com/truecharts/charts/compare/red-discordbot-4.1.14...red-discordbot-4.1.15) (2024-02-05) - -### Chore - - - -- update container image phasecorex/red-discordbot to full[@040aa12](https://github.com/040aa12) by renovate ([#17891](https://github.com/truecharts/charts/issues/17891)) - - -## [red-discordbot-4.1.14](https://github.com/truecharts/charts/compare/red-discordbot-4.1.13...red-discordbot-4.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [red-discordbot-4.1.13](https://github.com/truecharts/charts/compare/red-discordbot-4.1.12...red-discordbot-4.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [red-discordbot-4.1.12](https://github.com/truecharts/charts/compare/red-discordbot-4.1.11...red-discordbot-4.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [red-discordbot-4.1.11](https://github.com/truecharts/charts/compare/red-discordbot-4.1.10...red-discordbot-4.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [red-discordbot-4.1.10](https://github.com/truecharts/charts/compare/red-discordbot-4.1.9...red-discordbot-4.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [red-discordbot-4.1.9](https://github.com/truecharts/charts/compare/red-discordbot-4.1.8...red-discordbot-4.1.9) (2024-01-21) - -### Chore - - - -- update container image phasecorex/red-discordbot to full[@68f02c6](https://github.com/68f02c6) by renovate ([#17390](https://github.com/truecharts/charts/issues/17390)) - - -## [red-discordbot-4.1.8](https://github.com/truecharts/charts/compare/red-discordbot-4.1.7...red-discordbot-4.1.8) (2024-01-14) diff --git a/stable/red-discordbot/5.1.3/Chart.yaml b/stable/red-discordbot/5.1.3/Chart.yaml deleted file mode 100644 index 36296860b6b..00000000000 --- a/stable/red-discordbot/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: full -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "The newest Red-Discordbot in a convenient multi-arch Chart " -home: https://truecharts.org/charts/stable/red-discordbot -icon: https://truecharts.org/img/hotlink-ok/chart-icons/red-discordbot.png -keywords: - - red-discordbot - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: red-discordbot -sources: - - https://github.com/PhasecoreX/docker-red-discordbot - - https://github.com/truecharts/charts/tree/master/charts/stable/red-discordbot - - https://hub.docker.com/r/phasecorex/red-discordbot -type: application -version: 5.1.3 diff --git a/stable/red-discordbot/5.1.3/charts/common-18.0.3.tgz b/stable/red-discordbot/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/red-discordbot/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/restic-rest-server/5.1.3/.helmignore b/stable/red-discordbot/5.3.0/.helmignore similarity index 100% rename from stable/restic-rest-server/5.1.3/.helmignore rename to stable/red-discordbot/5.3.0/.helmignore diff --git a/stable/red-discordbot/5.3.0/CHANGELOG.md b/stable/red-discordbot/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..fe7def18777 --- /dev/null +++ b/stable/red-discordbot/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [red-discordbot-5.3.0](https://github.com/truecharts/charts/compare/red-discordbot-5.2.3...red-discordbot-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [red-discordbot-5.2.3](https://github.com/truecharts/charts/compare/red-discordbot-5.2.2...red-discordbot-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [red-discordbot-5.2.2](https://github.com/truecharts/charts/compare/red-discordbot-5.2.0...red-discordbot-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + +## [red-discordbot-4.1.16](https://github.com/truecharts/charts/compare/red-discordbot-4.1.15...red-discordbot-4.1.16) (2024-02-12) + +### Chore + + + +- update container image phasecorex/red-discordbot to full[@1ccb339](https://github.com/1ccb339) by renovate ([#18103](https://github.com/truecharts/charts/issues/18103)) + + +## [red-discordbot-4.1.15](https://github.com/truecharts/charts/compare/red-discordbot-4.1.14...red-discordbot-4.1.15) (2024-02-05) + +### Chore + + + +- update container image phasecorex/red-discordbot to full[@040aa12](https://github.com/040aa12) by renovate ([#17891](https://github.com/truecharts/charts/issues/17891)) + + +## [red-discordbot-4.1.14](https://github.com/truecharts/charts/compare/red-discordbot-4.1.13...red-discordbot-4.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [red-discordbot-4.1.13](https://github.com/truecharts/charts/compare/red-discordbot-4.1.12...red-discordbot-4.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [red-discordbot-4.1.12](https://github.com/truecharts/charts/compare/red-discordbot-4.1.11...red-discordbot-4.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) diff --git a/stable/red-discordbot/5.3.0/Chart.yaml b/stable/red-discordbot/5.3.0/Chart.yaml new file mode 100644 index 00000000000..fc82555eb16 --- /dev/null +++ b/stable/red-discordbot/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: full +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "The newest Red-Discordbot in a convenient multi-arch Chart " +home: https://truecharts.org/charts/stable/red-discordbot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/red-discordbot.png +keywords: + - red-discordbot + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: red-discordbot +sources: + - https://github.com/PhasecoreX/docker-red-discordbot + - https://github.com/truecharts/charts/tree/master/charts/stable/red-discordbot + - https://hub.docker.com/r/phasecorex/red-discordbot +type: application +version: 5.3.0 diff --git a/stable/red-discordbot/5.1.3/README.md b/stable/red-discordbot/5.3.0/README.md similarity index 100% rename from stable/red-discordbot/5.1.3/README.md rename to stable/red-discordbot/5.3.0/README.md diff --git a/stable/red-discordbot/5.3.0/app-changelog.md b/stable/red-discordbot/5.3.0/app-changelog.md new file mode 100644 index 00000000000..48a4ead427a --- /dev/null +++ b/stable/red-discordbot/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [red-discordbot-5.3.0](https://github.com/truecharts/charts/compare/red-discordbot-5.2.3...red-discordbot-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/red-discordbot/5.1.3/app-readme.md b/stable/red-discordbot/5.3.0/app-readme.md similarity index 100% rename from stable/red-discordbot/5.1.3/app-readme.md rename to stable/red-discordbot/5.3.0/app-readme.md diff --git a/stable/red-discordbot/5.3.0/charts/common-18.2.0.tgz b/stable/red-discordbot/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/red-discordbot/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/red-discordbot/5.1.3/ix_values.yaml b/stable/red-discordbot/5.3.0/ix_values.yaml similarity index 100% rename from stable/red-discordbot/5.1.3/ix_values.yaml rename to stable/red-discordbot/5.3.0/ix_values.yaml diff --git a/stable/red-discordbot/5.1.3/questions.yaml b/stable/red-discordbot/5.3.0/questions.yaml similarity index 100% rename from stable/red-discordbot/5.1.3/questions.yaml rename to stable/red-discordbot/5.3.0/questions.yaml diff --git a/stable/red-discordbot/5.1.3/templates/common.yaml b/stable/red-discordbot/5.3.0/templates/common.yaml similarity index 100% rename from stable/red-discordbot/5.1.3/templates/common.yaml rename to stable/red-discordbot/5.3.0/templates/common.yaml diff --git a/stable/restic-rest-server/5.1.3/values.yaml b/stable/red-discordbot/5.3.0/values.yaml similarity index 100% rename from stable/restic-rest-server/5.1.3/values.yaml rename to stable/red-discordbot/5.3.0/values.yaml diff --git a/stable/redisinsight/6.1.3/CHANGELOG.md b/stable/redisinsight/6.1.3/CHANGELOG.md deleted file mode 100644 index e0a50e39585..00000000000 --- a/stable/redisinsight/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [redisinsight-5.1.11](https://github.com/truecharts/charts/compare/redisinsight-5.1.10...redisinsight-5.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [redisinsight-5.1.10](https://github.com/truecharts/charts/compare/redisinsight-5.1.9...redisinsight-5.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [redisinsight-5.1.9](https://github.com/truecharts/charts/compare/redisinsight-5.1.8...redisinsight-5.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [redisinsight-5.1.8](https://github.com/truecharts/charts/compare/redisinsight-5.1.7...redisinsight-5.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [redisinsight-5.1.7](https://github.com/truecharts/charts/compare/redisinsight-5.1.6...redisinsight-5.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [redisinsight-5.1.6](https://github.com/truecharts/charts/compare/redisinsight-5.1.5...redisinsight-5.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [redisinsight-5.1.5](https://github.com/truecharts/charts/compare/redisinsight-5.1.4...redisinsight-5.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [redisinsight-5.1.4](https://github.com/truecharts/charts/compare/redisinsight-5.1.3...redisinsight-5.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [redisinsight-5.1.3](https://github.com/truecharts/charts/compare/redisinsight-5.1.0...redisinsight-5.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/redisinsight/6.1.3/Chart.yaml b/stable/redisinsight/6.1.3/Chart.yaml deleted file mode 100644 index d3c15ece62c..00000000000 --- a/stable/redisinsight/6.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.14.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: GUI for Redis. -home: https://truecharts.org/charts/stable/redisinsight -icon: https://truecharts.org/img/hotlink-ok/chart-icons/redisinsight.png -keywords: - - redisinsight - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: redisinsight -sources: - - https://redis.com/redis-enterprise/redis-insight/ - - https://github.com/RedisInsight/RedisInsight - - https://github.com/truecharts/charts/tree/master/charts/stable/redisinsight - - https://hub.docker.com/r/redislabs/redisinsight -type: application -version: 6.1.3 diff --git a/stable/redisinsight/6.1.3/charts/common-18.0.3.tgz b/stable/redisinsight/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/redisinsight/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/retrobot/8.1.3/.helmignore b/stable/redisinsight/6.3.0/.helmignore similarity index 100% rename from stable/retrobot/8.1.3/.helmignore rename to stable/redisinsight/6.3.0/.helmignore diff --git a/stable/redisinsight/6.3.0/CHANGELOG.md b/stable/redisinsight/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..fcdf0465f50 --- /dev/null +++ b/stable/redisinsight/6.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [redisinsight-6.3.0](https://github.com/truecharts/charts/compare/redisinsight-6.2.3...redisinsight-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [redisinsight-6.2.3](https://github.com/truecharts/charts/compare/redisinsight-6.2.2...redisinsight-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [redisinsight-6.2.2](https://github.com/truecharts/charts/compare/redisinsight-6.2.0...redisinsight-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [redisinsight-5.1.11](https://github.com/truecharts/charts/compare/redisinsight-5.1.10...redisinsight-5.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [redisinsight-5.1.10](https://github.com/truecharts/charts/compare/redisinsight-5.1.9...redisinsight-5.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [redisinsight-5.1.9](https://github.com/truecharts/charts/compare/redisinsight-5.1.8...redisinsight-5.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [redisinsight-5.1.8](https://github.com/truecharts/charts/compare/redisinsight-5.1.7...redisinsight-5.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [redisinsight-5.1.7](https://github.com/truecharts/charts/compare/redisinsight-5.1.6...redisinsight-5.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [redisinsight-5.1.6](https://github.com/truecharts/charts/compare/redisinsight-5.1.5...redisinsight-5.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/redisinsight/6.3.0/Chart.yaml b/stable/redisinsight/6.3.0/Chart.yaml new file mode 100644 index 00000000000..7de4f546691 --- /dev/null +++ b/stable/redisinsight/6.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.14.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: GUI for Redis. +home: https://truecharts.org/charts/stable/redisinsight +icon: https://truecharts.org/img/hotlink-ok/chart-icons/redisinsight.png +keywords: + - redisinsight + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: redisinsight +sources: + - https://redis.com/redis-enterprise/redis-insight/ + - https://github.com/RedisInsight/RedisInsight + - https://github.com/truecharts/charts/tree/master/charts/stable/redisinsight + - https://hub.docker.com/r/redislabs/redisinsight +type: application +version: 6.3.0 diff --git a/stable/redisinsight/6.1.3/README.md b/stable/redisinsight/6.3.0/README.md similarity index 100% rename from stable/redisinsight/6.1.3/README.md rename to stable/redisinsight/6.3.0/README.md diff --git a/stable/redisinsight/6.3.0/app-changelog.md b/stable/redisinsight/6.3.0/app-changelog.md new file mode 100644 index 00000000000..e0b5e901bbd --- /dev/null +++ b/stable/redisinsight/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [redisinsight-6.3.0](https://github.com/truecharts/charts/compare/redisinsight-6.2.3...redisinsight-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/redisinsight/6.1.3/app-readme.md b/stable/redisinsight/6.3.0/app-readme.md similarity index 100% rename from stable/redisinsight/6.1.3/app-readme.md rename to stable/redisinsight/6.3.0/app-readme.md diff --git a/stable/redisinsight/6.3.0/charts/common-18.2.0.tgz b/stable/redisinsight/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/redisinsight/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/redisinsight/6.1.3/ix_values.yaml b/stable/redisinsight/6.3.0/ix_values.yaml similarity index 100% rename from stable/redisinsight/6.1.3/ix_values.yaml rename to stable/redisinsight/6.3.0/ix_values.yaml diff --git a/stable/redisinsight/6.1.3/questions.yaml b/stable/redisinsight/6.3.0/questions.yaml similarity index 100% rename from stable/redisinsight/6.1.3/questions.yaml rename to stable/redisinsight/6.3.0/questions.yaml diff --git a/stable/ring-mqtt/8.1.3/templates/NOTES.txt b/stable/redisinsight/6.3.0/templates/NOTES.txt similarity index 100% rename from stable/ring-mqtt/8.1.3/templates/NOTES.txt rename to stable/redisinsight/6.3.0/templates/NOTES.txt diff --git a/stable/retrobot/8.1.3/templates/common.yaml b/stable/redisinsight/6.3.0/templates/common.yaml similarity index 100% rename from stable/retrobot/8.1.3/templates/common.yaml rename to stable/redisinsight/6.3.0/templates/common.yaml diff --git a/stable/retrobot/8.1.3/values.yaml b/stable/redisinsight/6.3.0/values.yaml similarity index 100% rename from stable/retrobot/8.1.3/values.yaml rename to stable/redisinsight/6.3.0/values.yaml diff --git a/stable/redm/5.1.3/CHANGELOG.md b/stable/redm/5.1.3/CHANGELOG.md deleted file mode 100644 index 1f695e250d8..00000000000 --- a/stable/redm/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [redm-4.1.11](https://github.com/truecharts/charts/compare/redm-4.1.10...redm-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [redm-4.1.10](https://github.com/truecharts/charts/compare/redm-4.1.9...redm-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [redm-4.1.9](https://github.com/truecharts/charts/compare/redm-4.1.8...redm-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [redm-4.1.8](https://github.com/truecharts/charts/compare/redm-4.1.7...redm-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [redm-4.1.7](https://github.com/truecharts/charts/compare/redm-4.1.6...redm-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [redm-4.1.6](https://github.com/truecharts/charts/compare/redm-4.1.5...redm-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [redm-4.1.5](https://github.com/truecharts/charts/compare/redm-4.1.4...redm-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [redm-4.1.4](https://github.com/truecharts/charts/compare/redm-4.1.3...redm-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [redm-4.1.3](https://github.com/truecharts/charts/compare/redm-4.1.0...redm-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/redm/5.1.3/Chart.yaml b/stable/redm/5.1.3/Chart.yaml deleted file mode 100644 index a59500162c0..00000000000 --- a/stable/redm/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "With this Chart you can run RedM (Red Dead Redemption 2 MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the Manual Updates (in the 'Show more settings' tab down below) to true (without quotes). The Chart will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this Chart you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name." -home: https://truecharts.org/charts/stable/redm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/redm.png -keywords: - - redm - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: redm -sources: - - https://redm.gg/ - - https://github.com/truecharts/charts/tree/master/charts/stable/redm - - https://hub.docker.com/r/ich777/redmserver -type: application -version: 5.1.3 diff --git a/stable/redm/5.1.3/charts/common-18.0.3.tgz b/stable/redm/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/redm/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/rflood/5.2.0/.helmignore b/stable/redm/5.3.0/.helmignore similarity index 100% rename from stable/rflood/5.2.0/.helmignore rename to stable/redm/5.3.0/.helmignore diff --git a/stable/redm/5.3.0/CHANGELOG.md b/stable/redm/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..deba03e57b5 --- /dev/null +++ b/stable/redm/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [redm-5.3.0](https://github.com/truecharts/charts/compare/redm-5.2.3...redm-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [redm-5.2.3](https://github.com/truecharts/charts/compare/redm-5.2.2...redm-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [redm-5.2.2](https://github.com/truecharts/charts/compare/redm-5.2.0...redm-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [redm-4.1.11](https://github.com/truecharts/charts/compare/redm-4.1.10...redm-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [redm-4.1.10](https://github.com/truecharts/charts/compare/redm-4.1.9...redm-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [redm-4.1.9](https://github.com/truecharts/charts/compare/redm-4.1.8...redm-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [redm-4.1.8](https://github.com/truecharts/charts/compare/redm-4.1.7...redm-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [redm-4.1.7](https://github.com/truecharts/charts/compare/redm-4.1.6...redm-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [redm-4.1.6](https://github.com/truecharts/charts/compare/redm-4.1.5...redm-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/redm/5.3.0/Chart.yaml b/stable/redm/5.3.0/Chart.yaml new file mode 100644 index 00000000000..516d84b7ed8 --- /dev/null +++ b/stable/redm/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "With this Chart you can run RedM (Red Dead Redemption 2 MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the Manual Updates (in the 'Show more settings' tab down below) to true (without quotes). The Chart will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this Chart you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name." +home: https://truecharts.org/charts/stable/redm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/redm.png +keywords: + - redm + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: redm +sources: + - https://redm.gg/ + - https://github.com/truecharts/charts/tree/master/charts/stable/redm + - https://hub.docker.com/r/ich777/redmserver +type: application +version: 5.3.0 diff --git a/stable/redm/5.1.3/README.md b/stable/redm/5.3.0/README.md similarity index 100% rename from stable/redm/5.1.3/README.md rename to stable/redm/5.3.0/README.md diff --git a/stable/redm/5.3.0/app-changelog.md b/stable/redm/5.3.0/app-changelog.md new file mode 100644 index 00000000000..5c73ae3174a --- /dev/null +++ b/stable/redm/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [redm-5.3.0](https://github.com/truecharts/charts/compare/redm-5.2.3...redm-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/redm/5.1.3/app-readme.md b/stable/redm/5.3.0/app-readme.md similarity index 100% rename from stable/redm/5.1.3/app-readme.md rename to stable/redm/5.3.0/app-readme.md diff --git a/stable/redm/5.3.0/charts/common-18.2.0.tgz b/stable/redm/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/redm/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/redm/5.1.3/ix_values.yaml b/stable/redm/5.3.0/ix_values.yaml similarity index 100% rename from stable/redm/5.1.3/ix_values.yaml rename to stable/redm/5.3.0/ix_values.yaml diff --git a/stable/redm/5.1.3/questions.yaml b/stable/redm/5.3.0/questions.yaml similarity index 100% rename from stable/redm/5.1.3/questions.yaml rename to stable/redm/5.3.0/questions.yaml diff --git a/stable/redm/5.1.3/templates/common.yaml b/stable/redm/5.3.0/templates/common.yaml similarity index 100% rename from stable/redm/5.1.3/templates/common.yaml rename to stable/redm/5.3.0/templates/common.yaml diff --git a/stable/rflood/5.2.0/values.yaml b/stable/redm/5.3.0/values.yaml similarity index 100% rename from stable/rflood/5.2.0/values.yaml rename to stable/redm/5.3.0/values.yaml diff --git a/stable/redmine/11.1.3/CHANGELOG.md b/stable/redmine/11.1.3/CHANGELOG.md deleted file mode 100644 index 673cbc0b7bf..00000000000 --- a/stable/redmine/11.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - -## [redmine-10.1.15](https://github.com/truecharts/charts/compare/redmine-10.1.14...redmine-10.1.15) (2024-02-12) - -### Chore - - - -- update container image redmine to 5.1.1[@52c629e](https://github.com/52c629e) by renovate ([#18104](https://github.com/truecharts/charts/issues/18104)) - - -## [redmine-10.1.14](https://github.com/truecharts/charts/compare/redmine-10.1.13...redmine-10.1.14) (2024-02-05) - -### Chore - - - -- update container image redmine to 5.1.1[@d3941ff](https://github.com/d3941ff) by renovate ([#17893](https://github.com/truecharts/charts/issues/17893)) - - -## [redmine-10.1.13](https://github.com/truecharts/charts/compare/redmine-10.1.12...redmine-10.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [redmine-10.1.12](https://github.com/truecharts/charts/compare/redmine-10.1.11...redmine-10.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [redmine-10.1.11](https://github.com/truecharts/charts/compare/redmine-10.1.10...redmine-10.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [redmine-10.1.10](https://github.com/truecharts/charts/compare/redmine-10.1.9...redmine-10.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [redmine-10.1.9](https://github.com/truecharts/charts/compare/redmine-10.1.8...redmine-10.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [redmine-10.1.8](https://github.com/truecharts/charts/compare/redmine-10.1.7...redmine-10.1.8) (2024-01-21) - -### Chore - - - -- update container image redmine to 5.1.1[@08a411f](https://github.com/08a411f) by renovate ([#17393](https://github.com/truecharts/charts/issues/17393)) - - -## [redmine-10.1.7](https://github.com/truecharts/charts/compare/redmine-10.1.6...redmine-10.1.7) (2024-01-14) diff --git a/stable/redmine/11.1.3/Chart.yaml b/stable/redmine/11.1.3/Chart.yaml deleted file mode 100644 index dfd934bd1be..00000000000 --- a/stable/redmine/11.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.1.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Redmine is a flexible project management web application written using Ruby on Rails framework. -home: https://truecharts.org/charts/stable/redmine -icon: https://truecharts.org/img/hotlink-ok/chart-icons/redmine.png -keywords: - - project - - management - - time - - tracking - - ticket -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: redmine -sources: - - https://github.com/redmine/redmine - - https://github.com/truecharts/charts/tree/master/charts/stable/redmine - - https://hub.docker.com/_/redmine -type: application -version: 11.1.3 diff --git a/stable/redmine/11.1.3/charts/common-18.0.3.tgz b/stable/redmine/11.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/redmine/11.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/redmine/11.1.3/questions.yaml b/stable/redmine/11.1.3/questions.yaml deleted file mode 100755 index a8a5c553e6c..00000000000 --- a/stable/redmine/11.1.3/questions.yaml +++ /dev/null @@ -1,3320 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: redmine - group: "App Configuration" - label: "Redmine Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: plugins_migrate - label: "Plugins Migrate" - description: "Set to true and the migrate script will be automatically run on every container start" - schema: - type: boolean - default: true - - variable: no_db_migrate - label: "No DB Migrate" - description: "Set to true and the migrate script will NOT automatically run on container start." - schema: - type: boolean - default: false - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10171 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: data - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 999 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 999 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 999 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/rickroll/6.2.0/.helmignore b/stable/redmine/11.3.0/.helmignore similarity index 100% rename from stable/rickroll/6.2.0/.helmignore rename to stable/redmine/11.3.0/.helmignore diff --git a/stable/redmine/11.3.0/CHANGELOG.md b/stable/redmine/11.3.0/CHANGELOG.md new file mode 100644 index 00000000000..9fe6ac74346 --- /dev/null +++ b/stable/redmine/11.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [redmine-11.3.0](https://github.com/truecharts/charts/compare/redmine-11.2.3...redmine-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [redmine-11.2.3](https://github.com/truecharts/charts/compare/redmine-11.2.2...redmine-11.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [redmine-11.2.2](https://github.com/truecharts/charts/compare/redmine-11.2.0...redmine-11.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + +## [redmine-10.1.15](https://github.com/truecharts/charts/compare/redmine-10.1.14...redmine-10.1.15) (2024-02-12) + +### Chore + + + +- update container image redmine to 5.1.1[@52c629e](https://github.com/52c629e) by renovate ([#18104](https://github.com/truecharts/charts/issues/18104)) + + +## [redmine-10.1.14](https://github.com/truecharts/charts/compare/redmine-10.1.13...redmine-10.1.14) (2024-02-05) + +### Chore + + + +- update container image redmine to 5.1.1[@d3941ff](https://github.com/d3941ff) by renovate ([#17893](https://github.com/truecharts/charts/issues/17893)) + + +## [redmine-10.1.13](https://github.com/truecharts/charts/compare/redmine-10.1.12...redmine-10.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [redmine-10.1.12](https://github.com/truecharts/charts/compare/redmine-10.1.11...redmine-10.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [redmine-10.1.11](https://github.com/truecharts/charts/compare/redmine-10.1.10...redmine-10.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) diff --git a/stable/redmine/11.3.0/Chart.yaml b/stable/redmine/11.3.0/Chart.yaml new file mode 100644 index 00000000000..315380c6178 --- /dev/null +++ b/stable/redmine/11.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.1.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Redmine is a flexible project management web application written using Ruby on Rails framework. +home: https://truecharts.org/charts/stable/redmine +icon: https://truecharts.org/img/hotlink-ok/chart-icons/redmine.png +keywords: + - project + - management + - time + - tracking + - ticket +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: redmine +sources: + - https://github.com/redmine/redmine + - https://github.com/truecharts/charts/tree/master/charts/stable/redmine + - https://hub.docker.com/_/redmine +type: application +version: 11.3.0 diff --git a/stable/redmine/11.1.3/README.md b/stable/redmine/11.3.0/README.md similarity index 100% rename from stable/redmine/11.1.3/README.md rename to stable/redmine/11.3.0/README.md diff --git a/stable/redmine/11.3.0/app-changelog.md b/stable/redmine/11.3.0/app-changelog.md new file mode 100644 index 00000000000..679e96291f2 --- /dev/null +++ b/stable/redmine/11.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [redmine-11.3.0](https://github.com/truecharts/charts/compare/redmine-11.2.3...redmine-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/redmine/11.1.3/app-readme.md b/stable/redmine/11.3.0/app-readme.md similarity index 100% rename from stable/redmine/11.1.3/app-readme.md rename to stable/redmine/11.3.0/app-readme.md diff --git a/stable/redmine/11.3.0/charts/common-18.2.0.tgz b/stable/redmine/11.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/redmine/11.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/redmine/11.1.3/ix_values.yaml b/stable/redmine/11.3.0/ix_values.yaml similarity index 100% rename from stable/redmine/11.1.3/ix_values.yaml rename to stable/redmine/11.3.0/ix_values.yaml diff --git a/stable/redmine/11.3.0/questions.yaml b/stable/redmine/11.3.0/questions.yaml new file mode 100755 index 00000000000..0914a98e115 --- /dev/null +++ b/stable/redmine/11.3.0/questions.yaml @@ -0,0 +1,3278 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: redmine + group: "App Configuration" + label: "Redmine Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: plugins_migrate + label: "Plugins Migrate" + description: "Set to true and the migrate script will be automatically run on every container start" + schema: + type: boolean + default: true + - variable: no_db_migrate + label: "No DB Migrate" + description: "Set to true and the migrate script will NOT automatically run on container start." + schema: + type: boolean + default: false + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10171 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: data + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 999 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 999 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 999 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/romm/7.5.0/templates/NOTES.txt b/stable/redmine/11.3.0/templates/NOTES.txt similarity index 100% rename from stable/romm/7.5.0/templates/NOTES.txt rename to stable/redmine/11.3.0/templates/NOTES.txt diff --git a/stable/redmine/11.1.3/templates/_secrets.tpl b/stable/redmine/11.3.0/templates/_secrets.tpl similarity index 100% rename from stable/redmine/11.1.3/templates/_secrets.tpl rename to stable/redmine/11.3.0/templates/_secrets.tpl diff --git a/stable/redmine/11.1.3/templates/common.yaml b/stable/redmine/11.3.0/templates/common.yaml similarity index 100% rename from stable/redmine/11.1.3/templates/common.yaml rename to stable/redmine/11.3.0/templates/common.yaml diff --git a/stable/rickroll/6.2.0/values.yaml b/stable/redmine/11.3.0/values.yaml similarity index 100% rename from stable/rickroll/6.2.0/values.yaml rename to stable/redmine/11.3.0/values.yaml diff --git a/stable/reg/13.1.3/CHANGELOG.md b/stable/reg/13.1.3/CHANGELOG.md deleted file mode 100644 index ada9c1020d9..00000000000 --- a/stable/reg/13.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [reg-12.1.12](https://github.com/truecharts/charts/compare/reg-12.1.11...reg-12.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [reg-12.1.11](https://github.com/truecharts/charts/compare/reg-12.1.10...reg-12.1.11) (2024-01-29) - -### Chore - - - -- update container image registry to 2[@f4e1b87](https://github.com/f4e1b87) by renovate ([#17649](https://github.com/truecharts/charts/issues/17649)) - - -## [reg-12.1.10](https://github.com/truecharts/charts/compare/reg-12.1.9...reg-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [reg-12.1.9](https://github.com/truecharts/charts/compare/reg-12.1.8...reg-12.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [reg-12.1.8](https://github.com/truecharts/charts/compare/reg-12.1.7...reg-12.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [reg-12.1.7](https://github.com/truecharts/charts/compare/reg-12.1.6...reg-12.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [reg-12.1.6](https://github.com/truecharts/charts/compare/reg-12.1.5...reg-12.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [reg-12.1.5](https://github.com/truecharts/charts/compare/reg-12.1.4...reg-12.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [reg-12.1.4](https://github.com/truecharts/charts/compare/reg-12.1.3...reg-12.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/reg/13.1.3/Chart.yaml b/stable/reg/13.1.3/Chart.yaml deleted file mode 100644 index 226c5abddd4..00000000000 --- a/stable/reg/13.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.0.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Docker registry v2 command line client and repo listing generator with security checks. -home: https://truecharts.org/charts/stable/reg -icon: https://truecharts.org/img/hotlink-ok/chart-icons/reg.png -keywords: - - reg -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: reg -sources: - - https://github.com/genuinetools/reg - - https://github.com/k8s-at-home/container-images/ - - https://github.com/truecharts/charts/tree/master/charts/stable/reg - - https://hub.docker.com/_/registry -type: application -version: 13.1.3 diff --git a/stable/reg/13.1.3/charts/common-18.0.3.tgz b/stable/reg/13.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/reg/13.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/rimgo/6.2.1/.helmignore b/stable/reg/13.3.0/.helmignore similarity index 100% rename from stable/rimgo/6.2.1/.helmignore rename to stable/reg/13.3.0/.helmignore diff --git a/stable/reg/13.3.0/CHANGELOG.md b/stable/reg/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..d63e655caf1 --- /dev/null +++ b/stable/reg/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [reg-13.3.0](https://github.com/truecharts/charts/compare/reg-13.2.3...reg-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [reg-13.2.3](https://github.com/truecharts/charts/compare/reg-13.2.2...reg-13.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [reg-13.2.2](https://github.com/truecharts/charts/compare/reg-13.2.0...reg-13.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [reg-12.1.12](https://github.com/truecharts/charts/compare/reg-12.1.11...reg-12.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [reg-12.1.11](https://github.com/truecharts/charts/compare/reg-12.1.10...reg-12.1.11) (2024-01-29) + +### Chore + + + +- update container image registry to 2[@f4e1b87](https://github.com/f4e1b87) by renovate ([#17649](https://github.com/truecharts/charts/issues/17649)) + + +## [reg-12.1.10](https://github.com/truecharts/charts/compare/reg-12.1.9...reg-12.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [reg-12.1.9](https://github.com/truecharts/charts/compare/reg-12.1.8...reg-12.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [reg-12.1.8](https://github.com/truecharts/charts/compare/reg-12.1.7...reg-12.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [reg-12.1.7](https://github.com/truecharts/charts/compare/reg-12.1.6...reg-12.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/reg/13.3.0/Chart.yaml b/stable/reg/13.3.0/Chart.yaml new file mode 100644 index 00000000000..95842e87ca2 --- /dev/null +++ b/stable/reg/13.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Docker registry v2 command line client and repo listing generator with security checks. +home: https://truecharts.org/charts/stable/reg +icon: https://truecharts.org/img/hotlink-ok/chart-icons/reg.png +keywords: + - reg +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: reg +sources: + - https://github.com/genuinetools/reg + - https://github.com/k8s-at-home/container-images/ + - https://github.com/truecharts/charts/tree/master/charts/stable/reg + - https://hub.docker.com/_/registry +type: application +version: 13.3.0 diff --git a/stable/reg/13.1.3/README.md b/stable/reg/13.3.0/README.md similarity index 100% rename from stable/reg/13.1.3/README.md rename to stable/reg/13.3.0/README.md diff --git a/stable/reg/13.3.0/app-changelog.md b/stable/reg/13.3.0/app-changelog.md new file mode 100644 index 00000000000..2fb0830c75b --- /dev/null +++ b/stable/reg/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [reg-13.3.0](https://github.com/truecharts/charts/compare/reg-13.2.3...reg-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/reg/13.1.3/app-readme.md b/stable/reg/13.3.0/app-readme.md similarity index 100% rename from stable/reg/13.1.3/app-readme.md rename to stable/reg/13.3.0/app-readme.md diff --git a/stable/reg/13.3.0/charts/common-18.2.0.tgz b/stable/reg/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/reg/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/reg/13.1.3/ix_values.yaml b/stable/reg/13.3.0/ix_values.yaml similarity index 100% rename from stable/reg/13.1.3/ix_values.yaml rename to stable/reg/13.3.0/ix_values.yaml diff --git a/stable/reg/13.1.3/questions.yaml b/stable/reg/13.3.0/questions.yaml similarity index 100% rename from stable/reg/13.1.3/questions.yaml rename to stable/reg/13.3.0/questions.yaml diff --git a/stable/rsnapshot/9.1.4/templates/NOTES.txt b/stable/reg/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/rsnapshot/9.1.4/templates/NOTES.txt rename to stable/reg/13.3.0/templates/NOTES.txt diff --git a/stable/rickroll/6.2.0/templates/common.yaml b/stable/reg/13.3.0/templates/common.yaml similarity index 100% rename from stable/rickroll/6.2.0/templates/common.yaml rename to stable/reg/13.3.0/templates/common.yaml diff --git a/stable/rimgo/6.2.1/values.yaml b/stable/reg/13.3.0/values.yaml similarity index 100% rename from stable/rimgo/6.2.1/values.yaml rename to stable/reg/13.3.0/values.yaml diff --git a/stable/remmina/10.1.3/CHANGELOG.md b/stable/remmina/10.1.3/CHANGELOG.md deleted file mode 100644 index 46e472af01e..00000000000 --- a/stable/remmina/10.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - -## [remmina-9.1.18](https://github.com/truecharts/charts/compare/remmina-9.1.17...remmina-9.1.18) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/remmina to 1.4.2[@12b10c3](https://github.com/12b10c3) by renovate ([#18073](https://github.com/truecharts/charts/issues/18073)) - - -## [remmina-9.1.17](https://github.com/truecharts/charts/compare/remmina-9.1.16...remmina-9.1.17) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/remmina to 1.4.2[@8720891](https://github.com/8720891) by renovate ([#17863](https://github.com/truecharts/charts/issues/17863)) - - -## [remmina-9.1.16](https://github.com/truecharts/charts/compare/remmina-9.1.15...remmina-9.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [remmina-9.1.15](https://github.com/truecharts/charts/compare/remmina-9.1.14...remmina-9.1.15) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/remmina to 1.4.2[@6252cc7](https://github.com/6252cc7) by renovate ([#17620](https://github.com/truecharts/charts/issues/17620)) - - -## [remmina-9.1.14](https://github.com/truecharts/charts/compare/remmina-9.1.13...remmina-9.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [remmina-9.1.13](https://github.com/truecharts/charts/compare/remmina-9.1.12...remmina-9.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [remmina-9.1.12](https://github.com/truecharts/charts/compare/remmina-9.1.11...remmina-9.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [remmina-9.1.11](https://github.com/truecharts/charts/compare/remmina-9.1.10...remmina-9.1.11) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/remmina/10.1.3/Chart.yaml b/stable/remmina/10.1.3/Chart.yaml deleted file mode 100644 index 579f7ddf89d..00000000000 --- a/stable/remmina/10.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.4.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A remote desktop client written in GTK -home: https://truecharts.org/charts/stable/remmina -icon: https://truecharts.org/img/hotlink-ok/chart-icons/remmina.png -keywords: - - remina - - remote - - desktop - - client -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: remmina -sources: - - https://github.com/linuxserver/docker-remmina - - https://remmina.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/remmina - - https://ghcr.io/linuxserver/remmina -type: application -version: 10.1.3 diff --git a/stable/remmina/10.1.3/charts/common-18.0.3.tgz b/stable/remmina/10.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/remmina/10.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/ring-mqtt/8.1.3/.helmignore b/stable/remmina/10.3.0/.helmignore similarity index 100% rename from stable/ring-mqtt/8.1.3/.helmignore rename to stable/remmina/10.3.0/.helmignore diff --git a/stable/remmina/10.3.0/CHANGELOG.md b/stable/remmina/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..7192590bafb --- /dev/null +++ b/stable/remmina/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [remmina-10.3.0](https://github.com/truecharts/charts/compare/remmina-10.2.3...remmina-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [remmina-10.2.3](https://github.com/truecharts/charts/compare/remmina-10.2.2...remmina-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [remmina-10.2.2](https://github.com/truecharts/charts/compare/remmina-10.2.0...remmina-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + +## [remmina-9.1.18](https://github.com/truecharts/charts/compare/remmina-9.1.17...remmina-9.1.18) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/remmina to 1.4.2[@12b10c3](https://github.com/12b10c3) by renovate ([#18073](https://github.com/truecharts/charts/issues/18073)) + + +## [remmina-9.1.17](https://github.com/truecharts/charts/compare/remmina-9.1.16...remmina-9.1.17) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/remmina to 1.4.2[@8720891](https://github.com/8720891) by renovate ([#17863](https://github.com/truecharts/charts/issues/17863)) + + +## [remmina-9.1.16](https://github.com/truecharts/charts/compare/remmina-9.1.15...remmina-9.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [remmina-9.1.15](https://github.com/truecharts/charts/compare/remmina-9.1.14...remmina-9.1.15) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/remmina to 1.4.2[@6252cc7](https://github.com/6252cc7) by renovate ([#17620](https://github.com/truecharts/charts/issues/17620)) + + +## [remmina-9.1.14](https://github.com/truecharts/charts/compare/remmina-9.1.13...remmina-9.1.14) (2024-01-26) + +### Chore + diff --git a/stable/remmina/10.3.0/Chart.yaml b/stable/remmina/10.3.0/Chart.yaml new file mode 100644 index 00000000000..3e7f227be01 --- /dev/null +++ b/stable/remmina/10.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.4.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A remote desktop client written in GTK +home: https://truecharts.org/charts/stable/remmina +icon: https://truecharts.org/img/hotlink-ok/chart-icons/remmina.png +keywords: + - remina + - remote + - desktop + - client +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: remmina +sources: + - https://github.com/linuxserver/docker-remmina + - https://remmina.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/remmina + - https://ghcr.io/linuxserver/remmina +type: application +version: 10.3.0 diff --git a/stable/remmina/10.1.3/README.md b/stable/remmina/10.3.0/README.md similarity index 100% rename from stable/remmina/10.1.3/README.md rename to stable/remmina/10.3.0/README.md diff --git a/stable/remmina/10.3.0/app-changelog.md b/stable/remmina/10.3.0/app-changelog.md new file mode 100644 index 00000000000..99377a2ba57 --- /dev/null +++ b/stable/remmina/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [remmina-10.3.0](https://github.com/truecharts/charts/compare/remmina-10.2.3...remmina-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/remmina/10.1.3/app-readme.md b/stable/remmina/10.3.0/app-readme.md similarity index 100% rename from stable/remmina/10.1.3/app-readme.md rename to stable/remmina/10.3.0/app-readme.md diff --git a/stable/remmina/10.3.0/charts/common-18.2.0.tgz b/stable/remmina/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/remmina/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/remmina/10.1.3/ix_values.yaml b/stable/remmina/10.3.0/ix_values.yaml similarity index 100% rename from stable/remmina/10.1.3/ix_values.yaml rename to stable/remmina/10.3.0/ix_values.yaml diff --git a/stable/remmina/10.1.3/questions.yaml b/stable/remmina/10.3.0/questions.yaml similarity index 100% rename from stable/remmina/10.1.3/questions.yaml rename to stable/remmina/10.3.0/questions.yaml diff --git a/stable/rss-bridge/10.1.3/templates/NOTES.txt b/stable/remmina/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/rss-bridge/10.1.3/templates/NOTES.txt rename to stable/remmina/10.3.0/templates/NOTES.txt diff --git a/stable/remmina/10.1.3/templates/common.yaml b/stable/remmina/10.3.0/templates/common.yaml similarity index 100% rename from stable/remmina/10.1.3/templates/common.yaml rename to stable/remmina/10.3.0/templates/common.yaml diff --git a/stable/ring-mqtt/8.1.3/values.yaml b/stable/remmina/10.3.0/values.yaml similarity index 100% rename from stable/ring-mqtt/8.1.3/values.yaml rename to stable/remmina/10.3.0/values.yaml diff --git a/stable/remotely/5.1.3/CHANGELOG.md b/stable/remotely/5.1.3/CHANGELOG.md deleted file mode 100644 index e9b69c150ff..00000000000 --- a/stable/remotely/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [remotely-4.1.11](https://github.com/truecharts/charts/compare/remotely-4.1.10...remotely-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [remotely-4.1.10](https://github.com/truecharts/charts/compare/remotely-4.1.9...remotely-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [remotely-4.1.9](https://github.com/truecharts/charts/compare/remotely-4.1.8...remotely-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [remotely-4.1.8](https://github.com/truecharts/charts/compare/remotely-4.1.7...remotely-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [remotely-4.1.7](https://github.com/truecharts/charts/compare/remotely-4.1.6...remotely-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [remotely-4.1.6](https://github.com/truecharts/charts/compare/remotely-4.1.5...remotely-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [remotely-4.1.5](https://github.com/truecharts/charts/compare/remotely-4.1.4...remotely-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [remotely-4.1.4](https://github.com/truecharts/charts/compare/remotely-4.1.3...remotely-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [remotely-4.1.3](https://github.com/truecharts/charts/compare/remotely-4.1.0...remotely-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/remotely/5.1.3/Chart.yaml b/stable/remotely/5.1.3/Chart.yaml deleted file mode 100644 index 0f296637a53..00000000000 --- a/stable/remotely/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1380.0.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A remote control and remote scripting solution, built with .NET 5, Blazor, SignalR Core, and WebRTC. -home: https://truecharts.org/charts/stable/remotely -icon: https://truecharts.org/img/hotlink-ok/chart-icons/remotely.png -keywords: - - remotely - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: remotely -sources: - - https://remotely.one/ - - https://github.com/truecharts/charts/tree/master/charts/stable/remotely - - https://hub.docker.com/r/immybot/remotely -type: application -version: 5.1.3 diff --git a/stable/remotely/5.1.3/charts/common-18.0.3.tgz b/stable/remotely/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/remotely/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/rmlint/5.1.3/.helmignore b/stable/remotely/5.3.0/.helmignore similarity index 100% rename from stable/rmlint/5.1.3/.helmignore rename to stable/remotely/5.3.0/.helmignore diff --git a/stable/remotely/5.3.0/CHANGELOG.md b/stable/remotely/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..f3a42087f26 --- /dev/null +++ b/stable/remotely/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [remotely-5.3.0](https://github.com/truecharts/charts/compare/remotely-5.2.3...remotely-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [remotely-5.2.3](https://github.com/truecharts/charts/compare/remotely-5.2.2...remotely-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [remotely-5.2.2](https://github.com/truecharts/charts/compare/remotely-5.2.0...remotely-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [remotely-4.1.11](https://github.com/truecharts/charts/compare/remotely-4.1.10...remotely-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [remotely-4.1.10](https://github.com/truecharts/charts/compare/remotely-4.1.9...remotely-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [remotely-4.1.9](https://github.com/truecharts/charts/compare/remotely-4.1.8...remotely-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [remotely-4.1.8](https://github.com/truecharts/charts/compare/remotely-4.1.7...remotely-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [remotely-4.1.7](https://github.com/truecharts/charts/compare/remotely-4.1.6...remotely-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [remotely-4.1.6](https://github.com/truecharts/charts/compare/remotely-4.1.5...remotely-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/remotely/5.3.0/Chart.yaml b/stable/remotely/5.3.0/Chart.yaml new file mode 100644 index 00000000000..059fad25a49 --- /dev/null +++ b/stable/remotely/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1380.0.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A remote control and remote scripting solution, built with .NET 5, Blazor, SignalR Core, and WebRTC. +home: https://truecharts.org/charts/stable/remotely +icon: https://truecharts.org/img/hotlink-ok/chart-icons/remotely.png +keywords: + - remotely + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: remotely +sources: + - https://remotely.one/ + - https://github.com/truecharts/charts/tree/master/charts/stable/remotely + - https://hub.docker.com/r/immybot/remotely +type: application +version: 5.3.0 diff --git a/stable/remotely/5.1.3/README.md b/stable/remotely/5.3.0/README.md similarity index 100% rename from stable/remotely/5.1.3/README.md rename to stable/remotely/5.3.0/README.md diff --git a/stable/remotely/5.3.0/app-changelog.md b/stable/remotely/5.3.0/app-changelog.md new file mode 100644 index 00000000000..0293ddb9d5f --- /dev/null +++ b/stable/remotely/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [remotely-5.3.0](https://github.com/truecharts/charts/compare/remotely-5.2.3...remotely-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/remotely/5.1.3/app-readme.md b/stable/remotely/5.3.0/app-readme.md similarity index 100% rename from stable/remotely/5.1.3/app-readme.md rename to stable/remotely/5.3.0/app-readme.md diff --git a/stable/remotely/5.3.0/charts/common-18.2.0.tgz b/stable/remotely/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/remotely/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/remotely/5.1.3/ix_values.yaml b/stable/remotely/5.3.0/ix_values.yaml similarity index 100% rename from stable/remotely/5.1.3/ix_values.yaml rename to stable/remotely/5.3.0/ix_values.yaml diff --git a/stable/remotely/5.1.3/questions.yaml b/stable/remotely/5.3.0/questions.yaml similarity index 100% rename from stable/remotely/5.1.3/questions.yaml rename to stable/remotely/5.3.0/questions.yaml diff --git a/stable/remotely/5.1.3/templates/common.yaml b/stable/remotely/5.3.0/templates/common.yaml similarity index 100% rename from stable/remotely/5.1.3/templates/common.yaml rename to stable/remotely/5.3.0/templates/common.yaml diff --git a/stable/rmlint/5.1.3/values.yaml b/stable/remotely/5.3.0/values.yaml similarity index 100% rename from stable/rmlint/5.1.3/values.yaml rename to stable/remotely/5.3.0/values.yaml diff --git a/stable/requestrr/10.1.3/CHANGELOG.md b/stable/requestrr/10.1.3/CHANGELOG.md deleted file mode 100644 index 3fbb6e430a4..00000000000 --- a/stable/requestrr/10.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - -## [requestrr-9.0.5](https://github.com/truecharts/charts/compare/requestrr-9.0.4...requestrr-9.0.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [requestrr-9.0.4](https://github.com/truecharts/charts/compare/requestrr-9.0.3...requestrr-9.0.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [requestrr-9.0.3](https://github.com/truecharts/charts/compare/requestrr-9.0.2...requestrr-9.0.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [requestrr-9.0.2](https://github.com/truecharts/charts/compare/requestrr-9.0.1...requestrr-9.0.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [requestrr-9.0.1](https://github.com/truecharts/charts/compare/requestrr-9.0.0...requestrr-9.0.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [requestrr-9.0.0](https://github.com/truecharts/charts/compare/requestrr-8.2.0...requestrr-9.0.0) (2024-01-12) - - -## [requestrr-8.2.0](https://github.com/truecharts/charts/compare/requestrr-8.1.6...requestrr-8.2.0) (2024-01-09) - - -## [requestrr-8.1.6](https://github.com/truecharts/charts/compare/requestrr-8.1.5...requestrr-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [requestrr-8.1.5](https://github.com/truecharts/charts/compare/requestrr-8.1.4...requestrr-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [requestrr-8.1.4](https://github.com/truecharts/charts/compare/requestrr-8.1.3...requestrr-8.1.4) (2024-01-01) - -### Chore - diff --git a/stable/requestrr/10.1.3/Chart.yaml b/stable/requestrr/10.1.3/Chart.yaml deleted file mode 100644 index 17d4b8ce247..00000000000 --- a/stable/requestrr/10.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.1.5 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat. -home: https://truecharts.org/charts/stable/requestrr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/requestrr.png -keywords: - - requestrr - - discord -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: requestrr -sources: - - https://github.com/thomst08/requestrr - - https://github.com/truecharts/charts/tree/master/charts/stable/requestrr - - https://hub.docker.com/r/thomst08/requestrr -type: application -version: 10.1.3 diff --git a/stable/requestrr/10.1.3/charts/common-18.0.3.tgz b/stable/requestrr/10.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/requestrr/10.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/romm/7.5.0/.helmignore b/stable/requestrr/10.3.0/.helmignore similarity index 100% rename from stable/romm/7.5.0/.helmignore rename to stable/requestrr/10.3.0/.helmignore diff --git a/stable/requestrr/10.3.0/CHANGELOG.md b/stable/requestrr/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..18220bccc74 --- /dev/null +++ b/stable/requestrr/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [requestrr-10.3.0](https://github.com/truecharts/charts/compare/requestrr-10.2.3...requestrr-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [requestrr-10.2.3](https://github.com/truecharts/charts/compare/requestrr-10.2.2...requestrr-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [requestrr-10.2.2](https://github.com/truecharts/charts/compare/requestrr-10.2.0...requestrr-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + +## [requestrr-9.0.5](https://github.com/truecharts/charts/compare/requestrr-9.0.4...requestrr-9.0.5) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [requestrr-9.0.4](https://github.com/truecharts/charts/compare/requestrr-9.0.3...requestrr-9.0.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [requestrr-9.0.3](https://github.com/truecharts/charts/compare/requestrr-9.0.2...requestrr-9.0.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [requestrr-9.0.2](https://github.com/truecharts/charts/compare/requestrr-9.0.1...requestrr-9.0.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [requestrr-9.0.1](https://github.com/truecharts/charts/compare/requestrr-9.0.0...requestrr-9.0.1) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + diff --git a/stable/requestrr/10.3.0/Chart.yaml b/stable/requestrr/10.3.0/Chart.yaml new file mode 100644 index 00000000000..25002469cf6 --- /dev/null +++ b/stable/requestrr/10.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.1.5 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat. +home: https://truecharts.org/charts/stable/requestrr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/requestrr.png +keywords: + - requestrr + - discord +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: requestrr +sources: + - https://github.com/thomst08/requestrr + - https://github.com/truecharts/charts/tree/master/charts/stable/requestrr + - https://hub.docker.com/r/thomst08/requestrr +type: application +version: 10.3.0 diff --git a/stable/requestrr/10.1.3/README.md b/stable/requestrr/10.3.0/README.md similarity index 100% rename from stable/requestrr/10.1.3/README.md rename to stable/requestrr/10.3.0/README.md diff --git a/stable/requestrr/10.3.0/app-changelog.md b/stable/requestrr/10.3.0/app-changelog.md new file mode 100644 index 00000000000..8b6b78b974f --- /dev/null +++ b/stable/requestrr/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [requestrr-10.3.0](https://github.com/truecharts/charts/compare/requestrr-10.2.3...requestrr-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/requestrr/10.1.3/app-readme.md b/stable/requestrr/10.3.0/app-readme.md similarity index 100% rename from stable/requestrr/10.1.3/app-readme.md rename to stable/requestrr/10.3.0/app-readme.md diff --git a/stable/requestrr/10.3.0/charts/common-18.2.0.tgz b/stable/requestrr/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/requestrr/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/requestrr/10.1.3/ix_values.yaml b/stable/requestrr/10.3.0/ix_values.yaml similarity index 100% rename from stable/requestrr/10.1.3/ix_values.yaml rename to stable/requestrr/10.3.0/ix_values.yaml diff --git a/stable/requestrr/10.1.3/questions.yaml b/stable/requestrr/10.3.0/questions.yaml similarity index 100% rename from stable/requestrr/10.1.3/questions.yaml rename to stable/requestrr/10.3.0/questions.yaml diff --git a/stable/rsshub/12.2.1/templates/NOTES.txt b/stable/requestrr/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/rsshub/12.2.1/templates/NOTES.txt rename to stable/requestrr/10.3.0/templates/NOTES.txt diff --git a/stable/rsnapshot/9.1.4/templates/common.yaml b/stable/requestrr/10.3.0/templates/common.yaml similarity index 100% rename from stable/rsnapshot/9.1.4/templates/common.yaml rename to stable/requestrr/10.3.0/templates/common.yaml diff --git a/stable/romm/7.5.0/values.yaml b/stable/requestrr/10.3.0/values.yaml similarity index 100% rename from stable/romm/7.5.0/values.yaml rename to stable/requestrr/10.3.0/values.yaml diff --git a/stable/resilio-sync/14.2.0/CHANGELOG.md b/stable/resilio-sync/14.2.0/CHANGELOG.md deleted file mode 100644 index 669b4e8c22e..00000000000 --- a/stable/resilio-sync/14.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - -## [resilio-sync-13.1.16](https://github.com/truecharts/charts/compare/resilio-sync-13.1.15...resilio-sync-13.1.16) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@597ebff](https://github.com/597ebff) by renovate ([#18074](https://github.com/truecharts/charts/issues/18074)) - - -## [resilio-sync-13.1.15](https://github.com/truecharts/charts/compare/resilio-sync-13.1.14...resilio-sync-13.1.15) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@4659ace](https://github.com/4659ace) by renovate ([#17864](https://github.com/truecharts/charts/issues/17864)) - - -## [resilio-sync-13.1.14](https://github.com/truecharts/charts/compare/resilio-sync-13.1.13...resilio-sync-13.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [resilio-sync-13.1.13](https://github.com/truecharts/charts/compare/resilio-sync-13.1.12...resilio-sync-13.1.13) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@037b01c](https://github.com/037b01c) by renovate ([#17621](https://github.com/truecharts/charts/issues/17621)) - - -## [resilio-sync-13.1.12](https://github.com/truecharts/charts/compare/resilio-sync-13.1.11...resilio-sync-13.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [resilio-sync-13.1.11](https://github.com/truecharts/charts/compare/resilio-sync-13.1.10...resilio-sync-13.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [resilio-sync-13.1.10](https://github.com/truecharts/charts/compare/resilio-sync-13.1.9...resilio-sync-13.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [resilio-sync-13.1.9](https://github.com/truecharts/charts/compare/resilio-sync-13.1.8...resilio-sync-13.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/resilio-sync/14.2.0/Chart.yaml b/stable/resilio-sync/14.2.0/Chart.yaml deleted file mode 100644 index b07a9159031..00000000000 --- a/stable/resilio-sync/14.2.0/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.7.3 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Resilio Sync is a fast, reliable, and simple file sync and share solution, powered by P2P technology -home: https://truecharts.org/charts/stable/resilio-sync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/resilio-sync.png -keywords: - - resilio - - sync - - btsync - - bittorrent -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: resilio-sync -sources: - - https://github.com/orgs/linuxserver/packages/container/package/resilio-sync - - https://github.com/truecharts/charts/tree/master/charts/stable/resilio-sync - - https://ghcr.io/linuxserver/resilio-sync -type: application -version: 14.2.0 diff --git a/stable/resilio-sync/14.2.0/charts/common-18.1.2.tgz b/stable/resilio-sync/14.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/resilio-sync/14.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/resilio-sync/14.2.0/ix_values.yaml b/stable/resilio-sync/14.2.0/ix_values.yaml deleted file mode 100644 index 29eb81d4c3a..00000000000 --- a/stable/resilio-sync/14.2.0/ix_values.yaml +++ /dev/null @@ -1,58 +0,0 @@ -image: - repository: ghcr.io/linuxserver/resilio-sync - tag: 2.7.3@sha256:0266cf20f00724eaaf801c5cbf9ae1c41acb2ac4f6cfd60c5018dee439bf54ab - pullPolicy: IfNotPresent -service: - main: - ports: - main: - port: 8888 - targetPort: 8888 - bt-tcp: - enabled: true - ports: - bt-tcp: - enabled: true - port: 55555 - targetPort: 55555 - bt-udp: - enabled: true - ports: - bt-udp: - enabled: true - port: 55555 - targetPort: 55555 - protocol: udp -persistence: - config: - enabled: true - mountPath: "/config" - data: - enabled: true - mountPath: "/sync" - varrun: - enabled: true -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: tcp - port: "{{ .Values.service.main.ports.main.targetPort }}" - readiness: - type: tcp - port: "{{ .Values.service.main.ports.main.targetPort }}" - startup: - type: tcp - port: "{{ .Values.service.main.ports.main.targetPort }}" diff --git a/stable/root/5.1.3/.helmignore b/stable/resilio-sync/14.3.0/.helmignore similarity index 100% rename from stable/root/5.1.3/.helmignore rename to stable/resilio-sync/14.3.0/.helmignore diff --git a/stable/resilio-sync/14.3.0/CHANGELOG.md b/stable/resilio-sync/14.3.0/CHANGELOG.md new file mode 100644 index 00000000000..2446f9646ec --- /dev/null +++ b/stable/resilio-sync/14.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [resilio-sync-14.3.0](https://github.com/truecharts/charts/compare/resilio-sync-14.2.4...resilio-sync-14.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [resilio-sync-14.2.4](https://github.com/truecharts/charts/compare/resilio-sync-14.2.3...resilio-sync-14.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [resilio-sync-14.2.3](https://github.com/truecharts/charts/compare/resilio-sync-14.2.1...resilio-sync-14.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + +## [resilio-sync-13.1.16](https://github.com/truecharts/charts/compare/resilio-sync-13.1.15...resilio-sync-13.1.16) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@597ebff](https://github.com/597ebff) by renovate ([#18074](https://github.com/truecharts/charts/issues/18074)) + + +## [resilio-sync-13.1.15](https://github.com/truecharts/charts/compare/resilio-sync-13.1.14...resilio-sync-13.1.15) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@4659ace](https://github.com/4659ace) by renovate ([#17864](https://github.com/truecharts/charts/issues/17864)) + + +## [resilio-sync-13.1.14](https://github.com/truecharts/charts/compare/resilio-sync-13.1.13...resilio-sync-13.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [resilio-sync-13.1.13](https://github.com/truecharts/charts/compare/resilio-sync-13.1.12...resilio-sync-13.1.13) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@037b01c](https://github.com/037b01c) by renovate ([#17621](https://github.com/truecharts/charts/issues/17621)) + + +## [resilio-sync-13.1.12](https://github.com/truecharts/charts/compare/resilio-sync-13.1.11...resilio-sync-13.1.12) (2024-01-26) + +### Chore + diff --git a/stable/resilio-sync/14.3.0/Chart.yaml b/stable/resilio-sync/14.3.0/Chart.yaml new file mode 100644 index 00000000000..d9c4cfebed8 --- /dev/null +++ b/stable/resilio-sync/14.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.7.3 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Resilio Sync is a fast, reliable, and simple file sync and share solution, powered by P2P technology +home: https://truecharts.org/charts/stable/resilio-sync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/resilio-sync.png +keywords: + - resilio + - sync + - btsync + - bittorrent +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: resilio-sync +sources: + - https://github.com/orgs/linuxserver/packages/container/package/resilio-sync + - https://github.com/truecharts/charts/tree/master/charts/stable/resilio-sync + - https://ghcr.io/linuxserver/resilio-sync +type: application +version: 14.3.0 diff --git a/stable/resilio-sync/14.2.0/README.md b/stable/resilio-sync/14.3.0/README.md similarity index 100% rename from stable/resilio-sync/14.2.0/README.md rename to stable/resilio-sync/14.3.0/README.md diff --git a/stable/resilio-sync/14.3.0/app-changelog.md b/stable/resilio-sync/14.3.0/app-changelog.md new file mode 100644 index 00000000000..a54ec50f2cd --- /dev/null +++ b/stable/resilio-sync/14.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [resilio-sync-14.3.0](https://github.com/truecharts/charts/compare/resilio-sync-14.2.4...resilio-sync-14.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/resilio-sync/14.2.0/app-readme.md b/stable/resilio-sync/14.3.0/app-readme.md similarity index 100% rename from stable/resilio-sync/14.2.0/app-readme.md rename to stable/resilio-sync/14.3.0/app-readme.md diff --git a/stable/resilio-sync/14.3.0/charts/common-18.2.0.tgz b/stable/resilio-sync/14.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/resilio-sync/14.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/resilio-sync/14.3.0/ix_values.yaml b/stable/resilio-sync/14.3.0/ix_values.yaml new file mode 100644 index 00000000000..35a7cf6fad2 --- /dev/null +++ b/stable/resilio-sync/14.3.0/ix_values.yaml @@ -0,0 +1,58 @@ +image: + repository: ghcr.io/linuxserver/resilio-sync + tag: 2.7.3@sha256:8f9de518405686377418d8dd85817305e4d15141aa39f70e0ae5f8d39a774b83 + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 8888 + targetPort: 8888 + bt-tcp: + enabled: true + ports: + bt-tcp: + enabled: true + port: 55555 + targetPort: 55555 + bt-udp: + enabled: true + ports: + bt-udp: + enabled: true + port: 55555 + targetPort: 55555 + protocol: udp +persistence: + config: + enabled: true + mountPath: "/config" + data: + enabled: true + mountPath: "/sync" + varrun: + enabled: true +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: tcp + port: "{{ .Values.service.main.ports.main.targetPort }}" + readiness: + type: tcp + port: "{{ .Values.service.main.ports.main.targetPort }}" + startup: + type: tcp + port: "{{ .Values.service.main.ports.main.targetPort }}" diff --git a/stable/resilio-sync/14.2.0/questions.yaml b/stable/resilio-sync/14.3.0/questions.yaml similarity index 100% rename from stable/resilio-sync/14.2.0/questions.yaml rename to stable/resilio-sync/14.3.0/questions.yaml diff --git a/stable/rtorrent-rutorrent/4.1.3/templates/NOTES.txt b/stable/resilio-sync/14.3.0/templates/NOTES.txt similarity index 100% rename from stable/rtorrent-rutorrent/4.1.3/templates/NOTES.txt rename to stable/resilio-sync/14.3.0/templates/NOTES.txt diff --git a/stable/rss-bridge/10.1.3/templates/common.yaml b/stable/resilio-sync/14.3.0/templates/common.yaml similarity index 100% rename from stable/rss-bridge/10.1.3/templates/common.yaml rename to stable/resilio-sync/14.3.0/templates/common.yaml diff --git a/stable/root/5.1.3/values.yaml b/stable/resilio-sync/14.3.0/values.yaml similarity index 100% rename from stable/root/5.1.3/values.yaml rename to stable/resilio-sync/14.3.0/values.yaml diff --git a/stable/restic-rest-server/5.1.3/CHANGELOG.md b/stable/restic-rest-server/5.1.3/CHANGELOG.md deleted file mode 100644 index f1912bec92c..00000000000 --- a/stable/restic-rest-server/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [restic-rest-server-4.1.11](https://github.com/truecharts/charts/compare/restic-rest-server-4.1.10...restic-rest-server-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [restic-rest-server-4.1.10](https://github.com/truecharts/charts/compare/restic-rest-server-4.1.9...restic-rest-server-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [restic-rest-server-4.1.9](https://github.com/truecharts/charts/compare/restic-rest-server-4.1.8...restic-rest-server-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [restic-rest-server-4.1.8](https://github.com/truecharts/charts/compare/restic-rest-server-4.1.7...restic-rest-server-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [restic-rest-server-4.1.7](https://github.com/truecharts/charts/compare/restic-rest-server-4.1.6...restic-rest-server-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [restic-rest-server-4.1.6](https://github.com/truecharts/charts/compare/restic-rest-server-4.1.5...restic-rest-server-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [restic-rest-server-4.1.5](https://github.com/truecharts/charts/compare/restic-rest-server-4.1.4...restic-rest-server-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [restic-rest-server-4.1.4](https://github.com/truecharts/charts/compare/restic-rest-server-4.1.3...restic-rest-server-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [restic-rest-server-4.1.3](https://github.com/truecharts/charts/compare/restic-rest-server-4.1.0...restic-rest-server-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/restic-rest-server/5.1.3/Chart.yaml b/stable/restic-rest-server/5.1.3/Chart.yaml deleted file mode 100644 index 8db24dffb2e..00000000000 --- a/stable/restic-rest-server/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Backup - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.12.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "Rest Server is a high performance HTTP server that implements restic's REST backend API. It provides secure and efficient way to backup data remotely, using restic backup client via the rest: URL." -home: https://truecharts.org/charts/stable/restic-rest-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/restic-rest-server.png -keywords: - - restic-rest-server - - Backup -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: restic-rest-server -sources: - - https://github.com/restic/rest-server - - https://github.com/truecharts/charts/tree/master/charts/stable/restic-rest-server - - https://hub.docker.com/r/restic/rest-server -type: application -version: 5.1.3 diff --git a/stable/restic-rest-server/5.1.3/charts/common-18.0.3.tgz b/stable/restic-rest-server/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/restic-rest-server/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/rsnapshot/9.1.4/.helmignore b/stable/restic-rest-server/5.3.0/.helmignore similarity index 100% rename from stable/rsnapshot/9.1.4/.helmignore rename to stable/restic-rest-server/5.3.0/.helmignore diff --git a/stable/restic-rest-server/5.3.0/CHANGELOG.md b/stable/restic-rest-server/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..166bd7aa190 --- /dev/null +++ b/stable/restic-rest-server/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [restic-rest-server-5.3.0](https://github.com/truecharts/charts/compare/restic-rest-server-5.2.3...restic-rest-server-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [restic-rest-server-5.2.3](https://github.com/truecharts/charts/compare/restic-rest-server-5.2.2...restic-rest-server-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [restic-rest-server-5.2.2](https://github.com/truecharts/charts/compare/restic-rest-server-5.2.0...restic-rest-server-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [restic-rest-server-4.1.11](https://github.com/truecharts/charts/compare/restic-rest-server-4.1.10...restic-rest-server-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [restic-rest-server-4.1.10](https://github.com/truecharts/charts/compare/restic-rest-server-4.1.9...restic-rest-server-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [restic-rest-server-4.1.9](https://github.com/truecharts/charts/compare/restic-rest-server-4.1.8...restic-rest-server-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [restic-rest-server-4.1.8](https://github.com/truecharts/charts/compare/restic-rest-server-4.1.7...restic-rest-server-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [restic-rest-server-4.1.7](https://github.com/truecharts/charts/compare/restic-rest-server-4.1.6...restic-rest-server-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [restic-rest-server-4.1.6](https://github.com/truecharts/charts/compare/restic-rest-server-4.1.5...restic-rest-server-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/restic-rest-server/5.3.0/Chart.yaml b/stable/restic-rest-server/5.3.0/Chart.yaml new file mode 100644 index 00000000000..2fbd330e463 --- /dev/null +++ b/stable/restic-rest-server/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.12.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "Rest Server is a high performance HTTP server that implements restic's REST backend API. It provides secure and efficient way to backup data remotely, using restic backup client via the rest: URL." +home: https://truecharts.org/charts/stable/restic-rest-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/restic-rest-server.png +keywords: + - restic-rest-server + - Backup +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: restic-rest-server +sources: + - https://github.com/restic/rest-server + - https://github.com/truecharts/charts/tree/master/charts/stable/restic-rest-server + - https://hub.docker.com/r/restic/rest-server +type: application +version: 5.3.0 diff --git a/stable/restic-rest-server/5.1.3/README.md b/stable/restic-rest-server/5.3.0/README.md similarity index 100% rename from stable/restic-rest-server/5.1.3/README.md rename to stable/restic-rest-server/5.3.0/README.md diff --git a/stable/restic-rest-server/5.3.0/app-changelog.md b/stable/restic-rest-server/5.3.0/app-changelog.md new file mode 100644 index 00000000000..aec3ecf726b --- /dev/null +++ b/stable/restic-rest-server/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [restic-rest-server-5.3.0](https://github.com/truecharts/charts/compare/restic-rest-server-5.2.3...restic-rest-server-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/restic-rest-server/5.1.3/app-readme.md b/stable/restic-rest-server/5.3.0/app-readme.md similarity index 100% rename from stable/restic-rest-server/5.1.3/app-readme.md rename to stable/restic-rest-server/5.3.0/app-readme.md diff --git a/stable/restic-rest-server/5.3.0/charts/common-18.2.0.tgz b/stable/restic-rest-server/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/restic-rest-server/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/restic-rest-server/5.1.3/ix_values.yaml b/stable/restic-rest-server/5.3.0/ix_values.yaml similarity index 100% rename from stable/restic-rest-server/5.1.3/ix_values.yaml rename to stable/restic-rest-server/5.3.0/ix_values.yaml diff --git a/stable/restic-rest-server/5.1.3/questions.yaml b/stable/restic-rest-server/5.3.0/questions.yaml similarity index 100% rename from stable/restic-rest-server/5.1.3/questions.yaml rename to stable/restic-rest-server/5.3.0/questions.yaml diff --git a/stable/restic-rest-server/5.1.3/templates/common.yaml b/stable/restic-rest-server/5.3.0/templates/common.yaml similarity index 100% rename from stable/restic-rest-server/5.1.3/templates/common.yaml rename to stable/restic-rest-server/5.3.0/templates/common.yaml diff --git a/stable/rsnapshot/9.1.4/values.yaml b/stable/restic-rest-server/5.3.0/values.yaml similarity index 100% rename from stable/rsnapshot/9.1.4/values.yaml rename to stable/restic-rest-server/5.3.0/values.yaml diff --git a/stable/retrobot/8.1.3/CHANGELOG.md b/stable/retrobot/8.1.3/CHANGELOG.md deleted file mode 100644 index e67c118b5e8..00000000000 --- a/stable/retrobot/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [retrobot-7.1.11](https://github.com/truecharts/charts/compare/retrobot-7.1.10...retrobot-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [retrobot-7.1.10](https://github.com/truecharts/charts/compare/retrobot-7.1.9...retrobot-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [retrobot-7.1.9](https://github.com/truecharts/charts/compare/retrobot-7.1.8...retrobot-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [retrobot-7.1.8](https://github.com/truecharts/charts/compare/retrobot-7.1.7...retrobot-7.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [retrobot-7.1.7](https://github.com/truecharts/charts/compare/retrobot-7.1.6...retrobot-7.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [retrobot-7.1.6](https://github.com/truecharts/charts/compare/retrobot-7.1.5...retrobot-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [retrobot-7.1.5](https://github.com/truecharts/charts/compare/retrobot-7.1.4...retrobot-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [retrobot-7.1.4](https://github.com/truecharts/charts/compare/retrobot-7.1.3...retrobot-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [retrobot-7.1.3](https://github.com/truecharts/charts/compare/retrobot-7.1.0...retrobot-7.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/retrobot/8.1.3/Chart.yaml b/stable/retrobot/8.1.3/Chart.yaml deleted file mode 100644 index 6361230f5cd..00000000000 --- a/stable/retrobot/8.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: emulator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A discord bot that allows you to play old nintendo games with your friends over chat. -home: https://truecharts.org/charts/stable/retrobot -icon: https://truecharts.org/img/hotlink-ok/chart-icons/retrobot.png -keywords: - - retrobot - - emulator - - discord -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: retrobot -sources: - - https://github.com/rossimo/retrobot - - https://github.com/truecharts/charts/tree/master/charts/stable/retrobot - - https://hub.docker.com/r/rossimo/retrobot -type: application -version: 8.1.3 diff --git a/stable/retrobot/8.1.3/charts/common-18.0.3.tgz b/stable/retrobot/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/retrobot/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/rss-bridge/10.1.3/.helmignore b/stable/retrobot/8.3.0/.helmignore similarity index 100% rename from stable/rss-bridge/10.1.3/.helmignore rename to stable/retrobot/8.3.0/.helmignore diff --git a/stable/retrobot/8.3.0/CHANGELOG.md b/stable/retrobot/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..b8108108864 --- /dev/null +++ b/stable/retrobot/8.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [retrobot-8.3.0](https://github.com/truecharts/charts/compare/retrobot-8.2.3...retrobot-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [retrobot-8.2.3](https://github.com/truecharts/charts/compare/retrobot-8.2.2...retrobot-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [retrobot-8.2.2](https://github.com/truecharts/charts/compare/retrobot-8.2.0...retrobot-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [retrobot-7.1.11](https://github.com/truecharts/charts/compare/retrobot-7.1.10...retrobot-7.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [retrobot-7.1.10](https://github.com/truecharts/charts/compare/retrobot-7.1.9...retrobot-7.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [retrobot-7.1.9](https://github.com/truecharts/charts/compare/retrobot-7.1.8...retrobot-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [retrobot-7.1.8](https://github.com/truecharts/charts/compare/retrobot-7.1.7...retrobot-7.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [retrobot-7.1.7](https://github.com/truecharts/charts/compare/retrobot-7.1.6...retrobot-7.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [retrobot-7.1.6](https://github.com/truecharts/charts/compare/retrobot-7.1.5...retrobot-7.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/retrobot/8.3.0/Chart.yaml b/stable/retrobot/8.3.0/Chart.yaml new file mode 100644 index 00000000000..fad705724b9 --- /dev/null +++ b/stable/retrobot/8.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: emulator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A discord bot that allows you to play old nintendo games with your friends over chat. +home: https://truecharts.org/charts/stable/retrobot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/retrobot.png +keywords: + - retrobot + - emulator + - discord +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: retrobot +sources: + - https://github.com/rossimo/retrobot + - https://github.com/truecharts/charts/tree/master/charts/stable/retrobot + - https://hub.docker.com/r/rossimo/retrobot +type: application +version: 8.3.0 diff --git a/stable/retrobot/8.1.3/README.md b/stable/retrobot/8.3.0/README.md similarity index 100% rename from stable/retrobot/8.1.3/README.md rename to stable/retrobot/8.3.0/README.md diff --git a/stable/retrobot/8.3.0/app-changelog.md b/stable/retrobot/8.3.0/app-changelog.md new file mode 100644 index 00000000000..8392788ca64 --- /dev/null +++ b/stable/retrobot/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [retrobot-8.3.0](https://github.com/truecharts/charts/compare/retrobot-8.2.3...retrobot-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/retrobot/8.1.3/app-readme.md b/stable/retrobot/8.3.0/app-readme.md similarity index 100% rename from stable/retrobot/8.1.3/app-readme.md rename to stable/retrobot/8.3.0/app-readme.md diff --git a/stable/retrobot/8.3.0/charts/common-18.2.0.tgz b/stable/retrobot/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/retrobot/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/retrobot/8.1.3/ix_values.yaml b/stable/retrobot/8.3.0/ix_values.yaml similarity index 100% rename from stable/retrobot/8.1.3/ix_values.yaml rename to stable/retrobot/8.3.0/ix_values.yaml diff --git a/stable/retrobot/8.1.3/questions.yaml b/stable/retrobot/8.3.0/questions.yaml similarity index 100% rename from stable/retrobot/8.1.3/questions.yaml rename to stable/retrobot/8.3.0/questions.yaml diff --git a/stable/satisfactory/9.1.4/templates/NOTES.txt b/stable/retrobot/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/satisfactory/9.1.4/templates/NOTES.txt rename to stable/retrobot/8.3.0/templates/NOTES.txt diff --git a/stable/rsshub/12.2.1/templates/common.yaml b/stable/retrobot/8.3.0/templates/common.yaml similarity index 100% rename from stable/rsshub/12.2.1/templates/common.yaml rename to stable/retrobot/8.3.0/templates/common.yaml diff --git a/stable/rss-bridge/10.1.3/values.yaml b/stable/retrobot/8.3.0/values.yaml similarity index 100% rename from stable/rss-bridge/10.1.3/values.yaml rename to stable/retrobot/8.3.0/values.yaml diff --git a/stable/rflood/5.2.0/CHANGELOG.md b/stable/rflood/5.2.0/CHANGELOG.md deleted file mode 100644 index ef616e814d5..00000000000 --- a/stable/rflood/5.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -## [rflood-4.1.17](https://github.com/truecharts/charts/compare/rflood-4.1.16...rflood-4.1.17) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/hotio/rflood to latest[@2d5163e](https://github.com/2d5163e) by renovate ([#18211](https://github.com/truecharts/charts/issues/18211)) - - -## [rflood-4.1.16](https://github.com/truecharts/charts/compare/rflood-4.1.15...rflood-4.1.16) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/hotio/rflood to latest[@81b2aaa](https://github.com/81b2aaa) by renovate ([#18049](https://github.com/truecharts/charts/issues/18049)) - - -## [rflood-4.1.15](https://github.com/truecharts/charts/compare/rflood-4.1.14...rflood-4.1.15) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/hotio/rflood to latest[@5fc4f7d](https://github.com/5fc4f7d) by renovate ([#17837](https://github.com/truecharts/charts/issues/17837)) - - -## [rflood-4.1.14](https://github.com/truecharts/charts/compare/rflood-4.1.13...rflood-4.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [rflood-4.1.13](https://github.com/truecharts/charts/compare/rflood-4.1.12...rflood-4.1.13) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/hotio/rflood to latest[@98d6873](https://github.com/98d6873) by renovate ([#17595](https://github.com/truecharts/charts/issues/17595)) - - -## [rflood-4.1.12](https://github.com/truecharts/charts/compare/rflood-4.1.11...rflood-4.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [rflood-4.1.11](https://github.com/truecharts/charts/compare/rflood-4.1.10...rflood-4.1.11) (2024-01-22) - -### Chore - - diff --git a/stable/rflood/5.2.0/Chart.yaml b/stable/rflood/5.2.0/Chart.yaml deleted file mode 100644 index cb47f59a60b..00000000000 --- a/stable/rflood/5.2.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Chart with rTorrent and the Flood UI. -home: https://truecharts.org/charts/stable/rflood -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rflood.png -keywords: - - rflood - - downloaders -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rflood -sources: - - https://hotio.dev/containers/rflood - - https://github.com/truecharts/charts/tree/master/charts/stable/rflood - - https://ghcr.io/hotio/rflood -type: application -version: 5.2.0 diff --git a/stable/rflood/5.2.0/charts/common-18.1.2.tgz b/stable/rflood/5.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/rflood/5.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/rflood/5.2.0/ix_values.yaml b/stable/rflood/5.2.0/ix_values.yaml deleted file mode 100644 index e36e9eb7a7f..00000000000 --- a/stable/rflood/5.2.0/ix_values.yaml +++ /dev/null @@ -1,30 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: ghcr.io/hotio/rflood - tag: latest@sha256:185e131628ea4fa5f2549cfe00c78a41d02b387c1cf948585f5e15657a66f9e7 -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 3000 - protocol: http - targetPort: 3000 -workload: - main: - podSpec: - containers: - main: - env: - FLOOD_AUTH: "false" diff --git a/stable/rss-proxy/5.1.3/.helmignore b/stable/rflood/5.3.0/.helmignore similarity index 100% rename from stable/rss-proxy/5.1.3/.helmignore rename to stable/rflood/5.3.0/.helmignore diff --git a/stable/rflood/5.3.0/CHANGELOG.md b/stable/rflood/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..4e3685c7a75 --- /dev/null +++ b/stable/rflood/5.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rflood-5.3.0](https://github.com/truecharts/charts/compare/rflood-5.2.4...rflood-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [rflood-5.2.4](https://github.com/truecharts/charts/compare/rflood-5.2.3...rflood-5.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [rflood-5.2.3](https://github.com/truecharts/charts/compare/rflood-5.2.1...rflood-5.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## [rflood-4.1.17](https://github.com/truecharts/charts/compare/rflood-4.1.16...rflood-4.1.17) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/hotio/rflood to latest[@2d5163e](https://github.com/2d5163e) by renovate ([#18211](https://github.com/truecharts/charts/issues/18211)) + + +## [rflood-4.1.16](https://github.com/truecharts/charts/compare/rflood-4.1.15...rflood-4.1.16) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/hotio/rflood to latest[@81b2aaa](https://github.com/81b2aaa) by renovate ([#18049](https://github.com/truecharts/charts/issues/18049)) + + +## [rflood-4.1.15](https://github.com/truecharts/charts/compare/rflood-4.1.14...rflood-4.1.15) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/hotio/rflood to latest[@5fc4f7d](https://github.com/5fc4f7d) by renovate ([#17837](https://github.com/truecharts/charts/issues/17837)) + + +## [rflood-4.1.14](https://github.com/truecharts/charts/compare/rflood-4.1.13...rflood-4.1.14) (2024-02-03) + +### Chore \ No newline at end of file diff --git a/stable/rflood/5.3.0/Chart.yaml b/stable/rflood/5.3.0/Chart.yaml new file mode 100644 index 00000000000..bb189e412b5 --- /dev/null +++ b/stable/rflood/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chart with rTorrent and the Flood UI. +home: https://truecharts.org/charts/stable/rflood +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rflood.png +keywords: + - rflood + - downloaders +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rflood +sources: + - https://hotio.dev/containers/rflood + - https://github.com/truecharts/charts/tree/master/charts/stable/rflood + - https://ghcr.io/hotio/rflood +type: application +version: 5.3.0 diff --git a/stable/rflood/5.2.0/README.md b/stable/rflood/5.3.0/README.md similarity index 100% rename from stable/rflood/5.2.0/README.md rename to stable/rflood/5.3.0/README.md diff --git a/stable/rflood/5.3.0/app-changelog.md b/stable/rflood/5.3.0/app-changelog.md new file mode 100644 index 00000000000..27beb065f1d --- /dev/null +++ b/stable/rflood/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rflood-5.3.0](https://github.com/truecharts/charts/compare/rflood-5.2.4...rflood-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/rflood/5.2.0/app-readme.md b/stable/rflood/5.3.0/app-readme.md similarity index 100% rename from stable/rflood/5.2.0/app-readme.md rename to stable/rflood/5.3.0/app-readme.md diff --git a/stable/rflood/5.3.0/charts/common-18.2.0.tgz b/stable/rflood/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/rflood/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/rflood/5.3.0/ix_values.yaml b/stable/rflood/5.3.0/ix_values.yaml new file mode 100644 index 00000000000..01054dda651 --- /dev/null +++ b/stable/rflood/5.3.0/ix_values.yaml @@ -0,0 +1,30 @@ +image: + pullPolicy: IfNotPresent + repository: ghcr.io/hotio/rflood + tag: latest@sha256:77eb4d7ad08e201f67cf59f81217001ae4c0ec33573502ae58fda1ae89ff1424 +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 3000 + protocol: http + targetPort: 3000 +workload: + main: + podSpec: + containers: + main: + env: + FLOOD_AUTH: "false" diff --git a/stable/rflood/5.2.0/questions.yaml b/stable/rflood/5.3.0/questions.yaml similarity index 100% rename from stable/rflood/5.2.0/questions.yaml rename to stable/rflood/5.3.0/questions.yaml diff --git a/stable/rflood/5.2.0/templates/common.yaml b/stable/rflood/5.3.0/templates/common.yaml similarity index 100% rename from stable/rflood/5.2.0/templates/common.yaml rename to stable/rflood/5.3.0/templates/common.yaml diff --git a/stable/rss-proxy/5.1.3/values.yaml b/stable/rflood/5.3.0/values.yaml similarity index 100% rename from stable/rss-proxy/5.1.3/values.yaml rename to stable/rflood/5.3.0/values.yaml diff --git a/stable/rickroll/6.2.0/CHANGELOG.md b/stable/rickroll/6.2.0/CHANGELOG.md deleted file mode 100644 index cc97781f38e..00000000000 --- a/stable/rickroll/6.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - -## [rickroll-5.1.11](https://github.com/truecharts/charts/compare/rickroll-5.1.10...rickroll-5.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [rickroll-5.1.10](https://github.com/truecharts/charts/compare/rickroll-5.1.9...rickroll-5.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [rickroll-5.1.9](https://github.com/truecharts/charts/compare/rickroll-5.1.8...rickroll-5.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [rickroll-5.1.8](https://github.com/truecharts/charts/compare/rickroll-5.1.7...rickroll-5.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [rickroll-5.1.7](https://github.com/truecharts/charts/compare/rickroll-5.1.6...rickroll-5.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [rickroll-5.1.6](https://github.com/truecharts/charts/compare/rickroll-5.1.5...rickroll-5.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [rickroll-5.1.5](https://github.com/truecharts/charts/compare/rickroll-5.1.4...rickroll-5.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [rickroll-5.1.4](https://github.com/truecharts/charts/compare/rickroll-5.1.3...rickroll-5.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes \ No newline at end of file diff --git a/stable/rickroll/6.2.0/Chart.yaml b/stable/rickroll/6.2.0/Chart.yaml deleted file mode 100644 index bb435021498..00000000000 --- a/stable/rickroll/6.2.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Self-hosted Rick Roll chart. -home: https://truecharts.org/charts/stable/rickroll -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rickroll.png -keywords: - - rickroll - - media -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rickroll -sources: - - https://github.com/modem7/docker-rickroll - - https://github.com/truecharts/charts/tree/master/charts/stable/rickroll - - https://hub.docker.com/r/modem7/docker-rickroll -type: application -version: 6.2.0 diff --git a/stable/rickroll/6.2.0/charts/common-18.1.2.tgz b/stable/rickroll/6.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/rickroll/6.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/rickroll/6.2.0/ix_values.yaml b/stable/rickroll/6.2.0/ix_values.yaml deleted file mode 100644 index 620723c79c3..00000000000 --- a/stable/rickroll/6.2.0/ix_values.yaml +++ /dev/null @@ -1,37 +0,0 @@ -image: - repository: modem7/docker-rickroll - pullPolicy: IfNotPresent - tag: latest@sha256:4fb6b15fd0c02f3ff186515ed8cfd91f7425a20d17a9aeba43186713036ffee9 -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - protocol: http - port: 10289 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - readiness: - type: http - startup: - type: http - env: - PORT: "{{ .Values.service.main.ports.main.port }}" - TITLE: "Rickroll" - HEIGHT: "100vh" - WIDTH: "100%" - HEADLINE: "" -portal: - open: - enabled: true diff --git a/stable/rss-to-telegram/5.1.3/.helmignore b/stable/rickroll/6.3.0/.helmignore similarity index 100% rename from stable/rss-to-telegram/5.1.3/.helmignore rename to stable/rickroll/6.3.0/.helmignore diff --git a/stable/rickroll/6.3.0/CHANGELOG.md b/stable/rickroll/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..edcf51260c3 --- /dev/null +++ b/stable/rickroll/6.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rickroll-6.3.0](https://github.com/truecharts/charts/compare/rickroll-6.2.4...rickroll-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [rickroll-6.2.4](https://github.com/truecharts/charts/compare/rickroll-6.2.3...rickroll-6.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [rickroll-6.2.3](https://github.com/truecharts/charts/compare/rickroll-6.2.1...rickroll-6.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + +## [rickroll-5.1.11](https://github.com/truecharts/charts/compare/rickroll-5.1.10...rickroll-5.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [rickroll-5.1.10](https://github.com/truecharts/charts/compare/rickroll-5.1.9...rickroll-5.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [rickroll-5.1.9](https://github.com/truecharts/charts/compare/rickroll-5.1.8...rickroll-5.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [rickroll-5.1.8](https://github.com/truecharts/charts/compare/rickroll-5.1.7...rickroll-5.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [rickroll-5.1.7](https://github.com/truecharts/charts/compare/rickroll-5.1.6...rickroll-5.1.7) (2024-01-21) + +### Chore + + diff --git a/stable/rickroll/6.3.0/Chart.yaml b/stable/rickroll/6.3.0/Chart.yaml new file mode 100644 index 00000000000..a2502a0565e --- /dev/null +++ b/stable/rickroll/6.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Self-hosted Rick Roll chart. +home: https://truecharts.org/charts/stable/rickroll +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rickroll.png +keywords: + - rickroll + - media +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rickroll +sources: + - https://github.com/modem7/docker-rickroll + - https://github.com/truecharts/charts/tree/master/charts/stable/rickroll + - https://hub.docker.com/r/modem7/docker-rickroll +type: application +version: 6.3.0 diff --git a/stable/rickroll/6.2.0/README.md b/stable/rickroll/6.3.0/README.md similarity index 100% rename from stable/rickroll/6.2.0/README.md rename to stable/rickroll/6.3.0/README.md diff --git a/stable/rickroll/6.3.0/app-changelog.md b/stable/rickroll/6.3.0/app-changelog.md new file mode 100644 index 00000000000..90659a3217e --- /dev/null +++ b/stable/rickroll/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rickroll-6.3.0](https://github.com/truecharts/charts/compare/rickroll-6.2.4...rickroll-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/rickroll/6.2.0/app-readme.md b/stable/rickroll/6.3.0/app-readme.md similarity index 100% rename from stable/rickroll/6.2.0/app-readme.md rename to stable/rickroll/6.3.0/app-readme.md diff --git a/stable/rickroll/6.3.0/charts/common-18.2.0.tgz b/stable/rickroll/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/rickroll/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/rickroll/6.3.0/ix_values.yaml b/stable/rickroll/6.3.0/ix_values.yaml new file mode 100644 index 00000000000..5b3e95bf362 --- /dev/null +++ b/stable/rickroll/6.3.0/ix_values.yaml @@ -0,0 +1,37 @@ +image: + repository: modem7/docker-rickroll + pullPolicy: IfNotPresent + tag: latest@sha256:f6edb5e5f6bcc073d507a0588dd8eec20c22555846239fe5a2039f18eed6043d +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + protocol: http + port: 10289 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + readiness: + type: http + startup: + type: http + env: + PORT: "{{ .Values.service.main.ports.main.port }}" + TITLE: "Rickroll" + HEIGHT: "100vh" + WIDTH: "100%" + HEADLINE: "" +portal: + open: + enabled: true diff --git a/stable/rickroll/6.2.0/questions.yaml b/stable/rickroll/6.3.0/questions.yaml similarity index 100% rename from stable/rickroll/6.2.0/questions.yaml rename to stable/rickroll/6.3.0/questions.yaml diff --git a/stable/scrutiny/10.1.4/templates/NOTES.txt b/stable/rickroll/6.3.0/templates/NOTES.txt similarity index 100% rename from stable/scrutiny/10.1.4/templates/NOTES.txt rename to stable/rickroll/6.3.0/templates/NOTES.txt diff --git a/stable/satisfactory/9.1.4/templates/common.yaml b/stable/rickroll/6.3.0/templates/common.yaml similarity index 100% rename from stable/satisfactory/9.1.4/templates/common.yaml rename to stable/rickroll/6.3.0/templates/common.yaml diff --git a/stable/rss-to-telegram/5.1.3/values.yaml b/stable/rickroll/6.3.0/values.yaml similarity index 100% rename from stable/rss-to-telegram/5.1.3/values.yaml rename to stable/rickroll/6.3.0/values.yaml diff --git a/stable/rimgo/6.2.1/CHANGELOG.md b/stable/rimgo/6.2.1/CHANGELOG.md deleted file mode 100644 index 3a2fbb113e4..00000000000 --- a/stable/rimgo/6.2.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - -## [rimgo-5.1.36](https://github.com/truecharts/charts/compare/rimgo-5.1.35...rimgo-5.1.36) (2024-02-05) - -### Chore - - - -- update container image quay.io/pussthecatorg/rimgo to latest[@691c285](https://github.com/691c285) by renovate ([#17892](https://github.com/truecharts/charts/issues/17892)) - - -## [rimgo-5.1.35](https://github.com/truecharts/charts/compare/rimgo-5.1.34...rimgo-5.1.35) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [rimgo-5.1.34](https://github.com/truecharts/charts/compare/rimgo-5.1.33...rimgo-5.1.34) (2024-01-29) - -### Chore - - - -- update container image quay.io/pussthecatorg/rimgo to latest[@6b8a1e4](https://github.com/6b8a1e4) by renovate ([#17750](https://github.com/truecharts/charts/issues/17750)) - - -## [rimgo-5.1.33](https://github.com/truecharts/charts/compare/rimgo-5.1.32...rimgo-5.1.33) (2024-01-29) - -### Chore - - - -- update container image quay.io/pussthecatorg/rimgo to latest[@c42bc1d](https://github.com/c42bc1d) by renovate ([#17732](https://github.com/truecharts/charts/issues/17732)) - - -## [rimgo-5.1.32](https://github.com/truecharts/charts/compare/rimgo-5.1.31...rimgo-5.1.32) (2024-01-29) - -### Chore - - - -- update container image quay.io/pussthecatorg/rimgo to latest[@8c8ad07](https://github.com/8c8ad07) by renovate ([#17722](https://github.com/truecharts/charts/issues/17722)) - - -## [rimgo-5.1.31](https://github.com/truecharts/charts/compare/rimgo-5.1.30...rimgo-5.1.31) (2024-01-29) - -### Chore - - - -- update container image quay.io/pussthecatorg/rimgo to latest[@0ca799b](https://github.com/0ca799b) by renovate ([#17648](https://github.com/truecharts/charts/issues/17648)) - - -## [rimgo-5.1.30](https://github.com/truecharts/charts/compare/rimgo-5.1.29...rimgo-5.1.30) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [rimgo-5.1.29](https://github.com/truecharts/charts/compare/rimgo-5.1.28...rimgo-5.1.29) (2024-01-22) - -### Chore - - - -- update container image quay.io/pussthecatorg/rimgo to latest[@e2f19bc](https://github.com/e2f19bc) by renovate ([#17516](https://github.com/truecharts/charts/issues/17516)) - - -## [rimgo-5.1.28](https://github.com/truecharts/charts/compare/rimgo-5.1.27...rimgo-5.1.28) (2024-01-22) - -### Chore - - diff --git a/stable/rimgo/6.2.1/Chart.yaml b/stable/rimgo/6.2.1/Chart.yaml deleted file mode 100644 index c80b32575c9..00000000000 --- a/stable/rimgo/6.2.1/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Web - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Alternative Imgur front-end -home: https://truecharts.org/charts/stable/rimgo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rimgo.png -keywords: - - rimgo - - Network-Web -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rimgo -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/rimgo - - https://quay.io/pussthecatorg/rimgo -type: application -version: 6.2.1 diff --git a/stable/rimgo/6.2.1/charts/common-18.1.2.tgz b/stable/rimgo/6.2.1/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/rimgo/6.2.1/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/rimgo/6.2.1/ix_values.yaml b/stable/rimgo/6.2.1/ix_values.yaml deleted file mode 100644 index beb84080f3c..00000000000 --- a/stable/rimgo/6.2.1/ix_values.yaml +++ /dev/null @@ -1,29 +0,0 @@ -image: - repository: quay.io/pussthecatorg/rimgo - tag: latest@sha256:0a407b1aafbf1de7cd99670602d19a4ea49ecafe5b88d78517762950c6eeb0dc - pullPolicy: IfNotPresent -persistence: {} - -env: - ADDRESS: 0.0.0.0 - IMGUR_CLIENT_ID: 546c25a59c58ad7 - FORCE_WEBP: "0" - -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 - -service: - main: - ports: - main: - port: 3000 - protocol: tcp - targetPort: 3000 - -portal: - open: - enabled: true diff --git a/stable/rsshub/12.2.1/.helmignore b/stable/rimgo/6.3.0/.helmignore similarity index 100% rename from stable/rsshub/12.2.1/.helmignore rename to stable/rimgo/6.3.0/.helmignore diff --git a/stable/rimgo/6.3.0/CHANGELOG.md b/stable/rimgo/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..f1fab2c2646 --- /dev/null +++ b/stable/rimgo/6.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rimgo-6.3.0](https://github.com/truecharts/charts/compare/rimgo-6.2.5...rimgo-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [rimgo-6.2.5](https://github.com/truecharts/charts/compare/rimgo-6.2.4...rimgo-6.2.5) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [rimgo-6.2.4](https://github.com/truecharts/charts/compare/rimgo-6.2.2...rimgo-6.2.4) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + +## [rimgo-5.1.36](https://github.com/truecharts/charts/compare/rimgo-5.1.35...rimgo-5.1.36) (2024-02-05) + +### Chore + + + +- update container image quay.io/pussthecatorg/rimgo to latest[@691c285](https://github.com/691c285) by renovate ([#17892](https://github.com/truecharts/charts/issues/17892)) + + +## [rimgo-5.1.35](https://github.com/truecharts/charts/compare/rimgo-5.1.34...rimgo-5.1.35) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [rimgo-5.1.34](https://github.com/truecharts/charts/compare/rimgo-5.1.33...rimgo-5.1.34) (2024-01-29) + +### Chore + + + +- update container image quay.io/pussthecatorg/rimgo to latest[@6b8a1e4](https://github.com/6b8a1e4) by renovate ([#17750](https://github.com/truecharts/charts/issues/17750)) + + +## [rimgo-5.1.33](https://github.com/truecharts/charts/compare/rimgo-5.1.32...rimgo-5.1.33) (2024-01-29) + +### Chore + + + +- update container image quay.io/pussthecatorg/rimgo to latest[@c42bc1d](https://github.com/c42bc1d) by renovate ([#17732](https://github.com/truecharts/charts/issues/17732)) + + +## [rimgo-5.1.32](https://github.com/truecharts/charts/compare/rimgo-5.1.31...rimgo-5.1.32) (2024-01-29) + +### Chore + + + +- update container image quay.io/pussthecatorg/rimgo to latest[@8c8ad07](https://github.com/8c8ad07) by renovate ([#17722](https://github.com/truecharts/charts/issues/17722)) + + +## [rimgo-5.1.31](https://github.com/truecharts/charts/compare/rimgo-5.1.30...rimgo-5.1.31) (2024-01-29) + +### Chore \ No newline at end of file diff --git a/stable/rimgo/6.3.0/Chart.yaml b/stable/rimgo/6.3.0/Chart.yaml new file mode 100644 index 00000000000..9e773c4321a --- /dev/null +++ b/stable/rimgo/6.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Web + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Alternative Imgur front-end +home: https://truecharts.org/charts/stable/rimgo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rimgo.png +keywords: + - rimgo + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rimgo +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/rimgo + - https://quay.io/pussthecatorg/rimgo +type: application +version: 6.3.0 diff --git a/stable/rimgo/6.2.1/README.md b/stable/rimgo/6.3.0/README.md similarity index 100% rename from stable/rimgo/6.2.1/README.md rename to stable/rimgo/6.3.0/README.md diff --git a/stable/rimgo/6.3.0/app-changelog.md b/stable/rimgo/6.3.0/app-changelog.md new file mode 100644 index 00000000000..e8eec18c1a1 --- /dev/null +++ b/stable/rimgo/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rimgo-6.3.0](https://github.com/truecharts/charts/compare/rimgo-6.2.5...rimgo-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/rimgo/6.2.1/app-readme.md b/stable/rimgo/6.3.0/app-readme.md similarity index 100% rename from stable/rimgo/6.2.1/app-readme.md rename to stable/rimgo/6.3.0/app-readme.md diff --git a/stable/rimgo/6.3.0/charts/common-18.2.0.tgz b/stable/rimgo/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/rimgo/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/rimgo/6.3.0/ix_values.yaml b/stable/rimgo/6.3.0/ix_values.yaml new file mode 100644 index 00000000000..aa6f7e253c5 --- /dev/null +++ b/stable/rimgo/6.3.0/ix_values.yaml @@ -0,0 +1,29 @@ +image: + repository: quay.io/pussthecatorg/rimgo + tag: latest@sha256:26887d258b95a729d162d469e980b4dac767b213fd166d608477a12d51454fcc + pullPolicy: IfNotPresent +persistence: {} + +env: + ADDRESS: 0.0.0.0 + IMGUR_CLIENT_ID: 546c25a59c58ad7 + FORCE_WEBP: "0" + +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + port: 3000 + protocol: tcp + targetPort: 3000 + +portal: + open: + enabled: true diff --git a/stable/rimgo/6.2.1/questions.yaml b/stable/rimgo/6.3.0/questions.yaml similarity index 100% rename from stable/rimgo/6.2.1/questions.yaml rename to stable/rimgo/6.3.0/questions.yaml diff --git a/stable/scrypted/4.1.3/templates/NOTES.txt b/stable/rimgo/6.3.0/templates/NOTES.txt similarity index 100% rename from stable/scrypted/4.1.3/templates/NOTES.txt rename to stable/rimgo/6.3.0/templates/NOTES.txt diff --git a/stable/rimgo/6.2.1/templates/common.yaml b/stable/rimgo/6.3.0/templates/common.yaml similarity index 100% rename from stable/rimgo/6.2.1/templates/common.yaml rename to stable/rimgo/6.3.0/templates/common.yaml diff --git a/stable/rsshub/12.2.1/values.yaml b/stable/rimgo/6.3.0/values.yaml similarity index 100% rename from stable/rsshub/12.2.1/values.yaml rename to stable/rimgo/6.3.0/values.yaml diff --git a/stable/ring-mqtt/8.1.3/CHANGELOG.md b/stable/ring-mqtt/8.1.3/CHANGELOG.md deleted file mode 100644 index 4ba044184cb..00000000000 --- a/stable/ring-mqtt/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [ring-mqtt-7.1.12](https://github.com/truecharts/charts/compare/ring-mqtt-7.1.11...ring-mqtt-7.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ring-mqtt-7.1.11](https://github.com/truecharts/charts/compare/ring-mqtt-7.1.10...ring-mqtt-7.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [ring-mqtt-7.1.10](https://github.com/truecharts/charts/compare/ring-mqtt-7.1.9...ring-mqtt-7.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [ring-mqtt-7.1.9](https://github.com/truecharts/charts/compare/ring-mqtt-7.1.8...ring-mqtt-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [ring-mqtt-7.1.8](https://github.com/truecharts/charts/compare/ring-mqtt-7.1.7...ring-mqtt-7.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [ring-mqtt-7.1.7](https://github.com/truecharts/charts/compare/ring-mqtt-7.1.6...ring-mqtt-7.1.7) (2024-01-14) - - - - -## [ring-mqtt-7.1.6](https://github.com/truecharts/charts/compare/ring-mqtt-7.1.5...ring-mqtt-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [ring-mqtt-7.1.5](https://github.com/truecharts/charts/compare/ring-mqtt-7.1.4...ring-mqtt-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [ring-mqtt-7.1.4](https://github.com/truecharts/charts/compare/ring-mqtt-7.1.3...ring-mqtt-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [ring-mqtt-7.1.3](https://github.com/truecharts/charts/compare/ring-mqtt-7.1.0...ring-mqtt-7.1.3) (2024-01-01) - -### Chore diff --git a/stable/ring-mqtt/8.1.3/Chart.yaml b/stable/ring-mqtt/8.1.3/Chart.yaml deleted file mode 100644 index af0b7fce3b3..00000000000 --- a/stable/ring-mqtt/8.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.6.3 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Interact with Ring Inc products (cameras/alarms/smart lighting) via MQTT. -home: https://truecharts.org/charts/stable/ring-mqtt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ring-mqtt.png -keywords: - - ring-mqtt - - home-automation - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ring-mqtt -sources: - - https://github.com/tsightler/ring-mqtt - - https://github.com/truecharts/charts/tree/master/charts/stable/ring-mqtt - - https://hub.docker.com/r/tsightler/ring-mqtt -type: application -version: 8.1.3 diff --git a/stable/ring-mqtt/8.1.3/charts/common-18.0.3.tgz b/stable/ring-mqtt/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/ring-mqtt/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/rstudio/6.2.1/.helmignore b/stable/ring-mqtt/8.3.0/.helmignore similarity index 100% rename from stable/rstudio/6.2.1/.helmignore rename to stable/ring-mqtt/8.3.0/.helmignore diff --git a/stable/ring-mqtt/8.3.0/CHANGELOG.md b/stable/ring-mqtt/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..a1f91be6aaf --- /dev/null +++ b/stable/ring-mqtt/8.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ring-mqtt-8.3.0](https://github.com/truecharts/charts/compare/ring-mqtt-8.2.3...ring-mqtt-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [ring-mqtt-8.2.3](https://github.com/truecharts/charts/compare/ring-mqtt-8.2.2...ring-mqtt-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [ring-mqtt-8.2.2](https://github.com/truecharts/charts/compare/ring-mqtt-8.2.0...ring-mqtt-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [ring-mqtt-7.1.12](https://github.com/truecharts/charts/compare/ring-mqtt-7.1.11...ring-mqtt-7.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [ring-mqtt-7.1.11](https://github.com/truecharts/charts/compare/ring-mqtt-7.1.10...ring-mqtt-7.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [ring-mqtt-7.1.10](https://github.com/truecharts/charts/compare/ring-mqtt-7.1.9...ring-mqtt-7.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [ring-mqtt-7.1.9](https://github.com/truecharts/charts/compare/ring-mqtt-7.1.8...ring-mqtt-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [ring-mqtt-7.1.8](https://github.com/truecharts/charts/compare/ring-mqtt-7.1.7...ring-mqtt-7.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [ring-mqtt-7.1.7](https://github.com/truecharts/charts/compare/ring-mqtt-7.1.6...ring-mqtt-7.1.7) (2024-01-14) + + + + +## [ring-mqtt-7.1.6](https://github.com/truecharts/charts/compare/ring-mqtt-7.1.5...ring-mqtt-7.1.6) (2024-01-09) + +### Chore \ No newline at end of file diff --git a/stable/ring-mqtt/8.3.0/Chart.yaml b/stable/ring-mqtt/8.3.0/Chart.yaml new file mode 100644 index 00000000000..7e9c174b9c3 --- /dev/null +++ b/stable/ring-mqtt/8.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.6.3 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Interact with Ring Inc products (cameras/alarms/smart lighting) via MQTT. +home: https://truecharts.org/charts/stable/ring-mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ring-mqtt.png +keywords: + - ring-mqtt + - home-automation + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ring-mqtt +sources: + - https://github.com/tsightler/ring-mqtt + - https://github.com/truecharts/charts/tree/master/charts/stable/ring-mqtt + - https://hub.docker.com/r/tsightler/ring-mqtt +type: application +version: 8.3.0 diff --git a/stable/ring-mqtt/8.1.3/README.md b/stable/ring-mqtt/8.3.0/README.md similarity index 100% rename from stable/ring-mqtt/8.1.3/README.md rename to stable/ring-mqtt/8.3.0/README.md diff --git a/stable/ring-mqtt/8.3.0/app-changelog.md b/stable/ring-mqtt/8.3.0/app-changelog.md new file mode 100644 index 00000000000..66a298903b7 --- /dev/null +++ b/stable/ring-mqtt/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ring-mqtt-8.3.0](https://github.com/truecharts/charts/compare/ring-mqtt-8.2.3...ring-mqtt-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/ring-mqtt/8.1.3/app-readme.md b/stable/ring-mqtt/8.3.0/app-readme.md similarity index 100% rename from stable/ring-mqtt/8.1.3/app-readme.md rename to stable/ring-mqtt/8.3.0/app-readme.md diff --git a/stable/ring-mqtt/8.3.0/charts/common-18.2.0.tgz b/stable/ring-mqtt/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/ring-mqtt/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/ring-mqtt/8.1.3/ix_values.yaml b/stable/ring-mqtt/8.3.0/ix_values.yaml similarity index 100% rename from stable/ring-mqtt/8.1.3/ix_values.yaml rename to stable/ring-mqtt/8.3.0/ix_values.yaml diff --git a/stable/ring-mqtt/8.1.3/questions.yaml b/stable/ring-mqtt/8.3.0/questions.yaml similarity index 100% rename from stable/ring-mqtt/8.1.3/questions.yaml rename to stable/ring-mqtt/8.3.0/questions.yaml diff --git a/stable/seafile/5.3.0/templates/NOTES.txt b/stable/ring-mqtt/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/seafile/5.3.0/templates/NOTES.txt rename to stable/ring-mqtt/8.3.0/templates/NOTES.txt diff --git a/stable/ring-mqtt/8.1.3/templates/_configmap.tpl b/stable/ring-mqtt/8.3.0/templates/_configmap.tpl similarity index 100% rename from stable/ring-mqtt/8.1.3/templates/_configmap.tpl rename to stable/ring-mqtt/8.3.0/templates/_configmap.tpl diff --git a/stable/ring-mqtt/8.1.3/templates/common.yaml b/stable/ring-mqtt/8.3.0/templates/common.yaml similarity index 100% rename from stable/ring-mqtt/8.1.3/templates/common.yaml rename to stable/ring-mqtt/8.3.0/templates/common.yaml diff --git a/stable/rstudio/6.2.1/values.yaml b/stable/ring-mqtt/8.3.0/values.yaml similarity index 100% rename from stable/rstudio/6.2.1/values.yaml rename to stable/ring-mqtt/8.3.0/values.yaml diff --git a/stable/rmlint/5.1.3/CHANGELOG.md b/stable/rmlint/5.1.3/CHANGELOG.md deleted file mode 100644 index e2e691f378b..00000000000 --- a/stable/rmlint/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [rmlint-4.1.11](https://github.com/truecharts/charts/compare/rmlint-4.1.10...rmlint-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [rmlint-4.1.10](https://github.com/truecharts/charts/compare/rmlint-4.1.9...rmlint-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [rmlint-4.1.9](https://github.com/truecharts/charts/compare/rmlint-4.1.8...rmlint-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [rmlint-4.1.8](https://github.com/truecharts/charts/compare/rmlint-4.1.7...rmlint-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [rmlint-4.1.7](https://github.com/truecharts/charts/compare/rmlint-4.1.6...rmlint-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [rmlint-4.1.6](https://github.com/truecharts/charts/compare/rmlint-4.1.5...rmlint-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [rmlint-4.1.5](https://github.com/truecharts/charts/compare/rmlint-4.1.4...rmlint-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [rmlint-4.1.4](https://github.com/truecharts/charts/compare/rmlint-4.1.3...rmlint-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [rmlint-4.1.3](https://github.com/truecharts/charts/compare/rmlint-4.1.0...rmlint-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/rmlint/5.1.3/Chart.yaml b/stable/rmlint/5.1.3/Chart.yaml deleted file mode 100644 index fbc9a037181..00000000000 --- a/stable/rmlint/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: rmlint finds space waste and other broken things on your filesystem and offers to remove it. -home: https://truecharts.org/charts/stable/rmlint -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rmlint.png -keywords: - - rmlint - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rmlint -sources: - - https://github.com/sahib/rmlint - - https://github.com/truecharts/charts/tree/master/charts/stable/rmlint - - https://hub.docker.com/r/bobbintb/docker-rmlint-unraid -type: application -version: 5.1.3 diff --git a/stable/rmlint/5.1.3/charts/common-18.0.3.tgz b/stable/rmlint/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/rmlint/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/rtorrent-rutorrent/4.1.3/.helmignore b/stable/rmlint/5.3.0/.helmignore similarity index 100% rename from stable/rtorrent-rutorrent/4.1.3/.helmignore rename to stable/rmlint/5.3.0/.helmignore diff --git a/stable/rmlint/5.3.0/CHANGELOG.md b/stable/rmlint/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..da0304449b9 --- /dev/null +++ b/stable/rmlint/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rmlint-5.3.0](https://github.com/truecharts/charts/compare/rmlint-5.2.3...rmlint-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [rmlint-5.2.3](https://github.com/truecharts/charts/compare/rmlint-5.2.2...rmlint-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [rmlint-5.2.2](https://github.com/truecharts/charts/compare/rmlint-5.2.0...rmlint-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [rmlint-4.1.11](https://github.com/truecharts/charts/compare/rmlint-4.1.10...rmlint-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [rmlint-4.1.10](https://github.com/truecharts/charts/compare/rmlint-4.1.9...rmlint-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [rmlint-4.1.9](https://github.com/truecharts/charts/compare/rmlint-4.1.8...rmlint-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [rmlint-4.1.8](https://github.com/truecharts/charts/compare/rmlint-4.1.7...rmlint-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [rmlint-4.1.7](https://github.com/truecharts/charts/compare/rmlint-4.1.6...rmlint-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [rmlint-4.1.6](https://github.com/truecharts/charts/compare/rmlint-4.1.5...rmlint-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/rmlint/5.3.0/Chart.yaml b/stable/rmlint/5.3.0/Chart.yaml new file mode 100644 index 00000000000..dffe8284462 --- /dev/null +++ b/stable/rmlint/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: rmlint finds space waste and other broken things on your filesystem and offers to remove it. +home: https://truecharts.org/charts/stable/rmlint +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rmlint.png +keywords: + - rmlint + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rmlint +sources: + - https://github.com/sahib/rmlint + - https://github.com/truecharts/charts/tree/master/charts/stable/rmlint + - https://hub.docker.com/r/bobbintb/docker-rmlint-unraid +type: application +version: 5.3.0 diff --git a/stable/rmlint/5.1.3/README.md b/stable/rmlint/5.3.0/README.md similarity index 100% rename from stable/rmlint/5.1.3/README.md rename to stable/rmlint/5.3.0/README.md diff --git a/stable/rmlint/5.3.0/app-changelog.md b/stable/rmlint/5.3.0/app-changelog.md new file mode 100644 index 00000000000..5856509b753 --- /dev/null +++ b/stable/rmlint/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rmlint-5.3.0](https://github.com/truecharts/charts/compare/rmlint-5.2.3...rmlint-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/rmlint/5.1.3/app-readme.md b/stable/rmlint/5.3.0/app-readme.md similarity index 100% rename from stable/rmlint/5.1.3/app-readme.md rename to stable/rmlint/5.3.0/app-readme.md diff --git a/stable/rmlint/5.3.0/charts/common-18.2.0.tgz b/stable/rmlint/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/rmlint/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/rmlint/5.1.3/ix_values.yaml b/stable/rmlint/5.3.0/ix_values.yaml similarity index 100% rename from stable/rmlint/5.1.3/ix_values.yaml rename to stable/rmlint/5.3.0/ix_values.yaml diff --git a/stable/rmlint/5.1.3/questions.yaml b/stable/rmlint/5.3.0/questions.yaml similarity index 100% rename from stable/rmlint/5.1.3/questions.yaml rename to stable/rmlint/5.3.0/questions.yaml diff --git a/stable/rmlint/5.1.3/templates/common.yaml b/stable/rmlint/5.3.0/templates/common.yaml similarity index 100% rename from stable/rmlint/5.1.3/templates/common.yaml rename to stable/rmlint/5.3.0/templates/common.yaml diff --git a/stable/rtorrent-rutorrent/4.1.3/values.yaml b/stable/rmlint/5.3.0/values.yaml similarity index 100% rename from stable/rtorrent-rutorrent/4.1.3/values.yaml rename to stable/rmlint/5.3.0/values.yaml diff --git a/stable/romm/7.5.0/CHANGELOG.md b/stable/romm/7.5.0/CHANGELOG.md deleted file mode 100644 index d5ee6ff46e9..00000000000 --- a/stable/romm/7.5.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - -## [romm-6.3.8](https://github.com/truecharts/charts/compare/romm-6.3.7...romm-6.3.8) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [romm-6.3.7](https://github.com/truecharts/charts/compare/romm-6.3.6...romm-6.3.7) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [romm-6.3.6](https://github.com/truecharts/charts/compare/romm-6.3.5...romm-6.3.6) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [romm-6.3.5](https://github.com/truecharts/charts/compare/romm-6.3.4...romm-6.3.5) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [romm-6.3.4](https://github.com/truecharts/charts/compare/romm-6.3.3...romm-6.3.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [romm-6.3.3](https://github.com/truecharts/charts/compare/romm-6.3.2...romm-6.3.3) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [romm-6.3.2](https://github.com/truecharts/charts/compare/romm-6.3.1...romm-6.3.2) (2024-01-14) - -### Chore - - - -- update container image ghcr.io/zurdi15/romm to v2.3.1[@2db88fe](https://github.com/2db88fe) by renovate ([#17191](https://github.com/truecharts/charts/issues/17191)) - - - - -## [romm-6.3.1](https://github.com/truecharts/charts/compare/romm-6.3.0...romm-6.3.1) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [romm-6.3.0](https://github.com/truecharts/charts/compare/romm-6.2.3...romm-6.3.0) (2024-01-08) \ No newline at end of file diff --git a/stable/romm/7.5.0/Chart.yaml b/stable/romm/7.5.0/Chart.yaml deleted file mode 100644 index ca102025ac1..00000000000 --- a/stable/romm/7.5.0/Chart.yaml +++ /dev/null @@ -1,51 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.3.1 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 12.3.0 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] - - name: redis - version: 11.3.0 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: game library manager focused in retro gaming -home: https://truecharts.org/charts/stable/romm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/romm.png -keywords: - - romm - - rom-manager -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: romm -sources: - - https://github.com/zurdi15/romm - - https://github.com/truecharts/charts/tree/master/charts/stable/romm - - https://ghcr.io/zurdi15/romm -type: application -version: 7.5.0 diff --git a/stable/romm/7.5.0/charts/common-18.1.2.tgz b/stable/romm/7.5.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/romm/7.5.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/romm/7.5.0/charts/mariadb-12.3.0.tgz b/stable/romm/7.5.0/charts/mariadb-12.3.0.tgz deleted file mode 100644 index 34dba3a8e5b..00000000000 Binary files a/stable/romm/7.5.0/charts/mariadb-12.3.0.tgz and /dev/null differ diff --git a/stable/rust/5.1.3/.helmignore b/stable/romm/7.7.0/.helmignore similarity index 100% rename from stable/rust/5.1.3/.helmignore rename to stable/romm/7.7.0/.helmignore diff --git a/stable/romm/7.7.0/CHANGELOG.md b/stable/romm/7.7.0/CHANGELOG.md new file mode 100644 index 00000000000..2f19fe4c4a7 --- /dev/null +++ b/stable/romm/7.7.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [romm-7.7.0](https://github.com/truecharts/charts/compare/romm-7.6.3...romm-7.7.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [romm-7.6.3](https://github.com/truecharts/charts/compare/romm-7.6.2...romm-7.6.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [romm-7.6.2](https://github.com/truecharts/charts/compare/romm-7.6.0...romm-7.6.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + +## [romm-6.3.8](https://github.com/truecharts/charts/compare/romm-6.3.7...romm-6.3.8) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [romm-6.3.7](https://github.com/truecharts/charts/compare/romm-6.3.6...romm-6.3.7) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [romm-6.3.6](https://github.com/truecharts/charts/compare/romm-6.3.5...romm-6.3.6) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [romm-6.3.5](https://github.com/truecharts/charts/compare/romm-6.3.4...romm-6.3.5) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [romm-6.3.4](https://github.com/truecharts/charts/compare/romm-6.3.3...romm-6.3.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + diff --git a/stable/romm/7.7.0/Chart.yaml b/stable/romm/7.7.0/Chart.yaml new file mode 100644 index 00000000000..c63309e9b3a --- /dev/null +++ b/stable/romm/7.7.0/Chart.yaml @@ -0,0 +1,51 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.3.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.2.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.3.0 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: game library manager focused in retro gaming +home: https://truecharts.org/charts/stable/romm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/romm.png +keywords: + - romm + - rom-manager +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: romm +sources: + - https://github.com/zurdi15/romm + - https://github.com/truecharts/charts/tree/master/charts/stable/romm + - https://ghcr.io/zurdi15/romm +type: application +version: 7.7.0 diff --git a/stable/romm/7.5.0/README.md b/stable/romm/7.7.0/README.md similarity index 100% rename from stable/romm/7.5.0/README.md rename to stable/romm/7.7.0/README.md diff --git a/stable/romm/7.7.0/app-changelog.md b/stable/romm/7.7.0/app-changelog.md new file mode 100644 index 00000000000..daa43ab3c09 --- /dev/null +++ b/stable/romm/7.7.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [romm-7.7.0](https://github.com/truecharts/charts/compare/romm-7.6.3...romm-7.7.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/romm/7.5.0/app-readme.md b/stable/romm/7.7.0/app-readme.md similarity index 100% rename from stable/romm/7.5.0/app-readme.md rename to stable/romm/7.7.0/app-readme.md diff --git a/stable/romm/7.7.0/charts/common-18.2.0.tgz b/stable/romm/7.7.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/romm/7.7.0/charts/common-18.2.0.tgz differ diff --git a/stable/romm/7.7.0/charts/mariadb-13.2.0.tgz b/stable/romm/7.7.0/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/romm/7.7.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/romm/7.5.0/charts/redis-11.3.0.tgz b/stable/romm/7.7.0/charts/redis-11.3.0.tgz similarity index 100% rename from stable/romm/7.5.0/charts/redis-11.3.0.tgz rename to stable/romm/7.7.0/charts/redis-11.3.0.tgz diff --git a/stable/romm/7.5.0/ix_values.yaml b/stable/romm/7.7.0/ix_values.yaml similarity index 100% rename from stable/romm/7.5.0/ix_values.yaml rename to stable/romm/7.7.0/ix_values.yaml diff --git a/stable/romm/7.5.0/questions.yaml b/stable/romm/7.7.0/questions.yaml similarity index 100% rename from stable/romm/7.5.0/questions.yaml rename to stable/romm/7.7.0/questions.yaml diff --git a/stable/searxng/7.2.0/templates/NOTES.txt b/stable/romm/7.7.0/templates/NOTES.txt similarity index 100% rename from stable/searxng/7.2.0/templates/NOTES.txt rename to stable/romm/7.7.0/templates/NOTES.txt diff --git a/stable/romm/7.5.0/templates/_secrets.tpl b/stable/romm/7.7.0/templates/_secrets.tpl similarity index 100% rename from stable/romm/7.5.0/templates/_secrets.tpl rename to stable/romm/7.7.0/templates/_secrets.tpl diff --git a/stable/romm/7.5.0/templates/common.yaml b/stable/romm/7.7.0/templates/common.yaml similarity index 100% rename from stable/romm/7.5.0/templates/common.yaml rename to stable/romm/7.7.0/templates/common.yaml diff --git a/stable/rust/5.1.3/values.yaml b/stable/romm/7.7.0/values.yaml similarity index 100% rename from stable/rust/5.1.3/values.yaml rename to stable/romm/7.7.0/values.yaml diff --git a/stable/root/5.1.3/CHANGELOG.md b/stable/root/5.1.3/CHANGELOG.md deleted file mode 100644 index b20bf187a63..00000000000 --- a/stable/root/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [root-4.1.11](https://github.com/truecharts/charts/compare/root-4.1.10...root-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [root-4.1.10](https://github.com/truecharts/charts/compare/root-4.1.9...root-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [root-4.1.9](https://github.com/truecharts/charts/compare/root-4.1.8...root-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [root-4.1.8](https://github.com/truecharts/charts/compare/root-4.1.7...root-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [root-4.1.7](https://github.com/truecharts/charts/compare/root-4.1.6...root-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [root-4.1.6](https://github.com/truecharts/charts/compare/root-4.1.5...root-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [root-4.1.5](https://github.com/truecharts/charts/compare/root-4.1.4...root-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [root-4.1.4](https://github.com/truecharts/charts/compare/root-4.1.3...root-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [root-4.1.3](https://github.com/truecharts/charts/compare/root-4.1.0...root-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/root/5.1.3/Chart.yaml b/stable/root/5.1.3/Chart.yaml deleted file mode 100644 index 83157584209..00000000000 --- a/stable/root/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: ROOT is a framework for data processing, born at CERN, at the heart of the research on high-energy physics. Every day, thousands of physicists use ROOT applications to analyze their data or to perform simulations. -home: https://truecharts.org/charts/stable/root -icon: https://truecharts.org/img/hotlink-ok/chart-icons/root.png -keywords: - - root - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: root -sources: - - https://root.cern/ - - https://github.com/truecharts/charts/tree/master/charts/stable/root - - https://hub.docker.com/r/bgameiro/arch-cern-root -type: application -version: 5.1.3 diff --git a/stable/root/5.1.3/charts/common-18.0.3.tgz b/stable/root/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/root/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/rustpad/5.1.3/.helmignore b/stable/root/5.3.0/.helmignore similarity index 100% rename from stable/rustpad/5.1.3/.helmignore rename to stable/root/5.3.0/.helmignore diff --git a/stable/root/5.3.0/CHANGELOG.md b/stable/root/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..a42d868c718 --- /dev/null +++ b/stable/root/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [root-5.3.0](https://github.com/truecharts/charts/compare/root-5.2.3...root-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [root-5.2.3](https://github.com/truecharts/charts/compare/root-5.2.2...root-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [root-5.2.2](https://github.com/truecharts/charts/compare/root-5.2.0...root-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [root-4.1.11](https://github.com/truecharts/charts/compare/root-4.1.10...root-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [root-4.1.10](https://github.com/truecharts/charts/compare/root-4.1.9...root-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [root-4.1.9](https://github.com/truecharts/charts/compare/root-4.1.8...root-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [root-4.1.8](https://github.com/truecharts/charts/compare/root-4.1.7...root-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [root-4.1.7](https://github.com/truecharts/charts/compare/root-4.1.6...root-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [root-4.1.6](https://github.com/truecharts/charts/compare/root-4.1.5...root-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/root/5.3.0/Chart.yaml b/stable/root/5.3.0/Chart.yaml new file mode 100644 index 00000000000..97c1306a4c0 --- /dev/null +++ b/stable/root/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ROOT is a framework for data processing, born at CERN, at the heart of the research on high-energy physics. Every day, thousands of physicists use ROOT applications to analyze their data or to perform simulations. +home: https://truecharts.org/charts/stable/root +icon: https://truecharts.org/img/hotlink-ok/chart-icons/root.png +keywords: + - root + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: root +sources: + - https://root.cern/ + - https://github.com/truecharts/charts/tree/master/charts/stable/root + - https://hub.docker.com/r/bgameiro/arch-cern-root +type: application +version: 5.3.0 diff --git a/stable/root/5.1.3/README.md b/stable/root/5.3.0/README.md similarity index 100% rename from stable/root/5.1.3/README.md rename to stable/root/5.3.0/README.md diff --git a/stable/root/5.3.0/app-changelog.md b/stable/root/5.3.0/app-changelog.md new file mode 100644 index 00000000000..f4efeb0201d --- /dev/null +++ b/stable/root/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [root-5.3.0](https://github.com/truecharts/charts/compare/root-5.2.3...root-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/root/5.1.3/app-readme.md b/stable/root/5.3.0/app-readme.md similarity index 100% rename from stable/root/5.1.3/app-readme.md rename to stable/root/5.3.0/app-readme.md diff --git a/stable/root/5.3.0/charts/common-18.2.0.tgz b/stable/root/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/root/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/root/5.1.3/ix_values.yaml b/stable/root/5.3.0/ix_values.yaml similarity index 100% rename from stable/root/5.1.3/ix_values.yaml rename to stable/root/5.3.0/ix_values.yaml diff --git a/stable/root/5.1.3/questions.yaml b/stable/root/5.3.0/questions.yaml similarity index 100% rename from stable/root/5.1.3/questions.yaml rename to stable/root/5.3.0/questions.yaml diff --git a/stable/root/5.1.3/templates/common.yaml b/stable/root/5.3.0/templates/common.yaml similarity index 100% rename from stable/root/5.1.3/templates/common.yaml rename to stable/root/5.3.0/templates/common.yaml diff --git a/stable/rustpad/5.1.3/values.yaml b/stable/root/5.3.0/values.yaml similarity index 100% rename from stable/rustpad/5.1.3/values.yaml rename to stable/root/5.3.0/values.yaml diff --git a/stable/rsnapshot/9.1.4/CHANGELOG.md b/stable/rsnapshot/9.1.4/CHANGELOG.md deleted file mode 100644 index 861d1ef03c2..00000000000 --- a/stable/rsnapshot/9.1.4/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [rsnapshot-8.1.18](https://github.com/truecharts/charts/compare/rsnapshot-8.1.17...rsnapshot-8.1.18) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@c4e12a5](https://github.com/c4e12a5) by renovate ([#18075](https://github.com/truecharts/charts/issues/18075)) - - -## [rsnapshot-8.1.17](https://github.com/truecharts/charts/compare/rsnapshot-8.1.16...rsnapshot-8.1.17) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@4366075](https://github.com/4366075) by renovate ([#17865](https://github.com/truecharts/charts/issues/17865)) - - -## [rsnapshot-8.1.16](https://github.com/truecharts/charts/compare/rsnapshot-8.1.15...rsnapshot-8.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [rsnapshot-8.1.15](https://github.com/truecharts/charts/compare/rsnapshot-8.1.14...rsnapshot-8.1.15) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@3d9e1f3](https://github.com/3d9e1f3) by renovate ([#17622](https://github.com/truecharts/charts/issues/17622)) - - -## [rsnapshot-8.1.14](https://github.com/truecharts/charts/compare/rsnapshot-8.1.13...rsnapshot-8.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [rsnapshot-8.1.13](https://github.com/truecharts/charts/compare/rsnapshot-8.1.12...rsnapshot-8.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [rsnapshot-8.1.12](https://github.com/truecharts/charts/compare/rsnapshot-8.1.11...rsnapshot-8.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [rsnapshot-8.1.11](https://github.com/truecharts/charts/compare/rsnapshot-8.1.10...rsnapshot-8.1.11) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [rsnapshot-8.1.10](https://github.com/truecharts/charts/compare/rsnapshot-8.1.9...rsnapshot-8.1.10) (2024-01-21) - -### Chore - - - -- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@7c74f9e](https://github.com/7c74f9e) by renovate ([#17366](https://github.com/truecharts/charts/issues/17366)) - - -## [rsnapshot-8.1.9](https://github.com/truecharts/charts/compare/rsnapshot-8.1.8...rsnapshot-8.1.9) (2024-01-14) \ No newline at end of file diff --git a/stable/rsnapshot/9.1.4/Chart.yaml b/stable/rsnapshot/9.1.4/Chart.yaml deleted file mode 100644 index 448da2e6e6f..00000000000 --- a/stable/rsnapshot/9.1.4/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.4.5 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Rsnapshot is a filesystem snapshot utility based on rsync. -home: https://truecharts.org/charts/stable/rsnapshot -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsnapshot.png -keywords: - - rsnapshot -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rsnapshot -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/rsnapshot - - https://ghcr.io/linuxserver/rsnapshot -type: application -version: 9.1.4 diff --git a/stable/rsnapshot/9.1.4/charts/common-18.0.3.tgz b/stable/rsnapshot/9.1.4/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/rsnapshot/9.1.4/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/s3backup/5.1.3/.helmignore b/stable/rsnapshot/9.3.0/.helmignore similarity index 100% rename from stable/s3backup/5.1.3/.helmignore rename to stable/rsnapshot/9.3.0/.helmignore diff --git a/stable/rsnapshot/9.3.0/CHANGELOG.md b/stable/rsnapshot/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..5eb5f0efb44 --- /dev/null +++ b/stable/rsnapshot/9.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rsnapshot-9.3.0](https://github.com/truecharts/charts/compare/rsnapshot-9.2.3...rsnapshot-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [rsnapshot-9.2.3](https://github.com/truecharts/charts/compare/rsnapshot-9.2.2...rsnapshot-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [rsnapshot-9.2.2](https://github.com/truecharts/charts/compare/rsnapshot-9.2.0...rsnapshot-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [rsnapshot-8.1.18](https://github.com/truecharts/charts/compare/rsnapshot-8.1.17...rsnapshot-8.1.18) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@c4e12a5](https://github.com/c4e12a5) by renovate ([#18075](https://github.com/truecharts/charts/issues/18075)) + + +## [rsnapshot-8.1.17](https://github.com/truecharts/charts/compare/rsnapshot-8.1.16...rsnapshot-8.1.17) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@4366075](https://github.com/4366075) by renovate ([#17865](https://github.com/truecharts/charts/issues/17865)) + + +## [rsnapshot-8.1.16](https://github.com/truecharts/charts/compare/rsnapshot-8.1.15...rsnapshot-8.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [rsnapshot-8.1.15](https://github.com/truecharts/charts/compare/rsnapshot-8.1.14...rsnapshot-8.1.15) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@3d9e1f3](https://github.com/3d9e1f3) by renovate ([#17622](https://github.com/truecharts/charts/issues/17622)) + + +## [rsnapshot-8.1.14](https://github.com/truecharts/charts/compare/rsnapshot-8.1.13...rsnapshot-8.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [rsnapshot-8.1.13](https://github.com/truecharts/charts/compare/rsnapshot-8.1.12...rsnapshot-8.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) \ No newline at end of file diff --git a/stable/rsnapshot/9.3.0/Chart.yaml b/stable/rsnapshot/9.3.0/Chart.yaml new file mode 100644 index 00000000000..76bbb69df75 --- /dev/null +++ b/stable/rsnapshot/9.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.4.5 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Rsnapshot is a filesystem snapshot utility based on rsync. +home: https://truecharts.org/charts/stable/rsnapshot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsnapshot.png +keywords: + - rsnapshot +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rsnapshot +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/rsnapshot + - https://ghcr.io/linuxserver/rsnapshot +type: application +version: 9.3.0 diff --git a/stable/rsnapshot/9.1.4/README.md b/stable/rsnapshot/9.3.0/README.md similarity index 100% rename from stable/rsnapshot/9.1.4/README.md rename to stable/rsnapshot/9.3.0/README.md diff --git a/stable/rsnapshot/9.3.0/app-changelog.md b/stable/rsnapshot/9.3.0/app-changelog.md new file mode 100644 index 00000000000..140dac8cb8c --- /dev/null +++ b/stable/rsnapshot/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rsnapshot-9.3.0](https://github.com/truecharts/charts/compare/rsnapshot-9.2.3...rsnapshot-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/rsnapshot/9.1.4/app-readme.md b/stable/rsnapshot/9.3.0/app-readme.md similarity index 100% rename from stable/rsnapshot/9.1.4/app-readme.md rename to stable/rsnapshot/9.3.0/app-readme.md diff --git a/stable/rsnapshot/9.3.0/charts/common-18.2.0.tgz b/stable/rsnapshot/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/rsnapshot/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/rsnapshot/9.1.4/ix_values.yaml b/stable/rsnapshot/9.3.0/ix_values.yaml similarity index 100% rename from stable/rsnapshot/9.1.4/ix_values.yaml rename to stable/rsnapshot/9.3.0/ix_values.yaml diff --git a/stable/rsnapshot/9.1.4/questions.yaml b/stable/rsnapshot/9.3.0/questions.yaml similarity index 100% rename from stable/rsnapshot/9.1.4/questions.yaml rename to stable/rsnapshot/9.3.0/questions.yaml diff --git a/stable/seedsync/7.1.3/templates/NOTES.txt b/stable/rsnapshot/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/seedsync/7.1.3/templates/NOTES.txt rename to stable/rsnapshot/9.3.0/templates/NOTES.txt diff --git a/stable/scrutiny/10.1.4/templates/common.yaml b/stable/rsnapshot/9.3.0/templates/common.yaml similarity index 100% rename from stable/scrutiny/10.1.4/templates/common.yaml rename to stable/rsnapshot/9.3.0/templates/common.yaml diff --git a/stable/s3backup/5.1.3/values.yaml b/stable/rsnapshot/9.3.0/values.yaml similarity index 100% rename from stable/s3backup/5.1.3/values.yaml rename to stable/rsnapshot/9.3.0/values.yaml diff --git a/stable/rss-bridge/10.1.3/CHANGELOG.md b/stable/rss-bridge/10.1.3/CHANGELOG.md deleted file mode 100644 index 8db8e9a1805..00000000000 --- a/stable/rss-bridge/10.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [rss-bridge-9.0.0](https://github.com/truecharts/charts/compare/rss-bridge-8.1.12...rss-bridge-9.0.0) (2024-02-05) - -### Chore - - - -- update container image rssbridge/rss-bridge to v2024-02-02[@1a4d30c](https://github.com/1a4d30c) by renovate ([#17967](https://github.com/truecharts/charts/issues/17967)) - - -## [rss-bridge-8.1.12](https://github.com/truecharts/charts/compare/rss-bridge-8.1.11...rss-bridge-8.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [rss-bridge-8.1.11](https://github.com/truecharts/charts/compare/rss-bridge-8.1.10...rss-bridge-8.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [rss-bridge-8.1.10](https://github.com/truecharts/charts/compare/rss-bridge-8.1.9...rss-bridge-8.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [rss-bridge-8.1.9](https://github.com/truecharts/charts/compare/rss-bridge-8.1.8...rss-bridge-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [rss-bridge-8.1.8](https://github.com/truecharts/charts/compare/rss-bridge-8.1.7...rss-bridge-8.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [rss-bridge-8.1.7](https://github.com/truecharts/charts/compare/rss-bridge-8.1.6...rss-bridge-8.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [rss-bridge-8.1.6](https://github.com/truecharts/charts/compare/rss-bridge-8.1.5...rss-bridge-8.1.6) (2024-01-03) - -### Fix - - - -- disable varrun vol ([#16856](https://github.com/truecharts/charts/issues/16856)) - - -## [rss-bridge-8.1.5](https://github.com/truecharts/charts/compare/rss-bridge-8.1.4...rss-bridge-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - diff --git a/stable/rss-bridge/10.1.3/Chart.yaml b/stable/rss-bridge/10.1.3/Chart.yaml deleted file mode 100644 index f5edb099f6e..00000000000 --- a/stable/rss-bridge/10.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.2.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites that don't have one. -home: https://truecharts.org/charts/stable/rss-bridge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-bridge.png -keywords: - - rss-bridge -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rss-bridge -sources: - - https://github.com/RSS-Bridge/rss-bridge - - https://github.com/truecharts/charts/tree/master/charts/stable/rss-bridge - - https://hub.docker.com/r/rssbridge/rss-bridge -type: application -version: 10.1.3 diff --git a/stable/rss-bridge/10.1.3/charts/common-18.0.3.tgz b/stable/rss-bridge/10.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/rss-bridge/10.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/s3sync/5.1.3/.helmignore b/stable/rss-bridge/10.3.0/.helmignore similarity index 100% rename from stable/s3sync/5.1.3/.helmignore rename to stable/rss-bridge/10.3.0/.helmignore diff --git a/stable/rss-bridge/10.3.0/CHANGELOG.md b/stable/rss-bridge/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..43058879b09 --- /dev/null +++ b/stable/rss-bridge/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rss-bridge-10.3.0](https://github.com/truecharts/charts/compare/rss-bridge-10.2.3...rss-bridge-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [rss-bridge-10.2.3](https://github.com/truecharts/charts/compare/rss-bridge-10.2.2...rss-bridge-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [rss-bridge-10.2.2](https://github.com/truecharts/charts/compare/rss-bridge-10.2.0...rss-bridge-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [rss-bridge-9.0.0](https://github.com/truecharts/charts/compare/rss-bridge-8.1.12...rss-bridge-9.0.0) (2024-02-05) + +### Chore + + + +- update container image rssbridge/rss-bridge to v2024-02-02[@1a4d30c](https://github.com/1a4d30c) by renovate ([#17967](https://github.com/truecharts/charts/issues/17967)) + + +## [rss-bridge-8.1.12](https://github.com/truecharts/charts/compare/rss-bridge-8.1.11...rss-bridge-8.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [rss-bridge-8.1.11](https://github.com/truecharts/charts/compare/rss-bridge-8.1.10...rss-bridge-8.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [rss-bridge-8.1.10](https://github.com/truecharts/charts/compare/rss-bridge-8.1.9...rss-bridge-8.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [rss-bridge-8.1.9](https://github.com/truecharts/charts/compare/rss-bridge-8.1.8...rss-bridge-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [rss-bridge-8.1.8](https://github.com/truecharts/charts/compare/rss-bridge-8.1.7...rss-bridge-8.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/rss-bridge/10.3.0/Chart.yaml b/stable/rss-bridge/10.3.0/Chart.yaml new file mode 100644 index 00000000000..1dffd23886d --- /dev/null +++ b/stable/rss-bridge/10.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.2.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites that don't have one. +home: https://truecharts.org/charts/stable/rss-bridge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-bridge.png +keywords: + - rss-bridge +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rss-bridge +sources: + - https://github.com/RSS-Bridge/rss-bridge + - https://github.com/truecharts/charts/tree/master/charts/stable/rss-bridge + - https://hub.docker.com/r/rssbridge/rss-bridge +type: application +version: 10.3.0 diff --git a/stable/rss-bridge/10.1.3/README.md b/stable/rss-bridge/10.3.0/README.md similarity index 100% rename from stable/rss-bridge/10.1.3/README.md rename to stable/rss-bridge/10.3.0/README.md diff --git a/stable/rss-bridge/10.3.0/app-changelog.md b/stable/rss-bridge/10.3.0/app-changelog.md new file mode 100644 index 00000000000..4bc69863426 --- /dev/null +++ b/stable/rss-bridge/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rss-bridge-10.3.0](https://github.com/truecharts/charts/compare/rss-bridge-10.2.3...rss-bridge-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/rss-bridge/10.1.3/app-readme.md b/stable/rss-bridge/10.3.0/app-readme.md similarity index 100% rename from stable/rss-bridge/10.1.3/app-readme.md rename to stable/rss-bridge/10.3.0/app-readme.md diff --git a/stable/rss-bridge/10.3.0/charts/common-18.2.0.tgz b/stable/rss-bridge/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/rss-bridge/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/rss-bridge/10.1.3/ix_values.yaml b/stable/rss-bridge/10.3.0/ix_values.yaml similarity index 100% rename from stable/rss-bridge/10.1.3/ix_values.yaml rename to stable/rss-bridge/10.3.0/ix_values.yaml diff --git a/stable/rss-bridge/10.1.3/questions.yaml b/stable/rss-bridge/10.3.0/questions.yaml similarity index 100% rename from stable/rss-bridge/10.1.3/questions.yaml rename to stable/rss-bridge/10.3.0/questions.yaml diff --git a/stable/ser2sock/13.1.3/templates/NOTES.txt b/stable/rss-bridge/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/ser2sock/13.1.3/templates/NOTES.txt rename to stable/rss-bridge/10.3.0/templates/NOTES.txt diff --git a/stable/scrypted/4.1.3/templates/common.yaml b/stable/rss-bridge/10.3.0/templates/common.yaml similarity index 100% rename from stable/scrypted/4.1.3/templates/common.yaml rename to stable/rss-bridge/10.3.0/templates/common.yaml diff --git a/stable/s3sync/5.1.3/values.yaml b/stable/rss-bridge/10.3.0/values.yaml similarity index 100% rename from stable/s3sync/5.1.3/values.yaml rename to stable/rss-bridge/10.3.0/values.yaml diff --git a/stable/rss-proxy/5.1.3/CHANGELOG.md b/stable/rss-proxy/5.1.3/CHANGELOG.md deleted file mode 100644 index c9cdf426c8d..00000000000 --- a/stable/rss-proxy/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [rss-proxy-4.1.11](https://github.com/truecharts/charts/compare/rss-proxy-4.1.10...rss-proxy-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [rss-proxy-4.1.10](https://github.com/truecharts/charts/compare/rss-proxy-4.1.9...rss-proxy-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [rss-proxy-4.1.9](https://github.com/truecharts/charts/compare/rss-proxy-4.1.8...rss-proxy-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [rss-proxy-4.1.8](https://github.com/truecharts/charts/compare/rss-proxy-4.1.7...rss-proxy-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [rss-proxy-4.1.7](https://github.com/truecharts/charts/compare/rss-proxy-4.1.6...rss-proxy-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [rss-proxy-4.1.6](https://github.com/truecharts/charts/compare/rss-proxy-4.1.5...rss-proxy-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [rss-proxy-4.1.5](https://github.com/truecharts/charts/compare/rss-proxy-4.1.4...rss-proxy-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [rss-proxy-4.1.4](https://github.com/truecharts/charts/compare/rss-proxy-4.1.3...rss-proxy-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [rss-proxy-4.1.3](https://github.com/truecharts/charts/compare/rss-proxy-4.1.0...rss-proxy-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/rss-proxy/5.1.3/Chart.yaml b/stable/rss-proxy/5.1.3/Chart.yaml deleted file mode 100644 index 89101fd3c14..00000000000 --- a/stable/rss-proxy/5.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: RSS-proxy 2+ allows you to do create an ATOM or JSON feed of almost static/dynamic websites or feeds (web to feed), just by analyzing just the HTML structure. -home: https://truecharts.org/charts/stable/rss-proxy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-proxy.png -keywords: - - rss-proxy - - Cloud - - Tools-Utilities - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rss-proxy -sources: - - https://github.com/damoeb/rss-proxy - - https://github.com/truecharts/charts/tree/master/charts/stable/rss-proxy - - https://hub.docker.com/r/damoeb/rss-proxy -type: application -version: 5.1.3 diff --git a/stable/rss-proxy/5.1.3/charts/common-18.0.3.tgz b/stable/rss-proxy/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/rss-proxy/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/satisfactory/9.1.4/.helmignore b/stable/rss-proxy/5.3.0/.helmignore similarity index 100% rename from stable/satisfactory/9.1.4/.helmignore rename to stable/rss-proxy/5.3.0/.helmignore diff --git a/stable/rss-proxy/5.3.0/CHANGELOG.md b/stable/rss-proxy/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..08764faf95b --- /dev/null +++ b/stable/rss-proxy/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rss-proxy-5.3.0](https://github.com/truecharts/charts/compare/rss-proxy-5.2.3...rss-proxy-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [rss-proxy-5.2.3](https://github.com/truecharts/charts/compare/rss-proxy-5.2.2...rss-proxy-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [rss-proxy-5.2.2](https://github.com/truecharts/charts/compare/rss-proxy-5.2.0...rss-proxy-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [rss-proxy-4.1.11](https://github.com/truecharts/charts/compare/rss-proxy-4.1.10...rss-proxy-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [rss-proxy-4.1.10](https://github.com/truecharts/charts/compare/rss-proxy-4.1.9...rss-proxy-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [rss-proxy-4.1.9](https://github.com/truecharts/charts/compare/rss-proxy-4.1.8...rss-proxy-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [rss-proxy-4.1.8](https://github.com/truecharts/charts/compare/rss-proxy-4.1.7...rss-proxy-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [rss-proxy-4.1.7](https://github.com/truecharts/charts/compare/rss-proxy-4.1.6...rss-proxy-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [rss-proxy-4.1.6](https://github.com/truecharts/charts/compare/rss-proxy-4.1.5...rss-proxy-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/rss-proxy/5.3.0/Chart.yaml b/stable/rss-proxy/5.3.0/Chart.yaml new file mode 100644 index 00000000000..a7899d45482 --- /dev/null +++ b/stable/rss-proxy/5.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: RSS-proxy 2+ allows you to do create an ATOM or JSON feed of almost static/dynamic websites or feeds (web to feed), just by analyzing just the HTML structure. +home: https://truecharts.org/charts/stable/rss-proxy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-proxy.png +keywords: + - rss-proxy + - Cloud + - Tools-Utilities + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rss-proxy +sources: + - https://github.com/damoeb/rss-proxy + - https://github.com/truecharts/charts/tree/master/charts/stable/rss-proxy + - https://hub.docker.com/r/damoeb/rss-proxy +type: application +version: 5.3.0 diff --git a/stable/rss-proxy/5.1.3/README.md b/stable/rss-proxy/5.3.0/README.md similarity index 100% rename from stable/rss-proxy/5.1.3/README.md rename to stable/rss-proxy/5.3.0/README.md diff --git a/stable/rss-proxy/5.3.0/app-changelog.md b/stable/rss-proxy/5.3.0/app-changelog.md new file mode 100644 index 00000000000..f905658827c --- /dev/null +++ b/stable/rss-proxy/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rss-proxy-5.3.0](https://github.com/truecharts/charts/compare/rss-proxy-5.2.3...rss-proxy-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/rss-proxy/5.1.3/app-readme.md b/stable/rss-proxy/5.3.0/app-readme.md similarity index 100% rename from stable/rss-proxy/5.1.3/app-readme.md rename to stable/rss-proxy/5.3.0/app-readme.md diff --git a/stable/rss-proxy/5.3.0/charts/common-18.2.0.tgz b/stable/rss-proxy/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/rss-proxy/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/rss-proxy/5.1.3/ix_values.yaml b/stable/rss-proxy/5.3.0/ix_values.yaml similarity index 100% rename from stable/rss-proxy/5.1.3/ix_values.yaml rename to stable/rss-proxy/5.3.0/ix_values.yaml diff --git a/stable/rss-proxy/5.1.3/questions.yaml b/stable/rss-proxy/5.3.0/questions.yaml similarity index 100% rename from stable/rss-proxy/5.1.3/questions.yaml rename to stable/rss-proxy/5.3.0/questions.yaml diff --git a/stable/rss-proxy/5.1.3/templates/common.yaml b/stable/rss-proxy/5.3.0/templates/common.yaml similarity index 100% rename from stable/rss-proxy/5.1.3/templates/common.yaml rename to stable/rss-proxy/5.3.0/templates/common.yaml diff --git a/stable/satisfactory/9.1.4/values.yaml b/stable/rss-proxy/5.3.0/values.yaml similarity index 100% rename from stable/satisfactory/9.1.4/values.yaml rename to stable/rss-proxy/5.3.0/values.yaml diff --git a/stable/rss-to-telegram/5.1.3/CHANGELOG.md b/stable/rss-to-telegram/5.1.3/CHANGELOG.md deleted file mode 100644 index 1375493da6d..00000000000 --- a/stable/rss-to-telegram/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - -## [rss-to-telegram-4.1.11](https://github.com/truecharts/charts/compare/rss-to-telegram-4.1.10...rss-to-telegram-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [rss-to-telegram-4.1.10](https://github.com/truecharts/charts/compare/rss-to-telegram-4.1.9...rss-to-telegram-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [rss-to-telegram-4.1.9](https://github.com/truecharts/charts/compare/rss-to-telegram-4.1.8...rss-to-telegram-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [rss-to-telegram-4.1.8](https://github.com/truecharts/charts/compare/rss-to-telegram-4.1.7...rss-to-telegram-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [rss-to-telegram-4.1.7](https://github.com/truecharts/charts/compare/rss-to-telegram-4.1.6...rss-to-telegram-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [rss-to-telegram-4.1.6](https://github.com/truecharts/charts/compare/rss-to-telegram-4.1.5...rss-to-telegram-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [rss-to-telegram-4.1.5](https://github.com/truecharts/charts/compare/rss-to-telegram-4.1.4...rss-to-telegram-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [rss-to-telegram-4.1.4](https://github.com/truecharts/charts/compare/rss-to-telegram-4.1.3...rss-to-telegram-4.1.4) (2024-01-01) - -### Chore diff --git a/stable/rss-to-telegram/5.1.3/Chart.yaml b/stable/rss-to-telegram/5.1.3/Chart.yaml deleted file mode 100644 index ee34699c05e..00000000000 --- a/stable/rss-to-telegram/5.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A self-hosted telegram JS/TS bot that dumps posts from RSS feeds to a telegram chat. This script was created because all the third party services were unreliable, slow. -home: https://truecharts.org/charts/stable/rss-to-telegram -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-to-telegram.png -keywords: - - rss-to-telegram - - Network-Other - - Network-Messenger - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rss-to-telegram -sources: - - https://github.com/BoKKeR/RSS-to-Telegram-Bot - - https://github.com/truecharts/charts/tree/master/charts/stable/rss-to-telegram - - https://hub.docker.com/r/bokker/rss.to.telegram -type: application -version: 5.1.3 diff --git a/stable/rss-to-telegram/5.1.3/charts/common-18.0.3.tgz b/stable/rss-to-telegram/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/rss-to-telegram/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/scrutiny/10.1.4/.helmignore b/stable/rss-to-telegram/5.3.0/.helmignore similarity index 100% rename from stable/scrutiny/10.1.4/.helmignore rename to stable/rss-to-telegram/5.3.0/.helmignore diff --git a/stable/rss-to-telegram/5.3.0/CHANGELOG.md b/stable/rss-to-telegram/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..f48f87adf4c --- /dev/null +++ b/stable/rss-to-telegram/5.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rss-to-telegram-5.3.0](https://github.com/truecharts/charts/compare/rss-to-telegram-5.2.3...rss-to-telegram-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [rss-to-telegram-5.2.3](https://github.com/truecharts/charts/compare/rss-to-telegram-5.2.2...rss-to-telegram-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [rss-to-telegram-5.2.2](https://github.com/truecharts/charts/compare/rss-to-telegram-5.2.0...rss-to-telegram-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + +## [rss-to-telegram-4.1.11](https://github.com/truecharts/charts/compare/rss-to-telegram-4.1.10...rss-to-telegram-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [rss-to-telegram-4.1.10](https://github.com/truecharts/charts/compare/rss-to-telegram-4.1.9...rss-to-telegram-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [rss-to-telegram-4.1.9](https://github.com/truecharts/charts/compare/rss-to-telegram-4.1.8...rss-to-telegram-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [rss-to-telegram-4.1.8](https://github.com/truecharts/charts/compare/rss-to-telegram-4.1.7...rss-to-telegram-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [rss-to-telegram-4.1.7](https://github.com/truecharts/charts/compare/rss-to-telegram-4.1.6...rss-to-telegram-4.1.7) (2024-01-21) + +### Chore \ No newline at end of file diff --git a/stable/rss-to-telegram/5.3.0/Chart.yaml b/stable/rss-to-telegram/5.3.0/Chart.yaml new file mode 100644 index 00000000000..32d20387654 --- /dev/null +++ b/stable/rss-to-telegram/5.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted telegram JS/TS bot that dumps posts from RSS feeds to a telegram chat. This script was created because all the third party services were unreliable, slow. +home: https://truecharts.org/charts/stable/rss-to-telegram +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-to-telegram.png +keywords: + - rss-to-telegram + - Network-Other + - Network-Messenger + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rss-to-telegram +sources: + - https://github.com/BoKKeR/RSS-to-Telegram-Bot + - https://github.com/truecharts/charts/tree/master/charts/stable/rss-to-telegram + - https://hub.docker.com/r/bokker/rss.to.telegram +type: application +version: 5.3.0 diff --git a/stable/rss-to-telegram/5.1.3/README.md b/stable/rss-to-telegram/5.3.0/README.md similarity index 100% rename from stable/rss-to-telegram/5.1.3/README.md rename to stable/rss-to-telegram/5.3.0/README.md diff --git a/stable/rss-to-telegram/5.3.0/app-changelog.md b/stable/rss-to-telegram/5.3.0/app-changelog.md new file mode 100644 index 00000000000..09253cdcb9b --- /dev/null +++ b/stable/rss-to-telegram/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rss-to-telegram-5.3.0](https://github.com/truecharts/charts/compare/rss-to-telegram-5.2.3...rss-to-telegram-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/rss-to-telegram/5.1.3/app-readme.md b/stable/rss-to-telegram/5.3.0/app-readme.md similarity index 100% rename from stable/rss-to-telegram/5.1.3/app-readme.md rename to stable/rss-to-telegram/5.3.0/app-readme.md diff --git a/stable/rss-to-telegram/5.3.0/charts/common-18.2.0.tgz b/stable/rss-to-telegram/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/rss-to-telegram/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/rss-to-telegram/5.1.3/ix_values.yaml b/stable/rss-to-telegram/5.3.0/ix_values.yaml similarity index 100% rename from stable/rss-to-telegram/5.1.3/ix_values.yaml rename to stable/rss-to-telegram/5.3.0/ix_values.yaml diff --git a/stable/rss-to-telegram/5.1.3/questions.yaml b/stable/rss-to-telegram/5.3.0/questions.yaml similarity index 100% rename from stable/rss-to-telegram/5.1.3/questions.yaml rename to stable/rss-to-telegram/5.3.0/questions.yaml diff --git a/stable/rss-to-telegram/5.1.3/templates/common.yaml b/stable/rss-to-telegram/5.3.0/templates/common.yaml similarity index 100% rename from stable/rss-to-telegram/5.1.3/templates/common.yaml rename to stable/rss-to-telegram/5.3.0/templates/common.yaml diff --git a/stable/scrutiny/10.1.4/values.yaml b/stable/rss-to-telegram/5.3.0/values.yaml similarity index 100% rename from stable/scrutiny/10.1.4/values.yaml rename to stable/rss-to-telegram/5.3.0/values.yaml diff --git a/stable/rsshub/12.2.1/CHANGELOG.md b/stable/rsshub/12.2.1/CHANGELOG.md deleted file mode 100644 index 57239e24f3c..00000000000 --- a/stable/rsshub/12.2.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -## [rsshub-11.2.7](https://github.com/truecharts/charts/compare/rsshub-11.2.6...rsshub-11.2.7) (2024-02-12) - -### Chore - - - -- update container image diygod/rsshub to latest[@14c3c32](https://github.com/14c3c32) by renovate ([#18227](https://github.com/truecharts/charts/issues/18227)) - - -## [rsshub-11.2.6](https://github.com/truecharts/charts/compare/rsshub-11.2.5...rsshub-11.2.6) (2024-02-12) - -### Chore - - - -- update container image diygod/rsshub to latest[@6e38c9d](https://github.com/6e38c9d) by renovate ([#18038](https://github.com/truecharts/charts/issues/18038)) - - -## [rsshub-11.2.5](https://github.com/truecharts/charts/compare/rsshub-11.2.4...rsshub-11.2.5) (2024-02-05) - -### Chore - - - -- update container image diygod/rsshub to latest[@9e6f708](https://github.com/9e6f708) by renovate ([#17975](https://github.com/truecharts/charts/issues/17975)) - - -## [rsshub-11.2.4](https://github.com/truecharts/charts/compare/rsshub-11.2.3...rsshub-11.2.4) (2024-02-05) - -### Chore - - - -- update container image diygod/rsshub to latest[@cbfb644](https://github.com/cbfb644) by renovate ([#17971](https://github.com/truecharts/charts/issues/17971)) - - -## [rsshub-11.2.3](https://github.com/truecharts/charts/compare/rsshub-11.2.2...rsshub-11.2.3) (2024-02-05) - -### Chore - - - -- update container image diygod/rsshub to latest[@2023036](https://github.com/2023036) by renovate ([#17825](https://github.com/truecharts/charts/issues/17825)) - - -## [rsshub-11.2.2](https://github.com/truecharts/charts/compare/rsshub-11.2.1...rsshub-11.2.2) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [rsshub-11.2.1](https://github.com/truecharts/charts/compare/rsshub-11.2.0...rsshub-11.2.1) (2024-01-29) - -### Chore - diff --git a/stable/rsshub/12.2.1/Chart.yaml b/stable/rsshub/12.2.1/Chart.yaml deleted file mode 100644 index dd08958c9fc..00000000000 --- a/stable/rsshub/12.2.1/Chart.yaml +++ /dev/null @@ -1,46 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 11.2.1 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: RSSHub can generate RSS feeds from pretty much everything -home: https://truecharts.org/charts/stable/rsshub -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsshub.png -keywords: - - rsshub - - rss -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rsshub -sources: - - https://docs.rsshub.app/en/install/ - - https://github.com/DIYgod/RSSHub - - https://github.com/truecharts/charts/tree/master/charts/stable/rsshub - - https://hub.docker.com/r/diygod/rsshub - - https://hub.docker.com/r/browserless/chrome -type: application -version: 12.2.1 diff --git a/stable/rsshub/12.2.1/charts/common-18.1.2.tgz b/stable/rsshub/12.2.1/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/rsshub/12.2.1/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/rsshub/12.2.1/ix_values.yaml b/stable/rsshub/12.2.1/ix_values.yaml deleted file mode 100644 index c8205200d12..00000000000 --- a/stable/rsshub/12.2.1/ix_values.yaml +++ /dev/null @@ -1,62 +0,0 @@ -image: - repository: diygod/rsshub - pullPolicy: IfNotPresent - tag: latest@sha256:d5e9f6b01a154bcd154421eb3fb68668d3f7e0b2129c96a073205b0031fbb748 -browserlessImage: - repository: browserless/chrome - tag: 1.61.1-chrome-stable@sha256:efac47cfff3830d9a50b27d29f8bbb61949058ae336c823fbe9bd3c0d1debcc8 -service: - main: - ports: - main: - port: 10191 -# Enabled redis -redis: - enabled: true - redisUsername: default -additionalContainers: - browserless: - name: browserless - image: "{{ .Values.browserlessImage.repository }}:{{ .Values.browserlessImage.tag }}" - ports: - - containerPort: 3000 - name: main -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - env: - PORT: "{{ .Values.service.main.ports.main.port }}" - NODE_ENV: production - CACHE_TYPE: "redis" - PUPPETEER_WS_ENDPOINT: "ws://localhost:3000" - NODE_NAME: "{{ .Release.Name }}-{{ randAlphaNum 5 }}" - # User defined - # ALLOW_ORIGIN: "" - DISALLOW_ROBOT: false - TITLE_LENGTH_LIMIT: 150 - REDIS_URL: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' - key: url - HTTP_BASIC_AUTH_NAME: "" - HTTP_BASIC_AUTH_PASS: "" - BITBUCKET_USERNAME: "" - BITBUCKET_PASSWORD: "" - GITHUB_ACCESS_TOKEN: "" - GOOGLE_FONTS_API_KEY: "" - YOUTUBE_KEY: "" - TELEGRAM_TOKEN: "" - LASTFM_API_KEY: "" -updated: true diff --git a/stable/scrypted/4.1.3/.helmignore b/stable/rsshub/12.3.0/.helmignore similarity index 100% rename from stable/scrypted/4.1.3/.helmignore rename to stable/rsshub/12.3.0/.helmignore diff --git a/stable/rsshub/12.3.0/CHANGELOG.md b/stable/rsshub/12.3.0/CHANGELOG.md new file mode 100644 index 00000000000..155dc09d846 --- /dev/null +++ b/stable/rsshub/12.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rsshub-12.3.0](https://github.com/truecharts/charts/compare/rsshub-12.2.5...rsshub-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [rsshub-12.2.5](https://github.com/truecharts/charts/compare/rsshub-12.2.4...rsshub-12.2.5) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [rsshub-12.2.4](https://github.com/truecharts/charts/compare/rsshub-12.2.2...rsshub-12.2.4) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## [rsshub-11.2.7](https://github.com/truecharts/charts/compare/rsshub-11.2.6...rsshub-11.2.7) (2024-02-12) + +### Chore + + + +- update container image diygod/rsshub to latest[@14c3c32](https://github.com/14c3c32) by renovate ([#18227](https://github.com/truecharts/charts/issues/18227)) + + +## [rsshub-11.2.6](https://github.com/truecharts/charts/compare/rsshub-11.2.5...rsshub-11.2.6) (2024-02-12) + +### Chore + + + +- update container image diygod/rsshub to latest[@6e38c9d](https://github.com/6e38c9d) by renovate ([#18038](https://github.com/truecharts/charts/issues/18038)) + + +## [rsshub-11.2.5](https://github.com/truecharts/charts/compare/rsshub-11.2.4...rsshub-11.2.5) (2024-02-05) + +### Chore + + + +- update container image diygod/rsshub to latest[@9e6f708](https://github.com/9e6f708) by renovate ([#17975](https://github.com/truecharts/charts/issues/17975)) + + +## [rsshub-11.2.4](https://github.com/truecharts/charts/compare/rsshub-11.2.3...rsshub-11.2.4) (2024-02-05) diff --git a/stable/rsshub/12.3.0/Chart.yaml b/stable/rsshub/12.3.0/Chart.yaml new file mode 100644 index 00000000000..acbca2b081e --- /dev/null +++ b/stable/rsshub/12.3.0/Chart.yaml @@ -0,0 +1,46 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: RSSHub can generate RSS feeds from pretty much everything +home: https://truecharts.org/charts/stable/rsshub +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsshub.png +keywords: + - rsshub + - rss +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rsshub +sources: + - https://docs.rsshub.app/en/install/ + - https://github.com/DIYgod/RSSHub + - https://github.com/truecharts/charts/tree/master/charts/stable/rsshub + - https://hub.docker.com/r/diygod/rsshub + - https://hub.docker.com/r/browserless/chrome +type: application +version: 12.3.0 diff --git a/stable/rsshub/12.2.1/README.md b/stable/rsshub/12.3.0/README.md similarity index 100% rename from stable/rsshub/12.2.1/README.md rename to stable/rsshub/12.3.0/README.md diff --git a/stable/rsshub/12.3.0/app-changelog.md b/stable/rsshub/12.3.0/app-changelog.md new file mode 100644 index 00000000000..d815902ef63 --- /dev/null +++ b/stable/rsshub/12.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rsshub-12.3.0](https://github.com/truecharts/charts/compare/rsshub-12.2.5...rsshub-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/rsshub/12.2.1/app-readme.md b/stable/rsshub/12.3.0/app-readme.md similarity index 100% rename from stable/rsshub/12.2.1/app-readme.md rename to stable/rsshub/12.3.0/app-readme.md diff --git a/stable/rsshub/12.3.0/charts/common-18.2.0.tgz b/stable/rsshub/12.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/rsshub/12.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/rsshub/12.2.1/charts/redis-11.2.1.tgz b/stable/rsshub/12.3.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/rsshub/12.2.1/charts/redis-11.2.1.tgz rename to stable/rsshub/12.3.0/charts/redis-11.2.1.tgz diff --git a/stable/rsshub/12.3.0/ix_values.yaml b/stable/rsshub/12.3.0/ix_values.yaml new file mode 100644 index 00000000000..39eb5f208ad --- /dev/null +++ b/stable/rsshub/12.3.0/ix_values.yaml @@ -0,0 +1,62 @@ +image: + repository: diygod/rsshub + pullPolicy: IfNotPresent + tag: latest@sha256:4a704a37d30662e3d891fa5e1d9d3e5c770a6393eb35597fa9d01c32d385b34d +browserlessImage: + repository: browserless/chrome + tag: 1.61.1-chrome-stable@sha256:efac47cfff3830d9a50b27d29f8bbb61949058ae336c823fbe9bd3c0d1debcc8 +service: + main: + ports: + main: + port: 10191 +# Enabled redis +redis: + enabled: true + redisUsername: default +additionalContainers: + browserless: + name: browserless + image: "{{ .Values.browserlessImage.repository }}:{{ .Values.browserlessImage.tag }}" + ports: + - containerPort: 3000 + name: main +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + env: + PORT: "{{ .Values.service.main.ports.main.port }}" + NODE_ENV: production + CACHE_TYPE: "redis" + PUPPETEER_WS_ENDPOINT: "ws://localhost:3000" + NODE_NAME: "{{ .Release.Name }}-{{ randAlphaNum 5 }}" + # User defined + # ALLOW_ORIGIN: "" + DISALLOW_ROBOT: false + TITLE_LENGTH_LIMIT: 150 + REDIS_URL: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' + key: url + HTTP_BASIC_AUTH_NAME: "" + HTTP_BASIC_AUTH_PASS: "" + BITBUCKET_USERNAME: "" + BITBUCKET_PASSWORD: "" + GITHUB_ACCESS_TOKEN: "" + GOOGLE_FONTS_API_KEY: "" + YOUTUBE_KEY: "" + TELEGRAM_TOKEN: "" + LASTFM_API_KEY: "" +updated: true diff --git a/stable/rsshub/12.2.1/questions.yaml b/stable/rsshub/12.3.0/questions.yaml similarity index 100% rename from stable/rsshub/12.2.1/questions.yaml rename to stable/rsshub/12.3.0/questions.yaml diff --git a/stable/servas/4.3.0/templates/NOTES.txt b/stable/rsshub/12.3.0/templates/NOTES.txt similarity index 100% rename from stable/servas/4.3.0/templates/NOTES.txt rename to stable/rsshub/12.3.0/templates/NOTES.txt diff --git a/stable/seafile/5.3.0/templates/common.yaml b/stable/rsshub/12.3.0/templates/common.yaml similarity index 100% rename from stable/seafile/5.3.0/templates/common.yaml rename to stable/rsshub/12.3.0/templates/common.yaml diff --git a/stable/scrypted/4.1.3/values.yaml b/stable/rsshub/12.3.0/values.yaml similarity index 100% rename from stable/scrypted/4.1.3/values.yaml rename to stable/rsshub/12.3.0/values.yaml diff --git a/stable/rstudio/6.2.1/CHANGELOG.md b/stable/rstudio/6.2.1/CHANGELOG.md deleted file mode 100644 index 5f0c80c3b3b..00000000000 --- a/stable/rstudio/6.2.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [rstudio-5.1.14](https://github.com/truecharts/charts/compare/rstudio-5.1.13...rstudio-5.1.14) (2024-02-05) - -### Chore - - - -- update container image rocker/rstudio to 4.3.2[@249741d](https://github.com/249741d) by renovate ([#17895](https://github.com/truecharts/charts/issues/17895)) - - -## [rstudio-5.1.13](https://github.com/truecharts/charts/compare/rstudio-5.1.12...rstudio-5.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [rstudio-5.1.12](https://github.com/truecharts/charts/compare/rstudio-5.1.11...rstudio-5.1.12) (2024-01-29) - -### Chore - - - -- update container image rocker/rstudio to 4.3.2[@6b5d7bb](https://github.com/6b5d7bb) by renovate ([#17651](https://github.com/truecharts/charts/issues/17651)) - - -## [rstudio-5.1.11](https://github.com/truecharts/charts/compare/rstudio-5.1.10...rstudio-5.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [rstudio-5.1.10](https://github.com/truecharts/charts/compare/rstudio-5.1.9...rstudio-5.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [rstudio-5.1.9](https://github.com/truecharts/charts/compare/rstudio-5.1.8...rstudio-5.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [rstudio-5.1.8](https://github.com/truecharts/charts/compare/rstudio-5.1.7...rstudio-5.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [rstudio-5.1.7](https://github.com/truecharts/charts/compare/rstudio-5.1.6...rstudio-5.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [rstudio-5.1.6](https://github.com/truecharts/charts/compare/rstudio-5.1.5...rstudio-5.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs \ No newline at end of file diff --git a/stable/rstudio/6.2.1/Chart.yaml b/stable/rstudio/6.2.1/Chart.yaml deleted file mode 100644 index 8818e58becd..00000000000 --- a/stable/rstudio/6.2.1/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.3.2 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Integrated development environment for R, a programming language for statistical computing and graphics. -home: https://truecharts.org/charts/stable/rstudio -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rstudio.png -keywords: - - rstudio - - Productivity -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rstudio -sources: - - https://github.com/rocker-org/rocker-versioned2 - - https://github.com/truecharts/charts/tree/master/charts/stable/rstudio - - https://hub.docker.com/r/rocker/rstudio -type: application -version: 6.2.1 diff --git a/stable/rstudio/6.2.1/charts/common-18.1.2.tgz b/stable/rstudio/6.2.1/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/rstudio/6.2.1/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/rstudio/6.2.1/ix_values.yaml b/stable/rstudio/6.2.1/ix_values.yaml deleted file mode 100644 index 0a73f428d91..00000000000 --- a/stable/rstudio/6.2.1/ix_values.yaml +++ /dev/null @@ -1,38 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: rocker/rstudio - tag: 4.3.2@sha256:47a62bf1c19935ce96ca20f5752152e03022803b0c7d97159b316f510578891d -persistence: - config: - enabled: true - mountPath: /home/rstudio/.config/rstudio - workspace: - enabled: true - mountPath: /home/rstudio/workspace -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 8787 - protocol: http - targetPort: 8787 -workload: - main: - podSpec: - containers: - main: - env: - DISABLE_AUTH: "false" - GROUPID: "{{ .Values.securityContext.pod.fsGroup }}" - PASSWORD: rstudio - ROOT: "FALSE" - USER: rstudio - USERID: "{{ .Values.securityContext.container.runAsUser }}" diff --git a/stable/sdtd/7.1.3/.helmignore b/stable/rstudio/6.3.0/.helmignore similarity index 100% rename from stable/sdtd/7.1.3/.helmignore rename to stable/rstudio/6.3.0/.helmignore diff --git a/stable/rstudio/6.3.0/CHANGELOG.md b/stable/rstudio/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..c3dadca04d8 --- /dev/null +++ b/stable/rstudio/6.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rstudio-6.3.0](https://github.com/truecharts/charts/compare/rstudio-6.2.5...rstudio-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [rstudio-6.2.5](https://github.com/truecharts/charts/compare/rstudio-6.2.4...rstudio-6.2.5) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [rstudio-6.2.4](https://github.com/truecharts/charts/compare/rstudio-6.2.2...rstudio-6.2.4) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + +## [rstudio-5.1.14](https://github.com/truecharts/charts/compare/rstudio-5.1.13...rstudio-5.1.14) (2024-02-05) + +### Chore + + + +- update container image rocker/rstudio to 4.3.2[@249741d](https://github.com/249741d) by renovate ([#17895](https://github.com/truecharts/charts/issues/17895)) + + +## [rstudio-5.1.13](https://github.com/truecharts/charts/compare/rstudio-5.1.12...rstudio-5.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [rstudio-5.1.12](https://github.com/truecharts/charts/compare/rstudio-5.1.11...rstudio-5.1.12) (2024-01-29) + +### Chore + + + +- update container image rocker/rstudio to 4.3.2[@6b5d7bb](https://github.com/6b5d7bb) by renovate ([#17651](https://github.com/truecharts/charts/issues/17651)) + + +## [rstudio-5.1.11](https://github.com/truecharts/charts/compare/rstudio-5.1.10...rstudio-5.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [rstudio-5.1.10](https://github.com/truecharts/charts/compare/rstudio-5.1.9...rstudio-5.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [rstudio-5.1.9](https://github.com/truecharts/charts/compare/rstudio-5.1.8...rstudio-5.1.9) (2024-01-21) + +### Chore + + diff --git a/stable/rstudio/6.3.0/Chart.yaml b/stable/rstudio/6.3.0/Chart.yaml new file mode 100644 index 00000000000..1a74d20d769 --- /dev/null +++ b/stable/rstudio/6.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.3.3 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Integrated development environment for R, a programming language for statistical computing and graphics. +home: https://truecharts.org/charts/stable/rstudio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rstudio.png +keywords: + - rstudio + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rstudio +sources: + - https://github.com/rocker-org/rocker-versioned2 + - https://github.com/truecharts/charts/tree/master/charts/stable/rstudio + - https://hub.docker.com/r/rocker/rstudio +type: application +version: 6.3.0 diff --git a/stable/rstudio/6.2.1/README.md b/stable/rstudio/6.3.0/README.md similarity index 100% rename from stable/rstudio/6.2.1/README.md rename to stable/rstudio/6.3.0/README.md diff --git a/stable/rstudio/6.3.0/app-changelog.md b/stable/rstudio/6.3.0/app-changelog.md new file mode 100644 index 00000000000..d1a074661e9 --- /dev/null +++ b/stable/rstudio/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rstudio-6.3.0](https://github.com/truecharts/charts/compare/rstudio-6.2.5...rstudio-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/rstudio/6.2.1/app-readme.md b/stable/rstudio/6.3.0/app-readme.md similarity index 100% rename from stable/rstudio/6.2.1/app-readme.md rename to stable/rstudio/6.3.0/app-readme.md diff --git a/stable/rstudio/6.3.0/charts/common-18.2.0.tgz b/stable/rstudio/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/rstudio/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/rstudio/6.3.0/ix_values.yaml b/stable/rstudio/6.3.0/ix_values.yaml new file mode 100644 index 00000000000..5912cfc2719 --- /dev/null +++ b/stable/rstudio/6.3.0/ix_values.yaml @@ -0,0 +1,38 @@ +image: + pullPolicy: IfNotPresent + repository: rocker/rstudio + tag: 4.3.3@sha256:9f4e48ff0808a80040cf3897be44a1b9618c4f0d4186eb74b7bb6fbec5e4b590 +persistence: + config: + enabled: true + mountPath: /home/rstudio/.config/rstudio + workspace: + enabled: true + mountPath: /home/rstudio/workspace +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 8787 + protocol: http + targetPort: 8787 +workload: + main: + podSpec: + containers: + main: + env: + DISABLE_AUTH: "false" + GROUPID: "{{ .Values.securityContext.pod.fsGroup }}" + PASSWORD: rstudio + ROOT: "FALSE" + USER: rstudio + USERID: "{{ .Values.securityContext.container.runAsUser }}" diff --git a/stable/rstudio/6.2.1/questions.yaml b/stable/rstudio/6.3.0/questions.yaml similarity index 100% rename from stable/rstudio/6.2.1/questions.yaml rename to stable/rstudio/6.3.0/questions.yaml diff --git a/stable/rstudio/6.2.1/templates/common.yaml b/stable/rstudio/6.3.0/templates/common.yaml similarity index 100% rename from stable/rstudio/6.2.1/templates/common.yaml rename to stable/rstudio/6.3.0/templates/common.yaml diff --git a/stable/sdtd/7.1.3/values.yaml b/stable/rstudio/6.3.0/values.yaml similarity index 100% rename from stable/sdtd/7.1.3/values.yaml rename to stable/rstudio/6.3.0/values.yaml diff --git a/stable/rtorrent-rutorrent/4.1.3/CHANGELOG.md b/stable/rtorrent-rutorrent/4.1.3/CHANGELOG.md deleted file mode 100644 index ed354efa650..00000000000 --- a/stable/rtorrent-rutorrent/4.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - -## [rtorrent-rutorrent-3.1.11](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-3.1.10...rtorrent-rutorrent-3.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [rtorrent-rutorrent-3.1.10](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-3.1.9...rtorrent-rutorrent-3.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [rtorrent-rutorrent-3.1.9](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-3.1.8...rtorrent-rutorrent-3.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [rtorrent-rutorrent-3.1.8](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-3.1.7...rtorrent-rutorrent-3.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [rtorrent-rutorrent-3.1.7](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-3.1.6...rtorrent-rutorrent-3.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [rtorrent-rutorrent-3.1.6](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-3.1.5...rtorrent-rutorrent-3.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [rtorrent-rutorrent-3.1.5](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-3.1.4...rtorrent-rutorrent-3.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [rtorrent-rutorrent-3.1.4](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-3.1.3...rtorrent-rutorrent-3.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/rtorrent-rutorrent/4.1.3/Chart.yaml b/stable/rtorrent-rutorrent/4.1.3/Chart.yaml deleted file mode 100644 index e3d0c587b8a..00000000000 --- a/stable/rtorrent-rutorrent/4.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: torrent - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.2.9 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: rTorrent and ruTorrent chart. -home: https://truecharts.org/charts/stable/rtorrent-rutorrent -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rtorrent-rutorrent.png -keywords: - - rutorrent - - torrent -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rtorrent-rutorrent -sources: - - https://github.com/crazy-max/docker-rtorrent-rutorrent - - https://truecharts.org/charts/stable/rtorrent-rutorrent - - https://github.com/truecharts/charts/tree/master/charts/stable/rtorrent-rutorrent - - https://ghcr.io/crazy-max/rtorrent-rutorrent - - https://ghcr.io/thde/rtorrent_exporter -type: application -version: 4.1.3 diff --git a/stable/rtorrent-rutorrent/4.1.3/charts/common-18.0.3.tgz b/stable/rtorrent-rutorrent/4.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/rtorrent-rutorrent/4.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/seafile/5.3.0/.helmignore b/stable/rtorrent-rutorrent/4.3.0/.helmignore similarity index 100% rename from stable/seafile/5.3.0/.helmignore rename to stable/rtorrent-rutorrent/4.3.0/.helmignore diff --git a/stable/rtorrent-rutorrent/4.3.0/CHANGELOG.md b/stable/rtorrent-rutorrent/4.3.0/CHANGELOG.md new file mode 100644 index 00000000000..c6e5685b7e1 --- /dev/null +++ b/stable/rtorrent-rutorrent/4.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rtorrent-rutorrent-4.3.0](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.2.3...rtorrent-rutorrent-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [rtorrent-rutorrent-4.2.3](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.2.2...rtorrent-rutorrent-4.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [rtorrent-rutorrent-4.2.2](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.2.0...rtorrent-rutorrent-4.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + +## [rtorrent-rutorrent-3.1.11](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-3.1.10...rtorrent-rutorrent-3.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [rtorrent-rutorrent-3.1.10](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-3.1.9...rtorrent-rutorrent-3.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [rtorrent-rutorrent-3.1.9](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-3.1.8...rtorrent-rutorrent-3.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [rtorrent-rutorrent-3.1.8](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-3.1.7...rtorrent-rutorrent-3.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [rtorrent-rutorrent-3.1.7](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-3.1.6...rtorrent-rutorrent-3.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/rtorrent-rutorrent/4.3.0/Chart.yaml b/stable/rtorrent-rutorrent/4.3.0/Chart.yaml new file mode 100644 index 00000000000..b6d5dfcdddb --- /dev/null +++ b/stable/rtorrent-rutorrent/4.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: torrent + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.2.9 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: rTorrent and ruTorrent chart. +home: https://truecharts.org/charts/stable/rtorrent-rutorrent +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rtorrent-rutorrent.png +keywords: + - rutorrent + - torrent +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rtorrent-rutorrent +sources: + - https://github.com/crazy-max/docker-rtorrent-rutorrent + - https://truecharts.org/charts/stable/rtorrent-rutorrent + - https://github.com/truecharts/charts/tree/master/charts/stable/rtorrent-rutorrent + - https://ghcr.io/crazy-max/rtorrent-rutorrent + - https://ghcr.io/thde/rtorrent_exporter +type: application +version: 4.3.0 diff --git a/stable/rtorrent-rutorrent/4.1.3/README.md b/stable/rtorrent-rutorrent/4.3.0/README.md similarity index 100% rename from stable/rtorrent-rutorrent/4.1.3/README.md rename to stable/rtorrent-rutorrent/4.3.0/README.md diff --git a/stable/rtorrent-rutorrent/4.3.0/app-changelog.md b/stable/rtorrent-rutorrent/4.3.0/app-changelog.md new file mode 100644 index 00000000000..aef153ffaf0 --- /dev/null +++ b/stable/rtorrent-rutorrent/4.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rtorrent-rutorrent-4.3.0](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.2.3...rtorrent-rutorrent-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/rtorrent-rutorrent/4.1.3/app-readme.md b/stable/rtorrent-rutorrent/4.3.0/app-readme.md similarity index 100% rename from stable/rtorrent-rutorrent/4.1.3/app-readme.md rename to stable/rtorrent-rutorrent/4.3.0/app-readme.md diff --git a/stable/rtorrent-rutorrent/4.3.0/charts/common-18.2.0.tgz b/stable/rtorrent-rutorrent/4.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/rtorrent-rutorrent/4.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/rtorrent-rutorrent/4.1.3/ix_values.yaml b/stable/rtorrent-rutorrent/4.3.0/ix_values.yaml similarity index 100% rename from stable/rtorrent-rutorrent/4.1.3/ix_values.yaml rename to stable/rtorrent-rutorrent/4.3.0/ix_values.yaml diff --git a/stable/rtorrent-rutorrent/4.1.3/questions.yaml b/stable/rtorrent-rutorrent/4.3.0/questions.yaml similarity index 100% rename from stable/rtorrent-rutorrent/4.1.3/questions.yaml rename to stable/rtorrent-rutorrent/4.3.0/questions.yaml diff --git a/stable/sftpgo/6.1.3/templates/NOTES.txt b/stable/rtorrent-rutorrent/4.3.0/templates/NOTES.txt similarity index 100% rename from stable/sftpgo/6.1.3/templates/NOTES.txt rename to stable/rtorrent-rutorrent/4.3.0/templates/NOTES.txt diff --git a/stable/rtorrent-rutorrent/4.3.0/templates/common.yaml b/stable/rtorrent-rutorrent/4.3.0/templates/common.yaml new file mode 100644 index 00000000000..3c93f578611 --- /dev/null +++ b/stable/rtorrent-rutorrent/4.3.0/templates/common.yaml @@ -0,0 +1,11 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.v1.common.loader.init" . -}} + +{{/* Disable [exportarr] if requested */}} +{{- if not .Values.metrics.main.enabled -}} + {{- $_ := set .Values.workload.exportarr "enabled" false -}} + {{- $_ := set .Values.service.metrics "enabled" false -}} +{{- end -}} + +{{/* Render the templates */}} +{{- include "tc.v1.common.loader.apply" . -}} diff --git a/stable/seafile/5.3.0/values.yaml b/stable/rtorrent-rutorrent/4.3.0/values.yaml similarity index 100% rename from stable/seafile/5.3.0/values.yaml rename to stable/rtorrent-rutorrent/4.3.0/values.yaml diff --git a/stable/rust/5.1.3/CHANGELOG.md b/stable/rust/5.1.3/CHANGELOG.md deleted file mode 100644 index 5c7d5646c20..00000000000 --- a/stable/rust/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [rust-4.1.11](https://github.com/truecharts/charts/compare/rust-4.1.10...rust-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [rust-4.1.10](https://github.com/truecharts/charts/compare/rust-4.1.9...rust-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [rust-4.1.9](https://github.com/truecharts/charts/compare/rust-4.1.8...rust-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [rust-4.1.8](https://github.com/truecharts/charts/compare/rust-4.1.7...rust-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [rust-4.1.7](https://github.com/truecharts/charts/compare/rust-4.1.6...rust-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [rust-4.1.6](https://github.com/truecharts/charts/compare/rust-4.1.5...rust-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [rust-4.1.5](https://github.com/truecharts/charts/compare/rust-4.1.4...rust-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [rust-4.1.4](https://github.com/truecharts/charts/compare/rust-4.1.3...rust-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [rust-4.1.3](https://github.com/truecharts/charts/compare/rust-4.1.0...rust-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/rust/5.1.3/Chart.yaml b/stable/rust/5.1.3/Chart.yaml deleted file mode 100644 index 26d2eaa6866..00000000000 --- a/stable/rust/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: rust -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install RUST and run it. -home: https://truecharts.org/charts/stable/rust -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rust.png -keywords: - - rust - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rust -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/rust - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/rust/5.1.3/charts/common-18.0.3.tgz b/stable/rust/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/rust/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/searxng/7.2.0/.helmignore b/stable/rust/5.3.0/.helmignore similarity index 100% rename from stable/searxng/7.2.0/.helmignore rename to stable/rust/5.3.0/.helmignore diff --git a/stable/rust/5.3.0/CHANGELOG.md b/stable/rust/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..6b2531eb477 --- /dev/null +++ b/stable/rust/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rust-5.3.0](https://github.com/truecharts/charts/compare/rust-5.2.3...rust-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [rust-5.2.3](https://github.com/truecharts/charts/compare/rust-5.2.2...rust-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [rust-5.2.2](https://github.com/truecharts/charts/compare/rust-5.2.0...rust-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [rust-4.1.11](https://github.com/truecharts/charts/compare/rust-4.1.10...rust-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [rust-4.1.10](https://github.com/truecharts/charts/compare/rust-4.1.9...rust-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [rust-4.1.9](https://github.com/truecharts/charts/compare/rust-4.1.8...rust-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [rust-4.1.8](https://github.com/truecharts/charts/compare/rust-4.1.7...rust-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [rust-4.1.7](https://github.com/truecharts/charts/compare/rust-4.1.6...rust-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [rust-4.1.6](https://github.com/truecharts/charts/compare/rust-4.1.5...rust-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/rust/5.3.0/Chart.yaml b/stable/rust/5.3.0/Chart.yaml new file mode 100644 index 00000000000..05e6a2e0fa9 --- /dev/null +++ b/stable/rust/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: rust +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install RUST and run it. +home: https://truecharts.org/charts/stable/rust +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rust.png +keywords: + - rust + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rust +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/rust + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/rust/5.1.3/README.md b/stable/rust/5.3.0/README.md similarity index 100% rename from stable/rust/5.1.3/README.md rename to stable/rust/5.3.0/README.md diff --git a/stable/rust/5.3.0/app-changelog.md b/stable/rust/5.3.0/app-changelog.md new file mode 100644 index 00000000000..3b80dff8181 --- /dev/null +++ b/stable/rust/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rust-5.3.0](https://github.com/truecharts/charts/compare/rust-5.2.3...rust-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/rust/5.1.3/app-readme.md b/stable/rust/5.3.0/app-readme.md similarity index 100% rename from stable/rust/5.1.3/app-readme.md rename to stable/rust/5.3.0/app-readme.md diff --git a/stable/rust/5.3.0/charts/common-18.2.0.tgz b/stable/rust/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/rust/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/rust/5.1.3/ix_values.yaml b/stable/rust/5.3.0/ix_values.yaml similarity index 100% rename from stable/rust/5.1.3/ix_values.yaml rename to stable/rust/5.3.0/ix_values.yaml diff --git a/stable/rust/5.1.3/questions.yaml b/stable/rust/5.3.0/questions.yaml similarity index 100% rename from stable/rust/5.1.3/questions.yaml rename to stable/rust/5.3.0/questions.yaml diff --git a/stable/rust/5.1.3/templates/common.yaml b/stable/rust/5.3.0/templates/common.yaml similarity index 100% rename from stable/rust/5.1.3/templates/common.yaml rename to stable/rust/5.3.0/templates/common.yaml diff --git a/stable/searxng/7.2.0/values.yaml b/stable/rust/5.3.0/values.yaml similarity index 100% rename from stable/searxng/7.2.0/values.yaml rename to stable/rust/5.3.0/values.yaml diff --git a/stable/rustpad/5.1.3/CHANGELOG.md b/stable/rustpad/5.1.3/CHANGELOG.md deleted file mode 100644 index 8053eecf17c..00000000000 --- a/stable/rustpad/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [rustpad-4.1.11](https://github.com/truecharts/charts/compare/rustpad-4.1.10...rustpad-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [rustpad-4.1.10](https://github.com/truecharts/charts/compare/rustpad-4.1.9...rustpad-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [rustpad-4.1.9](https://github.com/truecharts/charts/compare/rustpad-4.1.8...rustpad-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [rustpad-4.1.8](https://github.com/truecharts/charts/compare/rustpad-4.1.7...rustpad-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [rustpad-4.1.7](https://github.com/truecharts/charts/compare/rustpad-4.1.6...rustpad-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [rustpad-4.1.6](https://github.com/truecharts/charts/compare/rustpad-4.1.5...rustpad-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [rustpad-4.1.5](https://github.com/truecharts/charts/compare/rustpad-4.1.4...rustpad-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [rustpad-4.1.4](https://github.com/truecharts/charts/compare/rustpad-4.1.3...rustpad-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [rustpad-4.1.3](https://github.com/truecharts/charts/compare/rustpad-4.1.0...rustpad-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/rustpad/5.1.3/Chart.yaml b/stable/rustpad/5.1.3/Chart.yaml deleted file mode 100644 index 1160bab21e8..00000000000 --- a/stable/rustpad/5.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Rustpad is an efficient and minimal open-source collaborative text editor based on the operational transformation algorithm. It lets users collaborate in real time while writing code in their browser. Rustpad is completely self-hosted and fits in a tiny Chart, no database required. -home: https://truecharts.org/charts/stable/rustpad -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rustpad.png -keywords: - - rustpad - - Cloud - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rustpad -sources: - - https://github.com/ekzhang/rustpad - - https://github.com/truecharts/charts/tree/master/charts/stable/rustpad - - https://hub.docker.com/r/ekzhang/rustpad -type: application -version: 5.1.3 diff --git a/stable/rustpad/5.1.3/charts/common-18.0.3.tgz b/stable/rustpad/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/rustpad/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/seedsync/7.1.3/.helmignore b/stable/rustpad/5.3.0/.helmignore similarity index 100% rename from stable/seedsync/7.1.3/.helmignore rename to stable/rustpad/5.3.0/.helmignore diff --git a/stable/rustpad/5.3.0/CHANGELOG.md b/stable/rustpad/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..f9f7187b109 --- /dev/null +++ b/stable/rustpad/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rustpad-5.3.0](https://github.com/truecharts/charts/compare/rustpad-5.2.3...rustpad-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [rustpad-5.2.3](https://github.com/truecharts/charts/compare/rustpad-5.2.2...rustpad-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [rustpad-5.2.2](https://github.com/truecharts/charts/compare/rustpad-5.2.0...rustpad-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [rustpad-4.1.11](https://github.com/truecharts/charts/compare/rustpad-4.1.10...rustpad-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [rustpad-4.1.10](https://github.com/truecharts/charts/compare/rustpad-4.1.9...rustpad-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [rustpad-4.1.9](https://github.com/truecharts/charts/compare/rustpad-4.1.8...rustpad-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [rustpad-4.1.8](https://github.com/truecharts/charts/compare/rustpad-4.1.7...rustpad-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [rustpad-4.1.7](https://github.com/truecharts/charts/compare/rustpad-4.1.6...rustpad-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [rustpad-4.1.6](https://github.com/truecharts/charts/compare/rustpad-4.1.5...rustpad-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/rustpad/5.3.0/Chart.yaml b/stable/rustpad/5.3.0/Chart.yaml new file mode 100644 index 00000000000..db31f8a1e10 --- /dev/null +++ b/stable/rustpad/5.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Rustpad is an efficient and minimal open-source collaborative text editor based on the operational transformation algorithm. It lets users collaborate in real time while writing code in their browser. Rustpad is completely self-hosted and fits in a tiny Chart, no database required. +home: https://truecharts.org/charts/stable/rustpad +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rustpad.png +keywords: + - rustpad + - Cloud + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rustpad +sources: + - https://github.com/ekzhang/rustpad + - https://github.com/truecharts/charts/tree/master/charts/stable/rustpad + - https://hub.docker.com/r/ekzhang/rustpad +type: application +version: 5.3.0 diff --git a/stable/rustpad/5.1.3/README.md b/stable/rustpad/5.3.0/README.md similarity index 100% rename from stable/rustpad/5.1.3/README.md rename to stable/rustpad/5.3.0/README.md diff --git a/stable/rustpad/5.3.0/app-changelog.md b/stable/rustpad/5.3.0/app-changelog.md new file mode 100644 index 00000000000..2ee0a4913ba --- /dev/null +++ b/stable/rustpad/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rustpad-5.3.0](https://github.com/truecharts/charts/compare/rustpad-5.2.3...rustpad-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/rustpad/5.1.3/app-readme.md b/stable/rustpad/5.3.0/app-readme.md similarity index 100% rename from stable/rustpad/5.1.3/app-readme.md rename to stable/rustpad/5.3.0/app-readme.md diff --git a/stable/rustpad/5.3.0/charts/common-18.2.0.tgz b/stable/rustpad/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/rustpad/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/rustpad/5.1.3/ix_values.yaml b/stable/rustpad/5.3.0/ix_values.yaml similarity index 100% rename from stable/rustpad/5.1.3/ix_values.yaml rename to stable/rustpad/5.3.0/ix_values.yaml diff --git a/stable/rustpad/5.1.3/questions.yaml b/stable/rustpad/5.3.0/questions.yaml similarity index 100% rename from stable/rustpad/5.1.3/questions.yaml rename to stable/rustpad/5.3.0/questions.yaml diff --git a/stable/rustpad/5.1.3/templates/common.yaml b/stable/rustpad/5.3.0/templates/common.yaml similarity index 100% rename from stable/rustpad/5.1.3/templates/common.yaml rename to stable/rustpad/5.3.0/templates/common.yaml diff --git a/stable/seedsync/7.1.3/values.yaml b/stable/rustpad/5.3.0/values.yaml similarity index 100% rename from stable/seedsync/7.1.3/values.yaml rename to stable/rustpad/5.3.0/values.yaml diff --git a/stable/s3backup/5.1.3/CHANGELOG.md b/stable/s3backup/5.1.3/CHANGELOG.md deleted file mode 100644 index 0061d636cf6..00000000000 --- a/stable/s3backup/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [s3backup-4.1.11](https://github.com/truecharts/charts/compare/s3backup-4.1.10...s3backup-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [s3backup-4.1.10](https://github.com/truecharts/charts/compare/s3backup-4.1.9...s3backup-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [s3backup-4.1.9](https://github.com/truecharts/charts/compare/s3backup-4.1.8...s3backup-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [s3backup-4.1.8](https://github.com/truecharts/charts/compare/s3backup-4.1.7...s3backup-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [s3backup-4.1.7](https://github.com/truecharts/charts/compare/s3backup-4.1.6...s3backup-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [s3backup-4.1.6](https://github.com/truecharts/charts/compare/s3backup-4.1.5...s3backup-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [s3backup-4.1.5](https://github.com/truecharts/charts/compare/s3backup-4.1.4...s3backup-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [s3backup-4.1.4](https://github.com/truecharts/charts/compare/s3backup-4.1.3...s3backup-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [s3backup-4.1.3](https://github.com/truecharts/charts/compare/s3backup-4.1.0...s3backup-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/s3backup/5.1.3/Chart.yaml b/stable/s3backup/5.1.3/Chart.yaml deleted file mode 100644 index 480d3682a5b..00000000000 --- a/stable/s3backup/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Backup - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A simple way to backup important files to Amazon S3 and Glacier. -home: https://truecharts.org/charts/stable/s3backup -icon: https://truecharts.org/img/hotlink-ok/chart-icons/s3backup.png -keywords: - - s3backup - - Backup - - Cloud -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: s3backup -sources: - - https://registry.hub.docker.com/r/joch/s3backup/ - - https://github.com/truecharts/charts/tree/master/charts/stable/s3backup - - https://hub.docker.com/r/joch/s3backup -type: application -version: 5.1.3 diff --git a/stable/s3backup/5.1.3/charts/common-18.0.3.tgz b/stable/s3backup/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/s3backup/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/send/5.1.3/.helmignore b/stable/s3backup/5.3.0/.helmignore similarity index 100% rename from stable/send/5.1.3/.helmignore rename to stable/s3backup/5.3.0/.helmignore diff --git a/stable/s3backup/5.3.0/CHANGELOG.md b/stable/s3backup/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..ee73fdb5881 --- /dev/null +++ b/stable/s3backup/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [s3backup-5.3.0](https://github.com/truecharts/charts/compare/s3backup-5.2.3...s3backup-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [s3backup-5.2.3](https://github.com/truecharts/charts/compare/s3backup-5.2.2...s3backup-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [s3backup-5.2.2](https://github.com/truecharts/charts/compare/s3backup-5.2.0...s3backup-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [s3backup-4.1.11](https://github.com/truecharts/charts/compare/s3backup-4.1.10...s3backup-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [s3backup-4.1.10](https://github.com/truecharts/charts/compare/s3backup-4.1.9...s3backup-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [s3backup-4.1.9](https://github.com/truecharts/charts/compare/s3backup-4.1.8...s3backup-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [s3backup-4.1.8](https://github.com/truecharts/charts/compare/s3backup-4.1.7...s3backup-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [s3backup-4.1.7](https://github.com/truecharts/charts/compare/s3backup-4.1.6...s3backup-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [s3backup-4.1.6](https://github.com/truecharts/charts/compare/s3backup-4.1.5...s3backup-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/s3backup/5.3.0/Chart.yaml b/stable/s3backup/5.3.0/Chart.yaml new file mode 100644 index 00000000000..1b1b39d2835 --- /dev/null +++ b/stable/s3backup/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A simple way to backup important files to Amazon S3 and Glacier. +home: https://truecharts.org/charts/stable/s3backup +icon: https://truecharts.org/img/hotlink-ok/chart-icons/s3backup.png +keywords: + - s3backup + - Backup + - Cloud +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: s3backup +sources: + - https://registry.hub.docker.com/r/joch/s3backup/ + - https://github.com/truecharts/charts/tree/master/charts/stable/s3backup + - https://hub.docker.com/r/joch/s3backup +type: application +version: 5.3.0 diff --git a/stable/s3backup/5.1.3/README.md b/stable/s3backup/5.3.0/README.md similarity index 100% rename from stable/s3backup/5.1.3/README.md rename to stable/s3backup/5.3.0/README.md diff --git a/stable/s3backup/5.3.0/app-changelog.md b/stable/s3backup/5.3.0/app-changelog.md new file mode 100644 index 00000000000..77dc97635ca --- /dev/null +++ b/stable/s3backup/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [s3backup-5.3.0](https://github.com/truecharts/charts/compare/s3backup-5.2.3...s3backup-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/s3backup/5.1.3/app-readme.md b/stable/s3backup/5.3.0/app-readme.md similarity index 100% rename from stable/s3backup/5.1.3/app-readme.md rename to stable/s3backup/5.3.0/app-readme.md diff --git a/stable/s3backup/5.3.0/charts/common-18.2.0.tgz b/stable/s3backup/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/s3backup/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/s3backup/5.1.3/ix_values.yaml b/stable/s3backup/5.3.0/ix_values.yaml similarity index 100% rename from stable/s3backup/5.1.3/ix_values.yaml rename to stable/s3backup/5.3.0/ix_values.yaml diff --git a/stable/s3backup/5.1.3/questions.yaml b/stable/s3backup/5.3.0/questions.yaml similarity index 100% rename from stable/s3backup/5.1.3/questions.yaml rename to stable/s3backup/5.3.0/questions.yaml diff --git a/stable/s3backup/5.1.3/templates/common.yaml b/stable/s3backup/5.3.0/templates/common.yaml similarity index 100% rename from stable/s3backup/5.1.3/templates/common.yaml rename to stable/s3backup/5.3.0/templates/common.yaml diff --git a/stable/send/5.1.3/values.yaml b/stable/s3backup/5.3.0/values.yaml similarity index 100% rename from stable/send/5.1.3/values.yaml rename to stable/s3backup/5.3.0/values.yaml diff --git a/stable/s3sync/5.1.3/CHANGELOG.md b/stable/s3sync/5.1.3/CHANGELOG.md deleted file mode 100644 index 1599e15a52f..00000000000 --- a/stable/s3sync/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [s3sync-4.1.11](https://github.com/truecharts/charts/compare/s3sync-4.1.10...s3sync-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [s3sync-4.1.10](https://github.com/truecharts/charts/compare/s3sync-4.1.9...s3sync-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [s3sync-4.1.9](https://github.com/truecharts/charts/compare/s3sync-4.1.8...s3sync-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [s3sync-4.1.8](https://github.com/truecharts/charts/compare/s3sync-4.1.7...s3sync-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [s3sync-4.1.7](https://github.com/truecharts/charts/compare/s3sync-4.1.6...s3sync-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [s3sync-4.1.6](https://github.com/truecharts/charts/compare/s3sync-4.1.5...s3sync-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [s3sync-4.1.5](https://github.com/truecharts/charts/compare/s3sync-4.1.4...s3sync-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [s3sync-4.1.4](https://github.com/truecharts/charts/compare/s3sync-4.1.3...s3sync-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [s3sync-4.1.3](https://github.com/truecharts/charts/compare/s3sync-4.1.0...s3sync-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/s3sync/5.1.3/Chart.yaml b/stable/s3sync/5.1.3/Chart.yaml deleted file mode 100644 index 593435259eb..00000000000 --- a/stable/s3sync/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Backup - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This application backs up every folder mounted at `/data/` to a given AWS S3 path using the `aws s3 sync` command. It requires a pair of (IAM) Access and Secret Keys. -home: https://truecharts.org/charts/stable/s3sync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/s3sync.png -keywords: - - s3sync - - Backup - - Cloud -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: s3sync -sources: - - https://github.com/what-name/docker-s3sync - - https://github.com/truecharts/charts/tree/master/charts/stable/s3sync - - https://hub.docker.com/r/whatname/docker-s3sync -type: application -version: 5.1.3 diff --git a/stable/s3sync/5.1.3/charts/common-18.0.3.tgz b/stable/s3sync/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/s3sync/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/ser2sock/13.1.3/.helmignore b/stable/s3sync/5.3.0/.helmignore similarity index 100% rename from stable/ser2sock/13.1.3/.helmignore rename to stable/s3sync/5.3.0/.helmignore diff --git a/stable/s3sync/5.3.0/CHANGELOG.md b/stable/s3sync/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..0afc2ca81f7 --- /dev/null +++ b/stable/s3sync/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [s3sync-5.3.0](https://github.com/truecharts/charts/compare/s3sync-5.2.3...s3sync-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [s3sync-5.2.3](https://github.com/truecharts/charts/compare/s3sync-5.2.2...s3sync-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [s3sync-5.2.2](https://github.com/truecharts/charts/compare/s3sync-5.2.0...s3sync-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [s3sync-4.1.11](https://github.com/truecharts/charts/compare/s3sync-4.1.10...s3sync-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [s3sync-4.1.10](https://github.com/truecharts/charts/compare/s3sync-4.1.9...s3sync-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [s3sync-4.1.9](https://github.com/truecharts/charts/compare/s3sync-4.1.8...s3sync-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [s3sync-4.1.8](https://github.com/truecharts/charts/compare/s3sync-4.1.7...s3sync-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [s3sync-4.1.7](https://github.com/truecharts/charts/compare/s3sync-4.1.6...s3sync-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [s3sync-4.1.6](https://github.com/truecharts/charts/compare/s3sync-4.1.5...s3sync-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/s3sync/5.3.0/Chart.yaml b/stable/s3sync/5.3.0/Chart.yaml new file mode 100644 index 00000000000..b6b32e68ad4 --- /dev/null +++ b/stable/s3sync/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This application backs up every folder mounted at `/data/` to a given AWS S3 path using the `aws s3 sync` command. It requires a pair of (IAM) Access and Secret Keys. +home: https://truecharts.org/charts/stable/s3sync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/s3sync.png +keywords: + - s3sync + - Backup + - Cloud +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: s3sync +sources: + - https://github.com/what-name/docker-s3sync + - https://github.com/truecharts/charts/tree/master/charts/stable/s3sync + - https://hub.docker.com/r/whatname/docker-s3sync +type: application +version: 5.3.0 diff --git a/stable/s3sync/5.1.3/README.md b/stable/s3sync/5.3.0/README.md similarity index 100% rename from stable/s3sync/5.1.3/README.md rename to stable/s3sync/5.3.0/README.md diff --git a/stable/s3sync/5.3.0/app-changelog.md b/stable/s3sync/5.3.0/app-changelog.md new file mode 100644 index 00000000000..00ed71d40b0 --- /dev/null +++ b/stable/s3sync/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [s3sync-5.3.0](https://github.com/truecharts/charts/compare/s3sync-5.2.3...s3sync-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/s3sync/5.1.3/app-readme.md b/stable/s3sync/5.3.0/app-readme.md similarity index 100% rename from stable/s3sync/5.1.3/app-readme.md rename to stable/s3sync/5.3.0/app-readme.md diff --git a/stable/s3sync/5.3.0/charts/common-18.2.0.tgz b/stable/s3sync/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/s3sync/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/s3sync/5.1.3/ix_values.yaml b/stable/s3sync/5.3.0/ix_values.yaml similarity index 100% rename from stable/s3sync/5.1.3/ix_values.yaml rename to stable/s3sync/5.3.0/ix_values.yaml diff --git a/stable/s3sync/5.1.3/questions.yaml b/stable/s3sync/5.3.0/questions.yaml similarity index 100% rename from stable/s3sync/5.1.3/questions.yaml rename to stable/s3sync/5.3.0/questions.yaml diff --git a/stable/s3sync/5.1.3/templates/common.yaml b/stable/s3sync/5.3.0/templates/common.yaml similarity index 100% rename from stable/s3sync/5.1.3/templates/common.yaml rename to stable/s3sync/5.3.0/templates/common.yaml diff --git a/stable/ser2sock/13.1.3/values.yaml b/stable/s3sync/5.3.0/values.yaml similarity index 100% rename from stable/ser2sock/13.1.3/values.yaml rename to stable/s3sync/5.3.0/values.yaml diff --git a/stable/serpbear/3.1.4/.helmignore b/stable/sabnzbd/19.1.0/.helmignore similarity index 100% rename from stable/serpbear/3.1.4/.helmignore rename to stable/sabnzbd/19.1.0/.helmignore diff --git a/stable/sabnzbd/19.1.0/CHANGELOG.md b/stable/sabnzbd/19.1.0/CHANGELOG.md new file mode 100644 index 00000000000..f38da0a8625 --- /dev/null +++ b/stable/sabnzbd/19.1.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sabnzbd-19.1.0](https://github.com/truecharts/charts/compare/sabnzbd-19.0.3...sabnzbd-19.1.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [sabnzbd-19.0.3](https://github.com/truecharts/charts/compare/sabnzbd-19.0.2...sabnzbd-19.0.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [sabnzbd-19.0.2](https://github.com/truecharts/charts/compare/sabnzbd-19.0.0...sabnzbd-19.0.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## [sabnzbd-17.2.9](https://github.com/truecharts/charts/compare/sabnzbd-17.2.8...sabnzbd-17.2.9) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/onedr0p/sabnzbd to 4.2.2[@5b1f15c](https://github.com/5b1f15c) by renovate ([#17958](https://github.com/truecharts/charts/issues/17958)) + + +## [sabnzbd-17.2.8](https://github.com/truecharts/charts/compare/sabnzbd-17.2.7...sabnzbd-17.2.8) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/onedr0p/sabnzbd to v4.2.2[@0343b55](https://github.com/0343b55) by renovate ([#17917](https://github.com/truecharts/charts/issues/17917)) + + +## [sabnzbd-17.2.7](https://github.com/truecharts/charts/compare/sabnzbd-17.2.6...sabnzbd-17.2.7) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [sabnzbd-17.2.6](https://github.com/truecharts/charts/compare/sabnzbd-17.2.5...sabnzbd-17.2.6) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/sabnzbd/19.1.0/Chart.yaml b/stable/sabnzbd/19.1.0/Chart.yaml new file mode 100644 index 00000000000..af609b82baf --- /dev/null +++ b/stable/sabnzbd/19.1.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.2.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Free and easy binary newsreader +home: https://truecharts.org/charts/stable/sabnzbd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sabnzbd.png +keywords: + - sabnzbd + - usenet +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sabnzbd +sources: + - https://sabnzbd.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/sabnzbd + - https://ghcr.io/onedr0p/sabnzbd + - https://ghcr.io/onedr0p/exportarr +type: application +version: 19.1.0 diff --git a/stable/sabnzbd/19.1.0/README.md b/stable/sabnzbd/19.1.0/README.md new file mode 100644 index 00000000000..b6b127eb799 --- /dev/null +++ b/stable/sabnzbd/19.1.0/README.md @@ -0,0 +1,28 @@ +--- +title: README +--- + +## General Info + +TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. +However only installations using the TrueNAS SCALE Apps system are supported. + +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sabnzbd) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +_All Rights Reserved - The TrueCharts Project_ diff --git a/stable/sabnzbd/19.1.0/app-changelog.md b/stable/sabnzbd/19.1.0/app-changelog.md new file mode 100644 index 00000000000..8cad1fc7450 --- /dev/null +++ b/stable/sabnzbd/19.1.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [sabnzbd-19.1.0](https://github.com/truecharts/charts/compare/sabnzbd-19.0.3...sabnzbd-19.1.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/sabnzbd/19.1.0/app-readme.md b/stable/sabnzbd/19.1.0/app-readme.md new file mode 100644 index 00000000000..04be527cd64 --- /dev/null +++ b/stable/sabnzbd/19.1.0/app-readme.md @@ -0,0 +1,8 @@ +Free and easy binary newsreader + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/sabnzbd](https://truecharts.org/charts/stable/sabnzbd) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! diff --git a/stable/sabnzbd/19.1.0/charts/common-18.2.0.tgz b/stable/sabnzbd/19.1.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/sabnzbd/19.1.0/charts/common-18.2.0.tgz differ diff --git a/stable/sabnzbd/19.1.0/ix_values.yaml b/stable/sabnzbd/19.1.0/ix_values.yaml new file mode 100644 index 00000000000..92560e89b82 --- /dev/null +++ b/stable/sabnzbd/19.1.0/ix_values.yaml @@ -0,0 +1,89 @@ +image: + repository: ghcr.io/onedr0p/sabnzbd + pullPolicy: IfNotPresent + tag: 4.2.2@sha256:5b1f15c8d25afa2342505492486361d4ecf14449e1453aeea45cd7c1e5eeb63a +exportarrImage: + repository: ghcr.io/onedr0p/exportarr + pullPolicy: IfNotPresent + tag: v2.0.0@sha256:760327e885a9bb5b818b56e8a6f818c9570eeaa9484bed122028adbf80bcaeb9 +service: + main: + ports: + main: + port: 10097 + metrics: + enabled: true + type: ClusterIP + targetSelector: exportarr + ports: + metrics: + enabled: true + port: 8990 + targetSelector: exportarr +workload: + main: + podSpec: + containers: + main: + env: + SABNZBD__HOST_WHITELIST_ENTRIES: "" + SABNZBD__PORT: "{{ .Values.service.main.ports.main.port }}" + exportarr: + enabled: "{{ .Values.metrics.main.enabled }}" + type: Deployment + strategy: RollingUpdate + replicas: 1 + podSpec: + containers: + exportarr: + primary: true + enabled: true + imageSelector: exportarrImage + args: + - sabnzbd + probes: + liveness: + enabled: true + type: http + path: /healthz + port: "{{ .Values.service.metrics.ports.metrics.port }}" + readiness: + enabled: true + type: http + path: /healthz + port: "{{ .Values.service.metrics.ports.metrics.port }}" + startup: + enabled: true + type: http + path: /healthz + port: "{{ .Values.service.metrics.ports.metrics.port }}" + env: + INTERFACE: 0.0.0.0 + PORT: "{{ .Values.service.metrics.ports.metrics.port }}" + URL: '{{ printf "http://%v:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.main.ports.main.port }}' + APIKEY: "{{ .Values.metrics.main.apiKey }}" +persistence: + config: + enabled: true + targetSelector: + main: + main: + mountPath: /config + exportarr: + exportarr: + mountPath: /config + readOnly: true +metrics: + main: + enabled: false + type: "servicemonitor" + endpoints: + - port: metrics + path: /metrics + targetSelector: metrics + # Required for exportarr + apiKey: "" + +portal: + open: + enabled: true diff --git a/stable/sabnzbd/19.1.0/questions.yaml b/stable/sabnzbd/19.1.0/questions.yaml new file mode 100755 index 00000000000..7b7c3b8d858 --- /dev/null +++ b/stable/sabnzbd/19.1.0/questions.yaml @@ -0,0 +1,2882 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: SABNZBD__HOST_WHITELIST_ENTRIES + label: "HostName Whitelist" + description: "If you use a reverse proxy, you might need to enter your hostname's here (comma seperated)" + schema: + type: string + default: "" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10097 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: metrics + group: Metrics + label: Prometheus Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: Main Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable Prometheus Metrics + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: apiKey + label: "Sabnzbd API key" + description: "Can be found in the Bazarr settings" + schema: + type: string + default: "" + required: true +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/shlink-web-client/10.1.3/templates/NOTES.txt b/stable/sabnzbd/19.1.0/templates/NOTES.txt similarity index 100% rename from stable/shlink-web-client/10.1.3/templates/NOTES.txt rename to stable/sabnzbd/19.1.0/templates/NOTES.txt diff --git a/stable/ser2sock/13.1.3/templates/common.yaml b/stable/sabnzbd/19.1.0/templates/common.yaml similarity index 100% rename from stable/ser2sock/13.1.3/templates/common.yaml rename to stable/sabnzbd/19.1.0/templates/common.yaml diff --git a/stable/serpbear/3.1.4/values.yaml b/stable/sabnzbd/19.1.0/values.yaml similarity index 100% rename from stable/serpbear/3.1.4/values.yaml rename to stable/sabnzbd/19.1.0/values.yaml diff --git a/stable/satisfactory/9.1.4/CHANGELOG.md b/stable/satisfactory/9.1.4/CHANGELOG.md deleted file mode 100644 index b4b3fb3ff48..00000000000 --- a/stable/satisfactory/9.1.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [satisfactory-8.1.12](https://github.com/truecharts/charts/compare/satisfactory-8.1.11...satisfactory-8.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [satisfactory-8.1.11](https://github.com/truecharts/charts/compare/satisfactory-8.1.10...satisfactory-8.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [satisfactory-8.1.10](https://github.com/truecharts/charts/compare/satisfactory-8.1.9...satisfactory-8.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [satisfactory-8.1.9](https://github.com/truecharts/charts/compare/satisfactory-8.1.8...satisfactory-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [satisfactory-8.1.8](https://github.com/truecharts/charts/compare/satisfactory-8.1.7...satisfactory-8.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [satisfactory-8.1.7](https://github.com/truecharts/charts/compare/satisfactory-8.1.6...satisfactory-8.1.7) (2024-01-13) - -### Fix - - - -- fix wrong variable name for query port ([#17091](https://github.com/truecharts/charts/issues/17091)) - - -## [satisfactory-8.1.6](https://github.com/truecharts/charts/compare/satisfactory-8.1.5...satisfactory-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [satisfactory-8.1.5](https://github.com/truecharts/charts/compare/satisfactory-8.1.4...satisfactory-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [satisfactory-8.1.4](https://github.com/truecharts/charts/compare/satisfactory-8.1.3...satisfactory-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes diff --git a/stable/satisfactory/9.1.4/Chart.yaml b/stable/satisfactory/9.1.4/Chart.yaml deleted file mode 100644 index 76c9b621bbb..00000000000 --- a/stable/satisfactory/9.1.4/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.6.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Satisfactory Dedicated Server -home: https://truecharts.org/charts/stable/satisfactory -icon: https://truecharts.org/img/hotlink-ok/chart-icons/satisfactory.png -keywords: - - satisfactory -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: satisfactory -sources: - - https://github.com/wolveix/satisfactory-server - - https://github.com/truecharts/charts/tree/master/charts/stable/satisfactory - - https://hub.docker.com/r/wolveix/satisfactory-server -type: application -version: 9.1.4 diff --git a/stable/satisfactory/9.1.4/charts/common-18.0.3.tgz b/stable/satisfactory/9.1.4/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/satisfactory/9.1.4/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/servas/4.3.0/.helmignore b/stable/satisfactory/9.3.0/.helmignore similarity index 100% rename from stable/servas/4.3.0/.helmignore rename to stable/satisfactory/9.3.0/.helmignore diff --git a/stable/satisfactory/9.3.0/CHANGELOG.md b/stable/satisfactory/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..fd8927f10b5 --- /dev/null +++ b/stable/satisfactory/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [satisfactory-9.3.0](https://github.com/truecharts/charts/compare/satisfactory-9.2.3...satisfactory-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [satisfactory-9.2.3](https://github.com/truecharts/charts/compare/satisfactory-9.2.2...satisfactory-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [satisfactory-9.2.2](https://github.com/truecharts/charts/compare/satisfactory-9.2.0...satisfactory-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [satisfactory-8.1.12](https://github.com/truecharts/charts/compare/satisfactory-8.1.11...satisfactory-8.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [satisfactory-8.1.11](https://github.com/truecharts/charts/compare/satisfactory-8.1.10...satisfactory-8.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [satisfactory-8.1.10](https://github.com/truecharts/charts/compare/satisfactory-8.1.9...satisfactory-8.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [satisfactory-8.1.9](https://github.com/truecharts/charts/compare/satisfactory-8.1.8...satisfactory-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [satisfactory-8.1.8](https://github.com/truecharts/charts/compare/satisfactory-8.1.7...satisfactory-8.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [satisfactory-8.1.7](https://github.com/truecharts/charts/compare/satisfactory-8.1.6...satisfactory-8.1.7) (2024-01-13) + +### Fix + diff --git a/stable/satisfactory/9.3.0/Chart.yaml b/stable/satisfactory/9.3.0/Chart.yaml new file mode 100644 index 00000000000..60517fdcf76 --- /dev/null +++ b/stable/satisfactory/9.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.6.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Satisfactory Dedicated Server +home: https://truecharts.org/charts/stable/satisfactory +icon: https://truecharts.org/img/hotlink-ok/chart-icons/satisfactory.png +keywords: + - satisfactory +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: satisfactory +sources: + - https://github.com/wolveix/satisfactory-server + - https://github.com/truecharts/charts/tree/master/charts/stable/satisfactory + - https://hub.docker.com/r/wolveix/satisfactory-server +type: application +version: 9.3.0 diff --git a/stable/satisfactory/9.1.4/README.md b/stable/satisfactory/9.3.0/README.md similarity index 100% rename from stable/satisfactory/9.1.4/README.md rename to stable/satisfactory/9.3.0/README.md diff --git a/stable/satisfactory/9.3.0/app-changelog.md b/stable/satisfactory/9.3.0/app-changelog.md new file mode 100644 index 00000000000..e14866bef52 --- /dev/null +++ b/stable/satisfactory/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [satisfactory-9.3.0](https://github.com/truecharts/charts/compare/satisfactory-9.2.3...satisfactory-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/satisfactory/9.1.4/app-readme.md b/stable/satisfactory/9.3.0/app-readme.md similarity index 100% rename from stable/satisfactory/9.1.4/app-readme.md rename to stable/satisfactory/9.3.0/app-readme.md diff --git a/stable/satisfactory/9.3.0/charts/common-18.2.0.tgz b/stable/satisfactory/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/satisfactory/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/satisfactory/9.1.4/ix_values.yaml b/stable/satisfactory/9.3.0/ix_values.yaml similarity index 100% rename from stable/satisfactory/9.1.4/ix_values.yaml rename to stable/satisfactory/9.3.0/ix_values.yaml diff --git a/stable/satisfactory/9.1.4/questions.yaml b/stable/satisfactory/9.3.0/questions.yaml similarity index 100% rename from stable/satisfactory/9.1.4/questions.yaml rename to stable/satisfactory/9.3.0/questions.yaml diff --git a/stable/shoko-server/9.1.3/templates/NOTES.txt b/stable/satisfactory/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/shoko-server/9.1.3/templates/NOTES.txt rename to stable/satisfactory/9.3.0/templates/NOTES.txt diff --git a/stable/sftpgo/6.1.3/templates/common.yaml b/stable/satisfactory/9.3.0/templates/common.yaml similarity index 100% rename from stable/sftpgo/6.1.3/templates/common.yaml rename to stable/satisfactory/9.3.0/templates/common.yaml diff --git a/stable/servas/4.3.0/values.yaml b/stable/satisfactory/9.3.0/values.yaml similarity index 100% rename from stable/servas/4.3.0/values.yaml rename to stable/satisfactory/9.3.0/values.yaml diff --git a/stable/scrutiny/10.1.4/CHANGELOG.md b/stable/scrutiny/10.1.4/CHANGELOG.md deleted file mode 100644 index 58810e7c72e..00000000000 --- a/stable/scrutiny/10.1.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [scrutiny-9.1.11](https://github.com/truecharts/charts/compare/scrutiny-9.1.10...scrutiny-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [scrutiny-9.1.10](https://github.com/truecharts/charts/compare/scrutiny-9.1.9...scrutiny-9.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [scrutiny-9.1.9](https://github.com/truecharts/charts/compare/scrutiny-9.1.8...scrutiny-9.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [scrutiny-9.1.8](https://github.com/truecharts/charts/compare/scrutiny-9.1.7...scrutiny-9.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [scrutiny-9.1.7](https://github.com/truecharts/charts/compare/scrutiny-9.1.6...scrutiny-9.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [scrutiny-9.1.6](https://github.com/truecharts/charts/compare/scrutiny-9.1.5...scrutiny-9.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [scrutiny-9.1.5](https://github.com/truecharts/charts/compare/scrutiny-9.1.4...scrutiny-9.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [scrutiny-9.1.4](https://github.com/truecharts/charts/compare/scrutiny-9.1.3...scrutiny-9.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [scrutiny-9.1.3](https://github.com/truecharts/charts/compare/scrutiny-9.1.0...scrutiny-9.1.3) (2024-01-01) - -### Chore - - diff --git a/stable/scrutiny/10.1.4/Chart.yaml b/stable/scrutiny/10.1.4/Chart.yaml deleted file mode 100644 index 303221e47b9..00000000000 --- a/stable/scrutiny/10.1.4/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.7.3 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Scrutiny WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard Drive Health Dashboard & Monitoring solution. -home: https://truecharts.org/charts/stable/scrutiny -icon: https://truecharts.org/img/hotlink-ok/chart-icons/scrutiny.png -keywords: - - scrutiny -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: scrutiny -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/scrutiny - - https://ghcr.io/analogj/scrutiny -type: application -version: 10.1.4 diff --git a/stable/scrutiny/10.1.4/charts/common-18.0.3.tgz b/stable/scrutiny/10.1.4/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/scrutiny/10.1.4/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/sftpgo/6.1.3/.helmignore b/stable/scrutiny/10.3.0/.helmignore similarity index 100% rename from stable/sftpgo/6.1.3/.helmignore rename to stable/scrutiny/10.3.0/.helmignore diff --git a/stable/scrutiny/10.3.0/CHANGELOG.md b/stable/scrutiny/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..d5cc4807d93 --- /dev/null +++ b/stable/scrutiny/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [scrutiny-10.3.0](https://github.com/truecharts/charts/compare/scrutiny-10.2.3...scrutiny-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [scrutiny-10.2.3](https://github.com/truecharts/charts/compare/scrutiny-10.2.2...scrutiny-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [scrutiny-10.2.2](https://github.com/truecharts/charts/compare/scrutiny-10.2.0...scrutiny-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [scrutiny-9.1.11](https://github.com/truecharts/charts/compare/scrutiny-9.1.10...scrutiny-9.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [scrutiny-9.1.10](https://github.com/truecharts/charts/compare/scrutiny-9.1.9...scrutiny-9.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [scrutiny-9.1.9](https://github.com/truecharts/charts/compare/scrutiny-9.1.8...scrutiny-9.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [scrutiny-9.1.8](https://github.com/truecharts/charts/compare/scrutiny-9.1.7...scrutiny-9.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [scrutiny-9.1.7](https://github.com/truecharts/charts/compare/scrutiny-9.1.6...scrutiny-9.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [scrutiny-9.1.6](https://github.com/truecharts/charts/compare/scrutiny-9.1.5...scrutiny-9.1.6) (2024-01-09) + +### Chore + diff --git a/stable/scrutiny/10.3.0/Chart.yaml b/stable/scrutiny/10.3.0/Chart.yaml new file mode 100644 index 00000000000..91c314e2bd5 --- /dev/null +++ b/stable/scrutiny/10.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.7.3 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Scrutiny WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard Drive Health Dashboard & Monitoring solution. +home: https://truecharts.org/charts/stable/scrutiny +icon: https://truecharts.org/img/hotlink-ok/chart-icons/scrutiny.png +keywords: + - scrutiny +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: scrutiny +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/scrutiny + - https://ghcr.io/analogj/scrutiny +type: application +version: 10.3.0 diff --git a/stable/scrutiny/10.1.4/README.md b/stable/scrutiny/10.3.0/README.md similarity index 100% rename from stable/scrutiny/10.1.4/README.md rename to stable/scrutiny/10.3.0/README.md diff --git a/stable/scrutiny/10.3.0/app-changelog.md b/stable/scrutiny/10.3.0/app-changelog.md new file mode 100644 index 00000000000..38104868a37 --- /dev/null +++ b/stable/scrutiny/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [scrutiny-10.3.0](https://github.com/truecharts/charts/compare/scrutiny-10.2.3...scrutiny-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/scrutiny/10.1.4/app-readme.md b/stable/scrutiny/10.3.0/app-readme.md similarity index 100% rename from stable/scrutiny/10.1.4/app-readme.md rename to stable/scrutiny/10.3.0/app-readme.md diff --git a/stable/scrutiny/10.3.0/charts/common-18.2.0.tgz b/stable/scrutiny/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/scrutiny/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/scrutiny/10.1.4/ix_values.yaml b/stable/scrutiny/10.3.0/ix_values.yaml similarity index 100% rename from stable/scrutiny/10.1.4/ix_values.yaml rename to stable/scrutiny/10.3.0/ix_values.yaml diff --git a/stable/scrutiny/10.1.4/questions.yaml b/stable/scrutiny/10.3.0/questions.yaml similarity index 100% rename from stable/scrutiny/10.1.4/questions.yaml rename to stable/scrutiny/10.3.0/questions.yaml diff --git a/stable/shorturl/10.1.3/templates/NOTES.txt b/stable/scrutiny/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/shorturl/10.1.3/templates/NOTES.txt rename to stable/scrutiny/10.3.0/templates/NOTES.txt diff --git a/stable/shiori/16.1.3/templates/common.yaml b/stable/scrutiny/10.3.0/templates/common.yaml similarity index 100% rename from stable/shiori/16.1.3/templates/common.yaml rename to stable/scrutiny/10.3.0/templates/common.yaml diff --git a/stable/sftpgo/6.1.3/values.yaml b/stable/scrutiny/10.3.0/values.yaml similarity index 100% rename from stable/sftpgo/6.1.3/values.yaml rename to stable/scrutiny/10.3.0/values.yaml diff --git a/stable/scrypted/4.1.3/CHANGELOG.md b/stable/scrypted/4.1.3/CHANGELOG.md deleted file mode 100644 index eb2e487c1f5..00000000000 --- a/stable/scrypted/4.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [scrypted-3.3.5](https://github.com/truecharts/charts/compare/scrypted-3.3.4...scrypted-3.3.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [scrypted-3.3.4](https://github.com/truecharts/charts/compare/scrypted-3.3.3...scrypted-3.3.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [scrypted-3.3.3](https://github.com/truecharts/charts/compare/scrypted-3.3.2...scrypted-3.3.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [scrypted-3.3.2](https://github.com/truecharts/charts/compare/scrypted-3.3.1...scrypted-3.3.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [scrypted-3.3.1](https://github.com/truecharts/charts/compare/scrypted-3.3.0...scrypted-3.3.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [scrypted-3.3.0](https://github.com/truecharts/charts/compare/scrypted-3.1.7...scrypted-3.3.0) (2024-01-15) - -### Chore - - - -- update container image koush/scrypted to v18-jammy-lite-v0.85.0 by renovate ([#17251](https://github.com/truecharts/charts/issues/17251)) - - -## [scrypted-3.1.7](https://github.com/truecharts/charts/compare/scrypted-3.1.6...scrypted-3.1.7) (2024-01-14) - -### Fix - - - -- Update outdate image and change appVersion ([#17113](https://github.com/truecharts/charts/issues/17113)) - - - -## [scrypted-3.1.6](https://github.com/truecharts/charts/compare/scrypted-3.1.5...scrypted-3.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [scrypted-3.1.5](https://github.com/truecharts/charts/compare/scrypted-3.1.4...scrypted-3.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [scrypted-3.1.4](https://github.com/truecharts/charts/compare/scrypted-3.1.3...scrypted-3.1.4) (2024-01-01) \ No newline at end of file diff --git a/stable/scrypted/4.1.3/Chart.yaml b/stable/scrypted/4.1.3/Chart.yaml deleted file mode 100644 index a927fab0dd9..00000000000 --- a/stable/scrypted/4.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 18.0.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Scrypted is a high performance home video integration and automation platform. -home: https://truecharts.org/charts/stable/scrypted -icon: https://truecharts.org/img/hotlink-ok/chart-icons/scrypted.png -keywords: - - scrypted - - automation -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: scrypted -sources: - - https://github.com/koush/scrypted - - https://github.com/truecharts/charts/tree/master/charts/stable/scrypted - - https://hub.docker.com/r/koush/scrypted -type: application -version: 4.1.3 diff --git a/stable/scrypted/4.1.3/charts/common-18.0.3.tgz b/stable/scrypted/4.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/scrypted/4.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/shaarli/5.1.3/.helmignore b/stable/scrypted/4.3.0/.helmignore similarity index 100% rename from stable/shaarli/5.1.3/.helmignore rename to stable/scrypted/4.3.0/.helmignore diff --git a/stable/scrypted/4.3.0/CHANGELOG.md b/stable/scrypted/4.3.0/CHANGELOG.md new file mode 100644 index 00000000000..eacc5ec5e99 --- /dev/null +++ b/stable/scrypted/4.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [scrypted-4.3.0](https://github.com/truecharts/charts/compare/scrypted-4.2.3...scrypted-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [scrypted-4.2.3](https://github.com/truecharts/charts/compare/scrypted-4.2.2...scrypted-4.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [scrypted-4.2.2](https://github.com/truecharts/charts/compare/scrypted-4.2.0...scrypted-4.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [scrypted-3.3.5](https://github.com/truecharts/charts/compare/scrypted-3.3.4...scrypted-3.3.5) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [scrypted-3.3.4](https://github.com/truecharts/charts/compare/scrypted-3.3.3...scrypted-3.3.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [scrypted-3.3.3](https://github.com/truecharts/charts/compare/scrypted-3.3.2...scrypted-3.3.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [scrypted-3.3.2](https://github.com/truecharts/charts/compare/scrypted-3.3.1...scrypted-3.3.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [scrypted-3.3.1](https://github.com/truecharts/charts/compare/scrypted-3.3.0...scrypted-3.3.1) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [scrypted-3.3.0](https://github.com/truecharts/charts/compare/scrypted-3.1.7...scrypted-3.3.0) (2024-01-15) + +### Chore + + + +- update container image koush/scrypted to v18-jammy-lite-v0.85.0 by renovate ([#17251](https://github.com/truecharts/charts/issues/17251)) diff --git a/stable/scrypted/4.3.0/Chart.yaml b/stable/scrypted/4.3.0/Chart.yaml new file mode 100644 index 00000000000..a6e88f50e48 --- /dev/null +++ b/stable/scrypted/4.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 18.0.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Scrypted is a high performance home video integration and automation platform. +home: https://truecharts.org/charts/stable/scrypted +icon: https://truecharts.org/img/hotlink-ok/chart-icons/scrypted.png +keywords: + - scrypted + - automation +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: scrypted +sources: + - https://github.com/koush/scrypted + - https://github.com/truecharts/charts/tree/master/charts/stable/scrypted + - https://hub.docker.com/r/koush/scrypted +type: application +version: 4.3.0 diff --git a/stable/scrypted/4.1.3/README.md b/stable/scrypted/4.3.0/README.md similarity index 100% rename from stable/scrypted/4.1.3/README.md rename to stable/scrypted/4.3.0/README.md diff --git a/stable/scrypted/4.3.0/app-changelog.md b/stable/scrypted/4.3.0/app-changelog.md new file mode 100644 index 00000000000..9f05ab53681 --- /dev/null +++ b/stable/scrypted/4.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [scrypted-4.3.0](https://github.com/truecharts/charts/compare/scrypted-4.2.3...scrypted-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/scrypted/4.1.3/app-readme.md b/stable/scrypted/4.3.0/app-readme.md similarity index 100% rename from stable/scrypted/4.1.3/app-readme.md rename to stable/scrypted/4.3.0/app-readme.md diff --git a/stable/scrypted/4.3.0/charts/common-18.2.0.tgz b/stable/scrypted/4.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/scrypted/4.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/scrypted/4.1.3/ix_values.yaml b/stable/scrypted/4.3.0/ix_values.yaml similarity index 100% rename from stable/scrypted/4.1.3/ix_values.yaml rename to stable/scrypted/4.3.0/ix_values.yaml diff --git a/stable/scrypted/4.1.3/questions.yaml b/stable/scrypted/4.3.0/questions.yaml similarity index 100% rename from stable/scrypted/4.1.3/questions.yaml rename to stable/scrypted/4.3.0/questions.yaml diff --git a/stable/sickchill/11.2.1/templates/NOTES.txt b/stable/scrypted/4.3.0/templates/NOTES.txt similarity index 100% rename from stable/sickchill/11.2.1/templates/NOTES.txt rename to stable/scrypted/4.3.0/templates/NOTES.txt diff --git a/stable/shlink-web-client/10.1.3/templates/common.yaml b/stable/scrypted/4.3.0/templates/common.yaml similarity index 100% rename from stable/shlink-web-client/10.1.3/templates/common.yaml rename to stable/scrypted/4.3.0/templates/common.yaml diff --git a/stable/shaarli/5.1.3/values.yaml b/stable/scrypted/4.3.0/values.yaml similarity index 100% rename from stable/shaarli/5.1.3/values.yaml rename to stable/scrypted/4.3.0/values.yaml diff --git a/stable/sdtd/7.1.3/CHANGELOG.md b/stable/sdtd/7.1.3/CHANGELOG.md deleted file mode 100644 index 7376b11b487..00000000000 --- a/stable/sdtd/7.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [sdtd-6.1.11](https://github.com/truecharts/charts/compare/sdtd-6.1.10...sdtd-6.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [sdtd-6.1.10](https://github.com/truecharts/charts/compare/sdtd-6.1.9...sdtd-6.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [sdtd-6.1.9](https://github.com/truecharts/charts/compare/sdtd-6.1.8...sdtd-6.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [sdtd-6.1.8](https://github.com/truecharts/charts/compare/sdtd-6.1.7...sdtd-6.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [sdtd-6.1.7](https://github.com/truecharts/charts/compare/sdtd-6.1.6...sdtd-6.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [sdtd-6.1.6](https://github.com/truecharts/charts/compare/sdtd-6.1.5...sdtd-6.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [sdtd-6.1.5](https://github.com/truecharts/charts/compare/sdtd-6.1.4...sdtd-6.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [sdtd-6.1.4](https://github.com/truecharts/charts/compare/sdtd-6.1.3...sdtd-6.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [sdtd-6.1.3](https://github.com/truecharts/charts/compare/sdtd-6.1.0...sdtd-6.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/sdtd/7.1.3/Chart.yaml b/stable/sdtd/7.1.3/Chart.yaml deleted file mode 100644 index b2bda29953a..00000000000 --- a/stable/sdtd/7.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 7dtd -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This chart will download and install SteamCMD. It will also install 7 Days to Die and run it. -home: https://truecharts.org/charts/stable/sdtd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sdtd.png -keywords: - - sevendaystodie - - game-servers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: sdtd -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/sdtd - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 7.1.3 diff --git a/stable/sdtd/7.1.3/charts/common-18.0.3.tgz b/stable/sdtd/7.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/sdtd/7.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/shapeshifter-obfuscator/5.1.3/.helmignore b/stable/sdtd/7.3.0/.helmignore similarity index 100% rename from stable/shapeshifter-obfuscator/5.1.3/.helmignore rename to stable/sdtd/7.3.0/.helmignore diff --git a/stable/sdtd/7.3.0/CHANGELOG.md b/stable/sdtd/7.3.0/CHANGELOG.md new file mode 100644 index 00000000000..28fceb5f57e --- /dev/null +++ b/stable/sdtd/7.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sdtd-7.3.0](https://github.com/truecharts/charts/compare/sdtd-7.2.3...sdtd-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [sdtd-7.2.3](https://github.com/truecharts/charts/compare/sdtd-7.2.2...sdtd-7.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [sdtd-7.2.2](https://github.com/truecharts/charts/compare/sdtd-7.2.0...sdtd-7.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [sdtd-6.1.11](https://github.com/truecharts/charts/compare/sdtd-6.1.10...sdtd-6.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [sdtd-6.1.10](https://github.com/truecharts/charts/compare/sdtd-6.1.9...sdtd-6.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [sdtd-6.1.9](https://github.com/truecharts/charts/compare/sdtd-6.1.8...sdtd-6.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [sdtd-6.1.8](https://github.com/truecharts/charts/compare/sdtd-6.1.7...sdtd-6.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [sdtd-6.1.7](https://github.com/truecharts/charts/compare/sdtd-6.1.6...sdtd-6.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [sdtd-6.1.6](https://github.com/truecharts/charts/compare/sdtd-6.1.5...sdtd-6.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/sdtd/7.3.0/Chart.yaml b/stable/sdtd/7.3.0/Chart.yaml new file mode 100644 index 00000000000..4d7010ebd2e --- /dev/null +++ b/stable/sdtd/7.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 7dtd +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This chart will download and install SteamCMD. It will also install 7 Days to Die and run it. +home: https://truecharts.org/charts/stable/sdtd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sdtd.png +keywords: + - sevendaystodie + - game-servers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sdtd +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/sdtd + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 7.3.0 diff --git a/stable/sdtd/7.1.3/README.md b/stable/sdtd/7.3.0/README.md similarity index 100% rename from stable/sdtd/7.1.3/README.md rename to stable/sdtd/7.3.0/README.md diff --git a/stable/sdtd/7.3.0/app-changelog.md b/stable/sdtd/7.3.0/app-changelog.md new file mode 100644 index 00000000000..2f12c782f13 --- /dev/null +++ b/stable/sdtd/7.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [sdtd-7.3.0](https://github.com/truecharts/charts/compare/sdtd-7.2.3...sdtd-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/sdtd/7.1.3/app-readme.md b/stable/sdtd/7.3.0/app-readme.md similarity index 100% rename from stable/sdtd/7.1.3/app-readme.md rename to stable/sdtd/7.3.0/app-readme.md diff --git a/stable/sdtd/7.3.0/charts/common-18.2.0.tgz b/stable/sdtd/7.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/sdtd/7.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/sdtd/7.1.3/ix_values.yaml b/stable/sdtd/7.3.0/ix_values.yaml similarity index 100% rename from stable/sdtd/7.1.3/ix_values.yaml rename to stable/sdtd/7.3.0/ix_values.yaml diff --git a/stable/sdtd/7.1.3/questions.yaml b/stable/sdtd/7.3.0/questions.yaml similarity index 100% rename from stable/sdtd/7.1.3/questions.yaml rename to stable/sdtd/7.3.0/questions.yaml diff --git a/stable/sdtd/7.1.3/templates/common.yaml b/stable/sdtd/7.3.0/templates/common.yaml similarity index 100% rename from stable/sdtd/7.1.3/templates/common.yaml rename to stable/sdtd/7.3.0/templates/common.yaml diff --git a/stable/shapeshifter-obfuscator/5.1.3/values.yaml b/stable/sdtd/7.3.0/values.yaml similarity index 100% rename from stable/shapeshifter-obfuscator/5.1.3/values.yaml rename to stable/sdtd/7.3.0/values.yaml diff --git a/stable/seafile/5.3.0/CHANGELOG.md b/stable/seafile/5.3.0/CHANGELOG.md deleted file mode 100644 index 96dea43edbb..00000000000 --- a/stable/seafile/5.3.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - -## [seafile-4.1.17](https://github.com/truecharts/charts/compare/seafile-4.1.16...seafile-4.1.17) (2024-02-05) - -### Chore - - - -- update container image seafileltd/seafile-mc to v11.0.5[@8d96605](https://github.com/8d96605) by renovate ([#17929](https://github.com/truecharts/charts/issues/17929)) - - -## [seafile-4.1.16](https://github.com/truecharts/charts/compare/seafile-4.1.15...seafile-4.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [seafile-4.1.15](https://github.com/truecharts/charts/compare/seafile-4.1.14...seafile-4.1.15) (2024-01-29) - -### Chore - - - -- update container image seafileltd/seafile-mc to v11.0.4[@708f441](https://github.com/708f441) by renovate ([#17682](https://github.com/truecharts/charts/issues/17682)) - - -## [seafile-4.1.14](https://github.com/truecharts/charts/compare/seafile-4.1.13...seafile-4.1.14) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [seafile-4.1.13](https://github.com/truecharts/charts/compare/seafile-4.1.12...seafile-4.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [seafile-4.1.12](https://github.com/truecharts/charts/compare/seafile-4.1.11...seafile-4.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [seafile-4.1.11](https://github.com/truecharts/charts/compare/seafile-4.1.10...seafile-4.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [seafile-4.1.10](https://github.com/truecharts/charts/compare/seafile-4.1.9...seafile-4.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [seafile-4.1.9](https://github.com/truecharts/charts/compare/seafile-4.1.8...seafile-4.1.9) (2024-01-09) - -### Chore \ No newline at end of file diff --git a/stable/seafile/5.3.0/Chart.yaml b/stable/seafile/5.3.0/Chart.yaml deleted file mode 100644 index 31cc725bbd8..00000000000 --- a/stable/seafile/5.3.0/Chart.yaml +++ /dev/null @@ -1,46 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: file-storage - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 11.0.5 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.0.0 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Reliable and Performant File Sync and Share Solution -home: https://truecharts.org/charts/stable/seafile -icon: https://truecharts.org/img/hotlink-ok/chart-icons/seafile.png -keywords: - - seafile - - files - - cloud - - file-storage -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: seafile -sources: - - https://seafile.com - - https://github.com/truecharts/charts/tree/master/charts/stable/seafile - - https://hub.docker.com/r/seafileltd/seafile-mc -type: application -version: 5.3.0 diff --git a/stable/seafile/5.3.0/charts/common-18.1.2.tgz b/stable/seafile/5.3.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/seafile/5.3.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/seafile/5.3.0/charts/mariadb-13.0.0.tgz b/stable/seafile/5.3.0/charts/mariadb-13.0.0.tgz deleted file mode 100644 index 564d2d213b7..00000000000 Binary files a/stable/seafile/5.3.0/charts/mariadb-13.0.0.tgz and /dev/null differ diff --git a/stable/sheetable/6.1.3/.helmignore b/stable/seafile/5.5.0/.helmignore similarity index 100% rename from stable/sheetable/6.1.3/.helmignore rename to stable/seafile/5.5.0/.helmignore diff --git a/stable/seafile/5.5.0/CHANGELOG.md b/stable/seafile/5.5.0/CHANGELOG.md new file mode 100644 index 00000000000..e4fa909a590 --- /dev/null +++ b/stable/seafile/5.5.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [seafile-5.5.0](https://github.com/truecharts/charts/compare/seafile-5.4.3...seafile-5.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [seafile-5.4.3](https://github.com/truecharts/charts/compare/seafile-5.4.2...seafile-5.4.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [seafile-5.4.2](https://github.com/truecharts/charts/compare/seafile-5.4.0...seafile-5.4.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + +## [seafile-4.1.17](https://github.com/truecharts/charts/compare/seafile-4.1.16...seafile-4.1.17) (2024-02-05) + +### Chore + + + +- update container image seafileltd/seafile-mc to v11.0.5[@8d96605](https://github.com/8d96605) by renovate ([#17929](https://github.com/truecharts/charts/issues/17929)) + + +## [seafile-4.1.16](https://github.com/truecharts/charts/compare/seafile-4.1.15...seafile-4.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [seafile-4.1.15](https://github.com/truecharts/charts/compare/seafile-4.1.14...seafile-4.1.15) (2024-01-29) + +### Chore + + + +- update container image seafileltd/seafile-mc to v11.0.4[@708f441](https://github.com/708f441) by renovate ([#17682](https://github.com/truecharts/charts/issues/17682)) + + +## [seafile-4.1.14](https://github.com/truecharts/charts/compare/seafile-4.1.13...seafile-4.1.14) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [seafile-4.1.13](https://github.com/truecharts/charts/compare/seafile-4.1.12...seafile-4.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [seafile-4.1.12](https://github.com/truecharts/charts/compare/seafile-4.1.11...seafile-4.1.12) (2024-01-21) diff --git a/stable/seafile/5.5.0/Chart.yaml b/stable/seafile/5.5.0/Chart.yaml new file mode 100644 index 00000000000..7108f3802e6 --- /dev/null +++ b/stable/seafile/5.5.0/Chart.yaml @@ -0,0 +1,46 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: file-storage + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 11.0.5 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.2.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Reliable and Performant File Sync and Share Solution +home: https://truecharts.org/charts/stable/seafile +icon: https://truecharts.org/img/hotlink-ok/chart-icons/seafile.png +keywords: + - seafile + - files + - cloud + - file-storage +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: seafile +sources: + - https://seafile.com + - https://github.com/truecharts/charts/tree/master/charts/stable/seafile + - https://hub.docker.com/r/seafileltd/seafile-mc +type: application +version: 5.5.0 diff --git a/stable/seafile/5.3.0/README.md b/stable/seafile/5.5.0/README.md similarity index 100% rename from stable/seafile/5.3.0/README.md rename to stable/seafile/5.5.0/README.md diff --git a/stable/seafile/5.5.0/app-changelog.md b/stable/seafile/5.5.0/app-changelog.md new file mode 100644 index 00000000000..3690ec89066 --- /dev/null +++ b/stable/seafile/5.5.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [seafile-5.5.0](https://github.com/truecharts/charts/compare/seafile-5.4.3...seafile-5.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/seafile/5.3.0/app-readme.md b/stable/seafile/5.5.0/app-readme.md similarity index 100% rename from stable/seafile/5.3.0/app-readme.md rename to stable/seafile/5.5.0/app-readme.md diff --git a/stable/seafile/5.5.0/charts/common-18.2.0.tgz b/stable/seafile/5.5.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/seafile/5.5.0/charts/common-18.2.0.tgz differ diff --git a/stable/seafile/5.5.0/charts/mariadb-13.2.0.tgz b/stable/seafile/5.5.0/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/seafile/5.5.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/seafile/5.3.0/ix_values.yaml b/stable/seafile/5.5.0/ix_values.yaml similarity index 100% rename from stable/seafile/5.3.0/ix_values.yaml rename to stable/seafile/5.5.0/ix_values.yaml diff --git a/stable/seafile/5.3.0/questions.yaml b/stable/seafile/5.5.0/questions.yaml similarity index 100% rename from stable/seafile/5.3.0/questions.yaml rename to stable/seafile/5.5.0/questions.yaml diff --git a/stable/sickgear/11.1.3/templates/NOTES.txt b/stable/seafile/5.5.0/templates/NOTES.txt similarity index 100% rename from stable/sickgear/11.1.3/templates/NOTES.txt rename to stable/seafile/5.5.0/templates/NOTES.txt diff --git a/stable/slash/4.1.3/templates/common.yaml b/stable/seafile/5.5.0/templates/common.yaml similarity index 100% rename from stable/slash/4.1.3/templates/common.yaml rename to stable/seafile/5.5.0/templates/common.yaml diff --git a/stable/sheetable/6.1.3/values.yaml b/stable/seafile/5.5.0/values.yaml similarity index 100% rename from stable/sheetable/6.1.3/values.yaml rename to stable/seafile/5.5.0/values.yaml diff --git a/stable/searxng/7.2.0/CHANGELOG.md b/stable/searxng/7.2.0/CHANGELOG.md deleted file mode 100644 index b3d47ff2e9e..00000000000 --- a/stable/searxng/7.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - -## [searxng-6.1.21](https://github.com/truecharts/charts/compare/searxng-6.1.20...searxng-6.1.21) (2024-02-12) - -### Chore - - - -- update container image searxng/searxng to latest[@f396210](https://github.com/f396210) by renovate ([#18106](https://github.com/truecharts/charts/issues/18106)) - - -## [searxng-6.1.20](https://github.com/truecharts/charts/compare/searxng-6.1.19...searxng-6.1.20) (2024-02-05) - -### Chore - - - -- update container image searxng/searxng to latest[@1d508f2](https://github.com/1d508f2) by renovate ([#17896](https://github.com/truecharts/charts/issues/17896)) - - -## [searxng-6.1.19](https://github.com/truecharts/charts/compare/searxng-6.1.18...searxng-6.1.19) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [searxng-6.1.18](https://github.com/truecharts/charts/compare/searxng-6.1.17...searxng-6.1.18) (2024-01-29) - -### Chore - - - -- update container image searxng/searxng to latest[@cb2e58a](https://github.com/cb2e58a) by renovate ([#17751](https://github.com/truecharts/charts/issues/17751)) - - -## [searxng-6.1.17](https://github.com/truecharts/charts/compare/searxng-6.1.16...searxng-6.1.17) (2024-01-29) - -### Chore - - - -- update container image searxng/searxng to latest[@c6a80be](https://github.com/c6a80be) by renovate ([#17653](https://github.com/truecharts/charts/issues/17653)) - - -## [searxng-6.1.16](https://github.com/truecharts/charts/compare/searxng-6.1.15...searxng-6.1.16) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [searxng-6.1.15](https://github.com/truecharts/charts/compare/searxng-6.1.14...searxng-6.1.15) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [searxng-6.1.14](https://github.com/truecharts/charts/compare/searxng-6.1.13...searxng-6.1.14) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - diff --git a/stable/searxng/7.2.0/Chart.yaml b/stable/searxng/7.2.0/Chart.yaml deleted file mode 100644 index d4f3d9daca7..00000000000 --- a/stable/searxng/7.2.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Meta search engine which aggregates results from more than 70 search services. -home: https://truecharts.org/charts/stable/searxng -icon: https://truecharts.org/img/hotlink-ok/chart-icons/searxng.png -keywords: - - searxng - - Productivity - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: searxng -sources: - - https://github.com/searxng/searxng - - https://github.com/truecharts/charts/tree/master/charts/stable/searxng - - https://hub.docker.com/r/searxng/searxng -type: application -version: 7.2.0 diff --git a/stable/searxng/7.2.0/charts/common-18.1.2.tgz b/stable/searxng/7.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/searxng/7.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/searxng/7.2.0/ix_values.yaml b/stable/searxng/7.2.0/ix_values.yaml deleted file mode 100644 index c1cf0540f28..00000000000 --- a/stable/searxng/7.2.0/ix_values.yaml +++ /dev/null @@ -1,45 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: searxng/searxng - tag: latest@sha256:96e039ac81a744296cfdb3a846663490ae86239933682ccdf431fab8744454ce -workload: - main: - podSpec: - containers: - main: - env: - BIND_ADDRESS: '{{ printf "0.0.0.0:%v" .Values.service.main.ports.main.port }}' - INSTANCE_NAME: SearXng - BASE_URL: "" - probes: - liveness: - path: /healthz - port: "{{ .Values.service.main.ports.main.port }}" - readiness: - path: /healthz - port: "{{ .Values.service.main.ports.main.port }}" - startup: - type: tcp - port: "{{ .Values.service.main.ports.main.port }}" -securityContext: - container: - runAsGroup: 0 - runAsUser: 0 - capabilities: - disableS6Caps: true - add: - - SETUID - - SETGID -service: - main: - ports: - main: - port: 8080 - protocol: http -persistence: - config: - enabled: true - mountPath: /etc/searxng -portal: - open: - enabled: true diff --git a/stable/shiori/16.1.3/.helmignore b/stable/searxng/7.3.0/.helmignore similarity index 100% rename from stable/shiori/16.1.3/.helmignore rename to stable/searxng/7.3.0/.helmignore diff --git a/stable/searxng/7.3.0/CHANGELOG.md b/stable/searxng/7.3.0/CHANGELOG.md new file mode 100644 index 00000000000..4b4316f2fa0 --- /dev/null +++ b/stable/searxng/7.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [searxng-7.3.0](https://github.com/truecharts/charts/compare/searxng-7.2.4...searxng-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [searxng-7.2.4](https://github.com/truecharts/charts/compare/searxng-7.2.3...searxng-7.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [searxng-7.2.3](https://github.com/truecharts/charts/compare/searxng-7.2.1...searxng-7.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + +## [searxng-6.1.21](https://github.com/truecharts/charts/compare/searxng-6.1.20...searxng-6.1.21) (2024-02-12) + +### Chore + + + +- update container image searxng/searxng to latest[@f396210](https://github.com/f396210) by renovate ([#18106](https://github.com/truecharts/charts/issues/18106)) + + +## [searxng-6.1.20](https://github.com/truecharts/charts/compare/searxng-6.1.19...searxng-6.1.20) (2024-02-05) + +### Chore + + + +- update container image searxng/searxng to latest[@1d508f2](https://github.com/1d508f2) by renovate ([#17896](https://github.com/truecharts/charts/issues/17896)) + + +## [searxng-6.1.19](https://github.com/truecharts/charts/compare/searxng-6.1.18...searxng-6.1.19) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [searxng-6.1.18](https://github.com/truecharts/charts/compare/searxng-6.1.17...searxng-6.1.18) (2024-01-29) + +### Chore + + + +- update container image searxng/searxng to latest[@cb2e58a](https://github.com/cb2e58a) by renovate ([#17751](https://github.com/truecharts/charts/issues/17751)) + + +## [searxng-6.1.17](https://github.com/truecharts/charts/compare/searxng-6.1.16...searxng-6.1.17) (2024-01-29) + +### Chore + + diff --git a/stable/searxng/7.3.0/Chart.yaml b/stable/searxng/7.3.0/Chart.yaml new file mode 100644 index 00000000000..fdbcea9ce65 --- /dev/null +++ b/stable/searxng/7.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Meta search engine which aggregates results from more than 70 search services. +home: https://truecharts.org/charts/stable/searxng +icon: https://truecharts.org/img/hotlink-ok/chart-icons/searxng.png +keywords: + - searxng + - Productivity + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: searxng +sources: + - https://github.com/searxng/searxng + - https://github.com/truecharts/charts/tree/master/charts/stable/searxng + - https://hub.docker.com/r/searxng/searxng +type: application +version: 7.3.0 diff --git a/stable/searxng/7.2.0/README.md b/stable/searxng/7.3.0/README.md similarity index 100% rename from stable/searxng/7.2.0/README.md rename to stable/searxng/7.3.0/README.md diff --git a/stable/searxng/7.3.0/app-changelog.md b/stable/searxng/7.3.0/app-changelog.md new file mode 100644 index 00000000000..e77ba72e241 --- /dev/null +++ b/stable/searxng/7.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [searxng-7.3.0](https://github.com/truecharts/charts/compare/searxng-7.2.4...searxng-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/searxng/7.2.0/app-readme.md b/stable/searxng/7.3.0/app-readme.md similarity index 100% rename from stable/searxng/7.2.0/app-readme.md rename to stable/searxng/7.3.0/app-readme.md diff --git a/stable/searxng/7.3.0/charts/common-18.2.0.tgz b/stable/searxng/7.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/searxng/7.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/searxng/7.3.0/ix_values.yaml b/stable/searxng/7.3.0/ix_values.yaml new file mode 100644 index 00000000000..56ea971f27b --- /dev/null +++ b/stable/searxng/7.3.0/ix_values.yaml @@ -0,0 +1,45 @@ +image: + pullPolicy: IfNotPresent + repository: searxng/searxng + tag: latest@sha256:e1a9a88263433b91dfaf58e5dddcd3665a92784af43834123795af5ca82c8c59 +workload: + main: + podSpec: + containers: + main: + env: + BIND_ADDRESS: '{{ printf "0.0.0.0:%v" .Values.service.main.ports.main.port }}' + INSTANCE_NAME: SearXng + BASE_URL: "" + probes: + liveness: + path: /healthz + port: "{{ .Values.service.main.ports.main.port }}" + readiness: + path: /healthz + port: "{{ .Values.service.main.ports.main.port }}" + startup: + type: tcp + port: "{{ .Values.service.main.ports.main.port }}" +securityContext: + container: + runAsGroup: 0 + runAsUser: 0 + capabilities: + disableS6Caps: true + add: + - SETUID + - SETGID +service: + main: + ports: + main: + port: 8080 + protocol: http +persistence: + config: + enabled: true + mountPath: /etc/searxng +portal: + open: + enabled: true diff --git a/stable/searxng/7.2.0/questions.yaml b/stable/searxng/7.3.0/questions.yaml similarity index 100% rename from stable/searxng/7.2.0/questions.yaml rename to stable/searxng/7.3.0/questions.yaml diff --git a/stable/simply-shorten/8.1.3/templates/NOTES.txt b/stable/searxng/7.3.0/templates/NOTES.txt similarity index 100% rename from stable/simply-shorten/8.1.3/templates/NOTES.txt rename to stable/searxng/7.3.0/templates/NOTES.txt diff --git a/stable/searxng/7.2.0/templates/common.yaml b/stable/searxng/7.3.0/templates/common.yaml similarity index 100% rename from stable/searxng/7.2.0/templates/common.yaml rename to stable/searxng/7.3.0/templates/common.yaml diff --git a/stable/shiori/16.1.3/values.yaml b/stable/searxng/7.3.0/values.yaml similarity index 100% rename from stable/shiori/16.1.3/values.yaml rename to stable/searxng/7.3.0/values.yaml diff --git a/stable/seedsync/7.1.3/CHANGELOG.md b/stable/seedsync/7.1.3/CHANGELOG.md deleted file mode 100644 index 09ae7ad9ef0..00000000000 --- a/stable/seedsync/7.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [seedsync-6.1.11](https://github.com/truecharts/charts/compare/seedsync-6.1.10...seedsync-6.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [seedsync-6.1.10](https://github.com/truecharts/charts/compare/seedsync-6.1.9...seedsync-6.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [seedsync-6.1.9](https://github.com/truecharts/charts/compare/seedsync-6.1.8...seedsync-6.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [seedsync-6.1.8](https://github.com/truecharts/charts/compare/seedsync-6.1.7...seedsync-6.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [seedsync-6.1.7](https://github.com/truecharts/charts/compare/seedsync-6.1.6...seedsync-6.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [seedsync-6.1.6](https://github.com/truecharts/charts/compare/seedsync-6.1.5...seedsync-6.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [seedsync-6.1.5](https://github.com/truecharts/charts/compare/seedsync-6.1.4...seedsync-6.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [seedsync-6.1.4](https://github.com/truecharts/charts/compare/seedsync-6.1.3...seedsync-6.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [seedsync-6.1.3](https://github.com/truecharts/charts/compare/seedsync-6.1.0...seedsync-6.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/seedsync/7.1.3/Chart.yaml b/stable/seedsync/7.1.3/Chart.yaml deleted file mode 100644 index 8c5e6b08d4f..00000000000 --- a/stable/seedsync/7.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: SeedSync is a tool to sync the files on a remote Linux server (like your seedbox, for example). It uses LFTP to transfer files fast! -home: https://truecharts.org/charts/stable/seedsync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/seedsync.png -keywords: - - seedsync - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: seedsync -sources: - - https://github.com/ipsingh06/seedsync - - https://github.com/truecharts/charts/tree/master/charts/stable/seedsync - - https://hub.docker.com/r/ipsingh06/seedsync -type: application -version: 7.1.3 diff --git a/stable/seedsync/7.1.3/charts/common-18.0.3.tgz b/stable/seedsync/7.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/seedsync/7.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/shlink-web-client/10.1.3/.helmignore b/stable/seedsync/7.3.0/.helmignore similarity index 100% rename from stable/shlink-web-client/10.1.3/.helmignore rename to stable/seedsync/7.3.0/.helmignore diff --git a/stable/seedsync/7.3.0/CHANGELOG.md b/stable/seedsync/7.3.0/CHANGELOG.md new file mode 100644 index 00000000000..54f2459a3f7 --- /dev/null +++ b/stable/seedsync/7.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [seedsync-7.3.0](https://github.com/truecharts/charts/compare/seedsync-7.2.3...seedsync-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [seedsync-7.2.3](https://github.com/truecharts/charts/compare/seedsync-7.2.2...seedsync-7.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [seedsync-7.2.2](https://github.com/truecharts/charts/compare/seedsync-7.2.0...seedsync-7.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [seedsync-6.1.11](https://github.com/truecharts/charts/compare/seedsync-6.1.10...seedsync-6.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [seedsync-6.1.10](https://github.com/truecharts/charts/compare/seedsync-6.1.9...seedsync-6.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [seedsync-6.1.9](https://github.com/truecharts/charts/compare/seedsync-6.1.8...seedsync-6.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [seedsync-6.1.8](https://github.com/truecharts/charts/compare/seedsync-6.1.7...seedsync-6.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [seedsync-6.1.7](https://github.com/truecharts/charts/compare/seedsync-6.1.6...seedsync-6.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [seedsync-6.1.6](https://github.com/truecharts/charts/compare/seedsync-6.1.5...seedsync-6.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/seedsync/7.3.0/Chart.yaml b/stable/seedsync/7.3.0/Chart.yaml new file mode 100644 index 00000000000..1cbf1aba668 --- /dev/null +++ b/stable/seedsync/7.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: SeedSync is a tool to sync the files on a remote Linux server (like your seedbox, for example). It uses LFTP to transfer files fast! +home: https://truecharts.org/charts/stable/seedsync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/seedsync.png +keywords: + - seedsync + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: seedsync +sources: + - https://github.com/ipsingh06/seedsync + - https://github.com/truecharts/charts/tree/master/charts/stable/seedsync + - https://hub.docker.com/r/ipsingh06/seedsync +type: application +version: 7.3.0 diff --git a/stable/seedsync/7.1.3/README.md b/stable/seedsync/7.3.0/README.md similarity index 100% rename from stable/seedsync/7.1.3/README.md rename to stable/seedsync/7.3.0/README.md diff --git a/stable/seedsync/7.3.0/app-changelog.md b/stable/seedsync/7.3.0/app-changelog.md new file mode 100644 index 00000000000..576287ab216 --- /dev/null +++ b/stable/seedsync/7.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [seedsync-7.3.0](https://github.com/truecharts/charts/compare/seedsync-7.2.3...seedsync-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/seedsync/7.1.3/app-readme.md b/stable/seedsync/7.3.0/app-readme.md similarity index 100% rename from stable/seedsync/7.1.3/app-readme.md rename to stable/seedsync/7.3.0/app-readme.md diff --git a/stable/seedsync/7.3.0/charts/common-18.2.0.tgz b/stable/seedsync/7.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/seedsync/7.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/seedsync/7.1.3/ix_values.yaml b/stable/seedsync/7.3.0/ix_values.yaml similarity index 100% rename from stable/seedsync/7.1.3/ix_values.yaml rename to stable/seedsync/7.3.0/ix_values.yaml diff --git a/stable/seedsync/7.1.3/questions.yaml b/stable/seedsync/7.3.0/questions.yaml similarity index 100% rename from stable/seedsync/7.1.3/questions.yaml rename to stable/seedsync/7.3.0/questions.yaml diff --git a/stable/slash/4.1.3/templates/NOTES.txt b/stable/seedsync/7.3.0/templates/NOTES.txt similarity index 100% rename from stable/slash/4.1.3/templates/NOTES.txt rename to stable/seedsync/7.3.0/templates/NOTES.txt diff --git a/stable/seedsync/7.1.3/templates/common.yaml b/stable/seedsync/7.3.0/templates/common.yaml similarity index 100% rename from stable/seedsync/7.1.3/templates/common.yaml rename to stable/seedsync/7.3.0/templates/common.yaml diff --git a/stable/shlink-web-client/10.1.3/values.yaml b/stable/seedsync/7.3.0/values.yaml similarity index 100% rename from stable/shlink-web-client/10.1.3/values.yaml rename to stable/seedsync/7.3.0/values.yaml diff --git a/stable/send/5.1.3/CHANGELOG.md b/stable/send/5.1.3/CHANGELOG.md deleted file mode 100644 index 54e8ff9454b..00000000000 --- a/stable/send/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - -## [send-4.2.2](https://github.com/truecharts/charts/compare/send-4.2.1...send-4.2.2) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [send-4.2.1](https://github.com/truecharts/charts/compare/send-4.2.0...send-4.2.1) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [send-4.2.0](https://github.com/truecharts/charts/compare/send-4.1.10...send-4.2.0) (2024-01-26) - - -## [send-4.1.10](https://github.com/truecharts/charts/compare/send-4.1.9...send-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [send-4.1.9](https://github.com/truecharts/charts/compare/send-4.1.8...send-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [send-4.1.8](https://github.com/truecharts/charts/compare/send-4.1.7...send-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [send-4.1.7](https://github.com/truecharts/charts/compare/send-4.1.6...send-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [send-4.1.6](https://github.com/truecharts/charts/compare/send-4.1.5...send-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [send-4.1.5](https://github.com/truecharts/charts/compare/send-4.1.4...send-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [send-4.1.4](https://github.com/truecharts/charts/compare/send-4.1.3...send-4.1.4) (2024-01-01) diff --git a/stable/send/5.1.3/Chart.yaml b/stable/send/5.1.3/Chart.yaml deleted file mode 100644 index 64d5b84357b..00000000000 --- a/stable/send/5.1.3/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 11.2.1 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A fork of Mozilla's Firefox Send.Mozilla discontinued Send, this fork is a community effort to keep the project up-to-date and alive. -home: https://truecharts.org/charts/stable/send -icon: https://truecharts.org/img/hotlink-ok/chart-icons/send.png -keywords: - - send - - Cloud - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: send -sources: - - https://gitlab.com/timvisee/send - - https://github.com/truecharts/charts/tree/master/charts/stable/send -type: application -version: 5.1.3 diff --git a/stable/send/5.1.3/charts/common-18.0.3.tgz b/stable/send/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/send/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/shoko-server/9.1.3/.helmignore b/stable/send/5.3.0/.helmignore similarity index 100% rename from stable/shoko-server/9.1.3/.helmignore rename to stable/send/5.3.0/.helmignore diff --git a/stable/send/5.3.0/CHANGELOG.md b/stable/send/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..ebc530ddcbd --- /dev/null +++ b/stable/send/5.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [send-5.3.0](https://github.com/truecharts/charts/compare/send-5.2.3...send-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [send-5.2.3](https://github.com/truecharts/charts/compare/send-5.2.2...send-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [send-5.2.2](https://github.com/truecharts/charts/compare/send-5.2.0...send-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + +## [send-4.2.2](https://github.com/truecharts/charts/compare/send-4.2.1...send-4.2.2) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [send-4.2.1](https://github.com/truecharts/charts/compare/send-4.2.0...send-4.2.1) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [send-4.2.0](https://github.com/truecharts/charts/compare/send-4.1.10...send-4.2.0) (2024-01-26) + + +## [send-4.1.10](https://github.com/truecharts/charts/compare/send-4.1.9...send-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [send-4.1.9](https://github.com/truecharts/charts/compare/send-4.1.8...send-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [send-4.1.8](https://github.com/truecharts/charts/compare/send-4.1.7...send-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [send-4.1.7](https://github.com/truecharts/charts/compare/send-4.1.6...send-4.1.7) (2024-01-21) \ No newline at end of file diff --git a/stable/send/5.3.0/Chart.yaml b/stable/send/5.3.0/Chart.yaml new file mode 100644 index 00000000000..84269e8832d --- /dev/null +++ b/stable/send/5.3.0/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A fork of Mozilla's Firefox Send.Mozilla discontinued Send, this fork is a community effort to keep the project up-to-date and alive. +home: https://truecharts.org/charts/stable/send +icon: https://truecharts.org/img/hotlink-ok/chart-icons/send.png +keywords: + - send + - Cloud + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: send +sources: + - https://gitlab.com/timvisee/send + - https://github.com/truecharts/charts/tree/master/charts/stable/send +type: application +version: 5.3.0 diff --git a/stable/send/5.1.3/README.md b/stable/send/5.3.0/README.md similarity index 100% rename from stable/send/5.1.3/README.md rename to stable/send/5.3.0/README.md diff --git a/stable/send/5.3.0/app-changelog.md b/stable/send/5.3.0/app-changelog.md new file mode 100644 index 00000000000..d51f2b12031 --- /dev/null +++ b/stable/send/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [send-5.3.0](https://github.com/truecharts/charts/compare/send-5.2.3...send-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/send/5.1.3/app-readme.md b/stable/send/5.3.0/app-readme.md similarity index 100% rename from stable/send/5.1.3/app-readme.md rename to stable/send/5.3.0/app-readme.md diff --git a/stable/send/5.3.0/charts/common-18.2.0.tgz b/stable/send/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/send/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/send/5.1.3/charts/redis-11.2.1.tgz b/stable/send/5.3.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/send/5.1.3/charts/redis-11.2.1.tgz rename to stable/send/5.3.0/charts/redis-11.2.1.tgz diff --git a/stable/send/5.1.3/ix_values.yaml b/stable/send/5.3.0/ix_values.yaml similarity index 100% rename from stable/send/5.1.3/ix_values.yaml rename to stable/send/5.3.0/ix_values.yaml diff --git a/stable/send/5.1.3/questions.yaml b/stable/send/5.3.0/questions.yaml similarity index 100% rename from stable/send/5.1.3/questions.yaml rename to stable/send/5.3.0/questions.yaml diff --git a/stable/send/5.1.3/templates/common.yaml b/stable/send/5.3.0/templates/common.yaml similarity index 100% rename from stable/send/5.1.3/templates/common.yaml rename to stable/send/5.3.0/templates/common.yaml diff --git a/stable/shoko-server/9.1.3/values.yaml b/stable/send/5.3.0/values.yaml similarity index 100% rename from stable/shoko-server/9.1.3/values.yaml rename to stable/send/5.3.0/values.yaml diff --git a/stable/ser2sock/13.1.3/CHANGELOG.md b/stable/ser2sock/13.1.3/CHANGELOG.md deleted file mode 100644 index 72c1acf4874..00000000000 --- a/stable/ser2sock/13.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [ser2sock-12.1.11](https://github.com/truecharts/charts/compare/ser2sock-12.1.10...ser2sock-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ser2sock-12.1.10](https://github.com/truecharts/charts/compare/ser2sock-12.1.9...ser2sock-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [ser2sock-12.1.9](https://github.com/truecharts/charts/compare/ser2sock-12.1.8...ser2sock-12.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [ser2sock-12.1.8](https://github.com/truecharts/charts/compare/ser2sock-12.1.7...ser2sock-12.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [ser2sock-12.1.7](https://github.com/truecharts/charts/compare/ser2sock-12.1.6...ser2sock-12.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [ser2sock-12.1.6](https://github.com/truecharts/charts/compare/ser2sock-12.1.5...ser2sock-12.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [ser2sock-12.1.5](https://github.com/truecharts/charts/compare/ser2sock-12.1.4...ser2sock-12.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [ser2sock-12.1.4](https://github.com/truecharts/charts/compare/ser2sock-12.1.3...ser2sock-12.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [ser2sock-12.1.3](https://github.com/truecharts/charts/compare/ser2sock-12.1.0...ser2sock-12.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/ser2sock/13.1.3/Chart.yaml b/stable/ser2sock/13.1.3/Chart.yaml deleted file mode 100644 index c6b0eaaac12..00000000000 --- a/stable/ser2sock/13.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Serial to Socket Redirector -home: https://truecharts.org/charts/stable/ser2sock -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ser2sock.png -keywords: - - ser2sock -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ser2sock -sources: - - https://github.com/tenstartups/ser2sock - - https://github.com/nutechsoftware/ser2sock - - https://github.com/truecharts/charts/tree/master/charts/stable/ser2sock - - https://hub.docker.com/r/tenstartups/ser2sock -type: application -version: 13.1.3 diff --git a/stable/ser2sock/13.1.3/charts/common-18.0.3.tgz b/stable/ser2sock/13.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/ser2sock/13.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/shortipy/5.1.3/.helmignore b/stable/ser2sock/13.3.0/.helmignore similarity index 100% rename from stable/shortipy/5.1.3/.helmignore rename to stable/ser2sock/13.3.0/.helmignore diff --git a/stable/ser2sock/13.3.0/CHANGELOG.md b/stable/ser2sock/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..f518575d361 --- /dev/null +++ b/stable/ser2sock/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ser2sock-13.3.0](https://github.com/truecharts/charts/compare/ser2sock-13.2.3...ser2sock-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [ser2sock-13.2.3](https://github.com/truecharts/charts/compare/ser2sock-13.2.2...ser2sock-13.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [ser2sock-13.2.2](https://github.com/truecharts/charts/compare/ser2sock-13.2.0...ser2sock-13.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [ser2sock-12.1.11](https://github.com/truecharts/charts/compare/ser2sock-12.1.10...ser2sock-12.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [ser2sock-12.1.10](https://github.com/truecharts/charts/compare/ser2sock-12.1.9...ser2sock-12.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [ser2sock-12.1.9](https://github.com/truecharts/charts/compare/ser2sock-12.1.8...ser2sock-12.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [ser2sock-12.1.8](https://github.com/truecharts/charts/compare/ser2sock-12.1.7...ser2sock-12.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [ser2sock-12.1.7](https://github.com/truecharts/charts/compare/ser2sock-12.1.6...ser2sock-12.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [ser2sock-12.1.6](https://github.com/truecharts/charts/compare/ser2sock-12.1.5...ser2sock-12.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/ser2sock/13.3.0/Chart.yaml b/stable/ser2sock/13.3.0/Chart.yaml new file mode 100644 index 00000000000..10baa4a6f9b --- /dev/null +++ b/stable/ser2sock/13.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Serial to Socket Redirector +home: https://truecharts.org/charts/stable/ser2sock +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ser2sock.png +keywords: + - ser2sock +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ser2sock +sources: + - https://github.com/tenstartups/ser2sock + - https://github.com/nutechsoftware/ser2sock + - https://github.com/truecharts/charts/tree/master/charts/stable/ser2sock + - https://hub.docker.com/r/tenstartups/ser2sock +type: application +version: 13.3.0 diff --git a/stable/ser2sock/13.1.3/README.md b/stable/ser2sock/13.3.0/README.md similarity index 100% rename from stable/ser2sock/13.1.3/README.md rename to stable/ser2sock/13.3.0/README.md diff --git a/stable/ser2sock/13.3.0/app-changelog.md b/stable/ser2sock/13.3.0/app-changelog.md new file mode 100644 index 00000000000..c71d9888f02 --- /dev/null +++ b/stable/ser2sock/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ser2sock-13.3.0](https://github.com/truecharts/charts/compare/ser2sock-13.2.3...ser2sock-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/ser2sock/13.1.3/app-readme.md b/stable/ser2sock/13.3.0/app-readme.md similarity index 100% rename from stable/ser2sock/13.1.3/app-readme.md rename to stable/ser2sock/13.3.0/app-readme.md diff --git a/stable/ser2sock/13.3.0/charts/common-18.2.0.tgz b/stable/ser2sock/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/ser2sock/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/ser2sock/13.1.3/ix_values.yaml b/stable/ser2sock/13.3.0/ix_values.yaml similarity index 100% rename from stable/ser2sock/13.1.3/ix_values.yaml rename to stable/ser2sock/13.3.0/ix_values.yaml diff --git a/stable/ser2sock/13.1.3/questions.yaml b/stable/ser2sock/13.3.0/questions.yaml similarity index 100% rename from stable/ser2sock/13.1.3/questions.yaml rename to stable/ser2sock/13.3.0/questions.yaml diff --git a/stable/smartctl-exporter/2.3.1/templates/NOTES.txt b/stable/ser2sock/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/smartctl-exporter/2.3.1/templates/NOTES.txt rename to stable/ser2sock/13.3.0/templates/NOTES.txt diff --git a/stable/smartctl-exporter/2.3.1/templates/common.yaml b/stable/ser2sock/13.3.0/templates/common.yaml similarity index 100% rename from stable/smartctl-exporter/2.3.1/templates/common.yaml rename to stable/ser2sock/13.3.0/templates/common.yaml diff --git a/stable/shortipy/5.1.3/values.yaml b/stable/ser2sock/13.3.0/values.yaml similarity index 100% rename from stable/shortipy/5.1.3/values.yaml rename to stable/ser2sock/13.3.0/values.yaml diff --git a/stable/serpbear/3.1.4/CHANGELOG.md b/stable/serpbear/3.1.4/CHANGELOG.md deleted file mode 100644 index cbb3b1a347e..00000000000 --- a/stable/serpbear/3.1.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - -## [serpbear-2.1.14](https://github.com/truecharts/charts/compare/serpbear-2.1.13...serpbear-2.1.14) (2024-02-12) - -### Chore - - - -- update container image towfiqi/serpbear to latest[@27b3e49](https://github.com/27b3e49) by renovate ([#18111](https://github.com/truecharts/charts/issues/18111)) - - -## [serpbear-2.1.13](https://github.com/truecharts/charts/compare/serpbear-2.1.12...serpbear-2.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [serpbear-2.1.12](https://github.com/truecharts/charts/compare/serpbear-2.1.11...serpbear-2.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [serpbear-2.1.11](https://github.com/truecharts/charts/compare/serpbear-2.1.10...serpbear-2.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [serpbear-2.1.10](https://github.com/truecharts/charts/compare/serpbear-2.1.9...serpbear-2.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [serpbear-2.1.9](https://github.com/truecharts/charts/compare/serpbear-2.1.8...serpbear-2.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [serpbear-2.1.8](https://github.com/truecharts/charts/compare/serpbear-2.1.7...serpbear-2.1.8) (2024-01-21) - -### Chore - - - -- update container image towfiqi/serpbear to latest[@b128873](https://github.com/b128873) by renovate ([#17398](https://github.com/truecharts/charts/issues/17398)) - - -## [serpbear-2.1.7](https://github.com/truecharts/charts/compare/serpbear-2.1.6...serpbear-2.1.7) (2024-01-15) - -### Chore - - - -- update container image towfiqi/serpbear to latest[@d087852](https://github.com/d087852) by renovate ([#17280](https://github.com/truecharts/charts/issues/17280)) - - diff --git a/stable/serpbear/3.1.4/Chart.yaml b/stable/serpbear/3.1.4/Chart.yaml deleted file mode 100644 index dc77610ca79..00000000000 --- a/stable/serpbear/3.1.4/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: metrics - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Search Engine Position Tracking App. -home: https://truecharts.org/charts/stable/serpbear -icon: https://truecharts.org/img/hotlink-ok/chart-icons/serpbear.png -keywords: - - serpbear - - metrics -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: serpbear -sources: - - https://github.com/towfiqi/serpbear - - https://github.com/truecharts/charts/tree/master/charts/stable/serpbear - - https://hub.docker.com/r/towfiqi/serpbear -type: application -version: 3.1.4 diff --git a/stable/serpbear/3.1.4/charts/common-18.0.3.tgz b/stable/serpbear/3.1.4/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/serpbear/3.1.4/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/shorturl/10.1.3/.helmignore b/stable/serpbear/3.3.0/.helmignore similarity index 100% rename from stable/shorturl/10.1.3/.helmignore rename to stable/serpbear/3.3.0/.helmignore diff --git a/stable/serpbear/3.3.0/CHANGELOG.md b/stable/serpbear/3.3.0/CHANGELOG.md new file mode 100644 index 00000000000..3ebe0716401 --- /dev/null +++ b/stable/serpbear/3.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [serpbear-3.3.0](https://github.com/truecharts/charts/compare/serpbear-3.2.3...serpbear-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [serpbear-3.2.3](https://github.com/truecharts/charts/compare/serpbear-3.2.2...serpbear-3.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [serpbear-3.2.2](https://github.com/truecharts/charts/compare/serpbear-3.2.0...serpbear-3.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + +## [serpbear-2.1.14](https://github.com/truecharts/charts/compare/serpbear-2.1.13...serpbear-2.1.14) (2024-02-12) + +### Chore + + + +- update container image towfiqi/serpbear to latest[@27b3e49](https://github.com/27b3e49) by renovate ([#18111](https://github.com/truecharts/charts/issues/18111)) + + +## [serpbear-2.1.13](https://github.com/truecharts/charts/compare/serpbear-2.1.12...serpbear-2.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [serpbear-2.1.12](https://github.com/truecharts/charts/compare/serpbear-2.1.11...serpbear-2.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [serpbear-2.1.11](https://github.com/truecharts/charts/compare/serpbear-2.1.10...serpbear-2.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [serpbear-2.1.10](https://github.com/truecharts/charts/compare/serpbear-2.1.9...serpbear-2.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) \ No newline at end of file diff --git a/stable/serpbear/3.3.0/Chart.yaml b/stable/serpbear/3.3.0/Chart.yaml new file mode 100644 index 00000000000..827d868642f --- /dev/null +++ b/stable/serpbear/3.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: metrics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Search Engine Position Tracking App. +home: https://truecharts.org/charts/stable/serpbear +icon: https://truecharts.org/img/hotlink-ok/chart-icons/serpbear.png +keywords: + - serpbear + - metrics +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: serpbear +sources: + - https://github.com/towfiqi/serpbear + - https://github.com/truecharts/charts/tree/master/charts/stable/serpbear + - https://hub.docker.com/r/towfiqi/serpbear +type: application +version: 3.3.0 diff --git a/stable/serpbear/3.1.4/README.md b/stable/serpbear/3.3.0/README.md similarity index 100% rename from stable/serpbear/3.1.4/README.md rename to stable/serpbear/3.3.0/README.md diff --git a/stable/serpbear/3.3.0/app-changelog.md b/stable/serpbear/3.3.0/app-changelog.md new file mode 100644 index 00000000000..1816fc13d8a --- /dev/null +++ b/stable/serpbear/3.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [serpbear-3.3.0](https://github.com/truecharts/charts/compare/serpbear-3.2.3...serpbear-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/serpbear/3.1.4/app-readme.md b/stable/serpbear/3.3.0/app-readme.md similarity index 100% rename from stable/serpbear/3.1.4/app-readme.md rename to stable/serpbear/3.3.0/app-readme.md diff --git a/stable/serpbear/3.3.0/charts/common-18.2.0.tgz b/stable/serpbear/3.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/serpbear/3.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/serpbear/3.1.4/ix_values.yaml b/stable/serpbear/3.3.0/ix_values.yaml similarity index 100% rename from stable/serpbear/3.1.4/ix_values.yaml rename to stable/serpbear/3.3.0/ix_values.yaml diff --git a/stable/serpbear/3.1.4/questions.yaml b/stable/serpbear/3.3.0/questions.yaml similarity index 100% rename from stable/serpbear/3.1.4/questions.yaml rename to stable/serpbear/3.3.0/questions.yaml diff --git a/stable/serpbear/3.1.4/templates/_secret.tpl b/stable/serpbear/3.3.0/templates/_secret.tpl similarity index 100% rename from stable/serpbear/3.1.4/templates/_secret.tpl rename to stable/serpbear/3.3.0/templates/_secret.tpl diff --git a/stable/serpbear/3.1.4/templates/common.yaml b/stable/serpbear/3.3.0/templates/common.yaml similarity index 100% rename from stable/serpbear/3.1.4/templates/common.yaml rename to stable/serpbear/3.3.0/templates/common.yaml diff --git a/stable/shorturl/10.1.3/values.yaml b/stable/serpbear/3.3.0/values.yaml similarity index 100% rename from stable/shorturl/10.1.3/values.yaml rename to stable/serpbear/3.3.0/values.yaml diff --git a/stable/servas/4.3.0/CHANGELOG.md b/stable/servas/4.3.0/CHANGELOG.md deleted file mode 100644 index 1a9d2e9dade..00000000000 --- a/stable/servas/4.3.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - -## [servas-3.2.7](https://github.com/truecharts/charts/compare/servas-3.2.6...servas-3.2.7) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [servas-3.2.6](https://github.com/truecharts/charts/compare/servas-3.2.5...servas-3.2.6) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [servas-3.2.5](https://github.com/truecharts/charts/compare/servas-3.2.4...servas-3.2.5) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [servas-3.2.4](https://github.com/truecharts/charts/compare/servas-3.2.3...servas-3.2.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [servas-3.2.3](https://github.com/truecharts/charts/compare/servas-3.2.2...servas-3.2.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [servas-3.2.2](https://github.com/truecharts/charts/compare/servas-3.2.1...servas-3.2.2) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [servas-3.2.1](https://github.com/truecharts/charts/compare/servas-3.2.0...servas-3.2.1) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [servas-3.2.0](https://github.com/truecharts/charts/compare/servas-3.1.8...servas-3.2.0) (2024-01-08) - -### Chore - - - -- update container image beromir/servas to v0.1.0[@efbe35c](https://github.com/efbe35c) by renovate ([#17012](https://github.com/truecharts/charts/issues/17012)) - - -## [servas-3.1.8](https://github.com/truecharts/charts/compare/servas-3.1.7...servas-3.1.8) (2024-01-02) - -### Chore \ No newline at end of file diff --git a/stable/servas/4.3.0/Chart.yaml b/stable/servas/4.3.0/Chart.yaml deleted file mode 100644 index e27b2326aa8..00000000000 --- a/stable/servas/4.3.0/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: bookmarks - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.1.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.0.0 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A self-hosted bookmark management tool. -home: https://truecharts.org/charts/stable/servas -icon: https://truecharts.org/img/hotlink-ok/chart-icons/servas.png -keywords: - - servas - - bookmarks -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: servas -sources: - - https://github.com/beromir/Servas - - https://github.com/truecharts/charts/tree/master/charts/stable/servas - - https://hub.docker.com/r/beromir/servas -type: application -version: 4.3.0 diff --git a/stable/servas/4.3.0/charts/common-18.1.2.tgz b/stable/servas/4.3.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/servas/4.3.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/servas/4.3.0/charts/mariadb-13.0.0.tgz b/stable/servas/4.3.0/charts/mariadb-13.0.0.tgz deleted file mode 100644 index 564d2d213b7..00000000000 Binary files a/stable/servas/4.3.0/charts/mariadb-13.0.0.tgz and /dev/null differ diff --git a/stable/sia-daemon/5.1.3/.helmignore b/stable/servas/4.5.0/.helmignore similarity index 100% rename from stable/sia-daemon/5.1.3/.helmignore rename to stable/servas/4.5.0/.helmignore diff --git a/stable/servas/4.5.0/CHANGELOG.md b/stable/servas/4.5.0/CHANGELOG.md new file mode 100644 index 00000000000..6d9581f2647 --- /dev/null +++ b/stable/servas/4.5.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [servas-4.5.0](https://github.com/truecharts/charts/compare/servas-4.4.3...servas-4.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [servas-4.4.3](https://github.com/truecharts/charts/compare/servas-4.4.2...servas-4.4.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [servas-4.4.2](https://github.com/truecharts/charts/compare/servas-4.4.0...servas-4.4.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + +## [servas-3.2.7](https://github.com/truecharts/charts/compare/servas-3.2.6...servas-3.2.7) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [servas-3.2.6](https://github.com/truecharts/charts/compare/servas-3.2.5...servas-3.2.6) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [servas-3.2.5](https://github.com/truecharts/charts/compare/servas-3.2.4...servas-3.2.5) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [servas-3.2.4](https://github.com/truecharts/charts/compare/servas-3.2.3...servas-3.2.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [servas-3.2.3](https://github.com/truecharts/charts/compare/servas-3.2.2...servas-3.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [servas-3.2.2](https://github.com/truecharts/charts/compare/servas-3.2.1...servas-3.2.2) (2024-01-21) diff --git a/stable/servas/4.5.0/Chart.yaml b/stable/servas/4.5.0/Chart.yaml new file mode 100644 index 00000000000..92e49d7ae19 --- /dev/null +++ b/stable/servas/4.5.0/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: bookmarks + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.1.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.2.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted bookmark management tool. +home: https://truecharts.org/charts/stable/servas +icon: https://truecharts.org/img/hotlink-ok/chart-icons/servas.png +keywords: + - servas + - bookmarks +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: servas +sources: + - https://github.com/beromir/Servas + - https://github.com/truecharts/charts/tree/master/charts/stable/servas + - https://hub.docker.com/r/beromir/servas +type: application +version: 4.5.0 diff --git a/stable/servas/4.3.0/README.md b/stable/servas/4.5.0/README.md similarity index 100% rename from stable/servas/4.3.0/README.md rename to stable/servas/4.5.0/README.md diff --git a/stable/servas/4.5.0/app-changelog.md b/stable/servas/4.5.0/app-changelog.md new file mode 100644 index 00000000000..24edb41b6f3 --- /dev/null +++ b/stable/servas/4.5.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [servas-4.5.0](https://github.com/truecharts/charts/compare/servas-4.4.3...servas-4.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/servas/4.3.0/app-readme.md b/stable/servas/4.5.0/app-readme.md similarity index 100% rename from stable/servas/4.3.0/app-readme.md rename to stable/servas/4.5.0/app-readme.md diff --git a/stable/servas/4.5.0/charts/common-18.2.0.tgz b/stable/servas/4.5.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/servas/4.5.0/charts/common-18.2.0.tgz differ diff --git a/stable/servas/4.5.0/charts/mariadb-13.2.0.tgz b/stable/servas/4.5.0/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/servas/4.5.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/servas/4.3.0/ix_values.yaml b/stable/servas/4.5.0/ix_values.yaml similarity index 100% rename from stable/servas/4.3.0/ix_values.yaml rename to stable/servas/4.5.0/ix_values.yaml diff --git a/stable/servas/4.3.0/questions.yaml b/stable/servas/4.5.0/questions.yaml similarity index 100% rename from stable/servas/4.3.0/questions.yaml rename to stable/servas/4.5.0/questions.yaml diff --git a/stable/smokeping/10.2.0/templates/NOTES.txt b/stable/servas/4.5.0/templates/NOTES.txt similarity index 100% rename from stable/smokeping/10.2.0/templates/NOTES.txt rename to stable/servas/4.5.0/templates/NOTES.txt diff --git a/stable/servas/4.3.0/templates/_secrets.tpl b/stable/servas/4.5.0/templates/_secrets.tpl similarity index 100% rename from stable/servas/4.3.0/templates/_secrets.tpl rename to stable/servas/4.5.0/templates/_secrets.tpl diff --git a/stable/servas/4.3.0/templates/common.yaml b/stable/servas/4.5.0/templates/common.yaml similarity index 100% rename from stable/servas/4.3.0/templates/common.yaml rename to stable/servas/4.5.0/templates/common.yaml diff --git a/stable/sia-daemon/5.1.3/values.yaml b/stable/servas/4.5.0/values.yaml similarity index 100% rename from stable/sia-daemon/5.1.3/values.yaml rename to stable/servas/4.5.0/values.yaml diff --git a/stable/sftpgo/6.1.3/CHANGELOG.md b/stable/sftpgo/6.1.3/CHANGELOG.md deleted file mode 100644 index c0eb4511133..00000000000 --- a/stable/sftpgo/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [sftpgo-5.1.11](https://github.com/truecharts/charts/compare/sftpgo-5.1.10...sftpgo-5.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [sftpgo-5.1.10](https://github.com/truecharts/charts/compare/sftpgo-5.1.9...sftpgo-5.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [sftpgo-5.1.9](https://github.com/truecharts/charts/compare/sftpgo-5.1.8...sftpgo-5.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [sftpgo-5.1.8](https://github.com/truecharts/charts/compare/sftpgo-5.1.7...sftpgo-5.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [sftpgo-5.1.7](https://github.com/truecharts/charts/compare/sftpgo-5.1.6...sftpgo-5.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [sftpgo-5.1.6](https://github.com/truecharts/charts/compare/sftpgo-5.1.5...sftpgo-5.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [sftpgo-5.1.5](https://github.com/truecharts/charts/compare/sftpgo-5.1.4...sftpgo-5.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [sftpgo-5.1.4](https://github.com/truecharts/charts/compare/sftpgo-5.1.3...sftpgo-5.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [sftpgo-5.1.3](https://github.com/truecharts/charts/compare/sftpgo-5.1.0...sftpgo-5.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/sftpgo/6.1.3/Chart.yaml b/stable/sftpgo/6.1.3/Chart.yaml deleted file mode 100644 index 65085144051..00000000000 --- a/stable/sftpgo/6.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-FTP - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.5.6 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "Fully featured and highly configurable SFTP server with optional HTTP/S, FTP, FTPS and WebDAV support. Several storage backends are supported: local filesystem, encrypted local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, Azure Blob Storage, SFTP." -home: https://truecharts.org/charts/stable/sftpgo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sftpgo.png -keywords: - - sftpgo - - Network-FTP -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: sftpgo -sources: - - https://github.com/drakkan/sftpgo - - https://github.com/truecharts/charts/tree/master/charts/stable/sftpgo - - https://ghcr.io/drakkan/sftpgo -type: application -version: 6.1.3 diff --git a/stable/sftpgo/6.1.3/charts/common-18.0.3.tgz b/stable/sftpgo/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/sftpgo/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/sickchill/11.2.1/.helmignore b/stable/sftpgo/6.3.0/.helmignore similarity index 100% rename from stable/sickchill/11.2.1/.helmignore rename to stable/sftpgo/6.3.0/.helmignore diff --git a/stable/sftpgo/6.3.0/CHANGELOG.md b/stable/sftpgo/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..466b0b6a7f5 --- /dev/null +++ b/stable/sftpgo/6.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sftpgo-6.3.0](https://github.com/truecharts/charts/compare/sftpgo-6.2.3...sftpgo-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [sftpgo-6.2.3](https://github.com/truecharts/charts/compare/sftpgo-6.2.2...sftpgo-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [sftpgo-6.2.2](https://github.com/truecharts/charts/compare/sftpgo-6.2.0...sftpgo-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [sftpgo-5.1.11](https://github.com/truecharts/charts/compare/sftpgo-5.1.10...sftpgo-5.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [sftpgo-5.1.10](https://github.com/truecharts/charts/compare/sftpgo-5.1.9...sftpgo-5.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [sftpgo-5.1.9](https://github.com/truecharts/charts/compare/sftpgo-5.1.8...sftpgo-5.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [sftpgo-5.1.8](https://github.com/truecharts/charts/compare/sftpgo-5.1.7...sftpgo-5.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [sftpgo-5.1.7](https://github.com/truecharts/charts/compare/sftpgo-5.1.6...sftpgo-5.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [sftpgo-5.1.6](https://github.com/truecharts/charts/compare/sftpgo-5.1.5...sftpgo-5.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/sftpgo/6.3.0/Chart.yaml b/stable/sftpgo/6.3.0/Chart.yaml new file mode 100644 index 00000000000..fe0ec1d9afc --- /dev/null +++ b/stable/sftpgo/6.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-FTP + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.5.6 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "Fully featured and highly configurable SFTP server with optional HTTP/S, FTP, FTPS and WebDAV support. Several storage backends are supported: local filesystem, encrypted local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, Azure Blob Storage, SFTP." +home: https://truecharts.org/charts/stable/sftpgo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sftpgo.png +keywords: + - sftpgo + - Network-FTP +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sftpgo +sources: + - https://github.com/drakkan/sftpgo + - https://github.com/truecharts/charts/tree/master/charts/stable/sftpgo + - https://ghcr.io/drakkan/sftpgo +type: application +version: 6.3.0 diff --git a/stable/sftpgo/6.1.3/README.md b/stable/sftpgo/6.3.0/README.md similarity index 100% rename from stable/sftpgo/6.1.3/README.md rename to stable/sftpgo/6.3.0/README.md diff --git a/stable/sftpgo/6.3.0/app-changelog.md b/stable/sftpgo/6.3.0/app-changelog.md new file mode 100644 index 00000000000..531debc1898 --- /dev/null +++ b/stable/sftpgo/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [sftpgo-6.3.0](https://github.com/truecharts/charts/compare/sftpgo-6.2.3...sftpgo-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/sftpgo/6.1.3/app-readme.md b/stable/sftpgo/6.3.0/app-readme.md similarity index 100% rename from stable/sftpgo/6.1.3/app-readme.md rename to stable/sftpgo/6.3.0/app-readme.md diff --git a/stable/sftpgo/6.3.0/charts/common-18.2.0.tgz b/stable/sftpgo/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/sftpgo/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/sftpgo/6.1.3/ix_values.yaml b/stable/sftpgo/6.3.0/ix_values.yaml similarity index 100% rename from stable/sftpgo/6.1.3/ix_values.yaml rename to stable/sftpgo/6.3.0/ix_values.yaml diff --git a/stable/sftpgo/6.1.3/questions.yaml b/stable/sftpgo/6.3.0/questions.yaml similarity index 100% rename from stable/sftpgo/6.1.3/questions.yaml rename to stable/sftpgo/6.3.0/questions.yaml diff --git a/stable/smtp-relay/3.1.3/templates/NOTES.txt b/stable/sftpgo/6.3.0/templates/NOTES.txt similarity index 100% rename from stable/smtp-relay/3.1.3/templates/NOTES.txt rename to stable/sftpgo/6.3.0/templates/NOTES.txt diff --git a/stable/smtp-relay/3.1.3/templates/common.yaml b/stable/sftpgo/6.3.0/templates/common.yaml similarity index 100% rename from stable/smtp-relay/3.1.3/templates/common.yaml rename to stable/sftpgo/6.3.0/templates/common.yaml diff --git a/stable/sickchill/11.2.1/values.yaml b/stable/sftpgo/6.3.0/values.yaml similarity index 100% rename from stable/sickchill/11.2.1/values.yaml rename to stable/sftpgo/6.3.0/values.yaml diff --git a/stable/shaarli/5.1.3/CHANGELOG.md b/stable/shaarli/5.1.3/CHANGELOG.md deleted file mode 100644 index b2c337c3f28..00000000000 --- a/stable/shaarli/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [shaarli-4.1.11](https://github.com/truecharts/charts/compare/shaarli-4.1.10...shaarli-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [shaarli-4.1.10](https://github.com/truecharts/charts/compare/shaarli-4.1.9...shaarli-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [shaarli-4.1.9](https://github.com/truecharts/charts/compare/shaarli-4.1.8...shaarli-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [shaarli-4.1.8](https://github.com/truecharts/charts/compare/shaarli-4.1.7...shaarli-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [shaarli-4.1.7](https://github.com/truecharts/charts/compare/shaarli-4.1.6...shaarli-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [shaarli-4.1.6](https://github.com/truecharts/charts/compare/shaarli-4.1.5...shaarli-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [shaarli-4.1.5](https://github.com/truecharts/charts/compare/shaarli-4.1.4...shaarli-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [shaarli-4.1.4](https://github.com/truecharts/charts/compare/shaarli-4.1.3...shaarli-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [shaarli-4.1.3](https://github.com/truecharts/charts/compare/shaarli-4.1.0...shaarli-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/shaarli/5.1.3/Chart.yaml b/stable/shaarli/5.1.3/Chart.yaml deleted file mode 100644 index e5b2d343ded..00000000000 --- a/stable/shaarli/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: master -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The personal, minimalist, super-fast, database free, bookmarking service. -home: https://truecharts.org/charts/stable/shaarli -icon: https://truecharts.org/img/hotlink-ok/chart-icons/shaarli.png -keywords: - - shaarli - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: shaarli -sources: - - https://github.com/shaarli/Shaarli - - https://github.com/truecharts/charts/tree/master/charts/stable/shaarli - - https://hub.docker.com/r/shaarli/shaarli -type: application -version: 5.1.3 diff --git a/stable/shaarli/5.1.3/charts/common-18.0.3.tgz b/stable/shaarli/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/shaarli/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/sickgear/11.1.3/.helmignore b/stable/shaarli/5.3.0/.helmignore similarity index 100% rename from stable/sickgear/11.1.3/.helmignore rename to stable/shaarli/5.3.0/.helmignore diff --git a/stable/shaarli/5.3.0/CHANGELOG.md b/stable/shaarli/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..d72c382430d --- /dev/null +++ b/stable/shaarli/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [shaarli-5.3.0](https://github.com/truecharts/charts/compare/shaarli-5.2.3...shaarli-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [shaarli-5.2.3](https://github.com/truecharts/charts/compare/shaarli-5.2.2...shaarli-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [shaarli-5.2.2](https://github.com/truecharts/charts/compare/shaarli-5.2.0...shaarli-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [shaarli-4.1.11](https://github.com/truecharts/charts/compare/shaarli-4.1.10...shaarli-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [shaarli-4.1.10](https://github.com/truecharts/charts/compare/shaarli-4.1.9...shaarli-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [shaarli-4.1.9](https://github.com/truecharts/charts/compare/shaarli-4.1.8...shaarli-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [shaarli-4.1.8](https://github.com/truecharts/charts/compare/shaarli-4.1.7...shaarli-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [shaarli-4.1.7](https://github.com/truecharts/charts/compare/shaarli-4.1.6...shaarli-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [shaarli-4.1.6](https://github.com/truecharts/charts/compare/shaarli-4.1.5...shaarli-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/shaarli/5.3.0/Chart.yaml b/stable/shaarli/5.3.0/Chart.yaml new file mode 100644 index 00000000000..816a61c73eb --- /dev/null +++ b/stable/shaarli/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: master +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The personal, minimalist, super-fast, database free, bookmarking service. +home: https://truecharts.org/charts/stable/shaarli +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shaarli.png +keywords: + - shaarli + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: shaarli +sources: + - https://github.com/shaarli/Shaarli + - https://github.com/truecharts/charts/tree/master/charts/stable/shaarli + - https://hub.docker.com/r/shaarli/shaarli +type: application +version: 5.3.0 diff --git a/stable/shaarli/5.1.3/README.md b/stable/shaarli/5.3.0/README.md similarity index 100% rename from stable/shaarli/5.1.3/README.md rename to stable/shaarli/5.3.0/README.md diff --git a/stable/shaarli/5.3.0/app-changelog.md b/stable/shaarli/5.3.0/app-changelog.md new file mode 100644 index 00000000000..cd5732b1625 --- /dev/null +++ b/stable/shaarli/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [shaarli-5.3.0](https://github.com/truecharts/charts/compare/shaarli-5.2.3...shaarli-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/shaarli/5.1.3/app-readme.md b/stable/shaarli/5.3.0/app-readme.md similarity index 100% rename from stable/shaarli/5.1.3/app-readme.md rename to stable/shaarli/5.3.0/app-readme.md diff --git a/stable/shaarli/5.3.0/charts/common-18.2.0.tgz b/stable/shaarli/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/shaarli/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/shaarli/5.1.3/ix_values.yaml b/stable/shaarli/5.3.0/ix_values.yaml similarity index 100% rename from stable/shaarli/5.1.3/ix_values.yaml rename to stable/shaarli/5.3.0/ix_values.yaml diff --git a/stable/shaarli/5.1.3/questions.yaml b/stable/shaarli/5.3.0/questions.yaml similarity index 100% rename from stable/shaarli/5.1.3/questions.yaml rename to stable/shaarli/5.3.0/questions.yaml diff --git a/stable/shaarli/5.1.3/templates/common.yaml b/stable/shaarli/5.3.0/templates/common.yaml similarity index 100% rename from stable/shaarli/5.1.3/templates/common.yaml rename to stable/shaarli/5.3.0/templates/common.yaml diff --git a/stable/sickgear/11.1.3/values.yaml b/stable/shaarli/5.3.0/values.yaml similarity index 100% rename from stable/sickgear/11.1.3/values.yaml rename to stable/shaarli/5.3.0/values.yaml diff --git a/stable/shapeshifter-obfuscator/5.1.3/CHANGELOG.md b/stable/shapeshifter-obfuscator/5.1.3/CHANGELOG.md deleted file mode 100644 index 99f45003f39..00000000000 --- a/stable/shapeshifter-obfuscator/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [shapeshifter-obfuscator-4.1.11](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-4.1.10...shapeshifter-obfuscator-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [shapeshifter-obfuscator-4.1.10](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-4.1.9...shapeshifter-obfuscator-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [shapeshifter-obfuscator-4.1.9](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-4.1.8...shapeshifter-obfuscator-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [shapeshifter-obfuscator-4.1.8](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-4.1.7...shapeshifter-obfuscator-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [shapeshifter-obfuscator-4.1.7](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-4.1.6...shapeshifter-obfuscator-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [shapeshifter-obfuscator-4.1.6](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-4.1.5...shapeshifter-obfuscator-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [shapeshifter-obfuscator-4.1.5](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-4.1.4...shapeshifter-obfuscator-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [shapeshifter-obfuscator-4.1.4](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-4.1.3...shapeshifter-obfuscator-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [shapeshifter-obfuscator-4.1.3](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-4.1.0...shapeshifter-obfuscator-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/shapeshifter-obfuscator/5.1.3/Chart.yaml b/stable/shapeshifter-obfuscator/5.1.3/Chart.yaml deleted file mode 100644 index 7648f354d58..00000000000 --- a/stable/shapeshifter-obfuscator/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Security - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "Shapeshifter-Obfuscator is a Chartized implementation of shapeshifter-dispatcher provided by The Operator Foundation. The shapeshifter suite provides command-line proxy and obfuscation tools that effectively modify packets to evade advanced IDS systems. " -home: https://truecharts.org/charts/stable/shapeshifter-obfuscator -icon: https://truecharts.org/img/hotlink-ok/chart-icons/shapeshifter-obfuscator.png -keywords: - - shapeshifter-obfuscator - - Security -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: shapeshifter-obfuscator -sources: - - https://github.com/juchong/shapeshifter-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/shapeshifter-obfuscator - - https://hub.docker.com/r/juchong/shapeshifter-docker -type: application -version: 5.1.3 diff --git a/stable/shapeshifter-obfuscator/5.1.3/charts/common-18.0.3.tgz b/stable/shapeshifter-obfuscator/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/shapeshifter-obfuscator/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/simply-shorten/8.1.3/.helmignore b/stable/shapeshifter-obfuscator/5.3.0/.helmignore similarity index 100% rename from stable/simply-shorten/8.1.3/.helmignore rename to stable/shapeshifter-obfuscator/5.3.0/.helmignore diff --git a/stable/shapeshifter-obfuscator/5.3.0/CHANGELOG.md b/stable/shapeshifter-obfuscator/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..e0f22669521 --- /dev/null +++ b/stable/shapeshifter-obfuscator/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [shapeshifter-obfuscator-5.3.0](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.2.3...shapeshifter-obfuscator-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [shapeshifter-obfuscator-5.2.3](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.2.2...shapeshifter-obfuscator-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [shapeshifter-obfuscator-5.2.2](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.2.0...shapeshifter-obfuscator-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [shapeshifter-obfuscator-4.1.11](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-4.1.10...shapeshifter-obfuscator-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [shapeshifter-obfuscator-4.1.10](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-4.1.9...shapeshifter-obfuscator-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [shapeshifter-obfuscator-4.1.9](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-4.1.8...shapeshifter-obfuscator-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [shapeshifter-obfuscator-4.1.8](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-4.1.7...shapeshifter-obfuscator-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [shapeshifter-obfuscator-4.1.7](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-4.1.6...shapeshifter-obfuscator-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [shapeshifter-obfuscator-4.1.6](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-4.1.5...shapeshifter-obfuscator-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/shapeshifter-obfuscator/5.3.0/Chart.yaml b/stable/shapeshifter-obfuscator/5.3.0/Chart.yaml new file mode 100644 index 00000000000..88715d90034 --- /dev/null +++ b/stable/shapeshifter-obfuscator/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Security + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "Shapeshifter-Obfuscator is a Chartized implementation of shapeshifter-dispatcher provided by The Operator Foundation. The shapeshifter suite provides command-line proxy and obfuscation tools that effectively modify packets to evade advanced IDS systems. " +home: https://truecharts.org/charts/stable/shapeshifter-obfuscator +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shapeshifter-obfuscator.png +keywords: + - shapeshifter-obfuscator + - Security +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: shapeshifter-obfuscator +sources: + - https://github.com/juchong/shapeshifter-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/shapeshifter-obfuscator + - https://hub.docker.com/r/juchong/shapeshifter-docker +type: application +version: 5.3.0 diff --git a/stable/shapeshifter-obfuscator/5.1.3/README.md b/stable/shapeshifter-obfuscator/5.3.0/README.md similarity index 100% rename from stable/shapeshifter-obfuscator/5.1.3/README.md rename to stable/shapeshifter-obfuscator/5.3.0/README.md diff --git a/stable/shapeshifter-obfuscator/5.3.0/app-changelog.md b/stable/shapeshifter-obfuscator/5.3.0/app-changelog.md new file mode 100644 index 00000000000..212ea2da7b6 --- /dev/null +++ b/stable/shapeshifter-obfuscator/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [shapeshifter-obfuscator-5.3.0](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.2.3...shapeshifter-obfuscator-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/shapeshifter-obfuscator/5.1.3/app-readme.md b/stable/shapeshifter-obfuscator/5.3.0/app-readme.md similarity index 100% rename from stable/shapeshifter-obfuscator/5.1.3/app-readme.md rename to stable/shapeshifter-obfuscator/5.3.0/app-readme.md diff --git a/stable/shapeshifter-obfuscator/5.3.0/charts/common-18.2.0.tgz b/stable/shapeshifter-obfuscator/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/shapeshifter-obfuscator/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/shapeshifter-obfuscator/5.1.3/ix_values.yaml b/stable/shapeshifter-obfuscator/5.3.0/ix_values.yaml similarity index 100% rename from stable/shapeshifter-obfuscator/5.1.3/ix_values.yaml rename to stable/shapeshifter-obfuscator/5.3.0/ix_values.yaml diff --git a/stable/shapeshifter-obfuscator/5.1.3/questions.yaml b/stable/shapeshifter-obfuscator/5.3.0/questions.yaml similarity index 100% rename from stable/shapeshifter-obfuscator/5.1.3/questions.yaml rename to stable/shapeshifter-obfuscator/5.3.0/questions.yaml diff --git a/stable/shapeshifter-obfuscator/5.1.3/templates/common.yaml b/stable/shapeshifter-obfuscator/5.3.0/templates/common.yaml similarity index 100% rename from stable/shapeshifter-obfuscator/5.1.3/templates/common.yaml rename to stable/shapeshifter-obfuscator/5.3.0/templates/common.yaml diff --git a/stable/simply-shorten/8.1.3/values.yaml b/stable/shapeshifter-obfuscator/5.3.0/values.yaml similarity index 100% rename from stable/simply-shorten/8.1.3/values.yaml rename to stable/shapeshifter-obfuscator/5.3.0/values.yaml diff --git a/stable/sheetable/6.1.3/CHANGELOG.md b/stable/sheetable/6.1.3/CHANGELOG.md deleted file mode 100644 index 6ee061ec8ec..00000000000 --- a/stable/sheetable/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [sheetable-5.1.11](https://github.com/truecharts/charts/compare/sheetable-5.1.10...sheetable-5.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [sheetable-5.1.10](https://github.com/truecharts/charts/compare/sheetable-5.1.9...sheetable-5.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [sheetable-5.1.9](https://github.com/truecharts/charts/compare/sheetable-5.1.8...sheetable-5.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [sheetable-5.1.8](https://github.com/truecharts/charts/compare/sheetable-5.1.7...sheetable-5.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [sheetable-5.1.7](https://github.com/truecharts/charts/compare/sheetable-5.1.6...sheetable-5.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [sheetable-5.1.6](https://github.com/truecharts/charts/compare/sheetable-5.1.5...sheetable-5.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [sheetable-5.1.5](https://github.com/truecharts/charts/compare/sheetable-5.1.4...sheetable-5.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [sheetable-5.1.4](https://github.com/truecharts/charts/compare/sheetable-5.1.3...sheetable-5.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [sheetable-5.1.3](https://github.com/truecharts/charts/compare/sheetable-5.1.0...sheetable-5.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/sheetable/6.1.3/Chart.yaml b/stable/sheetable/6.1.3/Chart.yaml deleted file mode 100644 index cf828b2a228..00000000000 --- a/stable/sheetable/6.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: music - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.8.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: SheetAble is an easy to use music sheet organiser for all the music enthusiasts out there. -home: https://truecharts.org/charts/stable/sheetable -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sheetable.png -keywords: - - sheetable -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: sheetable -sources: - - https://github.com/SheetAble - - https://sheetable.net/docs - - https://github.com/truecharts/charts/tree/master/charts/stable/sheetable - - https://hub.docker.com/r/vallezw/sheetable -type: application -version: 6.1.3 diff --git a/stable/sheetable/6.1.3/charts/common-18.0.3.tgz b/stable/sheetable/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/sheetable/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/sheetable/6.1.3/questions.yaml b/stable/sheetable/6.1.3/questions.yaml deleted file mode 100755 index 157885bbc13..00000000000 --- a/stable/sheetable/6.1.3/questions.yaml +++ /dev/null @@ -1,3321 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: ADMIN_EMAIL - label: "ADMIN_EMAIL" - description: "Your admin email" - schema: - type: string - required: true - default: "" - - variable: ADMIN_PASSWORD - label: "ADMIN_PASSWORD" - description: "Your admin password" - schema: - type: string - required: true - private: true - default: "" - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10284 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/sinusbot/5.1.3/.helmignore b/stable/sheetable/6.3.0/.helmignore similarity index 100% rename from stable/sinusbot/5.1.3/.helmignore rename to stable/sheetable/6.3.0/.helmignore diff --git a/stable/sheetable/6.3.0/CHANGELOG.md b/stable/sheetable/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..96122baf07f --- /dev/null +++ b/stable/sheetable/6.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sheetable-6.3.0](https://github.com/truecharts/charts/compare/sheetable-6.2.3...sheetable-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [sheetable-6.2.3](https://github.com/truecharts/charts/compare/sheetable-6.2.2...sheetable-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [sheetable-6.2.2](https://github.com/truecharts/charts/compare/sheetable-6.2.0...sheetable-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [sheetable-5.1.11](https://github.com/truecharts/charts/compare/sheetable-5.1.10...sheetable-5.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [sheetable-5.1.10](https://github.com/truecharts/charts/compare/sheetable-5.1.9...sheetable-5.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [sheetable-5.1.9](https://github.com/truecharts/charts/compare/sheetable-5.1.8...sheetable-5.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [sheetable-5.1.8](https://github.com/truecharts/charts/compare/sheetable-5.1.7...sheetable-5.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [sheetable-5.1.7](https://github.com/truecharts/charts/compare/sheetable-5.1.6...sheetable-5.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [sheetable-5.1.6](https://github.com/truecharts/charts/compare/sheetable-5.1.5...sheetable-5.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/sheetable/6.3.0/Chart.yaml b/stable/sheetable/6.3.0/Chart.yaml new file mode 100644 index 00000000000..d67def8e875 --- /dev/null +++ b/stable/sheetable/6.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: music + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.8.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: SheetAble is an easy to use music sheet organiser for all the music enthusiasts out there. +home: https://truecharts.org/charts/stable/sheetable +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sheetable.png +keywords: + - sheetable +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sheetable +sources: + - https://github.com/SheetAble + - https://sheetable.net/docs + - https://github.com/truecharts/charts/tree/master/charts/stable/sheetable + - https://hub.docker.com/r/vallezw/sheetable +type: application +version: 6.3.0 diff --git a/stable/sheetable/6.1.3/README.md b/stable/sheetable/6.3.0/README.md similarity index 100% rename from stable/sheetable/6.1.3/README.md rename to stable/sheetable/6.3.0/README.md diff --git a/stable/sheetable/6.3.0/app-changelog.md b/stable/sheetable/6.3.0/app-changelog.md new file mode 100644 index 00000000000..d77f0379139 --- /dev/null +++ b/stable/sheetable/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [sheetable-6.3.0](https://github.com/truecharts/charts/compare/sheetable-6.2.3...sheetable-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/sheetable/6.1.3/app-readme.md b/stable/sheetable/6.3.0/app-readme.md similarity index 100% rename from stable/sheetable/6.1.3/app-readme.md rename to stable/sheetable/6.3.0/app-readme.md diff --git a/stable/sheetable/6.3.0/charts/common-18.2.0.tgz b/stable/sheetable/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/sheetable/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/sheetable/6.1.3/ix_values.yaml b/stable/sheetable/6.3.0/ix_values.yaml similarity index 100% rename from stable/sheetable/6.1.3/ix_values.yaml rename to stable/sheetable/6.3.0/ix_values.yaml diff --git a/stable/sheetable/6.3.0/questions.yaml b/stable/sheetable/6.3.0/questions.yaml new file mode 100755 index 00000000000..4014e2eb065 --- /dev/null +++ b/stable/sheetable/6.3.0/questions.yaml @@ -0,0 +1,3279 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + label: Image Environment + schema: + additional_attrs: true + type: dict + attrs: + - variable: ADMIN_EMAIL + label: "ADMIN_EMAIL" + description: "Your admin email" + schema: + type: string + required: true + default: "" + - variable: ADMIN_PASSWORD + label: "ADMIN_PASSWORD" + description: "Your admin password" + schema: + type: string + required: true + private: true + default: "" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10284 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/sheetable/6.1.3/templates/_secrets.tpl b/stable/sheetable/6.3.0/templates/_secrets.tpl similarity index 100% rename from stable/sheetable/6.1.3/templates/_secrets.tpl rename to stable/sheetable/6.3.0/templates/_secrets.tpl diff --git a/stable/sheetable/6.1.3/templates/common.yaml b/stable/sheetable/6.3.0/templates/common.yaml similarity index 100% rename from stable/sheetable/6.1.3/templates/common.yaml rename to stable/sheetable/6.3.0/templates/common.yaml diff --git a/stable/sinusbot/5.1.3/values.yaml b/stable/sheetable/6.3.0/values.yaml similarity index 100% rename from stable/sinusbot/5.1.3/values.yaml rename to stable/sheetable/6.3.0/values.yaml diff --git a/stable/shiori/16.1.3/CHANGELOG.md b/stable/shiori/16.1.3/CHANGELOG.md deleted file mode 100644 index 81cb03331b9..00000000000 --- a/stable/shiori/16.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [shiori-15.1.11](https://github.com/truecharts/charts/compare/shiori-15.1.10...shiori-15.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [shiori-15.1.10](https://github.com/truecharts/charts/compare/shiori-15.1.9...shiori-15.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [shiori-15.1.9](https://github.com/truecharts/charts/compare/shiori-15.1.8...shiori-15.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [shiori-15.1.8](https://github.com/truecharts/charts/compare/shiori-15.1.7...shiori-15.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [shiori-15.1.7](https://github.com/truecharts/charts/compare/shiori-15.1.6...shiori-15.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [shiori-15.1.6](https://github.com/truecharts/charts/compare/shiori-15.1.5...shiori-15.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [shiori-15.1.5](https://github.com/truecharts/charts/compare/shiori-15.1.4...shiori-15.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [shiori-15.1.4](https://github.com/truecharts/charts/compare/shiori-15.1.3...shiori-15.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [shiori-15.1.3](https://github.com/truecharts/charts/compare/shiori-15.1.0...shiori-15.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/shiori/16.1.3/Chart.yaml b/stable/shiori/16.1.3/Chart.yaml deleted file mode 100644 index ff492678294..00000000000 --- a/stable/shiori/16.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.5.5 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A simple bookmark manager built with Go. -home: https://truecharts.org/charts/stable/shiori -icon: https://truecharts.org/img/hotlink-ok/chart-icons/shiori.png -keywords: - - shiori - - bookmark - - bookmark-manager - - web-interface -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: shiori -sources: - - https://github.com/go-shiori/shiori/pkgs/container/shiori - - https://github.com/go-shiori/shiori - - https://github.com/truecharts/charts/tree/master/charts/stable/shiori - - https://ghcr.io/go-shiori/shiori -type: application -version: 16.1.3 diff --git a/stable/shiori/16.1.3/charts/common-18.0.3.tgz b/stable/shiori/16.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/shiori/16.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/shiori/16.1.3/questions.yaml b/stable/shiori/16.1.3/questions.yaml deleted file mode 100755 index 1fef1c28108..00000000000 --- a/stable/shiori/16.1.3/questions.yaml +++ /dev/null @@ -1,3300 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Service Port Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 10098 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: data - label: App Data Storage - description: Stores the Application Data. - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/slack-invite/5.1.3/.helmignore b/stable/shiori/16.3.0/.helmignore similarity index 100% rename from stable/slack-invite/5.1.3/.helmignore rename to stable/shiori/16.3.0/.helmignore diff --git a/stable/shiori/16.3.0/CHANGELOG.md b/stable/shiori/16.3.0/CHANGELOG.md new file mode 100644 index 00000000000..7950c767052 --- /dev/null +++ b/stable/shiori/16.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [shiori-16.3.0](https://github.com/truecharts/charts/compare/shiori-16.2.3...shiori-16.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [shiori-16.2.3](https://github.com/truecharts/charts/compare/shiori-16.2.2...shiori-16.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [shiori-16.2.2](https://github.com/truecharts/charts/compare/shiori-16.2.0...shiori-16.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [shiori-15.1.11](https://github.com/truecharts/charts/compare/shiori-15.1.10...shiori-15.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [shiori-15.1.10](https://github.com/truecharts/charts/compare/shiori-15.1.9...shiori-15.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [shiori-15.1.9](https://github.com/truecharts/charts/compare/shiori-15.1.8...shiori-15.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [shiori-15.1.8](https://github.com/truecharts/charts/compare/shiori-15.1.7...shiori-15.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [shiori-15.1.7](https://github.com/truecharts/charts/compare/shiori-15.1.6...shiori-15.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [shiori-15.1.6](https://github.com/truecharts/charts/compare/shiori-15.1.5...shiori-15.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/shiori/16.3.0/Chart.yaml b/stable/shiori/16.3.0/Chart.yaml new file mode 100644 index 00000000000..0c644db610d --- /dev/null +++ b/stable/shiori/16.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.5.5 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A simple bookmark manager built with Go. +home: https://truecharts.org/charts/stable/shiori +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shiori.png +keywords: + - shiori + - bookmark + - bookmark-manager + - web-interface +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: shiori +sources: + - https://github.com/go-shiori/shiori/pkgs/container/shiori + - https://github.com/go-shiori/shiori + - https://github.com/truecharts/charts/tree/master/charts/stable/shiori + - https://ghcr.io/go-shiori/shiori +type: application +version: 16.3.0 diff --git a/stable/shiori/16.1.3/README.md b/stable/shiori/16.3.0/README.md similarity index 100% rename from stable/shiori/16.1.3/README.md rename to stable/shiori/16.3.0/README.md diff --git a/stable/shiori/16.3.0/app-changelog.md b/stable/shiori/16.3.0/app-changelog.md new file mode 100644 index 00000000000..534ac036624 --- /dev/null +++ b/stable/shiori/16.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [shiori-16.3.0](https://github.com/truecharts/charts/compare/shiori-16.2.3...shiori-16.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/shiori/16.1.3/app-readme.md b/stable/shiori/16.3.0/app-readme.md similarity index 100% rename from stable/shiori/16.1.3/app-readme.md rename to stable/shiori/16.3.0/app-readme.md diff --git a/stable/shiori/16.3.0/charts/common-18.2.0.tgz b/stable/shiori/16.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/shiori/16.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/shiori/16.1.3/ix_values.yaml b/stable/shiori/16.3.0/ix_values.yaml similarity index 100% rename from stable/shiori/16.1.3/ix_values.yaml rename to stable/shiori/16.3.0/ix_values.yaml diff --git a/stable/shiori/16.3.0/questions.yaml b/stable/shiori/16.3.0/questions.yaml new file mode 100755 index 00000000000..2fe6e31324e --- /dev/null +++ b/stable/shiori/16.3.0/questions.yaml @@ -0,0 +1,3258 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Service + description: The Primary service on which the healthcheck runs, often the webUI + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 10098 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: data + label: App Data Storage + description: Stores the Application Data. + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/snapdrop/9.2.0/templates/common.yaml b/stable/shiori/16.3.0/templates/common.yaml similarity index 100% rename from stable/snapdrop/9.2.0/templates/common.yaml rename to stable/shiori/16.3.0/templates/common.yaml diff --git a/stable/slack-invite/5.1.3/values.yaml b/stable/shiori/16.3.0/values.yaml similarity index 100% rename from stable/slack-invite/5.1.3/values.yaml rename to stable/shiori/16.3.0/values.yaml diff --git a/stable/shlink-web-client/10.1.3/CHANGELOG.md b/stable/shlink-web-client/10.1.3/CHANGELOG.md deleted file mode 100644 index a89ab004918..00000000000 --- a/stable/shlink-web-client/10.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [shlink-web-client-9.1.11](https://github.com/truecharts/charts/compare/shlink-web-client-9.1.10...shlink-web-client-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [shlink-web-client-9.1.10](https://github.com/truecharts/charts/compare/shlink-web-client-9.1.9...shlink-web-client-9.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [shlink-web-client-9.1.9](https://github.com/truecharts/charts/compare/shlink-web-client-9.1.8...shlink-web-client-9.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [shlink-web-client-9.1.8](https://github.com/truecharts/charts/compare/shlink-web-client-9.1.7...shlink-web-client-9.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [shlink-web-client-9.1.7](https://github.com/truecharts/charts/compare/shlink-web-client-9.1.6...shlink-web-client-9.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [shlink-web-client-9.1.6](https://github.com/truecharts/charts/compare/shlink-web-client-9.1.5...shlink-web-client-9.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [shlink-web-client-9.1.5](https://github.com/truecharts/charts/compare/shlink-web-client-9.1.4...shlink-web-client-9.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [shlink-web-client-9.1.4](https://github.com/truecharts/charts/compare/shlink-web-client-9.1.3...shlink-web-client-9.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [shlink-web-client-9.1.3](https://github.com/truecharts/charts/compare/shlink-web-client-9.1.0...shlink-web-client-9.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/shlink-web-client/10.1.3/Chart.yaml b/stable/shlink-web-client/10.1.3/Chart.yaml deleted file mode 100644 index df873f9fa18..00000000000 --- a/stable/shlink-web-client/10.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.10.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A ReactJS-based progressive web application for Shlink. -home: https://truecharts.org/charts/stable/shlink-web-client -icon: https://truecharts.org/img/hotlink-ok/chart-icons/shlink-web-client.png -keywords: - - url - - shortener - - frontend -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: shlink-web-client -sources: - - https://github.com/shlinkio/shlink-web-client - - https://github.com/truecharts/charts/tree/master/charts/stable/shlink-web-client - - https://hub.docker.com/r/shlinkio/shlink-web-client -type: application -version: 10.1.3 diff --git a/stable/shlink-web-client/10.1.3/charts/common-18.0.3.tgz b/stable/shlink-web-client/10.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/shlink-web-client/10.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/slash/4.1.3/.helmignore b/stable/shlink-web-client/10.3.0/.helmignore similarity index 100% rename from stable/slash/4.1.3/.helmignore rename to stable/shlink-web-client/10.3.0/.helmignore diff --git a/stable/shlink-web-client/10.3.0/CHANGELOG.md b/stable/shlink-web-client/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..c4a614e223c --- /dev/null +++ b/stable/shlink-web-client/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [shlink-web-client-10.3.0](https://github.com/truecharts/charts/compare/shlink-web-client-10.2.3...shlink-web-client-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [shlink-web-client-10.2.3](https://github.com/truecharts/charts/compare/shlink-web-client-10.2.2...shlink-web-client-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [shlink-web-client-10.2.2](https://github.com/truecharts/charts/compare/shlink-web-client-10.2.0...shlink-web-client-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [shlink-web-client-9.1.11](https://github.com/truecharts/charts/compare/shlink-web-client-9.1.10...shlink-web-client-9.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [shlink-web-client-9.1.10](https://github.com/truecharts/charts/compare/shlink-web-client-9.1.9...shlink-web-client-9.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [shlink-web-client-9.1.9](https://github.com/truecharts/charts/compare/shlink-web-client-9.1.8...shlink-web-client-9.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [shlink-web-client-9.1.8](https://github.com/truecharts/charts/compare/shlink-web-client-9.1.7...shlink-web-client-9.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [shlink-web-client-9.1.7](https://github.com/truecharts/charts/compare/shlink-web-client-9.1.6...shlink-web-client-9.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [shlink-web-client-9.1.6](https://github.com/truecharts/charts/compare/shlink-web-client-9.1.5...shlink-web-client-9.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/shlink-web-client/10.3.0/Chart.yaml b/stable/shlink-web-client/10.3.0/Chart.yaml new file mode 100644 index 00000000000..61fc61c721f --- /dev/null +++ b/stable/shlink-web-client/10.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.10.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A ReactJS-based progressive web application for Shlink. +home: https://truecharts.org/charts/stable/shlink-web-client +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shlink-web-client.png +keywords: + - url + - shortener + - frontend +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: shlink-web-client +sources: + - https://github.com/shlinkio/shlink-web-client + - https://github.com/truecharts/charts/tree/master/charts/stable/shlink-web-client + - https://hub.docker.com/r/shlinkio/shlink-web-client +type: application +version: 10.3.0 diff --git a/stable/shlink-web-client/10.1.3/README.md b/stable/shlink-web-client/10.3.0/README.md similarity index 100% rename from stable/shlink-web-client/10.1.3/README.md rename to stable/shlink-web-client/10.3.0/README.md diff --git a/stable/shlink-web-client/10.3.0/app-changelog.md b/stable/shlink-web-client/10.3.0/app-changelog.md new file mode 100644 index 00000000000..48bde0296a4 --- /dev/null +++ b/stable/shlink-web-client/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [shlink-web-client-10.3.0](https://github.com/truecharts/charts/compare/shlink-web-client-10.2.3...shlink-web-client-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/shlink-web-client/10.1.3/app-readme.md b/stable/shlink-web-client/10.3.0/app-readme.md similarity index 100% rename from stable/shlink-web-client/10.1.3/app-readme.md rename to stable/shlink-web-client/10.3.0/app-readme.md diff --git a/stable/shlink-web-client/10.3.0/charts/common-18.2.0.tgz b/stable/shlink-web-client/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/shlink-web-client/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/shlink-web-client/10.1.3/ix_values.yaml b/stable/shlink-web-client/10.3.0/ix_values.yaml similarity index 100% rename from stable/shlink-web-client/10.1.3/ix_values.yaml rename to stable/shlink-web-client/10.3.0/ix_values.yaml diff --git a/stable/shlink-web-client/10.1.3/questions.yaml b/stable/shlink-web-client/10.3.0/questions.yaml similarity index 100% rename from stable/shlink-web-client/10.1.3/questions.yaml rename to stable/shlink-web-client/10.3.0/questions.yaml diff --git a/stable/snapdrop/9.2.0/templates/NOTES.txt b/stable/shlink-web-client/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/snapdrop/9.2.0/templates/NOTES.txt rename to stable/shlink-web-client/10.3.0/templates/NOTES.txt diff --git a/stable/snippet-box/7.1.3/templates/common.yaml b/stable/shlink-web-client/10.3.0/templates/common.yaml similarity index 100% rename from stable/snippet-box/7.1.3/templates/common.yaml rename to stable/shlink-web-client/10.3.0/templates/common.yaml diff --git a/stable/slash/4.1.3/values.yaml b/stable/shlink-web-client/10.3.0/values.yaml similarity index 100% rename from stable/slash/4.1.3/values.yaml rename to stable/shlink-web-client/10.3.0/values.yaml diff --git a/stable/smartctl-exporter/2.3.1/.helmignore b/stable/shlink/14.1.0/.helmignore similarity index 100% rename from stable/smartctl-exporter/2.3.1/.helmignore rename to stable/shlink/14.1.0/.helmignore diff --git a/stable/shlink/14.1.0/CHANGELOG.md b/stable/shlink/14.1.0/CHANGELOG.md new file mode 100644 index 00000000000..c34d4cc853f --- /dev/null +++ b/stable/shlink/14.1.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [shlink-14.1.0](https://github.com/truecharts/charts/compare/shlink-14.0.3...shlink-14.1.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [shlink-14.0.3](https://github.com/truecharts/charts/compare/shlink-14.0.2...shlink-14.0.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [shlink-14.0.2](https://github.com/truecharts/charts/compare/shlink-14.0.0...shlink-14.0.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + +## [shlink-12.1.17](https://github.com/truecharts/charts/compare/shlink-12.1.16...shlink-12.1.17) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [shlink-12.1.16](https://github.com/truecharts/charts/compare/shlink-12.1.15...shlink-12.1.16) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [shlink-12.1.15](https://github.com/truecharts/charts/compare/shlink-12.1.14...shlink-12.1.15) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [shlink-12.1.14](https://github.com/truecharts/charts/compare/shlink-12.1.13...shlink-12.1.14) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [shlink-12.1.13](https://github.com/truecharts/charts/compare/shlink-12.1.12...shlink-12.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [shlink-12.1.12](https://github.com/truecharts/charts/compare/shlink-12.1.11...shlink-12.1.12) (2024-01-21) + +### Chore \ No newline at end of file diff --git a/stable/shlink/14.1.0/Chart.yaml b/stable/shlink/14.1.0/Chart.yaml new file mode 100644 index 00000000000..75cbf253419 --- /dev/null +++ b/stable/shlink/14.1.0/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.0.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A PHP-based self-hosted URL shortener that can be used to serve shortened URLs under your own custom domain. +home: https://truecharts.org/charts/stable/shlink +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shlink.png +keywords: + - url + - shortener +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: shlink +sources: + - https://github.com/shlinkio/shlink + - https://github.com/truecharts/charts/tree/master/charts/stable/shlink + - https://hub.docker.com/r/shlinkio/shlink +type: application +version: 14.1.0 diff --git a/stable/shlink/14.1.0/README.md b/stable/shlink/14.1.0/README.md new file mode 100644 index 00000000000..a18f3ec2e58 --- /dev/null +++ b/stable/shlink/14.1.0/README.md @@ -0,0 +1,28 @@ +--- +title: README +--- + +## General Info + +TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. +However only installations using the TrueNAS SCALE Apps system are supported. + +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/shlink) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +_All Rights Reserved - The TrueCharts Project_ diff --git a/stable/shlink/14.1.0/app-changelog.md b/stable/shlink/14.1.0/app-changelog.md new file mode 100644 index 00000000000..9c485bf95ce --- /dev/null +++ b/stable/shlink/14.1.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [shlink-14.1.0](https://github.com/truecharts/charts/compare/shlink-14.0.3...shlink-14.1.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/shlink/14.1.0/app-readme.md b/stable/shlink/14.1.0/app-readme.md new file mode 100644 index 00000000000..9d58e01696f --- /dev/null +++ b/stable/shlink/14.1.0/app-readme.md @@ -0,0 +1,8 @@ +A PHP-based self-hosted URL shortener that can be used to serve shortened URLs under your own custom domain. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/shlink](https://truecharts.org/charts/stable/shlink) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! diff --git a/stable/shlink/14.1.0/charts/common-18.2.0.tgz b/stable/shlink/14.1.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/shlink/14.1.0/charts/common-18.2.0.tgz differ diff --git a/stable/speedtest-tracker/1.1.0/charts/redis-11.2.1.tgz b/stable/shlink/14.1.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/speedtest-tracker/1.1.0/charts/redis-11.2.1.tgz rename to stable/shlink/14.1.0/charts/redis-11.2.1.tgz diff --git a/stable/shlink/14.1.0/ix_values.yaml b/stable/shlink/14.1.0/ix_values.yaml new file mode 100644 index 00000000000..0f9a9162b37 --- /dev/null +++ b/stable/shlink/14.1.0/ix_values.yaml @@ -0,0 +1,61 @@ +image: + repository: shlinkio/shlink + pullPolicy: IfNotPresent + tag: 4.0.0@sha256:e03f43a18fea4edb846dad28aecd093cf0a6afb2b147eb6defb867c2ca54679d +service: + main: + ports: + main: + port: 10153 +cnpg: + main: + enabled: true + user: shlink + database: shlink +redis: + enabled: true + redisUsername: "default" +portal: + open: + enabled: false +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + path: "/rest/health" + readiness: + path: "/rest/health" + startup: + path: "/rest/health" + env: + DEFAULT_DOMAIN: "" + GEOLITE_LICENSE_KEY: "" + ANONYMIZE_REMOTE_ADDR: true + ENABLE_PERIODIC_VISIT_LOCATE: true + IS_HTTPS_ENABLED: true + PORT: "{{ .Values.service.main.ports.main.port }}" + DB_DRIVER: "postgres" + DB_USER: "{{ .Values.cnpg.main.user }}" + DB_NAME: "{{ .Values.cnpg.main.database }}" + DB_PASSWORD: + secretKeyRef: + name: cnpg-main-user + key: password + DB_HOST: + secretKeyRef: + name: cnpg-main-urls + key: host + REDIS_SERVERS: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' + key: url diff --git a/stable/shlink/14.1.0/questions.yaml b/stable/shlink/14.1.0/questions.yaml new file mode 100755 index 00000000000..e4d8ddfa6a7 --- /dev/null +++ b/stable/shlink/14.1.0/questions.yaml @@ -0,0 +1,3005 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: {} +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: DEFAULT_DOMAIN + label: "Default Domain" + description: "The default short domain used for this shlink instance. For example doma.in." + schema: + type: string + default: "" + - variable: GEOLITE_LICENSE_KEY + label: "GeoLite2 License Key" + description: "The license key used to download new GeoLite2 database files." + schema: + type: string + default: "" + - variable: ANONYMIZE_REMOTE_ADDR + label: "Anonymize Remote Address" + description: "Tells if IP addresses from visitors should be obfuscated before storing them in the database" + schema: + type: boolean + default: true + - variable: ENABLE_PERIODIC_VISIT_LOCATE + label: "Enable Periodic visit:locate" + description: "it schedules the visit:locate command to be run every hour inside the container using crontab" + schema: + type: boolean + default: true + - variable: IS_HTTPS_ENABLED + label: "Served over HTTPS" + description: "Tells if Shlink is served with https or not" + schema: + type: boolean + default: true + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10153 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/soft-serve/6.1.3/templates/NOTES.txt b/stable/shlink/14.1.0/templates/NOTES.txt similarity index 100% rename from stable/soft-serve/6.1.3/templates/NOTES.txt rename to stable/shlink/14.1.0/templates/NOTES.txt diff --git a/stable/spaceengineers/6.1.3/templates/common.yaml b/stable/shlink/14.1.0/templates/common.yaml similarity index 100% rename from stable/spaceengineers/6.1.3/templates/common.yaml rename to stable/shlink/14.1.0/templates/common.yaml diff --git a/stable/smartctl-exporter/2.3.1/values.yaml b/stable/shlink/14.1.0/values.yaml similarity index 100% rename from stable/smartctl-exporter/2.3.1/values.yaml rename to stable/shlink/14.1.0/values.yaml diff --git a/stable/shoko-server/9.1.3/CHANGELOG.md b/stable/shoko-server/9.1.3/CHANGELOG.md deleted file mode 100644 index 3f36b604215..00000000000 --- a/stable/shoko-server/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [shoko-server-8.1.11](https://github.com/truecharts/charts/compare/shoko-server-8.1.10...shoko-server-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [shoko-server-8.1.10](https://github.com/truecharts/charts/compare/shoko-server-8.1.9...shoko-server-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [shoko-server-8.1.9](https://github.com/truecharts/charts/compare/shoko-server-8.1.8...shoko-server-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [shoko-server-8.1.8](https://github.com/truecharts/charts/compare/shoko-server-8.1.7...shoko-server-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [shoko-server-8.1.7](https://github.com/truecharts/charts/compare/shoko-server-8.1.6...shoko-server-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [shoko-server-8.1.6](https://github.com/truecharts/charts/compare/shoko-server-8.1.5...shoko-server-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [shoko-server-8.1.5](https://github.com/truecharts/charts/compare/shoko-server-8.1.4...shoko-server-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [shoko-server-8.1.4](https://github.com/truecharts/charts/compare/shoko-server-8.1.3...shoko-server-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [shoko-server-8.1.3](https://github.com/truecharts/charts/compare/shoko-server-8.1.0...shoko-server-8.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/shoko-server/9.1.3/Chart.yaml b/stable/shoko-server/9.1.3/Chart.yaml deleted file mode 100644 index ff5edd2e2a2..00000000000 --- a/stable/shoko-server/9.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.2.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Anime cataloging program designed to automate the cataloging of your collection. -home: https://truecharts.org/charts/stable/shoko-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/shoko-server.png -keywords: - - shoko-server - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: shoko-server -sources: - - https://github.com/ShokoAnime/ShokoServer - - https://github.com/truecharts/charts/tree/master/charts/stable/shoko-server - - https://hub.docker.com/r/shokoanime/server -type: application -version: 9.1.3 diff --git a/stable/shoko-server/9.1.3/charts/common-18.0.3.tgz b/stable/shoko-server/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/shoko-server/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/smokeping/10.2.0/.helmignore b/stable/shoko-server/9.3.0/.helmignore similarity index 100% rename from stable/smokeping/10.2.0/.helmignore rename to stable/shoko-server/9.3.0/.helmignore diff --git a/stable/shoko-server/9.3.0/CHANGELOG.md b/stable/shoko-server/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..cbe2c86a0ef --- /dev/null +++ b/stable/shoko-server/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [shoko-server-9.3.0](https://github.com/truecharts/charts/compare/shoko-server-9.2.3...shoko-server-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [shoko-server-9.2.3](https://github.com/truecharts/charts/compare/shoko-server-9.2.2...shoko-server-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [shoko-server-9.2.2](https://github.com/truecharts/charts/compare/shoko-server-9.2.0...shoko-server-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [shoko-server-8.1.11](https://github.com/truecharts/charts/compare/shoko-server-8.1.10...shoko-server-8.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [shoko-server-8.1.10](https://github.com/truecharts/charts/compare/shoko-server-8.1.9...shoko-server-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [shoko-server-8.1.9](https://github.com/truecharts/charts/compare/shoko-server-8.1.8...shoko-server-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [shoko-server-8.1.8](https://github.com/truecharts/charts/compare/shoko-server-8.1.7...shoko-server-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [shoko-server-8.1.7](https://github.com/truecharts/charts/compare/shoko-server-8.1.6...shoko-server-8.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [shoko-server-8.1.6](https://github.com/truecharts/charts/compare/shoko-server-8.1.5...shoko-server-8.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/shoko-server/9.3.0/Chart.yaml b/stable/shoko-server/9.3.0/Chart.yaml new file mode 100644 index 00000000000..c04837d9ee0 --- /dev/null +++ b/stable/shoko-server/9.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.2.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Anime cataloging program designed to automate the cataloging of your collection. +home: https://truecharts.org/charts/stable/shoko-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shoko-server.png +keywords: + - shoko-server + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: shoko-server +sources: + - https://github.com/ShokoAnime/ShokoServer + - https://github.com/truecharts/charts/tree/master/charts/stable/shoko-server + - https://hub.docker.com/r/shokoanime/server +type: application +version: 9.3.0 diff --git a/stable/shoko-server/9.1.3/README.md b/stable/shoko-server/9.3.0/README.md similarity index 100% rename from stable/shoko-server/9.1.3/README.md rename to stable/shoko-server/9.3.0/README.md diff --git a/stable/shoko-server/9.3.0/app-changelog.md b/stable/shoko-server/9.3.0/app-changelog.md new file mode 100644 index 00000000000..682d07e246d --- /dev/null +++ b/stable/shoko-server/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [shoko-server-9.3.0](https://github.com/truecharts/charts/compare/shoko-server-9.2.3...shoko-server-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/shoko-server/9.1.3/app-readme.md b/stable/shoko-server/9.3.0/app-readme.md similarity index 100% rename from stable/shoko-server/9.1.3/app-readme.md rename to stable/shoko-server/9.3.0/app-readme.md diff --git a/stable/shoko-server/9.3.0/charts/common-18.2.0.tgz b/stable/shoko-server/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/shoko-server/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/shoko-server/9.1.3/ix_values.yaml b/stable/shoko-server/9.3.0/ix_values.yaml similarity index 100% rename from stable/shoko-server/9.1.3/ix_values.yaml rename to stable/shoko-server/9.3.0/ix_values.yaml diff --git a/stable/shoko-server/9.1.3/questions.yaml b/stable/shoko-server/9.3.0/questions.yaml similarity index 100% rename from stable/shoko-server/9.1.3/questions.yaml rename to stable/shoko-server/9.3.0/questions.yaml diff --git a/stable/sonsoftheforest/3.1.3/templates/NOTES.txt b/stable/shoko-server/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/sonsoftheforest/3.1.3/templates/NOTES.txt rename to stable/shoko-server/9.3.0/templates/NOTES.txt diff --git a/stable/shoko-server/9.1.3/templates/common.yaml b/stable/shoko-server/9.3.0/templates/common.yaml similarity index 100% rename from stable/shoko-server/9.1.3/templates/common.yaml rename to stable/shoko-server/9.3.0/templates/common.yaml diff --git a/stable/smokeping/10.2.0/values.yaml b/stable/shoko-server/9.3.0/values.yaml similarity index 100% rename from stable/smokeping/10.2.0/values.yaml rename to stable/shoko-server/9.3.0/values.yaml diff --git a/stable/shortipy/5.1.3/CHANGELOG.md b/stable/shortipy/5.1.3/CHANGELOG.md deleted file mode 100644 index 2a2ca549e91..00000000000 --- a/stable/shortipy/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [shortipy-4.1.11](https://github.com/truecharts/charts/compare/shortipy-4.1.10...shortipy-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [shortipy-4.1.10](https://github.com/truecharts/charts/compare/shortipy-4.1.9...shortipy-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [shortipy-4.1.9](https://github.com/truecharts/charts/compare/shortipy-4.1.8...shortipy-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [shortipy-4.1.8](https://github.com/truecharts/charts/compare/shortipy-4.1.7...shortipy-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [shortipy-4.1.7](https://github.com/truecharts/charts/compare/shortipy-4.1.6...shortipy-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [shortipy-4.1.6](https://github.com/truecharts/charts/compare/shortipy-4.1.5...shortipy-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [shortipy-4.1.5](https://github.com/truecharts/charts/compare/shortipy-4.1.4...shortipy-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [shortipy-4.1.4](https://github.com/truecharts/charts/compare/shortipy-4.1.3...shortipy-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [shortipy-4.1.3](https://github.com/truecharts/charts/compare/shortipy-4.1.0...shortipy-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/shortipy/5.1.3/Chart.yaml b/stable/shortipy/5.1.3/Chart.yaml deleted file mode 100644 index 6a4ac78a7a0..00000000000 --- a/stable/shortipy/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: URL Shortener in python based on flask -home: https://truecharts.org/charts/stable/shortipy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/shortipy.png -keywords: - - shortipy - - Tools-Utilities - - Network-Management -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: shortipy -sources: - - https://github.com/maschhoff/shortipy - - https://github.com/truecharts/charts/tree/master/charts/stable/shortipy - - https://hub.docker.com/r/knex666/shortipy -type: application -version: 5.1.3 diff --git a/stable/shortipy/5.1.3/charts/common-18.0.3.tgz b/stable/shortipy/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/shortipy/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/smtp-relay/3.1.3/.helmignore b/stable/shortipy/5.3.0/.helmignore similarity index 100% rename from stable/smtp-relay/3.1.3/.helmignore rename to stable/shortipy/5.3.0/.helmignore diff --git a/stable/shortipy/5.3.0/CHANGELOG.md b/stable/shortipy/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..580508ead3b --- /dev/null +++ b/stable/shortipy/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [shortipy-5.3.0](https://github.com/truecharts/charts/compare/shortipy-5.2.3...shortipy-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [shortipy-5.2.3](https://github.com/truecharts/charts/compare/shortipy-5.2.2...shortipy-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [shortipy-5.2.2](https://github.com/truecharts/charts/compare/shortipy-5.2.0...shortipy-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [shortipy-4.1.11](https://github.com/truecharts/charts/compare/shortipy-4.1.10...shortipy-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [shortipy-4.1.10](https://github.com/truecharts/charts/compare/shortipy-4.1.9...shortipy-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [shortipy-4.1.9](https://github.com/truecharts/charts/compare/shortipy-4.1.8...shortipy-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [shortipy-4.1.8](https://github.com/truecharts/charts/compare/shortipy-4.1.7...shortipy-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [shortipy-4.1.7](https://github.com/truecharts/charts/compare/shortipy-4.1.6...shortipy-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [shortipy-4.1.6](https://github.com/truecharts/charts/compare/shortipy-4.1.5...shortipy-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/shortipy/5.3.0/Chart.yaml b/stable/shortipy/5.3.0/Chart.yaml new file mode 100644 index 00000000000..3fbd0eb3391 --- /dev/null +++ b/stable/shortipy/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: URL Shortener in python based on flask +home: https://truecharts.org/charts/stable/shortipy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shortipy.png +keywords: + - shortipy + - Tools-Utilities + - Network-Management +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: shortipy +sources: + - https://github.com/maschhoff/shortipy + - https://github.com/truecharts/charts/tree/master/charts/stable/shortipy + - https://hub.docker.com/r/knex666/shortipy +type: application +version: 5.3.0 diff --git a/stable/shortipy/5.1.3/README.md b/stable/shortipy/5.3.0/README.md similarity index 100% rename from stable/shortipy/5.1.3/README.md rename to stable/shortipy/5.3.0/README.md diff --git a/stable/shortipy/5.3.0/app-changelog.md b/stable/shortipy/5.3.0/app-changelog.md new file mode 100644 index 00000000000..064937fb13d --- /dev/null +++ b/stable/shortipy/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [shortipy-5.3.0](https://github.com/truecharts/charts/compare/shortipy-5.2.3...shortipy-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/shortipy/5.1.3/app-readme.md b/stable/shortipy/5.3.0/app-readme.md similarity index 100% rename from stable/shortipy/5.1.3/app-readme.md rename to stable/shortipy/5.3.0/app-readme.md diff --git a/stable/shortipy/5.3.0/charts/common-18.2.0.tgz b/stable/shortipy/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/shortipy/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/shortipy/5.1.3/ix_values.yaml b/stable/shortipy/5.3.0/ix_values.yaml similarity index 100% rename from stable/shortipy/5.1.3/ix_values.yaml rename to stable/shortipy/5.3.0/ix_values.yaml diff --git a/stable/shortipy/5.1.3/questions.yaml b/stable/shortipy/5.3.0/questions.yaml similarity index 100% rename from stable/shortipy/5.1.3/questions.yaml rename to stable/shortipy/5.3.0/questions.yaml diff --git a/stable/shortipy/5.1.3/templates/common.yaml b/stable/shortipy/5.3.0/templates/common.yaml similarity index 100% rename from stable/shortipy/5.1.3/templates/common.yaml rename to stable/shortipy/5.3.0/templates/common.yaml diff --git a/stable/smtp-relay/3.1.3/values.yaml b/stable/shortipy/5.3.0/values.yaml similarity index 100% rename from stable/smtp-relay/3.1.3/values.yaml rename to stable/shortipy/5.3.0/values.yaml diff --git a/stable/shorturl/10.1.3/CHANGELOG.md b/stable/shorturl/10.1.3/CHANGELOG.md deleted file mode 100644 index f498425e58f..00000000000 --- a/stable/shorturl/10.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [shorturl-9.1.11](https://github.com/truecharts/charts/compare/shorturl-9.1.10...shorturl-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [shorturl-9.1.10](https://github.com/truecharts/charts/compare/shorturl-9.1.9...shorturl-9.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [shorturl-9.1.9](https://github.com/truecharts/charts/compare/shorturl-9.1.8...shorturl-9.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [shorturl-9.1.8](https://github.com/truecharts/charts/compare/shorturl-9.1.7...shorturl-9.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [shorturl-9.1.7](https://github.com/truecharts/charts/compare/shorturl-9.1.6...shorturl-9.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [shorturl-9.1.6](https://github.com/truecharts/charts/compare/shorturl-9.1.5...shorturl-9.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [shorturl-9.1.5](https://github.com/truecharts/charts/compare/shorturl-9.1.4...shorturl-9.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [shorturl-9.1.4](https://github.com/truecharts/charts/compare/shorturl-9.1.3...shorturl-9.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [shorturl-9.1.3](https://github.com/truecharts/charts/compare/shorturl-9.1.0...shorturl-9.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/shorturl/10.1.3/Chart.yaml b/stable/shorturl/10.1.3/Chart.yaml deleted file mode 100644 index dfc773bc63e..00000000000 --- a/stable/shorturl/10.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.1.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Self hosted web app for shortening urls (URL shortener) -home: https://truecharts.org/charts/stable/shorturl -icon: https://truecharts.org/img/hotlink-ok/chart-icons/shorturl.png -keywords: - - url - - shortener - - shorten - - shorturl -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: shorturl -sources: - - https://github.com/prologic/shorturl - - https://github.com/nicholaswilde/docker-shorturl - - https://github.com/truecharts/charts/tree/master/charts/stable/shorturl - - https://ghcr.io/nicholaswilde/shorturl -type: application -version: 10.1.3 diff --git a/stable/shorturl/10.1.3/charts/common-18.0.3.tgz b/stable/shorturl/10.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/shorturl/10.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/snapdrop/9.2.0/.helmignore b/stable/shorturl/10.3.0/.helmignore similarity index 100% rename from stable/snapdrop/9.2.0/.helmignore rename to stable/shorturl/10.3.0/.helmignore diff --git a/stable/shorturl/10.3.0/CHANGELOG.md b/stable/shorturl/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..a37aa1a1505 --- /dev/null +++ b/stable/shorturl/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [shorturl-10.3.0](https://github.com/truecharts/charts/compare/shorturl-10.2.3...shorturl-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [shorturl-10.2.3](https://github.com/truecharts/charts/compare/shorturl-10.2.2...shorturl-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [shorturl-10.2.2](https://github.com/truecharts/charts/compare/shorturl-10.2.0...shorturl-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [shorturl-9.1.11](https://github.com/truecharts/charts/compare/shorturl-9.1.10...shorturl-9.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [shorturl-9.1.10](https://github.com/truecharts/charts/compare/shorturl-9.1.9...shorturl-9.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [shorturl-9.1.9](https://github.com/truecharts/charts/compare/shorturl-9.1.8...shorturl-9.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [shorturl-9.1.8](https://github.com/truecharts/charts/compare/shorturl-9.1.7...shorturl-9.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [shorturl-9.1.7](https://github.com/truecharts/charts/compare/shorturl-9.1.6...shorturl-9.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [shorturl-9.1.6](https://github.com/truecharts/charts/compare/shorturl-9.1.5...shorturl-9.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/shorturl/10.3.0/Chart.yaml b/stable/shorturl/10.3.0/Chart.yaml new file mode 100644 index 00000000000..5251eca06ce --- /dev/null +++ b/stable/shorturl/10.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.1.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Self hosted web app for shortening urls (URL shortener) +home: https://truecharts.org/charts/stable/shorturl +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shorturl.png +keywords: + - url + - shortener + - shorten + - shorturl +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: shorturl +sources: + - https://github.com/prologic/shorturl + - https://github.com/nicholaswilde/docker-shorturl + - https://github.com/truecharts/charts/tree/master/charts/stable/shorturl + - https://ghcr.io/nicholaswilde/shorturl +type: application +version: 10.3.0 diff --git a/stable/shorturl/10.1.3/README.md b/stable/shorturl/10.3.0/README.md similarity index 100% rename from stable/shorturl/10.1.3/README.md rename to stable/shorturl/10.3.0/README.md diff --git a/stable/shorturl/10.3.0/app-changelog.md b/stable/shorturl/10.3.0/app-changelog.md new file mode 100644 index 00000000000..4a6dd752460 --- /dev/null +++ b/stable/shorturl/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [shorturl-10.3.0](https://github.com/truecharts/charts/compare/shorturl-10.2.3...shorturl-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/shorturl/10.1.3/app-readme.md b/stable/shorturl/10.3.0/app-readme.md similarity index 100% rename from stable/shorturl/10.1.3/app-readme.md rename to stable/shorturl/10.3.0/app-readme.md diff --git a/stable/shorturl/10.3.0/charts/common-18.2.0.tgz b/stable/shorturl/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/shorturl/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/shorturl/10.1.3/ix_values.yaml b/stable/shorturl/10.3.0/ix_values.yaml similarity index 100% rename from stable/shorturl/10.1.3/ix_values.yaml rename to stable/shorturl/10.3.0/ix_values.yaml diff --git a/stable/shorturl/10.1.3/questions.yaml b/stable/shorturl/10.3.0/questions.yaml similarity index 100% rename from stable/shorturl/10.1.3/questions.yaml rename to stable/shorturl/10.3.0/questions.yaml diff --git a/stable/spaceengineers/6.1.3/templates/NOTES.txt b/stable/shorturl/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/spaceengineers/6.1.3/templates/NOTES.txt rename to stable/shorturl/10.3.0/templates/NOTES.txt diff --git a/stable/shorturl/10.1.3/templates/common.yaml b/stable/shorturl/10.3.0/templates/common.yaml similarity index 100% rename from stable/shorturl/10.1.3/templates/common.yaml rename to stable/shorturl/10.3.0/templates/common.yaml diff --git a/stable/snapdrop/9.2.0/values.yaml b/stable/shorturl/10.3.0/values.yaml similarity index 100% rename from stable/snapdrop/9.2.0/values.yaml rename to stable/shorturl/10.3.0/values.yaml diff --git a/stable/sia-daemon/5.1.3/CHANGELOG.md b/stable/sia-daemon/5.1.3/CHANGELOG.md deleted file mode 100644 index dad4f97acd0..00000000000 --- a/stable/sia-daemon/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [sia-daemon-4.1.11](https://github.com/truecharts/charts/compare/sia-daemon-4.1.10...sia-daemon-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [sia-daemon-4.1.10](https://github.com/truecharts/charts/compare/sia-daemon-4.1.9...sia-daemon-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [sia-daemon-4.1.9](https://github.com/truecharts/charts/compare/sia-daemon-4.1.8...sia-daemon-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [sia-daemon-4.1.8](https://github.com/truecharts/charts/compare/sia-daemon-4.1.7...sia-daemon-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [sia-daemon-4.1.7](https://github.com/truecharts/charts/compare/sia-daemon-4.1.6...sia-daemon-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [sia-daemon-4.1.6](https://github.com/truecharts/charts/compare/sia-daemon-4.1.5...sia-daemon-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [sia-daemon-4.1.5](https://github.com/truecharts/charts/compare/sia-daemon-4.1.4...sia-daemon-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [sia-daemon-4.1.4](https://github.com/truecharts/charts/compare/sia-daemon-4.1.3...sia-daemon-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [sia-daemon-4.1.3](https://github.com/truecharts/charts/compare/sia-daemon-4.1.0...sia-daemon-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/sia-daemon/5.1.3/Chart.yaml b/stable/sia-daemon/5.1.3/Chart.yaml deleted file mode 100644 index c37cd64141c..00000000000 --- a/stable/sia-daemon/5.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: master -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Sia is a decentralized cloud storage platform that radically alters the landscape of cloud storage. By leveraging smart contracts, client-side encryption, and sophisticated redundancy (via Reed-Solomon codes), Sia allows users to safely store their data with hosts that they do not know or trust. The result is a cloud storage marketplace where hosts compete to offer the best service at the lowest price. And since there is no barrier to entry for hosts, anyone with spare storage capacity can join the network and start making money. -home: https://truecharts.org/charts/stable/sia-daemon -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sia-daemon.png -keywords: - - sia-daemon - - Cloud - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: sia-daemon -sources: - - https://github.com/siafoundation/siad - - https://github.com/SiaFoundation/siad/pkgs/container/siad - - https://github.com/truecharts/charts/tree/master/charts/stable/sia-daemon - - https://ghcr.io/siafoundation/siad -type: application -version: 5.1.3 diff --git a/stable/sia-daemon/5.1.3/charts/common-18.0.3.tgz b/stable/sia-daemon/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/sia-daemon/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/snippet-box/7.1.3/.helmignore b/stable/sia-daemon/5.3.0/.helmignore similarity index 100% rename from stable/snippet-box/7.1.3/.helmignore rename to stable/sia-daemon/5.3.0/.helmignore diff --git a/stable/sia-daemon/5.3.0/CHANGELOG.md b/stable/sia-daemon/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..b34faadf28b --- /dev/null +++ b/stable/sia-daemon/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sia-daemon-5.3.0](https://github.com/truecharts/charts/compare/sia-daemon-5.2.3...sia-daemon-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [sia-daemon-5.2.3](https://github.com/truecharts/charts/compare/sia-daemon-5.2.2...sia-daemon-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [sia-daemon-5.2.2](https://github.com/truecharts/charts/compare/sia-daemon-5.2.0...sia-daemon-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [sia-daemon-4.1.11](https://github.com/truecharts/charts/compare/sia-daemon-4.1.10...sia-daemon-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [sia-daemon-4.1.10](https://github.com/truecharts/charts/compare/sia-daemon-4.1.9...sia-daemon-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [sia-daemon-4.1.9](https://github.com/truecharts/charts/compare/sia-daemon-4.1.8...sia-daemon-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [sia-daemon-4.1.8](https://github.com/truecharts/charts/compare/sia-daemon-4.1.7...sia-daemon-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [sia-daemon-4.1.7](https://github.com/truecharts/charts/compare/sia-daemon-4.1.6...sia-daemon-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [sia-daemon-4.1.6](https://github.com/truecharts/charts/compare/sia-daemon-4.1.5...sia-daemon-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/sia-daemon/5.3.0/Chart.yaml b/stable/sia-daemon/5.3.0/Chart.yaml new file mode 100644 index 00000000000..01a133f39cd --- /dev/null +++ b/stable/sia-daemon/5.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: master +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Sia is a decentralized cloud storage platform that radically alters the landscape of cloud storage. By leveraging smart contracts, client-side encryption, and sophisticated redundancy (via Reed-Solomon codes), Sia allows users to safely store their data with hosts that they do not know or trust. The result is a cloud storage marketplace where hosts compete to offer the best service at the lowest price. And since there is no barrier to entry for hosts, anyone with spare storage capacity can join the network and start making money. +home: https://truecharts.org/charts/stable/sia-daemon +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sia-daemon.png +keywords: + - sia-daemon + - Cloud + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sia-daemon +sources: + - https://github.com/siafoundation/siad + - https://github.com/SiaFoundation/siad/pkgs/container/siad + - https://github.com/truecharts/charts/tree/master/charts/stable/sia-daemon + - https://ghcr.io/siafoundation/siad +type: application +version: 5.3.0 diff --git a/stable/sia-daemon/5.1.3/README.md b/stable/sia-daemon/5.3.0/README.md similarity index 100% rename from stable/sia-daemon/5.1.3/README.md rename to stable/sia-daemon/5.3.0/README.md diff --git a/stable/sia-daemon/5.3.0/app-changelog.md b/stable/sia-daemon/5.3.0/app-changelog.md new file mode 100644 index 00000000000..963e837276f --- /dev/null +++ b/stable/sia-daemon/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [sia-daemon-5.3.0](https://github.com/truecharts/charts/compare/sia-daemon-5.2.3...sia-daemon-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/sia-daemon/5.1.3/app-readme.md b/stable/sia-daemon/5.3.0/app-readme.md similarity index 100% rename from stable/sia-daemon/5.1.3/app-readme.md rename to stable/sia-daemon/5.3.0/app-readme.md diff --git a/stable/sia-daemon/5.3.0/charts/common-18.2.0.tgz b/stable/sia-daemon/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/sia-daemon/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/sia-daemon/5.1.3/ix_values.yaml b/stable/sia-daemon/5.3.0/ix_values.yaml similarity index 100% rename from stable/sia-daemon/5.1.3/ix_values.yaml rename to stable/sia-daemon/5.3.0/ix_values.yaml diff --git a/stable/sia-daemon/5.1.3/questions.yaml b/stable/sia-daemon/5.3.0/questions.yaml similarity index 100% rename from stable/sia-daemon/5.1.3/questions.yaml rename to stable/sia-daemon/5.3.0/questions.yaml diff --git a/stable/sia-daemon/5.1.3/templates/common.yaml b/stable/sia-daemon/5.3.0/templates/common.yaml similarity index 100% rename from stable/sia-daemon/5.1.3/templates/common.yaml rename to stable/sia-daemon/5.3.0/templates/common.yaml diff --git a/stable/snippet-box/7.1.3/values.yaml b/stable/sia-daemon/5.3.0/values.yaml similarity index 100% rename from stable/snippet-box/7.1.3/values.yaml rename to stable/sia-daemon/5.3.0/values.yaml diff --git a/stable/sickchill/11.2.1/CHANGELOG.md b/stable/sickchill/11.2.1/CHANGELOG.md deleted file mode 100644 index ad6a4e7192c..00000000000 --- a/stable/sickchill/11.2.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - -## [sickchill-10.1.1](https://github.com/truecharts/charts/compare/sickchill-10.1.0...sickchill-10.1.1) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/sickchill to 2024.2.2[@721101f](https://github.com/721101f) by renovate ([#18076](https://github.com/truecharts/charts/issues/18076)) - - -## [sickchill-10.1.0](https://github.com/truecharts/charts/compare/sickchill-10.0.9...sickchill-10.1.0) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/sickchill to v2024.2.2[@0915dee](https://github.com/0915dee) by renovate ([#17939](https://github.com/truecharts/charts/issues/17939)) - - -## [sickchill-10.0.9](https://github.com/truecharts/charts/compare/sickchill-10.0.8...sickchill-10.0.9) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/sickchill to v2024.1.31[@3258510](https://github.com/3258510) by renovate ([#17911](https://github.com/truecharts/charts/issues/17911)) - - -## [sickchill-10.0.8](https://github.com/truecharts/charts/compare/sickchill-10.0.7...sickchill-10.0.8) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [sickchill-10.0.7](https://github.com/truecharts/charts/compare/sickchill-10.0.6...sickchill-10.0.7) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/sickchill to 2024.1.8[@1d3da07](https://github.com/1d3da07) by renovate ([#17623](https://github.com/truecharts/charts/issues/17623)) - - -## [sickchill-10.0.6](https://github.com/truecharts/charts/compare/sickchill-10.0.5...sickchill-10.0.6) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [sickchill-10.0.5](https://github.com/truecharts/charts/compare/sickchill-10.0.4...sickchill-10.0.5) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [sickchill-10.0.4](https://github.com/truecharts/charts/compare/sickchill-10.0.3...sickchill-10.0.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [sickchill-10.0.3](https://github.com/truecharts/charts/compare/sickchill-10.0.2...sickchill-10.0.3) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) \ No newline at end of file diff --git a/stable/sickchill/11.2.1/Chart.yaml b/stable/sickchill/11.2.1/Chart.yaml deleted file mode 100644 index 7f8d265b643..00000000000 --- a/stable/sickchill/11.2.1/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.2.27 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: An Automatic Video Library Manager for TV Shows -home: https://truecharts.org/charts/stable/sickchill -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sickchill.png -keywords: - - sickchill - - video - - library - - manager -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: sickchill -sources: - - https://github.com/SickChill/SickChill - - https://github.com/linuxserver/docker-sickchill - - https://github.com/truecharts/charts/tree/master/charts/stable/sickchill - - https://ghcr.io/linuxserver/sickchill -type: application -version: 11.2.1 diff --git a/stable/sickchill/11.2.1/charts/common-18.1.2.tgz b/stable/sickchill/11.2.1/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/sickchill/11.2.1/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/sickchill/11.2.1/ix_values.yaml b/stable/sickchill/11.2.1/ix_values.yaml deleted file mode 100644 index c9e4d00dcb1..00000000000 --- a/stable/sickchill/11.2.1/ix_values.yaml +++ /dev/null @@ -1,25 +0,0 @@ -image: - repository: ghcr.io/linuxserver/sickchill - pullPolicy: IfNotPresent - tag: 2024.2.27@sha256:1d2c14d535703fbf224f8865212a858a504df0ee3ed6f95d0d14536b73bc5de4 -service: - main: - ports: - main: - port: 10067 - targetPort: 8081 -persistence: - config: - enabled: true - mountPath: "/config" - varrun: - enabled: true -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 diff --git a/stable/socials/5.1.3/.helmignore b/stable/sickchill/11.4.0/.helmignore similarity index 100% rename from stable/socials/5.1.3/.helmignore rename to stable/sickchill/11.4.0/.helmignore diff --git a/stable/sickchill/11.4.0/CHANGELOG.md b/stable/sickchill/11.4.0/CHANGELOG.md new file mode 100644 index 00000000000..661198e93a3 --- /dev/null +++ b/stable/sickchill/11.4.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sickchill-11.4.0](https://github.com/truecharts/charts/compare/sickchill-11.3.3...sickchill-11.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [sickchill-11.3.3](https://github.com/truecharts/charts/compare/sickchill-11.3.2...sickchill-11.3.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [sickchill-11.3.2](https://github.com/truecharts/charts/compare/sickchill-11.3.0...sickchill-11.3.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + +## [sickchill-10.1.1](https://github.com/truecharts/charts/compare/sickchill-10.1.0...sickchill-10.1.1) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/sickchill to 2024.2.2[@721101f](https://github.com/721101f) by renovate ([#18076](https://github.com/truecharts/charts/issues/18076)) + + +## [sickchill-10.1.0](https://github.com/truecharts/charts/compare/sickchill-10.0.9...sickchill-10.1.0) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/sickchill to v2024.2.2[@0915dee](https://github.com/0915dee) by renovate ([#17939](https://github.com/truecharts/charts/issues/17939)) + + +## [sickchill-10.0.9](https://github.com/truecharts/charts/compare/sickchill-10.0.8...sickchill-10.0.9) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/sickchill to v2024.1.31[@3258510](https://github.com/3258510) by renovate ([#17911](https://github.com/truecharts/charts/issues/17911)) + + +## [sickchill-10.0.8](https://github.com/truecharts/charts/compare/sickchill-10.0.7...sickchill-10.0.8) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [sickchill-10.0.7](https://github.com/truecharts/charts/compare/sickchill-10.0.6...sickchill-10.0.7) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/sickchill to 2024.1.8[@1d3da07](https://github.com/1d3da07) by renovate ([#17623](https://github.com/truecharts/charts/issues/17623)) + + +## [sickchill-10.0.6](https://github.com/truecharts/charts/compare/sickchill-10.0.5...sickchill-10.0.6) (2024-01-26) + +### Chore diff --git a/stable/sickchill/11.4.0/Chart.yaml b/stable/sickchill/11.4.0/Chart.yaml new file mode 100644 index 00000000000..a3584f068d6 --- /dev/null +++ b/stable/sickchill/11.4.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.3.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An Automatic Video Library Manager for TV Shows +home: https://truecharts.org/charts/stable/sickchill +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sickchill.png +keywords: + - sickchill + - video + - library + - manager +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sickchill +sources: + - https://github.com/SickChill/SickChill + - https://github.com/linuxserver/docker-sickchill + - https://github.com/truecharts/charts/tree/master/charts/stable/sickchill + - https://ghcr.io/linuxserver/sickchill +type: application +version: 11.4.0 diff --git a/stable/sickchill/11.2.1/README.md b/stable/sickchill/11.4.0/README.md similarity index 100% rename from stable/sickchill/11.2.1/README.md rename to stable/sickchill/11.4.0/README.md diff --git a/stable/sickchill/11.4.0/app-changelog.md b/stable/sickchill/11.4.0/app-changelog.md new file mode 100644 index 00000000000..03a1b7846c6 --- /dev/null +++ b/stable/sickchill/11.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [sickchill-11.4.0](https://github.com/truecharts/charts/compare/sickchill-11.3.3...sickchill-11.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/sickchill/11.2.1/app-readme.md b/stable/sickchill/11.4.0/app-readme.md similarity index 100% rename from stable/sickchill/11.2.1/app-readme.md rename to stable/sickchill/11.4.0/app-readme.md diff --git a/stable/sickchill/11.4.0/charts/common-18.2.0.tgz b/stable/sickchill/11.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/sickchill/11.4.0/charts/common-18.2.0.tgz differ diff --git a/stable/sickchill/11.4.0/ix_values.yaml b/stable/sickchill/11.4.0/ix_values.yaml new file mode 100644 index 00000000000..456c4fcd7ca --- /dev/null +++ b/stable/sickchill/11.4.0/ix_values.yaml @@ -0,0 +1,25 @@ +image: + repository: ghcr.io/linuxserver/sickchill + pullPolicy: IfNotPresent + tag: 2024.3.1@sha256:5e8dd55bf1f5f3aa863a65f8eae726ec04fd0a9ba5855c33c20240116d4e08cd +service: + main: + ports: + main: + port: 10067 + targetPort: 8081 +persistence: + config: + enabled: true + mountPath: "/config" + varrun: + enabled: true +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 diff --git a/stable/sickchill/11.2.1/questions.yaml b/stable/sickchill/11.4.0/questions.yaml similarity index 100% rename from stable/sickchill/11.2.1/questions.yaml rename to stable/sickchill/11.4.0/questions.yaml diff --git a/stable/speedtest-exporter/10.3.0/templates/NOTES.txt b/stable/sickchill/11.4.0/templates/NOTES.txt similarity index 100% rename from stable/speedtest-exporter/10.3.0/templates/NOTES.txt rename to stable/sickchill/11.4.0/templates/NOTES.txt diff --git a/stable/sickchill/11.2.1/templates/common.yaml b/stable/sickchill/11.4.0/templates/common.yaml similarity index 100% rename from stable/sickchill/11.2.1/templates/common.yaml rename to stable/sickchill/11.4.0/templates/common.yaml diff --git a/stable/socials/5.1.3/values.yaml b/stable/sickchill/11.4.0/values.yaml similarity index 100% rename from stable/socials/5.1.3/values.yaml rename to stable/sickchill/11.4.0/values.yaml diff --git a/stable/sickgear/11.1.3/CHANGELOG.md b/stable/sickgear/11.1.3/CHANGELOG.md deleted file mode 100644 index 000334d2483..00000000000 --- a/stable/sickgear/11.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [sickgear-10.1.11](https://github.com/truecharts/charts/compare/sickgear-10.1.10...sickgear-10.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [sickgear-10.1.10](https://github.com/truecharts/charts/compare/sickgear-10.1.9...sickgear-10.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [sickgear-10.1.9](https://github.com/truecharts/charts/compare/sickgear-10.1.8...sickgear-10.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [sickgear-10.1.8](https://github.com/truecharts/charts/compare/sickgear-10.1.7...sickgear-10.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [sickgear-10.1.7](https://github.com/truecharts/charts/compare/sickgear-10.1.6...sickgear-10.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [sickgear-10.1.6](https://github.com/truecharts/charts/compare/sickgear-10.1.5...sickgear-10.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [sickgear-10.1.5](https://github.com/truecharts/charts/compare/sickgear-10.1.4...sickgear-10.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [sickgear-10.1.4](https://github.com/truecharts/charts/compare/sickgear-10.1.3...sickgear-10.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [sickgear-10.1.3](https://github.com/truecharts/charts/compare/sickgear-10.1.0...sickgear-10.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/sickgear/11.1.3/Chart.yaml b/stable/sickgear/11.1.3/Chart.yaml deleted file mode 100644 index 0cd5e12012a..00000000000 --- a/stable/sickgear/11.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more -home: https://truecharts.org/charts/stable/sickgear -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sickgear.png -keywords: - - sickgear - - manager - - tv - - shows -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: sickgear -sources: - - https://github.com/SickGear/SickGear - - https://github.com/truecharts/charts/tree/master/charts/stable/sickgear - - https://hub.docker.com/r/sickgear/sickgear -type: application -version: 11.1.3 diff --git a/stable/sickgear/11.1.3/charts/common-18.0.3.tgz b/stable/sickgear/11.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/sickgear/11.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/soft-serve/6.1.3/.helmignore b/stable/sickgear/11.3.0/.helmignore similarity index 100% rename from stable/soft-serve/6.1.3/.helmignore rename to stable/sickgear/11.3.0/.helmignore diff --git a/stable/sickgear/11.3.0/CHANGELOG.md b/stable/sickgear/11.3.0/CHANGELOG.md new file mode 100644 index 00000000000..00411c1dac1 --- /dev/null +++ b/stable/sickgear/11.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sickgear-11.3.0](https://github.com/truecharts/charts/compare/sickgear-11.2.3...sickgear-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [sickgear-11.2.3](https://github.com/truecharts/charts/compare/sickgear-11.2.2...sickgear-11.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [sickgear-11.2.2](https://github.com/truecharts/charts/compare/sickgear-11.2.0...sickgear-11.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [sickgear-10.1.11](https://github.com/truecharts/charts/compare/sickgear-10.1.10...sickgear-10.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [sickgear-10.1.10](https://github.com/truecharts/charts/compare/sickgear-10.1.9...sickgear-10.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [sickgear-10.1.9](https://github.com/truecharts/charts/compare/sickgear-10.1.8...sickgear-10.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [sickgear-10.1.8](https://github.com/truecharts/charts/compare/sickgear-10.1.7...sickgear-10.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [sickgear-10.1.7](https://github.com/truecharts/charts/compare/sickgear-10.1.6...sickgear-10.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [sickgear-10.1.6](https://github.com/truecharts/charts/compare/sickgear-10.1.5...sickgear-10.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/sickgear/11.3.0/Chart.yaml b/stable/sickgear/11.3.0/Chart.yaml new file mode 100644 index 00000000000..8c11f522594 --- /dev/null +++ b/stable/sickgear/11.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more +home: https://truecharts.org/charts/stable/sickgear +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sickgear.png +keywords: + - sickgear + - manager + - tv + - shows +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sickgear +sources: + - https://github.com/SickGear/SickGear + - https://github.com/truecharts/charts/tree/master/charts/stable/sickgear + - https://hub.docker.com/r/sickgear/sickgear +type: application +version: 11.3.0 diff --git a/stable/sickgear/11.1.3/README.md b/stable/sickgear/11.3.0/README.md similarity index 100% rename from stable/sickgear/11.1.3/README.md rename to stable/sickgear/11.3.0/README.md diff --git a/stable/sickgear/11.3.0/app-changelog.md b/stable/sickgear/11.3.0/app-changelog.md new file mode 100644 index 00000000000..5cfecfbd236 --- /dev/null +++ b/stable/sickgear/11.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [sickgear-11.3.0](https://github.com/truecharts/charts/compare/sickgear-11.2.3...sickgear-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/sickgear/11.1.3/app-readme.md b/stable/sickgear/11.3.0/app-readme.md similarity index 100% rename from stable/sickgear/11.1.3/app-readme.md rename to stable/sickgear/11.3.0/app-readme.md diff --git a/stable/sickgear/11.3.0/charts/common-18.2.0.tgz b/stable/sickgear/11.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/sickgear/11.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/sickgear/11.1.3/ix_values.yaml b/stable/sickgear/11.3.0/ix_values.yaml similarity index 100% rename from stable/sickgear/11.1.3/ix_values.yaml rename to stable/sickgear/11.3.0/ix_values.yaml diff --git a/stable/sickgear/11.1.3/questions.yaml b/stable/sickgear/11.3.0/questions.yaml similarity index 100% rename from stable/sickgear/11.1.3/questions.yaml rename to stable/sickgear/11.3.0/questions.yaml diff --git a/stable/speedtest-tracker/1.1.0/templates/NOTES.txt b/stable/sickgear/11.3.0/templates/NOTES.txt similarity index 100% rename from stable/speedtest-tracker/1.1.0/templates/NOTES.txt rename to stable/sickgear/11.3.0/templates/NOTES.txt diff --git a/stable/sickgear/11.1.3/templates/common.yaml b/stable/sickgear/11.3.0/templates/common.yaml similarity index 100% rename from stable/sickgear/11.1.3/templates/common.yaml rename to stable/sickgear/11.3.0/templates/common.yaml diff --git a/stable/soft-serve/6.1.3/values.yaml b/stable/sickgear/11.3.0/values.yaml similarity index 100% rename from stable/soft-serve/6.1.3/values.yaml rename to stable/sickgear/11.3.0/values.yaml diff --git a/stable/simply-shorten/8.1.3/CHANGELOG.md b/stable/simply-shorten/8.1.3/CHANGELOG.md deleted file mode 100644 index 14bc7a84958..00000000000 --- a/stable/simply-shorten/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [simply-shorten-7.1.11](https://github.com/truecharts/charts/compare/simply-shorten-7.1.10...simply-shorten-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [simply-shorten-7.1.10](https://github.com/truecharts/charts/compare/simply-shorten-7.1.9...simply-shorten-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [simply-shorten-7.1.9](https://github.com/truecharts/charts/compare/simply-shorten-7.1.8...simply-shorten-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [simply-shorten-7.1.8](https://github.com/truecharts/charts/compare/simply-shorten-7.1.7...simply-shorten-7.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [simply-shorten-7.1.7](https://github.com/truecharts/charts/compare/simply-shorten-7.1.6...simply-shorten-7.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [simply-shorten-7.1.6](https://github.com/truecharts/charts/compare/simply-shorten-7.1.5...simply-shorten-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [simply-shorten-7.1.5](https://github.com/truecharts/charts/compare/simply-shorten-7.1.4...simply-shorten-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [simply-shorten-7.1.4](https://github.com/truecharts/charts/compare/simply-shorten-7.1.3...simply-shorten-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [simply-shorten-7.1.3](https://github.com/truecharts/charts/compare/simply-shorten-7.1.0...simply-shorten-7.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/simply-shorten/8.1.3/Chart.yaml b/stable/simply-shorten/8.1.3/Chart.yaml deleted file mode 100644 index 358fa9b9e54..00000000000 --- a/stable/simply-shorten/8.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.1.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A dead simple URL shortener. -home: https://truecharts.org/charts/stable/simply-shorten -icon: https://truecharts.org/img/hotlink-ok/chart-icons/simply-shorten.png -keywords: - - simply-shorten - - Cloud - - Productivity - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: simply-shorten -sources: - - https://gitlab.com/draganczukp/simply-shorten - - https://github.com/truecharts/charts/tree/master/charts/stable/simply-shorten - - https://hub.docker.com/r/draganczukp/simply-shorten -type: application -version: 8.1.3 diff --git a/stable/simply-shorten/8.1.3/charts/common-18.0.3.tgz b/stable/simply-shorten/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/simply-shorten/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/songkong/5.2.0/.helmignore b/stable/simply-shorten/8.3.0/.helmignore similarity index 100% rename from stable/songkong/5.2.0/.helmignore rename to stable/simply-shorten/8.3.0/.helmignore diff --git a/stable/simply-shorten/8.3.0/CHANGELOG.md b/stable/simply-shorten/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..10dfda3edcb --- /dev/null +++ b/stable/simply-shorten/8.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [simply-shorten-8.3.0](https://github.com/truecharts/charts/compare/simply-shorten-8.2.3...simply-shorten-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [simply-shorten-8.2.3](https://github.com/truecharts/charts/compare/simply-shorten-8.2.2...simply-shorten-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [simply-shorten-8.2.2](https://github.com/truecharts/charts/compare/simply-shorten-8.2.0...simply-shorten-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [simply-shorten-7.1.11](https://github.com/truecharts/charts/compare/simply-shorten-7.1.10...simply-shorten-7.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [simply-shorten-7.1.10](https://github.com/truecharts/charts/compare/simply-shorten-7.1.9...simply-shorten-7.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [simply-shorten-7.1.9](https://github.com/truecharts/charts/compare/simply-shorten-7.1.8...simply-shorten-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [simply-shorten-7.1.8](https://github.com/truecharts/charts/compare/simply-shorten-7.1.7...simply-shorten-7.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [simply-shorten-7.1.7](https://github.com/truecharts/charts/compare/simply-shorten-7.1.6...simply-shorten-7.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [simply-shorten-7.1.6](https://github.com/truecharts/charts/compare/simply-shorten-7.1.5...simply-shorten-7.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/simply-shorten/8.3.0/Chart.yaml b/stable/simply-shorten/8.3.0/Chart.yaml new file mode 100644 index 00000000000..15408cbb7e0 --- /dev/null +++ b/stable/simply-shorten/8.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.1.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A dead simple URL shortener. +home: https://truecharts.org/charts/stable/simply-shorten +icon: https://truecharts.org/img/hotlink-ok/chart-icons/simply-shorten.png +keywords: + - simply-shorten + - Cloud + - Productivity + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: simply-shorten +sources: + - https://gitlab.com/draganczukp/simply-shorten + - https://github.com/truecharts/charts/tree/master/charts/stable/simply-shorten + - https://hub.docker.com/r/draganczukp/simply-shorten +type: application +version: 8.3.0 diff --git a/stable/simply-shorten/8.1.3/README.md b/stable/simply-shorten/8.3.0/README.md similarity index 100% rename from stable/simply-shorten/8.1.3/README.md rename to stable/simply-shorten/8.3.0/README.md diff --git a/stable/simply-shorten/8.3.0/app-changelog.md b/stable/simply-shorten/8.3.0/app-changelog.md new file mode 100644 index 00000000000..fa7ad2d50ab --- /dev/null +++ b/stable/simply-shorten/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [simply-shorten-8.3.0](https://github.com/truecharts/charts/compare/simply-shorten-8.2.3...simply-shorten-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/simply-shorten/8.1.3/app-readme.md b/stable/simply-shorten/8.3.0/app-readme.md similarity index 100% rename from stable/simply-shorten/8.1.3/app-readme.md rename to stable/simply-shorten/8.3.0/app-readme.md diff --git a/stable/simply-shorten/8.3.0/charts/common-18.2.0.tgz b/stable/simply-shorten/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/simply-shorten/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/simply-shorten/8.1.3/ix_values.yaml b/stable/simply-shorten/8.3.0/ix_values.yaml similarity index 100% rename from stable/simply-shorten/8.1.3/ix_values.yaml rename to stable/simply-shorten/8.3.0/ix_values.yaml diff --git a/stable/simply-shorten/8.1.3/questions.yaml b/stable/simply-shorten/8.3.0/questions.yaml similarity index 100% rename from stable/simply-shorten/8.1.3/questions.yaml rename to stable/simply-shorten/8.3.0/questions.yaml diff --git a/stable/splunk/7.1.3/templates/NOTES.txt b/stable/simply-shorten/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/splunk/7.1.3/templates/NOTES.txt rename to stable/simply-shorten/8.3.0/templates/NOTES.txt diff --git a/stable/simply-shorten/8.1.3/templates/common.yaml b/stable/simply-shorten/8.3.0/templates/common.yaml similarity index 100% rename from stable/simply-shorten/8.1.3/templates/common.yaml rename to stable/simply-shorten/8.3.0/templates/common.yaml diff --git a/stable/songkong/5.2.0/values.yaml b/stable/simply-shorten/8.3.0/values.yaml similarity index 100% rename from stable/songkong/5.2.0/values.yaml rename to stable/simply-shorten/8.3.0/values.yaml diff --git a/stable/sinusbot/5.1.3/CHANGELOG.md b/stable/sinusbot/5.1.3/CHANGELOG.md deleted file mode 100644 index 19c828bc60d..00000000000 --- a/stable/sinusbot/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [sinusbot-4.1.11](https://github.com/truecharts/charts/compare/sinusbot-4.1.10...sinusbot-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [sinusbot-4.1.10](https://github.com/truecharts/charts/compare/sinusbot-4.1.9...sinusbot-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [sinusbot-4.1.9](https://github.com/truecharts/charts/compare/sinusbot-4.1.8...sinusbot-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [sinusbot-4.1.8](https://github.com/truecharts/charts/compare/sinusbot-4.1.7...sinusbot-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [sinusbot-4.1.7](https://github.com/truecharts/charts/compare/sinusbot-4.1.6...sinusbot-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [sinusbot-4.1.6](https://github.com/truecharts/charts/compare/sinusbot-4.1.5...sinusbot-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [sinusbot-4.1.5](https://github.com/truecharts/charts/compare/sinusbot-4.1.4...sinusbot-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [sinusbot-4.1.4](https://github.com/truecharts/charts/compare/sinusbot-4.1.3...sinusbot-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [sinusbot-4.1.3](https://github.com/truecharts/charts/compare/sinusbot-4.1.0...sinusbot-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/sinusbot/5.1.3/Chart.yaml b/stable/sinusbot/5.1.3/Chart.yaml deleted file mode 100644 index 31c7f7141f6..00000000000 --- a/stable/sinusbot/5.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: SinusBot is a MusicBot that will let you listen to music together with your friends on either TeamSpeak 3 or Discord. -home: https://truecharts.org/charts/stable/sinusbot -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sinusbot.png -keywords: - - sinusbot - - Productivity - - Tools-Utilities - - MediaServer-Music -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: sinusbot -sources: - - https://forum.sinusbot.com - - https://github.com/truecharts/charts/tree/master/charts/stable/sinusbot - - https://hub.docker.com/r/sinusbot/docker -type: application -version: 5.1.3 diff --git a/stable/sinusbot/5.1.3/charts/common-18.0.3.tgz b/stable/sinusbot/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/sinusbot/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/sonsoftheforest/3.1.3/.helmignore b/stable/sinusbot/5.3.0/.helmignore similarity index 100% rename from stable/sonsoftheforest/3.1.3/.helmignore rename to stable/sinusbot/5.3.0/.helmignore diff --git a/stable/sinusbot/5.3.0/CHANGELOG.md b/stable/sinusbot/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..5be9414e986 --- /dev/null +++ b/stable/sinusbot/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sinusbot-5.3.0](https://github.com/truecharts/charts/compare/sinusbot-5.2.3...sinusbot-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [sinusbot-5.2.3](https://github.com/truecharts/charts/compare/sinusbot-5.2.2...sinusbot-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [sinusbot-5.2.2](https://github.com/truecharts/charts/compare/sinusbot-5.2.0...sinusbot-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [sinusbot-4.1.11](https://github.com/truecharts/charts/compare/sinusbot-4.1.10...sinusbot-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [sinusbot-4.1.10](https://github.com/truecharts/charts/compare/sinusbot-4.1.9...sinusbot-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [sinusbot-4.1.9](https://github.com/truecharts/charts/compare/sinusbot-4.1.8...sinusbot-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [sinusbot-4.1.8](https://github.com/truecharts/charts/compare/sinusbot-4.1.7...sinusbot-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [sinusbot-4.1.7](https://github.com/truecharts/charts/compare/sinusbot-4.1.6...sinusbot-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [sinusbot-4.1.6](https://github.com/truecharts/charts/compare/sinusbot-4.1.5...sinusbot-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/sinusbot/5.3.0/Chart.yaml b/stable/sinusbot/5.3.0/Chart.yaml new file mode 100644 index 00000000000..bf3d6fce754 --- /dev/null +++ b/stable/sinusbot/5.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: SinusBot is a MusicBot that will let you listen to music together with your friends on either TeamSpeak 3 or Discord. +home: https://truecharts.org/charts/stable/sinusbot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sinusbot.png +keywords: + - sinusbot + - Productivity + - Tools-Utilities + - MediaServer-Music +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sinusbot +sources: + - https://forum.sinusbot.com + - https://github.com/truecharts/charts/tree/master/charts/stable/sinusbot + - https://hub.docker.com/r/sinusbot/docker +type: application +version: 5.3.0 diff --git a/stable/sinusbot/5.1.3/README.md b/stable/sinusbot/5.3.0/README.md similarity index 100% rename from stable/sinusbot/5.1.3/README.md rename to stable/sinusbot/5.3.0/README.md diff --git a/stable/sinusbot/5.3.0/app-changelog.md b/stable/sinusbot/5.3.0/app-changelog.md new file mode 100644 index 00000000000..de7f8ee1dcc --- /dev/null +++ b/stable/sinusbot/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [sinusbot-5.3.0](https://github.com/truecharts/charts/compare/sinusbot-5.2.3...sinusbot-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/sinusbot/5.1.3/app-readme.md b/stable/sinusbot/5.3.0/app-readme.md similarity index 100% rename from stable/sinusbot/5.1.3/app-readme.md rename to stable/sinusbot/5.3.0/app-readme.md diff --git a/stable/sinusbot/5.3.0/charts/common-18.2.0.tgz b/stable/sinusbot/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/sinusbot/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/sinusbot/5.1.3/ix_values.yaml b/stable/sinusbot/5.3.0/ix_values.yaml similarity index 100% rename from stable/sinusbot/5.1.3/ix_values.yaml rename to stable/sinusbot/5.3.0/ix_values.yaml diff --git a/stable/sinusbot/5.1.3/questions.yaml b/stable/sinusbot/5.3.0/questions.yaml similarity index 100% rename from stable/sinusbot/5.1.3/questions.yaml rename to stable/sinusbot/5.3.0/questions.yaml diff --git a/stable/sinusbot/5.1.3/templates/common.yaml b/stable/sinusbot/5.3.0/templates/common.yaml similarity index 100% rename from stable/sinusbot/5.1.3/templates/common.yaml rename to stable/sinusbot/5.3.0/templates/common.yaml diff --git a/stable/sonsoftheforest/3.1.3/values.yaml b/stable/sinusbot/5.3.0/values.yaml similarity index 100% rename from stable/sonsoftheforest/3.1.3/values.yaml rename to stable/sinusbot/5.3.0/values.yaml diff --git a/stable/slack-invite/5.1.3/CHANGELOG.md b/stable/slack-invite/5.1.3/CHANGELOG.md deleted file mode 100644 index 203d2596c63..00000000000 --- a/stable/slack-invite/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [slack-invite-4.1.11](https://github.com/truecharts/charts/compare/slack-invite-4.1.10...slack-invite-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [slack-invite-4.1.10](https://github.com/truecharts/charts/compare/slack-invite-4.1.9...slack-invite-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [slack-invite-4.1.9](https://github.com/truecharts/charts/compare/slack-invite-4.1.8...slack-invite-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [slack-invite-4.1.8](https://github.com/truecharts/charts/compare/slack-invite-4.1.7...slack-invite-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [slack-invite-4.1.7](https://github.com/truecharts/charts/compare/slack-invite-4.1.6...slack-invite-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [slack-invite-4.1.6](https://github.com/truecharts/charts/compare/slack-invite-4.1.5...slack-invite-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [slack-invite-4.1.5](https://github.com/truecharts/charts/compare/slack-invite-4.1.4...slack-invite-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [slack-invite-4.1.4](https://github.com/truecharts/charts/compare/slack-invite-4.1.3...slack-invite-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [slack-invite-4.1.3](https://github.com/truecharts/charts/compare/slack-invite-4.1.0...slack-invite-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/slack-invite/5.1.3/Chart.yaml b/stable/slack-invite/5.1.3/Chart.yaml deleted file mode 100644 index 8b5cca7fd11..00000000000 --- a/stable/slack-invite/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Messenger - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Creates a simple webpage for Slack invite signups -home: https://truecharts.org/charts/stable/slack-invite -icon: https://truecharts.org/img/hotlink-ok/chart-icons/slack-invite.png -keywords: - - slack-invite - - Network-Messenger - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: slack-invite -sources: - - httpss://github.com/ninthwalker/slack-invite - - https://github.com/truecharts/charts/tree/master/charts/stable/slack-invite - - https://hub.docker.com/r/ninthwalker/slack-invite -type: application -version: 5.1.3 diff --git a/stable/slack-invite/5.1.3/charts/common-18.0.3.tgz b/stable/slack-invite/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/slack-invite/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/sourcegraph/5.1.4/.helmignore b/stable/slack-invite/5.3.0/.helmignore similarity index 100% rename from stable/sourcegraph/5.1.4/.helmignore rename to stable/slack-invite/5.3.0/.helmignore diff --git a/stable/slack-invite/5.3.0/CHANGELOG.md b/stable/slack-invite/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..77d3daa1f1a --- /dev/null +++ b/stable/slack-invite/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [slack-invite-5.3.0](https://github.com/truecharts/charts/compare/slack-invite-5.2.3...slack-invite-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [slack-invite-5.2.3](https://github.com/truecharts/charts/compare/slack-invite-5.2.2...slack-invite-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [slack-invite-5.2.2](https://github.com/truecharts/charts/compare/slack-invite-5.2.0...slack-invite-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [slack-invite-4.1.11](https://github.com/truecharts/charts/compare/slack-invite-4.1.10...slack-invite-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [slack-invite-4.1.10](https://github.com/truecharts/charts/compare/slack-invite-4.1.9...slack-invite-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [slack-invite-4.1.9](https://github.com/truecharts/charts/compare/slack-invite-4.1.8...slack-invite-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [slack-invite-4.1.8](https://github.com/truecharts/charts/compare/slack-invite-4.1.7...slack-invite-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [slack-invite-4.1.7](https://github.com/truecharts/charts/compare/slack-invite-4.1.6...slack-invite-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [slack-invite-4.1.6](https://github.com/truecharts/charts/compare/slack-invite-4.1.5...slack-invite-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/slack-invite/5.3.0/Chart.yaml b/stable/slack-invite/5.3.0/Chart.yaml new file mode 100644 index 00000000000..e05a5afe85d --- /dev/null +++ b/stable/slack-invite/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Messenger + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Creates a simple webpage for Slack invite signups +home: https://truecharts.org/charts/stable/slack-invite +icon: https://truecharts.org/img/hotlink-ok/chart-icons/slack-invite.png +keywords: + - slack-invite + - Network-Messenger + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: slack-invite +sources: + - httpss://github.com/ninthwalker/slack-invite + - https://github.com/truecharts/charts/tree/master/charts/stable/slack-invite + - https://hub.docker.com/r/ninthwalker/slack-invite +type: application +version: 5.3.0 diff --git a/stable/slack-invite/5.1.3/README.md b/stable/slack-invite/5.3.0/README.md similarity index 100% rename from stable/slack-invite/5.1.3/README.md rename to stable/slack-invite/5.3.0/README.md diff --git a/stable/slack-invite/5.3.0/app-changelog.md b/stable/slack-invite/5.3.0/app-changelog.md new file mode 100644 index 00000000000..41cc3909cc6 --- /dev/null +++ b/stable/slack-invite/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [slack-invite-5.3.0](https://github.com/truecharts/charts/compare/slack-invite-5.2.3...slack-invite-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/slack-invite/5.1.3/app-readme.md b/stable/slack-invite/5.3.0/app-readme.md similarity index 100% rename from stable/slack-invite/5.1.3/app-readme.md rename to stable/slack-invite/5.3.0/app-readme.md diff --git a/stable/slack-invite/5.3.0/charts/common-18.2.0.tgz b/stable/slack-invite/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/slack-invite/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/slack-invite/5.1.3/ix_values.yaml b/stable/slack-invite/5.3.0/ix_values.yaml similarity index 100% rename from stable/slack-invite/5.1.3/ix_values.yaml rename to stable/slack-invite/5.3.0/ix_values.yaml diff --git a/stable/slack-invite/5.1.3/questions.yaml b/stable/slack-invite/5.3.0/questions.yaml similarity index 100% rename from stable/slack-invite/5.1.3/questions.yaml rename to stable/slack-invite/5.3.0/questions.yaml diff --git a/stable/slack-invite/5.1.3/templates/common.yaml b/stable/slack-invite/5.3.0/templates/common.yaml similarity index 100% rename from stable/slack-invite/5.1.3/templates/common.yaml rename to stable/slack-invite/5.3.0/templates/common.yaml diff --git a/stable/sourcegraph/5.1.4/values.yaml b/stable/slack-invite/5.3.0/values.yaml similarity index 100% rename from stable/sourcegraph/5.1.4/values.yaml rename to stable/slack-invite/5.3.0/values.yaml diff --git a/stable/slash/4.1.3/CHANGELOG.md b/stable/slash/4.1.3/CHANGELOG.md deleted file mode 100644 index 96b2efea5b9..00000000000 --- a/stable/slash/4.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - - - - -## [slash-2.1.13](https://github.com/truecharts/charts/compare/slash-2.1.12...slash-2.1.13) (2024-02-12) - -### Chore - - - -- update container image yourselfhosted/slash to v0.5.3[@9933343](https://github.com/9933343) by renovate ([#18171](https://github.com/truecharts/charts/issues/18171)) - - -## [slash-2.1.12](https://github.com/truecharts/charts/compare/slash-2.1.11...slash-2.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [slash-2.1.11](https://github.com/truecharts/charts/compare/slash-2.1.10...slash-2.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [slash-2.1.10](https://github.com/truecharts/charts/compare/slash-2.1.9...slash-2.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [slash-2.1.9](https://github.com/truecharts/charts/compare/slash-2.1.8...slash-2.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [slash-2.1.8](https://github.com/truecharts/charts/compare/slash-2.1.7...slash-2.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [slash-2.1.7](https://github.com/truecharts/charts/compare/slash-2.1.6...slash-2.1.7) (2024-01-21) - -### Chore - - - -- update container image yourselfhosted/slash to v0.5.2[@12085a0](https://github.com/12085a0) by renovate ([#17439](https://github.com/truecharts/charts/issues/17439)) - - - - -## [slash-2.1.6](https://github.com/truecharts/charts/compare/slash-2.1.5...slash-2.1.6) (2024-01-09) \ No newline at end of file diff --git a/stable/slash/4.1.3/Chart.yaml b/stable/slash/4.1.3/Chart.yaml deleted file mode 100644 index 2d2077602e5..00000000000 --- a/stable/slash/4.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: bookmarks - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.0.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A bookmarking and link shortening service that enables easy saving and sharing of links. -home: https://truecharts.org/charts/stable/slash -icon: https://truecharts.org/img/hotlink-ok/chart-icons/slash.png -keywords: - - slash - - bookmarks - - url-shortener -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: slash -sources: - - https://github.com/boojack/slash - - https://github.com/truecharts/charts/tree/master/charts/stable/slash - - https://hub.docker.com/r/yourselfhosted/slash -type: application -version: 4.1.3 diff --git a/stable/slash/4.1.3/charts/common-18.0.3.tgz b/stable/slash/4.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/slash/4.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/spaceengineers/6.1.3/.helmignore b/stable/slash/4.3.0/.helmignore similarity index 100% rename from stable/spaceengineers/6.1.3/.helmignore rename to stable/slash/4.3.0/.helmignore diff --git a/stable/slash/4.3.0/CHANGELOG.md b/stable/slash/4.3.0/CHANGELOG.md new file mode 100644 index 00000000000..295cef4d369 --- /dev/null +++ b/stable/slash/4.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [slash-4.3.0](https://github.com/truecharts/charts/compare/slash-4.2.3...slash-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [slash-4.2.3](https://github.com/truecharts/charts/compare/slash-4.2.2...slash-4.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [slash-4.2.2](https://github.com/truecharts/charts/compare/slash-4.2.0...slash-4.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + + + + +## [slash-2.1.13](https://github.com/truecharts/charts/compare/slash-2.1.12...slash-2.1.13) (2024-02-12) + +### Chore + + + +- update container image yourselfhosted/slash to v0.5.3[@9933343](https://github.com/9933343) by renovate ([#18171](https://github.com/truecharts/charts/issues/18171)) + + +## [slash-2.1.12](https://github.com/truecharts/charts/compare/slash-2.1.11...slash-2.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [slash-2.1.11](https://github.com/truecharts/charts/compare/slash-2.1.10...slash-2.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [slash-2.1.10](https://github.com/truecharts/charts/compare/slash-2.1.9...slash-2.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + diff --git a/stable/slash/4.3.0/Chart.yaml b/stable/slash/4.3.0/Chart.yaml new file mode 100644 index 00000000000..e920ff8e94a --- /dev/null +++ b/stable/slash/4.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: bookmarks + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A bookmarking and link shortening service that enables easy saving and sharing of links. +home: https://truecharts.org/charts/stable/slash +icon: https://truecharts.org/img/hotlink-ok/chart-icons/slash.png +keywords: + - slash + - bookmarks + - url-shortener +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: slash +sources: + - https://github.com/boojack/slash + - https://github.com/truecharts/charts/tree/master/charts/stable/slash + - https://hub.docker.com/r/yourselfhosted/slash +type: application +version: 4.3.0 diff --git a/stable/slash/4.1.3/README.md b/stable/slash/4.3.0/README.md similarity index 100% rename from stable/slash/4.1.3/README.md rename to stable/slash/4.3.0/README.md diff --git a/stable/slash/4.3.0/app-changelog.md b/stable/slash/4.3.0/app-changelog.md new file mode 100644 index 00000000000..4b7f9c81399 --- /dev/null +++ b/stable/slash/4.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [slash-4.3.0](https://github.com/truecharts/charts/compare/slash-4.2.3...slash-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/slash/4.1.3/app-readme.md b/stable/slash/4.3.0/app-readme.md similarity index 100% rename from stable/slash/4.1.3/app-readme.md rename to stable/slash/4.3.0/app-readme.md diff --git a/stable/slash/4.3.0/charts/common-18.2.0.tgz b/stable/slash/4.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/slash/4.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/slash/4.1.3/ix_values.yaml b/stable/slash/4.3.0/ix_values.yaml similarity index 100% rename from stable/slash/4.1.3/ix_values.yaml rename to stable/slash/4.3.0/ix_values.yaml diff --git a/stable/slash/4.1.3/questions.yaml b/stable/slash/4.3.0/questions.yaml similarity index 100% rename from stable/slash/4.1.3/questions.yaml rename to stable/slash/4.3.0/questions.yaml diff --git a/stable/spotweb/12.1.3/templates/NOTES.txt b/stable/slash/4.3.0/templates/NOTES.txt similarity index 100% rename from stable/spotweb/12.1.3/templates/NOTES.txt rename to stable/slash/4.3.0/templates/NOTES.txt diff --git a/stable/speedtest-exporter/10.3.0/templates/common.yaml b/stable/slash/4.3.0/templates/common.yaml similarity index 100% rename from stable/speedtest-exporter/10.3.0/templates/common.yaml rename to stable/slash/4.3.0/templates/common.yaml diff --git a/stable/spaceengineers/6.1.3/values.yaml b/stable/slash/4.3.0/values.yaml similarity index 100% rename from stable/spaceengineers/6.1.3/values.yaml rename to stable/slash/4.3.0/values.yaml diff --git a/stable/smartctl-exporter/2.3.1/Chart.yaml b/stable/smartctl-exporter/2.3.1/Chart.yaml deleted file mode 100644 index 50a8bcd29d1..00000000000 --- a/stable/smartctl-exporter/2.3.1/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: metrics - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.11.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Prometheus exporter for SMART using smartctl binary to gather metrics. -home: https://truecharts.org/charts/stable/smartctl-exporter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/smartctl-exporter.png -keywords: - - prometheus - - smartctl-exporter - - monitoring -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: smartctl-exporter -sources: - - https://github.com/prometheus-community/smartctl_exporter - - https://github.com/truecharts/charts/tree/master/charts/stable/smartctl-exporter - - https://hub.docker.com/r/prometheuscommunity/smartctl-exporter -type: application -version: 2.3.1 diff --git a/stable/smartctl-exporter/2.3.1/charts/common-18.1.2.tgz b/stable/smartctl-exporter/2.3.1/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/smartctl-exporter/2.3.1/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/smartctl-exporter/2.3.1/ix_values.yaml b/stable/smartctl-exporter/2.3.1/ix_values.yaml deleted file mode 100644 index 72b4161cde2..00000000000 --- a/stable/smartctl-exporter/2.3.1/ix_values.yaml +++ /dev/null @@ -1,84 +0,0 @@ -image: - repository: prometheuscommunity/smartctl-exporter - pullPolicy: IfNotPresent - tag: v0.11.0@sha256:f23634fa0c445299b9e1c5b23f82f67744e0258a8333268bc14603df984369d3 -securityContext: - container: - privileged: true - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - protocol: http - port: 9633 -workload: - main: - type: DaemonSet - podSpec: - containers: - main: - args: - - --web.listen-address - - :{{ .Values.service.main.ports.main.port }} - - --web.telemetry-path - - "{{ .Values.smartctl.metricsEndpoint }}" - - --smartctl.path - - /usr/sbin/smartctl - - --smartctl.interval - - "{{ .Values.smartctl.pollInterval }}" - - --smartctl.rescan - - "{{ .Values.smartctl.rescanInterval }}" - - --smartctl.device-exclude - - "{{ .Values.smartctl.excludedDevices }}" - - --log.level - - "{{ .Values.logs.general.level }}" - - --log.format - - "{{ .Values.logs.general.format }}" - probes: - liveness: - path: "{{ .Values.smartctl.metricsEndpoint }}" - port: main - readiness: - path: "{{ .Values.smartctl.metricsEndpoint }}" - port: main - startup: - type: tcp - port: main - -persistence: - hostdev: - enabled: true - type: hostPath - hostPath: /dev - mountPath: /hostdev - -metrics: - main: - enabled: true - type: "servicemonitor" - endpoints: - - port: main - path: "{{ .Values.smartctl.metricsEndpoint }}" -portal: - open: - enabled: false -smartctl: - metricsEndpoint: "/metrics" - pollInterval: "60s" - rescanInterval: "10m" - excludedDevices: "" -logs: - general: - level: info - format: logfmt - -configmap: - dashboard: - enabled: true - labels: - grafana_dashboard: "1" - data: - smartctl.json: >- - {{ .Files.Get "dashboard.json" | indent 8 }} diff --git a/stable/speedtest-exporter/10.3.0/.helmignore b/stable/smartctl-exporter/2.5.0/.helmignore similarity index 100% rename from stable/speedtest-exporter/10.3.0/.helmignore rename to stable/smartctl-exporter/2.5.0/.helmignore diff --git a/stable/smartctl-exporter/2.5.0/CHANGELOG.md b/stable/smartctl-exporter/2.5.0/CHANGELOG.md new file mode 100644 index 00000000000..497b5edf409 --- /dev/null +++ b/stable/smartctl-exporter/2.5.0/CHANGELOG.md @@ -0,0 +1,37 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [smartctl-exporter-2.5.0](https://github.com/truecharts/charts/compare/smartctl-exporter-2.4.3...smartctl-exporter-2.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [smartctl-exporter-2.4.3](https://github.com/truecharts/charts/compare/smartctl-exporter-2.4.2...smartctl-exporter-2.4.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [smartctl-exporter-2.4.2](https://github.com/truecharts/charts/compare/smartctl-exporter-2.4.0...smartctl-exporter-2.4.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) \ No newline at end of file diff --git a/stable/smartctl-exporter/2.5.0/Chart.yaml b/stable/smartctl-exporter/2.5.0/Chart.yaml new file mode 100644 index 00000000000..cc46e8fa18a --- /dev/null +++ b/stable/smartctl-exporter/2.5.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: metrics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.12.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Prometheus exporter for SMART using smartctl binary to gather metrics. +home: https://truecharts.org/charts/stable/smartctl-exporter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/smartctl-exporter.png +keywords: + - prometheus + - smartctl-exporter + - monitoring +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: smartctl-exporter +sources: + - https://github.com/prometheus-community/smartctl_exporter + - https://github.com/truecharts/charts/tree/master/charts/stable/smartctl-exporter + - https://hub.docker.com/r/prometheuscommunity/smartctl-exporter +type: application +version: 2.5.0 diff --git a/stable/smartctl-exporter/2.3.1/README.md b/stable/smartctl-exporter/2.5.0/README.md similarity index 100% rename from stable/smartctl-exporter/2.3.1/README.md rename to stable/smartctl-exporter/2.5.0/README.md diff --git a/stable/smartctl-exporter/2.5.0/app-changelog.md b/stable/smartctl-exporter/2.5.0/app-changelog.md new file mode 100644 index 00000000000..d6c8205a3c6 --- /dev/null +++ b/stable/smartctl-exporter/2.5.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [smartctl-exporter-2.5.0](https://github.com/truecharts/charts/compare/smartctl-exporter-2.4.3...smartctl-exporter-2.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/smartctl-exporter/2.3.1/app-readme.md b/stable/smartctl-exporter/2.5.0/app-readme.md similarity index 100% rename from stable/smartctl-exporter/2.3.1/app-readme.md rename to stable/smartctl-exporter/2.5.0/app-readme.md diff --git a/stable/smartctl-exporter/2.5.0/charts/common-18.2.0.tgz b/stable/smartctl-exporter/2.5.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/smartctl-exporter/2.5.0/charts/common-18.2.0.tgz differ diff --git a/stable/smartctl-exporter/2.3.1/dashboard.json b/stable/smartctl-exporter/2.5.0/dashboard.json similarity index 100% rename from stable/smartctl-exporter/2.3.1/dashboard.json rename to stable/smartctl-exporter/2.5.0/dashboard.json diff --git a/stable/smartctl-exporter/2.5.0/ix_values.yaml b/stable/smartctl-exporter/2.5.0/ix_values.yaml new file mode 100644 index 00000000000..1548254dd37 --- /dev/null +++ b/stable/smartctl-exporter/2.5.0/ix_values.yaml @@ -0,0 +1,84 @@ +image: + repository: prometheuscommunity/smartctl-exporter + pullPolicy: IfNotPresent + tag: v0.12.0@sha256:479e2cfa0e5c841ae02e075edd38cd0133a19bb058b4a3077d7484cfc92ba93d +securityContext: + container: + privileged: true + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + protocol: http + port: 9633 +workload: + main: + type: DaemonSet + podSpec: + containers: + main: + args: + - --web.listen-address + - :{{ .Values.service.main.ports.main.port }} + - --web.telemetry-path + - "{{ .Values.smartctl.metricsEndpoint }}" + - --smartctl.path + - /usr/sbin/smartctl + - --smartctl.interval + - "{{ .Values.smartctl.pollInterval }}" + - --smartctl.rescan + - "{{ .Values.smartctl.rescanInterval }}" + - --smartctl.device-exclude + - "{{ .Values.smartctl.excludedDevices }}" + - --log.level + - "{{ .Values.logs.general.level }}" + - --log.format + - "{{ .Values.logs.general.format }}" + probes: + liveness: + path: "{{ .Values.smartctl.metricsEndpoint }}" + port: main + readiness: + path: "{{ .Values.smartctl.metricsEndpoint }}" + port: main + startup: + type: tcp + port: main + +persistence: + hostdev: + enabled: true + type: hostPath + hostPath: /dev + mountPath: /hostdev + +metrics: + main: + enabled: true + type: "servicemonitor" + endpoints: + - port: main + path: "{{ .Values.smartctl.metricsEndpoint }}" +portal: + open: + enabled: false +smartctl: + metricsEndpoint: "/metrics" + pollInterval: "60s" + rescanInterval: "10m" + excludedDevices: "" +logs: + general: + level: info + format: logfmt + +configmap: + dashboard: + enabled: true + labels: + grafana_dashboard: "1" + data: + smartctl.json: >- + {{ .Files.Get "dashboard.json" | indent 8 }} diff --git a/stable/smartctl-exporter/2.3.1/questions.yaml b/stable/smartctl-exporter/2.5.0/questions.yaml similarity index 100% rename from stable/smartctl-exporter/2.3.1/questions.yaml rename to stable/smartctl-exporter/2.5.0/questions.yaml diff --git a/stable/sqlitebrowser/10.1.3/templates/NOTES.txt b/stable/smartctl-exporter/2.5.0/templates/NOTES.txt similarity index 100% rename from stable/sqlitebrowser/10.1.3/templates/NOTES.txt rename to stable/smartctl-exporter/2.5.0/templates/NOTES.txt diff --git a/stable/spotweb/12.1.3/templates/common.yaml b/stable/smartctl-exporter/2.5.0/templates/common.yaml similarity index 100% rename from stable/spotweb/12.1.3/templates/common.yaml rename to stable/smartctl-exporter/2.5.0/templates/common.yaml diff --git a/stable/speedtest-exporter/10.3.0/values.yaml b/stable/smartctl-exporter/2.5.0/values.yaml similarity index 100% rename from stable/speedtest-exporter/10.3.0/values.yaml rename to stable/smartctl-exporter/2.5.0/values.yaml diff --git a/stable/smokeping/10.2.0/CHANGELOG.md b/stable/smokeping/10.2.0/CHANGELOG.md deleted file mode 100644 index 1620532bb54..00000000000 --- a/stable/smokeping/10.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - -## [smokeping-9.1.18](https://github.com/truecharts/charts/compare/smokeping-9.1.17...smokeping-9.1.18) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@a5ca0ac](https://github.com/a5ca0ac) by renovate ([#18077](https://github.com/truecharts/charts/issues/18077)) - - -## [smokeping-9.1.17](https://github.com/truecharts/charts/compare/smokeping-9.1.16...smokeping-9.1.17) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@1bc0f63](https://github.com/1bc0f63) by renovate ([#17866](https://github.com/truecharts/charts/issues/17866)) - - -## [smokeping-9.1.16](https://github.com/truecharts/charts/compare/smokeping-9.1.15...smokeping-9.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [smokeping-9.1.15](https://github.com/truecharts/charts/compare/smokeping-9.1.14...smokeping-9.1.15) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@5e66755](https://github.com/5e66755) by renovate ([#17624](https://github.com/truecharts/charts/issues/17624)) - - -## [smokeping-9.1.14](https://github.com/truecharts/charts/compare/smokeping-9.1.13...smokeping-9.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [smokeping-9.1.13](https://github.com/truecharts/charts/compare/smokeping-9.1.12...smokeping-9.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [smokeping-9.1.12](https://github.com/truecharts/charts/compare/smokeping-9.1.11...smokeping-9.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [smokeping-9.1.11](https://github.com/truecharts/charts/compare/smokeping-9.1.10...smokeping-9.1.11) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/smokeping/10.2.0/Chart.yaml b/stable/smokeping/10.2.0/Chart.yaml deleted file mode 100644 index 71243387181..00000000000 --- a/stable/smokeping/10.2.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.8.2 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Keep track of your network latency. -home: https://truecharts.org/charts/stable/smokeping -icon: https://truecharts.org/img/hotlink-ok/chart-icons/smokeping.png -keywords: - - smokeping - - network - - latency -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: smokeping -sources: - - https://oss.oetiker.ch/smokeping/ - - https://github.com/truecharts/charts/tree/master/charts/stable/smokeping - - https://ghcr.io/linuxserver/smokeping -type: application -version: 10.2.0 diff --git a/stable/smokeping/10.2.0/charts/common-18.1.2.tgz b/stable/smokeping/10.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/smokeping/10.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/smokeping/10.2.0/ix_values.yaml b/stable/smokeping/10.2.0/ix_values.yaml deleted file mode 100644 index 3cefb064e36..00000000000 --- a/stable/smokeping/10.2.0/ix_values.yaml +++ /dev/null @@ -1,46 +0,0 @@ -image: - repository: ghcr.io/linuxserver/smokeping - pullPolicy: IfNotPresent - tag: 2.8.2@sha256:be16067d967a387c85be3ee97b0cd6f896fd6bc7d60fb316c981e08956c8faea -strategy: - type: Recreate -service: - main: - ports: - main: - port: 10030 - targetPort: 80 -persistence: - config: - enabled: true - mountPath: "/config" - data: - enabled: true - mountPath: "/data" - varrun: - enabled: false -portal: - open: - enabled: true -securityContext: - container: - capabilities: - add: - - NET_RAW - readOnlyRootFilesystem: false - runAsNonRoot: false - allowPrivilegeEscalation: true - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: tcp - readiness: - type: tcp - startup: - type: tcp diff --git a/stable/speedtest-tracker/1.1.0/.helmignore b/stable/smokeping/10.3.0/.helmignore similarity index 100% rename from stable/speedtest-tracker/1.1.0/.helmignore rename to stable/smokeping/10.3.0/.helmignore diff --git a/stable/smokeping/10.3.0/CHANGELOG.md b/stable/smokeping/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..21ceda70473 --- /dev/null +++ b/stable/smokeping/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [smokeping-10.3.0](https://github.com/truecharts/charts/compare/smokeping-10.2.4...smokeping-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [smokeping-10.2.4](https://github.com/truecharts/charts/compare/smokeping-10.2.3...smokeping-10.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [smokeping-10.2.3](https://github.com/truecharts/charts/compare/smokeping-10.2.1...smokeping-10.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + +## [smokeping-9.1.18](https://github.com/truecharts/charts/compare/smokeping-9.1.17...smokeping-9.1.18) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@a5ca0ac](https://github.com/a5ca0ac) by renovate ([#18077](https://github.com/truecharts/charts/issues/18077)) + + +## [smokeping-9.1.17](https://github.com/truecharts/charts/compare/smokeping-9.1.16...smokeping-9.1.17) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@1bc0f63](https://github.com/1bc0f63) by renovate ([#17866](https://github.com/truecharts/charts/issues/17866)) + + +## [smokeping-9.1.16](https://github.com/truecharts/charts/compare/smokeping-9.1.15...smokeping-9.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [smokeping-9.1.15](https://github.com/truecharts/charts/compare/smokeping-9.1.14...smokeping-9.1.15) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@5e66755](https://github.com/5e66755) by renovate ([#17624](https://github.com/truecharts/charts/issues/17624)) + + +## [smokeping-9.1.14](https://github.com/truecharts/charts/compare/smokeping-9.1.13...smokeping-9.1.14) (2024-01-26) + +### Chore + diff --git a/stable/smokeping/10.3.0/Chart.yaml b/stable/smokeping/10.3.0/Chart.yaml new file mode 100644 index 00000000000..a5bc319869c --- /dev/null +++ b/stable/smokeping/10.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.8.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Keep track of your network latency. +home: https://truecharts.org/charts/stable/smokeping +icon: https://truecharts.org/img/hotlink-ok/chart-icons/smokeping.png +keywords: + - smokeping + - network + - latency +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: smokeping +sources: + - https://oss.oetiker.ch/smokeping/ + - https://github.com/truecharts/charts/tree/master/charts/stable/smokeping + - https://ghcr.io/linuxserver/smokeping +type: application +version: 10.3.0 diff --git a/stable/smokeping/10.2.0/README.md b/stable/smokeping/10.3.0/README.md similarity index 100% rename from stable/smokeping/10.2.0/README.md rename to stable/smokeping/10.3.0/README.md diff --git a/stable/smokeping/10.3.0/app-changelog.md b/stable/smokeping/10.3.0/app-changelog.md new file mode 100644 index 00000000000..37f44c24586 --- /dev/null +++ b/stable/smokeping/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [smokeping-10.3.0](https://github.com/truecharts/charts/compare/smokeping-10.2.4...smokeping-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/smokeping/10.2.0/app-readme.md b/stable/smokeping/10.3.0/app-readme.md similarity index 100% rename from stable/smokeping/10.2.0/app-readme.md rename to stable/smokeping/10.3.0/app-readme.md diff --git a/stable/smokeping/10.3.0/charts/common-18.2.0.tgz b/stable/smokeping/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/smokeping/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/smokeping/10.3.0/ix_values.yaml b/stable/smokeping/10.3.0/ix_values.yaml new file mode 100644 index 00000000000..d68325763c6 --- /dev/null +++ b/stable/smokeping/10.3.0/ix_values.yaml @@ -0,0 +1,46 @@ +image: + repository: ghcr.io/linuxserver/smokeping + pullPolicy: IfNotPresent + tag: 2.8.2@sha256:3310e82ad9f893c707cfbf6a42c113e10537c15f6dce2070cd0de8bd70083bc9 +strategy: + type: Recreate +service: + main: + ports: + main: + port: 10030 + targetPort: 80 +persistence: + config: + enabled: true + mountPath: "/config" + data: + enabled: true + mountPath: "/data" + varrun: + enabled: false +portal: + open: + enabled: true +securityContext: + container: + capabilities: + add: + - NET_RAW + readOnlyRootFilesystem: false + runAsNonRoot: false + allowPrivilegeEscalation: true + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: tcp + readiness: + type: tcp + startup: + type: tcp diff --git a/stable/smokeping/10.2.0/questions.yaml b/stable/smokeping/10.3.0/questions.yaml similarity index 100% rename from stable/smokeping/10.2.0/questions.yaml rename to stable/smokeping/10.3.0/questions.yaml diff --git a/stable/sshwifty/5.1.3/templates/NOTES.txt b/stable/smokeping/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/sshwifty/5.1.3/templates/NOTES.txt rename to stable/smokeping/10.3.0/templates/NOTES.txt diff --git a/stable/smokeping/10.2.0/templates/common.yaml b/stable/smokeping/10.3.0/templates/common.yaml similarity index 100% rename from stable/smokeping/10.2.0/templates/common.yaml rename to stable/smokeping/10.3.0/templates/common.yaml diff --git a/stable/speedtest-tracker/1.1.0/values.yaml b/stable/smokeping/10.3.0/values.yaml similarity index 100% rename from stable/speedtest-tracker/1.1.0/values.yaml rename to stable/smokeping/10.3.0/values.yaml diff --git a/stable/smtp-relay/3.1.3/CHANGELOG.md b/stable/smtp-relay/3.1.3/CHANGELOG.md deleted file mode 100644 index a6bdbd64a2d..00000000000 --- a/stable/smtp-relay/3.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [smtp-relay-2.1.13](https://github.com/truecharts/charts/compare/smtp-relay-2.1.12...smtp-relay-2.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [smtp-relay-2.1.12](https://github.com/truecharts/charts/compare/smtp-relay-2.1.11...smtp-relay-2.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [smtp-relay-2.1.11](https://github.com/truecharts/charts/compare/smtp-relay-2.1.10...smtp-relay-2.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [smtp-relay-2.1.10](https://github.com/truecharts/charts/compare/smtp-relay-2.1.9...smtp-relay-2.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [smtp-relay-2.1.9](https://github.com/truecharts/charts/compare/smtp-relay-2.1.8...smtp-relay-2.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [smtp-relay-2.1.8](https://github.com/truecharts/charts/compare/smtp-relay-2.1.7...smtp-relay-2.1.8) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [smtp-relay-2.1.7](https://github.com/truecharts/charts/compare/smtp-relay-2.1.6...smtp-relay-2.1.7) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [smtp-relay-2.1.6](https://github.com/truecharts/charts/compare/smtp-relay-2.1.4...smtp-relay-2.1.6) (2024-01-02) - -### Chore - - - -- fix some refs ([#16749](https://github.com/truecharts/charts/issues/16749)) - - -## [smtp-relay-2.1.4](https://github.com/truecharts/charts/compare/smtp-relay-2.1.3...smtp-relay-2.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/smtp-relay/3.1.3/Chart.yaml b/stable/smtp-relay/3.1.3/Chart.yaml deleted file mode 100644 index 77ac00f4b76..00000000000 --- a/stable/smtp-relay/3.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: smtp - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.5.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A SMTP service for relaying emails. -home: https://truecharts.org/charts/stable/smtp-relay -icon: https://truecharts.org/img/hotlink-ok/chart-icons/smtp-relay.png -keywords: - - smtp-relay - - smtp -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: smtp-relay -sources: - - https://github.com/ix-ai/smtp - - https://github.com/truecharts/charts/tree/master/charts/stable/smtp-relay - - https://ghcr.io/ix-ai/smtp -type: application -version: 3.1.3 diff --git a/stable/smtp-relay/3.1.3/charts/common-18.0.3.tgz b/stable/smtp-relay/3.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/smtp-relay/3.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/splunk/7.1.3/.helmignore b/stable/smtp-relay/3.3.0/.helmignore similarity index 100% rename from stable/splunk/7.1.3/.helmignore rename to stable/smtp-relay/3.3.0/.helmignore diff --git a/stable/smtp-relay/3.3.0/CHANGELOG.md b/stable/smtp-relay/3.3.0/CHANGELOG.md new file mode 100644 index 00000000000..b963521f79a --- /dev/null +++ b/stable/smtp-relay/3.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [smtp-relay-3.3.0](https://github.com/truecharts/charts/compare/smtp-relay-3.2.3...smtp-relay-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [smtp-relay-3.2.3](https://github.com/truecharts/charts/compare/smtp-relay-3.2.2...smtp-relay-3.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [smtp-relay-3.2.2](https://github.com/truecharts/charts/compare/smtp-relay-3.2.0...smtp-relay-3.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [smtp-relay-2.1.13](https://github.com/truecharts/charts/compare/smtp-relay-2.1.12...smtp-relay-2.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [smtp-relay-2.1.12](https://github.com/truecharts/charts/compare/smtp-relay-2.1.11...smtp-relay-2.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [smtp-relay-2.1.11](https://github.com/truecharts/charts/compare/smtp-relay-2.1.10...smtp-relay-2.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [smtp-relay-2.1.10](https://github.com/truecharts/charts/compare/smtp-relay-2.1.9...smtp-relay-2.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [smtp-relay-2.1.9](https://github.com/truecharts/charts/compare/smtp-relay-2.1.8...smtp-relay-2.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [smtp-relay-2.1.8](https://github.com/truecharts/charts/compare/smtp-relay-2.1.7...smtp-relay-2.1.8) (2024-01-09) + +### Chore + + diff --git a/stable/smtp-relay/3.3.0/Chart.yaml b/stable/smtp-relay/3.3.0/Chart.yaml new file mode 100644 index 00000000000..aff9297712d --- /dev/null +++ b/stable/smtp-relay/3.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: smtp + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.5.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A SMTP service for relaying emails. +home: https://truecharts.org/charts/stable/smtp-relay +icon: https://truecharts.org/img/hotlink-ok/chart-icons/smtp-relay.png +keywords: + - smtp-relay + - smtp +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: smtp-relay +sources: + - https://github.com/ix-ai/smtp + - https://github.com/truecharts/charts/tree/master/charts/stable/smtp-relay + - https://ghcr.io/ix-ai/smtp +type: application +version: 3.3.0 diff --git a/stable/smtp-relay/3.1.3/README.md b/stable/smtp-relay/3.3.0/README.md similarity index 100% rename from stable/smtp-relay/3.1.3/README.md rename to stable/smtp-relay/3.3.0/README.md diff --git a/stable/smtp-relay/3.3.0/app-changelog.md b/stable/smtp-relay/3.3.0/app-changelog.md new file mode 100644 index 00000000000..29f7546ef5b --- /dev/null +++ b/stable/smtp-relay/3.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [smtp-relay-3.3.0](https://github.com/truecharts/charts/compare/smtp-relay-3.2.3...smtp-relay-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/smtp-relay/3.1.3/app-readme.md b/stable/smtp-relay/3.3.0/app-readme.md similarity index 100% rename from stable/smtp-relay/3.1.3/app-readme.md rename to stable/smtp-relay/3.3.0/app-readme.md diff --git a/stable/smtp-relay/3.3.0/charts/common-18.2.0.tgz b/stable/smtp-relay/3.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/smtp-relay/3.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/smtp-relay/3.1.3/ix_values.yaml b/stable/smtp-relay/3.3.0/ix_values.yaml similarity index 100% rename from stable/smtp-relay/3.1.3/ix_values.yaml rename to stable/smtp-relay/3.3.0/ix_values.yaml diff --git a/stable/smtp-relay/3.1.3/questions.yaml b/stable/smtp-relay/3.3.0/questions.yaml similarity index 100% rename from stable/smtp-relay/3.1.3/questions.yaml rename to stable/smtp-relay/3.3.0/questions.yaml diff --git a/stable/stash/15.1.3/templates/NOTES.txt b/stable/smtp-relay/3.3.0/templates/NOTES.txt similarity index 100% rename from stable/stash/15.1.3/templates/NOTES.txt rename to stable/smtp-relay/3.3.0/templates/NOTES.txt diff --git a/stable/sshwifty/5.1.3/templates/common.yaml b/stable/smtp-relay/3.3.0/templates/common.yaml similarity index 100% rename from stable/sshwifty/5.1.3/templates/common.yaml rename to stable/smtp-relay/3.3.0/templates/common.yaml diff --git a/stable/splunk/7.1.3/values.yaml b/stable/smtp-relay/3.3.0/values.yaml similarity index 100% rename from stable/splunk/7.1.3/values.yaml rename to stable/smtp-relay/3.3.0/values.yaml diff --git a/stable/snapdrop/9.2.0/CHANGELOG.md b/stable/snapdrop/9.2.0/CHANGELOG.md deleted file mode 100644 index 8ded3861661..00000000000 --- a/stable/snapdrop/9.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - -## [snapdrop-8.1.15](https://github.com/truecharts/charts/compare/snapdrop-8.1.14...snapdrop-8.1.15) (2024-02-12) - -### Chore - - - -- update container image linuxserver/snapdrop to latest[@79fe077](https://github.com/79fe077) by renovate ([#18089](https://github.com/truecharts/charts/issues/18089)) - - -## [snapdrop-8.1.14](https://github.com/truecharts/charts/compare/snapdrop-8.1.13...snapdrop-8.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [snapdrop-8.1.13](https://github.com/truecharts/charts/compare/snapdrop-8.1.12...snapdrop-8.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [snapdrop-8.1.12](https://github.com/truecharts/charts/compare/snapdrop-8.1.11...snapdrop-8.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [snapdrop-8.1.11](https://github.com/truecharts/charts/compare/snapdrop-8.1.10...snapdrop-8.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [snapdrop-8.1.10](https://github.com/truecharts/charts/compare/snapdrop-8.1.9...snapdrop-8.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [snapdrop-8.1.9](https://github.com/truecharts/charts/compare/snapdrop-8.1.8...snapdrop-8.1.9) (2024-01-21) - -### Chore - - - -- update container image linuxserver/snapdrop to latest[@21b1d4c](https://github.com/21b1d4c) by renovate ([#17381](https://github.com/truecharts/charts/issues/17381)) - - -## [snapdrop-8.1.8](https://github.com/truecharts/charts/compare/snapdrop-8.1.7...snapdrop-8.1.8) (2024-01-14) - -### Chore - - - -- update container image linuxserver/snapdrop to latest[@092a470](https://github.com/092a470) by renovate ([#17163](https://github.com/truecharts/charts/issues/17163)) - diff --git a/stable/snapdrop/9.2.0/Chart.yaml b/stable/snapdrop/9.2.0/Chart.yaml deleted file mode 100644 index 85be6bbf80b..00000000000 --- a/stable/snapdrop/9.2.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Snapdrop A local file sharing in your browser. Inspired by Apple's Airdrop. -home: https://truecharts.org/charts/stable/snapdrop -icon: https://truecharts.org/img/hotlink-ok/chart-icons/snapdrop.png -keywords: - - snapdrop -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: snapdrop -sources: - - https://github.com/linuxserver/docker-snapdrop - - https://github.com/truecharts/charts/tree/master/charts/stable/snapdrop - - https://hub.docker.com/r/linuxserver/snapdrop -type: application -version: 9.2.0 diff --git a/stable/snapdrop/9.2.0/charts/common-18.1.2.tgz b/stable/snapdrop/9.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/snapdrop/9.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/snapdrop/9.2.0/ix_values.yaml b/stable/snapdrop/9.2.0/ix_values.yaml deleted file mode 100644 index fdbedb749e6..00000000000 --- a/stable/snapdrop/9.2.0/ix_values.yaml +++ /dev/null @@ -1,23 +0,0 @@ -image: - repository: linuxserver/snapdrop - tag: latest@sha256:6cffaa023896ace732d1d6af2ee706568b921aac61f062b7f76536ea9eca012b - pullPolicy: IfNotPresent -service: - main: - ports: - main: - port: 10215 - targetPort: 80 -persistence: - config: - enabled: true - mountPath: "/config" -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 diff --git a/stable/spotweb/12.1.3/.helmignore b/stable/snapdrop/9.3.0/.helmignore similarity index 100% rename from stable/spotweb/12.1.3/.helmignore rename to stable/snapdrop/9.3.0/.helmignore diff --git a/stable/snapdrop/9.3.0/CHANGELOG.md b/stable/snapdrop/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..001c2c542e6 --- /dev/null +++ b/stable/snapdrop/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [snapdrop-9.3.0](https://github.com/truecharts/charts/compare/snapdrop-9.2.4...snapdrop-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [snapdrop-9.2.4](https://github.com/truecharts/charts/compare/snapdrop-9.2.3...snapdrop-9.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [snapdrop-9.2.3](https://github.com/truecharts/charts/compare/snapdrop-9.2.1...snapdrop-9.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + +## [snapdrop-8.1.15](https://github.com/truecharts/charts/compare/snapdrop-8.1.14...snapdrop-8.1.15) (2024-02-12) + +### Chore + + + +- update container image linuxserver/snapdrop to latest[@79fe077](https://github.com/79fe077) by renovate ([#18089](https://github.com/truecharts/charts/issues/18089)) + + +## [snapdrop-8.1.14](https://github.com/truecharts/charts/compare/snapdrop-8.1.13...snapdrop-8.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [snapdrop-8.1.13](https://github.com/truecharts/charts/compare/snapdrop-8.1.12...snapdrop-8.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [snapdrop-8.1.12](https://github.com/truecharts/charts/compare/snapdrop-8.1.11...snapdrop-8.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [snapdrop-8.1.11](https://github.com/truecharts/charts/compare/snapdrop-8.1.10...snapdrop-8.1.11) (2024-01-21) + +### Chore + + diff --git a/stable/snapdrop/9.3.0/Chart.yaml b/stable/snapdrop/9.3.0/Chart.yaml new file mode 100644 index 00000000000..16553681ced --- /dev/null +++ b/stable/snapdrop/9.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Snapdrop A local file sharing in your browser. Inspired by Apple's Airdrop. +home: https://truecharts.org/charts/stable/snapdrop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/snapdrop.png +keywords: + - snapdrop +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: snapdrop +sources: + - https://github.com/linuxserver/docker-snapdrop + - https://github.com/truecharts/charts/tree/master/charts/stable/snapdrop + - https://hub.docker.com/r/linuxserver/snapdrop +type: application +version: 9.3.0 diff --git a/stable/snapdrop/9.2.0/README.md b/stable/snapdrop/9.3.0/README.md similarity index 100% rename from stable/snapdrop/9.2.0/README.md rename to stable/snapdrop/9.3.0/README.md diff --git a/stable/snapdrop/9.3.0/app-changelog.md b/stable/snapdrop/9.3.0/app-changelog.md new file mode 100644 index 00000000000..f2c1cca7e42 --- /dev/null +++ b/stable/snapdrop/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [snapdrop-9.3.0](https://github.com/truecharts/charts/compare/snapdrop-9.2.4...snapdrop-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/snapdrop/9.2.0/app-readme.md b/stable/snapdrop/9.3.0/app-readme.md similarity index 100% rename from stable/snapdrop/9.2.0/app-readme.md rename to stable/snapdrop/9.3.0/app-readme.md diff --git a/stable/snapdrop/9.3.0/charts/common-18.2.0.tgz b/stable/snapdrop/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/snapdrop/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/snapdrop/9.3.0/ix_values.yaml b/stable/snapdrop/9.3.0/ix_values.yaml new file mode 100644 index 00000000000..c6a3e137551 --- /dev/null +++ b/stable/snapdrop/9.3.0/ix_values.yaml @@ -0,0 +1,23 @@ +image: + repository: linuxserver/snapdrop + tag: latest@sha256:db9f895f86d1409b1ed678e0f5acacca7c699a736245901580811ca9e8643351 + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 10215 + targetPort: 80 +persistence: + config: + enabled: true + mountPath: "/config" +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 diff --git a/stable/snapdrop/9.2.0/questions.yaml b/stable/snapdrop/9.3.0/questions.yaml similarity index 100% rename from stable/snapdrop/9.2.0/questions.yaml rename to stable/snapdrop/9.3.0/questions.yaml diff --git a/stable/static-web-server/4.1.3/templates/NOTES.txt b/stable/snapdrop/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/static-web-server/4.1.3/templates/NOTES.txt rename to stable/snapdrop/9.3.0/templates/NOTES.txt diff --git a/stable/st-reborn-server/5.1.3/templates/common.yaml b/stable/snapdrop/9.3.0/templates/common.yaml similarity index 100% rename from stable/st-reborn-server/5.1.3/templates/common.yaml rename to stable/snapdrop/9.3.0/templates/common.yaml diff --git a/stable/spotweb/12.1.3/values.yaml b/stable/snapdrop/9.3.0/values.yaml similarity index 100% rename from stable/spotweb/12.1.3/values.yaml rename to stable/snapdrop/9.3.0/values.yaml diff --git a/stable/snippet-box/7.1.3/CHANGELOG.md b/stable/snippet-box/7.1.3/CHANGELOG.md deleted file mode 100644 index 463ba95a556..00000000000 --- a/stable/snippet-box/7.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [snippet-box-6.1.11](https://github.com/truecharts/charts/compare/snippet-box-6.1.10...snippet-box-6.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [snippet-box-6.1.10](https://github.com/truecharts/charts/compare/snippet-box-6.1.9...snippet-box-6.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [snippet-box-6.1.9](https://github.com/truecharts/charts/compare/snippet-box-6.1.8...snippet-box-6.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [snippet-box-6.1.8](https://github.com/truecharts/charts/compare/snippet-box-6.1.7...snippet-box-6.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [snippet-box-6.1.7](https://github.com/truecharts/charts/compare/snippet-box-6.1.6...snippet-box-6.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [snippet-box-6.1.6](https://github.com/truecharts/charts/compare/snippet-box-6.1.5...snippet-box-6.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [snippet-box-6.1.5](https://github.com/truecharts/charts/compare/snippet-box-6.1.4...snippet-box-6.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [snippet-box-6.1.4](https://github.com/truecharts/charts/compare/snippet-box-6.1.3...snippet-box-6.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [snippet-box-6.1.3](https://github.com/truecharts/charts/compare/snippet-box-6.1.0...snippet-box-6.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/snippet-box/7.1.3/Chart.yaml b/stable/snippet-box/7.1.3/Chart.yaml deleted file mode 100644 index afbf8d0dc60..00000000000 --- a/stable/snippet-box/7.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Snippet Box is a simple self-hosted app for organizing your code snippets. -home: https://truecharts.org/charts/stable/snippet-box -icon: https://truecharts.org/img/hotlink-ok/chart-icons/snippet-box.png -keywords: - - snippet-box - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: snippet-box -sources: - - https://github.com/pawelmalak/snippet-box - - https://github.com/truecharts/charts/tree/master/charts/stable/snippet-box - - https://hub.docker.com/r/pawelmalak/snippet-box -type: application -version: 7.1.3 diff --git a/stable/snippet-box/7.1.3/charts/common-18.0.3.tgz b/stable/snippet-box/7.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/snippet-box/7.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/sqlite-web/5.1.3/.helmignore b/stable/snippet-box/7.3.0/.helmignore similarity index 100% rename from stable/sqlite-web/5.1.3/.helmignore rename to stable/snippet-box/7.3.0/.helmignore diff --git a/stable/snippet-box/7.3.0/CHANGELOG.md b/stable/snippet-box/7.3.0/CHANGELOG.md new file mode 100644 index 00000000000..aca798633a4 --- /dev/null +++ b/stable/snippet-box/7.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [snippet-box-7.3.0](https://github.com/truecharts/charts/compare/snippet-box-7.2.3...snippet-box-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [snippet-box-7.2.3](https://github.com/truecharts/charts/compare/snippet-box-7.2.2...snippet-box-7.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [snippet-box-7.2.2](https://github.com/truecharts/charts/compare/snippet-box-7.2.0...snippet-box-7.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [snippet-box-6.1.11](https://github.com/truecharts/charts/compare/snippet-box-6.1.10...snippet-box-6.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [snippet-box-6.1.10](https://github.com/truecharts/charts/compare/snippet-box-6.1.9...snippet-box-6.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [snippet-box-6.1.9](https://github.com/truecharts/charts/compare/snippet-box-6.1.8...snippet-box-6.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [snippet-box-6.1.8](https://github.com/truecharts/charts/compare/snippet-box-6.1.7...snippet-box-6.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [snippet-box-6.1.7](https://github.com/truecharts/charts/compare/snippet-box-6.1.6...snippet-box-6.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [snippet-box-6.1.6](https://github.com/truecharts/charts/compare/snippet-box-6.1.5...snippet-box-6.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/snippet-box/7.3.0/Chart.yaml b/stable/snippet-box/7.3.0/Chart.yaml new file mode 100644 index 00000000000..f6f0f472afb --- /dev/null +++ b/stable/snippet-box/7.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Snippet Box is a simple self-hosted app for organizing your code snippets. +home: https://truecharts.org/charts/stable/snippet-box +icon: https://truecharts.org/img/hotlink-ok/chart-icons/snippet-box.png +keywords: + - snippet-box + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: snippet-box +sources: + - https://github.com/pawelmalak/snippet-box + - https://github.com/truecharts/charts/tree/master/charts/stable/snippet-box + - https://hub.docker.com/r/pawelmalak/snippet-box +type: application +version: 7.3.0 diff --git a/stable/snippet-box/7.1.3/README.md b/stable/snippet-box/7.3.0/README.md similarity index 100% rename from stable/snippet-box/7.1.3/README.md rename to stable/snippet-box/7.3.0/README.md diff --git a/stable/snippet-box/7.3.0/app-changelog.md b/stable/snippet-box/7.3.0/app-changelog.md new file mode 100644 index 00000000000..816f65cf030 --- /dev/null +++ b/stable/snippet-box/7.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [snippet-box-7.3.0](https://github.com/truecharts/charts/compare/snippet-box-7.2.3...snippet-box-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/snippet-box/7.1.3/app-readme.md b/stable/snippet-box/7.3.0/app-readme.md similarity index 100% rename from stable/snippet-box/7.1.3/app-readme.md rename to stable/snippet-box/7.3.0/app-readme.md diff --git a/stable/snippet-box/7.3.0/charts/common-18.2.0.tgz b/stable/snippet-box/7.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/snippet-box/7.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/snippet-box/7.1.3/ix_values.yaml b/stable/snippet-box/7.3.0/ix_values.yaml similarity index 100% rename from stable/snippet-box/7.1.3/ix_values.yaml rename to stable/snippet-box/7.3.0/ix_values.yaml diff --git a/stable/snippet-box/7.1.3/questions.yaml b/stable/snippet-box/7.3.0/questions.yaml similarity index 100% rename from stable/snippet-box/7.1.3/questions.yaml rename to stable/snippet-box/7.3.0/questions.yaml diff --git a/stable/stash/15.1.3/templates/common.yaml b/stable/snippet-box/7.3.0/templates/common.yaml similarity index 100% rename from stable/stash/15.1.3/templates/common.yaml rename to stable/snippet-box/7.3.0/templates/common.yaml diff --git a/stable/sqlite-web/5.1.3/values.yaml b/stable/snippet-box/7.3.0/values.yaml similarity index 100% rename from stable/sqlite-web/5.1.3/values.yaml rename to stable/snippet-box/7.3.0/values.yaml diff --git a/stable/socials/5.1.3/CHANGELOG.md b/stable/socials/5.1.3/CHANGELOG.md deleted file mode 100644 index 4934b101870..00000000000 --- a/stable/socials/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [socials-4.1.11](https://github.com/truecharts/charts/compare/socials-4.1.10...socials-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [socials-4.1.10](https://github.com/truecharts/charts/compare/socials-4.1.9...socials-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [socials-4.1.9](https://github.com/truecharts/charts/compare/socials-4.1.8...socials-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [socials-4.1.8](https://github.com/truecharts/charts/compare/socials-4.1.7...socials-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [socials-4.1.7](https://github.com/truecharts/charts/compare/socials-4.1.6...socials-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [socials-4.1.6](https://github.com/truecharts/charts/compare/socials-4.1.5...socials-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [socials-4.1.5](https://github.com/truecharts/charts/compare/socials-4.1.4...socials-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [socials-4.1.4](https://github.com/truecharts/charts/compare/socials-4.1.3...socials-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [socials-4.1.3](https://github.com/truecharts/charts/compare/socials-4.1.0...socials-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/socials/5.1.3/Chart.yaml b/stable/socials/5.1.3/Chart.yaml deleted file mode 100644 index e042650dab3..00000000000 --- a/stable/socials/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: main -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Socials is a single-page website that stores all your social media and personal websites to share. It is similar to tappy.tech, sociallinks.co, and linktr.ee, but open-source and built using Typescript, Sass, Express.js and EJS. Self-hosting or publishing as a static website or Chart is recommended! -home: https://truecharts.org/charts/stable/socials -icon: https://truecharts.org/img/hotlink-ok/chart-icons/socials.png -keywords: - - socials - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: socials -sources: - - https://github.com/diamkil/socials - - https://registry.hub.docker.com/r/diamkil/socials/ - - https://github.com/truecharts/charts/tree/master/charts/stable/socials - - https://ghcr.io/diamkil/socials -type: application -version: 5.1.3 diff --git a/stable/socials/5.1.3/charts/common-18.0.3.tgz b/stable/socials/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/socials/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/sqlitebrowser/10.1.3/.helmignore b/stable/socials/5.3.0/.helmignore similarity index 100% rename from stable/sqlitebrowser/10.1.3/.helmignore rename to stable/socials/5.3.0/.helmignore diff --git a/stable/socials/5.3.0/CHANGELOG.md b/stable/socials/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..f7e7eb320a8 --- /dev/null +++ b/stable/socials/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [socials-5.3.0](https://github.com/truecharts/charts/compare/socials-5.2.3...socials-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [socials-5.2.3](https://github.com/truecharts/charts/compare/socials-5.2.2...socials-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [socials-5.2.2](https://github.com/truecharts/charts/compare/socials-5.2.0...socials-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [socials-4.1.11](https://github.com/truecharts/charts/compare/socials-4.1.10...socials-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [socials-4.1.10](https://github.com/truecharts/charts/compare/socials-4.1.9...socials-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [socials-4.1.9](https://github.com/truecharts/charts/compare/socials-4.1.8...socials-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [socials-4.1.8](https://github.com/truecharts/charts/compare/socials-4.1.7...socials-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [socials-4.1.7](https://github.com/truecharts/charts/compare/socials-4.1.6...socials-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [socials-4.1.6](https://github.com/truecharts/charts/compare/socials-4.1.5...socials-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/socials/5.3.0/Chart.yaml b/stable/socials/5.3.0/Chart.yaml new file mode 100644 index 00000000000..b8961846866 --- /dev/null +++ b/stable/socials/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: main +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Socials is a single-page website that stores all your social media and personal websites to share. It is similar to tappy.tech, sociallinks.co, and linktr.ee, but open-source and built using Typescript, Sass, Express.js and EJS. Self-hosting or publishing as a static website or Chart is recommended! +home: https://truecharts.org/charts/stable/socials +icon: https://truecharts.org/img/hotlink-ok/chart-icons/socials.png +keywords: + - socials + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: socials +sources: + - https://github.com/diamkil/socials + - https://registry.hub.docker.com/r/diamkil/socials/ + - https://github.com/truecharts/charts/tree/master/charts/stable/socials + - https://ghcr.io/diamkil/socials +type: application +version: 5.3.0 diff --git a/stable/socials/5.1.3/README.md b/stable/socials/5.3.0/README.md similarity index 100% rename from stable/socials/5.1.3/README.md rename to stable/socials/5.3.0/README.md diff --git a/stable/socials/5.3.0/app-changelog.md b/stable/socials/5.3.0/app-changelog.md new file mode 100644 index 00000000000..130dab6f15e --- /dev/null +++ b/stable/socials/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [socials-5.3.0](https://github.com/truecharts/charts/compare/socials-5.2.3...socials-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/socials/5.1.3/app-readme.md b/stable/socials/5.3.0/app-readme.md similarity index 100% rename from stable/socials/5.1.3/app-readme.md rename to stable/socials/5.3.0/app-readme.md diff --git a/stable/socials/5.3.0/charts/common-18.2.0.tgz b/stable/socials/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/socials/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/socials/5.1.3/ix_values.yaml b/stable/socials/5.3.0/ix_values.yaml similarity index 100% rename from stable/socials/5.1.3/ix_values.yaml rename to stable/socials/5.3.0/ix_values.yaml diff --git a/stable/socials/5.1.3/questions.yaml b/stable/socials/5.3.0/questions.yaml similarity index 100% rename from stable/socials/5.1.3/questions.yaml rename to stable/socials/5.3.0/questions.yaml diff --git a/stable/socials/5.1.3/templates/common.yaml b/stable/socials/5.3.0/templates/common.yaml similarity index 100% rename from stable/socials/5.1.3/templates/common.yaml rename to stable/socials/5.3.0/templates/common.yaml diff --git a/stable/sqlitebrowser/10.1.3/values.yaml b/stable/socials/5.3.0/values.yaml similarity index 100% rename from stable/sqlitebrowser/10.1.3/values.yaml rename to stable/socials/5.3.0/values.yaml diff --git a/stable/soft-serve/6.1.3/CHANGELOG.md b/stable/soft-serve/6.1.3/CHANGELOG.md deleted file mode 100644 index 422ba7fda39..00000000000 --- a/stable/soft-serve/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [soft-serve-5.1.11](https://github.com/truecharts/charts/compare/soft-serve-5.1.10...soft-serve-5.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [soft-serve-5.1.10](https://github.com/truecharts/charts/compare/soft-serve-5.1.9...soft-serve-5.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [soft-serve-5.1.9](https://github.com/truecharts/charts/compare/soft-serve-5.1.8...soft-serve-5.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [soft-serve-5.1.8](https://github.com/truecharts/charts/compare/soft-serve-5.1.7...soft-serve-5.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [soft-serve-5.1.7](https://github.com/truecharts/charts/compare/soft-serve-5.1.6...soft-serve-5.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [soft-serve-5.1.6](https://github.com/truecharts/charts/compare/soft-serve-5.1.5...soft-serve-5.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [soft-serve-5.1.5](https://github.com/truecharts/charts/compare/soft-serve-5.1.4...soft-serve-5.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [soft-serve-5.1.4](https://github.com/truecharts/charts/compare/soft-serve-5.1.3...soft-serve-5.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [soft-serve-5.1.3](https://github.com/truecharts/charts/compare/soft-serve-5.1.0...soft-serve-5.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/soft-serve/6.1.3/Chart.yaml b/stable/soft-serve/6.1.3/Chart.yaml deleted file mode 100644 index 2af156f9f79..00000000000 --- a/stable/soft-serve/6.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: git - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.7.4 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A tasty, self-hostable Git server for the command line. -home: https://truecharts.org/charts/stable/soft-serve -icon: https://truecharts.org/img/hotlink-ok/chart-icons/soft-serve.png -keywords: - - soft-serve - - git -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: soft-serve -sources: - - https://github.com/charmbracelet/soft-serve - - https://github.com/truecharts/charts/tree/master/charts/stable/soft-serve - - https://hub.docker.com/r/charmcli/soft-serve -type: application -version: 6.1.3 diff --git a/stable/soft-serve/6.1.3/charts/common-18.0.3.tgz b/stable/soft-serve/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/soft-serve/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/sshwifty/5.1.3/.helmignore b/stable/soft-serve/6.3.0/.helmignore similarity index 100% rename from stable/sshwifty/5.1.3/.helmignore rename to stable/soft-serve/6.3.0/.helmignore diff --git a/stable/soft-serve/6.3.0/CHANGELOG.md b/stable/soft-serve/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..56681e1169e --- /dev/null +++ b/stable/soft-serve/6.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [soft-serve-6.3.0](https://github.com/truecharts/charts/compare/soft-serve-6.2.3...soft-serve-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [soft-serve-6.2.3](https://github.com/truecharts/charts/compare/soft-serve-6.2.2...soft-serve-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [soft-serve-6.2.2](https://github.com/truecharts/charts/compare/soft-serve-6.2.0...soft-serve-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [soft-serve-5.1.11](https://github.com/truecharts/charts/compare/soft-serve-5.1.10...soft-serve-5.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [soft-serve-5.1.10](https://github.com/truecharts/charts/compare/soft-serve-5.1.9...soft-serve-5.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [soft-serve-5.1.9](https://github.com/truecharts/charts/compare/soft-serve-5.1.8...soft-serve-5.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [soft-serve-5.1.8](https://github.com/truecharts/charts/compare/soft-serve-5.1.7...soft-serve-5.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [soft-serve-5.1.7](https://github.com/truecharts/charts/compare/soft-serve-5.1.6...soft-serve-5.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [soft-serve-5.1.6](https://github.com/truecharts/charts/compare/soft-serve-5.1.5...soft-serve-5.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/soft-serve/6.3.0/Chart.yaml b/stable/soft-serve/6.3.0/Chart.yaml new file mode 100644 index 00000000000..919c69c0e7f --- /dev/null +++ b/stable/soft-serve/6.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: git + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.7.4 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A tasty, self-hostable Git server for the command line. +home: https://truecharts.org/charts/stable/soft-serve +icon: https://truecharts.org/img/hotlink-ok/chart-icons/soft-serve.png +keywords: + - soft-serve + - git +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: soft-serve +sources: + - https://github.com/charmbracelet/soft-serve + - https://github.com/truecharts/charts/tree/master/charts/stable/soft-serve + - https://hub.docker.com/r/charmcli/soft-serve +type: application +version: 6.3.0 diff --git a/stable/soft-serve/6.1.3/README.md b/stable/soft-serve/6.3.0/README.md similarity index 100% rename from stable/soft-serve/6.1.3/README.md rename to stable/soft-serve/6.3.0/README.md diff --git a/stable/soft-serve/6.3.0/app-changelog.md b/stable/soft-serve/6.3.0/app-changelog.md new file mode 100644 index 00000000000..0165c32c317 --- /dev/null +++ b/stable/soft-serve/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [soft-serve-6.3.0](https://github.com/truecharts/charts/compare/soft-serve-6.2.3...soft-serve-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/soft-serve/6.1.3/app-readme.md b/stable/soft-serve/6.3.0/app-readme.md similarity index 100% rename from stable/soft-serve/6.1.3/app-readme.md rename to stable/soft-serve/6.3.0/app-readme.md diff --git a/stable/soft-serve/6.3.0/charts/common-18.2.0.tgz b/stable/soft-serve/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/soft-serve/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/soft-serve/6.1.3/ix_values.yaml b/stable/soft-serve/6.3.0/ix_values.yaml similarity index 100% rename from stable/soft-serve/6.1.3/ix_values.yaml rename to stable/soft-serve/6.3.0/ix_values.yaml diff --git a/stable/soft-serve/6.1.3/questions.yaml b/stable/soft-serve/6.3.0/questions.yaml similarity index 100% rename from stable/soft-serve/6.1.3/questions.yaml rename to stable/soft-serve/6.3.0/questions.yaml diff --git a/stable/static/10.1.3/templates/NOTES.txt b/stable/soft-serve/6.3.0/templates/NOTES.txt similarity index 100% rename from stable/static/10.1.3/templates/NOTES.txt rename to stable/soft-serve/6.3.0/templates/NOTES.txt diff --git a/stable/soft-serve/6.1.3/templates/_secret.tpl b/stable/soft-serve/6.3.0/templates/_secret.tpl similarity index 100% rename from stable/soft-serve/6.1.3/templates/_secret.tpl rename to stable/soft-serve/6.3.0/templates/_secret.tpl diff --git a/stable/soft-serve/6.1.3/templates/common.yaml b/stable/soft-serve/6.3.0/templates/common.yaml similarity index 100% rename from stable/soft-serve/6.1.3/templates/common.yaml rename to stable/soft-serve/6.3.0/templates/common.yaml diff --git a/stable/sshwifty/5.1.3/values.yaml b/stable/soft-serve/6.3.0/values.yaml similarity index 100% rename from stable/sshwifty/5.1.3/values.yaml rename to stable/soft-serve/6.3.0/values.yaml diff --git a/stable/st-reborn-server/5.1.3/.helmignore b/stable/sonarr/21.1.0/.helmignore similarity index 100% rename from stable/st-reborn-server/5.1.3/.helmignore rename to stable/sonarr/21.1.0/.helmignore diff --git a/stable/sonarr/21.1.0/CHANGELOG.md b/stable/sonarr/21.1.0/CHANGELOG.md new file mode 100644 index 00000000000..b594a3246de --- /dev/null +++ b/stable/sonarr/21.1.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sonarr-21.1.0](https://github.com/truecharts/charts/compare/sonarr-21.0.3...sonarr-21.1.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [sonarr-21.0.3](https://github.com/truecharts/charts/compare/sonarr-21.0.2...sonarr-21.0.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [sonarr-21.0.2](https://github.com/truecharts/charts/compare/sonarr-21.0.0...sonarr-21.0.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + +## [sonarr-19.0.33](https://github.com/truecharts/charts/compare/sonarr-19.0.32...sonarr-19.0.33) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [sonarr-19.0.32](https://github.com/truecharts/charts/compare/sonarr-19.0.31...sonarr-19.0.32) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/onedr0p/exportarr to v1.6.1[@60cf3d4](https://github.com/60cf3d4) by renovate ([#17725](https://github.com/truecharts/charts/issues/17725)) + + +## [sonarr-19.0.31](https://github.com/truecharts/charts/compare/sonarr-19.0.30...sonarr-19.0.31) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [sonarr-19.0.30](https://github.com/truecharts/charts/compare/sonarr-19.0.29...sonarr-19.0.30) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [sonarr-19.0.29](https://github.com/truecharts/charts/compare/sonarr-19.0.28...sonarr-19.0.29) (2024-01-21) + +### Chore diff --git a/stable/sonarr/21.1.0/Chart.yaml b/stable/sonarr/21.1.0/Chart.yaml new file mode 100644 index 00000000000..34ea18c0a54 --- /dev/null +++ b/stable/sonarr/21.1.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.0.2.1183 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Smart PVR for newsgroup and bittorrent users +home: https://truecharts.org/charts/stable/sonarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sonarr.png +keywords: + - sonarr + - torrent + - usenet +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sonarr +sources: + - https://github.com/Sonarr/Sonarr + - https://github.com/truecharts/charts/tree/master/charts/stable/sonarr + - https://ghcr.io/onedr0p/sonarr + - https://ghcr.io/onedr0p/exportarr +type: application +version: 21.1.0 diff --git a/stable/sonarr/21.1.0/README.md b/stable/sonarr/21.1.0/README.md new file mode 100644 index 00000000000..d347b8af5b9 --- /dev/null +++ b/stable/sonarr/21.1.0/README.md @@ -0,0 +1,28 @@ +--- +title: README +--- + +## General Info + +TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. +However only installations using the TrueNAS SCALE Apps system are supported. + +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sonarr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +_All Rights Reserved - The TrueCharts Project_ diff --git a/stable/sonarr/21.1.0/app-changelog.md b/stable/sonarr/21.1.0/app-changelog.md new file mode 100644 index 00000000000..5c764163b3d --- /dev/null +++ b/stable/sonarr/21.1.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [sonarr-21.1.0](https://github.com/truecharts/charts/compare/sonarr-21.0.3...sonarr-21.1.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/sonarr/21.1.0/app-readme.md b/stable/sonarr/21.1.0/app-readme.md new file mode 100644 index 00000000000..ec61484a6bd --- /dev/null +++ b/stable/sonarr/21.1.0/app-readme.md @@ -0,0 +1,8 @@ +Smart PVR for newsgroup and bittorrent users + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/sonarr](https://truecharts.org/charts/stable/sonarr) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! diff --git a/stable/sonarr/21.1.0/charts/common-18.2.0.tgz b/stable/sonarr/21.1.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/sonarr/21.1.0/charts/common-18.2.0.tgz differ diff --git a/stable/sonarr/21.1.0/ix_values.yaml b/stable/sonarr/21.1.0/ix_values.yaml new file mode 100644 index 00000000000..851b9add787 --- /dev/null +++ b/stable/sonarr/21.1.0/ix_values.yaml @@ -0,0 +1,106 @@ +image: + repository: ghcr.io/onedr0p/sonarr + pullPolicy: IfNotPresent + tag: 4.0.2.1183@sha256:27ffdcc8a93714d379ecd4cf0fcf23ef4452b18e0eb59cd4f966a67185f86284 +exportarrImage: + repository: ghcr.io/onedr0p/exportarr + pullPolicy: IfNotPresent + tag: v2.0.0@sha256:760327e885a9bb5b818b56e8a6f818c9570eeaa9484bed122028adbf80bcaeb9 +service: + main: + ports: + main: + port: 8989 + metrics: + enabled: true + type: ClusterIP + targetSelector: exportarr + ports: + metrics: + enabled: true + port: 8990 + targetSelector: exportarr +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: true + type: http + path: /ping + readiness: + enabled: true + type: http + path: /ping + startup: + enabled: true + type: http + path: /ping + env: + SONARR__PORT: "{{ .Values.service.main.ports.main.port }}" + SONARR__AUTHENTICATION_METHOD: "" + exportarr: + enabled: true + type: Deployment + strategy: RollingUpdate + replicas: 1 + podSpec: + containers: + exportarr: + primary: true + enabled: true + imageSelector: exportarrImage + args: + - sonarr + probes: + liveness: + enabled: true + type: http + path: /healthz + port: "{{ .Values.service.metrics.ports.metrics.port }}" + readiness: + enabled: true + type: http + path: /healthz + port: "{{ .Values.service.metrics.ports.metrics.port }}" + startup: + enabled: true + type: http + path: /healthz + port: "{{ .Values.service.metrics.ports.metrics.port }}" + env: + INTERFACE: 0.0.0.0 + PORT: "{{ .Values.service.metrics.ports.metrics.port }}" + URL: '{{ printf "http://%v:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.main.ports.main.port }}' + # additional metrics (slow) + # ENABLE_ADDITIONAL_METRICS: false + # enable gathering unknown queue items + # ENABLE_UNKNOWN_QUEUE_ITEMS: false + CONFIG: "/config/config.xml" +persistence: + config: + enabled: true + targetSelector: + main: + main: + mountPath: /config + exportarr: + exportarr: + mountPath: /config + readOnly: true +metrics: + main: + enabled: true + type: "servicemonitor" + endpoints: + - port: metrics + path: /metrics + targetSelector: metrics + prometheusRule: + enabled: false +portal: + open: + enabled: true +updated: true diff --git a/stable/sonarr/21.1.0/questions.yaml b/stable/sonarr/21.1.0/questions.yaml new file mode 100755 index 00000000000..a7373fd8a34 --- /dev/null +++ b/stable/sonarr/21.1.0/questions.yaml @@ -0,0 +1,2899 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: App Configuration + label: Image Environment + schema: + additional_attrs: true + type: dict + attrs: + - variable: SONARR__AUTHENTICATION_METHOD + label: Auth Method + description: Sets the auth method. + schema: + type: string + default: "" + enum: + - value: "" + description: In-App Setting + - value: External + description: External/None + - value: Basic + description: Basic + - value: Forms + description: Forms + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 8989 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: config + label: App Config Storage + description: Stores the Application Configuration. + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: metrics + group: Metrics + label: Prometheus Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: Main Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable Prometheus Metrics + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: prometheusRule + label: PrometheusRule + description: Enable and configure Prometheus Rules for the App. + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable Prometheus Metrics + schema: + type: boolean + default: false + # TODO: Rule List section + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/steam-headless/3.2.0/templates/NOTES.txt b/stable/sonarr/21.1.0/templates/NOTES.txt similarity index 100% rename from stable/steam-headless/3.2.0/templates/NOTES.txt rename to stable/sonarr/21.1.0/templates/NOTES.txt diff --git a/stable/sonarr/21.1.0/templates/common.yaml b/stable/sonarr/21.1.0/templates/common.yaml new file mode 100644 index 00000000000..3c93f578611 --- /dev/null +++ b/stable/sonarr/21.1.0/templates/common.yaml @@ -0,0 +1,11 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.v1.common.loader.init" . -}} + +{{/* Disable [exportarr] if requested */}} +{{- if not .Values.metrics.main.enabled -}} + {{- $_ := set .Values.workload.exportarr "enabled" false -}} + {{- $_ := set .Values.service.metrics "enabled" false -}} +{{- end -}} + +{{/* Render the templates */}} +{{- include "tc.v1.common.loader.apply" . -}} diff --git a/stable/st-reborn-server/5.1.3/values.yaml b/stable/sonarr/21.1.0/values.yaml similarity index 100% rename from stable/st-reborn-server/5.1.3/values.yaml rename to stable/sonarr/21.1.0/values.yaml diff --git a/stable/songkong/5.2.0/CHANGELOG.md b/stable/songkong/5.2.0/CHANGELOG.md deleted file mode 100644 index f0bde07b3e3..00000000000 --- a/stable/songkong/5.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [songkong-4.1.13](https://github.com/truecharts/charts/compare/songkong-4.1.12...songkong-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [songkong-4.1.12](https://github.com/truecharts/charts/compare/songkong-4.1.11...songkong-4.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [songkong-4.1.11](https://github.com/truecharts/charts/compare/songkong-4.1.10...songkong-4.1.11) (2024-01-22) - -### Chore - - - -- update container image songkong/songkong to latest[@63000e1](https://github.com/63000e1) by renovate ([#17505](https://github.com/truecharts/charts/issues/17505)) - - -## [songkong-4.1.10](https://github.com/truecharts/charts/compare/songkong-4.1.9...songkong-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [songkong-4.1.9](https://github.com/truecharts/charts/compare/songkong-4.1.8...songkong-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [songkong-4.1.8](https://github.com/truecharts/charts/compare/songkong-4.1.7...songkong-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [songkong-4.1.7](https://github.com/truecharts/charts/compare/songkong-4.1.6...songkong-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [songkong-4.1.6](https://github.com/truecharts/charts/compare/songkong-4.1.5...songkong-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [songkong-4.1.5](https://github.com/truecharts/charts/compare/songkong-4.1.4...songkong-4.1.5) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes diff --git a/stable/songkong/5.2.0/Chart.yaml b/stable/songkong/5.2.0/Chart.yaml deleted file mode 100644 index 095e8731600..00000000000 --- a/stable/songkong/5.2.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaApp-Music - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Official SongKong Chart repository, Identify your songs and add metadata and artwork automatically -home: https://truecharts.org/charts/stable/songkong -icon: https://truecharts.org/img/hotlink-ok/chart-icons/songkong.png -keywords: - - songkong - - MediaApp-Music -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: songkong -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/songkong - - https://hub.docker.com/r/songkong/songkong -type: application -version: 5.2.0 diff --git a/stable/songkong/5.2.0/charts/common-18.1.2.tgz b/stable/songkong/5.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/songkong/5.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/songkong/5.2.0/ix_values.yaml b/stable/songkong/5.2.0/ix_values.yaml deleted file mode 100644 index 1734c871593..00000000000 --- a/stable/songkong/5.2.0/ix_values.yaml +++ /dev/null @@ -1,26 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: songkong/songkong - tag: latest@sha256:63000e1595813c775ecf5b32097b56a6d305a401db7d95a0902972cd49729b5e -persistence: - music: - enabled: true - mountPath: /music - songkongconfig: - enabled: true - mountPath: /songkong -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 4567 - protocol: tcp - targetPort: 4567 diff --git a/stable/stackedit/5.1.3/.helmignore b/stable/songkong/5.3.0/.helmignore similarity index 100% rename from stable/stackedit/5.1.3/.helmignore rename to stable/songkong/5.3.0/.helmignore diff --git a/stable/songkong/5.3.0/CHANGELOG.md b/stable/songkong/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..332d8dbe20f --- /dev/null +++ b/stable/songkong/5.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [songkong-5.3.0](https://github.com/truecharts/charts/compare/songkong-5.2.4...songkong-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [songkong-5.2.4](https://github.com/truecharts/charts/compare/songkong-5.2.3...songkong-5.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [songkong-5.2.3](https://github.com/truecharts/charts/compare/songkong-5.2.1...songkong-5.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [songkong-4.1.13](https://github.com/truecharts/charts/compare/songkong-4.1.12...songkong-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [songkong-4.1.12](https://github.com/truecharts/charts/compare/songkong-4.1.11...songkong-4.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [songkong-4.1.11](https://github.com/truecharts/charts/compare/songkong-4.1.10...songkong-4.1.11) (2024-01-22) + +### Chore + + + +- update container image songkong/songkong to latest[@63000e1](https://github.com/63000e1) by renovate ([#17505](https://github.com/truecharts/charts/issues/17505)) + + +## [songkong-4.1.10](https://github.com/truecharts/charts/compare/songkong-4.1.9...songkong-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [songkong-4.1.9](https://github.com/truecharts/charts/compare/songkong-4.1.8...songkong-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [songkong-4.1.8](https://github.com/truecharts/charts/compare/songkong-4.1.7...songkong-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) \ No newline at end of file diff --git a/stable/songkong/5.3.0/Chart.yaml b/stable/songkong/5.3.0/Chart.yaml new file mode 100644 index 00000000000..4c4bf8453e9 --- /dev/null +++ b/stable/songkong/5.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Music + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Official SongKong Chart repository, Identify your songs and add metadata and artwork automatically +home: https://truecharts.org/charts/stable/songkong +icon: https://truecharts.org/img/hotlink-ok/chart-icons/songkong.png +keywords: + - songkong + - MediaApp-Music +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: songkong +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/songkong + - https://hub.docker.com/r/songkong/songkong +type: application +version: 5.3.0 diff --git a/stable/songkong/5.2.0/README.md b/stable/songkong/5.3.0/README.md similarity index 100% rename from stable/songkong/5.2.0/README.md rename to stable/songkong/5.3.0/README.md diff --git a/stable/songkong/5.3.0/app-changelog.md b/stable/songkong/5.3.0/app-changelog.md new file mode 100644 index 00000000000..cd3bd088d3a --- /dev/null +++ b/stable/songkong/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [songkong-5.3.0](https://github.com/truecharts/charts/compare/songkong-5.2.4...songkong-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/songkong/5.2.0/app-readme.md b/stable/songkong/5.3.0/app-readme.md similarity index 100% rename from stable/songkong/5.2.0/app-readme.md rename to stable/songkong/5.3.0/app-readme.md diff --git a/stable/songkong/5.3.0/charts/common-18.2.0.tgz b/stable/songkong/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/songkong/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/songkong/5.3.0/ix_values.yaml b/stable/songkong/5.3.0/ix_values.yaml new file mode 100644 index 00000000000..d6a377b3185 --- /dev/null +++ b/stable/songkong/5.3.0/ix_values.yaml @@ -0,0 +1,26 @@ +image: + pullPolicy: IfNotPresent + repository: songkong/songkong + tag: latest@sha256:853aaa797419af33dce56d19a16cbca9e260ad36031c59ac67c373d1161d2af0 +persistence: + music: + enabled: true + mountPath: /music + songkongconfig: + enabled: true + mountPath: /songkong +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 4567 + protocol: tcp + targetPort: 4567 diff --git a/stable/songkong/5.2.0/questions.yaml b/stable/songkong/5.3.0/questions.yaml similarity index 100% rename from stable/songkong/5.2.0/questions.yaml rename to stable/songkong/5.3.0/questions.yaml diff --git a/stable/songkong/5.2.0/templates/common.yaml b/stable/songkong/5.3.0/templates/common.yaml similarity index 100% rename from stable/songkong/5.2.0/templates/common.yaml rename to stable/songkong/5.3.0/templates/common.yaml diff --git a/stable/stackedit/5.1.3/values.yaml b/stable/songkong/5.3.0/values.yaml similarity index 100% rename from stable/stackedit/5.1.3/values.yaml rename to stable/songkong/5.3.0/values.yaml diff --git a/stable/sonsoftheforest/3.1.3/CHANGELOG.md b/stable/sonsoftheforest/3.1.3/CHANGELOG.md deleted file mode 100644 index 9dd56e8dd71..00000000000 --- a/stable/sonsoftheforest/3.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [sonsoftheforest-2.1.14](https://github.com/truecharts/charts/compare/sonsoftheforest-2.1.13...sonsoftheforest-2.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [sonsoftheforest-2.1.13](https://github.com/truecharts/charts/compare/sonsoftheforest-2.1.12...sonsoftheforest-2.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [sonsoftheforest-2.1.12](https://github.com/truecharts/charts/compare/sonsoftheforest-2.1.11...sonsoftheforest-2.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [sonsoftheforest-2.1.11](https://github.com/truecharts/charts/compare/sonsoftheforest-2.1.10...sonsoftheforest-2.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [sonsoftheforest-2.1.10](https://github.com/truecharts/charts/compare/sonsoftheforest-2.1.9...sonsoftheforest-2.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [sonsoftheforest-2.1.9](https://github.com/truecharts/charts/compare/sonsoftheforest-2.1.8...sonsoftheforest-2.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [sonsoftheforest-2.1.8](https://github.com/truecharts/charts/compare/sonsoftheforest-2.1.7...sonsoftheforest-2.1.8) (2024-01-03) - -### Chore - - - -- update container image ich777/steamcmd to sonsoftheforest[@8b75900](https://github.com/8b75900) by renovate ([#16779](https://github.com/truecharts/charts/issues/16779)) - - -## [sonsoftheforest-2.1.7](https://github.com/truecharts/charts/compare/sonsoftheforest-2.1.6...sonsoftheforest-2.1.7) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [sonsoftheforest-2.1.6](https://github.com/truecharts/charts/compare/sonsoftheforest-2.1.4...sonsoftheforest-2.1.6) (2024-01-02) - -### Chore - - - -- fix some refs ([#16749](https://github.com/truecharts/charts/issues/16749)) - diff --git a/stable/sonsoftheforest/3.1.3/Chart.yaml b/stable/sonsoftheforest/3.1.3/Chart.yaml deleted file mode 100644 index f1142a5885d..00000000000 --- a/stable/sonsoftheforest/3.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: sonsoftheforest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A custom SteamCMD chart that runs Sons Of The Forest Server. -home: https://truecharts.org/charts/stable/sonsoftheforest -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sonsoftheforest.png -keywords: - - sonsoftheforest - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: sonsoftheforest -sources: - - https://github.com/ich777/docker-steamcmd-server/tree/sonsoftheforest - - https://github.com/truecharts/charts/tree/master/charts/stable/sonsoftheforest - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 3.1.3 diff --git a/stable/sonsoftheforest/3.1.3/charts/common-18.0.3.tgz b/stable/sonsoftheforest/3.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/sonsoftheforest/3.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/standardnotes-web/5.1.3/.helmignore b/stable/sonsoftheforest/3.3.0/.helmignore similarity index 100% rename from stable/standardnotes-web/5.1.3/.helmignore rename to stable/sonsoftheforest/3.3.0/.helmignore diff --git a/stable/sonsoftheforest/3.3.0/CHANGELOG.md b/stable/sonsoftheforest/3.3.0/CHANGELOG.md new file mode 100644 index 00000000000..11afab914ee --- /dev/null +++ b/stable/sonsoftheforest/3.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sonsoftheforest-3.3.0](https://github.com/truecharts/charts/compare/sonsoftheforest-3.2.3...sonsoftheforest-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [sonsoftheforest-3.2.3](https://github.com/truecharts/charts/compare/sonsoftheforest-3.2.2...sonsoftheforest-3.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [sonsoftheforest-3.2.2](https://github.com/truecharts/charts/compare/sonsoftheforest-3.2.0...sonsoftheforest-3.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [sonsoftheforest-2.1.14](https://github.com/truecharts/charts/compare/sonsoftheforest-2.1.13...sonsoftheforest-2.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [sonsoftheforest-2.1.13](https://github.com/truecharts/charts/compare/sonsoftheforest-2.1.12...sonsoftheforest-2.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [sonsoftheforest-2.1.12](https://github.com/truecharts/charts/compare/sonsoftheforest-2.1.11...sonsoftheforest-2.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [sonsoftheforest-2.1.11](https://github.com/truecharts/charts/compare/sonsoftheforest-2.1.10...sonsoftheforest-2.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [sonsoftheforest-2.1.10](https://github.com/truecharts/charts/compare/sonsoftheforest-2.1.9...sonsoftheforest-2.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [sonsoftheforest-2.1.9](https://github.com/truecharts/charts/compare/sonsoftheforest-2.1.8...sonsoftheforest-2.1.9) (2024-01-09) + +### Chore + + diff --git a/stable/sonsoftheforest/3.3.0/Chart.yaml b/stable/sonsoftheforest/3.3.0/Chart.yaml new file mode 100644 index 00000000000..6c8d68ffb41 --- /dev/null +++ b/stable/sonsoftheforest/3.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: sonsoftheforest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A custom SteamCMD chart that runs Sons Of The Forest Server. +home: https://truecharts.org/charts/stable/sonsoftheforest +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sonsoftheforest.png +keywords: + - sonsoftheforest + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sonsoftheforest +sources: + - https://github.com/ich777/docker-steamcmd-server/tree/sonsoftheforest + - https://github.com/truecharts/charts/tree/master/charts/stable/sonsoftheforest + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 3.3.0 diff --git a/stable/sonsoftheforest/3.1.3/README.md b/stable/sonsoftheforest/3.3.0/README.md similarity index 100% rename from stable/sonsoftheforest/3.1.3/README.md rename to stable/sonsoftheforest/3.3.0/README.md diff --git a/stable/sonsoftheforest/3.3.0/app-changelog.md b/stable/sonsoftheforest/3.3.0/app-changelog.md new file mode 100644 index 00000000000..66b578cba5d --- /dev/null +++ b/stable/sonsoftheforest/3.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [sonsoftheforest-3.3.0](https://github.com/truecharts/charts/compare/sonsoftheforest-3.2.3...sonsoftheforest-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/sonsoftheforest/3.1.3/app-readme.md b/stable/sonsoftheforest/3.3.0/app-readme.md similarity index 100% rename from stable/sonsoftheforest/3.1.3/app-readme.md rename to stable/sonsoftheforest/3.3.0/app-readme.md diff --git a/stable/sonsoftheforest/3.3.0/charts/common-18.2.0.tgz b/stable/sonsoftheforest/3.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/sonsoftheforest/3.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/sonsoftheforest/3.1.3/ix_values.yaml b/stable/sonsoftheforest/3.3.0/ix_values.yaml similarity index 100% rename from stable/sonsoftheforest/3.1.3/ix_values.yaml rename to stable/sonsoftheforest/3.3.0/ix_values.yaml diff --git a/stable/sonsoftheforest/3.1.3/questions.yaml b/stable/sonsoftheforest/3.3.0/questions.yaml similarity index 100% rename from stable/sonsoftheforest/3.1.3/questions.yaml rename to stable/sonsoftheforest/3.3.0/questions.yaml diff --git a/stable/storj-node/9.1.3/templates/NOTES.txt b/stable/sonsoftheforest/3.3.0/templates/NOTES.txt similarity index 100% rename from stable/storj-node/9.1.3/templates/NOTES.txt rename to stable/sonsoftheforest/3.3.0/templates/NOTES.txt diff --git a/stable/sonsoftheforest/3.1.3/templates/_configmap.tpl b/stable/sonsoftheforest/3.3.0/templates/_configmap.tpl similarity index 100% rename from stable/sonsoftheforest/3.1.3/templates/_configmap.tpl rename to stable/sonsoftheforest/3.3.0/templates/_configmap.tpl diff --git a/stable/sonsoftheforest/3.1.3/templates/common.yaml b/stable/sonsoftheforest/3.3.0/templates/common.yaml similarity index 100% rename from stable/sonsoftheforest/3.1.3/templates/common.yaml rename to stable/sonsoftheforest/3.3.0/templates/common.yaml diff --git a/stable/standardnotes-web/5.1.3/values.yaml b/stable/sonsoftheforest/3.3.0/values.yaml similarity index 100% rename from stable/standardnotes-web/5.1.3/values.yaml rename to stable/sonsoftheforest/3.3.0/values.yaml diff --git a/stable/sourcegraph/5.1.4/CHANGELOG.md b/stable/sourcegraph/5.1.4/CHANGELOG.md deleted file mode 100644 index d02a8103574..00000000000 --- a/stable/sourcegraph/5.1.4/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [sourcegraph-4.1.13](https://github.com/truecharts/charts/compare/sourcegraph-4.1.12...sourcegraph-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [sourcegraph-4.1.12](https://github.com/truecharts/charts/compare/sourcegraph-4.1.11...sourcegraph-4.1.12) (2024-01-29) - -### Chore - - - -- update container image sourcegraph/server to v5.2.7[@e1746eb](https://github.com/e1746eb) by renovate ([#17683](https://github.com/truecharts/charts/issues/17683)) - - -## [sourcegraph-4.1.11](https://github.com/truecharts/charts/compare/sourcegraph-4.1.10...sourcegraph-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [sourcegraph-4.1.10](https://github.com/truecharts/charts/compare/sourcegraph-4.1.9...sourcegraph-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [sourcegraph-4.1.9](https://github.com/truecharts/charts/compare/sourcegraph-4.1.8...sourcegraph-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [sourcegraph-4.1.8](https://github.com/truecharts/charts/compare/sourcegraph-4.1.7...sourcegraph-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [sourcegraph-4.1.7](https://github.com/truecharts/charts/compare/sourcegraph-4.1.6...sourcegraph-4.1.7) (2024-01-14) - -### Chore - - - -- update container image sourcegraph/server to v5.2.6[@ef44775](https://github.com/ef44775) by renovate ([#17197](https://github.com/truecharts/charts/issues/17197)) - - - - -## [sourcegraph-4.1.6](https://github.com/truecharts/charts/compare/sourcegraph-4.1.5...sourcegraph-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [sourcegraph-4.1.5](https://github.com/truecharts/charts/compare/sourcegraph-4.1.4...sourcegraph-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs \ No newline at end of file diff --git a/stable/sourcegraph/5.1.4/Chart.yaml b/stable/sourcegraph/5.1.4/Chart.yaml deleted file mode 100644 index 530b687b487..00000000000 --- a/stable/sourcegraph/5.1.4/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Backup - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.3.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Sourcegraph Chart. -home: https://truecharts.org/charts/stable/sourcegraph -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sourcegraph.png -keywords: - - sourcegraph - - Backup - - Cloud - - Network-Web - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: sourcegraph -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/sourcegraph - - https://hub.docker.com/r/sourcegraph/server -type: application -version: 5.1.4 diff --git a/stable/sourcegraph/5.1.4/charts/common-18.0.3.tgz b/stable/sourcegraph/5.1.4/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/sourcegraph/5.1.4/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/starmade/5.1.3/.helmignore b/stable/sourcegraph/5.3.0/.helmignore similarity index 100% rename from stable/starmade/5.1.3/.helmignore rename to stable/sourcegraph/5.3.0/.helmignore diff --git a/stable/sourcegraph/5.3.0/CHANGELOG.md b/stable/sourcegraph/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..830b1c0ba1a --- /dev/null +++ b/stable/sourcegraph/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sourcegraph-5.3.0](https://github.com/truecharts/charts/compare/sourcegraph-5.2.3...sourcegraph-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [sourcegraph-5.2.3](https://github.com/truecharts/charts/compare/sourcegraph-5.2.2...sourcegraph-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [sourcegraph-5.2.2](https://github.com/truecharts/charts/compare/sourcegraph-5.2.0...sourcegraph-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + +## [sourcegraph-4.1.13](https://github.com/truecharts/charts/compare/sourcegraph-4.1.12...sourcegraph-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [sourcegraph-4.1.12](https://github.com/truecharts/charts/compare/sourcegraph-4.1.11...sourcegraph-4.1.12) (2024-01-29) + +### Chore + + + +- update container image sourcegraph/server to v5.2.7[@e1746eb](https://github.com/e1746eb) by renovate ([#17683](https://github.com/truecharts/charts/issues/17683)) + + +## [sourcegraph-4.1.11](https://github.com/truecharts/charts/compare/sourcegraph-4.1.10...sourcegraph-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [sourcegraph-4.1.10](https://github.com/truecharts/charts/compare/sourcegraph-4.1.9...sourcegraph-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [sourcegraph-4.1.9](https://github.com/truecharts/charts/compare/sourcegraph-4.1.8...sourcegraph-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [sourcegraph-4.1.8](https://github.com/truecharts/charts/compare/sourcegraph-4.1.7...sourcegraph-4.1.8) (2024-01-21) + +### Chore + + diff --git a/stable/sourcegraph/5.3.0/Chart.yaml b/stable/sourcegraph/5.3.0/Chart.yaml new file mode 100644 index 00000000000..3e4128452e0 --- /dev/null +++ b/stable/sourcegraph/5.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.3.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Sourcegraph Chart. +home: https://truecharts.org/charts/stable/sourcegraph +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sourcegraph.png +keywords: + - sourcegraph + - Backup + - Cloud + - Network-Web + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sourcegraph +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/sourcegraph + - https://hub.docker.com/r/sourcegraph/server +type: application +version: 5.3.0 diff --git a/stable/sourcegraph/5.1.4/README.md b/stable/sourcegraph/5.3.0/README.md similarity index 100% rename from stable/sourcegraph/5.1.4/README.md rename to stable/sourcegraph/5.3.0/README.md diff --git a/stable/sourcegraph/5.3.0/app-changelog.md b/stable/sourcegraph/5.3.0/app-changelog.md new file mode 100644 index 00000000000..436c01f7fc9 --- /dev/null +++ b/stable/sourcegraph/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [sourcegraph-5.3.0](https://github.com/truecharts/charts/compare/sourcegraph-5.2.3...sourcegraph-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/sourcegraph/5.1.4/app-readme.md b/stable/sourcegraph/5.3.0/app-readme.md similarity index 100% rename from stable/sourcegraph/5.1.4/app-readme.md rename to stable/sourcegraph/5.3.0/app-readme.md diff --git a/stable/sourcegraph/5.3.0/charts/common-18.2.0.tgz b/stable/sourcegraph/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/sourcegraph/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/sourcegraph/5.1.4/ix_values.yaml b/stable/sourcegraph/5.3.0/ix_values.yaml similarity index 100% rename from stable/sourcegraph/5.1.4/ix_values.yaml rename to stable/sourcegraph/5.3.0/ix_values.yaml diff --git a/stable/sourcegraph/5.1.4/questions.yaml b/stable/sourcegraph/5.3.0/questions.yaml similarity index 100% rename from stable/sourcegraph/5.1.4/questions.yaml rename to stable/sourcegraph/5.3.0/questions.yaml diff --git a/stable/sourcegraph/5.1.4/templates/common.yaml b/stable/sourcegraph/5.3.0/templates/common.yaml similarity index 100% rename from stable/sourcegraph/5.1.4/templates/common.yaml rename to stable/sourcegraph/5.3.0/templates/common.yaml diff --git a/stable/starmade/5.1.3/values.yaml b/stable/sourcegraph/5.3.0/values.yaml similarity index 100% rename from stable/starmade/5.1.3/values.yaml rename to stable/sourcegraph/5.3.0/values.yaml diff --git a/stable/spaceengineers/6.1.3/CHANGELOG.md b/stable/spaceengineers/6.1.3/CHANGELOG.md deleted file mode 100644 index 76989687366..00000000000 --- a/stable/spaceengineers/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [spaceengineers-5.1.11](https://github.com/truecharts/charts/compare/spaceengineers-5.1.10...spaceengineers-5.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [spaceengineers-5.1.10](https://github.com/truecharts/charts/compare/spaceengineers-5.1.9...spaceengineers-5.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [spaceengineers-5.1.9](https://github.com/truecharts/charts/compare/spaceengineers-5.1.8...spaceengineers-5.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [spaceengineers-5.1.8](https://github.com/truecharts/charts/compare/spaceengineers-5.1.7...spaceengineers-5.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [spaceengineers-5.1.7](https://github.com/truecharts/charts/compare/spaceengineers-5.1.6...spaceengineers-5.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [spaceengineers-5.1.6](https://github.com/truecharts/charts/compare/spaceengineers-5.1.5...spaceengineers-5.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [spaceengineers-5.1.5](https://github.com/truecharts/charts/compare/spaceengineers-5.1.4...spaceengineers-5.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [spaceengineers-5.1.4](https://github.com/truecharts/charts/compare/spaceengineers-5.1.3...spaceengineers-5.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [spaceengineers-5.1.3](https://github.com/truecharts/charts/compare/spaceengineers-5.1.0...spaceengineers-5.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/spaceengineers/6.1.3/Chart.yaml b/stable/spaceengineers/6.1.3/Chart.yaml deleted file mode 100644 index 304b3e2f698..00000000000 --- a/stable/spaceengineers/6.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Space Engineers Dedicated Server. -home: https://truecharts.org/charts/stable/spaceengineers -icon: https://truecharts.org/img/hotlink-ok/chart-icons/spaceengineers.png -keywords: - - spaceengineers - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: spaceengineers -sources: - - https://github.com/Devidian/docker-spaceengineers - - https://github.com/truecharts/charts/tree/master/charts/stable/spaceengineers - - https://hub.docker.com/r/devidian/spaceengineers -type: application -version: 6.1.3 diff --git a/stable/spaceengineers/6.1.3/charts/common-18.0.3.tgz b/stable/spaceengineers/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/spaceengineers/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/stash/15.1.3/.helmignore b/stable/spaceengineers/6.3.0/.helmignore similarity index 100% rename from stable/stash/15.1.3/.helmignore rename to stable/spaceengineers/6.3.0/.helmignore diff --git a/stable/spaceengineers/6.3.0/CHANGELOG.md b/stable/spaceengineers/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..a31ff8d97e8 --- /dev/null +++ b/stable/spaceengineers/6.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [spaceengineers-6.3.0](https://github.com/truecharts/charts/compare/spaceengineers-6.2.3...spaceengineers-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [spaceengineers-6.2.3](https://github.com/truecharts/charts/compare/spaceengineers-6.2.2...spaceengineers-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [spaceengineers-6.2.2](https://github.com/truecharts/charts/compare/spaceengineers-6.2.0...spaceengineers-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [spaceengineers-5.1.11](https://github.com/truecharts/charts/compare/spaceengineers-5.1.10...spaceengineers-5.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [spaceengineers-5.1.10](https://github.com/truecharts/charts/compare/spaceengineers-5.1.9...spaceengineers-5.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [spaceengineers-5.1.9](https://github.com/truecharts/charts/compare/spaceengineers-5.1.8...spaceengineers-5.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [spaceengineers-5.1.8](https://github.com/truecharts/charts/compare/spaceengineers-5.1.7...spaceengineers-5.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [spaceengineers-5.1.7](https://github.com/truecharts/charts/compare/spaceengineers-5.1.6...spaceengineers-5.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [spaceengineers-5.1.6](https://github.com/truecharts/charts/compare/spaceengineers-5.1.5...spaceengineers-5.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/spaceengineers/6.3.0/Chart.yaml b/stable/spaceengineers/6.3.0/Chart.yaml new file mode 100644 index 00000000000..0a3a1c0c8de --- /dev/null +++ b/stable/spaceengineers/6.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Space Engineers Dedicated Server. +home: https://truecharts.org/charts/stable/spaceengineers +icon: https://truecharts.org/img/hotlink-ok/chart-icons/spaceengineers.png +keywords: + - spaceengineers + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: spaceengineers +sources: + - https://github.com/Devidian/docker-spaceengineers + - https://github.com/truecharts/charts/tree/master/charts/stable/spaceengineers + - https://hub.docker.com/r/devidian/spaceengineers +type: application +version: 6.3.0 diff --git a/stable/spaceengineers/6.1.3/README.md b/stable/spaceengineers/6.3.0/README.md similarity index 100% rename from stable/spaceengineers/6.1.3/README.md rename to stable/spaceengineers/6.3.0/README.md diff --git a/stable/spaceengineers/6.3.0/app-changelog.md b/stable/spaceengineers/6.3.0/app-changelog.md new file mode 100644 index 00000000000..3bb7f6f5555 --- /dev/null +++ b/stable/spaceengineers/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [spaceengineers-6.3.0](https://github.com/truecharts/charts/compare/spaceengineers-6.2.3...spaceengineers-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/spaceengineers/6.1.3/app-readme.md b/stable/spaceengineers/6.3.0/app-readme.md similarity index 100% rename from stable/spaceengineers/6.1.3/app-readme.md rename to stable/spaceengineers/6.3.0/app-readme.md diff --git a/stable/spaceengineers/6.3.0/charts/common-18.2.0.tgz b/stable/spaceengineers/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/spaceengineers/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/spaceengineers/6.1.3/ix_values.yaml b/stable/spaceengineers/6.3.0/ix_values.yaml similarity index 100% rename from stable/spaceengineers/6.1.3/ix_values.yaml rename to stable/spaceengineers/6.3.0/ix_values.yaml diff --git a/stable/spaceengineers/6.1.3/questions.yaml b/stable/spaceengineers/6.3.0/questions.yaml similarity index 100% rename from stable/spaceengineers/6.1.3/questions.yaml rename to stable/spaceengineers/6.3.0/questions.yaml diff --git a/stable/storm/5.1.3/templates/NOTES.txt b/stable/spaceengineers/6.3.0/templates/NOTES.txt similarity index 100% rename from stable/storm/5.1.3/templates/NOTES.txt rename to stable/spaceengineers/6.3.0/templates/NOTES.txt diff --git a/stable/static-web-server/4.1.3/templates/common.yaml b/stable/spaceengineers/6.3.0/templates/common.yaml similarity index 100% rename from stable/static-web-server/4.1.3/templates/common.yaml rename to stable/spaceengineers/6.3.0/templates/common.yaml diff --git a/stable/stash/15.1.3/values.yaml b/stable/spaceengineers/6.3.0/values.yaml similarity index 100% rename from stable/stash/15.1.3/values.yaml rename to stable/spaceengineers/6.3.0/values.yaml diff --git a/stable/speedtest-exporter/10.3.0/CHANGELOG.md b/stable/speedtest-exporter/10.3.0/CHANGELOG.md deleted file mode 100644 index 90863fe846f..00000000000 --- a/stable/speedtest-exporter/10.3.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [speedtest-exporter-9.1.13](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.12...speedtest-exporter-9.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [speedtest-exporter-9.1.12](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.11...speedtest-exporter-9.1.12) (2024-01-29) - - -## [speedtest-exporter-9.1.11](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.10...speedtest-exporter-9.1.11) (2024-01-27) - - -## [speedtest-exporter-9.1.10](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.9...speedtest-exporter-9.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [speedtest-exporter-9.1.9](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.8...speedtest-exporter-9.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [speedtest-exporter-9.1.8](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.7...speedtest-exporter-9.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [speedtest-exporter-9.1.7](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.6...speedtest-exporter-9.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [speedtest-exporter-9.1.6](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.5...speedtest-exporter-9.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [speedtest-exporter-9.1.5](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.4...speedtest-exporter-9.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [speedtest-exporter-9.1.4](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.3...speedtest-exporter-9.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) diff --git a/stable/speedtest-exporter/10.3.0/Chart.yaml b/stable/speedtest-exporter/10.3.0/Chart.yaml deleted file mode 100644 index 196668ccbc6..00000000000 --- a/stable/speedtest-exporter/10.3.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: metrics - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.5.4 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Speedtest Exporter made in python using the official speedtest bin -home: https://truecharts.org/charts/stable/speedtest-exporter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-exporter.png -keywords: - - speedtest-exporter - - speedtest - - metrics -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: speedtest-exporter -sources: - - https://github.com/MiguelNdeCarvalho/speedtest-exporter/ - - https://github.com/truecharts/charts/tree/master/charts/stable/speedtest-exporter - - https://ghcr.io/miguelndecarvalho/speedtest-exporter -type: application -version: 10.3.0 diff --git a/stable/speedtest-exporter/10.3.0/charts/common-18.1.2.tgz b/stable/speedtest-exporter/10.3.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/speedtest-exporter/10.3.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/speedtest-exporter/10.3.0/dashboard.json b/stable/speedtest-exporter/10.3.0/dashboard.json deleted file mode 100644 index 137b7873b6c..00000000000 --- a/stable/speedtest-exporter/10.3.0/dashboard.json +++ /dev/null @@ -1,812 +0,0 @@ -{ - "__inputs": [ - { - "name": "DS_PROMETHEUS", - "label": "Prometheus", - "description": "", - "type": "datasource", - "pluginId": "prometheus", - "pluginName": "Prometheus" - } - ], - "__elements": [], - "__requires": [ - { - "type": "panel", - "id": "gauge", - "name": "Gauge", - "version": "" - }, - { - "type": "grafana", - "id": "grafana", - "name": "Grafana", - "version": "8.4.3" - }, - { - "type": "datasource", - "id": "prometheus", - "name": "Prometheus", - "version": "1.0.0" - }, - { - "type": "panel", - "id": "stat", - "name": "Stat", - "version": "" - }, - { - "type": "panel", - "id": "timeseries", - "name": "Time series", - "version": "" - } - ], - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": "-- Grafana --", - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, - "type": "dashboard" - } - ] - }, - "description": "Dashboard for Speedtest Exporter https://github.com/MiguelNdeCarvalho/speedtest-exporter", - "editable": true, - "fiscalYearStartMonth": 0, - "gnetId": 13665, - "graphTooltip": 0, - "id": null, - "iteration": 1650287799671, - "links": [], - "liveNow": false, - "panels": [ - { - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [ - { - "options": { - "0": { - "index": 1, - "text": "DOWN" - }, - "1": { - "index": 0, - "text": "UP" - } - }, - "type": "value" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 0 - }, - { - "color": "green", - "value": 1 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 3, - "w": 12, - "x": 0, - "y": 0 - }, - "id": 16, - "options": { - "colorMode": "background", - "graphMode": "none", - "justifyMode": "center", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "textMode": "value" - }, - "pluginVersion": "8.4.3", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "speedtest_up{instance=\"$instance\", job=\"$job\"}", - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "Status of the Speedtest-Exporter", - "type": "stat" - }, - { - "description": "ServerID of the last test done", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 3, - "w": 12, - "x": 12, - "y": 0 - }, - "id": 15, - "options": { - "colorMode": "value", - "graphMode": "none", - "justifyMode": "center", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "textMode": "value" - }, - "pluginVersion": "8.4.3", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "speedtest_server_id{instance=\"$instance\", job=\"$job\"}", - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "ServerID (Last test done)", - "type": "stat" - }, - { - "collapsed": false, - "gridPos": { - "h": 1, - "w": 24, - "x": 0, - "y": 3 - }, - "id": 8, - "panels": [], - "title": "Gauges", - "type": "row" - }, - { - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "Mbits" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 6, - "x": 0, - "y": 4 - }, - "id": 10, - "options": { - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "showThresholdLabels": false, - "showThresholdMarkers": true, - "text": {} - }, - "pluginVersion": "8.4.3", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "speedtest_download_bits_per_second{instance=\"$instance\", job=\"$job\"}*10^-6", - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "Download Speed", - "type": "gauge" - }, - { - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "Mbits" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 6, - "x": 6, - "y": 4 - }, - "id": 12, - "options": { - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "showThresholdLabels": false, - "showThresholdMarkers": true - }, - "pluginVersion": "8.4.3", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "speedtest_upload_bits_per_second{instance=\"$instance\", job=\"$job\"}*10^-6", - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "Upload Speed", - "type": "gauge" - }, - { - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "ms" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 6, - "x": 12, - "y": 4 - }, - "id": 13, - "options": { - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "showThresholdLabels": false, - "showThresholdMarkers": true - }, - "pluginVersion": "8.4.3", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "speedtest_ping_latency_milliseconds{instance=\"$instance\", job=\"$job\"}", - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "Ping", - "type": "gauge" - }, - { - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "ms" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 6, - "x": 18, - "y": 4 - }, - "id": 11, - "options": { - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "showThresholdLabels": false, - "showThresholdMarkers": true - }, - "pluginVersion": "8.4.3", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "speedtest_jitter_latency_milliseconds{instance=\"$instance\", job=\"$job\"}", - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "Jitter", - "type": "gauge" - }, - { - "collapsed": false, - "gridPos": { - "h": 1, - "w": 24, - "x": 0, - "y": 12 - }, - "id": 6, - "panels": [], - "title": "Graphics", - "type": "row" - }, - { - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "Download Speed", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 100, - "gradientMode": "opacity", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "never", - "spanNulls": true, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "Mbits" - }, - "overrides": [] - }, - "gridPos": { - "h": 9, - "w": 24, - "x": 0, - "y": 13 - }, - "id": 2, - "options": { - "legend": { - "calcs": [ - "mean", - "max", - "min" - ], - "displayMode": "table", - "placement": "bottom" - }, - "tooltip": { - "mode": "multi", - "sort": "none" - } - }, - "pluginVersion": "8.4.3", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "speedtest_download_bits_per_second{instance=\"$instance\", job=\"$job\"}*10^-6", - "interval": "", - "legendFormat": "Download Speed (Mbits/s)", - "refId": "A" - } - ], - "title": "Download Speed (Mbits/s)", - "type": "timeseries" - }, - { - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "Upload Speed", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 100, - "gradientMode": "opacity", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "never", - "spanNulls": true, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "Mbits" - }, - "overrides": [] - }, - "gridPos": { - "h": 9, - "w": 24, - "x": 0, - "y": 22 - }, - "id": 3, - "options": { - "legend": { - "calcs": [ - "mean", - "max", - "min" - ], - "displayMode": "table", - "placement": "bottom" - }, - "tooltip": { - "mode": "multi", - "sort": "none" - } - }, - "pluginVersion": "8.4.3", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "speedtest_upload_bits_per_second{instance=\"$instance\", job=\"$job\"}*10^-6", - "interval": "", - "legendFormat": "Upload Speed (Mbits/s)", - "refId": "A" - } - ], - "title": "Upload Speed (Mbits/s)", - "type": "timeseries" - }, - { - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "Time", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 100, - "gradientMode": "opacity", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "never", - "spanNulls": true, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "ms" - }, - "overrides": [] - }, - "gridPos": { - "h": 9, - "w": 24, - "x": 0, - "y": 31 - }, - "id": 4, - "options": { - "legend": { - "calcs": [ - "mean", - "max", - "min" - ], - "displayMode": "table", - "placement": "bottom" - }, - "tooltip": { - "mode": "multi", - "sort": "none" - } - }, - "pluginVersion": "8.4.3", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "speedtest_ping_latency_milliseconds{instance=\"$instance\", job=\"$job\"}", - "interval": "", - "legendFormat": "Ping (ms)", - "refId": "A" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "speedtest_jitter_latency_milliseconds{instance=\"$instance\", job=\"$job\"}", - "instant": false, - "interval": "", - "legendFormat": "Jitter (ms)", - "refId": "B" - } - ], - "title": "Ping and Jitter (ms)", - "type": "timeseries" - } - ], - "refresh": "5m", - "schemaVersion": 35, - "style": "dark", - "tags": [], - "templating": { - "list": [ - { - "current": {}, - "definition": "label_values(speedtest_up, instance)", - "hide": 0, - "includeAll": false, - "label": "Instance", - "multi": false, - "name": "instance", - "options": [], - "query": { - "query": "label_values(speedtest_up, instance)", - "refId": "StandardVariableQuery" - }, - "refresh": 1, - "regex": "", - "skipUrlSync": false, - "sort": 0, - "type": "query", - "datasource": "${DS_PROMETHEUS}" - }, - { - "current": {}, - "definition": "label_values(speedtest_up, job)", - "hide": 0, - "includeAll": false, - "label": "Job", - "multi": false, - "name": "job", - "options": [], - "query": { - "query": "label_values(speedtest_up, job)", - "refId": "StandardVariableQuery" - }, - "refresh": 1, - "regex": "", - "skipUrlSync": false, - "sort": 0, - "type": "query", - "datasource": "${DS_PROMETHEUS}" - } - ] - }, - "time": { - "from": "now-24h", - "to": "now" - }, - "timepicker": {}, - "timezone": "", - "title": "Speedtest-Exporter Dashboard", - "uid": "-fs18ztMz", - "version": 10, - "weekStart": "" -} \ No newline at end of file diff --git a/stable/speedtest-exporter/10.3.0/ix_values.yaml b/stable/speedtest-exporter/10.3.0/ix_values.yaml deleted file mode 100644 index 0074c1da379..00000000000 --- a/stable/speedtest-exporter/10.3.0/ix_values.yaml +++ /dev/null @@ -1,46 +0,0 @@ -image: - repository: ghcr.io/miguelndecarvalho/speedtest-exporter - tag: v3.5.4@sha256:f1064d49124c7fc45faabb87c6c876a2fd04e92b3dc14d4b871301217ba30fed - pullPolicy: IfNotPresent -service: - main: - ports: - main: - enabled: true - port: 9798 -workload: - main: - podSpec: - containers: - main: - env: - SPEEDTEST_PORT: "{{ .Values.service.main.ports.main.port }}" -metrics: - main: - enabled: true - type: "servicemonitor" - endpoints: - - port: main - path: /metrics - interval: 1h - scrapeTimeout: 60s - - prometheusRule: - enabled: false -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsUser: 1000 - runAsGroup: 1000 - -configmap: - dashboard: - enabled: true - labels: - grafana_dashboard: "1" - data: - speedtest.json: >- - {{ .Files.Get "dashboard.json" | indent 8 }} \ No newline at end of file diff --git a/stable/static-web-server/4.1.3/.helmignore b/stable/speedtest-exporter/10.4.0/.helmignore similarity index 100% rename from stable/static-web-server/4.1.3/.helmignore rename to stable/speedtest-exporter/10.4.0/.helmignore diff --git a/stable/speedtest-exporter/10.4.0/CHANGELOG.md b/stable/speedtest-exporter/10.4.0/CHANGELOG.md new file mode 100644 index 00000000000..3cfe9176bf6 --- /dev/null +++ b/stable/speedtest-exporter/10.4.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [speedtest-exporter-10.4.0](https://github.com/truecharts/charts/compare/speedtest-exporter-10.3.4...speedtest-exporter-10.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [speedtest-exporter-10.3.4](https://github.com/truecharts/charts/compare/speedtest-exporter-10.3.3...speedtest-exporter-10.3.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [speedtest-exporter-10.3.3](https://github.com/truecharts/charts/compare/speedtest-exporter-10.3.1...speedtest-exporter-10.3.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + +## [speedtest-exporter-9.1.13](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.12...speedtest-exporter-9.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [speedtest-exporter-9.1.12](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.11...speedtest-exporter-9.1.12) (2024-01-29) + + +## [speedtest-exporter-9.1.11](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.10...speedtest-exporter-9.1.11) (2024-01-27) + + +## [speedtest-exporter-9.1.10](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.9...speedtest-exporter-9.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [speedtest-exporter-9.1.9](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.8...speedtest-exporter-9.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [speedtest-exporter-9.1.8](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.7...speedtest-exporter-9.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [speedtest-exporter-9.1.7](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.6...speedtest-exporter-9.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + diff --git a/stable/speedtest-exporter/10.4.0/Chart.yaml b/stable/speedtest-exporter/10.4.0/Chart.yaml new file mode 100644 index 00000000000..4f994bd36ea --- /dev/null +++ b/stable/speedtest-exporter/10.4.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: metrics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.5.4 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Speedtest Exporter made in python using the official speedtest bin +home: https://truecharts.org/charts/stable/speedtest-exporter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-exporter.png +keywords: + - speedtest-exporter + - speedtest + - metrics +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: speedtest-exporter +sources: + - https://github.com/MiguelNdeCarvalho/speedtest-exporter/ + - https://github.com/truecharts/charts/tree/master/charts/stable/speedtest-exporter + - https://ghcr.io/miguelndecarvalho/speedtest-exporter +type: application +version: 10.4.0 diff --git a/stable/speedtest-exporter/10.3.0/README.md b/stable/speedtest-exporter/10.4.0/README.md similarity index 100% rename from stable/speedtest-exporter/10.3.0/README.md rename to stable/speedtest-exporter/10.4.0/README.md diff --git a/stable/speedtest-exporter/10.4.0/app-changelog.md b/stable/speedtest-exporter/10.4.0/app-changelog.md new file mode 100644 index 00000000000..bda254aacaa --- /dev/null +++ b/stable/speedtest-exporter/10.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [speedtest-exporter-10.4.0](https://github.com/truecharts/charts/compare/speedtest-exporter-10.3.4...speedtest-exporter-10.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/speedtest-exporter/10.3.0/app-readme.md b/stable/speedtest-exporter/10.4.0/app-readme.md similarity index 100% rename from stable/speedtest-exporter/10.3.0/app-readme.md rename to stable/speedtest-exporter/10.4.0/app-readme.md diff --git a/stable/speedtest-exporter/10.4.0/charts/common-18.2.0.tgz b/stable/speedtest-exporter/10.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/speedtest-exporter/10.4.0/charts/common-18.2.0.tgz differ diff --git a/stable/speedtest-exporter/10.4.0/dashboard.json b/stable/speedtest-exporter/10.4.0/dashboard.json new file mode 100644 index 00000000000..0de30f7dcd1 --- /dev/null +++ b/stable/speedtest-exporter/10.4.0/dashboard.json @@ -0,0 +1,806 @@ +{ + "__inputs": [ + { + "name": "DS_PROMETHEUS", + "label": "Prometheus", + "description": "", + "type": "datasource", + "pluginId": "prometheus", + "pluginName": "Prometheus" + } + ], + "__elements": [], + "__requires": [ + { + "type": "panel", + "id": "gauge", + "name": "Gauge", + "version": "" + }, + { + "type": "grafana", + "id": "grafana", + "name": "Grafana", + "version": "8.4.3" + }, + { + "type": "datasource", + "id": "prometheus", + "name": "Prometheus", + "version": "1.0.0" + }, + { + "type": "panel", + "id": "stat", + "name": "Stat", + "version": "" + }, + { + "type": "panel", + "id": "timeseries", + "name": "Time series", + "version": "" + } + ], + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": "-- Grafana --", + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "target": { + "limit": 100, + "matchAny": false, + "tags": [], + "type": "dashboard" + }, + "type": "dashboard" + } + ] + }, + "description": "Dashboard for Speedtest Exporter https://github.com/MiguelNdeCarvalho/speedtest-exporter", + "editable": true, + "fiscalYearStartMonth": 0, + "gnetId": 13665, + "graphTooltip": 0, + "id": null, + "iteration": 1650287799671, + "links": [], + "liveNow": false, + "panels": [ + { + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [ + { + "options": { + "0": { + "index": 1, + "text": "DOWN" + }, + "1": { + "index": 0, + "text": "UP" + } + }, + "type": "value" + } + ], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 0 + }, + { + "color": "green", + "value": 1 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 3, + "w": 12, + "x": 0, + "y": 0 + }, + "id": 16, + "options": { + "colorMode": "background", + "graphMode": "none", + "justifyMode": "center", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "textMode": "value" + }, + "pluginVersion": "8.4.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": true, + "expr": "speedtest_up{instance=\"$instance\", job=\"$job\"}", + "interval": "", + "legendFormat": "", + "refId": "A" + } + ], + "title": "Status of the Speedtest-Exporter", + "type": "stat" + }, + { + "description": "ServerID of the last test done", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 3, + "w": 12, + "x": 12, + "y": 0 + }, + "id": 15, + "options": { + "colorMode": "value", + "graphMode": "none", + "justifyMode": "center", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "textMode": "value" + }, + "pluginVersion": "8.4.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": true, + "expr": "speedtest_server_id{instance=\"$instance\", job=\"$job\"}", + "interval": "", + "legendFormat": "", + "refId": "A" + } + ], + "title": "ServerID (Last test done)", + "type": "stat" + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 3 + }, + "id": 8, + "panels": [], + "title": "Gauges", + "type": "row" + }, + { + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "Mbits" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 6, + "x": 0, + "y": 4 + }, + "id": 10, + "options": { + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "showThresholdLabels": false, + "showThresholdMarkers": true, + "text": {} + }, + "pluginVersion": "8.4.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": true, + "expr": "speedtest_download_bits_per_second{instance=\"$instance\", job=\"$job\"}*10^-6", + "interval": "", + "legendFormat": "", + "refId": "A" + } + ], + "title": "Download Speed", + "type": "gauge" + }, + { + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "Mbits" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 6, + "x": 6, + "y": 4 + }, + "id": 12, + "options": { + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "showThresholdLabels": false, + "showThresholdMarkers": true + }, + "pluginVersion": "8.4.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": true, + "expr": "speedtest_upload_bits_per_second{instance=\"$instance\", job=\"$job\"}*10^-6", + "interval": "", + "legendFormat": "", + "refId": "A" + } + ], + "title": "Upload Speed", + "type": "gauge" + }, + { + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "ms" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 6, + "x": 12, + "y": 4 + }, + "id": 13, + "options": { + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "showThresholdLabels": false, + "showThresholdMarkers": true + }, + "pluginVersion": "8.4.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": true, + "expr": "speedtest_ping_latency_milliseconds{instance=\"$instance\", job=\"$job\"}", + "interval": "", + "legendFormat": "", + "refId": "A" + } + ], + "title": "Ping", + "type": "gauge" + }, + { + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "ms" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 6, + "x": 18, + "y": 4 + }, + "id": 11, + "options": { + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "showThresholdLabels": false, + "showThresholdMarkers": true + }, + "pluginVersion": "8.4.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": true, + "expr": "speedtest_jitter_latency_milliseconds{instance=\"$instance\", job=\"$job\"}", + "interval": "", + "legendFormat": "", + "refId": "A" + } + ], + "title": "Jitter", + "type": "gauge" + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 12 + }, + "id": 6, + "panels": [], + "title": "Graphics", + "type": "row" + }, + { + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisLabel": "Download Speed", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 100, + "gradientMode": "opacity", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "Mbits" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 24, + "x": 0, + "y": 13 + }, + "id": 2, + "options": { + "legend": { + "calcs": ["mean", "max", "min"], + "displayMode": "table", + "placement": "bottom" + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "8.4.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": true, + "expr": "speedtest_download_bits_per_second{instance=\"$instance\", job=\"$job\"}*10^-6", + "interval": "", + "legendFormat": "Download Speed (Mbits/s)", + "refId": "A" + } + ], + "title": "Download Speed (Mbits/s)", + "type": "timeseries" + }, + { + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisLabel": "Upload Speed", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 100, + "gradientMode": "opacity", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "Mbits" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 24, + "x": 0, + "y": 22 + }, + "id": 3, + "options": { + "legend": { + "calcs": ["mean", "max", "min"], + "displayMode": "table", + "placement": "bottom" + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "8.4.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": true, + "expr": "speedtest_upload_bits_per_second{instance=\"$instance\", job=\"$job\"}*10^-6", + "interval": "", + "legendFormat": "Upload Speed (Mbits/s)", + "refId": "A" + } + ], + "title": "Upload Speed (Mbits/s)", + "type": "timeseries" + }, + { + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisLabel": "Time", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 100, + "gradientMode": "opacity", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "ms" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 24, + "x": 0, + "y": 31 + }, + "id": 4, + "options": { + "legend": { + "calcs": ["mean", "max", "min"], + "displayMode": "table", + "placement": "bottom" + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "8.4.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": true, + "expr": "speedtest_ping_latency_milliseconds{instance=\"$instance\", job=\"$job\"}", + "interval": "", + "legendFormat": "Ping (ms)", + "refId": "A" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": true, + "expr": "speedtest_jitter_latency_milliseconds{instance=\"$instance\", job=\"$job\"}", + "instant": false, + "interval": "", + "legendFormat": "Jitter (ms)", + "refId": "B" + } + ], + "title": "Ping and Jitter (ms)", + "type": "timeseries" + } + ], + "refresh": "5m", + "schemaVersion": 35, + "style": "dark", + "tags": [], + "templating": { + "list": [ + { + "current": { + "selected": false, + "text": "Prometheus", + "value": "prometheus" + }, + "hide": 0, + "includeAll": false, + "label": "Prometheus Datasource", + "multi": false, + "name": "DS_PROMETHEUS", + "options": [], + "query": "prometheus", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "type": "datasource" + }, + { + "current": {}, + "definition": "label_values(speedtest_up, instance)", + "hide": 0, + "includeAll": false, + "label": "Instance", + "multi": false, + "name": "instance", + "options": [], + "query": { + "query": "label_values(speedtest_up, instance)", + "refId": "StandardVariableQuery" + }, + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "type": "query", + "datasource": "${DS_PROMETHEUS}" + }, + { + "current": {}, + "definition": "label_values(speedtest_up, job)", + "hide": 0, + "includeAll": false, + "label": "Job", + "multi": false, + "name": "job", + "options": [], + "query": { + "query": "label_values(speedtest_up, job)", + "refId": "StandardVariableQuery" + }, + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "type": "query", + "datasource": "${DS_PROMETHEUS}" + } + ] + }, + "time": { + "from": "now-24h", + "to": "now" + }, + "timepicker": {}, + "timezone": "", + "title": "Speedtest-Exporter Dashboard", + "uid": "-fs18ztMz", + "version": 10, + "weekStart": "" +} diff --git a/stable/speedtest-exporter/10.4.0/ix_values.yaml b/stable/speedtest-exporter/10.4.0/ix_values.yaml new file mode 100644 index 00000000000..980c0e5a605 --- /dev/null +++ b/stable/speedtest-exporter/10.4.0/ix_values.yaml @@ -0,0 +1,46 @@ +image: + repository: ghcr.io/miguelndecarvalho/speedtest-exporter + tag: v3.5.4@sha256:f1064d49124c7fc45faabb87c6c876a2fd04e92b3dc14d4b871301217ba30fed + pullPolicy: IfNotPresent +service: + main: + ports: + main: + enabled: true + port: 9798 +workload: + main: + podSpec: + containers: + main: + env: + SPEEDTEST_PORT: "{{ .Values.service.main.ports.main.port }}" +metrics: + main: + enabled: true + type: "servicemonitor" + endpoints: + - port: main + path: /metrics + interval: 1h + scrapeTimeout: 60s + + prometheusRule: + enabled: false +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsUser: 1000 + runAsGroup: 1000 + +configmap: + dashboard: + enabled: true + labels: + grafana_dashboard: "1" + data: + speedtest.json: >- + {{ .Files.Get "dashboard.json" | indent 8 }} diff --git a/stable/speedtest-exporter/10.3.0/questions.yaml b/stable/speedtest-exporter/10.4.0/questions.yaml similarity index 100% rename from stable/speedtest-exporter/10.3.0/questions.yaml rename to stable/speedtest-exporter/10.4.0/questions.yaml diff --git a/stable/strapi/13.1.3/templates/NOTES.txt b/stable/speedtest-exporter/10.4.0/templates/NOTES.txt similarity index 100% rename from stable/strapi/13.1.3/templates/NOTES.txt rename to stable/speedtest-exporter/10.4.0/templates/NOTES.txt diff --git a/stable/steam-headless/3.2.0/templates/common.yaml b/stable/speedtest-exporter/10.4.0/templates/common.yaml similarity index 100% rename from stable/steam-headless/3.2.0/templates/common.yaml rename to stable/speedtest-exporter/10.4.0/templates/common.yaml diff --git a/stable/static-web-server/4.1.3/values.yaml b/stable/speedtest-exporter/10.4.0/values.yaml similarity index 100% rename from stable/static-web-server/4.1.3/values.yaml rename to stable/speedtest-exporter/10.4.0/values.yaml diff --git a/stable/speedtest-tracker/1.1.0/Chart.yaml b/stable/speedtest-tracker/1.1.0/Chart.yaml deleted file mode 100644 index cdb015ca724..00000000000 --- a/stable/speedtest-tracker/1.1.0/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: metrics - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.18.2 -dependencies: - - name: common - version: 18.0.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 11.2.1 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Speedtest Tracker is a self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service. -home: https://truecharts.org/charts/stable/speedtest-tracker -icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-tracker.png -keywords: - - speedtest - - speedtest-tracker -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: speedtest-tracker -sources: - - https://github.com/alexjustesen/speedtest-tracker - - https://github.com/linuxserver/docker-speedtest-tracker - - https://github.com/truecharts/charts/tree/master/charts/stable/speedtest-tracker - - https://ghcr.io/linuxserver/speedtest-tracker -type: application -version: 1.1.0 diff --git a/stable/speedtest-tracker/1.1.0/charts/common-18.0.4.tgz b/stable/speedtest-tracker/1.1.0/charts/common-18.0.4.tgz deleted file mode 100644 index a718951b29f..00000000000 Binary files a/stable/speedtest-tracker/1.1.0/charts/common-18.0.4.tgz and /dev/null differ diff --git a/stable/speedtest-tracker/1.1.0/questions.yaml b/stable/speedtest-tracker/1.1.0/questions.yaml deleted file mode 100755 index 11da0846194..00000000000 --- a/stable/speedtest-tracker/1.1.0/questions.yaml +++ /dev/null @@ -1,3374 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: APP_URL - label: "Speedtest-Tracker URL" - schema: - type: string - default: "" - - variable: TELEGRAM_BOT_TOKEN - label: "Speedtest-Tracker Telegram Token" - schema: - type: string - default: "" - - variable: mail - label: Show Mail Server Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: MAIL_MAILER - label: Protocol - schema: - type: string - required: true - default: "smtp" - - variable: MAIL_HOST - label: Host - schema: - type: string - required: true - default: "" - - variable: MAIL_PORT - label: Port - schema: - type: int - required: true - default: 465 - - variable: MAIL_USERNAME - label: Username - schema: - type: string - required: true - default: "" - - variable: MAIL_PASSWORD - label: Password - schema: - type: string - required: true - private: true - default: "" - - variable: MAIL_ENCRYPTION - label: Encryption - schema: - type: string - required: true - default: "SSL" - - variable: MAIL_FROM_ADDRESS - label: Sender Address - schema: - type: string - required: true - default: "" - - variable: MAIL_FROM_NAME - label: Sender Name - schema: - type: string - required: true - default: "Speedtest Tracker" - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 9004 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: config - label: App Config Storage - description: Stores the Application Config. - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/static/10.1.3/.helmignore b/stable/speedtest-tracker/1.3.0/.helmignore similarity index 100% rename from stable/static/10.1.3/.helmignore rename to stable/speedtest-tracker/1.3.0/.helmignore diff --git a/stable/speedtest-tracker/1.3.0/CHANGELOG.md b/stable/speedtest-tracker/1.3.0/CHANGELOG.md new file mode 100644 index 00000000000..bb0d79ceed7 --- /dev/null +++ b/stable/speedtest-tracker/1.3.0/CHANGELOG.md @@ -0,0 +1,37 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [speedtest-tracker-1.3.0](https://github.com/truecharts/charts/compare/speedtest-tracker-1.2.3...speedtest-tracker-1.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [speedtest-tracker-1.2.3](https://github.com/truecharts/charts/compare/speedtest-tracker-1.2.2...speedtest-tracker-1.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [speedtest-tracker-1.2.2](https://github.com/truecharts/charts/compare/speedtest-tracker-1.2.0...speedtest-tracker-1.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) \ No newline at end of file diff --git a/stable/speedtest-tracker/1.3.0/Chart.yaml b/stable/speedtest-tracker/1.3.0/Chart.yaml new file mode 100644 index 00000000000..ee52364a7e0 --- /dev/null +++ b/stable/speedtest-tracker/1.3.0/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: metrics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.18.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Speedtest Tracker is a self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service. +home: https://truecharts.org/charts/stable/speedtest-tracker +icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-tracker.png +keywords: + - speedtest + - speedtest-tracker +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: speedtest-tracker +sources: + - https://github.com/alexjustesen/speedtest-tracker + - https://github.com/linuxserver/docker-speedtest-tracker + - https://github.com/truecharts/charts/tree/master/charts/stable/speedtest-tracker + - https://ghcr.io/linuxserver/speedtest-tracker +type: application +version: 1.3.0 diff --git a/stable/speedtest-tracker/1.1.0/README.md b/stable/speedtest-tracker/1.3.0/README.md similarity index 100% rename from stable/speedtest-tracker/1.1.0/README.md rename to stable/speedtest-tracker/1.3.0/README.md diff --git a/stable/speedtest-tracker/1.3.0/app-changelog.md b/stable/speedtest-tracker/1.3.0/app-changelog.md new file mode 100644 index 00000000000..4b0a6089883 --- /dev/null +++ b/stable/speedtest-tracker/1.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [speedtest-tracker-1.3.0](https://github.com/truecharts/charts/compare/speedtest-tracker-1.2.3...speedtest-tracker-1.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/speedtest-tracker/1.1.0/app-readme.md b/stable/speedtest-tracker/1.3.0/app-readme.md similarity index 100% rename from stable/speedtest-tracker/1.1.0/app-readme.md rename to stable/speedtest-tracker/1.3.0/app-readme.md diff --git a/stable/speedtest-tracker/1.3.0/charts/common-18.2.0.tgz b/stable/speedtest-tracker/1.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/speedtest-tracker/1.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/van-dam/4.1.3/charts/redis-11.2.1.tgz b/stable/speedtest-tracker/1.3.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/van-dam/4.1.3/charts/redis-11.2.1.tgz rename to stable/speedtest-tracker/1.3.0/charts/redis-11.2.1.tgz diff --git a/stable/speedtest-tracker/1.1.0/ix_values.yaml b/stable/speedtest-tracker/1.3.0/ix_values.yaml similarity index 100% rename from stable/speedtest-tracker/1.1.0/ix_values.yaml rename to stable/speedtest-tracker/1.3.0/ix_values.yaml diff --git a/stable/speedtest-tracker/1.3.0/questions.yaml b/stable/speedtest-tracker/1.3.0/questions.yaml new file mode 100755 index 00000000000..5ee5e89aa6c --- /dev/null +++ b/stable/speedtest-tracker/1.3.0/questions.yaml @@ -0,0 +1,3332 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: APP_URL + label: "Speedtest-Tracker URL" + schema: + type: string + default: "" + - variable: TELEGRAM_BOT_TOKEN + label: "Speedtest-Tracker Telegram Token" + schema: + type: string + default: "" + - variable: mail + label: Show Mail Server Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: MAIL_MAILER + label: Protocol + schema: + type: string + required: true + default: "smtp" + - variable: MAIL_HOST + label: Host + schema: + type: string + required: true + default: "" + - variable: MAIL_PORT + label: Port + schema: + type: int + required: true + default: 465 + - variable: MAIL_USERNAME + label: Username + schema: + type: string + required: true + default: "" + - variable: MAIL_PASSWORD + label: Password + schema: + type: string + required: true + private: true + default: "" + - variable: MAIL_ENCRYPTION + label: Encryption + schema: + type: string + required: true + default: "SSL" + - variable: MAIL_FROM_ADDRESS + label: Sender Address + schema: + type: string + required: true + default: "" + - variable: MAIL_FROM_NAME + label: Sender Name + schema: + type: string + required: true + default: "Speedtest Tracker" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 9004 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: config + label: App Config Storage + description: Stores the Application Config. + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/stun-turn-server/6.1.3/templates/NOTES.txt b/stable/speedtest-tracker/1.3.0/templates/NOTES.txt similarity index 100% rename from stable/stun-turn-server/6.1.3/templates/NOTES.txt rename to stable/speedtest-tracker/1.3.0/templates/NOTES.txt diff --git a/stable/speedtest-tracker/1.1.0/templates/_secrets.tpl b/stable/speedtest-tracker/1.3.0/templates/_secrets.tpl similarity index 100% rename from stable/speedtest-tracker/1.1.0/templates/_secrets.tpl rename to stable/speedtest-tracker/1.3.0/templates/_secrets.tpl diff --git a/stable/speedtest-tracker/1.1.0/templates/common.yaml b/stable/speedtest-tracker/1.3.0/templates/common.yaml similarity index 100% rename from stable/speedtest-tracker/1.1.0/templates/common.yaml rename to stable/speedtest-tracker/1.3.0/templates/common.yaml diff --git a/stable/static/10.1.3/values.yaml b/stable/speedtest-tracker/1.3.0/values.yaml similarity index 100% rename from stable/static/10.1.3/values.yaml rename to stable/speedtest-tracker/1.3.0/values.yaml diff --git a/stable/splunk/7.1.3/CHANGELOG.md b/stable/splunk/7.1.3/CHANGELOG.md deleted file mode 100644 index dd47f1e80fa..00000000000 --- a/stable/splunk/7.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [splunk-6.2.1](https://github.com/truecharts/charts/compare/splunk-6.2.0...splunk-6.2.1) (2024-02-12) - -### Chore - - - -- update container image splunk/splunk to 9.2.0[@5923c52](https://github.com/5923c52) by renovate ([#18107](https://github.com/truecharts/charts/issues/18107)) - - -## [splunk-6.2.0](https://github.com/truecharts/charts/compare/splunk-6.1.12...splunk-6.2.0) (2024-02-05) - -### Chore - - - -- update container image splunk/splunk to v9.2.0[@f27a7e6](https://github.com/f27a7e6) by renovate ([#17948](https://github.com/truecharts/charts/issues/17948)) - - -## [splunk-6.1.12](https://github.com/truecharts/charts/compare/splunk-6.1.11...splunk-6.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [splunk-6.1.11](https://github.com/truecharts/charts/compare/splunk-6.1.10...splunk-6.1.11) (2024-01-29) - -### Chore - - - -- update container image splunk/splunk to v9.1.3[@816b835](https://github.com/816b835) by renovate ([#17684](https://github.com/truecharts/charts/issues/17684)) - - -## [splunk-6.1.10](https://github.com/truecharts/charts/compare/splunk-6.1.9...splunk-6.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [splunk-6.1.9](https://github.com/truecharts/charts/compare/splunk-6.1.8...splunk-6.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [splunk-6.1.8](https://github.com/truecharts/charts/compare/splunk-6.1.7...splunk-6.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [splunk-6.1.7](https://github.com/truecharts/charts/compare/splunk-6.1.6...splunk-6.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [splunk-6.1.6](https://github.com/truecharts/charts/compare/splunk-6.1.5...splunk-6.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - diff --git a/stable/splunk/7.1.3/Chart.yaml b/stable/splunk/7.1.3/Chart.yaml deleted file mode 100644 index b037c20a3f6..00000000000 --- a/stable/splunk/7.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 9.2.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This is a Chartfile for Splunk designed for OpenShift and TrueNAS based on Alpine Linux - https://www.splunk.com -home: https://truecharts.org/charts/stable/splunk -icon: https://truecharts.org/img/hotlink-ok/chart-icons/splunk.png -keywords: - - splunk - - Tools-Utilities - - Network-Management -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: splunk -sources: - - https://splunk.github.io/docker-splunk - - https://github.com/truecharts/charts/tree/master/charts/stable/splunk - - https://hub.docker.com/r/splunk/splunk -type: application -version: 7.1.3 diff --git a/stable/splunk/7.1.3/charts/common-18.0.3.tgz b/stable/splunk/7.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/splunk/7.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/stationeers/5.1.3/.helmignore b/stable/splunk/7.3.0/.helmignore similarity index 100% rename from stable/stationeers/5.1.3/.helmignore rename to stable/splunk/7.3.0/.helmignore diff --git a/stable/splunk/7.3.0/CHANGELOG.md b/stable/splunk/7.3.0/CHANGELOG.md new file mode 100644 index 00000000000..20941989874 --- /dev/null +++ b/stable/splunk/7.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [splunk-7.3.0](https://github.com/truecharts/charts/compare/splunk-7.2.3...splunk-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [splunk-7.2.3](https://github.com/truecharts/charts/compare/splunk-7.2.2...splunk-7.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [splunk-7.2.2](https://github.com/truecharts/charts/compare/splunk-7.2.0...splunk-7.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [splunk-6.2.1](https://github.com/truecharts/charts/compare/splunk-6.2.0...splunk-6.2.1) (2024-02-12) + +### Chore + + + +- update container image splunk/splunk to 9.2.0[@5923c52](https://github.com/5923c52) by renovate ([#18107](https://github.com/truecharts/charts/issues/18107)) + + +## [splunk-6.2.0](https://github.com/truecharts/charts/compare/splunk-6.1.12...splunk-6.2.0) (2024-02-05) + +### Chore + + + +- update container image splunk/splunk to v9.2.0[@f27a7e6](https://github.com/f27a7e6) by renovate ([#17948](https://github.com/truecharts/charts/issues/17948)) + + +## [splunk-6.1.12](https://github.com/truecharts/charts/compare/splunk-6.1.11...splunk-6.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [splunk-6.1.11](https://github.com/truecharts/charts/compare/splunk-6.1.10...splunk-6.1.11) (2024-01-29) + +### Chore + + + +- update container image splunk/splunk to v9.1.3[@816b835](https://github.com/816b835) by renovate ([#17684](https://github.com/truecharts/charts/issues/17684)) + + +## [splunk-6.1.10](https://github.com/truecharts/charts/compare/splunk-6.1.9...splunk-6.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [splunk-6.1.9](https://github.com/truecharts/charts/compare/splunk-6.1.8...splunk-6.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) diff --git a/stable/splunk/7.3.0/Chart.yaml b/stable/splunk/7.3.0/Chart.yaml new file mode 100644 index 00000000000..5bf9558a063 --- /dev/null +++ b/stable/splunk/7.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 9.2.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is a Chartfile for Splunk designed for OpenShift and TrueNAS based on Alpine Linux - https://www.splunk.com +home: https://truecharts.org/charts/stable/splunk +icon: https://truecharts.org/img/hotlink-ok/chart-icons/splunk.png +keywords: + - splunk + - Tools-Utilities + - Network-Management +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: splunk +sources: + - https://splunk.github.io/docker-splunk + - https://github.com/truecharts/charts/tree/master/charts/stable/splunk + - https://hub.docker.com/r/splunk/splunk +type: application +version: 7.3.0 diff --git a/stable/splunk/7.1.3/README.md b/stable/splunk/7.3.0/README.md similarity index 100% rename from stable/splunk/7.1.3/README.md rename to stable/splunk/7.3.0/README.md diff --git a/stable/splunk/7.3.0/app-changelog.md b/stable/splunk/7.3.0/app-changelog.md new file mode 100644 index 00000000000..8fcd442848d --- /dev/null +++ b/stable/splunk/7.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [splunk-7.3.0](https://github.com/truecharts/charts/compare/splunk-7.2.3...splunk-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/splunk/7.1.3/app-readme.md b/stable/splunk/7.3.0/app-readme.md similarity index 100% rename from stable/splunk/7.1.3/app-readme.md rename to stable/splunk/7.3.0/app-readme.md diff --git a/stable/splunk/7.3.0/charts/common-18.2.0.tgz b/stable/splunk/7.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/splunk/7.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/splunk/7.1.3/ix_values.yaml b/stable/splunk/7.3.0/ix_values.yaml similarity index 100% rename from stable/splunk/7.1.3/ix_values.yaml rename to stable/splunk/7.3.0/ix_values.yaml diff --git a/stable/splunk/7.1.3/questions.yaml b/stable/splunk/7.3.0/questions.yaml similarity index 100% rename from stable/splunk/7.1.3/questions.yaml rename to stable/splunk/7.3.0/questions.yaml diff --git a/stable/synclounge/9.2.1/templates/NOTES.txt b/stable/splunk/7.3.0/templates/NOTES.txt similarity index 100% rename from stable/synclounge/9.2.1/templates/NOTES.txt rename to stable/splunk/7.3.0/templates/NOTES.txt diff --git a/stable/splunk/7.1.3/templates/_config.tpl b/stable/splunk/7.3.0/templates/_config.tpl similarity index 100% rename from stable/splunk/7.1.3/templates/_config.tpl rename to stable/splunk/7.3.0/templates/_config.tpl diff --git a/stable/splunk/7.1.3/templates/common.yaml b/stable/splunk/7.3.0/templates/common.yaml similarity index 100% rename from stable/splunk/7.1.3/templates/common.yaml rename to stable/splunk/7.3.0/templates/common.yaml diff --git a/stable/stationeers/5.1.3/values.yaml b/stable/splunk/7.3.0/values.yaml similarity index 100% rename from stable/stationeers/5.1.3/values.yaml rename to stable/splunk/7.3.0/values.yaml diff --git a/stable/spotweb/12.1.3/CHANGELOG.md b/stable/spotweb/12.1.3/CHANGELOG.md deleted file mode 100644 index ab84d17cf54..00000000000 --- a/stable/spotweb/12.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [spotweb-11.1.11](https://github.com/truecharts/charts/compare/spotweb-11.1.10...spotweb-11.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [spotweb-11.1.10](https://github.com/truecharts/charts/compare/spotweb-11.1.9...spotweb-11.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [spotweb-11.1.9](https://github.com/truecharts/charts/compare/spotweb-11.1.8...spotweb-11.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [spotweb-11.1.8](https://github.com/truecharts/charts/compare/spotweb-11.1.7...spotweb-11.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [spotweb-11.1.7](https://github.com/truecharts/charts/compare/spotweb-11.1.6...spotweb-11.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [spotweb-11.1.6](https://github.com/truecharts/charts/compare/spotweb-11.1.5...spotweb-11.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [spotweb-11.1.5](https://github.com/truecharts/charts/compare/spotweb-11.1.4...spotweb-11.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [spotweb-11.1.4](https://github.com/truecharts/charts/compare/spotweb-11.1.3...spotweb-11.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [spotweb-11.1.3](https://github.com/truecharts/charts/compare/spotweb-11.1.0...spotweb-11.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/spotweb/12.1.3/Chart.yaml b/stable/spotweb/12.1.3/Chart.yaml deleted file mode 100644 index 29da1ad07a3..00000000000 --- a/stable/spotweb/12.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.5.4 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Spotweb is a decentralized usenet community based on the Spotnet protocol. -home: https://truecharts.org/charts/stable/spotweb -icon: https://truecharts.org/img/hotlink-ok/chart-icons/spotweb.png -keywords: - - usenet - - spotweb - - spotnet -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: spotweb -sources: - - https://github.com/spotweb/spotweb - - https://github.com/joachimbaten/spotweb-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/spotweb - - https://hub.docker.com/r/jbaten/spotweb -type: application -version: 12.1.3 diff --git a/stable/spotweb/12.1.3/charts/common-18.0.3.tgz b/stable/spotweb/12.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/spotweb/12.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/spotweb/12.1.3/questions.yaml b/stable/spotweb/12.1.3/questions.yaml deleted file mode 100755 index 2ef3d1dbd0e..00000000000 --- a/stable/spotweb/12.1.3/questions.yaml +++ /dev/null @@ -1,3099 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: SPOTWEB_USERNAME - label: "Admin username" - description: "Username to configure for the admin of this installation." - schema: - type: string - default: "" - valid_chars: ^((?!god|mod|spot|admin|drazix|superuser|supervisor|root|anonymous)[^<>])*$ - required: true - - variable: SPOTWEB_PASSWORD - label: "Admin password" - description: "Password to configure for the admin of this installation." - schema: - type: string - default: "" - valid_chars: "[a-zA-Z0-9!@#$%^&*?]{8,}" - private: true - required: true - - variable: SPOTWEB_SYSTEMTYPE - label: "System Type" - description: "System type to configure during initialization." - schema: - type: string - required: true - default: "single" - enum: - - value: "single" - description: "Singe User System" - - value: "shared" - description: "Shared System" - - value: "public" - description: "Public System" - - variable: SPOTWEB_FIRSTNAME - label: "Admin first name" - description: "The first name of the admin user." - schema: - type: string - required: true - default: "firstname" - valid_chars: ^([^<>]{2})([^<>]*)$ - - variable: SPOTWEB_LASTNAME - label: "Admin last name" - description: "Last name of the admin user." - schema: - type: string - required: true - default: "lastname" - valid_chars: ^([^<>]{2})([^<>]*)$ - - variable: SPOTWEB_MAIL - label: "Admin mail adres" - description: "Email adres to configure for the provided admin user." - schema: - type: string - required: true - default: firstname@lastname.com - valid_chars: ^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$ - - variable: SPOTWEB_RETRIEVE - label: "SPOTWEB_RETRIEVE" - description: "Schedule on which to automatically retrieve new spots." - schema: - type: string - default: "15min" - enum: - - value: "1min" - description: "Each minute" - - value: "5min" - description: "Every 5 minutes" - - value: "15min" - description: "Every 15 minutes" - - value: "hourly" - description: "Every hour" - - value: "weekly" - description: "Once a week" - - value: "monthly" - description: "Once a month" - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "Spotweb Web UI and API endpoint" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Web Interface" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10050 - editable: true - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/steam-headless/3.2.0/.helmignore b/stable/spotweb/12.3.0/.helmignore similarity index 100% rename from stable/steam-headless/3.2.0/.helmignore rename to stable/spotweb/12.3.0/.helmignore diff --git a/stable/spotweb/12.3.0/CHANGELOG.md b/stable/spotweb/12.3.0/CHANGELOG.md new file mode 100644 index 00000000000..87d7f369ef9 --- /dev/null +++ b/stable/spotweb/12.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [spotweb-12.3.0](https://github.com/truecharts/charts/compare/spotweb-12.2.3...spotweb-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [spotweb-12.2.3](https://github.com/truecharts/charts/compare/spotweb-12.2.2...spotweb-12.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [spotweb-12.2.2](https://github.com/truecharts/charts/compare/spotweb-12.2.0...spotweb-12.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [spotweb-11.1.11](https://github.com/truecharts/charts/compare/spotweb-11.1.10...spotweb-11.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [spotweb-11.1.10](https://github.com/truecharts/charts/compare/spotweb-11.1.9...spotweb-11.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [spotweb-11.1.9](https://github.com/truecharts/charts/compare/spotweb-11.1.8...spotweb-11.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [spotweb-11.1.8](https://github.com/truecharts/charts/compare/spotweb-11.1.7...spotweb-11.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [spotweb-11.1.7](https://github.com/truecharts/charts/compare/spotweb-11.1.6...spotweb-11.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [spotweb-11.1.6](https://github.com/truecharts/charts/compare/spotweb-11.1.5...spotweb-11.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/spotweb/12.3.0/Chart.yaml b/stable/spotweb/12.3.0/Chart.yaml new file mode 100644 index 00000000000..1bf194ed860 --- /dev/null +++ b/stable/spotweb/12.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.5.4 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Spotweb is a decentralized usenet community based on the Spotnet protocol. +home: https://truecharts.org/charts/stable/spotweb +icon: https://truecharts.org/img/hotlink-ok/chart-icons/spotweb.png +keywords: + - usenet + - spotweb + - spotnet +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: spotweb +sources: + - https://github.com/spotweb/spotweb + - https://github.com/joachimbaten/spotweb-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/spotweb + - https://hub.docker.com/r/jbaten/spotweb +type: application +version: 12.3.0 diff --git a/stable/spotweb/12.1.3/README.md b/stable/spotweb/12.3.0/README.md similarity index 100% rename from stable/spotweb/12.1.3/README.md rename to stable/spotweb/12.3.0/README.md diff --git a/stable/spotweb/12.3.0/app-changelog.md b/stable/spotweb/12.3.0/app-changelog.md new file mode 100644 index 00000000000..01a83c0ab7f --- /dev/null +++ b/stable/spotweb/12.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [spotweb-12.3.0](https://github.com/truecharts/charts/compare/spotweb-12.2.3...spotweb-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/spotweb/12.1.3/app-readme.md b/stable/spotweb/12.3.0/app-readme.md similarity index 100% rename from stable/spotweb/12.1.3/app-readme.md rename to stable/spotweb/12.3.0/app-readme.md diff --git a/stable/spotweb/12.3.0/charts/common-18.2.0.tgz b/stable/spotweb/12.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/spotweb/12.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/spotweb/12.1.3/ix_values.yaml b/stable/spotweb/12.3.0/ix_values.yaml similarity index 100% rename from stable/spotweb/12.1.3/ix_values.yaml rename to stable/spotweb/12.3.0/ix_values.yaml diff --git a/stable/spotweb/12.3.0/questions.yaml b/stable/spotweb/12.3.0/questions.yaml new file mode 100755 index 00000000000..0f781b9d69b --- /dev/null +++ b/stable/spotweb/12.3.0/questions.yaml @@ -0,0 +1,3057 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: SPOTWEB_USERNAME + label: "Admin username" + description: "Username to configure for the admin of this installation." + schema: + type: string + default: "" + valid_chars: ^((?!god|mod|spot|admin|drazix|superuser|supervisor|root|anonymous)[^<>])*$ + required: true + - variable: SPOTWEB_PASSWORD + label: "Admin password" + description: "Password to configure for the admin of this installation." + schema: + type: string + default: "" + valid_chars: "[a-zA-Z0-9!@#$%^&*?]{8,}" + private: true + required: true + - variable: SPOTWEB_SYSTEMTYPE + label: "System Type" + description: "System type to configure during initialization." + schema: + type: string + required: true + default: "single" + enum: + - value: "single" + description: "Singe User System" + - value: "shared" + description: "Shared System" + - value: "public" + description: "Public System" + - variable: SPOTWEB_FIRSTNAME + label: "Admin first name" + description: "The first name of the admin user." + schema: + type: string + required: true + default: "firstname" + valid_chars: ^([^<>]{2})([^<>]*)$ + - variable: SPOTWEB_LASTNAME + label: "Admin last name" + description: "Last name of the admin user." + schema: + type: string + required: true + default: "lastname" + valid_chars: ^([^<>]{2})([^<>]*)$ + - variable: SPOTWEB_MAIL + label: "Admin mail adres" + description: "Email adres to configure for the provided admin user." + schema: + type: string + required: true + default: firstname@lastname.com + valid_chars: ^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$ + - variable: SPOTWEB_RETRIEVE + label: "SPOTWEB_RETRIEVE" + description: "Schedule on which to automatically retrieve new spots." + schema: + type: string + default: "15min" + enum: + - value: "1min" + description: "Each minute" + - value: "5min" + description: "Every 5 minutes" + - value: "15min" + description: "Every 15 minutes" + - value: "hourly" + description: "Every hour" + - value: "weekly" + description: "Once a week" + - value: "monthly" + description: "Once a month" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "Spotweb Web UI and API endpoint" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Web Interface" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10050 + editable: true + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/syncthing/18.2.0/templates/NOTES.txt b/stable/spotweb/12.3.0/templates/NOTES.txt similarity index 100% rename from stable/syncthing/18.2.0/templates/NOTES.txt rename to stable/spotweb/12.3.0/templates/NOTES.txt diff --git a/stable/storj-node/9.1.3/templates/common.yaml b/stable/spotweb/12.3.0/templates/common.yaml similarity index 100% rename from stable/storj-node/9.1.3/templates/common.yaml rename to stable/spotweb/12.3.0/templates/common.yaml diff --git a/stable/steam-headless/3.2.0/values.yaml b/stable/spotweb/12.3.0/values.yaml similarity index 100% rename from stable/steam-headless/3.2.0/values.yaml rename to stable/spotweb/12.3.0/values.yaml diff --git a/stable/sqlite-web/5.1.3/CHANGELOG.md b/stable/sqlite-web/5.1.3/CHANGELOG.md deleted file mode 100644 index c3593bcedb4..00000000000 --- a/stable/sqlite-web/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [sqlite-web-4.1.11](https://github.com/truecharts/charts/compare/sqlite-web-4.1.10...sqlite-web-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [sqlite-web-4.1.10](https://github.com/truecharts/charts/compare/sqlite-web-4.1.9...sqlite-web-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [sqlite-web-4.1.9](https://github.com/truecharts/charts/compare/sqlite-web-4.1.8...sqlite-web-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [sqlite-web-4.1.8](https://github.com/truecharts/charts/compare/sqlite-web-4.1.7...sqlite-web-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [sqlite-web-4.1.7](https://github.com/truecharts/charts/compare/sqlite-web-4.1.6...sqlite-web-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [sqlite-web-4.1.6](https://github.com/truecharts/charts/compare/sqlite-web-4.1.5...sqlite-web-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [sqlite-web-4.1.5](https://github.com/truecharts/charts/compare/sqlite-web-4.1.4...sqlite-web-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [sqlite-web-4.1.4](https://github.com/truecharts/charts/compare/sqlite-web-4.1.3...sqlite-web-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [sqlite-web-4.1.3](https://github.com/truecharts/charts/compare/sqlite-web-4.1.0...sqlite-web-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/sqlite-web/5.1.3/Chart.yaml b/stable/sqlite-web/5.1.3/Chart.yaml deleted file mode 100644 index 4e968a57f11..00000000000 --- a/stable/sqlite-web/5.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: sqlite-web is a web-based SQLite database browser written in Python. -home: https://truecharts.org/charts/stable/sqlite-web -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sqlite-web.png -keywords: - - sqlite-web - - Productivity - - Tools-Utilities - - Network-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: sqlite-web -sources: - - https://github.com/coleifer/sqlite-web - - https://github.com/truecharts/charts/tree/master/charts/stable/sqlite-web - - https://hub.docker.com/r/coleifer/sqlite-web -type: application -version: 5.1.3 diff --git a/stable/sqlite-web/5.1.3/charts/common-18.0.3.tgz b/stable/sqlite-web/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/sqlite-web/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/storj-node/9.1.3/.helmignore b/stable/sqlite-web/5.3.0/.helmignore similarity index 100% rename from stable/storj-node/9.1.3/.helmignore rename to stable/sqlite-web/5.3.0/.helmignore diff --git a/stable/sqlite-web/5.3.0/CHANGELOG.md b/stable/sqlite-web/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..987d5e5f8f9 --- /dev/null +++ b/stable/sqlite-web/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sqlite-web-5.3.0](https://github.com/truecharts/charts/compare/sqlite-web-5.2.3...sqlite-web-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [sqlite-web-5.2.3](https://github.com/truecharts/charts/compare/sqlite-web-5.2.2...sqlite-web-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [sqlite-web-5.2.2](https://github.com/truecharts/charts/compare/sqlite-web-5.2.0...sqlite-web-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [sqlite-web-4.1.11](https://github.com/truecharts/charts/compare/sqlite-web-4.1.10...sqlite-web-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [sqlite-web-4.1.10](https://github.com/truecharts/charts/compare/sqlite-web-4.1.9...sqlite-web-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [sqlite-web-4.1.9](https://github.com/truecharts/charts/compare/sqlite-web-4.1.8...sqlite-web-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [sqlite-web-4.1.8](https://github.com/truecharts/charts/compare/sqlite-web-4.1.7...sqlite-web-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [sqlite-web-4.1.7](https://github.com/truecharts/charts/compare/sqlite-web-4.1.6...sqlite-web-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [sqlite-web-4.1.6](https://github.com/truecharts/charts/compare/sqlite-web-4.1.5...sqlite-web-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/sqlite-web/5.3.0/Chart.yaml b/stable/sqlite-web/5.3.0/Chart.yaml new file mode 100644 index 00000000000..48b5bc8b042 --- /dev/null +++ b/stable/sqlite-web/5.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: sqlite-web is a web-based SQLite database browser written in Python. +home: https://truecharts.org/charts/stable/sqlite-web +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sqlite-web.png +keywords: + - sqlite-web + - Productivity + - Tools-Utilities + - Network-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sqlite-web +sources: + - https://github.com/coleifer/sqlite-web + - https://github.com/truecharts/charts/tree/master/charts/stable/sqlite-web + - https://hub.docker.com/r/coleifer/sqlite-web +type: application +version: 5.3.0 diff --git a/stable/sqlite-web/5.1.3/README.md b/stable/sqlite-web/5.3.0/README.md similarity index 100% rename from stable/sqlite-web/5.1.3/README.md rename to stable/sqlite-web/5.3.0/README.md diff --git a/stable/sqlite-web/5.3.0/app-changelog.md b/stable/sqlite-web/5.3.0/app-changelog.md new file mode 100644 index 00000000000..2726177ef50 --- /dev/null +++ b/stable/sqlite-web/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [sqlite-web-5.3.0](https://github.com/truecharts/charts/compare/sqlite-web-5.2.3...sqlite-web-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/sqlite-web/5.1.3/app-readme.md b/stable/sqlite-web/5.3.0/app-readme.md similarity index 100% rename from stable/sqlite-web/5.1.3/app-readme.md rename to stable/sqlite-web/5.3.0/app-readme.md diff --git a/stable/sqlite-web/5.3.0/charts/common-18.2.0.tgz b/stable/sqlite-web/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/sqlite-web/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/sqlite-web/5.1.3/ix_values.yaml b/stable/sqlite-web/5.3.0/ix_values.yaml similarity index 100% rename from stable/sqlite-web/5.1.3/ix_values.yaml rename to stable/sqlite-web/5.3.0/ix_values.yaml diff --git a/stable/sqlite-web/5.1.3/questions.yaml b/stable/sqlite-web/5.3.0/questions.yaml similarity index 100% rename from stable/sqlite-web/5.1.3/questions.yaml rename to stable/sqlite-web/5.3.0/questions.yaml diff --git a/stable/sqlite-web/5.1.3/templates/common.yaml b/stable/sqlite-web/5.3.0/templates/common.yaml similarity index 100% rename from stable/sqlite-web/5.1.3/templates/common.yaml rename to stable/sqlite-web/5.3.0/templates/common.yaml diff --git a/stable/storj-node/9.1.3/values.yaml b/stable/sqlite-web/5.3.0/values.yaml similarity index 100% rename from stable/storj-node/9.1.3/values.yaml rename to stable/sqlite-web/5.3.0/values.yaml diff --git a/stable/sqlitebrowser/10.1.3/CHANGELOG.md b/stable/sqlitebrowser/10.1.3/CHANGELOG.md deleted file mode 100644 index fad4768010b..00000000000 --- a/stable/sqlitebrowser/10.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [sqlitebrowser-9.1.11](https://github.com/truecharts/charts/compare/sqlitebrowser-9.1.10...sqlitebrowser-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [sqlitebrowser-9.1.10](https://github.com/truecharts/charts/compare/sqlitebrowser-9.1.9...sqlitebrowser-9.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [sqlitebrowser-9.1.9](https://github.com/truecharts/charts/compare/sqlitebrowser-9.1.8...sqlitebrowser-9.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [sqlitebrowser-9.1.8](https://github.com/truecharts/charts/compare/sqlitebrowser-9.1.7...sqlitebrowser-9.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [sqlitebrowser-9.1.7](https://github.com/truecharts/charts/compare/sqlitebrowser-9.1.6...sqlitebrowser-9.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [sqlitebrowser-9.1.6](https://github.com/truecharts/charts/compare/sqlitebrowser-9.1.5...sqlitebrowser-9.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [sqlitebrowser-9.1.5](https://github.com/truecharts/charts/compare/sqlitebrowser-9.1.4...sqlitebrowser-9.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [sqlitebrowser-9.1.4](https://github.com/truecharts/charts/compare/sqlitebrowser-9.1.3...sqlitebrowser-9.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [sqlitebrowser-9.1.3](https://github.com/truecharts/charts/compare/sqlitebrowser-9.1.0...sqlitebrowser-9.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/sqlitebrowser/10.1.3/Chart.yaml b/stable/sqlitebrowser/10.1.3/Chart.yaml deleted file mode 100644 index b18330e7ec4..00000000000 --- a/stable/sqlitebrowser/10.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 18.04.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A high quality, visual, open source tool to create, design, and edit database files compatible with SQLite -home: https://truecharts.org/charts/stable/sqlitebrowser -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sqlitebrowser.png -keywords: - - sqlite - - browser - - sqlitebrowser - - database -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: sqlitebrowser -sources: - - https://github.com/linuxserver/docker-sqlitebrowser - - https://sqlitebrowser.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/sqlitebrowser - - https://ghcr.io/linuxserver/sqlitebrowser -type: application -version: 10.1.3 diff --git a/stable/sqlitebrowser/10.1.3/charts/common-18.0.3.tgz b/stable/sqlitebrowser/10.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/sqlitebrowser/10.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/storm/5.1.3/.helmignore b/stable/sqlitebrowser/10.3.0/.helmignore similarity index 100% rename from stable/storm/5.1.3/.helmignore rename to stable/sqlitebrowser/10.3.0/.helmignore diff --git a/stable/sqlitebrowser/10.3.0/CHANGELOG.md b/stable/sqlitebrowser/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..ecc8a80f32d --- /dev/null +++ b/stable/sqlitebrowser/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sqlitebrowser-10.3.0](https://github.com/truecharts/charts/compare/sqlitebrowser-10.2.3...sqlitebrowser-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [sqlitebrowser-10.2.3](https://github.com/truecharts/charts/compare/sqlitebrowser-10.2.2...sqlitebrowser-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [sqlitebrowser-10.2.2](https://github.com/truecharts/charts/compare/sqlitebrowser-10.2.0...sqlitebrowser-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [sqlitebrowser-9.1.11](https://github.com/truecharts/charts/compare/sqlitebrowser-9.1.10...sqlitebrowser-9.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [sqlitebrowser-9.1.10](https://github.com/truecharts/charts/compare/sqlitebrowser-9.1.9...sqlitebrowser-9.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [sqlitebrowser-9.1.9](https://github.com/truecharts/charts/compare/sqlitebrowser-9.1.8...sqlitebrowser-9.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [sqlitebrowser-9.1.8](https://github.com/truecharts/charts/compare/sqlitebrowser-9.1.7...sqlitebrowser-9.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [sqlitebrowser-9.1.7](https://github.com/truecharts/charts/compare/sqlitebrowser-9.1.6...sqlitebrowser-9.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [sqlitebrowser-9.1.6](https://github.com/truecharts/charts/compare/sqlitebrowser-9.1.5...sqlitebrowser-9.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/sqlitebrowser/10.3.0/Chart.yaml b/stable/sqlitebrowser/10.3.0/Chart.yaml new file mode 100644 index 00000000000..2aebc5e396f --- /dev/null +++ b/stable/sqlitebrowser/10.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 18.04.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A high quality, visual, open source tool to create, design, and edit database files compatible with SQLite +home: https://truecharts.org/charts/stable/sqlitebrowser +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sqlitebrowser.png +keywords: + - sqlite + - browser + - sqlitebrowser + - database +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sqlitebrowser +sources: + - https://github.com/linuxserver/docker-sqlitebrowser + - https://sqlitebrowser.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/sqlitebrowser + - https://ghcr.io/linuxserver/sqlitebrowser +type: application +version: 10.3.0 diff --git a/stable/sqlitebrowser/10.1.3/README.md b/stable/sqlitebrowser/10.3.0/README.md similarity index 100% rename from stable/sqlitebrowser/10.1.3/README.md rename to stable/sqlitebrowser/10.3.0/README.md diff --git a/stable/sqlitebrowser/10.3.0/app-changelog.md b/stable/sqlitebrowser/10.3.0/app-changelog.md new file mode 100644 index 00000000000..632dbb9e88c --- /dev/null +++ b/stable/sqlitebrowser/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [sqlitebrowser-10.3.0](https://github.com/truecharts/charts/compare/sqlitebrowser-10.2.3...sqlitebrowser-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/sqlitebrowser/10.1.3/app-readme.md b/stable/sqlitebrowser/10.3.0/app-readme.md similarity index 100% rename from stable/sqlitebrowser/10.1.3/app-readme.md rename to stable/sqlitebrowser/10.3.0/app-readme.md diff --git a/stable/sqlitebrowser/10.3.0/charts/common-18.2.0.tgz b/stable/sqlitebrowser/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/sqlitebrowser/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/sqlitebrowser/10.1.3/ix_values.yaml b/stable/sqlitebrowser/10.3.0/ix_values.yaml similarity index 100% rename from stable/sqlitebrowser/10.1.3/ix_values.yaml rename to stable/sqlitebrowser/10.3.0/ix_values.yaml diff --git a/stable/sqlitebrowser/10.1.3/questions.yaml b/stable/sqlitebrowser/10.3.0/questions.yaml similarity index 100% rename from stable/sqlitebrowser/10.1.3/questions.yaml rename to stable/sqlitebrowser/10.3.0/questions.yaml diff --git a/stable/synctube/7.1.3/templates/NOTES.txt b/stable/sqlitebrowser/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/synctube/7.1.3/templates/NOTES.txt rename to stable/sqlitebrowser/10.3.0/templates/NOTES.txt diff --git a/stable/sqlitebrowser/10.1.3/templates/common.yaml b/stable/sqlitebrowser/10.3.0/templates/common.yaml similarity index 100% rename from stable/sqlitebrowser/10.1.3/templates/common.yaml rename to stable/sqlitebrowser/10.3.0/templates/common.yaml diff --git a/stable/storm/5.1.3/values.yaml b/stable/sqlitebrowser/10.3.0/values.yaml similarity index 100% rename from stable/storm/5.1.3/values.yaml rename to stable/sqlitebrowser/10.3.0/values.yaml diff --git a/stable/sshwifty/5.1.3/CHANGELOG.md b/stable/sshwifty/5.1.3/CHANGELOG.md deleted file mode 100644 index 5498768df09..00000000000 --- a/stable/sshwifty/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [sshwifty-4.1.12](https://github.com/truecharts/charts/compare/sshwifty-4.1.11...sshwifty-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [sshwifty-4.1.11](https://github.com/truecharts/charts/compare/sshwifty-4.1.10...sshwifty-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [sshwifty-4.1.10](https://github.com/truecharts/charts/compare/sshwifty-4.1.9...sshwifty-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [sshwifty-4.1.9](https://github.com/truecharts/charts/compare/sshwifty-4.1.8...sshwifty-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [sshwifty-4.1.8](https://github.com/truecharts/charts/compare/sshwifty-4.1.7...sshwifty-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [sshwifty-4.1.7](https://github.com/truecharts/charts/compare/sshwifty-4.1.6...sshwifty-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [sshwifty-4.1.6](https://github.com/truecharts/charts/compare/sshwifty-4.1.5...sshwifty-4.1.6) (2024-01-08) - -### Chore - - - -- update container image niruix/sshwifty to latest[@cc626e6](https://github.com/cc626e6) by renovate ([#17042](https://github.com/truecharts/charts/issues/17042)) - - -## [sshwifty-4.1.5](https://github.com/truecharts/charts/compare/sshwifty-4.1.4...sshwifty-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [sshwifty-4.1.4](https://github.com/truecharts/charts/compare/sshwifty-4.1.3...sshwifty-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/sshwifty/5.1.3/Chart.yaml b/stable/sshwifty/5.1.3/Chart.yaml deleted file mode 100644 index cbe5d9f64af..00000000000 --- a/stable/sshwifty/5.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: ssh - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: SSHwifty is a SSH and Telnet connector made for the Web. -home: https://truecharts.org/charts/stable/sshwifty -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sshwifty.png -keywords: - - ssh -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: sshwifty -sources: - - https://github.com/niruix/sshwifty - - https://github.com/truecharts/charts/tree/master/charts/stable/sshwifty - - https://hub.docker.com/r/niruix/sshwifty -type: application -version: 5.1.3 diff --git a/stable/sshwifty/5.1.3/charts/common-18.0.3.tgz b/stable/sshwifty/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/sshwifty/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/strapi/13.1.3/.helmignore b/stable/sshwifty/5.3.0/.helmignore similarity index 100% rename from stable/strapi/13.1.3/.helmignore rename to stable/sshwifty/5.3.0/.helmignore diff --git a/stable/sshwifty/5.3.0/CHANGELOG.md b/stable/sshwifty/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..534839567ac --- /dev/null +++ b/stable/sshwifty/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sshwifty-5.3.0](https://github.com/truecharts/charts/compare/sshwifty-5.2.3...sshwifty-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [sshwifty-5.2.3](https://github.com/truecharts/charts/compare/sshwifty-5.2.2...sshwifty-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [sshwifty-5.2.2](https://github.com/truecharts/charts/compare/sshwifty-5.2.0...sshwifty-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [sshwifty-4.1.12](https://github.com/truecharts/charts/compare/sshwifty-4.1.11...sshwifty-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [sshwifty-4.1.11](https://github.com/truecharts/charts/compare/sshwifty-4.1.10...sshwifty-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [sshwifty-4.1.10](https://github.com/truecharts/charts/compare/sshwifty-4.1.9...sshwifty-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [sshwifty-4.1.9](https://github.com/truecharts/charts/compare/sshwifty-4.1.8...sshwifty-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [sshwifty-4.1.8](https://github.com/truecharts/charts/compare/sshwifty-4.1.7...sshwifty-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [sshwifty-4.1.7](https://github.com/truecharts/charts/compare/sshwifty-4.1.6...sshwifty-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/sshwifty/5.3.0/Chart.yaml b/stable/sshwifty/5.3.0/Chart.yaml new file mode 100644 index 00000000000..a1e0d1fe562 --- /dev/null +++ b/stable/sshwifty/5.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: ssh + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: SSHwifty is a SSH and Telnet connector made for the Web. +home: https://truecharts.org/charts/stable/sshwifty +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sshwifty.png +keywords: + - ssh +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sshwifty +sources: + - https://github.com/niruix/sshwifty + - https://github.com/truecharts/charts/tree/master/charts/stable/sshwifty + - https://hub.docker.com/r/niruix/sshwifty +type: application +version: 5.3.0 diff --git a/stable/sshwifty/5.1.3/README.md b/stable/sshwifty/5.3.0/README.md similarity index 100% rename from stable/sshwifty/5.1.3/README.md rename to stable/sshwifty/5.3.0/README.md diff --git a/stable/sshwifty/5.3.0/app-changelog.md b/stable/sshwifty/5.3.0/app-changelog.md new file mode 100644 index 00000000000..f2ea75ebab5 --- /dev/null +++ b/stable/sshwifty/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [sshwifty-5.3.0](https://github.com/truecharts/charts/compare/sshwifty-5.2.3...sshwifty-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/sshwifty/5.1.3/app-readme.md b/stable/sshwifty/5.3.0/app-readme.md similarity index 100% rename from stable/sshwifty/5.1.3/app-readme.md rename to stable/sshwifty/5.3.0/app-readme.md diff --git a/stable/sshwifty/5.3.0/charts/common-18.2.0.tgz b/stable/sshwifty/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/sshwifty/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/sshwifty/5.1.3/ix_values.yaml b/stable/sshwifty/5.3.0/ix_values.yaml similarity index 100% rename from stable/sshwifty/5.1.3/ix_values.yaml rename to stable/sshwifty/5.3.0/ix_values.yaml diff --git a/stable/sshwifty/5.1.3/questions.yaml b/stable/sshwifty/5.3.0/questions.yaml similarity index 100% rename from stable/sshwifty/5.1.3/questions.yaml rename to stable/sshwifty/5.3.0/questions.yaml diff --git a/stable/syslog-ng/9.1.3/templates/NOTES.txt b/stable/sshwifty/5.3.0/templates/NOTES.txt similarity index 100% rename from stable/syslog-ng/9.1.3/templates/NOTES.txt rename to stable/sshwifty/5.3.0/templates/NOTES.txt diff --git a/stable/strapi/13.1.3/templates/common.yaml b/stable/sshwifty/5.3.0/templates/common.yaml similarity index 100% rename from stable/strapi/13.1.3/templates/common.yaml rename to stable/sshwifty/5.3.0/templates/common.yaml diff --git a/stable/strapi/13.1.3/values.yaml b/stable/sshwifty/5.3.0/values.yaml similarity index 100% rename from stable/strapi/13.1.3/values.yaml rename to stable/sshwifty/5.3.0/values.yaml diff --git a/stable/st-reborn-server/5.1.3/CHANGELOG.md b/stable/st-reborn-server/5.1.3/CHANGELOG.md deleted file mode 100644 index 7286aaf65a7..00000000000 --- a/stable/st-reborn-server/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [st-reborn-server-4.1.11](https://github.com/truecharts/charts/compare/st-reborn-server-4.1.10...st-reborn-server-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [st-reborn-server-4.1.10](https://github.com/truecharts/charts/compare/st-reborn-server-4.1.9...st-reborn-server-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [st-reborn-server-4.1.9](https://github.com/truecharts/charts/compare/st-reborn-server-4.1.8...st-reborn-server-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [st-reborn-server-4.1.8](https://github.com/truecharts/charts/compare/st-reborn-server-4.1.7...st-reborn-server-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [st-reborn-server-4.1.7](https://github.com/truecharts/charts/compare/st-reborn-server-4.1.6...st-reborn-server-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [st-reborn-server-4.1.6](https://github.com/truecharts/charts/compare/st-reborn-server-4.1.5...st-reborn-server-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [st-reborn-server-4.1.5](https://github.com/truecharts/charts/compare/st-reborn-server-4.1.4...st-reborn-server-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [st-reborn-server-4.1.4](https://github.com/truecharts/charts/compare/st-reborn-server-4.1.3...st-reborn-server-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [st-reborn-server-4.1.3](https://github.com/truecharts/charts/compare/st-reborn-server-4.1.0...st-reborn-server-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/st-reborn-server/5.1.3/Chart.yaml b/stable/st-reborn-server/5.1.3/Chart.yaml deleted file mode 100644 index 2621f42b970..00000000000 --- a/stable/st-reborn-server/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.2.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Skyrim Together Reborn server files. -home: https://truecharts.org/charts/stable/st-reborn-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/st-reborn-server.png -keywords: - - st-reborn-server - - gameserver -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: st-reborn-server -sources: - - https://github.com/tiltedphoques/TiltedEvolution - - https://github.com/truecharts/charts/tree/master/charts/stable/st-reborn-server - - https://hub.docker.com/r/tiltedphoques/st-reborn-server -type: application -version: 5.1.3 diff --git a/stable/st-reborn-server/5.1.3/charts/common-18.0.3.tgz b/stable/st-reborn-server/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/st-reborn-server/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/stun-turn-server/6.1.3/.helmignore b/stable/st-reborn-server/5.3.0/.helmignore similarity index 100% rename from stable/stun-turn-server/6.1.3/.helmignore rename to stable/st-reborn-server/5.3.0/.helmignore diff --git a/stable/st-reborn-server/5.3.0/CHANGELOG.md b/stable/st-reborn-server/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..0562d4e98b0 --- /dev/null +++ b/stable/st-reborn-server/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [st-reborn-server-5.3.0](https://github.com/truecharts/charts/compare/st-reborn-server-5.2.3...st-reborn-server-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [st-reborn-server-5.2.3](https://github.com/truecharts/charts/compare/st-reborn-server-5.2.2...st-reborn-server-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [st-reborn-server-5.2.2](https://github.com/truecharts/charts/compare/st-reborn-server-5.2.0...st-reborn-server-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [st-reborn-server-4.1.11](https://github.com/truecharts/charts/compare/st-reborn-server-4.1.10...st-reborn-server-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [st-reborn-server-4.1.10](https://github.com/truecharts/charts/compare/st-reborn-server-4.1.9...st-reborn-server-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [st-reborn-server-4.1.9](https://github.com/truecharts/charts/compare/st-reborn-server-4.1.8...st-reborn-server-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [st-reborn-server-4.1.8](https://github.com/truecharts/charts/compare/st-reborn-server-4.1.7...st-reborn-server-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [st-reborn-server-4.1.7](https://github.com/truecharts/charts/compare/st-reborn-server-4.1.6...st-reborn-server-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [st-reborn-server-4.1.6](https://github.com/truecharts/charts/compare/st-reborn-server-4.1.5...st-reborn-server-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/st-reborn-server/5.3.0/Chart.yaml b/stable/st-reborn-server/5.3.0/Chart.yaml new file mode 100644 index 00000000000..19302de0cac --- /dev/null +++ b/stable/st-reborn-server/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Skyrim Together Reborn server files. +home: https://truecharts.org/charts/stable/st-reborn-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/st-reborn-server.png +keywords: + - st-reborn-server + - gameserver +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: st-reborn-server +sources: + - https://github.com/tiltedphoques/TiltedEvolution + - https://github.com/truecharts/charts/tree/master/charts/stable/st-reborn-server + - https://hub.docker.com/r/tiltedphoques/st-reborn-server +type: application +version: 5.3.0 diff --git a/stable/st-reborn-server/5.1.3/README.md b/stable/st-reborn-server/5.3.0/README.md similarity index 100% rename from stable/st-reborn-server/5.1.3/README.md rename to stable/st-reborn-server/5.3.0/README.md diff --git a/stable/st-reborn-server/5.3.0/app-changelog.md b/stable/st-reborn-server/5.3.0/app-changelog.md new file mode 100644 index 00000000000..281c004b14d --- /dev/null +++ b/stable/st-reborn-server/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [st-reborn-server-5.3.0](https://github.com/truecharts/charts/compare/st-reborn-server-5.2.3...st-reborn-server-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/st-reborn-server/5.1.3/app-readme.md b/stable/st-reborn-server/5.3.0/app-readme.md similarity index 100% rename from stable/st-reborn-server/5.1.3/app-readme.md rename to stable/st-reborn-server/5.3.0/app-readme.md diff --git a/stable/st-reborn-server/5.3.0/charts/common-18.2.0.tgz b/stable/st-reborn-server/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/st-reborn-server/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/st-reborn-server/5.1.3/ix_values.yaml b/stable/st-reborn-server/5.3.0/ix_values.yaml similarity index 100% rename from stable/st-reborn-server/5.1.3/ix_values.yaml rename to stable/st-reborn-server/5.3.0/ix_values.yaml diff --git a/stable/st-reborn-server/5.1.3/questions.yaml b/stable/st-reborn-server/5.3.0/questions.yaml similarity index 100% rename from stable/st-reborn-server/5.1.3/questions.yaml rename to stable/st-reborn-server/5.3.0/questions.yaml diff --git a/stable/stun-turn-server/6.1.3/templates/common.yaml b/stable/st-reborn-server/5.3.0/templates/common.yaml similarity index 100% rename from stable/stun-turn-server/6.1.3/templates/common.yaml rename to stable/st-reborn-server/5.3.0/templates/common.yaml diff --git a/stable/stun-turn-server/6.1.3/values.yaml b/stable/st-reborn-server/5.3.0/values.yaml similarity index 100% rename from stable/stun-turn-server/6.1.3/values.yaml rename to stable/st-reborn-server/5.3.0/values.yaml diff --git a/stable/stackedit/5.1.3/CHANGELOG.md b/stable/stackedit/5.1.3/CHANGELOG.md deleted file mode 100644 index 6a6ea618bcc..00000000000 --- a/stable/stackedit/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [stackedit-4.1.11](https://github.com/truecharts/charts/compare/stackedit-4.1.10...stackedit-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [stackedit-4.1.10](https://github.com/truecharts/charts/compare/stackedit-4.1.9...stackedit-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [stackedit-4.1.9](https://github.com/truecharts/charts/compare/stackedit-4.1.8...stackedit-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [stackedit-4.1.8](https://github.com/truecharts/charts/compare/stackedit-4.1.7...stackedit-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [stackedit-4.1.7](https://github.com/truecharts/charts/compare/stackedit-4.1.6...stackedit-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [stackedit-4.1.6](https://github.com/truecharts/charts/compare/stackedit-4.1.5...stackedit-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [stackedit-4.1.5](https://github.com/truecharts/charts/compare/stackedit-4.1.4...stackedit-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [stackedit-4.1.4](https://github.com/truecharts/charts/compare/stackedit-4.1.3...stackedit-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [stackedit-4.1.3](https://github.com/truecharts/charts/compare/stackedit-4.1.0...stackedit-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/stackedit/5.1.3/Chart.yaml b/stable/stackedit/5.1.3/Chart.yaml deleted file mode 100644 index 31d7b05f2bd..00000000000 --- a/stable/stackedit/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: StackEdits Markdown syntax highlighting is unique. The refined text formatting of the editor helps you visualize the final rendering of your files. -home: https://truecharts.org/charts/stable/stackedit -icon: https://truecharts.org/img/hotlink-ok/chart-icons/stackedit.png -keywords: - - stackedit - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: stackedit -sources: - - https://stackedit.io/ - - https://github.com/truecharts/charts/tree/master/charts/stable/stackedit - - https://hub.docker.com/r/qmcgaw/stackedit -type: application -version: 5.1.3 diff --git a/stable/stackedit/5.1.3/charts/common-18.0.3.tgz b/stable/stackedit/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/stackedit/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/suistartpage/5.1.3/.helmignore b/stable/stackedit/5.3.0/.helmignore similarity index 100% rename from stable/suistartpage/5.1.3/.helmignore rename to stable/stackedit/5.3.0/.helmignore diff --git a/stable/stackedit/5.3.0/CHANGELOG.md b/stable/stackedit/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..2df6810ff50 --- /dev/null +++ b/stable/stackedit/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [stackedit-5.3.0](https://github.com/truecharts/charts/compare/stackedit-5.2.3...stackedit-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [stackedit-5.2.3](https://github.com/truecharts/charts/compare/stackedit-5.2.2...stackedit-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [stackedit-5.2.2](https://github.com/truecharts/charts/compare/stackedit-5.2.0...stackedit-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [stackedit-4.1.11](https://github.com/truecharts/charts/compare/stackedit-4.1.10...stackedit-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [stackedit-4.1.10](https://github.com/truecharts/charts/compare/stackedit-4.1.9...stackedit-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [stackedit-4.1.9](https://github.com/truecharts/charts/compare/stackedit-4.1.8...stackedit-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [stackedit-4.1.8](https://github.com/truecharts/charts/compare/stackedit-4.1.7...stackedit-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [stackedit-4.1.7](https://github.com/truecharts/charts/compare/stackedit-4.1.6...stackedit-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [stackedit-4.1.6](https://github.com/truecharts/charts/compare/stackedit-4.1.5...stackedit-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/stackedit/5.3.0/Chart.yaml b/stable/stackedit/5.3.0/Chart.yaml new file mode 100644 index 00000000000..d1ef7f095a5 --- /dev/null +++ b/stable/stackedit/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: StackEdits Markdown syntax highlighting is unique. The refined text formatting of the editor helps you visualize the final rendering of your files. +home: https://truecharts.org/charts/stable/stackedit +icon: https://truecharts.org/img/hotlink-ok/chart-icons/stackedit.png +keywords: + - stackedit + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: stackedit +sources: + - https://stackedit.io/ + - https://github.com/truecharts/charts/tree/master/charts/stable/stackedit + - https://hub.docker.com/r/qmcgaw/stackedit +type: application +version: 5.3.0 diff --git a/stable/stackedit/5.1.3/README.md b/stable/stackedit/5.3.0/README.md similarity index 100% rename from stable/stackedit/5.1.3/README.md rename to stable/stackedit/5.3.0/README.md diff --git a/stable/stackedit/5.3.0/app-changelog.md b/stable/stackedit/5.3.0/app-changelog.md new file mode 100644 index 00000000000..c67a36bbc79 --- /dev/null +++ b/stable/stackedit/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [stackedit-5.3.0](https://github.com/truecharts/charts/compare/stackedit-5.2.3...stackedit-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/stackedit/5.1.3/app-readme.md b/stable/stackedit/5.3.0/app-readme.md similarity index 100% rename from stable/stackedit/5.1.3/app-readme.md rename to stable/stackedit/5.3.0/app-readme.md diff --git a/stable/stackedit/5.3.0/charts/common-18.2.0.tgz b/stable/stackedit/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/stackedit/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/stackedit/5.1.3/ix_values.yaml b/stable/stackedit/5.3.0/ix_values.yaml similarity index 100% rename from stable/stackedit/5.1.3/ix_values.yaml rename to stable/stackedit/5.3.0/ix_values.yaml diff --git a/stable/stackedit/5.1.3/questions.yaml b/stable/stackedit/5.3.0/questions.yaml similarity index 100% rename from stable/stackedit/5.1.3/questions.yaml rename to stable/stackedit/5.3.0/questions.yaml diff --git a/stable/stackedit/5.1.3/templates/common.yaml b/stable/stackedit/5.3.0/templates/common.yaml similarity index 100% rename from stable/stackedit/5.1.3/templates/common.yaml rename to stable/stackedit/5.3.0/templates/common.yaml diff --git a/stable/suistartpage/5.1.3/values.yaml b/stable/stackedit/5.3.0/values.yaml similarity index 100% rename from stable/suistartpage/5.1.3/values.yaml rename to stable/stackedit/5.3.0/values.yaml diff --git a/stable/standardnotes-web/5.1.3/CHANGELOG.md b/stable/standardnotes-web/5.1.3/CHANGELOG.md deleted file mode 100644 index 8a700b3af9f..00000000000 --- a/stable/standardnotes-web/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [standardnotes-web-4.1.11](https://github.com/truecharts/charts/compare/standardnotes-web-4.1.10...standardnotes-web-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [standardnotes-web-4.1.10](https://github.com/truecharts/charts/compare/standardnotes-web-4.1.9...standardnotes-web-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [standardnotes-web-4.1.9](https://github.com/truecharts/charts/compare/standardnotes-web-4.1.8...standardnotes-web-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [standardnotes-web-4.1.8](https://github.com/truecharts/charts/compare/standardnotes-web-4.1.7...standardnotes-web-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [standardnotes-web-4.1.7](https://github.com/truecharts/charts/compare/standardnotes-web-4.1.6...standardnotes-web-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [standardnotes-web-4.1.6](https://github.com/truecharts/charts/compare/standardnotes-web-4.1.5...standardnotes-web-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [standardnotes-web-4.1.5](https://github.com/truecharts/charts/compare/standardnotes-web-4.1.4...standardnotes-web-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [standardnotes-web-4.1.4](https://github.com/truecharts/charts/compare/standardnotes-web-4.1.3...standardnotes-web-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [standardnotes-web-4.1.3](https://github.com/truecharts/charts/compare/standardnotes-web-4.1.0...standardnotes-web-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/standardnotes-web/5.1.3/Chart.yaml b/stable/standardnotes-web/5.1.3/Chart.yaml deleted file mode 100644 index 39f04a54980..00000000000 --- a/stable/standardnotes-web/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: stable -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A safe and private place for your life's work. -home: https://truecharts.org/charts/stable/standardnotes-web -icon: https://truecharts.org/img/hotlink-ok/chart-icons/standardnotes-web.png -keywords: - - standardnotes-web - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: standardnotes-web -sources: - - https://standardnotes.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/standardnotes-web - - https://hub.docker.com/r/standardnotes/web -type: application -version: 5.1.3 diff --git a/stable/standardnotes-web/5.1.3/charts/common-18.0.3.tgz b/stable/standardnotes-web/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/standardnotes-web/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/survivethenights/5.1.3/.helmignore b/stable/standardnotes-web/5.3.0/.helmignore similarity index 100% rename from stable/survivethenights/5.1.3/.helmignore rename to stable/standardnotes-web/5.3.0/.helmignore diff --git a/stable/standardnotes-web/5.3.0/CHANGELOG.md b/stable/standardnotes-web/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..34b57aac5e9 --- /dev/null +++ b/stable/standardnotes-web/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [standardnotes-web-5.3.0](https://github.com/truecharts/charts/compare/standardnotes-web-5.2.3...standardnotes-web-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [standardnotes-web-5.2.3](https://github.com/truecharts/charts/compare/standardnotes-web-5.2.2...standardnotes-web-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [standardnotes-web-5.2.2](https://github.com/truecharts/charts/compare/standardnotes-web-5.2.0...standardnotes-web-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [standardnotes-web-4.1.11](https://github.com/truecharts/charts/compare/standardnotes-web-4.1.10...standardnotes-web-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [standardnotes-web-4.1.10](https://github.com/truecharts/charts/compare/standardnotes-web-4.1.9...standardnotes-web-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [standardnotes-web-4.1.9](https://github.com/truecharts/charts/compare/standardnotes-web-4.1.8...standardnotes-web-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [standardnotes-web-4.1.8](https://github.com/truecharts/charts/compare/standardnotes-web-4.1.7...standardnotes-web-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [standardnotes-web-4.1.7](https://github.com/truecharts/charts/compare/standardnotes-web-4.1.6...standardnotes-web-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [standardnotes-web-4.1.6](https://github.com/truecharts/charts/compare/standardnotes-web-4.1.5...standardnotes-web-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/standardnotes-web/5.3.0/Chart.yaml b/stable/standardnotes-web/5.3.0/Chart.yaml new file mode 100644 index 00000000000..c9ba3603c36 --- /dev/null +++ b/stable/standardnotes-web/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: stable +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A safe and private place for your life's work. +home: https://truecharts.org/charts/stable/standardnotes-web +icon: https://truecharts.org/img/hotlink-ok/chart-icons/standardnotes-web.png +keywords: + - standardnotes-web + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: standardnotes-web +sources: + - https://standardnotes.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/standardnotes-web + - https://hub.docker.com/r/standardnotes/web +type: application +version: 5.3.0 diff --git a/stable/standardnotes-web/5.1.3/README.md b/stable/standardnotes-web/5.3.0/README.md similarity index 100% rename from stable/standardnotes-web/5.1.3/README.md rename to stable/standardnotes-web/5.3.0/README.md diff --git a/stable/standardnotes-web/5.3.0/app-changelog.md b/stable/standardnotes-web/5.3.0/app-changelog.md new file mode 100644 index 00000000000..3f92a1f77a6 --- /dev/null +++ b/stable/standardnotes-web/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [standardnotes-web-5.3.0](https://github.com/truecharts/charts/compare/standardnotes-web-5.2.3...standardnotes-web-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/standardnotes-web/5.1.3/app-readme.md b/stable/standardnotes-web/5.3.0/app-readme.md similarity index 100% rename from stable/standardnotes-web/5.1.3/app-readme.md rename to stable/standardnotes-web/5.3.0/app-readme.md diff --git a/stable/standardnotes-web/5.3.0/charts/common-18.2.0.tgz b/stable/standardnotes-web/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/standardnotes-web/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/standardnotes-web/5.1.3/ix_values.yaml b/stable/standardnotes-web/5.3.0/ix_values.yaml similarity index 100% rename from stable/standardnotes-web/5.1.3/ix_values.yaml rename to stable/standardnotes-web/5.3.0/ix_values.yaml diff --git a/stable/standardnotes-web/5.1.3/questions.yaml b/stable/standardnotes-web/5.3.0/questions.yaml similarity index 100% rename from stable/standardnotes-web/5.1.3/questions.yaml rename to stable/standardnotes-web/5.3.0/questions.yaml diff --git a/stable/standardnotes-web/5.1.3/templates/common.yaml b/stable/standardnotes-web/5.3.0/templates/common.yaml similarity index 100% rename from stable/standardnotes-web/5.1.3/templates/common.yaml rename to stable/standardnotes-web/5.3.0/templates/common.yaml diff --git a/stable/survivethenights/5.1.3/values.yaml b/stable/standardnotes-web/5.3.0/values.yaml similarity index 100% rename from stable/survivethenights/5.1.3/values.yaml rename to stable/standardnotes-web/5.3.0/values.yaml diff --git a/stable/starmade/5.1.3/CHANGELOG.md b/stable/starmade/5.1.3/CHANGELOG.md deleted file mode 100644 index 521aebd0bdc..00000000000 --- a/stable/starmade/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [starmade-4.1.11](https://github.com/truecharts/charts/compare/starmade-4.1.10...starmade-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [starmade-4.1.10](https://github.com/truecharts/charts/compare/starmade-4.1.9...starmade-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [starmade-4.1.9](https://github.com/truecharts/charts/compare/starmade-4.1.8...starmade-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [starmade-4.1.8](https://github.com/truecharts/charts/compare/starmade-4.1.7...starmade-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [starmade-4.1.7](https://github.com/truecharts/charts/compare/starmade-4.1.6...starmade-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [starmade-4.1.6](https://github.com/truecharts/charts/compare/starmade-4.1.5...starmade-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [starmade-4.1.5](https://github.com/truecharts/charts/compare/starmade-4.1.4...starmade-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [starmade-4.1.4](https://github.com/truecharts/charts/compare/starmade-4.1.3...starmade-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [starmade-4.1.3](https://github.com/truecharts/charts/compare/starmade-4.1.0...starmade-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/starmade/5.1.3/Chart.yaml b/stable/starmade/5.1.3/Chart.yaml deleted file mode 100644 index 15054449486..00000000000 --- a/stable/starmade/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install a StarMade Dedicated Server. It will also install a basic server.cfg at the first startup. -home: https://truecharts.org/charts/stable/starmade -icon: https://truecharts.org/img/hotlink-ok/chart-icons/starmade.png -keywords: - - starmade - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: starmade -sources: - - https://www.star-made.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/starmade - - https://hub.docker.com/r/ich777/starmade-server -type: application -version: 5.1.3 diff --git a/stable/starmade/5.1.3/charts/common-18.0.3.tgz b/stable/starmade/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/starmade/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/synclounge/9.2.1/.helmignore b/stable/starmade/5.3.0/.helmignore similarity index 100% rename from stable/synclounge/9.2.1/.helmignore rename to stable/starmade/5.3.0/.helmignore diff --git a/stable/starmade/5.3.0/CHANGELOG.md b/stable/starmade/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..6c362679ace --- /dev/null +++ b/stable/starmade/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [starmade-5.3.0](https://github.com/truecharts/charts/compare/starmade-5.2.3...starmade-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [starmade-5.2.3](https://github.com/truecharts/charts/compare/starmade-5.2.2...starmade-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [starmade-5.2.2](https://github.com/truecharts/charts/compare/starmade-5.2.0...starmade-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [starmade-4.1.11](https://github.com/truecharts/charts/compare/starmade-4.1.10...starmade-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [starmade-4.1.10](https://github.com/truecharts/charts/compare/starmade-4.1.9...starmade-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [starmade-4.1.9](https://github.com/truecharts/charts/compare/starmade-4.1.8...starmade-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [starmade-4.1.8](https://github.com/truecharts/charts/compare/starmade-4.1.7...starmade-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [starmade-4.1.7](https://github.com/truecharts/charts/compare/starmade-4.1.6...starmade-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [starmade-4.1.6](https://github.com/truecharts/charts/compare/starmade-4.1.5...starmade-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/starmade/5.3.0/Chart.yaml b/stable/starmade/5.3.0/Chart.yaml new file mode 100644 index 00000000000..2a3b1ce4252 --- /dev/null +++ b/stable/starmade/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install a StarMade Dedicated Server. It will also install a basic server.cfg at the first startup. +home: https://truecharts.org/charts/stable/starmade +icon: https://truecharts.org/img/hotlink-ok/chart-icons/starmade.png +keywords: + - starmade + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: starmade +sources: + - https://www.star-made.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/starmade + - https://hub.docker.com/r/ich777/starmade-server +type: application +version: 5.3.0 diff --git a/stable/starmade/5.1.3/README.md b/stable/starmade/5.3.0/README.md similarity index 100% rename from stable/starmade/5.1.3/README.md rename to stable/starmade/5.3.0/README.md diff --git a/stable/starmade/5.3.0/app-changelog.md b/stable/starmade/5.3.0/app-changelog.md new file mode 100644 index 00000000000..988b673139a --- /dev/null +++ b/stable/starmade/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [starmade-5.3.0](https://github.com/truecharts/charts/compare/starmade-5.2.3...starmade-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/starmade/5.1.3/app-readme.md b/stable/starmade/5.3.0/app-readme.md similarity index 100% rename from stable/starmade/5.1.3/app-readme.md rename to stable/starmade/5.3.0/app-readme.md diff --git a/stable/starmade/5.3.0/charts/common-18.2.0.tgz b/stable/starmade/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/starmade/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/starmade/5.1.3/ix_values.yaml b/stable/starmade/5.3.0/ix_values.yaml similarity index 100% rename from stable/starmade/5.1.3/ix_values.yaml rename to stable/starmade/5.3.0/ix_values.yaml diff --git a/stable/starmade/5.1.3/questions.yaml b/stable/starmade/5.3.0/questions.yaml similarity index 100% rename from stable/starmade/5.1.3/questions.yaml rename to stable/starmade/5.3.0/questions.yaml diff --git a/stable/starmade/5.1.3/templates/common.yaml b/stable/starmade/5.3.0/templates/common.yaml similarity index 100% rename from stable/starmade/5.1.3/templates/common.yaml rename to stable/starmade/5.3.0/templates/common.yaml diff --git a/stable/synclounge/9.2.1/values.yaml b/stable/starmade/5.3.0/values.yaml similarity index 100% rename from stable/synclounge/9.2.1/values.yaml rename to stable/starmade/5.3.0/values.yaml diff --git a/stable/stash/15.1.3/CHANGELOG.md b/stable/stash/15.1.3/CHANGELOG.md deleted file mode 100644 index 0a31566854a..00000000000 --- a/stable/stash/15.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [stash-14.2.13](https://github.com/truecharts/charts/compare/stash-14.2.12...stash-14.2.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [stash-14.2.12](https://github.com/truecharts/charts/compare/stash-14.2.11...stash-14.2.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [stash-14.2.11](https://github.com/truecharts/charts/compare/stash-14.2.10...stash-14.2.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [stash-14.2.10](https://github.com/truecharts/charts/compare/stash-14.2.9...stash-14.2.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [stash-14.2.9](https://github.com/truecharts/charts/compare/stash-14.2.8...stash-14.2.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [stash-14.2.8](https://github.com/truecharts/charts/compare/stash-14.2.7...stash-14.2.8) (2024-01-15) - -### Chore - - - -- update container image stashapp/stash to v0.24.3[@9ba5be0](https://github.com/9ba5be0) by renovate ([#17260](https://github.com/truecharts/charts/issues/17260)) - - -## [stash-14.2.7](https://github.com/truecharts/charts/compare/stash-14.2.6...stash-14.2.7) (2024-01-14) - -### Chore - - - -- update container image stashapp/stash to v0.24.2[@3442b40](https://github.com/3442b40) by renovate ([#17198](https://github.com/truecharts/charts/issues/17198)) - - - - -## [stash-14.2.6](https://github.com/truecharts/charts/compare/stash-14.2.5...stash-14.2.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [stash-14.2.5](https://github.com/truecharts/charts/compare/stash-14.2.4...stash-14.2.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - diff --git a/stable/stash/15.1.3/Chart.yaml b/stable/stash/15.1.3/Chart.yaml deleted file mode 100644 index 23e50d65c28..00000000000 --- a/stable/stash/15.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.24.3 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: An organizer for your porn, written in Go -home: https://truecharts.org/charts/stable/stash -icon: https://truecharts.org/img/hotlink-ok/chart-icons/stash.png -keywords: - - porn -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: stash -sources: - - https://github.com/stashapp/stash - - https://github.com/truecharts/charts/tree/master/charts/stable/stash - - https://hub.docker.com/r/stashapp/stash -type: application -version: 15.1.3 diff --git a/stable/stash/15.1.3/charts/common-18.0.3.tgz b/stable/stash/15.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/stash/15.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/syncthing/18.2.0/.helmignore b/stable/stash/15.3.0/.helmignore similarity index 100% rename from stable/syncthing/18.2.0/.helmignore rename to stable/stash/15.3.0/.helmignore diff --git a/stable/stash/15.3.0/CHANGELOG.md b/stable/stash/15.3.0/CHANGELOG.md new file mode 100644 index 00000000000..b62fd61ec93 --- /dev/null +++ b/stable/stash/15.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [stash-15.3.0](https://github.com/truecharts/charts/compare/stash-15.2.3...stash-15.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [stash-15.2.3](https://github.com/truecharts/charts/compare/stash-15.2.2...stash-15.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [stash-15.2.2](https://github.com/truecharts/charts/compare/stash-15.2.0...stash-15.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [stash-14.2.13](https://github.com/truecharts/charts/compare/stash-14.2.12...stash-14.2.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [stash-14.2.12](https://github.com/truecharts/charts/compare/stash-14.2.11...stash-14.2.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [stash-14.2.11](https://github.com/truecharts/charts/compare/stash-14.2.10...stash-14.2.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [stash-14.2.10](https://github.com/truecharts/charts/compare/stash-14.2.9...stash-14.2.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [stash-14.2.9](https://github.com/truecharts/charts/compare/stash-14.2.8...stash-14.2.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [stash-14.2.8](https://github.com/truecharts/charts/compare/stash-14.2.7...stash-14.2.8) (2024-01-15) + +### Chore + + + +- update container image stashapp/stash to v0.24.3[@9ba5be0](https://github.com/9ba5be0) by renovate ([#17260](https://github.com/truecharts/charts/issues/17260)) diff --git a/stable/stash/15.3.0/Chart.yaml b/stable/stash/15.3.0/Chart.yaml new file mode 100644 index 00000000000..dd5468e2f51 --- /dev/null +++ b/stable/stash/15.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.24.3 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An organizer for your porn, written in Go +home: https://truecharts.org/charts/stable/stash +icon: https://truecharts.org/img/hotlink-ok/chart-icons/stash.png +keywords: + - porn +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: stash +sources: + - https://github.com/stashapp/stash + - https://github.com/truecharts/charts/tree/master/charts/stable/stash + - https://hub.docker.com/r/stashapp/stash +type: application +version: 15.3.0 diff --git a/stable/stash/15.1.3/README.md b/stable/stash/15.3.0/README.md similarity index 100% rename from stable/stash/15.1.3/README.md rename to stable/stash/15.3.0/README.md diff --git a/stable/stash/15.3.0/app-changelog.md b/stable/stash/15.3.0/app-changelog.md new file mode 100644 index 00000000000..d5096f076fb --- /dev/null +++ b/stable/stash/15.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [stash-15.3.0](https://github.com/truecharts/charts/compare/stash-15.2.3...stash-15.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/stash/15.1.3/app-readme.md b/stable/stash/15.3.0/app-readme.md similarity index 100% rename from stable/stash/15.1.3/app-readme.md rename to stable/stash/15.3.0/app-readme.md diff --git a/stable/stash/15.3.0/charts/common-18.2.0.tgz b/stable/stash/15.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/stash/15.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/stash/15.1.3/ix_values.yaml b/stable/stash/15.3.0/ix_values.yaml similarity index 100% rename from stable/stash/15.1.3/ix_values.yaml rename to stable/stash/15.3.0/ix_values.yaml diff --git a/stable/stash/15.1.3/questions.yaml b/stable/stash/15.3.0/questions.yaml similarity index 100% rename from stable/stash/15.1.3/questions.yaml rename to stable/stash/15.3.0/questions.yaml diff --git a/stable/tagspaces/3.1.3/templates/NOTES.txt b/stable/stash/15.3.0/templates/NOTES.txt similarity index 100% rename from stable/tagspaces/3.1.3/templates/NOTES.txt rename to stable/stash/15.3.0/templates/NOTES.txt diff --git a/stable/synclounge/9.2.1/templates/common.yaml b/stable/stash/15.3.0/templates/common.yaml similarity index 100% rename from stable/synclounge/9.2.1/templates/common.yaml rename to stable/stash/15.3.0/templates/common.yaml diff --git a/stable/syncthing/18.2.0/values.yaml b/stable/stash/15.3.0/values.yaml similarity index 100% rename from stable/syncthing/18.2.0/values.yaml rename to stable/stash/15.3.0/values.yaml diff --git a/stable/static-web-server/4.1.3/CHANGELOG.md b/stable/static-web-server/4.1.3/CHANGELOG.md deleted file mode 100644 index f6cff787183..00000000000 --- a/stable/static-web-server/4.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - -## [static-web-server-3.3.0](https://github.com/truecharts/charts/compare/static-web-server-3.2.1...static-web-server-3.3.0) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/static-web-server/static-web-server to v2.26.0[@387ec26](https://github.com/387ec26) by renovate ([#18190](https://github.com/truecharts/charts/issues/18190)) - - -## [static-web-server-3.2.1](https://github.com/truecharts/charts/compare/static-web-server-3.2.0...static-web-server-3.2.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [static-web-server-3.2.0](https://github.com/truecharts/charts/compare/static-web-server-3.1.11...static-web-server-3.2.0) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/static-web-server/static-web-server to v2.25.0[@e7ef410](https://github.com/e7ef410) by renovate ([#17695](https://github.com/truecharts/charts/issues/17695)) - - -## [static-web-server-3.1.11](https://github.com/truecharts/charts/compare/static-web-server-3.1.10...static-web-server-3.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [static-web-server-3.1.10](https://github.com/truecharts/charts/compare/static-web-server-3.1.9...static-web-server-3.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [static-web-server-3.1.9](https://github.com/truecharts/charts/compare/static-web-server-3.1.8...static-web-server-3.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [static-web-server-3.1.8](https://github.com/truecharts/charts/compare/static-web-server-3.1.7...static-web-server-3.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [static-web-server-3.1.7](https://github.com/truecharts/charts/compare/static-web-server-3.1.6...static-web-server-3.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [static-web-server-3.1.6](https://github.com/truecharts/charts/compare/static-web-server-3.1.5...static-web-server-3.1.6) (2024-01-02) - -### Chore - - diff --git a/stable/static-web-server/4.1.3/Chart.yaml b/stable/static-web-server/4.1.3/Chart.yaml deleted file mode 100644 index e7bc862d6a5..00000000000 --- a/stable/static-web-server/4.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: web-server - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.27.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A cross-platform, high-performance and asynchronous web server for static files-serving. -home: https://truecharts.org/charts/stable/static-web-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/static-web-server.png -keywords: - - web-server - - apache - - rust -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: static-web-server -sources: - - https://static-web-server.net - - https://github.com/static-web-server/static-web-server - - https://github.com/truecharts/charts/tree/master/charts/stable/static-web-server - - https://ghcr.io/static-web-server/static-web-server -type: application -version: 4.1.3 diff --git a/stable/static-web-server/4.1.3/charts/common-18.0.3.tgz b/stable/static-web-server/4.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/static-web-server/4.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/synctube/7.1.3/.helmignore b/stable/static-web-server/4.3.0/.helmignore similarity index 100% rename from stable/synctube/7.1.3/.helmignore rename to stable/static-web-server/4.3.0/.helmignore diff --git a/stable/static-web-server/4.3.0/CHANGELOG.md b/stable/static-web-server/4.3.0/CHANGELOG.md new file mode 100644 index 00000000000..2701e2dcdb0 --- /dev/null +++ b/stable/static-web-server/4.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [static-web-server-4.3.0](https://github.com/truecharts/charts/compare/static-web-server-4.2.3...static-web-server-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [static-web-server-4.2.3](https://github.com/truecharts/charts/compare/static-web-server-4.2.2...static-web-server-4.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [static-web-server-4.2.2](https://github.com/truecharts/charts/compare/static-web-server-4.2.0...static-web-server-4.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + +## [static-web-server-3.3.0](https://github.com/truecharts/charts/compare/static-web-server-3.2.1...static-web-server-3.3.0) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/static-web-server/static-web-server to v2.26.0[@387ec26](https://github.com/387ec26) by renovate ([#18190](https://github.com/truecharts/charts/issues/18190)) + + +## [static-web-server-3.2.1](https://github.com/truecharts/charts/compare/static-web-server-3.2.0...static-web-server-3.2.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [static-web-server-3.2.0](https://github.com/truecharts/charts/compare/static-web-server-3.1.11...static-web-server-3.2.0) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/static-web-server/static-web-server to v2.25.0[@e7ef410](https://github.com/e7ef410) by renovate ([#17695](https://github.com/truecharts/charts/issues/17695)) + + +## [static-web-server-3.1.11](https://github.com/truecharts/charts/compare/static-web-server-3.1.10...static-web-server-3.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [static-web-server-3.1.10](https://github.com/truecharts/charts/compare/static-web-server-3.1.9...static-web-server-3.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [static-web-server-3.1.9](https://github.com/truecharts/charts/compare/static-web-server-3.1.8...static-web-server-3.1.9) (2024-01-21) + +### Chore + diff --git a/stable/static-web-server/4.3.0/Chart.yaml b/stable/static-web-server/4.3.0/Chart.yaml new file mode 100644 index 00000000000..6622e8c5685 --- /dev/null +++ b/stable/static-web-server/4.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: web-server + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.27.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A cross-platform, high-performance and asynchronous web server for static files-serving. +home: https://truecharts.org/charts/stable/static-web-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/static-web-server.png +keywords: + - web-server + - apache + - rust +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: static-web-server +sources: + - https://static-web-server.net + - https://github.com/static-web-server/static-web-server + - https://github.com/truecharts/charts/tree/master/charts/stable/static-web-server + - https://ghcr.io/static-web-server/static-web-server +type: application +version: 4.3.0 diff --git a/stable/static-web-server/4.1.3/README.md b/stable/static-web-server/4.3.0/README.md similarity index 100% rename from stable/static-web-server/4.1.3/README.md rename to stable/static-web-server/4.3.0/README.md diff --git a/stable/static-web-server/4.3.0/app-changelog.md b/stable/static-web-server/4.3.0/app-changelog.md new file mode 100644 index 00000000000..4d151b45fc3 --- /dev/null +++ b/stable/static-web-server/4.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [static-web-server-4.3.0](https://github.com/truecharts/charts/compare/static-web-server-4.2.3...static-web-server-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/static-web-server/4.1.3/app-readme.md b/stable/static-web-server/4.3.0/app-readme.md similarity index 100% rename from stable/static-web-server/4.1.3/app-readme.md rename to stable/static-web-server/4.3.0/app-readme.md diff --git a/stable/static-web-server/4.3.0/charts/common-18.2.0.tgz b/stable/static-web-server/4.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/static-web-server/4.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/static-web-server/4.1.3/ix_values.yaml b/stable/static-web-server/4.3.0/ix_values.yaml similarity index 100% rename from stable/static-web-server/4.1.3/ix_values.yaml rename to stable/static-web-server/4.3.0/ix_values.yaml diff --git a/stable/static-web-server/4.1.3/questions.yaml b/stable/static-web-server/4.3.0/questions.yaml similarity index 100% rename from stable/static-web-server/4.1.3/questions.yaml rename to stable/static-web-server/4.3.0/questions.yaml diff --git a/stable/tailscale/8.2.3/templates/NOTES.txt b/stable/static-web-server/4.3.0/templates/NOTES.txt similarity index 100% rename from stable/tailscale/8.2.3/templates/NOTES.txt rename to stable/static-web-server/4.3.0/templates/NOTES.txt diff --git a/stable/syncthing/18.2.0/templates/common.yaml b/stable/static-web-server/4.3.0/templates/common.yaml similarity index 100% rename from stable/syncthing/18.2.0/templates/common.yaml rename to stable/static-web-server/4.3.0/templates/common.yaml diff --git a/stable/synctube/7.1.3/values.yaml b/stable/static-web-server/4.3.0/values.yaml similarity index 100% rename from stable/synctube/7.1.3/values.yaml rename to stable/static-web-server/4.3.0/values.yaml diff --git a/stable/static/10.1.3/CHANGELOG.md b/stable/static/10.1.3/CHANGELOG.md deleted file mode 100644 index 83547fe3dbc..00000000000 --- a/stable/static/10.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [static-9.1.11](https://github.com/truecharts/charts/compare/static-9.1.10...static-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [static-9.1.10](https://github.com/truecharts/charts/compare/static-9.1.9...static-9.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [static-9.1.9](https://github.com/truecharts/charts/compare/static-9.1.8...static-9.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [static-9.1.8](https://github.com/truecharts/charts/compare/static-9.1.7...static-9.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [static-9.1.7](https://github.com/truecharts/charts/compare/static-9.1.6...static-9.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [static-9.1.6](https://github.com/truecharts/charts/compare/static-9.1.5...static-9.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [static-9.1.5](https://github.com/truecharts/charts/compare/static-9.1.4...static-9.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [static-9.1.4](https://github.com/truecharts/charts/compare/static-9.1.3...static-9.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [static-9.1.3](https://github.com/truecharts/charts/compare/static-9.1.0...static-9.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/static/10.1.3/Chart.yaml b/stable/static/10.1.3/Chart.yaml deleted file mode 100644 index 7d0548f8ee2..00000000000 --- a/stable/static/10.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: ee8a20c -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A self-hosted static file serving app which does nothing more than just serve up static files from a mounted volume. -home: https://truecharts.org/charts/stable/static -icon: https://truecharts.org/img/hotlink-ok/chart-icons/static.png -keywords: - - app - - web - - filesystem - - static -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: static -sources: - - https://github.com/prologic/static - - https://github.com/nicholaswilde/docker-static - - https://github.com/truecharts/charts/tree/master/charts/stable/static - - https://ghcr.io/nicholaswilde/static -type: application -version: 10.1.3 diff --git a/stable/static/10.1.3/charts/common-18.0.3.tgz b/stable/static/10.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/static/10.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/syslog-ng/9.1.3/.helmignore b/stable/static/10.3.0/.helmignore similarity index 100% rename from stable/syslog-ng/9.1.3/.helmignore rename to stable/static/10.3.0/.helmignore diff --git a/stable/static/10.3.0/CHANGELOG.md b/stable/static/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..92ddf3b2ab7 --- /dev/null +++ b/stable/static/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [static-10.3.0](https://github.com/truecharts/charts/compare/static-10.2.3...static-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [static-10.2.3](https://github.com/truecharts/charts/compare/static-10.2.2...static-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [static-10.2.2](https://github.com/truecharts/charts/compare/static-10.2.0...static-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [static-9.1.11](https://github.com/truecharts/charts/compare/static-9.1.10...static-9.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [static-9.1.10](https://github.com/truecharts/charts/compare/static-9.1.9...static-9.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [static-9.1.9](https://github.com/truecharts/charts/compare/static-9.1.8...static-9.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [static-9.1.8](https://github.com/truecharts/charts/compare/static-9.1.7...static-9.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [static-9.1.7](https://github.com/truecharts/charts/compare/static-9.1.6...static-9.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [static-9.1.6](https://github.com/truecharts/charts/compare/static-9.1.5...static-9.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/static/10.3.0/Chart.yaml b/stable/static/10.3.0/Chart.yaml new file mode 100644 index 00000000000..6a5cc7c88d1 --- /dev/null +++ b/stable/static/10.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: ee8a20c +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted static file serving app which does nothing more than just serve up static files from a mounted volume. +home: https://truecharts.org/charts/stable/static +icon: https://truecharts.org/img/hotlink-ok/chart-icons/static.png +keywords: + - app + - web + - filesystem + - static +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: static +sources: + - https://github.com/prologic/static + - https://github.com/nicholaswilde/docker-static + - https://github.com/truecharts/charts/tree/master/charts/stable/static + - https://ghcr.io/nicholaswilde/static +type: application +version: 10.3.0 diff --git a/stable/static/10.1.3/README.md b/stable/static/10.3.0/README.md similarity index 100% rename from stable/static/10.1.3/README.md rename to stable/static/10.3.0/README.md diff --git a/stable/static/10.3.0/app-changelog.md b/stable/static/10.3.0/app-changelog.md new file mode 100644 index 00000000000..12b0dd73082 --- /dev/null +++ b/stable/static/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [static-10.3.0](https://github.com/truecharts/charts/compare/static-10.2.3...static-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/static/10.1.3/app-readme.md b/stable/static/10.3.0/app-readme.md similarity index 100% rename from stable/static/10.1.3/app-readme.md rename to stable/static/10.3.0/app-readme.md diff --git a/stable/static/10.3.0/charts/common-18.2.0.tgz b/stable/static/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/static/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/static/10.1.3/ix_values.yaml b/stable/static/10.3.0/ix_values.yaml similarity index 100% rename from stable/static/10.1.3/ix_values.yaml rename to stable/static/10.3.0/ix_values.yaml diff --git a/stable/static/10.1.3/questions.yaml b/stable/static/10.3.0/questions.yaml similarity index 100% rename from stable/static/10.1.3/questions.yaml rename to stable/static/10.3.0/questions.yaml diff --git a/stable/tauticord/3.2.0/templates/NOTES.txt b/stable/static/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/tauticord/3.2.0/templates/NOTES.txt rename to stable/static/10.3.0/templates/NOTES.txt diff --git a/stable/static/10.1.3/templates/common.yaml b/stable/static/10.3.0/templates/common.yaml similarity index 100% rename from stable/static/10.1.3/templates/common.yaml rename to stable/static/10.3.0/templates/common.yaml diff --git a/stable/syslog-ng/9.1.3/values.yaml b/stable/static/10.3.0/values.yaml similarity index 100% rename from stable/syslog-ng/9.1.3/values.yaml rename to stable/static/10.3.0/values.yaml diff --git a/stable/stationeers/5.1.3/CHANGELOG.md b/stable/stationeers/5.1.3/CHANGELOG.md deleted file mode 100644 index 301ae4ad50f..00000000000 --- a/stable/stationeers/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [stationeers-4.1.13](https://github.com/truecharts/charts/compare/stationeers-4.1.12...stationeers-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [stationeers-4.1.12](https://github.com/truecharts/charts/compare/stationeers-4.1.11...stationeers-4.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [stationeers-4.1.11](https://github.com/truecharts/charts/compare/stationeers-4.1.10...stationeers-4.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [stationeers-4.1.10](https://github.com/truecharts/charts/compare/stationeers-4.1.9...stationeers-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [stationeers-4.1.9](https://github.com/truecharts/charts/compare/stationeers-4.1.8...stationeers-4.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [stationeers-4.1.8](https://github.com/truecharts/charts/compare/stationeers-4.1.7...stationeers-4.1.8) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [stationeers-4.1.7](https://github.com/truecharts/charts/compare/stationeers-4.1.6...stationeers-4.1.7) (2024-01-08) - -### Chore - - - -- update container image ich777/steamcmd to stationeers[@f8258be](https://github.com/f8258be) by renovate ([#17038](https://github.com/truecharts/charts/issues/17038)) - - -## [stationeers-4.1.6](https://github.com/truecharts/charts/compare/stationeers-4.1.5...stationeers-4.1.6) (2024-01-08) - -### Chore - - - -- update container image ich777/steamcmd to stationeers[@23f1e3f](https://github.com/23f1e3f) by renovate ([#17029](https://github.com/truecharts/charts/issues/17029)) - - -## [stationeers-4.1.5](https://github.com/truecharts/charts/compare/stationeers-4.1.4...stationeers-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - diff --git a/stable/stationeers/5.1.3/Chart.yaml b/stable/stationeers/5.1.3/Chart.yaml deleted file mode 100644 index a13642501e2..00000000000 --- a/stable/stationeers/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: stationeers -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Stationeers and run it. -home: https://truecharts.org/charts/stable/stationeers -icon: https://truecharts.org/img/hotlink-ok/chart-icons/stationeers.png -keywords: - - stationeers - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: stationeers -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/stationeers - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/stationeers/5.1.3/charts/common-18.0.3.tgz b/stable/stationeers/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/stationeers/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/tachidesk-docker/6.2.0/.helmignore b/stable/stationeers/5.3.0/.helmignore similarity index 100% rename from stable/tachidesk-docker/6.2.0/.helmignore rename to stable/stationeers/5.3.0/.helmignore diff --git a/stable/stationeers/5.3.0/CHANGELOG.md b/stable/stationeers/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..44bfaebdd4b --- /dev/null +++ b/stable/stationeers/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [stationeers-5.3.0](https://github.com/truecharts/charts/compare/stationeers-5.2.3...stationeers-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [stationeers-5.2.3](https://github.com/truecharts/charts/compare/stationeers-5.2.2...stationeers-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [stationeers-5.2.2](https://github.com/truecharts/charts/compare/stationeers-5.2.0...stationeers-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [stationeers-4.1.13](https://github.com/truecharts/charts/compare/stationeers-4.1.12...stationeers-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [stationeers-4.1.12](https://github.com/truecharts/charts/compare/stationeers-4.1.11...stationeers-4.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [stationeers-4.1.11](https://github.com/truecharts/charts/compare/stationeers-4.1.10...stationeers-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [stationeers-4.1.10](https://github.com/truecharts/charts/compare/stationeers-4.1.9...stationeers-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [stationeers-4.1.9](https://github.com/truecharts/charts/compare/stationeers-4.1.8...stationeers-4.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [stationeers-4.1.8](https://github.com/truecharts/charts/compare/stationeers-4.1.7...stationeers-4.1.8) (2024-01-09) + +### Chore + + diff --git a/stable/stationeers/5.3.0/Chart.yaml b/stable/stationeers/5.3.0/Chart.yaml new file mode 100644 index 00000000000..a19765e58bc --- /dev/null +++ b/stable/stationeers/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: stationeers +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Stationeers and run it. +home: https://truecharts.org/charts/stable/stationeers +icon: https://truecharts.org/img/hotlink-ok/chart-icons/stationeers.png +keywords: + - stationeers + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: stationeers +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/stationeers + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/stationeers/5.1.3/README.md b/stable/stationeers/5.3.0/README.md similarity index 100% rename from stable/stationeers/5.1.3/README.md rename to stable/stationeers/5.3.0/README.md diff --git a/stable/stationeers/5.3.0/app-changelog.md b/stable/stationeers/5.3.0/app-changelog.md new file mode 100644 index 00000000000..3d2fc2a8c97 --- /dev/null +++ b/stable/stationeers/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [stationeers-5.3.0](https://github.com/truecharts/charts/compare/stationeers-5.2.3...stationeers-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/stationeers/5.1.3/app-readme.md b/stable/stationeers/5.3.0/app-readme.md similarity index 100% rename from stable/stationeers/5.1.3/app-readme.md rename to stable/stationeers/5.3.0/app-readme.md diff --git a/stable/stationeers/5.3.0/charts/common-18.2.0.tgz b/stable/stationeers/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/stationeers/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/stationeers/5.1.3/ix_values.yaml b/stable/stationeers/5.3.0/ix_values.yaml similarity index 100% rename from stable/stationeers/5.1.3/ix_values.yaml rename to stable/stationeers/5.3.0/ix_values.yaml diff --git a/stable/stationeers/5.1.3/questions.yaml b/stable/stationeers/5.3.0/questions.yaml similarity index 100% rename from stable/stationeers/5.1.3/questions.yaml rename to stable/stationeers/5.3.0/questions.yaml diff --git a/stable/stationeers/5.1.3/templates/common.yaml b/stable/stationeers/5.3.0/templates/common.yaml similarity index 100% rename from stable/stationeers/5.1.3/templates/common.yaml rename to stable/stationeers/5.3.0/templates/common.yaml diff --git a/stable/tachidesk-docker/6.2.0/values.yaml b/stable/stationeers/5.3.0/values.yaml similarity index 100% rename from stable/tachidesk-docker/6.2.0/values.yaml rename to stable/stationeers/5.3.0/values.yaml diff --git a/stable/steam-headless/3.2.0/CHANGELOG.md b/stable/steam-headless/3.2.0/CHANGELOG.md deleted file mode 100644 index 57c9ab17657..00000000000 --- a/stable/steam-headless/3.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - -## [steam-headless-2.1.19](https://github.com/truecharts/charts/compare/steam-headless-2.1.18...steam-headless-2.1.19) (2024-02-12) - -### Chore - - - -- update container image josh5/steam-headless to latest[@65190a8](https://github.com/65190a8) by renovate ([#18085](https://github.com/truecharts/charts/issues/18085)) - - -## [steam-headless-2.1.18](https://github.com/truecharts/charts/compare/steam-headless-2.1.17...steam-headless-2.1.18) (2024-02-05) - -### Chore - - - -- update container image josh5/steam-headless to latest[@0364932](https://github.com/0364932) by renovate ([#17876](https://github.com/truecharts/charts/issues/17876)) - - -## [steam-headless-2.1.17](https://github.com/truecharts/charts/compare/steam-headless-2.1.16...steam-headless-2.1.17) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [steam-headless-2.1.16](https://github.com/truecharts/charts/compare/steam-headless-2.1.15...steam-headless-2.1.16) (2024-01-29) - -### Chore - - - -- update container image josh5/steam-headless to latest[@e9b5052](https://github.com/e9b5052) by renovate ([#17638](https://github.com/truecharts/charts/issues/17638)) - - -## [steam-headless-2.1.15](https://github.com/truecharts/charts/compare/steam-headless-2.1.14...steam-headless-2.1.15) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [steam-headless-2.1.14](https://github.com/truecharts/charts/compare/steam-headless-2.1.13...steam-headless-2.1.14) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [steam-headless-2.1.13](https://github.com/truecharts/charts/compare/steam-headless-2.1.12...steam-headless-2.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [steam-headless-2.1.12](https://github.com/truecharts/charts/compare/steam-headless-2.1.11...steam-headless-2.1.12) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/steam-headless/3.2.0/Chart.yaml b/stable/steam-headless/3.2.0/Chart.yaml deleted file mode 100644 index 559d7005fb2..00000000000 --- a/stable/steam-headless/3.2.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A Headless Steam chart. -home: https://truecharts.org/charts/stable/steam-headless -icon: https://truecharts.org/img/hotlink-ok/chart-icons/steam-headless.png -keywords: - - steam-headless - - games -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: steam-headless -sources: - - https://github.com/Steam-Headless/docker-steam-headless - - https://github.com/truecharts/charts/tree/master/charts/stable/steam-headless - - https://hub.docker.com/r/josh5/steam-headless -type: application -version: 3.2.0 diff --git a/stable/steam-headless/3.2.0/charts/common-18.1.2.tgz b/stable/steam-headless/3.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/steam-headless/3.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/steam-headless/3.2.0/ix_values.yaml b/stable/steam-headless/3.2.0/ix_values.yaml deleted file mode 100644 index a1bf8741de1..00000000000 --- a/stable/steam-headless/3.2.0/ix_values.yaml +++ /dev/null @@ -1,61 +0,0 @@ -image: - repository: josh5/steam-headless - tag: latest@sha256:d11bbe4b4053a4e2f4d49f6dc364103473f2e3cb611c1ecb386310673b63ff43 - pullPolicy: IfNotPresent - -securityContext: - container: - privileged: true - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 - -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false - env: - PORT_NOVNC_WEB: "{{ .Values.service.main.ports.main.port }}" - MODE: "primary" - # MODE = secondary - # DISPLAY: :0 - # HOST_DBUS: true - WEB_UI_MODE: "vnc" - ENABLE_VNC_AUDIO: false - # NEKO_NAT1TO1: "" needs to be the ip of the host - ENABLE_SUNSHINE: false - # SUNSHINE_USER: "" - # SUNSHINE_PASS: "" - # USER_PASSWORD: "" - ENABLE_EVDEV_INPUTS: false - -service: - main: - ports: - main: - protocol: http - port: 8083 - -persistence: - home: - enabled: true - mountPath: /home/default - games: - enabled: true - mountPath: /mnt/games - flatpak: - enabled: true - mountPath: /var/lib/flatpak - -portal: - open: - enabled: true diff --git a/stable/tagspaces/3.1.3/.helmignore b/stable/steam-headless/3.3.0/.helmignore similarity index 100% rename from stable/tagspaces/3.1.3/.helmignore rename to stable/steam-headless/3.3.0/.helmignore diff --git a/stable/steam-headless/3.3.0/CHANGELOG.md b/stable/steam-headless/3.3.0/CHANGELOG.md new file mode 100644 index 00000000000..f8ddc672c84 --- /dev/null +++ b/stable/steam-headless/3.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [steam-headless-3.3.0](https://github.com/truecharts/charts/compare/steam-headless-3.2.4...steam-headless-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [steam-headless-3.2.4](https://github.com/truecharts/charts/compare/steam-headless-3.2.3...steam-headless-3.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [steam-headless-3.2.3](https://github.com/truecharts/charts/compare/steam-headless-3.2.1...steam-headless-3.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + +## [steam-headless-2.1.19](https://github.com/truecharts/charts/compare/steam-headless-2.1.18...steam-headless-2.1.19) (2024-02-12) + +### Chore + + + +- update container image josh5/steam-headless to latest[@65190a8](https://github.com/65190a8) by renovate ([#18085](https://github.com/truecharts/charts/issues/18085)) + + +## [steam-headless-2.1.18](https://github.com/truecharts/charts/compare/steam-headless-2.1.17...steam-headless-2.1.18) (2024-02-05) + +### Chore + + + +- update container image josh5/steam-headless to latest[@0364932](https://github.com/0364932) by renovate ([#17876](https://github.com/truecharts/charts/issues/17876)) + + +## [steam-headless-2.1.17](https://github.com/truecharts/charts/compare/steam-headless-2.1.16...steam-headless-2.1.17) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [steam-headless-2.1.16](https://github.com/truecharts/charts/compare/steam-headless-2.1.15...steam-headless-2.1.16) (2024-01-29) + +### Chore + + + +- update container image josh5/steam-headless to latest[@e9b5052](https://github.com/e9b5052) by renovate ([#17638](https://github.com/truecharts/charts/issues/17638)) + + +## [steam-headless-2.1.15](https://github.com/truecharts/charts/compare/steam-headless-2.1.14...steam-headless-2.1.15) (2024-01-26) + +### Chore + diff --git a/stable/steam-headless/3.3.0/Chart.yaml b/stable/steam-headless/3.3.0/Chart.yaml new file mode 100644 index 00000000000..0df774c77a7 --- /dev/null +++ b/stable/steam-headless/3.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Headless Steam chart. +home: https://truecharts.org/charts/stable/steam-headless +icon: https://truecharts.org/img/hotlink-ok/chart-icons/steam-headless.png +keywords: + - steam-headless + - games +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: steam-headless +sources: + - https://github.com/Steam-Headless/docker-steam-headless + - https://github.com/truecharts/charts/tree/master/charts/stable/steam-headless + - https://hub.docker.com/r/josh5/steam-headless +type: application +version: 3.3.0 diff --git a/stable/steam-headless/3.2.0/README.md b/stable/steam-headless/3.3.0/README.md similarity index 100% rename from stable/steam-headless/3.2.0/README.md rename to stable/steam-headless/3.3.0/README.md diff --git a/stable/steam-headless/3.3.0/app-changelog.md b/stable/steam-headless/3.3.0/app-changelog.md new file mode 100644 index 00000000000..ee7252ba4d6 --- /dev/null +++ b/stable/steam-headless/3.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [steam-headless-3.3.0](https://github.com/truecharts/charts/compare/steam-headless-3.2.4...steam-headless-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/steam-headless/3.2.0/app-readme.md b/stable/steam-headless/3.3.0/app-readme.md similarity index 100% rename from stable/steam-headless/3.2.0/app-readme.md rename to stable/steam-headless/3.3.0/app-readme.md diff --git a/stable/steam-headless/3.3.0/charts/common-18.2.0.tgz b/stable/steam-headless/3.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/steam-headless/3.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/steam-headless/3.3.0/ix_values.yaml b/stable/steam-headless/3.3.0/ix_values.yaml new file mode 100644 index 00000000000..d76d8bd6fd9 --- /dev/null +++ b/stable/steam-headless/3.3.0/ix_values.yaml @@ -0,0 +1,61 @@ +image: + repository: josh5/steam-headless + tag: latest@sha256:4a19b1d00148725346e7d26a9e72ab085ff41f7150da1a60dcd032138c624d04 + pullPolicy: IfNotPresent + +securityContext: + container: + privileged: true + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 + +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + env: + PORT_NOVNC_WEB: "{{ .Values.service.main.ports.main.port }}" + MODE: "primary" + # MODE = secondary + # DISPLAY: :0 + # HOST_DBUS: true + WEB_UI_MODE: "vnc" + ENABLE_VNC_AUDIO: false + # NEKO_NAT1TO1: "" needs to be the ip of the host + ENABLE_SUNSHINE: false + # SUNSHINE_USER: "" + # SUNSHINE_PASS: "" + # USER_PASSWORD: "" + ENABLE_EVDEV_INPUTS: false + +service: + main: + ports: + main: + protocol: http + port: 8083 + +persistence: + home: + enabled: true + mountPath: /home/default + games: + enabled: true + mountPath: /mnt/games + flatpak: + enabled: true + mountPath: /var/lib/flatpak + +portal: + open: + enabled: true diff --git a/stable/steam-headless/3.2.0/questions.yaml b/stable/steam-headless/3.3.0/questions.yaml similarity index 100% rename from stable/steam-headless/3.2.0/questions.yaml rename to stable/steam-headless/3.3.0/questions.yaml diff --git a/stable/tautulli/18.1.3/templates/NOTES.txt b/stable/steam-headless/3.3.0/templates/NOTES.txt similarity index 100% rename from stable/tautulli/18.1.3/templates/NOTES.txt rename to stable/steam-headless/3.3.0/templates/NOTES.txt diff --git a/stable/syslog-ng/9.1.3/templates/common.yaml b/stable/steam-headless/3.3.0/templates/common.yaml similarity index 100% rename from stable/syslog-ng/9.1.3/templates/common.yaml rename to stable/steam-headless/3.3.0/templates/common.yaml diff --git a/stable/tagspaces/3.1.3/values.yaml b/stable/steam-headless/3.3.0/values.yaml similarity index 100% rename from stable/tagspaces/3.1.3/values.yaml rename to stable/steam-headless/3.3.0/values.yaml diff --git a/stable/storj-node/9.1.3/CHANGELOG.md b/stable/storj-node/9.1.3/CHANGELOG.md deleted file mode 100644 index 484e6b65f74..00000000000 --- a/stable/storj-node/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [storj-node-8.1.11](https://github.com/truecharts/charts/compare/storj-node-8.1.10...storj-node-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [storj-node-8.1.10](https://github.com/truecharts/charts/compare/storj-node-8.1.9...storj-node-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [storj-node-8.1.9](https://github.com/truecharts/charts/compare/storj-node-8.1.8...storj-node-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [storj-node-8.1.8](https://github.com/truecharts/charts/compare/storj-node-8.1.7...storj-node-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [storj-node-8.1.7](https://github.com/truecharts/charts/compare/storj-node-8.1.6...storj-node-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [storj-node-8.1.6](https://github.com/truecharts/charts/compare/storj-node-8.1.5...storj-node-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [storj-node-8.1.5](https://github.com/truecharts/charts/compare/storj-node-8.1.4...storj-node-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [storj-node-8.1.4](https://github.com/truecharts/charts/compare/storj-node-8.1.3...storj-node-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [storj-node-8.1.3](https://github.com/truecharts/charts/compare/storj-node-8.1.0...storj-node-8.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/storj-node/9.1.3/Chart.yaml b/stable/storj-node/9.1.3/Chart.yaml deleted file mode 100644 index deb6c11126b..00000000000 --- a/stable/storj-node/9.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.71.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Storj is an S3-compatible platform and suite of decentralized applications that allows you to store data in a secure and decentralized manner -home: https://truecharts.org/charts/stable/storj-node -icon: https://truecharts.org/img/hotlink-ok/chart-icons/storj-node.png -keywords: - - storj - - storage -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: storj-node -sources: - - https://docs.storj.io/node/ - - https://github.com/storj/storj - - https://github.com/truecharts/charts/tree/master/charts/stable/storj-node - - https://hub.docker.com/r/storjlabs/storagenode -type: application -version: 9.1.3 diff --git a/stable/storj-node/9.1.3/charts/common-18.0.3.tgz b/stable/storj-node/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/storj-node/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/tailscale/8.2.3/.helmignore b/stable/storj-node/9.3.0/.helmignore similarity index 100% rename from stable/tailscale/8.2.3/.helmignore rename to stable/storj-node/9.3.0/.helmignore diff --git a/stable/storj-node/9.3.0/CHANGELOG.md b/stable/storj-node/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..b3012791090 --- /dev/null +++ b/stable/storj-node/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [storj-node-9.3.0](https://github.com/truecharts/charts/compare/storj-node-9.2.3...storj-node-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [storj-node-9.2.3](https://github.com/truecharts/charts/compare/storj-node-9.2.2...storj-node-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [storj-node-9.2.2](https://github.com/truecharts/charts/compare/storj-node-9.2.0...storj-node-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [storj-node-8.1.11](https://github.com/truecharts/charts/compare/storj-node-8.1.10...storj-node-8.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [storj-node-8.1.10](https://github.com/truecharts/charts/compare/storj-node-8.1.9...storj-node-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [storj-node-8.1.9](https://github.com/truecharts/charts/compare/storj-node-8.1.8...storj-node-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [storj-node-8.1.8](https://github.com/truecharts/charts/compare/storj-node-8.1.7...storj-node-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [storj-node-8.1.7](https://github.com/truecharts/charts/compare/storj-node-8.1.6...storj-node-8.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [storj-node-8.1.6](https://github.com/truecharts/charts/compare/storj-node-8.1.5...storj-node-8.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/storj-node/9.3.0/Chart.yaml b/stable/storj-node/9.3.0/Chart.yaml new file mode 100644 index 00000000000..ec67f673e31 --- /dev/null +++ b/stable/storj-node/9.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.71.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Storj is an S3-compatible platform and suite of decentralized applications that allows you to store data in a secure and decentralized manner +home: https://truecharts.org/charts/stable/storj-node +icon: https://truecharts.org/img/hotlink-ok/chart-icons/storj-node.png +keywords: + - storj + - storage +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: storj-node +sources: + - https://docs.storj.io/node/ + - https://github.com/storj/storj + - https://github.com/truecharts/charts/tree/master/charts/stable/storj-node + - https://hub.docker.com/r/storjlabs/storagenode +type: application +version: 9.3.0 diff --git a/stable/storj-node/9.1.3/README.md b/stable/storj-node/9.3.0/README.md similarity index 100% rename from stable/storj-node/9.1.3/README.md rename to stable/storj-node/9.3.0/README.md diff --git a/stable/storj-node/9.1.3/SKIPINSTALL b/stable/storj-node/9.3.0/SKIPINSTALL similarity index 100% rename from stable/storj-node/9.1.3/SKIPINSTALL rename to stable/storj-node/9.3.0/SKIPINSTALL diff --git a/stable/storj-node/9.3.0/app-changelog.md b/stable/storj-node/9.3.0/app-changelog.md new file mode 100644 index 00000000000..7221fb2d70c --- /dev/null +++ b/stable/storj-node/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [storj-node-9.3.0](https://github.com/truecharts/charts/compare/storj-node-9.2.3...storj-node-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/storj-node/9.1.3/app-readme.md b/stable/storj-node/9.3.0/app-readme.md similarity index 100% rename from stable/storj-node/9.1.3/app-readme.md rename to stable/storj-node/9.3.0/app-readme.md diff --git a/stable/storj-node/9.3.0/charts/common-18.2.0.tgz b/stable/storj-node/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/storj-node/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/storj-node/9.1.3/ix_values.yaml b/stable/storj-node/9.3.0/ix_values.yaml similarity index 100% rename from stable/storj-node/9.1.3/ix_values.yaml rename to stable/storj-node/9.3.0/ix_values.yaml diff --git a/stable/storj-node/9.1.3/questions.yaml b/stable/storj-node/9.3.0/questions.yaml similarity index 100% rename from stable/storj-node/9.1.3/questions.yaml rename to stable/storj-node/9.3.0/questions.yaml diff --git a/stable/tdarr-node/9.1.3/templates/NOTES.txt b/stable/storj-node/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/tdarr-node/9.1.3/templates/NOTES.txt rename to stable/storj-node/9.3.0/templates/NOTES.txt diff --git a/stable/tasmoadmin/8.1.3/templates/common.yaml b/stable/storj-node/9.3.0/templates/common.yaml similarity index 100% rename from stable/tasmoadmin/8.1.3/templates/common.yaml rename to stable/storj-node/9.3.0/templates/common.yaml diff --git a/stable/tailscale/8.2.3/values.yaml b/stable/storj-node/9.3.0/values.yaml similarity index 100% rename from stable/tailscale/8.2.3/values.yaml rename to stable/storj-node/9.3.0/values.yaml diff --git a/stable/storm/5.1.3/CHANGELOG.md b/stable/storm/5.1.3/CHANGELOG.md deleted file mode 100644 index cbed2833efd..00000000000 --- a/stable/storm/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [storm-4.1.11](https://github.com/truecharts/charts/compare/storm-4.1.10...storm-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [storm-4.1.10](https://github.com/truecharts/charts/compare/storm-4.1.9...storm-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [storm-4.1.9](https://github.com/truecharts/charts/compare/storm-4.1.8...storm-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [storm-4.1.8](https://github.com/truecharts/charts/compare/storm-4.1.7...storm-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [storm-4.1.7](https://github.com/truecharts/charts/compare/storm-4.1.6...storm-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [storm-4.1.6](https://github.com/truecharts/charts/compare/storm-4.1.5...storm-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [storm-4.1.5](https://github.com/truecharts/charts/compare/storm-4.1.4...storm-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [storm-4.1.4](https://github.com/truecharts/charts/compare/storm-4.1.3...storm-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [storm-4.1.3](https://github.com/truecharts/charts/compare/storm-4.1.0...storm-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/storm/5.1.3/Chart.yaml b/stable/storm/5.1.3/Chart.yaml deleted file mode 100644 index 8e06bf1e201..00000000000 --- a/stable/storm/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.3.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A Modern Deluge Interface. -home: https://truecharts.org/charts/stable/storm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/storm.png -keywords: - - storm - - Downloaders -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: storm -sources: - - https://github.com/relvacode/storm/pkgs/container/storm - - https://github.com/relvacode/storm - - https://github.com/truecharts/charts/tree/master/charts/stable/storm - - https://ghcr.io/relvacode/storm -type: application -version: 5.1.3 diff --git a/stable/storm/5.1.3/charts/common-18.0.3.tgz b/stable/storm/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/storm/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/tandoor-recipes/16.1.3/.helmignore b/stable/storm/5.3.0/.helmignore similarity index 100% rename from stable/tandoor-recipes/16.1.3/.helmignore rename to stable/storm/5.3.0/.helmignore diff --git a/stable/storm/5.3.0/CHANGELOG.md b/stable/storm/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..17f85cdebfc --- /dev/null +++ b/stable/storm/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [storm-5.3.0](https://github.com/truecharts/charts/compare/storm-5.2.3...storm-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [storm-5.2.3](https://github.com/truecharts/charts/compare/storm-5.2.2...storm-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [storm-5.2.2](https://github.com/truecharts/charts/compare/storm-5.2.0...storm-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [storm-4.1.11](https://github.com/truecharts/charts/compare/storm-4.1.10...storm-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [storm-4.1.10](https://github.com/truecharts/charts/compare/storm-4.1.9...storm-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [storm-4.1.9](https://github.com/truecharts/charts/compare/storm-4.1.8...storm-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [storm-4.1.8](https://github.com/truecharts/charts/compare/storm-4.1.7...storm-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [storm-4.1.7](https://github.com/truecharts/charts/compare/storm-4.1.6...storm-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [storm-4.1.6](https://github.com/truecharts/charts/compare/storm-4.1.5...storm-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/storm/5.3.0/Chart.yaml b/stable/storm/5.3.0/Chart.yaml new file mode 100644 index 00000000000..1336a9e0d79 --- /dev/null +++ b/stable/storm/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.3.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Modern Deluge Interface. +home: https://truecharts.org/charts/stable/storm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/storm.png +keywords: + - storm + - Downloaders +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: storm +sources: + - https://github.com/relvacode/storm/pkgs/container/storm + - https://github.com/relvacode/storm + - https://github.com/truecharts/charts/tree/master/charts/stable/storm + - https://ghcr.io/relvacode/storm +type: application +version: 5.3.0 diff --git a/stable/storm/5.1.3/README.md b/stable/storm/5.3.0/README.md similarity index 100% rename from stable/storm/5.1.3/README.md rename to stable/storm/5.3.0/README.md diff --git a/stable/storm/5.3.0/app-changelog.md b/stable/storm/5.3.0/app-changelog.md new file mode 100644 index 00000000000..7da74894276 --- /dev/null +++ b/stable/storm/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [storm-5.3.0](https://github.com/truecharts/charts/compare/storm-5.2.3...storm-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/storm/5.1.3/app-readme.md b/stable/storm/5.3.0/app-readme.md similarity index 100% rename from stable/storm/5.1.3/app-readme.md rename to stable/storm/5.3.0/app-readme.md diff --git a/stable/storm/5.3.0/charts/common-18.2.0.tgz b/stable/storm/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/storm/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/storm/5.1.3/ix_values.yaml b/stable/storm/5.3.0/ix_values.yaml similarity index 100% rename from stable/storm/5.1.3/ix_values.yaml rename to stable/storm/5.3.0/ix_values.yaml diff --git a/stable/storm/5.1.3/questions.yaml b/stable/storm/5.3.0/questions.yaml similarity index 100% rename from stable/storm/5.1.3/questions.yaml rename to stable/storm/5.3.0/questions.yaml diff --git a/stable/tdarr/9.1.3/templates/NOTES.txt b/stable/storm/5.3.0/templates/NOTES.txt similarity index 100% rename from stable/tdarr/9.1.3/templates/NOTES.txt rename to stable/storm/5.3.0/templates/NOTES.txt diff --git a/stable/storm/5.1.3/templates/common.yaml b/stable/storm/5.3.0/templates/common.yaml similarity index 100% rename from stable/storm/5.1.3/templates/common.yaml rename to stable/storm/5.3.0/templates/common.yaml diff --git a/stable/tandoor-recipes/16.1.3/values.yaml b/stable/storm/5.3.0/values.yaml similarity index 100% rename from stable/tandoor-recipes/16.1.3/values.yaml rename to stable/storm/5.3.0/values.yaml diff --git a/stable/strapi/13.1.3/CHANGELOG.md b/stable/strapi/13.1.3/CHANGELOG.md deleted file mode 100644 index 1bbc696b760..00000000000 --- a/stable/strapi/13.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [strapi-12.1.11](https://github.com/truecharts/charts/compare/strapi-12.1.10...strapi-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [strapi-12.1.10](https://github.com/truecharts/charts/compare/strapi-12.1.9...strapi-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [strapi-12.1.9](https://github.com/truecharts/charts/compare/strapi-12.1.8...strapi-12.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [strapi-12.1.8](https://github.com/truecharts/charts/compare/strapi-12.1.7...strapi-12.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [strapi-12.1.7](https://github.com/truecharts/charts/compare/strapi-12.1.6...strapi-12.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [strapi-12.1.6](https://github.com/truecharts/charts/compare/strapi-12.1.5...strapi-12.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [strapi-12.1.5](https://github.com/truecharts/charts/compare/strapi-12.1.4...strapi-12.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [strapi-12.1.4](https://github.com/truecharts/charts/compare/strapi-12.1.3...strapi-12.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [strapi-12.1.3](https://github.com/truecharts/charts/compare/strapi-12.1.0...strapi-12.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/strapi/13.1.3/Chart.yaml b/stable/strapi/13.1.3/Chart.yaml deleted file mode 100644 index 186db01a93f..00000000000 --- a/stable/strapi/13.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: cms - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.16.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Open-source headless CMS. JavaScript, fully customizable and developer-first. -home: https://truecharts.org/charts/stable/strapi -icon: https://truecharts.org/img/hotlink-ok/chart-icons/strapi.png -keywords: - - strapi - - cms -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: strapi -sources: - - https://truecharts.org/charts/stable/strapi - - https://github.com/naskio/docker-strapi - - https://github.com/truecharts/charts/tree/master/charts/stable/strapi - - https://hub.docker.com/r/naskio/strapi -type: application -version: 13.1.3 diff --git a/stable/strapi/13.1.3/charts/common-18.0.3.tgz b/stable/strapi/13.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/strapi/13.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/strapi/13.1.3/questions.yaml b/stable/strapi/13.1.3/questions.yaml deleted file mode 100755 index 6dce28049e8..00000000000 --- a/stable/strapi/13.1.3/questions.yaml +++ /dev/null @@ -1,3381 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - - admin: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - - path: "/admin" -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: JWT_SECRET - label: Jwt Secret - description: The secret used to sign the JWT for the Users-Permissions plugin. - schema: - type: string - private: true - required: true - default: "" - - variable: ADMIN_JWT_SECRET - label: Admin Jwt Secret - description: The secret used to sign the JWT for the Admin panel. - schema: - type: string - private: true - required: true - default: "" - - variable: APP_KEYS - label: App Keys - description: The secret keys used to sign the session cookies. - schema: - type: string - private: true - required: true - default: "" - - variable: NODE_ENV - label: Node Environment - description: Sets Node's Environment - schema: - type: string - default: production - enum: - - value: production - description: Production - - value: development - description: Development - - variable: PUBLIC_URL - label: Public URL - schema: - type: string - default: "" - - variable: STRAPI_LICENSE - label: Strapi License - description: The license key to activate the Enterprise Edition. - schema: - type: string - default: "" - - variable: STRAPI_DISABLE_UPDATE_NOTIFICATION - label: Strapi Disable Update Notifications - description: Don't show the notification message about updating Strapi. - schema: - type: boolean - default: true - - variable: FAST_REFRESH - label: Fast Refresh - description: enable "Fast Refresh" for near-instant feedback. - schema: - type: boolean - default: false - - variable: EXTRA_ARGS - label: "Extra Args (Leave empty for default)" - description: "Pass extra args to the strapi new" - schema: - type: string - default: "" - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 1337 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/tanoshi/5.1.3/.helmignore b/stable/strapi/13.3.0/.helmignore similarity index 100% rename from stable/tanoshi/5.1.3/.helmignore rename to stable/strapi/13.3.0/.helmignore diff --git a/stable/strapi/13.3.0/CHANGELOG.md b/stable/strapi/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..77162e1b21f --- /dev/null +++ b/stable/strapi/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [strapi-13.3.0](https://github.com/truecharts/charts/compare/strapi-13.2.3...strapi-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [strapi-13.2.3](https://github.com/truecharts/charts/compare/strapi-13.2.2...strapi-13.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [strapi-13.2.2](https://github.com/truecharts/charts/compare/strapi-13.2.0...strapi-13.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [strapi-12.1.11](https://github.com/truecharts/charts/compare/strapi-12.1.10...strapi-12.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [strapi-12.1.10](https://github.com/truecharts/charts/compare/strapi-12.1.9...strapi-12.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [strapi-12.1.9](https://github.com/truecharts/charts/compare/strapi-12.1.8...strapi-12.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [strapi-12.1.8](https://github.com/truecharts/charts/compare/strapi-12.1.7...strapi-12.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [strapi-12.1.7](https://github.com/truecharts/charts/compare/strapi-12.1.6...strapi-12.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [strapi-12.1.6](https://github.com/truecharts/charts/compare/strapi-12.1.5...strapi-12.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/strapi/13.3.0/Chart.yaml b/stable/strapi/13.3.0/Chart.yaml new file mode 100644 index 00000000000..b9ede6176db --- /dev/null +++ b/stable/strapi/13.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: cms + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.16.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Open-source headless CMS. JavaScript, fully customizable and developer-first. +home: https://truecharts.org/charts/stable/strapi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/strapi.png +keywords: + - strapi + - cms +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: strapi +sources: + - https://truecharts.org/charts/stable/strapi + - https://github.com/naskio/docker-strapi + - https://github.com/truecharts/charts/tree/master/charts/stable/strapi + - https://hub.docker.com/r/naskio/strapi +type: application +version: 13.3.0 diff --git a/stable/strapi/13.1.3/README.md b/stable/strapi/13.3.0/README.md similarity index 100% rename from stable/strapi/13.1.3/README.md rename to stable/strapi/13.3.0/README.md diff --git a/stable/strapi/13.3.0/app-changelog.md b/stable/strapi/13.3.0/app-changelog.md new file mode 100644 index 00000000000..4bd7d18c81e --- /dev/null +++ b/stable/strapi/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [strapi-13.3.0](https://github.com/truecharts/charts/compare/strapi-13.2.3...strapi-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/strapi/13.1.3/app-readme.md b/stable/strapi/13.3.0/app-readme.md similarity index 100% rename from stable/strapi/13.1.3/app-readme.md rename to stable/strapi/13.3.0/app-readme.md diff --git a/stable/strapi/13.3.0/charts/common-18.2.0.tgz b/stable/strapi/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/strapi/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/strapi/13.1.3/ix_values.yaml b/stable/strapi/13.3.0/ix_values.yaml similarity index 100% rename from stable/strapi/13.1.3/ix_values.yaml rename to stable/strapi/13.3.0/ix_values.yaml diff --git a/stable/strapi/13.3.0/questions.yaml b/stable/strapi/13.3.0/questions.yaml new file mode 100755 index 00000000000..4b162520db7 --- /dev/null +++ b/stable/strapi/13.3.0/questions.yaml @@ -0,0 +1,3339 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + + admin: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + + path: "/admin" +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: JWT_SECRET + label: Jwt Secret + description: The secret used to sign the JWT for the Users-Permissions plugin. + schema: + type: string + private: true + required: true + default: "" + - variable: ADMIN_JWT_SECRET + label: Admin Jwt Secret + description: The secret used to sign the JWT for the Admin panel. + schema: + type: string + private: true + required: true + default: "" + - variable: APP_KEYS + label: App Keys + description: The secret keys used to sign the session cookies. + schema: + type: string + private: true + required: true + default: "" + - variable: NODE_ENV + label: Node Environment + description: Sets Node's Environment + schema: + type: string + default: production + enum: + - value: production + description: Production + - value: development + description: Development + - variable: PUBLIC_URL + label: Public URL + schema: + type: string + default: "" + - variable: STRAPI_LICENSE + label: Strapi License + description: The license key to activate the Enterprise Edition. + schema: + type: string + default: "" + - variable: STRAPI_DISABLE_UPDATE_NOTIFICATION + label: Strapi Disable Update Notifications + description: Don't show the notification message about updating Strapi. + schema: + type: boolean + default: true + - variable: FAST_REFRESH + label: Fast Refresh + description: enable "Fast Refresh" for near-instant feedback. + schema: + type: boolean + default: false + - variable: EXTRA_ARGS + label: "Extra Args (Leave empty for default)" + description: "Pass extra args to the strapi new" + schema: + type: string + default: "" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 1337 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: data + label: "App Data Storage" + description: "Stores the Application Data." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/teedy/15.1.3/templates/NOTES.txt b/stable/strapi/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/teedy/15.1.3/templates/NOTES.txt rename to stable/strapi/13.3.0/templates/NOTES.txt diff --git a/stable/tasmobackup/6.1.3/templates/common.yaml b/stable/strapi/13.3.0/templates/common.yaml similarity index 100% rename from stable/tasmobackup/6.1.3/templates/common.yaml rename to stable/strapi/13.3.0/templates/common.yaml diff --git a/stable/tanoshi/5.1.3/values.yaml b/stable/strapi/13.3.0/values.yaml similarity index 100% rename from stable/tanoshi/5.1.3/values.yaml rename to stable/strapi/13.3.0/values.yaml diff --git a/stable/stun-turn-server/6.1.3/CHANGELOG.md b/stable/stun-turn-server/6.1.3/CHANGELOG.md deleted file mode 100644 index 0be9b1b5be4..00000000000 --- a/stable/stun-turn-server/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [stun-turn-server-5.1.14](https://github.com/truecharts/charts/compare/stun-turn-server-5.1.13...stun-turn-server-5.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [stun-turn-server-5.1.13](https://github.com/truecharts/charts/compare/stun-turn-server-5.1.12...stun-turn-server-5.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [stun-turn-server-5.1.12](https://github.com/truecharts/charts/compare/stun-turn-server-5.1.11...stun-turn-server-5.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [stun-turn-server-5.1.11](https://github.com/truecharts/charts/compare/stun-turn-server-5.1.10...stun-turn-server-5.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [stun-turn-server-5.1.10](https://github.com/truecharts/charts/compare/stun-turn-server-5.1.9...stun-turn-server-5.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [stun-turn-server-5.1.9](https://github.com/truecharts/charts/compare/stun-turn-server-5.1.8...stun-turn-server-5.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [stun-turn-server-5.1.8](https://github.com/truecharts/charts/compare/stun-turn-server-5.1.7...stun-turn-server-5.1.8) (2024-01-03) - -### Chore - - - -- update container image ich777/stun-turn-server to latest[@fe6e439](https://github.com/fe6e439) by renovate ([#16781](https://github.com/truecharts/charts/issues/16781)) - - -## [stun-turn-server-5.1.7](https://github.com/truecharts/charts/compare/stun-turn-server-5.1.6...stun-turn-server-5.1.7) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [stun-turn-server-5.1.6](https://github.com/truecharts/charts/compare/stun-turn-server-5.1.4...stun-turn-server-5.1.6) (2024-01-02) - -### Chore - - - -- fix some refs ([#16749](https://github.com/truecharts/charts/issues/16749)) - diff --git a/stable/stun-turn-server/6.1.3/Chart.yaml b/stable/stun-turn-server/6.1.3/Chart.yaml deleted file mode 100644 index 2c4152ddc53..00000000000 --- a/stable/stun-turn-server/6.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This is a Basic STUN & TURN server that was mainly created for Nextcloud Talk. -home: https://truecharts.org/charts/stable/stun-turn-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/stun-turn-server.png -keywords: - - stun-turn-server - - Network -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: stun-turn-server -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/stun-turn-server - - https://hub.docker.com/r/ich777/stun-turn-server -type: application -version: 6.1.3 diff --git a/stable/stun-turn-server/6.1.3/charts/common-18.0.3.tgz b/stable/stun-turn-server/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/stun-turn-server/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/tar1090/5.2.1/.helmignore b/stable/stun-turn-server/6.3.0/.helmignore similarity index 100% rename from stable/tar1090/5.2.1/.helmignore rename to stable/stun-turn-server/6.3.0/.helmignore diff --git a/stable/stun-turn-server/6.3.0/CHANGELOG.md b/stable/stun-turn-server/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..d9a24028902 --- /dev/null +++ b/stable/stun-turn-server/6.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [stun-turn-server-6.3.0](https://github.com/truecharts/charts/compare/stun-turn-server-6.2.3...stun-turn-server-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [stun-turn-server-6.2.3](https://github.com/truecharts/charts/compare/stun-turn-server-6.2.2...stun-turn-server-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [stun-turn-server-6.2.2](https://github.com/truecharts/charts/compare/stun-turn-server-6.2.0...stun-turn-server-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [stun-turn-server-5.1.14](https://github.com/truecharts/charts/compare/stun-turn-server-5.1.13...stun-turn-server-5.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [stun-turn-server-5.1.13](https://github.com/truecharts/charts/compare/stun-turn-server-5.1.12...stun-turn-server-5.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [stun-turn-server-5.1.12](https://github.com/truecharts/charts/compare/stun-turn-server-5.1.11...stun-turn-server-5.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [stun-turn-server-5.1.11](https://github.com/truecharts/charts/compare/stun-turn-server-5.1.10...stun-turn-server-5.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [stun-turn-server-5.1.10](https://github.com/truecharts/charts/compare/stun-turn-server-5.1.9...stun-turn-server-5.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [stun-turn-server-5.1.9](https://github.com/truecharts/charts/compare/stun-turn-server-5.1.8...stun-turn-server-5.1.9) (2024-01-09) + +### Chore + + diff --git a/stable/stun-turn-server/6.3.0/Chart.yaml b/stable/stun-turn-server/6.3.0/Chart.yaml new file mode 100644 index 00000000000..100bf4b8977 --- /dev/null +++ b/stable/stun-turn-server/6.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is a Basic STUN & TURN server that was mainly created for Nextcloud Talk. +home: https://truecharts.org/charts/stable/stun-turn-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/stun-turn-server.png +keywords: + - stun-turn-server + - Network +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: stun-turn-server +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/stun-turn-server + - https://hub.docker.com/r/ich777/stun-turn-server +type: application +version: 6.3.0 diff --git a/stable/stun-turn-server/6.1.3/README.md b/stable/stun-turn-server/6.3.0/README.md similarity index 100% rename from stable/stun-turn-server/6.1.3/README.md rename to stable/stun-turn-server/6.3.0/README.md diff --git a/stable/stun-turn-server/6.3.0/app-changelog.md b/stable/stun-turn-server/6.3.0/app-changelog.md new file mode 100644 index 00000000000..4b5eec2e243 --- /dev/null +++ b/stable/stun-turn-server/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [stun-turn-server-6.3.0](https://github.com/truecharts/charts/compare/stun-turn-server-6.2.3...stun-turn-server-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/stun-turn-server/6.1.3/app-readme.md b/stable/stun-turn-server/6.3.0/app-readme.md similarity index 100% rename from stable/stun-turn-server/6.1.3/app-readme.md rename to stable/stun-turn-server/6.3.0/app-readme.md diff --git a/stable/stun-turn-server/6.3.0/charts/common-18.2.0.tgz b/stable/stun-turn-server/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/stun-turn-server/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/stun-turn-server/6.1.3/ix_values.yaml b/stable/stun-turn-server/6.3.0/ix_values.yaml similarity index 100% rename from stable/stun-turn-server/6.1.3/ix_values.yaml rename to stable/stun-turn-server/6.3.0/ix_values.yaml diff --git a/stable/stun-turn-server/6.1.3/questions.yaml b/stable/stun-turn-server/6.3.0/questions.yaml similarity index 100% rename from stable/stun-turn-server/6.1.3/questions.yaml rename to stable/stun-turn-server/6.3.0/questions.yaml diff --git a/stable/thelounge/13.1.3/templates/NOTES.txt b/stable/stun-turn-server/6.3.0/templates/NOTES.txt similarity index 100% rename from stable/thelounge/13.1.3/templates/NOTES.txt rename to stable/stun-turn-server/6.3.0/templates/NOTES.txt diff --git a/stable/tasmocompiler/6.2.0/templates/common.yaml b/stable/stun-turn-server/6.3.0/templates/common.yaml similarity index 100% rename from stable/tasmocompiler/6.2.0/templates/common.yaml rename to stable/stun-turn-server/6.3.0/templates/common.yaml diff --git a/stable/tar1090/5.2.1/values.yaml b/stable/stun-turn-server/6.3.0/values.yaml similarity index 100% rename from stable/tar1090/5.2.1/values.yaml rename to stable/stun-turn-server/6.3.0/values.yaml diff --git a/stable/suistartpage/5.1.3/CHANGELOG.md b/stable/suistartpage/5.1.3/CHANGELOG.md deleted file mode 100644 index d6e45114ebe..00000000000 --- a/stable/suistartpage/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [suistartpage-4.1.11](https://github.com/truecharts/charts/compare/suistartpage-4.1.10...suistartpage-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [suistartpage-4.1.10](https://github.com/truecharts/charts/compare/suistartpage-4.1.9...suistartpage-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [suistartpage-4.1.9](https://github.com/truecharts/charts/compare/suistartpage-4.1.8...suistartpage-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [suistartpage-4.1.8](https://github.com/truecharts/charts/compare/suistartpage-4.1.7...suistartpage-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [suistartpage-4.1.7](https://github.com/truecharts/charts/compare/suistartpage-4.1.6...suistartpage-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [suistartpage-4.1.6](https://github.com/truecharts/charts/compare/suistartpage-4.1.5...suistartpage-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [suistartpage-4.1.5](https://github.com/truecharts/charts/compare/suistartpage-4.1.4...suistartpage-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [suistartpage-4.1.4](https://github.com/truecharts/charts/compare/suistartpage-4.1.3...suistartpage-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [suistartpage-4.1.3](https://github.com/truecharts/charts/compare/suistartpage-4.1.0...suistartpage-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/suistartpage/5.1.3/Chart.yaml b/stable/suistartpage/5.1.3/Chart.yaml deleted file mode 100644 index 1afda1397c2..00000000000 --- a/stable/suistartpage/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: SUI Startpage is a simple and clean server start page or homepage that you can quickly and easily setup to access your server resources and quick booksmarks and also lets you search on various provider sites via a search bar at the top as well. -home: https://truecharts.org/charts/stable/suistartpage -icon: https://truecharts.org/img/hotlink-ok/chart-icons/suistartpage.png -keywords: - - suistartpage - - Tools-Utilities - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: suistartpage -sources: - - https://github.com/CorneliousJD/SUI-Startpage - - https://github.com/truecharts/charts/tree/master/charts/stable/suistartpage - - https://hub.docker.com/r/corneliousjd/sui-startpage -type: application -version: 5.1.3 diff --git a/stable/suistartpage/5.1.3/charts/common-18.0.3.tgz b/stable/suistartpage/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/suistartpage/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/tasmoadmin/8.1.3/.helmignore b/stable/suistartpage/5.3.0/.helmignore similarity index 100% rename from stable/tasmoadmin/8.1.3/.helmignore rename to stable/suistartpage/5.3.0/.helmignore diff --git a/stable/suistartpage/5.3.0/CHANGELOG.md b/stable/suistartpage/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..7c7673f3fc4 --- /dev/null +++ b/stable/suistartpage/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [suistartpage-5.3.0](https://github.com/truecharts/charts/compare/suistartpage-5.2.3...suistartpage-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [suistartpage-5.2.3](https://github.com/truecharts/charts/compare/suistartpage-5.2.2...suistartpage-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [suistartpage-5.2.2](https://github.com/truecharts/charts/compare/suistartpage-5.2.0...suistartpage-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [suistartpage-4.1.11](https://github.com/truecharts/charts/compare/suistartpage-4.1.10...suistartpage-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [suistartpage-4.1.10](https://github.com/truecharts/charts/compare/suistartpage-4.1.9...suistartpage-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [suistartpage-4.1.9](https://github.com/truecharts/charts/compare/suistartpage-4.1.8...suistartpage-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [suistartpage-4.1.8](https://github.com/truecharts/charts/compare/suistartpage-4.1.7...suistartpage-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [suistartpage-4.1.7](https://github.com/truecharts/charts/compare/suistartpage-4.1.6...suistartpage-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [suistartpage-4.1.6](https://github.com/truecharts/charts/compare/suistartpage-4.1.5...suistartpage-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/suistartpage/5.3.0/Chart.yaml b/stable/suistartpage/5.3.0/Chart.yaml new file mode 100644 index 00000000000..f1ca3a167b1 --- /dev/null +++ b/stable/suistartpage/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: SUI Startpage is a simple and clean server start page or homepage that you can quickly and easily setup to access your server resources and quick booksmarks and also lets you search on various provider sites via a search bar at the top as well. +home: https://truecharts.org/charts/stable/suistartpage +icon: https://truecharts.org/img/hotlink-ok/chart-icons/suistartpage.png +keywords: + - suistartpage + - Tools-Utilities + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: suistartpage +sources: + - https://github.com/CorneliousJD/SUI-Startpage + - https://github.com/truecharts/charts/tree/master/charts/stable/suistartpage + - https://hub.docker.com/r/corneliousjd/sui-startpage +type: application +version: 5.3.0 diff --git a/stable/suistartpage/5.1.3/README.md b/stable/suistartpage/5.3.0/README.md similarity index 100% rename from stable/suistartpage/5.1.3/README.md rename to stable/suistartpage/5.3.0/README.md diff --git a/stable/suistartpage/5.3.0/app-changelog.md b/stable/suistartpage/5.3.0/app-changelog.md new file mode 100644 index 00000000000..55fab1febcd --- /dev/null +++ b/stable/suistartpage/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [suistartpage-5.3.0](https://github.com/truecharts/charts/compare/suistartpage-5.2.3...suistartpage-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/suistartpage/5.1.3/app-readme.md b/stable/suistartpage/5.3.0/app-readme.md similarity index 100% rename from stable/suistartpage/5.1.3/app-readme.md rename to stable/suistartpage/5.3.0/app-readme.md diff --git a/stable/suistartpage/5.3.0/charts/common-18.2.0.tgz b/stable/suistartpage/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/suistartpage/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/suistartpage/5.1.3/ix_values.yaml b/stable/suistartpage/5.3.0/ix_values.yaml similarity index 100% rename from stable/suistartpage/5.1.3/ix_values.yaml rename to stable/suistartpage/5.3.0/ix_values.yaml diff --git a/stable/suistartpage/5.1.3/questions.yaml b/stable/suistartpage/5.3.0/questions.yaml similarity index 100% rename from stable/suistartpage/5.1.3/questions.yaml rename to stable/suistartpage/5.3.0/questions.yaml diff --git a/stable/suistartpage/5.1.3/templates/common.yaml b/stable/suistartpage/5.3.0/templates/common.yaml similarity index 100% rename from stable/suistartpage/5.1.3/templates/common.yaml rename to stable/suistartpage/5.3.0/templates/common.yaml diff --git a/stable/tasmoadmin/8.1.3/values.yaml b/stable/suistartpage/5.3.0/values.yaml similarity index 100% rename from stable/tasmoadmin/8.1.3/values.yaml rename to stable/suistartpage/5.3.0/values.yaml diff --git a/stable/survivethenights/5.1.3/CHANGELOG.md b/stable/survivethenights/5.1.3/CHANGELOG.md deleted file mode 100644 index 9fe9e425a2a..00000000000 --- a/stable/survivethenights/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [survivethenights-4.1.11](https://github.com/truecharts/charts/compare/survivethenights-4.1.10...survivethenights-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [survivethenights-4.1.10](https://github.com/truecharts/charts/compare/survivethenights-4.1.9...survivethenights-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [survivethenights-4.1.9](https://github.com/truecharts/charts/compare/survivethenights-4.1.8...survivethenights-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [survivethenights-4.1.8](https://github.com/truecharts/charts/compare/survivethenights-4.1.7...survivethenights-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [survivethenights-4.1.7](https://github.com/truecharts/charts/compare/survivethenights-4.1.6...survivethenights-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [survivethenights-4.1.6](https://github.com/truecharts/charts/compare/survivethenights-4.1.5...survivethenights-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [survivethenights-4.1.5](https://github.com/truecharts/charts/compare/survivethenights-4.1.4...survivethenights-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [survivethenights-4.1.4](https://github.com/truecharts/charts/compare/survivethenights-4.1.3...survivethenights-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [survivethenights-4.1.3](https://github.com/truecharts/charts/compare/survivethenights-4.1.0...survivethenights-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/survivethenights/5.1.3/Chart.yaml b/stable/survivethenights/5.1.3/Chart.yaml deleted file mode 100644 index 70a662f8d4e..00000000000 --- a/stable/survivethenights/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: stn -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Survive The Nights and run it. -home: https://truecharts.org/charts/stable/survivethenights -icon: https://truecharts.org/img/hotlink-ok/chart-icons/survivethenights.png -keywords: - - survivethenights - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: survivethenights -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/survivethenights - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/survivethenights/5.1.3/charts/common-18.0.3.tgz b/stable/survivethenights/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/survivethenights/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/tasmobackup/6.1.3/.helmignore b/stable/survivethenights/5.3.0/.helmignore similarity index 100% rename from stable/tasmobackup/6.1.3/.helmignore rename to stable/survivethenights/5.3.0/.helmignore diff --git a/stable/survivethenights/5.3.0/CHANGELOG.md b/stable/survivethenights/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..c87889621f7 --- /dev/null +++ b/stable/survivethenights/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [survivethenights-5.3.0](https://github.com/truecharts/charts/compare/survivethenights-5.2.3...survivethenights-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [survivethenights-5.2.3](https://github.com/truecharts/charts/compare/survivethenights-5.2.2...survivethenights-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [survivethenights-5.2.2](https://github.com/truecharts/charts/compare/survivethenights-5.2.0...survivethenights-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [survivethenights-4.1.11](https://github.com/truecharts/charts/compare/survivethenights-4.1.10...survivethenights-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [survivethenights-4.1.10](https://github.com/truecharts/charts/compare/survivethenights-4.1.9...survivethenights-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [survivethenights-4.1.9](https://github.com/truecharts/charts/compare/survivethenights-4.1.8...survivethenights-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [survivethenights-4.1.8](https://github.com/truecharts/charts/compare/survivethenights-4.1.7...survivethenights-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [survivethenights-4.1.7](https://github.com/truecharts/charts/compare/survivethenights-4.1.6...survivethenights-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [survivethenights-4.1.6](https://github.com/truecharts/charts/compare/survivethenights-4.1.5...survivethenights-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/survivethenights/5.3.0/Chart.yaml b/stable/survivethenights/5.3.0/Chart.yaml new file mode 100644 index 00000000000..22d9ef209c9 --- /dev/null +++ b/stable/survivethenights/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: stn +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Survive The Nights and run it. +home: https://truecharts.org/charts/stable/survivethenights +icon: https://truecharts.org/img/hotlink-ok/chart-icons/survivethenights.png +keywords: + - survivethenights + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: survivethenights +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/survivethenights + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/survivethenights/5.1.3/README.md b/stable/survivethenights/5.3.0/README.md similarity index 100% rename from stable/survivethenights/5.1.3/README.md rename to stable/survivethenights/5.3.0/README.md diff --git a/stable/survivethenights/5.3.0/app-changelog.md b/stable/survivethenights/5.3.0/app-changelog.md new file mode 100644 index 00000000000..6026b5fd198 --- /dev/null +++ b/stable/survivethenights/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [survivethenights-5.3.0](https://github.com/truecharts/charts/compare/survivethenights-5.2.3...survivethenights-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/survivethenights/5.1.3/app-readme.md b/stable/survivethenights/5.3.0/app-readme.md similarity index 100% rename from stable/survivethenights/5.1.3/app-readme.md rename to stable/survivethenights/5.3.0/app-readme.md diff --git a/stable/survivethenights/5.3.0/charts/common-18.2.0.tgz b/stable/survivethenights/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/survivethenights/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/survivethenights/5.1.3/ix_values.yaml b/stable/survivethenights/5.3.0/ix_values.yaml similarity index 100% rename from stable/survivethenights/5.1.3/ix_values.yaml rename to stable/survivethenights/5.3.0/ix_values.yaml diff --git a/stable/survivethenights/5.1.3/questions.yaml b/stable/survivethenights/5.3.0/questions.yaml similarity index 100% rename from stable/survivethenights/5.1.3/questions.yaml rename to stable/survivethenights/5.3.0/questions.yaml diff --git a/stable/survivethenights/5.1.3/templates/common.yaml b/stable/survivethenights/5.3.0/templates/common.yaml similarity index 100% rename from stable/survivethenights/5.1.3/templates/common.yaml rename to stable/survivethenights/5.3.0/templates/common.yaml diff --git a/stable/tasmobackup/6.1.3/values.yaml b/stable/survivethenights/5.3.0/values.yaml similarity index 100% rename from stable/tasmobackup/6.1.3/values.yaml rename to stable/survivethenights/5.3.0/values.yaml diff --git a/stable/synclounge/9.2.1/CHANGELOG.md b/stable/synclounge/9.2.1/CHANGELOG.md deleted file mode 100644 index 91b7c3cc038..00000000000 --- a/stable/synclounge/9.2.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - -## [synclounge-8.1.19](https://github.com/truecharts/charts/compare/synclounge-8.1.18...synclounge-8.1.19) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/synclounge to v5.2.25[@9a97575](https://github.com/9a97575) by renovate ([#18136](https://github.com/truecharts/charts/issues/18136)) - - -## [synclounge-8.1.18](https://github.com/truecharts/charts/compare/synclounge-8.1.17...synclounge-8.1.18) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/synclounge to v[@eb3c066](https://github.com/eb3c066) by renovate ([#18078](https://github.com/truecharts/charts/issues/18078)) - - -## [synclounge-8.1.17](https://github.com/truecharts/charts/compare/synclounge-8.1.16...synclounge-8.1.17) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/synclounge to 5.2.24[@0bb6697](https://github.com/0bb6697) by renovate ([#17867](https://github.com/truecharts/charts/issues/17867)) - - -## [synclounge-8.1.16](https://github.com/truecharts/charts/compare/synclounge-8.1.15...synclounge-8.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [synclounge-8.1.15](https://github.com/truecharts/charts/compare/synclounge-8.1.14...synclounge-8.1.15) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/synclounge to 5.2.24[@9758e04](https://github.com/9758e04) by renovate ([#17625](https://github.com/truecharts/charts/issues/17625)) - - -## [synclounge-8.1.14](https://github.com/truecharts/charts/compare/synclounge-8.1.13...synclounge-8.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [synclounge-8.1.13](https://github.com/truecharts/charts/compare/synclounge-8.1.12...synclounge-8.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [synclounge-8.1.12](https://github.com/truecharts/charts/compare/synclounge-8.1.11...synclounge-8.1.12) (2024-01-21) - -### Chore - - diff --git a/stable/synclounge/9.2.1/Chart.yaml b/stable/synclounge/9.2.1/Chart.yaml deleted file mode 100644 index a3477fb547f..00000000000 --- a/stable/synclounge/9.2.1/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.2.25 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Synclounge is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are. -home: https://truecharts.org/charts/stable/synclounge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/synclounge.png -keywords: - - synclounge -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: synclounge -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/synclounge - - https://ghcr.io/linuxserver/synclounge -type: application -version: 9.2.1 diff --git a/stable/synclounge/9.2.1/charts/common-18.1.2.tgz b/stable/synclounge/9.2.1/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/synclounge/9.2.1/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/synclounge/9.2.1/ix_values.yaml b/stable/synclounge/9.2.1/ix_values.yaml deleted file mode 100644 index 0d5c627fb7b..00000000000 --- a/stable/synclounge/9.2.1/ix_values.yaml +++ /dev/null @@ -1,29 +0,0 @@ -image: - repository: ghcr.io/linuxserver/synclounge - pullPolicy: IfNotPresent - tag: 5.2.25@sha256:740d2349892872f682837d66177ec32d8635d4a249a6bf784c9047910bd82b44 -service: - main: - ports: - main: - targetPort: 8088 - port: 8088 -persistence: - varrun: - enabled: true -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - env: - AUTH_LIST: "" diff --git a/stable/tasmocompiler/6.2.0/.helmignore b/stable/synclounge/9.3.0/.helmignore similarity index 100% rename from stable/tasmocompiler/6.2.0/.helmignore rename to stable/synclounge/9.3.0/.helmignore diff --git a/stable/synclounge/9.3.0/CHANGELOG.md b/stable/synclounge/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..dd480e3c0f6 --- /dev/null +++ b/stable/synclounge/9.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [synclounge-9.3.0](https://github.com/truecharts/charts/compare/synclounge-9.2.5...synclounge-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [synclounge-9.2.5](https://github.com/truecharts/charts/compare/synclounge-9.2.4...synclounge-9.2.5) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [synclounge-9.2.4](https://github.com/truecharts/charts/compare/synclounge-9.2.2...synclounge-9.2.4) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + +## [synclounge-8.1.19](https://github.com/truecharts/charts/compare/synclounge-8.1.18...synclounge-8.1.19) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/synclounge to v5.2.25[@9a97575](https://github.com/9a97575) by renovate ([#18136](https://github.com/truecharts/charts/issues/18136)) + + +## [synclounge-8.1.18](https://github.com/truecharts/charts/compare/synclounge-8.1.17...synclounge-8.1.18) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/synclounge to v[@eb3c066](https://github.com/eb3c066) by renovate ([#18078](https://github.com/truecharts/charts/issues/18078)) + + +## [synclounge-8.1.17](https://github.com/truecharts/charts/compare/synclounge-8.1.16...synclounge-8.1.17) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/synclounge to 5.2.24[@0bb6697](https://github.com/0bb6697) by renovate ([#17867](https://github.com/truecharts/charts/issues/17867)) + + +## [synclounge-8.1.16](https://github.com/truecharts/charts/compare/synclounge-8.1.15...synclounge-8.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [synclounge-8.1.15](https://github.com/truecharts/charts/compare/synclounge-8.1.14...synclounge-8.1.15) (2024-01-29) + +### Chore \ No newline at end of file diff --git a/stable/synclounge/9.3.0/Chart.yaml b/stable/synclounge/9.3.0/Chart.yaml new file mode 100644 index 00000000000..d73e476be69 --- /dev/null +++ b/stable/synclounge/9.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.2.26 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Synclounge is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are. +home: https://truecharts.org/charts/stable/synclounge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/synclounge.png +keywords: + - synclounge +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: synclounge +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/synclounge + - https://ghcr.io/linuxserver/synclounge +type: application +version: 9.3.0 diff --git a/stable/synclounge/9.2.1/README.md b/stable/synclounge/9.3.0/README.md similarity index 100% rename from stable/synclounge/9.2.1/README.md rename to stable/synclounge/9.3.0/README.md diff --git a/stable/synclounge/9.3.0/app-changelog.md b/stable/synclounge/9.3.0/app-changelog.md new file mode 100644 index 00000000000..90a6fa098d4 --- /dev/null +++ b/stable/synclounge/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [synclounge-9.3.0](https://github.com/truecharts/charts/compare/synclounge-9.2.5...synclounge-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/synclounge/9.2.1/app-readme.md b/stable/synclounge/9.3.0/app-readme.md similarity index 100% rename from stable/synclounge/9.2.1/app-readme.md rename to stable/synclounge/9.3.0/app-readme.md diff --git a/stable/synclounge/9.3.0/charts/common-18.2.0.tgz b/stable/synclounge/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/synclounge/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/synclounge/9.3.0/ix_values.yaml b/stable/synclounge/9.3.0/ix_values.yaml new file mode 100644 index 00000000000..ee67ba90c5e --- /dev/null +++ b/stable/synclounge/9.3.0/ix_values.yaml @@ -0,0 +1,29 @@ +image: + repository: ghcr.io/linuxserver/synclounge + pullPolicy: IfNotPresent + tag: 5.2.26@sha256:f1f640638c083afbc207699ecd23d2e65137d6362ddd837f801b1738eb4dd6b2 +service: + main: + ports: + main: + targetPort: 8088 + port: 8088 +persistence: + varrun: + enabled: true +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + env: + AUTH_LIST: "" diff --git a/stable/synclounge/9.2.1/questions.yaml b/stable/synclounge/9.3.0/questions.yaml similarity index 100% rename from stable/synclounge/9.2.1/questions.yaml rename to stable/synclounge/9.3.0/questions.yaml diff --git a/stable/theme-park/9.2.1/templates/NOTES.txt b/stable/synclounge/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/theme-park/9.2.1/templates/NOTES.txt rename to stable/synclounge/9.3.0/templates/NOTES.txt diff --git a/stable/tauticord/3.2.0/templates/common.yaml b/stable/synclounge/9.3.0/templates/common.yaml similarity index 100% rename from stable/tauticord/3.2.0/templates/common.yaml rename to stable/synclounge/9.3.0/templates/common.yaml diff --git a/stable/tasmocompiler/6.2.0/values.yaml b/stable/synclounge/9.3.0/values.yaml similarity index 100% rename from stable/tasmocompiler/6.2.0/values.yaml rename to stable/synclounge/9.3.0/values.yaml diff --git a/stable/syncthing/18.2.0/CHANGELOG.md b/stable/syncthing/18.2.0/CHANGELOG.md deleted file mode 100644 index 6fc6472cf0d..00000000000 --- a/stable/syncthing/18.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [syncthing-17.1.13](https://github.com/truecharts/charts/compare/syncthing-17.1.12...syncthing-17.1.13) (2024-02-12) - -### Chore - - - -- update container image syncthing/syncthing to v1.27.3[@d5efcb0](https://github.com/d5efcb0) by renovate ([#18148](https://github.com/truecharts/charts/issues/18148)) - - -## [syncthing-17.1.12](https://github.com/truecharts/charts/compare/syncthing-17.1.11...syncthing-17.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [syncthing-17.1.11](https://github.com/truecharts/charts/compare/syncthing-17.1.10...syncthing-17.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [syncthing-17.1.10](https://github.com/truecharts/charts/compare/syncthing-17.1.9...syncthing-17.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [syncthing-17.1.9](https://github.com/truecharts/charts/compare/syncthing-17.1.8...syncthing-17.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [syncthing-17.1.8](https://github.com/truecharts/charts/compare/syncthing-17.1.7...syncthing-17.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [syncthing-17.1.7](https://github.com/truecharts/charts/compare/syncthing-17.1.6...syncthing-17.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [syncthing-17.1.6](https://github.com/truecharts/charts/compare/syncthing-17.1.5...syncthing-17.1.6) (2024-01-03) - -### Chore - - - -- update container image syncthing/syncthing to v1.27.2[@72d4569](https://github.com/72d4569) by renovate ([#16727](https://github.com/truecharts/charts/issues/16727)) - - -## [syncthing-17.1.5](https://github.com/truecharts/charts/compare/syncthing-17.1.4...syncthing-17.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs diff --git a/stable/syncthing/18.2.0/Chart.yaml b/stable/syncthing/18.2.0/Chart.yaml deleted file mode 100644 index 52ab6f6b542..00000000000 --- a/stable/syncthing/18.2.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.27.3 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: P2P file synchronization application -home: https://truecharts.org/charts/stable/syncthing -icon: https://truecharts.org/img/hotlink-ok/chart-icons/syncthing.png -keywords: - - syncthing -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: syncthing -sources: - - https://syncthing.net/ - - https://github.com/syncthing/syncthing - - https://github.com/truecharts/charts/tree/master/charts/stable/syncthing - - https://hub.docker.com/r/syncthing/syncthing -type: application -version: 18.2.0 diff --git a/stable/syncthing/18.2.0/charts/common-18.1.2.tgz b/stable/syncthing/18.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/syncthing/18.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/syncthing/18.2.0/ix_values.yaml b/stable/syncthing/18.2.0/ix_values.yaml deleted file mode 100644 index a96abed9ed2..00000000000 --- a/stable/syncthing/18.2.0/ix_values.yaml +++ /dev/null @@ -1,52 +0,0 @@ -image: - repository: syncthing/syncthing - pullPolicy: IfNotPresent - tag: 1.27.3@sha256:d5efcb04179e1dfec229f335603c3acc1965159d7e7d6f55687a845ab758e2d6 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - path: /rest/noauth/health - readiness: - path: /rest/noauth/health - startup: - path: /rest/noauth/health -service: - main: - ports: - main: - port: 8384 - targetPort: 8384 - listeners: - enabled: true - ports: - tcp: - enabled: true - port: 22000 - targetPort: 22000 - listeners-udp: - enabled: true - ports: - udp: - enabled: true - port: 22000 - targetPort: 22000 - protocol: udp - discovery: - enabled: true - ports: - discovery: - enabled: true - port: 21027 - targetPort: 21027 - protocol: udp -persistence: - config: - enabled: true - mountPath: "/var/syncthing" -portal: - open: - enabled: true diff --git a/stable/tauticord/3.2.0/.helmignore b/stable/syncthing/18.3.0/.helmignore similarity index 100% rename from stable/tauticord/3.2.0/.helmignore rename to stable/syncthing/18.3.0/.helmignore diff --git a/stable/syncthing/18.3.0/CHANGELOG.md b/stable/syncthing/18.3.0/CHANGELOG.md new file mode 100644 index 00000000000..d696fedd697 --- /dev/null +++ b/stable/syncthing/18.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [syncthing-18.3.0](https://github.com/truecharts/charts/compare/syncthing-18.2.4...syncthing-18.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [syncthing-18.2.4](https://github.com/truecharts/charts/compare/syncthing-18.2.3...syncthing-18.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [syncthing-18.2.3](https://github.com/truecharts/charts/compare/syncthing-18.2.1...syncthing-18.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [syncthing-17.1.13](https://github.com/truecharts/charts/compare/syncthing-17.1.12...syncthing-17.1.13) (2024-02-12) + +### Chore + + + +- update container image syncthing/syncthing to v1.27.3[@d5efcb0](https://github.com/d5efcb0) by renovate ([#18148](https://github.com/truecharts/charts/issues/18148)) + + +## [syncthing-17.1.12](https://github.com/truecharts/charts/compare/syncthing-17.1.11...syncthing-17.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [syncthing-17.1.11](https://github.com/truecharts/charts/compare/syncthing-17.1.10...syncthing-17.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [syncthing-17.1.10](https://github.com/truecharts/charts/compare/syncthing-17.1.9...syncthing-17.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [syncthing-17.1.9](https://github.com/truecharts/charts/compare/syncthing-17.1.8...syncthing-17.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [syncthing-17.1.8](https://github.com/truecharts/charts/compare/syncthing-17.1.7...syncthing-17.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) \ No newline at end of file diff --git a/stable/syncthing/18.3.0/Chart.yaml b/stable/syncthing/18.3.0/Chart.yaml new file mode 100644 index 00000000000..d226737fe3e --- /dev/null +++ b/stable/syncthing/18.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.27.4 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: P2P file synchronization application +home: https://truecharts.org/charts/stable/syncthing +icon: https://truecharts.org/img/hotlink-ok/chart-icons/syncthing.png +keywords: + - syncthing +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: syncthing +sources: + - https://syncthing.net/ + - https://github.com/syncthing/syncthing + - https://github.com/truecharts/charts/tree/master/charts/stable/syncthing + - https://hub.docker.com/r/syncthing/syncthing +type: application +version: 18.3.0 diff --git a/stable/syncthing/18.2.0/README.md b/stable/syncthing/18.3.0/README.md similarity index 100% rename from stable/syncthing/18.2.0/README.md rename to stable/syncthing/18.3.0/README.md diff --git a/stable/syncthing/18.3.0/app-changelog.md b/stable/syncthing/18.3.0/app-changelog.md new file mode 100644 index 00000000000..3fa607c3c7c --- /dev/null +++ b/stable/syncthing/18.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [syncthing-18.3.0](https://github.com/truecharts/charts/compare/syncthing-18.2.4...syncthing-18.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/syncthing/18.2.0/app-readme.md b/stable/syncthing/18.3.0/app-readme.md similarity index 100% rename from stable/syncthing/18.2.0/app-readme.md rename to stable/syncthing/18.3.0/app-readme.md diff --git a/stable/syncthing/18.3.0/charts/common-18.2.0.tgz b/stable/syncthing/18.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/syncthing/18.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/syncthing/18.3.0/ix_values.yaml b/stable/syncthing/18.3.0/ix_values.yaml new file mode 100644 index 00000000000..39468c3ef40 --- /dev/null +++ b/stable/syncthing/18.3.0/ix_values.yaml @@ -0,0 +1,52 @@ +image: + repository: syncthing/syncthing + pullPolicy: IfNotPresent + tag: 1.27.4@sha256:4d4d44bf19bace6c0949067fd83d288871ddb49ae9b023092d9885ee9e231d48 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + path: /rest/noauth/health + readiness: + path: /rest/noauth/health + startup: + path: /rest/noauth/health +service: + main: + ports: + main: + port: 8384 + targetPort: 8384 + listeners: + enabled: true + ports: + tcp: + enabled: true + port: 22000 + targetPort: 22000 + listeners-udp: + enabled: true + ports: + udp: + enabled: true + port: 22000 + targetPort: 22000 + protocol: udp + discovery: + enabled: true + ports: + discovery: + enabled: true + port: 21027 + targetPort: 21027 + protocol: udp +persistence: + config: + enabled: true + mountPath: "/var/syncthing" +portal: + open: + enabled: true diff --git a/stable/syncthing/18.2.0/questions.yaml b/stable/syncthing/18.3.0/questions.yaml similarity index 100% rename from stable/syncthing/18.2.0/questions.yaml rename to stable/syncthing/18.3.0/questions.yaml diff --git a/stable/tinymediamanager/10.2.0/templates/NOTES.txt b/stable/syncthing/18.3.0/templates/NOTES.txt similarity index 100% rename from stable/tinymediamanager/10.2.0/templates/NOTES.txt rename to stable/syncthing/18.3.0/templates/NOTES.txt diff --git a/stable/tautulli/18.1.3/templates/common.yaml b/stable/syncthing/18.3.0/templates/common.yaml similarity index 100% rename from stable/tautulli/18.1.3/templates/common.yaml rename to stable/syncthing/18.3.0/templates/common.yaml diff --git a/stable/tauticord/3.2.0/values.yaml b/stable/syncthing/18.3.0/values.yaml similarity index 100% rename from stable/tauticord/3.2.0/values.yaml rename to stable/syncthing/18.3.0/values.yaml diff --git a/stable/synctube/7.1.3/CHANGELOG.md b/stable/synctube/7.1.3/CHANGELOG.md deleted file mode 100644 index 52d52cb37bb..00000000000 --- a/stable/synctube/7.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [synctube-6.1.11](https://github.com/truecharts/charts/compare/synctube-6.1.10...synctube-6.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [synctube-6.1.10](https://github.com/truecharts/charts/compare/synctube-6.1.9...synctube-6.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [synctube-6.1.9](https://github.com/truecharts/charts/compare/synctube-6.1.8...synctube-6.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [synctube-6.1.8](https://github.com/truecharts/charts/compare/synctube-6.1.7...synctube-6.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [synctube-6.1.7](https://github.com/truecharts/charts/compare/synctube-6.1.6...synctube-6.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [synctube-6.1.6](https://github.com/truecharts/charts/compare/synctube-6.1.5...synctube-6.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [synctube-6.1.5](https://github.com/truecharts/charts/compare/synctube-6.1.4...synctube-6.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [synctube-6.1.4](https://github.com/truecharts/charts/compare/synctube-6.1.3...synctube-6.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [synctube-6.1.3](https://github.com/truecharts/charts/compare/synctube-6.1.0...synctube-6.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/synctube/7.1.3/Chart.yaml b/stable/synctube/7.1.3/Chart.yaml deleted file mode 100644 index 84d6d181f53..00000000000 --- a/stable/synctube/7.1.3/Chart.yaml +++ /dev/null @@ -1,42 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Synchronized video viewing with chat and other features. Lightweight modern implementation and very easy way to run locally. -home: https://truecharts.org/charts/stable/synctube -icon: https://truecharts.org/img/hotlink-ok/chart-icons/synctube.png -keywords: - - synctube - - Cloud - - Productivity - - Tools-Utilities - - MediaApp-Video - - MediaServer-Video - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: synctube -sources: - - https://github.com/RblSb/SyncTube - - https://github.com/truecharts/charts/tree/master/charts/stable/synctube - - https://hub.docker.com/r/littlestache/synctube -type: application -version: 7.1.3 diff --git a/stable/synctube/7.1.3/charts/common-18.0.3.tgz b/stable/synctube/7.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/synctube/7.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/tautulli/18.1.3/.helmignore b/stable/synctube/7.3.0/.helmignore similarity index 100% rename from stable/tautulli/18.1.3/.helmignore rename to stable/synctube/7.3.0/.helmignore diff --git a/stable/synctube/7.3.0/CHANGELOG.md b/stable/synctube/7.3.0/CHANGELOG.md new file mode 100644 index 00000000000..7425a6799d2 --- /dev/null +++ b/stable/synctube/7.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [synctube-7.3.0](https://github.com/truecharts/charts/compare/synctube-7.2.3...synctube-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [synctube-7.2.3](https://github.com/truecharts/charts/compare/synctube-7.2.2...synctube-7.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [synctube-7.2.2](https://github.com/truecharts/charts/compare/synctube-7.2.0...synctube-7.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [synctube-6.1.11](https://github.com/truecharts/charts/compare/synctube-6.1.10...synctube-6.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [synctube-6.1.10](https://github.com/truecharts/charts/compare/synctube-6.1.9...synctube-6.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [synctube-6.1.9](https://github.com/truecharts/charts/compare/synctube-6.1.8...synctube-6.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [synctube-6.1.8](https://github.com/truecharts/charts/compare/synctube-6.1.7...synctube-6.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [synctube-6.1.7](https://github.com/truecharts/charts/compare/synctube-6.1.6...synctube-6.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [synctube-6.1.6](https://github.com/truecharts/charts/compare/synctube-6.1.5...synctube-6.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/synctube/7.3.0/Chart.yaml b/stable/synctube/7.3.0/Chart.yaml new file mode 100644 index 00000000000..77a29c5c2f0 --- /dev/null +++ b/stable/synctube/7.3.0/Chart.yaml @@ -0,0 +1,42 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Synchronized video viewing with chat and other features. Lightweight modern implementation and very easy way to run locally. +home: https://truecharts.org/charts/stable/synctube +icon: https://truecharts.org/img/hotlink-ok/chart-icons/synctube.png +keywords: + - synctube + - Cloud + - Productivity + - Tools-Utilities + - MediaApp-Video + - MediaServer-Video + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: synctube +sources: + - https://github.com/RblSb/SyncTube + - https://github.com/truecharts/charts/tree/master/charts/stable/synctube + - https://hub.docker.com/r/littlestache/synctube +type: application +version: 7.3.0 diff --git a/stable/synctube/7.1.3/README.md b/stable/synctube/7.3.0/README.md similarity index 100% rename from stable/synctube/7.1.3/README.md rename to stable/synctube/7.3.0/README.md diff --git a/stable/synctube/7.3.0/app-changelog.md b/stable/synctube/7.3.0/app-changelog.md new file mode 100644 index 00000000000..2fd5d71a3df --- /dev/null +++ b/stable/synctube/7.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [synctube-7.3.0](https://github.com/truecharts/charts/compare/synctube-7.2.3...synctube-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/synctube/7.1.3/app-readme.md b/stable/synctube/7.3.0/app-readme.md similarity index 100% rename from stable/synctube/7.1.3/app-readme.md rename to stable/synctube/7.3.0/app-readme.md diff --git a/stable/synctube/7.3.0/charts/common-18.2.0.tgz b/stable/synctube/7.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/synctube/7.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/synctube/7.1.3/ix_values.yaml b/stable/synctube/7.3.0/ix_values.yaml similarity index 100% rename from stable/synctube/7.1.3/ix_values.yaml rename to stable/synctube/7.3.0/ix_values.yaml diff --git a/stable/synctube/7.1.3/questions.yaml b/stable/synctube/7.3.0/questions.yaml similarity index 100% rename from stable/synctube/7.1.3/questions.yaml rename to stable/synctube/7.3.0/questions.yaml diff --git a/stable/traccar/15.1.3/templates/NOTES.txt b/stable/synctube/7.3.0/templates/NOTES.txt similarity index 100% rename from stable/traccar/15.1.3/templates/NOTES.txt rename to stable/synctube/7.3.0/templates/NOTES.txt diff --git a/stable/synctube/7.1.3/templates/common.yaml b/stable/synctube/7.3.0/templates/common.yaml similarity index 100% rename from stable/synctube/7.1.3/templates/common.yaml rename to stable/synctube/7.3.0/templates/common.yaml diff --git a/stable/tautulli/18.1.3/values.yaml b/stable/synctube/7.3.0/values.yaml similarity index 100% rename from stable/tautulli/18.1.3/values.yaml rename to stable/synctube/7.3.0/values.yaml diff --git a/stable/syslog-ng/9.1.3/CHANGELOG.md b/stable/syslog-ng/9.1.3/CHANGELOG.md deleted file mode 100644 index e5c848e0997..00000000000 --- a/stable/syslog-ng/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [syslog-ng-8.2.1](https://github.com/truecharts/charts/compare/syslog-ng-8.2.0...syslog-ng-8.2.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [syslog-ng-8.2.0](https://github.com/truecharts/charts/compare/syslog-ng-8.1.10...syslog-ng-8.2.0) (2024-01-29) - -### Chore - - - -- update container image balabit/syslog-ng to v4.6.0[@0486468](https://github.com/0486468) by renovate ([#17689](https://github.com/truecharts/charts/issues/17689)) - - -## [syslog-ng-8.1.10](https://github.com/truecharts/charts/compare/syslog-ng-8.1.9...syslog-ng-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [syslog-ng-8.1.9](https://github.com/truecharts/charts/compare/syslog-ng-8.1.8...syslog-ng-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [syslog-ng-8.1.8](https://github.com/truecharts/charts/compare/syslog-ng-8.1.7...syslog-ng-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [syslog-ng-8.1.7](https://github.com/truecharts/charts/compare/syslog-ng-8.1.6...syslog-ng-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [syslog-ng-8.1.6](https://github.com/truecharts/charts/compare/syslog-ng-8.1.5...syslog-ng-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [syslog-ng-8.1.5](https://github.com/truecharts/charts/compare/syslog-ng-8.1.4...syslog-ng-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [syslog-ng-8.1.4](https://github.com/truecharts/charts/compare/syslog-ng-8.1.3...syslog-ng-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/syslog-ng/9.1.3/Chart.yaml b/stable/syslog-ng/9.1.3/Chart.yaml deleted file mode 100644 index 27a8f1580af..00000000000 --- a/stable/syslog-ng/9.1.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.6.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs. -home: https://truecharts.org/charts/stable/syslog-ng -icon: https://truecharts.org/img/hotlink-ok/chart-icons/syslog-ng.png -keywords: - - syslog-ng -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: syslog-ng -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/syslog-ng - - https://hub.docker.com/r/balabit/syslog-ng -type: application -version: 9.1.3 diff --git a/stable/syslog-ng/9.1.3/charts/common-18.0.3.tgz b/stable/syslog-ng/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/syslog-ng/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/tdarr-node/9.1.3/.helmignore b/stable/syslog-ng/9.3.0/.helmignore similarity index 100% rename from stable/tdarr-node/9.1.3/.helmignore rename to stable/syslog-ng/9.3.0/.helmignore diff --git a/stable/syslog-ng/9.3.0/CHANGELOG.md b/stable/syslog-ng/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..04596b60c14 --- /dev/null +++ b/stable/syslog-ng/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [syslog-ng-9.3.0](https://github.com/truecharts/charts/compare/syslog-ng-9.2.3...syslog-ng-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [syslog-ng-9.2.3](https://github.com/truecharts/charts/compare/syslog-ng-9.2.2...syslog-ng-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [syslog-ng-9.2.2](https://github.com/truecharts/charts/compare/syslog-ng-9.2.0...syslog-ng-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [syslog-ng-8.2.1](https://github.com/truecharts/charts/compare/syslog-ng-8.2.0...syslog-ng-8.2.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [syslog-ng-8.2.0](https://github.com/truecharts/charts/compare/syslog-ng-8.1.10...syslog-ng-8.2.0) (2024-01-29) + +### Chore + + + +- update container image balabit/syslog-ng to v4.6.0[@0486468](https://github.com/0486468) by renovate ([#17689](https://github.com/truecharts/charts/issues/17689)) + + +## [syslog-ng-8.1.10](https://github.com/truecharts/charts/compare/syslog-ng-8.1.9...syslog-ng-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [syslog-ng-8.1.9](https://github.com/truecharts/charts/compare/syslog-ng-8.1.8...syslog-ng-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [syslog-ng-8.1.8](https://github.com/truecharts/charts/compare/syslog-ng-8.1.7...syslog-ng-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [syslog-ng-8.1.7](https://github.com/truecharts/charts/compare/syslog-ng-8.1.6...syslog-ng-8.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/syslog-ng/9.3.0/Chart.yaml b/stable/syslog-ng/9.3.0/Chart.yaml new file mode 100644 index 00000000000..2f5e2a8c0fe --- /dev/null +++ b/stable/syslog-ng/9.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.6.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs. +home: https://truecharts.org/charts/stable/syslog-ng +icon: https://truecharts.org/img/hotlink-ok/chart-icons/syslog-ng.png +keywords: + - syslog-ng +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: syslog-ng +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/syslog-ng + - https://hub.docker.com/r/balabit/syslog-ng +type: application +version: 9.3.0 diff --git a/stable/syslog-ng/9.1.3/README.md b/stable/syslog-ng/9.3.0/README.md similarity index 100% rename from stable/syslog-ng/9.1.3/README.md rename to stable/syslog-ng/9.3.0/README.md diff --git a/stable/syslog-ng/9.3.0/app-changelog.md b/stable/syslog-ng/9.3.0/app-changelog.md new file mode 100644 index 00000000000..34b967f203a --- /dev/null +++ b/stable/syslog-ng/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [syslog-ng-9.3.0](https://github.com/truecharts/charts/compare/syslog-ng-9.2.3...syslog-ng-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/syslog-ng/9.1.3/app-readme.md b/stable/syslog-ng/9.3.0/app-readme.md similarity index 100% rename from stable/syslog-ng/9.1.3/app-readme.md rename to stable/syslog-ng/9.3.0/app-readme.md diff --git a/stable/syslog-ng/9.3.0/charts/common-18.2.0.tgz b/stable/syslog-ng/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/syslog-ng/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/syslog-ng/9.1.3/ix_values.yaml b/stable/syslog-ng/9.3.0/ix_values.yaml similarity index 100% rename from stable/syslog-ng/9.1.3/ix_values.yaml rename to stable/syslog-ng/9.3.0/ix_values.yaml diff --git a/stable/syslog-ng/9.1.3/questions.yaml b/stable/syslog-ng/9.3.0/questions.yaml similarity index 100% rename from stable/syslog-ng/9.1.3/questions.yaml rename to stable/syslog-ng/9.3.0/questions.yaml diff --git a/stable/traggo/6.1.3/templates/NOTES.txt b/stable/syslog-ng/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/traggo/6.1.3/templates/NOTES.txt rename to stable/syslog-ng/9.3.0/templates/NOTES.txt diff --git a/stable/tdarr-node/9.1.3/templates/common.yaml b/stable/syslog-ng/9.3.0/templates/common.yaml similarity index 100% rename from stable/tdarr-node/9.1.3/templates/common.yaml rename to stable/syslog-ng/9.3.0/templates/common.yaml diff --git a/stable/tdarr-node/9.1.3/values.yaml b/stable/syslog-ng/9.3.0/values.yaml similarity index 100% rename from stable/tdarr-node/9.1.3/values.yaml rename to stable/syslog-ng/9.3.0/values.yaml diff --git a/stable/tachidesk-docker/6.2.0/CHANGELOG.md b/stable/tachidesk-docker/6.2.0/CHANGELOG.md deleted file mode 100644 index 8f82a4d39db..00000000000 --- a/stable/tachidesk-docker/6.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - -## [tachidesk-docker-5.0.2](https://github.com/truecharts/charts/compare/tachidesk-docker-5.0.1...tachidesk-docker-5.0.2) (2024-02-06) - - -## [tachidesk-docker-5.0.1](https://github.com/truecharts/charts/compare/tachidesk-docker-5.0.0...tachidesk-docker-5.0.1) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/suwayomi/tachidesk to preview[@54c6b36](https://github.com/54c6b36) by renovate ([#17873](https://github.com/truecharts/charts/issues/17873)) - - -## [tachidesk-docker-5.0.0](https://github.com/truecharts/charts/compare/tachidesk-docker-4.1.11...tachidesk-docker-5.0.0) (2024-02-04) - -### Feat - - - -- Update old container + redo env_vars ([#17714](https://github.com/truecharts/charts/issues/17714)) - - -## [tachidesk-docker-4.1.11](https://github.com/truecharts/charts/compare/tachidesk-docker-4.1.10...tachidesk-docker-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tachidesk-docker-4.1.10](https://github.com/truecharts/charts/compare/tachidesk-docker-4.1.9...tachidesk-docker-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [tachidesk-docker-4.1.9](https://github.com/truecharts/charts/compare/tachidesk-docker-4.1.8...tachidesk-docker-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [tachidesk-docker-4.1.8](https://github.com/truecharts/charts/compare/tachidesk-docker-4.1.7...tachidesk-docker-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [tachidesk-docker-4.1.7](https://github.com/truecharts/charts/compare/tachidesk-docker-4.1.6...tachidesk-docker-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [tachidesk-docker-4.1.6](https://github.com/truecharts/charts/compare/tachidesk-docker-4.1.5...tachidesk-docker-4.1.6) (2024-01-09) diff --git a/stable/tachidesk-docker/6.2.0/Chart.yaml b/stable/tachidesk-docker/6.2.0/Chart.yaml deleted file mode 100644 index 3206e31369a..00000000000 --- a/stable/tachidesk-docker/6.2.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaServer-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: preiew -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The official Tachidesk Chart-Chart. -home: https://truecharts.org/charts/stable/tachidesk-docker -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tachidesk-docker.png -keywords: - - tachidesk-docker - - MediaServer-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tachidesk-docker -sources: - - https://github.com/suwayomi/docker-tachidesk - - https://github.com/Suwayomi/Tachidesk-Server - - https://github.com/truecharts/charts/tree/master/charts/stable/tachidesk-docker - - https://ghcr.io/suwayomi/tachidesk -type: application -version: 6.2.0 diff --git a/stable/tachidesk-docker/6.2.0/charts/common-18.1.2.tgz b/stable/tachidesk-docker/6.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/tachidesk-docker/6.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/tachidesk-docker/6.2.0/ix_values.yaml b/stable/tachidesk-docker/6.2.0/ix_values.yaml deleted file mode 100644 index d343751a7ec..00000000000 --- a/stable/tachidesk-docker/6.2.0/ix_values.yaml +++ /dev/null @@ -1,69 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: ghcr.io/suwayomi/tachidesk - tag: preview@sha256:ffc46df15d24f4f3947617deadc489ad7245d7257bf1330784f1856d8384f203 - -securityContext: - container: - readOnlyRootFilesystem: false - -workload: - main: - podSpec: - containers: - main: - env: - BIND_IP: "0.0.0.0" - BIND_PORT: "{{ .Values.service.main.ports.main.port }}" - SOCKS_PROXY_ENABLED: false - SOCKS_PROXY_HOST: "" - SOCKS_PROXY_PORT: "" - DOWNLOAD_AS_CBZ: true - BASIC_AUTH_ENABLED: false - BASIC_AUTH_USERNAME: "" - BASIC_AUTH_PASSWORD: "" - DEBUG: false - GQL_DEBUG: false - WEB_UI_ENABLED: true - WEB_UI_FLAVOR: "WebUI" - WEB_UI_CHANNEL: "stable" - WEB_UI_UPDATE_INTERVAL: 23 - AUTO_DOWNLOAD_CHAPTERS: false - AUTO_DOWNLOAD_EXCLUDE_UNREAD: true - AUTO_DOWNLOAD_AHEAD_LIMIT: 0 - EXTENSION_REPOS: "" - MAX_SOURCES_IN_PARALLEL: 6 - UPDATE_EXCLUDE_UNREAD: true - UPDATE_EXCLUDE_STARTED: true - UPDATE_EXCLUDE_COMPLETED: true - UPDATE_INTERVAL: 12 - UPDATE_MANGA_INFO: false - BACKUP_TIME: "" - BACKUP_INTERVAL: 1 - BACKUP_TTL: 14 - FLARESOLVERR_ENABLED: false - FLARESOLVERR_URL: "" - FLARESOLVERR_TIMEOUT: 60 - FLARESOLVERR_SESSION_NAME: "suwayomi" - FLARESOLVERR_SESSION_TTL: 15 - -service: - main: - ports: - main: - port: 4567 - -persistence: - appdata: - enabled: true - mountPath: /home/suwayomi/.local/share/Tachidesk - library: - enabled: true - mountPath: /home/suwayomi/.local/share/Tachidesk/downloads - local-library: - enabled: true - mountPath: /home/suwayomi/.local/share/Tachidesk/local - -portal: - open: - enabled: true diff --git a/stable/tachidesk-docker/6.2.0/questions.yaml b/stable/tachidesk-docker/6.2.0/questions.yaml deleted file mode 100755 index b4faedc2f3b..00000000000 --- a/stable/tachidesk-docker/6.2.0/questions.yaml +++ /dev/null @@ -1,3560 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: SOCKS_PROXY_ENABLED - label: "Enable Socks Proxy" - description: "Whether Suwayomi will connect through a SOCKS5 proxy" - schema: - type: boolean - default: false - - variable: SOCKS_PROXY_HOST - label: "SOCKS Proxy TCP Host" - description: "The TCP host of the SOCKS5 proxy" - schema: - show_if: [["SOCKS_PROXY_ENABLED", "=", true]] - type: string - default: "" - - variable: SOCKS_PROXY_PORT - label: "SOCKS Proxy PORT" - description: "The port of the SOCKS5 proxy" - schema: - show_if: [["SOCKS_PROXY_ENABLED", "=", true]] - type: string - default: "" - - variable: DOWNLOAD_AS_CBZ - label: "Download in CBZ format" - description: "Whether Suwayomi should save the manga to disk in CBZ format" - schema: - type: boolean - default: false - - variable: BASIC_AUTH_ENABLED - label: "Enabled Basic Authentication" - description: "Whether Suwayomi requires HTTP Basic Auth to get in." - schema: - type: boolean - default: false - - variable: BASIC_AUTH_USERNAME - label: "Basic Auth Username" - description: "Enter User" - schema: - show_if: [["BASIC_AUTH_ENABLED", "=", true]] - type: string - default: "" - - variable: BASIC_AUTH_PASSWORD - label: "Basic Auth Password" - description: "Enter Password" - schema: - show_if: [["BASIC_AUTH_ENABLED", "=", true]] - type: string - default: "" - - variable: DEBUG - label: "Enable DEBUG mode" - description: "If extra logging is enabled. Useful for development and troubleshooting." - schema: - type: boolean - default: false - - variable: GQL_DEBUG - label: "Enable GQL_DEBUG mode" - description: "If graphql logging is enabled. Useful for development and troubleshooting. Can overload the log output." - schema: - type: boolean - default: false - - variable: AUTO_DOWNLOAD_CHAPTERS - label: "Automatic Download Chapters" - description: "If new chapters that have been retrieved should get automatically downloaded" - schema: - type: boolean - default: false - - variable: AUTO_DOWNLOAD_EXCLUDE_UNREAD - label: "Exclude Unread Automatic Download Chapters" - description: "Ignore automatic chapter downloads of entries with unread chapters" - schema: - type: boolean - default: true - - variable: AUTO_DOWNLOAD_AHEAD_LIMIT - label: "Auto Download Chapters Ahead Limit" - description: "0 to disable - how many unread downloaded chapters should be available - if the limit is reached, new chapters won't be downloaded automatically" - schema: - type: int - default: 0 - - variable: EXTENSION_REPOS - label: "Additional Extension Repo" - description: "Any additional extension repos to use" - schema: - type: string - default: "" - - variable: MAX_SOURCES_IN_PARALLEL - label: "Max Sources (Uploads/Downloads) in Parallel" - description: "Between 1 and 20 - Sets how many sources can do requests (updates, downloads) in parallel. Updates/Downloads are grouped by source and all mangas of a source are updated/downloaded synchronously" - schema: - type: int - default: 6 - - variable: UPDATE_EXCLUDE_UNREAD - label: "Exclude Unread Manga" - description: "If unread manga should be excluded from updates" - schema: - type: boolean - default: true - - variable: UPDATE_EXCLUDE_STARTED - label: "Exclude Started Manga" - description: "If started manga should be excluded from updates" - schema: - type: boolean - default: true - - variable: UPDATE_EXCLUDE_COMPLETED - label: "Exclude completed Manga" - description: "If completed manga should be excluded from updates" - schema: - type: boolean - default: true - - variable: UPDATE_INTERVAL - label: "Global Update Interval" - description: "Time in hours (0 to disable it) for the innterval in which the global update will be automatically triggered" - schema: - type: int - default: 12 - - variable: UPDATE_MANGA_INFO - label: "Update Manga Info" - description: "If manga info should be updated along with the chapters" - schema: - type: boolean - default: false - - variable: BACKUP_TIME - label: "Backup Time in 00:00 format" - description: " Range: hour: 0-23, minute: 0-59 - Time of day at which the automated backup should be triggered" - schema: - type: string - default: "00:00" - - variable: BACKUP_INTERVAL - label: "Backup Update Interval" - description: "Time in days (0 to disable it) for the interval in which the server will automatically create a backup" - schema: - type: int - default: 1 - - variable: BACKUP_TTL - label: "Backup Retentions Interval" - description: "Time in days (0 to disable it) for how long backup files will be kept before they will get deleted" - schema: - type: int - default: 1 - - variable: FLARESOLVERR_ENABLED - label: "Enable Flaresolverr" - description: "Whether FlareSolverr is enabled and available to use" - schema: - type: boolean - default: false - - variable: FLARESOLVERR_URL - label: "Flaresolverr URL" - description: "The URL of the FlareSolverr instance" - schema: - type: string - default: "" - - variable: FLARESOLVERR_TIMEOUT - label: "Flaresolverr Timeout in Seconds" - description: "Time in seconds before it times out" - schema: - type: int - default: 60 - - variable: FLARESOLVERR_SESSION_NAME - label: "Flaresolverr Session Name" - description: "The name of the session that Suwayomi will use with FlareSolverr" - schema: - type: string - default: "suwayomi" - - variable: FLARESOLVERR_SESSION_TTL - label: "Flaresolverr Session TTL " - description: "The time to live for the FlareSolverr session" - schema: - type: int - default: 15 - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 4567 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: appdata - label: "appdata Storage" - description: "Tachidesk stores its files here." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: library - label: "Downloads Storage" - description: "(Optional) Path to where your Downloads should be stored.Default is in Appdata folder." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: local-library - label: "Local Library Storage" - description: "(Optional) You can add your local Library here.Should work like standard Tachiyomi.(httpstachiyomi.orghelpguideslocal-manga)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/tdarr/9.1.3/.helmignore b/stable/tachidesk-docker/6.3.0/.helmignore similarity index 100% rename from stable/tdarr/9.1.3/.helmignore rename to stable/tachidesk-docker/6.3.0/.helmignore diff --git a/stable/tachidesk-docker/6.3.0/CHANGELOG.md b/stable/tachidesk-docker/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..e2f17cb53a5 --- /dev/null +++ b/stable/tachidesk-docker/6.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tachidesk-docker-6.3.0](https://github.com/truecharts/charts/compare/tachidesk-docker-6.2.4...tachidesk-docker-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [tachidesk-docker-6.2.4](https://github.com/truecharts/charts/compare/tachidesk-docker-6.2.3...tachidesk-docker-6.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [tachidesk-docker-6.2.3](https://github.com/truecharts/charts/compare/tachidesk-docker-6.2.1...tachidesk-docker-6.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + +## [tachidesk-docker-5.0.2](https://github.com/truecharts/charts/compare/tachidesk-docker-5.0.1...tachidesk-docker-5.0.2) (2024-02-06) + + +## [tachidesk-docker-5.0.1](https://github.com/truecharts/charts/compare/tachidesk-docker-5.0.0...tachidesk-docker-5.0.1) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/suwayomi/tachidesk to preview[@54c6b36](https://github.com/54c6b36) by renovate ([#17873](https://github.com/truecharts/charts/issues/17873)) + + +## [tachidesk-docker-5.0.0](https://github.com/truecharts/charts/compare/tachidesk-docker-4.1.11...tachidesk-docker-5.0.0) (2024-02-04) + +### Feat + + + +- Update old container + redo env_vars ([#17714](https://github.com/truecharts/charts/issues/17714)) + + +## [tachidesk-docker-4.1.11](https://github.com/truecharts/charts/compare/tachidesk-docker-4.1.10...tachidesk-docker-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [tachidesk-docker-4.1.10](https://github.com/truecharts/charts/compare/tachidesk-docker-4.1.9...tachidesk-docker-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [tachidesk-docker-4.1.9](https://github.com/truecharts/charts/compare/tachidesk-docker-4.1.8...tachidesk-docker-4.1.9) (2024-01-21) \ No newline at end of file diff --git a/stable/tachidesk-docker/6.3.0/Chart.yaml b/stable/tachidesk-docker/6.3.0/Chart.yaml new file mode 100644 index 00000000000..5df140402fb --- /dev/null +++ b/stable/tachidesk-docker/6.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaServer-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: preiew +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The official Tachidesk Chart-Chart. +home: https://truecharts.org/charts/stable/tachidesk-docker +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tachidesk-docker.png +keywords: + - tachidesk-docker + - MediaServer-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tachidesk-docker +sources: + - https://github.com/suwayomi/docker-tachidesk + - https://github.com/Suwayomi/Tachidesk-Server + - https://github.com/truecharts/charts/tree/master/charts/stable/tachidesk-docker + - https://ghcr.io/suwayomi/tachidesk +type: application +version: 6.3.0 diff --git a/stable/tachidesk-docker/6.2.0/README.md b/stable/tachidesk-docker/6.3.0/README.md similarity index 100% rename from stable/tachidesk-docker/6.2.0/README.md rename to stable/tachidesk-docker/6.3.0/README.md diff --git a/stable/tachidesk-docker/6.3.0/app-changelog.md b/stable/tachidesk-docker/6.3.0/app-changelog.md new file mode 100644 index 00000000000..33441cf94d7 --- /dev/null +++ b/stable/tachidesk-docker/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [tachidesk-docker-6.3.0](https://github.com/truecharts/charts/compare/tachidesk-docker-6.2.4...tachidesk-docker-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/tachidesk-docker/6.2.0/app-readme.md b/stable/tachidesk-docker/6.3.0/app-readme.md similarity index 100% rename from stable/tachidesk-docker/6.2.0/app-readme.md rename to stable/tachidesk-docker/6.3.0/app-readme.md diff --git a/stable/tachidesk-docker/6.3.0/charts/common-18.2.0.tgz b/stable/tachidesk-docker/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/tachidesk-docker/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/tachidesk-docker/6.3.0/ix_values.yaml b/stable/tachidesk-docker/6.3.0/ix_values.yaml new file mode 100644 index 00000000000..407b7a33449 --- /dev/null +++ b/stable/tachidesk-docker/6.3.0/ix_values.yaml @@ -0,0 +1,68 @@ +image: + pullPolicy: IfNotPresent + repository: ghcr.io/suwayomi/tachidesk + tag: preview@sha256:ffc46df15d24f4f3947617deadc489ad7245d7257bf1330784f1856d8384f203 + +securityContext: + container: + readOnlyRootFilesystem: false + +workload: + main: + podSpec: + containers: + main: + env: + BIND_IP: "0.0.0.0" + BIND_PORT: "{{ .Values.service.main.ports.main.port }}" + SOCKS_PROXY_ENABLED: false + SOCKS_PROXY_HOST: "" + SOCKS_PROXY_PORT: "" + DOWNLOAD_AS_CBZ: true + BASIC_AUTH_ENABLED: false + BASIC_AUTH_USERNAME: "" + BASIC_AUTH_PASSWORD: "" + DEBUG: false + GQL_DEBUG: false + WEB_UI_ENABLED: true + WEB_UI_FLAVOR: "WebUI" + WEB_UI_CHANNEL: "stable" + WEB_UI_UPDATE_INTERVAL: 23 + AUTO_DOWNLOAD_CHAPTERS: false + AUTO_DOWNLOAD_EXCLUDE_UNREAD: true + AUTO_DOWNLOAD_AHEAD_LIMIT: 0 + EXTENSION_REPOS: "" + MAX_SOURCES_IN_PARALLEL: 6 + UPDATE_EXCLUDE_UNREAD: true + UPDATE_EXCLUDE_STARTED: true + UPDATE_EXCLUDE_COMPLETED: true + UPDATE_INTERVAL: 12 + UPDATE_MANGA_INFO: false + BACKUP_INTERVAL: 1 + BACKUP_TTL: 14 + FLARESOLVERR_ENABLED: false + FLARESOLVERR_URL: "" + FLARESOLVERR_TIMEOUT: 60 + FLARESOLVERR_SESSION_NAME: "suwayomi" + FLARESOLVERR_SESSION_TTL: 15 + +service: + main: + ports: + main: + port: 4567 + +persistence: + appdata: + enabled: true + mountPath: /home/suwayomi/.local/share/Tachidesk + library: + enabled: true + mountPath: /home/suwayomi/.local/share/Tachidesk/downloads + local-library: + enabled: true + mountPath: /home/suwayomi/.local/share/Tachidesk/local + +portal: + open: + enabled: true diff --git a/stable/tachidesk-docker/6.3.0/questions.yaml b/stable/tachidesk-docker/6.3.0/questions.yaml new file mode 100755 index 00000000000..9d7ed76c1fb --- /dev/null +++ b/stable/tachidesk-docker/6.3.0/questions.yaml @@ -0,0 +1,3554 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: SOCKS_PROXY_ENABLED + label: "Enable Socks Proxy" + description: "Whether Suwayomi will connect through a SOCKS5 proxy" + schema: + type: boolean + default: false + - variable: SOCKS_PROXY_HOST + label: "SOCKS Proxy TCP Host" + description: "The TCP host of the SOCKS5 proxy" + schema: + show_if: [["SOCKS_PROXY_ENABLED", "=", true]] + type: string + default: "" + - variable: SOCKS_PROXY_PORT + label: "SOCKS Proxy PORT" + description: "The port of the SOCKS5 proxy" + schema: + show_if: [["SOCKS_PROXY_ENABLED", "=", true]] + type: string + default: "" + - variable: DOWNLOAD_AS_CBZ + label: "Download in CBZ format" + description: "Whether Suwayomi should save the manga to disk in CBZ format" + schema: + type: boolean + default: false + - variable: BASIC_AUTH_ENABLED + label: "Enabled Basic Authentication" + description: "Whether Suwayomi requires HTTP Basic Auth to get in." + schema: + type: boolean + default: false + - variable: BASIC_AUTH_USERNAME + label: "Basic Auth Username" + description: "Enter User" + schema: + show_if: [["BASIC_AUTH_ENABLED", "=", true]] + type: string + default: "" + - variable: BASIC_AUTH_PASSWORD + label: "Basic Auth Password" + description: "Enter Password" + schema: + show_if: [["BASIC_AUTH_ENABLED", "=", true]] + type: string + default: "" + - variable: DEBUG + label: "Enable DEBUG mode" + description: "If extra logging is enabled. Useful for development and troubleshooting." + schema: + type: boolean + default: false + - variable: GQL_DEBUG + label: "Enable GQL_DEBUG mode" + description: "If graphql logging is enabled. Useful for development and troubleshooting. Can overload the log output." + schema: + type: boolean + default: false + - variable: AUTO_DOWNLOAD_CHAPTERS + label: "Automatic Download Chapters" + description: "If new chapters that have been retrieved should get automatically downloaded" + schema: + type: boolean + default: false + - variable: AUTO_DOWNLOAD_EXCLUDE_UNREAD + label: "Exclude Unread Automatic Download Chapters" + description: "Ignore automatic chapter downloads of entries with unread chapters" + schema: + type: boolean + default: true + - variable: AUTO_DOWNLOAD_AHEAD_LIMIT + label: "Auto Download Chapters Ahead Limit" + description: "0 to disable - how many unread downloaded chapters should be available - if the limit is reached, new chapters won't be downloaded automatically" + schema: + type: int + default: 0 + - variable: EXTENSION_REPOS + label: "Additional Extension Repo" + description: "Any additional extension repos to use" + schema: + type: string + default: "" + - variable: MAX_SOURCES_IN_PARALLEL + label: "Max Sources (Uploads/Downloads) in Parallel" + description: "Between 1 and 20 - Sets how many sources can do requests (updates, downloads) in parallel. Updates/Downloads are grouped by source and all mangas of a source are updated/downloaded synchronously" + schema: + type: int + default: 6 + - variable: UPDATE_EXCLUDE_UNREAD + label: "Exclude Unread Manga" + description: "If unread manga should be excluded from updates" + schema: + type: boolean + default: true + - variable: UPDATE_EXCLUDE_STARTED + label: "Exclude Started Manga" + description: "If started manga should be excluded from updates" + schema: + type: boolean + default: true + - variable: UPDATE_EXCLUDE_COMPLETED + label: "Exclude completed Manga" + description: "If completed manga should be excluded from updates" + schema: + type: boolean + default: true + - variable: UPDATE_INTERVAL + label: "Global Update Interval" + description: "Time in hours (0 to disable it) for the innterval in which the global update will be automatically triggered" + schema: + type: int + default: 12 + - variable: UPDATE_MANGA_INFO + label: "Update Manga Info" + description: "If manga info should be updated along with the chapters" + schema: + type: boolean + default: false + - variable: BACKUP_INTERVAL + label: "Backup Update Interval" + description: "Time in days (0 to disable it) for the interval in which the server will automatically create a backup" + schema: + type: int + default: 1 + - variable: BACKUP_TTL + label: "Backup Retentions Interval" + description: "Time in days (0 to disable it) for how long backup files will be kept before they will get deleted" + schema: + type: int + default: 1 + - variable: FLARESOLVERR_ENABLED + label: "Enable Flaresolverr" + description: "Whether FlareSolverr is enabled and available to use" + schema: + type: boolean + default: false + - variable: FLARESOLVERR_URL + label: "Flaresolverr URL" + description: "The URL of the FlareSolverr instance" + schema: + type: string + default: "" + - variable: FLARESOLVERR_TIMEOUT + label: "Flaresolverr Timeout in Seconds" + description: "Time in seconds before it times out" + schema: + type: int + default: 60 + - variable: FLARESOLVERR_SESSION_NAME + label: "Flaresolverr Session Name" + description: "The name of the session that Suwayomi will use with FlareSolverr" + schema: + type: string + default: "suwayomi" + - variable: FLARESOLVERR_SESSION_TTL + label: "Flaresolverr Session TTL " + description: "The time to live for the FlareSolverr session" + schema: + type: int + default: 15 + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 4567 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: appdata + label: "appdata Storage" + description: "Tachidesk stores its files here." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: library + label: "Downloads Storage" + description: "(Optional) Path to where your Downloads should be stored.Default is in Appdata folder." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: local-library + label: "Local Library Storage" + description: "(Optional) You can add your local Library here.Should work like standard Tachiyomi.(httpstachiyomi.orghelpguideslocal-manga)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/tachidesk-docker/6.2.0/templates/common.yaml b/stable/tachidesk-docker/6.3.0/templates/common.yaml similarity index 100% rename from stable/tachidesk-docker/6.2.0/templates/common.yaml rename to stable/tachidesk-docker/6.3.0/templates/common.yaml diff --git a/stable/tdarr/9.1.3/values.yaml b/stable/tachidesk-docker/6.3.0/values.yaml similarity index 100% rename from stable/tdarr/9.1.3/values.yaml rename to stable/tachidesk-docker/6.3.0/values.yaml diff --git a/stable/tagspaces/3.1.3/CHANGELOG.md b/stable/tagspaces/3.1.3/CHANGELOG.md deleted file mode 100644 index b78f29e3abb..00000000000 --- a/stable/tagspaces/3.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [tagspaces-2.1.11](https://github.com/truecharts/charts/compare/tagspaces-2.1.10...tagspaces-2.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tagspaces-2.1.10](https://github.com/truecharts/charts/compare/tagspaces-2.1.9...tagspaces-2.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [tagspaces-2.1.9](https://github.com/truecharts/charts/compare/tagspaces-2.1.8...tagspaces-2.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [tagspaces-2.1.8](https://github.com/truecharts/charts/compare/tagspaces-2.1.7...tagspaces-2.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [tagspaces-2.1.7](https://github.com/truecharts/charts/compare/tagspaces-2.1.6...tagspaces-2.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [tagspaces-2.1.6](https://github.com/truecharts/charts/compare/tagspaces-2.1.5...tagspaces-2.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [tagspaces-2.1.5](https://github.com/truecharts/charts/compare/tagspaces-2.1.4...tagspaces-2.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [tagspaces-2.1.4](https://github.com/truecharts/charts/compare/tagspaces-2.1.3...tagspaces-2.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [tagspaces-2.1.3](https://github.com/truecharts/charts/compare/tagspaces-2.1.0...tagspaces-2.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/tagspaces/3.1.3/Chart.yaml b/stable/tagspaces/3.1.3/Chart.yaml deleted file mode 100644 index 116757770a0..00000000000 --- a/stable/tagspaces/3.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.5.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: TagSpaces is an offline, open source, document manager with tagging support. -home: https://truecharts.org/charts/stable/tagspaces -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tagspaces.png -keywords: - - tagspaces - - documents -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tagspaces -sources: - - https://github.com/tagspaces/tagspaces - - https://github.com/truecharts/charts/tree/master/charts/stable/tagspaces - - https://hub.docker.com/r/tagspaces/tagspaces-lite-web -type: application -version: 3.1.3 diff --git a/stable/tagspaces/3.1.3/charts/common-18.0.3.tgz b/stable/tagspaces/3.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/tagspaces/3.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/teamspeak3/10.2.0/.helmignore b/stable/tagspaces/3.3.0/.helmignore similarity index 100% rename from stable/teamspeak3/10.2.0/.helmignore rename to stable/tagspaces/3.3.0/.helmignore diff --git a/stable/tagspaces/3.3.0/CHANGELOG.md b/stable/tagspaces/3.3.0/CHANGELOG.md new file mode 100644 index 00000000000..b29715f78ff --- /dev/null +++ b/stable/tagspaces/3.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tagspaces-3.3.0](https://github.com/truecharts/charts/compare/tagspaces-3.2.3...tagspaces-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [tagspaces-3.2.3](https://github.com/truecharts/charts/compare/tagspaces-3.2.2...tagspaces-3.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [tagspaces-3.2.2](https://github.com/truecharts/charts/compare/tagspaces-3.2.0...tagspaces-3.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [tagspaces-2.1.11](https://github.com/truecharts/charts/compare/tagspaces-2.1.10...tagspaces-2.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [tagspaces-2.1.10](https://github.com/truecharts/charts/compare/tagspaces-2.1.9...tagspaces-2.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [tagspaces-2.1.9](https://github.com/truecharts/charts/compare/tagspaces-2.1.8...tagspaces-2.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [tagspaces-2.1.8](https://github.com/truecharts/charts/compare/tagspaces-2.1.7...tagspaces-2.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [tagspaces-2.1.7](https://github.com/truecharts/charts/compare/tagspaces-2.1.6...tagspaces-2.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [tagspaces-2.1.6](https://github.com/truecharts/charts/compare/tagspaces-2.1.5...tagspaces-2.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/tagspaces/3.3.0/Chart.yaml b/stable/tagspaces/3.3.0/Chart.yaml new file mode 100644 index 00000000000..de93b4310a5 --- /dev/null +++ b/stable/tagspaces/3.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.5.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: TagSpaces is an offline, open source, document manager with tagging support. +home: https://truecharts.org/charts/stable/tagspaces +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tagspaces.png +keywords: + - tagspaces + - documents +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tagspaces +sources: + - https://github.com/tagspaces/tagspaces + - https://github.com/truecharts/charts/tree/master/charts/stable/tagspaces + - https://hub.docker.com/r/tagspaces/tagspaces-lite-web +type: application +version: 3.3.0 diff --git a/stable/tagspaces/3.1.3/README.md b/stable/tagspaces/3.3.0/README.md similarity index 100% rename from stable/tagspaces/3.1.3/README.md rename to stable/tagspaces/3.3.0/README.md diff --git a/stable/tagspaces/3.3.0/app-changelog.md b/stable/tagspaces/3.3.0/app-changelog.md new file mode 100644 index 00000000000..5ae6df57120 --- /dev/null +++ b/stable/tagspaces/3.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [tagspaces-3.3.0](https://github.com/truecharts/charts/compare/tagspaces-3.2.3...tagspaces-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/tagspaces/3.1.3/app-readme.md b/stable/tagspaces/3.3.0/app-readme.md similarity index 100% rename from stable/tagspaces/3.1.3/app-readme.md rename to stable/tagspaces/3.3.0/app-readme.md diff --git a/stable/tagspaces/3.3.0/charts/common-18.2.0.tgz b/stable/tagspaces/3.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/tagspaces/3.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/tagspaces/3.1.3/ix_values.yaml b/stable/tagspaces/3.3.0/ix_values.yaml similarity index 100% rename from stable/tagspaces/3.1.3/ix_values.yaml rename to stable/tagspaces/3.3.0/ix_values.yaml diff --git a/stable/tagspaces/3.1.3/questions.yaml b/stable/tagspaces/3.3.0/questions.yaml similarity index 100% rename from stable/tagspaces/3.1.3/questions.yaml rename to stable/tagspaces/3.3.0/questions.yaml diff --git a/stable/transmission/20.1.3/templates/NOTES.txt b/stable/tagspaces/3.3.0/templates/NOTES.txt similarity index 100% rename from stable/transmission/20.1.3/templates/NOTES.txt rename to stable/tagspaces/3.3.0/templates/NOTES.txt diff --git a/stable/tagspaces/3.1.3/templates/_secrets.tpl b/stable/tagspaces/3.3.0/templates/_secrets.tpl similarity index 100% rename from stable/tagspaces/3.1.3/templates/_secrets.tpl rename to stable/tagspaces/3.3.0/templates/_secrets.tpl diff --git a/stable/tagspaces/3.1.3/templates/common.yaml b/stable/tagspaces/3.3.0/templates/common.yaml similarity index 100% rename from stable/tagspaces/3.1.3/templates/common.yaml rename to stable/tagspaces/3.3.0/templates/common.yaml diff --git a/stable/teamspeak3/10.2.0/values.yaml b/stable/tagspaces/3.3.0/values.yaml similarity index 100% rename from stable/teamspeak3/10.2.0/values.yaml rename to stable/tagspaces/3.3.0/values.yaml diff --git a/stable/tailscale/8.2.3/CHANGELOG.md b/stable/tailscale/8.2.3/CHANGELOG.md deleted file mode 100644 index 3f36cce99a7..00000000000 --- a/stable/tailscale/8.2.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [tailscale-7.2.0](https://github.com/truecharts/charts/compare/tailscale-7.1.11...tailscale-7.2.0) (2024-02-05) - -### Chore - - - -- update container image tailscale/tailscale to v1.58.2[@6dc3334](https://github.com/6dc3334) by renovate ([#17949](https://github.com/truecharts/charts/issues/17949)) - - -## [tailscale-7.1.11](https://github.com/truecharts/charts/compare/tailscale-7.1.10...tailscale-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tailscale-7.1.10](https://github.com/truecharts/charts/compare/tailscale-7.1.9...tailscale-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [tailscale-7.1.9](https://github.com/truecharts/charts/compare/tailscale-7.1.8...tailscale-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [tailscale-7.1.8](https://github.com/truecharts/charts/compare/tailscale-7.1.7...tailscale-7.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [tailscale-7.1.7](https://github.com/truecharts/charts/compare/tailscale-7.1.6...tailscale-7.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [tailscale-7.1.6](https://github.com/truecharts/charts/compare/tailscale-7.1.5...tailscale-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [tailscale-7.1.5](https://github.com/truecharts/charts/compare/tailscale-7.1.4...tailscale-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [tailscale-7.1.4](https://github.com/truecharts/charts/compare/tailscale-7.1.3...tailscale-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes diff --git a/stable/tailscale/8.2.3/Chart.yaml b/stable/tailscale/8.2.3/Chart.yaml deleted file mode 100644 index 03079c33374..00000000000 --- a/stable/tailscale/8.2.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: network - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.61.11 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Tailscale lets you connect your devices and users together in your own secure virtual private network -home: https://truecharts.org/charts/stable/tailscale -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tailscale.png -keywords: - - vpn - - tailscale -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tailscale -sources: - - https://github.com/tailscale/tailscale/blob/main/docs/k8s/run.sh - - https://github.com/truecharts/charts/tree/master/charts/stable/tailscale - - https://hub.docker.com/r/tailscale/tailscale -type: application -version: 8.2.3 diff --git a/stable/tailscale/8.2.3/charts/common-18.0.3.tgz b/stable/tailscale/8.2.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/tailscale/8.2.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/teedy-docs/5.2.0/.helmignore b/stable/tailscale/8.4.0/.helmignore similarity index 100% rename from stable/teedy-docs/5.2.0/.helmignore rename to stable/tailscale/8.4.0/.helmignore diff --git a/stable/tailscale/8.4.0/CHANGELOG.md b/stable/tailscale/8.4.0/CHANGELOG.md new file mode 100644 index 00000000000..abbc3a50b89 --- /dev/null +++ b/stable/tailscale/8.4.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tailscale-8.4.0](https://github.com/truecharts/charts/compare/tailscale-8.3.3...tailscale-8.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [tailscale-8.3.3](https://github.com/truecharts/charts/compare/tailscale-8.3.2...tailscale-8.3.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [tailscale-8.3.2](https://github.com/truecharts/charts/compare/tailscale-8.3.0...tailscale-8.3.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [tailscale-7.2.0](https://github.com/truecharts/charts/compare/tailscale-7.1.11...tailscale-7.2.0) (2024-02-05) + +### Chore + + + +- update container image tailscale/tailscale to v1.58.2[@6dc3334](https://github.com/6dc3334) by renovate ([#17949](https://github.com/truecharts/charts/issues/17949)) + + +## [tailscale-7.1.11](https://github.com/truecharts/charts/compare/tailscale-7.1.10...tailscale-7.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [tailscale-7.1.10](https://github.com/truecharts/charts/compare/tailscale-7.1.9...tailscale-7.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [tailscale-7.1.9](https://github.com/truecharts/charts/compare/tailscale-7.1.8...tailscale-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [tailscale-7.1.8](https://github.com/truecharts/charts/compare/tailscale-7.1.7...tailscale-7.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [tailscale-7.1.7](https://github.com/truecharts/charts/compare/tailscale-7.1.6...tailscale-7.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) \ No newline at end of file diff --git a/stable/tailscale/8.4.0/Chart.yaml b/stable/tailscale/8.4.0/Chart.yaml new file mode 100644 index 00000000000..3c20e5b6c3a --- /dev/null +++ b/stable/tailscale/8.4.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.61.11 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Tailscale lets you connect your devices and users together in your own secure virtual private network +home: https://truecharts.org/charts/stable/tailscale +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tailscale.png +keywords: + - vpn + - tailscale +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tailscale +sources: + - https://github.com/tailscale/tailscale/blob/main/docs/k8s/run.sh + - https://github.com/truecharts/charts/tree/master/charts/stable/tailscale + - https://hub.docker.com/r/tailscale/tailscale +type: application +version: 8.4.0 diff --git a/stable/tailscale/8.2.3/README.md b/stable/tailscale/8.4.0/README.md similarity index 100% rename from stable/tailscale/8.2.3/README.md rename to stable/tailscale/8.4.0/README.md diff --git a/stable/tailscale/8.4.0/app-changelog.md b/stable/tailscale/8.4.0/app-changelog.md new file mode 100644 index 00000000000..9c3262b99ac --- /dev/null +++ b/stable/tailscale/8.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [tailscale-8.4.0](https://github.com/truecharts/charts/compare/tailscale-8.3.3...tailscale-8.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/tailscale/8.2.3/app-readme.md b/stable/tailscale/8.4.0/app-readme.md similarity index 100% rename from stable/tailscale/8.2.3/app-readme.md rename to stable/tailscale/8.4.0/app-readme.md diff --git a/stable/tailscale/8.4.0/charts/common-18.2.0.tgz b/stable/tailscale/8.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/tailscale/8.4.0/charts/common-18.2.0.tgz differ diff --git a/stable/tailscale/8.2.3/ix_values.yaml b/stable/tailscale/8.4.0/ix_values.yaml similarity index 100% rename from stable/tailscale/8.2.3/ix_values.yaml rename to stable/tailscale/8.4.0/ix_values.yaml diff --git a/stable/tailscale/8.2.3/questions.yaml b/stable/tailscale/8.4.0/questions.yaml similarity index 100% rename from stable/tailscale/8.2.3/questions.yaml rename to stable/tailscale/8.4.0/questions.yaml diff --git a/stable/trilium-notes/12.2.0/templates/NOTES.txt b/stable/tailscale/8.4.0/templates/NOTES.txt similarity index 100% rename from stable/trilium-notes/12.2.0/templates/NOTES.txt rename to stable/tailscale/8.4.0/templates/NOTES.txt diff --git a/stable/tailscale/8.2.3/templates/_configmap.tpl b/stable/tailscale/8.4.0/templates/_configmap.tpl similarity index 100% rename from stable/tailscale/8.2.3/templates/_configmap.tpl rename to stable/tailscale/8.4.0/templates/_configmap.tpl diff --git a/stable/tailscale/8.2.3/templates/_secret.tpl b/stable/tailscale/8.4.0/templates/_secret.tpl similarity index 100% rename from stable/tailscale/8.2.3/templates/_secret.tpl rename to stable/tailscale/8.4.0/templates/_secret.tpl diff --git a/stable/tailscale/8.2.3/templates/common.yaml b/stable/tailscale/8.4.0/templates/common.yaml similarity index 100% rename from stable/tailscale/8.2.3/templates/common.yaml rename to stable/tailscale/8.4.0/templates/common.yaml diff --git a/stable/teedy-docs/5.2.0/values.yaml b/stable/tailscale/8.4.0/values.yaml similarity index 100% rename from stable/teedy-docs/5.2.0/values.yaml rename to stable/tailscale/8.4.0/values.yaml diff --git a/stable/tandoor-recipes/16.1.3/CHANGELOG.md b/stable/tandoor-recipes/16.1.3/CHANGELOG.md deleted file mode 100644 index 90c6388813d..00000000000 --- a/stable/tandoor-recipes/16.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - -## [tandoor-recipes-15.0.11](https://github.com/truecharts/charts/compare/tandoor-recipes-15.0.10...tandoor-recipes-15.0.11) (2024-02-05) - -### Chore - - - -- update container image vabene1111/recipes to v1.5.12[@d0048e8](https://github.com/d0048e8) by renovate ([#17932](https://github.com/truecharts/charts/issues/17932)) - - -## [tandoor-recipes-15.0.10](https://github.com/truecharts/charts/compare/tandoor-recipes-15.0.9...tandoor-recipes-15.0.10) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tandoor-recipes-15.0.9](https://github.com/truecharts/charts/compare/tandoor-recipes-15.0.8...tandoor-recipes-15.0.9) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [tandoor-recipes-15.0.8](https://github.com/truecharts/charts/compare/tandoor-recipes-15.0.7...tandoor-recipes-15.0.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [tandoor-recipes-15.0.7](https://github.com/truecharts/charts/compare/tandoor-recipes-15.0.6...tandoor-recipes-15.0.7) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [tandoor-recipes-15.0.6](https://github.com/truecharts/charts/compare/tandoor-recipes-15.0.5...tandoor-recipes-15.0.6) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [tandoor-recipes-15.0.5](https://github.com/truecharts/charts/compare/tandoor-recipes-15.0.4...tandoor-recipes-15.0.5) (2024-01-21) - -### Chore - - - -- update container image vabene1111/recipes to v1.5.11[@2f9d46b](https://github.com/2f9d46b) by renovate ([#17436](https://github.com/truecharts/charts/issues/17436)) - - - - -## [tandoor-recipes-15.0.4](https://github.com/truecharts/charts/compare/tandoor-recipes-15.0.3...tandoor-recipes-15.0.4) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [tandoor-recipes-15.0.3](https://github.com/truecharts/charts/compare/tandoor-recipes-14.0.0...tandoor-recipes-15.0.3) (2024-01-04) - -### Chore \ No newline at end of file diff --git a/stable/tandoor-recipes/16.1.3/Chart.yaml b/stable/tandoor-recipes/16.1.3/Chart.yaml deleted file mode 100644 index ad0e4bbbe3a..00000000000 --- a/stable/tandoor-recipes/16.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.5.13 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Tandoor Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files. -home: https://truecharts.org/charts/stable/tandoor-recipes -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tandoor-recipes.png -keywords: - - tandoor - - recipes - - cooking -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tandoor-recipes -sources: - - https://github.com/vabene1111/recipes - - https://github.com/truecharts/charts/tree/master/charts/stable/tandoor-recipes - - https://hub.docker.com/r/vabene1111/recipes -type: application -version: 16.1.3 diff --git a/stable/tandoor-recipes/16.1.3/charts/common-18.0.3.tgz b/stable/tandoor-recipes/16.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/tandoor-recipes/16.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/tandoor-recipes/16.1.3/questions.yaml b/stable/tandoor-recipes/16.1.3/questions.yaml deleted file mode 100755 index fea1ae7d6af..00000000000 --- a/stable/tandoor-recipes/16.1.3/questions.yaml +++ /dev/null @@ -1,3343 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: DEBUG - label: "DEBUG" - description: "Only set this to true when testing/debugging" - schema: - type: int - default: 0 - - variable: ALLOWED_HOSTS - label: "ALLOWED_HOSTS" - description: "hosts the application can run under e.g. recipes.mydomain.com,cooking.mydomain.com,..." - schema: - type: string - default: "*" - - variable: CSRF_TRUSTED_ORIGINS - label: "CSRF_TRUSTED_ORIGINS" - description: "Cross Site Request Forgery protection" - schema: - type: string - default: "" - - variable: FRACTION_PREF_DEFAULT - label: "FRACTION_PREF_DEFAULT" - description: "The default value for the user preference 'fractions' (enable/disable fraction support)" - schema: - type: int - default: 0 - - variable: COMMENT_PREF_DEFAULT - label: "COMMENT_PREF_DEFAULT" - description: "The default value for the user preference 'comments' (enable/disable commenting system)" - schema: - type: int - default: 1 - - variable: SHOPPING_MIN_AUTOSYNC_INTERVAL - label: "SHOPPING_MIN_AUTOSYNC_INTERVAL" - description: "Users can set an amount of time after which the shopping list is refreshed" - schema: - type: int - default: 5 - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10029 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: media - label: "App Media Storage" - description: "Stores the Application media." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/teedy/15.1.3/.helmignore b/stable/tandoor-recipes/16.3.0/.helmignore similarity index 100% rename from stable/teedy/15.1.3/.helmignore rename to stable/tandoor-recipes/16.3.0/.helmignore diff --git a/stable/tandoor-recipes/16.3.0/CHANGELOG.md b/stable/tandoor-recipes/16.3.0/CHANGELOG.md new file mode 100644 index 00000000000..c67a90c4efc --- /dev/null +++ b/stable/tandoor-recipes/16.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tandoor-recipes-16.3.0](https://github.com/truecharts/charts/compare/tandoor-recipes-16.2.3...tandoor-recipes-16.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [tandoor-recipes-16.2.3](https://github.com/truecharts/charts/compare/tandoor-recipes-16.2.2...tandoor-recipes-16.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [tandoor-recipes-16.2.2](https://github.com/truecharts/charts/compare/tandoor-recipes-16.2.0...tandoor-recipes-16.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + +## [tandoor-recipes-15.0.11](https://github.com/truecharts/charts/compare/tandoor-recipes-15.0.10...tandoor-recipes-15.0.11) (2024-02-05) + +### Chore + + + +- update container image vabene1111/recipes to v1.5.12[@d0048e8](https://github.com/d0048e8) by renovate ([#17932](https://github.com/truecharts/charts/issues/17932)) + + +## [tandoor-recipes-15.0.10](https://github.com/truecharts/charts/compare/tandoor-recipes-15.0.9...tandoor-recipes-15.0.10) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [tandoor-recipes-15.0.9](https://github.com/truecharts/charts/compare/tandoor-recipes-15.0.8...tandoor-recipes-15.0.9) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [tandoor-recipes-15.0.8](https://github.com/truecharts/charts/compare/tandoor-recipes-15.0.7...tandoor-recipes-15.0.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [tandoor-recipes-15.0.7](https://github.com/truecharts/charts/compare/tandoor-recipes-15.0.6...tandoor-recipes-15.0.7) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [tandoor-recipes-15.0.6](https://github.com/truecharts/charts/compare/tandoor-recipes-15.0.5...tandoor-recipes-15.0.6) (2024-01-21) diff --git a/stable/tandoor-recipes/16.3.0/Chart.yaml b/stable/tandoor-recipes/16.3.0/Chart.yaml new file mode 100644 index 00000000000..26811e8ecf7 --- /dev/null +++ b/stable/tandoor-recipes/16.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.5.13 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Tandoor Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files. +home: https://truecharts.org/charts/stable/tandoor-recipes +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tandoor-recipes.png +keywords: + - tandoor + - recipes + - cooking +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tandoor-recipes +sources: + - https://github.com/vabene1111/recipes + - https://github.com/truecharts/charts/tree/master/charts/stable/tandoor-recipes + - https://hub.docker.com/r/vabene1111/recipes +type: application +version: 16.3.0 diff --git a/stable/tandoor-recipes/16.1.3/README.md b/stable/tandoor-recipes/16.3.0/README.md similarity index 100% rename from stable/tandoor-recipes/16.1.3/README.md rename to stable/tandoor-recipes/16.3.0/README.md diff --git a/stable/tandoor-recipes/16.3.0/app-changelog.md b/stable/tandoor-recipes/16.3.0/app-changelog.md new file mode 100644 index 00000000000..b4e281236e9 --- /dev/null +++ b/stable/tandoor-recipes/16.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [tandoor-recipes-16.3.0](https://github.com/truecharts/charts/compare/tandoor-recipes-16.2.3...tandoor-recipes-16.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/tandoor-recipes/16.1.3/app-readme.md b/stable/tandoor-recipes/16.3.0/app-readme.md similarity index 100% rename from stable/tandoor-recipes/16.1.3/app-readme.md rename to stable/tandoor-recipes/16.3.0/app-readme.md diff --git a/stable/tandoor-recipes/16.3.0/charts/common-18.2.0.tgz b/stable/tandoor-recipes/16.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/tandoor-recipes/16.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/tandoor-recipes/16.1.3/ix_values.yaml b/stable/tandoor-recipes/16.3.0/ix_values.yaml similarity index 100% rename from stable/tandoor-recipes/16.1.3/ix_values.yaml rename to stable/tandoor-recipes/16.3.0/ix_values.yaml diff --git a/stable/tandoor-recipes/16.3.0/questions.yaml b/stable/tandoor-recipes/16.3.0/questions.yaml new file mode 100755 index 00000000000..060b8b61eaf --- /dev/null +++ b/stable/tandoor-recipes/16.3.0/questions.yaml @@ -0,0 +1,3301 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: DEBUG + label: "DEBUG" + description: "Only set this to true when testing/debugging" + schema: + type: int + default: 0 + - variable: ALLOWED_HOSTS + label: "ALLOWED_HOSTS" + description: "hosts the application can run under e.g. recipes.mydomain.com,cooking.mydomain.com,..." + schema: + type: string + default: "*" + - variable: CSRF_TRUSTED_ORIGINS + label: "CSRF_TRUSTED_ORIGINS" + description: "Cross Site Request Forgery protection" + schema: + type: string + default: "" + - variable: FRACTION_PREF_DEFAULT + label: "FRACTION_PREF_DEFAULT" + description: "The default value for the user preference 'fractions' (enable/disable fraction support)" + schema: + type: int + default: 0 + - variable: COMMENT_PREF_DEFAULT + label: "COMMENT_PREF_DEFAULT" + description: "The default value for the user preference 'comments' (enable/disable commenting system)" + schema: + type: int + default: 1 + - variable: SHOPPING_MIN_AUTOSYNC_INTERVAL + label: "SHOPPING_MIN_AUTOSYNC_INTERVAL" + description: "Users can set an amount of time after which the shopping list is refreshed" + schema: + type: int + default: 5 + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10029 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: media + label: "App Media Storage" + description: "Stores the Application media." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/tandoor-recipes/16.1.3/templates/_secrets.tpl b/stable/tandoor-recipes/16.3.0/templates/_secrets.tpl similarity index 100% rename from stable/tandoor-recipes/16.1.3/templates/_secrets.tpl rename to stable/tandoor-recipes/16.3.0/templates/_secrets.tpl diff --git a/stable/tandoor-recipes/16.1.3/templates/common.yaml b/stable/tandoor-recipes/16.3.0/templates/common.yaml similarity index 100% rename from stable/tandoor-recipes/16.1.3/templates/common.yaml rename to stable/tandoor-recipes/16.3.0/templates/common.yaml diff --git a/stable/teedy/15.1.3/values.yaml b/stable/tandoor-recipes/16.3.0/values.yaml similarity index 100% rename from stable/teedy/15.1.3/values.yaml rename to stable/tandoor-recipes/16.3.0/values.yaml diff --git a/stable/tanoshi/5.1.3/CHANGELOG.md b/stable/tanoshi/5.1.3/CHANGELOG.md deleted file mode 100644 index 83dfe84046c..00000000000 --- a/stable/tanoshi/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [tanoshi-4.1.11](https://github.com/truecharts/charts/compare/tanoshi-4.1.10...tanoshi-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tanoshi-4.1.10](https://github.com/truecharts/charts/compare/tanoshi-4.1.9...tanoshi-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [tanoshi-4.1.9](https://github.com/truecharts/charts/compare/tanoshi-4.1.8...tanoshi-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [tanoshi-4.1.8](https://github.com/truecharts/charts/compare/tanoshi-4.1.7...tanoshi-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [tanoshi-4.1.7](https://github.com/truecharts/charts/compare/tanoshi-4.1.6...tanoshi-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [tanoshi-4.1.6](https://github.com/truecharts/charts/compare/tanoshi-4.1.5...tanoshi-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [tanoshi-4.1.5](https://github.com/truecharts/charts/compare/tanoshi-4.1.4...tanoshi-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [tanoshi-4.1.4](https://github.com/truecharts/charts/compare/tanoshi-4.1.3...tanoshi-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [tanoshi-4.1.3](https://github.com/truecharts/charts/compare/tanoshi-4.1.0...tanoshi-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/tanoshi/5.1.3/Chart.yaml b/stable/tanoshi/5.1.3/Chart.yaml deleted file mode 100644 index 525edea2f9d..00000000000 --- a/stable/tanoshi/5.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Selfhosted web manga reader. -home: https://truecharts.org/charts/stable/tanoshi -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tanoshi.png -keywords: - - tanoshi - - Productivity - - MediaApp-Books - - MediaServer-Books -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tanoshi -sources: - - https://github.com/faldez/tanoshi - - https://github.com/truecharts/charts/tree/master/charts/stable/tanoshi - - https://hub.docker.com/r/faldez/tanoshi -type: application -version: 5.1.3 diff --git a/stable/tanoshi/5.1.3/charts/common-18.0.3.tgz b/stable/tanoshi/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/tanoshi/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/telethon-downloader/5.2.0/.helmignore b/stable/tanoshi/5.3.0/.helmignore similarity index 100% rename from stable/telethon-downloader/5.2.0/.helmignore rename to stable/tanoshi/5.3.0/.helmignore diff --git a/stable/tanoshi/5.3.0/CHANGELOG.md b/stable/tanoshi/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..6d3a77c8fac --- /dev/null +++ b/stable/tanoshi/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tanoshi-5.3.0](https://github.com/truecharts/charts/compare/tanoshi-5.2.3...tanoshi-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [tanoshi-5.2.3](https://github.com/truecharts/charts/compare/tanoshi-5.2.2...tanoshi-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [tanoshi-5.2.2](https://github.com/truecharts/charts/compare/tanoshi-5.2.0...tanoshi-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [tanoshi-4.1.11](https://github.com/truecharts/charts/compare/tanoshi-4.1.10...tanoshi-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [tanoshi-4.1.10](https://github.com/truecharts/charts/compare/tanoshi-4.1.9...tanoshi-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [tanoshi-4.1.9](https://github.com/truecharts/charts/compare/tanoshi-4.1.8...tanoshi-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [tanoshi-4.1.8](https://github.com/truecharts/charts/compare/tanoshi-4.1.7...tanoshi-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [tanoshi-4.1.7](https://github.com/truecharts/charts/compare/tanoshi-4.1.6...tanoshi-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [tanoshi-4.1.6](https://github.com/truecharts/charts/compare/tanoshi-4.1.5...tanoshi-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/tanoshi/5.3.0/Chart.yaml b/stable/tanoshi/5.3.0/Chart.yaml new file mode 100644 index 00000000000..865a5571c94 --- /dev/null +++ b/stable/tanoshi/5.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Selfhosted web manga reader. +home: https://truecharts.org/charts/stable/tanoshi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tanoshi.png +keywords: + - tanoshi + - Productivity + - MediaApp-Books + - MediaServer-Books +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tanoshi +sources: + - https://github.com/faldez/tanoshi + - https://github.com/truecharts/charts/tree/master/charts/stable/tanoshi + - https://hub.docker.com/r/faldez/tanoshi +type: application +version: 5.3.0 diff --git a/stable/tanoshi/5.1.3/README.md b/stable/tanoshi/5.3.0/README.md similarity index 100% rename from stable/tanoshi/5.1.3/README.md rename to stable/tanoshi/5.3.0/README.md diff --git a/stable/tanoshi/5.3.0/app-changelog.md b/stable/tanoshi/5.3.0/app-changelog.md new file mode 100644 index 00000000000..547cc65e908 --- /dev/null +++ b/stable/tanoshi/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [tanoshi-5.3.0](https://github.com/truecharts/charts/compare/tanoshi-5.2.3...tanoshi-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/tanoshi/5.1.3/app-readme.md b/stable/tanoshi/5.3.0/app-readme.md similarity index 100% rename from stable/tanoshi/5.1.3/app-readme.md rename to stable/tanoshi/5.3.0/app-readme.md diff --git a/stable/tanoshi/5.3.0/charts/common-18.2.0.tgz b/stable/tanoshi/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/tanoshi/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/tanoshi/5.1.3/ix_values.yaml b/stable/tanoshi/5.3.0/ix_values.yaml similarity index 100% rename from stable/tanoshi/5.1.3/ix_values.yaml rename to stable/tanoshi/5.3.0/ix_values.yaml diff --git a/stable/tanoshi/5.1.3/questions.yaml b/stable/tanoshi/5.3.0/questions.yaml similarity index 100% rename from stable/tanoshi/5.1.3/questions.yaml rename to stable/tanoshi/5.3.0/questions.yaml diff --git a/stable/tanoshi/5.1.3/templates/common.yaml b/stable/tanoshi/5.3.0/templates/common.yaml similarity index 100% rename from stable/tanoshi/5.1.3/templates/common.yaml rename to stable/tanoshi/5.3.0/templates/common.yaml diff --git a/stable/telethon-downloader/5.2.0/values.yaml b/stable/tanoshi/5.3.0/values.yaml similarity index 100% rename from stable/telethon-downloader/5.2.0/values.yaml rename to stable/tanoshi/5.3.0/values.yaml diff --git a/stable/tar1090/5.2.1/CHANGELOG.md b/stable/tar1090/5.2.1/CHANGELOG.md deleted file mode 100644 index f7b9e51d24b..00000000000 --- a/stable/tar1090/5.2.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - -## [tar1090-4.1.22](https://github.com/truecharts/charts/compare/tar1090-4.1.21...tar1090-4.1.22) (2024-02-12) - -### Chore - - - -- update container image mikenye/tar1090 to latest[@585d8a5](https://github.com/585d8a5) by renovate ([#18229](https://github.com/truecharts/charts/issues/18229)) - - -## [tar1090-4.1.21](https://github.com/truecharts/charts/compare/tar1090-4.1.20...tar1090-4.1.21) (2024-02-12) - -### Chore - - - -- update container image mikenye/tar1090 to latest[@63c911b](https://github.com/63c911b) by renovate ([#18098](https://github.com/truecharts/charts/issues/18098)) - - -## [tar1090-4.1.20](https://github.com/truecharts/charts/compare/tar1090-4.1.19...tar1090-4.1.20) (2024-02-05) - -### Chore - - - -- update container image mikenye/tar1090 to latest[@d682681](https://github.com/d682681) by renovate ([#17981](https://github.com/truecharts/charts/issues/17981)) - - -## [tar1090-4.1.19](https://github.com/truecharts/charts/compare/tar1090-4.1.18...tar1090-4.1.19) (2024-02-05) - -### Chore - - - -- update container image mikenye/tar1090 to latest[@082f654](https://github.com/082f654) by renovate ([#17887](https://github.com/truecharts/charts/issues/17887)) - - -## [tar1090-4.1.18](https://github.com/truecharts/charts/compare/tar1090-4.1.17...tar1090-4.1.18) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tar1090-4.1.17](https://github.com/truecharts/charts/compare/tar1090-4.1.16...tar1090-4.1.17) (2024-01-29) - -### Chore - - - -- update container image mikenye/tar1090 to latest[@dd9c380](https://github.com/dd9c380) by renovate ([#17748](https://github.com/truecharts/charts/issues/17748)) - - -## [tar1090-4.1.16](https://github.com/truecharts/charts/compare/tar1090-4.1.15...tar1090-4.1.16) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [tar1090-4.1.15](https://github.com/truecharts/charts/compare/tar1090-4.1.14...tar1090-4.1.15) (2024-01-22) - -### Chore - - - -- update container image mikenye/tar1090 to latest[@586d679](https://github.com/586d679) by renovate ([#17515](https://github.com/truecharts/charts/issues/17515)) \ No newline at end of file diff --git a/stable/tar1090/5.2.1/Chart.yaml b/stable/tar1090/5.2.1/Chart.yaml deleted file mode 100644 index 518ec7138bb..00000000000 --- a/stable/tar1090/5.2.1/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Multi-arch tar1090 Chart for visualising ADSB data. -home: https://truecharts.org/charts/stable/tar1090 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tar1090.png -keywords: - - tar1090 - - Other -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tar1090 -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/tar1090 - - https://hub.docker.com/r/mikenye/tar1090 -type: application -version: 5.2.1 diff --git a/stable/tar1090/5.2.1/charts/common-18.1.2.tgz b/stable/tar1090/5.2.1/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/tar1090/5.2.1/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/tar1090/5.2.1/ix_values.yaml b/stable/tar1090/5.2.1/ix_values.yaml deleted file mode 100644 index 03744a04c8b..00000000000 --- a/stable/tar1090/5.2.1/ix_values.yaml +++ /dev/null @@ -1,30 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: mikenye/tar1090 - tag: latest@sha256:6000c07e74494d83acfa51e62f40483927c603d462826b800e38247b4b1c9b36 -persistence: {} -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 8078 - protocol: tcp - targetPort: 80 -workload: - main: - podSpec: - containers: - main: - env: - BEASTHOST: - LAT: xx.xxxxx - LONG: xx.xxxxx - MLATHOST: diff --git a/stable/terraria-tshock/6.1.3/.helmignore b/stable/tar1090/5.3.0/.helmignore similarity index 100% rename from stable/terraria-tshock/6.1.3/.helmignore rename to stable/tar1090/5.3.0/.helmignore diff --git a/stable/tar1090/5.3.0/CHANGELOG.md b/stable/tar1090/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..1887770bdf3 --- /dev/null +++ b/stable/tar1090/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tar1090-5.3.0](https://github.com/truecharts/charts/compare/tar1090-5.2.5...tar1090-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [tar1090-5.2.5](https://github.com/truecharts/charts/compare/tar1090-5.2.4...tar1090-5.2.5) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [tar1090-5.2.4](https://github.com/truecharts/charts/compare/tar1090-5.2.2...tar1090-5.2.4) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + +## [tar1090-4.1.22](https://github.com/truecharts/charts/compare/tar1090-4.1.21...tar1090-4.1.22) (2024-02-12) + +### Chore + + + +- update container image mikenye/tar1090 to latest[@585d8a5](https://github.com/585d8a5) by renovate ([#18229](https://github.com/truecharts/charts/issues/18229)) + + +## [tar1090-4.1.21](https://github.com/truecharts/charts/compare/tar1090-4.1.20...tar1090-4.1.21) (2024-02-12) + +### Chore + + + +- update container image mikenye/tar1090 to latest[@63c911b](https://github.com/63c911b) by renovate ([#18098](https://github.com/truecharts/charts/issues/18098)) + + +## [tar1090-4.1.20](https://github.com/truecharts/charts/compare/tar1090-4.1.19...tar1090-4.1.20) (2024-02-05) + +### Chore + + + +- update container image mikenye/tar1090 to latest[@d682681](https://github.com/d682681) by renovate ([#17981](https://github.com/truecharts/charts/issues/17981)) + + +## [tar1090-4.1.19](https://github.com/truecharts/charts/compare/tar1090-4.1.18...tar1090-4.1.19) (2024-02-05) + +### Chore + + + +- update container image mikenye/tar1090 to latest[@082f654](https://github.com/082f654) by renovate ([#17887](https://github.com/truecharts/charts/issues/17887)) + + +## [tar1090-4.1.18](https://github.com/truecharts/charts/compare/tar1090-4.1.17...tar1090-4.1.18) (2024-02-03) + +### Chore diff --git a/stable/tar1090/5.3.0/Chart.yaml b/stable/tar1090/5.3.0/Chart.yaml new file mode 100644 index 00000000000..a9a33c794fb --- /dev/null +++ b/stable/tar1090/5.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Multi-arch tar1090 Chart for visualising ADSB data. +home: https://truecharts.org/charts/stable/tar1090 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tar1090.png +keywords: + - tar1090 + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tar1090 +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/tar1090 + - https://hub.docker.com/r/mikenye/tar1090 +type: application +version: 5.3.0 diff --git a/stable/tar1090/5.2.1/README.md b/stable/tar1090/5.3.0/README.md similarity index 100% rename from stable/tar1090/5.2.1/README.md rename to stable/tar1090/5.3.0/README.md diff --git a/stable/tar1090/5.3.0/app-changelog.md b/stable/tar1090/5.3.0/app-changelog.md new file mode 100644 index 00000000000..cbb202bf9f1 --- /dev/null +++ b/stable/tar1090/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [tar1090-5.3.0](https://github.com/truecharts/charts/compare/tar1090-5.2.5...tar1090-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/tar1090/5.2.1/app-readme.md b/stable/tar1090/5.3.0/app-readme.md similarity index 100% rename from stable/tar1090/5.2.1/app-readme.md rename to stable/tar1090/5.3.0/app-readme.md diff --git a/stable/tar1090/5.3.0/charts/common-18.2.0.tgz b/stable/tar1090/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/tar1090/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/tar1090/5.3.0/ix_values.yaml b/stable/tar1090/5.3.0/ix_values.yaml new file mode 100644 index 00000000000..011e339a4d3 --- /dev/null +++ b/stable/tar1090/5.3.0/ix_values.yaml @@ -0,0 +1,30 @@ +image: + pullPolicy: IfNotPresent + repository: mikenye/tar1090 + tag: latest@sha256:4565ff2ceb4a8f16068f6228470730efc36d9e72cc1ac40a96c2c399cc2b4107 +persistence: {} +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 8078 + protocol: tcp + targetPort: 80 +workload: + main: + podSpec: + containers: + main: + env: + BEASTHOST: + LAT: xx.xxxxx + LONG: xx.xxxxx + MLATHOST: diff --git a/stable/tar1090/5.2.1/questions.yaml b/stable/tar1090/5.3.0/questions.yaml similarity index 100% rename from stable/tar1090/5.2.1/questions.yaml rename to stable/tar1090/5.3.0/questions.yaml diff --git a/stable/tar1090/5.2.1/templates/common.yaml b/stable/tar1090/5.3.0/templates/common.yaml similarity index 100% rename from stable/tar1090/5.2.1/templates/common.yaml rename to stable/tar1090/5.3.0/templates/common.yaml diff --git a/stable/terraria-tshock/6.1.3/values.yaml b/stable/tar1090/5.3.0/values.yaml similarity index 100% rename from stable/terraria-tshock/6.1.3/values.yaml rename to stable/tar1090/5.3.0/values.yaml diff --git a/stable/tasmoadmin/8.1.3/CHANGELOG.md b/stable/tasmoadmin/8.1.3/CHANGELOG.md deleted file mode 100644 index 8023f33c803..00000000000 --- a/stable/tasmoadmin/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [tasmoadmin-6.2.9](https://github.com/truecharts/charts/compare/tasmoadmin-6.2.8...tasmoadmin-6.2.9) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tasmoadmin-6.2.8](https://github.com/truecharts/charts/compare/tasmoadmin-6.2.7...tasmoadmin-6.2.8) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [tasmoadmin-6.2.7](https://github.com/truecharts/charts/compare/tasmoadmin-6.2.6...tasmoadmin-6.2.7) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [tasmoadmin-6.2.6](https://github.com/truecharts/charts/compare/tasmoadmin-6.2.5...tasmoadmin-6.2.6) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [tasmoadmin-6.2.5](https://github.com/truecharts/charts/compare/tasmoadmin-6.2.4...tasmoadmin-6.2.5) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [tasmoadmin-6.2.4](https://github.com/truecharts/charts/compare/tasmoadmin-6.2.3...tasmoadmin-6.2.4) (2024-01-14) - - -## [tasmoadmin-6.2.3](https://github.com/truecharts/charts/compare/tasmoadmin-6.2.2...tasmoadmin-6.2.3) (2024-01-14) - -### Chore - - - -- update container image ghcr.io/tasmoadmin/tasmoadmin to v3.3.3[@3727bc4](https://github.com/3727bc4) by renovate ([#17189](https://github.com/truecharts/charts/issues/17189)) - - - - -## [tasmoadmin-6.2.2](https://github.com/truecharts/charts/compare/tasmoadmin-6.2.1...tasmoadmin-6.2.2) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [tasmoadmin-6.2.1](https://github.com/truecharts/charts/compare/tasmoadmin-6.2.0...tasmoadmin-6.2.1) (2024-01-08) - -### Chore - - - -- update container image ghcr.io/tasmoadmin/tasmoadmin to v3.3.2[@05aeefb](https://github.com/05aeefb) by renovate ([#17000](https://github.com/truecharts/charts/issues/17000)) - - -## [tasmoadmin-6.2.0](https://github.com/truecharts/charts/compare/tasmoadmin-6.1.7...tasmoadmin-6.2.0) (2024-01-03) - -### Chore diff --git a/stable/tasmoadmin/8.1.3/Chart.yaml b/stable/tasmoadmin/8.1.3/Chart.yaml deleted file mode 100644 index 3ca9fc60e3a..00000000000 --- a/stable/tasmoadmin/8.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.0.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A administrative platform for devices flashed with Tasmota. -home: https://truecharts.org/charts/stable/tasmoadmin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmoadmin.png -keywords: - - tasmoadmin - - home-automation - - Network-Management -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tasmoadmin -sources: - - https://github.com/TasmoAdmin/TasmoAdmin - - https://github.com/truecharts/charts/tree/master/charts/stable/tasmoadmin - - https://ghcr.io/tasmoadmin/tasmoadmin -type: application -version: 8.1.3 diff --git a/stable/tasmoadmin/8.1.3/charts/common-18.0.3.tgz b/stable/tasmoadmin/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/tasmoadmin/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/theforest/5.1.3/.helmignore b/stable/tasmoadmin/8.3.0/.helmignore similarity index 100% rename from stable/theforest/5.1.3/.helmignore rename to stable/tasmoadmin/8.3.0/.helmignore diff --git a/stable/tasmoadmin/8.3.0/CHANGELOG.md b/stable/tasmoadmin/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..cc1a8ab87f7 --- /dev/null +++ b/stable/tasmoadmin/8.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tasmoadmin-8.3.0](https://github.com/truecharts/charts/compare/tasmoadmin-8.2.3...tasmoadmin-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [tasmoadmin-8.2.3](https://github.com/truecharts/charts/compare/tasmoadmin-8.2.2...tasmoadmin-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [tasmoadmin-8.2.2](https://github.com/truecharts/charts/compare/tasmoadmin-8.2.0...tasmoadmin-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + +## [tasmoadmin-6.2.9](https://github.com/truecharts/charts/compare/tasmoadmin-6.2.8...tasmoadmin-6.2.9) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [tasmoadmin-6.2.8](https://github.com/truecharts/charts/compare/tasmoadmin-6.2.7...tasmoadmin-6.2.8) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [tasmoadmin-6.2.7](https://github.com/truecharts/charts/compare/tasmoadmin-6.2.6...tasmoadmin-6.2.7) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [tasmoadmin-6.2.6](https://github.com/truecharts/charts/compare/tasmoadmin-6.2.5...tasmoadmin-6.2.6) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [tasmoadmin-6.2.5](https://github.com/truecharts/charts/compare/tasmoadmin-6.2.4...tasmoadmin-6.2.5) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [tasmoadmin-6.2.4](https://github.com/truecharts/charts/compare/tasmoadmin-6.2.3...tasmoadmin-6.2.4) (2024-01-14) + + +## [tasmoadmin-6.2.3](https://github.com/truecharts/charts/compare/tasmoadmin-6.2.2...tasmoadmin-6.2.3) (2024-01-14) + +### Chore \ No newline at end of file diff --git a/stable/tasmoadmin/8.3.0/Chart.yaml b/stable/tasmoadmin/8.3.0/Chart.yaml new file mode 100644 index 00000000000..50f8d31a31d --- /dev/null +++ b/stable/tasmoadmin/8.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.0.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A administrative platform for devices flashed with Tasmota. +home: https://truecharts.org/charts/stable/tasmoadmin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmoadmin.png +keywords: + - tasmoadmin + - home-automation + - Network-Management +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tasmoadmin +sources: + - https://github.com/TasmoAdmin/TasmoAdmin + - https://github.com/truecharts/charts/tree/master/charts/stable/tasmoadmin + - https://ghcr.io/tasmoadmin/tasmoadmin +type: application +version: 8.3.0 diff --git a/stable/tasmoadmin/8.1.3/README.md b/stable/tasmoadmin/8.3.0/README.md similarity index 100% rename from stable/tasmoadmin/8.1.3/README.md rename to stable/tasmoadmin/8.3.0/README.md diff --git a/stable/tasmoadmin/8.3.0/app-changelog.md b/stable/tasmoadmin/8.3.0/app-changelog.md new file mode 100644 index 00000000000..c6b7133ecf1 --- /dev/null +++ b/stable/tasmoadmin/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [tasmoadmin-8.3.0](https://github.com/truecharts/charts/compare/tasmoadmin-8.2.3...tasmoadmin-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/tasmoadmin/8.1.3/app-readme.md b/stable/tasmoadmin/8.3.0/app-readme.md similarity index 100% rename from stable/tasmoadmin/8.1.3/app-readme.md rename to stable/tasmoadmin/8.3.0/app-readme.md diff --git a/stable/tasmoadmin/8.3.0/charts/common-18.2.0.tgz b/stable/tasmoadmin/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/tasmoadmin/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/tasmoadmin/8.1.3/ix_values.yaml b/stable/tasmoadmin/8.3.0/ix_values.yaml similarity index 100% rename from stable/tasmoadmin/8.1.3/ix_values.yaml rename to stable/tasmoadmin/8.3.0/ix_values.yaml diff --git a/stable/tasmoadmin/8.1.3/questions.yaml b/stable/tasmoadmin/8.3.0/questions.yaml similarity index 100% rename from stable/tasmoadmin/8.1.3/questions.yaml rename to stable/tasmoadmin/8.3.0/questions.yaml diff --git a/stable/tdarr/9.1.3/templates/common.yaml b/stable/tasmoadmin/8.3.0/templates/common.yaml similarity index 100% rename from stable/tdarr/9.1.3/templates/common.yaml rename to stable/tasmoadmin/8.3.0/templates/common.yaml diff --git a/stable/theforest/5.1.3/values.yaml b/stable/tasmoadmin/8.3.0/values.yaml similarity index 100% rename from stable/theforest/5.1.3/values.yaml rename to stable/tasmoadmin/8.3.0/values.yaml diff --git a/stable/tasmobackup/6.1.3/CHANGELOG.md b/stable/tasmobackup/6.1.3/CHANGELOG.md deleted file mode 100644 index 122e1aeb186..00000000000 --- a/stable/tasmobackup/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [tasmobackup-5.1.15](https://github.com/truecharts/charts/compare/tasmobackup-5.1.14...tasmobackup-5.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tasmobackup-5.1.14](https://github.com/truecharts/charts/compare/tasmobackup-5.1.13...tasmobackup-5.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [tasmobackup-5.1.13](https://github.com/truecharts/charts/compare/tasmobackup-5.1.12...tasmobackup-5.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [tasmobackup-5.1.12](https://github.com/truecharts/charts/compare/tasmobackup-5.1.11...tasmobackup-5.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [tasmobackup-5.1.11](https://github.com/truecharts/charts/compare/tasmobackup-5.1.10...tasmobackup-5.1.11) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [tasmobackup-5.1.10](https://github.com/truecharts/charts/compare/tasmobackup-5.1.9...tasmobackup-5.1.10) (2024-01-14) - - - - -## [tasmobackup-5.1.9](https://github.com/truecharts/charts/compare/tasmobackup-5.1.8...tasmobackup-5.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [tasmobackup-5.1.8](https://github.com/truecharts/charts/compare/tasmobackup-5.1.7...tasmobackup-5.1.8) (2024-01-03) - -### Chore - - - -- update container image danmed/tasmobackupv1 to 1.05.00[@a36d8aa](https://github.com/a36d8aa) by renovate ([#16759](https://github.com/truecharts/charts/issues/16759)) - - -## [tasmobackup-5.1.7](https://github.com/truecharts/charts/compare/tasmobackup-5.1.6...tasmobackup-5.1.7) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [tasmobackup-5.1.6](https://github.com/truecharts/charts/compare/tasmobackup-5.1.4...tasmobackup-5.1.6) (2024-01-02) - -### Chore - - diff --git a/stable/tasmobackup/6.1.3/Chart.yaml b/stable/tasmobackup/6.1.3/Chart.yaml deleted file mode 100644 index bc9c8502466..00000000000 --- a/stable/tasmobackup/6.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.05.00 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: backup all your tasmota devices in one place. -home: https://truecharts.org/charts/stable/tasmobackup -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmobackup.png -keywords: - - tasmobackup - - home-automation - - Network-Management -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tasmobackup -sources: - - https://github.com/danmed/TasmoBackupV1 - - https://github.com/truecharts/charts/tree/master/charts/stable/tasmobackup - - https://hub.docker.com/r/danmed/tasmobackupv1 -type: application -version: 6.1.3 diff --git a/stable/tasmobackup/6.1.3/charts/common-18.0.3.tgz b/stable/tasmobackup/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/tasmobackup/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/thelounge/13.1.3/.helmignore b/stable/tasmobackup/6.3.0/.helmignore similarity index 100% rename from stable/thelounge/13.1.3/.helmignore rename to stable/tasmobackup/6.3.0/.helmignore diff --git a/stable/tasmobackup/6.3.0/CHANGELOG.md b/stable/tasmobackup/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..3529102928a --- /dev/null +++ b/stable/tasmobackup/6.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tasmobackup-6.3.0](https://github.com/truecharts/charts/compare/tasmobackup-6.2.3...tasmobackup-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [tasmobackup-6.2.3](https://github.com/truecharts/charts/compare/tasmobackup-6.2.2...tasmobackup-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [tasmobackup-6.2.2](https://github.com/truecharts/charts/compare/tasmobackup-6.2.0...tasmobackup-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [tasmobackup-5.1.15](https://github.com/truecharts/charts/compare/tasmobackup-5.1.14...tasmobackup-5.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [tasmobackup-5.1.14](https://github.com/truecharts/charts/compare/tasmobackup-5.1.13...tasmobackup-5.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [tasmobackup-5.1.13](https://github.com/truecharts/charts/compare/tasmobackup-5.1.12...tasmobackup-5.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [tasmobackup-5.1.12](https://github.com/truecharts/charts/compare/tasmobackup-5.1.11...tasmobackup-5.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [tasmobackup-5.1.11](https://github.com/truecharts/charts/compare/tasmobackup-5.1.10...tasmobackup-5.1.11) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [tasmobackup-5.1.10](https://github.com/truecharts/charts/compare/tasmobackup-5.1.9...tasmobackup-5.1.10) (2024-01-14) + + + + +## [tasmobackup-5.1.9](https://github.com/truecharts/charts/compare/tasmobackup-5.1.8...tasmobackup-5.1.9) (2024-01-09) + +### Chore \ No newline at end of file diff --git a/stable/tasmobackup/6.3.0/Chart.yaml b/stable/tasmobackup/6.3.0/Chart.yaml new file mode 100644 index 00000000000..04f7bf85662 --- /dev/null +++ b/stable/tasmobackup/6.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.05.00 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: backup all your tasmota devices in one place. +home: https://truecharts.org/charts/stable/tasmobackup +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmobackup.png +keywords: + - tasmobackup + - home-automation + - Network-Management +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tasmobackup +sources: + - https://github.com/danmed/TasmoBackupV1 + - https://github.com/truecharts/charts/tree/master/charts/stable/tasmobackup + - https://hub.docker.com/r/danmed/tasmobackupv1 +type: application +version: 6.3.0 diff --git a/stable/tasmobackup/6.1.3/README.md b/stable/tasmobackup/6.3.0/README.md similarity index 100% rename from stable/tasmobackup/6.1.3/README.md rename to stable/tasmobackup/6.3.0/README.md diff --git a/stable/tasmobackup/6.3.0/app-changelog.md b/stable/tasmobackup/6.3.0/app-changelog.md new file mode 100644 index 00000000000..37659f0545f --- /dev/null +++ b/stable/tasmobackup/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [tasmobackup-6.3.0](https://github.com/truecharts/charts/compare/tasmobackup-6.2.3...tasmobackup-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/tasmobackup/6.1.3/app-readme.md b/stable/tasmobackup/6.3.0/app-readme.md similarity index 100% rename from stable/tasmobackup/6.1.3/app-readme.md rename to stable/tasmobackup/6.3.0/app-readme.md diff --git a/stable/tasmobackup/6.3.0/charts/common-18.2.0.tgz b/stable/tasmobackup/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/tasmobackup/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/tasmobackup/6.1.3/ix_values.yaml b/stable/tasmobackup/6.3.0/ix_values.yaml similarity index 100% rename from stable/tasmobackup/6.1.3/ix_values.yaml rename to stable/tasmobackup/6.3.0/ix_values.yaml diff --git a/stable/tasmobackup/6.1.3/questions.yaml b/stable/tasmobackup/6.3.0/questions.yaml similarity index 100% rename from stable/tasmobackup/6.1.3/questions.yaml rename to stable/tasmobackup/6.3.0/questions.yaml diff --git a/stable/teamspeak3/10.2.0/templates/common.yaml b/stable/tasmobackup/6.3.0/templates/common.yaml similarity index 100% rename from stable/teamspeak3/10.2.0/templates/common.yaml rename to stable/tasmobackup/6.3.0/templates/common.yaml diff --git a/stable/thelounge/13.1.3/values.yaml b/stable/tasmobackup/6.3.0/values.yaml similarity index 100% rename from stable/thelounge/13.1.3/values.yaml rename to stable/tasmobackup/6.3.0/values.yaml diff --git a/stable/tasmocompiler/6.2.0/CHANGELOG.md b/stable/tasmocompiler/6.2.0/CHANGELOG.md deleted file mode 100644 index 36fcdda0d1f..00000000000 --- a/stable/tasmocompiler/6.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - - -## [tasmocompiler-5.1.16](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.15...tasmocompiler-5.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tasmocompiler-5.1.15](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.14...tasmocompiler-5.1.15) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [tasmocompiler-5.1.14](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.13...tasmocompiler-5.1.14) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [tasmocompiler-5.1.13](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.12...tasmocompiler-5.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [tasmocompiler-5.1.12](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.11...tasmocompiler-5.1.12) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [tasmocompiler-5.1.11](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.10...tasmocompiler-5.1.11) (2024-01-14) - - - - -## [tasmocompiler-5.1.10](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.9...tasmocompiler-5.1.10) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [tasmocompiler-5.1.9](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.8...tasmocompiler-5.1.9) (2024-01-08) - -### Chore - - - -- update container image benzino77/tasmocompiler to latest[@3d8a61a](https://github.com/3d8a61a) by renovate ([#16922](https://github.com/truecharts/charts/issues/16922)) - diff --git a/stable/tasmocompiler/6.2.0/Chart.yaml b/stable/tasmocompiler/6.2.0/Chart.yaml deleted file mode 100644 index 0cac3c36c99..00000000000 --- a/stable/tasmocompiler/6.2.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: TasmoCompiler is a simple web GUI which allows you to compile fantastic Tasmota firmware with your own settings -home: https://truecharts.org/charts/stable/tasmocompiler -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmocompiler.png -keywords: - - tasmocompiler - - home-automation - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tasmocompiler -sources: - - https://github.com/benzino77/tasmocompiler - - https://github.com/truecharts/charts/tree/master/charts/stable/tasmocompiler - - https://hub.docker.com/r/benzino77/tasmocompiler -type: application -version: 6.2.0 diff --git a/stable/tasmocompiler/6.2.0/charts/common-18.1.2.tgz b/stable/tasmocompiler/6.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/tasmocompiler/6.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/tasmocompiler/6.2.0/ix_values.yaml b/stable/tasmocompiler/6.2.0/ix_values.yaml deleted file mode 100644 index 154bcfe5a8c..00000000000 --- a/stable/tasmocompiler/6.2.0/ix_values.yaml +++ /dev/null @@ -1,23 +0,0 @@ -image: - repository: benzino77/tasmocompiler - tag: latest@sha256:c8e67924ec406757dce93c3c26033bbc282dda2fc333ed1dbbaac5c0e98a99d8 - pullPolicy: IfNotPresent - -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 - -service: - main: - ports: - main: - port: 14003 - protocol: http - targetPort: 3000 - -portal: - open: - enabled: true diff --git a/stable/theme-park/9.2.1/.helmignore b/stable/tasmocompiler/6.3.0/.helmignore similarity index 100% rename from stable/theme-park/9.2.1/.helmignore rename to stable/tasmocompiler/6.3.0/.helmignore diff --git a/stable/tasmocompiler/6.3.0/CHANGELOG.md b/stable/tasmocompiler/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..1a5abdac9c5 --- /dev/null +++ b/stable/tasmocompiler/6.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tasmocompiler-6.3.0](https://github.com/truecharts/charts/compare/tasmocompiler-6.2.4...tasmocompiler-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [tasmocompiler-6.2.4](https://github.com/truecharts/charts/compare/tasmocompiler-6.2.3...tasmocompiler-6.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [tasmocompiler-6.2.3](https://github.com/truecharts/charts/compare/tasmocompiler-6.2.1...tasmocompiler-6.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + + +## [tasmocompiler-5.1.16](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.15...tasmocompiler-5.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [tasmocompiler-5.1.15](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.14...tasmocompiler-5.1.15) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [tasmocompiler-5.1.14](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.13...tasmocompiler-5.1.14) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [tasmocompiler-5.1.13](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.12...tasmocompiler-5.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [tasmocompiler-5.1.12](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.11...tasmocompiler-5.1.12) (2024-01-21) diff --git a/stable/tasmocompiler/6.3.0/Chart.yaml b/stable/tasmocompiler/6.3.0/Chart.yaml new file mode 100644 index 00000000000..9628f330243 --- /dev/null +++ b/stable/tasmocompiler/6.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: TasmoCompiler is a simple web GUI which allows you to compile fantastic Tasmota firmware with your own settings +home: https://truecharts.org/charts/stable/tasmocompiler +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmocompiler.png +keywords: + - tasmocompiler + - home-automation + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tasmocompiler +sources: + - https://github.com/benzino77/tasmocompiler + - https://github.com/truecharts/charts/tree/master/charts/stable/tasmocompiler + - https://hub.docker.com/r/benzino77/tasmocompiler +type: application +version: 6.3.0 diff --git a/stable/tasmocompiler/6.2.0/README.md b/stable/tasmocompiler/6.3.0/README.md similarity index 100% rename from stable/tasmocompiler/6.2.0/README.md rename to stable/tasmocompiler/6.3.0/README.md diff --git a/stable/tasmocompiler/6.3.0/app-changelog.md b/stable/tasmocompiler/6.3.0/app-changelog.md new file mode 100644 index 00000000000..0e2c3f74949 --- /dev/null +++ b/stable/tasmocompiler/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [tasmocompiler-6.3.0](https://github.com/truecharts/charts/compare/tasmocompiler-6.2.4...tasmocompiler-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/tasmocompiler/6.2.0/app-readme.md b/stable/tasmocompiler/6.3.0/app-readme.md similarity index 100% rename from stable/tasmocompiler/6.2.0/app-readme.md rename to stable/tasmocompiler/6.3.0/app-readme.md diff --git a/stable/tasmocompiler/6.3.0/charts/common-18.2.0.tgz b/stable/tasmocompiler/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/tasmocompiler/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/tasmocompiler/6.3.0/ix_values.yaml b/stable/tasmocompiler/6.3.0/ix_values.yaml new file mode 100644 index 00000000000..a1f04d08c72 --- /dev/null +++ b/stable/tasmocompiler/6.3.0/ix_values.yaml @@ -0,0 +1,23 @@ +image: + repository: benzino77/tasmocompiler + tag: latest@sha256:8c349e37dfa02a2632488a18100a67d0d7102b1436b77d387e65a63cf09d2225 + pullPolicy: IfNotPresent + +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + port: 14003 + protocol: http + targetPort: 3000 + +portal: + open: + enabled: true diff --git a/stable/tasmocompiler/6.2.0/questions.yaml b/stable/tasmocompiler/6.3.0/questions.yaml similarity index 100% rename from stable/tasmocompiler/6.2.0/questions.yaml rename to stable/tasmocompiler/6.3.0/questions.yaml diff --git a/stable/teedy/15.1.3/templates/common.yaml b/stable/tasmocompiler/6.3.0/templates/common.yaml similarity index 100% rename from stable/teedy/15.1.3/templates/common.yaml rename to stable/tasmocompiler/6.3.0/templates/common.yaml diff --git a/stable/theme-park/9.2.1/values.yaml b/stable/tasmocompiler/6.3.0/values.yaml similarity index 100% rename from stable/theme-park/9.2.1/values.yaml rename to stable/tasmocompiler/6.3.0/values.yaml diff --git a/stable/tauticord/3.2.0/CHANGELOG.md b/stable/tauticord/3.2.0/CHANGELOG.md deleted file mode 100644 index 22d842a0490..00000000000 --- a/stable/tauticord/3.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [tauticord-2.5.0](https://github.com/truecharts/charts/compare/tauticord-2.4.1...tauticord-2.5.0) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/nwithan8/tauticord to v3.16.2[@e6590dc](https://github.com/e6590dc) by renovate ([#17940](https://github.com/truecharts/charts/issues/17940)) - - -## [tauticord-2.4.1](https://github.com/truecharts/charts/compare/tauticord-2.4.0...tauticord-2.4.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tauticord-2.4.0](https://github.com/truecharts/charts/compare/tauticord-2.3.0...tauticord-2.4.0) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/nwithan8/tauticord to v3.15.0[@37331af](https://github.com/37331af) by renovate ([#17734](https://github.com/truecharts/charts/issues/17734)) - - -## [tauticord-2.3.0](https://github.com/truecharts/charts/compare/tauticord-2.2.5...tauticord-2.3.0) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/nwithan8/tauticord to v3.14.1[@cae8d3d](https://github.com/cae8d3d) by renovate ([#17693](https://github.com/truecharts/charts/issues/17693)) - - -## [tauticord-2.2.5](https://github.com/truecharts/charts/compare/tauticord-2.2.4...tauticord-2.2.5) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [tauticord-2.2.4](https://github.com/truecharts/charts/compare/tauticord-2.2.3...tauticord-2.2.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [tauticord-2.2.3](https://github.com/truecharts/charts/compare/tauticord-2.2.2...tauticord-2.2.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [tauticord-2.2.2](https://github.com/truecharts/charts/compare/tauticord-2.2.1...tauticord-2.2.2) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [tauticord-2.2.1](https://github.com/truecharts/charts/compare/tauticord-2.2.0...tauticord-2.2.1) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) \ No newline at end of file diff --git a/stable/tauticord/3.2.0/Chart.yaml b/stable/tauticord/3.2.0/Chart.yaml deleted file mode 100644 index 11b24936ae6..00000000000 --- a/stable/tauticord/3.2.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: discord - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.18.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A Discord bot that displays live data from Tautulli. -home: https://truecharts.org/charts/stable/tauticord -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tauticord.png -keywords: - - tauticord - - tautulli - - discord -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tauticord -sources: - - https://github.com/nwithan8/tauticord - - https://github.com/truecharts/charts/tree/master/charts/stable/tauticord - - https://ghcr.io/nwithan8/tauticord -type: application -version: 3.2.0 diff --git a/stable/tauticord/3.2.0/charts/common-18.1.2.tgz b/stable/tauticord/3.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/tauticord/3.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/tauticord/3.2.0/ix_values.yaml b/stable/tauticord/3.2.0/ix_values.yaml deleted file mode 100644 index e64286d113e..00000000000 --- a/stable/tauticord/3.2.0/ix_values.yaml +++ /dev/null @@ -1,156 +0,0 @@ -image: - repository: ghcr.io/nwithan8/tauticord - pullPolicy: IfNotPresent - tag: 3.18.0@sha256:dbf1534746b8fb06bdf6e571c49e75b0b69e6f9b039c54504ddff3487b38cd1b -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - enabled: false - ports: - main: - enabled: false -tauticord: - refresh_seconds: 15 - terminate_message: "Your stream has ended." - use_24_hour_time: false - use_friendly_names: false - allow_analytics: false - discord: - bot_token: "" - server_id: "" - admin_ids: [] - post_summary_message: true - channel_name: "Tautulli Status" - nitro: false - tautulli: - key: "" - url: "" - plex: - pass: false - server_name: "My Plex Server" - hide: - usernames: false - platforms: false - player_names: false - quality: false - bandwidth: false - transcode: false - progress: false - eta: false - cat_stats: - name: "Tautulli Stats" - stream_count_enabled: false - stream_count_channel_id: 0 - stream_transcode_count_enabled: false - stream_transcode_count_channel_id: 0 - stream_bandwidth_enabled: false - stream_bandwidth_channel_id: 0 - stream_local_bandwidth_enabled: false - stream_local_bandwidth_channel_id: 0 - stream_remote_bandwidth_enabled: false - stream_remote_bandwidth_channel_id: 0 - stream_plex_status_enabled: false - stream_plex_status_channel_id: 0 - cat_libraries: - name: "Plex Library Stats" - library_stats_enabled: false - library_names: - - TV SHows - - Movies - - Music - refresh_seconds: 3600 - use_emojis: true - tv_series_count_enabled: true - tv_episode_count_enabled: true - music_artist_count_enabled: true - music_track_count_enabled: true - cat_performance: - name: "Performance" - monitor_cpu_enabled: false - monitor_memory_enabled: false -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false - env: - TC_USE_SELF_SIGNED_CERT: false - TC_USE_24_HOUR_TIME: "{{.Values.tauticord.use_24_hour_time }}" - TC_USE_FRIENDLY_NAMES: "{{.Values.tauticord.use_friendly_names }}" - TC_REFRESH_SECONDS: "{{.Values.tauticord.refresh_seconds }}" - TC_TERMINATE_MESSAGE: "{{.Values.tauticord.terminate_message }}" - TC_ALLOWS_ANALYTICS: "{{.Values.tauticord.allow_analytics }}" - # Discord - TC_DISCORD_BOT_TOKEN: "{{.Values.tauticord.discord.bot_token }}" - TC_DISCORD_SERVER_ID: "{{.Values.tauticord.discord.server_id }}" - TC_DISCORD_ADMIN_IDS: '{{ join "," .Values.tauticord.discord.admin_ids }}' - TC_DISCORD_POST_SUMMARY_MESSAGE: "{{.Values.tauticord.discord.post_summary_message }}" - TC_DISCORD_CHANNEL_NAME: "{{.Values.tauticord.discord.channel_name }}" - TC_DISCORD_NITRO: "{{.Values.tauticord.discord.nitro }}" - # Tautulli - TC_TAUTULLI_KEY: "{{.Values.tauticord.tautulli.key }}" - TC_TAUTULLI_URL: "{{.Values.tauticord.tautulli.url }}" - # Plex - TC_PLEX_PASS: "{{.Values.tauticord.plex.pass }}" - TC_SERVER_NAME: "{{.Values.tauticord.plex.server_name }}" - # Hide Info - TC_HIDE_USERNAMES: "{{.Values.tauticord.hide.usernames }}" - TC_HIDE_PLATFORMS: "{{.Values.tauticord.hide.platforms }}" - TC_HIDE_PLAYER_NAMES: "{{.Values.tauticord.hide.player_names }}" - TC_HIDE_QUALITY: "{{.Values.tauticord.hide.quality }}" - TC_HIDE_BANDWIDTH: "{{.Values.tauticord.hide.bandwidth }}" - TC_HIDE_TRANSCODE: "{{.Values.tauticord.hide.transcode }}" - TC_HIDE_PROGRESS: "{{.Values.tauticord.hide.progress }}" - TC_HIDE_ETA: "{{.Values.tauticord.hide.eta }}" - # Stats Cat - TC_VC_STATS_CATEGORY_NAME: "{{.Values.tauticord.cat_stats.name }}" - TC_VC_STREAM_COUNT: "{{.Values.tauticord.cat_stats.stream_count_enabled }}" - TC_VC_STREAM_COUNT_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_count_channel_id }}" - # Transcode - TC_VC_TRANSCODE_COUNT: "{{.Values.tauticord.cat_stats.stream_transcode_count_enabled }}" - TC_VC_TRANSCODE_COUNT_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_transcode_count_channel_id }}" - # Bandwidth - TC_VC_BANDWIDTH: "{{.Values.tauticord.cat_stats.stream_bandwidth_enabled }}" - TC_VC_BANDWIDTH_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_bandwidth_channel_id }}" - # Bandwidth - TC_VC_LOCAL_BANDWIDTH: "{{.Values.tauticord.cat_stats.stream_local_bandwidth_enabled }}" - TC_VC_LOCAL_BANDWIDTH_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_local_bandwidth_channel_id }}" - # Bandwidth - TC_VC_REMOTE_BANDWIDTH: "{{.Values.tauticord.cat_stats.stream_remote_bandwidth_enabled }}" - TC_VC_REMOTE_BANDWIDTH_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_remote_bandwidth_channel_id }}" - # Plex - TC_VC_PLEX_STATUS: "{{.Values.tauticord.cat_stats.stream_plex_status_enabled }}" - TC_VC_PLEX_STATUS_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_plex_status_channel_id }}" - # Libraries Cat - TC_VC_LIBRARIES_CATEGORY_NAME: "{{.Values.tauticord.cat_libraries.name }}" - TC_VC_LIBRARY_STATS: "{{.Values.tauticord.cat_libraries.library_stats_enabled }}" - TC_VC_LIBRARY_NAMES: '{{ join "," .Values.tauticord.cat_libraries.library_names }}' - TC_VC_LIBRARY_REFRESH_SECONDS: "{{.Values.tauticord.cat_libraries.refresh_seconds }}" - TC_VC_LIBRARY_USE_EMOJIS: "{{.Values.tauticord.cat_libraries.use_emojis }}" - TC_VC_TV_SERIES_COUNT: "{{.Values.tauticord.cat_libraries.tv_series_count_enabled }}" - TC_VC_TV_EPISODE_COUNT: "{{.Values.tauticord.cat_libraries.tv_episode_count_enabled }}" - TC_VC_MUSIC_ARTIST_COUNT: "{{.Values.tauticord.cat_libraries.music_artist_count_enabled }}" - TC_VC_MUSIC_TRACK_COUNT: "{{.Values.tauticord.cat_libraries.music_track_count_enabled }}" - # Performance Cat - TC_VC_PERFORMANCE_CATEGORY_NAME: "{{.Values.tauticord.cat_performance.name }}" - TC_MONITOR_CPU: "{{.Values.tauticord.cat_performance.monitor_cpu_enabled }}" - TC_MONITOR_MEMORY: "{{.Values.tauticord.cat_performance.monitor_memory_enabled }}" -persistence: - logs: - enabled: true - mountPath: "/logs" -portal: - open: - enabled: false diff --git a/stable/thunderbird/5.1.4/.helmignore b/stable/tauticord/3.4.0/.helmignore similarity index 100% rename from stable/thunderbird/5.1.4/.helmignore rename to stable/tauticord/3.4.0/.helmignore diff --git a/stable/tauticord/3.4.0/CHANGELOG.md b/stable/tauticord/3.4.0/CHANGELOG.md new file mode 100644 index 00000000000..cef7dbee67a --- /dev/null +++ b/stable/tauticord/3.4.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tauticord-3.4.0](https://github.com/truecharts/charts/compare/tauticord-3.3.3...tauticord-3.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [tauticord-3.3.3](https://github.com/truecharts/charts/compare/tauticord-3.3.2...tauticord-3.3.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [tauticord-3.3.2](https://github.com/truecharts/charts/compare/tauticord-3.3.0...tauticord-3.3.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + +## [tauticord-2.5.0](https://github.com/truecharts/charts/compare/tauticord-2.4.1...tauticord-2.5.0) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/nwithan8/tauticord to v3.16.2[@e6590dc](https://github.com/e6590dc) by renovate ([#17940](https://github.com/truecharts/charts/issues/17940)) + + +## [tauticord-2.4.1](https://github.com/truecharts/charts/compare/tauticord-2.4.0...tauticord-2.4.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [tauticord-2.4.0](https://github.com/truecharts/charts/compare/tauticord-2.3.0...tauticord-2.4.0) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/nwithan8/tauticord to v3.15.0[@37331af](https://github.com/37331af) by renovate ([#17734](https://github.com/truecharts/charts/issues/17734)) + + +## [tauticord-2.3.0](https://github.com/truecharts/charts/compare/tauticord-2.2.5...tauticord-2.3.0) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/nwithan8/tauticord to v3.14.1[@cae8d3d](https://github.com/cae8d3d) by renovate ([#17693](https://github.com/truecharts/charts/issues/17693)) + + +## [tauticord-2.2.5](https://github.com/truecharts/charts/compare/tauticord-2.2.4...tauticord-2.2.5) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [tauticord-2.2.4](https://github.com/truecharts/charts/compare/tauticord-2.2.3...tauticord-2.2.4) (2024-01-21) + +### Chore + + diff --git a/stable/tauticord/3.4.0/Chart.yaml b/stable/tauticord/3.4.0/Chart.yaml new file mode 100644 index 00000000000..45bec310d82 --- /dev/null +++ b/stable/tauticord/3.4.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: discord + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.19.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Discord bot that displays live data from Tautulli. +home: https://truecharts.org/charts/stable/tauticord +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tauticord.png +keywords: + - tauticord + - tautulli + - discord +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tauticord +sources: + - https://github.com/nwithan8/tauticord + - https://github.com/truecharts/charts/tree/master/charts/stable/tauticord + - https://ghcr.io/nwithan8/tauticord +type: application +version: 3.4.0 diff --git a/stable/tauticord/3.2.0/README.md b/stable/tauticord/3.4.0/README.md similarity index 100% rename from stable/tauticord/3.2.0/README.md rename to stable/tauticord/3.4.0/README.md diff --git a/stable/tauticord/3.4.0/app-changelog.md b/stable/tauticord/3.4.0/app-changelog.md new file mode 100644 index 00000000000..ad6d32025e5 --- /dev/null +++ b/stable/tauticord/3.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [tauticord-3.4.0](https://github.com/truecharts/charts/compare/tauticord-3.3.3...tauticord-3.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/tauticord/3.2.0/app-readme.md b/stable/tauticord/3.4.0/app-readme.md similarity index 100% rename from stable/tauticord/3.2.0/app-readme.md rename to stable/tauticord/3.4.0/app-readme.md diff --git a/stable/tauticord/3.4.0/charts/common-18.2.0.tgz b/stable/tauticord/3.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/tauticord/3.4.0/charts/common-18.2.0.tgz differ diff --git a/stable/tauticord/3.4.0/ix_values.yaml b/stable/tauticord/3.4.0/ix_values.yaml new file mode 100644 index 00000000000..d64810f9ab5 --- /dev/null +++ b/stable/tauticord/3.4.0/ix_values.yaml @@ -0,0 +1,156 @@ +image: + repository: ghcr.io/nwithan8/tauticord + pullPolicy: IfNotPresent + tag: 3.19.0@sha256:1de58793fd893137e78f75c7d0a5ac18661da418ba311027a05f3b1f8ff619a8 +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + enabled: false + ports: + main: + enabled: false +tauticord: + refresh_seconds: 15 + terminate_message: "Your stream has ended." + use_24_hour_time: false + use_friendly_names: false + allow_analytics: false + discord: + bot_token: "" + server_id: "" + admin_ids: [] + post_summary_message: true + channel_name: "Tautulli Status" + nitro: false + tautulli: + key: "" + url: "" + plex: + pass: false + server_name: "My Plex Server" + hide: + usernames: false + platforms: false + player_names: false + quality: false + bandwidth: false + transcode: false + progress: false + eta: false + cat_stats: + name: "Tautulli Stats" + stream_count_enabled: false + stream_count_channel_id: 0 + stream_transcode_count_enabled: false + stream_transcode_count_channel_id: 0 + stream_bandwidth_enabled: false + stream_bandwidth_channel_id: 0 + stream_local_bandwidth_enabled: false + stream_local_bandwidth_channel_id: 0 + stream_remote_bandwidth_enabled: false + stream_remote_bandwidth_channel_id: 0 + stream_plex_status_enabled: false + stream_plex_status_channel_id: 0 + cat_libraries: + name: "Plex Library Stats" + library_stats_enabled: false + library_names: + - TV SHows + - Movies + - Music + refresh_seconds: 3600 + use_emojis: true + tv_series_count_enabled: true + tv_episode_count_enabled: true + music_artist_count_enabled: true + music_track_count_enabled: true + cat_performance: + name: "Performance" + monitor_cpu_enabled: false + monitor_memory_enabled: false +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + env: + TC_USE_SELF_SIGNED_CERT: false + TC_USE_24_HOUR_TIME: "{{.Values.tauticord.use_24_hour_time }}" + TC_USE_FRIENDLY_NAMES: "{{.Values.tauticord.use_friendly_names }}" + TC_REFRESH_SECONDS: "{{.Values.tauticord.refresh_seconds }}" + TC_TERMINATE_MESSAGE: "{{.Values.tauticord.terminate_message }}" + TC_ALLOWS_ANALYTICS: "{{.Values.tauticord.allow_analytics }}" + # Discord + TC_DISCORD_BOT_TOKEN: "{{.Values.tauticord.discord.bot_token }}" + TC_DISCORD_SERVER_ID: "{{.Values.tauticord.discord.server_id }}" + TC_DISCORD_ADMIN_IDS: '{{ join "," .Values.tauticord.discord.admin_ids }}' + TC_DISCORD_POST_SUMMARY_MESSAGE: "{{.Values.tauticord.discord.post_summary_message }}" + TC_DISCORD_CHANNEL_NAME: "{{.Values.tauticord.discord.channel_name }}" + TC_DISCORD_NITRO: "{{.Values.tauticord.discord.nitro }}" + # Tautulli + TC_TAUTULLI_KEY: "{{.Values.tauticord.tautulli.key }}" + TC_TAUTULLI_URL: "{{.Values.tauticord.tautulli.url }}" + # Plex + TC_PLEX_PASS: "{{.Values.tauticord.plex.pass }}" + TC_SERVER_NAME: "{{.Values.tauticord.plex.server_name }}" + # Hide Info + TC_HIDE_USERNAMES: "{{.Values.tauticord.hide.usernames }}" + TC_HIDE_PLATFORMS: "{{.Values.tauticord.hide.platforms }}" + TC_HIDE_PLAYER_NAMES: "{{.Values.tauticord.hide.player_names }}" + TC_HIDE_QUALITY: "{{.Values.tauticord.hide.quality }}" + TC_HIDE_BANDWIDTH: "{{.Values.tauticord.hide.bandwidth }}" + TC_HIDE_TRANSCODE: "{{.Values.tauticord.hide.transcode }}" + TC_HIDE_PROGRESS: "{{.Values.tauticord.hide.progress }}" + TC_HIDE_ETA: "{{.Values.tauticord.hide.eta }}" + # Stats Cat + TC_VC_STATS_CATEGORY_NAME: "{{.Values.tauticord.cat_stats.name }}" + TC_VC_STREAM_COUNT: "{{.Values.tauticord.cat_stats.stream_count_enabled }}" + TC_VC_STREAM_COUNT_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_count_channel_id }}" + # Transcode + TC_VC_TRANSCODE_COUNT: "{{.Values.tauticord.cat_stats.stream_transcode_count_enabled }}" + TC_VC_TRANSCODE_COUNT_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_transcode_count_channel_id }}" + # Bandwidth + TC_VC_BANDWIDTH: "{{.Values.tauticord.cat_stats.stream_bandwidth_enabled }}" + TC_VC_BANDWIDTH_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_bandwidth_channel_id }}" + # Bandwidth + TC_VC_LOCAL_BANDWIDTH: "{{.Values.tauticord.cat_stats.stream_local_bandwidth_enabled }}" + TC_VC_LOCAL_BANDWIDTH_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_local_bandwidth_channel_id }}" + # Bandwidth + TC_VC_REMOTE_BANDWIDTH: "{{.Values.tauticord.cat_stats.stream_remote_bandwidth_enabled }}" + TC_VC_REMOTE_BANDWIDTH_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_remote_bandwidth_channel_id }}" + # Plex + TC_VC_PLEX_STATUS: "{{.Values.tauticord.cat_stats.stream_plex_status_enabled }}" + TC_VC_PLEX_STATUS_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_plex_status_channel_id }}" + # Libraries Cat + TC_VC_LIBRARIES_CATEGORY_NAME: "{{.Values.tauticord.cat_libraries.name }}" + TC_VC_LIBRARY_STATS: "{{.Values.tauticord.cat_libraries.library_stats_enabled }}" + TC_VC_LIBRARY_NAMES: '{{ join "," .Values.tauticord.cat_libraries.library_names }}' + TC_VC_LIBRARY_REFRESH_SECONDS: "{{.Values.tauticord.cat_libraries.refresh_seconds }}" + TC_VC_LIBRARY_USE_EMOJIS: "{{.Values.tauticord.cat_libraries.use_emojis }}" + TC_VC_TV_SERIES_COUNT: "{{.Values.tauticord.cat_libraries.tv_series_count_enabled }}" + TC_VC_TV_EPISODE_COUNT: "{{.Values.tauticord.cat_libraries.tv_episode_count_enabled }}" + TC_VC_MUSIC_ARTIST_COUNT: "{{.Values.tauticord.cat_libraries.music_artist_count_enabled }}" + TC_VC_MUSIC_TRACK_COUNT: "{{.Values.tauticord.cat_libraries.music_track_count_enabled }}" + # Performance Cat + TC_VC_PERFORMANCE_CATEGORY_NAME: "{{.Values.tauticord.cat_performance.name }}" + TC_MONITOR_CPU: "{{.Values.tauticord.cat_performance.monitor_cpu_enabled }}" + TC_MONITOR_MEMORY: "{{.Values.tauticord.cat_performance.monitor_memory_enabled }}" +persistence: + logs: + enabled: true + mountPath: "/logs" +portal: + open: + enabled: false diff --git a/stable/tauticord/3.2.0/questions.yaml b/stable/tauticord/3.4.0/questions.yaml similarity index 100% rename from stable/tauticord/3.2.0/questions.yaml rename to stable/tauticord/3.4.0/questions.yaml diff --git a/stable/truecommand/19.1.3/templates/NOTES.txt b/stable/tauticord/3.4.0/templates/NOTES.txt similarity index 100% rename from stable/truecommand/19.1.3/templates/NOTES.txt rename to stable/tauticord/3.4.0/templates/NOTES.txt diff --git a/stable/thelounge/13.1.3/templates/common.yaml b/stable/tauticord/3.4.0/templates/common.yaml similarity index 100% rename from stable/thelounge/13.1.3/templates/common.yaml rename to stable/tauticord/3.4.0/templates/common.yaml diff --git a/stable/thunderbird/5.1.4/values.yaml b/stable/tauticord/3.4.0/values.yaml similarity index 100% rename from stable/thunderbird/5.1.4/values.yaml rename to stable/tauticord/3.4.0/values.yaml diff --git a/stable/tautulli/18.1.3/CHANGELOG.md b/stable/tautulli/18.1.3/CHANGELOG.md deleted file mode 100644 index 704e4bc31bb..00000000000 --- a/stable/tautulli/18.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [tautulli-17.1.12](https://github.com/truecharts/charts/compare/tautulli-17.1.11...tautulli-17.1.12) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/onedr0p/tautulli to 2.13.4[@d925cbb](https://github.com/d925cbb) by renovate ([#17959](https://github.com/truecharts/charts/issues/17959)) - - -## [tautulli-17.1.11](https://github.com/truecharts/charts/compare/tautulli-17.1.10...tautulli-17.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tautulli-17.1.10](https://github.com/truecharts/charts/compare/tautulli-17.1.9...tautulli-17.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [tautulli-17.1.9](https://github.com/truecharts/charts/compare/tautulli-17.1.8...tautulli-17.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [tautulli-17.1.8](https://github.com/truecharts/charts/compare/tautulli-17.1.7...tautulli-17.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [tautulli-17.1.7](https://github.com/truecharts/charts/compare/tautulli-17.1.6...tautulli-17.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [tautulli-17.1.6](https://github.com/truecharts/charts/compare/tautulli-17.1.5...tautulli-17.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [tautulli-17.1.5](https://github.com/truecharts/charts/compare/tautulli-17.1.4...tautulli-17.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [tautulli-17.1.4](https://github.com/truecharts/charts/compare/tautulli-17.1.3...tautulli-17.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/tautulli/18.1.3/Chart.yaml b/stable/tautulli/18.1.3/Chart.yaml deleted file mode 100644 index 0987abee931..00000000000 --- a/stable/tautulli/18.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.13.4 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A Python based monitoring and tracking tool for Plex Media Server -home: https://truecharts.org/charts/stable/tautulli -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tautulli.png -keywords: - - tautulli - - plex -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tautulli -sources: - - https://github.com/Tautulli/Tautulli - - https://github.com/truecharts/charts/tree/master/charts/stable/tautulli - - https://ghcr.io/onedr0p/tautulli -type: application -version: 18.1.3 diff --git a/stable/tautulli/18.1.3/charts/common-18.0.3.tgz b/stable/tautulli/18.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/tautulli/18.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/tinymediamanager/10.2.0/.helmignore b/stable/tautulli/18.3.0/.helmignore similarity index 100% rename from stable/tinymediamanager/10.2.0/.helmignore rename to stable/tautulli/18.3.0/.helmignore diff --git a/stable/tautulli/18.3.0/CHANGELOG.md b/stable/tautulli/18.3.0/CHANGELOG.md new file mode 100644 index 00000000000..1a4c852e3e0 --- /dev/null +++ b/stable/tautulli/18.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tautulli-18.3.0](https://github.com/truecharts/charts/compare/tautulli-18.2.3...tautulli-18.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [tautulli-18.2.3](https://github.com/truecharts/charts/compare/tautulli-18.2.2...tautulli-18.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [tautulli-18.2.2](https://github.com/truecharts/charts/compare/tautulli-18.2.0...tautulli-18.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [tautulli-17.1.12](https://github.com/truecharts/charts/compare/tautulli-17.1.11...tautulli-17.1.12) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/onedr0p/tautulli to 2.13.4[@d925cbb](https://github.com/d925cbb) by renovate ([#17959](https://github.com/truecharts/charts/issues/17959)) + + +## [tautulli-17.1.11](https://github.com/truecharts/charts/compare/tautulli-17.1.10...tautulli-17.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [tautulli-17.1.10](https://github.com/truecharts/charts/compare/tautulli-17.1.9...tautulli-17.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [tautulli-17.1.9](https://github.com/truecharts/charts/compare/tautulli-17.1.8...tautulli-17.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [tautulli-17.1.8](https://github.com/truecharts/charts/compare/tautulli-17.1.7...tautulli-17.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [tautulli-17.1.7](https://github.com/truecharts/charts/compare/tautulli-17.1.6...tautulli-17.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/tautulli/18.3.0/Chart.yaml b/stable/tautulli/18.3.0/Chart.yaml new file mode 100644 index 00000000000..43f8a0daf4b --- /dev/null +++ b/stable/tautulli/18.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.13.4 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Python based monitoring and tracking tool for Plex Media Server +home: https://truecharts.org/charts/stable/tautulli +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tautulli.png +keywords: + - tautulli + - plex +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tautulli +sources: + - https://github.com/Tautulli/Tautulli + - https://github.com/truecharts/charts/tree/master/charts/stable/tautulli + - https://ghcr.io/onedr0p/tautulli +type: application +version: 18.3.0 diff --git a/stable/tautulli/18.1.3/README.md b/stable/tautulli/18.3.0/README.md similarity index 100% rename from stable/tautulli/18.1.3/README.md rename to stable/tautulli/18.3.0/README.md diff --git a/stable/tautulli/18.3.0/app-changelog.md b/stable/tautulli/18.3.0/app-changelog.md new file mode 100644 index 00000000000..ba2b9ff737b --- /dev/null +++ b/stable/tautulli/18.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [tautulli-18.3.0](https://github.com/truecharts/charts/compare/tautulli-18.2.3...tautulli-18.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/tautulli/18.1.3/app-readme.md b/stable/tautulli/18.3.0/app-readme.md similarity index 100% rename from stable/tautulli/18.1.3/app-readme.md rename to stable/tautulli/18.3.0/app-readme.md diff --git a/stable/tautulli/18.3.0/charts/common-18.2.0.tgz b/stable/tautulli/18.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/tautulli/18.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/tautulli/18.1.3/ix_values.yaml b/stable/tautulli/18.3.0/ix_values.yaml similarity index 100% rename from stable/tautulli/18.1.3/ix_values.yaml rename to stable/tautulli/18.3.0/ix_values.yaml diff --git a/stable/tautulli/18.1.3/questions.yaml b/stable/tautulli/18.3.0/questions.yaml similarity index 100% rename from stable/tautulli/18.1.3/questions.yaml rename to stable/tautulli/18.3.0/questions.yaml diff --git a/stable/truenas-exporter/1.0.0/templates/NOTES.txt b/stable/tautulli/18.3.0/templates/NOTES.txt similarity index 100% rename from stable/truenas-exporter/1.0.0/templates/NOTES.txt rename to stable/tautulli/18.3.0/templates/NOTES.txt diff --git a/stable/theme-park/9.2.1/templates/common.yaml b/stable/tautulli/18.3.0/templates/common.yaml similarity index 100% rename from stable/theme-park/9.2.1/templates/common.yaml rename to stable/tautulli/18.3.0/templates/common.yaml diff --git a/stable/tinymediamanager/10.2.0/values.yaml b/stable/tautulli/18.3.0/values.yaml similarity index 100% rename from stable/tinymediamanager/10.2.0/values.yaml rename to stable/tautulli/18.3.0/values.yaml diff --git a/stable/tdarr-node/9.1.3/CHANGELOG.md b/stable/tdarr-node/9.1.3/CHANGELOG.md deleted file mode 100644 index ba030ff12fe..00000000000 --- a/stable/tdarr-node/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [tdarr-node-8.1.11](https://github.com/truecharts/charts/compare/tdarr-node-8.1.10...tdarr-node-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tdarr-node-8.1.10](https://github.com/truecharts/charts/compare/tdarr-node-8.1.9...tdarr-node-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [tdarr-node-8.1.9](https://github.com/truecharts/charts/compare/tdarr-node-8.1.8...tdarr-node-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [tdarr-node-8.1.8](https://github.com/truecharts/charts/compare/tdarr-node-8.1.7...tdarr-node-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [tdarr-node-8.1.7](https://github.com/truecharts/charts/compare/tdarr-node-8.1.6...tdarr-node-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [tdarr-node-8.1.6](https://github.com/truecharts/charts/compare/tdarr-node-8.1.5...tdarr-node-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [tdarr-node-8.1.5](https://github.com/truecharts/charts/compare/tdarr-node-8.1.4...tdarr-node-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [tdarr-node-8.1.4](https://github.com/truecharts/charts/compare/tdarr-node-8.1.3...tdarr-node-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [tdarr-node-8.1.3](https://github.com/truecharts/charts/compare/tdarr-node-8.1.0...tdarr-node-8.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/tdarr-node/9.1.3/Chart.yaml b/stable/tdarr-node/9.1.3/Chart.yaml deleted file mode 100644 index 5628f9de8e8..00000000000 --- a/stable/tdarr-node/9.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.17.01 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Audio/Video library transcoding automation -home: https://truecharts.org/charts/stable/tdarr-node -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tdarr-node.png -keywords: - - encode - - media - - tdarr -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tdarr-node -sources: - - https://github.com/HaveAGitGat/Tdarr - - https://github.com/truecharts/charts/tree/master/charts/stable/tdarr-node - - https://hub.docker.com/r/haveagitgat/tdarr_node -type: application -version: 9.1.3 diff --git a/stable/tdarr-node/9.1.3/charts/common-18.0.3.tgz b/stable/tdarr-node/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/tdarr-node/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/tonido/5.1.3/.helmignore b/stable/tdarr-node/9.3.0/.helmignore similarity index 100% rename from stable/tonido/5.1.3/.helmignore rename to stable/tdarr-node/9.3.0/.helmignore diff --git a/stable/tdarr-node/9.3.0/CHANGELOG.md b/stable/tdarr-node/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..8230a978c36 --- /dev/null +++ b/stable/tdarr-node/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tdarr-node-9.3.0](https://github.com/truecharts/charts/compare/tdarr-node-9.2.3...tdarr-node-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [tdarr-node-9.2.3](https://github.com/truecharts/charts/compare/tdarr-node-9.2.2...tdarr-node-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [tdarr-node-9.2.2](https://github.com/truecharts/charts/compare/tdarr-node-9.2.0...tdarr-node-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [tdarr-node-8.1.11](https://github.com/truecharts/charts/compare/tdarr-node-8.1.10...tdarr-node-8.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [tdarr-node-8.1.10](https://github.com/truecharts/charts/compare/tdarr-node-8.1.9...tdarr-node-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [tdarr-node-8.1.9](https://github.com/truecharts/charts/compare/tdarr-node-8.1.8...tdarr-node-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [tdarr-node-8.1.8](https://github.com/truecharts/charts/compare/tdarr-node-8.1.7...tdarr-node-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [tdarr-node-8.1.7](https://github.com/truecharts/charts/compare/tdarr-node-8.1.6...tdarr-node-8.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [tdarr-node-8.1.6](https://github.com/truecharts/charts/compare/tdarr-node-8.1.5...tdarr-node-8.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/tdarr-node/9.3.0/Chart.yaml b/stable/tdarr-node/9.3.0/Chart.yaml new file mode 100644 index 00000000000..22697e71e56 --- /dev/null +++ b/stable/tdarr-node/9.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.17.01 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Audio/Video library transcoding automation +home: https://truecharts.org/charts/stable/tdarr-node +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tdarr-node.png +keywords: + - encode + - media + - tdarr +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tdarr-node +sources: + - https://github.com/HaveAGitGat/Tdarr + - https://github.com/truecharts/charts/tree/master/charts/stable/tdarr-node + - https://hub.docker.com/r/haveagitgat/tdarr_node +type: application +version: 9.3.0 diff --git a/stable/tdarr-node/9.1.3/README.md b/stable/tdarr-node/9.3.0/README.md similarity index 100% rename from stable/tdarr-node/9.1.3/README.md rename to stable/tdarr-node/9.3.0/README.md diff --git a/stable/tdarr-node/9.3.0/app-changelog.md b/stable/tdarr-node/9.3.0/app-changelog.md new file mode 100644 index 00000000000..a4ea308d949 --- /dev/null +++ b/stable/tdarr-node/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [tdarr-node-9.3.0](https://github.com/truecharts/charts/compare/tdarr-node-9.2.3...tdarr-node-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/tdarr-node/9.1.3/app-readme.md b/stable/tdarr-node/9.3.0/app-readme.md similarity index 100% rename from stable/tdarr-node/9.1.3/app-readme.md rename to stable/tdarr-node/9.3.0/app-readme.md diff --git a/stable/tdarr-node/9.3.0/charts/common-18.2.0.tgz b/stable/tdarr-node/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/tdarr-node/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/tdarr-node/9.1.3/ix_values.yaml b/stable/tdarr-node/9.3.0/ix_values.yaml similarity index 100% rename from stable/tdarr-node/9.1.3/ix_values.yaml rename to stable/tdarr-node/9.3.0/ix_values.yaml diff --git a/stable/tdarr-node/9.1.3/questions.yaml b/stable/tdarr-node/9.3.0/questions.yaml similarity index 100% rename from stable/tdarr-node/9.1.3/questions.yaml rename to stable/tdarr-node/9.3.0/questions.yaml diff --git a/stable/tsmuxer/9.1.3/templates/NOTES.txt b/stable/tdarr-node/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/tsmuxer/9.1.3/templates/NOTES.txt rename to stable/tdarr-node/9.3.0/templates/NOTES.txt diff --git a/stable/tinymediamanager/10.2.0/templates/common.yaml b/stable/tdarr-node/9.3.0/templates/common.yaml similarity index 100% rename from stable/tinymediamanager/10.2.0/templates/common.yaml rename to stable/tdarr-node/9.3.0/templates/common.yaml diff --git a/stable/tonido/5.1.3/values.yaml b/stable/tdarr-node/9.3.0/values.yaml similarity index 100% rename from stable/tonido/5.1.3/values.yaml rename to stable/tdarr-node/9.3.0/values.yaml diff --git a/stable/tdarr/9.1.3/CHANGELOG.md b/stable/tdarr/9.1.3/CHANGELOG.md deleted file mode 100644 index ba74d4bc0be..00000000000 --- a/stable/tdarr/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [tdarr-8.1.11](https://github.com/truecharts/charts/compare/tdarr-8.1.10...tdarr-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tdarr-8.1.10](https://github.com/truecharts/charts/compare/tdarr-8.1.9...tdarr-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [tdarr-8.1.9](https://github.com/truecharts/charts/compare/tdarr-8.1.8...tdarr-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [tdarr-8.1.8](https://github.com/truecharts/charts/compare/tdarr-8.1.7...tdarr-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [tdarr-8.1.7](https://github.com/truecharts/charts/compare/tdarr-8.1.6...tdarr-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [tdarr-8.1.6](https://github.com/truecharts/charts/compare/tdarr-8.1.5...tdarr-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [tdarr-8.1.5](https://github.com/truecharts/charts/compare/tdarr-8.1.4...tdarr-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [tdarr-8.1.4](https://github.com/truecharts/charts/compare/tdarr-8.1.3...tdarr-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [tdarr-8.1.3](https://github.com/truecharts/charts/compare/tdarr-8.1.0...tdarr-8.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/tdarr/9.1.3/Chart.yaml b/stable/tdarr/9.1.3/Chart.yaml deleted file mode 100644 index b208f7c8a81..00000000000 --- a/stable/tdarr/9.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.17.01 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Audio/Video library transcoding automation -home: https://truecharts.org/charts/stable/tdarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tdarr.png -keywords: - - encode - - media - - tdarr -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tdarr -sources: - - https://github.com/HaveAGitGat/Tdarr - - https://github.com/truecharts/charts/tree/master/charts/stable/tdarr - - https://hub.docker.com/r/haveagitgat/tdarr -type: application -version: 9.1.3 diff --git a/stable/tdarr/9.1.3/charts/common-18.0.3.tgz b/stable/tdarr/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/tdarr/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/traccar/15.1.3/.helmignore b/stable/tdarr/9.3.0/.helmignore similarity index 100% rename from stable/traccar/15.1.3/.helmignore rename to stable/tdarr/9.3.0/.helmignore diff --git a/stable/tdarr/9.3.0/CHANGELOG.md b/stable/tdarr/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..0fdff401516 --- /dev/null +++ b/stable/tdarr/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tdarr-9.3.0](https://github.com/truecharts/charts/compare/tdarr-9.2.3...tdarr-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [tdarr-9.2.3](https://github.com/truecharts/charts/compare/tdarr-9.2.2...tdarr-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [tdarr-9.2.2](https://github.com/truecharts/charts/compare/tdarr-9.2.0...tdarr-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [tdarr-8.1.11](https://github.com/truecharts/charts/compare/tdarr-8.1.10...tdarr-8.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [tdarr-8.1.10](https://github.com/truecharts/charts/compare/tdarr-8.1.9...tdarr-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [tdarr-8.1.9](https://github.com/truecharts/charts/compare/tdarr-8.1.8...tdarr-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [tdarr-8.1.8](https://github.com/truecharts/charts/compare/tdarr-8.1.7...tdarr-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [tdarr-8.1.7](https://github.com/truecharts/charts/compare/tdarr-8.1.6...tdarr-8.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [tdarr-8.1.6](https://github.com/truecharts/charts/compare/tdarr-8.1.5...tdarr-8.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/tdarr/9.3.0/Chart.yaml b/stable/tdarr/9.3.0/Chart.yaml new file mode 100644 index 00000000000..bbc151d5479 --- /dev/null +++ b/stable/tdarr/9.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.17.01 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Audio/Video library transcoding automation +home: https://truecharts.org/charts/stable/tdarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tdarr.png +keywords: + - encode + - media + - tdarr +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tdarr +sources: + - https://github.com/HaveAGitGat/Tdarr + - https://github.com/truecharts/charts/tree/master/charts/stable/tdarr + - https://hub.docker.com/r/haveagitgat/tdarr +type: application +version: 9.3.0 diff --git a/stable/tdarr/9.1.3/README.md b/stable/tdarr/9.3.0/README.md similarity index 100% rename from stable/tdarr/9.1.3/README.md rename to stable/tdarr/9.3.0/README.md diff --git a/stable/tdarr/9.3.0/app-changelog.md b/stable/tdarr/9.3.0/app-changelog.md new file mode 100644 index 00000000000..d786a71b179 --- /dev/null +++ b/stable/tdarr/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [tdarr-9.3.0](https://github.com/truecharts/charts/compare/tdarr-9.2.3...tdarr-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/tdarr/9.1.3/app-readme.md b/stable/tdarr/9.3.0/app-readme.md similarity index 100% rename from stable/tdarr/9.1.3/app-readme.md rename to stable/tdarr/9.3.0/app-readme.md diff --git a/stable/tdarr/9.3.0/charts/common-18.2.0.tgz b/stable/tdarr/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/tdarr/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/tdarr/9.1.3/ix_values.yaml b/stable/tdarr/9.3.0/ix_values.yaml similarity index 100% rename from stable/tdarr/9.1.3/ix_values.yaml rename to stable/tdarr/9.3.0/ix_values.yaml diff --git a/stable/tdarr/9.1.3/questions.yaml b/stable/tdarr/9.3.0/questions.yaml similarity index 100% rename from stable/tdarr/9.1.3/questions.yaml rename to stable/tdarr/9.3.0/questions.yaml diff --git a/stable/tt-rss/16.1.6/templates/NOTES.txt b/stable/tdarr/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/tt-rss/16.1.6/templates/NOTES.txt rename to stable/tdarr/9.3.0/templates/NOTES.txt diff --git a/stable/traccar/15.1.3/templates/common.yaml b/stable/tdarr/9.3.0/templates/common.yaml similarity index 100% rename from stable/traccar/15.1.3/templates/common.yaml rename to stable/tdarr/9.3.0/templates/common.yaml diff --git a/stable/traccar/15.1.3/values.yaml b/stable/tdarr/9.3.0/values.yaml similarity index 100% rename from stable/traccar/15.1.3/values.yaml rename to stable/tdarr/9.3.0/values.yaml diff --git a/stable/teamspeak3/10.2.0/CHANGELOG.md b/stable/teamspeak3/10.2.0/CHANGELOG.md deleted file mode 100644 index 871baf4b0be..00000000000 --- a/stable/teamspeak3/10.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [teamspeak3-9.1.12](https://github.com/truecharts/charts/compare/teamspeak3-9.1.11...teamspeak3-9.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [teamspeak3-9.1.11](https://github.com/truecharts/charts/compare/teamspeak3-9.1.10...teamspeak3-9.1.11) (2024-01-29) - -### Chore - - - -- update container image teamspeak to 3.13.7[@dfb97f8](https://github.com/dfb97f8) by renovate ([#17654](https://github.com/truecharts/charts/issues/17654)) - - -## [teamspeak3-9.1.10](https://github.com/truecharts/charts/compare/teamspeak3-9.1.9...teamspeak3-9.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [teamspeak3-9.1.9](https://github.com/truecharts/charts/compare/teamspeak3-9.1.8...teamspeak3-9.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [teamspeak3-9.1.8](https://github.com/truecharts/charts/compare/teamspeak3-9.1.7...teamspeak3-9.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [teamspeak3-9.1.7](https://github.com/truecharts/charts/compare/teamspeak3-9.1.6...teamspeak3-9.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [teamspeak3-9.1.6](https://github.com/truecharts/charts/compare/teamspeak3-9.1.5...teamspeak3-9.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [teamspeak3-9.1.5](https://github.com/truecharts/charts/compare/teamspeak3-9.1.4...teamspeak3-9.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [teamspeak3-9.1.4](https://github.com/truecharts/charts/compare/teamspeak3-9.1.3...teamspeak3-9.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes diff --git a/stable/teamspeak3/10.2.0/Chart.yaml b/stable/teamspeak3/10.2.0/Chart.yaml deleted file mode 100644 index 8e5e5b7a08b..00000000000 --- a/stable/teamspeak3/10.2.0/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: voice - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.13.7 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: TeamSpeak is software for quality voice communication via the Internet. -home: https://truecharts.org/charts/stable/teamspeak3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/teamspeak3.png -keywords: - - voice server - - teamspeak - - teamspeak3 - - teamspeak server -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: teamspeak3 -sources: - - https://www.teamspeak.com/en/ - - https://github.com/truecharts/charts/tree/master/charts/stable/teamspeak3 - - https://hub.docker.com/_/teamspeak -type: application -version: 10.2.0 diff --git a/stable/teamspeak3/10.2.0/charts/common-18.1.2.tgz b/stable/teamspeak3/10.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/teamspeak3/10.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/teamspeak3/10.2.0/ix_values.yaml b/stable/teamspeak3/10.2.0/ix_values.yaml deleted file mode 100644 index edde701720b..00000000000 --- a/stable/teamspeak3/10.2.0/ix_values.yaml +++ /dev/null @@ -1,52 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: teamspeak - tag: 3.13.7@sha256:dfb97f8b535d70d22190eaa1b563306bf308bf2acac91928559e6a97e29add09 -persistence: - data: - enabled: true - mountPath: /var/ts3server - config: - enabled: true - mountPath: /var/run/ts3server -portal: - open: - enabled: false -securityContext: - container: - readOnlyRootFilesystem: false -service: - files: - enabled: true - ports: - files: - enabled: true - port: 30033 - targetPort: 30033 - main: - ports: - main: - port: 10011 - targetPort: 10011 - voice: - enabled: true - ports: - voice: - enabled: true - port: 9987 - protocol: udp - targetPort: 9987 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: tcp - readiness: - type: tcp - startup: - type: tcp - env: - TS3SERVER_LICENSE: accept diff --git a/stable/teamspeak3/10.2.0/questions.yaml b/stable/teamspeak3/10.2.0/questions.yaml deleted file mode 100755 index 7f646d7fde7..00000000000 --- a/stable/teamspeak3/10.2.0/questions.yaml +++ /dev/null @@ -1,2677 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -questions: - # Portal - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Server Query Service" - description: "The server query service of teamspeak3" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Server Query Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10011 - required: true - - variable: voice - label: "Voice Service" - description: "The voice service of teamspeak3" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: voice - label: "Voice Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 9987 - required: true - - variable: files - label: "Server File Transport Service" - description: "The file transport service of teamspeak3" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: files - label: "Server File Transport Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 30033 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: data - label: App Storage - description: Main App Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/tracks/5.1.3/.helmignore b/stable/teamspeak3/10.3.0/.helmignore similarity index 100% rename from stable/tracks/5.1.3/.helmignore rename to stable/teamspeak3/10.3.0/.helmignore diff --git a/stable/teamspeak3/10.3.0/CHANGELOG.md b/stable/teamspeak3/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..4e3bb05b171 --- /dev/null +++ b/stable/teamspeak3/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [teamspeak3-10.3.0](https://github.com/truecharts/charts/compare/teamspeak3-10.2.4...teamspeak3-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [teamspeak3-10.2.4](https://github.com/truecharts/charts/compare/teamspeak3-10.2.3...teamspeak3-10.2.4) (2024-03-06) + + +## [teamspeak3-10.2.3](https://github.com/truecharts/charts/compare/teamspeak3-10.2.2...teamspeak3-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [teamspeak3-10.2.2](https://github.com/truecharts/charts/compare/teamspeak3-10.2.0...teamspeak3-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + +### Fix + + + +- Add SSH Query Port to Chart and Questions.yaml ([#18942](https://github.com/truecharts/charts/issues/18942)) + + + + + + + + + + +## [teamspeak3-9.1.12](https://github.com/truecharts/charts/compare/teamspeak3-9.1.11...teamspeak3-9.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [teamspeak3-9.1.11](https://github.com/truecharts/charts/compare/teamspeak3-9.1.10...teamspeak3-9.1.11) (2024-01-29) + +### Chore + + + +- update container image teamspeak to 3.13.7[@dfb97f8](https://github.com/dfb97f8) by renovate ([#17654](https://github.com/truecharts/charts/issues/17654)) + + +## [teamspeak3-9.1.10](https://github.com/truecharts/charts/compare/teamspeak3-9.1.9...teamspeak3-9.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [teamspeak3-9.1.9](https://github.com/truecharts/charts/compare/teamspeak3-9.1.8...teamspeak3-9.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [teamspeak3-9.1.8](https://github.com/truecharts/charts/compare/teamspeak3-9.1.7...teamspeak3-9.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) diff --git a/stable/teamspeak3/10.3.0/Chart.yaml b/stable/teamspeak3/10.3.0/Chart.yaml new file mode 100644 index 00000000000..e38e59a8c38 --- /dev/null +++ b/stable/teamspeak3/10.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: voice + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.13.7 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: TeamSpeak is software for quality voice communication via the Internet. +home: https://truecharts.org/charts/stable/teamspeak3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/teamspeak3.png +keywords: + - voice server + - teamspeak + - teamspeak3 + - teamspeak server +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: teamspeak3 +sources: + - https://www.teamspeak.com/en/ + - https://github.com/truecharts/charts/tree/master/charts/stable/teamspeak3 + - https://hub.docker.com/_/teamspeak +type: application +version: 10.3.0 diff --git a/stable/teamspeak3/10.2.0/README.md b/stable/teamspeak3/10.3.0/README.md similarity index 100% rename from stable/teamspeak3/10.2.0/README.md rename to stable/teamspeak3/10.3.0/README.md diff --git a/stable/teamspeak3/10.3.0/app-changelog.md b/stable/teamspeak3/10.3.0/app-changelog.md new file mode 100644 index 00000000000..9ac7027584b --- /dev/null +++ b/stable/teamspeak3/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [teamspeak3-10.3.0](https://github.com/truecharts/charts/compare/teamspeak3-10.2.4...teamspeak3-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/teamspeak3/10.2.0/app-readme.md b/stable/teamspeak3/10.3.0/app-readme.md similarity index 100% rename from stable/teamspeak3/10.2.0/app-readme.md rename to stable/teamspeak3/10.3.0/app-readme.md diff --git a/stable/teamspeak3/10.3.0/charts/common-18.2.0.tgz b/stable/teamspeak3/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/teamspeak3/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/teamspeak3/10.3.0/ix_values.yaml b/stable/teamspeak3/10.3.0/ix_values.yaml new file mode 100644 index 00000000000..d89f79b1786 --- /dev/null +++ b/stable/teamspeak3/10.3.0/ix_values.yaml @@ -0,0 +1,59 @@ +image: + pullPolicy: IfNotPresent + repository: teamspeak + tag: 3.13.7@sha256:dfb97f8b535d70d22190eaa1b563306bf308bf2acac91928559e6a97e29add09 +persistence: + data: + enabled: true + mountPath: /var/ts3server + config: + enabled: true + mountPath: /var/run/ts3server +portal: + open: + enabled: false +securityContext: + container: + readOnlyRootFilesystem: false +service: + files: + enabled: true + ports: + files: + enabled: true + port: 30033 + targetPort: 30033 + main: + ports: + main: + port: 10011 + targetPort: 10011 + query: + enabled: true + ports: + main: + enabled: true + port: 10022 + targetPort: 10022 + voice: + enabled: true + ports: + voice: + enabled: true + port: 9987 + protocol: udp + targetPort: 9987 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: tcp + readiness: + type: tcp + startup: + type: tcp + env: + TS3SERVER_LICENSE: accept diff --git a/stable/teamspeak3/10.3.0/questions.yaml b/stable/teamspeak3/10.3.0/questions.yaml new file mode 100755 index 00000000000..119e1f7a1d6 --- /dev/null +++ b/stable/teamspeak3/10.3.0/questions.yaml @@ -0,0 +1,2730 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +questions: + # Portal + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Server Query Service RAW" + description: "The server query (RAW) service of teamspeak3" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Server Query (RAW) Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10011 + required: true + - variable: query + label: "Server Query Service SSH" + description: "The server query (SSH) service of teamspeak3" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: query + label: "Server Query (SSH) Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10022 + required: true + + - variable: voice + label: "Voice Service" + description: "The voice service of teamspeak3" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: voice + label: "Voice Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 9987 + required: true + - variable: files + label: "Server File Transport Service" + description: "The file transport service of teamspeak3" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: files + label: "Server File Transport Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 30033 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: data + label: App Storage + description: Main App Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: config + label: App Config Storage + description: Stores the Application Configuration. + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/trilium-notes/12.2.0/templates/common.yaml b/stable/teamspeak3/10.3.0/templates/common.yaml similarity index 100% rename from stable/trilium-notes/12.2.0/templates/common.yaml rename to stable/teamspeak3/10.3.0/templates/common.yaml diff --git a/stable/tracks/5.1.3/values.yaml b/stable/teamspeak3/10.3.0/values.yaml similarity index 100% rename from stable/tracks/5.1.3/values.yaml rename to stable/teamspeak3/10.3.0/values.yaml diff --git a/stable/teedy-docs/5.2.0/CHANGELOG.md b/stable/teedy-docs/5.2.0/CHANGELOG.md deleted file mode 100644 index 4c3cb5fcbc4..00000000000 --- a/stable/teedy-docs/5.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [teedy-docs-4.1.11](https://github.com/truecharts/charts/compare/teedy-docs-4.1.10...teedy-docs-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [teedy-docs-4.1.10](https://github.com/truecharts/charts/compare/teedy-docs-4.1.9...teedy-docs-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [teedy-docs-4.1.9](https://github.com/truecharts/charts/compare/teedy-docs-4.1.8...teedy-docs-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [teedy-docs-4.1.8](https://github.com/truecharts/charts/compare/teedy-docs-4.1.7...teedy-docs-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [teedy-docs-4.1.7](https://github.com/truecharts/charts/compare/teedy-docs-4.1.6...teedy-docs-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [teedy-docs-4.1.6](https://github.com/truecharts/charts/compare/teedy-docs-4.1.5...teedy-docs-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [teedy-docs-4.1.5](https://github.com/truecharts/charts/compare/teedy-docs-4.1.4...teedy-docs-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [teedy-docs-4.1.4](https://github.com/truecharts/charts/compare/teedy-docs-4.1.3...teedy-docs-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [teedy-docs-4.1.3](https://github.com/truecharts/charts/compare/teedy-docs-4.1.0...teedy-docs-4.1.3) (2024-01-01) - -### Chore - diff --git a/stable/teedy-docs/5.2.0/Chart.yaml b/stable/teedy-docs/5.2.0/Chart.yaml deleted file mode 100644 index 16ae15ac574..00000000000 --- a/stable/teedy-docs/5.2.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Teedy is an open-source, lightweight document management system (DMS) for individuals and businesses. -home: https://truecharts.org/charts/stable/teedy-docs -icon: https://truecharts.org/img/hotlink-ok/chart-icons/teedy-docs.png -keywords: - - teedy-docs - - Cloud - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: teedy-docs -sources: - - https://github.com/sismics/docs - - https://github.com/truecharts/charts/tree/master/charts/stable/teedy-docs - - https://hub.docker.com/r/sismics/docs -type: application -version: 5.2.0 diff --git a/stable/teedy-docs/5.2.0/charts/common-18.1.2.tgz b/stable/teedy-docs/5.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/teedy-docs/5.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/teedy-docs/5.2.0/ix_values.yaml b/stable/teedy-docs/5.2.0/ix_values.yaml deleted file mode 100644 index 0e4e25f6647..00000000000 --- a/stable/teedy-docs/5.2.0/ix_values.yaml +++ /dev/null @@ -1,36 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: sismics/docs - tag: latest@sha256:9cb16c69472f9fd73fc56a763f109edcbe900a4ec5e4abe353493987da3214a2 -persistence: - data: - enabled: true - mountPath: /data -portal: - open: - enabled: false -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - enabled: false - ports: - main: - enabled: false -workload: - main: - podSpec: - containers: - main: - env: - DOCS_BASE_URL: "" - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false diff --git a/stable/traefik-forward-auth/3.1.3/.helmignore b/stable/teedy-docs/5.3.0/.helmignore similarity index 100% rename from stable/traefik-forward-auth/3.1.3/.helmignore rename to stable/teedy-docs/5.3.0/.helmignore diff --git a/stable/teedy-docs/5.3.0/CHANGELOG.md b/stable/teedy-docs/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..ece2c4f6445 --- /dev/null +++ b/stable/teedy-docs/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [teedy-docs-5.3.0](https://github.com/truecharts/charts/compare/teedy-docs-5.2.4...teedy-docs-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [teedy-docs-5.2.4](https://github.com/truecharts/charts/compare/teedy-docs-5.2.3...teedy-docs-5.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [teedy-docs-5.2.3](https://github.com/truecharts/charts/compare/teedy-docs-5.2.1...teedy-docs-5.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + +## [teedy-docs-4.1.11](https://github.com/truecharts/charts/compare/teedy-docs-4.1.10...teedy-docs-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [teedy-docs-4.1.10](https://github.com/truecharts/charts/compare/teedy-docs-4.1.9...teedy-docs-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [teedy-docs-4.1.9](https://github.com/truecharts/charts/compare/teedy-docs-4.1.8...teedy-docs-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [teedy-docs-4.1.8](https://github.com/truecharts/charts/compare/teedy-docs-4.1.7...teedy-docs-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [teedy-docs-4.1.7](https://github.com/truecharts/charts/compare/teedy-docs-4.1.6...teedy-docs-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [teedy-docs-4.1.6](https://github.com/truecharts/charts/compare/teedy-docs-4.1.5...teedy-docs-4.1.6) (2024-01-09) + +### Chore diff --git a/stable/teedy-docs/5.3.0/Chart.yaml b/stable/teedy-docs/5.3.0/Chart.yaml new file mode 100644 index 00000000000..eed82274870 --- /dev/null +++ b/stable/teedy-docs/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Teedy is an open-source, lightweight document management system (DMS) for individuals and businesses. +home: https://truecharts.org/charts/stable/teedy-docs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/teedy-docs.png +keywords: + - teedy-docs + - Cloud + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: teedy-docs +sources: + - https://github.com/sismics/docs + - https://github.com/truecharts/charts/tree/master/charts/stable/teedy-docs + - https://hub.docker.com/r/sismics/docs +type: application +version: 5.3.0 diff --git a/stable/teedy-docs/5.2.0/README.md b/stable/teedy-docs/5.3.0/README.md similarity index 100% rename from stable/teedy-docs/5.2.0/README.md rename to stable/teedy-docs/5.3.0/README.md diff --git a/stable/teedy-docs/5.3.0/app-changelog.md b/stable/teedy-docs/5.3.0/app-changelog.md new file mode 100644 index 00000000000..1d7041fc1e8 --- /dev/null +++ b/stable/teedy-docs/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [teedy-docs-5.3.0](https://github.com/truecharts/charts/compare/teedy-docs-5.2.4...teedy-docs-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/teedy-docs/5.2.0/app-readme.md b/stable/teedy-docs/5.3.0/app-readme.md similarity index 100% rename from stable/teedy-docs/5.2.0/app-readme.md rename to stable/teedy-docs/5.3.0/app-readme.md diff --git a/stable/teedy-docs/5.3.0/charts/common-18.2.0.tgz b/stable/teedy-docs/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/teedy-docs/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/teedy-docs/5.3.0/ix_values.yaml b/stable/teedy-docs/5.3.0/ix_values.yaml new file mode 100644 index 00000000000..8953b08b52a --- /dev/null +++ b/stable/teedy-docs/5.3.0/ix_values.yaml @@ -0,0 +1,36 @@ +image: + pullPolicy: IfNotPresent + repository: sismics/docs + tag: latest@sha256:774c6d21810c85f2227ab68645a76ac797ace2414cba3b69ddaca11b556c36ad +persistence: + data: + enabled: true + mountPath: /data +portal: + open: + enabled: false +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + enabled: false + ports: + main: + enabled: false +workload: + main: + podSpec: + containers: + main: + env: + DOCS_BASE_URL: "" + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false diff --git a/stable/teedy-docs/5.2.0/questions.yaml b/stable/teedy-docs/5.3.0/questions.yaml similarity index 100% rename from stable/teedy-docs/5.2.0/questions.yaml rename to stable/teedy-docs/5.3.0/questions.yaml diff --git a/stable/teedy-docs/5.2.0/templates/common.yaml b/stable/teedy-docs/5.3.0/templates/common.yaml similarity index 100% rename from stable/teedy-docs/5.2.0/templates/common.yaml rename to stable/teedy-docs/5.3.0/templates/common.yaml diff --git a/stable/traefik-forward-auth/3.1.3/values.yaml b/stable/teedy-docs/5.3.0/values.yaml similarity index 100% rename from stable/traefik-forward-auth/3.1.3/values.yaml rename to stable/teedy-docs/5.3.0/values.yaml diff --git a/stable/teedy/15.1.3/CHANGELOG.md b/stable/teedy/15.1.3/CHANGELOG.md deleted file mode 100644 index 29e07e3fd1e..00000000000 --- a/stable/teedy/15.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [teedy-14.1.11](https://github.com/truecharts/charts/compare/teedy-14.1.10...teedy-14.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [teedy-14.1.10](https://github.com/truecharts/charts/compare/teedy-14.1.9...teedy-14.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [teedy-14.1.9](https://github.com/truecharts/charts/compare/teedy-14.1.8...teedy-14.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [teedy-14.1.8](https://github.com/truecharts/charts/compare/teedy-14.1.7...teedy-14.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [teedy-14.1.7](https://github.com/truecharts/charts/compare/teedy-14.1.6...teedy-14.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [teedy-14.1.6](https://github.com/truecharts/charts/compare/teedy-14.1.5...teedy-14.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [teedy-14.1.5](https://github.com/truecharts/charts/compare/teedy-14.1.4...teedy-14.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [teedy-14.1.4](https://github.com/truecharts/charts/compare/teedy-14.1.3...teedy-14.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [teedy-14.1.3](https://github.com/truecharts/charts/compare/teedy-14.1.0...teedy-14.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/teedy/15.1.3/Chart.yaml b/stable/teedy/15.1.3/Chart.yaml deleted file mode 100644 index c674c9ef53b..00000000000 --- a/stable/teedy/15.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.11.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Teedy is an open source, lightweight document management system for individuals and businesses. -home: https://truecharts.org/charts/stable/teedy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/teedy.png -keywords: - - teedy - - documents - - management -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: teedy -sources: - - https://github.com/sismics/docs - - https://github.com/truecharts/charts/tree/master/charts/stable/teedy - - https://hub.docker.com/r/sismics/docs -type: application -version: 15.1.3 diff --git a/stable/teedy/15.1.3/charts/common-18.0.3.tgz b/stable/teedy/15.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/teedy/15.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/teedy/15.1.3/questions.yaml b/stable/teedy/15.1.3/questions.yaml deleted file mode 100755 index 8874d14ed5a..00000000000 --- a/stable/teedy/15.1.3/questions.yaml +++ /dev/null @@ -1,3237 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: DOCS_ADMIN_EMAIL_INIT - label: "DOCS_ADMIN_EMAIL_INIT" - description: "Sets the DOCS_ADMIN_EMAIL_INIT env var" - schema: - type: string - default: "" - - variable: DOCS_ADMIN_PASSWORD_INIT - label: "DOCS_ADMIN_PASSWORD_INIT" - description: "Sets the DOCS_ADMIN_PASSWORD_INIT env var" - schema: - type: string - default: "" - - variable: DOCS_SMTP_USERNAME - label: "DOCS_SMTP_USERNAME" - description: "Sets the DOCS_SMTP_USERNAME env var" - schema: - type: string - default: "" - - variable: DOCS_SMTP_PASSWORD - label: "DOCS_SMTP_PASSWORD" - description: "Sets the DOCS_SMTP_PASSWORD env var" - schema: - type: string - default: "" - - variable: DOCS_DEFAULT_LANGUAGE - label: "DOCS_DEFAULT_LANGUAGE" - description: "Sets the DOCS_DEFAULT_LANGUAGE env var" - schema: - type: string - default: "eng" - - variable: DOCS_BASE_URL - label: "DOCS_BASE_URL" - description: "Sets the DOCS_BASE_URL env var" - schema: - type: string - default: "" - - variable: DOCS_SMTP_HOSTNAME - label: "DOCS_SMTP_HOSTNAME" - description: "Sets the DOCS_SMTP_HOSTNAME env var" - schema: - type: string - default: "" - - variable: DOCS_SMTP_PORT - label: "DOCS_SMTP_PORT" - description: "Sets the DOCS_SMTP_PORT env var" - schema: - type: int - default: 0 - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10100 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/traggo/6.1.3/.helmignore b/stable/teedy/15.3.0/.helmignore similarity index 100% rename from stable/traggo/6.1.3/.helmignore rename to stable/teedy/15.3.0/.helmignore diff --git a/stable/teedy/15.3.0/CHANGELOG.md b/stable/teedy/15.3.0/CHANGELOG.md new file mode 100644 index 00000000000..b5e34718efa --- /dev/null +++ b/stable/teedy/15.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [teedy-15.3.0](https://github.com/truecharts/charts/compare/teedy-15.2.3...teedy-15.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [teedy-15.2.3](https://github.com/truecharts/charts/compare/teedy-15.2.2...teedy-15.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [teedy-15.2.2](https://github.com/truecharts/charts/compare/teedy-15.2.0...teedy-15.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [teedy-14.1.11](https://github.com/truecharts/charts/compare/teedy-14.1.10...teedy-14.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [teedy-14.1.10](https://github.com/truecharts/charts/compare/teedy-14.1.9...teedy-14.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [teedy-14.1.9](https://github.com/truecharts/charts/compare/teedy-14.1.8...teedy-14.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [teedy-14.1.8](https://github.com/truecharts/charts/compare/teedy-14.1.7...teedy-14.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [teedy-14.1.7](https://github.com/truecharts/charts/compare/teedy-14.1.6...teedy-14.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [teedy-14.1.6](https://github.com/truecharts/charts/compare/teedy-14.1.5...teedy-14.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/teedy/15.3.0/Chart.yaml b/stable/teedy/15.3.0/Chart.yaml new file mode 100644 index 00000000000..88a768d7ecb --- /dev/null +++ b/stable/teedy/15.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.11.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Teedy is an open source, lightweight document management system for individuals and businesses. +home: https://truecharts.org/charts/stable/teedy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/teedy.png +keywords: + - teedy + - documents + - management +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: teedy +sources: + - https://github.com/sismics/docs + - https://github.com/truecharts/charts/tree/master/charts/stable/teedy + - https://hub.docker.com/r/sismics/docs +type: application +version: 15.3.0 diff --git a/stable/teedy/15.1.3/README.md b/stable/teedy/15.3.0/README.md similarity index 100% rename from stable/teedy/15.1.3/README.md rename to stable/teedy/15.3.0/README.md diff --git a/stable/teedy/15.3.0/app-changelog.md b/stable/teedy/15.3.0/app-changelog.md new file mode 100644 index 00000000000..335aea12e31 --- /dev/null +++ b/stable/teedy/15.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [teedy-15.3.0](https://github.com/truecharts/charts/compare/teedy-15.2.3...teedy-15.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/teedy/15.1.3/app-readme.md b/stable/teedy/15.3.0/app-readme.md similarity index 100% rename from stable/teedy/15.1.3/app-readme.md rename to stable/teedy/15.3.0/app-readme.md diff --git a/stable/teedy/15.3.0/charts/common-18.2.0.tgz b/stable/teedy/15.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/teedy/15.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/teedy/15.1.3/ix_values.yaml b/stable/teedy/15.3.0/ix_values.yaml similarity index 100% rename from stable/teedy/15.1.3/ix_values.yaml rename to stable/teedy/15.3.0/ix_values.yaml diff --git a/stable/teedy/15.3.0/questions.yaml b/stable/teedy/15.3.0/questions.yaml new file mode 100755 index 00000000000..5b52dfcaa1d --- /dev/null +++ b/stable/teedy/15.3.0/questions.yaml @@ -0,0 +1,3195 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: DOCS_ADMIN_EMAIL_INIT + label: "DOCS_ADMIN_EMAIL_INIT" + description: "Sets the DOCS_ADMIN_EMAIL_INIT env var" + schema: + type: string + default: "" + - variable: DOCS_ADMIN_PASSWORD_INIT + label: "DOCS_ADMIN_PASSWORD_INIT" + description: "Sets the DOCS_ADMIN_PASSWORD_INIT env var" + schema: + type: string + default: "" + - variable: DOCS_SMTP_USERNAME + label: "DOCS_SMTP_USERNAME" + description: "Sets the DOCS_SMTP_USERNAME env var" + schema: + type: string + default: "" + - variable: DOCS_SMTP_PASSWORD + label: "DOCS_SMTP_PASSWORD" + description: "Sets the DOCS_SMTP_PASSWORD env var" + schema: + type: string + default: "" + - variable: DOCS_DEFAULT_LANGUAGE + label: "DOCS_DEFAULT_LANGUAGE" + description: "Sets the DOCS_DEFAULT_LANGUAGE env var" + schema: + type: string + default: "eng" + - variable: DOCS_BASE_URL + label: "DOCS_BASE_URL" + description: "Sets the DOCS_BASE_URL env var" + schema: + type: string + default: "" + - variable: DOCS_SMTP_HOSTNAME + label: "DOCS_SMTP_HOSTNAME" + description: "Sets the DOCS_SMTP_HOSTNAME env var" + schema: + type: string + default: "" + - variable: DOCS_SMTP_PORT + label: "DOCS_SMTP_PORT" + description: "Sets the DOCS_SMTP_PORT env var" + schema: + type: int + default: 0 + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10100 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: data + label: "App Data Storage" + description: "Stores the Application Data." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/tvheadend/19.2.0/templates/NOTES.txt b/stable/teedy/15.3.0/templates/NOTES.txt similarity index 100% rename from stable/tvheadend/19.2.0/templates/NOTES.txt rename to stable/teedy/15.3.0/templates/NOTES.txt diff --git a/stable/truecommand/19.1.3/templates/common.yaml b/stable/teedy/15.3.0/templates/common.yaml similarity index 100% rename from stable/truecommand/19.1.3/templates/common.yaml rename to stable/teedy/15.3.0/templates/common.yaml diff --git a/stable/traggo/6.1.3/values.yaml b/stable/teedy/15.3.0/values.yaml similarity index 100% rename from stable/traggo/6.1.3/values.yaml rename to stable/teedy/15.3.0/values.yaml diff --git a/stable/telethon-downloader/5.2.0/CHANGELOG.md b/stable/telethon-downloader/5.2.0/CHANGELOG.md deleted file mode 100644 index af5aeb6feb1..00000000000 --- a/stable/telethon-downloader/5.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - -## [telethon-downloader-4.1.12](https://github.com/truecharts/charts/compare/telethon-downloader-4.1.11...telethon-downloader-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [telethon-downloader-4.1.11](https://github.com/truecharts/charts/compare/telethon-downloader-4.1.10...telethon-downloader-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [telethon-downloader-4.1.10](https://github.com/truecharts/charts/compare/telethon-downloader-4.1.9...telethon-downloader-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [telethon-downloader-4.1.9](https://github.com/truecharts/charts/compare/telethon-downloader-4.1.8...telethon-downloader-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [telethon-downloader-4.1.8](https://github.com/truecharts/charts/compare/telethon-downloader-4.1.7...telethon-downloader-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [telethon-downloader-4.1.7](https://github.com/truecharts/charts/compare/telethon-downloader-4.1.6...telethon-downloader-4.1.7) (2024-01-14) - -### Chore - - - -- update container image jsavargas/telethon_downloader to latest[@8aa2877](https://github.com/8aa2877) by renovate ([#17161](https://github.com/truecharts/charts/issues/17161)) - - - - -## [telethon-downloader-4.1.6](https://github.com/truecharts/charts/compare/telethon-downloader-4.1.5...telethon-downloader-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [telethon-downloader-4.1.5](https://github.com/truecharts/charts/compare/telethon-downloader-4.1.4...telethon-downloader-4.1.5) (2024-01-02) - -### Chore - - diff --git a/stable/telethon-downloader/5.2.0/Chart.yaml b/stable/telethon-downloader/5.2.0/Chart.yaml deleted file mode 100644 index ec210d6aa12..00000000000 --- a/stable/telethon-downloader/5.2.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This is a simple Chart that downloads files sent to a telegram bot up to 2000mb using the Telethon library. -home: https://truecharts.org/charts/stable/telethon-downloader -icon: https://truecharts.org/img/hotlink-ok/chart-icons/telethon-downloader.png -keywords: - - telethon-downloader - - Downloaders -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: telethon-downloader -sources: - - https://docs.telethon.dev/ - - https://github.com/truecharts/charts/tree/master/charts/stable/telethon-downloader - - https://hub.docker.com/r/jsavargas/telethon_downloader -type: application -version: 5.2.0 diff --git a/stable/telethon-downloader/5.2.0/charts/common-18.1.2.tgz b/stable/telethon-downloader/5.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/telethon-downloader/5.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/telethon-downloader/5.2.0/ix_values.yaml b/stable/telethon-downloader/5.2.0/ix_values.yaml deleted file mode 100644 index cbc586daf78..00000000000 --- a/stable/telethon-downloader/5.2.0/ix_values.yaml +++ /dev/null @@ -1,46 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: jsavargas/telethon_downloader - tag: latest@sha256:31cfa030f40d52ef8c19e2bbfc4841d00bf6532a44d5f7460659c88e008da5da -persistence: - config: - enabled: true - mountPath: /config - pathdownload: - enabled: true - mountPath: /download - pathwatch: - enabled: true - mountPath: /watch -portal: - open: - enabled: false -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - enabled: false - ports: - main: - enabled: false -workload: - main: - podSpec: - containers: - main: - env: - TG_API_HASH: " " - TG_API_ID: " " - TG_AUTHORIZED_USER_ID: " " - TG_BOT_TOKEN: "" - TG_PROGRESS_DOWNLOAD: "" - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false diff --git a/stable/traktarr/5.1.3/.helmignore b/stable/telethon-downloader/5.3.0/.helmignore similarity index 100% rename from stable/traktarr/5.1.3/.helmignore rename to stable/telethon-downloader/5.3.0/.helmignore diff --git a/stable/telethon-downloader/5.3.0/CHANGELOG.md b/stable/telethon-downloader/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..452be1d8af2 --- /dev/null +++ b/stable/telethon-downloader/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [telethon-downloader-5.3.0](https://github.com/truecharts/charts/compare/telethon-downloader-5.2.4...telethon-downloader-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [telethon-downloader-5.2.4](https://github.com/truecharts/charts/compare/telethon-downloader-5.2.3...telethon-downloader-5.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [telethon-downloader-5.2.3](https://github.com/truecharts/charts/compare/telethon-downloader-5.2.1...telethon-downloader-5.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + +## [telethon-downloader-4.1.12](https://github.com/truecharts/charts/compare/telethon-downloader-4.1.11...telethon-downloader-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [telethon-downloader-4.1.11](https://github.com/truecharts/charts/compare/telethon-downloader-4.1.10...telethon-downloader-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [telethon-downloader-4.1.10](https://github.com/truecharts/charts/compare/telethon-downloader-4.1.9...telethon-downloader-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [telethon-downloader-4.1.9](https://github.com/truecharts/charts/compare/telethon-downloader-4.1.8...telethon-downloader-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [telethon-downloader-4.1.8](https://github.com/truecharts/charts/compare/telethon-downloader-4.1.7...telethon-downloader-4.1.8) (2024-01-21) + +### Chore + diff --git a/stable/telethon-downloader/5.3.0/Chart.yaml b/stable/telethon-downloader/5.3.0/Chart.yaml new file mode 100644 index 00000000000..f9835fa183c --- /dev/null +++ b/stable/telethon-downloader/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is a simple Chart that downloads files sent to a telegram bot up to 2000mb using the Telethon library. +home: https://truecharts.org/charts/stable/telethon-downloader +icon: https://truecharts.org/img/hotlink-ok/chart-icons/telethon-downloader.png +keywords: + - telethon-downloader + - Downloaders +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: telethon-downloader +sources: + - https://docs.telethon.dev/ + - https://github.com/truecharts/charts/tree/master/charts/stable/telethon-downloader + - https://hub.docker.com/r/jsavargas/telethon_downloader +type: application +version: 5.3.0 diff --git a/stable/telethon-downloader/5.2.0/README.md b/stable/telethon-downloader/5.3.0/README.md similarity index 100% rename from stable/telethon-downloader/5.2.0/README.md rename to stable/telethon-downloader/5.3.0/README.md diff --git a/stable/telethon-downloader/5.3.0/app-changelog.md b/stable/telethon-downloader/5.3.0/app-changelog.md new file mode 100644 index 00000000000..d1add0e6cc1 --- /dev/null +++ b/stable/telethon-downloader/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [telethon-downloader-5.3.0](https://github.com/truecharts/charts/compare/telethon-downloader-5.2.4...telethon-downloader-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/telethon-downloader/5.2.0/app-readme.md b/stable/telethon-downloader/5.3.0/app-readme.md similarity index 100% rename from stable/telethon-downloader/5.2.0/app-readme.md rename to stable/telethon-downloader/5.3.0/app-readme.md diff --git a/stable/telethon-downloader/5.3.0/charts/common-18.2.0.tgz b/stable/telethon-downloader/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/telethon-downloader/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/telethon-downloader/5.3.0/ix_values.yaml b/stable/telethon-downloader/5.3.0/ix_values.yaml new file mode 100644 index 00000000000..2efafdc34a0 --- /dev/null +++ b/stable/telethon-downloader/5.3.0/ix_values.yaml @@ -0,0 +1,46 @@ +image: + pullPolicy: IfNotPresent + repository: jsavargas/telethon_downloader + tag: latest@sha256:d9b035dbde580a957d35e8694c9c92c12a2f579c11e8faff5e1daf4e16546a3a +persistence: + config: + enabled: true + mountPath: /config + pathdownload: + enabled: true + mountPath: /download + pathwatch: + enabled: true + mountPath: /watch +portal: + open: + enabled: false +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + enabled: false + ports: + main: + enabled: false +workload: + main: + podSpec: + containers: + main: + env: + TG_API_HASH: " " + TG_API_ID: " " + TG_AUTHORIZED_USER_ID: " " + TG_BOT_TOKEN: "" + TG_PROGRESS_DOWNLOAD: "" + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false diff --git a/stable/telethon-downloader/5.2.0/questions.yaml b/stable/telethon-downloader/5.3.0/questions.yaml similarity index 100% rename from stable/telethon-downloader/5.2.0/questions.yaml rename to stable/telethon-downloader/5.3.0/questions.yaml diff --git a/stable/telethon-downloader/5.2.0/templates/common.yaml b/stable/telethon-downloader/5.3.0/templates/common.yaml similarity index 100% rename from stable/telethon-downloader/5.2.0/templates/common.yaml rename to stable/telethon-downloader/5.3.0/templates/common.yaml diff --git a/stable/traktarr/5.1.3/values.yaml b/stable/telethon-downloader/5.3.0/values.yaml similarity index 100% rename from stable/traktarr/5.1.3/values.yaml rename to stable/telethon-downloader/5.3.0/values.yaml diff --git a/stable/terraria-tshock/6.1.3/CHANGELOG.md b/stable/terraria-tshock/6.1.3/CHANGELOG.md deleted file mode 100644 index 9d62b8e949f..00000000000 --- a/stable/terraria-tshock/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [terraria-tshock-5.1.11](https://github.com/truecharts/charts/compare/terraria-tshock-5.1.10...terraria-tshock-5.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [terraria-tshock-5.1.10](https://github.com/truecharts/charts/compare/terraria-tshock-5.1.9...terraria-tshock-5.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [terraria-tshock-5.1.9](https://github.com/truecharts/charts/compare/terraria-tshock-5.1.8...terraria-tshock-5.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [terraria-tshock-5.1.8](https://github.com/truecharts/charts/compare/terraria-tshock-5.1.7...terraria-tshock-5.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [terraria-tshock-5.1.7](https://github.com/truecharts/charts/compare/terraria-tshock-5.1.6...terraria-tshock-5.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [terraria-tshock-5.1.6](https://github.com/truecharts/charts/compare/terraria-tshock-5.1.5...terraria-tshock-5.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [terraria-tshock-5.1.5](https://github.com/truecharts/charts/compare/terraria-tshock-5.1.4...terraria-tshock-5.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [terraria-tshock-5.1.4](https://github.com/truecharts/charts/compare/terraria-tshock-5.1.3...terraria-tshock-5.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [terraria-tshock-5.1.3](https://github.com/truecharts/charts/compare/terraria-tshock-5.1.0...terraria-tshock-5.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/terraria-tshock/6.1.3/Chart.yaml b/stable/terraria-tshock/6.1.3/Chart.yaml deleted file mode 100644 index d8bbc433411..00000000000 --- a/stable/terraria-tshock/6.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: tshock -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: SteamCMD Terraria and the TShock MOD. -home: https://truecharts.org/charts/stable/terraria-tshock -icon: https://truecharts.org/img/hotlink-ok/chart-icons/terraria-tshock.png -keywords: - - terraria-tshock - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: terraria-tshock -sources: - - https://tshock.co/ - - https://github.com/truecharts/charts/tree/master/charts/stable/terraria-tshock - - https://hub.docker.com/r/ich777/terrariaserver -type: application -version: 6.1.3 diff --git a/stable/terraria-tshock/6.1.3/charts/common-18.0.3.tgz b/stable/terraria-tshock/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/terraria-tshock/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/trango/5.1.3/.helmignore b/stable/terraria-tshock/6.3.0/.helmignore similarity index 100% rename from stable/trango/5.1.3/.helmignore rename to stable/terraria-tshock/6.3.0/.helmignore diff --git a/stable/terraria-tshock/6.3.0/CHANGELOG.md b/stable/terraria-tshock/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..cb76a3a2489 --- /dev/null +++ b/stable/terraria-tshock/6.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [terraria-tshock-6.3.0](https://github.com/truecharts/charts/compare/terraria-tshock-6.2.3...terraria-tshock-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [terraria-tshock-6.2.3](https://github.com/truecharts/charts/compare/terraria-tshock-6.2.2...terraria-tshock-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [terraria-tshock-6.2.2](https://github.com/truecharts/charts/compare/terraria-tshock-6.2.0...terraria-tshock-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [terraria-tshock-5.1.11](https://github.com/truecharts/charts/compare/terraria-tshock-5.1.10...terraria-tshock-5.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [terraria-tshock-5.1.10](https://github.com/truecharts/charts/compare/terraria-tshock-5.1.9...terraria-tshock-5.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [terraria-tshock-5.1.9](https://github.com/truecharts/charts/compare/terraria-tshock-5.1.8...terraria-tshock-5.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [terraria-tshock-5.1.8](https://github.com/truecharts/charts/compare/terraria-tshock-5.1.7...terraria-tshock-5.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [terraria-tshock-5.1.7](https://github.com/truecharts/charts/compare/terraria-tshock-5.1.6...terraria-tshock-5.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [terraria-tshock-5.1.6](https://github.com/truecharts/charts/compare/terraria-tshock-5.1.5...terraria-tshock-5.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/terraria-tshock/6.3.0/Chart.yaml b/stable/terraria-tshock/6.3.0/Chart.yaml new file mode 100644 index 00000000000..e48af3a22d3 --- /dev/null +++ b/stable/terraria-tshock/6.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: tshock +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: SteamCMD Terraria and the TShock MOD. +home: https://truecharts.org/charts/stable/terraria-tshock +icon: https://truecharts.org/img/hotlink-ok/chart-icons/terraria-tshock.png +keywords: + - terraria-tshock + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: terraria-tshock +sources: + - https://tshock.co/ + - https://github.com/truecharts/charts/tree/master/charts/stable/terraria-tshock + - https://hub.docker.com/r/ich777/terrariaserver +type: application +version: 6.3.0 diff --git a/stable/terraria-tshock/6.1.3/README.md b/stable/terraria-tshock/6.3.0/README.md similarity index 100% rename from stable/terraria-tshock/6.1.3/README.md rename to stable/terraria-tshock/6.3.0/README.md diff --git a/stable/terraria-tshock/6.3.0/app-changelog.md b/stable/terraria-tshock/6.3.0/app-changelog.md new file mode 100644 index 00000000000..1db541c1b38 --- /dev/null +++ b/stable/terraria-tshock/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [terraria-tshock-6.3.0](https://github.com/truecharts/charts/compare/terraria-tshock-6.2.3...terraria-tshock-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/terraria-tshock/6.1.3/app-readme.md b/stable/terraria-tshock/6.3.0/app-readme.md similarity index 100% rename from stable/terraria-tshock/6.1.3/app-readme.md rename to stable/terraria-tshock/6.3.0/app-readme.md diff --git a/stable/terraria-tshock/6.3.0/charts/common-18.2.0.tgz b/stable/terraria-tshock/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/terraria-tshock/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/terraria-tshock/6.1.3/ix_values.yaml b/stable/terraria-tshock/6.3.0/ix_values.yaml similarity index 100% rename from stable/terraria-tshock/6.1.3/ix_values.yaml rename to stable/terraria-tshock/6.3.0/ix_values.yaml diff --git a/stable/terraria-tshock/6.1.3/questions.yaml b/stable/terraria-tshock/6.3.0/questions.yaml similarity index 100% rename from stable/terraria-tshock/6.1.3/questions.yaml rename to stable/terraria-tshock/6.3.0/questions.yaml diff --git a/stable/terraria-tshock/6.1.3/templates/_secret.tpl b/stable/terraria-tshock/6.3.0/templates/_secret.tpl similarity index 100% rename from stable/terraria-tshock/6.1.3/templates/_secret.tpl rename to stable/terraria-tshock/6.3.0/templates/_secret.tpl diff --git a/stable/terraria-tshock/6.1.3/templates/common.yaml b/stable/terraria-tshock/6.3.0/templates/common.yaml similarity index 100% rename from stable/terraria-tshock/6.1.3/templates/common.yaml rename to stable/terraria-tshock/6.3.0/templates/common.yaml diff --git a/stable/trango/5.1.3/values.yaml b/stable/terraria-tshock/6.3.0/values.yaml similarity index 100% rename from stable/trango/5.1.3/values.yaml rename to stable/terraria-tshock/6.3.0/values.yaml diff --git a/stable/theforest/5.1.3/CHANGELOG.md b/stable/theforest/5.1.3/CHANGELOG.md deleted file mode 100644 index 62f1a5f5dca..00000000000 --- a/stable/theforest/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [theforest-4.1.11](https://github.com/truecharts/charts/compare/theforest-4.1.10...theforest-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [theforest-4.1.10](https://github.com/truecharts/charts/compare/theforest-4.1.9...theforest-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [theforest-4.1.9](https://github.com/truecharts/charts/compare/theforest-4.1.8...theforest-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [theforest-4.1.8](https://github.com/truecharts/charts/compare/theforest-4.1.7...theforest-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [theforest-4.1.7](https://github.com/truecharts/charts/compare/theforest-4.1.6...theforest-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [theforest-4.1.6](https://github.com/truecharts/charts/compare/theforest-4.1.5...theforest-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [theforest-4.1.5](https://github.com/truecharts/charts/compare/theforest-4.1.4...theforest-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [theforest-4.1.4](https://github.com/truecharts/charts/compare/theforest-4.1.3...theforest-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [theforest-4.1.3](https://github.com/truecharts/charts/compare/theforest-4.1.0...theforest-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/theforest/5.1.3/Chart.yaml b/stable/theforest/5.1.3/Chart.yaml deleted file mode 100644 index 76b63bd839b..00000000000 --- a/stable/theforest/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: theforest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "This Docker will download and install SteamCMD. It will also install The Forest and run it. SERVERNAME: 'The Forest Docker' SERVERPASSWORD: 'Chart' ADMINPASSWORD: 'adminChart' (you can change this in your SERVERFOLDER/config/config.cfg)" -home: https://truecharts.org/charts/stable/theforest -icon: https://truecharts.org/img/hotlink-ok/chart-icons/theforest.png -keywords: - - theforest - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: theforest -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/theforest - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/theforest/5.1.3/charts/common-18.0.3.tgz b/stable/theforest/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/theforest/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/transmission/20.1.3/.helmignore b/stable/theforest/5.3.0/.helmignore similarity index 100% rename from stable/transmission/20.1.3/.helmignore rename to stable/theforest/5.3.0/.helmignore diff --git a/stable/theforest/5.3.0/CHANGELOG.md b/stable/theforest/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..1ccbc1392bb --- /dev/null +++ b/stable/theforest/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [theforest-5.3.0](https://github.com/truecharts/charts/compare/theforest-5.2.3...theforest-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [theforest-5.2.3](https://github.com/truecharts/charts/compare/theforest-5.2.2...theforest-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [theforest-5.2.2](https://github.com/truecharts/charts/compare/theforest-5.2.0...theforest-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [theforest-4.1.11](https://github.com/truecharts/charts/compare/theforest-4.1.10...theforest-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [theforest-4.1.10](https://github.com/truecharts/charts/compare/theforest-4.1.9...theforest-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [theforest-4.1.9](https://github.com/truecharts/charts/compare/theforest-4.1.8...theforest-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [theforest-4.1.8](https://github.com/truecharts/charts/compare/theforest-4.1.7...theforest-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [theforest-4.1.7](https://github.com/truecharts/charts/compare/theforest-4.1.6...theforest-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [theforest-4.1.6](https://github.com/truecharts/charts/compare/theforest-4.1.5...theforest-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/theforest/5.3.0/Chart.yaml b/stable/theforest/5.3.0/Chart.yaml new file mode 100644 index 00000000000..01432ccc3c4 --- /dev/null +++ b/stable/theforest/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: theforest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "This Docker will download and install SteamCMD. It will also install The Forest and run it. SERVERNAME: 'The Forest Docker' SERVERPASSWORD: 'Chart' ADMINPASSWORD: 'adminChart' (you can change this in your SERVERFOLDER/config/config.cfg)" +home: https://truecharts.org/charts/stable/theforest +icon: https://truecharts.org/img/hotlink-ok/chart-icons/theforest.png +keywords: + - theforest + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: theforest +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/theforest + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/theforest/5.1.3/README.md b/stable/theforest/5.3.0/README.md similarity index 100% rename from stable/theforest/5.1.3/README.md rename to stable/theforest/5.3.0/README.md diff --git a/stable/theforest/5.3.0/app-changelog.md b/stable/theforest/5.3.0/app-changelog.md new file mode 100644 index 00000000000..0c0605b4536 --- /dev/null +++ b/stable/theforest/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [theforest-5.3.0](https://github.com/truecharts/charts/compare/theforest-5.2.3...theforest-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/theforest/5.1.3/app-readme.md b/stable/theforest/5.3.0/app-readme.md similarity index 100% rename from stable/theforest/5.1.3/app-readme.md rename to stable/theforest/5.3.0/app-readme.md diff --git a/stable/theforest/5.3.0/charts/common-18.2.0.tgz b/stable/theforest/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/theforest/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/theforest/5.1.3/ix_values.yaml b/stable/theforest/5.3.0/ix_values.yaml similarity index 100% rename from stable/theforest/5.1.3/ix_values.yaml rename to stable/theforest/5.3.0/ix_values.yaml diff --git a/stable/theforest/5.1.3/questions.yaml b/stable/theforest/5.3.0/questions.yaml similarity index 100% rename from stable/theforest/5.1.3/questions.yaml rename to stable/theforest/5.3.0/questions.yaml diff --git a/stable/theforest/5.1.3/templates/common.yaml b/stable/theforest/5.3.0/templates/common.yaml similarity index 100% rename from stable/theforest/5.1.3/templates/common.yaml rename to stable/theforest/5.3.0/templates/common.yaml diff --git a/stable/transmission/20.1.3/values.yaml b/stable/theforest/5.3.0/values.yaml similarity index 100% rename from stable/transmission/20.1.3/values.yaml rename to stable/theforest/5.3.0/values.yaml diff --git a/stable/thelounge/13.1.3/CHANGELOG.md b/stable/thelounge/13.1.3/CHANGELOG.md deleted file mode 100644 index 44093863497..00000000000 --- a/stable/thelounge/13.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [thelounge-12.1.11](https://github.com/truecharts/charts/compare/thelounge-12.1.10...thelounge-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [thelounge-12.1.10](https://github.com/truecharts/charts/compare/thelounge-12.1.9...thelounge-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [thelounge-12.1.9](https://github.com/truecharts/charts/compare/thelounge-12.1.8...thelounge-12.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [thelounge-12.1.8](https://github.com/truecharts/charts/compare/thelounge-12.1.7...thelounge-12.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [thelounge-12.1.7](https://github.com/truecharts/charts/compare/thelounge-12.1.6...thelounge-12.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [thelounge-12.1.6](https://github.com/truecharts/charts/compare/thelounge-12.1.5...thelounge-12.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [thelounge-12.1.5](https://github.com/truecharts/charts/compare/thelounge-12.1.4...thelounge-12.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [thelounge-12.1.4](https://github.com/truecharts/charts/compare/thelounge-12.1.3...thelounge-12.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [thelounge-12.1.3](https://github.com/truecharts/charts/compare/thelounge-12.1.0...thelounge-12.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/thelounge/13.1.3/Chart.yaml b/stable/thelounge/13.1.3/Chart.yaml deleted file mode 100644 index 834f9e4bed7..00000000000 --- a/stable/thelounge/13.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.4.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The Lounge, modern web IRC client designed for self-hosting -home: https://truecharts.org/charts/stable/thelounge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/thelounge.png -keywords: - - thelounge - - IRC - - The Lounge - - docker - - thelounge-docker -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: thelounge -sources: - - https://github.com/thelounge/thelounge - - https://github.com/truecharts/charts/tree/master/charts/stable/thelounge - - https://hub.docker.com/r/thelounge/thelounge -type: application -version: 13.1.3 diff --git a/stable/thelounge/13.1.3/charts/common-18.0.3.tgz b/stable/thelounge/13.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/thelounge/13.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/trilium-notes/12.2.0/.helmignore b/stable/thelounge/13.3.0/.helmignore similarity index 100% rename from stable/trilium-notes/12.2.0/.helmignore rename to stable/thelounge/13.3.0/.helmignore diff --git a/stable/thelounge/13.3.0/CHANGELOG.md b/stable/thelounge/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..54eee25bf97 --- /dev/null +++ b/stable/thelounge/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [thelounge-13.3.0](https://github.com/truecharts/charts/compare/thelounge-13.2.3...thelounge-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [thelounge-13.2.3](https://github.com/truecharts/charts/compare/thelounge-13.2.2...thelounge-13.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [thelounge-13.2.2](https://github.com/truecharts/charts/compare/thelounge-13.2.0...thelounge-13.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [thelounge-12.1.11](https://github.com/truecharts/charts/compare/thelounge-12.1.10...thelounge-12.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [thelounge-12.1.10](https://github.com/truecharts/charts/compare/thelounge-12.1.9...thelounge-12.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [thelounge-12.1.9](https://github.com/truecharts/charts/compare/thelounge-12.1.8...thelounge-12.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [thelounge-12.1.8](https://github.com/truecharts/charts/compare/thelounge-12.1.7...thelounge-12.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [thelounge-12.1.7](https://github.com/truecharts/charts/compare/thelounge-12.1.6...thelounge-12.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [thelounge-12.1.6](https://github.com/truecharts/charts/compare/thelounge-12.1.5...thelounge-12.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/thelounge/13.3.0/Chart.yaml b/stable/thelounge/13.3.0/Chart.yaml new file mode 100644 index 00000000000..c0909512837 --- /dev/null +++ b/stable/thelounge/13.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.4.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The Lounge, modern web IRC client designed for self-hosting +home: https://truecharts.org/charts/stable/thelounge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/thelounge.png +keywords: + - thelounge + - IRC + - The Lounge + - docker + - thelounge-docker +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: thelounge +sources: + - https://github.com/thelounge/thelounge + - https://github.com/truecharts/charts/tree/master/charts/stable/thelounge + - https://hub.docker.com/r/thelounge/thelounge +type: application +version: 13.3.0 diff --git a/stable/thelounge/13.1.3/README.md b/stable/thelounge/13.3.0/README.md similarity index 100% rename from stable/thelounge/13.1.3/README.md rename to stable/thelounge/13.3.0/README.md diff --git a/stable/thelounge/13.3.0/app-changelog.md b/stable/thelounge/13.3.0/app-changelog.md new file mode 100644 index 00000000000..7159033a697 --- /dev/null +++ b/stable/thelounge/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [thelounge-13.3.0](https://github.com/truecharts/charts/compare/thelounge-13.2.3...thelounge-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/thelounge/13.1.3/app-readme.md b/stable/thelounge/13.3.0/app-readme.md similarity index 100% rename from stable/thelounge/13.1.3/app-readme.md rename to stable/thelounge/13.3.0/app-readme.md diff --git a/stable/thelounge/13.3.0/charts/common-18.2.0.tgz b/stable/thelounge/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/thelounge/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/thelounge/13.1.3/ix_values.yaml b/stable/thelounge/13.3.0/ix_values.yaml similarity index 100% rename from stable/thelounge/13.1.3/ix_values.yaml rename to stable/thelounge/13.3.0/ix_values.yaml diff --git a/stable/thelounge/13.1.3/questions.yaml b/stable/thelounge/13.3.0/questions.yaml similarity index 100% rename from stable/thelounge/13.1.3/questions.yaml rename to stable/thelounge/13.3.0/questions.yaml diff --git a/stable/twtxt/10.1.3/templates/NOTES.txt b/stable/thelounge/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/twtxt/10.1.3/templates/NOTES.txt rename to stable/thelounge/13.3.0/templates/NOTES.txt diff --git a/stable/truenas-exporter/1.0.0/templates/common.yaml b/stable/thelounge/13.3.0/templates/common.yaml similarity index 100% rename from stable/truenas-exporter/1.0.0/templates/common.yaml rename to stable/thelounge/13.3.0/templates/common.yaml diff --git a/stable/trilium-notes/12.2.0/values.yaml b/stable/thelounge/13.3.0/values.yaml similarity index 100% rename from stable/trilium-notes/12.2.0/values.yaml rename to stable/thelounge/13.3.0/values.yaml diff --git a/stable/theme-park/9.2.1/CHANGELOG.md b/stable/theme-park/9.2.1/CHANGELOG.md deleted file mode 100644 index aa350635746..00000000000 --- a/stable/theme-park/9.2.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - -## [theme-park-8.1.12](https://github.com/truecharts/charts/compare/theme-park-8.1.11...theme-park-8.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [theme-park-8.1.11](https://github.com/truecharts/charts/compare/theme-park-8.1.10...theme-park-8.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [theme-park-8.1.10](https://github.com/truecharts/charts/compare/theme-park-8.1.9...theme-park-8.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [theme-park-8.1.9](https://github.com/truecharts/charts/compare/theme-park-8.1.8...theme-park-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [theme-park-8.1.8](https://github.com/truecharts/charts/compare/theme-park-8.1.7...theme-park-8.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [theme-park-8.1.7](https://github.com/truecharts/charts/compare/theme-park-8.1.6...theme-park-8.1.7) (2024-01-21) - -### Chore - - - -- update container image ghcr.io/onedr0p/theme-park to 1.15[@e8fc5cc](https://github.com/e8fc5cc) by renovate ([#17374](https://github.com/truecharts/charts/issues/17374)) - - - - -## [theme-park-8.1.6](https://github.com/truecharts/charts/compare/theme-park-8.1.5...theme-park-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [theme-park-8.1.5](https://github.com/truecharts/charts/compare/theme-park-8.1.4...theme-park-8.1.5) (2024-01-02) - -### Chore - - diff --git a/stable/theme-park/9.2.1/Chart.yaml b/stable/theme-park/9.2.1/Chart.yaml deleted file mode 100644 index 5beb19a8269..00000000000 --- a/stable/theme-park/9.2.1/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: customization - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.16.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Custom themes for your favorite apps! -home: https://truecharts.org/charts/stable/theme-park -icon: https://truecharts.org/img/hotlink-ok/chart-icons/theme-park.png -keywords: - - theme-park - - customization -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: theme-park -sources: - - https://github.com/gilbn/theme.park - - https://github.com/truecharts/charts/tree/master/charts/stable/theme-park - - https://ghcr.io/onedr0p/theme-park -type: application -version: 9.2.1 diff --git a/stable/theme-park/9.2.1/charts/common-18.0.3.tgz b/stable/theme-park/9.2.1/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/theme-park/9.2.1/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/troddit/5.1.3/.helmignore b/stable/theme-park/9.4.0/.helmignore similarity index 100% rename from stable/troddit/5.1.3/.helmignore rename to stable/theme-park/9.4.0/.helmignore diff --git a/stable/theme-park/9.4.0/CHANGELOG.md b/stable/theme-park/9.4.0/CHANGELOG.md new file mode 100644 index 00000000000..74ad5b9d9af --- /dev/null +++ b/stable/theme-park/9.4.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [theme-park-9.4.0](https://github.com/truecharts/charts/compare/theme-park-9.3.3...theme-park-9.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [theme-park-9.3.3](https://github.com/truecharts/charts/compare/theme-park-9.3.2...theme-park-9.3.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [theme-park-9.3.2](https://github.com/truecharts/charts/compare/theme-park-9.3.0...theme-park-9.3.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + +## [theme-park-8.1.12](https://github.com/truecharts/charts/compare/theme-park-8.1.11...theme-park-8.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [theme-park-8.1.11](https://github.com/truecharts/charts/compare/theme-park-8.1.10...theme-park-8.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [theme-park-8.1.10](https://github.com/truecharts/charts/compare/theme-park-8.1.9...theme-park-8.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [theme-park-8.1.9](https://github.com/truecharts/charts/compare/theme-park-8.1.8...theme-park-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [theme-park-8.1.8](https://github.com/truecharts/charts/compare/theme-park-8.1.7...theme-park-8.1.8) (2024-01-21) + +### Chore + diff --git a/stable/theme-park/9.4.0/Chart.yaml b/stable/theme-park/9.4.0/Chart.yaml new file mode 100644 index 00000000000..ace606dbf76 --- /dev/null +++ b/stable/theme-park/9.4.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: customization + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.16.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Custom themes for your favorite apps! +home: https://truecharts.org/charts/stable/theme-park +icon: https://truecharts.org/img/hotlink-ok/chart-icons/theme-park.png +keywords: + - theme-park + - customization +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: theme-park +sources: + - https://github.com/gilbn/theme.park + - https://github.com/truecharts/charts/tree/master/charts/stable/theme-park + - https://ghcr.io/onedr0p/theme-park +type: application +version: 9.4.0 diff --git a/stable/theme-park/9.2.1/README.md b/stable/theme-park/9.4.0/README.md similarity index 100% rename from stable/theme-park/9.2.1/README.md rename to stable/theme-park/9.4.0/README.md diff --git a/stable/theme-park/9.4.0/app-changelog.md b/stable/theme-park/9.4.0/app-changelog.md new file mode 100644 index 00000000000..521e0eb969e --- /dev/null +++ b/stable/theme-park/9.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [theme-park-9.4.0](https://github.com/truecharts/charts/compare/theme-park-9.3.3...theme-park-9.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/theme-park/9.2.1/app-readme.md b/stable/theme-park/9.4.0/app-readme.md similarity index 100% rename from stable/theme-park/9.2.1/app-readme.md rename to stable/theme-park/9.4.0/app-readme.md diff --git a/stable/theme-park/9.4.0/charts/common-18.2.0.tgz b/stable/theme-park/9.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/theme-park/9.4.0/charts/common-18.2.0.tgz differ diff --git a/stable/theme-park/9.2.1/ix_values.yaml b/stable/theme-park/9.4.0/ix_values.yaml similarity index 100% rename from stable/theme-park/9.2.1/ix_values.yaml rename to stable/theme-park/9.4.0/ix_values.yaml diff --git a/stable/theme-park/9.2.1/questions.yaml b/stable/theme-park/9.4.0/questions.yaml similarity index 100% rename from stable/theme-park/9.2.1/questions.yaml rename to stable/theme-park/9.4.0/questions.yaml diff --git a/stable/ubooquity/10.2.0/templates/NOTES.txt b/stable/theme-park/9.4.0/templates/NOTES.txt similarity index 100% rename from stable/ubooquity/10.2.0/templates/NOTES.txt rename to stable/theme-park/9.4.0/templates/NOTES.txt diff --git a/stable/tsmuxer/9.1.3/templates/common.yaml b/stable/theme-park/9.4.0/templates/common.yaml similarity index 100% rename from stable/tsmuxer/9.1.3/templates/common.yaml rename to stable/theme-park/9.4.0/templates/common.yaml diff --git a/stable/troddit/5.1.3/values.yaml b/stable/theme-park/9.4.0/values.yaml similarity index 100% rename from stable/troddit/5.1.3/values.yaml rename to stable/theme-park/9.4.0/values.yaml diff --git a/stable/thunderbird/5.1.4/CHANGELOG.md b/stable/thunderbird/5.1.4/CHANGELOG.md deleted file mode 100644 index 9ab2d4e6cf5..00000000000 --- a/stable/thunderbird/5.1.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [thunderbird-4.1.12](https://github.com/truecharts/charts/compare/thunderbird-4.1.11...thunderbird-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [thunderbird-4.1.11](https://github.com/truecharts/charts/compare/thunderbird-4.1.10...thunderbird-4.1.11) (2024-01-29) - -### Chore - - - -- update container image ich777/thunderbird to latest[@b93db06](https://github.com/b93db06) by renovate ([#17637](https://github.com/truecharts/charts/issues/17637)) - - -## [thunderbird-4.1.10](https://github.com/truecharts/charts/compare/thunderbird-4.1.9...thunderbird-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [thunderbird-4.1.9](https://github.com/truecharts/charts/compare/thunderbird-4.1.8...thunderbird-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [thunderbird-4.1.8](https://github.com/truecharts/charts/compare/thunderbird-4.1.7...thunderbird-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [thunderbird-4.1.7](https://github.com/truecharts/charts/compare/thunderbird-4.1.6...thunderbird-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [thunderbird-4.1.6](https://github.com/truecharts/charts/compare/thunderbird-4.1.5...thunderbird-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [thunderbird-4.1.5](https://github.com/truecharts/charts/compare/thunderbird-4.1.4...thunderbird-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [thunderbird-4.1.4](https://github.com/truecharts/charts/compare/thunderbird-4.1.3...thunderbird-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes diff --git a/stable/thunderbird/5.1.4/Chart.yaml b/stable/thunderbird/5.1.4/Chart.yaml deleted file mode 100644 index 8b4e4daa3b2..00000000000 --- a/stable/thunderbird/5.1.4/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install Thunderbird in the preferred version and language. -home: https://truecharts.org/charts/stable/thunderbird -icon: https://truecharts.org/img/hotlink-ok/chart-icons/thunderbird.png -keywords: - - thunderbird - - mail -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: thunderbird -sources: - - https://www.thunderbird.net/ - - https://github.com/truecharts/charts/tree/master/charts/stable/thunderbird - - https://hub.docker.com/r/ich777/thunderbird -type: application -version: 5.1.4 diff --git a/stable/thunderbird/5.1.4/charts/common-18.0.3.tgz b/stable/thunderbird/5.1.4/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/thunderbird/5.1.4/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/truecommand/19.1.3/.helmignore b/stable/thunderbird/5.3.0/.helmignore similarity index 100% rename from stable/truecommand/19.1.3/.helmignore rename to stable/thunderbird/5.3.0/.helmignore diff --git a/stable/thunderbird/5.3.0/CHANGELOG.md b/stable/thunderbird/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..cfb8dcdea68 --- /dev/null +++ b/stable/thunderbird/5.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [thunderbird-5.3.0](https://github.com/truecharts/charts/compare/thunderbird-5.2.3...thunderbird-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [thunderbird-5.2.3](https://github.com/truecharts/charts/compare/thunderbird-5.2.2...thunderbird-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [thunderbird-5.2.2](https://github.com/truecharts/charts/compare/thunderbird-5.2.0...thunderbird-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [thunderbird-4.1.12](https://github.com/truecharts/charts/compare/thunderbird-4.1.11...thunderbird-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [thunderbird-4.1.11](https://github.com/truecharts/charts/compare/thunderbird-4.1.10...thunderbird-4.1.11) (2024-01-29) + +### Chore + + + +- update container image ich777/thunderbird to latest[@b93db06](https://github.com/b93db06) by renovate ([#17637](https://github.com/truecharts/charts/issues/17637)) + + +## [thunderbird-4.1.10](https://github.com/truecharts/charts/compare/thunderbird-4.1.9...thunderbird-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [thunderbird-4.1.9](https://github.com/truecharts/charts/compare/thunderbird-4.1.8...thunderbird-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [thunderbird-4.1.8](https://github.com/truecharts/charts/compare/thunderbird-4.1.7...thunderbird-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [thunderbird-4.1.7](https://github.com/truecharts/charts/compare/thunderbird-4.1.6...thunderbird-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) \ No newline at end of file diff --git a/stable/thunderbird/5.3.0/Chart.yaml b/stable/thunderbird/5.3.0/Chart.yaml new file mode 100644 index 00000000000..b8695d5bcbe --- /dev/null +++ b/stable/thunderbird/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install Thunderbird in the preferred version and language. +home: https://truecharts.org/charts/stable/thunderbird +icon: https://truecharts.org/img/hotlink-ok/chart-icons/thunderbird.png +keywords: + - thunderbird + - mail +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: thunderbird +sources: + - https://www.thunderbird.net/ + - https://github.com/truecharts/charts/tree/master/charts/stable/thunderbird + - https://hub.docker.com/r/ich777/thunderbird +type: application +version: 5.3.0 diff --git a/stable/thunderbird/5.1.4/README.md b/stable/thunderbird/5.3.0/README.md similarity index 100% rename from stable/thunderbird/5.1.4/README.md rename to stable/thunderbird/5.3.0/README.md diff --git a/stable/thunderbird/5.3.0/app-changelog.md b/stable/thunderbird/5.3.0/app-changelog.md new file mode 100644 index 00000000000..d949602be41 --- /dev/null +++ b/stable/thunderbird/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [thunderbird-5.3.0](https://github.com/truecharts/charts/compare/thunderbird-5.2.3...thunderbird-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/thunderbird/5.1.4/app-readme.md b/stable/thunderbird/5.3.0/app-readme.md similarity index 100% rename from stable/thunderbird/5.1.4/app-readme.md rename to stable/thunderbird/5.3.0/app-readme.md diff --git a/stable/thunderbird/5.3.0/charts/common-18.2.0.tgz b/stable/thunderbird/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/thunderbird/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/thunderbird/5.1.4/ix_values.yaml b/stable/thunderbird/5.3.0/ix_values.yaml similarity index 100% rename from stable/thunderbird/5.1.4/ix_values.yaml rename to stable/thunderbird/5.3.0/ix_values.yaml diff --git a/stable/thunderbird/5.1.4/questions.yaml b/stable/thunderbird/5.3.0/questions.yaml similarity index 100% rename from stable/thunderbird/5.1.4/questions.yaml rename to stable/thunderbird/5.3.0/questions.yaml diff --git a/stable/thunderbird/5.1.4/templates/common.yaml b/stable/thunderbird/5.3.0/templates/common.yaml similarity index 100% rename from stable/thunderbird/5.1.4/templates/common.yaml rename to stable/thunderbird/5.3.0/templates/common.yaml diff --git a/stable/truecommand/19.1.3/values.yaml b/stable/thunderbird/5.3.0/values.yaml similarity index 100% rename from stable/truecommand/19.1.3/values.yaml rename to stable/thunderbird/5.3.0/values.yaml diff --git a/stable/truenas-exporter/1.0.0/.helmignore b/stable/timetagger/6.1.0/.helmignore similarity index 100% rename from stable/truenas-exporter/1.0.0/.helmignore rename to stable/timetagger/6.1.0/.helmignore diff --git a/stable/timetagger/6.1.0/CHANGELOG.md b/stable/timetagger/6.1.0/CHANGELOG.md new file mode 100644 index 00000000000..a861b1f8d70 --- /dev/null +++ b/stable/timetagger/6.1.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [timetagger-6.1.0](https://github.com/truecharts/charts/compare/timetagger-6.0.3...timetagger-6.1.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [timetagger-6.0.3](https://github.com/truecharts/charts/compare/timetagger-6.0.2...timetagger-6.0.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [timetagger-6.0.2](https://github.com/truecharts/charts/compare/timetagger-5.2.0...timetagger-6.0.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [timetagger-4.1.11](https://github.com/truecharts/charts/compare/timetagger-4.1.10...timetagger-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [timetagger-4.1.10](https://github.com/truecharts/charts/compare/timetagger-4.1.9...timetagger-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [timetagger-4.1.9](https://github.com/truecharts/charts/compare/timetagger-4.1.8...timetagger-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [timetagger-4.1.8](https://github.com/truecharts/charts/compare/timetagger-4.1.7...timetagger-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [timetagger-4.1.7](https://github.com/truecharts/charts/compare/timetagger-4.1.6...timetagger-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [timetagger-4.1.6](https://github.com/truecharts/charts/compare/timetagger-4.1.5...timetagger-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/timetagger/6.1.0/Chart.yaml b/stable/timetagger/6.1.0/Chart.yaml new file mode 100644 index 00000000000..5356a8dcba1 --- /dev/null +++ b/stable/timetagger/6.1.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 23.11.4 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An open source time-tracker with an interactive user experience and powerful reporting. +home: https://truecharts.org/charts/stable/timetagger +icon: https://truecharts.org/img/hotlink-ok/chart-icons/timetagger.png +keywords: + - time + - timetagger +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: timetagger +sources: + - https://timetagger.app + - https://github.com/almarklein/timetagger + - https://github.com/truecharts/charts/tree/master/charts/stable/timetagger + - https://ghcr.io/almarklein/timetagger +type: application +version: 6.1.0 diff --git a/stable/timetagger/6.1.0/README.md b/stable/timetagger/6.1.0/README.md new file mode 100644 index 00000000000..e3a3b086d5c --- /dev/null +++ b/stable/timetagger/6.1.0/README.md @@ -0,0 +1,28 @@ +--- +title: README +--- + +## General Info + +TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. +However only installations using the TrueNAS SCALE Apps system are supported. + +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/timetagger) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +_All Rights Reserved - The TrueCharts Project_ diff --git a/stable/timetagger/6.1.0/app-changelog.md b/stable/timetagger/6.1.0/app-changelog.md new file mode 100644 index 00000000000..9052af31bf6 --- /dev/null +++ b/stable/timetagger/6.1.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [timetagger-6.1.0](https://github.com/truecharts/charts/compare/timetagger-6.0.3...timetagger-6.1.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/timetagger/6.1.0/app-readme.md b/stable/timetagger/6.1.0/app-readme.md new file mode 100644 index 00000000000..8af287f2396 --- /dev/null +++ b/stable/timetagger/6.1.0/app-readme.md @@ -0,0 +1,8 @@ +An open source time-tracker with an interactive user experience and powerful reporting. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/timetagger](https://truecharts.org/charts/stable/timetagger) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! diff --git a/stable/timetagger/6.1.0/charts/common-18.2.0.tgz b/stable/timetagger/6.1.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/timetagger/6.1.0/charts/common-18.2.0.tgz differ diff --git a/stable/timetagger/6.1.0/ix_values.yaml b/stable/timetagger/6.1.0/ix_values.yaml new file mode 100644 index 00000000000..58d2de9d7a9 --- /dev/null +++ b/stable/timetagger/6.1.0/ix_values.yaml @@ -0,0 +1,28 @@ +image: + pullPolicy: IfNotPresent + repository: ghcr.io/almarklein/timetagger + tag: v23.11.4-nonroot@sha256:0ee74428c5859cb237a04f6cd0aa6f30b73bc80fa6cedb7b8116c63b8907ed6c +persistence: + config: + enabled: true + mountPath: /opt/_timetagger +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 1000 + runAsUser: 1000 +service: + main: + ports: + main: + port: 10286 +workload: + main: + podSpec: + containers: + main: + env: + TIMETAGGER_BIND: 0.0.0.0:{{ .Values.service.main.ports.main.port }} diff --git a/stable/timetagger/6.1.0/questions.yaml b/stable/timetagger/6.1.0/questions.yaml new file mode 100755 index 00000000000..786ddac8e3b --- /dev/null +++ b/stable/timetagger/6.1.0/questions.yaml @@ -0,0 +1,2876 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + label: Image Environment + schema: + additional_attrs: true + type: dict + attrs: + - variable: TIMETAGGER_CREDENTIALS + label: "Basic Auth User/Pass" + description: "Generate at https://timetagger.app/cred" + schema: + type: string + default: "" + required: false + - variable: TIMETAGGER_PROXY_AUTH_ENABLED + label: "Enable Proxy Auth" + schema: + type: string + default: "false" + required: false + - variable: TIMETAGGER_PROXY_AUTH_TRUSTED + label: "Trusted Proxy" + schema: + type: string + default: "" + show_if: [[TIMETAGGER_PROXY_AUTH_ENABLED, "=", "true"]] + - variable: TIMETAGGER_PROXY_AUTH_HEADER + label: "Header" + schema: + type: string + default: "X-Remote-User" + required: false + show_if: [[TIMETAGGER_PROXY_AUTH_ENABLED, "=", "true"]] + - variable: TIMETAGGER_LOG_LEVEL + label: "TIMETAGGER_LOG_LEVEL" + schema: + type: string + default: "info" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10286 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 1000 + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 1000 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/tvheadend/19.2.0/templates/common.yaml b/stable/timetagger/6.1.0/templates/common.yaml similarity index 100% rename from stable/tvheadend/19.2.0/templates/common.yaml rename to stable/timetagger/6.1.0/templates/common.yaml diff --git a/stable/truenas-exporter/1.0.0/values.yaml b/stable/timetagger/6.1.0/values.yaml similarity index 100% rename from stable/truenas-exporter/1.0.0/values.yaml rename to stable/timetagger/6.1.0/values.yaml diff --git a/stable/tinymediamanager/10.2.0/CHANGELOG.md b/stable/tinymediamanager/10.2.0/CHANGELOG.md deleted file mode 100644 index 6d86d69e339..00000000000 --- a/stable/tinymediamanager/10.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [tinymediamanager-9.0.8](https://github.com/truecharts/charts/compare/tinymediamanager-9.0.7...tinymediamanager-9.0.8) (2024-02-12) - -### Chore - - - -- update container image tinymediamanager/tinymediamanager to v5.0.2[@0c6b69c](https://github.com/0c6b69c) by renovate ([#18149](https://github.com/truecharts/charts/issues/18149)) - - -## [tinymediamanager-9.0.7](https://github.com/truecharts/charts/compare/tinymediamanager-9.0.6...tinymediamanager-9.0.7) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tinymediamanager-9.0.6](https://github.com/truecharts/charts/compare/tinymediamanager-9.0.5...tinymediamanager-9.0.6) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [tinymediamanager-9.0.5](https://github.com/truecharts/charts/compare/tinymediamanager-9.0.4...tinymediamanager-9.0.5) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [tinymediamanager-9.0.4](https://github.com/truecharts/charts/compare/tinymediamanager-9.0.3...tinymediamanager-9.0.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [tinymediamanager-9.0.3](https://github.com/truecharts/charts/compare/tinymediamanager-9.0.2...tinymediamanager-9.0.3) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [tinymediamanager-9.0.2](https://github.com/truecharts/charts/compare/tinymediamanager-9.0.1...tinymediamanager-9.0.2) (2024-01-21) - -### Chore - - - -- update container image tinymediamanager/tinymediamanager to v5.0.1[@0fc0390](https://github.com/0fc0390) by renovate ([#17435](https://github.com/truecharts/charts/issues/17435)) - - - - -## [tinymediamanager-9.0.1](https://github.com/truecharts/charts/compare/tinymediamanager-9.0.0...tinymediamanager-9.0.1) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [tinymediamanager-9.0.0](https://github.com/truecharts/charts/compare/tinymediamanager-8.1.5...tinymediamanager-9.0.0) (2024-01-03) - -### Chore - - - -- update container image tinymediamanager/tinymediamanager to v5.0.0[@c9b936e](https://github.com/c9b936e) by renovate ([#16729](https://github.com/truecharts/charts/issues/16729)) diff --git a/stable/tinymediamanager/10.2.0/Chart.yaml b/stable/tinymediamanager/10.2.0/Chart.yaml deleted file mode 100644 index c2d40f679ce..00000000000 --- a/stable/tinymediamanager/10.2.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.0.2 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: TinyMediaManager is a full featured media manager to organize and clean up your media library. -home: https://truecharts.org/charts/stable/tinymediamanager -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tinymediamanager.png -keywords: - - tiny - - media - - manager -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tinymediamanager -sources: - - https://gitlab.com/tinyMediaManager/tinyMediaManager - - https://github.com/truecharts/charts/tree/master/charts/stable/tinymediamanager - - https://hub.docker.com/r/tinymediamanager/tinymediamanager -type: application -version: 10.2.0 diff --git a/stable/tinymediamanager/10.2.0/charts/common-18.1.2.tgz b/stable/tinymediamanager/10.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/tinymediamanager/10.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/tinymediamanager/10.2.0/ix_values.yaml b/stable/tinymediamanager/10.2.0/ix_values.yaml deleted file mode 100644 index 22f390d2ba6..00000000000 --- a/stable/tinymediamanager/10.2.0/ix_values.yaml +++ /dev/null @@ -1,36 +0,0 @@ -image: - repository: tinymediamanager/tinymediamanager - tag: 5.0.2@sha256:0c6b69cf6db368df5babd706f1879a1f8375a4e1ffbd03b22662f2a928d6ea56 - pullPolicy: IfNotPresent -service: - main: - ports: - main: - port: 10179 - targetPort: 4000 -persistence: - data: - enabled: true - mountPath: "/data" - movies: - enabled: true - mountPath: "/media/movies" - tvshows: - enabled: true - mountPath: "/media/tvshows" -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - env: - PASSWORD: "" diff --git a/stable/tsmuxer/9.1.3/.helmignore b/stable/tinymediamanager/10.3.0/.helmignore similarity index 100% rename from stable/tsmuxer/9.1.3/.helmignore rename to stable/tinymediamanager/10.3.0/.helmignore diff --git a/stable/tinymediamanager/10.3.0/CHANGELOG.md b/stable/tinymediamanager/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..9d086697eb7 --- /dev/null +++ b/stable/tinymediamanager/10.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tinymediamanager-10.3.0](https://github.com/truecharts/charts/compare/tinymediamanager-10.2.4...tinymediamanager-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [tinymediamanager-10.2.4](https://github.com/truecharts/charts/compare/tinymediamanager-10.2.3...tinymediamanager-10.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [tinymediamanager-10.2.3](https://github.com/truecharts/charts/compare/tinymediamanager-10.2.1...tinymediamanager-10.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [tinymediamanager-9.0.8](https://github.com/truecharts/charts/compare/tinymediamanager-9.0.7...tinymediamanager-9.0.8) (2024-02-12) + +### Chore + + + +- update container image tinymediamanager/tinymediamanager to v5.0.2[@0c6b69c](https://github.com/0c6b69c) by renovate ([#18149](https://github.com/truecharts/charts/issues/18149)) + + +## [tinymediamanager-9.0.7](https://github.com/truecharts/charts/compare/tinymediamanager-9.0.6...tinymediamanager-9.0.7) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [tinymediamanager-9.0.6](https://github.com/truecharts/charts/compare/tinymediamanager-9.0.5...tinymediamanager-9.0.6) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [tinymediamanager-9.0.5](https://github.com/truecharts/charts/compare/tinymediamanager-9.0.4...tinymediamanager-9.0.5) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [tinymediamanager-9.0.4](https://github.com/truecharts/charts/compare/tinymediamanager-9.0.3...tinymediamanager-9.0.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [tinymediamanager-9.0.3](https://github.com/truecharts/charts/compare/tinymediamanager-9.0.2...tinymediamanager-9.0.3) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) \ No newline at end of file diff --git a/stable/tinymediamanager/10.3.0/Chart.yaml b/stable/tinymediamanager/10.3.0/Chart.yaml new file mode 100644 index 00000000000..6f900560e26 --- /dev/null +++ b/stable/tinymediamanager/10.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.0.3 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: TinyMediaManager is a full featured media manager to organize and clean up your media library. +home: https://truecharts.org/charts/stable/tinymediamanager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tinymediamanager.png +keywords: + - tiny + - media + - manager +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tinymediamanager +sources: + - https://gitlab.com/tinyMediaManager/tinyMediaManager + - https://github.com/truecharts/charts/tree/master/charts/stable/tinymediamanager + - https://hub.docker.com/r/tinymediamanager/tinymediamanager +type: application +version: 10.3.0 diff --git a/stable/tinymediamanager/10.2.0/README.md b/stable/tinymediamanager/10.3.0/README.md similarity index 100% rename from stable/tinymediamanager/10.2.0/README.md rename to stable/tinymediamanager/10.3.0/README.md diff --git a/stable/tinymediamanager/10.3.0/app-changelog.md b/stable/tinymediamanager/10.3.0/app-changelog.md new file mode 100644 index 00000000000..7d64cfa3aae --- /dev/null +++ b/stable/tinymediamanager/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [tinymediamanager-10.3.0](https://github.com/truecharts/charts/compare/tinymediamanager-10.2.4...tinymediamanager-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/tinymediamanager/10.2.0/app-readme.md b/stable/tinymediamanager/10.3.0/app-readme.md similarity index 100% rename from stable/tinymediamanager/10.2.0/app-readme.md rename to stable/tinymediamanager/10.3.0/app-readme.md diff --git a/stable/tinymediamanager/10.3.0/charts/common-18.2.0.tgz b/stable/tinymediamanager/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/tinymediamanager/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/tinymediamanager/10.3.0/ix_values.yaml b/stable/tinymediamanager/10.3.0/ix_values.yaml new file mode 100644 index 00000000000..634b52eb9b0 --- /dev/null +++ b/stable/tinymediamanager/10.3.0/ix_values.yaml @@ -0,0 +1,36 @@ +image: + repository: tinymediamanager/tinymediamanager + tag: 5.0.3@sha256:b8895c8b25b66cdca06fe4d581413cbab1aee7fc0100501bf2ee5b01155552e9 + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 10179 + targetPort: 4000 +persistence: + data: + enabled: true + mountPath: "/data" + movies: + enabled: true + mountPath: "/media/movies" + tvshows: + enabled: true + mountPath: "/media/tvshows" +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + env: + PASSWORD: "" diff --git a/stable/tinymediamanager/10.2.0/questions.yaml b/stable/tinymediamanager/10.3.0/questions.yaml similarity index 100% rename from stable/tinymediamanager/10.2.0/questions.yaml rename to stable/tinymediamanager/10.3.0/questions.yaml diff --git a/stable/unifi/20.1.3/templates/NOTES.txt b/stable/tinymediamanager/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/unifi/20.1.3/templates/NOTES.txt rename to stable/tinymediamanager/10.3.0/templates/NOTES.txt diff --git a/stable/ubooquity/10.2.0/templates/common.yaml b/stable/tinymediamanager/10.3.0/templates/common.yaml similarity index 100% rename from stable/ubooquity/10.2.0/templates/common.yaml rename to stable/tinymediamanager/10.3.0/templates/common.yaml diff --git a/stable/tsmuxer/9.1.3/values.yaml b/stable/tinymediamanager/10.3.0/values.yaml similarity index 100% rename from stable/tsmuxer/9.1.3/values.yaml rename to stable/tinymediamanager/10.3.0/values.yaml diff --git a/stable/tonido/5.1.3/CHANGELOG.md b/stable/tonido/5.1.3/CHANGELOG.md deleted file mode 100644 index 28125cc391d..00000000000 --- a/stable/tonido/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [tonido-4.1.11](https://github.com/truecharts/charts/compare/tonido-4.1.10...tonido-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tonido-4.1.10](https://github.com/truecharts/charts/compare/tonido-4.1.9...tonido-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [tonido-4.1.9](https://github.com/truecharts/charts/compare/tonido-4.1.8...tonido-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [tonido-4.1.8](https://github.com/truecharts/charts/compare/tonido-4.1.7...tonido-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [tonido-4.1.7](https://github.com/truecharts/charts/compare/tonido-4.1.6...tonido-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [tonido-4.1.6](https://github.com/truecharts/charts/compare/tonido-4.1.5...tonido-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [tonido-4.1.5](https://github.com/truecharts/charts/compare/tonido-4.1.4...tonido-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [tonido-4.1.4](https://github.com/truecharts/charts/compare/tonido-4.1.3...tonido-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [tonido-4.1.3](https://github.com/truecharts/charts/compare/tonido-4.1.0...tonido-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/tonido/5.1.3/Chart.yaml b/stable/tonido/5.1.3/Chart.yaml deleted file mode 100644 index 225aa48ffe3..00000000000 --- a/stable/tonido/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Tonido Server allows you to access all your files on your computer from a web browser, smartphone, tablet or even DLNA enabled devices. No setup necessary. -home: https://truecharts.org/charts/stable/tonido -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tonido.png -keywords: - - tonido - - Cloud -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tonido -sources: - - https://registry.hub.docker.com/r/captinsano/tonido/ - - https://github.com/truecharts/charts/tree/master/charts/stable/tonido - - https://hub.docker.com/r/captinsano/tonido -type: application -version: 5.1.3 diff --git a/stable/tonido/5.1.3/charts/common-18.0.3.tgz b/stable/tonido/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/tonido/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/tt-rss/16.1.6/.helmignore b/stable/tonido/5.3.0/.helmignore similarity index 100% rename from stable/tt-rss/16.1.6/.helmignore rename to stable/tonido/5.3.0/.helmignore diff --git a/stable/tonido/5.3.0/CHANGELOG.md b/stable/tonido/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..0e1a2ff488a --- /dev/null +++ b/stable/tonido/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tonido-5.3.0](https://github.com/truecharts/charts/compare/tonido-5.2.3...tonido-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [tonido-5.2.3](https://github.com/truecharts/charts/compare/tonido-5.2.2...tonido-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [tonido-5.2.2](https://github.com/truecharts/charts/compare/tonido-5.2.0...tonido-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [tonido-4.1.11](https://github.com/truecharts/charts/compare/tonido-4.1.10...tonido-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [tonido-4.1.10](https://github.com/truecharts/charts/compare/tonido-4.1.9...tonido-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [tonido-4.1.9](https://github.com/truecharts/charts/compare/tonido-4.1.8...tonido-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [tonido-4.1.8](https://github.com/truecharts/charts/compare/tonido-4.1.7...tonido-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [tonido-4.1.7](https://github.com/truecharts/charts/compare/tonido-4.1.6...tonido-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [tonido-4.1.6](https://github.com/truecharts/charts/compare/tonido-4.1.5...tonido-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/tonido/5.3.0/Chart.yaml b/stable/tonido/5.3.0/Chart.yaml new file mode 100644 index 00000000000..a59d5cdf5f6 --- /dev/null +++ b/stable/tonido/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Tonido Server allows you to access all your files on your computer from a web browser, smartphone, tablet or even DLNA enabled devices. No setup necessary. +home: https://truecharts.org/charts/stable/tonido +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tonido.png +keywords: + - tonido + - Cloud +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tonido +sources: + - https://registry.hub.docker.com/r/captinsano/tonido/ + - https://github.com/truecharts/charts/tree/master/charts/stable/tonido + - https://hub.docker.com/r/captinsano/tonido +type: application +version: 5.3.0 diff --git a/stable/tonido/5.1.3/README.md b/stable/tonido/5.3.0/README.md similarity index 100% rename from stable/tonido/5.1.3/README.md rename to stable/tonido/5.3.0/README.md diff --git a/stable/tonido/5.3.0/app-changelog.md b/stable/tonido/5.3.0/app-changelog.md new file mode 100644 index 00000000000..339511fa877 --- /dev/null +++ b/stable/tonido/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [tonido-5.3.0](https://github.com/truecharts/charts/compare/tonido-5.2.3...tonido-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/tonido/5.1.3/app-readme.md b/stable/tonido/5.3.0/app-readme.md similarity index 100% rename from stable/tonido/5.1.3/app-readme.md rename to stable/tonido/5.3.0/app-readme.md diff --git a/stable/tonido/5.3.0/charts/common-18.2.0.tgz b/stable/tonido/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/tonido/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/tonido/5.1.3/ix_values.yaml b/stable/tonido/5.3.0/ix_values.yaml similarity index 100% rename from stable/tonido/5.1.3/ix_values.yaml rename to stable/tonido/5.3.0/ix_values.yaml diff --git a/stable/tonido/5.1.3/questions.yaml b/stable/tonido/5.3.0/questions.yaml similarity index 100% rename from stable/tonido/5.1.3/questions.yaml rename to stable/tonido/5.3.0/questions.yaml diff --git a/stable/tonido/5.1.3/templates/common.yaml b/stable/tonido/5.3.0/templates/common.yaml similarity index 100% rename from stable/tonido/5.1.3/templates/common.yaml rename to stable/tonido/5.3.0/templates/common.yaml diff --git a/stable/tt-rss/16.1.6/values.yaml b/stable/tonido/5.3.0/values.yaml similarity index 100% rename from stable/tt-rss/16.1.6/values.yaml rename to stable/tonido/5.3.0/values.yaml diff --git a/stable/traccar/15.1.3/CHANGELOG.md b/stable/traccar/15.1.3/CHANGELOG.md deleted file mode 100644 index de12e4eb63e..00000000000 --- a/stable/traccar/15.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [traccar-14.3.1](https://github.com/truecharts/charts/compare/traccar-14.3.0...traccar-14.3.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [traccar-14.3.0](https://github.com/truecharts/charts/compare/traccar-14.2.4...traccar-14.3.0) (2024-01-29) - -### Chore - - - -- update container image traccar/traccar to v5.12[@38dfd7c](https://github.com/38dfd7c) by renovate ([#17701](https://github.com/truecharts/charts/issues/17701)) - - -## [traccar-14.2.4](https://github.com/truecharts/charts/compare/traccar-14.2.3...traccar-14.2.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [traccar-14.2.3](https://github.com/truecharts/charts/compare/traccar-14.2.2...traccar-14.2.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [traccar-14.2.2](https://github.com/truecharts/charts/compare/traccar-14.2.1...traccar-14.2.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [traccar-14.2.1](https://github.com/truecharts/charts/compare/traccar-14.2.0...traccar-14.2.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [traccar-14.2.0](https://github.com/truecharts/charts/compare/traccar-14.1.6...traccar-14.2.0) (2024-01-15) - -### Chore - - - -- update container image traccar/traccar to v5.11[@1ffaa24](https://github.com/1ffaa24) by renovate ([#17284](https://github.com/truecharts/charts/issues/17284)) - - - - -## [traccar-14.1.6](https://github.com/truecharts/charts/compare/traccar-14.1.5...traccar-14.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [traccar-14.1.5](https://github.com/truecharts/charts/compare/traccar-14.1.4...traccar-14.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - diff --git a/stable/traccar/15.1.3/Chart.yaml b/stable/traccar/15.1.3/Chart.yaml deleted file mode 100644 index 7a79d3cc7e7..00000000000 --- a/stable/traccar/15.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.12.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Traccar is an open source GPS tracking system. -home: https://truecharts.org/charts/stable/traccar -icon: https://truecharts.org/img/hotlink-ok/chart-icons/traccar.png -keywords: - - traccar - - gps -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: traccar -sources: - - https://github.com/traccar/traccar - - https://github.com/truecharts/charts/tree/master/charts/stable/traccar - - https://hub.docker.com/r/traccar/traccar -type: application -version: 15.1.3 diff --git a/stable/traccar/15.1.3/charts/common-18.0.3.tgz b/stable/traccar/15.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/traccar/15.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/traccar/15.1.3/questions.yaml b/stable/traccar/15.1.3/questions.yaml deleted file mode 100755 index c3d26aa82e7..00000000000 --- a/stable/traccar/15.1.3/questions.yaml +++ /dev/null @@ -1,3201 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: CONFIG_USE_ENVIRONMENT_VARIABLES - label: "CONFIG_USE_ENVIRONMENT_VARIABLES" - description: "Sets the CONFIG_USE_ENVIRONMENT_VARIABLES env var" - schema: - type: boolean - default: true - - variable: LOGGER_CONSOLE - label: "LOGGER_CONSOLE" - description: "Sets the LOGGER_CONSOLE env var" - schema: - type: boolean - default: true - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 8082 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/tubearchivist-redisjson/5.1.3/.helmignore b/stable/traccar/15.3.0/.helmignore similarity index 100% rename from stable/tubearchivist-redisjson/5.1.3/.helmignore rename to stable/traccar/15.3.0/.helmignore diff --git a/stable/traccar/15.3.0/CHANGELOG.md b/stable/traccar/15.3.0/CHANGELOG.md new file mode 100644 index 00000000000..ded20471e71 --- /dev/null +++ b/stable/traccar/15.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [traccar-15.3.0](https://github.com/truecharts/charts/compare/traccar-15.2.3...traccar-15.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [traccar-15.2.3](https://github.com/truecharts/charts/compare/traccar-15.2.2...traccar-15.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [traccar-15.2.2](https://github.com/truecharts/charts/compare/traccar-15.2.0...traccar-15.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [traccar-14.3.1](https://github.com/truecharts/charts/compare/traccar-14.3.0...traccar-14.3.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [traccar-14.3.0](https://github.com/truecharts/charts/compare/traccar-14.2.4...traccar-14.3.0) (2024-01-29) + +### Chore + + + +- update container image traccar/traccar to v5.12[@38dfd7c](https://github.com/38dfd7c) by renovate ([#17701](https://github.com/truecharts/charts/issues/17701)) + + +## [traccar-14.2.4](https://github.com/truecharts/charts/compare/traccar-14.2.3...traccar-14.2.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [traccar-14.2.3](https://github.com/truecharts/charts/compare/traccar-14.2.2...traccar-14.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [traccar-14.2.2](https://github.com/truecharts/charts/compare/traccar-14.2.1...traccar-14.2.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [traccar-14.2.1](https://github.com/truecharts/charts/compare/traccar-14.2.0...traccar-14.2.1) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/traccar/15.3.0/Chart.yaml b/stable/traccar/15.3.0/Chart.yaml new file mode 100644 index 00000000000..373721d3afe --- /dev/null +++ b/stable/traccar/15.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.12.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Traccar is an open source GPS tracking system. +home: https://truecharts.org/charts/stable/traccar +icon: https://truecharts.org/img/hotlink-ok/chart-icons/traccar.png +keywords: + - traccar + - gps +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: traccar +sources: + - https://github.com/traccar/traccar + - https://github.com/truecharts/charts/tree/master/charts/stable/traccar + - https://hub.docker.com/r/traccar/traccar +type: application +version: 15.3.0 diff --git a/stable/traccar/15.1.3/README.md b/stable/traccar/15.3.0/README.md similarity index 100% rename from stable/traccar/15.1.3/README.md rename to stable/traccar/15.3.0/README.md diff --git a/stable/traccar/15.3.0/app-changelog.md b/stable/traccar/15.3.0/app-changelog.md new file mode 100644 index 00000000000..0c9219e0898 --- /dev/null +++ b/stable/traccar/15.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [traccar-15.3.0](https://github.com/truecharts/charts/compare/traccar-15.2.3...traccar-15.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/traccar/15.1.3/app-readme.md b/stable/traccar/15.3.0/app-readme.md similarity index 100% rename from stable/traccar/15.1.3/app-readme.md rename to stable/traccar/15.3.0/app-readme.md diff --git a/stable/traccar/15.3.0/charts/common-18.2.0.tgz b/stable/traccar/15.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/traccar/15.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/traccar/15.1.3/ix_values.yaml b/stable/traccar/15.3.0/ix_values.yaml similarity index 100% rename from stable/traccar/15.1.3/ix_values.yaml rename to stable/traccar/15.3.0/ix_values.yaml diff --git a/stable/traccar/15.3.0/questions.yaml b/stable/traccar/15.3.0/questions.yaml new file mode 100755 index 00000000000..6dd11c1be27 --- /dev/null +++ b/stable/traccar/15.3.0/questions.yaml @@ -0,0 +1,3159 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: CONFIG_USE_ENVIRONMENT_VARIABLES + label: "CONFIG_USE_ENVIRONMENT_VARIABLES" + description: "Sets the CONFIG_USE_ENVIRONMENT_VARIABLES env var" + schema: + type: boolean + default: true + - variable: LOGGER_CONSOLE + label: "LOGGER_CONSOLE" + description: "Sets the LOGGER_CONSOLE env var" + schema: + type: boolean + default: true + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 8082 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: data + label: "App Data Storage" + description: "Stores the Application Data." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/unmanic/10.1.3/templates/NOTES.txt b/stable/traccar/15.3.0/templates/NOTES.txt similarity index 100% rename from stable/unmanic/10.1.3/templates/NOTES.txt rename to stable/traccar/15.3.0/templates/NOTES.txt diff --git a/stable/unifi/20.1.3/templates/common.yaml b/stable/traccar/15.3.0/templates/common.yaml similarity index 100% rename from stable/unifi/20.1.3/templates/common.yaml rename to stable/traccar/15.3.0/templates/common.yaml diff --git a/stable/tubearchivist-redisjson/5.1.3/values.yaml b/stable/traccar/15.3.0/values.yaml similarity index 100% rename from stable/tubearchivist-redisjson/5.1.3/values.yaml rename to stable/traccar/15.3.0/values.yaml diff --git a/stable/tracks/5.1.3/CHANGELOG.md b/stable/tracks/5.1.3/CHANGELOG.md deleted file mode 100644 index 9307e1ab446..00000000000 --- a/stable/tracks/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - -## [tracks-4.1.11](https://github.com/truecharts/charts/compare/tracks-4.1.10...tracks-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tracks-4.1.10](https://github.com/truecharts/charts/compare/tracks-4.1.9...tracks-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [tracks-4.1.9](https://github.com/truecharts/charts/compare/tracks-4.1.8...tracks-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [tracks-4.1.8](https://github.com/truecharts/charts/compare/tracks-4.1.7...tracks-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [tracks-4.1.7](https://github.com/truecharts/charts/compare/tracks-4.1.6...tracks-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [tracks-4.1.6](https://github.com/truecharts/charts/compare/tracks-4.1.5...tracks-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [tracks-4.1.5](https://github.com/truecharts/charts/compare/tracks-4.1.4...tracks-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [tracks-4.1.4](https://github.com/truecharts/charts/compare/tracks-4.1.3...tracks-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) diff --git a/stable/tracks/5.1.3/Chart.yaml b/stable/tracks/5.1.3/Chart.yaml deleted file mode 100644 index 8f9e688b263..00000000000 --- a/stable/tracks/5.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "Tracks is a web-based todo application to help you implement the GTD methodology. " -home: https://truecharts.org/charts/stable/tracks -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tracks.png -keywords: - - tracks - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tracks -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/tracks - - https://hub.docker.com/r/tracksapp/tracks -type: application -version: 5.1.3 diff --git a/stable/tracks/5.1.3/charts/common-18.0.3.tgz b/stable/tracks/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/tracks/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/tubesync/5.1.3/.helmignore b/stable/tracks/5.3.0/.helmignore similarity index 100% rename from stable/tubesync/5.1.3/.helmignore rename to stable/tracks/5.3.0/.helmignore diff --git a/stable/tracks/5.3.0/CHANGELOG.md b/stable/tracks/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..21c91ef88e3 --- /dev/null +++ b/stable/tracks/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tracks-5.3.0](https://github.com/truecharts/charts/compare/tracks-5.2.3...tracks-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [tracks-5.2.3](https://github.com/truecharts/charts/compare/tracks-5.2.2...tracks-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [tracks-5.2.2](https://github.com/truecharts/charts/compare/tracks-5.2.0...tracks-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + +## [tracks-4.1.11](https://github.com/truecharts/charts/compare/tracks-4.1.10...tracks-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [tracks-4.1.10](https://github.com/truecharts/charts/compare/tracks-4.1.9...tracks-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [tracks-4.1.9](https://github.com/truecharts/charts/compare/tracks-4.1.8...tracks-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [tracks-4.1.8](https://github.com/truecharts/charts/compare/tracks-4.1.7...tracks-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [tracks-4.1.7](https://github.com/truecharts/charts/compare/tracks-4.1.6...tracks-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + diff --git a/stable/tracks/5.3.0/Chart.yaml b/stable/tracks/5.3.0/Chart.yaml new file mode 100644 index 00000000000..ac77db90c54 --- /dev/null +++ b/stable/tracks/5.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "Tracks is a web-based todo application to help you implement the GTD methodology. " +home: https://truecharts.org/charts/stable/tracks +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tracks.png +keywords: + - tracks + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tracks +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/tracks + - https://hub.docker.com/r/tracksapp/tracks +type: application +version: 5.3.0 diff --git a/stable/tracks/5.1.3/README.md b/stable/tracks/5.3.0/README.md similarity index 100% rename from stable/tracks/5.1.3/README.md rename to stable/tracks/5.3.0/README.md diff --git a/stable/tracks/5.3.0/app-changelog.md b/stable/tracks/5.3.0/app-changelog.md new file mode 100644 index 00000000000..37f9d4446dc --- /dev/null +++ b/stable/tracks/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [tracks-5.3.0](https://github.com/truecharts/charts/compare/tracks-5.2.3...tracks-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/tracks/5.1.3/app-readme.md b/stable/tracks/5.3.0/app-readme.md similarity index 100% rename from stable/tracks/5.1.3/app-readme.md rename to stable/tracks/5.3.0/app-readme.md diff --git a/stable/tracks/5.3.0/charts/common-18.2.0.tgz b/stable/tracks/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/tracks/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/tracks/5.1.3/ix_values.yaml b/stable/tracks/5.3.0/ix_values.yaml similarity index 100% rename from stable/tracks/5.1.3/ix_values.yaml rename to stable/tracks/5.3.0/ix_values.yaml diff --git a/stable/tracks/5.1.3/questions.yaml b/stable/tracks/5.3.0/questions.yaml similarity index 100% rename from stable/tracks/5.1.3/questions.yaml rename to stable/tracks/5.3.0/questions.yaml diff --git a/stable/tracks/5.1.3/templates/common.yaml b/stable/tracks/5.3.0/templates/common.yaml similarity index 100% rename from stable/tracks/5.1.3/templates/common.yaml rename to stable/tracks/5.3.0/templates/common.yaml diff --git a/stable/tubesync/5.1.3/values.yaml b/stable/tracks/5.3.0/values.yaml similarity index 100% rename from stable/tubesync/5.1.3/values.yaml rename to stable/tracks/5.3.0/values.yaml diff --git a/stable/traefik-forward-auth/3.1.3/CHANGELOG.md b/stable/traefik-forward-auth/3.1.3/CHANGELOG.md deleted file mode 100644 index a9e2a0a6256..00000000000 --- a/stable/traefik-forward-auth/3.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [traefik-forward-auth-2.1.14](https://github.com/truecharts/charts/compare/traefik-forward-auth-2.1.13...traefik-forward-auth-2.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [traefik-forward-auth-2.1.13](https://github.com/truecharts/charts/compare/traefik-forward-auth-2.1.12...traefik-forward-auth-2.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [traefik-forward-auth-2.1.12](https://github.com/truecharts/charts/compare/traefik-forward-auth-2.1.11...traefik-forward-auth-2.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [traefik-forward-auth-2.1.11](https://github.com/truecharts/charts/compare/traefik-forward-auth-2.1.10...traefik-forward-auth-2.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [traefik-forward-auth-2.1.10](https://github.com/truecharts/charts/compare/traefik-forward-auth-2.1.9...traefik-forward-auth-2.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [traefik-forward-auth-2.1.9](https://github.com/truecharts/charts/compare/traefik-forward-auth-2.1.8...traefik-forward-auth-2.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [traefik-forward-auth-2.1.8](https://github.com/truecharts/charts/compare/traefik-forward-auth-2.1.7...traefik-forward-auth-2.1.8) (2024-01-03) - -### Chore - - - -- update container image thomseddon/traefik-forward-auth to latest[@b364aa6](https://github.com/b364aa6) by renovate ([#16797](https://github.com/truecharts/charts/issues/16797)) - - -## [traefik-forward-auth-2.1.8](https://github.com/truecharts/charts/compare/traefik-forward-auth-2.1.7...traefik-forward-auth-2.1.8) (2024-01-03) - -### Chore - - - -- update container image thomseddon/traefik-forward-auth to latest[@b364aa6](https://github.com/b364aa6) by renovate ([#16797](https://github.com/truecharts/charts/issues/16797)) - - -## [traefik-forward-auth-2.1.7](https://github.com/truecharts/charts/compare/traefik-forward-auth-2.1.6...traefik-forward-auth-2.1.7) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - diff --git a/stable/traefik-forward-auth/3.1.3/Chart.yaml b/stable/traefik-forward-auth/3.1.3/Chart.yaml deleted file mode 100644 index 7a2da58b35f..00000000000 --- a/stable/traefik-forward-auth/3.1.3/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: network - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A minimal forward authentication service that provides OAuth/SSO login and authentication for the traefik reverse proxy/load balancer. An example for a typical setup is included in the source (docs/how-to.md). -home: https://truecharts.org/charts/stable/traefik-forward-auth -icon: https://truecharts.org/img/hotlink-ok/chart-icons/traefik-forward-auth.png -keywords: - - traefik-forward-auth - - traefik - - forward-auth - - auth - - ingress - - middleware -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: traefik-forward-auth -sources: - - https://github.com/thomseddon/traefik-forward-auth - - https://github.com/truecharts/charts/tree/master/charts/stable/traefik-forward-auth - - https://hub.docker.com/r/thomseddon/traefik-forward-auth -type: application -version: 3.1.3 diff --git a/stable/traefik-forward-auth/3.1.3/charts/common-18.0.3.tgz b/stable/traefik-forward-auth/3.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/traefik-forward-auth/3.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/tvheadend/19.2.0/.helmignore b/stable/traefik-forward-auth/3.3.0/.helmignore similarity index 100% rename from stable/tvheadend/19.2.0/.helmignore rename to stable/traefik-forward-auth/3.3.0/.helmignore diff --git a/stable/traefik-forward-auth/3.3.0/CHANGELOG.md b/stable/traefik-forward-auth/3.3.0/CHANGELOG.md new file mode 100644 index 00000000000..091a233d183 --- /dev/null +++ b/stable/traefik-forward-auth/3.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [traefik-forward-auth-3.3.0](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.2.3...traefik-forward-auth-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [traefik-forward-auth-3.2.3](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.2.2...traefik-forward-auth-3.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [traefik-forward-auth-3.2.2](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.2.0...traefik-forward-auth-3.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [traefik-forward-auth-2.1.14](https://github.com/truecharts/charts/compare/traefik-forward-auth-2.1.13...traefik-forward-auth-2.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [traefik-forward-auth-2.1.13](https://github.com/truecharts/charts/compare/traefik-forward-auth-2.1.12...traefik-forward-auth-2.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [traefik-forward-auth-2.1.12](https://github.com/truecharts/charts/compare/traefik-forward-auth-2.1.11...traefik-forward-auth-2.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [traefik-forward-auth-2.1.11](https://github.com/truecharts/charts/compare/traefik-forward-auth-2.1.10...traefik-forward-auth-2.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [traefik-forward-auth-2.1.10](https://github.com/truecharts/charts/compare/traefik-forward-auth-2.1.9...traefik-forward-auth-2.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [traefik-forward-auth-2.1.9](https://github.com/truecharts/charts/compare/traefik-forward-auth-2.1.8...traefik-forward-auth-2.1.9) (2024-01-09) + +### Chore + + diff --git a/stable/traefik-forward-auth/3.3.0/Chart.yaml b/stable/traefik-forward-auth/3.3.0/Chart.yaml new file mode 100644 index 00000000000..99fff0cb3fc --- /dev/null +++ b/stable/traefik-forward-auth/3.3.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A minimal forward authentication service that provides OAuth/SSO login and authentication for the traefik reverse proxy/load balancer. An example for a typical setup is included in the source (docs/how-to.md). +home: https://truecharts.org/charts/stable/traefik-forward-auth +icon: https://truecharts.org/img/hotlink-ok/chart-icons/traefik-forward-auth.png +keywords: + - traefik-forward-auth + - traefik + - forward-auth + - auth + - ingress + - middleware +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: traefik-forward-auth +sources: + - https://github.com/thomseddon/traefik-forward-auth + - https://github.com/truecharts/charts/tree/master/charts/stable/traefik-forward-auth + - https://hub.docker.com/r/thomseddon/traefik-forward-auth +type: application +version: 3.3.0 diff --git a/stable/traefik-forward-auth/3.1.3/README.md b/stable/traefik-forward-auth/3.3.0/README.md similarity index 100% rename from stable/traefik-forward-auth/3.1.3/README.md rename to stable/traefik-forward-auth/3.3.0/README.md diff --git a/stable/traefik-forward-auth/3.3.0/app-changelog.md b/stable/traefik-forward-auth/3.3.0/app-changelog.md new file mode 100644 index 00000000000..aec03546f38 --- /dev/null +++ b/stable/traefik-forward-auth/3.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [traefik-forward-auth-3.3.0](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.2.3...traefik-forward-auth-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/traefik-forward-auth/3.1.3/app-readme.md b/stable/traefik-forward-auth/3.3.0/app-readme.md similarity index 100% rename from stable/traefik-forward-auth/3.1.3/app-readme.md rename to stable/traefik-forward-auth/3.3.0/app-readme.md diff --git a/stable/traefik-forward-auth/3.3.0/charts/common-18.2.0.tgz b/stable/traefik-forward-auth/3.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/traefik-forward-auth/3.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/traefik-forward-auth/3.1.3/ix_values.yaml b/stable/traefik-forward-auth/3.3.0/ix_values.yaml similarity index 100% rename from stable/traefik-forward-auth/3.1.3/ix_values.yaml rename to stable/traefik-forward-auth/3.3.0/ix_values.yaml diff --git a/stable/traefik-forward-auth/3.1.3/questions.yaml b/stable/traefik-forward-auth/3.3.0/questions.yaml similarity index 100% rename from stable/traefik-forward-auth/3.1.3/questions.yaml rename to stable/traefik-forward-auth/3.3.0/questions.yaml diff --git a/stable/traefik-forward-auth/3.1.3/templates/_args.tpl b/stable/traefik-forward-auth/3.3.0/templates/_args.tpl similarity index 100% rename from stable/traefik-forward-auth/3.1.3/templates/_args.tpl rename to stable/traefik-forward-auth/3.3.0/templates/_args.tpl diff --git a/stable/traefik-forward-auth/3.1.3/templates/_secrets.tpl b/stable/traefik-forward-auth/3.3.0/templates/_secrets.tpl similarity index 100% rename from stable/traefik-forward-auth/3.1.3/templates/_secrets.tpl rename to stable/traefik-forward-auth/3.3.0/templates/_secrets.tpl diff --git a/stable/traefik-forward-auth/3.1.3/templates/common.yaml b/stable/traefik-forward-auth/3.3.0/templates/common.yaml similarity index 100% rename from stable/traefik-forward-auth/3.1.3/templates/common.yaml rename to stable/traefik-forward-auth/3.3.0/templates/common.yaml diff --git a/stable/tvheadend/19.2.0/values.yaml b/stable/traefik-forward-auth/3.3.0/values.yaml similarity index 100% rename from stable/tvheadend/19.2.0/values.yaml rename to stable/traefik-forward-auth/3.3.0/values.yaml diff --git a/stable/traggo/6.1.3/CHANGELOG.md b/stable/traggo/6.1.3/CHANGELOG.md deleted file mode 100644 index 50a2c23ba19..00000000000 --- a/stable/traggo/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [traggo-5.1.11](https://github.com/truecharts/charts/compare/traggo-5.1.10...traggo-5.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [traggo-5.1.10](https://github.com/truecharts/charts/compare/traggo-5.1.9...traggo-5.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [traggo-5.1.9](https://github.com/truecharts/charts/compare/traggo-5.1.8...traggo-5.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [traggo-5.1.8](https://github.com/truecharts/charts/compare/traggo-5.1.7...traggo-5.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [traggo-5.1.7](https://github.com/truecharts/charts/compare/traggo-5.1.6...traggo-5.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [traggo-5.1.6](https://github.com/truecharts/charts/compare/traggo-5.1.5...traggo-5.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [traggo-5.1.5](https://github.com/truecharts/charts/compare/traggo-5.1.4...traggo-5.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [traggo-5.1.4](https://github.com/truecharts/charts/compare/traggo-5.1.3...traggo-5.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [traggo-5.1.3](https://github.com/truecharts/charts/compare/traggo-5.1.0...traggo-5.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/traggo/6.1.3/Chart.yaml b/stable/traggo/6.1.3/Chart.yaml deleted file mode 100644 index d1c5470e6ed..00000000000 --- a/stable/traggo/6.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.3.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Traggo is a tag-based time tracking tool. In Traggo there are no tasks, only tagged time spans. -home: https://truecharts.org/charts/stable/traggo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/traggo.png -keywords: - - time-tracking - - tag -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: traggo -sources: - - https://github.com/traggo/server - - https://github.com/truecharts/charts/tree/master/charts/stable/traggo - - https://hub.docker.com/r/traggo/server -type: application -version: 6.1.3 diff --git a/stable/traggo/6.1.3/charts/common-18.0.3.tgz b/stable/traggo/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/traggo/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/tvhproxy/5.1.3/.helmignore b/stable/traggo/6.3.0/.helmignore similarity index 100% rename from stable/tvhproxy/5.1.3/.helmignore rename to stable/traggo/6.3.0/.helmignore diff --git a/stable/traggo/6.3.0/CHANGELOG.md b/stable/traggo/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..226c84a55c7 --- /dev/null +++ b/stable/traggo/6.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [traggo-6.3.0](https://github.com/truecharts/charts/compare/traggo-6.2.3...traggo-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [traggo-6.2.3](https://github.com/truecharts/charts/compare/traggo-6.2.2...traggo-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [traggo-6.2.2](https://github.com/truecharts/charts/compare/traggo-6.2.0...traggo-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [traggo-5.1.11](https://github.com/truecharts/charts/compare/traggo-5.1.10...traggo-5.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [traggo-5.1.10](https://github.com/truecharts/charts/compare/traggo-5.1.9...traggo-5.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [traggo-5.1.9](https://github.com/truecharts/charts/compare/traggo-5.1.8...traggo-5.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [traggo-5.1.8](https://github.com/truecharts/charts/compare/traggo-5.1.7...traggo-5.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [traggo-5.1.7](https://github.com/truecharts/charts/compare/traggo-5.1.6...traggo-5.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [traggo-5.1.6](https://github.com/truecharts/charts/compare/traggo-5.1.5...traggo-5.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/traggo/6.3.0/Chart.yaml b/stable/traggo/6.3.0/Chart.yaml new file mode 100644 index 00000000000..e24b71e21a4 --- /dev/null +++ b/stable/traggo/6.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.3.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Traggo is a tag-based time tracking tool. In Traggo there are no tasks, only tagged time spans. +home: https://truecharts.org/charts/stable/traggo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/traggo.png +keywords: + - time-tracking + - tag +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: traggo +sources: + - https://github.com/traggo/server + - https://github.com/truecharts/charts/tree/master/charts/stable/traggo + - https://hub.docker.com/r/traggo/server +type: application +version: 6.3.0 diff --git a/stable/traggo/6.1.3/README.md b/stable/traggo/6.3.0/README.md similarity index 100% rename from stable/traggo/6.1.3/README.md rename to stable/traggo/6.3.0/README.md diff --git a/stable/traggo/6.3.0/app-changelog.md b/stable/traggo/6.3.0/app-changelog.md new file mode 100644 index 00000000000..18e460e3f18 --- /dev/null +++ b/stable/traggo/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [traggo-6.3.0](https://github.com/truecharts/charts/compare/traggo-6.2.3...traggo-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/traggo/6.1.3/app-readme.md b/stable/traggo/6.3.0/app-readme.md similarity index 100% rename from stable/traggo/6.1.3/app-readme.md rename to stable/traggo/6.3.0/app-readme.md diff --git a/stable/traggo/6.3.0/charts/common-18.2.0.tgz b/stable/traggo/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/traggo/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/traggo/6.1.3/ix_values.yaml b/stable/traggo/6.3.0/ix_values.yaml similarity index 100% rename from stable/traggo/6.1.3/ix_values.yaml rename to stable/traggo/6.3.0/ix_values.yaml diff --git a/stable/traggo/6.1.3/questions.yaml b/stable/traggo/6.3.0/questions.yaml similarity index 100% rename from stable/traggo/6.1.3/questions.yaml rename to stable/traggo/6.3.0/questions.yaml diff --git a/stable/unpackerr/13.1.3/templates/NOTES.txt b/stable/traggo/6.3.0/templates/NOTES.txt similarity index 100% rename from stable/unpackerr/13.1.3/templates/NOTES.txt rename to stable/traggo/6.3.0/templates/NOTES.txt diff --git a/stable/traggo/6.1.3/templates/_secret.tpl b/stable/traggo/6.3.0/templates/_secret.tpl similarity index 100% rename from stable/traggo/6.1.3/templates/_secret.tpl rename to stable/traggo/6.3.0/templates/_secret.tpl diff --git a/stable/traggo/6.1.3/templates/common.yaml b/stable/traggo/6.3.0/templates/common.yaml similarity index 100% rename from stable/traggo/6.1.3/templates/common.yaml rename to stable/traggo/6.3.0/templates/common.yaml diff --git a/stable/tvhproxy/5.1.3/values.yaml b/stable/traggo/6.3.0/values.yaml similarity index 100% rename from stable/tvhproxy/5.1.3/values.yaml rename to stable/traggo/6.3.0/values.yaml diff --git a/stable/traktarr/5.1.3/CHANGELOG.md b/stable/traktarr/5.1.3/CHANGELOG.md deleted file mode 100644 index fed0a1da0b3..00000000000 --- a/stable/traktarr/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [traktarr-4.1.11](https://github.com/truecharts/charts/compare/traktarr-4.1.10...traktarr-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [traktarr-4.1.10](https://github.com/truecharts/charts/compare/traktarr-4.1.9...traktarr-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [traktarr-4.1.9](https://github.com/truecharts/charts/compare/traktarr-4.1.8...traktarr-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [traktarr-4.1.8](https://github.com/truecharts/charts/compare/traktarr-4.1.7...traktarr-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [traktarr-4.1.7](https://github.com/truecharts/charts/compare/traktarr-4.1.6...traktarr-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [traktarr-4.1.6](https://github.com/truecharts/charts/compare/traktarr-4.1.5...traktarr-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [traktarr-4.1.5](https://github.com/truecharts/charts/compare/traktarr-4.1.4...traktarr-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [traktarr-4.1.4](https://github.com/truecharts/charts/compare/traktarr-4.1.3...traktarr-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [traktarr-4.1.3](https://github.com/truecharts/charts/compare/traktarr-4.1.0...traktarr-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/traktarr/5.1.3/Chart.yaml b/stable/traktarr/5.1.3/Chart.yaml deleted file mode 100644 index d3b46351d88..00000000000 --- a/stable/traktarr/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Script to add new series and movies to Sonarr/Radarr based on Trakt lists. -home: https://truecharts.org/charts/stable/traktarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/traktarr.png -keywords: - - traktarr - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: traktarr -sources: - - https://github.com/l3uddz/traktarr - - https://github.com/truecharts/charts/tree/master/charts/stable/traktarr - - https://hub.docker.com/r/eafxx/traktarr -type: application -version: 5.1.3 diff --git a/stable/traktarr/5.1.3/charts/common-18.0.3.tgz b/stable/traktarr/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/traktarr/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/twonky-server/5.2.0/.helmignore b/stable/traktarr/5.3.0/.helmignore similarity index 100% rename from stable/twonky-server/5.2.0/.helmignore rename to stable/traktarr/5.3.0/.helmignore diff --git a/stable/traktarr/5.3.0/CHANGELOG.md b/stable/traktarr/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..2b993d72087 --- /dev/null +++ b/stable/traktarr/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [traktarr-5.3.0](https://github.com/truecharts/charts/compare/traktarr-5.2.3...traktarr-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [traktarr-5.2.3](https://github.com/truecharts/charts/compare/traktarr-5.2.2...traktarr-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [traktarr-5.2.2](https://github.com/truecharts/charts/compare/traktarr-5.2.0...traktarr-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [traktarr-4.1.11](https://github.com/truecharts/charts/compare/traktarr-4.1.10...traktarr-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [traktarr-4.1.10](https://github.com/truecharts/charts/compare/traktarr-4.1.9...traktarr-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [traktarr-4.1.9](https://github.com/truecharts/charts/compare/traktarr-4.1.8...traktarr-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [traktarr-4.1.8](https://github.com/truecharts/charts/compare/traktarr-4.1.7...traktarr-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [traktarr-4.1.7](https://github.com/truecharts/charts/compare/traktarr-4.1.6...traktarr-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [traktarr-4.1.6](https://github.com/truecharts/charts/compare/traktarr-4.1.5...traktarr-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/traktarr/5.3.0/Chart.yaml b/stable/traktarr/5.3.0/Chart.yaml new file mode 100644 index 00000000000..517b44bac1d --- /dev/null +++ b/stable/traktarr/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Script to add new series and movies to Sonarr/Radarr based on Trakt lists. +home: https://truecharts.org/charts/stable/traktarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/traktarr.png +keywords: + - traktarr + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: traktarr +sources: + - https://github.com/l3uddz/traktarr + - https://github.com/truecharts/charts/tree/master/charts/stable/traktarr + - https://hub.docker.com/r/eafxx/traktarr +type: application +version: 5.3.0 diff --git a/stable/traktarr/5.1.3/README.md b/stable/traktarr/5.3.0/README.md similarity index 100% rename from stable/traktarr/5.1.3/README.md rename to stable/traktarr/5.3.0/README.md diff --git a/stable/traktarr/5.3.0/app-changelog.md b/stable/traktarr/5.3.0/app-changelog.md new file mode 100644 index 00000000000..9e024286753 --- /dev/null +++ b/stable/traktarr/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [traktarr-5.3.0](https://github.com/truecharts/charts/compare/traktarr-5.2.3...traktarr-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/traktarr/5.1.3/app-readme.md b/stable/traktarr/5.3.0/app-readme.md similarity index 100% rename from stable/traktarr/5.1.3/app-readme.md rename to stable/traktarr/5.3.0/app-readme.md diff --git a/stable/traktarr/5.3.0/charts/common-18.2.0.tgz b/stable/traktarr/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/traktarr/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/traktarr/5.1.3/ix_values.yaml b/stable/traktarr/5.3.0/ix_values.yaml similarity index 100% rename from stable/traktarr/5.1.3/ix_values.yaml rename to stable/traktarr/5.3.0/ix_values.yaml diff --git a/stable/traktarr/5.1.3/questions.yaml b/stable/traktarr/5.3.0/questions.yaml similarity index 100% rename from stable/traktarr/5.1.3/questions.yaml rename to stable/traktarr/5.3.0/questions.yaml diff --git a/stable/traktarr/5.1.3/templates/common.yaml b/stable/traktarr/5.3.0/templates/common.yaml similarity index 100% rename from stable/traktarr/5.1.3/templates/common.yaml rename to stable/traktarr/5.3.0/templates/common.yaml diff --git a/stable/twonky-server/5.2.0/values.yaml b/stable/traktarr/5.3.0/values.yaml similarity index 100% rename from stable/twonky-server/5.2.0/values.yaml rename to stable/traktarr/5.3.0/values.yaml diff --git a/stable/trango/5.1.3/CHANGELOG.md b/stable/trango/5.1.3/CHANGELOG.md deleted file mode 100644 index eecdd323c7a..00000000000 --- a/stable/trango/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [trango-4.1.11](https://github.com/truecharts/charts/compare/trango-4.1.10...trango-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [trango-4.1.10](https://github.com/truecharts/charts/compare/trango-4.1.9...trango-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [trango-4.1.9](https://github.com/truecharts/charts/compare/trango-4.1.8...trango-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [trango-4.1.8](https://github.com/truecharts/charts/compare/trango-4.1.7...trango-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [trango-4.1.7](https://github.com/truecharts/charts/compare/trango-4.1.6...trango-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [trango-4.1.6](https://github.com/truecharts/charts/compare/trango-4.1.5...trango-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [trango-4.1.5](https://github.com/truecharts/charts/compare/trango-4.1.4...trango-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [trango-4.1.4](https://github.com/truecharts/charts/compare/trango-4.1.3...trango-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [trango-4.1.3](https://github.com/truecharts/charts/compare/trango-4.1.0...trango-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/trango/5.1.3/Chart.yaml b/stable/trango/5.1.3/Chart.yaml deleted file mode 100644 index 83c9975ad2f..00000000000 --- a/stable/trango/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Trango self-hosted is a calling and file sharing solution that works over LAN (local area networks). It does not need to involve the internet for calling or file sharing. Ideal for offices, hotels, houses, restaurants, and any space where people use the same Public IP address or the same Wi-Fi network. The package comes with a discovery server and a web app that can be deployed on the local machine and can be accessed from anywhere in the network. -home: https://truecharts.org/charts/stable/trango -icon: https://truecharts.org/img/hotlink-ok/chart-icons/trango.png -keywords: - - trango - - Network-Other - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: trango -sources: - - https://trango.io/ - - https://github.com/truecharts/charts/tree/master/charts/stable/trango - - https://hub.docker.com/r/tak786/trango-self-hosted -type: application -version: 5.1.3 diff --git a/stable/trango/5.1.3/charts/common-18.0.3.tgz b/stable/trango/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/trango/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/twtxt/10.1.3/.helmignore b/stable/trango/5.3.0/.helmignore similarity index 100% rename from stable/twtxt/10.1.3/.helmignore rename to stable/trango/5.3.0/.helmignore diff --git a/stable/trango/5.3.0/CHANGELOG.md b/stable/trango/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..7eb79cfa9cf --- /dev/null +++ b/stable/trango/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [trango-5.3.0](https://github.com/truecharts/charts/compare/trango-5.2.3...trango-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [trango-5.2.3](https://github.com/truecharts/charts/compare/trango-5.2.2...trango-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [trango-5.2.2](https://github.com/truecharts/charts/compare/trango-5.2.0...trango-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [trango-4.1.11](https://github.com/truecharts/charts/compare/trango-4.1.10...trango-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [trango-4.1.10](https://github.com/truecharts/charts/compare/trango-4.1.9...trango-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [trango-4.1.9](https://github.com/truecharts/charts/compare/trango-4.1.8...trango-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [trango-4.1.8](https://github.com/truecharts/charts/compare/trango-4.1.7...trango-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [trango-4.1.7](https://github.com/truecharts/charts/compare/trango-4.1.6...trango-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [trango-4.1.6](https://github.com/truecharts/charts/compare/trango-4.1.5...trango-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/trango/5.3.0/Chart.yaml b/stable/trango/5.3.0/Chart.yaml new file mode 100644 index 00000000000..129bb7480c1 --- /dev/null +++ b/stable/trango/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Trango self-hosted is a calling and file sharing solution that works over LAN (local area networks). It does not need to involve the internet for calling or file sharing. Ideal for offices, hotels, houses, restaurants, and any space where people use the same Public IP address or the same Wi-Fi network. The package comes with a discovery server and a web app that can be deployed on the local machine and can be accessed from anywhere in the network. +home: https://truecharts.org/charts/stable/trango +icon: https://truecharts.org/img/hotlink-ok/chart-icons/trango.png +keywords: + - trango + - Network-Other + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: trango +sources: + - https://trango.io/ + - https://github.com/truecharts/charts/tree/master/charts/stable/trango + - https://hub.docker.com/r/tak786/trango-self-hosted +type: application +version: 5.3.0 diff --git a/stable/trango/5.1.3/README.md b/stable/trango/5.3.0/README.md similarity index 100% rename from stable/trango/5.1.3/README.md rename to stable/trango/5.3.0/README.md diff --git a/stable/trango/5.3.0/app-changelog.md b/stable/trango/5.3.0/app-changelog.md new file mode 100644 index 00000000000..d8f8a1a6519 --- /dev/null +++ b/stable/trango/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [trango-5.3.0](https://github.com/truecharts/charts/compare/trango-5.2.3...trango-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/trango/5.1.3/app-readme.md b/stable/trango/5.3.0/app-readme.md similarity index 100% rename from stable/trango/5.1.3/app-readme.md rename to stable/trango/5.3.0/app-readme.md diff --git a/stable/trango/5.3.0/charts/common-18.2.0.tgz b/stable/trango/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/trango/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/trango/5.1.3/ix_values.yaml b/stable/trango/5.3.0/ix_values.yaml similarity index 100% rename from stable/trango/5.1.3/ix_values.yaml rename to stable/trango/5.3.0/ix_values.yaml diff --git a/stable/trango/5.1.3/questions.yaml b/stable/trango/5.3.0/questions.yaml similarity index 100% rename from stable/trango/5.1.3/questions.yaml rename to stable/trango/5.3.0/questions.yaml diff --git a/stable/trango/5.1.3/templates/common.yaml b/stable/trango/5.3.0/templates/common.yaml similarity index 100% rename from stable/trango/5.1.3/templates/common.yaml rename to stable/trango/5.3.0/templates/common.yaml diff --git a/stable/twtxt/10.1.3/values.yaml b/stable/trango/5.3.0/values.yaml similarity index 100% rename from stable/twtxt/10.1.3/values.yaml rename to stable/trango/5.3.0/values.yaml diff --git a/stable/transmission/20.1.3/CHANGELOG.md b/stable/transmission/20.1.3/CHANGELOG.md deleted file mode 100644 index a04d029d498..00000000000 --- a/stable/transmission/20.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [transmission-19.1.13](https://github.com/truecharts/charts/compare/transmission-19.1.12...transmission-19.1.13) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/onedr0p/transmission to 4.0.5[@1663584](https://github.com/1663584) by renovate ([#17960](https://github.com/truecharts/charts/issues/17960)) - - -## [transmission-19.1.12](https://github.com/truecharts/charts/compare/transmission-19.1.11...transmission-19.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [transmission-19.1.11](https://github.com/truecharts/charts/compare/transmission-19.1.10...transmission-19.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [transmission-19.1.10](https://github.com/truecharts/charts/compare/transmission-19.1.9...transmission-19.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [transmission-19.1.9](https://github.com/truecharts/charts/compare/transmission-19.1.8...transmission-19.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [transmission-19.1.8](https://github.com/truecharts/charts/compare/transmission-19.1.7...transmission-19.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [transmission-19.1.7](https://github.com/truecharts/charts/compare/transmission-19.1.6...transmission-19.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [transmission-19.1.6](https://github.com/truecharts/charts/compare/transmission-19.1.5...transmission-19.1.6) (2024-01-08) - -### Chore - - - -- update container image ghcr.io/onedr0p/transmission to v4.0.5[@7142c11](https://github.com/7142c11) by renovate ([#16998](https://github.com/truecharts/charts/issues/16998)) - - -## [transmission-19.1.5](https://github.com/truecharts/charts/compare/transmission-19.1.4...transmission-19.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - diff --git a/stable/transmission/20.1.3/Chart.yaml b/stable/transmission/20.1.3/Chart.yaml deleted file mode 100644 index 2b118add52b..00000000000 --- a/stable/transmission/20.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: download-tools - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.0.5 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: fast, easy, and free BitTorrent client. -home: https://truecharts.org/charts/stable/transmission -icon: https://truecharts.org/img/hotlink-ok/chart-icons/transmission.png -keywords: - - transmission - - torrent - - usenet -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: transmission -sources: - - https://github.com/transmission/transmission - - https://github.com/truecharts/charts/tree/master/charts/stable/transmission - - https://ghcr.io/onedr0p/transmission -type: application -version: 20.1.3 diff --git a/stable/transmission/20.1.3/charts/common-18.0.3.tgz b/stable/transmission/20.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/transmission/20.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/ubooquity/10.2.0/.helmignore b/stable/transmission/20.3.0/.helmignore similarity index 100% rename from stable/ubooquity/10.2.0/.helmignore rename to stable/transmission/20.3.0/.helmignore diff --git a/stable/transmission/20.3.0/CHANGELOG.md b/stable/transmission/20.3.0/CHANGELOG.md new file mode 100644 index 00000000000..980efb04385 --- /dev/null +++ b/stable/transmission/20.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [transmission-20.3.0](https://github.com/truecharts/charts/compare/transmission-20.2.3...transmission-20.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [transmission-20.2.3](https://github.com/truecharts/charts/compare/transmission-20.2.2...transmission-20.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [transmission-20.2.2](https://github.com/truecharts/charts/compare/transmission-20.2.0...transmission-20.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [transmission-19.1.13](https://github.com/truecharts/charts/compare/transmission-19.1.12...transmission-19.1.13) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/onedr0p/transmission to 4.0.5[@1663584](https://github.com/1663584) by renovate ([#17960](https://github.com/truecharts/charts/issues/17960)) + + +## [transmission-19.1.12](https://github.com/truecharts/charts/compare/transmission-19.1.11...transmission-19.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [transmission-19.1.11](https://github.com/truecharts/charts/compare/transmission-19.1.10...transmission-19.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [transmission-19.1.10](https://github.com/truecharts/charts/compare/transmission-19.1.9...transmission-19.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [transmission-19.1.9](https://github.com/truecharts/charts/compare/transmission-19.1.8...transmission-19.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [transmission-19.1.8](https://github.com/truecharts/charts/compare/transmission-19.1.7...transmission-19.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/transmission/20.3.0/Chart.yaml b/stable/transmission/20.3.0/Chart.yaml new file mode 100644 index 00000000000..947dfc5f07f --- /dev/null +++ b/stable/transmission/20.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: download-tools + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.0.5 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: fast, easy, and free BitTorrent client. +home: https://truecharts.org/charts/stable/transmission +icon: https://truecharts.org/img/hotlink-ok/chart-icons/transmission.png +keywords: + - transmission + - torrent + - usenet +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: transmission +sources: + - https://github.com/transmission/transmission + - https://github.com/truecharts/charts/tree/master/charts/stable/transmission + - https://ghcr.io/onedr0p/transmission +type: application +version: 20.3.0 diff --git a/stable/transmission/20.1.3/README.md b/stable/transmission/20.3.0/README.md similarity index 100% rename from stable/transmission/20.1.3/README.md rename to stable/transmission/20.3.0/README.md diff --git a/stable/transmission/20.3.0/app-changelog.md b/stable/transmission/20.3.0/app-changelog.md new file mode 100644 index 00000000000..7257d7017e5 --- /dev/null +++ b/stable/transmission/20.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [transmission-20.3.0](https://github.com/truecharts/charts/compare/transmission-20.2.3...transmission-20.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/transmission/20.1.3/app-readme.md b/stable/transmission/20.3.0/app-readme.md similarity index 100% rename from stable/transmission/20.1.3/app-readme.md rename to stable/transmission/20.3.0/app-readme.md diff --git a/stable/transmission/20.3.0/charts/common-18.2.0.tgz b/stable/transmission/20.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/transmission/20.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/transmission/20.1.3/ix_values.yaml b/stable/transmission/20.3.0/ix_values.yaml similarity index 100% rename from stable/transmission/20.1.3/ix_values.yaml rename to stable/transmission/20.3.0/ix_values.yaml diff --git a/stable/transmission/20.1.3/questions.yaml b/stable/transmission/20.3.0/questions.yaml similarity index 100% rename from stable/transmission/20.1.3/questions.yaml rename to stable/transmission/20.3.0/questions.yaml diff --git a/stable/unpoller/10.2.0/templates/NOTES.txt b/stable/transmission/20.3.0/templates/NOTES.txt similarity index 100% rename from stable/unpoller/10.2.0/templates/NOTES.txt rename to stable/transmission/20.3.0/templates/NOTES.txt diff --git a/stable/transmission/20.1.3/templates/common.yaml b/stable/transmission/20.3.0/templates/common.yaml similarity index 100% rename from stable/transmission/20.1.3/templates/common.yaml rename to stable/transmission/20.3.0/templates/common.yaml diff --git a/stable/ubooquity/10.2.0/values.yaml b/stable/transmission/20.3.0/values.yaml similarity index 100% rename from stable/ubooquity/10.2.0/values.yaml rename to stable/transmission/20.3.0/values.yaml diff --git a/stable/trilium-notes/12.2.0/CHANGELOG.md b/stable/trilium-notes/12.2.0/CHANGELOG.md deleted file mode 100644 index c77066991cc..00000000000 --- a/stable/trilium-notes/12.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [trilium-notes-11.1.13](https://github.com/truecharts/charts/compare/trilium-notes-11.1.12...trilium-notes-11.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [trilium-notes-11.1.12](https://github.com/truecharts/charts/compare/trilium-notes-11.1.11...trilium-notes-11.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [trilium-notes-11.1.11](https://github.com/truecharts/charts/compare/trilium-notes-11.1.10...trilium-notes-11.1.11) (2024-01-22) - -### Chore - - - -- update container image ghcr.io/zadam/trilium to v0.62.6[@5b88393](https://github.com/5b88393) by renovate ([#17486](https://github.com/truecharts/charts/issues/17486)) - - -## [trilium-notes-11.1.10](https://github.com/truecharts/charts/compare/trilium-notes-11.1.9...trilium-notes-11.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [trilium-notes-11.1.9](https://github.com/truecharts/charts/compare/trilium-notes-11.1.8...trilium-notes-11.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [trilium-notes-11.1.8](https://github.com/truecharts/charts/compare/trilium-notes-11.1.7...trilium-notes-11.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [trilium-notes-11.1.7](https://github.com/truecharts/charts/compare/trilium-notes-11.1.6...trilium-notes-11.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [trilium-notes-11.1.6](https://github.com/truecharts/charts/compare/trilium-notes-11.1.5...trilium-notes-11.1.6) (2024-01-08) - -### Chore - - - -- update container image ghcr.io/zadam/trilium to v0.62.5[@52ea369](https://github.com/52ea369) by renovate ([#17002](https://github.com/truecharts/charts/issues/17002)) - - -## [trilium-notes-11.1.5](https://github.com/truecharts/charts/compare/trilium-notes-11.1.4...trilium-notes-11.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs diff --git a/stable/trilium-notes/12.2.0/Chart.yaml b/stable/trilium-notes/12.2.0/Chart.yaml deleted file mode 100644 index 455830044a9..00000000000 --- a/stable/trilium-notes/12.2.0/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.62.6 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases. -home: https://truecharts.org/charts/stable/trilium-notes -icon: https://truecharts.org/img/hotlink-ok/chart-icons/trilium-notes.png -keywords: - - trilium - - notes - - note - - information -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: trilium-notes -sources: - - https://github.com/zadam/trilium - - https://github.com/truecharts/charts/tree/master/charts/stable/trilium-notes - - https://ghcr.io/zadam/trilium -type: application -version: 12.2.0 diff --git a/stable/trilium-notes/12.2.0/charts/common-18.1.2.tgz b/stable/trilium-notes/12.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/trilium-notes/12.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/trilium-notes/12.2.0/ix_values.yaml b/stable/trilium-notes/12.2.0/ix_values.yaml deleted file mode 100644 index badd45209cb..00000000000 --- a/stable/trilium-notes/12.2.0/ix_values.yaml +++ /dev/null @@ -1,24 +0,0 @@ -image: - repository: ghcr.io/zadam/trilium - pullPolicy: IfNotPresent - tag: 0.62.6@sha256:5b88393b5b178066ca1b28e24fea63f742be2fd7afeb715d08b84e057e994b7f -service: - main: - ports: - main: - protocol: http - targetPort: 8080 - port: 10156 -persistence: - config: - enabled: true - mountPath: "/home/node" -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 - fsGroup: 1000 diff --git a/stable/unifi/20.1.3/.helmignore b/stable/trilium-notes/12.4.0/.helmignore similarity index 100% rename from stable/unifi/20.1.3/.helmignore rename to stable/trilium-notes/12.4.0/.helmignore diff --git a/stable/trilium-notes/12.4.0/CHANGELOG.md b/stable/trilium-notes/12.4.0/CHANGELOG.md new file mode 100644 index 00000000000..37c7108a10d --- /dev/null +++ b/stable/trilium-notes/12.4.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [trilium-notes-12.4.0](https://github.com/truecharts/charts/compare/trilium-notes-12.3.3...trilium-notes-12.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [trilium-notes-12.3.3](https://github.com/truecharts/charts/compare/trilium-notes-12.3.2...trilium-notes-12.3.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [trilium-notes-12.3.2](https://github.com/truecharts/charts/compare/trilium-notes-12.3.0...trilium-notes-12.3.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [trilium-notes-11.1.13](https://github.com/truecharts/charts/compare/trilium-notes-11.1.12...trilium-notes-11.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [trilium-notes-11.1.12](https://github.com/truecharts/charts/compare/trilium-notes-11.1.11...trilium-notes-11.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [trilium-notes-11.1.11](https://github.com/truecharts/charts/compare/trilium-notes-11.1.10...trilium-notes-11.1.11) (2024-01-22) + +### Chore + + + +- update container image ghcr.io/zadam/trilium to v0.62.6[@5b88393](https://github.com/5b88393) by renovate ([#17486](https://github.com/truecharts/charts/issues/17486)) + + +## [trilium-notes-11.1.10](https://github.com/truecharts/charts/compare/trilium-notes-11.1.9...trilium-notes-11.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [trilium-notes-11.1.9](https://github.com/truecharts/charts/compare/trilium-notes-11.1.8...trilium-notes-11.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [trilium-notes-11.1.8](https://github.com/truecharts/charts/compare/trilium-notes-11.1.7...trilium-notes-11.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) \ No newline at end of file diff --git a/stable/trilium-notes/12.4.0/Chart.yaml b/stable/trilium-notes/12.4.0/Chart.yaml new file mode 100644 index 00000000000..635fabce821 --- /dev/null +++ b/stable/trilium-notes/12.4.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.63.3 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases. +home: https://truecharts.org/charts/stable/trilium-notes +icon: https://truecharts.org/img/hotlink-ok/chart-icons/trilium-notes.png +keywords: + - trilium + - notes + - note + - information +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: trilium-notes +sources: + - https://github.com/zadam/trilium + - https://github.com/truecharts/charts/tree/master/charts/stable/trilium-notes + - https://ghcr.io/zadam/trilium +type: application +version: 12.4.0 diff --git a/stable/trilium-notes/12.2.0/README.md b/stable/trilium-notes/12.4.0/README.md similarity index 100% rename from stable/trilium-notes/12.2.0/README.md rename to stable/trilium-notes/12.4.0/README.md diff --git a/stable/trilium-notes/12.4.0/app-changelog.md b/stable/trilium-notes/12.4.0/app-changelog.md new file mode 100644 index 00000000000..6cef58cfaf3 --- /dev/null +++ b/stable/trilium-notes/12.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [trilium-notes-12.4.0](https://github.com/truecharts/charts/compare/trilium-notes-12.3.3...trilium-notes-12.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/trilium-notes/12.2.0/app-readme.md b/stable/trilium-notes/12.4.0/app-readme.md similarity index 100% rename from stable/trilium-notes/12.2.0/app-readme.md rename to stable/trilium-notes/12.4.0/app-readme.md diff --git a/stable/trilium-notes/12.4.0/charts/common-18.2.0.tgz b/stable/trilium-notes/12.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/trilium-notes/12.4.0/charts/common-18.2.0.tgz differ diff --git a/stable/trilium-notes/12.4.0/ix_values.yaml b/stable/trilium-notes/12.4.0/ix_values.yaml new file mode 100644 index 00000000000..44fcb031b78 --- /dev/null +++ b/stable/trilium-notes/12.4.0/ix_values.yaml @@ -0,0 +1,24 @@ +image: + repository: ghcr.io/zadam/trilium + pullPolicy: IfNotPresent + tag: 0.63.3@sha256:03c3f3cc8b8d63d11edf01b731b4cf1444fc89abea32e5001e49fdf66cbdd540 +service: + main: + ports: + main: + protocol: http + targetPort: 8080 + port: 10156 +persistence: + config: + enabled: true + mountPath: "/home/node" +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 + fsGroup: 1000 diff --git a/stable/trilium-notes/12.2.0/questions.yaml b/stable/trilium-notes/12.4.0/questions.yaml similarity index 100% rename from stable/trilium-notes/12.2.0/questions.yaml rename to stable/trilium-notes/12.4.0/questions.yaml diff --git a/stable/unturned/6.1.3/templates/NOTES.txt b/stable/trilium-notes/12.4.0/templates/NOTES.txt similarity index 100% rename from stable/unturned/6.1.3/templates/NOTES.txt rename to stable/trilium-notes/12.4.0/templates/NOTES.txt diff --git a/stable/unmanic/10.1.3/templates/common.yaml b/stable/trilium-notes/12.4.0/templates/common.yaml similarity index 100% rename from stable/unmanic/10.1.3/templates/common.yaml rename to stable/trilium-notes/12.4.0/templates/common.yaml diff --git a/stable/unifi/20.1.3/values.yaml b/stable/trilium-notes/12.4.0/values.yaml similarity index 100% rename from stable/unifi/20.1.3/values.yaml rename to stable/trilium-notes/12.4.0/values.yaml diff --git a/stable/troddit/5.1.3/CHANGELOG.md b/stable/troddit/5.1.3/CHANGELOG.md deleted file mode 100644 index 07043904613..00000000000 --- a/stable/troddit/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - -## [troddit-4.1.11](https://github.com/truecharts/charts/compare/troddit-4.1.10...troddit-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [troddit-4.1.10](https://github.com/truecharts/charts/compare/troddit-4.1.9...troddit-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [troddit-4.1.9](https://github.com/truecharts/charts/compare/troddit-4.1.8...troddit-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [troddit-4.1.8](https://github.com/truecharts/charts/compare/troddit-4.1.7...troddit-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [troddit-4.1.7](https://github.com/truecharts/charts/compare/troddit-4.1.6...troddit-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [troddit-4.1.6](https://github.com/truecharts/charts/compare/troddit-4.1.5...troddit-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [troddit-4.1.5](https://github.com/truecharts/charts/compare/troddit-4.1.4...troddit-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [troddit-4.1.4](https://github.com/truecharts/charts/compare/troddit-4.1.3...troddit-4.1.4) (2024-01-01) - -### Chore diff --git a/stable/troddit/5.1.3/Chart.yaml b/stable/troddit/5.1.3/Chart.yaml deleted file mode 100644 index d1bfc63e7a7..00000000000 --- a/stable/troddit/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Web - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A web client for Reddit -home: https://truecharts.org/charts/stable/troddit -icon: https://truecharts.org/img/hotlink-ok/chart-icons/troddit.png -keywords: - - troddit - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: troddit -sources: - - https://github.com/burhan-syed/troddit - - https://github.com/truecharts/charts/tree/master/charts/stable/troddit - - https://hub.docker.com/r/bsyed/troddit -type: application -version: 5.1.3 diff --git a/stable/troddit/5.1.3/charts/common-18.0.3.tgz b/stable/troddit/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/troddit/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/universal-media-server/5.1.3/.helmignore b/stable/troddit/5.3.0/.helmignore similarity index 100% rename from stable/universal-media-server/5.1.3/.helmignore rename to stable/troddit/5.3.0/.helmignore diff --git a/stable/troddit/5.3.0/CHANGELOG.md b/stable/troddit/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..37ef27022bb --- /dev/null +++ b/stable/troddit/5.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [troddit-5.3.0](https://github.com/truecharts/charts/compare/troddit-5.2.3...troddit-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [troddit-5.2.3](https://github.com/truecharts/charts/compare/troddit-5.2.2...troddit-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [troddit-5.2.2](https://github.com/truecharts/charts/compare/troddit-5.2.0...troddit-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + +## [troddit-4.1.11](https://github.com/truecharts/charts/compare/troddit-4.1.10...troddit-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [troddit-4.1.10](https://github.com/truecharts/charts/compare/troddit-4.1.9...troddit-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [troddit-4.1.9](https://github.com/truecharts/charts/compare/troddit-4.1.8...troddit-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [troddit-4.1.8](https://github.com/truecharts/charts/compare/troddit-4.1.7...troddit-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [troddit-4.1.7](https://github.com/truecharts/charts/compare/troddit-4.1.6...troddit-4.1.7) (2024-01-21) + +### Chore \ No newline at end of file diff --git a/stable/troddit/5.3.0/Chart.yaml b/stable/troddit/5.3.0/Chart.yaml new file mode 100644 index 00000000000..307196ef2b7 --- /dev/null +++ b/stable/troddit/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Web + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A web client for Reddit +home: https://truecharts.org/charts/stable/troddit +icon: https://truecharts.org/img/hotlink-ok/chart-icons/troddit.png +keywords: + - troddit + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: troddit +sources: + - https://github.com/burhan-syed/troddit + - https://github.com/truecharts/charts/tree/master/charts/stable/troddit + - https://hub.docker.com/r/bsyed/troddit +type: application +version: 5.3.0 diff --git a/stable/troddit/5.1.3/README.md b/stable/troddit/5.3.0/README.md similarity index 100% rename from stable/troddit/5.1.3/README.md rename to stable/troddit/5.3.0/README.md diff --git a/stable/troddit/5.3.0/app-changelog.md b/stable/troddit/5.3.0/app-changelog.md new file mode 100644 index 00000000000..aae8022a5c6 --- /dev/null +++ b/stable/troddit/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [troddit-5.3.0](https://github.com/truecharts/charts/compare/troddit-5.2.3...troddit-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/troddit/5.1.3/app-readme.md b/stable/troddit/5.3.0/app-readme.md similarity index 100% rename from stable/troddit/5.1.3/app-readme.md rename to stable/troddit/5.3.0/app-readme.md diff --git a/stable/troddit/5.3.0/charts/common-18.2.0.tgz b/stable/troddit/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/troddit/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/troddit/5.1.3/ix_values.yaml b/stable/troddit/5.3.0/ix_values.yaml similarity index 100% rename from stable/troddit/5.1.3/ix_values.yaml rename to stable/troddit/5.3.0/ix_values.yaml diff --git a/stable/troddit/5.1.3/questions.yaml b/stable/troddit/5.3.0/questions.yaml similarity index 100% rename from stable/troddit/5.1.3/questions.yaml rename to stable/troddit/5.3.0/questions.yaml diff --git a/stable/troddit/5.1.3/templates/common.yaml b/stable/troddit/5.3.0/templates/common.yaml similarity index 100% rename from stable/troddit/5.1.3/templates/common.yaml rename to stable/troddit/5.3.0/templates/common.yaml diff --git a/stable/universal-media-server/5.1.3/values.yaml b/stable/troddit/5.3.0/values.yaml similarity index 100% rename from stable/universal-media-server/5.1.3/values.yaml rename to stable/troddit/5.3.0/values.yaml diff --git a/stable/truecommand/19.1.3/CHANGELOG.md b/stable/truecommand/19.1.3/CHANGELOG.md deleted file mode 100644 index 5f60db14fd4..00000000000 --- a/stable/truecommand/19.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [truecommand-18.0.0](https://github.com/truecharts/charts/compare/truecommand-17.1.11...truecommand-18.0.0) (2024-02-13) - -### Fix - - - -- fix image tag and update to 3.0 ([#18233](https://github.com/truecharts/charts/issues/18233)) - - -## [truecommand-17.1.11](https://github.com/truecharts/charts/compare/truecommand-17.1.10...truecommand-17.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [truecommand-17.1.10](https://github.com/truecharts/charts/compare/truecommand-17.1.9...truecommand-17.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [truecommand-17.1.9](https://github.com/truecharts/charts/compare/truecommand-17.1.8...truecommand-17.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [truecommand-17.1.8](https://github.com/truecharts/charts/compare/truecommand-17.1.7...truecommand-17.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [truecommand-17.1.7](https://github.com/truecharts/charts/compare/truecommand-17.1.6...truecommand-17.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [truecommand-17.1.6](https://github.com/truecharts/charts/compare/truecommand-17.1.5...truecommand-17.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [truecommand-17.1.5](https://github.com/truecharts/charts/compare/truecommand-17.1.4...truecommand-17.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [truecommand-17.1.4](https://github.com/truecharts/charts/compare/truecommand-17.1.3...truecommand-17.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/truecommand/19.1.3/Chart.yaml b/stable/truecommand/19.1.3/Chart.yaml deleted file mode 100644 index b011786e301..00000000000 --- a/stable/truecommand/19.1.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Administration - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.0.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Aggregated management of TrueNAS devices -home: https://truecharts.org/charts/stable/truecommand -icon: https://truecharts.org/img/hotlink-ok/chart-icons/truecommand.png -keywords: - - truecommand -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: truecommand -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/truecommand - - https://hub.docker.com/r/ixsystems/truecommand -type: application -version: 19.1.3 diff --git a/stable/truecommand/19.1.3/charts/common-18.0.3.tgz b/stable/truecommand/19.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/truecommand/19.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/unmanic/10.1.3/.helmignore b/stable/truecommand/19.3.0/.helmignore similarity index 100% rename from stable/unmanic/10.1.3/.helmignore rename to stable/truecommand/19.3.0/.helmignore diff --git a/stable/truecommand/19.3.0/CHANGELOG.md b/stable/truecommand/19.3.0/CHANGELOG.md new file mode 100644 index 00000000000..2ff4596baf2 --- /dev/null +++ b/stable/truecommand/19.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [truecommand-19.3.0](https://github.com/truecharts/charts/compare/truecommand-19.2.3...truecommand-19.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [truecommand-19.2.3](https://github.com/truecharts/charts/compare/truecommand-19.2.2...truecommand-19.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [truecommand-19.2.2](https://github.com/truecharts/charts/compare/truecommand-19.2.0...truecommand-19.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [truecommand-18.0.0](https://github.com/truecharts/charts/compare/truecommand-17.1.11...truecommand-18.0.0) (2024-02-13) + +### Fix + + + +- fix image tag and update to 3.0 ([#18233](https://github.com/truecharts/charts/issues/18233)) + + +## [truecommand-17.1.11](https://github.com/truecharts/charts/compare/truecommand-17.1.10...truecommand-17.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [truecommand-17.1.10](https://github.com/truecharts/charts/compare/truecommand-17.1.9...truecommand-17.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [truecommand-17.1.9](https://github.com/truecharts/charts/compare/truecommand-17.1.8...truecommand-17.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [truecommand-17.1.8](https://github.com/truecharts/charts/compare/truecommand-17.1.7...truecommand-17.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [truecommand-17.1.7](https://github.com/truecharts/charts/compare/truecommand-17.1.6...truecommand-17.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/truecommand/19.3.0/Chart.yaml b/stable/truecommand/19.3.0/Chart.yaml new file mode 100644 index 00000000000..97f72b3bc22 --- /dev/null +++ b/stable/truecommand/19.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Administration + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.0.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Aggregated management of TrueNAS devices +home: https://truecharts.org/charts/stable/truecommand +icon: https://truecharts.org/img/hotlink-ok/chart-icons/truecommand.png +keywords: + - truecommand +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: truecommand +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/truecommand + - https://hub.docker.com/r/ixsystems/truecommand +type: application +version: 19.3.0 diff --git a/stable/truecommand/19.1.3/README.md b/stable/truecommand/19.3.0/README.md similarity index 100% rename from stable/truecommand/19.1.3/README.md rename to stable/truecommand/19.3.0/README.md diff --git a/stable/truecommand/19.3.0/app-changelog.md b/stable/truecommand/19.3.0/app-changelog.md new file mode 100644 index 00000000000..91e6057732c --- /dev/null +++ b/stable/truecommand/19.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [truecommand-19.3.0](https://github.com/truecharts/charts/compare/truecommand-19.2.3...truecommand-19.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/truecommand/19.1.3/app-readme.md b/stable/truecommand/19.3.0/app-readme.md similarity index 100% rename from stable/truecommand/19.1.3/app-readme.md rename to stable/truecommand/19.3.0/app-readme.md diff --git a/stable/truecommand/19.3.0/charts/common-18.2.0.tgz b/stable/truecommand/19.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/truecommand/19.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/truecommand/19.1.3/ix_values.yaml b/stable/truecommand/19.3.0/ix_values.yaml similarity index 100% rename from stable/truecommand/19.1.3/ix_values.yaml rename to stable/truecommand/19.3.0/ix_values.yaml diff --git a/stable/truecommand/19.1.3/questions.yaml b/stable/truecommand/19.3.0/questions.yaml similarity index 100% rename from stable/truecommand/19.1.3/questions.yaml rename to stable/truecommand/19.3.0/questions.yaml diff --git a/stable/uptime-kuma/10.1.3/templates/NOTES.txt b/stable/truecommand/19.3.0/templates/NOTES.txt similarity index 100% rename from stable/uptime-kuma/10.1.3/templates/NOTES.txt rename to stable/truecommand/19.3.0/templates/NOTES.txt diff --git a/stable/unpackerr/13.1.3/templates/common.yaml b/stable/truecommand/19.3.0/templates/common.yaml similarity index 100% rename from stable/unpackerr/13.1.3/templates/common.yaml rename to stable/truecommand/19.3.0/templates/common.yaml diff --git a/stable/unmanic/10.1.3/values.yaml b/stable/truecommand/19.3.0/values.yaml similarity index 100% rename from stable/unmanic/10.1.3/values.yaml rename to stable/truecommand/19.3.0/values.yaml diff --git a/stable/truenas-exporter/1.0.0/Chart.yaml b/stable/truenas-exporter/1.0.0/Chart.yaml deleted file mode 100644 index f12ed57d625..00000000000 --- a/stable/truenas-exporter/1.0.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: system - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.15.0 -dependencies: - - name: common - version: 17.5.1 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A metrics exporter for TrueNAS -home: https://truecharts.org/charts/stable/truenas-exporter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/truenas-exporter.png -keywords: - - truenas-exporter - - metrics -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: truenas-exporter -sources: - - https://github.com/Supporterino/truenas-graphite-to-prometheus/tree/main - - https://github.com/truecharts/charts/tree/master/charts/stable/truenas-exporter - - https://hub.docker.com/r/prom/graphite-exporter -type: application -version: 1.0.0 diff --git a/stable/truenas-exporter/1.0.0/charts/common-17.5.1.tgz b/stable/truenas-exporter/1.0.0/charts/common-17.5.1.tgz deleted file mode 100644 index 6bb96f1f5af..00000000000 Binary files a/stable/truenas-exporter/1.0.0/charts/common-17.5.1.tgz and /dev/null differ diff --git a/stable/unpackerr/13.1.3/.helmignore b/stable/truenas-exporter/1.2.0/.helmignore similarity index 100% rename from stable/unpackerr/13.1.3/.helmignore rename to stable/truenas-exporter/1.2.0/.helmignore diff --git a/stable/truenas-exporter/1.2.0/CHANGELOG.md b/stable/truenas-exporter/1.2.0/CHANGELOG.md new file mode 100644 index 00000000000..445f42b0402 --- /dev/null +++ b/stable/truenas-exporter/1.2.0/CHANGELOG.md @@ -0,0 +1,37 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [truenas-exporter-1.2.0](https://github.com/truecharts/charts/compare/truenas-exporter-1.1.3...truenas-exporter-1.2.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [truenas-exporter-1.1.3](https://github.com/truecharts/charts/compare/truenas-exporter-1.1.2...truenas-exporter-1.1.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [truenas-exporter-1.1.2](https://github.com/truecharts/charts/compare/truenas-exporter-1.1.0...truenas-exporter-1.1.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) \ No newline at end of file diff --git a/stable/truenas-exporter/1.2.0/Chart.yaml b/stable/truenas-exporter/1.2.0/Chart.yaml new file mode 100644 index 00000000000..630609535e0 --- /dev/null +++ b/stable/truenas-exporter/1.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: system + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.15.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A metrics exporter for TrueNAS +home: https://truecharts.org/charts/stable/truenas-exporter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/truenas-exporter.png +keywords: + - truenas-exporter + - metrics +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: truenas-exporter +sources: + - https://github.com/Supporterino/truenas-graphite-to-prometheus/tree/main + - https://github.com/truecharts/charts/tree/master/charts/stable/truenas-exporter + - https://hub.docker.com/r/prom/graphite-exporter +type: application +version: 1.2.0 diff --git a/stable/truenas-exporter/1.0.0/README.md b/stable/truenas-exporter/1.2.0/README.md similarity index 100% rename from stable/truenas-exporter/1.0.0/README.md rename to stable/truenas-exporter/1.2.0/README.md diff --git a/stable/truenas-exporter/1.2.0/app-changelog.md b/stable/truenas-exporter/1.2.0/app-changelog.md new file mode 100644 index 00000000000..acfffa5449c --- /dev/null +++ b/stable/truenas-exporter/1.2.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [truenas-exporter-1.2.0](https://github.com/truecharts/charts/compare/truenas-exporter-1.1.3...truenas-exporter-1.2.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/truenas-exporter/1.0.0/app-readme.md b/stable/truenas-exporter/1.2.0/app-readme.md similarity index 100% rename from stable/truenas-exporter/1.0.0/app-readme.md rename to stable/truenas-exporter/1.2.0/app-readme.md diff --git a/stable/truenas-exporter/1.2.0/charts/common-18.2.0.tgz b/stable/truenas-exporter/1.2.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/truenas-exporter/1.2.0/charts/common-18.2.0.tgz differ diff --git a/stable/truenas-exporter/1.0.0/dashboard.json b/stable/truenas-exporter/1.2.0/dashboard.json similarity index 100% rename from stable/truenas-exporter/1.0.0/dashboard.json rename to stable/truenas-exporter/1.2.0/dashboard.json diff --git a/stable/truenas-exporter/1.0.0/ix_values.yaml b/stable/truenas-exporter/1.2.0/ix_values.yaml similarity index 100% rename from stable/truenas-exporter/1.0.0/ix_values.yaml rename to stable/truenas-exporter/1.2.0/ix_values.yaml diff --git a/stable/truenas-exporter/1.0.0/questions.yaml b/stable/truenas-exporter/1.2.0/questions.yaml similarity index 100% rename from stable/truenas-exporter/1.0.0/questions.yaml rename to stable/truenas-exporter/1.2.0/questions.yaml diff --git a/stable/uptimerobot-prometheus/11.1.3/templates/NOTES.txt b/stable/truenas-exporter/1.2.0/templates/NOTES.txt similarity index 100% rename from stable/uptimerobot-prometheus/11.1.3/templates/NOTES.txt rename to stable/truenas-exporter/1.2.0/templates/NOTES.txt diff --git a/stable/unpoller/10.2.0/templates/common.yaml b/stable/truenas-exporter/1.2.0/templates/common.yaml similarity index 100% rename from stable/unpoller/10.2.0/templates/common.yaml rename to stable/truenas-exporter/1.2.0/templates/common.yaml diff --git a/stable/unpackerr/13.1.3/values.yaml b/stable/truenas-exporter/1.2.0/values.yaml similarity index 100% rename from stable/unpackerr/13.1.3/values.yaml rename to stable/truenas-exporter/1.2.0/values.yaml diff --git a/stable/tsmuxer/9.1.3/CHANGELOG.md b/stable/tsmuxer/9.1.3/CHANGELOG.md deleted file mode 100644 index 46e0da90730..00000000000 --- a/stable/tsmuxer/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [tsmuxer-8.0.1](https://github.com/truecharts/charts/compare/tsmuxer-8.0.0...tsmuxer-8.0.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tsmuxer-8.0.0](https://github.com/truecharts/charts/compare/tsmuxer-7.1.10...tsmuxer-8.0.0) (2024-01-29) - -### Chore - - - -- update container image jlesage/tsmuxer to v24.01.1[@631b1db](https://github.com/631b1db) by renovate ([#17711](https://github.com/truecharts/charts/issues/17711)) - - -## [tsmuxer-7.1.10](https://github.com/truecharts/charts/compare/tsmuxer-7.1.9...tsmuxer-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [tsmuxer-7.1.9](https://github.com/truecharts/charts/compare/tsmuxer-7.1.8...tsmuxer-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [tsmuxer-7.1.8](https://github.com/truecharts/charts/compare/tsmuxer-7.1.7...tsmuxer-7.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [tsmuxer-7.1.7](https://github.com/truecharts/charts/compare/tsmuxer-7.1.6...tsmuxer-7.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [tsmuxer-7.1.6](https://github.com/truecharts/charts/compare/tsmuxer-7.1.5...tsmuxer-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [tsmuxer-7.1.5](https://github.com/truecharts/charts/compare/tsmuxer-7.1.4...tsmuxer-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [tsmuxer-7.1.4](https://github.com/truecharts/charts/compare/tsmuxer-7.1.3...tsmuxer-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/tsmuxer/9.1.3/Chart.yaml b/stable/tsmuxer/9.1.3/Chart.yaml deleted file mode 100644 index c68fd1827cf..00000000000 --- a/stable/tsmuxer/9.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.01.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: tsMuxer is a Transport Stream muxer. -home: https://truecharts.org/charts/stable/tsmuxer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tsmuxer.png -keywords: - - media - - tsmuxer -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tsmuxer -sources: - - https://github.com/jlesage/docker-tsmuxer - - https://github.com/truecharts/charts/tree/master/charts/stable/tsmuxer - - https://hub.docker.com/r/jlesage/tsmuxer -type: application -version: 9.1.3 diff --git a/stable/tsmuxer/9.1.3/charts/common-18.0.3.tgz b/stable/tsmuxer/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/tsmuxer/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/unpoller/10.2.0/.helmignore b/stable/tsmuxer/9.3.0/.helmignore similarity index 100% rename from stable/unpoller/10.2.0/.helmignore rename to stable/tsmuxer/9.3.0/.helmignore diff --git a/stable/tsmuxer/9.3.0/CHANGELOG.md b/stable/tsmuxer/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..a6c8cc68b97 --- /dev/null +++ b/stable/tsmuxer/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tsmuxer-9.3.0](https://github.com/truecharts/charts/compare/tsmuxer-9.2.3...tsmuxer-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [tsmuxer-9.2.3](https://github.com/truecharts/charts/compare/tsmuxer-9.2.2...tsmuxer-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [tsmuxer-9.2.2](https://github.com/truecharts/charts/compare/tsmuxer-9.2.0...tsmuxer-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [tsmuxer-8.0.1](https://github.com/truecharts/charts/compare/tsmuxer-8.0.0...tsmuxer-8.0.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [tsmuxer-8.0.0](https://github.com/truecharts/charts/compare/tsmuxer-7.1.10...tsmuxer-8.0.0) (2024-01-29) + +### Chore + + + +- update container image jlesage/tsmuxer to v24.01.1[@631b1db](https://github.com/631b1db) by renovate ([#17711](https://github.com/truecharts/charts/issues/17711)) + + +## [tsmuxer-7.1.10](https://github.com/truecharts/charts/compare/tsmuxer-7.1.9...tsmuxer-7.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [tsmuxer-7.1.9](https://github.com/truecharts/charts/compare/tsmuxer-7.1.8...tsmuxer-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [tsmuxer-7.1.8](https://github.com/truecharts/charts/compare/tsmuxer-7.1.7...tsmuxer-7.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [tsmuxer-7.1.7](https://github.com/truecharts/charts/compare/tsmuxer-7.1.6...tsmuxer-7.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/tsmuxer/9.3.0/Chart.yaml b/stable/tsmuxer/9.3.0/Chart.yaml new file mode 100644 index 00000000000..44863aa24c4 --- /dev/null +++ b/stable/tsmuxer/9.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.01.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: tsMuxer is a Transport Stream muxer. +home: https://truecharts.org/charts/stable/tsmuxer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tsmuxer.png +keywords: + - media + - tsmuxer +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tsmuxer +sources: + - https://github.com/jlesage/docker-tsmuxer + - https://github.com/truecharts/charts/tree/master/charts/stable/tsmuxer + - https://hub.docker.com/r/jlesage/tsmuxer +type: application +version: 9.3.0 diff --git a/stable/tsmuxer/9.1.3/README.md b/stable/tsmuxer/9.3.0/README.md similarity index 100% rename from stable/tsmuxer/9.1.3/README.md rename to stable/tsmuxer/9.3.0/README.md diff --git a/stable/tsmuxer/9.3.0/app-changelog.md b/stable/tsmuxer/9.3.0/app-changelog.md new file mode 100644 index 00000000000..723890d7e48 --- /dev/null +++ b/stable/tsmuxer/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [tsmuxer-9.3.0](https://github.com/truecharts/charts/compare/tsmuxer-9.2.3...tsmuxer-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/tsmuxer/9.1.3/app-readme.md b/stable/tsmuxer/9.3.0/app-readme.md similarity index 100% rename from stable/tsmuxer/9.1.3/app-readme.md rename to stable/tsmuxer/9.3.0/app-readme.md diff --git a/stable/tsmuxer/9.3.0/charts/common-18.2.0.tgz b/stable/tsmuxer/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/tsmuxer/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/tsmuxer/9.1.3/ix_values.yaml b/stable/tsmuxer/9.3.0/ix_values.yaml similarity index 100% rename from stable/tsmuxer/9.1.3/ix_values.yaml rename to stable/tsmuxer/9.3.0/ix_values.yaml diff --git a/stable/tsmuxer/9.1.3/questions.yaml b/stable/tsmuxer/9.3.0/questions.yaml similarity index 100% rename from stable/tsmuxer/9.1.3/questions.yaml rename to stable/tsmuxer/9.3.0/questions.yaml diff --git a/stable/valheim/10.1.3/templates/NOTES.txt b/stable/tsmuxer/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/valheim/10.1.3/templates/NOTES.txt rename to stable/tsmuxer/9.3.0/templates/NOTES.txt diff --git a/stable/unturned/6.1.3/templates/common.yaml b/stable/tsmuxer/9.3.0/templates/common.yaml similarity index 100% rename from stable/unturned/6.1.3/templates/common.yaml rename to stable/tsmuxer/9.3.0/templates/common.yaml diff --git a/stable/unpoller/10.2.0/values.yaml b/stable/tsmuxer/9.3.0/values.yaml similarity index 100% rename from stable/unpoller/10.2.0/values.yaml rename to stable/tsmuxer/9.3.0/values.yaml diff --git a/stable/tt-rss/16.1.6/CHANGELOG.md b/stable/tt-rss/16.1.6/CHANGELOG.md deleted file mode 100644 index c76451c27d4..00000000000 --- a/stable/tt-rss/16.1.6/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - - - -## [tt-rss-15.0.10](https://github.com/truecharts/charts/compare/tt-rss-15.0.9...tt-rss-15.0.10) (2024-02-12) - -### Chore - - - -- update container image cthulhoo/ttrss-web-nginx to latest[@bd1ad0a](https://github.com/bd1ad0a) by renovate ([#18037](https://github.com/truecharts/charts/issues/18037)) - - -## [tt-rss-15.0.9](https://github.com/truecharts/charts/compare/tt-rss-15.0.7...tt-rss-15.0.9) (2024-02-12) - -### Chore - - - -- update container image cthulhoo/ttrss-fpm-pgsql-static to latest[@38eb1c4](https://github.com/38eb1c4) by renovate ([#18036](https://github.com/truecharts/charts/issues/18036)) - - -## [tt-rss-15.0.7](https://github.com/truecharts/charts/compare/tt-rss-15.0.5...tt-rss-15.0.7) (2024-02-05) - -### Chore - - - -- update container image cthulhoo/ttrss-fpm-pgsql-static to latest[@885eb59](https://github.com/885eb59) by renovate ([#17823](https://github.com/truecharts/charts/issues/17823)) - - -## [tt-rss-15.0.5](https://github.com/truecharts/charts/compare/tt-rss-15.0.4...tt-rss-15.0.5) (2024-02-05) - -### Chore - - - -- update container image cthulhoo/ttrss-web-nginx to latest[@c0d636d](https://github.com/c0d636d) by renovate ([#17824](https://github.com/truecharts/charts/issues/17824)) - - -## [tt-rss-15.0.4](https://github.com/truecharts/charts/compare/tt-rss-15.0.3...tt-rss-15.0.4) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tt-rss-15.0.3](https://github.com/truecharts/charts/compare/tt-rss-15.0.2...tt-rss-15.0.3) (2024-01-29) - -### Chore - - - -- update container image cthulhoo/ttrss-web-nginx to latest[@09837d3](https://github.com/09837d3) by renovate ([#17584](https://github.com/truecharts/charts/issues/17584)) - - -## [tt-rss-15.0.2](https://github.com/truecharts/charts/compare/tt-rss-15.0.0...tt-rss-15.0.2) (2024-01-29) - -### Chore - - - -- update container image cthulhoo/ttrss-fpm-pgsql-static to latest[@7930b19](https://github.com/7930b19) by renovate ([#17583](https://github.com/truecharts/charts/issues/17583)) - - -## [tt-rss-15.0.0](https://github.com/truecharts/charts/compare/tt-rss-14.1.10...tt-rss-15.0.0) (2024-01-26) - - -## [tt-rss-14.1.10](https://github.com/truecharts/charts/compare/tt-rss-14.1.9...tt-rss-14.1.10) (2024-01-26) \ No newline at end of file diff --git a/stable/tt-rss/16.1.6/Chart.yaml b/stable/tt-rss/16.1.6/Chart.yaml deleted file mode 100644 index 79faa0d02e7..00000000000 --- a/stable/tt-rss/16.1.6/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: rss - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator. -home: https://truecharts.org/charts/stable/tt-rss -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tt-rss.png -keywords: - - tt-rss - - rss -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tt-rss -sources: - - https://git.tt-rss.org/fox/tt-rss - - https://github.com/truecharts/charts/tree/master/charts/stable/tt-rss - - https://hub.docker.com/r/cthulhoo/ttrss-fpm-pgsql-static - - https://hub.docker.com/r/cthulhoo/ttrss-web-nginx -type: application -version: 16.1.6 diff --git a/stable/tt-rss/16.1.6/charts/common-18.0.3.tgz b/stable/tt-rss/16.1.6/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/tt-rss/16.1.6/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/tt-rss/16.1.6/questions.yaml b/stable/tt-rss/16.1.6/questions.yaml deleted file mode 100755 index ef82d839833..00000000000 --- a/stable/tt-rss/16.1.6/questions.yaml +++ /dev/null @@ -1,4143 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: TTRSS_SELF_URL_PATH - label: TTRSS Self URL Path - description: You will likely need to set this to the correct value - it should point to external tt-rss URL as seen in your browser. e.g. https://rss.example.com - schema: - type: string - required: true - default: "" - - variable: ADMIN_USER_PASS - label: TTRSS Admin User Password - description: Leave blank and tt-rss will generate a random password to use with admin account on first run. Check container logs for password. - schema: - type: string - private: true - default: "" - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Service Port Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 10104 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: html - label: App HTML Storage - description: Stores the Application files. - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: plugins - label: App Plugins Storage - description: Stores the Application Plugins. - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: themes - label: App Themes Storage - description: Stores the Application Themes. - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/unturned/6.1.3/.helmignore b/stable/tt-rss/16.3.0/.helmignore similarity index 100% rename from stable/unturned/6.1.3/.helmignore rename to stable/tt-rss/16.3.0/.helmignore diff --git a/stable/tt-rss/16.3.0/CHANGELOG.md b/stable/tt-rss/16.3.0/CHANGELOG.md new file mode 100644 index 00000000000..8ca9878234e --- /dev/null +++ b/stable/tt-rss/16.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tt-rss-16.3.0](https://github.com/truecharts/charts/compare/tt-rss-16.2.3...tt-rss-16.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [tt-rss-16.2.3](https://github.com/truecharts/charts/compare/tt-rss-16.2.2...tt-rss-16.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [tt-rss-16.2.2](https://github.com/truecharts/charts/compare/tt-rss-16.2.0...tt-rss-16.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + + + +## [tt-rss-15.0.10](https://github.com/truecharts/charts/compare/tt-rss-15.0.9...tt-rss-15.0.10) (2024-02-12) + +### Chore + + + +- update container image cthulhoo/ttrss-web-nginx to latest[@bd1ad0a](https://github.com/bd1ad0a) by renovate ([#18037](https://github.com/truecharts/charts/issues/18037)) + + +## [tt-rss-15.0.9](https://github.com/truecharts/charts/compare/tt-rss-15.0.7...tt-rss-15.0.9) (2024-02-12) + +### Chore + + + +- update container image cthulhoo/ttrss-fpm-pgsql-static to latest[@38eb1c4](https://github.com/38eb1c4) by renovate ([#18036](https://github.com/truecharts/charts/issues/18036)) + + +## [tt-rss-15.0.7](https://github.com/truecharts/charts/compare/tt-rss-15.0.5...tt-rss-15.0.7) (2024-02-05) + +### Chore + + + +- update container image cthulhoo/ttrss-fpm-pgsql-static to latest[@885eb59](https://github.com/885eb59) by renovate ([#17823](https://github.com/truecharts/charts/issues/17823)) + + +## [tt-rss-15.0.5](https://github.com/truecharts/charts/compare/tt-rss-15.0.4...tt-rss-15.0.5) (2024-02-05) + +### Chore + + + +- update container image cthulhoo/ttrss-web-nginx to latest[@c0d636d](https://github.com/c0d636d) by renovate ([#17824](https://github.com/truecharts/charts/issues/17824)) + + +## [tt-rss-15.0.4](https://github.com/truecharts/charts/compare/tt-rss-15.0.3...tt-rss-15.0.4) (2024-02-03) \ No newline at end of file diff --git a/stable/tt-rss/16.3.0/Chart.yaml b/stable/tt-rss/16.3.0/Chart.yaml new file mode 100644 index 00000000000..168a497aa4c --- /dev/null +++ b/stable/tt-rss/16.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: rss + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator. +home: https://truecharts.org/charts/stable/tt-rss +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tt-rss.png +keywords: + - tt-rss + - rss +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tt-rss +sources: + - https://git.tt-rss.org/fox/tt-rss + - https://github.com/truecharts/charts/tree/master/charts/stable/tt-rss + - https://hub.docker.com/r/cthulhoo/ttrss-fpm-pgsql-static + - https://hub.docker.com/r/cthulhoo/ttrss-web-nginx +type: application +version: 16.3.0 diff --git a/stable/tt-rss/16.1.6/README.md b/stable/tt-rss/16.3.0/README.md similarity index 100% rename from stable/tt-rss/16.1.6/README.md rename to stable/tt-rss/16.3.0/README.md diff --git a/stable/tt-rss/16.3.0/app-changelog.md b/stable/tt-rss/16.3.0/app-changelog.md new file mode 100644 index 00000000000..3939bd0e984 --- /dev/null +++ b/stable/tt-rss/16.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [tt-rss-16.3.0](https://github.com/truecharts/charts/compare/tt-rss-16.2.3...tt-rss-16.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/tt-rss/16.1.6/app-readme.md b/stable/tt-rss/16.3.0/app-readme.md similarity index 100% rename from stable/tt-rss/16.1.6/app-readme.md rename to stable/tt-rss/16.3.0/app-readme.md diff --git a/stable/tt-rss/16.3.0/charts/common-18.2.0.tgz b/stable/tt-rss/16.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/tt-rss/16.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/tt-rss/16.1.6/ix_values.yaml b/stable/tt-rss/16.3.0/ix_values.yaml similarity index 100% rename from stable/tt-rss/16.1.6/ix_values.yaml rename to stable/tt-rss/16.3.0/ix_values.yaml diff --git a/stable/tt-rss/16.3.0/questions.yaml b/stable/tt-rss/16.3.0/questions.yaml new file mode 100755 index 00000000000..b02959d768b --- /dev/null +++ b/stable/tt-rss/16.3.0/questions.yaml @@ -0,0 +1,4101 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: App Configuration + label: Image Environment + schema: + additional_attrs: true + type: dict + attrs: + - variable: TTRSS_SELF_URL_PATH + label: TTRSS Self URL Path + description: You will likely need to set this to the correct value - it should point to external tt-rss URL as seen in your browser. e.g. https://rss.example.com + schema: + type: string + required: true + default: "" + - variable: ADMIN_USER_PASS + label: TTRSS Admin User Password + description: Leave blank and tt-rss will generate a random password to use with admin account on first run. Check container logs for password. + schema: + type: string + private: true + default: "" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Service + description: The Primary service on which the healthcheck runs, often the webUI + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 10104 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: html + label: App HTML Storage + description: Stores the Application files. + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: config + label: App Config Storage + description: Stores the Application Configuration. + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: plugins + label: App Plugins Storage + description: Stores the Application Plugins. + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: themes + label: App Themes Storage + description: Stores the Application Themes. + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/van-dam/4.1.3/templates/NOTES.txt b/stable/tt-rss/16.3.0/templates/NOTES.txt similarity index 100% rename from stable/van-dam/4.1.3/templates/NOTES.txt rename to stable/tt-rss/16.3.0/templates/NOTES.txt diff --git a/stable/tt-rss/16.1.6/templates/common.yaml b/stable/tt-rss/16.3.0/templates/common.yaml similarity index 100% rename from stable/tt-rss/16.1.6/templates/common.yaml rename to stable/tt-rss/16.3.0/templates/common.yaml diff --git a/stable/unturned/6.1.3/values.yaml b/stable/tt-rss/16.3.0/values.yaml similarity index 100% rename from stable/unturned/6.1.3/values.yaml rename to stable/tt-rss/16.3.0/values.yaml diff --git a/stable/tubearchivist-redisjson/5.1.3/CHANGELOG.md b/stable/tubearchivist-redisjson/5.1.3/CHANGELOG.md deleted file mode 100644 index 670b89c8524..00000000000 --- a/stable/tubearchivist-redisjson/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [tubearchivist-redisjson-4.1.13](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-4.1.12...tubearchivist-redisjson-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tubearchivist-redisjson-4.1.12](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-4.1.11...tubearchivist-redisjson-4.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [tubearchivist-redisjson-4.1.11](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-4.1.10...tubearchivist-redisjson-4.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [tubearchivist-redisjson-4.1.10](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-4.1.9...tubearchivist-redisjson-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [tubearchivist-redisjson-4.1.9](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-4.1.8...tubearchivist-redisjson-4.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [tubearchivist-redisjson-4.1.8](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-4.1.7...tubearchivist-redisjson-4.1.8) (2024-01-21) - -### Chore - - - -- update container image redislabs/rejson to latest[@b2205c3](https://github.com/b2205c3) by renovate ([#17392](https://github.com/truecharts/charts/issues/17392)) - - -## [tubearchivist-redisjson-4.1.7](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-4.1.6...tubearchivist-redisjson-4.1.7) (2024-01-15) - -### Chore - - - -- update container image redislabs/rejson to latest[@011cb23](https://github.com/011cb23) by renovate ([#17241](https://github.com/truecharts/charts/issues/17241)) - - - - -## [tubearchivist-redisjson-4.1.6](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-4.1.5...tubearchivist-redisjson-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [tubearchivist-redisjson-4.1.5](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-4.1.4...tubearchivist-redisjson-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - diff --git a/stable/tubearchivist-redisjson/5.1.3/Chart.yaml b/stable/tubearchivist-redisjson/5.1.3/Chart.yaml deleted file mode 100644 index e9279e4ebc9..00000000000 --- a/stable/tubearchivist-redisjson/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaServer-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This is a dependancy Chart for the application "TubeArchivist" -home: https://truecharts.org/charts/stable/tubearchivist-redisjson -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubearchivist-redisjson.png -keywords: - - tubearchivist-redisjson - - MediaServer-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tubearchivist-redisjson -sources: - - https://github.com/RedisJSON/RedisJSON - - https://github.com/truecharts/charts/tree/master/charts/stable/tubearchivist-redisjson - - https://hub.docker.com/r/redislabs/rejson -type: application -version: 5.1.3 diff --git a/stable/tubearchivist-redisjson/5.1.3/charts/common-18.0.3.tgz b/stable/tubearchivist-redisjson/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/tubearchivist-redisjson/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/uptime-kuma/10.1.3/.helmignore b/stable/tubearchivist-redisjson/5.3.0/.helmignore similarity index 100% rename from stable/uptime-kuma/10.1.3/.helmignore rename to stable/tubearchivist-redisjson/5.3.0/.helmignore diff --git a/stable/tubearchivist-redisjson/5.3.0/CHANGELOG.md b/stable/tubearchivist-redisjson/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..5743a9b6d1a --- /dev/null +++ b/stable/tubearchivist-redisjson/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tubearchivist-redisjson-5.3.0](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.2.3...tubearchivist-redisjson-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [tubearchivist-redisjson-5.2.3](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.2.2...tubearchivist-redisjson-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [tubearchivist-redisjson-5.2.2](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.2.0...tubearchivist-redisjson-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [tubearchivist-redisjson-4.1.13](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-4.1.12...tubearchivist-redisjson-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [tubearchivist-redisjson-4.1.12](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-4.1.11...tubearchivist-redisjson-4.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [tubearchivist-redisjson-4.1.11](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-4.1.10...tubearchivist-redisjson-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [tubearchivist-redisjson-4.1.10](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-4.1.9...tubearchivist-redisjson-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [tubearchivist-redisjson-4.1.9](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-4.1.8...tubearchivist-redisjson-4.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [tubearchivist-redisjson-4.1.8](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-4.1.7...tubearchivist-redisjson-4.1.8) (2024-01-21) + +### Chore + + + +- update container image redislabs/rejson to latest[@b2205c3](https://github.com/b2205c3) by renovate ([#17392](https://github.com/truecharts/charts/issues/17392)) diff --git a/stable/tubearchivist-redisjson/5.3.0/Chart.yaml b/stable/tubearchivist-redisjson/5.3.0/Chart.yaml new file mode 100644 index 00000000000..82a097f5d50 --- /dev/null +++ b/stable/tubearchivist-redisjson/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaServer-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is a dependancy Chart for the application "TubeArchivist" +home: https://truecharts.org/charts/stable/tubearchivist-redisjson +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubearchivist-redisjson.png +keywords: + - tubearchivist-redisjson + - MediaServer-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tubearchivist-redisjson +sources: + - https://github.com/RedisJSON/RedisJSON + - https://github.com/truecharts/charts/tree/master/charts/stable/tubearchivist-redisjson + - https://hub.docker.com/r/redislabs/rejson +type: application +version: 5.3.0 diff --git a/stable/tubearchivist-redisjson/5.1.3/README.md b/stable/tubearchivist-redisjson/5.3.0/README.md similarity index 100% rename from stable/tubearchivist-redisjson/5.1.3/README.md rename to stable/tubearchivist-redisjson/5.3.0/README.md diff --git a/stable/tubearchivist-redisjson/5.3.0/app-changelog.md b/stable/tubearchivist-redisjson/5.3.0/app-changelog.md new file mode 100644 index 00000000000..fdad0af96ed --- /dev/null +++ b/stable/tubearchivist-redisjson/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [tubearchivist-redisjson-5.3.0](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.2.3...tubearchivist-redisjson-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/tubearchivist-redisjson/5.1.3/app-readme.md b/stable/tubearchivist-redisjson/5.3.0/app-readme.md similarity index 100% rename from stable/tubearchivist-redisjson/5.1.3/app-readme.md rename to stable/tubearchivist-redisjson/5.3.0/app-readme.md diff --git a/stable/tubearchivist-redisjson/5.3.0/charts/common-18.2.0.tgz b/stable/tubearchivist-redisjson/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/tubearchivist-redisjson/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/tubearchivist-redisjson/5.1.3/ix_values.yaml b/stable/tubearchivist-redisjson/5.3.0/ix_values.yaml similarity index 100% rename from stable/tubearchivist-redisjson/5.1.3/ix_values.yaml rename to stable/tubearchivist-redisjson/5.3.0/ix_values.yaml diff --git a/stable/tubearchivist-redisjson/5.1.3/questions.yaml b/stable/tubearchivist-redisjson/5.3.0/questions.yaml similarity index 100% rename from stable/tubearchivist-redisjson/5.1.3/questions.yaml rename to stable/tubearchivist-redisjson/5.3.0/questions.yaml diff --git a/stable/tubearchivist-redisjson/5.1.3/templates/common.yaml b/stable/tubearchivist-redisjson/5.3.0/templates/common.yaml similarity index 100% rename from stable/tubearchivist-redisjson/5.1.3/templates/common.yaml rename to stable/tubearchivist-redisjson/5.3.0/templates/common.yaml diff --git a/stable/uptime-kuma/10.1.3/values.yaml b/stable/tubearchivist-redisjson/5.3.0/values.yaml similarity index 100% rename from stable/uptime-kuma/10.1.3/values.yaml rename to stable/tubearchivist-redisjson/5.3.0/values.yaml diff --git a/stable/tubesync/5.1.3/CHANGELOG.md b/stable/tubesync/5.1.3/CHANGELOG.md deleted file mode 100644 index 08d81ff318d..00000000000 --- a/stable/tubesync/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [tubesync-4.1.12](https://github.com/truecharts/charts/compare/tubesync-4.1.11...tubesync-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tubesync-4.1.11](https://github.com/truecharts/charts/compare/tubesync-4.1.10...tubesync-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [tubesync-4.1.10](https://github.com/truecharts/charts/compare/tubesync-4.1.9...tubesync-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [tubesync-4.1.9](https://github.com/truecharts/charts/compare/tubesync-4.1.8...tubesync-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [tubesync-4.1.8](https://github.com/truecharts/charts/compare/tubesync-4.1.7...tubesync-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [tubesync-4.1.7](https://github.com/truecharts/charts/compare/tubesync-4.1.6...tubesync-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [tubesync-4.1.6](https://github.com/truecharts/charts/compare/tubesync-4.1.5...tubesync-4.1.6) (2024-01-03) - -### Fix - - - -- disable varrun - - -## [tubesync-4.1.5](https://github.com/truecharts/charts/compare/tubesync-4.1.4...tubesync-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [tubesync-4.1.4](https://github.com/truecharts/charts/compare/tubesync-4.1.3...tubesync-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/tubesync/5.1.3/Chart.yaml b/stable/tubesync/5.1.3/Chart.yaml deleted file mode 100644 index b2eb4a70463..00000000000 --- a/stable/tubesync/5.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: TubeSync is a PVR (personal video recorder) for YouTube. Or, like Sonarr but for YouTube (with a built-in download client). It is designed to synchronize channels and playlists from YouTube to local directories and update your media server once media is downloaded. -home: https://truecharts.org/charts/stable/tubesync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubesync.png -keywords: - - tubesync - - Downloaders - - MediaApp-Video - - MediaServer-Video -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tubesync -sources: - - https://github.com/meeb/tubesync - - https://registry.hub.docker.com/r/ghcr.io/meeb/tubesync - - https://github.com/truecharts/charts/tree/master/charts/stable/tubesync - - https://ghcr.io/meeb/tubesync -type: application -version: 5.1.3 diff --git a/stable/tubesync/5.1.3/charts/common-18.0.3.tgz b/stable/tubesync/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/tubesync/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/uptimerobot-prometheus/11.1.3/.helmignore b/stable/tubesync/5.3.0/.helmignore similarity index 100% rename from stable/uptimerobot-prometheus/11.1.3/.helmignore rename to stable/tubesync/5.3.0/.helmignore diff --git a/stable/tubesync/5.3.0/CHANGELOG.md b/stable/tubesync/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..2dce71da411 --- /dev/null +++ b/stable/tubesync/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tubesync-5.3.0](https://github.com/truecharts/charts/compare/tubesync-5.2.3...tubesync-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [tubesync-5.2.3](https://github.com/truecharts/charts/compare/tubesync-5.2.2...tubesync-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [tubesync-5.2.2](https://github.com/truecharts/charts/compare/tubesync-5.2.0...tubesync-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [tubesync-4.1.12](https://github.com/truecharts/charts/compare/tubesync-4.1.11...tubesync-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [tubesync-4.1.11](https://github.com/truecharts/charts/compare/tubesync-4.1.10...tubesync-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [tubesync-4.1.10](https://github.com/truecharts/charts/compare/tubesync-4.1.9...tubesync-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [tubesync-4.1.9](https://github.com/truecharts/charts/compare/tubesync-4.1.8...tubesync-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [tubesync-4.1.8](https://github.com/truecharts/charts/compare/tubesync-4.1.7...tubesync-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [tubesync-4.1.7](https://github.com/truecharts/charts/compare/tubesync-4.1.6...tubesync-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/tubesync/5.3.0/Chart.yaml b/stable/tubesync/5.3.0/Chart.yaml new file mode 100644 index 00000000000..0df0d7adaaa --- /dev/null +++ b/stable/tubesync/5.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: TubeSync is a PVR (personal video recorder) for YouTube. Or, like Sonarr but for YouTube (with a built-in download client). It is designed to synchronize channels and playlists from YouTube to local directories and update your media server once media is downloaded. +home: https://truecharts.org/charts/stable/tubesync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubesync.png +keywords: + - tubesync + - Downloaders + - MediaApp-Video + - MediaServer-Video +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tubesync +sources: + - https://github.com/meeb/tubesync + - https://registry.hub.docker.com/r/ghcr.io/meeb/tubesync + - https://github.com/truecharts/charts/tree/master/charts/stable/tubesync + - https://ghcr.io/meeb/tubesync +type: application +version: 5.3.0 diff --git a/stable/tubesync/5.1.3/README.md b/stable/tubesync/5.3.0/README.md similarity index 100% rename from stable/tubesync/5.1.3/README.md rename to stable/tubesync/5.3.0/README.md diff --git a/stable/tubesync/5.3.0/app-changelog.md b/stable/tubesync/5.3.0/app-changelog.md new file mode 100644 index 00000000000..0211b2b49ed --- /dev/null +++ b/stable/tubesync/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [tubesync-5.3.0](https://github.com/truecharts/charts/compare/tubesync-5.2.3...tubesync-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/tubesync/5.1.3/app-readme.md b/stable/tubesync/5.3.0/app-readme.md similarity index 100% rename from stable/tubesync/5.1.3/app-readme.md rename to stable/tubesync/5.3.0/app-readme.md diff --git a/stable/tubesync/5.3.0/charts/common-18.2.0.tgz b/stable/tubesync/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/tubesync/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/tubesync/5.1.3/ix_values.yaml b/stable/tubesync/5.3.0/ix_values.yaml similarity index 100% rename from stable/tubesync/5.1.3/ix_values.yaml rename to stable/tubesync/5.3.0/ix_values.yaml diff --git a/stable/tubesync/5.1.3/questions.yaml b/stable/tubesync/5.3.0/questions.yaml similarity index 100% rename from stable/tubesync/5.1.3/questions.yaml rename to stable/tubesync/5.3.0/questions.yaml diff --git a/stable/tubesync/5.1.3/templates/common.yaml b/stable/tubesync/5.3.0/templates/common.yaml similarity index 100% rename from stable/tubesync/5.1.3/templates/common.yaml rename to stable/tubesync/5.3.0/templates/common.yaml diff --git a/stable/uptimerobot-prometheus/11.1.3/values.yaml b/stable/tubesync/5.3.0/values.yaml similarity index 100% rename from stable/uptimerobot-prometheus/11.1.3/values.yaml rename to stable/tubesync/5.3.0/values.yaml diff --git a/stable/tvheadend/19.2.0/CHANGELOG.md b/stable/tvheadend/19.2.0/CHANGELOG.md deleted file mode 100644 index a7d4266b2c7..00000000000 --- a/stable/tvheadend/19.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - -## [tvheadend-18.1.16](https://github.com/truecharts/charts/compare/tvheadend-18.1.15...tvheadend-18.1.16) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/tvheadend to latest[@2a34bf0](https://github.com/2a34bf0) by renovate ([#18079](https://github.com/truecharts/charts/issues/18079)) - - -## [tvheadend-18.1.15](https://github.com/truecharts/charts/compare/tvheadend-18.1.14...tvheadend-18.1.15) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/tvheadend to latest[@d21bfe5](https://github.com/d21bfe5) by renovate ([#17868](https://github.com/truecharts/charts/issues/17868)) - - -## [tvheadend-18.1.14](https://github.com/truecharts/charts/compare/tvheadend-18.1.13...tvheadend-18.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tvheadend-18.1.13](https://github.com/truecharts/charts/compare/tvheadend-18.1.12...tvheadend-18.1.13) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/tvheadend to latest[@0ba071c](https://github.com/0ba071c) by renovate ([#17626](https://github.com/truecharts/charts/issues/17626)) - - -## [tvheadend-18.1.12](https://github.com/truecharts/charts/compare/tvheadend-18.1.11...tvheadend-18.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [tvheadend-18.1.11](https://github.com/truecharts/charts/compare/tvheadend-18.1.10...tvheadend-18.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [tvheadend-18.1.10](https://github.com/truecharts/charts/compare/tvheadend-18.1.9...tvheadend-18.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [tvheadend-18.1.9](https://github.com/truecharts/charts/compare/tvheadend-18.1.8...tvheadend-18.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) \ No newline at end of file diff --git a/stable/tvheadend/19.2.0/Chart.yaml b/stable/tvheadend/19.2.0/Chart.yaml deleted file mode 100644 index 07b19b41d31..00000000000 --- a/stable/tvheadend/19.2.0/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: TVheadend - a TV streaming server and digital video recorder -home: https://truecharts.org/charts/stable/tvheadend -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tvheadend.png -keywords: - - tvheadend - - tv - - streaming - - dvb -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tvheadend -sources: - - https://github.com/tvheadend/tvheadend - - https://github.com/truecharts/charts/tree/master/charts/stable/tvheadend - - https://ghcr.io/linuxserver/tvheadend -type: application -version: 19.2.0 diff --git a/stable/tvheadend/19.2.0/charts/common-18.1.2.tgz b/stable/tvheadend/19.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/tvheadend/19.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/tvheadend/19.2.0/ix_values.yaml b/stable/tvheadend/19.2.0/ix_values.yaml deleted file mode 100644 index e9d212ea005..00000000000 --- a/stable/tvheadend/19.2.0/ix_values.yaml +++ /dev/null @@ -1,49 +0,0 @@ -image: - repository: ghcr.io/linuxserver/tvheadend - pullPolicy: IfNotPresent - tag: latest@sha256:c1abcf012873ec5cba460a1c22cef81603e87fb7452de82edcc2dc24de25ab15 -service: - main: - ports: - main: - port: 9981 - targetPort: 9981 - htsp: - enabled: true - ports: - htsp: - enabled: true - port: 9982 - targetPort: 9982 -persistence: - config: - enabled: true - mountPath: "/config" - varrun: - enabled: true -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: tcp - port: "{{ .Values.service.main.ports.main.port }}" - readiness: - type: tcp - port: "{{ .Values.service.main.ports.main.port }}" - startup: - type: tcp - port: "{{ .Values.service.main.ports.main.port }}" - env: - RUN_OPTS: "" diff --git a/stable/urban-terror/5.1.3/.helmignore b/stable/tvheadend/19.3.0/.helmignore similarity index 100% rename from stable/urban-terror/5.1.3/.helmignore rename to stable/tvheadend/19.3.0/.helmignore diff --git a/stable/tvheadend/19.3.0/CHANGELOG.md b/stable/tvheadend/19.3.0/CHANGELOG.md new file mode 100644 index 00000000000..8adc82d7dbd --- /dev/null +++ b/stable/tvheadend/19.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tvheadend-19.3.0](https://github.com/truecharts/charts/compare/tvheadend-19.2.4...tvheadend-19.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [tvheadend-19.2.4](https://github.com/truecharts/charts/compare/tvheadend-19.2.3...tvheadend-19.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [tvheadend-19.2.3](https://github.com/truecharts/charts/compare/tvheadend-19.2.1...tvheadend-19.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + +## [tvheadend-18.1.16](https://github.com/truecharts/charts/compare/tvheadend-18.1.15...tvheadend-18.1.16) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/tvheadend to latest[@2a34bf0](https://github.com/2a34bf0) by renovate ([#18079](https://github.com/truecharts/charts/issues/18079)) + + +## [tvheadend-18.1.15](https://github.com/truecharts/charts/compare/tvheadend-18.1.14...tvheadend-18.1.15) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/tvheadend to latest[@d21bfe5](https://github.com/d21bfe5) by renovate ([#17868](https://github.com/truecharts/charts/issues/17868)) + + +## [tvheadend-18.1.14](https://github.com/truecharts/charts/compare/tvheadend-18.1.13...tvheadend-18.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [tvheadend-18.1.13](https://github.com/truecharts/charts/compare/tvheadend-18.1.12...tvheadend-18.1.13) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/tvheadend to latest[@0ba071c](https://github.com/0ba071c) by renovate ([#17626](https://github.com/truecharts/charts/issues/17626)) + + +## [tvheadend-18.1.12](https://github.com/truecharts/charts/compare/tvheadend-18.1.11...tvheadend-18.1.12) (2024-01-26) + +### Chore diff --git a/stable/tvheadend/19.3.0/Chart.yaml b/stable/tvheadend/19.3.0/Chart.yaml new file mode 100644 index 00000000000..61a51e28c56 --- /dev/null +++ b/stable/tvheadend/19.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: TVheadend - a TV streaming server and digital video recorder +home: https://truecharts.org/charts/stable/tvheadend +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tvheadend.png +keywords: + - tvheadend + - tv + - streaming + - dvb +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tvheadend +sources: + - https://github.com/tvheadend/tvheadend + - https://github.com/truecharts/charts/tree/master/charts/stable/tvheadend + - https://ghcr.io/linuxserver/tvheadend +type: application +version: 19.3.0 diff --git a/stable/tvheadend/19.2.0/README.md b/stable/tvheadend/19.3.0/README.md similarity index 100% rename from stable/tvheadend/19.2.0/README.md rename to stable/tvheadend/19.3.0/README.md diff --git a/stable/tvheadend/19.3.0/app-changelog.md b/stable/tvheadend/19.3.0/app-changelog.md new file mode 100644 index 00000000000..233f02f76eb --- /dev/null +++ b/stable/tvheadend/19.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [tvheadend-19.3.0](https://github.com/truecharts/charts/compare/tvheadend-19.2.4...tvheadend-19.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/tvheadend/19.2.0/app-readme.md b/stable/tvheadend/19.3.0/app-readme.md similarity index 100% rename from stable/tvheadend/19.2.0/app-readme.md rename to stable/tvheadend/19.3.0/app-readme.md diff --git a/stable/tvheadend/19.3.0/charts/common-18.2.0.tgz b/stable/tvheadend/19.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/tvheadend/19.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/tvheadend/19.3.0/ix_values.yaml b/stable/tvheadend/19.3.0/ix_values.yaml new file mode 100644 index 00000000000..173a8038ba9 --- /dev/null +++ b/stable/tvheadend/19.3.0/ix_values.yaml @@ -0,0 +1,49 @@ +image: + repository: ghcr.io/linuxserver/tvheadend + pullPolicy: IfNotPresent + tag: latest@sha256:7877fa501f235ee6b38ef1d342ccbe2919fa705e1d5d94d87957a4daef768c37 +service: + main: + ports: + main: + port: 9981 + targetPort: 9981 + htsp: + enabled: true + ports: + htsp: + enabled: true + port: 9982 + targetPort: 9982 +persistence: + config: + enabled: true + mountPath: "/config" + varrun: + enabled: true +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: tcp + port: "{{ .Values.service.main.ports.main.port }}" + readiness: + type: tcp + port: "{{ .Values.service.main.ports.main.port }}" + startup: + type: tcp + port: "{{ .Values.service.main.ports.main.port }}" + env: + RUN_OPTS: "" diff --git a/stable/tvheadend/19.2.0/questions.yaml b/stable/tvheadend/19.3.0/questions.yaml similarity index 100% rename from stable/tvheadend/19.2.0/questions.yaml rename to stable/tvheadend/19.3.0/questions.yaml diff --git a/stable/verysync/9.1.3/templates/NOTES.txt b/stable/tvheadend/19.3.0/templates/NOTES.txt similarity index 100% rename from stable/verysync/9.1.3/templates/NOTES.txt rename to stable/tvheadend/19.3.0/templates/NOTES.txt diff --git a/stable/uptimerobot-prometheus/11.1.3/templates/common.yaml b/stable/tvheadend/19.3.0/templates/common.yaml similarity index 100% rename from stable/uptimerobot-prometheus/11.1.3/templates/common.yaml rename to stable/tvheadend/19.3.0/templates/common.yaml diff --git a/stable/urban-terror/5.1.3/values.yaml b/stable/tvheadend/19.3.0/values.yaml similarity index 100% rename from stable/urban-terror/5.1.3/values.yaml rename to stable/tvheadend/19.3.0/values.yaml diff --git a/stable/tvhproxy/5.1.3/CHANGELOG.md b/stable/tvhproxy/5.1.3/CHANGELOG.md deleted file mode 100644 index 3a03d8698c4..00000000000 --- a/stable/tvhproxy/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [tvhproxy-4.1.11](https://github.com/truecharts/charts/compare/tvhproxy-4.1.10...tvhproxy-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tvhproxy-4.1.10](https://github.com/truecharts/charts/compare/tvhproxy-4.1.9...tvhproxy-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [tvhproxy-4.1.9](https://github.com/truecharts/charts/compare/tvhproxy-4.1.8...tvhproxy-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [tvhproxy-4.1.8](https://github.com/truecharts/charts/compare/tvhproxy-4.1.7...tvhproxy-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [tvhproxy-4.1.7](https://github.com/truecharts/charts/compare/tvhproxy-4.1.6...tvhproxy-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [tvhproxy-4.1.6](https://github.com/truecharts/charts/compare/tvhproxy-4.1.5...tvhproxy-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [tvhproxy-4.1.5](https://github.com/truecharts/charts/compare/tvhproxy-4.1.4...tvhproxy-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [tvhproxy-4.1.4](https://github.com/truecharts/charts/compare/tvhproxy-4.1.3...tvhproxy-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [tvhproxy-4.1.3](https://github.com/truecharts/charts/compare/tvhproxy-4.1.0...tvhproxy-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/tvhproxy/5.1.3/Chart.yaml b/stable/tvhproxy/5.1.3/Chart.yaml deleted file mode 100644 index 7314dde32ba..00000000000 --- a/stable/tvhproxy/5.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaApp-Video - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: TvhProxy is a small flask app to proxy requests between Plex Media Server and Tvheadend.You have to run this Chart Chart as a seperate IP Address. -home: https://truecharts.org/charts/stable/tvhproxy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tvhproxy.png -keywords: - - tvhproxy - - MediaApp-Video -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tvhproxy -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/tvhproxy - - https://hub.docker.com/r/chvb/docker-tvhproxy -type: application -version: 5.1.3 diff --git a/stable/tvhproxy/5.1.3/charts/common-18.0.3.tgz b/stable/tvhproxy/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/tvhproxy/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/v-rising/5.1.3/.helmignore b/stable/tvhproxy/5.3.0/.helmignore similarity index 100% rename from stable/v-rising/5.1.3/.helmignore rename to stable/tvhproxy/5.3.0/.helmignore diff --git a/stable/tvhproxy/5.3.0/CHANGELOG.md b/stable/tvhproxy/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..c931c0f96fc --- /dev/null +++ b/stable/tvhproxy/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tvhproxy-5.3.0](https://github.com/truecharts/charts/compare/tvhproxy-5.2.3...tvhproxy-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [tvhproxy-5.2.3](https://github.com/truecharts/charts/compare/tvhproxy-5.2.2...tvhproxy-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [tvhproxy-5.2.2](https://github.com/truecharts/charts/compare/tvhproxy-5.2.0...tvhproxy-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [tvhproxy-4.1.11](https://github.com/truecharts/charts/compare/tvhproxy-4.1.10...tvhproxy-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [tvhproxy-4.1.10](https://github.com/truecharts/charts/compare/tvhproxy-4.1.9...tvhproxy-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [tvhproxy-4.1.9](https://github.com/truecharts/charts/compare/tvhproxy-4.1.8...tvhproxy-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [tvhproxy-4.1.8](https://github.com/truecharts/charts/compare/tvhproxy-4.1.7...tvhproxy-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [tvhproxy-4.1.7](https://github.com/truecharts/charts/compare/tvhproxy-4.1.6...tvhproxy-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [tvhproxy-4.1.6](https://github.com/truecharts/charts/compare/tvhproxy-4.1.5...tvhproxy-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/tvhproxy/5.3.0/Chart.yaml b/stable/tvhproxy/5.3.0/Chart.yaml new file mode 100644 index 00000000000..fc2983a8ed5 --- /dev/null +++ b/stable/tvhproxy/5.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Video + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: TvhProxy is a small flask app to proxy requests between Plex Media Server and Tvheadend.You have to run this Chart Chart as a seperate IP Address. +home: https://truecharts.org/charts/stable/tvhproxy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tvhproxy.png +keywords: + - tvhproxy + - MediaApp-Video +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tvhproxy +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/tvhproxy + - https://hub.docker.com/r/chvb/docker-tvhproxy +type: application +version: 5.3.0 diff --git a/stable/tvhproxy/5.1.3/README.md b/stable/tvhproxy/5.3.0/README.md similarity index 100% rename from stable/tvhproxy/5.1.3/README.md rename to stable/tvhproxy/5.3.0/README.md diff --git a/stable/tvhproxy/5.3.0/app-changelog.md b/stable/tvhproxy/5.3.0/app-changelog.md new file mode 100644 index 00000000000..7c882c8c801 --- /dev/null +++ b/stable/tvhproxy/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [tvhproxy-5.3.0](https://github.com/truecharts/charts/compare/tvhproxy-5.2.3...tvhproxy-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/tvhproxy/5.1.3/app-readme.md b/stable/tvhproxy/5.3.0/app-readme.md similarity index 100% rename from stable/tvhproxy/5.1.3/app-readme.md rename to stable/tvhproxy/5.3.0/app-readme.md diff --git a/stable/tvhproxy/5.3.0/charts/common-18.2.0.tgz b/stable/tvhproxy/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/tvhproxy/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/tvhproxy/5.1.3/ix_values.yaml b/stable/tvhproxy/5.3.0/ix_values.yaml similarity index 100% rename from stable/tvhproxy/5.1.3/ix_values.yaml rename to stable/tvhproxy/5.3.0/ix_values.yaml diff --git a/stable/tvhproxy/5.1.3/questions.yaml b/stable/tvhproxy/5.3.0/questions.yaml similarity index 100% rename from stable/tvhproxy/5.1.3/questions.yaml rename to stable/tvhproxy/5.3.0/questions.yaml diff --git a/stable/tvhproxy/5.1.3/templates/common.yaml b/stable/tvhproxy/5.3.0/templates/common.yaml similarity index 100% rename from stable/tvhproxy/5.1.3/templates/common.yaml rename to stable/tvhproxy/5.3.0/templates/common.yaml diff --git a/stable/v-rising/5.1.3/values.yaml b/stable/tvhproxy/5.3.0/values.yaml similarity index 100% rename from stable/v-rising/5.1.3/values.yaml rename to stable/tvhproxy/5.3.0/values.yaml diff --git a/stable/twonky-server/5.2.0/CHANGELOG.md b/stable/twonky-server/5.2.0/CHANGELOG.md deleted file mode 100644 index 40653fbc3e9..00000000000 --- a/stable/twonky-server/5.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - - -## [twonky-server-4.1.18](https://github.com/truecharts/charts/compare/twonky-server-4.1.17...twonky-server-4.1.18) (2024-02-12) - -### Chore - - - -- update container image dtjs48jkt/twonkyserver to latest[@b18ee32](https://github.com/b18ee32) by renovate ([#18042](https://github.com/truecharts/charts/issues/18042)) - - -## [twonky-server-4.1.17](https://github.com/truecharts/charts/compare/twonky-server-4.1.16...twonky-server-4.1.17) (2024-02-05) - -### Chore - - - -- update container image dtjs48jkt/twonkyserver to latest[@734d8a1](https://github.com/734d8a1) by renovate ([#17830](https://github.com/truecharts/charts/issues/17830)) - - -## [twonky-server-4.1.16](https://github.com/truecharts/charts/compare/twonky-server-4.1.15...twonky-server-4.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [twonky-server-4.1.15](https://github.com/truecharts/charts/compare/twonky-server-4.1.14...twonky-server-4.1.15) (2024-01-29) - -### Chore - - - -- update container image dtjs48jkt/twonkyserver to latest[@ecc3b48](https://github.com/ecc3b48) by renovate ([#17590](https://github.com/truecharts/charts/issues/17590)) - - -## [twonky-server-4.1.14](https://github.com/truecharts/charts/compare/twonky-server-4.1.13...twonky-server-4.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [twonky-server-4.1.13](https://github.com/truecharts/charts/compare/twonky-server-4.1.12...twonky-server-4.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [twonky-server-4.1.12](https://github.com/truecharts/charts/compare/twonky-server-4.1.11...twonky-server-4.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [twonky-server-4.1.11](https://github.com/truecharts/charts/compare/twonky-server-4.1.10...twonky-server-4.1.11) (2024-01-21) - -### Chore - diff --git a/stable/twonky-server/5.2.0/Chart.yaml b/stable/twonky-server/5.2.0/Chart.yaml deleted file mode 100644 index 86576d8aa7c..00000000000 --- a/stable/twonky-server/5.2.0/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaServer-Video - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: TwonkyMedia server (TMS) is DLNA-compliant UPnP AV server software from PacketVideo. TwonkyMedia server can be used to share and stream media to most UPnP AV or DLNA-compliant clients, in addition to non-UPnP devices through the HTML, RSS, and JSON supported front ends. -home: https://truecharts.org/charts/stable/twonky-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/twonky-server.png -keywords: - - twonky-server - - MediaServer-Video - - MediaServer-Music - - MediaServer-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: twonky-server -sources: - - https://github.com/H2CK/twonkyserver - - https://github.com/truecharts/charts/tree/master/charts/stable/twonky-server - - https://hub.docker.com/r/dtjs48jkt/twonkyserver -type: application -version: 5.2.0 diff --git a/stable/twonky-server/5.2.0/charts/common-18.1.2.tgz b/stable/twonky-server/5.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/twonky-server/5.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/twonky-server/5.2.0/ix_values.yaml b/stable/twonky-server/5.2.0/ix_values.yaml deleted file mode 100644 index 38f0ce12187..00000000000 --- a/stable/twonky-server/5.2.0/ix_values.yaml +++ /dev/null @@ -1,26 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: dtjs48jkt/twonkyserver - tag: latest@sha256:9cb1573f57ad08c708017a3aeff34808b13bea93eadb23d72f3b2372ab5536e4 -persistence: - config: - enabled: true - mountPath: /config - data: - enabled: true - mountPath: /data -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 9000 - protocol: tcp - targetPort: 9000 diff --git a/stable/valetudo-mapper/5.1.3/.helmignore b/stable/twonky-server/5.3.0/.helmignore similarity index 100% rename from stable/valetudo-mapper/5.1.3/.helmignore rename to stable/twonky-server/5.3.0/.helmignore diff --git a/stable/twonky-server/5.3.0/CHANGELOG.md b/stable/twonky-server/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..cbf77b367ed --- /dev/null +++ b/stable/twonky-server/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [twonky-server-5.3.0](https://github.com/truecharts/charts/compare/twonky-server-5.2.4...twonky-server-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [twonky-server-5.2.4](https://github.com/truecharts/charts/compare/twonky-server-5.2.3...twonky-server-5.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [twonky-server-5.2.3](https://github.com/truecharts/charts/compare/twonky-server-5.2.1...twonky-server-5.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + + +## [twonky-server-4.1.18](https://github.com/truecharts/charts/compare/twonky-server-4.1.17...twonky-server-4.1.18) (2024-02-12) + +### Chore + + + +- update container image dtjs48jkt/twonkyserver to latest[@b18ee32](https://github.com/b18ee32) by renovate ([#18042](https://github.com/truecharts/charts/issues/18042)) + + +## [twonky-server-4.1.17](https://github.com/truecharts/charts/compare/twonky-server-4.1.16...twonky-server-4.1.17) (2024-02-05) + +### Chore + + + +- update container image dtjs48jkt/twonkyserver to latest[@734d8a1](https://github.com/734d8a1) by renovate ([#17830](https://github.com/truecharts/charts/issues/17830)) + + +## [twonky-server-4.1.16](https://github.com/truecharts/charts/compare/twonky-server-4.1.15...twonky-server-4.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [twonky-server-4.1.15](https://github.com/truecharts/charts/compare/twonky-server-4.1.14...twonky-server-4.1.15) (2024-01-29) + +### Chore + + + +- update container image dtjs48jkt/twonkyserver to latest[@ecc3b48](https://github.com/ecc3b48) by renovate ([#17590](https://github.com/truecharts/charts/issues/17590)) + + +## [twonky-server-4.1.14](https://github.com/truecharts/charts/compare/twonky-server-4.1.13...twonky-server-4.1.14) (2024-01-26) diff --git a/stable/twonky-server/5.3.0/Chart.yaml b/stable/twonky-server/5.3.0/Chart.yaml new file mode 100644 index 00000000000..93f8be4b2aa --- /dev/null +++ b/stable/twonky-server/5.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaServer-Video + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: TwonkyMedia server (TMS) is DLNA-compliant UPnP AV server software from PacketVideo. TwonkyMedia server can be used to share and stream media to most UPnP AV or DLNA-compliant clients, in addition to non-UPnP devices through the HTML, RSS, and JSON supported front ends. +home: https://truecharts.org/charts/stable/twonky-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/twonky-server.png +keywords: + - twonky-server + - MediaServer-Video + - MediaServer-Music + - MediaServer-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: twonky-server +sources: + - https://github.com/H2CK/twonkyserver + - https://github.com/truecharts/charts/tree/master/charts/stable/twonky-server + - https://hub.docker.com/r/dtjs48jkt/twonkyserver +type: application +version: 5.3.0 diff --git a/stable/twonky-server/5.2.0/README.md b/stable/twonky-server/5.3.0/README.md similarity index 100% rename from stable/twonky-server/5.2.0/README.md rename to stable/twonky-server/5.3.0/README.md diff --git a/stable/twonky-server/5.3.0/app-changelog.md b/stable/twonky-server/5.3.0/app-changelog.md new file mode 100644 index 00000000000..8d2e42eb4b0 --- /dev/null +++ b/stable/twonky-server/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [twonky-server-5.3.0](https://github.com/truecharts/charts/compare/twonky-server-5.2.4...twonky-server-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/twonky-server/5.2.0/app-readme.md b/stable/twonky-server/5.3.0/app-readme.md similarity index 100% rename from stable/twonky-server/5.2.0/app-readme.md rename to stable/twonky-server/5.3.0/app-readme.md diff --git a/stable/twonky-server/5.3.0/charts/common-18.2.0.tgz b/stable/twonky-server/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/twonky-server/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/twonky-server/5.3.0/ix_values.yaml b/stable/twonky-server/5.3.0/ix_values.yaml new file mode 100644 index 00000000000..c6835b5b047 --- /dev/null +++ b/stable/twonky-server/5.3.0/ix_values.yaml @@ -0,0 +1,26 @@ +image: + pullPolicy: IfNotPresent + repository: dtjs48jkt/twonkyserver + tag: latest@sha256:58dcbc24525e40a34b6820cb042b03a7897e11aeea2647e746660c315e9f1dfc +persistence: + config: + enabled: true + mountPath: /config + data: + enabled: true + mountPath: /data +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 9000 + protocol: tcp + targetPort: 9000 diff --git a/stable/twonky-server/5.2.0/questions.yaml b/stable/twonky-server/5.3.0/questions.yaml similarity index 100% rename from stable/twonky-server/5.2.0/questions.yaml rename to stable/twonky-server/5.3.0/questions.yaml diff --git a/stable/twonky-server/5.2.0/templates/common.yaml b/stable/twonky-server/5.3.0/templates/common.yaml similarity index 100% rename from stable/twonky-server/5.2.0/templates/common.yaml rename to stable/twonky-server/5.3.0/templates/common.yaml diff --git a/stable/valetudo-mapper/5.1.3/values.yaml b/stable/twonky-server/5.3.0/values.yaml similarity index 100% rename from stable/valetudo-mapper/5.1.3/values.yaml rename to stable/twonky-server/5.3.0/values.yaml diff --git a/stable/twtxt/10.1.3/CHANGELOG.md b/stable/twtxt/10.1.3/CHANGELOG.md deleted file mode 100644 index 5ea8803a056..00000000000 --- a/stable/twtxt/10.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [twtxt-9.1.11](https://github.com/truecharts/charts/compare/twtxt-9.1.10...twtxt-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [twtxt-9.1.10](https://github.com/truecharts/charts/compare/twtxt-9.1.9...twtxt-9.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [twtxt-9.1.9](https://github.com/truecharts/charts/compare/twtxt-9.1.8...twtxt-9.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [twtxt-9.1.8](https://github.com/truecharts/charts/compare/twtxt-9.1.7...twtxt-9.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [twtxt-9.1.7](https://github.com/truecharts/charts/compare/twtxt-9.1.6...twtxt-9.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [twtxt-9.1.6](https://github.com/truecharts/charts/compare/twtxt-9.1.5...twtxt-9.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [twtxt-9.1.5](https://github.com/truecharts/charts/compare/twtxt-9.1.4...twtxt-9.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [twtxt-9.1.4](https://github.com/truecharts/charts/compare/twtxt-9.1.3...twtxt-9.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [twtxt-9.1.3](https://github.com/truecharts/charts/compare/twtxt-9.1.0...twtxt-9.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/twtxt/10.1.3/Chart.yaml b/stable/twtxt/10.1.3/Chart.yaml deleted file mode 100644 index 4440c4c61c3..00000000000 --- a/stable/twtxt/10.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.1.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A Self-Hosted, Twitter™-like Decentralised microBlogging platform. No ads, no tracking, your content, your data! -home: https://truecharts.org/charts/stable/twtxt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/twtxt.png -keywords: - - twtxt - - blogging - - blog - - social-network -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: twtxt -sources: - - https://github.com/prologic/twtxt - - https://github.com/nicholaswilde/docker-twtxt - - https://github.com/truecharts/charts/tree/master/charts/stable/twtxt - - https://ghcr.io/nicholaswilde/twtxt -type: application -version: 10.1.3 diff --git a/stable/twtxt/10.1.3/charts/common-18.0.3.tgz b/stable/twtxt/10.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/twtxt/10.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/valheim/10.1.3/.helmignore b/stable/twtxt/10.3.0/.helmignore similarity index 100% rename from stable/valheim/10.1.3/.helmignore rename to stable/twtxt/10.3.0/.helmignore diff --git a/stable/twtxt/10.3.0/CHANGELOG.md b/stable/twtxt/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..bf5b1a0c923 --- /dev/null +++ b/stable/twtxt/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [twtxt-10.3.0](https://github.com/truecharts/charts/compare/twtxt-10.2.3...twtxt-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [twtxt-10.2.3](https://github.com/truecharts/charts/compare/twtxt-10.2.2...twtxt-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [twtxt-10.2.2](https://github.com/truecharts/charts/compare/twtxt-10.2.0...twtxt-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [twtxt-9.1.11](https://github.com/truecharts/charts/compare/twtxt-9.1.10...twtxt-9.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [twtxt-9.1.10](https://github.com/truecharts/charts/compare/twtxt-9.1.9...twtxt-9.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [twtxt-9.1.9](https://github.com/truecharts/charts/compare/twtxt-9.1.8...twtxt-9.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [twtxt-9.1.8](https://github.com/truecharts/charts/compare/twtxt-9.1.7...twtxt-9.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [twtxt-9.1.7](https://github.com/truecharts/charts/compare/twtxt-9.1.6...twtxt-9.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [twtxt-9.1.6](https://github.com/truecharts/charts/compare/twtxt-9.1.5...twtxt-9.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/twtxt/10.3.0/Chart.yaml b/stable/twtxt/10.3.0/Chart.yaml new file mode 100644 index 00000000000..2ebfffc0359 --- /dev/null +++ b/stable/twtxt/10.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.1.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Self-Hosted, Twitter™-like Decentralised microBlogging platform. No ads, no tracking, your content, your data! +home: https://truecharts.org/charts/stable/twtxt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/twtxt.png +keywords: + - twtxt + - blogging + - blog + - social-network +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: twtxt +sources: + - https://github.com/prologic/twtxt + - https://github.com/nicholaswilde/docker-twtxt + - https://github.com/truecharts/charts/tree/master/charts/stable/twtxt + - https://ghcr.io/nicholaswilde/twtxt +type: application +version: 10.3.0 diff --git a/stable/twtxt/10.1.3/README.md b/stable/twtxt/10.3.0/README.md similarity index 100% rename from stable/twtxt/10.1.3/README.md rename to stable/twtxt/10.3.0/README.md diff --git a/stable/twtxt/10.3.0/app-changelog.md b/stable/twtxt/10.3.0/app-changelog.md new file mode 100644 index 00000000000..2c2741a3e2a --- /dev/null +++ b/stable/twtxt/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [twtxt-10.3.0](https://github.com/truecharts/charts/compare/twtxt-10.2.3...twtxt-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/twtxt/10.1.3/app-readme.md b/stable/twtxt/10.3.0/app-readme.md similarity index 100% rename from stable/twtxt/10.1.3/app-readme.md rename to stable/twtxt/10.3.0/app-readme.md diff --git a/stable/twtxt/10.3.0/charts/common-18.2.0.tgz b/stable/twtxt/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/twtxt/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/twtxt/10.1.3/ix_values.yaml b/stable/twtxt/10.3.0/ix_values.yaml similarity index 100% rename from stable/twtxt/10.1.3/ix_values.yaml rename to stable/twtxt/10.3.0/ix_values.yaml diff --git a/stable/twtxt/10.1.3/questions.yaml b/stable/twtxt/10.3.0/questions.yaml similarity index 100% rename from stable/twtxt/10.1.3/questions.yaml rename to stable/twtxt/10.3.0/questions.yaml diff --git a/stable/vikunja/13.1.3/templates/NOTES.txt b/stable/twtxt/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/vikunja/13.1.3/templates/NOTES.txt rename to stable/twtxt/10.3.0/templates/NOTES.txt diff --git a/stable/twtxt/10.1.3/templates/common.yaml b/stable/twtxt/10.3.0/templates/common.yaml similarity index 100% rename from stable/twtxt/10.1.3/templates/common.yaml rename to stable/twtxt/10.3.0/templates/common.yaml diff --git a/stable/valheim/10.1.3/values.yaml b/stable/twtxt/10.3.0/values.yaml similarity index 100% rename from stable/valheim/10.1.3/values.yaml rename to stable/twtxt/10.3.0/values.yaml diff --git a/stable/ubooquity/10.2.0/CHANGELOG.md b/stable/ubooquity/10.2.0/CHANGELOG.md deleted file mode 100644 index 03da35f0b76..00000000000 --- a/stable/ubooquity/10.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [ubooquity-9.1.17](https://github.com/truecharts/charts/compare/ubooquity-9.1.16...ubooquity-9.1.17) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@648813d](https://github.com/648813d) by renovate ([#18080](https://github.com/truecharts/charts/issues/18080)) - - -## [ubooquity-9.1.16](https://github.com/truecharts/charts/compare/ubooquity-9.1.15...ubooquity-9.1.16) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@1ac9634](https://github.com/1ac9634) by renovate ([#17869](https://github.com/truecharts/charts/issues/17869)) - - -## [ubooquity-9.1.15](https://github.com/truecharts/charts/compare/ubooquity-9.1.14...ubooquity-9.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ubooquity-9.1.14](https://github.com/truecharts/charts/compare/ubooquity-9.1.13...ubooquity-9.1.14) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@74ae85b](https://github.com/74ae85b) by renovate ([#17627](https://github.com/truecharts/charts/issues/17627)) - - -## [ubooquity-9.1.13](https://github.com/truecharts/charts/compare/ubooquity-9.1.12...ubooquity-9.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [ubooquity-9.1.12](https://github.com/truecharts/charts/compare/ubooquity-9.1.11...ubooquity-9.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [ubooquity-9.1.11](https://github.com/truecharts/charts/compare/ubooquity-9.1.10...ubooquity-9.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [ubooquity-9.1.10](https://github.com/truecharts/charts/compare/ubooquity-9.1.9...ubooquity-9.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [ubooquity-9.1.9](https://github.com/truecharts/charts/compare/ubooquity-9.1.8...ubooquity-9.1.9) (2024-01-21) - -### Chore - - - -- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@13daf1e](https://github.com/13daf1e) by renovate ([#17371](https://github.com/truecharts/charts/issues/17371)) - - -## [ubooquity-9.1.8](https://github.com/truecharts/charts/compare/ubooquity-9.1.7...ubooquity-9.1.8) (2024-01-14) \ No newline at end of file diff --git a/stable/ubooquity/10.2.0/Chart.yaml b/stable/ubooquity/10.2.0/Chart.yaml deleted file mode 100644 index c3b741e0ad5..00000000000 --- a/stable/ubooquity/10.2.0/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.1.2 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. -home: https://truecharts.org/charts/stable/ubooquity -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ubooquity.png -keywords: - - ubooquity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ubooquity -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/ubooquity - - https://ghcr.io/linuxserver/ubooquity -type: application -version: 10.2.0 diff --git a/stable/ubooquity/10.2.0/charts/common-18.1.2.tgz b/stable/ubooquity/10.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/ubooquity/10.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/ubooquity/10.2.0/ix_values.yaml b/stable/ubooquity/10.2.0/ix_values.yaml deleted file mode 100644 index 8b17c84b8fd..00000000000 --- a/stable/ubooquity/10.2.0/ix_values.yaml +++ /dev/null @@ -1,55 +0,0 @@ -image: - repository: ghcr.io/linuxserver/ubooquity - pullPolicy: IfNotPresent - tag: 2.1.2@sha256:648813d2477af6046f41e8ccb594cc78a53047d498a959021699bdb61e7a1122 -service: - main: - ports: - main: - targetPort: 2202 - port: 2202 - admin: - enabled: true - ports: - admin: - enabled: true - targetPort: 2203 - port: 2203 -persistence: - varrun: - enabled: true - config: - enabled: true - mountPath: "/config" - books: - enabled: true - mountPath: "/books" - comics: - enabled: true - mountPath: "/comics" - files: - enabled: true - mountPath: "/files" -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: tcp - readiness: - type: tcp - startup: - type: tcp - env: - MAXMEM: 512 diff --git a/stable/van-dam/4.1.3/.helmignore b/stable/ubooquity/10.3.0/.helmignore similarity index 100% rename from stable/van-dam/4.1.3/.helmignore rename to stable/ubooquity/10.3.0/.helmignore diff --git a/stable/ubooquity/10.3.0/CHANGELOG.md b/stable/ubooquity/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..3c126dcadf3 --- /dev/null +++ b/stable/ubooquity/10.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ubooquity-10.3.0](https://github.com/truecharts/charts/compare/ubooquity-10.2.4...ubooquity-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [ubooquity-10.2.4](https://github.com/truecharts/charts/compare/ubooquity-10.2.3...ubooquity-10.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [ubooquity-10.2.3](https://github.com/truecharts/charts/compare/ubooquity-10.2.1...ubooquity-10.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [ubooquity-9.1.17](https://github.com/truecharts/charts/compare/ubooquity-9.1.16...ubooquity-9.1.17) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@648813d](https://github.com/648813d) by renovate ([#18080](https://github.com/truecharts/charts/issues/18080)) + + +## [ubooquity-9.1.16](https://github.com/truecharts/charts/compare/ubooquity-9.1.15...ubooquity-9.1.16) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@1ac9634](https://github.com/1ac9634) by renovate ([#17869](https://github.com/truecharts/charts/issues/17869)) + + +## [ubooquity-9.1.15](https://github.com/truecharts/charts/compare/ubooquity-9.1.14...ubooquity-9.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [ubooquity-9.1.14](https://github.com/truecharts/charts/compare/ubooquity-9.1.13...ubooquity-9.1.14) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@74ae85b](https://github.com/74ae85b) by renovate ([#17627](https://github.com/truecharts/charts/issues/17627)) + + +## [ubooquity-9.1.13](https://github.com/truecharts/charts/compare/ubooquity-9.1.12...ubooquity-9.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [ubooquity-9.1.12](https://github.com/truecharts/charts/compare/ubooquity-9.1.11...ubooquity-9.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) \ No newline at end of file diff --git a/stable/ubooquity/10.3.0/Chart.yaml b/stable/ubooquity/10.3.0/Chart.yaml new file mode 100644 index 00000000000..dd611d4a9f1 --- /dev/null +++ b/stable/ubooquity/10.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.1.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. +home: https://truecharts.org/charts/stable/ubooquity +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ubooquity.png +keywords: + - ubooquity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ubooquity +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ubooquity + - https://ghcr.io/linuxserver/ubooquity +type: application +version: 10.3.0 diff --git a/stable/ubooquity/10.2.0/README.md b/stable/ubooquity/10.3.0/README.md similarity index 100% rename from stable/ubooquity/10.2.0/README.md rename to stable/ubooquity/10.3.0/README.md diff --git a/stable/ubooquity/10.3.0/app-changelog.md b/stable/ubooquity/10.3.0/app-changelog.md new file mode 100644 index 00000000000..85191357566 --- /dev/null +++ b/stable/ubooquity/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ubooquity-10.3.0](https://github.com/truecharts/charts/compare/ubooquity-10.2.4...ubooquity-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/ubooquity/10.2.0/app-readme.md b/stable/ubooquity/10.3.0/app-readme.md similarity index 100% rename from stable/ubooquity/10.2.0/app-readme.md rename to stable/ubooquity/10.3.0/app-readme.md diff --git a/stable/ubooquity/10.3.0/charts/common-18.2.0.tgz b/stable/ubooquity/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/ubooquity/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/ubooquity/10.3.0/ix_values.yaml b/stable/ubooquity/10.3.0/ix_values.yaml new file mode 100644 index 00000000000..2bda5b51d9b --- /dev/null +++ b/stable/ubooquity/10.3.0/ix_values.yaml @@ -0,0 +1,55 @@ +image: + repository: ghcr.io/linuxserver/ubooquity + pullPolicy: IfNotPresent + tag: 2.1.2@sha256:f478603572bddfc16322d455b129be2d45de1411529f7361efdcba0a76b45088 +service: + main: + ports: + main: + targetPort: 2202 + port: 2202 + admin: + enabled: true + ports: + admin: + enabled: true + targetPort: 2203 + port: 2203 +persistence: + varrun: + enabled: true + config: + enabled: true + mountPath: "/config" + books: + enabled: true + mountPath: "/books" + comics: + enabled: true + mountPath: "/comics" + files: + enabled: true + mountPath: "/files" +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: tcp + readiness: + type: tcp + startup: + type: tcp + env: + MAXMEM: 512 diff --git a/stable/ubooquity/10.2.0/questions.yaml b/stable/ubooquity/10.3.0/questions.yaml similarity index 100% rename from stable/ubooquity/10.2.0/questions.yaml rename to stable/ubooquity/10.3.0/questions.yaml diff --git a/stable/vocechat-server/3.1.3/templates/NOTES.txt b/stable/ubooquity/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/vocechat-server/3.1.3/templates/NOTES.txt rename to stable/ubooquity/10.3.0/templates/NOTES.txt diff --git a/stable/verysync/9.1.3/templates/common.yaml b/stable/ubooquity/10.3.0/templates/common.yaml similarity index 100% rename from stable/verysync/9.1.3/templates/common.yaml rename to stable/ubooquity/10.3.0/templates/common.yaml diff --git a/stable/van-dam/4.1.3/values.yaml b/stable/ubooquity/10.3.0/values.yaml similarity index 100% rename from stable/van-dam/4.1.3/values.yaml rename to stable/ubooquity/10.3.0/values.yaml diff --git a/stable/unifi/20.1.3/CHANGELOG.md b/stable/unifi/20.1.3/CHANGELOG.md deleted file mode 100644 index cab4411eac2..00000000000 --- a/stable/unifi/20.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [unifi-19.1.13](https://github.com/truecharts/charts/compare/unifi-19.1.12...unifi-19.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [unifi-19.1.12](https://github.com/truecharts/charts/compare/unifi-19.1.11...unifi-19.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [unifi-19.1.11](https://github.com/truecharts/charts/compare/unifi-19.1.10...unifi-19.1.11) (2024-01-26) - -### Chore - - - -- update container image ghcr.io/goofball222/unifi to v8.0.28[@f5be545](https://github.com/f5be545) by renovate ([#17547](https://github.com/truecharts/charts/issues/17547)) - - -## [unifi-19.1.10](https://github.com/truecharts/charts/compare/unifi-19.1.9...unifi-19.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [unifi-19.1.9](https://github.com/truecharts/charts/compare/unifi-19.1.8...unifi-19.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [unifi-19.1.8](https://github.com/truecharts/charts/compare/unifi-19.1.7...unifi-19.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [unifi-19.1.7](https://github.com/truecharts/charts/compare/unifi-19.1.6...unifi-19.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [unifi-19.1.6](https://github.com/truecharts/charts/compare/unifi-19.1.5...unifi-19.1.6) (2024-01-08) - -### Chore - - - -- update container image ghcr.io/goofball222/unifi to v8.0.26[@8c39d35](https://github.com/8c39d35) by renovate ([#17031](https://github.com/truecharts/charts/issues/17031)) - - -## [unifi-19.1.5](https://github.com/truecharts/charts/compare/unifi-19.1.4...unifi-19.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - diff --git a/stable/unifi/20.1.3/Chart.yaml b/stable/unifi/20.1.3/Chart.yaml deleted file mode 100644 index 72873277b1b..00000000000 --- a/stable/unifi/20.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 8.0.28 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Ubiquiti Network's Unifi Controller -home: https://truecharts.org/charts/stable/unifi -icon: https://truecharts.org/img/hotlink-ok/chart-icons/unifi.png -keywords: - - ubiquiti - - unifi -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: unifi -sources: - - https://unifi-network.ui.com - - https://github.com/jacobalberty/unifi-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/unifi - - https://ghcr.io/goofball222/unifi -type: application -version: 20.1.3 diff --git a/stable/unifi/20.1.3/charts/common-18.0.3.tgz b/stable/unifi/20.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/unifi/20.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/venstar2mqtt/5.1.3/.helmignore b/stable/unifi/20.3.0/.helmignore similarity index 100% rename from stable/venstar2mqtt/5.1.3/.helmignore rename to stable/unifi/20.3.0/.helmignore diff --git a/stable/unifi/20.3.0/CHANGELOG.md b/stable/unifi/20.3.0/CHANGELOG.md new file mode 100644 index 00000000000..080ad1d0ba5 --- /dev/null +++ b/stable/unifi/20.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [unifi-20.3.0](https://github.com/truecharts/charts/compare/unifi-20.2.3...unifi-20.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [unifi-20.2.3](https://github.com/truecharts/charts/compare/unifi-20.2.2...unifi-20.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [unifi-20.2.2](https://github.com/truecharts/charts/compare/unifi-20.2.0...unifi-20.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [unifi-19.1.13](https://github.com/truecharts/charts/compare/unifi-19.1.12...unifi-19.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [unifi-19.1.12](https://github.com/truecharts/charts/compare/unifi-19.1.11...unifi-19.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [unifi-19.1.11](https://github.com/truecharts/charts/compare/unifi-19.1.10...unifi-19.1.11) (2024-01-26) + +### Chore + + + +- update container image ghcr.io/goofball222/unifi to v8.0.28[@f5be545](https://github.com/f5be545) by renovate ([#17547](https://github.com/truecharts/charts/issues/17547)) + + +## [unifi-19.1.10](https://github.com/truecharts/charts/compare/unifi-19.1.9...unifi-19.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [unifi-19.1.9](https://github.com/truecharts/charts/compare/unifi-19.1.8...unifi-19.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [unifi-19.1.8](https://github.com/truecharts/charts/compare/unifi-19.1.7...unifi-19.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/unifi/20.3.0/Chart.yaml b/stable/unifi/20.3.0/Chart.yaml new file mode 100644 index 00000000000..9c5b37c7952 --- /dev/null +++ b/stable/unifi/20.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 8.0.28 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Ubiquiti Network's Unifi Controller +home: https://truecharts.org/charts/stable/unifi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/unifi.png +keywords: + - ubiquiti + - unifi +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: unifi +sources: + - https://unifi-network.ui.com + - https://github.com/jacobalberty/unifi-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/unifi + - https://ghcr.io/goofball222/unifi +type: application +version: 20.3.0 diff --git a/stable/unifi/20.1.3/README.md b/stable/unifi/20.3.0/README.md similarity index 100% rename from stable/unifi/20.1.3/README.md rename to stable/unifi/20.3.0/README.md diff --git a/stable/unifi/20.3.0/app-changelog.md b/stable/unifi/20.3.0/app-changelog.md new file mode 100644 index 00000000000..55721dad46e --- /dev/null +++ b/stable/unifi/20.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [unifi-20.3.0](https://github.com/truecharts/charts/compare/unifi-20.2.3...unifi-20.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/unifi/20.1.3/app-readme.md b/stable/unifi/20.3.0/app-readme.md similarity index 100% rename from stable/unifi/20.1.3/app-readme.md rename to stable/unifi/20.3.0/app-readme.md diff --git a/stable/unifi/20.3.0/charts/common-18.2.0.tgz b/stable/unifi/20.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/unifi/20.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/unifi/20.1.3/ix_values.yaml b/stable/unifi/20.3.0/ix_values.yaml similarity index 100% rename from stable/unifi/20.1.3/ix_values.yaml rename to stable/unifi/20.3.0/ix_values.yaml diff --git a/stable/unifi/20.1.3/questions.yaml b/stable/unifi/20.3.0/questions.yaml similarity index 100% rename from stable/unifi/20.1.3/questions.yaml rename to stable/unifi/20.3.0/questions.yaml diff --git a/stable/wallos/4.2.0/templates/NOTES.txt b/stable/unifi/20.3.0/templates/NOTES.txt similarity index 100% rename from stable/wallos/4.2.0/templates/NOTES.txt rename to stable/unifi/20.3.0/templates/NOTES.txt diff --git a/stable/vocechat-server/3.1.3/templates/common.yaml b/stable/unifi/20.3.0/templates/common.yaml similarity index 100% rename from stable/vocechat-server/3.1.3/templates/common.yaml rename to stable/unifi/20.3.0/templates/common.yaml diff --git a/stable/venstar2mqtt/5.1.3/values.yaml b/stable/unifi/20.3.0/values.yaml similarity index 100% rename from stable/venstar2mqtt/5.1.3/values.yaml rename to stable/unifi/20.3.0/values.yaml diff --git a/stable/universal-media-server/5.1.3/CHANGELOG.md b/stable/universal-media-server/5.1.3/CHANGELOG.md deleted file mode 100644 index 88a936ba6a7..00000000000 --- a/stable/universal-media-server/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [universal-media-server-4.1.12](https://github.com/truecharts/charts/compare/universal-media-server-4.1.11...universal-media-server-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [universal-media-server-4.1.11](https://github.com/truecharts/charts/compare/universal-media-server-4.1.10...universal-media-server-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [universal-media-server-4.1.10](https://github.com/truecharts/charts/compare/universal-media-server-4.1.9...universal-media-server-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [universal-media-server-4.1.9](https://github.com/truecharts/charts/compare/universal-media-server-4.1.8...universal-media-server-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [universal-media-server-4.1.8](https://github.com/truecharts/charts/compare/universal-media-server-4.1.7...universal-media-server-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [universal-media-server-4.1.7](https://github.com/truecharts/charts/compare/universal-media-server-4.1.6...universal-media-server-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [universal-media-server-4.1.6](https://github.com/truecharts/charts/compare/universal-media-server-4.1.5...universal-media-server-4.1.6) (2024-01-08) - -### Chore - - - -- update container image universalmediaserver/ums to latest[@d4e663e](https://github.com/d4e663e) by renovate ([#16969](https://github.com/truecharts/charts/issues/16969)) - - -## [universal-media-server-4.1.5](https://github.com/truecharts/charts/compare/universal-media-server-4.1.4...universal-media-server-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [universal-media-server-4.1.4](https://github.com/truecharts/charts/compare/universal-media-server-4.1.3...universal-media-server-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/universal-media-server/5.1.3/Chart.yaml b/stable/universal-media-server/5.1.3/Chart.yaml deleted file mode 100644 index 93460cd0b8a..00000000000 --- a/stable/universal-media-server/5.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaServer-Video - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Universal Media Server is a DLNA-compliant UPnP Media Server. It is capable of sharing video, audio and images between most modern devices. It was originally based on PS3 Media Server by shagrath, in order to ensure greater stability and file-compatibility. -home: https://truecharts.org/charts/stable/universal-media-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/universal-media-server.png -keywords: - - universal-media-server - - MediaServer-Video - - MediaServer-Music - - MediaServer-Photos -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: universal-media-server -sources: - - https://www.universalmediaserver.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/universal-media-server - - https://hub.docker.com/r/universalmediaserver/ums -type: application -version: 5.1.3 diff --git a/stable/universal-media-server/5.1.3/charts/common-18.0.3.tgz b/stable/universal-media-server/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/universal-media-server/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/vertex/5.2.0/.helmignore b/stable/universal-media-server/5.3.0/.helmignore similarity index 100% rename from stable/vertex/5.2.0/.helmignore rename to stable/universal-media-server/5.3.0/.helmignore diff --git a/stable/universal-media-server/5.3.0/CHANGELOG.md b/stable/universal-media-server/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..544558e03a4 --- /dev/null +++ b/stable/universal-media-server/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [universal-media-server-5.3.0](https://github.com/truecharts/charts/compare/universal-media-server-5.2.3...universal-media-server-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [universal-media-server-5.2.3](https://github.com/truecharts/charts/compare/universal-media-server-5.2.2...universal-media-server-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [universal-media-server-5.2.2](https://github.com/truecharts/charts/compare/universal-media-server-5.2.0...universal-media-server-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [universal-media-server-4.1.12](https://github.com/truecharts/charts/compare/universal-media-server-4.1.11...universal-media-server-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [universal-media-server-4.1.11](https://github.com/truecharts/charts/compare/universal-media-server-4.1.10...universal-media-server-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [universal-media-server-4.1.10](https://github.com/truecharts/charts/compare/universal-media-server-4.1.9...universal-media-server-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [universal-media-server-4.1.9](https://github.com/truecharts/charts/compare/universal-media-server-4.1.8...universal-media-server-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [universal-media-server-4.1.8](https://github.com/truecharts/charts/compare/universal-media-server-4.1.7...universal-media-server-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [universal-media-server-4.1.7](https://github.com/truecharts/charts/compare/universal-media-server-4.1.6...universal-media-server-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/universal-media-server/5.3.0/Chart.yaml b/stable/universal-media-server/5.3.0/Chart.yaml new file mode 100644 index 00000000000..12ff0244b67 --- /dev/null +++ b/stable/universal-media-server/5.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaServer-Video + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Universal Media Server is a DLNA-compliant UPnP Media Server. It is capable of sharing video, audio and images between most modern devices. It was originally based on PS3 Media Server by shagrath, in order to ensure greater stability and file-compatibility. +home: https://truecharts.org/charts/stable/universal-media-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/universal-media-server.png +keywords: + - universal-media-server + - MediaServer-Video + - MediaServer-Music + - MediaServer-Photos +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: universal-media-server +sources: + - https://www.universalmediaserver.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/universal-media-server + - https://hub.docker.com/r/universalmediaserver/ums +type: application +version: 5.3.0 diff --git a/stable/universal-media-server/5.1.3/README.md b/stable/universal-media-server/5.3.0/README.md similarity index 100% rename from stable/universal-media-server/5.1.3/README.md rename to stable/universal-media-server/5.3.0/README.md diff --git a/stable/universal-media-server/5.3.0/app-changelog.md b/stable/universal-media-server/5.3.0/app-changelog.md new file mode 100644 index 00000000000..dcb2986b3f2 --- /dev/null +++ b/stable/universal-media-server/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [universal-media-server-5.3.0](https://github.com/truecharts/charts/compare/universal-media-server-5.2.3...universal-media-server-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/universal-media-server/5.1.3/app-readme.md b/stable/universal-media-server/5.3.0/app-readme.md similarity index 100% rename from stable/universal-media-server/5.1.3/app-readme.md rename to stable/universal-media-server/5.3.0/app-readme.md diff --git a/stable/universal-media-server/5.3.0/charts/common-18.2.0.tgz b/stable/universal-media-server/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/universal-media-server/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/universal-media-server/5.1.3/ix_values.yaml b/stable/universal-media-server/5.3.0/ix_values.yaml similarity index 100% rename from stable/universal-media-server/5.1.3/ix_values.yaml rename to stable/universal-media-server/5.3.0/ix_values.yaml diff --git a/stable/universal-media-server/5.1.3/questions.yaml b/stable/universal-media-server/5.3.0/questions.yaml similarity index 100% rename from stable/universal-media-server/5.1.3/questions.yaml rename to stable/universal-media-server/5.3.0/questions.yaml diff --git a/stable/universal-media-server/5.1.3/templates/common.yaml b/stable/universal-media-server/5.3.0/templates/common.yaml similarity index 100% rename from stable/universal-media-server/5.1.3/templates/common.yaml rename to stable/universal-media-server/5.3.0/templates/common.yaml diff --git a/stable/vertex/5.2.0/values.yaml b/stable/universal-media-server/5.3.0/values.yaml similarity index 100% rename from stable/vertex/5.2.0/values.yaml rename to stable/universal-media-server/5.3.0/values.yaml diff --git a/stable/unmanic/10.1.3/CHANGELOG.md b/stable/unmanic/10.1.3/CHANGELOG.md deleted file mode 100644 index f8fb862f58a..00000000000 --- a/stable/unmanic/10.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [unmanic-9.1.11](https://github.com/truecharts/charts/compare/unmanic-9.1.10...unmanic-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [unmanic-9.1.10](https://github.com/truecharts/charts/compare/unmanic-9.1.9...unmanic-9.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [unmanic-9.1.9](https://github.com/truecharts/charts/compare/unmanic-9.1.8...unmanic-9.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [unmanic-9.1.8](https://github.com/truecharts/charts/compare/unmanic-9.1.7...unmanic-9.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [unmanic-9.1.7](https://github.com/truecharts/charts/compare/unmanic-9.1.6...unmanic-9.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [unmanic-9.1.6](https://github.com/truecharts/charts/compare/unmanic-9.1.5...unmanic-9.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [unmanic-9.1.5](https://github.com/truecharts/charts/compare/unmanic-9.1.4...unmanic-9.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [unmanic-9.1.4](https://github.com/truecharts/charts/compare/unmanic-9.1.3...unmanic-9.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [unmanic-9.1.3](https://github.com/truecharts/charts/compare/unmanic-9.1.0...unmanic-9.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/unmanic/10.1.3/Chart.yaml b/stable/unmanic/10.1.3/Chart.yaml deleted file mode 100644 index 56265818385..00000000000 --- a/stable/unmanic/10.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.2.4 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Unmanic is a simple tool for optimising your file library. -home: https://truecharts.org/charts/stable/unmanic -icon: https://truecharts.org/img/hotlink-ok/chart-icons/unmanic.png -keywords: - - media -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: unmanic -sources: - - https://github.com/Unmanic/unmanic - - https://github.com/truecharts/charts/tree/master/charts/stable/unmanic - - https://hub.docker.com/r/josh5/unmanic -type: application -version: 10.1.3 diff --git a/stable/unmanic/10.1.3/charts/common-18.0.3.tgz b/stable/unmanic/10.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/unmanic/10.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/verysync/9.1.3/.helmignore b/stable/unmanic/10.3.0/.helmignore similarity index 100% rename from stable/verysync/9.1.3/.helmignore rename to stable/unmanic/10.3.0/.helmignore diff --git a/stable/unmanic/10.3.0/CHANGELOG.md b/stable/unmanic/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..09282b3f5fe --- /dev/null +++ b/stable/unmanic/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [unmanic-10.3.0](https://github.com/truecharts/charts/compare/unmanic-10.2.3...unmanic-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [unmanic-10.2.3](https://github.com/truecharts/charts/compare/unmanic-10.2.2...unmanic-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [unmanic-10.2.2](https://github.com/truecharts/charts/compare/unmanic-10.2.0...unmanic-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [unmanic-9.1.11](https://github.com/truecharts/charts/compare/unmanic-9.1.10...unmanic-9.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [unmanic-9.1.10](https://github.com/truecharts/charts/compare/unmanic-9.1.9...unmanic-9.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [unmanic-9.1.9](https://github.com/truecharts/charts/compare/unmanic-9.1.8...unmanic-9.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [unmanic-9.1.8](https://github.com/truecharts/charts/compare/unmanic-9.1.7...unmanic-9.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [unmanic-9.1.7](https://github.com/truecharts/charts/compare/unmanic-9.1.6...unmanic-9.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [unmanic-9.1.6](https://github.com/truecharts/charts/compare/unmanic-9.1.5...unmanic-9.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/unmanic/10.3.0/Chart.yaml b/stable/unmanic/10.3.0/Chart.yaml new file mode 100644 index 00000000000..7856a7f4f89 --- /dev/null +++ b/stable/unmanic/10.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.2.4 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Unmanic is a simple tool for optimising your file library. +home: https://truecharts.org/charts/stable/unmanic +icon: https://truecharts.org/img/hotlink-ok/chart-icons/unmanic.png +keywords: + - media +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: unmanic +sources: + - https://github.com/Unmanic/unmanic + - https://github.com/truecharts/charts/tree/master/charts/stable/unmanic + - https://hub.docker.com/r/josh5/unmanic +type: application +version: 10.3.0 diff --git a/stable/unmanic/10.1.3/README.md b/stable/unmanic/10.3.0/README.md similarity index 100% rename from stable/unmanic/10.1.3/README.md rename to stable/unmanic/10.3.0/README.md diff --git a/stable/unmanic/10.3.0/app-changelog.md b/stable/unmanic/10.3.0/app-changelog.md new file mode 100644 index 00000000000..95ce08dfb04 --- /dev/null +++ b/stable/unmanic/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [unmanic-10.3.0](https://github.com/truecharts/charts/compare/unmanic-10.2.3...unmanic-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/unmanic/10.1.3/app-readme.md b/stable/unmanic/10.3.0/app-readme.md similarity index 100% rename from stable/unmanic/10.1.3/app-readme.md rename to stable/unmanic/10.3.0/app-readme.md diff --git a/stable/unmanic/10.3.0/charts/common-18.2.0.tgz b/stable/unmanic/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/unmanic/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/unmanic/10.1.3/ix_values.yaml b/stable/unmanic/10.3.0/ix_values.yaml similarity index 100% rename from stable/unmanic/10.1.3/ix_values.yaml rename to stable/unmanic/10.3.0/ix_values.yaml diff --git a/stable/unmanic/10.1.3/questions.yaml b/stable/unmanic/10.3.0/questions.yaml similarity index 100% rename from stable/unmanic/10.1.3/questions.yaml rename to stable/unmanic/10.3.0/questions.yaml diff --git a/stable/watcharr/4.1.3/templates/NOTES.txt b/stable/unmanic/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/watcharr/4.1.3/templates/NOTES.txt rename to stable/unmanic/10.3.0/templates/NOTES.txt diff --git a/stable/wallos/4.2.0/templates/common.yaml b/stable/unmanic/10.3.0/templates/common.yaml similarity index 100% rename from stable/wallos/4.2.0/templates/common.yaml rename to stable/unmanic/10.3.0/templates/common.yaml diff --git a/stable/verysync/9.1.3/values.yaml b/stable/unmanic/10.3.0/values.yaml similarity index 100% rename from stable/verysync/9.1.3/values.yaml rename to stable/unmanic/10.3.0/values.yaml diff --git a/stable/unpackerr/13.1.3/CHANGELOG.md b/stable/unpackerr/13.1.3/CHANGELOG.md deleted file mode 100644 index 4ac8e438bd6..00000000000 --- a/stable/unpackerr/13.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [unpackerr-12.2.6](https://github.com/truecharts/charts/compare/unpackerr-12.2.5...unpackerr-12.2.6) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [unpackerr-12.2.5](https://github.com/truecharts/charts/compare/unpackerr-12.2.4...unpackerr-12.2.5) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [unpackerr-12.2.4](https://github.com/truecharts/charts/compare/unpackerr-12.2.3...unpackerr-12.2.4) (2024-01-22) - -### Chore - - - -- update container image golift/unpackerr to v0.13.1[@99defbe](https://github.com/99defbe) by renovate ([#17487](https://github.com/truecharts/charts/issues/17487)) - - -## [unpackerr-12.2.3](https://github.com/truecharts/charts/compare/unpackerr-12.2.2...unpackerr-12.2.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [unpackerr-12.2.2](https://github.com/truecharts/charts/compare/unpackerr-12.2.1...unpackerr-12.2.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [unpackerr-12.2.1](https://github.com/truecharts/charts/compare/unpackerr-12.2.0...unpackerr-12.2.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [unpackerr-12.2.0](https://github.com/truecharts/charts/compare/unpackerr-12.1.7...unpackerr-12.2.0) (2024-01-21) - -### Chore - - - -- update container image golift/unpackerr to v0.13.0[@dac056a](https://github.com/dac056a) by renovate ([#17449](https://github.com/truecharts/charts/issues/17449)) - - - - -## [unpackerr-12.1.7](https://github.com/truecharts/charts/compare/unpackerr-12.1.6...unpackerr-12.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [unpackerr-12.1.6](https://github.com/truecharts/charts/compare/unpackerr-12.1.5...unpackerr-12.1.6) (2024-01-03) - -### Fix - - - -- fix unpackerr config storage ([#16826](https://github.com/truecharts/charts/issues/16826)) - diff --git a/stable/unpackerr/13.1.3/Chart.yaml b/stable/unpackerr/13.1.3/Chart.yaml deleted file mode 100644 index 3856fc19397..00000000000 --- a/stable/unpackerr/13.1.3/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.13.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This application runs as a daemon on your download host. It checks for completed downloads and extracts them so Radarr, Lidarr, Sonarr, and Readarr may import them -home: https://truecharts.org/charts/stable/unpackerr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/unpackerr.png -keywords: - - unpackerr - - sonarr - - radarr - - lidarr - - readarr - - whisparr -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: unpackerr -sources: - - https://github.com/davidnewhall/unpackerr - - https://github.com/truecharts/charts/tree/master/charts/stable/unpackerr - - https://hub.docker.com/r/golift/unpackerr -type: application -version: 13.1.3 diff --git a/stable/unpackerr/13.1.3/charts/common-18.0.3.tgz b/stable/unpackerr/13.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/unpackerr/13.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/vikunja/13.1.3/.helmignore b/stable/unpackerr/13.3.0/.helmignore similarity index 100% rename from stable/vikunja/13.1.3/.helmignore rename to stable/unpackerr/13.3.0/.helmignore diff --git a/stable/unpackerr/13.3.0/CHANGELOG.md b/stable/unpackerr/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..23a4c3333a4 --- /dev/null +++ b/stable/unpackerr/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [unpackerr-13.3.0](https://github.com/truecharts/charts/compare/unpackerr-13.2.3...unpackerr-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [unpackerr-13.2.3](https://github.com/truecharts/charts/compare/unpackerr-13.2.2...unpackerr-13.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [unpackerr-13.2.2](https://github.com/truecharts/charts/compare/unpackerr-13.2.0...unpackerr-13.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [unpackerr-12.2.6](https://github.com/truecharts/charts/compare/unpackerr-12.2.5...unpackerr-12.2.6) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [unpackerr-12.2.5](https://github.com/truecharts/charts/compare/unpackerr-12.2.4...unpackerr-12.2.5) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [unpackerr-12.2.4](https://github.com/truecharts/charts/compare/unpackerr-12.2.3...unpackerr-12.2.4) (2024-01-22) + +### Chore + + + +- update container image golift/unpackerr to v0.13.1[@99defbe](https://github.com/99defbe) by renovate ([#17487](https://github.com/truecharts/charts/issues/17487)) + + +## [unpackerr-12.2.3](https://github.com/truecharts/charts/compare/unpackerr-12.2.2...unpackerr-12.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [unpackerr-12.2.2](https://github.com/truecharts/charts/compare/unpackerr-12.2.1...unpackerr-12.2.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [unpackerr-12.2.1](https://github.com/truecharts/charts/compare/unpackerr-12.2.0...unpackerr-12.2.1) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/unpackerr/13.3.0/Chart.yaml b/stable/unpackerr/13.3.0/Chart.yaml new file mode 100644 index 00000000000..8eac2fb83ab --- /dev/null +++ b/stable/unpackerr/13.3.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.13.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This application runs as a daemon on your download host. It checks for completed downloads and extracts them so Radarr, Lidarr, Sonarr, and Readarr may import them +home: https://truecharts.org/charts/stable/unpackerr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/unpackerr.png +keywords: + - unpackerr + - sonarr + - radarr + - lidarr + - readarr + - whisparr +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: unpackerr +sources: + - https://github.com/davidnewhall/unpackerr + - https://github.com/truecharts/charts/tree/master/charts/stable/unpackerr + - https://hub.docker.com/r/golift/unpackerr +type: application +version: 13.3.0 diff --git a/stable/unpackerr/13.1.3/README.md b/stable/unpackerr/13.3.0/README.md similarity index 100% rename from stable/unpackerr/13.1.3/README.md rename to stable/unpackerr/13.3.0/README.md diff --git a/stable/unpackerr/13.3.0/app-changelog.md b/stable/unpackerr/13.3.0/app-changelog.md new file mode 100644 index 00000000000..e6015943236 --- /dev/null +++ b/stable/unpackerr/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [unpackerr-13.3.0](https://github.com/truecharts/charts/compare/unpackerr-13.2.3...unpackerr-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/unpackerr/13.1.3/app-readme.md b/stable/unpackerr/13.3.0/app-readme.md similarity index 100% rename from stable/unpackerr/13.1.3/app-readme.md rename to stable/unpackerr/13.3.0/app-readme.md diff --git a/stable/unpackerr/13.3.0/charts/common-18.2.0.tgz b/stable/unpackerr/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/unpackerr/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/unpackerr/13.1.3/ix_values.yaml b/stable/unpackerr/13.3.0/ix_values.yaml similarity index 100% rename from stable/unpackerr/13.1.3/ix_values.yaml rename to stable/unpackerr/13.3.0/ix_values.yaml diff --git a/stable/unpackerr/13.1.3/questions.yaml b/stable/unpackerr/13.3.0/questions.yaml similarity index 100% rename from stable/unpackerr/13.1.3/questions.yaml rename to stable/unpackerr/13.3.0/questions.yaml diff --git a/stable/watchyourlan/8.1.3/templates/NOTES.txt b/stable/unpackerr/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/watchyourlan/8.1.3/templates/NOTES.txt rename to stable/unpackerr/13.3.0/templates/NOTES.txt diff --git a/stable/watchyourlan/8.1.3/templates/common.yaml b/stable/unpackerr/13.3.0/templates/common.yaml similarity index 100% rename from stable/watchyourlan/8.1.3/templates/common.yaml rename to stable/unpackerr/13.3.0/templates/common.yaml diff --git a/stable/vikunja/13.1.3/values.yaml b/stable/unpackerr/13.3.0/values.yaml similarity index 100% rename from stable/vikunja/13.1.3/values.yaml rename to stable/unpackerr/13.3.0/values.yaml diff --git a/stable/unpoller/10.2.0/CHANGELOG.md b/stable/unpoller/10.2.0/CHANGELOG.md deleted file mode 100644 index 03c13deb38a..00000000000 --- a/stable/unpoller/10.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [unpoller-9.1.11](https://github.com/truecharts/charts/compare/unpoller-9.1.10...unpoller-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [unpoller-9.1.10](https://github.com/truecharts/charts/compare/unpoller-9.1.9...unpoller-9.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [unpoller-9.1.9](https://github.com/truecharts/charts/compare/unpoller-9.1.8...unpoller-9.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [unpoller-9.1.8](https://github.com/truecharts/charts/compare/unpoller-9.1.7...unpoller-9.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [unpoller-9.1.7](https://github.com/truecharts/charts/compare/unpoller-9.1.6...unpoller-9.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [unpoller-9.1.6](https://github.com/truecharts/charts/compare/unpoller-9.1.5...unpoller-9.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [unpoller-9.1.5](https://github.com/truecharts/charts/compare/unpoller-9.1.4...unpoller-9.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [unpoller-9.1.4](https://github.com/truecharts/charts/compare/unpoller-9.1.3...unpoller-9.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [unpoller-9.1.3](https://github.com/truecharts/charts/compare/unpoller-9.1.0...unpoller-9.1.3) (2024-01-01) - -### Chore - - diff --git a/stable/unpoller/10.2.0/Chart.yaml b/stable/unpoller/10.2.0/Chart.yaml deleted file mode 100644 index 4d2b1e1bb97..00000000000 --- a/stable/unpoller/10.2.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: metrics - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.9.5 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Collect your UniFi controller data and report it to an InfluxDB instance, or export it for Prometheus collection. -home: https://truecharts.org/charts/stable/unpoller -icon: https://truecharts.org/img/hotlink-ok/chart-icons/unpoller.png -keywords: - - unifi - - unifi-poller - - metrics -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: unpoller -sources: - - https://github.com/unifi-poller/unifi-poller - - https://github.com/truecharts/charts/tree/master/charts/stable/unpoller - - https://ghcr.io/unpoller/unpoller -type: application -version: 10.2.0 diff --git a/stable/unpoller/10.2.0/charts/common-18.0.3.tgz b/stable/unpoller/10.2.0/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/unpoller/10.2.0/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/vintage-story/5.1.3/.helmignore b/stable/unpoller/10.4.0/.helmignore similarity index 100% rename from stable/vintage-story/5.1.3/.helmignore rename to stable/unpoller/10.4.0/.helmignore diff --git a/stable/unpoller/10.4.0/CHANGELOG.md b/stable/unpoller/10.4.0/CHANGELOG.md new file mode 100644 index 00000000000..a2a5a146a5f --- /dev/null +++ b/stable/unpoller/10.4.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [unpoller-10.4.0](https://github.com/truecharts/charts/compare/unpoller-10.3.3...unpoller-10.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [unpoller-10.3.3](https://github.com/truecharts/charts/compare/unpoller-10.3.2...unpoller-10.3.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [unpoller-10.3.2](https://github.com/truecharts/charts/compare/unpoller-10.3.0...unpoller-10.3.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [unpoller-9.1.11](https://github.com/truecharts/charts/compare/unpoller-9.1.10...unpoller-9.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [unpoller-9.1.10](https://github.com/truecharts/charts/compare/unpoller-9.1.9...unpoller-9.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [unpoller-9.1.9](https://github.com/truecharts/charts/compare/unpoller-9.1.8...unpoller-9.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [unpoller-9.1.8](https://github.com/truecharts/charts/compare/unpoller-9.1.7...unpoller-9.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [unpoller-9.1.7](https://github.com/truecharts/charts/compare/unpoller-9.1.6...unpoller-9.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [unpoller-9.1.6](https://github.com/truecharts/charts/compare/unpoller-9.1.5...unpoller-9.1.6) (2024-01-09) + +### Chore + diff --git a/stable/unpoller/10.4.0/Chart.yaml b/stable/unpoller/10.4.0/Chart.yaml new file mode 100644 index 00000000000..6e921dadb5d --- /dev/null +++ b/stable/unpoller/10.4.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: metrics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.9.5 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Collect your UniFi controller data and report it to an InfluxDB instance, or export it for Prometheus collection. +home: https://truecharts.org/charts/stable/unpoller +icon: https://truecharts.org/img/hotlink-ok/chart-icons/unpoller.png +keywords: + - unifi + - unifi-poller + - metrics +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: unpoller +sources: + - https://github.com/unifi-poller/unifi-poller + - https://github.com/truecharts/charts/tree/master/charts/stable/unpoller + - https://ghcr.io/unpoller/unpoller +type: application +version: 10.4.0 diff --git a/stable/unpoller/10.2.0/README.md b/stable/unpoller/10.4.0/README.md similarity index 100% rename from stable/unpoller/10.2.0/README.md rename to stable/unpoller/10.4.0/README.md diff --git a/stable/unpoller/10.4.0/app-changelog.md b/stable/unpoller/10.4.0/app-changelog.md new file mode 100644 index 00000000000..79cf5ba85ca --- /dev/null +++ b/stable/unpoller/10.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [unpoller-10.4.0](https://github.com/truecharts/charts/compare/unpoller-10.3.3...unpoller-10.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/unpoller/10.2.0/app-readme.md b/stable/unpoller/10.4.0/app-readme.md similarity index 100% rename from stable/unpoller/10.2.0/app-readme.md rename to stable/unpoller/10.4.0/app-readme.md diff --git a/stable/unpoller/10.4.0/charts/common-18.2.0.tgz b/stable/unpoller/10.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/unpoller/10.4.0/charts/common-18.2.0.tgz differ diff --git a/stable/unpoller/10.2.0/dashboards/DPI.json b/stable/unpoller/10.4.0/dashboards/DPI.json similarity index 100% rename from stable/unpoller/10.2.0/dashboards/DPI.json rename to stable/unpoller/10.4.0/dashboards/DPI.json diff --git a/stable/unpoller/10.2.0/dashboards/UAP.json b/stable/unpoller/10.4.0/dashboards/UAP.json similarity index 100% rename from stable/unpoller/10.2.0/dashboards/UAP.json rename to stable/unpoller/10.4.0/dashboards/UAP.json diff --git a/stable/unpoller/10.2.0/dashboards/USG.json b/stable/unpoller/10.4.0/dashboards/USG.json similarity index 100% rename from stable/unpoller/10.2.0/dashboards/USG.json rename to stable/unpoller/10.4.0/dashboards/USG.json diff --git a/stable/unpoller/10.2.0/dashboards/USW.json b/stable/unpoller/10.4.0/dashboards/USW.json similarity index 100% rename from stable/unpoller/10.2.0/dashboards/USW.json rename to stable/unpoller/10.4.0/dashboards/USW.json diff --git a/stable/unpoller/10.2.0/dashboards/clients.json b/stable/unpoller/10.4.0/dashboards/clients.json similarity index 100% rename from stable/unpoller/10.2.0/dashboards/clients.json rename to stable/unpoller/10.4.0/dashboards/clients.json diff --git a/stable/unpoller/10.2.0/dashboards/network.json b/stable/unpoller/10.4.0/dashboards/network.json similarity index 100% rename from stable/unpoller/10.2.0/dashboards/network.json rename to stable/unpoller/10.4.0/dashboards/network.json diff --git a/stable/unpoller/10.2.0/ix_values.yaml b/stable/unpoller/10.4.0/ix_values.yaml similarity index 100% rename from stable/unpoller/10.2.0/ix_values.yaml rename to stable/unpoller/10.4.0/ix_values.yaml diff --git a/stable/unpoller/10.2.0/questions.yaml b/stable/unpoller/10.4.0/questions.yaml similarity index 100% rename from stable/unpoller/10.2.0/questions.yaml rename to stable/unpoller/10.4.0/questions.yaml diff --git a/stable/webgrabplus/9.1.4/templates/NOTES.txt b/stable/unpoller/10.4.0/templates/NOTES.txt similarity index 100% rename from stable/webgrabplus/9.1.4/templates/NOTES.txt rename to stable/unpoller/10.4.0/templates/NOTES.txt diff --git a/stable/webgrabplus/9.1.4/templates/common.yaml b/stable/unpoller/10.4.0/templates/common.yaml similarity index 100% rename from stable/webgrabplus/9.1.4/templates/common.yaml rename to stable/unpoller/10.4.0/templates/common.yaml diff --git a/stable/vintage-story/5.1.3/values.yaml b/stable/unpoller/10.4.0/values.yaml similarity index 100% rename from stable/vintage-story/5.1.3/values.yaml rename to stable/unpoller/10.4.0/values.yaml diff --git a/stable/unturned/6.1.3/CHANGELOG.md b/stable/unturned/6.1.3/CHANGELOG.md deleted file mode 100644 index 86e7dc14125..00000000000 --- a/stable/unturned/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [unturned-5.1.14](https://github.com/truecharts/charts/compare/unturned-5.1.13...unturned-5.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [unturned-5.1.13](https://github.com/truecharts/charts/compare/unturned-5.1.12...unturned-5.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [unturned-5.1.12](https://github.com/truecharts/charts/compare/unturned-5.1.11...unturned-5.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [unturned-5.1.11](https://github.com/truecharts/charts/compare/unturned-5.1.10...unturned-5.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [unturned-5.1.10](https://github.com/truecharts/charts/compare/unturned-5.1.9...unturned-5.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [unturned-5.1.9](https://github.com/truecharts/charts/compare/unturned-5.1.8...unturned-5.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [unturned-5.1.8](https://github.com/truecharts/charts/compare/unturned-5.1.7...unturned-5.1.8) (2024-01-03) - -### Chore - - - -- update container image ich777/steamcmd to unturned[@e63219b](https://github.com/e63219b) by renovate ([#16780](https://github.com/truecharts/charts/issues/16780)) - - -## [unturned-5.1.7](https://github.com/truecharts/charts/compare/unturned-5.1.6...unturned-5.1.7) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [unturned-5.1.6](https://github.com/truecharts/charts/compare/unturned-5.1.4...unturned-5.1.6) (2024-01-02) - -### Chore - - - -- fix some refs ([#16749](https://github.com/truecharts/charts/issues/16749)) - diff --git a/stable/unturned/6.1.3/Chart.yaml b/stable/unturned/6.1.3/Chart.yaml deleted file mode 100644 index 00683328d16..00000000000 --- a/stable/unturned/6.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: unturned -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Unturned SteamCMD -home: https://truecharts.org/charts/stable/unturned -icon: https://truecharts.org/img/hotlink-ok/chart-icons/unturned.png -keywords: - - unturned - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: unturned -sources: - - https://github.com/ich777/docker-steamcmd-server/tree/unturned - - https://github.com/truecharts/charts/tree/master/charts/stable/unturned - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 6.1.3 diff --git a/stable/unturned/6.1.3/charts/common-18.0.3.tgz b/stable/unturned/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/unturned/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/virt-manager/5.1.3/.helmignore b/stable/unturned/6.3.0/.helmignore similarity index 100% rename from stable/virt-manager/5.1.3/.helmignore rename to stable/unturned/6.3.0/.helmignore diff --git a/stable/unturned/6.3.0/CHANGELOG.md b/stable/unturned/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..ecf197c12d8 --- /dev/null +++ b/stable/unturned/6.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [unturned-6.3.0](https://github.com/truecharts/charts/compare/unturned-6.2.3...unturned-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [unturned-6.2.3](https://github.com/truecharts/charts/compare/unturned-6.2.2...unturned-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [unturned-6.2.2](https://github.com/truecharts/charts/compare/unturned-6.2.0...unturned-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [unturned-5.1.14](https://github.com/truecharts/charts/compare/unturned-5.1.13...unturned-5.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [unturned-5.1.13](https://github.com/truecharts/charts/compare/unturned-5.1.12...unturned-5.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [unturned-5.1.12](https://github.com/truecharts/charts/compare/unturned-5.1.11...unturned-5.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [unturned-5.1.11](https://github.com/truecharts/charts/compare/unturned-5.1.10...unturned-5.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [unturned-5.1.10](https://github.com/truecharts/charts/compare/unturned-5.1.9...unturned-5.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [unturned-5.1.9](https://github.com/truecharts/charts/compare/unturned-5.1.8...unturned-5.1.9) (2024-01-09) + +### Chore + + diff --git a/stable/unturned/6.3.0/Chart.yaml b/stable/unturned/6.3.0/Chart.yaml new file mode 100644 index 00000000000..a61ee14d6cf --- /dev/null +++ b/stable/unturned/6.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: unturned +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Unturned SteamCMD +home: https://truecharts.org/charts/stable/unturned +icon: https://truecharts.org/img/hotlink-ok/chart-icons/unturned.png +keywords: + - unturned + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: unturned +sources: + - https://github.com/ich777/docker-steamcmd-server/tree/unturned + - https://github.com/truecharts/charts/tree/master/charts/stable/unturned + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 6.3.0 diff --git a/stable/unturned/6.1.3/README.md b/stable/unturned/6.3.0/README.md similarity index 100% rename from stable/unturned/6.1.3/README.md rename to stable/unturned/6.3.0/README.md diff --git a/stable/unturned/6.3.0/app-changelog.md b/stable/unturned/6.3.0/app-changelog.md new file mode 100644 index 00000000000..d825dbdd725 --- /dev/null +++ b/stable/unturned/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [unturned-6.3.0](https://github.com/truecharts/charts/compare/unturned-6.2.3...unturned-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/unturned/6.1.3/app-readme.md b/stable/unturned/6.3.0/app-readme.md similarity index 100% rename from stable/unturned/6.1.3/app-readme.md rename to stable/unturned/6.3.0/app-readme.md diff --git a/stable/unturned/6.3.0/charts/common-18.2.0.tgz b/stable/unturned/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/unturned/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/unturned/6.1.3/ix_values.yaml b/stable/unturned/6.3.0/ix_values.yaml similarity index 100% rename from stable/unturned/6.1.3/ix_values.yaml rename to stable/unturned/6.3.0/ix_values.yaml diff --git a/stable/unturned/6.1.3/questions.yaml b/stable/unturned/6.3.0/questions.yaml similarity index 100% rename from stable/unturned/6.1.3/questions.yaml rename to stable/unturned/6.3.0/questions.yaml diff --git a/stable/weblate/13.1.3/templates/NOTES.txt b/stable/unturned/6.3.0/templates/NOTES.txt similarity index 100% rename from stable/weblate/13.1.3/templates/NOTES.txt rename to stable/unturned/6.3.0/templates/NOTES.txt diff --git a/stable/webnut/8.1.3/templates/common.yaml b/stable/unturned/6.3.0/templates/common.yaml similarity index 100% rename from stable/webnut/8.1.3/templates/common.yaml rename to stable/unturned/6.3.0/templates/common.yaml diff --git a/stable/virt-manager/5.1.3/values.yaml b/stable/unturned/6.3.0/values.yaml similarity index 100% rename from stable/virt-manager/5.1.3/values.yaml rename to stable/unturned/6.3.0/values.yaml diff --git a/stable/uptime-kuma/10.1.3/CHANGELOG.md b/stable/uptime-kuma/10.1.3/CHANGELOG.md deleted file mode 100644 index 3d456b07760..00000000000 --- a/stable/uptime-kuma/10.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [uptime-kuma-9.1.12](https://github.com/truecharts/charts/compare/uptime-kuma-9.1.11...uptime-kuma-9.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [uptime-kuma-9.1.11](https://github.com/truecharts/charts/compare/uptime-kuma-9.1.10...uptime-kuma-9.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [uptime-kuma-9.1.10](https://github.com/truecharts/charts/compare/uptime-kuma-9.1.9...uptime-kuma-9.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [uptime-kuma-9.1.9](https://github.com/truecharts/charts/compare/uptime-kuma-9.1.8...uptime-kuma-9.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [uptime-kuma-9.1.8](https://github.com/truecharts/charts/compare/uptime-kuma-9.1.7...uptime-kuma-9.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [uptime-kuma-9.1.7](https://github.com/truecharts/charts/compare/uptime-kuma-9.1.6...uptime-kuma-9.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [uptime-kuma-9.1.6](https://github.com/truecharts/charts/compare/uptime-kuma-9.1.5...uptime-kuma-9.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [uptime-kuma-9.1.5](https://github.com/truecharts/charts/compare/uptime-kuma-9.1.4...uptime-kuma-9.1.5) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [uptime-kuma-9.1.4](https://github.com/truecharts/charts/compare/uptime-kuma-9.1.1...uptime-kuma-9.1.4) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/uptime-kuma/10.1.3/Chart.yaml b/stable/uptime-kuma/10.1.3/Chart.yaml deleted file mode 100644 index faaea50d1de..00000000000 --- a/stable/uptime-kuma/10.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: monitoring - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.23.11 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A fancy self-hosted monitoring tool -home: https://truecharts.org/charts/stable/uptime-kuma -icon: https://truecharts.org/img/hotlink-ok/chart-icons/uptime-kuma.png -keywords: - - monitoring - - uptime -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: uptime-kuma -sources: - - https://github.com/louislam/uptime-kuma - - https://github.com/truecharts/charts/tree/master/charts/stable/uptime-kuma - - https://hub.docker.com/r/louislam/uptime-kuma -type: application -version: 10.1.3 diff --git a/stable/uptime-kuma/10.1.3/charts/common-18.0.3.tgz b/stable/uptime-kuma/10.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/uptime-kuma/10.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/vlmcsd-kms-server/5.1.3/.helmignore b/stable/uptime-kuma/10.3.0/.helmignore similarity index 100% rename from stable/vlmcsd-kms-server/5.1.3/.helmignore rename to stable/uptime-kuma/10.3.0/.helmignore diff --git a/stable/uptime-kuma/10.3.0/CHANGELOG.md b/stable/uptime-kuma/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..23b79db2be2 --- /dev/null +++ b/stable/uptime-kuma/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [uptime-kuma-10.3.0](https://github.com/truecharts/charts/compare/uptime-kuma-10.2.3...uptime-kuma-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [uptime-kuma-10.2.3](https://github.com/truecharts/charts/compare/uptime-kuma-10.2.2...uptime-kuma-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [uptime-kuma-10.2.2](https://github.com/truecharts/charts/compare/uptime-kuma-10.2.0...uptime-kuma-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [uptime-kuma-9.1.12](https://github.com/truecharts/charts/compare/uptime-kuma-9.1.11...uptime-kuma-9.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [uptime-kuma-9.1.11](https://github.com/truecharts/charts/compare/uptime-kuma-9.1.10...uptime-kuma-9.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [uptime-kuma-9.1.10](https://github.com/truecharts/charts/compare/uptime-kuma-9.1.9...uptime-kuma-9.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [uptime-kuma-9.1.9](https://github.com/truecharts/charts/compare/uptime-kuma-9.1.8...uptime-kuma-9.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [uptime-kuma-9.1.8](https://github.com/truecharts/charts/compare/uptime-kuma-9.1.7...uptime-kuma-9.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [uptime-kuma-9.1.7](https://github.com/truecharts/charts/compare/uptime-kuma-9.1.6...uptime-kuma-9.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/uptime-kuma/10.3.0/Chart.yaml b/stable/uptime-kuma/10.3.0/Chart.yaml new file mode 100644 index 00000000000..99a4d18adcf --- /dev/null +++ b/stable/uptime-kuma/10.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: monitoring + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.23.11 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A fancy self-hosted monitoring tool +home: https://truecharts.org/charts/stable/uptime-kuma +icon: https://truecharts.org/img/hotlink-ok/chart-icons/uptime-kuma.png +keywords: + - monitoring + - uptime +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: uptime-kuma +sources: + - https://github.com/louislam/uptime-kuma + - https://github.com/truecharts/charts/tree/master/charts/stable/uptime-kuma + - https://hub.docker.com/r/louislam/uptime-kuma +type: application +version: 10.3.0 diff --git a/stable/uptime-kuma/10.1.3/README.md b/stable/uptime-kuma/10.3.0/README.md similarity index 100% rename from stable/uptime-kuma/10.1.3/README.md rename to stable/uptime-kuma/10.3.0/README.md diff --git a/stable/uptime-kuma/10.3.0/app-changelog.md b/stable/uptime-kuma/10.3.0/app-changelog.md new file mode 100644 index 00000000000..afc028c42a3 --- /dev/null +++ b/stable/uptime-kuma/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [uptime-kuma-10.3.0](https://github.com/truecharts/charts/compare/uptime-kuma-10.2.3...uptime-kuma-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/uptime-kuma/10.1.3/app-readme.md b/stable/uptime-kuma/10.3.0/app-readme.md similarity index 100% rename from stable/uptime-kuma/10.1.3/app-readme.md rename to stable/uptime-kuma/10.3.0/app-readme.md diff --git a/stable/uptime-kuma/10.3.0/charts/common-18.2.0.tgz b/stable/uptime-kuma/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/uptime-kuma/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/uptime-kuma/10.1.3/ix_values.yaml b/stable/uptime-kuma/10.3.0/ix_values.yaml similarity index 100% rename from stable/uptime-kuma/10.1.3/ix_values.yaml rename to stable/uptime-kuma/10.3.0/ix_values.yaml diff --git a/stable/uptime-kuma/10.1.3/questions.yaml b/stable/uptime-kuma/10.3.0/questions.yaml similarity index 100% rename from stable/uptime-kuma/10.1.3/questions.yaml rename to stable/uptime-kuma/10.3.0/questions.yaml diff --git a/stable/webnut/8.1.3/templates/NOTES.txt b/stable/uptime-kuma/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/webnut/8.1.3/templates/NOTES.txt rename to stable/uptime-kuma/10.3.0/templates/NOTES.txt diff --git a/stable/uptime-kuma/10.1.3/templates/_prometheusrules.tpl b/stable/uptime-kuma/10.3.0/templates/_prometheusrules.tpl similarity index 100% rename from stable/uptime-kuma/10.1.3/templates/_prometheusrules.tpl rename to stable/uptime-kuma/10.3.0/templates/_prometheusrules.tpl diff --git a/stable/uptime-kuma/10.1.3/templates/_servicemonitor.tpl b/stable/uptime-kuma/10.3.0/templates/_servicemonitor.tpl similarity index 100% rename from stable/uptime-kuma/10.1.3/templates/_servicemonitor.tpl rename to stable/uptime-kuma/10.3.0/templates/_servicemonitor.tpl diff --git a/stable/uptime-kuma/10.1.3/templates/common.yaml b/stable/uptime-kuma/10.3.0/templates/common.yaml similarity index 100% rename from stable/uptime-kuma/10.1.3/templates/common.yaml rename to stable/uptime-kuma/10.3.0/templates/common.yaml diff --git a/stable/vlmcsd-kms-server/5.1.3/values.yaml b/stable/uptime-kuma/10.3.0/values.yaml similarity index 100% rename from stable/vlmcsd-kms-server/5.1.3/values.yaml rename to stable/uptime-kuma/10.3.0/values.yaml diff --git a/stable/uptimerobot-prometheus/11.1.3/CHANGELOG.md b/stable/uptimerobot-prometheus/11.1.3/CHANGELOG.md deleted file mode 100644 index d5e13478f1a..00000000000 --- a/stable/uptimerobot-prometheus/11.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [uptimerobot-prometheus-10.1.11](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-10.1.10...uptimerobot-prometheus-10.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [uptimerobot-prometheus-10.1.10](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-10.1.9...uptimerobot-prometheus-10.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [uptimerobot-prometheus-10.1.9](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-10.1.8...uptimerobot-prometheus-10.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [uptimerobot-prometheus-10.1.8](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-10.1.7...uptimerobot-prometheus-10.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [uptimerobot-prometheus-10.1.7](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-10.1.6...uptimerobot-prometheus-10.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [uptimerobot-prometheus-10.1.6](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-10.1.5...uptimerobot-prometheus-10.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [uptimerobot-prometheus-10.1.5](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-10.1.4...uptimerobot-prometheus-10.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [uptimerobot-prometheus-10.1.4](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-10.1.3...uptimerobot-prometheus-10.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [uptimerobot-prometheus-10.1.3](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-10.1.0...uptimerobot-prometheus-10.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/uptimerobot-prometheus/11.1.3/Chart.yaml b/stable/uptimerobot-prometheus/11.1.3/Chart.yaml deleted file mode 100644 index cabe4490ca3..00000000000 --- a/stable/uptimerobot-prometheus/11.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: metrics - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.0.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Prometheus Exporter for the official uptimerobot CLI -home: https://truecharts.org/charts/stable/uptimerobot-prometheus -icon: https://truecharts.org/img/hotlink-ok/chart-icons/uptimerobot-prometheus.png -keywords: - - uptimerobot - - prometheus - - grafana - - metrics -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: uptimerobot-prometheus -sources: - - https://github.com/k8s-at-home/charts/tree/master/charts/uptimerobot-prometheus - - https://github.com/lekpamartin/uptimerobot_exporter - - https://github.com/truecharts/charts/tree/master/charts/stable/uptimerobot-prometheus - - https://hub.docker.com/r/billimek/prometheus-uptimerobot-exporter -type: application -version: 11.1.3 diff --git a/stable/uptimerobot-prometheus/11.1.3/charts/common-18.0.3.tgz b/stable/uptimerobot-prometheus/11.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/uptimerobot-prometheus/11.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/vocechat-server/3.1.3/.helmignore b/stable/uptimerobot-prometheus/11.3.0/.helmignore similarity index 100% rename from stable/vocechat-server/3.1.3/.helmignore rename to stable/uptimerobot-prometheus/11.3.0/.helmignore diff --git a/stable/uptimerobot-prometheus/11.3.0/CHANGELOG.md b/stable/uptimerobot-prometheus/11.3.0/CHANGELOG.md new file mode 100644 index 00000000000..881e0e96ff1 --- /dev/null +++ b/stable/uptimerobot-prometheus/11.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [uptimerobot-prometheus-11.3.0](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.2.3...uptimerobot-prometheus-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [uptimerobot-prometheus-11.2.3](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.2.2...uptimerobot-prometheus-11.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [uptimerobot-prometheus-11.2.2](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.2.0...uptimerobot-prometheus-11.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [uptimerobot-prometheus-10.1.11](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-10.1.10...uptimerobot-prometheus-10.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [uptimerobot-prometheus-10.1.10](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-10.1.9...uptimerobot-prometheus-10.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [uptimerobot-prometheus-10.1.9](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-10.1.8...uptimerobot-prometheus-10.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [uptimerobot-prometheus-10.1.8](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-10.1.7...uptimerobot-prometheus-10.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [uptimerobot-prometheus-10.1.7](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-10.1.6...uptimerobot-prometheus-10.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [uptimerobot-prometheus-10.1.6](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-10.1.5...uptimerobot-prometheus-10.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/uptimerobot-prometheus/11.3.0/Chart.yaml b/stable/uptimerobot-prometheus/11.3.0/Chart.yaml new file mode 100644 index 00000000000..35bdd0b5b4d --- /dev/null +++ b/stable/uptimerobot-prometheus/11.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: metrics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.0.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Prometheus Exporter for the official uptimerobot CLI +home: https://truecharts.org/charts/stable/uptimerobot-prometheus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/uptimerobot-prometheus.png +keywords: + - uptimerobot + - prometheus + - grafana + - metrics +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: uptimerobot-prometheus +sources: + - https://github.com/k8s-at-home/charts/tree/master/charts/uptimerobot-prometheus + - https://github.com/lekpamartin/uptimerobot_exporter + - https://github.com/truecharts/charts/tree/master/charts/stable/uptimerobot-prometheus + - https://hub.docker.com/r/billimek/prometheus-uptimerobot-exporter +type: application +version: 11.3.0 diff --git a/stable/uptimerobot-prometheus/11.1.3/README.md b/stable/uptimerobot-prometheus/11.3.0/README.md similarity index 100% rename from stable/uptimerobot-prometheus/11.1.3/README.md rename to stable/uptimerobot-prometheus/11.3.0/README.md diff --git a/stable/uptimerobot-prometheus/11.3.0/app-changelog.md b/stable/uptimerobot-prometheus/11.3.0/app-changelog.md new file mode 100644 index 00000000000..7090e13b990 --- /dev/null +++ b/stable/uptimerobot-prometheus/11.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [uptimerobot-prometheus-11.3.0](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.2.3...uptimerobot-prometheus-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/uptimerobot-prometheus/11.1.3/app-readme.md b/stable/uptimerobot-prometheus/11.3.0/app-readme.md similarity index 100% rename from stable/uptimerobot-prometheus/11.1.3/app-readme.md rename to stable/uptimerobot-prometheus/11.3.0/app-readme.md diff --git a/stable/uptimerobot-prometheus/11.3.0/charts/common-18.2.0.tgz b/stable/uptimerobot-prometheus/11.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/uptimerobot-prometheus/11.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/uptimerobot-prometheus/11.1.3/ix_values.yaml b/stable/uptimerobot-prometheus/11.3.0/ix_values.yaml similarity index 100% rename from stable/uptimerobot-prometheus/11.1.3/ix_values.yaml rename to stable/uptimerobot-prometheus/11.3.0/ix_values.yaml diff --git a/stable/uptimerobot-prometheus/11.1.3/questions.yaml b/stable/uptimerobot-prometheus/11.3.0/questions.yaml similarity index 100% rename from stable/uptimerobot-prometheus/11.1.3/questions.yaml rename to stable/uptimerobot-prometheus/11.3.0/questions.yaml diff --git a/stable/website-shot/10.1.3/templates/NOTES.txt b/stable/uptimerobot-prometheus/11.3.0/templates/NOTES.txt similarity index 100% rename from stable/website-shot/10.1.3/templates/NOTES.txt rename to stable/uptimerobot-prometheus/11.3.0/templates/NOTES.txt diff --git a/stable/website-shot/10.1.3/templates/common.yaml b/stable/uptimerobot-prometheus/11.3.0/templates/common.yaml similarity index 100% rename from stable/website-shot/10.1.3/templates/common.yaml rename to stable/uptimerobot-prometheus/11.3.0/templates/common.yaml diff --git a/stable/uptimerobot-prometheus/11.1.3/templates/prometheusrules.yaml b/stable/uptimerobot-prometheus/11.3.0/templates/prometheusrules.yaml similarity index 100% rename from stable/uptimerobot-prometheus/11.1.3/templates/prometheusrules.yaml rename to stable/uptimerobot-prometheus/11.3.0/templates/prometheusrules.yaml diff --git a/stable/uptimerobot-prometheus/11.1.3/templates/servicemonitor.yaml b/stable/uptimerobot-prometheus/11.3.0/templates/servicemonitor.yaml similarity index 100% rename from stable/uptimerobot-prometheus/11.1.3/templates/servicemonitor.yaml rename to stable/uptimerobot-prometheus/11.3.0/templates/servicemonitor.yaml diff --git a/stable/vocechat-server/3.1.3/values.yaml b/stable/uptimerobot-prometheus/11.3.0/values.yaml similarity index 100% rename from stable/vocechat-server/3.1.3/values.yaml rename to stable/uptimerobot-prometheus/11.3.0/values.yaml diff --git a/stable/urban-terror/5.1.3/CHANGELOG.md b/stable/urban-terror/5.1.3/CHANGELOG.md deleted file mode 100644 index 680421beb6e..00000000000 --- a/stable/urban-terror/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [urban-terror-4.1.11](https://github.com/truecharts/charts/compare/urban-terror-4.1.10...urban-terror-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [urban-terror-4.1.10](https://github.com/truecharts/charts/compare/urban-terror-4.1.9...urban-terror-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [urban-terror-4.1.9](https://github.com/truecharts/charts/compare/urban-terror-4.1.8...urban-terror-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [urban-terror-4.1.8](https://github.com/truecharts/charts/compare/urban-terror-4.1.7...urban-terror-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [urban-terror-4.1.7](https://github.com/truecharts/charts/compare/urban-terror-4.1.6...urban-terror-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [urban-terror-4.1.6](https://github.com/truecharts/charts/compare/urban-terror-4.1.5...urban-terror-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [urban-terror-4.1.5](https://github.com/truecharts/charts/compare/urban-terror-4.1.4...urban-terror-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [urban-terror-4.1.4](https://github.com/truecharts/charts/compare/urban-terror-4.1.3...urban-terror-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [urban-terror-4.1.3](https://github.com/truecharts/charts/compare/urban-terror-4.1.0...urban-terror-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/urban-terror/5.1.3/Chart.yaml b/stable/urban-terror/5.1.3/Chart.yaml deleted file mode 100644 index a36ec1c4dba..00000000000 --- a/stable/urban-terror/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Urban Terror is a free multiplayer first person shooter developed by FrozenSand, that will run on any Quake III Arena compatible engine. It is available for Windows, Linux and Macintosh. -home: https://truecharts.org/charts/stable/urban-terror -icon: https://truecharts.org/img/hotlink-ok/chart-icons/urban-terror.png -keywords: - - urban-terror - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: urban-terror -sources: - - https://www.urbanterror.info/ - - https://github.com/truecharts/charts/tree/master/charts/stable/urban-terror - - https://hub.docker.com/r/ich777/urbanterror -type: application -version: 5.1.3 diff --git a/stable/urban-terror/5.1.3/charts/common-18.0.3.tgz b/stable/urban-terror/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/urban-terror/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/wallos/4.2.0/.helmignore b/stable/urban-terror/5.3.0/.helmignore similarity index 100% rename from stable/wallos/4.2.0/.helmignore rename to stable/urban-terror/5.3.0/.helmignore diff --git a/stable/urban-terror/5.3.0/CHANGELOG.md b/stable/urban-terror/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..84882a512d4 --- /dev/null +++ b/stable/urban-terror/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [urban-terror-5.3.0](https://github.com/truecharts/charts/compare/urban-terror-5.2.3...urban-terror-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [urban-terror-5.2.3](https://github.com/truecharts/charts/compare/urban-terror-5.2.2...urban-terror-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [urban-terror-5.2.2](https://github.com/truecharts/charts/compare/urban-terror-5.2.0...urban-terror-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [urban-terror-4.1.11](https://github.com/truecharts/charts/compare/urban-terror-4.1.10...urban-terror-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [urban-terror-4.1.10](https://github.com/truecharts/charts/compare/urban-terror-4.1.9...urban-terror-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [urban-terror-4.1.9](https://github.com/truecharts/charts/compare/urban-terror-4.1.8...urban-terror-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [urban-terror-4.1.8](https://github.com/truecharts/charts/compare/urban-terror-4.1.7...urban-terror-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [urban-terror-4.1.7](https://github.com/truecharts/charts/compare/urban-terror-4.1.6...urban-terror-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [urban-terror-4.1.6](https://github.com/truecharts/charts/compare/urban-terror-4.1.5...urban-terror-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/urban-terror/5.3.0/Chart.yaml b/stable/urban-terror/5.3.0/Chart.yaml new file mode 100644 index 00000000000..8a5b95b420a --- /dev/null +++ b/stable/urban-terror/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Urban Terror is a free multiplayer first person shooter developed by FrozenSand, that will run on any Quake III Arena compatible engine. It is available for Windows, Linux and Macintosh. +home: https://truecharts.org/charts/stable/urban-terror +icon: https://truecharts.org/img/hotlink-ok/chart-icons/urban-terror.png +keywords: + - urban-terror + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: urban-terror +sources: + - https://www.urbanterror.info/ + - https://github.com/truecharts/charts/tree/master/charts/stable/urban-terror + - https://hub.docker.com/r/ich777/urbanterror +type: application +version: 5.3.0 diff --git a/stable/urban-terror/5.1.3/README.md b/stable/urban-terror/5.3.0/README.md similarity index 100% rename from stable/urban-terror/5.1.3/README.md rename to stable/urban-terror/5.3.0/README.md diff --git a/stable/urban-terror/5.3.0/app-changelog.md b/stable/urban-terror/5.3.0/app-changelog.md new file mode 100644 index 00000000000..b815009419a --- /dev/null +++ b/stable/urban-terror/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [urban-terror-5.3.0](https://github.com/truecharts/charts/compare/urban-terror-5.2.3...urban-terror-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/urban-terror/5.1.3/app-readme.md b/stable/urban-terror/5.3.0/app-readme.md similarity index 100% rename from stable/urban-terror/5.1.3/app-readme.md rename to stable/urban-terror/5.3.0/app-readme.md diff --git a/stable/urban-terror/5.3.0/charts/common-18.2.0.tgz b/stable/urban-terror/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/urban-terror/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/urban-terror/5.1.3/ix_values.yaml b/stable/urban-terror/5.3.0/ix_values.yaml similarity index 100% rename from stable/urban-terror/5.1.3/ix_values.yaml rename to stable/urban-terror/5.3.0/ix_values.yaml diff --git a/stable/urban-terror/5.1.3/questions.yaml b/stable/urban-terror/5.3.0/questions.yaml similarity index 100% rename from stable/urban-terror/5.1.3/questions.yaml rename to stable/urban-terror/5.3.0/questions.yaml diff --git a/stable/urban-terror/5.1.3/templates/common.yaml b/stable/urban-terror/5.3.0/templates/common.yaml similarity index 100% rename from stable/urban-terror/5.1.3/templates/common.yaml rename to stable/urban-terror/5.3.0/templates/common.yaml diff --git a/stable/wallos/4.2.0/values.yaml b/stable/urban-terror/5.3.0/values.yaml similarity index 100% rename from stable/wallos/4.2.0/values.yaml rename to stable/urban-terror/5.3.0/values.yaml diff --git a/stable/v-rising/5.1.3/CHANGELOG.md b/stable/v-rising/5.1.3/CHANGELOG.md deleted file mode 100644 index f09012a1fbb..00000000000 --- a/stable/v-rising/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [v-rising-4.2.5](https://github.com/truecharts/charts/compare/v-rising-4.2.4...v-rising-4.2.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [v-rising-4.2.4](https://github.com/truecharts/charts/compare/v-rising-4.2.3...v-rising-4.2.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [v-rising-4.2.3](https://github.com/truecharts/charts/compare/v-rising-4.2.2...v-rising-4.2.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [v-rising-4.2.2](https://github.com/truecharts/charts/compare/v-rising-4.2.1...v-rising-4.2.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [v-rising-4.2.1](https://github.com/truecharts/charts/compare/v-rising-4.2.0...v-rising-4.2.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [v-rising-4.2.0](https://github.com/truecharts/charts/compare/v-rising-4.1.6...v-rising-4.2.0) (2024-01-21) - -### Feat - - - -- Add Steam Query port ([#17313](https://github.com/truecharts/charts/issues/17313)) - - - - -## [v-rising-4.1.6](https://github.com/truecharts/charts/compare/v-rising-4.1.5...v-rising-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [v-rising-4.1.5](https://github.com/truecharts/charts/compare/v-rising-4.1.4...v-rising-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [v-rising-4.1.4](https://github.com/truecharts/charts/compare/v-rising-4.1.3...v-rising-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/v-rising/5.1.3/Chart.yaml b/stable/v-rising/5.1.3/Chart.yaml deleted file mode 100644 index a5f9a8ae7b2..00000000000 --- a/stable/v-rising/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: rising -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install V Rising and run it. -home: https://truecharts.org/charts/stable/v-rising -icon: https://truecharts.org/img/hotlink-ok/chart-icons/v-rising.png -keywords: - - v-rising - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: v-rising -sources: - - https://steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/v-rising - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.1.3 diff --git a/stable/v-rising/5.1.3/charts/common-18.0.3.tgz b/stable/v-rising/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/v-rising/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/watcharr/4.1.3/.helmignore b/stable/v-rising/5.3.0/.helmignore similarity index 100% rename from stable/watcharr/4.1.3/.helmignore rename to stable/v-rising/5.3.0/.helmignore diff --git a/stable/v-rising/5.3.0/CHANGELOG.md b/stable/v-rising/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..88b9e883bcd --- /dev/null +++ b/stable/v-rising/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [v-rising-5.3.0](https://github.com/truecharts/charts/compare/v-rising-5.2.3...v-rising-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [v-rising-5.2.3](https://github.com/truecharts/charts/compare/v-rising-5.2.2...v-rising-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [v-rising-5.2.2](https://github.com/truecharts/charts/compare/v-rising-5.2.0...v-rising-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [v-rising-4.2.5](https://github.com/truecharts/charts/compare/v-rising-4.2.4...v-rising-4.2.5) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [v-rising-4.2.4](https://github.com/truecharts/charts/compare/v-rising-4.2.3...v-rising-4.2.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [v-rising-4.2.3](https://github.com/truecharts/charts/compare/v-rising-4.2.2...v-rising-4.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [v-rising-4.2.2](https://github.com/truecharts/charts/compare/v-rising-4.2.1...v-rising-4.2.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [v-rising-4.2.1](https://github.com/truecharts/charts/compare/v-rising-4.2.0...v-rising-4.2.1) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [v-rising-4.2.0](https://github.com/truecharts/charts/compare/v-rising-4.1.6...v-rising-4.2.0) (2024-01-21) + +### Feat + + + +- Add Steam Query port ([#17313](https://github.com/truecharts/charts/issues/17313)) diff --git a/stable/v-rising/5.3.0/Chart.yaml b/stable/v-rising/5.3.0/Chart.yaml new file mode 100644 index 00000000000..e6c36cef15f --- /dev/null +++ b/stable/v-rising/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: rising +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install V Rising and run it. +home: https://truecharts.org/charts/stable/v-rising +icon: https://truecharts.org/img/hotlink-ok/chart-icons/v-rising.png +keywords: + - v-rising + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: v-rising +sources: + - https://steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/v-rising + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.3.0 diff --git a/stable/v-rising/5.1.3/README.md b/stable/v-rising/5.3.0/README.md similarity index 100% rename from stable/v-rising/5.1.3/README.md rename to stable/v-rising/5.3.0/README.md diff --git a/stable/v-rising/5.3.0/app-changelog.md b/stable/v-rising/5.3.0/app-changelog.md new file mode 100644 index 00000000000..206b40aba41 --- /dev/null +++ b/stable/v-rising/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [v-rising-5.3.0](https://github.com/truecharts/charts/compare/v-rising-5.2.3...v-rising-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/v-rising/5.1.3/app-readme.md b/stable/v-rising/5.3.0/app-readme.md similarity index 100% rename from stable/v-rising/5.1.3/app-readme.md rename to stable/v-rising/5.3.0/app-readme.md diff --git a/stable/v-rising/5.3.0/charts/common-18.2.0.tgz b/stable/v-rising/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/v-rising/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/v-rising/5.1.3/ix_values.yaml b/stable/v-rising/5.3.0/ix_values.yaml similarity index 100% rename from stable/v-rising/5.1.3/ix_values.yaml rename to stable/v-rising/5.3.0/ix_values.yaml diff --git a/stable/v-rising/5.1.3/questions.yaml b/stable/v-rising/5.3.0/questions.yaml similarity index 100% rename from stable/v-rising/5.1.3/questions.yaml rename to stable/v-rising/5.3.0/questions.yaml diff --git a/stable/v-rising/5.1.3/templates/common.yaml b/stable/v-rising/5.3.0/templates/common.yaml similarity index 100% rename from stable/v-rising/5.1.3/templates/common.yaml rename to stable/v-rising/5.3.0/templates/common.yaml diff --git a/stable/watcharr/4.1.3/values.yaml b/stable/v-rising/5.3.0/values.yaml similarity index 100% rename from stable/watcharr/4.1.3/values.yaml rename to stable/v-rising/5.3.0/values.yaml diff --git a/stable/valetudo-mapper/5.1.3/CHANGELOG.md b/stable/valetudo-mapper/5.1.3/CHANGELOG.md deleted file mode 100644 index 29250274197..00000000000 --- a/stable/valetudo-mapper/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [valetudo-mapper-4.1.11](https://github.com/truecharts/charts/compare/valetudo-mapper-4.1.10...valetudo-mapper-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [valetudo-mapper-4.1.10](https://github.com/truecharts/charts/compare/valetudo-mapper-4.1.9...valetudo-mapper-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [valetudo-mapper-4.1.9](https://github.com/truecharts/charts/compare/valetudo-mapper-4.1.8...valetudo-mapper-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [valetudo-mapper-4.1.8](https://github.com/truecharts/charts/compare/valetudo-mapper-4.1.7...valetudo-mapper-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [valetudo-mapper-4.1.7](https://github.com/truecharts/charts/compare/valetudo-mapper-4.1.6...valetudo-mapper-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [valetudo-mapper-4.1.6](https://github.com/truecharts/charts/compare/valetudo-mapper-4.1.5...valetudo-mapper-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [valetudo-mapper-4.1.5](https://github.com/truecharts/charts/compare/valetudo-mapper-4.1.4...valetudo-mapper-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [valetudo-mapper-4.1.4](https://github.com/truecharts/charts/compare/valetudo-mapper-4.1.3...valetudo-mapper-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [valetudo-mapper-4.1.3](https://github.com/truecharts/charts/compare/valetudo-mapper-4.1.0...valetudo-mapper-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/valetudo-mapper/5.1.3/Chart.yaml b/stable/valetudo-mapper/5.1.3/Chart.yaml deleted file mode 100644 index 1f03e0ced51..00000000000 --- a/stable/valetudo-mapper/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "Valetudo-RE companion service for generating PNG maps.\r" -home: https://truecharts.org/charts/stable/valetudo-mapper -icon: https://truecharts.org/img/hotlink-ok/chart-icons/valetudo-mapper.png -keywords: - - valetudo-mapper - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: valetudo-mapper -sources: - - https://github.com/rand256/valetudo-mapper - - https://github.com/truecharts/charts/tree/master/charts/stable/valetudo-mapper - - https://hub.docker.com/r/rand256/valetudo-mapper -type: application -version: 5.1.3 diff --git a/stable/valetudo-mapper/5.1.3/charts/common-18.0.3.tgz b/stable/valetudo-mapper/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/valetudo-mapper/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/watchyourlan/8.1.3/.helmignore b/stable/valetudo-mapper/5.3.0/.helmignore similarity index 100% rename from stable/watchyourlan/8.1.3/.helmignore rename to stable/valetudo-mapper/5.3.0/.helmignore diff --git a/stable/valetudo-mapper/5.3.0/CHANGELOG.md b/stable/valetudo-mapper/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..9a0d17d988e --- /dev/null +++ b/stable/valetudo-mapper/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [valetudo-mapper-5.3.0](https://github.com/truecharts/charts/compare/valetudo-mapper-5.2.3...valetudo-mapper-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [valetudo-mapper-5.2.3](https://github.com/truecharts/charts/compare/valetudo-mapper-5.2.2...valetudo-mapper-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [valetudo-mapper-5.2.2](https://github.com/truecharts/charts/compare/valetudo-mapper-5.2.0...valetudo-mapper-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [valetudo-mapper-4.1.11](https://github.com/truecharts/charts/compare/valetudo-mapper-4.1.10...valetudo-mapper-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [valetudo-mapper-4.1.10](https://github.com/truecharts/charts/compare/valetudo-mapper-4.1.9...valetudo-mapper-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [valetudo-mapper-4.1.9](https://github.com/truecharts/charts/compare/valetudo-mapper-4.1.8...valetudo-mapper-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [valetudo-mapper-4.1.8](https://github.com/truecharts/charts/compare/valetudo-mapper-4.1.7...valetudo-mapper-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [valetudo-mapper-4.1.7](https://github.com/truecharts/charts/compare/valetudo-mapper-4.1.6...valetudo-mapper-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [valetudo-mapper-4.1.6](https://github.com/truecharts/charts/compare/valetudo-mapper-4.1.5...valetudo-mapper-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/valetudo-mapper/5.3.0/Chart.yaml b/stable/valetudo-mapper/5.3.0/Chart.yaml new file mode 100644 index 00000000000..e608be26f33 --- /dev/null +++ b/stable/valetudo-mapper/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "Valetudo-RE companion service for generating PNG maps.\r" +home: https://truecharts.org/charts/stable/valetudo-mapper +icon: https://truecharts.org/img/hotlink-ok/chart-icons/valetudo-mapper.png +keywords: + - valetudo-mapper + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: valetudo-mapper +sources: + - https://github.com/rand256/valetudo-mapper + - https://github.com/truecharts/charts/tree/master/charts/stable/valetudo-mapper + - https://hub.docker.com/r/rand256/valetudo-mapper +type: application +version: 5.3.0 diff --git a/stable/valetudo-mapper/5.1.3/README.md b/stable/valetudo-mapper/5.3.0/README.md similarity index 100% rename from stable/valetudo-mapper/5.1.3/README.md rename to stable/valetudo-mapper/5.3.0/README.md diff --git a/stable/valetudo-mapper/5.3.0/app-changelog.md b/stable/valetudo-mapper/5.3.0/app-changelog.md new file mode 100644 index 00000000000..4d8874321ea --- /dev/null +++ b/stable/valetudo-mapper/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [valetudo-mapper-5.3.0](https://github.com/truecharts/charts/compare/valetudo-mapper-5.2.3...valetudo-mapper-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/valetudo-mapper/5.1.3/app-readme.md b/stable/valetudo-mapper/5.3.0/app-readme.md similarity index 100% rename from stable/valetudo-mapper/5.1.3/app-readme.md rename to stable/valetudo-mapper/5.3.0/app-readme.md diff --git a/stable/valetudo-mapper/5.3.0/charts/common-18.2.0.tgz b/stable/valetudo-mapper/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/valetudo-mapper/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/valetudo-mapper/5.1.3/ix_values.yaml b/stable/valetudo-mapper/5.3.0/ix_values.yaml similarity index 100% rename from stable/valetudo-mapper/5.1.3/ix_values.yaml rename to stable/valetudo-mapper/5.3.0/ix_values.yaml diff --git a/stable/valetudo-mapper/5.1.3/questions.yaml b/stable/valetudo-mapper/5.3.0/questions.yaml similarity index 100% rename from stable/valetudo-mapper/5.1.3/questions.yaml rename to stable/valetudo-mapper/5.3.0/questions.yaml diff --git a/stable/valetudo-mapper/5.1.3/templates/common.yaml b/stable/valetudo-mapper/5.3.0/templates/common.yaml similarity index 100% rename from stable/valetudo-mapper/5.1.3/templates/common.yaml rename to stable/valetudo-mapper/5.3.0/templates/common.yaml diff --git a/stable/watchyourlan/8.1.3/values.yaml b/stable/valetudo-mapper/5.3.0/values.yaml similarity index 100% rename from stable/watchyourlan/8.1.3/values.yaml rename to stable/valetudo-mapper/5.3.0/values.yaml diff --git a/stable/valheim/10.1.3/CHANGELOG.md b/stable/valheim/10.1.3/CHANGELOG.md deleted file mode 100644 index f65dad0fec3..00000000000 --- a/stable/valheim/10.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [valheim-9.1.12](https://github.com/truecharts/charts/compare/valheim-9.1.11...valheim-9.1.12) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/lloesche/valheim-server to latest[@972cd12](https://github.com/972cd12) by renovate ([#18083](https://github.com/truecharts/charts/issues/18083)) - - -## [valheim-9.1.11](https://github.com/truecharts/charts/compare/valheim-9.1.10...valheim-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [valheim-9.1.10](https://github.com/truecharts/charts/compare/valheim-9.1.9...valheim-9.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [valheim-9.1.9](https://github.com/truecharts/charts/compare/valheim-9.1.8...valheim-9.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [valheim-9.1.8](https://github.com/truecharts/charts/compare/valheim-9.1.7...valheim-9.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [valheim-9.1.7](https://github.com/truecharts/charts/compare/valheim-9.1.6...valheim-9.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [valheim-9.1.6](https://github.com/truecharts/charts/compare/valheim-9.1.5...valheim-9.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [valheim-9.1.5](https://github.com/truecharts/charts/compare/valheim-9.1.4...valheim-9.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [valheim-9.1.4](https://github.com/truecharts/charts/compare/valheim-9.1.3...valheim-9.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/valheim/10.1.3/Chart.yaml b/stable/valheim/10.1.3/Chart.yaml deleted file mode 100644 index 672e9619a71..00000000000 --- a/stable/valheim/10.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Valheim dedicated gameserver with automatic update and world backup support -home: https://truecharts.org/charts/stable/valheim -icon: https://truecharts.org/img/hotlink-ok/chart-icons/valheim.png -keywords: - - valheim -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: valheim -sources: - - https://github.com/lloesche/valheim-server-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/valheim - - https://ghcr.io/lloesche/valheim-server -type: application -version: 10.1.3 diff --git a/stable/valheim/10.1.3/charts/common-18.0.3.tgz b/stable/valheim/10.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/valheim/10.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/webgrabplus/9.1.4/.helmignore b/stable/valheim/10.3.0/.helmignore similarity index 100% rename from stable/webgrabplus/9.1.4/.helmignore rename to stable/valheim/10.3.0/.helmignore diff --git a/stable/valheim/10.3.0/CHANGELOG.md b/stable/valheim/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..30ea7f9a062 --- /dev/null +++ b/stable/valheim/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [valheim-10.3.0](https://github.com/truecharts/charts/compare/valheim-10.2.3...valheim-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [valheim-10.2.3](https://github.com/truecharts/charts/compare/valheim-10.2.2...valheim-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [valheim-10.2.2](https://github.com/truecharts/charts/compare/valheim-10.2.0...valheim-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [valheim-9.1.12](https://github.com/truecharts/charts/compare/valheim-9.1.11...valheim-9.1.12) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/lloesche/valheim-server to latest[@972cd12](https://github.com/972cd12) by renovate ([#18083](https://github.com/truecharts/charts/issues/18083)) + + +## [valheim-9.1.11](https://github.com/truecharts/charts/compare/valheim-9.1.10...valheim-9.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [valheim-9.1.10](https://github.com/truecharts/charts/compare/valheim-9.1.9...valheim-9.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [valheim-9.1.9](https://github.com/truecharts/charts/compare/valheim-9.1.8...valheim-9.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [valheim-9.1.8](https://github.com/truecharts/charts/compare/valheim-9.1.7...valheim-9.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [valheim-9.1.7](https://github.com/truecharts/charts/compare/valheim-9.1.6...valheim-9.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/valheim/10.3.0/Chart.yaml b/stable/valheim/10.3.0/Chart.yaml new file mode 100644 index 00000000000..d1ad522d621 --- /dev/null +++ b/stable/valheim/10.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Valheim dedicated gameserver with automatic update and world backup support +home: https://truecharts.org/charts/stable/valheim +icon: https://truecharts.org/img/hotlink-ok/chart-icons/valheim.png +keywords: + - valheim +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: valheim +sources: + - https://github.com/lloesche/valheim-server-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/valheim + - https://ghcr.io/lloesche/valheim-server +type: application +version: 10.3.0 diff --git a/stable/valheim/10.1.3/README.md b/stable/valheim/10.3.0/README.md similarity index 100% rename from stable/valheim/10.1.3/README.md rename to stable/valheim/10.3.0/README.md diff --git a/stable/valheim/10.3.0/app-changelog.md b/stable/valheim/10.3.0/app-changelog.md new file mode 100644 index 00000000000..5bd99728e60 --- /dev/null +++ b/stable/valheim/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [valheim-10.3.0](https://github.com/truecharts/charts/compare/valheim-10.2.3...valheim-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/valheim/10.1.3/app-readme.md b/stable/valheim/10.3.0/app-readme.md similarity index 100% rename from stable/valheim/10.1.3/app-readme.md rename to stable/valheim/10.3.0/app-readme.md diff --git a/stable/valheim/10.3.0/charts/common-18.2.0.tgz b/stable/valheim/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/valheim/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/valheim/10.1.3/ix_values.yaml b/stable/valheim/10.3.0/ix_values.yaml similarity index 100% rename from stable/valheim/10.1.3/ix_values.yaml rename to stable/valheim/10.3.0/ix_values.yaml diff --git a/stable/valheim/10.1.3/questions.yaml b/stable/valheim/10.3.0/questions.yaml similarity index 100% rename from stable/valheim/10.1.3/questions.yaml rename to stable/valheim/10.3.0/questions.yaml diff --git a/stable/webtop/9.2.0/templates/NOTES.txt b/stable/valheim/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/webtop/9.2.0/templates/NOTES.txt rename to stable/valheim/10.3.0/templates/NOTES.txt diff --git a/stable/valheim/10.1.3/templates/common.yaml b/stable/valheim/10.3.0/templates/common.yaml similarity index 100% rename from stable/valheim/10.1.3/templates/common.yaml rename to stable/valheim/10.3.0/templates/common.yaml diff --git a/stable/webgrabplus/9.1.4/values.yaml b/stable/valheim/10.3.0/values.yaml similarity index 100% rename from stable/webgrabplus/9.1.4/values.yaml rename to stable/valheim/10.3.0/values.yaml diff --git a/stable/van-dam/4.1.3/CHANGELOG.md b/stable/van-dam/4.1.3/CHANGELOG.md deleted file mode 100644 index 9103299fec6..00000000000 --- a/stable/van-dam/4.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - -## [van-dam-3.1.19](https://github.com/truecharts/charts/compare/van-dam-3.1.18...van-dam-3.1.19) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [van-dam-3.1.18](https://github.com/truecharts/charts/compare/van-dam-3.1.17...van-dam-3.1.18) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [van-dam-3.1.17](https://github.com/truecharts/charts/compare/van-dam-3.1.16...van-dam-3.1.17) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [van-dam-3.1.16](https://github.com/truecharts/charts/compare/van-dam-3.1.15...van-dam-3.1.16) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [van-dam-3.1.15](https://github.com/truecharts/charts/compare/van-dam-3.1.14...van-dam-3.1.15) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [van-dam-3.1.14](https://github.com/truecharts/charts/compare/van-dam-3.1.13...van-dam-3.1.14) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [van-dam-3.1.13](https://github.com/truecharts/charts/compare/van-dam-3.1.12...van-dam-3.1.13) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [van-dam-3.1.12](https://github.com/truecharts/charts/compare/van-dam-3.1.11...van-dam-3.1.12) (2024-01-03) - -### Chore - - - -- update container image ghcr.io/floppy/van_dam to v0.54.1[@27c28fe](https://github.com/27c28fe) by renovate ([#16803](https://github.com/truecharts/charts/issues/16803)) - - -## [van-dam-3.1.11](https://github.com/truecharts/charts/compare/van-dam-3.1.10...van-dam-3.1.11) (2024-01-03) - -### Chore - diff --git a/stable/van-dam/4.1.3/Chart.yaml b/stable/van-dam/4.1.3/Chart.yaml deleted file mode 100644 index 6aeaac3428d..00000000000 --- a/stable/van-dam/4.1.3/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.54.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 11.2.1 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A Digital Asset Manager (DAM), specifically designed for 3D print files. -home: https://truecharts.org/charts/stable/van-dam -icon: https://truecharts.org/img/hotlink-ok/chart-icons/van-dam.png -keywords: - - vanDAM - - media -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: van-dam -sources: - - https://github.com/Floppy/van_dam - - https://github.com/truecharts/charts/tree/master/charts/stable/van-dam - - https://ghcr.io/floppy/van_dam -type: application -version: 4.1.3 diff --git a/stable/van-dam/4.1.3/charts/common-18.0.3.tgz b/stable/van-dam/4.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/van-dam/4.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/van-dam/4.1.3/questions.yaml b/stable/van-dam/4.1.3/questions.yaml deleted file mode 100755 index f2002e143fe..00000000000 --- a/stable/van-dam/4.1.3/questions.yaml +++ /dev/null @@ -1,3301 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 3214 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: libraries - label: "App Libraries Storage" - description: "Stores the Application Libraries." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/weblate/13.1.3/.helmignore b/stable/van-dam/4.3.0/.helmignore similarity index 100% rename from stable/weblate/13.1.3/.helmignore rename to stable/van-dam/4.3.0/.helmignore diff --git a/stable/van-dam/4.3.0/CHANGELOG.md b/stable/van-dam/4.3.0/CHANGELOG.md new file mode 100644 index 00000000000..efd07bced08 --- /dev/null +++ b/stable/van-dam/4.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [van-dam-4.3.0](https://github.com/truecharts/charts/compare/van-dam-4.2.3...van-dam-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [van-dam-4.2.3](https://github.com/truecharts/charts/compare/van-dam-4.2.2...van-dam-4.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [van-dam-4.2.2](https://github.com/truecharts/charts/compare/van-dam-4.2.0...van-dam-4.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + +## [van-dam-3.1.19](https://github.com/truecharts/charts/compare/van-dam-3.1.18...van-dam-3.1.19) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [van-dam-3.1.18](https://github.com/truecharts/charts/compare/van-dam-3.1.17...van-dam-3.1.18) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [van-dam-3.1.17](https://github.com/truecharts/charts/compare/van-dam-3.1.16...van-dam-3.1.17) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [van-dam-3.1.16](https://github.com/truecharts/charts/compare/van-dam-3.1.15...van-dam-3.1.16) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [van-dam-3.1.15](https://github.com/truecharts/charts/compare/van-dam-3.1.14...van-dam-3.1.15) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [van-dam-3.1.14](https://github.com/truecharts/charts/compare/van-dam-3.1.13...van-dam-3.1.14) (2024-01-21) + +### Chore diff --git a/stable/van-dam/4.3.0/Chart.yaml b/stable/van-dam/4.3.0/Chart.yaml new file mode 100644 index 00000000000..3332d00a2b6 --- /dev/null +++ b/stable/van-dam/4.3.0/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.54.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Digital Asset Manager (DAM), specifically designed for 3D print files. +home: https://truecharts.org/charts/stable/van-dam +icon: https://truecharts.org/img/hotlink-ok/chart-icons/van-dam.png +keywords: + - vanDAM + - media +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: van-dam +sources: + - https://github.com/Floppy/van_dam + - https://github.com/truecharts/charts/tree/master/charts/stable/van-dam + - https://ghcr.io/floppy/van_dam +type: application +version: 4.3.0 diff --git a/stable/van-dam/4.1.3/README.md b/stable/van-dam/4.3.0/README.md similarity index 100% rename from stable/van-dam/4.1.3/README.md rename to stable/van-dam/4.3.0/README.md diff --git a/stable/van-dam/4.3.0/app-changelog.md b/stable/van-dam/4.3.0/app-changelog.md new file mode 100644 index 00000000000..eb0f260b093 --- /dev/null +++ b/stable/van-dam/4.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [van-dam-4.3.0](https://github.com/truecharts/charts/compare/van-dam-4.2.3...van-dam-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/van-dam/4.1.3/app-readme.md b/stable/van-dam/4.3.0/app-readme.md similarity index 100% rename from stable/van-dam/4.1.3/app-readme.md rename to stable/van-dam/4.3.0/app-readme.md diff --git a/stable/van-dam/4.3.0/charts/common-18.2.0.tgz b/stable/van-dam/4.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/van-dam/4.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/vikunja/13.1.3/charts/redis-11.2.1.tgz b/stable/van-dam/4.3.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/vikunja/13.1.3/charts/redis-11.2.1.tgz rename to stable/van-dam/4.3.0/charts/redis-11.2.1.tgz diff --git a/stable/van-dam/4.1.3/ix_values.yaml b/stable/van-dam/4.3.0/ix_values.yaml similarity index 100% rename from stable/van-dam/4.1.3/ix_values.yaml rename to stable/van-dam/4.3.0/ix_values.yaml diff --git a/stable/van-dam/4.3.0/questions.yaml b/stable/van-dam/4.3.0/questions.yaml new file mode 100755 index 00000000000..72eb54a207c --- /dev/null +++ b/stable/van-dam/4.3.0/questions.yaml @@ -0,0 +1,3259 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 3214 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: libraries + label: "App Libraries Storage" + description: "Stores the Application Libraries." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/wekan/14.3.0/templates/NOTES.txt b/stable/van-dam/4.3.0/templates/NOTES.txt similarity index 100% rename from stable/wekan/14.3.0/templates/NOTES.txt rename to stable/van-dam/4.3.0/templates/NOTES.txt diff --git a/stable/van-dam/4.1.3/templates/_secrets.tpl b/stable/van-dam/4.3.0/templates/_secrets.tpl similarity index 100% rename from stable/van-dam/4.1.3/templates/_secrets.tpl rename to stable/van-dam/4.3.0/templates/_secrets.tpl diff --git a/stable/van-dam/4.1.3/templates/common.yaml b/stable/van-dam/4.3.0/templates/common.yaml similarity index 100% rename from stable/van-dam/4.1.3/templates/common.yaml rename to stable/van-dam/4.3.0/templates/common.yaml diff --git a/stable/weblate/13.1.3/values.yaml b/stable/van-dam/4.3.0/values.yaml similarity index 100% rename from stable/weblate/13.1.3/values.yaml rename to stable/van-dam/4.3.0/values.yaml diff --git a/stable/venstar2mqtt/5.1.3/CHANGELOG.md b/stable/venstar2mqtt/5.1.3/CHANGELOG.md deleted file mode 100644 index f13b83a6117..00000000000 --- a/stable/venstar2mqtt/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [venstar2mqtt-4.1.12](https://github.com/truecharts/charts/compare/venstar2mqtt-4.1.11...venstar2mqtt-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [venstar2mqtt-4.1.11](https://github.com/truecharts/charts/compare/venstar2mqtt-4.1.10...venstar2mqtt-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [venstar2mqtt-4.1.10](https://github.com/truecharts/charts/compare/venstar2mqtt-4.1.9...venstar2mqtt-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [venstar2mqtt-4.1.9](https://github.com/truecharts/charts/compare/venstar2mqtt-4.1.8...venstar2mqtt-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [venstar2mqtt-4.1.8](https://github.com/truecharts/charts/compare/venstar2mqtt-4.1.7...venstar2mqtt-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [venstar2mqtt-4.1.7](https://github.com/truecharts/charts/compare/venstar2mqtt-4.1.6...venstar2mqtt-4.1.7) (2024-01-14) - - - - -## [venstar2mqtt-4.1.6](https://github.com/truecharts/charts/compare/venstar2mqtt-4.1.5...venstar2mqtt-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [venstar2mqtt-4.1.5](https://github.com/truecharts/charts/compare/venstar2mqtt-4.1.4...venstar2mqtt-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [venstar2mqtt-4.1.4](https://github.com/truecharts/charts/compare/venstar2mqtt-4.1.3...venstar2mqtt-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [venstar2mqtt-4.1.3](https://github.com/truecharts/charts/compare/venstar2mqtt-4.1.0...venstar2mqtt-4.1.3) (2024-01-01) - -### Chore diff --git a/stable/venstar2mqtt/5.1.3/Chart.yaml b/stable/venstar2mqtt/5.1.3/Chart.yaml deleted file mode 100644 index d11fc7779c7..00000000000 --- a/stable/venstar2mqtt/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Simple Chart that allows MQTT to be used to view data and push settings to the Venstar Local API Thermostats. Local API needs to be enabled on the thermostat. No Web UI or appdata folder necessary. -home: https://truecharts.org/charts/stable/venstar2mqtt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/venstar2mqtt.png -keywords: - - venstar2mqtt - - home-automation - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: venstar2mqtt -sources: - - https://github.com/terafin/mqtt-venstar-bridge - - https://github.com/truecharts/charts/tree/master/charts/stable/venstar2mqtt - - https://hub.docker.com/r/terafin/mqtt-venstar-bridge -type: application -version: 5.1.3 diff --git a/stable/venstar2mqtt/5.1.3/charts/common-18.0.3.tgz b/stable/venstar2mqtt/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/venstar2mqtt/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/webnut/8.1.3/.helmignore b/stable/venstar2mqtt/5.3.0/.helmignore similarity index 100% rename from stable/webnut/8.1.3/.helmignore rename to stable/venstar2mqtt/5.3.0/.helmignore diff --git a/stable/venstar2mqtt/5.3.0/CHANGELOG.md b/stable/venstar2mqtt/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..66a93024bdc --- /dev/null +++ b/stable/venstar2mqtt/5.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [venstar2mqtt-5.3.0](https://github.com/truecharts/charts/compare/venstar2mqtt-5.2.3...venstar2mqtt-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [venstar2mqtt-5.2.3](https://github.com/truecharts/charts/compare/venstar2mqtt-5.2.2...venstar2mqtt-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [venstar2mqtt-5.2.2](https://github.com/truecharts/charts/compare/venstar2mqtt-5.2.0...venstar2mqtt-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [venstar2mqtt-4.1.12](https://github.com/truecharts/charts/compare/venstar2mqtt-4.1.11...venstar2mqtt-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [venstar2mqtt-4.1.11](https://github.com/truecharts/charts/compare/venstar2mqtt-4.1.10...venstar2mqtt-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [venstar2mqtt-4.1.10](https://github.com/truecharts/charts/compare/venstar2mqtt-4.1.9...venstar2mqtt-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [venstar2mqtt-4.1.9](https://github.com/truecharts/charts/compare/venstar2mqtt-4.1.8...venstar2mqtt-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [venstar2mqtt-4.1.8](https://github.com/truecharts/charts/compare/venstar2mqtt-4.1.7...venstar2mqtt-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [venstar2mqtt-4.1.7](https://github.com/truecharts/charts/compare/venstar2mqtt-4.1.6...venstar2mqtt-4.1.7) (2024-01-14) + + + + +## [venstar2mqtt-4.1.6](https://github.com/truecharts/charts/compare/venstar2mqtt-4.1.5...venstar2mqtt-4.1.6) (2024-01-09) + +### Chore \ No newline at end of file diff --git a/stable/venstar2mqtt/5.3.0/Chart.yaml b/stable/venstar2mqtt/5.3.0/Chart.yaml new file mode 100644 index 00000000000..29c0a8a4df8 --- /dev/null +++ b/stable/venstar2mqtt/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Simple Chart that allows MQTT to be used to view data and push settings to the Venstar Local API Thermostats. Local API needs to be enabled on the thermostat. No Web UI or appdata folder necessary. +home: https://truecharts.org/charts/stable/venstar2mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/venstar2mqtt.png +keywords: + - venstar2mqtt + - home-automation + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: venstar2mqtt +sources: + - https://github.com/terafin/mqtt-venstar-bridge + - https://github.com/truecharts/charts/tree/master/charts/stable/venstar2mqtt + - https://hub.docker.com/r/terafin/mqtt-venstar-bridge +type: application +version: 5.3.0 diff --git a/stable/venstar2mqtt/5.1.3/README.md b/stable/venstar2mqtt/5.3.0/README.md similarity index 100% rename from stable/venstar2mqtt/5.1.3/README.md rename to stable/venstar2mqtt/5.3.0/README.md diff --git a/stable/venstar2mqtt/5.3.0/app-changelog.md b/stable/venstar2mqtt/5.3.0/app-changelog.md new file mode 100644 index 00000000000..b0baf70ea3f --- /dev/null +++ b/stable/venstar2mqtt/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [venstar2mqtt-5.3.0](https://github.com/truecharts/charts/compare/venstar2mqtt-5.2.3...venstar2mqtt-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/venstar2mqtt/5.1.3/app-readme.md b/stable/venstar2mqtt/5.3.0/app-readme.md similarity index 100% rename from stable/venstar2mqtt/5.1.3/app-readme.md rename to stable/venstar2mqtt/5.3.0/app-readme.md diff --git a/stable/venstar2mqtt/5.3.0/charts/common-18.2.0.tgz b/stable/venstar2mqtt/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/venstar2mqtt/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/venstar2mqtt/5.1.3/ix_values.yaml b/stable/venstar2mqtt/5.3.0/ix_values.yaml similarity index 100% rename from stable/venstar2mqtt/5.1.3/ix_values.yaml rename to stable/venstar2mqtt/5.3.0/ix_values.yaml diff --git a/stable/venstar2mqtt/5.1.3/questions.yaml b/stable/venstar2mqtt/5.3.0/questions.yaml similarity index 100% rename from stable/venstar2mqtt/5.1.3/questions.yaml rename to stable/venstar2mqtt/5.3.0/questions.yaml diff --git a/stable/venstar2mqtt/5.1.3/templates/common.yaml b/stable/venstar2mqtt/5.3.0/templates/common.yaml similarity index 100% rename from stable/venstar2mqtt/5.1.3/templates/common.yaml rename to stable/venstar2mqtt/5.3.0/templates/common.yaml diff --git a/stable/webnut/8.1.3/values.yaml b/stable/venstar2mqtt/5.3.0/values.yaml similarity index 100% rename from stable/webnut/8.1.3/values.yaml rename to stable/venstar2mqtt/5.3.0/values.yaml diff --git a/stable/vertex/5.2.0/CHANGELOG.md b/stable/vertex/5.2.0/CHANGELOG.md deleted file mode 100644 index 01ed4ede173..00000000000 --- a/stable/vertex/5.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - -## [vertex-4.1.14](https://github.com/truecharts/charts/compare/vertex-4.1.13...vertex-4.1.14) (2024-02-05) - -### Chore - - - -- update container image lswl/vertex to stable[@83cdf98](https://github.com/83cdf98) by renovate ([#17884](https://github.com/truecharts/charts/issues/17884)) - - -## [vertex-4.1.13](https://github.com/truecharts/charts/compare/vertex-4.1.12...vertex-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [vertex-4.1.12](https://github.com/truecharts/charts/compare/vertex-4.1.11...vertex-4.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [vertex-4.1.11](https://github.com/truecharts/charts/compare/vertex-4.1.10...vertex-4.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [vertex-4.1.10](https://github.com/truecharts/charts/compare/vertex-4.1.9...vertex-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [vertex-4.1.9](https://github.com/truecharts/charts/compare/vertex-4.1.8...vertex-4.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [vertex-4.1.8](https://github.com/truecharts/charts/compare/vertex-4.1.7...vertex-4.1.8) (2024-01-14) - - - - -## [vertex-4.1.7](https://github.com/truecharts/charts/compare/vertex-4.1.6...vertex-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [vertex-4.1.6](https://github.com/truecharts/charts/compare/vertex-4.1.5...vertex-4.1.6) (2024-01-03) - -### Chore \ No newline at end of file diff --git a/stable/vertex/5.2.0/Chart.yaml b/stable/vertex/5.2.0/Chart.yaml deleted file mode 100644 index f4d336e57e6..00000000000 --- a/stable/vertex/5.2.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: stable -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Vertex -home: https://truecharts.org/charts/stable/vertex -icon: https://truecharts.org/img/hotlink-ok/chart-icons/vertex.png -keywords: - - vertex - - home-automation - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: vertex -sources: - - https://gitlab.lswl.in/lswl/vertex - - https://github.com/truecharts/charts/tree/master/charts/stable/vertex - - https://hub.docker.com/r/lswl/vertex -type: application -version: 5.2.0 diff --git a/stable/vertex/5.2.0/charts/common-18.1.2.tgz b/stable/vertex/5.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/vertex/5.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/vertex/5.2.0/ix_values.yaml b/stable/vertex/5.2.0/ix_values.yaml deleted file mode 100644 index 3118e7486c8..00000000000 --- a/stable/vertex/5.2.0/ix_values.yaml +++ /dev/null @@ -1,30 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: lswl/vertex - tag: stable@sha256:e46f817957b819c8d67c6662d5f6580be6e0268ff92d6bf8a5e0d808f0d1e6b1 -persistence: - config: - enabled: true - mountPath: /vertex -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 3000 - protocol: tcp - targetPort: 3000 -workload: - main: - podSpec: - containers: - main: - env: - PORT: "3000" diff --git a/stable/webp-server/5.2.0/.helmignore b/stable/vertex/5.3.0/.helmignore similarity index 100% rename from stable/webp-server/5.2.0/.helmignore rename to stable/vertex/5.3.0/.helmignore diff --git a/stable/vertex/5.3.0/CHANGELOG.md b/stable/vertex/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..4d3f7926552 --- /dev/null +++ b/stable/vertex/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [vertex-5.3.0](https://github.com/truecharts/charts/compare/vertex-5.2.4...vertex-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [vertex-5.2.4](https://github.com/truecharts/charts/compare/vertex-5.2.3...vertex-5.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [vertex-5.2.3](https://github.com/truecharts/charts/compare/vertex-5.2.1...vertex-5.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + +## [vertex-4.1.14](https://github.com/truecharts/charts/compare/vertex-4.1.13...vertex-4.1.14) (2024-02-05) + +### Chore + + + +- update container image lswl/vertex to stable[@83cdf98](https://github.com/83cdf98) by renovate ([#17884](https://github.com/truecharts/charts/issues/17884)) + + +## [vertex-4.1.13](https://github.com/truecharts/charts/compare/vertex-4.1.12...vertex-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [vertex-4.1.12](https://github.com/truecharts/charts/compare/vertex-4.1.11...vertex-4.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [vertex-4.1.11](https://github.com/truecharts/charts/compare/vertex-4.1.10...vertex-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [vertex-4.1.10](https://github.com/truecharts/charts/compare/vertex-4.1.9...vertex-4.1.10) (2024-01-21) + +### Chore + diff --git a/stable/vertex/5.3.0/Chart.yaml b/stable/vertex/5.3.0/Chart.yaml new file mode 100644 index 00000000000..27004de62f4 --- /dev/null +++ b/stable/vertex/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: stable +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Vertex +home: https://truecharts.org/charts/stable/vertex +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vertex.png +keywords: + - vertex + - home-automation + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: vertex +sources: + - https://gitlab.lswl.in/lswl/vertex + - https://github.com/truecharts/charts/tree/master/charts/stable/vertex + - https://hub.docker.com/r/lswl/vertex +type: application +version: 5.3.0 diff --git a/stable/vertex/5.2.0/README.md b/stable/vertex/5.3.0/README.md similarity index 100% rename from stable/vertex/5.2.0/README.md rename to stable/vertex/5.3.0/README.md diff --git a/stable/vertex/5.3.0/app-changelog.md b/stable/vertex/5.3.0/app-changelog.md new file mode 100644 index 00000000000..6a9ec1ee18f --- /dev/null +++ b/stable/vertex/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [vertex-5.3.0](https://github.com/truecharts/charts/compare/vertex-5.2.4...vertex-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/vertex/5.2.0/app-readme.md b/stable/vertex/5.3.0/app-readme.md similarity index 100% rename from stable/vertex/5.2.0/app-readme.md rename to stable/vertex/5.3.0/app-readme.md diff --git a/stable/vertex/5.3.0/charts/common-18.2.0.tgz b/stable/vertex/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/vertex/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/vertex/5.3.0/ix_values.yaml b/stable/vertex/5.3.0/ix_values.yaml new file mode 100644 index 00000000000..d56ac2d63f8 --- /dev/null +++ b/stable/vertex/5.3.0/ix_values.yaml @@ -0,0 +1,30 @@ +image: + pullPolicy: IfNotPresent + repository: lswl/vertex + tag: stable@sha256:6d74cb6ca4e24ad20b8c8a691c49e2a58f4292e8cae4b3f5643285b042160478 +persistence: + config: + enabled: true + mountPath: /vertex +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 3000 + protocol: tcp + targetPort: 3000 +workload: + main: + podSpec: + containers: + main: + env: + PORT: "3000" diff --git a/stable/vertex/5.2.0/questions.yaml b/stable/vertex/5.3.0/questions.yaml similarity index 100% rename from stable/vertex/5.2.0/questions.yaml rename to stable/vertex/5.3.0/questions.yaml diff --git a/stable/vertex/5.2.0/templates/common.yaml b/stable/vertex/5.3.0/templates/common.yaml similarity index 100% rename from stable/vertex/5.2.0/templates/common.yaml rename to stable/vertex/5.3.0/templates/common.yaml diff --git a/stable/webp-server/5.2.0/values.yaml b/stable/vertex/5.3.0/values.yaml similarity index 100% rename from stable/webp-server/5.2.0/values.yaml rename to stable/vertex/5.3.0/values.yaml diff --git a/stable/verysync/9.1.3/CHANGELOG.md b/stable/verysync/9.1.3/CHANGELOG.md deleted file mode 100644 index 1f62d08635c..00000000000 --- a/stable/verysync/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [verysync-8.1.11](https://github.com/truecharts/charts/compare/verysync-8.1.10...verysync-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [verysync-8.1.10](https://github.com/truecharts/charts/compare/verysync-8.1.9...verysync-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [verysync-8.1.9](https://github.com/truecharts/charts/compare/verysync-8.1.8...verysync-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [verysync-8.1.8](https://github.com/truecharts/charts/compare/verysync-8.1.7...verysync-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [verysync-8.1.7](https://github.com/truecharts/charts/compare/verysync-8.1.6...verysync-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [verysync-8.1.6](https://github.com/truecharts/charts/compare/verysync-8.1.5...verysync-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [verysync-8.1.5](https://github.com/truecharts/charts/compare/verysync-8.1.4...verysync-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [verysync-8.1.4](https://github.com/truecharts/charts/compare/verysync-8.1.3...verysync-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [verysync-8.1.3](https://github.com/truecharts/charts/compare/verysync-8.1.0...verysync-8.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/verysync/9.1.3/Chart.yaml b/stable/verysync/9.1.3/Chart.yaml deleted file mode 100644 index 770cdac6b66..00000000000 --- a/stable/verysync/9.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.17.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: very sync is an easy-to-use multi-platform file synchronization software -home: https://truecharts.org/charts/stable/verysync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/verysync.png -keywords: - - verysync - - sync - - btsync - - bittorrent -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: verysync -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/verysync - - https://hub.docker.com/r/jonnyan404/verysync -type: application -version: 9.1.3 diff --git a/stable/verysync/9.1.3/charts/common-18.0.3.tgz b/stable/verysync/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/verysync/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/website-shot/10.1.3/.helmignore b/stable/verysync/9.3.0/.helmignore similarity index 100% rename from stable/website-shot/10.1.3/.helmignore rename to stable/verysync/9.3.0/.helmignore diff --git a/stable/verysync/9.3.0/CHANGELOG.md b/stable/verysync/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..5aac27c0ff5 --- /dev/null +++ b/stable/verysync/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [verysync-9.3.0](https://github.com/truecharts/charts/compare/verysync-9.2.3...verysync-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [verysync-9.2.3](https://github.com/truecharts/charts/compare/verysync-9.2.2...verysync-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [verysync-9.2.2](https://github.com/truecharts/charts/compare/verysync-9.2.0...verysync-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [verysync-8.1.11](https://github.com/truecharts/charts/compare/verysync-8.1.10...verysync-8.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [verysync-8.1.10](https://github.com/truecharts/charts/compare/verysync-8.1.9...verysync-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [verysync-8.1.9](https://github.com/truecharts/charts/compare/verysync-8.1.8...verysync-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [verysync-8.1.8](https://github.com/truecharts/charts/compare/verysync-8.1.7...verysync-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [verysync-8.1.7](https://github.com/truecharts/charts/compare/verysync-8.1.6...verysync-8.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [verysync-8.1.6](https://github.com/truecharts/charts/compare/verysync-8.1.5...verysync-8.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/verysync/9.3.0/Chart.yaml b/stable/verysync/9.3.0/Chart.yaml new file mode 100644 index 00000000000..7d02cbc02fa --- /dev/null +++ b/stable/verysync/9.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.17.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: very sync is an easy-to-use multi-platform file synchronization software +home: https://truecharts.org/charts/stable/verysync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/verysync.png +keywords: + - verysync + - sync + - btsync + - bittorrent +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: verysync +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/verysync + - https://hub.docker.com/r/jonnyan404/verysync +type: application +version: 9.3.0 diff --git a/stable/verysync/9.1.3/README.md b/stable/verysync/9.3.0/README.md similarity index 100% rename from stable/verysync/9.1.3/README.md rename to stable/verysync/9.3.0/README.md diff --git a/stable/verysync/9.3.0/app-changelog.md b/stable/verysync/9.3.0/app-changelog.md new file mode 100644 index 00000000000..9477c5d93b9 --- /dev/null +++ b/stable/verysync/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [verysync-9.3.0](https://github.com/truecharts/charts/compare/verysync-9.2.3...verysync-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/verysync/9.1.3/app-readme.md b/stable/verysync/9.3.0/app-readme.md similarity index 100% rename from stable/verysync/9.1.3/app-readme.md rename to stable/verysync/9.3.0/app-readme.md diff --git a/stable/verysync/9.3.0/charts/common-18.2.0.tgz b/stable/verysync/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/verysync/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/verysync/9.1.3/ix_values.yaml b/stable/verysync/9.3.0/ix_values.yaml similarity index 100% rename from stable/verysync/9.1.3/ix_values.yaml rename to stable/verysync/9.3.0/ix_values.yaml diff --git a/stable/verysync/9.1.3/questions.yaml b/stable/verysync/9.3.0/questions.yaml similarity index 100% rename from stable/verysync/9.1.3/questions.yaml rename to stable/verysync/9.3.0/questions.yaml diff --git a/stable/wg-easy/11.1.4/templates/NOTES.txt b/stable/verysync/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/wg-easy/11.1.4/templates/NOTES.txt rename to stable/verysync/9.3.0/templates/NOTES.txt diff --git a/stable/wekan/14.3.0/templates/common.yaml b/stable/verysync/9.3.0/templates/common.yaml similarity index 100% rename from stable/wekan/14.3.0/templates/common.yaml rename to stable/verysync/9.3.0/templates/common.yaml diff --git a/stable/website-shot/10.1.3/values.yaml b/stable/verysync/9.3.0/values.yaml similarity index 100% rename from stable/website-shot/10.1.3/values.yaml rename to stable/verysync/9.3.0/values.yaml diff --git a/stable/vikunja/13.1.3/CHANGELOG.md b/stable/vikunja/13.1.3/CHANGELOG.md deleted file mode 100644 index a558ea07270..00000000000 --- a/stable/vikunja/13.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - - -## [vikunja-12.1.21](https://github.com/truecharts/charts/compare/vikunja-12.1.20...vikunja-12.1.21) (2024-02-12) - -### Chore - - - -- update container image nginx to 1.25.3[@84c52df](https://github.com/84c52df) by renovate ([#18099](https://github.com/truecharts/charts/issues/18099)) - - -## [vikunja-12.1.20](https://github.com/truecharts/charts/compare/vikunja-12.1.19...vikunja-12.1.20) (2024-02-05) - -### Chore - - - -- update container image nginx to 1.25.3[@5f44022](https://github.com/5f44022) by renovate ([#17889](https://github.com/truecharts/charts/issues/17889)) - - -## [vikunja-12.1.19](https://github.com/truecharts/charts/compare/vikunja-12.1.18...vikunja-12.1.19) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [vikunja-12.1.18](https://github.com/truecharts/charts/compare/vikunja-12.1.17...vikunja-12.1.18) (2024-02-03) - -### Chore - - - -- update container image nginx to 1.25.3[@6eb9534](https://github.com/6eb9534) by renovate ([#17798](https://github.com/truecharts/charts/issues/17798)) - - -## [vikunja-12.1.17](https://github.com/truecharts/charts/compare/vikunja-12.1.15...vikunja-12.1.17) (2024-01-29) - -### Chore - - - -- update vikunja to v0.22.1[@c941543](https://github.com/c941543) by renovate (patch) ([#17687](https://github.com/truecharts/charts/issues/17687)) - - -## [vikunja-12.1.15](https://github.com/truecharts/charts/compare/vikunja-12.1.14...vikunja-12.1.15) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [vikunja-12.1.14](https://github.com/truecharts/charts/compare/vikunja-12.1.13...vikunja-12.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [vikunja-12.1.13](https://github.com/truecharts/charts/compare/vikunja-12.1.12...vikunja-12.1.13) (2024-01-21) - -### Chore - diff --git a/stable/vikunja/13.1.3/Chart.yaml b/stable/vikunja/13.1.3/Chart.yaml deleted file mode 100644 index 694976260f8..00000000000 --- a/stable/vikunja/13.1.3/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.22.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 11.2.1 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The to-do app to organize your life. -home: https://truecharts.org/charts/stable/vikunja -icon: https://truecharts.org/img/hotlink-ok/chart-icons/vikunja.png -keywords: - - vikunja -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: vikunja -sources: - - https://vikunja.io/docs - - https://github.com/truecharts/charts/tree/master/charts/stable/vikunja - - https://hub.docker.com/_/nginx - - https://hub.docker.com/r/vikunja/api - - https://hub.docker.com/r/vikunja/frontend -type: application -version: 13.1.3 diff --git a/stable/vikunja/13.1.3/charts/common-18.0.3.tgz b/stable/vikunja/13.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/vikunja/13.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/vikunja/13.1.3/questions.yaml b/stable/vikunja/13.1.3/questions.yaml deleted file mode 100755 index 36c04a8d19f..00000000000 --- a/stable/vikunja/13.1.3/questions.yaml +++ /dev/null @@ -1,4161 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: vikunja - group: App Configuration - label: Vikunja Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: service - label: Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: jwtttl - label: JWT TTL - description: The duration of the issued JWT tokens in seconds. - schema: - type: int - required: true - default: 259200 - - variable: jwtttllong - label: JWT TTL Long - description: The duration of the “remember me” time in seconds. When the login request is made with the long param set, the token returned will be valid for this period. - schema: - type: int - required: true - default: 2592000 - - variable: motd - label: Message of the Day - description: Set the motd message, available from the /info endpoint - schema: - type: string - default: "" - - variable: frontendurl - label: Frontend URL - description: The URL of the frontend, used to send password reset emails. - schema: - type: string - required: true - default: "" - - variable: maxitemsperpage - label: Max Item per Page - description: The max number of items which can be returned per page. - schema: - type: int - required: true - default: 50 - - variable: maxavatarsize - label: Max Avatar Size - description: | - The maximum size clients will be able to request for user avatars. - If clients request a size bigger than this, it will be changed on the fly. - schema: - type: int - required: true - default: 1024 - - variable: enablecaldav - label: Enable CalDAV - description: Enable the CalDAV endpoint, see the docs for more details. - schema: - type: boolean - default: true - - variable: enablelinksharing - label: Enable Link Sharing - description: Enable sharing of lists via a link. - schema: - type: boolean - default: true - - variable: enableregistration - label: Enable Registration - description: Whether to let new users registering themselves or not - schema: - type: boolean - default: true - - variable: enabletaskattachments - label: Enable Task Attachments - description: Whether to enable task attachments or not - schema: - type: boolean - default: true - - variable: enabletaskcomments - label: Enable Task Comments - description: Whether task comments should be enabled or not - schema: - type: boolean - default: true - - variable: enabletotp - label: Enable TOTP - description: Whether TOTP is enabled. In most cases you want to leave that enabled. - schema: - type: boolean - default: true - - variable: enableemailreminders - label: Enable E-Mail Reminders - description: | - If enabled, vikunja will send an email to everyone who is either assigned to a task - or created it when a task reminder is due. - schema: - type: boolean - default: true - - variable: enableuserdeletion - label: Enable User Deletion - description: | - If true, will allow users to request the complete deletion of their account. - When using external authentication methods it may be required to coordinate with - them in order to delete the account. This setting will not affect the cli commands for user deletion. - schema: - type: boolean - default: true - - variable: cors - label: CORS - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Whether to enable or disable cors headers. - schema: - type: boolean - default: true - show_subquestions_if: true - subquestions: - - variable: origins - label: Origins - description: A list of origins which may access the api. These need to include the protocol (http:// or https://) and port, if any. - schema: - type: list - default: [] - items: - - variable: originEntry - label: "" - schema: - type: string - required: true - default: "" - - variable: maxage - label: Max Age - description: How long (in seconds) the results of a preflight request can be cached. - schema: - type: int - required: true - default: 0 - - variable: ratelimit - label: Rate Limit - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Whether or not to enable the rate limit. - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: kind - label: Kind - description: The kind on which rates are based. Can be either “user” for a rate limit per user or “ip” for an ip-based rate limit. - schema: - type: string - required: true - default: user - enum: - - value: user - description: User - - value: ip - description: IP - - variable: period - label: Period - description: The time period in seconds for the limit. - schema: - type: int - required: true - default: 60 - - variable: limit - label: Limit - description: The max number of requests a user is allowed to do in the configured time period. - schema: - type: int - required: true - default: 100 - - variable: files - label: Files - schema: - additional_attrs: true - type: dict - attrs: - - variable: maxsize - label: Max Size - description: The maximum size of a file, as a human-readable string. - schema: - type: string - required: true - default: 20MB - - variable: avatar - label: Avatar - schema: - additional_attrs: true - type: dict - attrs: - - variable: gravatarexpiration - label: Gravatar Expiration - description: When using gravatar, this is the duration in seconds until a cached gravatar user avatar expires - schema: - type: int - required: true - default: 3600 - - variable: legal - label: Legal - schema: - additional_attrs: true - type: dict - attrs: - - variable: imprinturl - label: Imprint URL - description: Legal urls Will be shown in the frontend if configured here - schema: - type: string - default: "" - - variable: privacyurl - label: Privacy URL - description: Legal urls Will be shown in the frontend if configured here - schema: - type: string - default: "" - - variable: mailer - label: Mailer - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Whether to enable the mailer or not. If it is disabled, all users are enabled right away and password reset is not possible. - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: host - label: Host - description: SMTP Host - schema: - type: string - required: true - default: "" - - variable: port - label: Port - description: SMTP Port - schema: - type: int - required: true - default: 587 - - variable: authtype - label: Auth Type - description: SMTP Auth Type. Can be either plain, login or cram-md5. - schema: - type: string - required: true - default: plain - enum: - - value: plain - description: Plain - - value: login - description: Login - - value: cram-md5 - description: Cram-MD5 - - variable: username - label: Username - description: SMTP Username - schema: - type: string - required: true - default: "" - - variable: password - label: Password - description: SMTP Password - schema: - type: string - required: true - default: "" - - variable: fromemail - label: From E-Mail - description: The default from address when sending emails - schema: - type: string - required: true - default: "" - - variable: skiptlsverify - label: Skip TLS Verify - description: Wether to skip verification of the tls certificate on the server - schema: - type: boolean - default: false - - variable: forcessl - label: Force SSL - description: By default, vikunja will try to connect with starttls, use this option to force it to use ssl. - schema: - type: boolean - default: true - - variable: queuelength - label: Queue Length - description: The length of the mail queue. - schema: - type: int - required: true - default: 100 - - variable: queuetimeout - label: Queue Timeout - description: The timeout in seconds after which the current open connection to the mail server will be closed. - schema: - type: int - required: true - default: 100 - - variable: log - label: Log - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Whether to show any logging at all or none - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: path - label: Path - description: A folder where all the log files should go. - schema: - type: string - required: true - default: /app/vikunja/logs - - variable: standard - label: Standard - description: Where the normal log should go. - schema: - type: string - required: true - default: stdout - enum: - - value: stdout - description: stdout - - value: stderr - description: stderr - - value: file - description: File - - value: "off" - description: "Off" - - variable: level - label: Level - description: Change the log level. - schema: - type: string - show_if: [["standard", "!=", "off"]] - required: true - default: INFO - enum: - - value: INFO - description: INFO - - value: NOTICE - description: NOTICE - - value: WARNING - description: WARNING - - value: ERROR - description: ERROR - - value: CRITICAL - description: CRITICAL - - value: DEBUG - description: DEBUG - - variable: database - label: Database - description: Whether or not to log database queries. Useful for debugging. - schema: - type: string - required: true - default: "off" - enum: - - value: stdout - description: stdout - - value: stderr - description: stderr - - value: file - description: File - - value: "off" - description: "Off" - - variable: databaselevel - label: Database Level - description: The log level for database log messages. - schema: - type: string - show_if: [["database", "!=", "off"]] - required: true - default: INFO - enum: - - value: INFO - description: INFO - - value: NOTICE - description: NOTICE - - value: WARNING - description: WARNING - - value: ERROR - description: ERROR - - value: CRITICAL - description: CRITICAL - - value: DEBUG - description: DEBUG - - variable: http - label: HTTP - description: Whether to log http requests or not. - schema: - type: string - required: true - default: stdout - enum: - - value: stdout - description: stdout - - value: stderr - description: stderr - - value: file - description: File - - value: "off" - description: "Off" - - variable: echo - label: Echo - description: Echo has its own logging which usually is unnecessary, which is why it is disabled by default. - schema: - type: string - required: true - default: "off" - enum: - - value: stdout - description: stdout - - value: stderr - description: stderr - - value: file - description: File - - value: "off" - description: "Off" - - variable: events - label: Events - description: Whether or not to log events. - schema: - type: string - required: true - default: stdout - enum: - - value: stdout - description: stdout - - value: stderr - description: stderr - - value: file - description: File - - value: "off" - description: "Off" - - variable: eventslevel - label: Events Level - description: The log level for event log messages. - schema: - type: string - show_if: [["events", "!=", "off"]] - required: true - default: INFO - enum: - - value: INFO - description: INFO - - value: ERROR - description: ERROR - - value: DEBUG - description: DEBUG - - variable: defaultsettings - label: Default Settings - description: | - Provide default settings for new users. When a new user is created, these settings will automatically be set for the user. - If you change them in the config file afterwards they will not be changed back for existing users. - schema: - additional_attrs: true - type: dict - attrs: - - variable: avatar_provider - label: Avatar Provider - description: The avatar source for the user. - schema: - type: string - required: true - default: initials - enum: - - value: initials - description: Initials - - value: gravatar - description: Gravatar - - value: marble - description: Marble - - value: upload - description: Upload - - variable: avatar_file_id - label: Avatar File ID - description: The id of the file used as avatar. - schema: - type: int - show_if: [["avatar_provider", "=", "upload"]] - required: true - default: 0 - - variable: email_reminders_enabled - label: Enable Email Reminders - description: If set to true users will get task reminders via email. - schema: - type: boolean - default: false - - variable: discoverable_by_name - label: Discoverable by Name - description: If set to true will allow other users to find this user when searching for parts of their name. - schema: - type: boolean - default: false - - variable: discoverable_by_email - label: Discoverable by E-Mail - description: If set to true will allow other users to find this user when searching for their exact email. - schema: - type: boolean - default: false - - variable: overdue_tasks_reminders_enabled - label: Enable Overdue Task Reminders - description: If set to true will send an email every day with all overdue tasks at a configured time. - schema: - type: boolean - default: false - - variable: overdue_tasks_reminders_time - label: Overdue Task Reminder Time - description: When to send the overdue task reminder email. - schema: - type: string - required: true - default: "09:00" - - variable: default_list_id - label: Default List ID - description: The id of the default list. Make sure users actually have access to this list when setting this value. - schema: - type: int - required: true - default: 0 - - variable: week_start - label: Week Start - description: Start of the week for the user. 0 is sunday, 1 is monday and so on. - schema: - type: int - required: true - default: 0 - - variable: language - label: Language - description: | - The language of the user interface. Must be an ISO 639-1 language code. - Will default to the browser language the user uses when signing up. - schema: - type: string - default: "" - - variable: timezone - label: Timezone - description: The time zone of each individual user. This will affect when users get reminders and overdue task emails. - schema: - type: string - default: "" - - variable: backgrounds - label: Backgrounds - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Whether to enable backgrounds for lists at all. - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: providers - label: Providers - schema: - additional_attrs: true - type: dict - attrs: - - variable: upload - label: Upload - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Whether to enable uploaded list backgrounds - schema: - type: boolean - default: true - - variable: unsplash - label: Unsplash - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Whether to enable setting backgrounds from unsplash as list backgrounds - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: accesstoken - label: Access Token - description: | - You need to create an application for your installation at - https://unsplash.com/oauth/applications/new and set the access token below. - schema: - type: string - required: true - default: "" - - variable: applicationid - label: Application ID - description: The unsplash application id is only used for ping back and required as per their api guidelines. - schema: - type: string - required: true - default: "" - - variable: auth - label: Auth - schema: - additional_attrs: true - type: dict - attrs: - - variable: local - label: Local - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Enable or disable local authentication - schema: - type: boolean - default: true - - variable: openid - label: OpenID - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Enable or disable OpenID Connect authentication - schema: - type: boolean - default: true - show_subquestions_if: true - subquestions: - - variable: redirecturl - label: Redirect URL - description: The URL to redirect clients to. Defaults to the configured frontend URL. - schema: - type: string - default: "" - - variable: providers - label: Providers - schema: - type: list - default: [] - items: - - variable: providerEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: The name of the provider as it will appear in the frontend. - schema: - type: string - required: true - default: "" - - variable: authurl - label: Auth URL - description: The auth url to send users to if they want to authenticate using OpenID Connect. - schema: - type: string - required: true - default: "" - - variable: logouturl - label: Logout URL - description: The oidc logout url that users will be redirected to on logout. - schema: - type: string - default: "" - - variable: clientid - label: Client ID - description: The client ID used to authenticate Vikunja at the OpenID Connect provider. - schema: - type: string - required: true - default: "" - - variable: clientsecret - label: Client Secret - description: The client secret used to authenticate Vikunja at the OpenID Connect provider. - schema: - type: string - required: true - default: "" - - variable: migration - label: Migration - schema: - additional_attrs: true - type: dict - attrs: - - variable: todoist - label: Todoist - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Whether to enable the todoist migrator or not - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: clientid - label: Client ID - description: | - The client id, required for making requests to the todoist api - You need to register your vikunja instance at https://developer.todoist.com/appconsole.html to get this - schema: - type: string - required: true - default: "" - - variable: clientsecret - label: Client Secret - description: The client secret, also required for making requests to the todoist api - schema: - type: string - required: true - default: "" - - variable: redirecturl - label: Redirect URL - description: The url where clients are redirected after they authorized Vikunja to access their todoist items. - schema: - type: string - required: true - default: /migrate/todoist - - variable: trello - label: Trello - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Whether to enable the trello migrator or not - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: key - label: Key - description: | - The client id, required for making requests to the trello api. - You need to register your vikunja instance at https://trello.com/app-key, - (log in before you visit that link) to get this. - schema: - type: string - required: true - default: "" - - variable: redirecturl - label: Redirect URL - description: The url where clients are redirected after they authorized Vikunja to access their trello cards. - schema: - type: string - required: true - default: /migrate/trello - - variable: microsofttodo - label: Microsoft To Do - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Wheter to enable the microsoft todo migrator or not - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: clientid - label: Client ID - description: | - The client id, required for making requests to the microsoft graph api - See https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app#register-an-application - for information about how to register your Vikunja instance. - schema: - type: string - required: true - default: "" - - variable: clientsecret - label: Client Secret - description: The client secret, also required for making requests to the microsoft graph api - schema: - type: string - required: true - default: "" - - variable: redirecturl - label: Redirect URL - description: The url where clients are redirected after they authorized Vikunja to access their microsoft todo tasks. - schema: - type: string - required: true - default: /migrate/microsoft-todo - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Service Port Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 10220 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: files - label: App Files Storage - description: Stores the Application Files. - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - - variable: metrics - group: Metrics - label: Prometheus Metrics - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: Main Metrics - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Enable Prometheus Metrics - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: prometheusRule - label: PrometheusRule - description: Enable and configure Prometheus Rules for the App. - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Enable Prometheus Metrics - schema: - type: boolean - default: false - # TODO: Rule List section - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/webtop/9.2.0/.helmignore b/stable/vikunja/13.3.0/.helmignore similarity index 100% rename from stable/webtop/9.2.0/.helmignore rename to stable/vikunja/13.3.0/.helmignore diff --git a/stable/vikunja/13.3.0/CHANGELOG.md b/stable/vikunja/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..ac28536f6c7 --- /dev/null +++ b/stable/vikunja/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [vikunja-13.3.0](https://github.com/truecharts/charts/compare/vikunja-13.2.3...vikunja-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [vikunja-13.2.3](https://github.com/truecharts/charts/compare/vikunja-13.2.2...vikunja-13.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [vikunja-13.2.2](https://github.com/truecharts/charts/compare/vikunja-13.2.0...vikunja-13.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + + +## [vikunja-12.1.21](https://github.com/truecharts/charts/compare/vikunja-12.1.20...vikunja-12.1.21) (2024-02-12) + +### Chore + + + +- update container image nginx to 1.25.3[@84c52df](https://github.com/84c52df) by renovate ([#18099](https://github.com/truecharts/charts/issues/18099)) + + +## [vikunja-12.1.20](https://github.com/truecharts/charts/compare/vikunja-12.1.19...vikunja-12.1.20) (2024-02-05) + +### Chore + + + +- update container image nginx to 1.25.3[@5f44022](https://github.com/5f44022) by renovate ([#17889](https://github.com/truecharts/charts/issues/17889)) + + +## [vikunja-12.1.19](https://github.com/truecharts/charts/compare/vikunja-12.1.18...vikunja-12.1.19) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [vikunja-12.1.18](https://github.com/truecharts/charts/compare/vikunja-12.1.17...vikunja-12.1.18) (2024-02-03) + +### Chore + + + +- update container image nginx to 1.25.3[@6eb9534](https://github.com/6eb9534) by renovate ([#17798](https://github.com/truecharts/charts/issues/17798)) + + +## [vikunja-12.1.17](https://github.com/truecharts/charts/compare/vikunja-12.1.15...vikunja-12.1.17) (2024-01-29) diff --git a/stable/vikunja/13.3.0/Chart.yaml b/stable/vikunja/13.3.0/Chart.yaml new file mode 100644 index 00000000000..9914e702da0 --- /dev/null +++ b/stable/vikunja/13.3.0/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.22.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The to-do app to organize your life. +home: https://truecharts.org/charts/stable/vikunja +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vikunja.png +keywords: + - vikunja +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: vikunja +sources: + - https://vikunja.io/docs + - https://github.com/truecharts/charts/tree/master/charts/stable/vikunja + - https://hub.docker.com/r/vikunja/api + - https://hub.docker.com/_/nginx + - https://hub.docker.com/r/vikunja/frontend +type: application +version: 13.3.0 diff --git a/stable/vikunja/13.1.3/README.md b/stable/vikunja/13.3.0/README.md similarity index 100% rename from stable/vikunja/13.1.3/README.md rename to stable/vikunja/13.3.0/README.md diff --git a/stable/vikunja/13.3.0/app-changelog.md b/stable/vikunja/13.3.0/app-changelog.md new file mode 100644 index 00000000000..238bfd4706b --- /dev/null +++ b/stable/vikunja/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [vikunja-13.3.0](https://github.com/truecharts/charts/compare/vikunja-13.2.3...vikunja-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/vikunja/13.1.3/app-readme.md b/stable/vikunja/13.3.0/app-readme.md similarity index 100% rename from stable/vikunja/13.1.3/app-readme.md rename to stable/vikunja/13.3.0/app-readme.md diff --git a/stable/vikunja/13.3.0/charts/common-18.2.0.tgz b/stable/vikunja/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/vikunja/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/weblate/13.1.3/charts/redis-11.2.1.tgz b/stable/vikunja/13.3.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/weblate/13.1.3/charts/redis-11.2.1.tgz rename to stable/vikunja/13.3.0/charts/redis-11.2.1.tgz diff --git a/stable/vikunja/13.1.3/ix_values.yaml b/stable/vikunja/13.3.0/ix_values.yaml similarity index 100% rename from stable/vikunja/13.1.3/ix_values.yaml rename to stable/vikunja/13.3.0/ix_values.yaml diff --git a/stable/vikunja/13.3.0/questions.yaml b/stable/vikunja/13.3.0/questions.yaml new file mode 100755 index 00000000000..b4f63edd4e0 --- /dev/null +++ b/stable/vikunja/13.3.0/questions.yaml @@ -0,0 +1,4119 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: vikunja + group: App Configuration + label: Vikunja Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: service + label: Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: jwtttl + label: JWT TTL + description: The duration of the issued JWT tokens in seconds. + schema: + type: int + required: true + default: 259200 + - variable: jwtttllong + label: JWT TTL Long + description: The duration of the “remember me” time in seconds. When the login request is made with the long param set, the token returned will be valid for this period. + schema: + type: int + required: true + default: 2592000 + - variable: motd + label: Message of the Day + description: Set the motd message, available from the /info endpoint + schema: + type: string + default: "" + - variable: frontendurl + label: Frontend URL + description: The URL of the frontend, used to send password reset emails. + schema: + type: string + required: true + default: "" + - variable: maxitemsperpage + label: Max Item per Page + description: The max number of items which can be returned per page. + schema: + type: int + required: true + default: 50 + - variable: maxavatarsize + label: Max Avatar Size + description: | + The maximum size clients will be able to request for user avatars. + If clients request a size bigger than this, it will be changed on the fly. + schema: + type: int + required: true + default: 1024 + - variable: enablecaldav + label: Enable CalDAV + description: Enable the CalDAV endpoint, see the docs for more details. + schema: + type: boolean + default: true + - variable: enablelinksharing + label: Enable Link Sharing + description: Enable sharing of lists via a link. + schema: + type: boolean + default: true + - variable: enableregistration + label: Enable Registration + description: Whether to let new users registering themselves or not + schema: + type: boolean + default: true + - variable: enabletaskattachments + label: Enable Task Attachments + description: Whether to enable task attachments or not + schema: + type: boolean + default: true + - variable: enabletaskcomments + label: Enable Task Comments + description: Whether task comments should be enabled or not + schema: + type: boolean + default: true + - variable: enabletotp + label: Enable TOTP + description: Whether TOTP is enabled. In most cases you want to leave that enabled. + schema: + type: boolean + default: true + - variable: enableemailreminders + label: Enable E-Mail Reminders + description: | + If enabled, vikunja will send an email to everyone who is either assigned to a task + or created it when a task reminder is due. + schema: + type: boolean + default: true + - variable: enableuserdeletion + label: Enable User Deletion + description: | + If true, will allow users to request the complete deletion of their account. + When using external authentication methods it may be required to coordinate with + them in order to delete the account. This setting will not affect the cli commands for user deletion. + schema: + type: boolean + default: true + - variable: cors + label: CORS + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Whether to enable or disable cors headers. + schema: + type: boolean + default: true + show_subquestions_if: true + subquestions: + - variable: origins + label: Origins + description: A list of origins which may access the api. These need to include the protocol (http:// or https://) and port, if any. + schema: + type: list + default: [] + items: + - variable: originEntry + label: "" + schema: + type: string + required: true + default: "" + - variable: maxage + label: Max Age + description: How long (in seconds) the results of a preflight request can be cached. + schema: + type: int + required: true + default: 0 + - variable: ratelimit + label: Rate Limit + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Whether or not to enable the rate limit. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: kind + label: Kind + description: The kind on which rates are based. Can be either “user” for a rate limit per user or “ip” for an ip-based rate limit. + schema: + type: string + required: true + default: user + enum: + - value: user + description: User + - value: ip + description: IP + - variable: period + label: Period + description: The time period in seconds for the limit. + schema: + type: int + required: true + default: 60 + - variable: limit + label: Limit + description: The max number of requests a user is allowed to do in the configured time period. + schema: + type: int + required: true + default: 100 + - variable: files + label: Files + schema: + additional_attrs: true + type: dict + attrs: + - variable: maxsize + label: Max Size + description: The maximum size of a file, as a human-readable string. + schema: + type: string + required: true + default: 20MB + - variable: avatar + label: Avatar + schema: + additional_attrs: true + type: dict + attrs: + - variable: gravatarexpiration + label: Gravatar Expiration + description: When using gravatar, this is the duration in seconds until a cached gravatar user avatar expires + schema: + type: int + required: true + default: 3600 + - variable: legal + label: Legal + schema: + additional_attrs: true + type: dict + attrs: + - variable: imprinturl + label: Imprint URL + description: Legal urls Will be shown in the frontend if configured here + schema: + type: string + default: "" + - variable: privacyurl + label: Privacy URL + description: Legal urls Will be shown in the frontend if configured here + schema: + type: string + default: "" + - variable: mailer + label: Mailer + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Whether to enable the mailer or not. If it is disabled, all users are enabled right away and password reset is not possible. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: host + label: Host + description: SMTP Host + schema: + type: string + required: true + default: "" + - variable: port + label: Port + description: SMTP Port + schema: + type: int + required: true + default: 587 + - variable: authtype + label: Auth Type + description: SMTP Auth Type. Can be either plain, login or cram-md5. + schema: + type: string + required: true + default: plain + enum: + - value: plain + description: Plain + - value: login + description: Login + - value: cram-md5 + description: Cram-MD5 + - variable: username + label: Username + description: SMTP Username + schema: + type: string + required: true + default: "" + - variable: password + label: Password + description: SMTP Password + schema: + type: string + required: true + default: "" + - variable: fromemail + label: From E-Mail + description: The default from address when sending emails + schema: + type: string + required: true + default: "" + - variable: skiptlsverify + label: Skip TLS Verify + description: Wether to skip verification of the tls certificate on the server + schema: + type: boolean + default: false + - variable: forcessl + label: Force SSL + description: By default, vikunja will try to connect with starttls, use this option to force it to use ssl. + schema: + type: boolean + default: true + - variable: queuelength + label: Queue Length + description: The length of the mail queue. + schema: + type: int + required: true + default: 100 + - variable: queuetimeout + label: Queue Timeout + description: The timeout in seconds after which the current open connection to the mail server will be closed. + schema: + type: int + required: true + default: 100 + - variable: log + label: Log + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Whether to show any logging at all or none + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: path + label: Path + description: A folder where all the log files should go. + schema: + type: string + required: true + default: /app/vikunja/logs + - variable: standard + label: Standard + description: Where the normal log should go. + schema: + type: string + required: true + default: stdout + enum: + - value: stdout + description: stdout + - value: stderr + description: stderr + - value: file + description: File + - value: "off" + description: "Off" + - variable: level + label: Level + description: Change the log level. + schema: + type: string + show_if: [["standard", "!=", "off"]] + required: true + default: INFO + enum: + - value: INFO + description: INFO + - value: NOTICE + description: NOTICE + - value: WARNING + description: WARNING + - value: ERROR + description: ERROR + - value: CRITICAL + description: CRITICAL + - value: DEBUG + description: DEBUG + - variable: database + label: Database + description: Whether or not to log database queries. Useful for debugging. + schema: + type: string + required: true + default: "off" + enum: + - value: stdout + description: stdout + - value: stderr + description: stderr + - value: file + description: File + - value: "off" + description: "Off" + - variable: databaselevel + label: Database Level + description: The log level for database log messages. + schema: + type: string + show_if: [["database", "!=", "off"]] + required: true + default: INFO + enum: + - value: INFO + description: INFO + - value: NOTICE + description: NOTICE + - value: WARNING + description: WARNING + - value: ERROR + description: ERROR + - value: CRITICAL + description: CRITICAL + - value: DEBUG + description: DEBUG + - variable: http + label: HTTP + description: Whether to log http requests or not. + schema: + type: string + required: true + default: stdout + enum: + - value: stdout + description: stdout + - value: stderr + description: stderr + - value: file + description: File + - value: "off" + description: "Off" + - variable: echo + label: Echo + description: Echo has its own logging which usually is unnecessary, which is why it is disabled by default. + schema: + type: string + required: true + default: "off" + enum: + - value: stdout + description: stdout + - value: stderr + description: stderr + - value: file + description: File + - value: "off" + description: "Off" + - variable: events + label: Events + description: Whether or not to log events. + schema: + type: string + required: true + default: stdout + enum: + - value: stdout + description: stdout + - value: stderr + description: stderr + - value: file + description: File + - value: "off" + description: "Off" + - variable: eventslevel + label: Events Level + description: The log level for event log messages. + schema: + type: string + show_if: [["events", "!=", "off"]] + required: true + default: INFO + enum: + - value: INFO + description: INFO + - value: ERROR + description: ERROR + - value: DEBUG + description: DEBUG + - variable: defaultsettings + label: Default Settings + description: | + Provide default settings for new users. When a new user is created, these settings will automatically be set for the user. + If you change them in the config file afterwards they will not be changed back for existing users. + schema: + additional_attrs: true + type: dict + attrs: + - variable: avatar_provider + label: Avatar Provider + description: The avatar source for the user. + schema: + type: string + required: true + default: initials + enum: + - value: initials + description: Initials + - value: gravatar + description: Gravatar + - value: marble + description: Marble + - value: upload + description: Upload + - variable: avatar_file_id + label: Avatar File ID + description: The id of the file used as avatar. + schema: + type: int + show_if: [["avatar_provider", "=", "upload"]] + required: true + default: 0 + - variable: email_reminders_enabled + label: Enable Email Reminders + description: If set to true users will get task reminders via email. + schema: + type: boolean + default: false + - variable: discoverable_by_name + label: Discoverable by Name + description: If set to true will allow other users to find this user when searching for parts of their name. + schema: + type: boolean + default: false + - variable: discoverable_by_email + label: Discoverable by E-Mail + description: If set to true will allow other users to find this user when searching for their exact email. + schema: + type: boolean + default: false + - variable: overdue_tasks_reminders_enabled + label: Enable Overdue Task Reminders + description: If set to true will send an email every day with all overdue tasks at a configured time. + schema: + type: boolean + default: false + - variable: overdue_tasks_reminders_time + label: Overdue Task Reminder Time + description: When to send the overdue task reminder email. + schema: + type: string + required: true + default: "09:00" + - variable: default_list_id + label: Default List ID + description: The id of the default list. Make sure users actually have access to this list when setting this value. + schema: + type: int + required: true + default: 0 + - variable: week_start + label: Week Start + description: Start of the week for the user. 0 is sunday, 1 is monday and so on. + schema: + type: int + required: true + default: 0 + - variable: language + label: Language + description: | + The language of the user interface. Must be an ISO 639-1 language code. + Will default to the browser language the user uses when signing up. + schema: + type: string + default: "" + - variable: timezone + label: Timezone + description: The time zone of each individual user. This will affect when users get reminders and overdue task emails. + schema: + type: string + default: "" + - variable: backgrounds + label: Backgrounds + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Whether to enable backgrounds for lists at all. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: providers + label: Providers + schema: + additional_attrs: true + type: dict + attrs: + - variable: upload + label: Upload + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Whether to enable uploaded list backgrounds + schema: + type: boolean + default: true + - variable: unsplash + label: Unsplash + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Whether to enable setting backgrounds from unsplash as list backgrounds + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: accesstoken + label: Access Token + description: | + You need to create an application for your installation at + https://unsplash.com/oauth/applications/new and set the access token below. + schema: + type: string + required: true + default: "" + - variable: applicationid + label: Application ID + description: The unsplash application id is only used for ping back and required as per their api guidelines. + schema: + type: string + required: true + default: "" + - variable: auth + label: Auth + schema: + additional_attrs: true + type: dict + attrs: + - variable: local + label: Local + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable or disable local authentication + schema: + type: boolean + default: true + - variable: openid + label: OpenID + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable or disable OpenID Connect authentication + schema: + type: boolean + default: true + show_subquestions_if: true + subquestions: + - variable: redirecturl + label: Redirect URL + description: The URL to redirect clients to. Defaults to the configured frontend URL. + schema: + type: string + default: "" + - variable: providers + label: Providers + schema: + type: list + default: [] + items: + - variable: providerEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: The name of the provider as it will appear in the frontend. + schema: + type: string + required: true + default: "" + - variable: authurl + label: Auth URL + description: The auth url to send users to if they want to authenticate using OpenID Connect. + schema: + type: string + required: true + default: "" + - variable: logouturl + label: Logout URL + description: The oidc logout url that users will be redirected to on logout. + schema: + type: string + default: "" + - variable: clientid + label: Client ID + description: The client ID used to authenticate Vikunja at the OpenID Connect provider. + schema: + type: string + required: true + default: "" + - variable: clientsecret + label: Client Secret + description: The client secret used to authenticate Vikunja at the OpenID Connect provider. + schema: + type: string + required: true + default: "" + - variable: migration + label: Migration + schema: + additional_attrs: true + type: dict + attrs: + - variable: todoist + label: Todoist + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Whether to enable the todoist migrator or not + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: clientid + label: Client ID + description: | + The client id, required for making requests to the todoist api + You need to register your vikunja instance at https://developer.todoist.com/appconsole.html to get this + schema: + type: string + required: true + default: "" + - variable: clientsecret + label: Client Secret + description: The client secret, also required for making requests to the todoist api + schema: + type: string + required: true + default: "" + - variable: redirecturl + label: Redirect URL + description: The url where clients are redirected after they authorized Vikunja to access their todoist items. + schema: + type: string + required: true + default: /migrate/todoist + - variable: trello + label: Trello + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Whether to enable the trello migrator or not + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: key + label: Key + description: | + The client id, required for making requests to the trello api. + You need to register your vikunja instance at https://trello.com/app-key, + (log in before you visit that link) to get this. + schema: + type: string + required: true + default: "" + - variable: redirecturl + label: Redirect URL + description: The url where clients are redirected after they authorized Vikunja to access their trello cards. + schema: + type: string + required: true + default: /migrate/trello + - variable: microsofttodo + label: Microsoft To Do + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Wheter to enable the microsoft todo migrator or not + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: clientid + label: Client ID + description: | + The client id, required for making requests to the microsoft graph api + See https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app#register-an-application + for information about how to register your Vikunja instance. + schema: + type: string + required: true + default: "" + - variable: clientsecret + label: Client Secret + description: The client secret, also required for making requests to the microsoft graph api + schema: + type: string + required: true + default: "" + - variable: redirecturl + label: Redirect URL + description: The url where clients are redirected after they authorized Vikunja to access their microsoft todo tasks. + schema: + type: string + required: true + default: /migrate/microsoft-todo + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Service + description: The Primary service on which the healthcheck runs, often the webUI + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 10220 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: files + label: App Files Storage + description: Stores the Application Files. + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + + - variable: metrics + group: Metrics + label: Prometheus Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: Main Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable Prometheus Metrics + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: prometheusRule + label: PrometheusRule + description: Enable and configure Prometheus Rules for the App. + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable Prometheus Metrics + schema: + type: boolean + default: false + # TODO: Rule List section + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/whisparr/9.2.0/templates/NOTES.txt b/stable/vikunja/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/whisparr/9.2.0/templates/NOTES.txt rename to stable/vikunja/13.3.0/templates/NOTES.txt diff --git a/stable/vikunja/13.1.3/templates/_secrets.tpl b/stable/vikunja/13.3.0/templates/_secrets.tpl similarity index 100% rename from stable/vikunja/13.1.3/templates/_secrets.tpl rename to stable/vikunja/13.3.0/templates/_secrets.tpl diff --git a/stable/vikunja/13.1.3/templates/common.yaml b/stable/vikunja/13.3.0/templates/common.yaml similarity index 100% rename from stable/vikunja/13.1.3/templates/common.yaml rename to stable/vikunja/13.3.0/templates/common.yaml diff --git a/stable/webtop/9.2.0/values.yaml b/stable/vikunja/13.3.0/values.yaml similarity index 100% rename from stable/webtop/9.2.0/values.yaml rename to stable/vikunja/13.3.0/values.yaml diff --git a/stable/vintage-story/5.1.3/CHANGELOG.md b/stable/vintage-story/5.1.3/CHANGELOG.md deleted file mode 100644 index 74763782941..00000000000 --- a/stable/vintage-story/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [vintage-story-4.1.12](https://github.com/truecharts/charts/compare/vintage-story-4.1.11...vintage-story-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [vintage-story-4.1.11](https://github.com/truecharts/charts/compare/vintage-story-4.1.10...vintage-story-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [vintage-story-4.1.10](https://github.com/truecharts/charts/compare/vintage-story-4.1.9...vintage-story-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [vintage-story-4.1.9](https://github.com/truecharts/charts/compare/vintage-story-4.1.8...vintage-story-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [vintage-story-4.1.8](https://github.com/truecharts/charts/compare/vintage-story-4.1.7...vintage-story-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [vintage-story-4.1.7](https://github.com/truecharts/charts/compare/vintage-story-4.1.6...vintage-story-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [vintage-story-4.1.6](https://github.com/truecharts/charts/compare/vintage-story-4.1.5...vintage-story-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [vintage-story-4.1.5](https://github.com/truecharts/charts/compare/vintage-story-4.1.4...vintage-story-4.1.5) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [vintage-story-4.1.4](https://github.com/truecharts/charts/compare/vintage-story-4.1.1...vintage-story-4.1.4) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/vintage-story/5.1.3/Chart.yaml b/stable/vintage-story/5.1.3/Chart.yaml deleted file mode 100644 index faf11079758..00000000000 --- a/stable/vintage-story/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This is a Basic Vintage Story Server it will download and install Vintage Story Server and run it. -home: https://truecharts.org/charts/stable/vintage-story -icon: https://truecharts.org/img/hotlink-ok/chart-icons/vintage-story.png -keywords: - - vintage-story - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: vintage-story -sources: - - https://www.vintagestory.at/ - - https://github.com/truecharts/charts/tree/master/charts/stable/vintage-story - - https://hub.docker.com/r/ich777/vintagestory -type: application -version: 5.1.3 diff --git a/stable/vintage-story/5.1.3/charts/common-18.0.3.tgz b/stable/vintage-story/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/vintage-story/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/wekan/14.3.0/.helmignore b/stable/vintage-story/5.3.0/.helmignore similarity index 100% rename from stable/wekan/14.3.0/.helmignore rename to stable/vintage-story/5.3.0/.helmignore diff --git a/stable/vintage-story/5.3.0/CHANGELOG.md b/stable/vintage-story/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..5c6273ccdb1 --- /dev/null +++ b/stable/vintage-story/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [vintage-story-5.3.0](https://github.com/truecharts/charts/compare/vintage-story-5.2.3...vintage-story-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [vintage-story-5.2.3](https://github.com/truecharts/charts/compare/vintage-story-5.2.2...vintage-story-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [vintage-story-5.2.2](https://github.com/truecharts/charts/compare/vintage-story-5.2.0...vintage-story-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [vintage-story-4.1.12](https://github.com/truecharts/charts/compare/vintage-story-4.1.11...vintage-story-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [vintage-story-4.1.11](https://github.com/truecharts/charts/compare/vintage-story-4.1.10...vintage-story-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [vintage-story-4.1.10](https://github.com/truecharts/charts/compare/vintage-story-4.1.9...vintage-story-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [vintage-story-4.1.9](https://github.com/truecharts/charts/compare/vintage-story-4.1.8...vintage-story-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [vintage-story-4.1.8](https://github.com/truecharts/charts/compare/vintage-story-4.1.7...vintage-story-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [vintage-story-4.1.7](https://github.com/truecharts/charts/compare/vintage-story-4.1.6...vintage-story-4.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/vintage-story/5.3.0/Chart.yaml b/stable/vintage-story/5.3.0/Chart.yaml new file mode 100644 index 00000000000..dc230f4cfee --- /dev/null +++ b/stable/vintage-story/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is a Basic Vintage Story Server it will download and install Vintage Story Server and run it. +home: https://truecharts.org/charts/stable/vintage-story +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vintage-story.png +keywords: + - vintage-story + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: vintage-story +sources: + - https://www.vintagestory.at/ + - https://github.com/truecharts/charts/tree/master/charts/stable/vintage-story + - https://hub.docker.com/r/ich777/vintagestory +type: application +version: 5.3.0 diff --git a/stable/vintage-story/5.1.3/README.md b/stable/vintage-story/5.3.0/README.md similarity index 100% rename from stable/vintage-story/5.1.3/README.md rename to stable/vintage-story/5.3.0/README.md diff --git a/stable/vintage-story/5.3.0/app-changelog.md b/stable/vintage-story/5.3.0/app-changelog.md new file mode 100644 index 00000000000..5e0997d9f20 --- /dev/null +++ b/stable/vintage-story/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [vintage-story-5.3.0](https://github.com/truecharts/charts/compare/vintage-story-5.2.3...vintage-story-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/vintage-story/5.1.3/app-readme.md b/stable/vintage-story/5.3.0/app-readme.md similarity index 100% rename from stable/vintage-story/5.1.3/app-readme.md rename to stable/vintage-story/5.3.0/app-readme.md diff --git a/stable/vintage-story/5.3.0/charts/common-18.2.0.tgz b/stable/vintage-story/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/vintage-story/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/vintage-story/5.1.3/ix_values.yaml b/stable/vintage-story/5.3.0/ix_values.yaml similarity index 100% rename from stable/vintage-story/5.1.3/ix_values.yaml rename to stable/vintage-story/5.3.0/ix_values.yaml diff --git a/stable/vintage-story/5.1.3/questions.yaml b/stable/vintage-story/5.3.0/questions.yaml similarity index 100% rename from stable/vintage-story/5.1.3/questions.yaml rename to stable/vintage-story/5.3.0/questions.yaml diff --git a/stable/vintage-story/5.1.3/templates/common.yaml b/stable/vintage-story/5.3.0/templates/common.yaml similarity index 100% rename from stable/vintage-story/5.1.3/templates/common.yaml rename to stable/vintage-story/5.3.0/templates/common.yaml diff --git a/stable/wekan/14.3.0/values.yaml b/stable/vintage-story/5.3.0/values.yaml similarity index 100% rename from stable/wekan/14.3.0/values.yaml rename to stable/vintage-story/5.3.0/values.yaml diff --git a/stable/virt-manager/5.1.3/CHANGELOG.md b/stable/virt-manager/5.1.3/CHANGELOG.md deleted file mode 100644 index 3a4f30fb4c6..00000000000 --- a/stable/virt-manager/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [virt-manager-4.1.11](https://github.com/truecharts/charts/compare/virt-manager-4.1.10...virt-manager-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [virt-manager-4.1.10](https://github.com/truecharts/charts/compare/virt-manager-4.1.9...virt-manager-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [virt-manager-4.1.9](https://github.com/truecharts/charts/compare/virt-manager-4.1.8...virt-manager-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [virt-manager-4.1.8](https://github.com/truecharts/charts/compare/virt-manager-4.1.7...virt-manager-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [virt-manager-4.1.7](https://github.com/truecharts/charts/compare/virt-manager-4.1.6...virt-manager-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [virt-manager-4.1.6](https://github.com/truecharts/charts/compare/virt-manager-4.1.5...virt-manager-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [virt-manager-4.1.5](https://github.com/truecharts/charts/compare/virt-manager-4.1.4...virt-manager-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [virt-manager-4.1.4](https://github.com/truecharts/charts/compare/virt-manager-4.1.3...virt-manager-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [virt-manager-4.1.3](https://github.com/truecharts/charts/compare/virt-manager-4.1.0...virt-manager-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/virt-manager/5.1.3/Chart.yaml b/stable/virt-manager/5.1.3/Chart.yaml deleted file mode 100644 index 69e93aafa5d..00000000000 --- a/stable/virt-manager/5.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The virt-manager application is a desktop user interface for managing virtual machines through libvirt. -home: https://truecharts.org/charts/stable/virt-manager -icon: https://truecharts.org/img/hotlink-ok/chart-icons/virt-manager.png -keywords: - - virt-manager - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: virt-manager -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/virt-manager - - https://hub.docker.com/r/mber5/virt-manager -type: application -version: 5.1.3 diff --git a/stable/virt-manager/5.1.3/charts/common-18.0.3.tgz b/stable/virt-manager/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/virt-manager/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/wg-easy/11.1.4/.helmignore b/stable/virt-manager/5.3.0/.helmignore similarity index 100% rename from stable/wg-easy/11.1.4/.helmignore rename to stable/virt-manager/5.3.0/.helmignore diff --git a/stable/virt-manager/5.3.0/CHANGELOG.md b/stable/virt-manager/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..26b30f694eb --- /dev/null +++ b/stable/virt-manager/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [virt-manager-5.3.0](https://github.com/truecharts/charts/compare/virt-manager-5.2.3...virt-manager-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [virt-manager-5.2.3](https://github.com/truecharts/charts/compare/virt-manager-5.2.2...virt-manager-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [virt-manager-5.2.2](https://github.com/truecharts/charts/compare/virt-manager-5.2.0...virt-manager-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [virt-manager-4.1.11](https://github.com/truecharts/charts/compare/virt-manager-4.1.10...virt-manager-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [virt-manager-4.1.10](https://github.com/truecharts/charts/compare/virt-manager-4.1.9...virt-manager-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [virt-manager-4.1.9](https://github.com/truecharts/charts/compare/virt-manager-4.1.8...virt-manager-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [virt-manager-4.1.8](https://github.com/truecharts/charts/compare/virt-manager-4.1.7...virt-manager-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [virt-manager-4.1.7](https://github.com/truecharts/charts/compare/virt-manager-4.1.6...virt-manager-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [virt-manager-4.1.6](https://github.com/truecharts/charts/compare/virt-manager-4.1.5...virt-manager-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/virt-manager/5.3.0/Chart.yaml b/stable/virt-manager/5.3.0/Chart.yaml new file mode 100644 index 00000000000..d64fb14125e --- /dev/null +++ b/stable/virt-manager/5.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The virt-manager application is a desktop user interface for managing virtual machines through libvirt. +home: https://truecharts.org/charts/stable/virt-manager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/virt-manager.png +keywords: + - virt-manager + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: virt-manager +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/virt-manager + - https://hub.docker.com/r/mber5/virt-manager +type: application +version: 5.3.0 diff --git a/stable/virt-manager/5.1.3/README.md b/stable/virt-manager/5.3.0/README.md similarity index 100% rename from stable/virt-manager/5.1.3/README.md rename to stable/virt-manager/5.3.0/README.md diff --git a/stable/virt-manager/5.3.0/app-changelog.md b/stable/virt-manager/5.3.0/app-changelog.md new file mode 100644 index 00000000000..a7ef9983a01 --- /dev/null +++ b/stable/virt-manager/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [virt-manager-5.3.0](https://github.com/truecharts/charts/compare/virt-manager-5.2.3...virt-manager-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/virt-manager/5.1.3/app-readme.md b/stable/virt-manager/5.3.0/app-readme.md similarity index 100% rename from stable/virt-manager/5.1.3/app-readme.md rename to stable/virt-manager/5.3.0/app-readme.md diff --git a/stable/virt-manager/5.3.0/charts/common-18.2.0.tgz b/stable/virt-manager/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/virt-manager/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/virt-manager/5.1.3/ix_values.yaml b/stable/virt-manager/5.3.0/ix_values.yaml similarity index 100% rename from stable/virt-manager/5.1.3/ix_values.yaml rename to stable/virt-manager/5.3.0/ix_values.yaml diff --git a/stable/virt-manager/5.1.3/questions.yaml b/stable/virt-manager/5.3.0/questions.yaml similarity index 100% rename from stable/virt-manager/5.1.3/questions.yaml rename to stable/virt-manager/5.3.0/questions.yaml diff --git a/stable/virt-manager/5.1.3/templates/common.yaml b/stable/virt-manager/5.3.0/templates/common.yaml similarity index 100% rename from stable/virt-manager/5.1.3/templates/common.yaml rename to stable/virt-manager/5.3.0/templates/common.yaml diff --git a/stable/wg-easy/11.1.4/values.yaml b/stable/virt-manager/5.3.0/values.yaml similarity index 100% rename from stable/wg-easy/11.1.4/values.yaml rename to stable/virt-manager/5.3.0/values.yaml diff --git a/stable/vlmcsd-kms-server/5.1.3/CHANGELOG.md b/stable/vlmcsd-kms-server/5.1.3/CHANGELOG.md deleted file mode 100644 index 50dd962d721..00000000000 --- a/stable/vlmcsd-kms-server/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [vlmcsd-kms-server-4.1.11](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-4.1.10...vlmcsd-kms-server-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [vlmcsd-kms-server-4.1.10](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-4.1.9...vlmcsd-kms-server-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [vlmcsd-kms-server-4.1.9](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-4.1.8...vlmcsd-kms-server-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [vlmcsd-kms-server-4.1.8](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-4.1.7...vlmcsd-kms-server-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [vlmcsd-kms-server-4.1.7](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-4.1.6...vlmcsd-kms-server-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [vlmcsd-kms-server-4.1.6](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-4.1.5...vlmcsd-kms-server-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [vlmcsd-kms-server-4.1.5](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-4.1.4...vlmcsd-kms-server-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [vlmcsd-kms-server-4.1.4](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-4.1.3...vlmcsd-kms-server-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [vlmcsd-kms-server-4.1.3](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-4.1.0...vlmcsd-kms-server-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/vlmcsd-kms-server/5.1.3/Chart.yaml b/stable/vlmcsd-kms-server/5.1.3/Chart.yaml deleted file mode 100644 index 777dc0f8dee..00000000000 --- a/stable/vlmcsd-kms-server/5.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: vlmcsd is a replacement for Microsoft's KMS server. -home: https://truecharts.org/charts/stable/vlmcsd-kms-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/vlmcsd-kms-server.png -keywords: - - vlmcsd-kms-server - - Cloud - - Tools-Utilities - - Network-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: vlmcsd-kms-server -sources: - - https://github.com/mikolatero/docker-vlmcsd - - https://github.com/truecharts/charts/tree/master/charts/stable/vlmcsd-kms-server - - https://hub.docker.com/r/mikolatero/vlmcsd -type: application -version: 5.1.3 diff --git a/stable/vlmcsd-kms-server/5.1.3/charts/common-18.0.3.tgz b/stable/vlmcsd-kms-server/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/vlmcsd-kms-server/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/whisparr/9.2.0/.helmignore b/stable/vlmcsd-kms-server/5.3.0/.helmignore similarity index 100% rename from stable/whisparr/9.2.0/.helmignore rename to stable/vlmcsd-kms-server/5.3.0/.helmignore diff --git a/stable/vlmcsd-kms-server/5.3.0/CHANGELOG.md b/stable/vlmcsd-kms-server/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..7f4cd0e4f27 --- /dev/null +++ b/stable/vlmcsd-kms-server/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [vlmcsd-kms-server-5.3.0](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.2.3...vlmcsd-kms-server-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [vlmcsd-kms-server-5.2.3](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.2.2...vlmcsd-kms-server-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [vlmcsd-kms-server-5.2.2](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.2.0...vlmcsd-kms-server-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [vlmcsd-kms-server-4.1.11](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-4.1.10...vlmcsd-kms-server-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [vlmcsd-kms-server-4.1.10](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-4.1.9...vlmcsd-kms-server-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [vlmcsd-kms-server-4.1.9](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-4.1.8...vlmcsd-kms-server-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [vlmcsd-kms-server-4.1.8](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-4.1.7...vlmcsd-kms-server-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [vlmcsd-kms-server-4.1.7](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-4.1.6...vlmcsd-kms-server-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [vlmcsd-kms-server-4.1.6](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-4.1.5...vlmcsd-kms-server-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/vlmcsd-kms-server/5.3.0/Chart.yaml b/stable/vlmcsd-kms-server/5.3.0/Chart.yaml new file mode 100644 index 00000000000..92e3d4d0a0b --- /dev/null +++ b/stable/vlmcsd-kms-server/5.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: vlmcsd is a replacement for Microsoft's KMS server. +home: https://truecharts.org/charts/stable/vlmcsd-kms-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vlmcsd-kms-server.png +keywords: + - vlmcsd-kms-server + - Cloud + - Tools-Utilities + - Network-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: vlmcsd-kms-server +sources: + - https://github.com/mikolatero/docker-vlmcsd + - https://github.com/truecharts/charts/tree/master/charts/stable/vlmcsd-kms-server + - https://hub.docker.com/r/mikolatero/vlmcsd +type: application +version: 5.3.0 diff --git a/stable/vlmcsd-kms-server/5.1.3/README.md b/stable/vlmcsd-kms-server/5.3.0/README.md similarity index 100% rename from stable/vlmcsd-kms-server/5.1.3/README.md rename to stable/vlmcsd-kms-server/5.3.0/README.md diff --git a/stable/vlmcsd-kms-server/5.3.0/app-changelog.md b/stable/vlmcsd-kms-server/5.3.0/app-changelog.md new file mode 100644 index 00000000000..6bb484363ab --- /dev/null +++ b/stable/vlmcsd-kms-server/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [vlmcsd-kms-server-5.3.0](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.2.3...vlmcsd-kms-server-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/vlmcsd-kms-server/5.1.3/app-readme.md b/stable/vlmcsd-kms-server/5.3.0/app-readme.md similarity index 100% rename from stable/vlmcsd-kms-server/5.1.3/app-readme.md rename to stable/vlmcsd-kms-server/5.3.0/app-readme.md diff --git a/stable/vlmcsd-kms-server/5.3.0/charts/common-18.2.0.tgz b/stable/vlmcsd-kms-server/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/vlmcsd-kms-server/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/vlmcsd-kms-server/5.1.3/ix_values.yaml b/stable/vlmcsd-kms-server/5.3.0/ix_values.yaml similarity index 100% rename from stable/vlmcsd-kms-server/5.1.3/ix_values.yaml rename to stable/vlmcsd-kms-server/5.3.0/ix_values.yaml diff --git a/stable/vlmcsd-kms-server/5.1.3/questions.yaml b/stable/vlmcsd-kms-server/5.3.0/questions.yaml similarity index 100% rename from stable/vlmcsd-kms-server/5.1.3/questions.yaml rename to stable/vlmcsd-kms-server/5.3.0/questions.yaml diff --git a/stable/vlmcsd-kms-server/5.1.3/templates/common.yaml b/stable/vlmcsd-kms-server/5.3.0/templates/common.yaml similarity index 100% rename from stable/vlmcsd-kms-server/5.1.3/templates/common.yaml rename to stable/vlmcsd-kms-server/5.3.0/templates/common.yaml diff --git a/stable/whisparr/9.2.0/values.yaml b/stable/vlmcsd-kms-server/5.3.0/values.yaml similarity index 100% rename from stable/whisparr/9.2.0/values.yaml rename to stable/vlmcsd-kms-server/5.3.0/values.yaml diff --git a/stable/vocechat-server/3.1.3/CHANGELOG.md b/stable/vocechat-server/3.1.3/CHANGELOG.md deleted file mode 100644 index c4ff20a6c26..00000000000 --- a/stable/vocechat-server/3.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [vocechat-server-2.1.12](https://github.com/truecharts/charts/compare/vocechat-server-2.1.11...vocechat-server-2.1.12) (2024-02-05) - -### Chore - - - -- update container image privoce/vocechat-server to v0.3.44[@5257a5e](https://github.com/5257a5e) by renovate ([#17926](https://github.com/truecharts/charts/issues/17926)) - - -## [vocechat-server-2.1.11](https://github.com/truecharts/charts/compare/vocechat-server-2.1.10...vocechat-server-2.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [vocechat-server-2.1.10](https://github.com/truecharts/charts/compare/vocechat-server-2.1.9...vocechat-server-2.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [vocechat-server-2.1.9](https://github.com/truecharts/charts/compare/vocechat-server-2.1.8...vocechat-server-2.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [vocechat-server-2.1.8](https://github.com/truecharts/charts/compare/vocechat-server-2.1.7...vocechat-server-2.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [vocechat-server-2.1.7](https://github.com/truecharts/charts/compare/vocechat-server-2.1.6...vocechat-server-2.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [vocechat-server-2.1.6](https://github.com/truecharts/charts/compare/vocechat-server-2.1.5...vocechat-server-2.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [vocechat-server-2.1.5](https://github.com/truecharts/charts/compare/vocechat-server-2.1.4...vocechat-server-2.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [vocechat-server-2.1.4](https://github.com/truecharts/charts/compare/vocechat-server-2.1.3...vocechat-server-2.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/vocechat-server/3.1.3/Chart.yaml b/stable/vocechat-server/3.1.3/Chart.yaml deleted file mode 100644 index 757a5a8d1d4..00000000000 --- a/stable/vocechat-server/3.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: social - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.3.44 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A superlight rust written social server. -home: https://truecharts.org/charts/stable/vocechat-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/vocechat-server.png -keywords: - - vocechat-server - - social -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: vocechat-server -sources: - - https://github.com/Privoce/vocechat-server-rust - - https://github.com/truecharts/charts/tree/master/charts/stable/vocechat-server - - https://hub.docker.com/r/privoce/vocechat-server -type: application -version: 3.1.3 diff --git a/stable/vocechat-server/3.1.3/charts/common-18.0.3.tgz b/stable/vocechat-server/3.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/vocechat-server/3.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/whisper-asr-webservice/4.1.3/.helmignore b/stable/vocechat-server/3.3.0/.helmignore similarity index 100% rename from stable/whisper-asr-webservice/4.1.3/.helmignore rename to stable/vocechat-server/3.3.0/.helmignore diff --git a/stable/vocechat-server/3.3.0/CHANGELOG.md b/stable/vocechat-server/3.3.0/CHANGELOG.md new file mode 100644 index 00000000000..f23819af66c --- /dev/null +++ b/stable/vocechat-server/3.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [vocechat-server-3.3.0](https://github.com/truecharts/charts/compare/vocechat-server-3.2.3...vocechat-server-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [vocechat-server-3.2.3](https://github.com/truecharts/charts/compare/vocechat-server-3.2.2...vocechat-server-3.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [vocechat-server-3.2.2](https://github.com/truecharts/charts/compare/vocechat-server-3.2.0...vocechat-server-3.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [vocechat-server-2.1.12](https://github.com/truecharts/charts/compare/vocechat-server-2.1.11...vocechat-server-2.1.12) (2024-02-05) + +### Chore + + + +- update container image privoce/vocechat-server to v0.3.44[@5257a5e](https://github.com/5257a5e) by renovate ([#17926](https://github.com/truecharts/charts/issues/17926)) + + +## [vocechat-server-2.1.11](https://github.com/truecharts/charts/compare/vocechat-server-2.1.10...vocechat-server-2.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [vocechat-server-2.1.10](https://github.com/truecharts/charts/compare/vocechat-server-2.1.9...vocechat-server-2.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [vocechat-server-2.1.9](https://github.com/truecharts/charts/compare/vocechat-server-2.1.8...vocechat-server-2.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [vocechat-server-2.1.8](https://github.com/truecharts/charts/compare/vocechat-server-2.1.7...vocechat-server-2.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [vocechat-server-2.1.7](https://github.com/truecharts/charts/compare/vocechat-server-2.1.6...vocechat-server-2.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/vocechat-server/3.3.0/Chart.yaml b/stable/vocechat-server/3.3.0/Chart.yaml new file mode 100644 index 00000000000..f32e3973383 --- /dev/null +++ b/stable/vocechat-server/3.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: social + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.3.44 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A superlight rust written social server. +home: https://truecharts.org/charts/stable/vocechat-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vocechat-server.png +keywords: + - vocechat-server + - social +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: vocechat-server +sources: + - https://github.com/Privoce/vocechat-server-rust + - https://github.com/truecharts/charts/tree/master/charts/stable/vocechat-server + - https://hub.docker.com/r/privoce/vocechat-server +type: application +version: 3.3.0 diff --git a/stable/vocechat-server/3.1.3/README.md b/stable/vocechat-server/3.3.0/README.md similarity index 100% rename from stable/vocechat-server/3.1.3/README.md rename to stable/vocechat-server/3.3.0/README.md diff --git a/stable/vocechat-server/3.3.0/app-changelog.md b/stable/vocechat-server/3.3.0/app-changelog.md new file mode 100644 index 00000000000..c8c3177aaa6 --- /dev/null +++ b/stable/vocechat-server/3.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [vocechat-server-3.3.0](https://github.com/truecharts/charts/compare/vocechat-server-3.2.3...vocechat-server-3.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/vocechat-server/3.1.3/app-readme.md b/stable/vocechat-server/3.3.0/app-readme.md similarity index 100% rename from stable/vocechat-server/3.1.3/app-readme.md rename to stable/vocechat-server/3.3.0/app-readme.md diff --git a/stable/vocechat-server/3.3.0/charts/common-18.2.0.tgz b/stable/vocechat-server/3.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/vocechat-server/3.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/vocechat-server/3.1.3/ix_values.yaml b/stable/vocechat-server/3.3.0/ix_values.yaml similarity index 100% rename from stable/vocechat-server/3.1.3/ix_values.yaml rename to stable/vocechat-server/3.3.0/ix_values.yaml diff --git a/stable/vocechat-server/3.1.3/questions.yaml b/stable/vocechat-server/3.3.0/questions.yaml similarity index 100% rename from stable/vocechat-server/3.1.3/questions.yaml rename to stable/vocechat-server/3.3.0/questions.yaml diff --git a/stable/whisper-asr-webservice/4.1.3/templates/NOTES.txt b/stable/vocechat-server/3.3.0/templates/NOTES.txt similarity index 100% rename from stable/whisper-asr-webservice/4.1.3/templates/NOTES.txt rename to stable/vocechat-server/3.3.0/templates/NOTES.txt diff --git a/stable/wg-easy/11.1.4/templates/common.yaml b/stable/vocechat-server/3.3.0/templates/common.yaml similarity index 100% rename from stable/wg-easy/11.1.4/templates/common.yaml rename to stable/vocechat-server/3.3.0/templates/common.yaml diff --git a/stable/whisper-asr-webservice/4.1.3/values.yaml b/stable/vocechat-server/3.3.0/values.yaml similarity index 100% rename from stable/whisper-asr-webservice/4.1.3/values.yaml rename to stable/vocechat-server/3.3.0/values.yaml diff --git a/stable/wallos/4.2.0/CHANGELOG.md b/stable/wallos/4.2.0/CHANGELOG.md deleted file mode 100644 index cddaac86be1..00000000000 --- a/stable/wallos/4.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - - - -## [wallos-3.1.15](https://github.com/truecharts/charts/compare/wallos-3.1.14...wallos-3.1.15) (2024-02-12) - -### Chore - - - -- update container image docker.io/bellamy/wallos to latest[@c283ed7](https://github.com/c283ed7) by renovate ([#18040](https://github.com/truecharts/charts/issues/18040)) - - -## [wallos-3.1.14](https://github.com/truecharts/charts/compare/wallos-3.1.13...wallos-3.1.14) (2024-02-05) - -### Chore - - - -- update container image docker.io/bellamy/wallos to latest[@cb3128d](https://github.com/cb3128d) by renovate ([#17828](https://github.com/truecharts/charts/issues/17828)) - - -## [wallos-3.1.13](https://github.com/truecharts/charts/compare/wallos-3.1.12...wallos-3.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [wallos-3.1.12](https://github.com/truecharts/charts/compare/wallos-3.1.11...wallos-3.1.12) (2024-01-29) - -### Chore - - - -- update container image docker.io/bellamy/wallos to latest[@6ecd084](https://github.com/6ecd084) by renovate ([#17588](https://github.com/truecharts/charts/issues/17588)) - - -## [wallos-3.1.11](https://github.com/truecharts/charts/compare/wallos-3.1.10...wallos-3.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [wallos-3.1.10](https://github.com/truecharts/charts/compare/wallos-3.1.9...wallos-3.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [wallos-3.1.9](https://github.com/truecharts/charts/compare/wallos-3.1.8...wallos-3.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [wallos-3.1.8](https://github.com/truecharts/charts/compare/wallos-3.1.7...wallos-3.1.8) (2024-01-21) - -### Chore diff --git a/stable/wallos/4.2.0/Chart.yaml b/stable/wallos/4.2.0/Chart.yaml deleted file mode 100644 index 000261f0926..00000000000 --- a/stable/wallos/4.2.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Wallos - Self Hosted Subscription tracker -home: https://truecharts.org/charts/stable/wallos -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wallos.png -keywords: - - dashboard -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: wallos -sources: - - https://github.com/ellite/Wallos - - https://github.com/truecharts/charts/tree/master/charts/stable/wallos - - https://hub.docker.com/r/bellamy/wallos -type: application -version: 4.2.0 diff --git a/stable/wallos/4.2.0/charts/common-18.1.2.tgz b/stable/wallos/4.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/wallos/4.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/wallos/4.2.0/ix_values.yaml b/stable/wallos/4.2.0/ix_values.yaml deleted file mode 100644 index 8e6eeb41757..00000000000 --- a/stable/wallos/4.2.0/ix_values.yaml +++ /dev/null @@ -1,31 +0,0 @@ -image: - repository: docker.io/bellamy/wallos - tag: latest@sha256:c907a8d04278c297bb33e528ec00358db914fb2514c381260e6a544b4094ede6 - pullPolicy: IfNotPresent - -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 - -service: - main: - ports: - main: - port: 8282 - protocol: tcp - targetPort: 80 - -persistence: - database: - enabled: true - mountPath: "/var/www/html/db" - logos: - enabled: true - mountPath: "/var/www/html/images/uploads/logos" - -portal: - open: - enabled: true diff --git a/stable/whoogle/10.1.3/.helmignore b/stable/wallos/4.3.0/.helmignore similarity index 100% rename from stable/whoogle/10.1.3/.helmignore rename to stable/wallos/4.3.0/.helmignore diff --git a/stable/wallos/4.3.0/CHANGELOG.md b/stable/wallos/4.3.0/CHANGELOG.md new file mode 100644 index 00000000000..35e98a6908f --- /dev/null +++ b/stable/wallos/4.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wallos-4.3.0](https://github.com/truecharts/charts/compare/wallos-4.2.4...wallos-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [wallos-4.2.4](https://github.com/truecharts/charts/compare/wallos-4.2.3...wallos-4.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [wallos-4.2.3](https://github.com/truecharts/charts/compare/wallos-4.2.1...wallos-4.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + + + +## [wallos-3.1.15](https://github.com/truecharts/charts/compare/wallos-3.1.14...wallos-3.1.15) (2024-02-12) + +### Chore + + + +- update container image docker.io/bellamy/wallos to latest[@c283ed7](https://github.com/c283ed7) by renovate ([#18040](https://github.com/truecharts/charts/issues/18040)) + + +## [wallos-3.1.14](https://github.com/truecharts/charts/compare/wallos-3.1.13...wallos-3.1.14) (2024-02-05) + +### Chore + + + +- update container image docker.io/bellamy/wallos to latest[@cb3128d](https://github.com/cb3128d) by renovate ([#17828](https://github.com/truecharts/charts/issues/17828)) + + +## [wallos-3.1.13](https://github.com/truecharts/charts/compare/wallos-3.1.12...wallos-3.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [wallos-3.1.12](https://github.com/truecharts/charts/compare/wallos-3.1.11...wallos-3.1.12) (2024-01-29) + +### Chore + + + +- update container image docker.io/bellamy/wallos to latest[@6ecd084](https://github.com/6ecd084) by renovate ([#17588](https://github.com/truecharts/charts/issues/17588)) + + +## [wallos-3.1.11](https://github.com/truecharts/charts/compare/wallos-3.1.10...wallos-3.1.11) (2024-01-26) \ No newline at end of file diff --git a/stable/wallos/4.3.0/Chart.yaml b/stable/wallos/4.3.0/Chart.yaml new file mode 100644 index 00000000000..514c64812c0 --- /dev/null +++ b/stable/wallos/4.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Wallos - Self Hosted Subscription tracker +home: https://truecharts.org/charts/stable/wallos +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wallos.png +keywords: + - dashboard +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wallos +sources: + - https://github.com/ellite/Wallos + - https://github.com/truecharts/charts/tree/master/charts/stable/wallos + - https://hub.docker.com/r/bellamy/wallos +type: application +version: 4.3.0 diff --git a/stable/wallos/4.2.0/README.md b/stable/wallos/4.3.0/README.md similarity index 100% rename from stable/wallos/4.2.0/README.md rename to stable/wallos/4.3.0/README.md diff --git a/stable/wallos/4.3.0/app-changelog.md b/stable/wallos/4.3.0/app-changelog.md new file mode 100644 index 00000000000..ed8738014f3 --- /dev/null +++ b/stable/wallos/4.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [wallos-4.3.0](https://github.com/truecharts/charts/compare/wallos-4.2.4...wallos-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/wallos/4.2.0/app-readme.md b/stable/wallos/4.3.0/app-readme.md similarity index 100% rename from stable/wallos/4.2.0/app-readme.md rename to stable/wallos/4.3.0/app-readme.md diff --git a/stable/wallos/4.3.0/charts/common-18.2.0.tgz b/stable/wallos/4.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/wallos/4.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/wallos/4.3.0/ix_values.yaml b/stable/wallos/4.3.0/ix_values.yaml new file mode 100644 index 00000000000..5ddee71332d --- /dev/null +++ b/stable/wallos/4.3.0/ix_values.yaml @@ -0,0 +1,31 @@ +image: + repository: docker.io/bellamy/wallos + tag: latest@sha256:7fcf85ee907d40ddfcb908bf367cf131332bd235febed2a8fb037e20901941f0 + pullPolicy: IfNotPresent + +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + port: 8282 + protocol: tcp + targetPort: 80 + +persistence: + database: + enabled: true + mountPath: "/var/www/html/db" + logos: + enabled: true + mountPath: "/var/www/html/images/uploads/logos" + +portal: + open: + enabled: true diff --git a/stable/wallos/4.2.0/questions.yaml b/stable/wallos/4.3.0/questions.yaml similarity index 100% rename from stable/wallos/4.2.0/questions.yaml rename to stable/wallos/4.3.0/questions.yaml diff --git a/stable/whoogle/10.1.3/templates/NOTES.txt b/stable/wallos/4.3.0/templates/NOTES.txt similarity index 100% rename from stable/whoogle/10.1.3/templates/NOTES.txt rename to stable/wallos/4.3.0/templates/NOTES.txt diff --git a/stable/whisper-asr-webservice/4.1.3/templates/common.yaml b/stable/wallos/4.3.0/templates/common.yaml similarity index 100% rename from stable/whisper-asr-webservice/4.1.3/templates/common.yaml rename to stable/wallos/4.3.0/templates/common.yaml diff --git a/stable/whoogle/10.1.3/values.yaml b/stable/wallos/4.3.0/values.yaml similarity index 100% rename from stable/whoogle/10.1.3/values.yaml rename to stable/wallos/4.3.0/values.yaml diff --git a/stable/watcharr/4.1.3/CHANGELOG.md b/stable/watcharr/4.1.3/CHANGELOG.md deleted file mode 100644 index 395169f72f5..00000000000 --- a/stable/watcharr/4.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - -## [watcharr-3.5.0](https://github.com/truecharts/charts/compare/watcharr-3.4.0...watcharr-3.5.0) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/sbondco/watcharr to v1.33.0[@90fb26f](https://github.com/90fb26f) by renovate ([#18189](https://github.com/truecharts/charts/issues/18189)) - - -## [watcharr-3.4.0](https://github.com/truecharts/charts/compare/watcharr-3.3.7...watcharr-3.4.0) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/sbondco/watcharr to v1.32.1[@b746fc1](https://github.com/b746fc1) by renovate ([#17941](https://github.com/truecharts/charts/issues/17941)) - - -## [watcharr-3.3.7](https://github.com/truecharts/charts/compare/watcharr-3.3.6...watcharr-3.3.7) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [watcharr-3.3.6](https://github.com/truecharts/charts/compare/watcharr-3.3.5...watcharr-3.3.6) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [watcharr-3.3.5](https://github.com/truecharts/charts/compare/watcharr-3.3.4...watcharr-3.3.5) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [watcharr-3.3.4](https://github.com/truecharts/charts/compare/watcharr-3.3.3...watcharr-3.3.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [watcharr-3.3.3](https://github.com/truecharts/charts/compare/watcharr-3.3.2...watcharr-3.3.3) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [watcharr-3.3.2](https://github.com/truecharts/charts/compare/watcharr-3.3.1...watcharr-3.3.2) (2024-01-14) - -### Chore - - - -- update container image ghcr.io/sbondco/watcharr to v1.31.1[@2f2aa1b](https://github.com/2f2aa1b) by renovate ([#17188](https://github.com/truecharts/charts/issues/17188)) - - - - -## [watcharr-3.3.1](https://github.com/truecharts/charts/compare/watcharr-3.3.0...watcharr-3.3.1) (2024-01-09) - -### Chore - - diff --git a/stable/watcharr/4.1.3/Chart.yaml b/stable/watcharr/4.1.3/Chart.yaml deleted file mode 100644 index 939d5bc5edb..00000000000 --- a/stable/watcharr/4.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.34.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Open source, self-hostable watched list -home: https://truecharts.org/charts/stable/watcharr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/watcharr.png -keywords: - - watcharr - - media -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: watcharr -sources: - - https://github.com/sbondCo/Watcharr - - https://github.com/truecharts/charts/tree/master/charts/stable/watcharr - - https://ghcr.io/sbondco/watcharr -type: application -version: 4.1.3 diff --git a/stable/watcharr/4.1.3/charts/common-18.0.3.tgz b/stable/watcharr/4.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/watcharr/4.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/wifi-card/5.1.3/.helmignore b/stable/watcharr/4.3.0/.helmignore similarity index 100% rename from stable/wifi-card/5.1.3/.helmignore rename to stable/watcharr/4.3.0/.helmignore diff --git a/stable/watcharr/4.3.0/CHANGELOG.md b/stable/watcharr/4.3.0/CHANGELOG.md new file mode 100644 index 00000000000..ae3caa9fd3d --- /dev/null +++ b/stable/watcharr/4.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [watcharr-4.3.0](https://github.com/truecharts/charts/compare/watcharr-4.2.3...watcharr-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [watcharr-4.2.3](https://github.com/truecharts/charts/compare/watcharr-4.2.2...watcharr-4.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [watcharr-4.2.2](https://github.com/truecharts/charts/compare/watcharr-4.2.0...watcharr-4.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + +## [watcharr-3.5.0](https://github.com/truecharts/charts/compare/watcharr-3.4.0...watcharr-3.5.0) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/sbondco/watcharr to v1.33.0[@90fb26f](https://github.com/90fb26f) by renovate ([#18189](https://github.com/truecharts/charts/issues/18189)) + + +## [watcharr-3.4.0](https://github.com/truecharts/charts/compare/watcharr-3.3.7...watcharr-3.4.0) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/sbondco/watcharr to v1.32.1[@b746fc1](https://github.com/b746fc1) by renovate ([#17941](https://github.com/truecharts/charts/issues/17941)) + + +## [watcharr-3.3.7](https://github.com/truecharts/charts/compare/watcharr-3.3.6...watcharr-3.3.7) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [watcharr-3.3.6](https://github.com/truecharts/charts/compare/watcharr-3.3.5...watcharr-3.3.6) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [watcharr-3.3.5](https://github.com/truecharts/charts/compare/watcharr-3.3.4...watcharr-3.3.5) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [watcharr-3.3.4](https://github.com/truecharts/charts/compare/watcharr-3.3.3...watcharr-3.3.4) (2024-01-21) + +### Chore + diff --git a/stable/watcharr/4.3.0/Chart.yaml b/stable/watcharr/4.3.0/Chart.yaml new file mode 100644 index 00000000000..6b7d86b50eb --- /dev/null +++ b/stable/watcharr/4.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.34.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Open source, self-hostable watched list +home: https://truecharts.org/charts/stable/watcharr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/watcharr.png +keywords: + - watcharr + - media +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: watcharr +sources: + - https://github.com/sbondCo/Watcharr + - https://github.com/truecharts/charts/tree/master/charts/stable/watcharr + - https://ghcr.io/sbondco/watcharr +type: application +version: 4.3.0 diff --git a/stable/watcharr/4.1.3/README.md b/stable/watcharr/4.3.0/README.md similarity index 100% rename from stable/watcharr/4.1.3/README.md rename to stable/watcharr/4.3.0/README.md diff --git a/stable/watcharr/4.3.0/app-changelog.md b/stable/watcharr/4.3.0/app-changelog.md new file mode 100644 index 00000000000..526de0d866d --- /dev/null +++ b/stable/watcharr/4.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [watcharr-4.3.0](https://github.com/truecharts/charts/compare/watcharr-4.2.3...watcharr-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/watcharr/4.1.3/app-readme.md b/stable/watcharr/4.3.0/app-readme.md similarity index 100% rename from stable/watcharr/4.1.3/app-readme.md rename to stable/watcharr/4.3.0/app-readme.md diff --git a/stable/watcharr/4.3.0/charts/common-18.2.0.tgz b/stable/watcharr/4.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/watcharr/4.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/watcharr/4.1.3/ix_values.yaml b/stable/watcharr/4.3.0/ix_values.yaml similarity index 100% rename from stable/watcharr/4.1.3/ix_values.yaml rename to stable/watcharr/4.3.0/ix_values.yaml diff --git a/stable/watcharr/4.1.3/questions.yaml b/stable/watcharr/4.3.0/questions.yaml similarity index 100% rename from stable/watcharr/4.1.3/questions.yaml rename to stable/watcharr/4.3.0/questions.yaml diff --git a/stable/wikijs/15.1.3/templates/NOTES.txt b/stable/watcharr/4.3.0/templates/NOTES.txt similarity index 100% rename from stable/wikijs/15.1.3/templates/NOTES.txt rename to stable/watcharr/4.3.0/templates/NOTES.txt diff --git a/stable/watcharr/4.1.3/templates/_secrets.tpl b/stable/watcharr/4.3.0/templates/_secrets.tpl similarity index 100% rename from stable/watcharr/4.1.3/templates/_secrets.tpl rename to stable/watcharr/4.3.0/templates/_secrets.tpl diff --git a/stable/watcharr/4.1.3/templates/common.yaml b/stable/watcharr/4.3.0/templates/common.yaml similarity index 100% rename from stable/watcharr/4.1.3/templates/common.yaml rename to stable/watcharr/4.3.0/templates/common.yaml diff --git a/stable/wifi-card/5.1.3/values.yaml b/stable/watcharr/4.3.0/values.yaml similarity index 100% rename from stable/wifi-card/5.1.3/values.yaml rename to stable/watcharr/4.3.0/values.yaml diff --git a/stable/watchyourlan/8.1.3/CHANGELOG.md b/stable/watchyourlan/8.1.3/CHANGELOG.md deleted file mode 100644 index 56b39ad5685..00000000000 --- a/stable/watchyourlan/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [watchyourlan-7.1.12](https://github.com/truecharts/charts/compare/watchyourlan-7.1.11...watchyourlan-7.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [watchyourlan-7.1.11](https://github.com/truecharts/charts/compare/watchyourlan-7.1.10...watchyourlan-7.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [watchyourlan-7.1.10](https://github.com/truecharts/charts/compare/watchyourlan-7.1.9...watchyourlan-7.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [watchyourlan-7.1.9](https://github.com/truecharts/charts/compare/watchyourlan-7.1.8...watchyourlan-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [watchyourlan-7.1.8](https://github.com/truecharts/charts/compare/watchyourlan-7.1.7...watchyourlan-7.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [watchyourlan-7.1.7](https://github.com/truecharts/charts/compare/watchyourlan-7.1.6...watchyourlan-7.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [watchyourlan-7.1.6](https://github.com/truecharts/charts/compare/watchyourlan-7.1.5...watchyourlan-7.1.6) (2024-01-08) - -### Chore - - - -- update container image aceberg/watchyourlan to v1.0.6[@c42ce1d](https://github.com/c42ce1d) by renovate ([#16979](https://github.com/truecharts/charts/issues/16979)) - - -## [watchyourlan-7.1.5](https://github.com/truecharts/charts/compare/watchyourlan-7.1.4...watchyourlan-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [watchyourlan-7.1.4](https://github.com/truecharts/charts/compare/watchyourlan-7.1.3...watchyourlan-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/watchyourlan/8.1.3/Chart.yaml b/stable/watchyourlan/8.1.3/Chart.yaml deleted file mode 100644 index adcb8b7be7b..00000000000 --- a/stable/watchyourlan/8.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: network - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.0.6 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Lightweight network IP scanner with web GUI -home: https://truecharts.org/charts/stable/watchyourlan -icon: https://truecharts.org/img/hotlink-ok/chart-icons/watchyourlan.png -keywords: - - network - - monitor -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: watchyourlan -sources: - - https://github.com/aceberg/WatchYourLAN - - https://github.com/truecharts/charts/tree/master/charts/stable/watchyourlan - - https://hub.docker.com/r/aceberg/watchyourlan -type: application -version: 8.1.3 diff --git a/stable/watchyourlan/8.1.3/charts/common-18.0.3.tgz b/stable/watchyourlan/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/watchyourlan/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/wikijs/15.1.3/.helmignore b/stable/watchyourlan/8.3.0/.helmignore similarity index 100% rename from stable/wikijs/15.1.3/.helmignore rename to stable/watchyourlan/8.3.0/.helmignore diff --git a/stable/watchyourlan/8.3.0/CHANGELOG.md b/stable/watchyourlan/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..d23024363cd --- /dev/null +++ b/stable/watchyourlan/8.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [watchyourlan-8.3.0](https://github.com/truecharts/charts/compare/watchyourlan-8.2.3...watchyourlan-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [watchyourlan-8.2.3](https://github.com/truecharts/charts/compare/watchyourlan-8.2.2...watchyourlan-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [watchyourlan-8.2.2](https://github.com/truecharts/charts/compare/watchyourlan-8.2.0...watchyourlan-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [watchyourlan-7.1.12](https://github.com/truecharts/charts/compare/watchyourlan-7.1.11...watchyourlan-7.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [watchyourlan-7.1.11](https://github.com/truecharts/charts/compare/watchyourlan-7.1.10...watchyourlan-7.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [watchyourlan-7.1.10](https://github.com/truecharts/charts/compare/watchyourlan-7.1.9...watchyourlan-7.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [watchyourlan-7.1.9](https://github.com/truecharts/charts/compare/watchyourlan-7.1.8...watchyourlan-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [watchyourlan-7.1.8](https://github.com/truecharts/charts/compare/watchyourlan-7.1.7...watchyourlan-7.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [watchyourlan-7.1.7](https://github.com/truecharts/charts/compare/watchyourlan-7.1.6...watchyourlan-7.1.7) (2024-01-09) + +### Chore + + diff --git a/stable/watchyourlan/8.3.0/Chart.yaml b/stable/watchyourlan/8.3.0/Chart.yaml new file mode 100644 index 00000000000..1028d55aba9 --- /dev/null +++ b/stable/watchyourlan/8.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.6 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Lightweight network IP scanner with web GUI +home: https://truecharts.org/charts/stable/watchyourlan +icon: https://truecharts.org/img/hotlink-ok/chart-icons/watchyourlan.png +keywords: + - network + - monitor +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: watchyourlan +sources: + - https://github.com/aceberg/WatchYourLAN + - https://github.com/truecharts/charts/tree/master/charts/stable/watchyourlan + - https://hub.docker.com/r/aceberg/watchyourlan +type: application +version: 8.3.0 diff --git a/stable/watchyourlan/8.1.3/README.md b/stable/watchyourlan/8.3.0/README.md similarity index 100% rename from stable/watchyourlan/8.1.3/README.md rename to stable/watchyourlan/8.3.0/README.md diff --git a/stable/watchyourlan/8.3.0/app-changelog.md b/stable/watchyourlan/8.3.0/app-changelog.md new file mode 100644 index 00000000000..ee300a6fc4b --- /dev/null +++ b/stable/watchyourlan/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [watchyourlan-8.3.0](https://github.com/truecharts/charts/compare/watchyourlan-8.2.3...watchyourlan-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/watchyourlan/8.1.3/app-readme.md b/stable/watchyourlan/8.3.0/app-readme.md similarity index 100% rename from stable/watchyourlan/8.1.3/app-readme.md rename to stable/watchyourlan/8.3.0/app-readme.md diff --git a/stable/watchyourlan/8.3.0/charts/common-18.2.0.tgz b/stable/watchyourlan/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/watchyourlan/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/watchyourlan/8.1.3/ix_values.yaml b/stable/watchyourlan/8.3.0/ix_values.yaml similarity index 100% rename from stable/watchyourlan/8.1.3/ix_values.yaml rename to stable/watchyourlan/8.3.0/ix_values.yaml diff --git a/stable/watchyourlan/8.1.3/questions.yaml b/stable/watchyourlan/8.3.0/questions.yaml similarity index 100% rename from stable/watchyourlan/8.1.3/questions.yaml rename to stable/watchyourlan/8.3.0/questions.yaml diff --git a/stable/wireguard/8.1.3/templates/NOTES.txt b/stable/watchyourlan/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/wireguard/8.1.3/templates/NOTES.txt rename to stable/watchyourlan/8.3.0/templates/NOTES.txt diff --git a/stable/whoogle/10.1.3/templates/common.yaml b/stable/watchyourlan/8.3.0/templates/common.yaml similarity index 100% rename from stable/whoogle/10.1.3/templates/common.yaml rename to stable/watchyourlan/8.3.0/templates/common.yaml diff --git a/stable/wikijs/15.1.3/values.yaml b/stable/watchyourlan/8.3.0/values.yaml similarity index 100% rename from stable/wikijs/15.1.3/values.yaml rename to stable/watchyourlan/8.3.0/values.yaml diff --git a/stable/webgrabplus/9.1.4/CHANGELOG.md b/stable/webgrabplus/9.1.4/CHANGELOG.md deleted file mode 100644 index 20fae17302f..00000000000 --- a/stable/webgrabplus/9.1.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - -## [webgrabplus-8.1.19](https://github.com/truecharts/charts/compare/webgrabplus-8.1.18...webgrabplus-8.1.19) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@3841648](https://github.com/3841648) by renovate ([#18081](https://github.com/truecharts/charts/issues/18081)) - - -## [webgrabplus-8.1.18](https://github.com/truecharts/charts/compare/webgrabplus-8.1.17...webgrabplus-8.1.18) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@f66be42](https://github.com/f66be42) by renovate ([#17870](https://github.com/truecharts/charts/issues/17870)) - - -## [webgrabplus-8.1.17](https://github.com/truecharts/charts/compare/webgrabplus-8.1.16...webgrabplus-8.1.17) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [webgrabplus-8.1.16](https://github.com/truecharts/charts/compare/webgrabplus-8.1.15...webgrabplus-8.1.16) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@ea5c05a](https://github.com/ea5c05a) by renovate ([#17628](https://github.com/truecharts/charts/issues/17628)) - - -## [webgrabplus-8.1.15](https://github.com/truecharts/charts/compare/webgrabplus-8.1.14...webgrabplus-8.1.15) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [webgrabplus-8.1.14](https://github.com/truecharts/charts/compare/webgrabplus-8.1.13...webgrabplus-8.1.14) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [webgrabplus-8.1.13](https://github.com/truecharts/charts/compare/webgrabplus-8.1.12...webgrabplus-8.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [webgrabplus-8.1.12](https://github.com/truecharts/charts/compare/webgrabplus-8.1.11...webgrabplus-8.1.12) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/webgrabplus/9.1.4/Chart.yaml b/stable/webgrabplus/9.1.4/Chart.yaml deleted file mode 100644 index 3f269a987c5..00000000000 --- a/stable/webgrabplus/9.1.4/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.1.4 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Webgrabplus is a multi-site incremental xmltv epg grabber. -home: https://truecharts.org/charts/stable/webgrabplus -icon: https://truecharts.org/img/hotlink-ok/chart-icons/webgrabplus.png -keywords: - - webgrabplus -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: webgrabplus -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/webgrabplus - - https://ghcr.io/linuxserver/webgrabplus -type: application -version: 9.1.4 diff --git a/stable/webgrabplus/9.1.4/charts/common-18.0.3.tgz b/stable/webgrabplus/9.1.4/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/webgrabplus/9.1.4/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/wireguard/8.1.3/.helmignore b/stable/webgrabplus/9.3.0/.helmignore similarity index 100% rename from stable/wireguard/8.1.3/.helmignore rename to stable/webgrabplus/9.3.0/.helmignore diff --git a/stable/webgrabplus/9.3.0/CHANGELOG.md b/stable/webgrabplus/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..27d47d13a2e --- /dev/null +++ b/stable/webgrabplus/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [webgrabplus-9.3.0](https://github.com/truecharts/charts/compare/webgrabplus-9.2.3...webgrabplus-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [webgrabplus-9.2.3](https://github.com/truecharts/charts/compare/webgrabplus-9.2.2...webgrabplus-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [webgrabplus-9.2.2](https://github.com/truecharts/charts/compare/webgrabplus-9.2.0...webgrabplus-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + +## [webgrabplus-8.1.19](https://github.com/truecharts/charts/compare/webgrabplus-8.1.18...webgrabplus-8.1.19) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@3841648](https://github.com/3841648) by renovate ([#18081](https://github.com/truecharts/charts/issues/18081)) + + +## [webgrabplus-8.1.18](https://github.com/truecharts/charts/compare/webgrabplus-8.1.17...webgrabplus-8.1.18) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@f66be42](https://github.com/f66be42) by renovate ([#17870](https://github.com/truecharts/charts/issues/17870)) + + +## [webgrabplus-8.1.17](https://github.com/truecharts/charts/compare/webgrabplus-8.1.16...webgrabplus-8.1.17) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [webgrabplus-8.1.16](https://github.com/truecharts/charts/compare/webgrabplus-8.1.15...webgrabplus-8.1.16) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@ea5c05a](https://github.com/ea5c05a) by renovate ([#17628](https://github.com/truecharts/charts/issues/17628)) + + +## [webgrabplus-8.1.15](https://github.com/truecharts/charts/compare/webgrabplus-8.1.14...webgrabplus-8.1.15) (2024-01-26) + +### Chore + diff --git a/stable/webgrabplus/9.3.0/Chart.yaml b/stable/webgrabplus/9.3.0/Chart.yaml new file mode 100644 index 00000000000..22771ccaeae --- /dev/null +++ b/stable/webgrabplus/9.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.1.4 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Webgrabplus is a multi-site incremental xmltv epg grabber. +home: https://truecharts.org/charts/stable/webgrabplus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/webgrabplus.png +keywords: + - webgrabplus +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: webgrabplus +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/webgrabplus + - https://ghcr.io/linuxserver/webgrabplus +type: application +version: 9.3.0 diff --git a/stable/webgrabplus/9.1.4/README.md b/stable/webgrabplus/9.3.0/README.md similarity index 100% rename from stable/webgrabplus/9.1.4/README.md rename to stable/webgrabplus/9.3.0/README.md diff --git a/stable/webgrabplus/9.3.0/app-changelog.md b/stable/webgrabplus/9.3.0/app-changelog.md new file mode 100644 index 00000000000..71b7d1e81c0 --- /dev/null +++ b/stable/webgrabplus/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [webgrabplus-9.3.0](https://github.com/truecharts/charts/compare/webgrabplus-9.2.3...webgrabplus-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/webgrabplus/9.1.4/app-readme.md b/stable/webgrabplus/9.3.0/app-readme.md similarity index 100% rename from stable/webgrabplus/9.1.4/app-readme.md rename to stable/webgrabplus/9.3.0/app-readme.md diff --git a/stable/webgrabplus/9.3.0/charts/common-18.2.0.tgz b/stable/webgrabplus/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/webgrabplus/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/webgrabplus/9.1.4/ix_values.yaml b/stable/webgrabplus/9.3.0/ix_values.yaml similarity index 100% rename from stable/webgrabplus/9.1.4/ix_values.yaml rename to stable/webgrabplus/9.3.0/ix_values.yaml diff --git a/stable/webgrabplus/9.1.4/questions.yaml b/stable/webgrabplus/9.3.0/questions.yaml similarity index 100% rename from stable/webgrabplus/9.1.4/questions.yaml rename to stable/webgrabplus/9.3.0/questions.yaml diff --git a/stable/wizarr/6.1.3/templates/NOTES.txt b/stable/webgrabplus/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/wizarr/6.1.3/templates/NOTES.txt rename to stable/webgrabplus/9.3.0/templates/NOTES.txt diff --git a/stable/wikijs/15.1.3/templates/common.yaml b/stable/webgrabplus/9.3.0/templates/common.yaml similarity index 100% rename from stable/wikijs/15.1.3/templates/common.yaml rename to stable/webgrabplus/9.3.0/templates/common.yaml diff --git a/stable/wireguard/8.1.3/values.yaml b/stable/webgrabplus/9.3.0/values.yaml similarity index 100% rename from stable/wireguard/8.1.3/values.yaml rename to stable/webgrabplus/9.3.0/values.yaml diff --git a/stable/weblate/13.1.3/CHANGELOG.md b/stable/weblate/13.1.3/CHANGELOG.md deleted file mode 100644 index 9adb54e55db..00000000000 --- a/stable/weblate/13.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - -## [weblate-12.1.15](https://github.com/truecharts/charts/compare/weblate-12.1.14...weblate-12.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [weblate-12.1.14](https://github.com/truecharts/charts/compare/weblate-12.1.13...weblate-12.1.14) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [weblate-12.1.13](https://github.com/truecharts/charts/compare/weblate-12.1.12...weblate-12.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [weblate-12.1.12](https://github.com/truecharts/charts/compare/weblate-12.1.11...weblate-12.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [weblate-12.1.11](https://github.com/truecharts/charts/compare/weblate-12.1.10...weblate-12.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [weblate-12.1.10](https://github.com/truecharts/charts/compare/weblate-12.1.9...weblate-12.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [weblate-12.1.9](https://github.com/truecharts/charts/compare/weblate-12.1.8...weblate-12.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [weblate-12.1.8](https://github.com/truecharts/charts/compare/weblate-12.1.7...weblate-12.1.8) (2024-01-02) - -### Chore - - - -- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820)) - - -## [weblate-12.1.7](https://github.com/truecharts/charts/compare/weblate-12.1.6...weblate-12.1.7) (2024-01-02) - -### Chore - diff --git a/stable/weblate/13.1.3/Chart.yaml b/stable/weblate/13.1.3/Chart.yaml deleted file mode 100644 index 347d9c2f0ec..00000000000 --- a/stable/weblate/13.1.3/Chart.yaml +++ /dev/null @@ -1,46 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.16.4 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 11.2.1 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Weblate is a copylefted libre software web-based continuous localization system -home: https://truecharts.org/charts/stable/weblate -icon: https://truecharts.org/img/hotlink-ok/chart-icons/weblate.png -keywords: - - translate -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: weblate -sources: - - https://github.com/WeblateOrg/docker-compose - - https://docs.weblate.org/en/latest/ - - https://github.com/WeblateOrg/weblate - - https://github.com/WeblateOrg/docker - - https://github.com/truecharts/charts/tree/master/charts/stable/weblate - - https://hub.docker.com/r/weblate/weblate -type: application -version: 13.1.3 diff --git a/stable/weblate/13.1.3/charts/common-18.0.3.tgz b/stable/weblate/13.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/weblate/13.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/weblate/13.1.3/questions.yaml b/stable/weblate/13.1.3/questions.yaml deleted file mode 100755 index 04171deea5c..00000000000 --- a/stable/weblate/13.1.3/questions.yaml +++ /dev/null @@ -1,4494 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: weblate - group: "App Configuration" - label: "Weblate Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: general - label: "General Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: WEBLATE_SITE_DOMAIN - label: "WEBLATE_SITE_DOMAIN" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - required: true - default: "" - - variable: WEBLATE_SITE_TITLE - label: "WEBLATE_SITE_TITLE (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_ADMIN_NAME - label: "WEBLATE_ADMIN_NAME (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_ADMIN_EMAIL - label: "WEBLATE_ADMIN_EMAIL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_ADMIN_PASSWORD - label: "WEBLATE_ADMIN_PASSWORD (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_ENABLE_HTTPS - label: "WEBLATE_ENABLE_HTTPS" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: false - - variable: WEBLATE_IP_PROXY_HEADER - label: "WEBLATE_IP_PROXY_HEADER (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_SECURE_PROXY_SSL_HEADER - label: "WEBLATE_SECURE_PROXY_SSL_HEADER (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_AUTO_UPDATE - label: "WEBLATE_AUTO_UPDATE (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - enum: - - value: "" - description: "none" - - value: "remote" - description: "remote" - - value: "full" - description: "full" - - variable: WEBLATE_SERVER_EMAIL - label: "WEBLATE_SERVER_EMAIL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_DEFAULT_FROM_EMAIL - label: "WEBLATE_DEFAULT_FROM_EMAIL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_CONTACT_FORM - label: "WEBLATE_CONTACT_FORM (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - enum: - - value: "" - description: "Default" - - value: "reply-to" - description: "reply-to" - - value: "from" - description: "from" - - variable: WEBLATE_ALLOWED_HOSTS - label: "WEBLATE_ALLOWED_HOSTS (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_REGISTRATION_OPEN - label: "WEBLATE_REGISTRATION_OPEN" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: true - - variable: WEBLATE_REGISTRATION_ALLOW_BACKENDS - label: "WEBLATE_REGISTRATION_ALLOW_BACKENDS (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_REQUIRE_LOGIN - label: "WEBLATE_REQUIRE_LOGIN" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: false - - variable: WEBLATE_LOGIN_REQUIRED_URLS_EXCEPTIONS - label: "WEBLATE_LOGIN_REQUIRED_URLS_EXCEPTIONS (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_ADD_LOGIN_REQUIRED_URLS_EXCEPTIONS - label: "WEBLATE_ADD_LOGIN_REQUIRED_URLS_EXCEPTIONS (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_REMOVE_LOGIN_REQUIRED_URLS_EXCEPTIONS - label: "WEBLATE_REMOVE_LOGIN_REQUIRED_URLS_EXCEPTIONS (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_GOOGLE_ANALYTICS_ID - label: "WEBLATE_GOOGLE_ANALYTICS_ID (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_GITHUB_USERNAME - label: "WEBLATE_GITHUB_USERNAME (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_GITHUB_TOKEN - label: "WEBLATE_GITHUB_TOKEN (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_GITLAB_USERNAME - label: "WEBLATE_GITLAB_USERNAME (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_GITLAB_TOKEN - label: "WEBLATE_GITLAB_TOKEN (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_PAGURE_USERNAME - label: "WEBLATE_PAGURE_USERNAME (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_PAGURE_TOKEN - label: "WEBLATE_PAGURE_TOKEN (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SIMPLIFY_LANGUAGES - label: "WEBLATE_SIMPLIFY_LANGUAGES" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: true - - variable: WEBLATE_DEFAULT_ACCESS_CONTROL - label: "WEBLATE_DEFAULT_ACCESS_CONTROL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_DEFAULT_RESTRICTED_COMPONENT - label: "WEBLATE_DEFAULT_RESTRICTED_COMPONENT" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: false - - variable: WEBLATE_DEFAULT_TRANSLATION_PROPAGATION - label: "WEBLATE_DEFAULT_TRANSLATION_PROPAGATION" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: true - - variable: WEBLATE_DEFAULT_COMMITER_EMAIL - label: "WEBLATE_DEFAULT_COMMITER_EMAIL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_DEFAULT_COMMITER_NAME - label: "WEBLATE_DEFAULT_COMMITER_NAME (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_DEFAULT_SHARED_TM - label: "WEBLATE_DEFAULT_SHARED_TM" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: true - - variable: WEBLATE_AKISMET_API_KEY - label: "WEBLATE_AKISMET_API_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_GPG_IDENTITY - label: "WEBLATE_GPG_IDENTITY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_URL_PREFIX - label: "WEBLATE_URL_PREFIX (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_SILENCED_SYSTEM_CHECKS - label: "WEBLATE_SILENCED_SYSTEM_CHECKS (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_CSP_SCRIPT_SRC - label: "WEBLATE_CSP_SCRIPT_SRC (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_CSP_IMG_SRC - label: "WEBLATE_CSP_IMG_SRC (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_CSP_CONNECT_SRC - label: "WEBLATE_CSP_CONNECT_SRC (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_CSP_STYLE_SRC - label: "WEBLATE_CSP_STYLE_SRC (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_CSP_FONT_SRC - label: "WEBLATE_CSP_FONT_SRC (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_LICENSE_FILTER - label: "WEBLATE_LICENSE_FILTER (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_LICENSE_REQUIRED - label: "WEBLATE_LICENSE_REQUIRED" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: false - - variable: WEBLATE_WEBSITE_REQUIRED - label: "WEBLATE_WEBSITE_REQUIRED" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: true - - variable: WEBLATE_HIDE_VERSION - label: "WEBLATE_HIDE_VERSION" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: false - - variable: WEBLATE_BASIC_LANGUAGES - label: "WEBLATE_BASIC_LANGUAGES (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_DEFAULT_AUTO_WATCH - label: "WEBLATE_DEFAULT_AUTO_WATCH" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: true - - variable: WEBLATE_RATELIMIT_ATTEMPTS - label: "WEBLATE_RATELIMIT_ATTEMPTS (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_RATELIMIT_LOCKOUT - label: "WEBLATE_RATELIMIT_LOCKOUT (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_RATELIMIT_WINDOW - label: "WEBLATE_RATELIMIT_WINDOW (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_ENABLE_AVATARS - label: "WEBLATE_ENABLE_AVATARS" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: true - - variable: WEBLATE_LIMIT_TRANSLATION_LENGTH_BY_SOURCE_LENGTH - label: "WEBLATE_LIMIT_TRANSLATION_LENGTH_BY_SOURCE_LENGTH" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: true - - variable: WEBLATE_SSH_EXTRA_ARGS - label: "WEBLATE_SSH_EXTRA_ARGS (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_BORG_EXTRA_ARGS - label: "WEBLATE_BORG_EXTRA_ARGS (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_DATABASE_BACKUP - label: "WEBLATE_DATABASE_BACKUP (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "plain" - enum: - - value: "plain" - description: "plain" - - value: "compressed" - description: "compressed" - - value: "none" - description: "none" - - variable: WEBLATE_DEBUG - label: "WEBLATE_DEBUG" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: false - - variable: WEBLATE_LOGLEVEL - label: "WEBLATE_LOGLEVEL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: machinetranslate - label: "Machine Translation Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show Machine Translation Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WEBLATE_MT_APERTIUM_APY - label: "WEBLATE_MT_APERTIUM_APY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_MT_AWS_REGION - label: "WEBLATE_MT_AWS_REGION (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_MT_AWS_ACCESS_KEY_ID - label: "WEBLATE_MT_AWS_ACCESS_KEY_ID (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_MT_AWS_SECRET_ACCESS_KEY - label: "WEBLATE_MT_AWS_SECRET_ACCESS_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_MT_DEEPL_KEY - label: "WEBLATE_MT_DEEPL_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_MT_DEEPL_API_URL - label: "WEBLATE_MT_DEEPL_API_URL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_MT_LIBRETRANSLATE_KEY - label: "WEBLATE_MT_LIBRETRANSLATE_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_MT_LIBRETRANSLATE_API_URL - label: "WEBLATE_MT_LIBRETRANSLATE_API_URL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_MT_GOOGLE_KEY - label: "WEBLATE_MT_GOOGLE_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_MT_GOOGLE_CREDENTIALS - label: "WEBLATE_MT_GOOGLE_CREDENTIALS (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_MT_GOOGLE_PROJECT - label: "WEBLATE_MT_GOOGLE_PROJECT (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_MT_GOOGLE_LOCATION - label: "WEBLATE_MT_GOOGLE_LOCATION (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_MT_MICROSOFT_COGNITIVE_KEY - label: "WEBLATE_MT_MICROSOFT_COGNITIVE_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_MT_MICROSOFT_ENDPOINT_URL - label: "WEBLATE_MT_MICROSOFT_ENDPOINT_URL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_MT_MICROSOFT_REGION - label: "WEBLATE_MT_MICROSOFT_REGION (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_MT_MICROSOFT_BASE_URL - label: "WEBLATE_MT_MICROSOFT_BASE_URL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_MT_MODERNMT_KEY - label: "WEBLATE_MT_MODERNMT_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_MT_MYMEMORY_ENABLED - label: "WEBLATE_MT_MYMEMORY_ENABLED" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: false - - variable: WEBLATE_MT_GLOSBE_ENABLED - label: "WEBLATE_MT_GLOSBE_ENABLED" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: false - - variable: WEBLATE_MT_MICROSOFT_TERMINOLOGY_ENABLED - label: "WEBLATE_MT_MICROSOFT_TERMINOLOGY_ENABLED" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: false - - variable: WEBLATE_MT_SAP_BASE_URL - label: "WEBLATE_MT_SAP_BASE_URL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_MT_SAP_SANDBOX_APIKEY - label: "WEBLATE_MT_SAP_SANDBOX_APIKEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_MT_SAP_USERNAME - label: "WEBLATE_MT_SAP_USERNAME (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_MT_SAP_PASSWORD - label: "WEBLATE_MT_SAP_PASSWORD (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_MT_SAP_USE_MT - label: "WEBLATE_MT_SAP_USE_MT" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: false - - variable: auth - label: "Authentication Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ldap - label: "LDAP Authentication Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show LDAP Authentication Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WEBLATE_AUTH_LDAP_SERVER_URI - label: "WEBLATE_AUTH_LDAP_SERVER_URI (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_AUTH_LDAP_USER_DN_TEMPLATE - label: "WEBLATE_AUTH_LDAP_USER_DN_TEMPLATE (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_AUTH_LDAP_USER_ATTR_MAP - label: "WEBLATE_AUTH_LDAP_USER_ATTR_MAP (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_AUTH_LDAP_BIND_DN - label: "WEBLATE_AUTH_LDAP_BIND_DN (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_AUTH_LDAP_BIND_PASSWORD - label: "WEBLATE_AUTH_LDAP_BIND_PASSWORD (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_AUTH_LDAP_CONNECTION_OPTION_REFERRALS - label: "WEBLATE_AUTH_LDAP_CONNECTION_OPTION_REFERRALS" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: false - - variable: WEBLATE_AUTH_LDAP_USER_SEARCH - label: "WEBLATE_AUTH_LDAP_USER_SEARCH (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_AUTH_LDAP_USER_SEARCH_FILTER - label: "WEBLATE_AUTH_LDAP_USER_SEARCH_FILTER (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_AUTH_LDAP_USER_SEARCH_UNION - label: "WEBLATE_AUTH_LDAP_USER_SEARCH_UNION (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_AUTH_LDAP_USER_SEARCH_UNION_DELIMITER - label: "WEBLATE_AUTH_LDAP_USER_SEARCH_UNION_DELIMITER (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: github - label: "Github Authentication Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show Github Authentication Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WEBLATE_SOCIAL_AUTH_GITHUB_KEY - label: "WEBLATE_SOCIAL_AUTH_GITHUB_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_GITHUB_SECRET - label: "WEBLATE_SOCIAL_AUTH_GITHUB_SECRET (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_GITHUB_ORG_KEY - label: "WEBLATE_SOCIAL_AUTH_GITHUB_ORG_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_GITHUB_ORG_SECRET - label: "WEBLATE_SOCIAL_AUTH_GITHUB_ORG_SECRET (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_GITHUB_ORG_NAME - label: "WEBLATE_SOCIAL_AUTH_GITHUB_ORG_NAME (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_KEY - label: "WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_SECRET - label: "WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_SECRET (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_ID - label: "WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_ID (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: bitbucket - label: "Bitbucket Authentication Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show Bitbucket Authentication Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WEBLATE_SOCIAL_AUTH_BITBUCKET_KEY - label: "WEBLATE_SOCIAL_AUTH_BITBUCKET_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_BITBUCKET_SECRET - label: "WEBLATE_SOCIAL_AUTH_BITBUCKET_SECRET (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: facebook - label: "Facebook Authentication Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show Facebook Authentication Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WEBLATE_SOCIAL_AUTH_FACEBOOK_KEY - label: "WEBLATE_SOCIAL_AUTH_FACEBOOK_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_FACEBOOK_SECRET - label: "WEBLATE_SOCIAL_AUTH_FACEBOOK_SECRET (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: google - label: "Google Authentication Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show Google Authentication Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_KEY - label: "WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET - label: "WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_DOMAINS - label: "WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_DOMAINS (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_EMAILS - label: "WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_EMAILS (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: gitlab - label: "Gitlab Authentication Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show Gitlab Authentication Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WEBLATE_SOCIAL_AUTH_GITLAB_KEY - label: "WEBLATE_SOCIAL_AUTH_GITLAB_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_GITLAB_SECRET - label: "WEBLATE_SOCIAL_AUTH_GITLAB_SECRET (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_GITLAB_API_URL - label: "WEBLATE_SOCIAL_AUTH_GITLAB_API_URL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: azure - label: "Azure AD Authentication Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show Azure AD Authentication Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WEBLATE_SOCIAL_AUTH_AZUREAD_OAUTH2_KEY - label: "WEBLATE_SOCIAL_AUTH_AZUREAD_OAUTH2_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_AZUREAD_OAUTH2_SECRET - label: "WEBLATE_SOCIAL_AUTH_AZUREAD_OAUTH2_SECRET (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: azuretenant - label: "Azure AD with Tenant Authentication Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show Azure AD with Tenant Authentication Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WEBLATE_SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_KEY - label: "WEBLATE_SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_SECRET - label: "WEBLATE_SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_SECRET (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_TENANT_ID - label: "WEBLATE_SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_TENANT_ID (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: keycloak - label: "Keycloak Authentication Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show Keycloak Authentication Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WEBLATE_SOCIAL_AUTH_KEYCLOAK_KEY - label: "WEBLATE_SOCIAL_AUTH_KEYCLOAK_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_KEYCLOAK_SECRET - label: "WEBLATE_SOCIAL_AUTH_KEYCLOAK_SECRET (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_KEYCLOAK_PUBLIC_KEY - label: "WEBLATE_SOCIAL_AUTH_KEYCLOAK_PUBLIC_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_KEYCLOAK_ALGORITHM - label: "WEBLATE_SOCIAL_AUTH_KEYCLOAK_ALGORITHM (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_SOCIAL_AUTH_KEYCLOAK_AUTHORIZATION_URL - label: "WEBLATE_SOCIAL_AUTH_KEYCLOAK_AUTHORIZATION_URL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_SOCIAL_AUTH_KEYCLOAK_ACCESS_TOKEN_URL - label: "WEBLATE_SOCIAL_AUTH_KEYCLOAK_ACCESS_TOKEN_URL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: linux - label: "Linux Vendors Authentication Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show Linux Vendors Authentication Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WEBLATE_SOCIAL_AUTH_FEDORA - label: "WEBLATE_SOCIAL_AUTH_FEDORA" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: false - - variable: WEBLATE_SOCIAL_AUTH_OPENSUSE - label: "WEBLATE_SOCIAL_AUTH_OPENSUSE" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: false - - variable: WEBLATE_SOCIAL_AUTH_UBUNTU - label: "WEBLATE_SOCIAL_AUTH_UBUNTU" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: false - - variable: slack - label: "Slack Authentication Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show Slack Authentication Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WEBLATE_SOCIAL_AUTH_SLACK_KEY - label: "WEBLATE_SOCIAL_AUTH_SLACK_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: SOCIAL_AUTH_SLACK_SECRET - label: "SOCIAL_AUTH_SLACK_SECRET (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: saml - label: "SAML Authentication Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show SAML Authentication Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WEBLATE_SAML_IDP_ENTITY_ID - label: "WEBLATE_SAML_IDP_ENTITY_ID (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SAML_IDP_URL - label: "WEBLATE_SAML_IDP_URL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_SAML_IDP_X509CERT - label: "WEBLATE_SAML_IDP_X509CERT (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: email - label: "Email Server Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show Email Server Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WEBLATE_EMAIL_HOST - label: "WEBLATE_EMAIL_HOST (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_EMAIL_PORT - label: "WEBLATE_EMAIL_PORT (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_EMAIL_HOST_USER - label: "WEBLATE_EMAIL_HOST_USER (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_EMAIL_HOST_PASSWORD - label: "WEBLATE_EMAIL_HOST_PASSWORD (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_EMAIL_USE_SSL - label: "WEBLATE_EMAIL_USE_SSL" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: false - - variable: WEBLATE_EMAIL_USE_TLS - label: "WEBLATE_EMAIL_USE_TLS" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: false - - variable: WEBLATE_EMAIL_BACKEND - label: "WEBLATE_EMAIL_BACKEND (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: siteintegration - label: "Site Integration Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show Site Integration Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WEBLATE_GET_HELP_URL - label: "WEBLATE_GET_HELP_URL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_STATUS_URL - label: "WEBLATE_STATUS_URL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_LEGAL_URL - label: "WEBLATE_LEGAL_URL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_PRIVACY_URL - label: "WEBLATE_PRIVACY_URL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: errorreporting - label: "Error Reporting Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show Error Reporting Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: ROLLBAR_KEY - label: "ROLLBAR_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: ROLLBAR_ENVIRONMENT - label: "ROLLBAR_ENVIRONMENT (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: SENTRY_DSN - label: "SENTRY_DSN (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: SENTRY_ENVIRONMENT - label: "SENTRY_ENVIRONMENT (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: localization - label: "Localization CDN Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show Localization CDN Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WEBLATE_LOCALIZE_CDN_URL - label: "WEBLATE_LOCALIZE_CDN_URL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_LOCALIZE_CDN_PATH - label: "WEBLATE_LOCALIZE_CDN_PATH (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10158 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 1000 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 1000 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/wizarr/6.1.3/.helmignore b/stable/weblate/13.3.0/.helmignore similarity index 100% rename from stable/wizarr/6.1.3/.helmignore rename to stable/weblate/13.3.0/.helmignore diff --git a/stable/weblate/13.3.0/CHANGELOG.md b/stable/weblate/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..b99482c8c41 --- /dev/null +++ b/stable/weblate/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [weblate-13.3.0](https://github.com/truecharts/charts/compare/weblate-13.2.3...weblate-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [weblate-13.2.3](https://github.com/truecharts/charts/compare/weblate-13.2.2...weblate-13.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [weblate-13.2.2](https://github.com/truecharts/charts/compare/weblate-13.2.0...weblate-13.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + +## [weblate-12.1.15](https://github.com/truecharts/charts/compare/weblate-12.1.14...weblate-12.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [weblate-12.1.14](https://github.com/truecharts/charts/compare/weblate-12.1.13...weblate-12.1.14) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [weblate-12.1.13](https://github.com/truecharts/charts/compare/weblate-12.1.12...weblate-12.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [weblate-12.1.12](https://github.com/truecharts/charts/compare/weblate-12.1.11...weblate-12.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [weblate-12.1.11](https://github.com/truecharts/charts/compare/weblate-12.1.10...weblate-12.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [weblate-12.1.10](https://github.com/truecharts/charts/compare/weblate-12.1.9...weblate-12.1.10) (2024-01-21) + +### Chore diff --git a/stable/weblate/13.3.0/Chart.yaml b/stable/weblate/13.3.0/Chart.yaml new file mode 100644 index 00000000000..ff23a33db8f --- /dev/null +++ b/stable/weblate/13.3.0/Chart.yaml @@ -0,0 +1,46 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.16.4 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Weblate is a copylefted libre software web-based continuous localization system +home: https://truecharts.org/charts/stable/weblate +icon: https://truecharts.org/img/hotlink-ok/chart-icons/weblate.png +keywords: + - translate +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: weblate +sources: + - https://github.com/WeblateOrg/docker-compose + - https://docs.weblate.org/en/latest/ + - https://github.com/WeblateOrg/weblate + - https://github.com/WeblateOrg/docker + - https://github.com/truecharts/charts/tree/master/charts/stable/weblate + - https://hub.docker.com/r/weblate/weblate +type: application +version: 13.3.0 diff --git a/stable/weblate/13.1.3/README.md b/stable/weblate/13.3.0/README.md similarity index 100% rename from stable/weblate/13.1.3/README.md rename to stable/weblate/13.3.0/README.md diff --git a/stable/weblate/13.3.0/app-changelog.md b/stable/weblate/13.3.0/app-changelog.md new file mode 100644 index 00000000000..687574d4126 --- /dev/null +++ b/stable/weblate/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [weblate-13.3.0](https://github.com/truecharts/charts/compare/weblate-13.2.3...weblate-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/weblate/13.1.3/app-readme.md b/stable/weblate/13.3.0/app-readme.md similarity index 100% rename from stable/weblate/13.1.3/app-readme.md rename to stable/weblate/13.3.0/app-readme.md diff --git a/stable/weblate/13.3.0/charts/common-18.2.0.tgz b/stable/weblate/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/weblate/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/weblate/13.3.0/charts/redis-11.2.1.tgz b/stable/weblate/13.3.0/charts/redis-11.2.1.tgz new file mode 100644 index 00000000000..0a779a6f4f2 Binary files /dev/null and b/stable/weblate/13.3.0/charts/redis-11.2.1.tgz differ diff --git a/stable/weblate/13.1.3/ix_values.yaml b/stable/weblate/13.3.0/ix_values.yaml similarity index 100% rename from stable/weblate/13.1.3/ix_values.yaml rename to stable/weblate/13.3.0/ix_values.yaml diff --git a/stable/weblate/13.3.0/questions.yaml b/stable/weblate/13.3.0/questions.yaml new file mode 100755 index 00000000000..4c0bd27ce2c --- /dev/null +++ b/stable/weblate/13.3.0/questions.yaml @@ -0,0 +1,4452 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: weblate + group: "App Configuration" + label: "Weblate Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: general + label: "General Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: WEBLATE_SITE_DOMAIN + label: "WEBLATE_SITE_DOMAIN" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + required: true + default: "" + - variable: WEBLATE_SITE_TITLE + label: "WEBLATE_SITE_TITLE (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_ADMIN_NAME + label: "WEBLATE_ADMIN_NAME (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_ADMIN_EMAIL + label: "WEBLATE_ADMIN_EMAIL (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_ADMIN_PASSWORD + label: "WEBLATE_ADMIN_PASSWORD (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_ENABLE_HTTPS + label: "WEBLATE_ENABLE_HTTPS" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: boolean + default: false + - variable: WEBLATE_IP_PROXY_HEADER + label: "WEBLATE_IP_PROXY_HEADER (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_SECURE_PROXY_SSL_HEADER + label: "WEBLATE_SECURE_PROXY_SSL_HEADER (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_AUTO_UPDATE + label: "WEBLATE_AUTO_UPDATE (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + enum: + - value: "" + description: "none" + - value: "remote" + description: "remote" + - value: "full" + description: "full" + - variable: WEBLATE_SERVER_EMAIL + label: "WEBLATE_SERVER_EMAIL (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_DEFAULT_FROM_EMAIL + label: "WEBLATE_DEFAULT_FROM_EMAIL (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_CONTACT_FORM + label: "WEBLATE_CONTACT_FORM (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "reply-to" + description: "reply-to" + - value: "from" + description: "from" + - variable: WEBLATE_ALLOWED_HOSTS + label: "WEBLATE_ALLOWED_HOSTS (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_REGISTRATION_OPEN + label: "WEBLATE_REGISTRATION_OPEN" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: boolean + default: true + - variable: WEBLATE_REGISTRATION_ALLOW_BACKENDS + label: "WEBLATE_REGISTRATION_ALLOW_BACKENDS (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_REQUIRE_LOGIN + label: "WEBLATE_REQUIRE_LOGIN" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: boolean + default: false + - variable: WEBLATE_LOGIN_REQUIRED_URLS_EXCEPTIONS + label: "WEBLATE_LOGIN_REQUIRED_URLS_EXCEPTIONS (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_ADD_LOGIN_REQUIRED_URLS_EXCEPTIONS + label: "WEBLATE_ADD_LOGIN_REQUIRED_URLS_EXCEPTIONS (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_REMOVE_LOGIN_REQUIRED_URLS_EXCEPTIONS + label: "WEBLATE_REMOVE_LOGIN_REQUIRED_URLS_EXCEPTIONS (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_GOOGLE_ANALYTICS_ID + label: "WEBLATE_GOOGLE_ANALYTICS_ID (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_GITHUB_USERNAME + label: "WEBLATE_GITHUB_USERNAME (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_GITHUB_TOKEN + label: "WEBLATE_GITHUB_TOKEN (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_GITLAB_USERNAME + label: "WEBLATE_GITLAB_USERNAME (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_GITLAB_TOKEN + label: "WEBLATE_GITLAB_TOKEN (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_PAGURE_USERNAME + label: "WEBLATE_PAGURE_USERNAME (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_PAGURE_TOKEN + label: "WEBLATE_PAGURE_TOKEN (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_SIMPLIFY_LANGUAGES + label: "WEBLATE_SIMPLIFY_LANGUAGES" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: boolean + default: true + - variable: WEBLATE_DEFAULT_ACCESS_CONTROL + label: "WEBLATE_DEFAULT_ACCESS_CONTROL (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_DEFAULT_RESTRICTED_COMPONENT + label: "WEBLATE_DEFAULT_RESTRICTED_COMPONENT" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: boolean + default: false + - variable: WEBLATE_DEFAULT_TRANSLATION_PROPAGATION + label: "WEBLATE_DEFAULT_TRANSLATION_PROPAGATION" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: boolean + default: true + - variable: WEBLATE_DEFAULT_COMMITER_EMAIL + label: "WEBLATE_DEFAULT_COMMITER_EMAIL (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_DEFAULT_COMMITER_NAME + label: "WEBLATE_DEFAULT_COMMITER_NAME (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_DEFAULT_SHARED_TM + label: "WEBLATE_DEFAULT_SHARED_TM" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: boolean + default: true + - variable: WEBLATE_AKISMET_API_KEY + label: "WEBLATE_AKISMET_API_KEY (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_GPG_IDENTITY + label: "WEBLATE_GPG_IDENTITY (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_URL_PREFIX + label: "WEBLATE_URL_PREFIX (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_SILENCED_SYSTEM_CHECKS + label: "WEBLATE_SILENCED_SYSTEM_CHECKS (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_CSP_SCRIPT_SRC + label: "WEBLATE_CSP_SCRIPT_SRC (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_CSP_IMG_SRC + label: "WEBLATE_CSP_IMG_SRC (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_CSP_CONNECT_SRC + label: "WEBLATE_CSP_CONNECT_SRC (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_CSP_STYLE_SRC + label: "WEBLATE_CSP_STYLE_SRC (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_CSP_FONT_SRC + label: "WEBLATE_CSP_FONT_SRC (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_LICENSE_FILTER + label: "WEBLATE_LICENSE_FILTER (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_LICENSE_REQUIRED + label: "WEBLATE_LICENSE_REQUIRED" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: boolean + default: false + - variable: WEBLATE_WEBSITE_REQUIRED + label: "WEBLATE_WEBSITE_REQUIRED" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: boolean + default: true + - variable: WEBLATE_HIDE_VERSION + label: "WEBLATE_HIDE_VERSION" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: boolean + default: false + - variable: WEBLATE_BASIC_LANGUAGES + label: "WEBLATE_BASIC_LANGUAGES (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_DEFAULT_AUTO_WATCH + label: "WEBLATE_DEFAULT_AUTO_WATCH" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: boolean + default: true + - variable: WEBLATE_RATELIMIT_ATTEMPTS + label: "WEBLATE_RATELIMIT_ATTEMPTS (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_RATELIMIT_LOCKOUT + label: "WEBLATE_RATELIMIT_LOCKOUT (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_RATELIMIT_WINDOW + label: "WEBLATE_RATELIMIT_WINDOW (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_ENABLE_AVATARS + label: "WEBLATE_ENABLE_AVATARS" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: boolean + default: true + - variable: WEBLATE_LIMIT_TRANSLATION_LENGTH_BY_SOURCE_LENGTH + label: "WEBLATE_LIMIT_TRANSLATION_LENGTH_BY_SOURCE_LENGTH" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: boolean + default: true + - variable: WEBLATE_SSH_EXTRA_ARGS + label: "WEBLATE_SSH_EXTRA_ARGS (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_BORG_EXTRA_ARGS + label: "WEBLATE_BORG_EXTRA_ARGS (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_DATABASE_BACKUP + label: "WEBLATE_DATABASE_BACKUP (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "plain" + enum: + - value: "plain" + description: "plain" + - value: "compressed" + description: "compressed" + - value: "none" + description: "none" + - variable: WEBLATE_DEBUG + label: "WEBLATE_DEBUG" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: boolean + default: false + - variable: WEBLATE_LOGLEVEL + label: "WEBLATE_LOGLEVEL (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: machinetranslate + label: "Machine Translation Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Show Machine Translation Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: WEBLATE_MT_APERTIUM_APY + label: "WEBLATE_MT_APERTIUM_APY (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_MT_AWS_REGION + label: "WEBLATE_MT_AWS_REGION (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_MT_AWS_ACCESS_KEY_ID + label: "WEBLATE_MT_AWS_ACCESS_KEY_ID (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_MT_AWS_SECRET_ACCESS_KEY + label: "WEBLATE_MT_AWS_SECRET_ACCESS_KEY (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_MT_DEEPL_KEY + label: "WEBLATE_MT_DEEPL_KEY (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_MT_DEEPL_API_URL + label: "WEBLATE_MT_DEEPL_API_URL (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_MT_LIBRETRANSLATE_KEY + label: "WEBLATE_MT_LIBRETRANSLATE_KEY (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_MT_LIBRETRANSLATE_API_URL + label: "WEBLATE_MT_LIBRETRANSLATE_API_URL (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_MT_GOOGLE_KEY + label: "WEBLATE_MT_GOOGLE_KEY (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_MT_GOOGLE_CREDENTIALS + label: "WEBLATE_MT_GOOGLE_CREDENTIALS (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_MT_GOOGLE_PROJECT + label: "WEBLATE_MT_GOOGLE_PROJECT (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_MT_GOOGLE_LOCATION + label: "WEBLATE_MT_GOOGLE_LOCATION (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_MT_MICROSOFT_COGNITIVE_KEY + label: "WEBLATE_MT_MICROSOFT_COGNITIVE_KEY (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_MT_MICROSOFT_ENDPOINT_URL + label: "WEBLATE_MT_MICROSOFT_ENDPOINT_URL (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_MT_MICROSOFT_REGION + label: "WEBLATE_MT_MICROSOFT_REGION (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_MT_MICROSOFT_BASE_URL + label: "WEBLATE_MT_MICROSOFT_BASE_URL (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_MT_MODERNMT_KEY + label: "WEBLATE_MT_MODERNMT_KEY (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_MT_MYMEMORY_ENABLED + label: "WEBLATE_MT_MYMEMORY_ENABLED" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: boolean + default: false + - variable: WEBLATE_MT_GLOSBE_ENABLED + label: "WEBLATE_MT_GLOSBE_ENABLED" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: boolean + default: false + - variable: WEBLATE_MT_MICROSOFT_TERMINOLOGY_ENABLED + label: "WEBLATE_MT_MICROSOFT_TERMINOLOGY_ENABLED" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: boolean + default: false + - variable: WEBLATE_MT_SAP_BASE_URL + label: "WEBLATE_MT_SAP_BASE_URL (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_MT_SAP_SANDBOX_APIKEY + label: "WEBLATE_MT_SAP_SANDBOX_APIKEY (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_MT_SAP_USERNAME + label: "WEBLATE_MT_SAP_USERNAME (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_MT_SAP_PASSWORD + label: "WEBLATE_MT_SAP_PASSWORD (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_MT_SAP_USE_MT + label: "WEBLATE_MT_SAP_USE_MT" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: boolean + default: false + - variable: auth + label: "Authentication Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ldap + label: "LDAP Authentication Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Show LDAP Authentication Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: WEBLATE_AUTH_LDAP_SERVER_URI + label: "WEBLATE_AUTH_LDAP_SERVER_URI (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_AUTH_LDAP_USER_DN_TEMPLATE + label: "WEBLATE_AUTH_LDAP_USER_DN_TEMPLATE (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_AUTH_LDAP_USER_ATTR_MAP + label: "WEBLATE_AUTH_LDAP_USER_ATTR_MAP (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_AUTH_LDAP_BIND_DN + label: "WEBLATE_AUTH_LDAP_BIND_DN (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_AUTH_LDAP_BIND_PASSWORD + label: "WEBLATE_AUTH_LDAP_BIND_PASSWORD (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_AUTH_LDAP_CONNECTION_OPTION_REFERRALS + label: "WEBLATE_AUTH_LDAP_CONNECTION_OPTION_REFERRALS" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: boolean + default: false + - variable: WEBLATE_AUTH_LDAP_USER_SEARCH + label: "WEBLATE_AUTH_LDAP_USER_SEARCH (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_AUTH_LDAP_USER_SEARCH_FILTER + label: "WEBLATE_AUTH_LDAP_USER_SEARCH_FILTER (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_AUTH_LDAP_USER_SEARCH_UNION + label: "WEBLATE_AUTH_LDAP_USER_SEARCH_UNION (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_AUTH_LDAP_USER_SEARCH_UNION_DELIMITER + label: "WEBLATE_AUTH_LDAP_USER_SEARCH_UNION_DELIMITER (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: github + label: "Github Authentication Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Show Github Authentication Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: WEBLATE_SOCIAL_AUTH_GITHUB_KEY + label: "WEBLATE_SOCIAL_AUTH_GITHUB_KEY (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_SOCIAL_AUTH_GITHUB_SECRET + label: "WEBLATE_SOCIAL_AUTH_GITHUB_SECRET (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_SOCIAL_AUTH_GITHUB_ORG_KEY + label: "WEBLATE_SOCIAL_AUTH_GITHUB_ORG_KEY (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_SOCIAL_AUTH_GITHUB_ORG_SECRET + label: "WEBLATE_SOCIAL_AUTH_GITHUB_ORG_SECRET (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_SOCIAL_AUTH_GITHUB_ORG_NAME + label: "WEBLATE_SOCIAL_AUTH_GITHUB_ORG_NAME (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_KEY + label: "WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_KEY (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_SECRET + label: "WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_SECRET (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_ID + label: "WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_ID (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: bitbucket + label: "Bitbucket Authentication Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Show Bitbucket Authentication Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: WEBLATE_SOCIAL_AUTH_BITBUCKET_KEY + label: "WEBLATE_SOCIAL_AUTH_BITBUCKET_KEY (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_SOCIAL_AUTH_BITBUCKET_SECRET + label: "WEBLATE_SOCIAL_AUTH_BITBUCKET_SECRET (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: facebook + label: "Facebook Authentication Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Show Facebook Authentication Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: WEBLATE_SOCIAL_AUTH_FACEBOOK_KEY + label: "WEBLATE_SOCIAL_AUTH_FACEBOOK_KEY (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_SOCIAL_AUTH_FACEBOOK_SECRET + label: "WEBLATE_SOCIAL_AUTH_FACEBOOK_SECRET (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: google + label: "Google Authentication Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Show Google Authentication Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_KEY + label: "WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_KEY (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET + label: "WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_DOMAINS + label: "WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_DOMAINS (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_EMAILS + label: "WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_EMAILS (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: gitlab + label: "Gitlab Authentication Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Show Gitlab Authentication Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: WEBLATE_SOCIAL_AUTH_GITLAB_KEY + label: "WEBLATE_SOCIAL_AUTH_GITLAB_KEY (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_SOCIAL_AUTH_GITLAB_SECRET + label: "WEBLATE_SOCIAL_AUTH_GITLAB_SECRET (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_SOCIAL_AUTH_GITLAB_API_URL + label: "WEBLATE_SOCIAL_AUTH_GITLAB_API_URL (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: azure + label: "Azure AD Authentication Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Show Azure AD Authentication Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: WEBLATE_SOCIAL_AUTH_AZUREAD_OAUTH2_KEY + label: "WEBLATE_SOCIAL_AUTH_AZUREAD_OAUTH2_KEY (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_SOCIAL_AUTH_AZUREAD_OAUTH2_SECRET + label: "WEBLATE_SOCIAL_AUTH_AZUREAD_OAUTH2_SECRET (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: azuretenant + label: "Azure AD with Tenant Authentication Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Show Azure AD with Tenant Authentication Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: WEBLATE_SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_KEY + label: "WEBLATE_SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_KEY (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_SECRET + label: "WEBLATE_SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_SECRET (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_TENANT_ID + label: "WEBLATE_SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_TENANT_ID (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: keycloak + label: "Keycloak Authentication Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Show Keycloak Authentication Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: WEBLATE_SOCIAL_AUTH_KEYCLOAK_KEY + label: "WEBLATE_SOCIAL_AUTH_KEYCLOAK_KEY (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_SOCIAL_AUTH_KEYCLOAK_SECRET + label: "WEBLATE_SOCIAL_AUTH_KEYCLOAK_SECRET (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_SOCIAL_AUTH_KEYCLOAK_PUBLIC_KEY + label: "WEBLATE_SOCIAL_AUTH_KEYCLOAK_PUBLIC_KEY (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_SOCIAL_AUTH_KEYCLOAK_ALGORITHM + label: "WEBLATE_SOCIAL_AUTH_KEYCLOAK_ALGORITHM (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_SOCIAL_AUTH_KEYCLOAK_AUTHORIZATION_URL + label: "WEBLATE_SOCIAL_AUTH_KEYCLOAK_AUTHORIZATION_URL (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_SOCIAL_AUTH_KEYCLOAK_ACCESS_TOKEN_URL + label: "WEBLATE_SOCIAL_AUTH_KEYCLOAK_ACCESS_TOKEN_URL (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: linux + label: "Linux Vendors Authentication Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Show Linux Vendors Authentication Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: WEBLATE_SOCIAL_AUTH_FEDORA + label: "WEBLATE_SOCIAL_AUTH_FEDORA" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: boolean + default: false + - variable: WEBLATE_SOCIAL_AUTH_OPENSUSE + label: "WEBLATE_SOCIAL_AUTH_OPENSUSE" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: boolean + default: false + - variable: WEBLATE_SOCIAL_AUTH_UBUNTU + label: "WEBLATE_SOCIAL_AUTH_UBUNTU" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: boolean + default: false + - variable: slack + label: "Slack Authentication Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Show Slack Authentication Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: WEBLATE_SOCIAL_AUTH_SLACK_KEY + label: "WEBLATE_SOCIAL_AUTH_SLACK_KEY (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: SOCIAL_AUTH_SLACK_SECRET + label: "SOCIAL_AUTH_SLACK_SECRET (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: saml + label: "SAML Authentication Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Show SAML Authentication Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: WEBLATE_SAML_IDP_ENTITY_ID + label: "WEBLATE_SAML_IDP_ENTITY_ID (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_SAML_IDP_URL + label: "WEBLATE_SAML_IDP_URL (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_SAML_IDP_X509CERT + label: "WEBLATE_SAML_IDP_X509CERT (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: email + label: "Email Server Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Show Email Server Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: WEBLATE_EMAIL_HOST + label: "WEBLATE_EMAIL_HOST (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_EMAIL_PORT + label: "WEBLATE_EMAIL_PORT (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_EMAIL_HOST_USER + label: "WEBLATE_EMAIL_HOST_USER (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_EMAIL_HOST_PASSWORD + label: "WEBLATE_EMAIL_HOST_PASSWORD (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: WEBLATE_EMAIL_USE_SSL + label: "WEBLATE_EMAIL_USE_SSL" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: boolean + default: false + - variable: WEBLATE_EMAIL_USE_TLS + label: "WEBLATE_EMAIL_USE_TLS" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: boolean + default: false + - variable: WEBLATE_EMAIL_BACKEND + label: "WEBLATE_EMAIL_BACKEND (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: siteintegration + label: "Site Integration Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Show Site Integration Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: WEBLATE_GET_HELP_URL + label: "WEBLATE_GET_HELP_URL (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_STATUS_URL + label: "WEBLATE_STATUS_URL (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_LEGAL_URL + label: "WEBLATE_LEGAL_URL (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_PRIVACY_URL + label: "WEBLATE_PRIVACY_URL (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: errorreporting + label: "Error Reporting Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Show Error Reporting Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: ROLLBAR_KEY + label: "ROLLBAR_KEY (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + private: true + default: "" + - variable: ROLLBAR_ENVIRONMENT + label: "ROLLBAR_ENVIRONMENT (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: SENTRY_DSN + label: "SENTRY_DSN (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: SENTRY_ENVIRONMENT + label: "SENTRY_ENVIRONMENT (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: localization + label: "Localization CDN Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Show Localization CDN Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: WEBLATE_LOCALIZE_CDN_URL + label: "WEBLATE_LOCALIZE_CDN_URL (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: WEBLATE_LOCALIZE_CDN_PATH + label: "WEBLATE_LOCALIZE_CDN_PATH (Leave empty for default)" + description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" + schema: + type: string + default: "" + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10158 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 1000 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 1000 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/wyoming-piper/4.2.0/templates/NOTES.txt b/stable/weblate/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/wyoming-piper/4.2.0/templates/NOTES.txt rename to stable/weblate/13.3.0/templates/NOTES.txt diff --git a/stable/weblate/13.1.3/templates/_configmap.tpl b/stable/weblate/13.3.0/templates/_configmap.tpl similarity index 100% rename from stable/weblate/13.1.3/templates/_configmap.tpl rename to stable/weblate/13.3.0/templates/_configmap.tpl diff --git a/stable/weblate/13.1.3/templates/common.yaml b/stable/weblate/13.3.0/templates/common.yaml similarity index 100% rename from stable/weblate/13.1.3/templates/common.yaml rename to stable/weblate/13.3.0/templates/common.yaml diff --git a/stable/wizarr/6.1.3/values.yaml b/stable/weblate/13.3.0/values.yaml similarity index 100% rename from stable/wizarr/6.1.3/values.yaml rename to stable/weblate/13.3.0/values.yaml diff --git a/stable/webnut/8.1.3/CHANGELOG.md b/stable/webnut/8.1.3/CHANGELOG.md deleted file mode 100644 index 86129854d2e..00000000000 --- a/stable/webnut/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [webnut-7.1.11](https://github.com/truecharts/charts/compare/webnut-7.1.10...webnut-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [webnut-7.1.10](https://github.com/truecharts/charts/compare/webnut-7.1.9...webnut-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [webnut-7.1.9](https://github.com/truecharts/charts/compare/webnut-7.1.8...webnut-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [webnut-7.1.8](https://github.com/truecharts/charts/compare/webnut-7.1.7...webnut-7.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [webnut-7.1.7](https://github.com/truecharts/charts/compare/webnut-7.1.6...webnut-7.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [webnut-7.1.6](https://github.com/truecharts/charts/compare/webnut-7.1.5...webnut-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [webnut-7.1.5](https://github.com/truecharts/charts/compare/webnut-7.1.4...webnut-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [webnut-7.1.4](https://github.com/truecharts/charts/compare/webnut-7.1.3...webnut-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [webnut-7.1.3](https://github.com/truecharts/charts/compare/webnut-7.1.0...webnut-7.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/webnut/8.1.3/Chart.yaml b/stable/webnut/8.1.3/Chart.yaml deleted file mode 100644 index ca6b2c49c5f..00000000000 --- a/stable/webnut/8.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: monitoring - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: webNUT (UPS network monitoring web ui). -home: https://truecharts.org/charts/stable/webnut -icon: https://truecharts.org/img/hotlink-ok/chart-icons/webnut.png -keywords: - - webnut - - ups - - monitoring -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: webnut -sources: - - https://github.com/rshipp/webNUT - - https://github.com/truecharts/charts/tree/master/charts/stable/webnut - - https://hub.docker.com/r/edgd1er/webnut -type: application -version: 8.1.3 diff --git a/stable/webnut/8.1.3/charts/common-18.0.3.tgz b/stable/webnut/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/webnut/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/wordpress/7.4.0/.helmignore b/stable/webnut/8.3.0/.helmignore similarity index 100% rename from stable/wordpress/7.4.0/.helmignore rename to stable/webnut/8.3.0/.helmignore diff --git a/stable/webnut/8.3.0/CHANGELOG.md b/stable/webnut/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..5a6453405d2 --- /dev/null +++ b/stable/webnut/8.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [webnut-8.3.0](https://github.com/truecharts/charts/compare/webnut-8.2.3...webnut-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [webnut-8.2.3](https://github.com/truecharts/charts/compare/webnut-8.2.2...webnut-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [webnut-8.2.2](https://github.com/truecharts/charts/compare/webnut-8.2.0...webnut-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [webnut-7.1.11](https://github.com/truecharts/charts/compare/webnut-7.1.10...webnut-7.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [webnut-7.1.10](https://github.com/truecharts/charts/compare/webnut-7.1.9...webnut-7.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [webnut-7.1.9](https://github.com/truecharts/charts/compare/webnut-7.1.8...webnut-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [webnut-7.1.8](https://github.com/truecharts/charts/compare/webnut-7.1.7...webnut-7.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [webnut-7.1.7](https://github.com/truecharts/charts/compare/webnut-7.1.6...webnut-7.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [webnut-7.1.6](https://github.com/truecharts/charts/compare/webnut-7.1.5...webnut-7.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/webnut/8.3.0/Chart.yaml b/stable/webnut/8.3.0/Chart.yaml new file mode 100644 index 00000000000..2c90c3e50a3 --- /dev/null +++ b/stable/webnut/8.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: monitoring + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: webNUT (UPS network monitoring web ui). +home: https://truecharts.org/charts/stable/webnut +icon: https://truecharts.org/img/hotlink-ok/chart-icons/webnut.png +keywords: + - webnut + - ups + - monitoring +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: webnut +sources: + - https://github.com/rshipp/webNUT + - https://github.com/truecharts/charts/tree/master/charts/stable/webnut + - https://hub.docker.com/r/edgd1er/webnut +type: application +version: 8.3.0 diff --git a/stable/webnut/8.1.3/README.md b/stable/webnut/8.3.0/README.md similarity index 100% rename from stable/webnut/8.1.3/README.md rename to stable/webnut/8.3.0/README.md diff --git a/stable/webnut/8.3.0/app-changelog.md b/stable/webnut/8.3.0/app-changelog.md new file mode 100644 index 00000000000..528e0677e03 --- /dev/null +++ b/stable/webnut/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [webnut-8.3.0](https://github.com/truecharts/charts/compare/webnut-8.2.3...webnut-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/webnut/8.1.3/app-readme.md b/stable/webnut/8.3.0/app-readme.md similarity index 100% rename from stable/webnut/8.1.3/app-readme.md rename to stable/webnut/8.3.0/app-readme.md diff --git a/stable/webnut/8.3.0/charts/common-18.2.0.tgz b/stable/webnut/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/webnut/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/webnut/8.1.3/ix_values.yaml b/stable/webnut/8.3.0/ix_values.yaml similarity index 100% rename from stable/webnut/8.1.3/ix_values.yaml rename to stable/webnut/8.3.0/ix_values.yaml diff --git a/stable/webnut/8.1.3/questions.yaml b/stable/webnut/8.3.0/questions.yaml similarity index 100% rename from stable/webnut/8.1.3/questions.yaml rename to stable/webnut/8.3.0/questions.yaml diff --git a/stable/wyoming-whisper/4.1.3/templates/NOTES.txt b/stable/webnut/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/wyoming-whisper/4.1.3/templates/NOTES.txt rename to stable/webnut/8.3.0/templates/NOTES.txt diff --git a/stable/wizarr/6.1.3/templates/common.yaml b/stable/webnut/8.3.0/templates/common.yaml similarity index 100% rename from stable/wizarr/6.1.3/templates/common.yaml rename to stable/webnut/8.3.0/templates/common.yaml diff --git a/stable/wordpress/7.4.0/values.yaml b/stable/webnut/8.3.0/values.yaml similarity index 100% rename from stable/wordpress/7.4.0/values.yaml rename to stable/webnut/8.3.0/values.yaml diff --git a/stable/webp-server/5.2.0/CHANGELOG.md b/stable/webp-server/5.2.0/CHANGELOG.md deleted file mode 100644 index 32b107d9f73..00000000000 --- a/stable/webp-server/5.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [webp-server-4.1.13](https://github.com/truecharts/charts/compare/webp-server-4.1.12...webp-server-4.1.13) (2024-02-12) - -### Chore - - - -- update container image webpsh/webps to latest[@b5d59f3](https://github.com/b5d59f3) by renovate ([#18114](https://github.com/truecharts/charts/issues/18114)) - - -## [webp-server-4.1.12](https://github.com/truecharts/charts/compare/webp-server-4.1.11...webp-server-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [webp-server-4.1.11](https://github.com/truecharts/charts/compare/webp-server-4.1.10...webp-server-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [webp-server-4.1.10](https://github.com/truecharts/charts/compare/webp-server-4.1.9...webp-server-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [webp-server-4.1.9](https://github.com/truecharts/charts/compare/webp-server-4.1.8...webp-server-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [webp-server-4.1.8](https://github.com/truecharts/charts/compare/webp-server-4.1.7...webp-server-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [webp-server-4.1.7](https://github.com/truecharts/charts/compare/webp-server-4.1.6...webp-server-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [webp-server-4.1.6](https://github.com/truecharts/charts/compare/webp-server-4.1.5...webp-server-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [webp-server-4.1.5](https://github.com/truecharts/charts/compare/webp-server-4.1.4...webp-server-4.1.5) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes diff --git a/stable/webp-server/5.2.0/Chart.yaml b/stable/webp-server/5.2.0/Chart.yaml deleted file mode 100644 index 9a8d2eed858..00000000000 --- a/stable/webp-server/5.2.0/Chart.yaml +++ /dev/null @@ -1,42 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This is a Server based on Golang, which allows you to serve WebP images on the fly. It will convert jpg,jpeg,png files by default, this can be customized by editing the config.json. -home: https://truecharts.org/charts/stable/webp-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/webp-server.png -keywords: - - webp-server - - Cloud - - Productivity - - Tools-Utilities - - MediaServer-Photos - - Network-Web - - Network-FTP -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: webp-server -sources: - - https://github.com/webp-sh/webp_server_go - - https://github.com/truecharts/charts/tree/master/charts/stable/webp-server - - https://hub.docker.com/r/webpsh/webps -type: application -version: 5.2.0 diff --git a/stable/webp-server/5.2.0/charts/common-18.1.2.tgz b/stable/webp-server/5.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/webp-server/5.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/webp-server/5.2.0/ix_values.yaml b/stable/webp-server/5.2.0/ix_values.yaml deleted file mode 100644 index 5572959e6c3..00000000000 --- a/stable/webp-server/5.2.0/ix_values.yaml +++ /dev/null @@ -1,36 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: webpsh/webps - tag: latest@sha256:b5d59f3d5f9a20f74252d9c8de792eeb8277b35a2b476601f1afabb44d8c1b3f -persistence: - storagecache: - enabled: true - mountPath: /opt/exhaust - storagepics: - enabled: true - mountPath: /opt/pics - readOnly: true -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 3333 - protocol: tcp - targetPort: 3333 -workload: - main: - podSpec: - containers: - main: - env: - ALLOWED_TYPES: jpg,png,jpeg,bmp,gif - ENABLE_AVIF: "false" - QUALITY: "80" diff --git a/stable/wyoming-piper/4.2.0/.helmignore b/stable/webp-server/5.3.0/.helmignore similarity index 100% rename from stable/wyoming-piper/4.2.0/.helmignore rename to stable/webp-server/5.3.0/.helmignore diff --git a/stable/webp-server/5.3.0/CHANGELOG.md b/stable/webp-server/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..9cade3a865b --- /dev/null +++ b/stable/webp-server/5.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [webp-server-5.3.0](https://github.com/truecharts/charts/compare/webp-server-5.2.4...webp-server-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [webp-server-5.2.4](https://github.com/truecharts/charts/compare/webp-server-5.2.3...webp-server-5.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [webp-server-5.2.3](https://github.com/truecharts/charts/compare/webp-server-5.2.1...webp-server-5.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [webp-server-4.1.13](https://github.com/truecharts/charts/compare/webp-server-4.1.12...webp-server-4.1.13) (2024-02-12) + +### Chore + + + +- update container image webpsh/webps to latest[@b5d59f3](https://github.com/b5d59f3) by renovate ([#18114](https://github.com/truecharts/charts/issues/18114)) + + +## [webp-server-4.1.12](https://github.com/truecharts/charts/compare/webp-server-4.1.11...webp-server-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [webp-server-4.1.11](https://github.com/truecharts/charts/compare/webp-server-4.1.10...webp-server-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [webp-server-4.1.10](https://github.com/truecharts/charts/compare/webp-server-4.1.9...webp-server-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [webp-server-4.1.9](https://github.com/truecharts/charts/compare/webp-server-4.1.8...webp-server-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [webp-server-4.1.8](https://github.com/truecharts/charts/compare/webp-server-4.1.7...webp-server-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) \ No newline at end of file diff --git a/stable/webp-server/5.3.0/Chart.yaml b/stable/webp-server/5.3.0/Chart.yaml new file mode 100644 index 00000000000..73767451423 --- /dev/null +++ b/stable/webp-server/5.3.0/Chart.yaml @@ -0,0 +1,42 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is a Server based on Golang, which allows you to serve WebP images on the fly. It will convert jpg,jpeg,png files by default, this can be customized by editing the config.json. +home: https://truecharts.org/charts/stable/webp-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/webp-server.png +keywords: + - webp-server + - Cloud + - Productivity + - Tools-Utilities + - MediaServer-Photos + - Network-Web + - Network-FTP +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: webp-server +sources: + - https://github.com/webp-sh/webp_server_go + - https://github.com/truecharts/charts/tree/master/charts/stable/webp-server + - https://hub.docker.com/r/webpsh/webps +type: application +version: 5.3.0 diff --git a/stable/webp-server/5.2.0/README.md b/stable/webp-server/5.3.0/README.md similarity index 100% rename from stable/webp-server/5.2.0/README.md rename to stable/webp-server/5.3.0/README.md diff --git a/stable/webp-server/5.3.0/app-changelog.md b/stable/webp-server/5.3.0/app-changelog.md new file mode 100644 index 00000000000..0cb4f00108d --- /dev/null +++ b/stable/webp-server/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [webp-server-5.3.0](https://github.com/truecharts/charts/compare/webp-server-5.2.4...webp-server-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/webp-server/5.2.0/app-readme.md b/stable/webp-server/5.3.0/app-readme.md similarity index 100% rename from stable/webp-server/5.2.0/app-readme.md rename to stable/webp-server/5.3.0/app-readme.md diff --git a/stable/webp-server/5.3.0/charts/common-18.2.0.tgz b/stable/webp-server/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/webp-server/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/webp-server/5.3.0/ix_values.yaml b/stable/webp-server/5.3.0/ix_values.yaml new file mode 100644 index 00000000000..5c81295b9ea --- /dev/null +++ b/stable/webp-server/5.3.0/ix_values.yaml @@ -0,0 +1,36 @@ +image: + pullPolicy: IfNotPresent + repository: webpsh/webps + tag: latest@sha256:04f662f7861219bc90c46a2c3afc961d4fd585099dd8c8e91a86004541d1e274 +persistence: + storagecache: + enabled: true + mountPath: /opt/exhaust + storagepics: + enabled: true + mountPath: /opt/pics + readOnly: true +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 3333 + protocol: tcp + targetPort: 3333 +workload: + main: + podSpec: + containers: + main: + env: + ALLOWED_TYPES: jpg,png,jpeg,bmp,gif + ENABLE_AVIF: "false" + QUALITY: "80" diff --git a/stable/webp-server/5.2.0/questions.yaml b/stable/webp-server/5.3.0/questions.yaml similarity index 100% rename from stable/webp-server/5.2.0/questions.yaml rename to stable/webp-server/5.3.0/questions.yaml diff --git a/stable/webp-server/5.2.0/templates/common.yaml b/stable/webp-server/5.3.0/templates/common.yaml similarity index 100% rename from stable/webp-server/5.2.0/templates/common.yaml rename to stable/webp-server/5.3.0/templates/common.yaml diff --git a/stable/wyoming-piper/4.2.0/values.yaml b/stable/webp-server/5.3.0/values.yaml similarity index 100% rename from stable/wyoming-piper/4.2.0/values.yaml rename to stable/webp-server/5.3.0/values.yaml diff --git a/stable/website-shot/10.1.3/CHANGELOG.md b/stable/website-shot/10.1.3/CHANGELOG.md deleted file mode 100644 index fc1e87524a0..00000000000 --- a/stable/website-shot/10.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [website-shot-9.1.11](https://github.com/truecharts/charts/compare/website-shot-9.1.10...website-shot-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [website-shot-9.1.10](https://github.com/truecharts/charts/compare/website-shot-9.1.9...website-shot-9.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [website-shot-9.1.9](https://github.com/truecharts/charts/compare/website-shot-9.1.8...website-shot-9.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [website-shot-9.1.8](https://github.com/truecharts/charts/compare/website-shot-9.1.7...website-shot-9.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [website-shot-9.1.7](https://github.com/truecharts/charts/compare/website-shot-9.1.6...website-shot-9.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [website-shot-9.1.6](https://github.com/truecharts/charts/compare/website-shot-9.1.5...website-shot-9.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [website-shot-9.1.5](https://github.com/truecharts/charts/compare/website-shot-9.1.4...website-shot-9.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [website-shot-9.1.4](https://github.com/truecharts/charts/compare/website-shot-9.1.3...website-shot-9.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [website-shot-9.1.3](https://github.com/truecharts/charts/compare/website-shot-9.1.0...website-shot-9.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/website-shot/10.1.3/Chart.yaml b/stable/website-shot/10.1.3/Chart.yaml deleted file mode 100644 index 38fd2b4f4ed..00000000000 --- a/stable/website-shot/10.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Generate a full web-page screenshot with our service, that provides rich interface to make any kind of web screenshots online for free with no limits. The simplest way to take a full page screenshot. -home: https://truecharts.org/charts/stable/website-shot -icon: https://truecharts.org/img/hotlink-ok/chart-icons/website-shot.png -keywords: - - website-shot -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: website-shot -sources: - - https://github.com/Flowko/website-shot - - https://github.com/truecharts/charts/tree/master/charts/stable/website-shot - - https://hub.docker.com/r/flowko1/website-shot -type: application -version: 10.1.3 diff --git a/stable/website-shot/10.1.3/charts/common-18.0.3.tgz b/stable/website-shot/10.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/website-shot/10.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/wyoming-whisper/4.1.3/.helmignore b/stable/website-shot/10.3.0/.helmignore similarity index 100% rename from stable/wyoming-whisper/4.1.3/.helmignore rename to stable/website-shot/10.3.0/.helmignore diff --git a/stable/website-shot/10.3.0/CHANGELOG.md b/stable/website-shot/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..624e545be58 --- /dev/null +++ b/stable/website-shot/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [website-shot-10.3.0](https://github.com/truecharts/charts/compare/website-shot-10.2.3...website-shot-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [website-shot-10.2.3](https://github.com/truecharts/charts/compare/website-shot-10.2.2...website-shot-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [website-shot-10.2.2](https://github.com/truecharts/charts/compare/website-shot-10.2.0...website-shot-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [website-shot-9.1.11](https://github.com/truecharts/charts/compare/website-shot-9.1.10...website-shot-9.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [website-shot-9.1.10](https://github.com/truecharts/charts/compare/website-shot-9.1.9...website-shot-9.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [website-shot-9.1.9](https://github.com/truecharts/charts/compare/website-shot-9.1.8...website-shot-9.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [website-shot-9.1.8](https://github.com/truecharts/charts/compare/website-shot-9.1.7...website-shot-9.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [website-shot-9.1.7](https://github.com/truecharts/charts/compare/website-shot-9.1.6...website-shot-9.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [website-shot-9.1.6](https://github.com/truecharts/charts/compare/website-shot-9.1.5...website-shot-9.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/website-shot/10.3.0/Chart.yaml b/stable/website-shot/10.3.0/Chart.yaml new file mode 100644 index 00000000000..f70327a6757 --- /dev/null +++ b/stable/website-shot/10.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Generate a full web-page screenshot with our service, that provides rich interface to make any kind of web screenshots online for free with no limits. The simplest way to take a full page screenshot. +home: https://truecharts.org/charts/stable/website-shot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/website-shot.png +keywords: + - website-shot +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: website-shot +sources: + - https://github.com/Flowko/website-shot + - https://github.com/truecharts/charts/tree/master/charts/stable/website-shot + - https://hub.docker.com/r/flowko1/website-shot +type: application +version: 10.3.0 diff --git a/stable/website-shot/10.1.3/README.md b/stable/website-shot/10.3.0/README.md similarity index 100% rename from stable/website-shot/10.1.3/README.md rename to stable/website-shot/10.3.0/README.md diff --git a/stable/website-shot/10.3.0/app-changelog.md b/stable/website-shot/10.3.0/app-changelog.md new file mode 100644 index 00000000000..034de0fae56 --- /dev/null +++ b/stable/website-shot/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [website-shot-10.3.0](https://github.com/truecharts/charts/compare/website-shot-10.2.3...website-shot-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/website-shot/10.1.3/app-readme.md b/stable/website-shot/10.3.0/app-readme.md similarity index 100% rename from stable/website-shot/10.1.3/app-readme.md rename to stable/website-shot/10.3.0/app-readme.md diff --git a/stable/website-shot/10.3.0/charts/common-18.2.0.tgz b/stable/website-shot/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/website-shot/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/website-shot/10.1.3/ix_values.yaml b/stable/website-shot/10.3.0/ix_values.yaml similarity index 100% rename from stable/website-shot/10.1.3/ix_values.yaml rename to stable/website-shot/10.3.0/ix_values.yaml diff --git a/stable/website-shot/10.1.3/questions.yaml b/stable/website-shot/10.3.0/questions.yaml similarity index 100% rename from stable/website-shot/10.1.3/questions.yaml rename to stable/website-shot/10.3.0/questions.yaml diff --git a/stable/xen-orchestra/8.2.0/templates/NOTES.txt b/stable/website-shot/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/xen-orchestra/8.2.0/templates/NOTES.txt rename to stable/website-shot/10.3.0/templates/NOTES.txt diff --git a/stable/wyoming-whisper/4.1.3/templates/common.yaml b/stable/website-shot/10.3.0/templates/common.yaml similarity index 100% rename from stable/wyoming-whisper/4.1.3/templates/common.yaml rename to stable/website-shot/10.3.0/templates/common.yaml diff --git a/stable/wyoming-whisper/4.1.3/values.yaml b/stable/website-shot/10.3.0/values.yaml similarity index 100% rename from stable/wyoming-whisper/4.1.3/values.yaml rename to stable/website-shot/10.3.0/values.yaml diff --git a/stable/webtop/9.2.0/CHANGELOG.md b/stable/webtop/9.2.0/CHANGELOG.md deleted file mode 100644 index b53603e2b4b..00000000000 --- a/stable/webtop/9.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - -## [webtop-8.1.176](https://github.com/truecharts/charts/compare/webtop-8.1.152...webtop-8.1.176) (2024-02-12) - -### Chore - - - -- update webtop by renovate ([#18119](https://github.com/truecharts/charts/issues/18119)) - - -## [webtop-8.1.152](https://github.com/truecharts/charts/compare/webtop-8.1.151...webtop-8.1.152) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [webtop-8.1.151](https://github.com/truecharts/charts/compare/webtop-8.1.132...webtop-8.1.151) (2024-02-03) - -### Chore - - - -- update webtop by renovate ([#17800](https://github.com/truecharts/charts/issues/17800)) - - -## [webtop-8.1.132](https://github.com/truecharts/charts/compare/webtop-8.1.110...webtop-8.1.132) (2024-01-29) - -### Chore - - - -- update webtop by renovate ([#17658](https://github.com/truecharts/charts/issues/17658)) - - -## [webtop-8.1.110](https://github.com/truecharts/charts/compare/webtop-8.1.109...webtop-8.1.110) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [webtop-8.1.109](https://github.com/truecharts/charts/compare/webtop-8.1.108...webtop-8.1.109) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [webtop-8.1.108](https://github.com/truecharts/charts/compare/webtop-8.1.107...webtop-8.1.108) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [webtop-8.1.107](https://github.com/truecharts/charts/compare/webtop-8.1.106...webtop-8.1.107) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/webtop/9.2.0/Chart.yaml b/stable/webtop/9.2.0/Chart.yaml deleted file mode 100644 index dc282972e0d..00000000000 --- a/stable/webtop/9.2.0/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Webtop full desktop environments in officially supported flavors accessible via any modern web browser. -home: https://truecharts.org/charts/stable/webtop -icon: https://truecharts.org/img/hotlink-ok/chart-icons/webtop.png -keywords: - - webtop - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: webtop -sources: - - https://github.com/linuxserver/docker-webtop#readme - - https://github.com/linuxserver/gclient - - https://github.com/orgs/linuxserver/packages/container/package/webtop - - https://github.com/truecharts/charts/tree/master/charts/stable/webtop - - https://fleet.linuxserver.io/image?name=linuxserver/webtop -type: application -version: 9.2.0 diff --git a/stable/webtop/9.2.0/charts/common-18.1.2.tgz b/stable/webtop/9.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/webtop/9.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/webtop/9.2.0/ix_values.yaml b/stable/webtop/9.2.0/ix_values.yaml deleted file mode 100644 index 468d7d25a01..00000000000 --- a/stable/webtop/9.2.0/ix_values.yaml +++ /dev/null @@ -1,125 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: lscr.io/linuxserver/webtop - tag: latest@sha256:6bacb54aaa20856b91a821e33c55ba2f75b0ec6fd0ed1955ed3970c288af631c -ubuntuXFCEImage: - repository: lscr.io/linuxserver/webtop - tag: ubuntu-xfce@sha256:346c05ddaf7c32b5af7b1f73d4d5145a80a74a92dafd84996fa14e3b3d36239d - pullPolicy: Always -fedoraXFCEImage: - repository: lscr.io/linuxserver/webtop - tag: fedora-xfce@sha256:aa1a52a6a58d30ea509e42f084c533bda22237e67ed1ac43bce51d6c930990ca - pullPolicy: Always -archXFCEImage: - repository: lscr.io/linuxserver/webtop - tag: arch-xfce@sha256:64067493ee3460912e199a05f5cf2ba21d428d660dc833474ae60f2e3293d17e - pullPolicy: Always -alpineKDEImage: - repository: lscr.io/linuxserver/webtop - tag: alpine-kde@sha256:06c4d3d1ec184389d59715355121b1ef9b2d02c94c65f104f16e0a49771f9463 - pullPolicy: Always -ubuntuKDEImage: - repository: lscr.io/linuxserver/webtop - tag: ubuntu-kde@sha256:a210526cea2c2ba59e6f099e51815028c8f1ab1524267eee751685d88b9bb0e2 - pullPolicy: Always -fedoraKDEImage: - repository: lscr.io/linuxserver/webtop - tag: fedora-kde@sha256:22c635550732de932d1b131601699bd267a09144ce37f9b9981fe3b9b6aeb9cb - pullPolicy: Always -archKDEImage: - repository: lscr.io/linuxserver/webtop - tag: arch-kde@sha256:85adf5a6d698e223ef266003e92596cc29eb6210b073fc0d0373d4fc5bf16122 - pullPolicy: Always -alpineMATEImage: - repository: lscr.io/linuxserver/webtop - tag: alpine-mate@sha256:eafd3716e3fabf822fda2b60291257593237495ebb52e186411b544d05ab83bd - pullPolicy: Always -ubuntuMATEImage: - repository: lscr.io/linuxserver/webtop - tag: ubuntu-mate@sha256:3428eadb331f8cace8a37a360150ed148fb4fdeb6d462a15bc94024bf79eb28a - pullPolicy: Always -fedoraMATEImage: - repository: lscr.io/linuxserver/webtop - tag: fedora-mate@sha256:faedd0093b8657ac116d460a75fe28e3cf590321c3e6c3ef1728a71c26ad5407 - pullPolicy: Always -archMATEImage: - repository: lscr.io/linuxserver/webtop - tag: arch-mate@sha256:8ded1638f04344ce5af507893b519bc0166684cab07b7b7e277993dda3b126bf - pullPolicy: Always -alpineI3Image: - repository: lscr.io/linuxserver/webtop - tag: alpine-i3@sha256:ea8c2d288374646beaee73f7b7707c04003186d0c1ca598c21cec9f9e87f22d8 - pullPolicy: Always -ubuntuI3Image: - repository: lscr.io/linuxserver/webtop - tag: ubuntu-i3@sha256:4e5459037029c9337ba6baa80853dfbfde1bd38b725db587808c1cb7fbbdbe1c - pullPolicy: Always -fedoraI3Image: - repository: lscr.io/linuxserver/webtop - tag: fedora-i3@sha256:9d45d101dbae3119dd3ae5d03070915613dd5771c552efbfa34898343b2509f7 - pullPolicy: Always -archI3Image: - repository: lscr.io/linuxserver/webtop - tag: arch-i3@sha256:f2b3377392ef5d650de60ada19d3ba19de131f0ddc5b82ebf5194ebcb110b561 - pullPolicy: Always -alpineOpenBoxImage: - repository: lscr.io/linuxserver/webtop - tag: alpine-openbox@sha256:fed7a9fd08a18dd72fe934cdac22ef2a63b205a2c3aefb6ff7fdbecbd7c7ecf7 - pullPolicy: Always -ubuntuOpenBoxImage: - repository: lscr.io/linuxserver/webtop - tag: ubuntu-openbox@sha256:2d3f9c7359ddffbfe61e7d7c2acddffe15b2f38fd2248dd4708ea64cd828afba - pullPolicy: Always -fedoraOpenBoxImage: - repository: lscr.io/linuxserver/webtop - tag: fedora-openbox@sha256:090e046ac3eb915ab95b0fcf989fc5cdbddb444ee5aec52cd6eaa5efe4f96d81 - pullPolicy: Always -archOpenBoxImage: - repository: lscr.io/linuxserver/webtop - tag: arch-openbox@sha256:3ae7857d03c78d66af1dc1e58a95f3ae0ddc235d3ad73a147467861a357bdcaf - pullPolicy: Always -alpineICEWMImage: - repository: lscr.io/linuxserver/webtop - tag: alpine-icewm@sha256:1340eaffb7712425fa20e36f204d941e6bc86c132d9860b263f8db0a1d4b8c42 - pullPolicy: Always -ubuntuICEWMImage: - repository: lscr.io/linuxserver/webtop - tag: ubuntu-icewm@sha256:d70571242f83e9dfcd32a41a550c06e1410869db93ab5567b4637a1fdc055722 - pullPolicy: Always -fedoraICEWMImage: - repository: lscr.io/linuxserver/webtop - tag: fedora-icewm@sha256:da3fa3663dc07e14a99e499e687190d389477d7a1e4f35e9ead3d066919ac2f9 - pullPolicy: Always -archICEWMImage: - repository: lscr.io/linuxserver/webtop - tag: arch-icewm@sha256:c6ef5846b0759942024ad58bdb385f835c60b285635ec0fe01520c242734af59 - pullPolicy: Always -service: - main: - ports: - main: - port: 33000 - protocol: http -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsGroup: 0 - runAsUser: 0 -workload: - main: - podSpec: - containers: - main: - imageSelector: image - env: - KEYBOARD: "en-us-qwerty" - CUSTOM_PORT: "{{ .Values.service.main.ports.main.port }}" -updated: true diff --git a/stable/xen-orchestra/8.2.0/.helmignore b/stable/webtop/9.3.0/.helmignore similarity index 100% rename from stable/xen-orchestra/8.2.0/.helmignore rename to stable/webtop/9.3.0/.helmignore diff --git a/stable/webtop/9.3.0/CHANGELOG.md b/stable/webtop/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..83a8910d840 --- /dev/null +++ b/stable/webtop/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [webtop-9.3.0](https://github.com/truecharts/charts/compare/webtop-9.2.27...webtop-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [webtop-9.2.27](https://github.com/truecharts/charts/compare/webtop-9.2.26...webtop-9.2.27) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [webtop-9.2.26](https://github.com/truecharts/charts/compare/webtop-9.2.24...webtop-9.2.26) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + +## [webtop-8.1.176](https://github.com/truecharts/charts/compare/webtop-8.1.152...webtop-8.1.176) (2024-02-12) + +### Chore + + + +- update webtop by renovate ([#18119](https://github.com/truecharts/charts/issues/18119)) + + +## [webtop-8.1.152](https://github.com/truecharts/charts/compare/webtop-8.1.151...webtop-8.1.152) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [webtop-8.1.151](https://github.com/truecharts/charts/compare/webtop-8.1.132...webtop-8.1.151) (2024-02-03) + +### Chore + + + +- update webtop by renovate ([#17800](https://github.com/truecharts/charts/issues/17800)) + + +## [webtop-8.1.132](https://github.com/truecharts/charts/compare/webtop-8.1.110...webtop-8.1.132) (2024-01-29) + +### Chore + + + +- update webtop by renovate ([#17658](https://github.com/truecharts/charts/issues/17658)) + + +## [webtop-8.1.110](https://github.com/truecharts/charts/compare/webtop-8.1.109...webtop-8.1.110) (2024-01-26) + +### Chore + diff --git a/stable/webtop/9.3.0/Chart.yaml b/stable/webtop/9.3.0/Chart.yaml new file mode 100644 index 00000000000..35819b7ca1b --- /dev/null +++ b/stable/webtop/9.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Webtop full desktop environments in officially supported flavors accessible via any modern web browser. +home: https://truecharts.org/charts/stable/webtop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/webtop.png +keywords: + - webtop + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: webtop +sources: + - https://github.com/linuxserver/docker-webtop#readme + - https://github.com/linuxserver/gclient + - https://github.com/orgs/linuxserver/packages/container/package/webtop + - https://github.com/truecharts/charts/tree/master/charts/stable/webtop + - https://fleet.linuxserver.io/image?name=linuxserver/webtop +type: application +version: 9.3.0 diff --git a/stable/webtop/9.2.0/README.md b/stable/webtop/9.3.0/README.md similarity index 100% rename from stable/webtop/9.2.0/README.md rename to stable/webtop/9.3.0/README.md diff --git a/stable/webtop/9.3.0/app-changelog.md b/stable/webtop/9.3.0/app-changelog.md new file mode 100644 index 00000000000..04e990e71d9 --- /dev/null +++ b/stable/webtop/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [webtop-9.3.0](https://github.com/truecharts/charts/compare/webtop-9.2.27...webtop-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/webtop/9.2.0/app-readme.md b/stable/webtop/9.3.0/app-readme.md similarity index 100% rename from stable/webtop/9.2.0/app-readme.md rename to stable/webtop/9.3.0/app-readme.md diff --git a/stable/webtop/9.3.0/charts/common-18.2.0.tgz b/stable/webtop/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/webtop/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/webtop/9.3.0/ix_values.yaml b/stable/webtop/9.3.0/ix_values.yaml new file mode 100644 index 00000000000..6de1a8890d5 --- /dev/null +++ b/stable/webtop/9.3.0/ix_values.yaml @@ -0,0 +1,125 @@ +image: + pullPolicy: IfNotPresent + repository: lscr.io/linuxserver/webtop + tag: latest@sha256:b88bb8961e181e9c6e04233893fc6c63a026b3552b81917851bba6d89a81127b +ubuntuXFCEImage: + repository: lscr.io/linuxserver/webtop + tag: ubuntu-xfce@sha256:8ea45033716a28c9bb64f1edee6272bb2e5365fabf6549115e5238e2129a549a + pullPolicy: Always +fedoraXFCEImage: + repository: lscr.io/linuxserver/webtop + tag: fedora-xfce@sha256:acc5395eb53e296eb9ab62c7ae33196f09ac8c99a29c9afbe01b8e6cc58037e5 + pullPolicy: Always +archXFCEImage: + repository: lscr.io/linuxserver/webtop + tag: arch-xfce@sha256:d60af1d45f268fd0cefe506a12add52aada201c33ad4a6693bc2ec065852894f + pullPolicy: Always +alpineKDEImage: + repository: lscr.io/linuxserver/webtop + tag: alpine-kde@sha256:426f1076d9a9af1c9c836b9c2c688b24cf3b3e875d6d6035a8000ba31b2f3c4f + pullPolicy: Always +ubuntuKDEImage: + repository: lscr.io/linuxserver/webtop + tag: ubuntu-kde@sha256:becfd8fb90b2305fefc3eb5c9858892a2e2ceac4d17c485161ba5da3131af8e1 + pullPolicy: Always +fedoraKDEImage: + repository: lscr.io/linuxserver/webtop + tag: fedora-kde@sha256:daba9c580d00f44fe7fb275f1b2e975ea36c6ccfaa626226d5cab92fd0ac7ce7 + pullPolicy: Always +archKDEImage: + repository: lscr.io/linuxserver/webtop + tag: arch-kde@sha256:e0bbf18f51e63d00ece755357481483483e7e5dc01e6e68d3c1c52015255c3ba + pullPolicy: Always +alpineMATEImage: + repository: lscr.io/linuxserver/webtop + tag: alpine-mate@sha256:70f81eaf9ceda94ede4cdbbc4e793127f2bd23474175dfe8af6a47e921608b08 + pullPolicy: Always +ubuntuMATEImage: + repository: lscr.io/linuxserver/webtop + tag: ubuntu-mate@sha256:76b5d32066d1bc39ac7164ae844d68d267bfb6d250ee99051804b4e9026a426a + pullPolicy: Always +fedoraMATEImage: + repository: lscr.io/linuxserver/webtop + tag: fedora-mate@sha256:bb8e2b79b1f1f0086f9a3a1f4d356475b93fedfb43c0505b7f4b0700687e9b8e + pullPolicy: Always +archMATEImage: + repository: lscr.io/linuxserver/webtop + tag: arch-mate@sha256:d5bf88ab5a44ca34148ddb9f5d0924eb94ea3fde440fa04fa583d78edfd3e251 + pullPolicy: Always +alpineI3Image: + repository: lscr.io/linuxserver/webtop + tag: alpine-i3@sha256:04983024ace466db4d1f0907246424570ad094d76c53bde192d840d86eae7673 + pullPolicy: Always +ubuntuI3Image: + repository: lscr.io/linuxserver/webtop + tag: ubuntu-i3@sha256:8c2af0c8f0183bb33c88e44efe8b96d8401f95880adac4ee0fef54e0a4ffde7e + pullPolicy: Always +fedoraI3Image: + repository: lscr.io/linuxserver/webtop + tag: fedora-i3@sha256:9d5953b6425c53b3dc49a4bd28196f7df1a487335bf85afe5bbe03b4d1dbc01e + pullPolicy: Always +archI3Image: + repository: lscr.io/linuxserver/webtop + tag: arch-i3@sha256:75b06e7c5a9c58d41006478bc09c85e4185c6553cc98a8ddbed71a2ae352cb8a + pullPolicy: Always +alpineOpenBoxImage: + repository: lscr.io/linuxserver/webtop + tag: alpine-openbox@sha256:d31e723848dd0e0216bb5faf08b8347a85ce739225049fa50a652a3969cea166 + pullPolicy: Always +ubuntuOpenBoxImage: + repository: lscr.io/linuxserver/webtop + tag: ubuntu-openbox@sha256:d19baef95cf52da9e68ca69a4eec8b202ec268e4bd602fde6ba3d61b8822daaf + pullPolicy: Always +fedoraOpenBoxImage: + repository: lscr.io/linuxserver/webtop + tag: fedora-openbox@sha256:ea47bf48b015f0138b176e4ed2e3dc9c051e9a68c42694afda53d14216ba8743 + pullPolicy: Always +archOpenBoxImage: + repository: lscr.io/linuxserver/webtop + tag: arch-openbox@sha256:a61185f89d18fe2bc345d1f8adcc361daceb052681abfe6ab11fb7e2766a8f42 + pullPolicy: Always +alpineICEWMImage: + repository: lscr.io/linuxserver/webtop + tag: alpine-icewm@sha256:21de4a847322d52f84d36bad735ae758baf28e965378fd2cda4051c4e073faae + pullPolicy: Always +ubuntuICEWMImage: + repository: lscr.io/linuxserver/webtop + tag: ubuntu-icewm@sha256:046964c4c841c28f2ff6b21167b274697b01bcdfdd6aa551732c1d2059479c3e + pullPolicy: Always +fedoraICEWMImage: + repository: lscr.io/linuxserver/webtop + tag: fedora-icewm@sha256:1b608f7ecd0cb302d8d94fab9d5486c940782a5d4806aa23899a75c94580e9f4 + pullPolicy: Always +archICEWMImage: + repository: lscr.io/linuxserver/webtop + tag: arch-icewm@sha256:0a688b73a11c26f32d8f7aa4f9840ce8be911cfedbb8c4ecc0bfa52ac2bd5623 + pullPolicy: Always +service: + main: + ports: + main: + port: 33000 + protocol: http +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsGroup: 0 + runAsUser: 0 +workload: + main: + podSpec: + containers: + main: + imageSelector: image + env: + KEYBOARD: "en-us-qwerty" + CUSTOM_PORT: "{{ .Values.service.main.ports.main.port }}" +updated: true diff --git a/stable/webtop/9.2.0/questions.yaml b/stable/webtop/9.3.0/questions.yaml similarity index 100% rename from stable/webtop/9.2.0/questions.yaml rename to stable/webtop/9.3.0/questions.yaml diff --git a/stable/xteve/13.1.3/templates/NOTES.txt b/stable/webtop/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/xteve/13.1.3/templates/NOTES.txt rename to stable/webtop/9.3.0/templates/NOTES.txt diff --git a/stable/webtop/9.2.0/templates/common.yaml b/stable/webtop/9.3.0/templates/common.yaml similarity index 100% rename from stable/webtop/9.2.0/templates/common.yaml rename to stable/webtop/9.3.0/templates/common.yaml diff --git a/stable/xen-orchestra/8.2.0/values.yaml b/stable/webtop/9.3.0/values.yaml similarity index 100% rename from stable/xen-orchestra/8.2.0/values.yaml rename to stable/webtop/9.3.0/values.yaml diff --git a/stable/wekan/14.3.0/CHANGELOG.md b/stable/wekan/14.3.0/CHANGELOG.md deleted file mode 100644 index 202c879ae6c..00000000000 --- a/stable/wekan/14.3.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - -## [wekan-13.4.1](https://github.com/truecharts/charts/compare/wekan-13.4.0...wekan-13.4.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [wekan-13.4.0](https://github.com/truecharts/charts/compare/wekan-13.3.6...wekan-13.4.0) (2024-01-29) - -### Chore - - - -- update container image wekanteam/wekan to v7.30[@99e9d9b](https://github.com/99e9d9b) by renovate ([#17702](https://github.com/truecharts/charts/issues/17702)) - - -## [wekan-13.3.6](https://github.com/truecharts/charts/compare/wekan-13.3.5...wekan-13.3.6) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [wekan-13.3.5](https://github.com/truecharts/charts/compare/wekan-13.3.4...wekan-13.3.5) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [wekan-13.3.4](https://github.com/truecharts/charts/compare/wekan-13.3.3...wekan-13.3.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [wekan-13.3.3](https://github.com/truecharts/charts/compare/wekan-13.3.2...wekan-13.3.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [wekan-13.3.2](https://github.com/truecharts/charts/compare/wekan-13.3.1...wekan-13.3.2) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [wekan-13.3.1](https://github.com/truecharts/charts/compare/wekan-13.3.0...wekan-13.3.1) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - -- update helm general non-major by renovate ([#17057](https://github.com/truecharts/charts/issues/17057)) - diff --git a/stable/wekan/14.3.0/Chart.yaml b/stable/wekan/14.3.0/Chart.yaml deleted file mode 100644 index 7123f0ec1be..00000000000 --- a/stable/wekan/14.3.0/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 7.34.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mongodb - version: 11.3.0 - repository: oci://tccr.io/truecharts - condition: mongodb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: WeKan - Open Source kanban -home: https://truecharts.org/charts/stable/wekan -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wekan.png -keywords: - - wekan - - kanban -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: wekan -sources: - - https://wekan.github.io/ - - https://github.com/wekan/wekan - - https://github.com/truecharts/charts/tree/master/charts/stable/wekan - - https://hub.docker.com/r/wekanteam/wekan -type: application -version: 14.3.0 diff --git a/stable/wekan/14.3.0/charts/common-18.1.2.tgz b/stable/wekan/14.3.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/wekan/14.3.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/wekan/14.3.0/ix_values.yaml b/stable/wekan/14.3.0/ix_values.yaml deleted file mode 100644 index 2c8f128074c..00000000000 --- a/stable/wekan/14.3.0/ix_values.yaml +++ /dev/null @@ -1,159 +0,0 @@ -image: - repository: wekanteam/wekan - tag: v7.34@sha256:32ccda49dd834669306a5d862e2a80395a821390852c640d1ea70b030adbed49 - pullPolicy: IfNotPresent -service: - main: - ports: - main: - port: 10192 - targetPort: 8080 -mongodb: - enabled: true - mongodbUsername: wekan - mongodbDatabase: wekan -persistence: - data: - enabled: true - mountPath: "/data" -portal: - open: - enabled: true -workload: - main: - podSpec: - containers: - main: - env: - WRITABLE_PATH: "/data" - # User Defined - ROOT_URL: "http://localhost:8080" - # BROWSER_POLICY_ENABLED: false - # TRUSTED_URL: "" - # LOGOUT_WITH_TIMER: false - # LOGOUT_IN: 0 - # LOGOUT_ON_HOURS: 0 - # LOGOUT_ON_MINUTES: 0 - # ACCOUNTS_COMMON_LOGIN_EXPIRATION_IN_DAYS: 90 - # ACCOUNTS_LOCKOUT_KNOWN_USERS_FAILURES_BEFORE: 3 - # ACCOUNTS_LOCKOUT_KNOWN_USERS_PERIOD: 60 - # ACCOUNTS_LOCKOUT_KNOWN_USERS_FAILURE_WINDOW: 15 - # ACCOUNTS_LOCKOUT_UNKNOWN_USERS_FAILURES_BERORE: 3 - # ACCOUNTS_LOCKOUT_UNKNOWN_USERS_LOCKOUT_PERIOD: 60 - # ACCOUNTS_LOCKOUT_UNKNOWN_USERS_FAILURE_WINDOW: 15 - # MAX_IMAGE_PIXEL: 1024 - # IMAGE_COMPRESS_RATIO: 80 - # MAIL_URL: "" - # MAIL_SERVICE_USER: "" - # MAIL_SERVICE_PASSWORD: "" - # MAIL_SERVICE: "" - # BIGEVENTS_PATTERN: "NONE" - # NOTIFICATION_TRAY_AFTER_READ_DAYS_BEFORE_REMOVE: 90 - # EMAIL_NOTIFICATION_TIMEOUT: 30000 - # NOTIFY_DUE_DAYS_BEFORE_AND_AFTER: "2,0" - # NOTIFY_DUE_AT_HOUR_OF_DAY: 8 - # RESULTS_PER_PAGE: 20 - # RICHER_CARD_COMMENT_EDITOR: false - # CARD_OPENED_WEBHOOK_ENABLED: false - # PASSWORD_LOGIN_ENABLED: false - # WAIT_SPINNER: "Bounce" - # WITH_API: true - # WEBHOOKS_ATTRIBUTES: "cardId,listId,oldListId,boardId,comment,user,card,commentId,swimlaneId,customerField,customFieldValue" - # CORS: "*" - # CORS_ALLOW_HEADERS: "Authorization,Content-Type" - # CORS_EXPOSE_HEADERS: "*" - # MATOMO_ADDRESS: "" - # MATOMO_SITE_ID: 1 - # MATOMO_DO_NOT_TRACK: true - # MATOMO_WITH_USERNAME: true - # ORACLE_OIM_ENABLED: false - # OAUTH2_ENABLED: false - # OAUTH2_LOGIN_STYLE: "redirect" - # OAUTH2_CLIENT_ID: "" - # OAUTH2_SECRET: "" - # OAUTH2_SERVER_URL: "" - # OAUTH2_AUTH_ENDPOINT: "" - # OAUTH2_USERINFO_ENDPOINT: "" - # OAUTH2_TOKEN_ENDPOINT: "" - # OAUTH2_ID_MAP: "" - # OAUTH2_USERNAME_MAP: "" - # OAUTH2_FULLNAME_MAP: "" - # OAUTH2_EMAIL_MAP: "" - # OAUTH2_ID_TOKEN_WHITELIST_FIELDS: "" - # OAUTH2_REQUEST_PERMISSIONS: "" - # OAUTH2_CA_CERT: "" - # OAUTH2_ADFS_ENABLED: false - # LDAP_ENABLE: false - # DEFAULT_AUTHENTICATION_METHOD: "ldap" - # LDAP_PORT: 389 - # LDAP_HOST: "" - # LDAP_AD_SIMPLE_AUTH: false - # LDAP_USER_AUTHENTICATION: false - # LDAP_USER_AUTHENTICATION_FIELD: "uid" - # LDAP_DEFAULT_DOMAIN: "" - # LDAP_BASEDN: "" - # LDAP_LOGIN_FALLBACK: false - # LDAP_RECONNECT: true - # LDAP_TIMEOUT: 10000 - # LDAP_IDLE_TIMEOUT: 10000 - # LDAP_CONNECT_TIMEOUT: 10000 - # LDAP_AUTHENTIFICATION: true - # LDAP_AUTHENTIFICATION_USERDN: "" - # LDAP_AUTHENTIFICATION_PASSWORD: "" - # LDAP_LOG_ENABLED: true - # LDAP_BACKGROUND_SYNC: true - # LDAP_BACKGROUND_SYNC_INTERVAL: "every 1 hour" - # LDAP_BACKGROUND_SYNC_KEEP_EXISTANT_USERS_UPDATED: false - # LDAP_BACKGROUND_SYNC_IMPORT_NEW_USERS: false - # LDAP_ENCRYPTION: "false" - # LDAP_CA_CERT: "" - # LDAP_REJECT_UNAUTHORIZED: false - # LDAP_USER_SEARCH_FILTER: "" - # LDAP_USER_SEARCH_SCOPE: "one" - # LDAP_USER_SEARCH_FIELD: "" - # LDAP_SEARCH_PAGE_SIZE: 0 - # LDAP_SEARCH_SIZE_LIMIT: 0 - # LDAP_GROUP_FILTER_ENABLE: false - # LDAP_GROUP_FILTER_OBJECTCLASS: "" - # LDAP_GROUP_FILTER_GROUP_ID_ATTRIBUTE: "" - # LDAP_GROUP_FILTER_GROUP_MEMBER_ATTRIBUTE: "" - # LDAP_GROUP_FILTER_GROUP_MEMBER_FORMAT: "" - # LDAP_GROUP_FILTER_GROUP_NAME: "" - # LDAP_UNIQUE_IDENTIFIER_FIELD: "" - # LDAP_UTF8_NAMES_SLUGIFY: true - # LDAP_USERNAME_FIELD: "" - # LDAP_FULLNAME_FIELD: "fullname" - # LDAP_MERGE_EXISTING_USERS: false - # LDAP_EMAIL_MATCH_ENABLE: true - # LDAP_EMAIL_MATCH_REQUIRE: true - # LDAP_EMAIL_MATCH_VERIFIED: true - # LDAP_EMAIL_FIELD: "mail" - # LDAP_SYNC_USER_DATA: false - # LDAP_SYNC_USER_DATA_FIELDMAP: "" - # LDAP_SYNC_GROUP_ROLES: "" - # LDAP_SYNC_ADMIN_STATUS: true - # LDAP_SYNC_ADMIN_GROUPS: "" - # HEADER_LOGIN_ID: "" - # HEADER_LOGIN_FIRSTNAME: "" - # HEADER_LOGIN_LASTNAME: "" - # HEADER_LOGIN_EMAIL: "" - # CAS_ENABLED: false - # CAS_BASE_URL: "" - # CAS_LOGIN_URL: "" - # CAS_VALIDATE_URL: "" - # SAML_ENABLED: false - # SAML_PROVIDER: "" - # SAML_ENTRYPOINT: "" - # SAML_ISSUER: "" - # SAML_CERT: "" - # SAML_IDPSLO_REDIRECTURL: "" - # SAML_PRIVATE_KEYFILE: "" - # SAML_PUBLIC_CERTFILE: "" - # SAML_IDENTIFIER_FORMAT: "" - # SAML_LOCAL_PROFILE_MATCH_ATTRIBUTE: "" - # SAML_ATTRIBUTES: "" - MONGO_URL: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "mongodbcreds" }}' - key: url diff --git a/stable/xmrig/6.1.4/.helmignore b/stable/wekan/14.5.0/.helmignore similarity index 100% rename from stable/xmrig/6.1.4/.helmignore rename to stable/wekan/14.5.0/.helmignore diff --git a/stable/wekan/14.5.0/CHANGELOG.md b/stable/wekan/14.5.0/CHANGELOG.md new file mode 100644 index 00000000000..a9fc3ccd714 --- /dev/null +++ b/stable/wekan/14.5.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wekan-14.5.0](https://github.com/truecharts/charts/compare/wekan-14.4.3...wekan-14.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [wekan-14.4.3](https://github.com/truecharts/charts/compare/wekan-14.4.2...wekan-14.4.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [wekan-14.4.2](https://github.com/truecharts/charts/compare/wekan-14.4.0...wekan-14.4.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + +## [wekan-13.4.1](https://github.com/truecharts/charts/compare/wekan-13.4.0...wekan-13.4.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [wekan-13.4.0](https://github.com/truecharts/charts/compare/wekan-13.3.6...wekan-13.4.0) (2024-01-29) + +### Chore + + + +- update container image wekanteam/wekan to v7.30[@99e9d9b](https://github.com/99e9d9b) by renovate ([#17702](https://github.com/truecharts/charts/issues/17702)) + + +## [wekan-13.3.6](https://github.com/truecharts/charts/compare/wekan-13.3.5...wekan-13.3.6) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [wekan-13.3.5](https://github.com/truecharts/charts/compare/wekan-13.3.4...wekan-13.3.5) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [wekan-13.3.4](https://github.com/truecharts/charts/compare/wekan-13.3.3...wekan-13.3.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [wekan-13.3.3](https://github.com/truecharts/charts/compare/wekan-13.3.2...wekan-13.3.3) (2024-01-21) \ No newline at end of file diff --git a/stable/wekan/14.5.0/Chart.yaml b/stable/wekan/14.5.0/Chart.yaml new file mode 100644 index 00000000000..8f87d9bf298 --- /dev/null +++ b/stable/wekan/14.5.0/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 7.35.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mongodb + version: 11.3.0 + repository: oci://tccr.io/truecharts + condition: mongodb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: WeKan - Open Source kanban +home: https://truecharts.org/charts/stable/wekan +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wekan.png +keywords: + - wekan + - kanban +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wekan +sources: + - https://wekan.github.io/ + - https://github.com/wekan/wekan + - https://github.com/truecharts/charts/tree/master/charts/stable/wekan + - https://hub.docker.com/r/wekanteam/wekan +type: application +version: 14.5.0 diff --git a/stable/wekan/14.3.0/README.md b/stable/wekan/14.5.0/README.md similarity index 100% rename from stable/wekan/14.3.0/README.md rename to stable/wekan/14.5.0/README.md diff --git a/stable/wekan/14.5.0/app-changelog.md b/stable/wekan/14.5.0/app-changelog.md new file mode 100644 index 00000000000..21aed2c41eb --- /dev/null +++ b/stable/wekan/14.5.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [wekan-14.5.0](https://github.com/truecharts/charts/compare/wekan-14.4.3...wekan-14.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/wekan/14.3.0/app-readme.md b/stable/wekan/14.5.0/app-readme.md similarity index 100% rename from stable/wekan/14.3.0/app-readme.md rename to stable/wekan/14.5.0/app-readme.md diff --git a/stable/wekan/14.5.0/charts/common-18.2.0.tgz b/stable/wekan/14.5.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/wekan/14.5.0/charts/common-18.2.0.tgz differ diff --git a/stable/wekan/14.3.0/charts/mongodb-11.3.0.tgz b/stable/wekan/14.5.0/charts/mongodb-11.3.0.tgz similarity index 100% rename from stable/wekan/14.3.0/charts/mongodb-11.3.0.tgz rename to stable/wekan/14.5.0/charts/mongodb-11.3.0.tgz diff --git a/stable/wekan/14.5.0/ix_values.yaml b/stable/wekan/14.5.0/ix_values.yaml new file mode 100644 index 00000000000..cd3a914ba8d --- /dev/null +++ b/stable/wekan/14.5.0/ix_values.yaml @@ -0,0 +1,159 @@ +image: + repository: wekanteam/wekan + tag: v7.35@sha256:2df54dc245796e59c8ed3db16df470b1a73862cb70ae6479b0fe175fdad8fe49 + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 10192 + targetPort: 8080 +mongodb: + enabled: true + mongodbUsername: wekan + mongodbDatabase: wekan +persistence: + data: + enabled: true + mountPath: "/data" +portal: + open: + enabled: true +workload: + main: + podSpec: + containers: + main: + env: + WRITABLE_PATH: "/data" + # User Defined + ROOT_URL: "http://localhost:8080" + # BROWSER_POLICY_ENABLED: false + # TRUSTED_URL: "" + # LOGOUT_WITH_TIMER: false + # LOGOUT_IN: 0 + # LOGOUT_ON_HOURS: 0 + # LOGOUT_ON_MINUTES: 0 + # ACCOUNTS_COMMON_LOGIN_EXPIRATION_IN_DAYS: 90 + # ACCOUNTS_LOCKOUT_KNOWN_USERS_FAILURES_BEFORE: 3 + # ACCOUNTS_LOCKOUT_KNOWN_USERS_PERIOD: 60 + # ACCOUNTS_LOCKOUT_KNOWN_USERS_FAILURE_WINDOW: 15 + # ACCOUNTS_LOCKOUT_UNKNOWN_USERS_FAILURES_BERORE: 3 + # ACCOUNTS_LOCKOUT_UNKNOWN_USERS_LOCKOUT_PERIOD: 60 + # ACCOUNTS_LOCKOUT_UNKNOWN_USERS_FAILURE_WINDOW: 15 + # MAX_IMAGE_PIXEL: 1024 + # IMAGE_COMPRESS_RATIO: 80 + # MAIL_URL: "" + # MAIL_SERVICE_USER: "" + # MAIL_SERVICE_PASSWORD: "" + # MAIL_SERVICE: "" + # BIGEVENTS_PATTERN: "NONE" + # NOTIFICATION_TRAY_AFTER_READ_DAYS_BEFORE_REMOVE: 90 + # EMAIL_NOTIFICATION_TIMEOUT: 30000 + # NOTIFY_DUE_DAYS_BEFORE_AND_AFTER: "2,0" + # NOTIFY_DUE_AT_HOUR_OF_DAY: 8 + # RESULTS_PER_PAGE: 20 + # RICHER_CARD_COMMENT_EDITOR: false + # CARD_OPENED_WEBHOOK_ENABLED: false + # PASSWORD_LOGIN_ENABLED: false + # WAIT_SPINNER: "Bounce" + # WITH_API: true + # WEBHOOKS_ATTRIBUTES: "cardId,listId,oldListId,boardId,comment,user,card,commentId,swimlaneId,customerField,customFieldValue" + # CORS: "*" + # CORS_ALLOW_HEADERS: "Authorization,Content-Type" + # CORS_EXPOSE_HEADERS: "*" + # MATOMO_ADDRESS: "" + # MATOMO_SITE_ID: 1 + # MATOMO_DO_NOT_TRACK: true + # MATOMO_WITH_USERNAME: true + # ORACLE_OIM_ENABLED: false + # OAUTH2_ENABLED: false + # OAUTH2_LOGIN_STYLE: "redirect" + # OAUTH2_CLIENT_ID: "" + # OAUTH2_SECRET: "" + # OAUTH2_SERVER_URL: "" + # OAUTH2_AUTH_ENDPOINT: "" + # OAUTH2_USERINFO_ENDPOINT: "" + # OAUTH2_TOKEN_ENDPOINT: "" + # OAUTH2_ID_MAP: "" + # OAUTH2_USERNAME_MAP: "" + # OAUTH2_FULLNAME_MAP: "" + # OAUTH2_EMAIL_MAP: "" + # OAUTH2_ID_TOKEN_WHITELIST_FIELDS: "" + # OAUTH2_REQUEST_PERMISSIONS: "" + # OAUTH2_CA_CERT: "" + # OAUTH2_ADFS_ENABLED: false + # LDAP_ENABLE: false + # DEFAULT_AUTHENTICATION_METHOD: "ldap" + # LDAP_PORT: 389 + # LDAP_HOST: "" + # LDAP_AD_SIMPLE_AUTH: false + # LDAP_USER_AUTHENTICATION: false + # LDAP_USER_AUTHENTICATION_FIELD: "uid" + # LDAP_DEFAULT_DOMAIN: "" + # LDAP_BASEDN: "" + # LDAP_LOGIN_FALLBACK: false + # LDAP_RECONNECT: true + # LDAP_TIMEOUT: 10000 + # LDAP_IDLE_TIMEOUT: 10000 + # LDAP_CONNECT_TIMEOUT: 10000 + # LDAP_AUTHENTIFICATION: true + # LDAP_AUTHENTIFICATION_USERDN: "" + # LDAP_AUTHENTIFICATION_PASSWORD: "" + # LDAP_LOG_ENABLED: true + # LDAP_BACKGROUND_SYNC: true + # LDAP_BACKGROUND_SYNC_INTERVAL: "every 1 hour" + # LDAP_BACKGROUND_SYNC_KEEP_EXISTANT_USERS_UPDATED: false + # LDAP_BACKGROUND_SYNC_IMPORT_NEW_USERS: false + # LDAP_ENCRYPTION: "false" + # LDAP_CA_CERT: "" + # LDAP_REJECT_UNAUTHORIZED: false + # LDAP_USER_SEARCH_FILTER: "" + # LDAP_USER_SEARCH_SCOPE: "one" + # LDAP_USER_SEARCH_FIELD: "" + # LDAP_SEARCH_PAGE_SIZE: 0 + # LDAP_SEARCH_SIZE_LIMIT: 0 + # LDAP_GROUP_FILTER_ENABLE: false + # LDAP_GROUP_FILTER_OBJECTCLASS: "" + # LDAP_GROUP_FILTER_GROUP_ID_ATTRIBUTE: "" + # LDAP_GROUP_FILTER_GROUP_MEMBER_ATTRIBUTE: "" + # LDAP_GROUP_FILTER_GROUP_MEMBER_FORMAT: "" + # LDAP_GROUP_FILTER_GROUP_NAME: "" + # LDAP_UNIQUE_IDENTIFIER_FIELD: "" + # LDAP_UTF8_NAMES_SLUGIFY: true + # LDAP_USERNAME_FIELD: "" + # LDAP_FULLNAME_FIELD: "fullname" + # LDAP_MERGE_EXISTING_USERS: false + # LDAP_EMAIL_MATCH_ENABLE: true + # LDAP_EMAIL_MATCH_REQUIRE: true + # LDAP_EMAIL_MATCH_VERIFIED: true + # LDAP_EMAIL_FIELD: "mail" + # LDAP_SYNC_USER_DATA: false + # LDAP_SYNC_USER_DATA_FIELDMAP: "" + # LDAP_SYNC_GROUP_ROLES: "" + # LDAP_SYNC_ADMIN_STATUS: true + # LDAP_SYNC_ADMIN_GROUPS: "" + # HEADER_LOGIN_ID: "" + # HEADER_LOGIN_FIRSTNAME: "" + # HEADER_LOGIN_LASTNAME: "" + # HEADER_LOGIN_EMAIL: "" + # CAS_ENABLED: false + # CAS_BASE_URL: "" + # CAS_LOGIN_URL: "" + # CAS_VALIDATE_URL: "" + # SAML_ENABLED: false + # SAML_PROVIDER: "" + # SAML_ENTRYPOINT: "" + # SAML_ISSUER: "" + # SAML_CERT: "" + # SAML_IDPSLO_REDIRECTURL: "" + # SAML_PRIVATE_KEYFILE: "" + # SAML_PUBLIC_CERTFILE: "" + # SAML_IDENTIFIER_FORMAT: "" + # SAML_LOCAL_PROFILE_MATCH_ATTRIBUTE: "" + # SAML_ATTRIBUTES: "" + MONGO_URL: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "mongodbcreds" }}' + key: url diff --git a/stable/wekan/14.3.0/questions.yaml b/stable/wekan/14.5.0/questions.yaml similarity index 100% rename from stable/wekan/14.3.0/questions.yaml rename to stable/wekan/14.5.0/questions.yaml diff --git a/stable/xwiki/12.2.0/templates/NOTES.txt b/stable/wekan/14.5.0/templates/NOTES.txt similarity index 100% rename from stable/xwiki/12.2.0/templates/NOTES.txt rename to stable/wekan/14.5.0/templates/NOTES.txt diff --git a/stable/xen-orchestra/8.2.0/templates/common.yaml b/stable/wekan/14.5.0/templates/common.yaml similarity index 100% rename from stable/xen-orchestra/8.2.0/templates/common.yaml rename to stable/wekan/14.5.0/templates/common.yaml diff --git a/stable/xmrig/6.1.4/values.yaml b/stable/wekan/14.5.0/values.yaml similarity index 100% rename from stable/xmrig/6.1.4/values.yaml rename to stable/wekan/14.5.0/values.yaml diff --git a/stable/wg-easy/11.1.4/CHANGELOG.md b/stable/wg-easy/11.1.4/CHANGELOG.md deleted file mode 100644 index c1d96354d3f..00000000000 --- a/stable/wg-easy/11.1.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [wg-easy-9.0.8](https://github.com/truecharts/charts/compare/wg-easy-9.0.7...wg-easy-9.0.8) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [wg-easy-9.0.7](https://github.com/truecharts/charts/compare/wg-easy-9.0.6...wg-easy-9.0.7) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [wg-easy-9.0.6](https://github.com/truecharts/charts/compare/wg-easy-9.0.5...wg-easy-9.0.6) (2024-01-22) - -### Chore - - - -- update container image ghcr.io/wg-easy/wg-easy to 10[@c78a368](https://github.com/c78a368) by renovate ([#17494](https://github.com/truecharts/charts/issues/17494)) - - -## [wg-easy-9.0.5](https://github.com/truecharts/charts/compare/wg-easy-9.0.4...wg-easy-9.0.5) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [wg-easy-9.0.4](https://github.com/truecharts/charts/compare/wg-easy-9.0.3...wg-easy-9.0.4) (2024-01-21) - -### Chore - - - -- update container image ghcr.io/wg-easy/wg-easy to 10[@da89743](https://github.com/da89743) by renovate ([#17469](https://github.com/truecharts/charts/issues/17469)) - - -## [wg-easy-9.0.3](https://github.com/truecharts/charts/compare/wg-easy-9.0.2...wg-easy-9.0.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [wg-easy-9.0.2](https://github.com/truecharts/charts/compare/wg-easy-9.0.1...wg-easy-9.0.2) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [wg-easy-9.0.1](https://github.com/truecharts/charts/compare/wg-easy-9.0.0...wg-easy-9.0.1) (2024-01-21) - -### Chore - - - -- update container image ghcr.io/wg-easy/wg-easy to 10[@f1485fa](https://github.com/f1485fa) by renovate ([#17377](https://github.com/truecharts/charts/issues/17377)) - - -## [wg-easy-9.0.0](https://github.com/truecharts/charts/compare/wg-easy-8.1.6...wg-easy-9.0.0) (2024-01-14) - -### Chore - - - -- update container image ghcr.io/wg-easy/wg-easy to v10[@db61927](https://github.com/db61927) by renovate ([#17110](https://github.com/truecharts/charts/issues/17110)) - diff --git a/stable/wg-easy/11.1.4/Chart.yaml b/stable/wg-easy/11.1.4/Chart.yaml deleted file mode 100644 index ab7404666b9..00000000000 --- a/stable/wg-easy/11.1.4/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 11.0.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The easiest way to run WireGuard VPN + Web-based Admin UI. -home: https://truecharts.org/charts/stable/wg-easy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wg-easy.png -keywords: - - wg-easy - - wireguard - - weejewel -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: wg-easy -sources: - - https://github.com/WeeJeWel/wg-easy - - https://github.com/truecharts/charts/tree/master/charts/stable/wg-easy - - https://ghcr.io/wg-easy/wg-easy -type: application -version: 11.1.4 diff --git a/stable/wg-easy/11.1.4/charts/common-18.0.3.tgz b/stable/wg-easy/11.1.4/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/wg-easy/11.1.4/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/xonotic/5.1.3/.helmignore b/stable/wg-easy/11.3.0/.helmignore similarity index 100% rename from stable/xonotic/5.1.3/.helmignore rename to stable/wg-easy/11.3.0/.helmignore diff --git a/stable/wg-easy/11.3.0/CHANGELOG.md b/stable/wg-easy/11.3.0/CHANGELOG.md new file mode 100644 index 00000000000..9b72af684b7 --- /dev/null +++ b/stable/wg-easy/11.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wg-easy-11.3.0](https://github.com/truecharts/charts/compare/wg-easy-11.2.3...wg-easy-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [wg-easy-11.2.3](https://github.com/truecharts/charts/compare/wg-easy-11.2.2...wg-easy-11.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [wg-easy-11.2.2](https://github.com/truecharts/charts/compare/wg-easy-11.2.0...wg-easy-11.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + +## [wg-easy-9.0.8](https://github.com/truecharts/charts/compare/wg-easy-9.0.7...wg-easy-9.0.8) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [wg-easy-9.0.7](https://github.com/truecharts/charts/compare/wg-easy-9.0.6...wg-easy-9.0.7) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [wg-easy-9.0.6](https://github.com/truecharts/charts/compare/wg-easy-9.0.5...wg-easy-9.0.6) (2024-01-22) + +### Chore + + + +- update container image ghcr.io/wg-easy/wg-easy to 10[@c78a368](https://github.com/c78a368) by renovate ([#17494](https://github.com/truecharts/charts/issues/17494)) + + +## [wg-easy-9.0.5](https://github.com/truecharts/charts/compare/wg-easy-9.0.4...wg-easy-9.0.5) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [wg-easy-9.0.4](https://github.com/truecharts/charts/compare/wg-easy-9.0.3...wg-easy-9.0.4) (2024-01-21) + +### Chore + + + +- update container image ghcr.io/wg-easy/wg-easy to 10[@da89743](https://github.com/da89743) by renovate ([#17469](https://github.com/truecharts/charts/issues/17469)) + + +## [wg-easy-9.0.3](https://github.com/truecharts/charts/compare/wg-easy-9.0.2...wg-easy-9.0.3) (2024-01-21) + +### Chore + + diff --git a/stable/wg-easy/11.3.0/Chart.yaml b/stable/wg-easy/11.3.0/Chart.yaml new file mode 100644 index 00000000000..78851348272 --- /dev/null +++ b/stable/wg-easy/11.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 11.0.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The easiest way to run WireGuard VPN + Web-based Admin UI. +home: https://truecharts.org/charts/stable/wg-easy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wg-easy.png +keywords: + - wg-easy + - wireguard + - weejewel +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wg-easy +sources: + - https://github.com/WeeJeWel/wg-easy + - https://github.com/truecharts/charts/tree/master/charts/stable/wg-easy + - https://ghcr.io/wg-easy/wg-easy +type: application +version: 11.3.0 diff --git a/stable/wg-easy/11.1.4/README.md b/stable/wg-easy/11.3.0/README.md similarity index 100% rename from stable/wg-easy/11.1.4/README.md rename to stable/wg-easy/11.3.0/README.md diff --git a/stable/wg-easy/11.3.0/app-changelog.md b/stable/wg-easy/11.3.0/app-changelog.md new file mode 100644 index 00000000000..5e2323b8440 --- /dev/null +++ b/stable/wg-easy/11.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [wg-easy-11.3.0](https://github.com/truecharts/charts/compare/wg-easy-11.2.3...wg-easy-11.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/wg-easy/11.1.4/app-readme.md b/stable/wg-easy/11.3.0/app-readme.md similarity index 100% rename from stable/wg-easy/11.1.4/app-readme.md rename to stable/wg-easy/11.3.0/app-readme.md diff --git a/stable/wg-easy/11.3.0/charts/common-18.2.0.tgz b/stable/wg-easy/11.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/wg-easy/11.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/wg-easy/11.1.4/ix_values.yaml b/stable/wg-easy/11.3.0/ix_values.yaml similarity index 100% rename from stable/wg-easy/11.1.4/ix_values.yaml rename to stable/wg-easy/11.3.0/ix_values.yaml diff --git a/stable/wg-easy/11.1.4/questions.yaml b/stable/wg-easy/11.3.0/questions.yaml similarity index 100% rename from stable/wg-easy/11.1.4/questions.yaml rename to stable/wg-easy/11.3.0/questions.yaml diff --git a/stable/youtransfer/7.1.3/templates/NOTES.txt b/stable/wg-easy/11.3.0/templates/NOTES.txt similarity index 100% rename from stable/youtransfer/7.1.3/templates/NOTES.txt rename to stable/wg-easy/11.3.0/templates/NOTES.txt diff --git a/stable/xteve/13.1.3/templates/common.yaml b/stable/wg-easy/11.3.0/templates/common.yaml similarity index 100% rename from stable/xteve/13.1.3/templates/common.yaml rename to stable/wg-easy/11.3.0/templates/common.yaml diff --git a/stable/xonotic/5.1.3/values.yaml b/stable/wg-easy/11.3.0/values.yaml similarity index 100% rename from stable/xonotic/5.1.3/values.yaml rename to stable/wg-easy/11.3.0/values.yaml diff --git a/stable/whisparr/9.2.0/CHANGELOG.md b/stable/whisparr/9.2.0/CHANGELOG.md deleted file mode 100644 index ac6bb92a928..00000000000 --- a/stable/whisparr/9.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [whisparr-8.1.19](https://github.com/truecharts/charts/compare/whisparr-8.1.18...whisparr-8.1.19) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@94ae7e8](https://github.com/94ae7e8) by renovate ([#18212](https://github.com/truecharts/charts/issues/18212)) - - -## [whisparr-8.1.18](https://github.com/truecharts/charts/compare/whisparr-8.1.17...whisparr-8.1.18) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@78af7d1](https://github.com/78af7d1) by renovate ([#18050](https://github.com/truecharts/charts/issues/18050)) - - -## [whisparr-8.1.17](https://github.com/truecharts/charts/compare/whisparr-8.1.16...whisparr-8.1.17) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@722dc14](https://github.com/722dc14) by renovate ([#17977](https://github.com/truecharts/charts/issues/17977)) - - -## [whisparr-8.1.16](https://github.com/truecharts/charts/compare/whisparr-8.1.15...whisparr-8.1.16) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@6123072](https://github.com/6123072) by renovate ([#17838](https://github.com/truecharts/charts/issues/17838)) - - -## [whisparr-8.1.15](https://github.com/truecharts/charts/compare/whisparr-8.1.14...whisparr-8.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [whisparr-8.1.14](https://github.com/truecharts/charts/compare/whisparr-8.1.13...whisparr-8.1.14) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@d5d2646](https://github.com/d5d2646) by renovate ([#17596](https://github.com/truecharts/charts/issues/17596)) - - -## [whisparr-8.1.13](https://github.com/truecharts/charts/compare/whisparr-8.1.12...whisparr-8.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [whisparr-8.1.12](https://github.com/truecharts/charts/compare/whisparr-8.1.11...whisparr-8.1.12) (2024-01-26) - -### Chore - - - -- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@8203bcd](https://github.com/8203bcd) by renovate ([#17542](https://github.com/truecharts/charts/issues/17542)) - - -## [whisparr-8.1.11](https://github.com/truecharts/charts/compare/whisparr-8.1.10...whisparr-8.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - diff --git a/stable/whisparr/9.2.0/Chart.yaml b/stable/whisparr/9.2.0/Chart.yaml deleted file mode 100644 index e4ce71e870e..00000000000 --- a/stable/whisparr/9.2.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.0.0.355 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: An adult media thingy. -home: https://truecharts.org/charts/stable/whisparr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/whisparr.png -keywords: - - whisparr - - Downloaders - - MediaApp-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: whisparr -sources: - - https://github.com/onedr0p/containers/tree/main/apps/whisparr - - https://github.com/truecharts/charts/tree/master/charts/stable/whisparr - - https://ghcr.io/hotio/whisparr -type: application -version: 9.2.0 diff --git a/stable/whisparr/9.2.0/charts/common-18.1.2.tgz b/stable/whisparr/9.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/whisparr/9.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/whisparr/9.2.0/ix_values.yaml b/stable/whisparr/9.2.0/ix_values.yaml deleted file mode 100644 index fdb196b7895..00000000000 --- a/stable/whisparr/9.2.0/ix_values.yaml +++ /dev/null @@ -1,47 +0,0 @@ -image: - repository: ghcr.io/hotio/whisparr - pullPolicy: IfNotPresent - tag: nightly-2.0.0.355@sha256:55585272a639ba4a3865eacd0928de170f0277bddd7ed05ea32fe40842362c50 -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 6969 - protocol: http - targetPort: 6969 -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: true - ## Set this to true if you wish to specify your own livenessProbe - custom: true - ## The spec field contains the values for the default livenessProbe. - ## If you selected custom: true, this field holds the definition of the livenessProbe. - spec: - exec: - command: - - /usr/bin/env - - bash - - -c - - curl --fail localhost:6969/api/v3/system/status?apiKey=`IFS=\> && while read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml` - failureThreshold: 5 - initialDelaySeconds: 60 - periodSeconds: 10 - successThreshold: 1 - timeoutSeconds: 10 diff --git a/stable/xteve/13.1.3/.helmignore b/stable/whisparr/9.3.0/.helmignore similarity index 100% rename from stable/xteve/13.1.3/.helmignore rename to stable/whisparr/9.3.0/.helmignore diff --git a/stable/whisparr/9.3.0/CHANGELOG.md b/stable/whisparr/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..9d8c7a4558c --- /dev/null +++ b/stable/whisparr/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [whisparr-9.3.0](https://github.com/truecharts/charts/compare/whisparr-9.2.4...whisparr-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [whisparr-9.2.4](https://github.com/truecharts/charts/compare/whisparr-9.2.3...whisparr-9.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [whisparr-9.2.3](https://github.com/truecharts/charts/compare/whisparr-9.2.1...whisparr-9.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + +## [whisparr-8.1.19](https://github.com/truecharts/charts/compare/whisparr-8.1.18...whisparr-8.1.19) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@94ae7e8](https://github.com/94ae7e8) by renovate ([#18212](https://github.com/truecharts/charts/issues/18212)) + + +## [whisparr-8.1.18](https://github.com/truecharts/charts/compare/whisparr-8.1.17...whisparr-8.1.18) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@78af7d1](https://github.com/78af7d1) by renovate ([#18050](https://github.com/truecharts/charts/issues/18050)) + + +## [whisparr-8.1.17](https://github.com/truecharts/charts/compare/whisparr-8.1.16...whisparr-8.1.17) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@722dc14](https://github.com/722dc14) by renovate ([#17977](https://github.com/truecharts/charts/issues/17977)) + + +## [whisparr-8.1.16](https://github.com/truecharts/charts/compare/whisparr-8.1.15...whisparr-8.1.16) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@6123072](https://github.com/6123072) by renovate ([#17838](https://github.com/truecharts/charts/issues/17838)) + + +## [whisparr-8.1.15](https://github.com/truecharts/charts/compare/whisparr-8.1.14...whisparr-8.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [whisparr-8.1.14](https://github.com/truecharts/charts/compare/whisparr-8.1.13...whisparr-8.1.14) (2024-01-29) + +### Chore + + diff --git a/stable/whisparr/9.3.0/Chart.yaml b/stable/whisparr/9.3.0/Chart.yaml new file mode 100644 index 00000000000..170044e4125 --- /dev/null +++ b/stable/whisparr/9.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.0.355 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An adult media thingy. +home: https://truecharts.org/charts/stable/whisparr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/whisparr.png +keywords: + - whisparr + - Downloaders + - MediaApp-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: whisparr +sources: + - https://github.com/onedr0p/containers/tree/main/apps/whisparr + - https://github.com/truecharts/charts/tree/master/charts/stable/whisparr + - https://ghcr.io/hotio/whisparr +type: application +version: 9.3.0 diff --git a/stable/whisparr/9.2.0/README.md b/stable/whisparr/9.3.0/README.md similarity index 100% rename from stable/whisparr/9.2.0/README.md rename to stable/whisparr/9.3.0/README.md diff --git a/stable/whisparr/9.3.0/app-changelog.md b/stable/whisparr/9.3.0/app-changelog.md new file mode 100644 index 00000000000..10b0947ca84 --- /dev/null +++ b/stable/whisparr/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [whisparr-9.3.0](https://github.com/truecharts/charts/compare/whisparr-9.2.4...whisparr-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/whisparr/9.2.0/app-readme.md b/stable/whisparr/9.3.0/app-readme.md similarity index 100% rename from stable/whisparr/9.2.0/app-readme.md rename to stable/whisparr/9.3.0/app-readme.md diff --git a/stable/whisparr/9.3.0/charts/common-18.2.0.tgz b/stable/whisparr/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/whisparr/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/whisparr/9.3.0/ix_values.yaml b/stable/whisparr/9.3.0/ix_values.yaml new file mode 100644 index 00000000000..71964cc12d3 --- /dev/null +++ b/stable/whisparr/9.3.0/ix_values.yaml @@ -0,0 +1,47 @@ +image: + repository: ghcr.io/hotio/whisparr + pullPolicy: IfNotPresent + tag: nightly-2.0.0.355@sha256:18514edf222761d128ca2f14778ac2cf5979ac22efdf633db451dae1ef66ba05 +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 6969 + protocol: http + targetPort: 6969 +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: true + ## Set this to true if you wish to specify your own livenessProbe + custom: true + ## The spec field contains the values for the default livenessProbe. + ## If you selected custom: true, this field holds the definition of the livenessProbe. + spec: + exec: + command: + - /usr/bin/env + - bash + - -c + - curl --fail localhost:6969/api/v3/system/status?apiKey=`IFS=\> && while read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml` + failureThreshold: 5 + initialDelaySeconds: 60 + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 10 diff --git a/stable/whisparr/9.2.0/questions.yaml b/stable/whisparr/9.3.0/questions.yaml similarity index 100% rename from stable/whisparr/9.2.0/questions.yaml rename to stable/whisparr/9.3.0/questions.yaml diff --git a/stable/youtubedl-material/10.1.3/templates/NOTES.txt b/stable/whisparr/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/youtubedl-material/10.1.3/templates/NOTES.txt rename to stable/whisparr/9.3.0/templates/NOTES.txt diff --git a/stable/whisparr/9.2.0/templates/common.yaml b/stable/whisparr/9.3.0/templates/common.yaml similarity index 100% rename from stable/whisparr/9.2.0/templates/common.yaml rename to stable/whisparr/9.3.0/templates/common.yaml diff --git a/stable/xteve/13.1.3/values.yaml b/stable/whisparr/9.3.0/values.yaml similarity index 100% rename from stable/xteve/13.1.3/values.yaml rename to stable/whisparr/9.3.0/values.yaml diff --git a/stable/whisper-asr-webservice/4.1.3/CHANGELOG.md b/stable/whisper-asr-webservice/4.1.3/CHANGELOG.md deleted file mode 100644 index 10f9c12acb9..00000000000 --- a/stable/whisper-asr-webservice/4.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [whisper-asr-webservice-3.1.11](https://github.com/truecharts/charts/compare/whisper-asr-webservice-3.1.10...whisper-asr-webservice-3.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [whisper-asr-webservice-3.1.10](https://github.com/truecharts/charts/compare/whisper-asr-webservice-3.1.9...whisper-asr-webservice-3.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [whisper-asr-webservice-3.1.9](https://github.com/truecharts/charts/compare/whisper-asr-webservice-3.1.8...whisper-asr-webservice-3.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [whisper-asr-webservice-3.1.8](https://github.com/truecharts/charts/compare/whisper-asr-webservice-3.1.7...whisper-asr-webservice-3.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [whisper-asr-webservice-3.1.7](https://github.com/truecharts/charts/compare/whisper-asr-webservice-3.1.6...whisper-asr-webservice-3.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [whisper-asr-webservice-3.1.6](https://github.com/truecharts/charts/compare/whisper-asr-webservice-3.1.5...whisper-asr-webservice-3.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [whisper-asr-webservice-3.1.5](https://github.com/truecharts/charts/compare/whisper-asr-webservice-3.1.4...whisper-asr-webservice-3.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [whisper-asr-webservice-3.1.4](https://github.com/truecharts/charts/compare/whisper-asr-webservice-3.1.3...whisper-asr-webservice-3.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [whisper-asr-webservice-3.1.3](https://github.com/truecharts/charts/compare/whisper-asr-webservice-3.1.0...whisper-asr-webservice-3.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/whisper-asr-webservice/4.1.3/Chart.yaml b/stable/whisper-asr-webservice/4.1.3/Chart.yaml deleted file mode 100644 index bdedd01b1ab..00000000000 --- a/stable/whisper-asr-webservice/4.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: machine-learning - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.2.3 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Whisper is a general-purpose speech recognition model. -home: https://truecharts.org/charts/stable/whisper-asr-webservice -icon: https://truecharts.org/img/hotlink-ok/chart-icons/whisper-asr-webservice.png -keywords: - - whisper-asr-webservice - - machine-learning -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: whisper-asr-webservice -sources: - - https://github.com/ahmetoner/whisper-asr-webservice - - https://github.com/truecharts/charts/tree/master/charts/stable/whisper-asr-webservice - - https://hub.docker.com/r/onerahmet/openai-whisper-asr-webservice -type: application -version: 4.1.3 diff --git a/stable/whisper-asr-webservice/4.1.3/charts/common-18.0.3.tgz b/stable/whisper-asr-webservice/4.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/whisper-asr-webservice/4.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/xware/5.1.3/.helmignore b/stable/whisper-asr-webservice/4.3.0/.helmignore similarity index 100% rename from stable/xware/5.1.3/.helmignore rename to stable/whisper-asr-webservice/4.3.0/.helmignore diff --git a/stable/whisper-asr-webservice/4.3.0/CHANGELOG.md b/stable/whisper-asr-webservice/4.3.0/CHANGELOG.md new file mode 100644 index 00000000000..502aeea922d --- /dev/null +++ b/stable/whisper-asr-webservice/4.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [whisper-asr-webservice-4.3.0](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.2.3...whisper-asr-webservice-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [whisper-asr-webservice-4.2.3](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.2.2...whisper-asr-webservice-4.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [whisper-asr-webservice-4.2.2](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.2.0...whisper-asr-webservice-4.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [whisper-asr-webservice-3.1.11](https://github.com/truecharts/charts/compare/whisper-asr-webservice-3.1.10...whisper-asr-webservice-3.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [whisper-asr-webservice-3.1.10](https://github.com/truecharts/charts/compare/whisper-asr-webservice-3.1.9...whisper-asr-webservice-3.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [whisper-asr-webservice-3.1.9](https://github.com/truecharts/charts/compare/whisper-asr-webservice-3.1.8...whisper-asr-webservice-3.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [whisper-asr-webservice-3.1.8](https://github.com/truecharts/charts/compare/whisper-asr-webservice-3.1.7...whisper-asr-webservice-3.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [whisper-asr-webservice-3.1.7](https://github.com/truecharts/charts/compare/whisper-asr-webservice-3.1.6...whisper-asr-webservice-3.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [whisper-asr-webservice-3.1.6](https://github.com/truecharts/charts/compare/whisper-asr-webservice-3.1.5...whisper-asr-webservice-3.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/whisper-asr-webservice/4.3.0/Chart.yaml b/stable/whisper-asr-webservice/4.3.0/Chart.yaml new file mode 100644 index 00000000000..f94186b6f26 --- /dev/null +++ b/stable/whisper-asr-webservice/4.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: machine-learning + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.3 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Whisper is a general-purpose speech recognition model. +home: https://truecharts.org/charts/stable/whisper-asr-webservice +icon: https://truecharts.org/img/hotlink-ok/chart-icons/whisper-asr-webservice.png +keywords: + - whisper-asr-webservice + - machine-learning +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: whisper-asr-webservice +sources: + - https://github.com/ahmetoner/whisper-asr-webservice + - https://github.com/truecharts/charts/tree/master/charts/stable/whisper-asr-webservice + - https://hub.docker.com/r/onerahmet/openai-whisper-asr-webservice +type: application +version: 4.3.0 diff --git a/stable/whisper-asr-webservice/4.1.3/README.md b/stable/whisper-asr-webservice/4.3.0/README.md similarity index 100% rename from stable/whisper-asr-webservice/4.1.3/README.md rename to stable/whisper-asr-webservice/4.3.0/README.md diff --git a/stable/whisper-asr-webservice/4.3.0/app-changelog.md b/stable/whisper-asr-webservice/4.3.0/app-changelog.md new file mode 100644 index 00000000000..955ba851dd2 --- /dev/null +++ b/stable/whisper-asr-webservice/4.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [whisper-asr-webservice-4.3.0](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.2.3...whisper-asr-webservice-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/whisper-asr-webservice/4.1.3/app-readme.md b/stable/whisper-asr-webservice/4.3.0/app-readme.md similarity index 100% rename from stable/whisper-asr-webservice/4.1.3/app-readme.md rename to stable/whisper-asr-webservice/4.3.0/app-readme.md diff --git a/stable/whisper-asr-webservice/4.3.0/charts/common-18.2.0.tgz b/stable/whisper-asr-webservice/4.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/whisper-asr-webservice/4.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/whisper-asr-webservice/4.1.3/ix_values.yaml b/stable/whisper-asr-webservice/4.3.0/ix_values.yaml similarity index 100% rename from stable/whisper-asr-webservice/4.1.3/ix_values.yaml rename to stable/whisper-asr-webservice/4.3.0/ix_values.yaml diff --git a/stable/whisper-asr-webservice/4.1.3/questions.yaml b/stable/whisper-asr-webservice/4.3.0/questions.yaml similarity index 100% rename from stable/whisper-asr-webservice/4.1.3/questions.yaml rename to stable/whisper-asr-webservice/4.3.0/questions.yaml diff --git a/stable/zerotier/9.1.3/templates/NOTES.txt b/stable/whisper-asr-webservice/4.3.0/templates/NOTES.txt similarity index 100% rename from stable/zerotier/9.1.3/templates/NOTES.txt rename to stable/whisper-asr-webservice/4.3.0/templates/NOTES.txt diff --git a/stable/xwiki/12.2.0/templates/common.yaml b/stable/whisper-asr-webservice/4.3.0/templates/common.yaml similarity index 100% rename from stable/xwiki/12.2.0/templates/common.yaml rename to stable/whisper-asr-webservice/4.3.0/templates/common.yaml diff --git a/stable/xware/5.1.3/values.yaml b/stable/whisper-asr-webservice/4.3.0/values.yaml similarity index 100% rename from stable/xware/5.1.3/values.yaml rename to stable/whisper-asr-webservice/4.3.0/values.yaml diff --git a/stable/whoogle/10.1.3/CHANGELOG.md b/stable/whoogle/10.1.3/CHANGELOG.md deleted file mode 100644 index edadedddbed..00000000000 --- a/stable/whoogle/10.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [whoogle-9.1.11](https://github.com/truecharts/charts/compare/whoogle-9.1.10...whoogle-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [whoogle-9.1.10](https://github.com/truecharts/charts/compare/whoogle-9.1.9...whoogle-9.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [whoogle-9.1.9](https://github.com/truecharts/charts/compare/whoogle-9.1.8...whoogle-9.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [whoogle-9.1.8](https://github.com/truecharts/charts/compare/whoogle-9.1.7...whoogle-9.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [whoogle-9.1.7](https://github.com/truecharts/charts/compare/whoogle-9.1.6...whoogle-9.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [whoogle-9.1.6](https://github.com/truecharts/charts/compare/whoogle-9.1.5...whoogle-9.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [whoogle-9.1.5](https://github.com/truecharts/charts/compare/whoogle-9.1.4...whoogle-9.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [whoogle-9.1.4](https://github.com/truecharts/charts/compare/whoogle-9.1.3...whoogle-9.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [whoogle-9.1.3](https://github.com/truecharts/charts/compare/whoogle-9.1.0...whoogle-9.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/whoogle/10.1.3/Chart.yaml b/stable/whoogle/10.1.3/Chart.yaml deleted file mode 100644 index 445a34f01d9..00000000000 --- a/stable/whoogle/10.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.8.4 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A self-hosted, ad-free, privacy-respecting metasearch engine -home: https://truecharts.org/charts/stable/whoogle -icon: https://truecharts.org/img/hotlink-ok/chart-icons/whoogle.png -keywords: - - whoogle - - search - - open source - - privacy -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: whoogle -sources: - - https://github.com/benbusby/whoogle-search - - https://github.com/truecharts/charts/tree/master/charts/stable/whoogle - - https://hub.docker.com/r/benbusby/whoogle-search -type: application -version: 10.1.3 diff --git a/stable/whoogle/10.1.3/charts/common-18.0.3.tgz b/stable/whoogle/10.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/whoogle/10.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/xwiki/12.2.0/.helmignore b/stable/whoogle/10.3.0/.helmignore similarity index 100% rename from stable/xwiki/12.2.0/.helmignore rename to stable/whoogle/10.3.0/.helmignore diff --git a/stable/whoogle/10.3.0/CHANGELOG.md b/stable/whoogle/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..219303e1894 --- /dev/null +++ b/stable/whoogle/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [whoogle-10.3.0](https://github.com/truecharts/charts/compare/whoogle-10.2.3...whoogle-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [whoogle-10.2.3](https://github.com/truecharts/charts/compare/whoogle-10.2.2...whoogle-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [whoogle-10.2.2](https://github.com/truecharts/charts/compare/whoogle-10.2.0...whoogle-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [whoogle-9.1.11](https://github.com/truecharts/charts/compare/whoogle-9.1.10...whoogle-9.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [whoogle-9.1.10](https://github.com/truecharts/charts/compare/whoogle-9.1.9...whoogle-9.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [whoogle-9.1.9](https://github.com/truecharts/charts/compare/whoogle-9.1.8...whoogle-9.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [whoogle-9.1.8](https://github.com/truecharts/charts/compare/whoogle-9.1.7...whoogle-9.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [whoogle-9.1.7](https://github.com/truecharts/charts/compare/whoogle-9.1.6...whoogle-9.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [whoogle-9.1.6](https://github.com/truecharts/charts/compare/whoogle-9.1.5...whoogle-9.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/whoogle/10.3.0/Chart.yaml b/stable/whoogle/10.3.0/Chart.yaml new file mode 100644 index 00000000000..39f6d6c3693 --- /dev/null +++ b/stable/whoogle/10.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.8.4 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted, ad-free, privacy-respecting metasearch engine +home: https://truecharts.org/charts/stable/whoogle +icon: https://truecharts.org/img/hotlink-ok/chart-icons/whoogle.png +keywords: + - whoogle + - search + - open source + - privacy +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: whoogle +sources: + - https://github.com/benbusby/whoogle-search + - https://github.com/truecharts/charts/tree/master/charts/stable/whoogle + - https://hub.docker.com/r/benbusby/whoogle-search +type: application +version: 10.3.0 diff --git a/stable/whoogle/10.1.3/README.md b/stable/whoogle/10.3.0/README.md similarity index 100% rename from stable/whoogle/10.1.3/README.md rename to stable/whoogle/10.3.0/README.md diff --git a/stable/whoogle/10.3.0/app-changelog.md b/stable/whoogle/10.3.0/app-changelog.md new file mode 100644 index 00000000000..5c49334443c --- /dev/null +++ b/stable/whoogle/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [whoogle-10.3.0](https://github.com/truecharts/charts/compare/whoogle-10.2.3...whoogle-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/whoogle/10.1.3/app-readme.md b/stable/whoogle/10.3.0/app-readme.md similarity index 100% rename from stable/whoogle/10.1.3/app-readme.md rename to stable/whoogle/10.3.0/app-readme.md diff --git a/stable/whoogle/10.3.0/charts/common-18.2.0.tgz b/stable/whoogle/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/whoogle/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/whoogle/10.1.3/ix_values.yaml b/stable/whoogle/10.3.0/ix_values.yaml similarity index 100% rename from stable/whoogle/10.1.3/ix_values.yaml rename to stable/whoogle/10.3.0/ix_values.yaml diff --git a/stable/whoogle/10.1.3/questions.yaml b/stable/whoogle/10.3.0/questions.yaml similarity index 100% rename from stable/whoogle/10.1.3/questions.yaml rename to stable/whoogle/10.3.0/questions.yaml diff --git a/stable/zigbee2mqtt/11.2.0/templates/NOTES.txt b/stable/whoogle/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/zigbee2mqtt/11.2.0/templates/NOTES.txt rename to stable/whoogle/10.3.0/templates/NOTES.txt diff --git a/stable/youtubedl-material/10.1.3/templates/common.yaml b/stable/whoogle/10.3.0/templates/common.yaml similarity index 100% rename from stable/youtubedl-material/10.1.3/templates/common.yaml rename to stable/whoogle/10.3.0/templates/common.yaml diff --git a/stable/xwiki/12.2.0/values.yaml b/stable/whoogle/10.3.0/values.yaml similarity index 100% rename from stable/xwiki/12.2.0/values.yaml rename to stable/whoogle/10.3.0/values.yaml diff --git a/stable/wifi-card/5.1.3/CHANGELOG.md b/stable/wifi-card/5.1.3/CHANGELOG.md deleted file mode 100644 index b20b0256d9a..00000000000 --- a/stable/wifi-card/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [wifi-card-4.1.13](https://github.com/truecharts/charts/compare/wifi-card-4.1.12...wifi-card-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [wifi-card-4.1.12](https://github.com/truecharts/charts/compare/wifi-card-4.1.11...wifi-card-4.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [wifi-card-4.1.11](https://github.com/truecharts/charts/compare/wifi-card-4.1.10...wifi-card-4.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [wifi-card-4.1.10](https://github.com/truecharts/charts/compare/wifi-card-4.1.9...wifi-card-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [wifi-card-4.1.9](https://github.com/truecharts/charts/compare/wifi-card-4.1.8...wifi-card-4.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [wifi-card-4.1.8](https://github.com/truecharts/charts/compare/wifi-card-4.1.7...wifi-card-4.1.8) (2024-01-21) - -### Chore - - - -- update container image bndw/wifi-card to latest[@0907450](https://github.com/0907450) by renovate ([#17334](https://github.com/truecharts/charts/issues/17334)) - - -## [wifi-card-4.1.7](https://github.com/truecharts/charts/compare/wifi-card-4.1.6...wifi-card-4.1.7) (2024-01-14) - -### Chore - - - -- update container image bndw/wifi-card to latest[@da73c08](https://github.com/da73c08) by renovate ([#17121](https://github.com/truecharts/charts/issues/17121)) - - - - -## [wifi-card-4.1.6](https://github.com/truecharts/charts/compare/wifi-card-4.1.5...wifi-card-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [wifi-card-4.1.5](https://github.com/truecharts/charts/compare/wifi-card-4.1.4...wifi-card-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - diff --git a/stable/wifi-card/5.1.3/Chart.yaml b/stable/wifi-card/5.1.3/Chart.yaml deleted file mode 100644 index cabddb560e2..00000000000 --- a/stable/wifi-card/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Print a neat little card with your WiFi info and stick it on the fridge. -home: https://truecharts.org/charts/stable/wifi-card -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wifi-card.png -keywords: - - wifi-card - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: wifi-card -sources: - - https://github.com/bndw/wifi-card - - https://github.com/truecharts/charts/tree/master/charts/stable/wifi-card - - https://hub.docker.com/r/bndw/wifi-card -type: application -version: 5.1.3 diff --git a/stable/wifi-card/5.1.3/charts/common-18.0.3.tgz b/stable/wifi-card/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/wifi-card/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/yacreaderlibraryserver/5.1.3/.helmignore b/stable/wifi-card/5.3.0/.helmignore similarity index 100% rename from stable/yacreaderlibraryserver/5.1.3/.helmignore rename to stable/wifi-card/5.3.0/.helmignore diff --git a/stable/wifi-card/5.3.0/CHANGELOG.md b/stable/wifi-card/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..1d7f39e6f59 --- /dev/null +++ b/stable/wifi-card/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wifi-card-5.3.0](https://github.com/truecharts/charts/compare/wifi-card-5.2.3...wifi-card-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [wifi-card-5.2.3](https://github.com/truecharts/charts/compare/wifi-card-5.2.2...wifi-card-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [wifi-card-5.2.2](https://github.com/truecharts/charts/compare/wifi-card-5.2.0...wifi-card-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [wifi-card-4.1.13](https://github.com/truecharts/charts/compare/wifi-card-4.1.12...wifi-card-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [wifi-card-4.1.12](https://github.com/truecharts/charts/compare/wifi-card-4.1.11...wifi-card-4.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [wifi-card-4.1.11](https://github.com/truecharts/charts/compare/wifi-card-4.1.10...wifi-card-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [wifi-card-4.1.10](https://github.com/truecharts/charts/compare/wifi-card-4.1.9...wifi-card-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [wifi-card-4.1.9](https://github.com/truecharts/charts/compare/wifi-card-4.1.8...wifi-card-4.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [wifi-card-4.1.8](https://github.com/truecharts/charts/compare/wifi-card-4.1.7...wifi-card-4.1.8) (2024-01-21) + +### Chore + + + +- update container image bndw/wifi-card to latest[@0907450](https://github.com/0907450) by renovate ([#17334](https://github.com/truecharts/charts/issues/17334)) diff --git a/stable/wifi-card/5.3.0/Chart.yaml b/stable/wifi-card/5.3.0/Chart.yaml new file mode 100644 index 00000000000..985ec5414eb --- /dev/null +++ b/stable/wifi-card/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Print a neat little card with your WiFi info and stick it on the fridge. +home: https://truecharts.org/charts/stable/wifi-card +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wifi-card.png +keywords: + - wifi-card + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wifi-card +sources: + - https://github.com/bndw/wifi-card + - https://github.com/truecharts/charts/tree/master/charts/stable/wifi-card + - https://hub.docker.com/r/bndw/wifi-card +type: application +version: 5.3.0 diff --git a/stable/wifi-card/5.1.3/README.md b/stable/wifi-card/5.3.0/README.md similarity index 100% rename from stable/wifi-card/5.1.3/README.md rename to stable/wifi-card/5.3.0/README.md diff --git a/stable/wifi-card/5.3.0/app-changelog.md b/stable/wifi-card/5.3.0/app-changelog.md new file mode 100644 index 00000000000..59ac5ef8b2f --- /dev/null +++ b/stable/wifi-card/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [wifi-card-5.3.0](https://github.com/truecharts/charts/compare/wifi-card-5.2.3...wifi-card-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/wifi-card/5.1.3/app-readme.md b/stable/wifi-card/5.3.0/app-readme.md similarity index 100% rename from stable/wifi-card/5.1.3/app-readme.md rename to stable/wifi-card/5.3.0/app-readme.md diff --git a/stable/wifi-card/5.3.0/charts/common-18.2.0.tgz b/stable/wifi-card/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/wifi-card/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/wifi-card/5.1.3/ix_values.yaml b/stable/wifi-card/5.3.0/ix_values.yaml similarity index 100% rename from stable/wifi-card/5.1.3/ix_values.yaml rename to stable/wifi-card/5.3.0/ix_values.yaml diff --git a/stable/wifi-card/5.1.3/questions.yaml b/stable/wifi-card/5.3.0/questions.yaml similarity index 100% rename from stable/wifi-card/5.1.3/questions.yaml rename to stable/wifi-card/5.3.0/questions.yaml diff --git a/stable/wifi-card/5.1.3/templates/common.yaml b/stable/wifi-card/5.3.0/templates/common.yaml similarity index 100% rename from stable/wifi-card/5.1.3/templates/common.yaml rename to stable/wifi-card/5.3.0/templates/common.yaml diff --git a/stable/yacreaderlibraryserver/5.1.3/values.yaml b/stable/wifi-card/5.3.0/values.yaml similarity index 100% rename from stable/yacreaderlibraryserver/5.1.3/values.yaml rename to stable/wifi-card/5.3.0/values.yaml diff --git a/stable/wikijs/15.1.3/CHANGELOG.md b/stable/wikijs/15.1.3/CHANGELOG.md deleted file mode 100644 index 6c988f5f258..00000000000 --- a/stable/wikijs/15.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [wikijs-14.1.12](https://github.com/truecharts/charts/compare/wikijs-14.1.11...wikijs-14.1.12) (2024-02-05) - -### Chore - - - -- update container image requarks/wiki to v2.5.301[@3d20706](https://github.com/3d20706) by renovate ([#17928](https://github.com/truecharts/charts/issues/17928)) - - -## [wikijs-14.1.11](https://github.com/truecharts/charts/compare/wikijs-14.1.10...wikijs-14.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [wikijs-14.1.10](https://github.com/truecharts/charts/compare/wikijs-14.1.9...wikijs-14.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [wikijs-14.1.9](https://github.com/truecharts/charts/compare/wikijs-14.1.8...wikijs-14.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [wikijs-14.1.8](https://github.com/truecharts/charts/compare/wikijs-14.1.7...wikijs-14.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [wikijs-14.1.7](https://github.com/truecharts/charts/compare/wikijs-14.1.6...wikijs-14.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [wikijs-14.1.6](https://github.com/truecharts/charts/compare/wikijs-14.1.5...wikijs-14.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [wikijs-14.1.5](https://github.com/truecharts/charts/compare/wikijs-14.1.4...wikijs-14.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [wikijs-14.1.4](https://github.com/truecharts/charts/compare/wikijs-14.1.3...wikijs-14.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/wikijs/15.1.3/Chart.yaml b/stable/wikijs/15.1.3/Chart.yaml deleted file mode 100644 index db4789db1e5..00000000000 --- a/stable/wikijs/15.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.5.301 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Make documentation a joy to write using Wiki.js's beautiful and intuitive interface! -home: https://truecharts.org/charts/stable/wikijs -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wikijs.png -keywords: - - wiki - - wikijs -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: wikijs -sources: - - https://docs.requarks.io/install/docker - - https://github.com/Requarks/wiki - - https://github.com/truecharts/charts/tree/master/charts/stable/wikijs - - https://hub.docker.com/r/requarks/wiki -type: application -version: 15.1.3 diff --git a/stable/wikijs/15.1.3/charts/common-18.0.3.tgz b/stable/wikijs/15.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/wikijs/15.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/wikijs/15.1.3/questions.yaml b/stable/wikijs/15.1.3/questions.yaml deleted file mode 100755 index d07680424f4..00000000000 --- a/stable/wikijs/15.1.3/questions.yaml +++ /dev/null @@ -1,3028 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - - path: "/" - admin: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - - path: "/a/dashboard" -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10045 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/yacy/5.1.3/.helmignore b/stable/wikijs/15.3.0/.helmignore similarity index 100% rename from stable/yacy/5.1.3/.helmignore rename to stable/wikijs/15.3.0/.helmignore diff --git a/stable/wikijs/15.3.0/CHANGELOG.md b/stable/wikijs/15.3.0/CHANGELOG.md new file mode 100644 index 00000000000..e6fbe26178f --- /dev/null +++ b/stable/wikijs/15.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wikijs-15.3.0](https://github.com/truecharts/charts/compare/wikijs-15.2.3...wikijs-15.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [wikijs-15.2.3](https://github.com/truecharts/charts/compare/wikijs-15.2.2...wikijs-15.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [wikijs-15.2.2](https://github.com/truecharts/charts/compare/wikijs-15.2.0...wikijs-15.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [wikijs-14.1.12](https://github.com/truecharts/charts/compare/wikijs-14.1.11...wikijs-14.1.12) (2024-02-05) + +### Chore + + + +- update container image requarks/wiki to v2.5.301[@3d20706](https://github.com/3d20706) by renovate ([#17928](https://github.com/truecharts/charts/issues/17928)) + + +## [wikijs-14.1.11](https://github.com/truecharts/charts/compare/wikijs-14.1.10...wikijs-14.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [wikijs-14.1.10](https://github.com/truecharts/charts/compare/wikijs-14.1.9...wikijs-14.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [wikijs-14.1.9](https://github.com/truecharts/charts/compare/wikijs-14.1.8...wikijs-14.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [wikijs-14.1.8](https://github.com/truecharts/charts/compare/wikijs-14.1.7...wikijs-14.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [wikijs-14.1.7](https://github.com/truecharts/charts/compare/wikijs-14.1.6...wikijs-14.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/wikijs/15.3.0/Chart.yaml b/stable/wikijs/15.3.0/Chart.yaml new file mode 100644 index 00000000000..9d1bf845a4a --- /dev/null +++ b/stable/wikijs/15.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.5.301 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Make documentation a joy to write using Wiki.js's beautiful and intuitive interface! +home: https://truecharts.org/charts/stable/wikijs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wikijs.png +keywords: + - wiki + - wikijs +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wikijs +sources: + - https://docs.requarks.io/install/docker + - https://github.com/Requarks/wiki + - https://github.com/truecharts/charts/tree/master/charts/stable/wikijs + - https://hub.docker.com/r/requarks/wiki +type: application +version: 15.3.0 diff --git a/stable/wikijs/15.1.3/README.md b/stable/wikijs/15.3.0/README.md similarity index 100% rename from stable/wikijs/15.1.3/README.md rename to stable/wikijs/15.3.0/README.md diff --git a/stable/wikijs/15.3.0/app-changelog.md b/stable/wikijs/15.3.0/app-changelog.md new file mode 100644 index 00000000000..5a7c1190862 --- /dev/null +++ b/stable/wikijs/15.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [wikijs-15.3.0](https://github.com/truecharts/charts/compare/wikijs-15.2.3...wikijs-15.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/wikijs/15.1.3/app-readme.md b/stable/wikijs/15.3.0/app-readme.md similarity index 100% rename from stable/wikijs/15.1.3/app-readme.md rename to stable/wikijs/15.3.0/app-readme.md diff --git a/stable/wikijs/15.3.0/charts/common-18.2.0.tgz b/stable/wikijs/15.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/wikijs/15.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/wikijs/15.1.3/ix_values.yaml b/stable/wikijs/15.3.0/ix_values.yaml similarity index 100% rename from stable/wikijs/15.1.3/ix_values.yaml rename to stable/wikijs/15.3.0/ix_values.yaml diff --git a/stable/wikijs/15.3.0/questions.yaml b/stable/wikijs/15.3.0/questions.yaml new file mode 100755 index 00000000000..3341c9d01a6 --- /dev/null +++ b/stable/wikijs/15.3.0/questions.yaml @@ -0,0 +1,2986 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + + path: "/" + admin: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + + path: "/a/dashboard" +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10045 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/znc/9.3.0/templates/NOTES.txt b/stable/wikijs/15.3.0/templates/NOTES.txt similarity index 100% rename from stable/znc/9.3.0/templates/NOTES.txt rename to stable/wikijs/15.3.0/templates/NOTES.txt diff --git a/stable/zerotier/9.1.3/templates/common.yaml b/stable/wikijs/15.3.0/templates/common.yaml similarity index 100% rename from stable/zerotier/9.1.3/templates/common.yaml rename to stable/wikijs/15.3.0/templates/common.yaml diff --git a/stable/yacy/5.1.3/values.yaml b/stable/wikijs/15.3.0/values.yaml similarity index 100% rename from stable/yacy/5.1.3/values.yaml rename to stable/wikijs/15.3.0/values.yaml diff --git a/stable/wireguard/8.1.3/CHANGELOG.md b/stable/wireguard/8.1.3/CHANGELOG.md deleted file mode 100644 index 4339bfe6bcf..00000000000 --- a/stable/wireguard/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [wireguard-7.1.11](https://github.com/truecharts/charts/compare/wireguard-7.1.10...wireguard-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [wireguard-7.1.10](https://github.com/truecharts/charts/compare/wireguard-7.1.9...wireguard-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [wireguard-7.1.9](https://github.com/truecharts/charts/compare/wireguard-7.1.8...wireguard-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [wireguard-7.1.8](https://github.com/truecharts/charts/compare/wireguard-7.1.7...wireguard-7.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [wireguard-7.1.7](https://github.com/truecharts/charts/compare/wireguard-7.1.6...wireguard-7.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [wireguard-7.1.6](https://github.com/truecharts/charts/compare/wireguard-7.1.5...wireguard-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [wireguard-7.1.5](https://github.com/truecharts/charts/compare/wireguard-7.1.4...wireguard-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [wireguard-7.1.4](https://github.com/truecharts/charts/compare/wireguard-7.1.3...wireguard-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [wireguard-7.1.3](https://github.com/truecharts/charts/compare/wireguard-7.1.0...wireguard-7.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/wireguard/8.1.3/Chart.yaml b/stable/wireguard/8.1.3/Chart.yaml deleted file mode 100644 index 0a99c07b967..00000000000 --- a/stable/wireguard/8.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: network - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.0.20210914 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. -home: https://truecharts.org/charts/stable/wireguard -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wireguard.png -keywords: - - wireguard - - vpn -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: wireguard -sources: - - https://github.com/k8s-at-home/container-images/tree/main/apps/wireguard - - https://github.com/truecharts/charts/tree/master/charts/stable/wireguard - - https://ghcr.io/k8s-at-home/wireguard -type: application -version: 8.1.3 diff --git a/stable/wireguard/8.1.3/charts/common-18.0.3.tgz b/stable/wireguard/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/wireguard/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/yourls/5.1.3/.helmignore b/stable/wireguard/8.3.0/.helmignore similarity index 100% rename from stable/yourls/5.1.3/.helmignore rename to stable/wireguard/8.3.0/.helmignore diff --git a/stable/wireguard/8.3.0/CHANGELOG.md b/stable/wireguard/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..33f512160cc --- /dev/null +++ b/stable/wireguard/8.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wireguard-8.3.0](https://github.com/truecharts/charts/compare/wireguard-8.2.3...wireguard-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [wireguard-8.2.3](https://github.com/truecharts/charts/compare/wireguard-8.2.2...wireguard-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [wireguard-8.2.2](https://github.com/truecharts/charts/compare/wireguard-8.2.0...wireguard-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [wireguard-7.1.11](https://github.com/truecharts/charts/compare/wireguard-7.1.10...wireguard-7.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [wireguard-7.1.10](https://github.com/truecharts/charts/compare/wireguard-7.1.9...wireguard-7.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [wireguard-7.1.9](https://github.com/truecharts/charts/compare/wireguard-7.1.8...wireguard-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [wireguard-7.1.8](https://github.com/truecharts/charts/compare/wireguard-7.1.7...wireguard-7.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [wireguard-7.1.7](https://github.com/truecharts/charts/compare/wireguard-7.1.6...wireguard-7.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [wireguard-7.1.6](https://github.com/truecharts/charts/compare/wireguard-7.1.5...wireguard-7.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/wireguard/8.3.0/Chart.yaml b/stable/wireguard/8.3.0/Chart.yaml new file mode 100644 index 00000000000..e803d71ab6b --- /dev/null +++ b/stable/wireguard/8.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.20210914 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. +home: https://truecharts.org/charts/stable/wireguard +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wireguard.png +keywords: + - wireguard + - vpn +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wireguard +sources: + - https://github.com/k8s-at-home/container-images/tree/main/apps/wireguard + - https://github.com/truecharts/charts/tree/master/charts/stable/wireguard + - https://ghcr.io/k8s-at-home/wireguard +type: application +version: 8.3.0 diff --git a/stable/wireguard/8.1.3/README.md b/stable/wireguard/8.3.0/README.md similarity index 100% rename from stable/wireguard/8.1.3/README.md rename to stable/wireguard/8.3.0/README.md diff --git a/stable/wireguard/8.3.0/app-changelog.md b/stable/wireguard/8.3.0/app-changelog.md new file mode 100644 index 00000000000..d4019742d3a --- /dev/null +++ b/stable/wireguard/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [wireguard-8.3.0](https://github.com/truecharts/charts/compare/wireguard-8.2.3...wireguard-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/wireguard/8.1.3/app-readme.md b/stable/wireguard/8.3.0/app-readme.md similarity index 100% rename from stable/wireguard/8.1.3/app-readme.md rename to stable/wireguard/8.3.0/app-readme.md diff --git a/stable/wireguard/8.3.0/charts/common-18.2.0.tgz b/stable/wireguard/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/wireguard/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/wireguard/8.1.3/ix_values.yaml b/stable/wireguard/8.3.0/ix_values.yaml similarity index 100% rename from stable/wireguard/8.1.3/ix_values.yaml rename to stable/wireguard/8.3.0/ix_values.yaml diff --git a/stable/wireguard/8.1.3/questions.yaml b/stable/wireguard/8.3.0/questions.yaml similarity index 100% rename from stable/wireguard/8.1.3/questions.yaml rename to stable/wireguard/8.3.0/questions.yaml diff --git a/stable/ztcuui-aio/8.1.3/templates/NOTES.txt b/stable/wireguard/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/ztcuui-aio/8.1.3/templates/NOTES.txt rename to stable/wireguard/8.3.0/templates/NOTES.txt diff --git a/stable/wireguard/8.1.3/templates/_configfilemount.tpl b/stable/wireguard/8.3.0/templates/_configfilemount.tpl similarity index 100% rename from stable/wireguard/8.1.3/templates/_configfilemount.tpl rename to stable/wireguard/8.3.0/templates/_configfilemount.tpl diff --git a/stable/wireguard/8.1.3/templates/_configmap.tpl b/stable/wireguard/8.3.0/templates/_configmap.tpl similarity index 100% rename from stable/wireguard/8.1.3/templates/_configmap.tpl rename to stable/wireguard/8.3.0/templates/_configmap.tpl diff --git a/stable/wireguard/8.1.3/templates/_secret.tpl b/stable/wireguard/8.3.0/templates/_secret.tpl similarity index 100% rename from stable/wireguard/8.1.3/templates/_secret.tpl rename to stable/wireguard/8.3.0/templates/_secret.tpl diff --git a/stable/wireguard/8.1.3/templates/common.yaml b/stable/wireguard/8.3.0/templates/common.yaml similarity index 100% rename from stable/wireguard/8.1.3/templates/common.yaml rename to stable/wireguard/8.3.0/templates/common.yaml diff --git a/stable/yourls/5.1.3/values.yaml b/stable/wireguard/8.3.0/values.yaml similarity index 100% rename from stable/yourls/5.1.3/values.yaml rename to stable/wireguard/8.3.0/values.yaml diff --git a/stable/wizarr/6.1.3/CHANGELOG.md b/stable/wizarr/6.1.3/CHANGELOG.md deleted file mode 100644 index d1f61a86f59..00000000000 --- a/stable/wizarr/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [wizarr-5.1.12](https://github.com/truecharts/charts/compare/wizarr-5.1.11...wizarr-5.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [wizarr-5.1.11](https://github.com/truecharts/charts/compare/wizarr-5.1.10...wizarr-5.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [wizarr-5.1.10](https://github.com/truecharts/charts/compare/wizarr-5.1.9...wizarr-5.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [wizarr-5.1.9](https://github.com/truecharts/charts/compare/wizarr-5.1.8...wizarr-5.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [wizarr-5.1.8](https://github.com/truecharts/charts/compare/wizarr-5.1.7...wizarr-5.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [wizarr-5.1.7](https://github.com/truecharts/charts/compare/wizarr-5.1.6...wizarr-5.1.7) (2024-01-14) - - - - -## [wizarr-5.1.6](https://github.com/truecharts/charts/compare/wizarr-5.1.5...wizarr-5.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [wizarr-5.1.5](https://github.com/truecharts/charts/compare/wizarr-5.1.4...wizarr-5.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [wizarr-5.1.4](https://github.com/truecharts/charts/compare/wizarr-5.1.3...wizarr-5.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [wizarr-5.1.3](https://github.com/truecharts/charts/compare/wizarr-5.1.0...wizarr-5.1.3) (2024-01-01) - -### Chore diff --git a/stable/wizarr/6.1.3/Chart.yaml b/stable/wizarr/6.1.3/Chart.yaml deleted file mode 100644 index e2dda79115a..00000000000 --- a/stable/wizarr/6.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.5.1 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A automatic user invitation system for Plex. -home: https://truecharts.org/charts/stable/wizarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wizarr.png -keywords: - - wizarr - - home-automation - - Tools-Utilities - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: wizarr -sources: - - https://github.com/Wizarrrr/wizarr - - https://github.com/truecharts/charts/tree/master/charts/stable/wizarr - - https://ghcr.io/wizarrrr/wizarr -type: application -version: 6.1.3 diff --git a/stable/wizarr/6.1.3/charts/common-18.0.3.tgz b/stable/wizarr/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/wizarr/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/youtransfer/7.1.3/.helmignore b/stable/wizarr/6.3.0/.helmignore similarity index 100% rename from stable/youtransfer/7.1.3/.helmignore rename to stable/wizarr/6.3.0/.helmignore diff --git a/stable/wizarr/6.3.0/CHANGELOG.md b/stable/wizarr/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..4a8ed1d00cb --- /dev/null +++ b/stable/wizarr/6.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wizarr-6.3.0](https://github.com/truecharts/charts/compare/wizarr-6.2.3...wizarr-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [wizarr-6.2.3](https://github.com/truecharts/charts/compare/wizarr-6.2.2...wizarr-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [wizarr-6.2.2](https://github.com/truecharts/charts/compare/wizarr-6.2.0...wizarr-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [wizarr-5.1.12](https://github.com/truecharts/charts/compare/wizarr-5.1.11...wizarr-5.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [wizarr-5.1.11](https://github.com/truecharts/charts/compare/wizarr-5.1.10...wizarr-5.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [wizarr-5.1.10](https://github.com/truecharts/charts/compare/wizarr-5.1.9...wizarr-5.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [wizarr-5.1.9](https://github.com/truecharts/charts/compare/wizarr-5.1.8...wizarr-5.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [wizarr-5.1.8](https://github.com/truecharts/charts/compare/wizarr-5.1.7...wizarr-5.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [wizarr-5.1.7](https://github.com/truecharts/charts/compare/wizarr-5.1.6...wizarr-5.1.7) (2024-01-14) + + + + +## [wizarr-5.1.6](https://github.com/truecharts/charts/compare/wizarr-5.1.5...wizarr-5.1.6) (2024-01-09) + +### Chore \ No newline at end of file diff --git a/stable/wizarr/6.3.0/Chart.yaml b/stable/wizarr/6.3.0/Chart.yaml new file mode 100644 index 00000000000..5afaf626522 --- /dev/null +++ b/stable/wizarr/6.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.5.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A automatic user invitation system for Plex. +home: https://truecharts.org/charts/stable/wizarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wizarr.png +keywords: + - wizarr + - home-automation + - Tools-Utilities + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wizarr +sources: + - https://github.com/Wizarrrr/wizarr + - https://github.com/truecharts/charts/tree/master/charts/stable/wizarr + - https://ghcr.io/wizarrrr/wizarr +type: application +version: 6.3.0 diff --git a/stable/wizarr/6.1.3/README.md b/stable/wizarr/6.3.0/README.md similarity index 100% rename from stable/wizarr/6.1.3/README.md rename to stable/wizarr/6.3.0/README.md diff --git a/stable/wizarr/6.3.0/app-changelog.md b/stable/wizarr/6.3.0/app-changelog.md new file mode 100644 index 00000000000..aace17b0e91 --- /dev/null +++ b/stable/wizarr/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [wizarr-6.3.0](https://github.com/truecharts/charts/compare/wizarr-6.2.3...wizarr-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/wizarr/6.1.3/app-readme.md b/stable/wizarr/6.3.0/app-readme.md similarity index 100% rename from stable/wizarr/6.1.3/app-readme.md rename to stable/wizarr/6.3.0/app-readme.md diff --git a/stable/wizarr/6.3.0/charts/common-18.2.0.tgz b/stable/wizarr/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/wizarr/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/wizarr/6.1.3/ix_values.yaml b/stable/wizarr/6.3.0/ix_values.yaml similarity index 100% rename from stable/wizarr/6.1.3/ix_values.yaml rename to stable/wizarr/6.3.0/ix_values.yaml diff --git a/stable/wizarr/6.1.3/questions.yaml b/stable/wizarr/6.3.0/questions.yaml similarity index 100% rename from stable/wizarr/6.1.3/questions.yaml rename to stable/wizarr/6.3.0/questions.yaml diff --git a/stable/zwavejs2mqtt/19.2.0/templates/NOTES.txt b/stable/wizarr/6.3.0/templates/NOTES.txt similarity index 100% rename from stable/zwavejs2mqtt/19.2.0/templates/NOTES.txt rename to stable/wizarr/6.3.0/templates/NOTES.txt diff --git a/stable/znc/9.3.0/templates/common.yaml b/stable/wizarr/6.3.0/templates/common.yaml similarity index 100% rename from stable/znc/9.3.0/templates/common.yaml rename to stable/wizarr/6.3.0/templates/common.yaml diff --git a/stable/youtransfer/7.1.3/values.yaml b/stable/wizarr/6.3.0/values.yaml similarity index 100% rename from stable/youtransfer/7.1.3/values.yaml rename to stable/wizarr/6.3.0/values.yaml diff --git a/stable/wordpress/7.4.0/CHANGELOG.md b/stable/wordpress/7.4.0/CHANGELOG.md deleted file mode 100644 index 09668a23ff8..00000000000 --- a/stable/wordpress/7.4.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -## [wordpress-6.1.23](https://github.com/truecharts/charts/compare/wordpress-6.1.22...wordpress-6.1.23) (2024-02-12) - -### Chore - - - -- update container image bitnami/wordpress to 6.4.3[@a7bab32](https://github.com/a7bab32) by renovate ([#18226](https://github.com/truecharts/charts/issues/18226)) - - -## [wordpress-6.1.22](https://github.com/truecharts/charts/compare/wordpress-6.1.21...wordpress-6.1.22) (2024-02-12) - -### Chore - - - -- update container image bitnami/wordpress to 6.4.3[@52ada86](https://github.com/52ada86) by renovate ([#18164](https://github.com/truecharts/charts/issues/18164)) - - -## [wordpress-6.1.21](https://github.com/truecharts/charts/compare/wordpress-6.1.20...wordpress-6.1.21) (2024-02-12) - -### Chore - - - -- update container image bitnami/wordpress to 6.4.3[@33e6dba](https://github.com/33e6dba) by renovate ([#18035](https://github.com/truecharts/charts/issues/18035)) - - -## [wordpress-6.1.20](https://github.com/truecharts/charts/compare/wordpress-6.1.19...wordpress-6.1.20) (2024-02-05) - -### Chore - - - -- update container image bitnami/wordpress to v6.4.3[@a4339c4](https://github.com/a4339c4) by renovate ([#17902](https://github.com/truecharts/charts/issues/17902)) - - -## [wordpress-6.1.19](https://github.com/truecharts/charts/compare/wordpress-6.1.18...wordpress-6.1.19) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [wordpress-6.1.18](https://github.com/truecharts/charts/compare/wordpress-6.1.17...wordpress-6.1.18) (2024-01-29) - -### Chore - - - -- update container image bitnami/wordpress to 6.4.2[@de43215](https://github.com/de43215) by renovate ([#17581](https://github.com/truecharts/charts/issues/17581)) diff --git a/stable/wordpress/7.4.0/Chart.yaml b/stable/wordpress/7.4.0/Chart.yaml deleted file mode 100644 index a4c1c759ce3..00000000000 --- a/stable/wordpress/7.4.0/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: website - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 6.4.3 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.2.0 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The WordPress rich content management system can utilize plugins, widgets, and themes. -home: https://truecharts.org/charts/stable/wordpress -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wordpress.png -keywords: - - wordpress - - cms -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: wordpress -sources: - - https://www.wordpress.org - - https://github.com/truecharts/charts/tree/master/charts/stable/wordpress - - https://hub.docker.com/r/bitnami/wordpress -type: application -version: 7.4.0 diff --git a/stable/wordpress/7.4.0/charts/common-18.1.2.tgz b/stable/wordpress/7.4.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/wordpress/7.4.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/wordpress/7.4.0/charts/mariadb-13.2.0.tgz b/stable/wordpress/7.4.0/charts/mariadb-13.2.0.tgz deleted file mode 100644 index 99b2d5e5789..00000000000 Binary files a/stable/wordpress/7.4.0/charts/mariadb-13.2.0.tgz and /dev/null differ diff --git a/stable/wordpress/7.4.0/ix_values.yaml b/stable/wordpress/7.4.0/ix_values.yaml deleted file mode 100644 index df86ceb8068..00000000000 --- a/stable/wordpress/7.4.0/ix_values.yaml +++ /dev/null @@ -1,71 +0,0 @@ -image: - repository: bitnami/wordpress - pullPolicy: IfNotPresent - tag: 6.4.3@sha256:12f579206273f9b1e4574f28f1dad28956da23d51d977c1430c88aa413e194d1 -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - envFrom: - - configMapRef: - name: env-config - - secretRef: - name: env-secret - probes: - liveness: - enabled: true - type: tcp - port: 10591 - readiness: - enabled: true - type: tcp - port: 10591 - startup: - enabled: true - type: tcp - port: 10591 -wordpress: - user: user - pass: bitnami - email: user@example.com - first_name: TrueCharts - last_name: TrueCharts - blog_name: Truecharts Blog - enable_reverse_proxy_headers: true -smtp: - enabled: false - host: "" - port: 587 - user: "" - pass: "" -php-config: - PHP_ENABLE_OPCACHE: "yes" - PHP_EXPOSE_PHP: "" - PHP_MAX_EXECUTION_TIME: "" - PHP_MAX_INPUT_TIME: "" - PHP_MAX_INPUT_VARS: "" - PHP_MEMORY_LIMIT: 512M - PHP_POST_MAX_SIZE: "" - PHP_UPLOAD_MAX_FILESIZE: "" -service: - main: - ports: - main: - protocol: http - port: 10591 -persistence: - config: - enabled: true - mountPath: /bitnami/wordpress -mariadb: - enabled: true - mariadbUsername: wordpress - mariadbDatabase: wordpress -portal: - open: - enabled: true diff --git a/stable/youtubedl-material/10.1.3/.helmignore b/stable/wordpress/7.5.0/.helmignore similarity index 100% rename from stable/youtubedl-material/10.1.3/.helmignore rename to stable/wordpress/7.5.0/.helmignore diff --git a/stable/wordpress/7.5.0/CHANGELOG.md b/stable/wordpress/7.5.0/CHANGELOG.md new file mode 100644 index 00000000000..fafbedbe525 --- /dev/null +++ b/stable/wordpress/7.5.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wordpress-7.5.0](https://github.com/truecharts/charts/compare/wordpress-7.4.4...wordpress-7.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [wordpress-7.4.4](https://github.com/truecharts/charts/compare/wordpress-7.4.3...wordpress-7.4.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [wordpress-7.4.3](https://github.com/truecharts/charts/compare/wordpress-7.4.1...wordpress-7.4.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## [wordpress-6.1.23](https://github.com/truecharts/charts/compare/wordpress-6.1.22...wordpress-6.1.23) (2024-02-12) + +### Chore + + + +- update container image bitnami/wordpress to 6.4.3[@a7bab32](https://github.com/a7bab32) by renovate ([#18226](https://github.com/truecharts/charts/issues/18226)) + + +## [wordpress-6.1.22](https://github.com/truecharts/charts/compare/wordpress-6.1.21...wordpress-6.1.22) (2024-02-12) + +### Chore + + + +- update container image bitnami/wordpress to 6.4.3[@52ada86](https://github.com/52ada86) by renovate ([#18164](https://github.com/truecharts/charts/issues/18164)) + + +## [wordpress-6.1.21](https://github.com/truecharts/charts/compare/wordpress-6.1.20...wordpress-6.1.21) (2024-02-12) + +### Chore + diff --git a/stable/wordpress/7.5.0/Chart.yaml b/stable/wordpress/7.5.0/Chart.yaml new file mode 100644 index 00000000000..5148442e976 --- /dev/null +++ b/stable/wordpress/7.5.0/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: website + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 6.4.3 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.2.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The WordPress rich content management system can utilize plugins, widgets, and themes. +home: https://truecharts.org/charts/stable/wordpress +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wordpress.png +keywords: + - wordpress + - cms +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wordpress +sources: + - https://www.wordpress.org + - https://github.com/truecharts/charts/tree/master/charts/stable/wordpress + - https://hub.docker.com/r/bitnami/wordpress +type: application +version: 7.5.0 diff --git a/stable/wordpress/7.4.0/README.md b/stable/wordpress/7.5.0/README.md similarity index 100% rename from stable/wordpress/7.4.0/README.md rename to stable/wordpress/7.5.0/README.md diff --git a/stable/wordpress/7.5.0/app-changelog.md b/stable/wordpress/7.5.0/app-changelog.md new file mode 100644 index 00000000000..8bff4093791 --- /dev/null +++ b/stable/wordpress/7.5.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [wordpress-7.5.0](https://github.com/truecharts/charts/compare/wordpress-7.4.4...wordpress-7.5.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/wordpress/7.4.0/app-readme.md b/stable/wordpress/7.5.0/app-readme.md similarity index 100% rename from stable/wordpress/7.4.0/app-readme.md rename to stable/wordpress/7.5.0/app-readme.md diff --git a/stable/wordpress/7.5.0/charts/common-18.2.0.tgz b/stable/wordpress/7.5.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/wordpress/7.5.0/charts/common-18.2.0.tgz differ diff --git a/stable/wordpress/7.5.0/charts/mariadb-13.2.0.tgz b/stable/wordpress/7.5.0/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/wordpress/7.5.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/wordpress/7.5.0/ix_values.yaml b/stable/wordpress/7.5.0/ix_values.yaml new file mode 100644 index 00000000000..2e400eff4dc --- /dev/null +++ b/stable/wordpress/7.5.0/ix_values.yaml @@ -0,0 +1,71 @@ +image: + repository: bitnami/wordpress + pullPolicy: IfNotPresent + tag: 6.4.3@sha256:12f579206273f9b1e4574f28f1dad28956da23d51d977c1430c88aa413e194d1 +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + envFrom: + - configMapRef: + name: env-config + - secretRef: + name: env-secret + probes: + liveness: + enabled: true + type: tcp + port: "{{ .Values.service.main.ports.main.port }}" + readiness: + enabled: true + type: tcp + port: "{{ .Values.service.main.ports.main.port }}" + startup: + enabled: true + type: tcp + port: "{{ .Values.service.main.ports.main.port }}" +wordpress: + user: user + pass: bitnami + email: user@example.com + first_name: TrueCharts + last_name: TrueCharts + blog_name: Truecharts Blog + enable_reverse_proxy_headers: true +smtp: + enabled: false + host: "" + port: 587 + user: "" + pass: "" +php-config: + PHP_ENABLE_OPCACHE: "yes" + PHP_EXPOSE_PHP: "" + PHP_MAX_EXECUTION_TIME: "" + PHP_MAX_INPUT_TIME: "" + PHP_MAX_INPUT_VARS: "" + PHP_MEMORY_LIMIT: 512M + PHP_POST_MAX_SIZE: "" + PHP_UPLOAD_MAX_FILESIZE: "" +service: + main: + ports: + main: + protocol: http + port: 10591 +persistence: + config: + enabled: true + mountPath: /bitnami/wordpress +mariadb: + enabled: true + mariadbUsername: wordpress + mariadbDatabase: wordpress +portal: + open: + enabled: true diff --git a/stable/wordpress/7.4.0/questions.yaml b/stable/wordpress/7.5.0/questions.yaml similarity index 100% rename from stable/wordpress/7.4.0/questions.yaml rename to stable/wordpress/7.5.0/questions.yaml diff --git a/stable/wordpress/7.4.0/templates/_env.tpl b/stable/wordpress/7.5.0/templates/_env.tpl similarity index 100% rename from stable/wordpress/7.4.0/templates/_env.tpl rename to stable/wordpress/7.5.0/templates/_env.tpl diff --git a/stable/wordpress/7.4.0/templates/common.yaml b/stable/wordpress/7.5.0/templates/common.yaml similarity index 100% rename from stable/wordpress/7.4.0/templates/common.yaml rename to stable/wordpress/7.5.0/templates/common.yaml diff --git a/stable/youtubedl-material/10.1.3/values.yaml b/stable/wordpress/7.5.0/values.yaml similarity index 100% rename from stable/youtubedl-material/10.1.3/values.yaml rename to stable/wordpress/7.5.0/values.yaml diff --git a/stable/wyoming-piper/4.2.0/CHANGELOG.md b/stable/wyoming-piper/4.2.0/CHANGELOG.md deleted file mode 100644 index bc02636e8de..00000000000 --- a/stable/wyoming-piper/4.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [wyoming-piper-3.1.11](https://github.com/truecharts/charts/compare/wyoming-piper-3.1.10...wyoming-piper-3.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [wyoming-piper-3.1.10](https://github.com/truecharts/charts/compare/wyoming-piper-3.1.9...wyoming-piper-3.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [wyoming-piper-3.1.9](https://github.com/truecharts/charts/compare/wyoming-piper-3.1.8...wyoming-piper-3.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [wyoming-piper-3.1.8](https://github.com/truecharts/charts/compare/wyoming-piper-3.1.7...wyoming-piper-3.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [wyoming-piper-3.1.7](https://github.com/truecharts/charts/compare/wyoming-piper-3.1.6...wyoming-piper-3.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [wyoming-piper-3.1.6](https://github.com/truecharts/charts/compare/wyoming-piper-3.1.5...wyoming-piper-3.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [wyoming-piper-3.1.5](https://github.com/truecharts/charts/compare/wyoming-piper-3.1.4...wyoming-piper-3.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [wyoming-piper-3.1.4](https://github.com/truecharts/charts/compare/wyoming-piper-3.1.3...wyoming-piper-3.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [wyoming-piper-3.1.3](https://github.com/truecharts/charts/compare/wyoming-piper-3.1.0...wyoming-piper-3.1.3) (2024-01-01) - -### Chore - - diff --git a/stable/wyoming-piper/4.2.0/Chart.yaml b/stable/wyoming-piper/4.2.0/Chart.yaml deleted file mode 100644 index 8220d01c65d..00000000000 --- a/stable/wyoming-piper/4.2.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.5.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The Wyoming integration of piper -home: https://truecharts.org/charts/stable/wyoming-piper -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-piper.png -keywords: - - wyoming-piper -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: wyoming-piper -sources: - - https://github.com/home-assistant/addons/tree/master/piper - - https://github.com/truecharts/charts/tree/master/charts/stable/wyoming-piper - - https://hub.docker.com/r/rhasspy/wyoming-piper -type: application -version: 4.2.0 diff --git a/stable/wyoming-piper/4.2.0/charts/common-18.0.3.tgz b/stable/wyoming-piper/4.2.0/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/wyoming-piper/4.2.0/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/z80pack/5.1.3/.helmignore b/stable/wyoming-piper/4.4.0/.helmignore similarity index 100% rename from stable/z80pack/5.1.3/.helmignore rename to stable/wyoming-piper/4.4.0/.helmignore diff --git a/stable/wyoming-piper/4.4.0/CHANGELOG.md b/stable/wyoming-piper/4.4.0/CHANGELOG.md new file mode 100644 index 00000000000..c23ba231d5e --- /dev/null +++ b/stable/wyoming-piper/4.4.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wyoming-piper-4.4.0](https://github.com/truecharts/charts/compare/wyoming-piper-4.3.3...wyoming-piper-4.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [wyoming-piper-4.3.3](https://github.com/truecharts/charts/compare/wyoming-piper-4.3.2...wyoming-piper-4.3.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [wyoming-piper-4.3.2](https://github.com/truecharts/charts/compare/wyoming-piper-4.3.0...wyoming-piper-4.3.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [wyoming-piper-3.1.11](https://github.com/truecharts/charts/compare/wyoming-piper-3.1.10...wyoming-piper-3.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [wyoming-piper-3.1.10](https://github.com/truecharts/charts/compare/wyoming-piper-3.1.9...wyoming-piper-3.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [wyoming-piper-3.1.9](https://github.com/truecharts/charts/compare/wyoming-piper-3.1.8...wyoming-piper-3.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [wyoming-piper-3.1.8](https://github.com/truecharts/charts/compare/wyoming-piper-3.1.7...wyoming-piper-3.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [wyoming-piper-3.1.7](https://github.com/truecharts/charts/compare/wyoming-piper-3.1.6...wyoming-piper-3.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [wyoming-piper-3.1.6](https://github.com/truecharts/charts/compare/wyoming-piper-3.1.5...wyoming-piper-3.1.6) (2024-01-09) + +### Chore + diff --git a/stable/wyoming-piper/4.4.0/Chart.yaml b/stable/wyoming-piper/4.4.0/Chart.yaml new file mode 100644 index 00000000000..af20c17c374 --- /dev/null +++ b/stable/wyoming-piper/4.4.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.5.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The Wyoming integration of piper +home: https://truecharts.org/charts/stable/wyoming-piper +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-piper.png +keywords: + - wyoming-piper +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wyoming-piper +sources: + - https://github.com/home-assistant/addons/tree/master/piper + - https://github.com/truecharts/charts/tree/master/charts/stable/wyoming-piper + - https://hub.docker.com/r/rhasspy/wyoming-piper +type: application +version: 4.4.0 diff --git a/stable/wyoming-piper/4.2.0/README.md b/stable/wyoming-piper/4.4.0/README.md similarity index 100% rename from stable/wyoming-piper/4.2.0/README.md rename to stable/wyoming-piper/4.4.0/README.md diff --git a/stable/wyoming-piper/4.4.0/app-changelog.md b/stable/wyoming-piper/4.4.0/app-changelog.md new file mode 100644 index 00000000000..657b3561fd4 --- /dev/null +++ b/stable/wyoming-piper/4.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [wyoming-piper-4.4.0](https://github.com/truecharts/charts/compare/wyoming-piper-4.3.3...wyoming-piper-4.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/wyoming-piper/4.2.0/app-readme.md b/stable/wyoming-piper/4.4.0/app-readme.md similarity index 100% rename from stable/wyoming-piper/4.2.0/app-readme.md rename to stable/wyoming-piper/4.4.0/app-readme.md diff --git a/stable/wyoming-piper/4.4.0/charts/common-18.2.0.tgz b/stable/wyoming-piper/4.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/wyoming-piper/4.4.0/charts/common-18.2.0.tgz differ diff --git a/stable/wyoming-piper/4.2.0/ix_values.yaml b/stable/wyoming-piper/4.4.0/ix_values.yaml similarity index 100% rename from stable/wyoming-piper/4.2.0/ix_values.yaml rename to stable/wyoming-piper/4.4.0/ix_values.yaml diff --git a/stable/wyoming-piper/4.2.0/questions.yaml b/stable/wyoming-piper/4.4.0/questions.yaml similarity index 100% rename from stable/wyoming-piper/4.2.0/questions.yaml rename to stable/wyoming-piper/4.4.0/questions.yaml diff --git a/stable/wyoming-piper/4.4.0/templates/NOTES.txt b/stable/wyoming-piper/4.4.0/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/wyoming-piper/4.4.0/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/wyoming-piper/4.2.0/templates/_args.tpl b/stable/wyoming-piper/4.4.0/templates/_args.tpl similarity index 100% rename from stable/wyoming-piper/4.2.0/templates/_args.tpl rename to stable/wyoming-piper/4.4.0/templates/_args.tpl diff --git a/stable/wyoming-piper/4.2.0/templates/common.yaml b/stable/wyoming-piper/4.4.0/templates/common.yaml similarity index 100% rename from stable/wyoming-piper/4.2.0/templates/common.yaml rename to stable/wyoming-piper/4.4.0/templates/common.yaml diff --git a/stable/z80pack/5.1.3/values.yaml b/stable/wyoming-piper/4.4.0/values.yaml similarity index 100% rename from stable/z80pack/5.1.3/values.yaml rename to stable/wyoming-piper/4.4.0/values.yaml diff --git a/stable/wyoming-whisper/4.1.3/CHANGELOG.md b/stable/wyoming-whisper/4.1.3/CHANGELOG.md deleted file mode 100644 index 047fad06dac..00000000000 --- a/stable/wyoming-whisper/4.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [wyoming-whisper-3.1.11](https://github.com/truecharts/charts/compare/wyoming-whisper-3.1.10...wyoming-whisper-3.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [wyoming-whisper-3.1.10](https://github.com/truecharts/charts/compare/wyoming-whisper-3.1.9...wyoming-whisper-3.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [wyoming-whisper-3.1.9](https://github.com/truecharts/charts/compare/wyoming-whisper-3.1.8...wyoming-whisper-3.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [wyoming-whisper-3.1.8](https://github.com/truecharts/charts/compare/wyoming-whisper-3.1.7...wyoming-whisper-3.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [wyoming-whisper-3.1.7](https://github.com/truecharts/charts/compare/wyoming-whisper-3.1.6...wyoming-whisper-3.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [wyoming-whisper-3.1.6](https://github.com/truecharts/charts/compare/wyoming-whisper-3.1.5...wyoming-whisper-3.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [wyoming-whisper-3.1.5](https://github.com/truecharts/charts/compare/wyoming-whisper-3.1.4...wyoming-whisper-3.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [wyoming-whisper-3.1.4](https://github.com/truecharts/charts/compare/wyoming-whisper-3.1.3...wyoming-whisper-3.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [wyoming-whisper-3.1.3](https://github.com/truecharts/charts/compare/wyoming-whisper-3.1.0...wyoming-whisper-3.1.3) (2024-01-01) - -### Chore - - diff --git a/stable/wyoming-whisper/4.1.3/Chart.yaml b/stable/wyoming-whisper/4.1.3/Chart.yaml deleted file mode 100644 index 1b502c4fc83..00000000000 --- a/stable/wyoming-whisper/4.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The Wyoming integration of whisper -home: https://truecharts.org/charts/stable/wyoming-whisper -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-whisper.png -keywords: - - wyoming-whisper -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: wyoming-whisper -sources: - - https://github.com/home-assistant/addons/tree/master/whisper - - https://github.com/truecharts/charts/tree/master/charts/stable/wyoming-whisper - - https://hub.docker.com/r/rhasspy/wyoming-whisper -type: application -version: 4.1.3 diff --git a/stable/wyoming-whisper/4.1.3/charts/common-18.0.3.tgz b/stable/wyoming-whisper/4.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/wyoming-whisper/4.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/zerotier/9.1.3/.helmignore b/stable/wyoming-whisper/4.3.0/.helmignore similarity index 100% rename from stable/zerotier/9.1.3/.helmignore rename to stable/wyoming-whisper/4.3.0/.helmignore diff --git a/stable/wyoming-whisper/4.3.0/CHANGELOG.md b/stable/wyoming-whisper/4.3.0/CHANGELOG.md new file mode 100644 index 00000000000..612545e0a07 --- /dev/null +++ b/stable/wyoming-whisper/4.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wyoming-whisper-4.3.0](https://github.com/truecharts/charts/compare/wyoming-whisper-4.2.3...wyoming-whisper-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [wyoming-whisper-4.2.3](https://github.com/truecharts/charts/compare/wyoming-whisper-4.2.2...wyoming-whisper-4.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [wyoming-whisper-4.2.2](https://github.com/truecharts/charts/compare/wyoming-whisper-4.2.0...wyoming-whisper-4.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [wyoming-whisper-3.1.11](https://github.com/truecharts/charts/compare/wyoming-whisper-3.1.10...wyoming-whisper-3.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [wyoming-whisper-3.1.10](https://github.com/truecharts/charts/compare/wyoming-whisper-3.1.9...wyoming-whisper-3.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [wyoming-whisper-3.1.9](https://github.com/truecharts/charts/compare/wyoming-whisper-3.1.8...wyoming-whisper-3.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [wyoming-whisper-3.1.8](https://github.com/truecharts/charts/compare/wyoming-whisper-3.1.7...wyoming-whisper-3.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [wyoming-whisper-3.1.7](https://github.com/truecharts/charts/compare/wyoming-whisper-3.1.6...wyoming-whisper-3.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [wyoming-whisper-3.1.6](https://github.com/truecharts/charts/compare/wyoming-whisper-3.1.5...wyoming-whisper-3.1.6) (2024-01-09) + +### Chore + diff --git a/stable/wyoming-whisper/4.3.0/Chart.yaml b/stable/wyoming-whisper/4.3.0/Chart.yaml new file mode 100644 index 00000000000..a9d1362b563 --- /dev/null +++ b/stable/wyoming-whisper/4.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The Wyoming integration of whisper +home: https://truecharts.org/charts/stable/wyoming-whisper +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-whisper.png +keywords: + - wyoming-whisper +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wyoming-whisper +sources: + - https://github.com/home-assistant/addons/tree/master/whisper + - https://github.com/truecharts/charts/tree/master/charts/stable/wyoming-whisper + - https://hub.docker.com/r/rhasspy/wyoming-whisper +type: application +version: 4.3.0 diff --git a/stable/wyoming-whisper/4.1.3/README.md b/stable/wyoming-whisper/4.3.0/README.md similarity index 100% rename from stable/wyoming-whisper/4.1.3/README.md rename to stable/wyoming-whisper/4.3.0/README.md diff --git a/stable/wyoming-whisper/4.3.0/app-changelog.md b/stable/wyoming-whisper/4.3.0/app-changelog.md new file mode 100644 index 00000000000..50ff631ddad --- /dev/null +++ b/stable/wyoming-whisper/4.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [wyoming-whisper-4.3.0](https://github.com/truecharts/charts/compare/wyoming-whisper-4.2.3...wyoming-whisper-4.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/wyoming-whisper/4.1.3/app-readme.md b/stable/wyoming-whisper/4.3.0/app-readme.md similarity index 100% rename from stable/wyoming-whisper/4.1.3/app-readme.md rename to stable/wyoming-whisper/4.3.0/app-readme.md diff --git a/stable/wyoming-whisper/4.3.0/charts/common-18.2.0.tgz b/stable/wyoming-whisper/4.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/wyoming-whisper/4.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/wyoming-whisper/4.1.3/ix_values.yaml b/stable/wyoming-whisper/4.3.0/ix_values.yaml similarity index 100% rename from stable/wyoming-whisper/4.1.3/ix_values.yaml rename to stable/wyoming-whisper/4.3.0/ix_values.yaml diff --git a/stable/wyoming-whisper/4.1.3/questions.yaml b/stable/wyoming-whisper/4.3.0/questions.yaml similarity index 100% rename from stable/wyoming-whisper/4.1.3/questions.yaml rename to stable/wyoming-whisper/4.3.0/questions.yaml diff --git a/stable/wyoming-whisper/4.3.0/templates/NOTES.txt b/stable/wyoming-whisper/4.3.0/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/wyoming-whisper/4.3.0/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/ztcuui-aio/8.1.3/templates/common.yaml b/stable/wyoming-whisper/4.3.0/templates/common.yaml similarity index 100% rename from stable/ztcuui-aio/8.1.3/templates/common.yaml rename to stable/wyoming-whisper/4.3.0/templates/common.yaml diff --git a/stable/zerotier/9.1.3/values.yaml b/stable/wyoming-whisper/4.3.0/values.yaml similarity index 100% rename from stable/zerotier/9.1.3/values.yaml rename to stable/wyoming-whisper/4.3.0/values.yaml diff --git a/stable/xen-orchestra/8.2.0/CHANGELOG.md b/stable/xen-orchestra/8.2.0/CHANGELOG.md deleted file mode 100644 index 640bf38de84..00000000000 --- a/stable/xen-orchestra/8.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - -## [xen-orchestra-7.4.0](https://github.com/truecharts/charts/compare/xen-orchestra-7.3.1...xen-orchestra-7.4.0) (2024-02-12) - -### Chore - - - -- update container image ronivay/xen-orchestra to v5.136.0[@975efa0](https://github.com/975efa0) by renovate ([#18196](https://github.com/truecharts/charts/issues/18196)) - - -## [xen-orchestra-7.3.1](https://github.com/truecharts/charts/compare/xen-orchestra-7.3.0...xen-orchestra-7.3.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [xen-orchestra-7.3.0](https://github.com/truecharts/charts/compare/xen-orchestra-7.2.14...xen-orchestra-7.3.0) (2024-02-03) - -### Chore - - - -- update container image ronivay/xen-orchestra to v5.135.0[@75cce0f](https://github.com/75cce0f) by renovate ([#17803](https://github.com/truecharts/charts/issues/17803)) - - -## [xen-orchestra-7.2.14](https://github.com/truecharts/charts/compare/xen-orchestra-7.2.13...xen-orchestra-7.2.14) (2024-01-29) - -### Chore - - - -- update container image ronivay/xen-orchestra to 5.132.0[@ddf10cf](https://github.com/ddf10cf) by renovate ([#17652](https://github.com/truecharts/charts/issues/17652)) - - -## [xen-orchestra-7.2.13](https://github.com/truecharts/charts/compare/xen-orchestra-7.2.12...xen-orchestra-7.2.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [xen-orchestra-7.2.12](https://github.com/truecharts/charts/compare/xen-orchestra-7.2.11...xen-orchestra-7.2.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [xen-orchestra-7.2.11](https://github.com/truecharts/charts/compare/xen-orchestra-7.2.10...xen-orchestra-7.2.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [xen-orchestra-7.2.10](https://github.com/truecharts/charts/compare/xen-orchestra-7.2.9...xen-orchestra-7.2.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/xen-orchestra/8.2.0/Chart.yaml b/stable/xen-orchestra/8.2.0/Chart.yaml deleted file mode 100644 index fc28d5b420a..00000000000 --- a/stable/xen-orchestra/8.2.0/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: management - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.136.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Xen-Orchestra is a Web-UI for managing your existing XenServer infrastructure. -home: https://truecharts.org/charts/stable/xen-orchestra -icon: https://truecharts.org/img/hotlink-ok/chart-icons/xen-orchestra.png -keywords: - - xen-orchestra -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: xen-orchestra -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/xen-orchestra - - https://hub.docker.com/r/ronivay/xen-orchestra -type: application -version: 8.2.0 diff --git a/stable/xen-orchestra/8.2.0/charts/common-18.1.2.tgz b/stable/xen-orchestra/8.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/xen-orchestra/8.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/xen-orchestra/8.2.0/ix_values.yaml b/stable/xen-orchestra/8.2.0/ix_values.yaml deleted file mode 100644 index c41f35e1566..00000000000 --- a/stable/xen-orchestra/8.2.0/ix_values.yaml +++ /dev/null @@ -1,55 +0,0 @@ -image: - repository: ronivay/xen-orchestra - tag: 5.136.0@sha256:20dde073172bda53d666cb8cab636db988ba890d8f92eab1f973675fd96817ed - pullPolicy: IfNotPresent -service: - main: - ports: - main: - protocol: https - port: 10324 -persistence: - xo-data: - enabled: true - mountPath: "/var/lib/xo-server" - redis-data: - enabled: true - mountPath: "/var/lib/redis" -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - capabilities: - add: - - SYS_ADMIN - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: true - type: exec - command: - - /healthcheck.sh - readiness: - enabled: true - type: exec - command: - - /healthcheck.sh - startup: - enabled: true - type: exec - command: - - /healthcheck.sh - env: - HTTPS_PORT: "{{ .Values.service.main.ports.main.port }}" - # Just so it doesn't try to bind port 80 - HTTP_PORT: "{{ add1 .Values.service.main.ports.main.port }}" - REDIRECT_TO_HTTPS: true diff --git a/stable/zigbee2mqtt/11.2.0/.helmignore b/stable/xen-orchestra/8.4.0/.helmignore similarity index 100% rename from stable/zigbee2mqtt/11.2.0/.helmignore rename to stable/xen-orchestra/8.4.0/.helmignore diff --git a/stable/xen-orchestra/8.4.0/CHANGELOG.md b/stable/xen-orchestra/8.4.0/CHANGELOG.md new file mode 100644 index 00000000000..286e6489c65 --- /dev/null +++ b/stable/xen-orchestra/8.4.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [xen-orchestra-8.4.0](https://github.com/truecharts/charts/compare/xen-orchestra-8.3.3...xen-orchestra-8.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [xen-orchestra-8.3.3](https://github.com/truecharts/charts/compare/xen-orchestra-8.3.2...xen-orchestra-8.3.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [xen-orchestra-8.3.2](https://github.com/truecharts/charts/compare/xen-orchestra-8.3.0...xen-orchestra-8.3.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + +## [xen-orchestra-7.4.0](https://github.com/truecharts/charts/compare/xen-orchestra-7.3.1...xen-orchestra-7.4.0) (2024-02-12) + +### Chore + + + +- update container image ronivay/xen-orchestra to v5.136.0[@975efa0](https://github.com/975efa0) by renovate ([#18196](https://github.com/truecharts/charts/issues/18196)) + + +## [xen-orchestra-7.3.1](https://github.com/truecharts/charts/compare/xen-orchestra-7.3.0...xen-orchestra-7.3.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [xen-orchestra-7.3.0](https://github.com/truecharts/charts/compare/xen-orchestra-7.2.14...xen-orchestra-7.3.0) (2024-02-03) + +### Chore + + + +- update container image ronivay/xen-orchestra to v5.135.0[@75cce0f](https://github.com/75cce0f) by renovate ([#17803](https://github.com/truecharts/charts/issues/17803)) + + +## [xen-orchestra-7.2.14](https://github.com/truecharts/charts/compare/xen-orchestra-7.2.13...xen-orchestra-7.2.14) (2024-01-29) + +### Chore + + + +- update container image ronivay/xen-orchestra to 5.132.0[@ddf10cf](https://github.com/ddf10cf) by renovate ([#17652](https://github.com/truecharts/charts/issues/17652)) + + +## [xen-orchestra-7.2.13](https://github.com/truecharts/charts/compare/xen-orchestra-7.2.12...xen-orchestra-7.2.13) (2024-01-26) + +### Chore + diff --git a/stable/xen-orchestra/8.4.0/Chart.yaml b/stable/xen-orchestra/8.4.0/Chart.yaml new file mode 100644 index 00000000000..6357ed17c71 --- /dev/null +++ b/stable/xen-orchestra/8.4.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: management + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.138.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Xen-Orchestra is a Web-UI for managing your existing XenServer infrastructure. +home: https://truecharts.org/charts/stable/xen-orchestra +icon: https://truecharts.org/img/hotlink-ok/chart-icons/xen-orchestra.png +keywords: + - xen-orchestra +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: xen-orchestra +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/xen-orchestra + - https://hub.docker.com/r/ronivay/xen-orchestra +type: application +version: 8.4.0 diff --git a/stable/xen-orchestra/8.2.0/README.md b/stable/xen-orchestra/8.4.0/README.md similarity index 100% rename from stable/xen-orchestra/8.2.0/README.md rename to stable/xen-orchestra/8.4.0/README.md diff --git a/stable/xen-orchestra/8.4.0/app-changelog.md b/stable/xen-orchestra/8.4.0/app-changelog.md new file mode 100644 index 00000000000..f49dbaaeafb --- /dev/null +++ b/stable/xen-orchestra/8.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [xen-orchestra-8.4.0](https://github.com/truecharts/charts/compare/xen-orchestra-8.3.3...xen-orchestra-8.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/xen-orchestra/8.2.0/app-readme.md b/stable/xen-orchestra/8.4.0/app-readme.md similarity index 100% rename from stable/xen-orchestra/8.2.0/app-readme.md rename to stable/xen-orchestra/8.4.0/app-readme.md diff --git a/stable/xen-orchestra/8.4.0/charts/common-18.2.0.tgz b/stable/xen-orchestra/8.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/xen-orchestra/8.4.0/charts/common-18.2.0.tgz differ diff --git a/stable/xen-orchestra/8.4.0/ix_values.yaml b/stable/xen-orchestra/8.4.0/ix_values.yaml new file mode 100644 index 00000000000..cecce40516c --- /dev/null +++ b/stable/xen-orchestra/8.4.0/ix_values.yaml @@ -0,0 +1,55 @@ +image: + repository: ronivay/xen-orchestra + tag: 5.138.0@sha256:27464afac23e103fc24e9b8aec48d42a17e81cdc6539e47f306752b073d9ff14 + pullPolicy: IfNotPresent +service: + main: + ports: + main: + protocol: https + port: 10324 +persistence: + xo-data: + enabled: true + mountPath: "/var/lib/xo-server" + redis-data: + enabled: true + mountPath: "/var/lib/redis" +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + capabilities: + add: + - SYS_ADMIN + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: true + type: exec + command: + - /healthcheck.sh + readiness: + enabled: true + type: exec + command: + - /healthcheck.sh + startup: + enabled: true + type: exec + command: + - /healthcheck.sh + env: + HTTPS_PORT: "{{ .Values.service.main.ports.main.port }}" + # Just so it doesn't try to bind port 80 + HTTP_PORT: "{{ add1 .Values.service.main.ports.main.port }}" + REDIRECT_TO_HTTPS: true diff --git a/stable/xen-orchestra/8.2.0/questions.yaml b/stable/xen-orchestra/8.4.0/questions.yaml similarity index 100% rename from stable/xen-orchestra/8.2.0/questions.yaml rename to stable/xen-orchestra/8.4.0/questions.yaml diff --git a/stable/xen-orchestra/8.4.0/templates/NOTES.txt b/stable/xen-orchestra/8.4.0/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/xen-orchestra/8.4.0/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/zwavejs2mqtt/19.2.0/templates/common.yaml b/stable/xen-orchestra/8.4.0/templates/common.yaml similarity index 100% rename from stable/zwavejs2mqtt/19.2.0/templates/common.yaml rename to stable/xen-orchestra/8.4.0/templates/common.yaml diff --git a/stable/zigbee2mqtt/11.2.0/values.yaml b/stable/xen-orchestra/8.4.0/values.yaml similarity index 100% rename from stable/zigbee2mqtt/11.2.0/values.yaml rename to stable/xen-orchestra/8.4.0/values.yaml diff --git a/stable/xmrig/6.1.4/CHANGELOG.md b/stable/xmrig/6.1.4/CHANGELOG.md deleted file mode 100644 index 5520c8095dd..00000000000 --- a/stable/xmrig/6.1.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [xmrig-4.1.12](https://github.com/truecharts/charts/compare/xmrig-4.1.11...xmrig-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [xmrig-4.1.11](https://github.com/truecharts/charts/compare/xmrig-4.1.10...xmrig-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [xmrig-4.1.10](https://github.com/truecharts/charts/compare/xmrig-4.1.9...xmrig-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [xmrig-4.1.9](https://github.com/truecharts/charts/compare/xmrig-4.1.8...xmrig-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [xmrig-4.1.8](https://github.com/truecharts/charts/compare/xmrig-4.1.7...xmrig-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [xmrig-4.1.7](https://github.com/truecharts/charts/compare/xmrig-4.1.6...xmrig-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [xmrig-4.1.6](https://github.com/truecharts/charts/compare/xmrig-4.1.5...xmrig-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [xmrig-4.1.5](https://github.com/truecharts/charts/compare/xmrig-4.1.4...xmrig-4.1.5) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [xmrig-4.1.4](https://github.com/truecharts/charts/compare/xmrig-4.1.1...xmrig-4.1.4) (2024-01-01) - -### Chore - diff --git a/stable/xmrig/6.1.4/Chart.yaml b/stable/xmrig/6.1.4/Chart.yaml deleted file mode 100644 index 1da1b37d64b..00000000000 --- a/stable/xmrig/6.1.4/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Crypto - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 6.21.0 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Chartised version of XMRig for CPU Mining. Helps turn your server into a Monero / cryptocurrency mining rig. Now optionally works with GPU algorithms as well. -home: https://truecharts.org/charts/stable/xmrig -icon: https://truecharts.org/img/hotlink-ok/chart-icons/xmrig.png -keywords: - - xmrig - - Crypto -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: xmrig -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/xmrig - - https://hub.docker.com/r/cooleye72/xmrig -type: application -version: 6.1.4 diff --git a/stable/xmrig/6.1.4/charts/common-18.0.3.tgz b/stable/xmrig/6.1.4/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/xmrig/6.1.4/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/znc/9.3.0/.helmignore b/stable/xmrig/6.3.0/.helmignore similarity index 100% rename from stable/znc/9.3.0/.helmignore rename to stable/xmrig/6.3.0/.helmignore diff --git a/stable/xmrig/6.3.0/CHANGELOG.md b/stable/xmrig/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..0cb6add07ae --- /dev/null +++ b/stable/xmrig/6.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [xmrig-6.3.0](https://github.com/truecharts/charts/compare/xmrig-6.2.3...xmrig-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [xmrig-6.2.3](https://github.com/truecharts/charts/compare/xmrig-6.2.2...xmrig-6.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [xmrig-6.2.2](https://github.com/truecharts/charts/compare/xmrig-6.2.0...xmrig-6.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + +## [xmrig-4.1.12](https://github.com/truecharts/charts/compare/xmrig-4.1.11...xmrig-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [xmrig-4.1.11](https://github.com/truecharts/charts/compare/xmrig-4.1.10...xmrig-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [xmrig-4.1.10](https://github.com/truecharts/charts/compare/xmrig-4.1.9...xmrig-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [xmrig-4.1.9](https://github.com/truecharts/charts/compare/xmrig-4.1.8...xmrig-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [xmrig-4.1.8](https://github.com/truecharts/charts/compare/xmrig-4.1.7...xmrig-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [xmrig-4.1.7](https://github.com/truecharts/charts/compare/xmrig-4.1.6...xmrig-4.1.7) (2024-01-09) + +### Chore diff --git a/stable/xmrig/6.3.0/Chart.yaml b/stable/xmrig/6.3.0/Chart.yaml new file mode 100644 index 00000000000..872623f9e47 --- /dev/null +++ b/stable/xmrig/6.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Crypto + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 6.21.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chartised version of XMRig for CPU Mining. Helps turn your server into a Monero / cryptocurrency mining rig. Now optionally works with GPU algorithms as well. +home: https://truecharts.org/charts/stable/xmrig +icon: https://truecharts.org/img/hotlink-ok/chart-icons/xmrig.png +keywords: + - xmrig + - Crypto +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: xmrig +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/xmrig + - https://hub.docker.com/r/cooleye72/xmrig +type: application +version: 6.3.0 diff --git a/stable/xmrig/6.1.4/README.md b/stable/xmrig/6.3.0/README.md similarity index 100% rename from stable/xmrig/6.1.4/README.md rename to stable/xmrig/6.3.0/README.md diff --git a/stable/xmrig/6.3.0/app-changelog.md b/stable/xmrig/6.3.0/app-changelog.md new file mode 100644 index 00000000000..338e498abf2 --- /dev/null +++ b/stable/xmrig/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [xmrig-6.3.0](https://github.com/truecharts/charts/compare/xmrig-6.2.3...xmrig-6.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/xmrig/6.1.4/app-readme.md b/stable/xmrig/6.3.0/app-readme.md similarity index 100% rename from stable/xmrig/6.1.4/app-readme.md rename to stable/xmrig/6.3.0/app-readme.md diff --git a/stable/xmrig/6.3.0/charts/common-18.2.0.tgz b/stable/xmrig/6.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/xmrig/6.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/xmrig/6.1.4/ix_values.yaml b/stable/xmrig/6.3.0/ix_values.yaml similarity index 100% rename from stable/xmrig/6.1.4/ix_values.yaml rename to stable/xmrig/6.3.0/ix_values.yaml diff --git a/stable/xmrig/6.1.4/questions.yaml b/stable/xmrig/6.3.0/questions.yaml similarity index 100% rename from stable/xmrig/6.1.4/questions.yaml rename to stable/xmrig/6.3.0/questions.yaml diff --git a/stable/xmrig/6.1.4/templates/common.yaml b/stable/xmrig/6.3.0/templates/common.yaml similarity index 100% rename from stable/xmrig/6.1.4/templates/common.yaml rename to stable/xmrig/6.3.0/templates/common.yaml diff --git a/stable/znc/9.3.0/values.yaml b/stable/xmrig/6.3.0/values.yaml similarity index 100% rename from stable/znc/9.3.0/values.yaml rename to stable/xmrig/6.3.0/values.yaml diff --git a/stable/xonotic/5.1.3/CHANGELOG.md b/stable/xonotic/5.1.3/CHANGELOG.md deleted file mode 100644 index 1c35b9e7e7c..00000000000 --- a/stable/xonotic/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [xonotic-4.1.11](https://github.com/truecharts/charts/compare/xonotic-4.1.10...xonotic-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [xonotic-4.1.10](https://github.com/truecharts/charts/compare/xonotic-4.1.9...xonotic-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [xonotic-4.1.9](https://github.com/truecharts/charts/compare/xonotic-4.1.8...xonotic-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [xonotic-4.1.8](https://github.com/truecharts/charts/compare/xonotic-4.1.7...xonotic-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [xonotic-4.1.7](https://github.com/truecharts/charts/compare/xonotic-4.1.6...xonotic-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [xonotic-4.1.6](https://github.com/truecharts/charts/compare/xonotic-4.1.5...xonotic-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [xonotic-4.1.5](https://github.com/truecharts/charts/compare/xonotic-4.1.4...xonotic-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [xonotic-4.1.4](https://github.com/truecharts/charts/compare/xonotic-4.1.3...xonotic-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [xonotic-4.1.3](https://github.com/truecharts/charts/compare/xonotic-4.1.0...xonotic-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/xonotic/5.1.3/Chart.yaml b/stable/xonotic/5.1.3/Chart.yaml deleted file mode 100644 index 617f15df0ed..00000000000 --- a/stable/xonotic/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install the preferred version of Xonotic. -home: https://truecharts.org/charts/stable/xonotic -icon: https://truecharts.org/img/hotlink-ok/chart-icons/xonotic.png -keywords: - - xonotic - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: xonotic -sources: - - https://www.xonotic.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/xonotic - - https://hub.docker.com/r/ich777/xonotic -type: application -version: 5.1.3 diff --git a/stable/xonotic/5.1.3/charts/common-18.0.3.tgz b/stable/xonotic/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/xonotic/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/zoneminder/5.1.3/.helmignore b/stable/xonotic/5.3.0/.helmignore similarity index 100% rename from stable/zoneminder/5.1.3/.helmignore rename to stable/xonotic/5.3.0/.helmignore diff --git a/stable/xonotic/5.3.0/CHANGELOG.md b/stable/xonotic/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..60a89338cba --- /dev/null +++ b/stable/xonotic/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [xonotic-5.3.0](https://github.com/truecharts/charts/compare/xonotic-5.2.3...xonotic-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [xonotic-5.2.3](https://github.com/truecharts/charts/compare/xonotic-5.2.2...xonotic-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [xonotic-5.2.2](https://github.com/truecharts/charts/compare/xonotic-5.2.0...xonotic-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [xonotic-4.1.11](https://github.com/truecharts/charts/compare/xonotic-4.1.10...xonotic-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [xonotic-4.1.10](https://github.com/truecharts/charts/compare/xonotic-4.1.9...xonotic-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [xonotic-4.1.9](https://github.com/truecharts/charts/compare/xonotic-4.1.8...xonotic-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [xonotic-4.1.8](https://github.com/truecharts/charts/compare/xonotic-4.1.7...xonotic-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [xonotic-4.1.7](https://github.com/truecharts/charts/compare/xonotic-4.1.6...xonotic-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [xonotic-4.1.6](https://github.com/truecharts/charts/compare/xonotic-4.1.5...xonotic-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/xonotic/5.3.0/Chart.yaml b/stable/xonotic/5.3.0/Chart.yaml new file mode 100644 index 00000000000..8c950aa0964 --- /dev/null +++ b/stable/xonotic/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install the preferred version of Xonotic. +home: https://truecharts.org/charts/stable/xonotic +icon: https://truecharts.org/img/hotlink-ok/chart-icons/xonotic.png +keywords: + - xonotic + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: xonotic +sources: + - https://www.xonotic.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/xonotic + - https://hub.docker.com/r/ich777/xonotic +type: application +version: 5.3.0 diff --git a/stable/xonotic/5.1.3/README.md b/stable/xonotic/5.3.0/README.md similarity index 100% rename from stable/xonotic/5.1.3/README.md rename to stable/xonotic/5.3.0/README.md diff --git a/stable/xonotic/5.3.0/app-changelog.md b/stable/xonotic/5.3.0/app-changelog.md new file mode 100644 index 00000000000..6a80f4fecdb --- /dev/null +++ b/stable/xonotic/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [xonotic-5.3.0](https://github.com/truecharts/charts/compare/xonotic-5.2.3...xonotic-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/xonotic/5.1.3/app-readme.md b/stable/xonotic/5.3.0/app-readme.md similarity index 100% rename from stable/xonotic/5.1.3/app-readme.md rename to stable/xonotic/5.3.0/app-readme.md diff --git a/stable/xonotic/5.3.0/charts/common-18.2.0.tgz b/stable/xonotic/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/xonotic/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/xonotic/5.1.3/ix_values.yaml b/stable/xonotic/5.3.0/ix_values.yaml similarity index 100% rename from stable/xonotic/5.1.3/ix_values.yaml rename to stable/xonotic/5.3.0/ix_values.yaml diff --git a/stable/xonotic/5.1.3/questions.yaml b/stable/xonotic/5.3.0/questions.yaml similarity index 100% rename from stable/xonotic/5.1.3/questions.yaml rename to stable/xonotic/5.3.0/questions.yaml diff --git a/stable/xonotic/5.1.3/templates/common.yaml b/stable/xonotic/5.3.0/templates/common.yaml similarity index 100% rename from stable/xonotic/5.1.3/templates/common.yaml rename to stable/xonotic/5.3.0/templates/common.yaml diff --git a/stable/zoneminder/5.1.3/values.yaml b/stable/xonotic/5.3.0/values.yaml similarity index 100% rename from stable/zoneminder/5.1.3/values.yaml rename to stable/xonotic/5.3.0/values.yaml diff --git a/stable/xteve/13.1.3/CHANGELOG.md b/stable/xteve/13.1.3/CHANGELOG.md deleted file mode 100644 index d7fd260885c..00000000000 --- a/stable/xteve/13.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [xteve-12.1.11](https://github.com/truecharts/charts/compare/xteve-12.1.10...xteve-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [xteve-12.1.10](https://github.com/truecharts/charts/compare/xteve-12.1.9...xteve-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [xteve-12.1.9](https://github.com/truecharts/charts/compare/xteve-12.1.8...xteve-12.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [xteve-12.1.8](https://github.com/truecharts/charts/compare/xteve-12.1.7...xteve-12.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [xteve-12.1.7](https://github.com/truecharts/charts/compare/xteve-12.1.6...xteve-12.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [xteve-12.1.6](https://github.com/truecharts/charts/compare/xteve-12.1.5...xteve-12.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [xteve-12.1.5](https://github.com/truecharts/charts/compare/xteve-12.1.4...xteve-12.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [xteve-12.1.4](https://github.com/truecharts/charts/compare/xteve-12.1.3...xteve-12.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [xteve-12.1.3](https://github.com/truecharts/charts/compare/xteve-12.1.0...xteve-12.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/xteve/13.1.3/Chart.yaml b/stable/xteve/13.1.3/Chart.yaml deleted file mode 100644 index b58d2631844..00000000000 --- a/stable/xteve/13.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.2.0.200 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: M3U Proxy for Plex DVR and Emby Live TV. -home: https://truecharts.org/charts/stable/xteve -icon: https://truecharts.org/img/hotlink-ok/chart-icons/xteve.png -keywords: - - xteve - - iptv - - plex - - emby -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: xteve -sources: - - https://github.com/xteve-project/xTeVe - - https://github.com/k8s-at-home/container-images - - https://github.com/truecharts/charts/tree/master/charts/stable/xteve - - https://ghcr.io/k8s-at-home/xteve -type: application -version: 13.1.3 diff --git a/stable/xteve/13.1.3/charts/common-18.0.3.tgz b/stable/xteve/13.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/xteve/13.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/ztcuui-aio/8.1.3/.helmignore b/stable/xteve/13.3.0/.helmignore similarity index 100% rename from stable/ztcuui-aio/8.1.3/.helmignore rename to stable/xteve/13.3.0/.helmignore diff --git a/stable/xteve/13.3.0/CHANGELOG.md b/stable/xteve/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..a8838f0b9a8 --- /dev/null +++ b/stable/xteve/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [xteve-13.3.0](https://github.com/truecharts/charts/compare/xteve-13.2.3...xteve-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [xteve-13.2.3](https://github.com/truecharts/charts/compare/xteve-13.2.2...xteve-13.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [xteve-13.2.2](https://github.com/truecharts/charts/compare/xteve-13.2.0...xteve-13.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [xteve-12.1.11](https://github.com/truecharts/charts/compare/xteve-12.1.10...xteve-12.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [xteve-12.1.10](https://github.com/truecharts/charts/compare/xteve-12.1.9...xteve-12.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [xteve-12.1.9](https://github.com/truecharts/charts/compare/xteve-12.1.8...xteve-12.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [xteve-12.1.8](https://github.com/truecharts/charts/compare/xteve-12.1.7...xteve-12.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [xteve-12.1.7](https://github.com/truecharts/charts/compare/xteve-12.1.6...xteve-12.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [xteve-12.1.6](https://github.com/truecharts/charts/compare/xteve-12.1.5...xteve-12.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/xteve/13.3.0/Chart.yaml b/stable/xteve/13.3.0/Chart.yaml new file mode 100644 index 00000000000..843a5789de4 --- /dev/null +++ b/stable/xteve/13.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.2.0.200 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: M3U Proxy for Plex DVR and Emby Live TV. +home: https://truecharts.org/charts/stable/xteve +icon: https://truecharts.org/img/hotlink-ok/chart-icons/xteve.png +keywords: + - xteve + - iptv + - plex + - emby +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: xteve +sources: + - https://github.com/xteve-project/xTeVe + - https://github.com/k8s-at-home/container-images + - https://github.com/truecharts/charts/tree/master/charts/stable/xteve + - https://ghcr.io/k8s-at-home/xteve +type: application +version: 13.3.0 diff --git a/stable/xteve/13.1.3/README.md b/stable/xteve/13.3.0/README.md similarity index 100% rename from stable/xteve/13.1.3/README.md rename to stable/xteve/13.3.0/README.md diff --git a/stable/xteve/13.3.0/app-changelog.md b/stable/xteve/13.3.0/app-changelog.md new file mode 100644 index 00000000000..1d80ddbbc1d --- /dev/null +++ b/stable/xteve/13.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [xteve-13.3.0](https://github.com/truecharts/charts/compare/xteve-13.2.3...xteve-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/xteve/13.1.3/app-readme.md b/stable/xteve/13.3.0/app-readme.md similarity index 100% rename from stable/xteve/13.1.3/app-readme.md rename to stable/xteve/13.3.0/app-readme.md diff --git a/stable/xteve/13.3.0/charts/common-18.2.0.tgz b/stable/xteve/13.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/xteve/13.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/xteve/13.1.3/ix_values.yaml b/stable/xteve/13.3.0/ix_values.yaml similarity index 100% rename from stable/xteve/13.1.3/ix_values.yaml rename to stable/xteve/13.3.0/ix_values.yaml diff --git a/stable/xteve/13.1.3/questions.yaml b/stable/xteve/13.3.0/questions.yaml similarity index 100% rename from stable/xteve/13.1.3/questions.yaml rename to stable/xteve/13.3.0/questions.yaml diff --git a/stable/xteve/13.3.0/templates/NOTES.txt b/stable/xteve/13.3.0/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/xteve/13.3.0/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/xteve/13.3.0/templates/common.yaml b/stable/xteve/13.3.0/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/stable/xteve/13.3.0/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/stable/ztcuui-aio/8.1.3/values.yaml b/stable/xteve/13.3.0/values.yaml similarity index 100% rename from stable/ztcuui-aio/8.1.3/values.yaml rename to stable/xteve/13.3.0/values.yaml diff --git a/stable/xware/5.1.3/CHANGELOG.md b/stable/xware/5.1.3/CHANGELOG.md deleted file mode 100644 index ea634d3b282..00000000000 --- a/stable/xware/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [xware-4.1.11](https://github.com/truecharts/charts/compare/xware-4.1.10...xware-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [xware-4.1.10](https://github.com/truecharts/charts/compare/xware-4.1.9...xware-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [xware-4.1.9](https://github.com/truecharts/charts/compare/xware-4.1.8...xware-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [xware-4.1.8](https://github.com/truecharts/charts/compare/xware-4.1.7...xware-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [xware-4.1.7](https://github.com/truecharts/charts/compare/xware-4.1.6...xware-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [xware-4.1.6](https://github.com/truecharts/charts/compare/xware-4.1.5...xware-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [xware-4.1.5](https://github.com/truecharts/charts/compare/xware-4.1.4...xware-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [xware-4.1.4](https://github.com/truecharts/charts/compare/xware-4.1.3...xware-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [xware-4.1.3](https://github.com/truecharts/charts/compare/xware-4.1.0...xware-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/xware/5.1.3/Chart.yaml b/stable/xware/5.1.3/Chart.yaml deleted file mode 100644 index 1793bbb380a..00000000000 --- a/stable/xware/5.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This is a Chart of Thunder downloader. -home: https://truecharts.org/charts/stable/xware -icon: https://truecharts.org/img/hotlink-ok/chart-icons/xware.png -keywords: - - xware - - Downloaders -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: xware -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/xware - - https://hub.docker.com/r/caiguai/docker-xware -type: application -version: 5.1.3 diff --git a/stable/xware/5.1.3/charts/common-18.0.3.tgz b/stable/xware/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/xware/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/zwavejs2mqtt/19.2.0/.helmignore b/stable/xware/5.3.0/.helmignore similarity index 100% rename from stable/zwavejs2mqtt/19.2.0/.helmignore rename to stable/xware/5.3.0/.helmignore diff --git a/stable/xware/5.3.0/CHANGELOG.md b/stable/xware/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..511e2da2900 --- /dev/null +++ b/stable/xware/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [xware-5.3.0](https://github.com/truecharts/charts/compare/xware-5.2.3...xware-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [xware-5.2.3](https://github.com/truecharts/charts/compare/xware-5.2.2...xware-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [xware-5.2.2](https://github.com/truecharts/charts/compare/xware-5.2.0...xware-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [xware-4.1.11](https://github.com/truecharts/charts/compare/xware-4.1.10...xware-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [xware-4.1.10](https://github.com/truecharts/charts/compare/xware-4.1.9...xware-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [xware-4.1.9](https://github.com/truecharts/charts/compare/xware-4.1.8...xware-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [xware-4.1.8](https://github.com/truecharts/charts/compare/xware-4.1.7...xware-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [xware-4.1.7](https://github.com/truecharts/charts/compare/xware-4.1.6...xware-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [xware-4.1.6](https://github.com/truecharts/charts/compare/xware-4.1.5...xware-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/xware/5.3.0/Chart.yaml b/stable/xware/5.3.0/Chart.yaml new file mode 100644 index 00000000000..96d2bf4ff0f --- /dev/null +++ b/stable/xware/5.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is a Chart of Thunder downloader. +home: https://truecharts.org/charts/stable/xware +icon: https://truecharts.org/img/hotlink-ok/chart-icons/xware.png +keywords: + - xware + - Downloaders +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: xware +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/xware + - https://hub.docker.com/r/caiguai/docker-xware +type: application +version: 5.3.0 diff --git a/stable/xware/5.1.3/README.md b/stable/xware/5.3.0/README.md similarity index 100% rename from stable/xware/5.1.3/README.md rename to stable/xware/5.3.0/README.md diff --git a/stable/xware/5.3.0/app-changelog.md b/stable/xware/5.3.0/app-changelog.md new file mode 100644 index 00000000000..c7983118f51 --- /dev/null +++ b/stable/xware/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [xware-5.3.0](https://github.com/truecharts/charts/compare/xware-5.2.3...xware-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/xware/5.1.3/app-readme.md b/stable/xware/5.3.0/app-readme.md similarity index 100% rename from stable/xware/5.1.3/app-readme.md rename to stable/xware/5.3.0/app-readme.md diff --git a/stable/xware/5.3.0/charts/common-18.2.0.tgz b/stable/xware/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/xware/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/xware/5.1.3/ix_values.yaml b/stable/xware/5.3.0/ix_values.yaml similarity index 100% rename from stable/xware/5.1.3/ix_values.yaml rename to stable/xware/5.3.0/ix_values.yaml diff --git a/stable/xware/5.1.3/questions.yaml b/stable/xware/5.3.0/questions.yaml similarity index 100% rename from stable/xware/5.1.3/questions.yaml rename to stable/xware/5.3.0/questions.yaml diff --git a/stable/xware/5.1.3/templates/common.yaml b/stable/xware/5.3.0/templates/common.yaml similarity index 100% rename from stable/xware/5.1.3/templates/common.yaml rename to stable/xware/5.3.0/templates/common.yaml diff --git a/stable/zwavejs2mqtt/19.2.0/values.yaml b/stable/xware/5.3.0/values.yaml similarity index 100% rename from stable/zwavejs2mqtt/19.2.0/values.yaml rename to stable/xware/5.3.0/values.yaml diff --git a/stable/xwiki/12.2.0/CHANGELOG.md b/stable/xwiki/12.2.0/CHANGELOG.md deleted file mode 100644 index b9472c38230..00000000000 --- a/stable/xwiki/12.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - -## [xwiki-11.0.0](https://github.com/truecharts/charts/compare/xwiki-10.1.18...xwiki-11.0.0) (2024-02-05) - -### Chore - - - -- update container image xwiki to v16.0.0-postgres-tomcat[@3c704a1](https://github.com/3c704a1) by renovate ([#17969](https://github.com/truecharts/charts/issues/17969)) - - -## [xwiki-10.1.18](https://github.com/truecharts/charts/compare/xwiki-10.1.17...xwiki-10.1.18) (2024-02-05) - -### Chore - - - -- update container image xwiki to v[@3a8e19b](https://github.com/3a8e19b) by renovate ([#17899](https://github.com/truecharts/charts/issues/17899)) - - -## [xwiki-10.1.17](https://github.com/truecharts/charts/compare/xwiki-10.1.16...xwiki-10.1.17) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [xwiki-10.1.16](https://github.com/truecharts/charts/compare/xwiki-10.1.15...xwiki-10.1.16) (2024-01-29) - -### Chore - - - -- update container image xwiki to 15.10.5-postgres-tomcat[@204e7df](https://github.com/204e7df) by renovate ([#17656](https://github.com/truecharts/charts/issues/17656)) - - -## [xwiki-10.1.15](https://github.com/truecharts/charts/compare/xwiki-10.1.14...xwiki-10.1.15) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [xwiki-10.1.14](https://github.com/truecharts/charts/compare/xwiki-10.1.13...xwiki-10.1.14) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [xwiki-10.1.13](https://github.com/truecharts/charts/compare/xwiki-10.1.12...xwiki-10.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [xwiki-10.1.12](https://github.com/truecharts/charts/compare/xwiki-10.1.11...xwiki-10.1.12) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [xwiki-10.1.11](https://github.com/truecharts/charts/compare/xwiki-10.1.10...xwiki-10.1.11) (2024-01-21) - -### Chore - - - -- update container image xwiki to v15.10.5-postgres-tomcat[@73eee93](https://github.com/73eee93) by renovate ([#17438](https://github.com/truecharts/charts/issues/17438)) diff --git a/stable/xwiki/12.2.0/Chart.yaml b/stable/xwiki/12.2.0/Chart.yaml deleted file mode 100644 index 423f0c9e17c..00000000000 --- a/stable/xwiki/12.2.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 16.0.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: XWiki is a free wiki software platform written in Java with a design emphasis on extensibility -home: https://truecharts.org/charts/stable/xwiki -icon: https://truecharts.org/img/hotlink-ok/chart-icons/xwiki.png -keywords: - - xwiki - - wiki -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: xwiki -sources: - - https://github.com/xwiki/xwiki-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/xwiki - - https://hub.docker.com/_/xwiki -type: application -version: 12.2.0 diff --git a/stable/xwiki/12.2.0/charts/common-18.1.2.tgz b/stable/xwiki/12.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/xwiki/12.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/xwiki/12.2.0/ix_values.yaml b/stable/xwiki/12.2.0/ix_values.yaml deleted file mode 100644 index 9b580bc0304..00000000000 --- a/stable/xwiki/12.2.0/ix_values.yaml +++ /dev/null @@ -1,46 +0,0 @@ -image: - repository: xwiki - tag: 16.0.0-postgres-tomcat@sha256:84c9d259736887fa86d921b2d820cebdc89dae80593d5150e901b80d554268b5 - pullPolicy: IfNotPresent -service: - main: - ports: - main: - port: 10208 - targetPort: 8080 -persistence: - config: - enabled: true - mountPath: "/usr/local/xwiki" -cnpg: - main: - enabled: true - user: xwiki - database: xwiki -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - env: - DB_USER: "{{ .Values.cnpg.main.user }}" - DB_DATABASE: "{{ .Values.cnpg.main.database }}" - # User Defined - JAVA_OPTS: "" - DB_HOST: - secretKeyRef: - name: cnpg-main-urls - key: host - DB_PASSWORD: - secretKeyRef: - name: cnpg-main-user - key: password diff --git a/stable/xwiki/12.2.0/questions.yaml b/stable/xwiki/12.2.0/questions.yaml deleted file mode 100755 index 53f4e02b542..00000000000 --- a/stable/xwiki/12.2.0/questions.yaml +++ /dev/null @@ -1,3313 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: JAVA_OPTS - label: "JAVA_OPTS" - schema: - type: string - default: "" - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10208 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/xwiki/12.4.0/.helmignore b/stable/xwiki/12.4.0/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/xwiki/12.4.0/.helmignore @@ -0,0 +1,30 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png diff --git a/stable/xwiki/12.4.0/CHANGELOG.md b/stable/xwiki/12.4.0/CHANGELOG.md new file mode 100644 index 00000000000..4468bb51964 --- /dev/null +++ b/stable/xwiki/12.4.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [xwiki-12.4.0](https://github.com/truecharts/charts/compare/xwiki-12.3.3...xwiki-12.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [xwiki-12.3.3](https://github.com/truecharts/charts/compare/xwiki-12.3.2...xwiki-12.3.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [xwiki-12.3.2](https://github.com/truecharts/charts/compare/xwiki-12.3.0...xwiki-12.3.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + +## [xwiki-11.0.0](https://github.com/truecharts/charts/compare/xwiki-10.1.18...xwiki-11.0.0) (2024-02-05) + +### Chore + + + +- update container image xwiki to v16.0.0-postgres-tomcat[@3c704a1](https://github.com/3c704a1) by renovate ([#17969](https://github.com/truecharts/charts/issues/17969)) + + +## [xwiki-10.1.18](https://github.com/truecharts/charts/compare/xwiki-10.1.17...xwiki-10.1.18) (2024-02-05) + +### Chore + + + +- update container image xwiki to v[@3a8e19b](https://github.com/3a8e19b) by renovate ([#17899](https://github.com/truecharts/charts/issues/17899)) + + +## [xwiki-10.1.17](https://github.com/truecharts/charts/compare/xwiki-10.1.16...xwiki-10.1.17) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [xwiki-10.1.16](https://github.com/truecharts/charts/compare/xwiki-10.1.15...xwiki-10.1.16) (2024-01-29) + +### Chore + + + +- update container image xwiki to 15.10.5-postgres-tomcat[@204e7df](https://github.com/204e7df) by renovate ([#17656](https://github.com/truecharts/charts/issues/17656)) + + +## [xwiki-10.1.15](https://github.com/truecharts/charts/compare/xwiki-10.1.14...xwiki-10.1.15) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [xwiki-10.1.14](https://github.com/truecharts/charts/compare/xwiki-10.1.13...xwiki-10.1.14) (2024-01-21) + +### Chore + diff --git a/stable/xwiki/12.4.0/Chart.yaml b/stable/xwiki/12.4.0/Chart.yaml new file mode 100644 index 00000000000..a037e81ce02 --- /dev/null +++ b/stable/xwiki/12.4.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 16.1.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: XWiki is a free wiki software platform written in Java with a design emphasis on extensibility +home: https://truecharts.org/charts/stable/xwiki +icon: https://truecharts.org/img/hotlink-ok/chart-icons/xwiki.png +keywords: + - xwiki + - wiki +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: xwiki +sources: + - https://github.com/xwiki/xwiki-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/xwiki + - https://hub.docker.com/_/xwiki +type: application +version: 12.4.0 diff --git a/stable/xwiki/12.2.0/README.md b/stable/xwiki/12.4.0/README.md similarity index 100% rename from stable/xwiki/12.2.0/README.md rename to stable/xwiki/12.4.0/README.md diff --git a/stable/xwiki/12.4.0/app-changelog.md b/stable/xwiki/12.4.0/app-changelog.md new file mode 100644 index 00000000000..39b0b154ac2 --- /dev/null +++ b/stable/xwiki/12.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [xwiki-12.4.0](https://github.com/truecharts/charts/compare/xwiki-12.3.3...xwiki-12.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/xwiki/12.2.0/app-readme.md b/stable/xwiki/12.4.0/app-readme.md similarity index 100% rename from stable/xwiki/12.2.0/app-readme.md rename to stable/xwiki/12.4.0/app-readme.md diff --git a/stable/xwiki/12.4.0/charts/common-18.2.0.tgz b/stable/xwiki/12.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/xwiki/12.4.0/charts/common-18.2.0.tgz differ diff --git a/stable/xwiki/12.4.0/ix_values.yaml b/stable/xwiki/12.4.0/ix_values.yaml new file mode 100644 index 00000000000..a7c1585da15 --- /dev/null +++ b/stable/xwiki/12.4.0/ix_values.yaml @@ -0,0 +1,46 @@ +image: + repository: xwiki + tag: 16.1.0-postgres-tomcat@sha256:e6b6753a2680885e4ed40f04d37b24f7f7040a6df9abdf6d60d9804e29a94949 + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 10208 + targetPort: 8080 +persistence: + config: + enabled: true + mountPath: "/usr/local/xwiki" +cnpg: + main: + enabled: true + user: xwiki + database: xwiki +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + env: + DB_USER: "{{ .Values.cnpg.main.user }}" + DB_DATABASE: "{{ .Values.cnpg.main.database }}" + # User Defined + JAVA_OPTS: "" + DB_HOST: + secretKeyRef: + name: cnpg-main-urls + key: host + DB_PASSWORD: + secretKeyRef: + name: cnpg-main-user + key: password diff --git a/stable/xwiki/12.4.0/questions.yaml b/stable/xwiki/12.4.0/questions.yaml new file mode 100755 index 00000000000..35933cb0dbe --- /dev/null +++ b/stable/xwiki/12.4.0/questions.yaml @@ -0,0 +1,3271 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: JAVA_OPTS + label: "JAVA_OPTS" + schema: + type: string + default: "" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10208 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "serverName" + schema: + type: int + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/xwiki/12.4.0/templates/NOTES.txt b/stable/xwiki/12.4.0/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/xwiki/12.4.0/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/xwiki/12.4.0/templates/common.yaml b/stable/xwiki/12.4.0/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/stable/xwiki/12.4.0/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/enterprise/nextcloud/29.2.1/CHANGELOG.md b/stable/xwiki/12.4.0/values.yaml similarity index 100% rename from enterprise/nextcloud/29.2.1/CHANGELOG.md rename to stable/xwiki/12.4.0/values.yaml diff --git a/stable/yacreaderlibraryserver/5.1.3/CHANGELOG.md b/stable/yacreaderlibraryserver/5.1.3/CHANGELOG.md deleted file mode 100644 index 60bf6edc965..00000000000 --- a/stable/yacreaderlibraryserver/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - -## [yacreaderlibraryserver-4.1.11](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-4.1.10...yacreaderlibraryserver-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [yacreaderlibraryserver-4.1.10](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-4.1.9...yacreaderlibraryserver-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [yacreaderlibraryserver-4.1.9](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-4.1.8...yacreaderlibraryserver-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [yacreaderlibraryserver-4.1.8](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-4.1.7...yacreaderlibraryserver-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [yacreaderlibraryserver-4.1.7](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-4.1.6...yacreaderlibraryserver-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [yacreaderlibraryserver-4.1.6](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-4.1.5...yacreaderlibraryserver-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [yacreaderlibraryserver-4.1.5](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-4.1.4...yacreaderlibraryserver-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [yacreaderlibraryserver-4.1.4](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-4.1.3...yacreaderlibraryserver-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) diff --git a/stable/yacreaderlibraryserver/5.1.3/Chart.yaml b/stable/yacreaderlibraryserver/5.1.3/Chart.yaml deleted file mode 100644 index b25df299762..00000000000 --- a/stable/yacreaderlibraryserver/5.1.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaServer-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Headless version of the YACReaderLibraryServer. -home: https://truecharts.org/charts/stable/yacreaderlibraryserver -icon: https://truecharts.org/img/hotlink-ok/chart-icons/yacreaderlibraryserver.png -keywords: - - yacreaderlibraryserver - - MediaServer-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: yacreaderlibraryserver -sources: - - https://www.yacreader.com - - https://github.com/truecharts/charts/tree/master/charts/stable/yacreaderlibraryserver - - https://hub.docker.com/r/xthursdayx/yacreaderlibrary-server-docker -type: application -version: 5.1.3 diff --git a/stable/yacreaderlibraryserver/5.1.3/charts/common-18.0.3.tgz b/stable/yacreaderlibraryserver/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/yacreaderlibraryserver/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/yacreaderlibraryserver/5.3.0/.helmignore b/stable/yacreaderlibraryserver/5.3.0/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/yacreaderlibraryserver/5.3.0/.helmignore @@ -0,0 +1,30 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png diff --git a/stable/yacreaderlibraryserver/5.3.0/CHANGELOG.md b/stable/yacreaderlibraryserver/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..1133ef591e9 --- /dev/null +++ b/stable/yacreaderlibraryserver/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [yacreaderlibraryserver-5.3.0](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.2.3...yacreaderlibraryserver-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [yacreaderlibraryserver-5.2.3](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.2.2...yacreaderlibraryserver-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [yacreaderlibraryserver-5.2.2](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.2.0...yacreaderlibraryserver-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + +## [yacreaderlibraryserver-4.1.11](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-4.1.10...yacreaderlibraryserver-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [yacreaderlibraryserver-4.1.10](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-4.1.9...yacreaderlibraryserver-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [yacreaderlibraryserver-4.1.9](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-4.1.8...yacreaderlibraryserver-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [yacreaderlibraryserver-4.1.8](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-4.1.7...yacreaderlibraryserver-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [yacreaderlibraryserver-4.1.7](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-4.1.6...yacreaderlibraryserver-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + diff --git a/stable/yacreaderlibraryserver/5.3.0/Chart.yaml b/stable/yacreaderlibraryserver/5.3.0/Chart.yaml new file mode 100644 index 00000000000..a12d00de881 --- /dev/null +++ b/stable/yacreaderlibraryserver/5.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaServer-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Headless version of the YACReaderLibraryServer. +home: https://truecharts.org/charts/stable/yacreaderlibraryserver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/yacreaderlibraryserver.png +keywords: + - yacreaderlibraryserver + - MediaServer-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: yacreaderlibraryserver +sources: + - https://www.yacreader.com + - https://github.com/truecharts/charts/tree/master/charts/stable/yacreaderlibraryserver + - https://hub.docker.com/r/xthursdayx/yacreaderlibrary-server-docker +type: application +version: 5.3.0 diff --git a/stable/yacreaderlibraryserver/5.1.3/README.md b/stable/yacreaderlibraryserver/5.3.0/README.md similarity index 100% rename from stable/yacreaderlibraryserver/5.1.3/README.md rename to stable/yacreaderlibraryserver/5.3.0/README.md diff --git a/stable/yacreaderlibraryserver/5.3.0/app-changelog.md b/stable/yacreaderlibraryserver/5.3.0/app-changelog.md new file mode 100644 index 00000000000..b4a4e4b08cc --- /dev/null +++ b/stable/yacreaderlibraryserver/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [yacreaderlibraryserver-5.3.0](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.2.3...yacreaderlibraryserver-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/yacreaderlibraryserver/5.1.3/app-readme.md b/stable/yacreaderlibraryserver/5.3.0/app-readme.md similarity index 100% rename from stable/yacreaderlibraryserver/5.1.3/app-readme.md rename to stable/yacreaderlibraryserver/5.3.0/app-readme.md diff --git a/stable/yacreaderlibraryserver/5.3.0/charts/common-18.2.0.tgz b/stable/yacreaderlibraryserver/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/yacreaderlibraryserver/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/yacreaderlibraryserver/5.1.3/ix_values.yaml b/stable/yacreaderlibraryserver/5.3.0/ix_values.yaml similarity index 100% rename from stable/yacreaderlibraryserver/5.1.3/ix_values.yaml rename to stable/yacreaderlibraryserver/5.3.0/ix_values.yaml diff --git a/stable/yacreaderlibraryserver/5.1.3/questions.yaml b/stable/yacreaderlibraryserver/5.3.0/questions.yaml similarity index 100% rename from stable/yacreaderlibraryserver/5.1.3/questions.yaml rename to stable/yacreaderlibraryserver/5.3.0/questions.yaml diff --git a/stable/yacreaderlibraryserver/5.1.3/templates/common.yaml b/stable/yacreaderlibraryserver/5.3.0/templates/common.yaml similarity index 100% rename from stable/yacreaderlibraryserver/5.1.3/templates/common.yaml rename to stable/yacreaderlibraryserver/5.3.0/templates/common.yaml diff --git a/stable/bitmagnet/1.3.0/CHANGELOG.md b/stable/yacreaderlibraryserver/5.3.0/values.yaml similarity index 100% rename from stable/bitmagnet/1.3.0/CHANGELOG.md rename to stable/yacreaderlibraryserver/5.3.0/values.yaml diff --git a/stable/yacy/5.1.3/CHANGELOG.md b/stable/yacy/5.1.3/CHANGELOG.md deleted file mode 100644 index 5715e50efc8..00000000000 --- a/stable/yacy/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [yacy-4.1.11](https://github.com/truecharts/charts/compare/yacy-4.1.10...yacy-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [yacy-4.1.10](https://github.com/truecharts/charts/compare/yacy-4.1.9...yacy-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [yacy-4.1.9](https://github.com/truecharts/charts/compare/yacy-4.1.8...yacy-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [yacy-4.1.8](https://github.com/truecharts/charts/compare/yacy-4.1.7...yacy-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [yacy-4.1.7](https://github.com/truecharts/charts/compare/yacy-4.1.6...yacy-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [yacy-4.1.6](https://github.com/truecharts/charts/compare/yacy-4.1.5...yacy-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [yacy-4.1.5](https://github.com/truecharts/charts/compare/yacy-4.1.4...yacy-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [yacy-4.1.4](https://github.com/truecharts/charts/compare/yacy-4.1.3...yacy-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [yacy-4.1.3](https://github.com/truecharts/charts/compare/yacy-4.1.0...yacy-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/yacy/5.1.3/Chart.yaml b/stable/yacy/5.1.3/Chart.yaml deleted file mode 100644 index 55ea21b2ab8..00000000000 --- a/stable/yacy/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: YaCy decentralized search engine (https://yacy.net) -home: https://truecharts.org/charts/stable/yacy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/yacy.png -keywords: - - yacy - - Tools-Utilities - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: yacy -sources: - - https://yacy.net/ - - https://github.com/truecharts/charts/tree/master/charts/stable/yacy - - https://hub.docker.com/r/yacy/yacy_search_server -type: application -version: 5.1.3 diff --git a/stable/yacy/5.1.3/charts/common-18.0.3.tgz b/stable/yacy/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/yacy/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/yacy/5.3.0/.helmignore b/stable/yacy/5.3.0/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/yacy/5.3.0/.helmignore @@ -0,0 +1,30 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png diff --git a/stable/yacy/5.3.0/CHANGELOG.md b/stable/yacy/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..4fe0cef4ba0 --- /dev/null +++ b/stable/yacy/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [yacy-5.3.0](https://github.com/truecharts/charts/compare/yacy-5.2.3...yacy-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [yacy-5.2.3](https://github.com/truecharts/charts/compare/yacy-5.2.2...yacy-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [yacy-5.2.2](https://github.com/truecharts/charts/compare/yacy-5.2.0...yacy-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [yacy-4.1.11](https://github.com/truecharts/charts/compare/yacy-4.1.10...yacy-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [yacy-4.1.10](https://github.com/truecharts/charts/compare/yacy-4.1.9...yacy-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [yacy-4.1.9](https://github.com/truecharts/charts/compare/yacy-4.1.8...yacy-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [yacy-4.1.8](https://github.com/truecharts/charts/compare/yacy-4.1.7...yacy-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [yacy-4.1.7](https://github.com/truecharts/charts/compare/yacy-4.1.6...yacy-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [yacy-4.1.6](https://github.com/truecharts/charts/compare/yacy-4.1.5...yacy-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/yacy/5.3.0/Chart.yaml b/stable/yacy/5.3.0/Chart.yaml new file mode 100644 index 00000000000..cec311c18c6 --- /dev/null +++ b/stable/yacy/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: YaCy decentralized search engine (https://yacy.net) +home: https://truecharts.org/charts/stable/yacy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/yacy.png +keywords: + - yacy + - Tools-Utilities + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: yacy +sources: + - https://yacy.net/ + - https://github.com/truecharts/charts/tree/master/charts/stable/yacy + - https://hub.docker.com/r/yacy/yacy_search_server +type: application +version: 5.3.0 diff --git a/stable/yacy/5.1.3/README.md b/stable/yacy/5.3.0/README.md similarity index 100% rename from stable/yacy/5.1.3/README.md rename to stable/yacy/5.3.0/README.md diff --git a/stable/yacy/5.3.0/app-changelog.md b/stable/yacy/5.3.0/app-changelog.md new file mode 100644 index 00000000000..6416f03e540 --- /dev/null +++ b/stable/yacy/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [yacy-5.3.0](https://github.com/truecharts/charts/compare/yacy-5.2.3...yacy-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/yacy/5.1.3/app-readme.md b/stable/yacy/5.3.0/app-readme.md similarity index 100% rename from stable/yacy/5.1.3/app-readme.md rename to stable/yacy/5.3.0/app-readme.md diff --git a/stable/yacy/5.3.0/charts/common-18.2.0.tgz b/stable/yacy/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/yacy/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/yacy/5.1.3/ix_values.yaml b/stable/yacy/5.3.0/ix_values.yaml similarity index 100% rename from stable/yacy/5.1.3/ix_values.yaml rename to stable/yacy/5.3.0/ix_values.yaml diff --git a/stable/yacy/5.1.3/questions.yaml b/stable/yacy/5.3.0/questions.yaml similarity index 100% rename from stable/yacy/5.1.3/questions.yaml rename to stable/yacy/5.3.0/questions.yaml diff --git a/stable/yacy/5.1.3/templates/common.yaml b/stable/yacy/5.3.0/templates/common.yaml similarity index 100% rename from stable/yacy/5.1.3/templates/common.yaml rename to stable/yacy/5.3.0/templates/common.yaml diff --git a/stable/nvidia-gpu-exporter/2.1.3/CHANGELOG.md b/stable/yacy/5.3.0/values.yaml similarity index 100% rename from stable/nvidia-gpu-exporter/2.1.3/CHANGELOG.md rename to stable/yacy/5.3.0/values.yaml diff --git a/stable/yourls/5.1.3/CHANGELOG.md b/stable/yourls/5.1.3/CHANGELOG.md deleted file mode 100644 index 13f43553519..00000000000 --- a/stable/yourls/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - -## [yourls-4.1.15](https://github.com/truecharts/charts/compare/yourls-4.1.14...yourls-4.1.15) (2024-02-05) - -### Chore - - - -- update container image yourls to latest[@5bda3e2](https://github.com/5bda3e2) by renovate ([#17900](https://github.com/truecharts/charts/issues/17900)) - - -## [yourls-4.1.14](https://github.com/truecharts/charts/compare/yourls-4.1.13...yourls-4.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [yourls-4.1.13](https://github.com/truecharts/charts/compare/yourls-4.1.12...yourls-4.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [yourls-4.1.12](https://github.com/truecharts/charts/compare/yourls-4.1.11...yourls-4.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [yourls-4.1.11](https://github.com/truecharts/charts/compare/yourls-4.1.10...yourls-4.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [yourls-4.1.10](https://github.com/truecharts/charts/compare/yourls-4.1.9...yourls-4.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [yourls-4.1.9](https://github.com/truecharts/charts/compare/yourls-4.1.8...yourls-4.1.9) (2024-01-21) - -### Chore - - - -- update container image yourls to latest[@0b46633](https://github.com/0b46633) by renovate ([#17401](https://github.com/truecharts/charts/issues/17401)) - - -## [yourls-4.1.8](https://github.com/truecharts/charts/compare/yourls-4.1.7...yourls-4.1.8) (2024-01-14) - -### Chore - - - -- update container image yourls to latest[@3807a16](https://github.com/3807a16) by renovate ([#17178](https://github.com/truecharts/charts/issues/17178)) - - - diff --git a/stable/yourls/5.1.3/Chart.yaml b/stable/yourls/5.1.3/Chart.yaml deleted file mode 100644 index c15d0678636..00000000000 --- a/stable/yourls/5.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. -home: https://truecharts.org/charts/stable/yourls -icon: https://truecharts.org/img/hotlink-ok/chart-icons/yourls.png -keywords: - - yourls - - Cloud - - Tools-Utilities - - Network-Web - - Network-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: yourls -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/yourls - - https://hub.docker.com/_/yourls -type: application -version: 5.1.3 diff --git a/stable/yourls/5.1.3/charts/common-18.0.3.tgz b/stable/yourls/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/yourls/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/yourls/5.3.0/.helmignore b/stable/yourls/5.3.0/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/yourls/5.3.0/.helmignore @@ -0,0 +1,30 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png diff --git a/stable/yourls/5.3.0/CHANGELOG.md b/stable/yourls/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..69be9e963ea --- /dev/null +++ b/stable/yourls/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [yourls-5.3.0](https://github.com/truecharts/charts/compare/yourls-5.2.3...yourls-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [yourls-5.2.3](https://github.com/truecharts/charts/compare/yourls-5.2.2...yourls-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [yourls-5.2.2](https://github.com/truecharts/charts/compare/yourls-5.2.0...yourls-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + +## [yourls-4.1.15](https://github.com/truecharts/charts/compare/yourls-4.1.14...yourls-4.1.15) (2024-02-05) + +### Chore + + + +- update container image yourls to latest[@5bda3e2](https://github.com/5bda3e2) by renovate ([#17900](https://github.com/truecharts/charts/issues/17900)) + + +## [yourls-4.1.14](https://github.com/truecharts/charts/compare/yourls-4.1.13...yourls-4.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [yourls-4.1.13](https://github.com/truecharts/charts/compare/yourls-4.1.12...yourls-4.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [yourls-4.1.12](https://github.com/truecharts/charts/compare/yourls-4.1.11...yourls-4.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [yourls-4.1.11](https://github.com/truecharts/charts/compare/yourls-4.1.10...yourls-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) diff --git a/stable/yourls/5.3.0/Chart.yaml b/stable/yourls/5.3.0/Chart.yaml new file mode 100644 index 00000000000..ceee108f6c6 --- /dev/null +++ b/stable/yourls/5.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. +home: https://truecharts.org/charts/stable/yourls +icon: https://truecharts.org/img/hotlink-ok/chart-icons/yourls.png +keywords: + - yourls + - Cloud + - Tools-Utilities + - Network-Web + - Network-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: yourls +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/yourls + - https://hub.docker.com/_/yourls +type: application +version: 5.3.0 diff --git a/stable/yourls/5.1.3/README.md b/stable/yourls/5.3.0/README.md similarity index 100% rename from stable/yourls/5.1.3/README.md rename to stable/yourls/5.3.0/README.md diff --git a/stable/yourls/5.3.0/app-changelog.md b/stable/yourls/5.3.0/app-changelog.md new file mode 100644 index 00000000000..6017ab7c85c --- /dev/null +++ b/stable/yourls/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [yourls-5.3.0](https://github.com/truecharts/charts/compare/yourls-5.2.3...yourls-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/yourls/5.1.3/app-readme.md b/stable/yourls/5.3.0/app-readme.md similarity index 100% rename from stable/yourls/5.1.3/app-readme.md rename to stable/yourls/5.3.0/app-readme.md diff --git a/stable/yourls/5.3.0/charts/common-18.2.0.tgz b/stable/yourls/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/yourls/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/yourls/5.1.3/ix_values.yaml b/stable/yourls/5.3.0/ix_values.yaml similarity index 100% rename from stable/yourls/5.1.3/ix_values.yaml rename to stable/yourls/5.3.0/ix_values.yaml diff --git a/stable/yourls/5.1.3/questions.yaml b/stable/yourls/5.3.0/questions.yaml similarity index 100% rename from stable/yourls/5.1.3/questions.yaml rename to stable/yourls/5.3.0/questions.yaml diff --git a/stable/yourls/5.1.3/templates/common.yaml b/stable/yourls/5.3.0/templates/common.yaml similarity index 100% rename from stable/yourls/5.1.3/templates/common.yaml rename to stable/yourls/5.3.0/templates/common.yaml diff --git a/stable/smartctl-exporter/2.3.1/CHANGELOG.md b/stable/yourls/5.3.0/values.yaml similarity index 100% rename from stable/smartctl-exporter/2.3.1/CHANGELOG.md rename to stable/yourls/5.3.0/values.yaml diff --git a/stable/youtransfer/7.1.3/CHANGELOG.md b/stable/youtransfer/7.1.3/CHANGELOG.md deleted file mode 100644 index f3df3f99e5f..00000000000 --- a/stable/youtransfer/7.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [youtransfer-6.1.11](https://github.com/truecharts/charts/compare/youtransfer-6.1.10...youtransfer-6.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [youtransfer-6.1.10](https://github.com/truecharts/charts/compare/youtransfer-6.1.9...youtransfer-6.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [youtransfer-6.1.9](https://github.com/truecharts/charts/compare/youtransfer-6.1.8...youtransfer-6.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [youtransfer-6.1.8](https://github.com/truecharts/charts/compare/youtransfer-6.1.7...youtransfer-6.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [youtransfer-6.1.7](https://github.com/truecharts/charts/compare/youtransfer-6.1.6...youtransfer-6.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [youtransfer-6.1.6](https://github.com/truecharts/charts/compare/youtransfer-6.1.5...youtransfer-6.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [youtransfer-6.1.5](https://github.com/truecharts/charts/compare/youtransfer-6.1.4...youtransfer-6.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [youtransfer-6.1.4](https://github.com/truecharts/charts/compare/youtransfer-6.1.3...youtransfer-6.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [youtransfer-6.1.3](https://github.com/truecharts/charts/compare/youtransfer-6.1.0...youtransfer-6.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/youtransfer/7.1.3/Chart.yaml b/stable/youtransfer/7.1.3/Chart.yaml deleted file mode 100644 index 5b645341cdd..00000000000 --- a/stable/youtransfer/7.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: YouTransfer is a simple but elegant self-hosted file transfer sharing solution. -home: https://truecharts.org/charts/stable/youtransfer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/youtransfer.png -keywords: - - youtransfer - - Cloud - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: youtransfer -sources: - - https://github.com/YouTransfer/YouTransfer - - https://github.com/truecharts/charts/tree/master/charts/stable/youtransfer - - https://hub.docker.com/r/remie/youtransfer -type: application -version: 7.1.3 diff --git a/stable/youtransfer/7.1.3/charts/common-18.0.3.tgz b/stable/youtransfer/7.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/youtransfer/7.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/youtransfer/7.3.0/.helmignore b/stable/youtransfer/7.3.0/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/youtransfer/7.3.0/.helmignore @@ -0,0 +1,30 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png diff --git a/stable/youtransfer/7.3.0/CHANGELOG.md b/stable/youtransfer/7.3.0/CHANGELOG.md new file mode 100644 index 00000000000..34da0c08187 --- /dev/null +++ b/stable/youtransfer/7.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [youtransfer-7.3.0](https://github.com/truecharts/charts/compare/youtransfer-7.2.3...youtransfer-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [youtransfer-7.2.3](https://github.com/truecharts/charts/compare/youtransfer-7.2.2...youtransfer-7.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [youtransfer-7.2.2](https://github.com/truecharts/charts/compare/youtransfer-7.2.0...youtransfer-7.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [youtransfer-6.1.11](https://github.com/truecharts/charts/compare/youtransfer-6.1.10...youtransfer-6.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [youtransfer-6.1.10](https://github.com/truecharts/charts/compare/youtransfer-6.1.9...youtransfer-6.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [youtransfer-6.1.9](https://github.com/truecharts/charts/compare/youtransfer-6.1.8...youtransfer-6.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [youtransfer-6.1.8](https://github.com/truecharts/charts/compare/youtransfer-6.1.7...youtransfer-6.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [youtransfer-6.1.7](https://github.com/truecharts/charts/compare/youtransfer-6.1.6...youtransfer-6.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [youtransfer-6.1.6](https://github.com/truecharts/charts/compare/youtransfer-6.1.5...youtransfer-6.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/youtransfer/7.3.0/Chart.yaml b/stable/youtransfer/7.3.0/Chart.yaml new file mode 100644 index 00000000000..0f226cc1e3b --- /dev/null +++ b/stable/youtransfer/7.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: YouTransfer is a simple but elegant self-hosted file transfer sharing solution. +home: https://truecharts.org/charts/stable/youtransfer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/youtransfer.png +keywords: + - youtransfer + - Cloud + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: youtransfer +sources: + - https://github.com/YouTransfer/YouTransfer + - https://github.com/truecharts/charts/tree/master/charts/stable/youtransfer + - https://hub.docker.com/r/remie/youtransfer +type: application +version: 7.3.0 diff --git a/stable/youtransfer/7.1.3/README.md b/stable/youtransfer/7.3.0/README.md similarity index 100% rename from stable/youtransfer/7.1.3/README.md rename to stable/youtransfer/7.3.0/README.md diff --git a/stable/youtransfer/7.3.0/app-changelog.md b/stable/youtransfer/7.3.0/app-changelog.md new file mode 100644 index 00000000000..977f4637505 --- /dev/null +++ b/stable/youtransfer/7.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [youtransfer-7.3.0](https://github.com/truecharts/charts/compare/youtransfer-7.2.3...youtransfer-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/youtransfer/7.1.3/app-readme.md b/stable/youtransfer/7.3.0/app-readme.md similarity index 100% rename from stable/youtransfer/7.1.3/app-readme.md rename to stable/youtransfer/7.3.0/app-readme.md diff --git a/stable/youtransfer/7.3.0/charts/common-18.2.0.tgz b/stable/youtransfer/7.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/youtransfer/7.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/youtransfer/7.1.3/ix_values.yaml b/stable/youtransfer/7.3.0/ix_values.yaml similarity index 100% rename from stable/youtransfer/7.1.3/ix_values.yaml rename to stable/youtransfer/7.3.0/ix_values.yaml diff --git a/stable/youtransfer/7.1.3/questions.yaml b/stable/youtransfer/7.3.0/questions.yaml similarity index 100% rename from stable/youtransfer/7.1.3/questions.yaml rename to stable/youtransfer/7.3.0/questions.yaml diff --git a/stable/youtransfer/7.3.0/templates/NOTES.txt b/stable/youtransfer/7.3.0/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/youtransfer/7.3.0/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/youtransfer/7.1.3/templates/common.yaml b/stable/youtransfer/7.3.0/templates/common.yaml similarity index 100% rename from stable/youtransfer/7.1.3/templates/common.yaml rename to stable/youtransfer/7.3.0/templates/common.yaml diff --git a/stable/speedtest-tracker/1.1.0/CHANGELOG.md b/stable/youtransfer/7.3.0/values.yaml similarity index 100% rename from stable/speedtest-tracker/1.1.0/CHANGELOG.md rename to stable/youtransfer/7.3.0/values.yaml diff --git a/stable/youtubedl-material/10.1.3/CHANGELOG.md b/stable/youtubedl-material/10.1.3/CHANGELOG.md deleted file mode 100644 index 9ca2bbf0394..00000000000 --- a/stable/youtubedl-material/10.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - -## [youtubedl-material-9.1.16](https://github.com/truecharts/charts/compare/youtubedl-material-9.1.15...youtubedl-material-9.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [youtubedl-material-9.1.15](https://github.com/truecharts/charts/compare/youtubedl-material-9.1.14...youtubedl-material-9.1.15) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [youtubedl-material-9.1.14](https://github.com/truecharts/charts/compare/youtubedl-material-9.1.13...youtubedl-material-9.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [youtubedl-material-9.1.13](https://github.com/truecharts/charts/compare/youtubedl-material-9.1.12...youtubedl-material-9.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [youtubedl-material-9.1.12](https://github.com/truecharts/charts/compare/youtubedl-material-9.1.11...youtubedl-material-9.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [youtubedl-material-9.1.11](https://github.com/truecharts/charts/compare/youtubedl-material-9.1.10...youtubedl-material-9.1.11) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [youtubedl-material-9.1.10](https://github.com/truecharts/charts/compare/youtubedl-material-9.1.9...youtubedl-material-9.1.10) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - -- update helm general non-major by renovate ([#17057](https://github.com/truecharts/charts/issues/17057)) - - -## [youtubedl-material-9.1.10](https://github.com/truecharts/charts/compare/youtubedl-material-9.1.9...youtubedl-material-9.1.10) (2024-01-09) - -### Chore - - - -- update helm general non-major by renovate ([#17057](https://github.com/truecharts/charts/issues/17057)) - - -## [youtubedl-material-9.1.9](https://github.com/truecharts/charts/compare/youtubedl-material-9.1.8...youtubedl-material-9.1.9) (2024-01-02) - -### Chore \ No newline at end of file diff --git a/stable/youtubedl-material/10.1.3/Chart.yaml b/stable/youtubedl-material/10.1.3/Chart.yaml deleted file mode 100644 index 329aa046539..00000000000 --- a/stable/youtubedl-material/10.1.3/Chart.yaml +++ /dev/null @@ -1,43 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.3.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mongodb - version: 11.3.0 - repository: oci://tccr.io/truecharts - condition: mongodb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: YoutubeDL-Material is a Material Design frontend for youtube-dl. -home: https://truecharts.org/charts/stable/youtubedl-material -icon: https://truecharts.org/img/hotlink-ok/chart-icons/youtubedl-material.png -keywords: - - youtube -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: youtubedl-material -sources: - - https://github.com/Tzahi12345/YoutubeDL-Material - - https://github.com/truecharts/charts/tree/master/charts/stable/youtubedl-material - - https://ghcr.io/tzahi12345/youtubedl-material -type: application -version: 10.1.3 diff --git a/stable/youtubedl-material/10.1.3/charts/common-18.0.3.tgz b/stable/youtubedl-material/10.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/youtubedl-material/10.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/youtubedl-material/10.3.0/.helmignore b/stable/youtubedl-material/10.3.0/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/youtubedl-material/10.3.0/.helmignore @@ -0,0 +1,30 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png diff --git a/stable/youtubedl-material/10.3.0/CHANGELOG.md b/stable/youtubedl-material/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..228fcdde708 --- /dev/null +++ b/stable/youtubedl-material/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [youtubedl-material-10.3.0](https://github.com/truecharts/charts/compare/youtubedl-material-10.2.3...youtubedl-material-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [youtubedl-material-10.2.3](https://github.com/truecharts/charts/compare/youtubedl-material-10.2.2...youtubedl-material-10.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [youtubedl-material-10.2.2](https://github.com/truecharts/charts/compare/youtubedl-material-10.2.0...youtubedl-material-10.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + +## [youtubedl-material-9.1.16](https://github.com/truecharts/charts/compare/youtubedl-material-9.1.15...youtubedl-material-9.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [youtubedl-material-9.1.15](https://github.com/truecharts/charts/compare/youtubedl-material-9.1.14...youtubedl-material-9.1.15) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [youtubedl-material-9.1.14](https://github.com/truecharts/charts/compare/youtubedl-material-9.1.13...youtubedl-material-9.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [youtubedl-material-9.1.13](https://github.com/truecharts/charts/compare/youtubedl-material-9.1.12...youtubedl-material-9.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [youtubedl-material-9.1.12](https://github.com/truecharts/charts/compare/youtubedl-material-9.1.11...youtubedl-material-9.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [youtubedl-material-9.1.11](https://github.com/truecharts/charts/compare/youtubedl-material-9.1.10...youtubedl-material-9.1.11) (2024-01-21) + +### Chore diff --git a/stable/youtubedl-material/10.3.0/Chart.yaml b/stable/youtubedl-material/10.3.0/Chart.yaml new file mode 100644 index 00000000000..b0d0c05a9a1 --- /dev/null +++ b/stable/youtubedl-material/10.3.0/Chart.yaml @@ -0,0 +1,43 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.3.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mongodb + version: 11.3.0 + repository: oci://tccr.io/truecharts + condition: mongodb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: YoutubeDL-Material is a Material Design frontend for youtube-dl. +home: https://truecharts.org/charts/stable/youtubedl-material +icon: https://truecharts.org/img/hotlink-ok/chart-icons/youtubedl-material.png +keywords: + - youtube +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: youtubedl-material +sources: + - https://github.com/Tzahi12345/YoutubeDL-Material + - https://github.com/truecharts/charts/tree/master/charts/stable/youtubedl-material + - https://ghcr.io/tzahi12345/youtubedl-material +type: application +version: 10.3.0 diff --git a/stable/youtubedl-material/10.1.3/README.md b/stable/youtubedl-material/10.3.0/README.md similarity index 100% rename from stable/youtubedl-material/10.1.3/README.md rename to stable/youtubedl-material/10.3.0/README.md diff --git a/stable/youtubedl-material/10.3.0/app-changelog.md b/stable/youtubedl-material/10.3.0/app-changelog.md new file mode 100644 index 00000000000..165cd8af655 --- /dev/null +++ b/stable/youtubedl-material/10.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [youtubedl-material-10.3.0](https://github.com/truecharts/charts/compare/youtubedl-material-10.2.3...youtubedl-material-10.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/youtubedl-material/10.1.3/app-readme.md b/stable/youtubedl-material/10.3.0/app-readme.md similarity index 100% rename from stable/youtubedl-material/10.1.3/app-readme.md rename to stable/youtubedl-material/10.3.0/app-readme.md diff --git a/stable/youtubedl-material/10.3.0/charts/common-18.2.0.tgz b/stable/youtubedl-material/10.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/youtubedl-material/10.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/youtubedl-material/10.1.3/charts/mongodb-11.3.0.tgz b/stable/youtubedl-material/10.3.0/charts/mongodb-11.3.0.tgz similarity index 100% rename from stable/youtubedl-material/10.1.3/charts/mongodb-11.3.0.tgz rename to stable/youtubedl-material/10.3.0/charts/mongodb-11.3.0.tgz diff --git a/stable/youtubedl-material/10.1.3/ix_values.yaml b/stable/youtubedl-material/10.3.0/ix_values.yaml similarity index 100% rename from stable/youtubedl-material/10.1.3/ix_values.yaml rename to stable/youtubedl-material/10.3.0/ix_values.yaml diff --git a/stable/youtubedl-material/10.1.3/questions.yaml b/stable/youtubedl-material/10.3.0/questions.yaml similarity index 100% rename from stable/youtubedl-material/10.1.3/questions.yaml rename to stable/youtubedl-material/10.3.0/questions.yaml diff --git a/stable/youtubedl-material/10.3.0/templates/NOTES.txt b/stable/youtubedl-material/10.3.0/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/youtubedl-material/10.3.0/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/youtubedl-material/10.3.0/templates/common.yaml b/stable/youtubedl-material/10.3.0/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/stable/youtubedl-material/10.3.0/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/stable/truenas-exporter/1.0.0/CHANGELOG.md b/stable/youtubedl-material/10.3.0/values.yaml similarity index 100% rename from stable/truenas-exporter/1.0.0/CHANGELOG.md rename to stable/youtubedl-material/10.3.0/values.yaml diff --git a/stable/z80pack/5.1.3/CHANGELOG.md b/stable/z80pack/5.1.3/CHANGELOG.md deleted file mode 100644 index 8cf258ef1c1..00000000000 --- a/stable/z80pack/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [z80pack-4.1.11](https://github.com/truecharts/charts/compare/z80pack-4.1.10...z80pack-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [z80pack-4.1.10](https://github.com/truecharts/charts/compare/z80pack-4.1.9...z80pack-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [z80pack-4.1.9](https://github.com/truecharts/charts/compare/z80pack-4.1.8...z80pack-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [z80pack-4.1.8](https://github.com/truecharts/charts/compare/z80pack-4.1.7...z80pack-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [z80pack-4.1.7](https://github.com/truecharts/charts/compare/z80pack-4.1.6...z80pack-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [z80pack-4.1.6](https://github.com/truecharts/charts/compare/z80pack-4.1.5...z80pack-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [z80pack-4.1.5](https://github.com/truecharts/charts/compare/z80pack-4.1.4...z80pack-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [z80pack-4.1.4](https://github.com/truecharts/charts/compare/z80pack-4.1.3...z80pack-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [z80pack-4.1.3](https://github.com/truecharts/charts/compare/z80pack-4.1.0...z80pack-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/z80pack/5.1.3/Chart.yaml b/stable/z80pack/5.1.3/Chart.yaml deleted file mode 100644 index 3dfa2ff09e1..00000000000 --- a/stable/z80pack/5.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: | - Z80Pack is an emulator for emulating CP/M 1, CP/M 2, CP/M 3, and MP/M II on Linux. This is a command line Chart only. There is a built in Shell in a Box WebGUI that is a command line browser window. You can also execute bash in the Chart.[br] -home: https://truecharts.org/charts/stable/z80pack -icon: https://truecharts.org/img/hotlink-ok/chart-icons/z80pack.png -keywords: - - z80pack - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: z80pack -sources: - - https://registry.hub.docker.com/r/dlandon/z80pack/ - - https://github.com/truecharts/charts/tree/master/charts/stable/z80pack - - https://hub.docker.com/r/dlandon/z80pack -type: application -version: 5.1.3 diff --git a/stable/z80pack/5.1.3/charts/common-18.0.3.tgz b/stable/z80pack/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/z80pack/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/z80pack/5.3.0/.helmignore b/stable/z80pack/5.3.0/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/z80pack/5.3.0/.helmignore @@ -0,0 +1,30 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png diff --git a/stable/z80pack/5.3.0/CHANGELOG.md b/stable/z80pack/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..58219884eee --- /dev/null +++ b/stable/z80pack/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [z80pack-5.3.0](https://github.com/truecharts/charts/compare/z80pack-5.2.3...z80pack-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [z80pack-5.2.3](https://github.com/truecharts/charts/compare/z80pack-5.2.2...z80pack-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [z80pack-5.2.2](https://github.com/truecharts/charts/compare/z80pack-5.2.0...z80pack-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [z80pack-4.1.11](https://github.com/truecharts/charts/compare/z80pack-4.1.10...z80pack-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [z80pack-4.1.10](https://github.com/truecharts/charts/compare/z80pack-4.1.9...z80pack-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [z80pack-4.1.9](https://github.com/truecharts/charts/compare/z80pack-4.1.8...z80pack-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [z80pack-4.1.8](https://github.com/truecharts/charts/compare/z80pack-4.1.7...z80pack-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [z80pack-4.1.7](https://github.com/truecharts/charts/compare/z80pack-4.1.6...z80pack-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [z80pack-4.1.6](https://github.com/truecharts/charts/compare/z80pack-4.1.5...z80pack-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/z80pack/5.3.0/Chart.yaml b/stable/z80pack/5.3.0/Chart.yaml new file mode 100644 index 00000000000..01a99db0499 --- /dev/null +++ b/stable/z80pack/5.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: | + Z80Pack is an emulator for emulating CP/M 1, CP/M 2, CP/M 3, and MP/M II on Linux. This is a command line Chart only. There is a built in Shell in a Box WebGUI that is a command line browser window. You can also execute bash in the Chart.[br] +home: https://truecharts.org/charts/stable/z80pack +icon: https://truecharts.org/img/hotlink-ok/chart-icons/z80pack.png +keywords: + - z80pack + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: z80pack +sources: + - https://registry.hub.docker.com/r/dlandon/z80pack/ + - https://github.com/truecharts/charts/tree/master/charts/stable/z80pack + - https://hub.docker.com/r/dlandon/z80pack +type: application +version: 5.3.0 diff --git a/stable/z80pack/5.1.3/README.md b/stable/z80pack/5.3.0/README.md similarity index 100% rename from stable/z80pack/5.1.3/README.md rename to stable/z80pack/5.3.0/README.md diff --git a/stable/z80pack/5.3.0/app-changelog.md b/stable/z80pack/5.3.0/app-changelog.md new file mode 100644 index 00000000000..9e5c4243f64 --- /dev/null +++ b/stable/z80pack/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [z80pack-5.3.0](https://github.com/truecharts/charts/compare/z80pack-5.2.3...z80pack-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/z80pack/5.1.3/app-readme.md b/stable/z80pack/5.3.0/app-readme.md similarity index 100% rename from stable/z80pack/5.1.3/app-readme.md rename to stable/z80pack/5.3.0/app-readme.md diff --git a/stable/z80pack/5.3.0/charts/common-18.2.0.tgz b/stable/z80pack/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/z80pack/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/z80pack/5.1.3/ix_values.yaml b/stable/z80pack/5.3.0/ix_values.yaml similarity index 100% rename from stable/z80pack/5.1.3/ix_values.yaml rename to stable/z80pack/5.3.0/ix_values.yaml diff --git a/stable/z80pack/5.1.3/questions.yaml b/stable/z80pack/5.3.0/questions.yaml similarity index 100% rename from stable/z80pack/5.1.3/questions.yaml rename to stable/z80pack/5.3.0/questions.yaml diff --git a/stable/z80pack/5.1.3/templates/common.yaml b/stable/z80pack/5.3.0/templates/common.yaml similarity index 100% rename from stable/z80pack/5.1.3/templates/common.yaml rename to stable/z80pack/5.3.0/templates/common.yaml diff --git a/stable/zigbee2mqtt/11.2.0/SKIPINSTALL b/stable/z80pack/5.3.0/values.yaml similarity index 100% rename from stable/zigbee2mqtt/11.2.0/SKIPINSTALL rename to stable/z80pack/5.3.0/values.yaml diff --git a/stable/zerotier/9.1.3/CHANGELOG.md b/stable/zerotier/9.1.3/CHANGELOG.md deleted file mode 100644 index 160a19ba61e..00000000000 --- a/stable/zerotier/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [zerotier-8.1.11](https://github.com/truecharts/charts/compare/zerotier-8.1.10...zerotier-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [zerotier-8.1.10](https://github.com/truecharts/charts/compare/zerotier-8.1.9...zerotier-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [zerotier-8.1.9](https://github.com/truecharts/charts/compare/zerotier-8.1.8...zerotier-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [zerotier-8.1.8](https://github.com/truecharts/charts/compare/zerotier-8.1.7...zerotier-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [zerotier-8.1.7](https://github.com/truecharts/charts/compare/zerotier-8.1.6...zerotier-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [zerotier-8.1.6](https://github.com/truecharts/charts/compare/zerotier-8.1.5...zerotier-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [zerotier-8.1.5](https://github.com/truecharts/charts/compare/zerotier-8.1.4...zerotier-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [zerotier-8.1.4](https://github.com/truecharts/charts/compare/zerotier-8.1.3...zerotier-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [zerotier-8.1.3](https://github.com/truecharts/charts/compare/zerotier-8.1.0...zerotier-8.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/zerotier/9.1.3/Chart.yaml b/stable/zerotier/9.1.3/Chart.yaml deleted file mode 100644 index 3ff1e3e6af2..00000000000 --- a/stable/zerotier/9.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: network - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.12.2 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: ZeroTier is a smart programmable Ethernet switch for planet Earth -home: https://truecharts.org/charts/stable/zerotier -icon: https://truecharts.org/img/hotlink-ok/chart-icons/zerotier.png -keywords: - - zerotier - - network -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: zerotier -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/zerotier - - https://hub.docker.com/r/zerotier/zerotier -type: application -version: 9.1.3 diff --git a/stable/zerotier/9.1.3/charts/common-18.0.3.tgz b/stable/zerotier/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/zerotier/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/zerotier/9.3.0/.helmignore b/stable/zerotier/9.3.0/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/zerotier/9.3.0/.helmignore @@ -0,0 +1,30 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png diff --git a/stable/zerotier/9.3.0/CHANGELOG.md b/stable/zerotier/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..21041c977c9 --- /dev/null +++ b/stable/zerotier/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [zerotier-9.3.0](https://github.com/truecharts/charts/compare/zerotier-9.2.3...zerotier-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [zerotier-9.2.3](https://github.com/truecharts/charts/compare/zerotier-9.2.2...zerotier-9.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [zerotier-9.2.2](https://github.com/truecharts/charts/compare/zerotier-9.2.0...zerotier-9.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [zerotier-8.1.11](https://github.com/truecharts/charts/compare/zerotier-8.1.10...zerotier-8.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [zerotier-8.1.10](https://github.com/truecharts/charts/compare/zerotier-8.1.9...zerotier-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [zerotier-8.1.9](https://github.com/truecharts/charts/compare/zerotier-8.1.8...zerotier-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [zerotier-8.1.8](https://github.com/truecharts/charts/compare/zerotier-8.1.7...zerotier-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [zerotier-8.1.7](https://github.com/truecharts/charts/compare/zerotier-8.1.6...zerotier-8.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [zerotier-8.1.6](https://github.com/truecharts/charts/compare/zerotier-8.1.5...zerotier-8.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/zerotier/9.3.0/Chart.yaml b/stable/zerotier/9.3.0/Chart.yaml new file mode 100644 index 00000000000..bf13c080e75 --- /dev/null +++ b/stable/zerotier/9.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.12.2 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ZeroTier is a smart programmable Ethernet switch for planet Earth +home: https://truecharts.org/charts/stable/zerotier +icon: https://truecharts.org/img/hotlink-ok/chart-icons/zerotier.png +keywords: + - zerotier + - network +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: zerotier +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/zerotier + - https://hub.docker.com/r/zerotier/zerotier +type: application +version: 9.3.0 diff --git a/stable/zerotier/9.1.3/README.md b/stable/zerotier/9.3.0/README.md similarity index 100% rename from stable/zerotier/9.1.3/README.md rename to stable/zerotier/9.3.0/README.md diff --git a/stable/zerotier/9.3.0/app-changelog.md b/stable/zerotier/9.3.0/app-changelog.md new file mode 100644 index 00000000000..5af8d210526 --- /dev/null +++ b/stable/zerotier/9.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [zerotier-9.3.0](https://github.com/truecharts/charts/compare/zerotier-9.2.3...zerotier-9.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/zerotier/9.1.3/app-readme.md b/stable/zerotier/9.3.0/app-readme.md similarity index 100% rename from stable/zerotier/9.1.3/app-readme.md rename to stable/zerotier/9.3.0/app-readme.md diff --git a/stable/zerotier/9.3.0/charts/common-18.2.0.tgz b/stable/zerotier/9.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/zerotier/9.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/zerotier/9.1.3/ix_values.yaml b/stable/zerotier/9.3.0/ix_values.yaml similarity index 100% rename from stable/zerotier/9.1.3/ix_values.yaml rename to stable/zerotier/9.3.0/ix_values.yaml diff --git a/stable/zerotier/9.1.3/questions.yaml b/stable/zerotier/9.3.0/questions.yaml similarity index 100% rename from stable/zerotier/9.1.3/questions.yaml rename to stable/zerotier/9.3.0/questions.yaml diff --git a/stable/zerotier/9.3.0/templates/NOTES.txt b/stable/zerotier/9.3.0/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/zerotier/9.3.0/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/zerotier/9.3.0/templates/common.yaml b/stable/zerotier/9.3.0/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/stable/zerotier/9.3.0/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/stable/zerotier/9.3.0/values.yaml b/stable/zerotier/9.3.0/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/zigbee2mqtt/11.2.0/CHANGELOG.md b/stable/zigbee2mqtt/11.2.0/CHANGELOG.md deleted file mode 100644 index 9c90b338925..00000000000 --- a/stable/zigbee2mqtt/11.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [zigbee2mqtt-10.4.3](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.4.2...zigbee2mqtt-10.4.3) (2024-02-12) - -### Chore - - - -- update container image koenkk/zigbee2mqtt to v1.35.3[@f80dbca](https://github.com/f80dbca) by renovate ([#18142](https://github.com/truecharts/charts/issues/18142)) - - -## [zigbee2mqtt-10.4.2](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.4.1...zigbee2mqtt-10.4.2) (2024-02-05) - -### Chore - - - -- update container image koenkk/zigbee2mqtt to v1.35.2[@131560a](https://github.com/131560a) by renovate ([#17923](https://github.com/truecharts/charts/issues/17923)) - - -## [zigbee2mqtt-10.4.1](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.4.0...zigbee2mqtt-10.4.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - -### Docs - - - -- Add Installation-Guide ([#17290](https://github.com/truecharts/charts/issues/17290)) - - -## [zigbee2mqtt-10.4.0](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.3.7...zigbee2mqtt-10.4.0) (2024-01-28) - -### Feat - - - -- Remove old options ([#17564](https://github.com/truecharts/charts/issues/17564)) - - -## [zigbee2mqtt-10.3.7](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.3.6...zigbee2mqtt-10.3.7) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [zigbee2mqtt-10.3.6](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.3.5...zigbee2mqtt-10.3.6) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [zigbee2mqtt-10.3.5](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.3.4...zigbee2mqtt-10.3.5) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [zigbee2mqtt-10.3.4](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.3.3...zigbee2mqtt-10.3.4) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [zigbee2mqtt-10.3.3](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.3.2...zigbee2mqtt-10.3.3) (2024-01-09) diff --git a/stable/zigbee2mqtt/11.2.0/Chart.yaml b/stable/zigbee2mqtt/11.2.0/Chart.yaml deleted file mode 100644 index b63461fbe4c..00000000000 --- a/stable/zigbee2mqtt/11.2.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.35.3 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Bridges events and allows you to control your Zigbee devices via MQTT -home: https://truecharts.org/charts/stable/zigbee2mqtt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/zigbee2mqtt.png -keywords: - - zigbee - - mqtt - - home-assistant -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: zigbee2mqtt -sources: - - https://github.com/Koenkk/zigbee2mqtt - - https://github.com/truecharts/charts/tree/master/charts/stable/zigbee2mqtt - - https://hub.docker.com/r/koenkk/zigbee2mqtt -type: application -version: 11.2.0 diff --git a/stable/zigbee2mqtt/11.2.0/charts/common-18.1.2.tgz b/stable/zigbee2mqtt/11.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/zigbee2mqtt/11.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/zigbee2mqtt/11.2.0/ix_values.yaml b/stable/zigbee2mqtt/11.2.0/ix_values.yaml deleted file mode 100644 index 40c4284a44d..00000000000 --- a/stable/zigbee2mqtt/11.2.0/ix_values.yaml +++ /dev/null @@ -1,92 +0,0 @@ -image: - repository: koenkk/zigbee2mqtt - tag: 1.35.3@sha256:f80dbca12732841eb9f77b04903d00369543c65632f9209fc1c545e9525e7bdd - pullPolicy: IfNotPresent -service: - main: - ports: - main: - port: 10103 -persistence: - data: - enabled: true - mountPath: "/data" - targetSelectAll: true -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - initContainers: - init-config: - enabled: true - imageSelector: image - type: init - env: - ZIGBEE2MQTT_CONFIG_FRONTEND_PORT: "{{ .Values.service.main.ports.main.port }}" - ZIGBEE2MQTT_CONFIG_PERMIT_JOIN: "{{ .Values.workload.main.podSpec.containers.main.env.ZIGBEE2MQTT_CONFIG_PERMIT_JOIN }}" - ZIGBEE2MQTT_CONFIG_MQTT_SERVER: "{{ .Values.workload.main.podSpec.containers.main.env.ZIGBEE2MQTT_CONFIG_MQTT_SERVER }}" - ZIGBEE2MQTT_CONFIG_MQTT_USER: "{{ .Values.secret.ZIGBEE2MQTT_CONFIG_MQTT_USER }}" - ZIGBEE2MQTT_CONFIG_MQTT_PASSWORD: "{{ .Values.secret.ZIGBEE2MQTT_CONFIG_MQTT_PASSWORD }}" - ZIGBEE2MQTT_CONFIG_MQTT_BASE_TOPIC: "{{ .Values.workload.main.podSpec.containers.main.env.ZIGBEE2MQTT_CONFIG_MQTT_BASE_TOPIC }}" - ZIGBEE2MQTT_CONFIG_SERIAL_PORT: "{{ .Values.workload.main.podSpec.containers.main.env.ZIGBEE2MQTT_CONFIG_SERIAL_PORT }}" - ZIGBEE2MQTT_CONFIG_SERIAL_ADAPTER: "{{ .Values.workload.main.podSpec.containers.main.env.ZIGBEE2MQTT_CONFIG_SERIAL_ADAPTER }}" - USE_CUSTOM_CONFIG_FILE: "{{ .Values.workload.main.podSpec.containers.main.env.USE_CUSTOM_CONFIG_FILE }}" - command: - - /bin/sh - - -c - args: - - > - if [ -f /data/configuration.yaml ] || [ ${USE_CUSTOM_CONFIG_FILE} == true ]; then - echo "Initial configuration exists or User selected to use custom configuration file. Skipping..."; - else - echo "Creating initial configuration"; - touch /data/configuration.yaml; - echo "# Configuration bellow will be always be overridden" >> /data/configuration.yaml; - echo "# from environment settings on the Scale Apps UI." >> /data/configuration.yaml; - echo "# You however will not see this values change in the file." >> /data/configuration.yaml; - echo "# It's a generated file based on the values provided on initial install." >> /data/configuration.yaml; - echo "##########################################################" >> /data/configuration.yaml; - echo "frontend:" >> /data/configuration.yaml; - echo " port: $ZIGBEE2MQTT_CONFIG_FRONTEND_PORT" >> /data/configuration.yaml; - echo "permit_join: $ZIGBEE2MQTT_CONFIG_PERMIT_JOIN" >> /data/configuration.yaml; - echo "mqtt:" >> /data/configuration.yaml; - echo " server: $ZIGBEE2MQTT_CONFIG_MQTT_SERVER" >> /data/configuration.yaml; - echo " base_topic: $ZIGBEE2MQTT_CONFIG_MQTT_BASE_TOPIC" >> /data/configuration.yaml; - if [ ! -z "$ZIGBEE2MQTT_CONFIG_MQTT_USER" ]; - then - echo " user: $ZIGBEE2MQTT_CONFIG_MQTT_USER" >> /data/configuration.yaml; - fi; - if [ ! -z "$ZIGBEE2MQTT_CONFIG_MQTT_PASSWORD" ]; - then - echo " password: $ZIGBEE2MQTT_CONFIG_MQTT_PASSWORD" >> /data/configuration.yaml; - fi; - echo "serial:" >> /data/configuration.yaml; - echo " port: $ZIGBEE2MQTT_CONFIG_SERIAL_PORT" >> /data/configuration.yaml; - echo " adapter: $ZIGBEE2MQTT_CONFIG_SERIAL_ADAPTER" >> /data/configuration.yaml; - echo "##########################################################" >> /data/configuration.yaml; - echo 'Initial configuration file created at "/data/configuration.yaml"'; - fi; - - containers: - main: - env: - ZIGBEE2MQTT_DATA: "/data" - ZIGBEE2MQTT_CONFIG_FRONTEND_PORT: "{{ .Values.service.main.ports.main.port }}" - # User defined - USE_CUSTOM_CONFIG_FILE: false - # This values are required for the autogenerated file to work. - # ZIGBEE2MQTT_CONFIG_PERMIT_JOIN: false - # ZIGBEE2MQTT_CONFIG_MQTT_SERVER: "mqtt://localhost" - # ZIGBEE2MQTT_CONFIG_MQTT_BASE_TOPIC: "zigbee2mqtt" - # ZIGBEE2MQTT_CONFIG_SERIAL_PORT: "/dev/ttyUSB0" - # ZIGBEE2MQTT_CONFIG_SERIAL_ADAPTER: "auto" - ZIGBEE2MQTT_CONFIG_MQTT_USER: "" - ZIGBEE2MQTT_CONFIG_MQTT_PASSWORD: "" diff --git a/stable/zigbee2mqtt/11.4.0/.helmignore b/stable/zigbee2mqtt/11.4.0/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/zigbee2mqtt/11.4.0/.helmignore @@ -0,0 +1,30 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png diff --git a/stable/zigbee2mqtt/11.4.0/CHANGELOG.md b/stable/zigbee2mqtt/11.4.0/CHANGELOG.md new file mode 100644 index 00000000000..3e9658d3235 --- /dev/null +++ b/stable/zigbee2mqtt/11.4.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [zigbee2mqtt-11.4.0](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.3.3...zigbee2mqtt-11.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [zigbee2mqtt-11.3.3](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.3.2...zigbee2mqtt-11.3.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [zigbee2mqtt-11.3.2](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.3.0...zigbee2mqtt-11.3.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + +## [zigbee2mqtt-10.4.3](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.4.2...zigbee2mqtt-10.4.3) (2024-02-12) + +### Chore + + + +- update container image koenkk/zigbee2mqtt to v1.35.3[@f80dbca](https://github.com/f80dbca) by renovate ([#18142](https://github.com/truecharts/charts/issues/18142)) + + +## [zigbee2mqtt-10.4.2](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.4.1...zigbee2mqtt-10.4.2) (2024-02-05) + +### Chore + + + +- update container image koenkk/zigbee2mqtt to v1.35.2[@131560a](https://github.com/131560a) by renovate ([#17923](https://github.com/truecharts/charts/issues/17923)) + + +## [zigbee2mqtt-10.4.1](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.4.0...zigbee2mqtt-10.4.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + +### Docs + + + +- Add Installation-Guide ([#17290](https://github.com/truecharts/charts/issues/17290)) + + +## [zigbee2mqtt-10.4.0](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.3.7...zigbee2mqtt-10.4.0) (2024-01-28) + +### Feat + + + +- Remove old options ([#17564](https://github.com/truecharts/charts/issues/17564)) + + +## [zigbee2mqtt-10.3.7](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.3.6...zigbee2mqtt-10.3.7) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [zigbee2mqtt-10.3.6](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.3.5...zigbee2mqtt-10.3.6) (2024-01-21) \ No newline at end of file diff --git a/stable/zigbee2mqtt/11.4.0/Chart.yaml b/stable/zigbee2mqtt/11.4.0/Chart.yaml new file mode 100644 index 00000000000..ebd6306db8c --- /dev/null +++ b/stable/zigbee2mqtt/11.4.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.36.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Bridges events and allows you to control your Zigbee devices via MQTT +home: https://truecharts.org/charts/stable/zigbee2mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/zigbee2mqtt.png +keywords: + - zigbee + - mqtt + - home-assistant +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: zigbee2mqtt +sources: + - https://github.com/Koenkk/zigbee2mqtt + - https://github.com/truecharts/charts/tree/master/charts/stable/zigbee2mqtt + - https://hub.docker.com/r/koenkk/zigbee2mqtt +type: application +version: 11.4.0 diff --git a/stable/zigbee2mqtt/11.2.0/README.md b/stable/zigbee2mqtt/11.4.0/README.md similarity index 100% rename from stable/zigbee2mqtt/11.2.0/README.md rename to stable/zigbee2mqtt/11.4.0/README.md diff --git a/stable/zigbee2mqtt/11.4.0/SKIPINSTALL b/stable/zigbee2mqtt/11.4.0/SKIPINSTALL new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/zigbee2mqtt/11.4.0/app-changelog.md b/stable/zigbee2mqtt/11.4.0/app-changelog.md new file mode 100644 index 00000000000..b623206b95d --- /dev/null +++ b/stable/zigbee2mqtt/11.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [zigbee2mqtt-11.4.0](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.3.3...zigbee2mqtt-11.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/zigbee2mqtt/11.2.0/app-readme.md b/stable/zigbee2mqtt/11.4.0/app-readme.md similarity index 100% rename from stable/zigbee2mqtt/11.2.0/app-readme.md rename to stable/zigbee2mqtt/11.4.0/app-readme.md diff --git a/stable/zigbee2mqtt/11.4.0/charts/common-18.2.0.tgz b/stable/zigbee2mqtt/11.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/zigbee2mqtt/11.4.0/charts/common-18.2.0.tgz differ diff --git a/stable/zigbee2mqtt/11.4.0/ix_values.yaml b/stable/zigbee2mqtt/11.4.0/ix_values.yaml new file mode 100644 index 00000000000..d5bcf3b8226 --- /dev/null +++ b/stable/zigbee2mqtt/11.4.0/ix_values.yaml @@ -0,0 +1,92 @@ +image: + repository: koenkk/zigbee2mqtt + tag: 1.36.0@sha256:4de1ee53d67a9b4556045c34a2722bfd2348dabbefcb792e862643104d3e9fd0 + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 10103 +persistence: + data: + enabled: true + mountPath: "/data" + targetSelectAll: true +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + initContainers: + init-config: + enabled: true + imageSelector: image + type: init + env: + ZIGBEE2MQTT_CONFIG_FRONTEND_PORT: "{{ .Values.service.main.ports.main.port }}" + ZIGBEE2MQTT_CONFIG_PERMIT_JOIN: "{{ .Values.workload.main.podSpec.containers.main.env.ZIGBEE2MQTT_CONFIG_PERMIT_JOIN }}" + ZIGBEE2MQTT_CONFIG_MQTT_SERVER: "{{ .Values.workload.main.podSpec.containers.main.env.ZIGBEE2MQTT_CONFIG_MQTT_SERVER }}" + ZIGBEE2MQTT_CONFIG_MQTT_USER: "{{ .Values.secret.ZIGBEE2MQTT_CONFIG_MQTT_USER }}" + ZIGBEE2MQTT_CONFIG_MQTT_PASSWORD: "{{ .Values.secret.ZIGBEE2MQTT_CONFIG_MQTT_PASSWORD }}" + ZIGBEE2MQTT_CONFIG_MQTT_BASE_TOPIC: "{{ .Values.workload.main.podSpec.containers.main.env.ZIGBEE2MQTT_CONFIG_MQTT_BASE_TOPIC }}" + ZIGBEE2MQTT_CONFIG_SERIAL_PORT: "{{ .Values.workload.main.podSpec.containers.main.env.ZIGBEE2MQTT_CONFIG_SERIAL_PORT }}" + ZIGBEE2MQTT_CONFIG_SERIAL_ADAPTER: "{{ .Values.workload.main.podSpec.containers.main.env.ZIGBEE2MQTT_CONFIG_SERIAL_ADAPTER }}" + USE_CUSTOM_CONFIG_FILE: "{{ .Values.workload.main.podSpec.containers.main.env.USE_CUSTOM_CONFIG_FILE }}" + command: + - /bin/sh + - -c + args: + - > + if [ -f /data/configuration.yaml ] || [ ${USE_CUSTOM_CONFIG_FILE} == true ]; then + echo "Initial configuration exists or User selected to use custom configuration file. Skipping..."; + else + echo "Creating initial configuration"; + touch /data/configuration.yaml; + echo "# Configuration bellow will be always be overridden" >> /data/configuration.yaml; + echo "# from environment settings on the Scale Apps UI." >> /data/configuration.yaml; + echo "# You however will not see this values change in the file." >> /data/configuration.yaml; + echo "# It's a generated file based on the values provided on initial install." >> /data/configuration.yaml; + echo "##########################################################" >> /data/configuration.yaml; + echo "frontend:" >> /data/configuration.yaml; + echo " port: $ZIGBEE2MQTT_CONFIG_FRONTEND_PORT" >> /data/configuration.yaml; + echo "permit_join: $ZIGBEE2MQTT_CONFIG_PERMIT_JOIN" >> /data/configuration.yaml; + echo "mqtt:" >> /data/configuration.yaml; + echo " server: $ZIGBEE2MQTT_CONFIG_MQTT_SERVER" >> /data/configuration.yaml; + echo " base_topic: $ZIGBEE2MQTT_CONFIG_MQTT_BASE_TOPIC" >> /data/configuration.yaml; + if [ ! -z "$ZIGBEE2MQTT_CONFIG_MQTT_USER" ]; + then + echo " user: $ZIGBEE2MQTT_CONFIG_MQTT_USER" >> /data/configuration.yaml; + fi; + if [ ! -z "$ZIGBEE2MQTT_CONFIG_MQTT_PASSWORD" ]; + then + echo " password: $ZIGBEE2MQTT_CONFIG_MQTT_PASSWORD" >> /data/configuration.yaml; + fi; + echo "serial:" >> /data/configuration.yaml; + echo " port: $ZIGBEE2MQTT_CONFIG_SERIAL_PORT" >> /data/configuration.yaml; + echo " adapter: $ZIGBEE2MQTT_CONFIG_SERIAL_ADAPTER" >> /data/configuration.yaml; + echo "##########################################################" >> /data/configuration.yaml; + echo 'Initial configuration file created at "/data/configuration.yaml"'; + fi; + + containers: + main: + env: + ZIGBEE2MQTT_DATA: "/data" + ZIGBEE2MQTT_CONFIG_FRONTEND_PORT: "{{ .Values.service.main.ports.main.port }}" + # User defined + USE_CUSTOM_CONFIG_FILE: false + # This values are required for the autogenerated file to work. + # ZIGBEE2MQTT_CONFIG_PERMIT_JOIN: false + # ZIGBEE2MQTT_CONFIG_MQTT_SERVER: "mqtt://localhost" + # ZIGBEE2MQTT_CONFIG_MQTT_BASE_TOPIC: "zigbee2mqtt" + # ZIGBEE2MQTT_CONFIG_SERIAL_PORT: "/dev/ttyUSB0" + # ZIGBEE2MQTT_CONFIG_SERIAL_ADAPTER: "auto" + ZIGBEE2MQTT_CONFIG_MQTT_USER: "" + ZIGBEE2MQTT_CONFIG_MQTT_PASSWORD: "" diff --git a/stable/zigbee2mqtt/11.2.0/questions.yaml b/stable/zigbee2mqtt/11.4.0/questions.yaml similarity index 100% rename from stable/zigbee2mqtt/11.2.0/questions.yaml rename to stable/zigbee2mqtt/11.4.0/questions.yaml diff --git a/stable/zigbee2mqtt/11.4.0/templates/NOTES.txt b/stable/zigbee2mqtt/11.4.0/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/zigbee2mqtt/11.4.0/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/zigbee2mqtt/11.2.0/templates/common.yaml b/stable/zigbee2mqtt/11.4.0/templates/common.yaml similarity index 100% rename from stable/zigbee2mqtt/11.2.0/templates/common.yaml rename to stable/zigbee2mqtt/11.4.0/templates/common.yaml diff --git a/stable/zigbee2mqtt/11.4.0/values.yaml b/stable/zigbee2mqtt/11.4.0/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/znc/9.3.0/CHANGELOG.md b/stable/znc/9.3.0/CHANGELOG.md deleted file mode 100644 index c4dbb950746..00000000000 --- a/stable/znc/9.3.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [znc-8.1.17](https://github.com/truecharts/charts/compare/znc-8.1.16...znc-8.1.17) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/znc to 1.8.2[@db13109](https://github.com/db13109) by renovate ([#18082](https://github.com/truecharts/charts/issues/18082)) - - -## [znc-8.1.16](https://github.com/truecharts/charts/compare/znc-8.1.15...znc-8.1.16) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/znc to 1.8.2[@ff4849a](https://github.com/ff4849a) by renovate ([#17871](https://github.com/truecharts/charts/issues/17871)) - - -## [znc-8.1.15](https://github.com/truecharts/charts/compare/znc-8.1.14...znc-8.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [znc-8.1.14](https://github.com/truecharts/charts/compare/znc-8.1.13...znc-8.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [znc-8.1.13](https://github.com/truecharts/charts/compare/znc-8.1.12...znc-8.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [znc-8.1.12](https://github.com/truecharts/charts/compare/znc-8.1.11...znc-8.1.12) (2024-01-21) - -### Chore - - - -- update container image ghcr.io/linuxserver/znc to 1.8.2[@bd1bd2a](https://github.com/bd1bd2a) by renovate ([#17468](https://github.com/truecharts/charts/issues/17468)) - - -## [znc-8.1.11](https://github.com/truecharts/charts/compare/znc-8.1.10...znc-8.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [znc-8.1.10](https://github.com/truecharts/charts/compare/znc-8.1.9...znc-8.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [znc-8.1.9](https://github.com/truecharts/charts/compare/znc-8.1.8...znc-8.1.9) (2024-01-21) - -### Chore - - - -- update container image ghcr.io/linuxserver/znc to 1.8.2[@ad8a297](https://github.com/ad8a297) by renovate ([#17373](https://github.com/truecharts/charts/issues/17373)) - diff --git a/stable/znc/9.3.0/Chart.yaml b/stable/znc/9.3.0/Chart.yaml deleted file mode 100644 index 6bf9d36f6ed..00000000000 --- a/stable/znc/9.3.0/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.9.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Znc is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. -home: https://truecharts.org/charts/stable/znc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/znc.png -keywords: - - znc -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: znc -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/znc - - https://ghcr.io/linuxserver/znc -type: application -version: 9.3.0 diff --git a/stable/znc/9.3.0/charts/common-18.1.2.tgz b/stable/znc/9.3.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/znc/9.3.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/znc/9.3.0/ix_values.yaml b/stable/znc/9.3.0/ix_values.yaml deleted file mode 100644 index 7c90305b70a..00000000000 --- a/stable/znc/9.3.0/ix_values.yaml +++ /dev/null @@ -1,25 +0,0 @@ -image: - repository: ghcr.io/linuxserver/znc - pullPolicy: IfNotPresent - tag: 1.9.0@sha256:515ca54448b28cd57e68e740ba9cffc6b5f068d074d1b3f8140f7c5075a762ed -service: - main: - ports: - main: - targetPort: 6501 - port: 6501 -persistence: - varrun: - enabled: true - config: - enabled: true - mountPath: "/config" -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 diff --git a/stable/znc/9.4.0/.helmignore b/stable/znc/9.4.0/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/znc/9.4.0/.helmignore @@ -0,0 +1,30 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png diff --git a/stable/znc/9.4.0/CHANGELOG.md b/stable/znc/9.4.0/CHANGELOG.md new file mode 100644 index 00000000000..4df43afc4f5 --- /dev/null +++ b/stable/znc/9.4.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [znc-9.4.0](https://github.com/truecharts/charts/compare/znc-9.3.4...znc-9.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [znc-9.3.4](https://github.com/truecharts/charts/compare/znc-9.3.3...znc-9.3.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [znc-9.3.3](https://github.com/truecharts/charts/compare/znc-9.3.1...znc-9.3.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + +## [znc-8.1.17](https://github.com/truecharts/charts/compare/znc-8.1.16...znc-8.1.17) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/znc to 1.8.2[@db13109](https://github.com/db13109) by renovate ([#18082](https://github.com/truecharts/charts/issues/18082)) + + +## [znc-8.1.16](https://github.com/truecharts/charts/compare/znc-8.1.15...znc-8.1.16) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/znc to 1.8.2[@ff4849a](https://github.com/ff4849a) by renovate ([#17871](https://github.com/truecharts/charts/issues/17871)) + + +## [znc-8.1.15](https://github.com/truecharts/charts/compare/znc-8.1.14...znc-8.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [znc-8.1.14](https://github.com/truecharts/charts/compare/znc-8.1.13...znc-8.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [znc-8.1.13](https://github.com/truecharts/charts/compare/znc-8.1.12...znc-8.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [znc-8.1.12](https://github.com/truecharts/charts/compare/znc-8.1.11...znc-8.1.12) (2024-01-21) + +### Chore + + diff --git a/stable/znc/9.4.0/Chart.yaml b/stable/znc/9.4.0/Chart.yaml new file mode 100644 index 00000000000..2fbb03835d8 --- /dev/null +++ b/stable/znc/9.4.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.9.0 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Znc is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. +home: https://truecharts.org/charts/stable/znc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/znc.png +keywords: + - znc +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: znc +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/znc + - https://ghcr.io/linuxserver/znc +type: application +version: 9.4.0 diff --git a/stable/znc/9.3.0/README.md b/stable/znc/9.4.0/README.md similarity index 100% rename from stable/znc/9.3.0/README.md rename to stable/znc/9.4.0/README.md diff --git a/stable/znc/9.4.0/app-changelog.md b/stable/znc/9.4.0/app-changelog.md new file mode 100644 index 00000000000..9c50d41cd1b --- /dev/null +++ b/stable/znc/9.4.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [znc-9.4.0](https://github.com/truecharts/charts/compare/znc-9.3.4...znc-9.4.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/znc/9.3.0/app-readme.md b/stable/znc/9.4.0/app-readme.md similarity index 100% rename from stable/znc/9.3.0/app-readme.md rename to stable/znc/9.4.0/app-readme.md diff --git a/stable/znc/9.4.0/charts/common-18.2.0.tgz b/stable/znc/9.4.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/znc/9.4.0/charts/common-18.2.0.tgz differ diff --git a/stable/znc/9.4.0/ix_values.yaml b/stable/znc/9.4.0/ix_values.yaml new file mode 100644 index 00000000000..a9a3475e905 --- /dev/null +++ b/stable/znc/9.4.0/ix_values.yaml @@ -0,0 +1,25 @@ +image: + repository: ghcr.io/linuxserver/znc + pullPolicy: IfNotPresent + tag: 1.9.0@sha256:eddf9f5e355680f00b52a125cd2f1e3b1c1e1c158e799cabc14c8d20f350cfc7 +service: + main: + ports: + main: + targetPort: 6501 + port: 6501 +persistence: + varrun: + enabled: true + config: + enabled: true + mountPath: "/config" +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 diff --git a/stable/znc/9.3.0/questions.yaml b/stable/znc/9.4.0/questions.yaml similarity index 100% rename from stable/znc/9.3.0/questions.yaml rename to stable/znc/9.4.0/questions.yaml diff --git a/stable/znc/9.4.0/templates/NOTES.txt b/stable/znc/9.4.0/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/znc/9.4.0/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/znc/9.4.0/templates/common.yaml b/stable/znc/9.4.0/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/stable/znc/9.4.0/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/stable/znc/9.4.0/values.yaml b/stable/znc/9.4.0/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/zoneminder/5.1.3/CHANGELOG.md b/stable/zoneminder/5.1.3/CHANGELOG.md deleted file mode 100644 index 7cea9d425e0..00000000000 --- a/stable/zoneminder/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [zoneminder-4.1.11](https://github.com/truecharts/charts/compare/zoneminder-4.1.10...zoneminder-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [zoneminder-4.1.10](https://github.com/truecharts/charts/compare/zoneminder-4.1.9...zoneminder-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [zoneminder-4.1.9](https://github.com/truecharts/charts/compare/zoneminder-4.1.8...zoneminder-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [zoneminder-4.1.8](https://github.com/truecharts/charts/compare/zoneminder-4.1.7...zoneminder-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [zoneminder-4.1.7](https://github.com/truecharts/charts/compare/zoneminder-4.1.6...zoneminder-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [zoneminder-4.1.6](https://github.com/truecharts/charts/compare/zoneminder-4.1.5...zoneminder-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [zoneminder-4.1.5](https://github.com/truecharts/charts/compare/zoneminder-4.1.4...zoneminder-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [zoneminder-4.1.4](https://github.com/truecharts/charts/compare/zoneminder-4.1.3...zoneminder-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [zoneminder-4.1.3](https://github.com/truecharts/charts/compare/zoneminder-4.1.0...zoneminder-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/zoneminder/5.1.3/Chart.yaml b/stable/zoneminder/5.1.3/Chart.yaml deleted file mode 100644 index 3623c1e3072..00000000000 --- a/stable/zoneminder/5.1.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Zoneminder is the top Linux video camera security and surveillance solution. -home: https://truecharts.org/charts/stable/zoneminder -icon: https://truecharts.org/img/hotlink-ok/chart-icons/zoneminder.png -keywords: - - zoneminder - - home - - automation - - cctv - - utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: zoneminder -sources: - - https://zoneminder.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/zoneminder - - https://hub.docker.com/r/dlandon/zoneminder.unraid -type: application -version: 5.1.3 diff --git a/stable/zoneminder/5.1.3/charts/common-18.0.3.tgz b/stable/zoneminder/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/zoneminder/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/zoneminder/5.3.0/.helmignore b/stable/zoneminder/5.3.0/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/zoneminder/5.3.0/.helmignore @@ -0,0 +1,30 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png diff --git a/stable/zoneminder/5.3.0/CHANGELOG.md b/stable/zoneminder/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..3a5f8ba3621 --- /dev/null +++ b/stable/zoneminder/5.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [zoneminder-5.3.0](https://github.com/truecharts/charts/compare/zoneminder-5.2.3...zoneminder-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [zoneminder-5.2.3](https://github.com/truecharts/charts/compare/zoneminder-5.2.2...zoneminder-5.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [zoneminder-5.2.2](https://github.com/truecharts/charts/compare/zoneminder-5.2.0...zoneminder-5.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [zoneminder-4.1.11](https://github.com/truecharts/charts/compare/zoneminder-4.1.10...zoneminder-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [zoneminder-4.1.10](https://github.com/truecharts/charts/compare/zoneminder-4.1.9...zoneminder-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [zoneminder-4.1.9](https://github.com/truecharts/charts/compare/zoneminder-4.1.8...zoneminder-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [zoneminder-4.1.8](https://github.com/truecharts/charts/compare/zoneminder-4.1.7...zoneminder-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [zoneminder-4.1.7](https://github.com/truecharts/charts/compare/zoneminder-4.1.6...zoneminder-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [zoneminder-4.1.6](https://github.com/truecharts/charts/compare/zoneminder-4.1.5...zoneminder-4.1.6) (2024-01-09) + +### Chore + + diff --git a/stable/zoneminder/5.3.0/Chart.yaml b/stable/zoneminder/5.3.0/Chart.yaml new file mode 100644 index 00000000000..847d53fac52 --- /dev/null +++ b/stable/zoneminder/5.3.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Zoneminder is the top Linux video camera security and surveillance solution. +home: https://truecharts.org/charts/stable/zoneminder +icon: https://truecharts.org/img/hotlink-ok/chart-icons/zoneminder.png +keywords: + - zoneminder + - home + - automation + - cctv + - utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: zoneminder +sources: + - https://zoneminder.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/zoneminder + - https://hub.docker.com/r/dlandon/zoneminder.unraid +type: application +version: 5.3.0 diff --git a/stable/zoneminder/5.1.3/README.md b/stable/zoneminder/5.3.0/README.md similarity index 100% rename from stable/zoneminder/5.1.3/README.md rename to stable/zoneminder/5.3.0/README.md diff --git a/stable/zoneminder/5.3.0/app-changelog.md b/stable/zoneminder/5.3.0/app-changelog.md new file mode 100644 index 00000000000..7be630d9bc5 --- /dev/null +++ b/stable/zoneminder/5.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [zoneminder-5.3.0](https://github.com/truecharts/charts/compare/zoneminder-5.2.3...zoneminder-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/zoneminder/5.1.3/app-readme.md b/stable/zoneminder/5.3.0/app-readme.md similarity index 100% rename from stable/zoneminder/5.1.3/app-readme.md rename to stable/zoneminder/5.3.0/app-readme.md diff --git a/stable/zoneminder/5.3.0/charts/common-18.2.0.tgz b/stable/zoneminder/5.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/zoneminder/5.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/zoneminder/5.1.3/ix_values.yaml b/stable/zoneminder/5.3.0/ix_values.yaml similarity index 100% rename from stable/zoneminder/5.1.3/ix_values.yaml rename to stable/zoneminder/5.3.0/ix_values.yaml diff --git a/stable/zoneminder/5.1.3/questions.yaml b/stable/zoneminder/5.3.0/questions.yaml similarity index 100% rename from stable/zoneminder/5.1.3/questions.yaml rename to stable/zoneminder/5.3.0/questions.yaml diff --git a/stable/zoneminder/5.1.3/templates/common.yaml b/stable/zoneminder/5.3.0/templates/common.yaml similarity index 100% rename from stable/zoneminder/5.1.3/templates/common.yaml rename to stable/zoneminder/5.3.0/templates/common.yaml diff --git a/stable/zoneminder/5.3.0/values.yaml b/stable/zoneminder/5.3.0/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/ztcuui-aio/8.1.3/CHANGELOG.md b/stable/ztcuui-aio/8.1.3/CHANGELOG.md deleted file mode 100644 index 8b0c4693141..00000000000 --- a/stable/ztcuui-aio/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [ztcuui-aio-7.0.1](https://github.com/truecharts/charts/compare/ztcuui-aio-7.0.0...ztcuui-aio-7.0.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ztcuui-aio-7.0.0](https://github.com/truecharts/charts/compare/ztcuui-aio-6.1.10...ztcuui-aio-7.0.0) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/kmahyyg/ztncui-aio to v2024.1.28[@7554973](https://github.com/7554973) by renovate ([#17704](https://github.com/truecharts/charts/issues/17704)) - - -## [ztcuui-aio-6.1.10](https://github.com/truecharts/charts/compare/ztcuui-aio-6.1.9...ztcuui-aio-6.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [ztcuui-aio-6.1.9](https://github.com/truecharts/charts/compare/ztcuui-aio-6.1.8...ztcuui-aio-6.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [ztcuui-aio-6.1.8](https://github.com/truecharts/charts/compare/ztcuui-aio-6.1.7...ztcuui-aio-6.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [ztcuui-aio-6.1.7](https://github.com/truecharts/charts/compare/ztcuui-aio-6.1.6...ztcuui-aio-6.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [ztcuui-aio-6.1.6](https://github.com/truecharts/charts/compare/ztcuui-aio-6.1.5...ztcuui-aio-6.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [ztcuui-aio-6.1.5](https://github.com/truecharts/charts/compare/ztcuui-aio-6.1.4...ztcuui-aio-6.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [ztcuui-aio-6.1.4](https://github.com/truecharts/charts/compare/ztcuui-aio-6.1.3...ztcuui-aio-6.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/ztcuui-aio/8.1.3/Chart.yaml b/stable/ztcuui-aio/8.1.3/Chart.yaml deleted file mode 100644 index edb2549a8bb..00000000000 --- a/stable/ztcuui-aio/8.1.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: network - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.1.28 -dependencies: - - name: common - version: 18.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: ZeroTier network controller user interface in a Docker container -home: https://truecharts.org/charts/stable/ztcuui-aio -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ztcuui-aio.png -keywords: - - ztcuui-aio -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ztcuui-aio -sources: - - https://github.com/kmahyyg/ztncui-aio - - https://github.com/truecharts/charts/tree/master/charts/stable/ztcuui-aio - - https://ghcr.io/kmahyyg/ztncui-aio -type: application -version: 8.1.3 diff --git a/stable/ztcuui-aio/8.1.3/charts/common-18.0.3.tgz b/stable/ztcuui-aio/8.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/ztcuui-aio/8.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/ztcuui-aio/8.3.0/.helmignore b/stable/ztcuui-aio/8.3.0/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/ztcuui-aio/8.3.0/.helmignore @@ -0,0 +1,30 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png diff --git a/stable/ztcuui-aio/8.3.0/CHANGELOG.md b/stable/ztcuui-aio/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..38707446b52 --- /dev/null +++ b/stable/ztcuui-aio/8.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ztcuui-aio-8.3.0](https://github.com/truecharts/charts/compare/ztcuui-aio-8.2.3...ztcuui-aio-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [ztcuui-aio-8.2.3](https://github.com/truecharts/charts/compare/ztcuui-aio-8.2.2...ztcuui-aio-8.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [ztcuui-aio-8.2.2](https://github.com/truecharts/charts/compare/ztcuui-aio-8.2.0...ztcuui-aio-8.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + +## [ztcuui-aio-7.0.1](https://github.com/truecharts/charts/compare/ztcuui-aio-7.0.0...ztcuui-aio-7.0.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [ztcuui-aio-7.0.0](https://github.com/truecharts/charts/compare/ztcuui-aio-6.1.10...ztcuui-aio-7.0.0) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/kmahyyg/ztncui-aio to v2024.1.28[@7554973](https://github.com/7554973) by renovate ([#17704](https://github.com/truecharts/charts/issues/17704)) + + +## [ztcuui-aio-6.1.10](https://github.com/truecharts/charts/compare/ztcuui-aio-6.1.9...ztcuui-aio-6.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [ztcuui-aio-6.1.9](https://github.com/truecharts/charts/compare/ztcuui-aio-6.1.8...ztcuui-aio-6.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [ztcuui-aio-6.1.8](https://github.com/truecharts/charts/compare/ztcuui-aio-6.1.7...ztcuui-aio-6.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [ztcuui-aio-6.1.7](https://github.com/truecharts/charts/compare/ztcuui-aio-6.1.6...ztcuui-aio-6.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/ztcuui-aio/8.3.0/Chart.yaml b/stable/ztcuui-aio/8.3.0/Chart.yaml new file mode 100644 index 00000000000..98eca199221 --- /dev/null +++ b/stable/ztcuui-aio/8.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.1.28 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ZeroTier network controller user interface in a Docker container +home: https://truecharts.org/charts/stable/ztcuui-aio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ztcuui-aio.png +keywords: + - ztcuui-aio +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ztcuui-aio +sources: + - https://github.com/kmahyyg/ztncui-aio + - https://github.com/truecharts/charts/tree/master/charts/stable/ztcuui-aio + - https://ghcr.io/kmahyyg/ztncui-aio +type: application +version: 8.3.0 diff --git a/stable/ztcuui-aio/8.1.3/README.md b/stable/ztcuui-aio/8.3.0/README.md similarity index 100% rename from stable/ztcuui-aio/8.1.3/README.md rename to stable/ztcuui-aio/8.3.0/README.md diff --git a/stable/ztcuui-aio/8.3.0/app-changelog.md b/stable/ztcuui-aio/8.3.0/app-changelog.md new file mode 100644 index 00000000000..356fdb5c525 --- /dev/null +++ b/stable/ztcuui-aio/8.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ztcuui-aio-8.3.0](https://github.com/truecharts/charts/compare/ztcuui-aio-8.2.3...ztcuui-aio-8.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/ztcuui-aio/8.1.3/app-readme.md b/stable/ztcuui-aio/8.3.0/app-readme.md similarity index 100% rename from stable/ztcuui-aio/8.1.3/app-readme.md rename to stable/ztcuui-aio/8.3.0/app-readme.md diff --git a/stable/ztcuui-aio/8.3.0/charts/common-18.2.0.tgz b/stable/ztcuui-aio/8.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/ztcuui-aio/8.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/ztcuui-aio/8.1.3/ix_values.yaml b/stable/ztcuui-aio/8.3.0/ix_values.yaml similarity index 100% rename from stable/ztcuui-aio/8.1.3/ix_values.yaml rename to stable/ztcuui-aio/8.3.0/ix_values.yaml diff --git a/stable/ztcuui-aio/8.1.3/questions.yaml b/stable/ztcuui-aio/8.3.0/questions.yaml similarity index 100% rename from stable/ztcuui-aio/8.1.3/questions.yaml rename to stable/ztcuui-aio/8.3.0/questions.yaml diff --git a/stable/ztcuui-aio/8.3.0/templates/NOTES.txt b/stable/ztcuui-aio/8.3.0/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/ztcuui-aio/8.3.0/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/ztcuui-aio/8.3.0/templates/common.yaml b/stable/ztcuui-aio/8.3.0/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/stable/ztcuui-aio/8.3.0/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/stable/ztcuui-aio/8.3.0/values.yaml b/stable/ztcuui-aio/8.3.0/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/zwavejs2mqtt/19.2.0/CHANGELOG.md b/stable/zwavejs2mqtt/19.2.0/CHANGELOG.md deleted file mode 100644 index f6bd8973c26..00000000000 --- a/stable/zwavejs2mqtt/19.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [zwavejs2mqtt-18.3.3](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.3.2...zwavejs2mqtt-18.3.3) (2024-02-12) - -### Chore - - - -- update container image zwavejs/zwave-js-ui to v9.8.3[@fdbaa40](https://github.com/fdbaa40) by renovate ([#18172](https://github.com/truecharts/charts/issues/18172)) - - -## [zwavejs2mqtt-18.3.2](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.3.1...zwavejs2mqtt-18.3.2) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [zwavejs2mqtt-18.3.1](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.3.0...zwavejs2mqtt-18.3.1) (2024-01-29) - -### Chore - - - -- update container image zwavejs/zwave-js-ui to v9.8.2[@3e9e11b](https://github.com/3e9e11b) by renovate ([#17755](https://github.com/truecharts/charts/issues/17755)) - - -## [zwavejs2mqtt-18.3.0](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.2.5...zwavejs2mqtt-18.3.0) (2024-01-29) - -### Chore - - - -- update container image zwavejs/zwave-js-ui to v9.8.1[@c35bed5](https://github.com/c35bed5) by renovate ([#17703](https://github.com/truecharts/charts/issues/17703)) - - -## [zwavejs2mqtt-18.2.5](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.2.4...zwavejs2mqtt-18.2.5) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [zwavejs2mqtt-18.2.4](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.2.3...zwavejs2mqtt-18.2.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [zwavejs2mqtt-18.2.3](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.2.2...zwavejs2mqtt-18.2.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [zwavejs2mqtt-18.2.2](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.2.1...zwavejs2mqtt-18.2.2) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [zwavejs2mqtt-18.2.1](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.2.0...zwavejs2mqtt-18.2.1) (2024-01-21) - -### Chore - - - -- update container image zwavejs/zwave-js-ui to v9.7.1[@19549d9](https://github.com/19549d9) by renovate ([#17440](https://github.com/truecharts/charts/issues/17440)) - diff --git a/stable/zwavejs2mqtt/19.2.0/Chart.yaml b/stable/zwavejs2mqtt/19.2.0/Chart.yaml deleted file mode 100644 index 4536a070f68..00000000000 --- a/stable/zwavejs2mqtt/19.2.0/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: tools - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 9.9.0 -dependencies: - - name: common - version: 18.1.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue -home: https://truecharts.org/charts/stable/zwavejs2mqtt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/zwavejs2mqtt.png -keywords: - - zwavejs2mqtt - - zwave-js - - z-wave - - zwave -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: zwavejs2mqtt -sources: - - https://github.com/zwave-js/zwavejs2mqtt - - https://github.com/truecharts/charts/tree/master/charts/stable/zwavejs2mqtt - - https://hub.docker.com/r/zwavejs/zwave-js-ui -type: application -version: 19.2.0 diff --git a/stable/zwavejs2mqtt/19.2.0/charts/common-18.1.2.tgz b/stable/zwavejs2mqtt/19.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/zwavejs2mqtt/19.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/zwavejs2mqtt/19.2.0/ix_values.yaml b/stable/zwavejs2mqtt/19.2.0/ix_values.yaml deleted file mode 100644 index be17dbd95d1..00000000000 --- a/stable/zwavejs2mqtt/19.2.0/ix_values.yaml +++ /dev/null @@ -1,85 +0,0 @@ -image: - repository: zwavejs/zwave-js-ui - pullPolicy: IfNotPresent - tag: 9.9.0@sha256:4f8634550e9b42693a5235ac64a06c9bc89a7e81799aa0ca72a0aa01dcd4d41b -service: - main: - ports: - main: - port: 8091 - targetPort: 8091 - ws: - enabled: true - ports: - ws: - enabled: true - port: 10046 - targetPort: 3000 -persistence: - config: - enabled: true - mountPath: "/usr/src/app/store" -# affinity: -# nodeAffinity: -# requiredDuringSchedulingIgnoredDuringExecution: -# nodeSelectorTerms: -# - matchExpressions: -# - key: app -# operator: In -# values: -# - zwave-controller - -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: true - # custom: true - # spec: - # failureThreshold: 5 - # httpGet: - # path: /health - # port: http - # httpHeaders: - # - name: Accept - # value: text/plain - # initialDelaySeconds: 30 - # periodSeconds: 10 - # timeoutSeconds: 10 - readiness: - enabled: true - # custom: true - # spec: - # failureThreshold: 5 - # httpGet: - # path: /health - # port: http - # httpHeaders: - # - name: Accept - # value: text/plain - # initialDelaySeconds: 30 - # periodSeconds: 10 - # timeoutSeconds: 10 - startup: - enabled: false - # custom: true - # spec: - # failureThreshold: 5 - # httpGet: - # path: /health - # port: http - # httpHeaders: - # - name: Accept - # value: text/plain - # initialDelaySeconds: 30 - # periodSeconds: 10 - # timeoutSeconds: 10 diff --git a/stable/zwavejs2mqtt/19.3.0/.helmignore b/stable/zwavejs2mqtt/19.3.0/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/zwavejs2mqtt/19.3.0/.helmignore @@ -0,0 +1,30 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png diff --git a/stable/zwavejs2mqtt/19.3.0/CHANGELOG.md b/stable/zwavejs2mqtt/19.3.0/CHANGELOG.md new file mode 100644 index 00000000000..c17fb5edd28 --- /dev/null +++ b/stable/zwavejs2mqtt/19.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [zwavejs2mqtt-19.3.0](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.2.4...zwavejs2mqtt-19.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [zwavejs2mqtt-19.2.4](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.2.3...zwavejs2mqtt-19.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [zwavejs2mqtt-19.2.3](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.2.1...zwavejs2mqtt-19.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + +## [zwavejs2mqtt-18.3.3](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.3.2...zwavejs2mqtt-18.3.3) (2024-02-12) + +### Chore + + + +- update container image zwavejs/zwave-js-ui to v9.8.3[@fdbaa40](https://github.com/fdbaa40) by renovate ([#18172](https://github.com/truecharts/charts/issues/18172)) + + +## [zwavejs2mqtt-18.3.2](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.3.1...zwavejs2mqtt-18.3.2) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [zwavejs2mqtt-18.3.1](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.3.0...zwavejs2mqtt-18.3.1) (2024-01-29) + +### Chore + + + +- update container image zwavejs/zwave-js-ui to v9.8.2[@3e9e11b](https://github.com/3e9e11b) by renovate ([#17755](https://github.com/truecharts/charts/issues/17755)) + + +## [zwavejs2mqtt-18.3.0](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.2.5...zwavejs2mqtt-18.3.0) (2024-01-29) + +### Chore + + + +- update container image zwavejs/zwave-js-ui to v9.8.1[@c35bed5](https://github.com/c35bed5) by renovate ([#17703](https://github.com/truecharts/charts/issues/17703)) + + +## [zwavejs2mqtt-18.2.5](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.2.4...zwavejs2mqtt-18.2.5) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [zwavejs2mqtt-18.2.4](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.2.3...zwavejs2mqtt-18.2.4) (2024-01-21) + +### Chore + + diff --git a/stable/zwavejs2mqtt/19.3.0/Chart.yaml b/stable/zwavejs2mqtt/19.3.0/Chart.yaml new file mode 100644 index 00000000000..8e8c91209b8 --- /dev/null +++ b/stable/zwavejs2mqtt/19.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: tools + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 9.9.1 +dependencies: + - name: common + version: 18.2.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue +home: https://truecharts.org/charts/stable/zwavejs2mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/zwavejs2mqtt.png +keywords: + - zwavejs2mqtt + - zwave-js + - z-wave + - zwave +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: zwavejs2mqtt +sources: + - https://github.com/zwave-js/zwavejs2mqtt + - https://github.com/truecharts/charts/tree/master/charts/stable/zwavejs2mqtt + - https://hub.docker.com/r/zwavejs/zwave-js-ui +type: application +version: 19.3.0 diff --git a/stable/zwavejs2mqtt/19.2.0/README.md b/stable/zwavejs2mqtt/19.3.0/README.md similarity index 100% rename from stable/zwavejs2mqtt/19.2.0/README.md rename to stable/zwavejs2mqtt/19.3.0/README.md diff --git a/stable/zwavejs2mqtt/19.3.0/app-changelog.md b/stable/zwavejs2mqtt/19.3.0/app-changelog.md new file mode 100644 index 00000000000..0547f5ffc45 --- /dev/null +++ b/stable/zwavejs2mqtt/19.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [zwavejs2mqtt-19.3.0](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.2.4...zwavejs2mqtt-19.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/zwavejs2mqtt/19.2.0/app-readme.md b/stable/zwavejs2mqtt/19.3.0/app-readme.md similarity index 100% rename from stable/zwavejs2mqtt/19.2.0/app-readme.md rename to stable/zwavejs2mqtt/19.3.0/app-readme.md diff --git a/stable/zwavejs2mqtt/19.3.0/charts/common-18.2.0.tgz b/stable/zwavejs2mqtt/19.3.0/charts/common-18.2.0.tgz new file mode 100644 index 00000000000..a5b3906a565 Binary files /dev/null and b/stable/zwavejs2mqtt/19.3.0/charts/common-18.2.0.tgz differ diff --git a/stable/zwavejs2mqtt/19.3.0/ix_values.yaml b/stable/zwavejs2mqtt/19.3.0/ix_values.yaml new file mode 100644 index 00000000000..ed43e369b86 --- /dev/null +++ b/stable/zwavejs2mqtt/19.3.0/ix_values.yaml @@ -0,0 +1,85 @@ +image: + repository: zwavejs/zwave-js-ui + pullPolicy: IfNotPresent + tag: 9.9.1@sha256:c0c9f8a9eeefd29522398639deb3a2394467626521165b85d274adeb401fef33 +service: + main: + ports: + main: + port: 8091 + targetPort: 8091 + ws: + enabled: true + ports: + ws: + enabled: true + port: 10046 + targetPort: 3000 +persistence: + config: + enabled: true + mountPath: "/usr/src/app/store" +# affinity: +# nodeAffinity: +# requiredDuringSchedulingIgnoredDuringExecution: +# nodeSelectorTerms: +# - matchExpressions: +# - key: app +# operator: In +# values: +# - zwave-controller + +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: true + # custom: true + # spec: + # failureThreshold: 5 + # httpGet: + # path: /health + # port: http + # httpHeaders: + # - name: Accept + # value: text/plain + # initialDelaySeconds: 30 + # periodSeconds: 10 + # timeoutSeconds: 10 + readiness: + enabled: true + # custom: true + # spec: + # failureThreshold: 5 + # httpGet: + # path: /health + # port: http + # httpHeaders: + # - name: Accept + # value: text/plain + # initialDelaySeconds: 30 + # periodSeconds: 10 + # timeoutSeconds: 10 + startup: + enabled: false + # custom: true + # spec: + # failureThreshold: 5 + # httpGet: + # path: /health + # port: http + # httpHeaders: + # - name: Accept + # value: text/plain + # initialDelaySeconds: 30 + # periodSeconds: 10 + # timeoutSeconds: 10 diff --git a/stable/zwavejs2mqtt/19.2.0/questions.yaml b/stable/zwavejs2mqtt/19.3.0/questions.yaml similarity index 100% rename from stable/zwavejs2mqtt/19.2.0/questions.yaml rename to stable/zwavejs2mqtt/19.3.0/questions.yaml diff --git a/stable/zwavejs2mqtt/19.3.0/templates/NOTES.txt b/stable/zwavejs2mqtt/19.3.0/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/zwavejs2mqtt/19.3.0/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/zwavejs2mqtt/19.3.0/templates/common.yaml b/stable/zwavejs2mqtt/19.3.0/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/stable/zwavejs2mqtt/19.3.0/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/stable/zwavejs2mqtt/19.3.0/values.yaml b/stable/zwavejs2mqtt/19.3.0/values.yaml new file mode 100644 index 00000000000..e69de29bb2d